@media screen and (max-width: 720px) {
  .menu__links, .menu__social {
    display: none;
  }

  .menu__button {
    padding: 6px 25px;
  }

  .menu__logo {
    font-size: 20px;
  }

  .menu {
    align-items: flex-start;
  }

  .menu__mobile__burger {
    margin-top: 3px;
    display: flex;
    flex-direction: column;
  }
  .menu__mobile__burger .menu__mobile__item {
    width: 25px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
  }

  header .header__text__left {
    z-index: 2;
    position: relative;
    font-size: 3vw;
  }
  header .header__text__right {
    font-size: 6vw;
    line-height: 6vw;
  }

  .block1 {
    grid-template-columns: 100%;
    border: none;
  }
  .block1 .block1__left {
    border: none;
  }
  .block1 .block1__left .block1__title {
    font-size: 5vw;
    margin-bottom: 20px;
  }
  .block1 .block1__right {
    border: none;
    padding-left: 0;
    height: 51vw;
  }
	.block1 .block1__arrow {
		display: block;
		position: absolute;
		right: 190px;
		top: -25px;
		transform: rotate(315deg);
	}

  .block2__top {
    padding-right: 0;
  }
  .block2__top .header__text__left {
    z-index: 2;
    position: relative;
    font-size: 3vw;
    line-height: 7vw;
  }
  .block2__top .header__text__right {
    font-size: 6vw;
    line-height: 6vw;
  }

  .block2__table1 {
    padding: 0;
    margin-top: 20px;
  }
  .block2__table1 .block2__table__left {
    padding: 10px 10px 0 0;
    font-size: 4vw;
    line-height: 4vw;
  }

  .block2__top2 {
    padding-left: 0;
  }

  .mobile__menu {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #000;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
  }
  .mobile__menu__wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .mobile__menu__wrapper .mobile__menu__close {
    color: white !important;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 30px;
  }
  .mobile__menu__wrapper .menu__logo {
    color: white !important;
    text-align: center;
    margin-top: 70px;
  }
  .mobile__menu__wrapper .menu__button {
    text-align: center;
    color: black !important;
  }
  .mobile__menu__wrapper a {
    color: white !important;
    text-align: center;
    margin: 10px 0;
  }

  .header2 {
    margin-left: 0;
    padding-top: 20px;
  }
  .header2 h1 {
    padding-left: 0;
    font-size: 10vw;
    line-height: 11vw;
  }
  .header2 img {
    padding-left: 0 !important;
  }
  .header2 .header__text__right {
    padding-right: 0;
  }

  .container__animate {
    margin-left: 0;
    height: 50vw;
    width: 88vw;
  }

  .right__text {
    margin: 30px 0 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 15px;
  }

  .all__projects__row {
    flex-direction: column;
  }
  .all__projects__row .all__projects__left {
    width: 100%;
    flex-direction: column;
  }
  .all__projects__row .all__projects__right {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  .all__projects__row .all__projects__img {
    width: 100%;
    height: 80%;
    border-right: none;
  }
  .all__projects__row .all__projects__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .all__projects__row .all__projects__text {
    width: 100%;
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .all__projects__row .all__projects__text .all__projects__title {
    margin-bottom: 0;
    font-size: 4vw;
    padding-right: 20px;
    border-right: 1px solid white;
  }
  .all__projects__row .all__projects__text .block1__arrow {
    position: relative;
  }
  .all__projects__row .all__projects__text .block1__arrow svg {
    width: 20px;
    left: 0;
  }
  .all__projects__row .all__projects__text p:nth-child(2) {
    padding-left: 20px;
    font-size: 3vw;
  }

  .block-coin {
    display: flex;
  }
  .block-coin .block1__title2 {
    padding-right: 0;
    font-size: 4vw;
  }
  .block-coin .block1__text {
    padding-right: 0;
    font-size: 3vw;
  }
  .block-coin .block1__left {
    width: 50%;
  }
  .block-coin .block1__right {
    width: 50%;
  }
  .block-coin .block1__right .inner__img22 {
    background-size: cover;
  }

  .coin {
    display: none;
  }

  .block1-red .block1__text {
    margin-top: 20px;
  }

  .list {
    grid-template-columns: 1fr;
  }
  .list .list__left {
    font-size: 5vw;
    margin-bottom: 10px;
    grid-row: 1;
  }
  .list .list__center {
    grid-row: 3;
    margin-top: 10px;
    padding-right: 0;
  }
  .list .list__center p {
    font-size: 3vw;
  }
  .list .list__center p span {
    padding-right: 0;
    margin-right: 10px;
    font-size: 3vw;
  }
  .list .list__right {
    grid-row: 2;
    height: 100%;
  }
  .list .list__right img {
    height: 60vw;
    object-fit: cover;
  }

  h2.projects {
    margin-top: 20px;
    font-size: 6vw;
  }

  .project-red {
    margin-top: 10px;
    position: relative;
  }
  .project-red .block1__title2 {
    font-size: 4vw;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .project-red .block1__text {
    padding-left: 20px;
    border-left: 1px solid #fff;
    padding-right: 0;
    width: 50%;
    font-size: 3vw;
  }
  .project-red .block1__left {
    border-bottom: 1px solid #fff;
    grid-row: 2;
    flex-direction: row;
  }
  .project-red .block1__left .link__absolut {
    left: 0;
    bottom: 0;
  }
  .project-red .block1__left .link__absolut svg {
    width: 40px;
  }
  .project-red .block1__right {
    grid-row: 1;
    margin-left: 0;
    width: 100%;
  }

  .economic__table {
    grid-template-columns: 100%;
    width: 100%;
  }
  .economic__table .economic__table1 h2 {
    font-size: 4vw;
  }
  .economic__table .economic__table__item {
    height: auto;
  }
  .economic__table .economic__table__item .economic__table__bot {
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .economic__table .economic__table__item .economic__table__bot img {
    width: 25vw;
    max-height: 60px;
    max-width: 150px;
  }
  .economic__table .economic__table2 {
    margin-top: 30px;
    margin-right: 0;
    margin: 0 auto;
    width: 100%;
  }
  .economic__table .economic__table3 {
    width: 100%;
    margin-left: 0;
  }
  .economic__table .economic__table3 .economic__table__item:first-of-type {
    display: none;
  }
  .economic__table .economic__table__left {
    font-size: 4vw;
  }
  .economic__table .economic__table__right {
    font-size: 3vw;
  }

  .allprojects {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 5vw;
  }
  .allprojects svg {
    width: 15px;
    padding-top: 30px;
  }

  .gotop {
    margin-top: 30px;
  }

  .right__text2 {
    flex-direction: column;
  }
  .right__text2 .right__text2__item2 {
    width: 100%;
  }

  .climat__table {
    border-bottom: none;
    flex-direction: column;
  }
  .climat__table .climat__table__item {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  .climat__table .climat__table__item:nth-child(2n+1) {
    border-right: 1px solid #fff;
  }
  .climat__table .climat__table__item:nth-child(2n) {
    padding-left: 15px;
  }
  .climat__table .climat__table__item p {
    font-size: 4vw;
  }
  .climat__table .climat__table__left {
    width: 100%;
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-right: none;
  }
  .climat__table .climat__table__left .climat__table__title {
    font-size: 4vw;
  }
  .climat__table .climat__table__left .climat__table__text {
    font-size: 3vw;
    padding-right: 0;
    margin-top: 40px;
  }
  .climat__table .climat__table__right {
    order: 1;
    padding-left: 0;
    width: 100%;
  }
  .climat__table .climat__table__right p {
    font-size: 3vw;
    line-height: 5vw;
  }

  .projects__all__table .economic__table3 .economic__table__item:first-of-type {
    display: block !important;
  }

  .projects__h {
    font-size: 8vw;
    text-align: center;
    padding-left: 0;
  }

  .climat__art .block1__right {
    height: 100%;
    margin-top: 20px;
  }
  .climat__art .block1__right img {
    height: 50vw;
    object-fit: cover;
  }
  .climat__art .block1__title2 {
    margin-bottom: 20px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .climat__art2 .block1__left .block1__title2 {
    padding-right: 0;
  }
  .climat__art2 .block1__left .block1__title2 img {
    display: none;
  }
  .climat__art2 .right__text {
    font-size: 4vw;
    line-height: 6vw;
  }
  .climat__art2 .block1__right {
    font-size: 4vw;
    line-height: 6vw;
  }
  .climat__art2 p {
    line-height: 4vw;
    font-size: 3vw;
  }
  .climat__art2 .block1__right {
    margin-top: -10px;
  }

  .art__wrapper .title__arrow h1 {
    width: 50%;
    font-size: 8vw;
    line-height: 12vw;
  }
  .art__wrapper .title__arrow .title__arrow__row {
    padding-left: 25px;
  }
  .art__wrapper .title__arrow svg {
    width: 12vw;
  }
  .art__wrapper .item__table {
    grid-template-columns: 50% 50%;
  }
  .art__wrapper .item__table .item__table__img {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
    height: 70vw;
    margin-bottom: 20px;
  }
  .art__wrapper .item__table .item__table3 {
    display: none;
  }
  .art__wrapper .item__table .item__table2 .item__table2__top, .art__wrapper .item__table .item__table2 span {
    font-size: 4vw;
    line-height: 5vw;
  }
  .art__wrapper .item__table .item__table2 .item__table2__bot p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .art__wrapper .item__table .item__table2 .item__table2__bot a {
    font-size: 3vw;
    width: 100%;
  }
  .art__wrapper .item__table .item__table1 .item__table1__title {
    font-size: 4vw;
  }
  .art__wrapper .item__table .item__table1 .item__table1__bot p {
    font-size: 3vw;
  }

  .art__wrapper .item__table21 {
    flex-direction: column;
  }
  .art__wrapper .item__table21 .item__table1 {
    width: 100%;
    border-right: none;
  }
  .art__wrapper .item__table21 .item__table1 img {
    height: 70vw;
  }
  .art__wrapper .item__table21 .item__table2 {
    width: 100%;
    padding: 0;
  }
  .art__wrapper .item__table21 .item__table2 p {
    font-size: 3vw;
  }
  .art__wrapper .item__table21 .item__table2 a {
    display: block;
    margin-bottom: 20px;
    font-size: 4vw !important;
  }
  .art__wrapper .item__table21 .item__table2 a svg {
    margin-bottom: -6px !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1100px) {
  .container__animate {
    margin-left: 13vw;
    height: 45vh;
    width: 81vw;
  }

  .coin {
    object-fit: contain;
  }

  .block1-red .block1__right {
    height: 40vw;
  }

  .project-red .block1__right {
    height: 40vw;
  }

  h2.projects {
    margin-top: 20px;
    font-size: 3vw;
  }

  .economic__table__item {
    height: 35vw;
  }

  .allprojects {
    width: 55vw;
  }

  .economic__table__bot {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .economic__table__bot img {
    max-height: 60px;
  }

  .climat__art .block1__right {
    height: 100%;
  }

  .art__wrapper .item__table21 {
    flex-direction: row;
  }
  .art__wrapper .item__table21 .item__table1 {
    width: 50%;
  }
  .art__wrapper .item__table21 .item__table1 img {
    height: 50vw;
  }
  .art__wrapper .item__table21 .item__table2 {
    width: 50%;
  }
  .art__wrapper .item__table21 .item__table2 p {
    font-size: 2vw;
  }
  .art__wrapper .item__table21 .item__table2 a {
    font-size: 3vw !important;
  }
  .art__wrapper .item__table21 .item__table2 a svg {
    margin-bottom: -2px !important;
  }
}