@charset "UTF-8";
.black {
  background: #000;
}
.black a, .black p, .black div, .black h1, .black h2, .black h3, .black h4, .black span {
  color: white;
}

.grey {
  min-height: 100vh;
  padding-bottom: 15px;
  background-color: #E5E5E5;
}
.grey a, .grey p, .grey div, .grey h1, .grey h2, .grey h3, .grey h4, .grey span {
  color: white;
}

.orange {
  background: #CABC8A;
}
.orange a, .orange p, .orange div, .orange h1, .orange h2, .orange h3, .orange h4, .orange span {
  color: #000;
}
.orange .menu__social a {
  border-color: rgba(0, 0, 0, 0.2);
}
.orange .menu__social a:hover {
  border-color: rgba(0, 0, 0, 1);
}
.orange .menu__social svg path {
  fill: #000;
}

.green {
  background: #3A6633;
}
.green a, .green p, .green div, .green h1, .green h2, .green h3, .green h4, .green span {
  color: white;
}

.no-line {
  border-bottom: none !important;
}

.last__block {
  padding-bottom: 15px !important;
}

.black-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
  padding-bottom: 20px !important;
}

.white-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
  padding-bottom: 20px !important;
}

.menu-blue .menu__mobile__burger .menu__mobile__item {
  background: #0067FC !important;
}
.menu-blue .menu__button {
  background: #0067FC !important;
  color: #fff !important;
}

.menu-black .menu__mobile__burger .menu__mobile__item {
  background: #000 !important;
}
.menu-black .menu__button {
  background: #000 !important;
  color: #C59882 !important;
}

.menu-orange .menu__button {
  background: #000 !important;
  color: #CABC8A !important;
}

.block-top {
  margin-top: 50px !important;
  margin-bottom: -30px !important;
}

.blue {
  background: white;
}
.blue a, .blue p, .blue div, .blue h1, .blue h2, .blue h3, .blue h4, .blue span {
  color: #0067FC;
}
.blue .menu__social a {
  border-color: rgba(0, 104, 250, 0.2);
}
.blue .menu__social a:hover {
  border-color: rgba(0, 104, 250, 1);
}
.blue .menu__social svg path {
  fill: #0067FC;
}

.red {
  background: #CB1515;
}
.red a, .red p, .red div, .red h1, .red h2, .red h3, .red h4, .red span {
  color: white;
}

.art {
  background: #DFE7E0;
}
.art a, .art p, .art div, .art h1, .art h2, .art h3, .art h4, .art span {
  color: black;
}
.art .menu__social a {
  border-color: rgba(0, 0, 0, 0.2);
}
.art .menu__social a:hover {
  border-color: rgba(0, 0, 0, 1);
}
.art .menu__social svg path {
  fill: #000;
}
.white-text {
  color: white;
}

@font-face {
  font-family: NeueMontreal;
  src: url("../fonts/NeueMontreal-Light.otf") format("otf");
  font-weight: 300;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2"), url("../fonts/NeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Text";
  src: url("../fonts/CanelaText-Regular.woff2") format("woff2"), url("../fonts/CanelaText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Text";
  src: url("../fonts/CanelaText-Medium.woff2") format("woff2"), url("../fonts/CanelaText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
  font-family: -apple-system, Neue Montreal, Verdana;
}

.main {
  height: 100%;
  position: relative;
}

.menu {
  z-index: 5;
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__logo {
  font-size: 2vw;
}
.menu__logo:hover {
  text-decoration: none;
}
.menu__button {
  color: #000 !important;
  background: #fff;
  padding: 6px 55px;
  font-weight: 600;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.menu__links a {
  display: block;
  font-weight: 500;
}
.menu__social {
  display: flex;
  gap: 20px;
}
.menu__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.menu__social a:hover {
  border-color: rgba(255, 255, 255, 1);
}

header {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
header img {
  width: 100%;
  object-fit: cover;
}
header .main__header__wrapper {
  position: relative;
  height: 50vw;
  z-index: 1;
}
header .header__text {
  position: relative;
  z-index: 2;
}
header .header__text__left {
  float: left;
  text-transform: uppercase;
  font-size: 1.2vw;
}
header .header__text__right {
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 1.2vw;
  text-indent: 12%;
  font-size: 3.5vw;
  line-height: 3.5vw;
}
header .header__text__right span {
  font-family: Canela Text;
}

.main__header {
  position: relative;
}
.main__header .header__text {
  margin-top: -20vw;
}

.block1 {
  padding: 0 15px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #fff;
  margin: 50px 0;
  display: grid;
  grid-template-columns: 20% 80%;
}
.block1__left {
  border-right: 1px solid #fff;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block1__left .block1__title {
  text-transform: uppercase;
  font-size: 2vw;
}
.block1__left .block1__arrow svg {
  width: 8vw;
  padding-bottom: 15px;
}
.block1__right {
  padding-bottom: 20px;
  padding-left: 15px;
  height: 100%;
  width: 100%;
  position: relative;
}
.block1__right .inner__img {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/im11.jpg) no-repeat center;
  background-size: contain;
}
.block1__right img {
  height: 40vw;
  width: 100%;
  object-fit: cover;
  transition: 0.2s ease all;
}

.block-main .block1__right {
  height: 45vw;
}

.block2 {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.block2__top {
  padding-right: 30%;
}
.block2__top .header__text__left {
  float: left;
  line-height: 2.4vw;
  text-transform: uppercase;
  font-size: 1.2vw;
  margin-right: 10vw;
}
.block2__top .header__text__right {
  font-size: 2.5vw;
  text-transform: lowercase;
  padding-top: -10px;
  line-height: 2.5vw;
}
.block2__table1 {
  padding: 20px 24.5% 0;
  display: flex;
  margin-top: -20px;
}
.block2__table1 .block2__table__left {
  width: 50%;
  border-right: 1px solid #fff;
  padding-right: 6vw;
  border-top: 1px solid #fff;
  padding-top: 15px;
  font-size: 1.3vw;
}
.block2__table1 .block2__table__right {
  padding-top: 15px;
  border-top: 1px solid #fff;
  width: 50%;
  padding-left: 15px;
}
.block2__top2 {
  padding-right: 0;
  padding-left: 25%;
}
.block2__table2 {
  padding: 20px 0% 0 48%;
}
.block2__table3 {
  margin-top: 20px;
}

.header2 {
  padding-top: 100px;
}
.header2 h1 {
  font-size: 7vw;
  line-height: 7vw;
  margin-bottom: 50px;
  padding-left: 20%;
  text-transform: uppercase;
}
.header2 img {
  padding-left: 20%;
}
.header2 .header__text {
  margin-top: 50px;
}
.header2 .header__text__right, .header2 .header__text__left {
  text-transform: none;
}

.right__text {
  margin-top: 50px;
  font-size: 2vw;
  line-height: 2.3vw;
  padding-left: 25%;
  padding-right: 35px;
  text-indent: 30%;
  z-index: 5;
  position: relative;
}
.right__text p {
  text-indent: 0;
}
.right__text p:nth-child(1) {
  text-indent: 30%;
}

.right__text__big {
  padding-left: 15px;
  text-indent: 25%;
  font-size: 2.5vw;
  line-height: 2.5vw;
  margin-bottom: 50px;
}

.block-inner {
  margin-bottom: 0;
  margin-top: 15px;
}
.block-inner .block1__left {
  border: none;
  position: relative;
}
.block-inner .block1__left .block1__left__img {
  object-fit: contain;
  width: 14vw;
}
.block-inner .block1__title2 {
  font-size: 1.5vw;
  padding-right: 45%;
}
.block-inner .block1__text {
  padding-right: 30%;
  font-size: 1.1vw;
  padding-bottom: 20px;
}
.block-inner .link__absolut {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.block-inner .link__absolut svg {
  width: 2vw;
}

.list {
  padding: 0 15px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 25% 40% 30%;
}
.list__left {
  font-size: 2.2vw;
}
.list__center {
  padding-right: 30%;
}
.list__center p {
  font-size: 1.4vw;
}
.list__center span {
  margin-right: 50px;
}
.list__right {
  width: 100%;
}
.list__right img {
  object-fit: contain;
  width: 100%;
}

.projects {
  font-size: 3vw;
  position: relative;
  padding-left: 15px;
  z-index: 5;
  margin-top: -70px;
}

.bg__art {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 300vh;
  left: 50%;
  transform: translate(-50%, 0);
  background: radial-gradient(141.09% 36% at 45.39% 17.43%, rgba(223, 20, 3, 0.78) 0%, rgba(81, 160, 89, 0) 100%), #DFE7E0;
}

.bg1 {
  background: radial-gradient(79.58% 32.57% at -9.2% 34.81%, #FF2020 44.82%, #000000 100%);
  background-size: contain;
}

.bg2 {
  position: relative;
  overflow: visible;
}
.bg2 .bg1__img {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 180vh;
  right: 0;
  max-height: 160%;
  opacity: 1;
}

.bg3 {
  position: relative;
  overflow: visible;
}
.bg3 .bg1__img {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 180vh;
  max-height: 110%;
  opacity: 1;
}

.bg4 {
  overflow: visible;
  position: relative;
}
.bg4 .bg1__img {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 120vh;
  max-height: 110%;
  opacity: 1;
}

.all__projects {
  z-index: 5;
  position: relative;
  padding: 0 15px;
  margin-top: 100px;
}
.all__projects__row {
  display: flex;
  margin-top: 25px;
}
.all__projects__left {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #fff;
  margin-right: 20px;
}
.all__projects__right {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #fff;
}
.all__projects__img {
  border-right: 1px solid #fff;
  width: 45%;
  padding-bottom: 25px;
}
.all__projects__img img {
  object-fit: contain;
  width: 14vw;
}
.all__projects__text {
  padding-left: 15px;
  position: relative;
  width: 55%;
  font-size: 1.3vw;
  padding-right: 18%;
}
.all__projects__text .block1__arrow svg {
  width: 2vw;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.img__top {
  position: absolute;
  top: 0;
  opacity: 0.6;
  object-fit: cover;
  height: 200vh;
  left: 0;
  width: 100vw;
}

.img__bottom {
  position: absolute;
  bottom: 0;
  object-fit: cover;
  height: 100vh;
  background: url(../img/i541.png) no-repeat center;
  background-size: cover;
  left: 0;
  width: 100vw;
}

.climat__table {
  padding: 0 15px;
  margin-top: 35px;
  display: flex;
  border-bottom: 1px solid #fff;
}
.climat__table__left {
  width: 23%;
  border-right: 1px solid white;
}
.climat__table__item {
  padding: 10px 0 5px;
  font-size: 1.2vw;
  border-bottom: 1px solid #fff;
}
.climat__table__item p {
  margin-bottom: 0;
}
.climat__table__text {
  margin-bottom: 0;
  padding-right: 55%;
  font-family: "Canela Text";
}
.climat__table__title {
  margin-bottom: 15px !important;
}
.climat__table__right {
  width: 75%;
  padding-left: 15px;
}
.climat__table__right p {
  text-indent: 25%;
  font-size: 2vw;
  line-height: 2.3vw;
}
.climat__table__right span {
  font-family: "Canela Text";
}

.all__projects2 {
  margin-top: 15px;
}
.all__projects2 .all__projects__img {
  width: 49%;
}

.right__text2 {
  display: flex;
  padding-left: 15px;
  margin-top: 15px;
  margin-left: 0;
}
.right__text2 .right__text2__item1 {
  text-indent: 0 !important;
  width: 23%;
}
.right__text2 .right__text2__item2 {
  text-indent: 35% !important;
  width: 77%;
}

.economic__table {
  padding: 0 15px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 25% 37.5% 37.5%;
}
.economic__table .economic__table1 {
  font-size: 2vw;
}
.economic__table .economic__table2 {
  margin-left: -10px;
  margin-right: 5vw;
}
.economic__table .economic__table3 {
  margin-left: 5vw;
}
.economic__table__item {
  overflow: hidden;
  margin-bottom: 30px;
  height: 30vw;
}
.economic__table__top {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.economic__table__left {
  font-size: 1.8vw;
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.economic__table__right {
  padding-bottom: 50px;
  font-size: 1.2vw;
  padding-left: 15px;
  width: 50%;
}
.economic__table__bot {
  margin-top: 15px;
  height: 20vw;
  line-height: 20vw;
  text-align: center;
  background: #B8AB7E;
  vertical-align: middle;
}
.economic__table__bot img {
  white-space: nowrap;
  object-fit: contain;
  overflow: hidden;
  text-align: center;
  width: 13vw;
  max-height: 100px;
}

.art__wrapper {
  height: 100%;
}
.art__wrapper .title__arrow {
  margin-top: 50px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.art__wrapper .title__arrow h1 {
  font-size: 4vw;
}
.art__wrapper .title__arrow__row {
  padding-left: 18vw;
  display: flex;
}
.art__wrapper .title__arrow__row svg {
  width: 3vw;
  opacity: 1;
}
.art__wrapper .title__arrow__row a {
  cursor: pointer;
}
.art__wrapper .swiper-button-disabled {
  opacity: 0.5;
  cursor: default!important;
}
.art__wrapper .title__arrow .arrow__active svg {
  opacity: 1;
}
.art__wrapper .title__arrow__left {
  margin-right: 30px;
}
.art__wrapper .title__arrow__left svg {
  transform: rotate(180deg);
}
.art__wrapper .item__table {

  margin-top: 50px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 20% 20% 45% 15%;
}
.art__wrapper .item__table .item__table2 {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #fff;
}
.art__wrapper .item__table .item__table2__left {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.art__wrapper .item__table .item__table2__left .item__table2__top {
  font-size: 2vw;
  line-height: 2vw;
}
.art__wrapper .item__table .item__table2__left .item__table2__top span {
  font-family: "Canela Text";
}
.art__wrapper .item__table .item__table2__left .item__table2__bot p {
  font-size: 1.7vw;
}
.art__wrapper .item__table .item__table2__left .item__table2__bot a {
  border: 1px solid white;
  padding: 10px 0;
  width: 15vw;
  display: block;
  text-align: center;
}
.art__wrapper .item__table .item__table2__left .item__table2__bot a:hover {
  background: #fff;
  color: black;
  text-decoration: none;
}
.art__wrapper .item__table .item__table2__right {
  width: 70%;
  text-align: right;
}
.art__wrapper .item__table .item__table2__right img {
  width: 35vw;
  height: 37vw;
  object-fit: cover;
}
.art__wrapper .item__table .item__table__img img {
  padding-bottom: 20px;
  object-fit: cover;
  height: 100%;
  max-height: 500px;
  width: 100%;
}
.art__wrapper .item__table .item__table1 {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.4vw;
}
.art__wrapper .item__table .item__table1__bot p {
  margin-bottom: 0px;
  font-size: 1.2vw;
}
.art__wrapper .item__table .item__table3 {
  margin-left: 15px;
}
.art__wrapper .item__table .item__table3 a {
  opacity: 0.6;
  transition: 0.2s ease all;
}
.art__wrapper .item__table .item__table3 a:hover {
  opacity: 1;
  text-decoration: none;
  transition: 0.2s ease all;
}
.art__wrapper .item__table .item__table3 p {
  opacity: 0.6;
}
.art__wrapper .item__table21 {
  
  margin-bottom: -20px;
  padding-left: 15px;
  padding-top: 35px;
  padding-right: 5vw;
  display: flex;
}

@media screen and (min-width: 1200px) {
  .art__wrapper .item__table21 {
    height: 75vh;
  }
}
  

.art__wrapper .item__table21 .item__table1 {
  width: 35%;
  padding-bottom: 15px;
  padding-right: 15px;
  border-right: 1px solid white;
}
.art__wrapper .item__table21 .item__table1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.art__wrapper .item__table21 .item__table2 {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
  padding-left: 15px;
}
.art__wrapper .item__table21 .item__table2 p {
  font-size: 1.4vw;
}
.art__wrapper .item__table21 .item__table2 .item__table2__bot {
  display: flex;
  align-items: center;
}
.art__wrapper .item__table21 .item__table2 .item__table2__bot a {
  font-size: 1.4vw;
}
.art__wrapper .item__table21 .item__table2 .item__table2__bot svg {
  margin-bottom: -5px;
  margin-left: 10px;
  height: 25px;
  width: 25px;
}

/*Главная глитч*/
.inner__img0 {
  height: 50vw;
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i1.png) no-repeat center;
  background-size: contain;
}

.inner__img2 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i4.png) no-repeat center;
  background-size: contain;
}

.inner__img2.front-2 {
  filter: grayscale(100%);
}

.inner__img2.front-1 {
  filter: blur(10px);
}

/**/
.inner__img3 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i5.png) no-repeat center;
  background-size: contain;
}

.inner__img3.front-2 {
  filter: saturate(30%);
}

.inner__img3.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img4 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i6.png) no-repeat center;
  background-size: contain;
}

.inner__img4.front-2 {
  filter: brightness(0.9);
}

.inner__img4.front-1 {
  filter: grayscale(100%);
}

/**/
.inner__img5 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i7.png) no-repeat center;
  background-size: contain;
}

.inner__img5.front-2 {
  filter: saturate(30%);
}

.inner__img5.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img6 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i8.png) no-repeat center;
  background-size: contain;
}

.inner__img6.front-2 {
  filter: saturate(30%);
}

.inner__img6.front-1 {
  filter: hue-rotate(90deg);
}

.inner__img__new {
  height: 100%;
}

/**/
.inner__img21 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i5.png) no-repeat center;
  background-size: cover;
}

.inner__img21.front-2 {
  filter: saturate(30%);
}

.inner__img21.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img22 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i52.png) no-repeat center;
  background-size: cover;
}

.inner__img22.front-2 {
  filter: saturate(30%);
}

.inner__img22.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img211 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i21.png) no-repeat center;
  background-size: cover;
}

.inner__img211.front-2 {
  filter: saturate(30%);
}

.inner__img211.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img212 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i2.png) no-repeat center;
  background-size: cover;
}

.inner__img211.front-2 {
  filter: saturate(30%);
}

.inner__img211.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img213 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i23.png) no-repeat center;
  background-size: cover;
}

.inner__img211.front-2 {
  filter: saturate(30%);
}

.inner__img211.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img214 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i24.png) no-repeat center;
  background-size: cover;
}

.inner__img211.front-2 {
  filter: saturate(30%);
}

.inner__img211.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img611 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i6.png) no-repeat center;
  background-size: cover;
}

.inner__img611.front-2 {
  filter: saturate(30%);
}

.inner__img611.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img612 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i71.png) no-repeat center;
  background-size: cover;
}

.inner__img612.front-2 {
  filter: saturate(30%);
}

.inner__img612.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img311 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i31.png) no-repeat center;
  background-size: cover;
}

.inner__img311.front-2 {
  filter: saturate(30%);
}

.inner__img311.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img312 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i32.png) no-repeat center;
  background-size: cover;
}

.inner__img312.front-2 {
  filter: saturate(30%);
}

.inner__img312.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img313 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i33.png) no-repeat center;
  background-size: cover;
}

.inner__img313.front-2 {
  filter: saturate(30%);
}

.inner__img313.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img411 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i41.png) no-repeat center;
  background-size: cover;
}

.inner__img411.front-2 {
  filter: saturate(30%);
}

.inner__img411.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img412 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i42.png) no-repeat center;
  background-size: cover;
}

.inner__img412.front-2 {
  filter: saturate(30%);
}

.inner__img412.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img711 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i7.png) no-repeat center;
  background-size: cover;
}

.inner__img711.front-2 {
  filter: saturate(30%);
}

.inner__img711.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img712 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i61.png) no-repeat center;
  background-size: cover;
}

.inner__img712.front-2 {
  filter: saturate(30%);
}

.inner__img712.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img713 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i62.png) no-repeat center;
  background-size: cover;
}

.inner__img713.front-2 {
  filter: saturate(30%);
}

.inner__img713.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img714 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i63.png) no-repeat center;
  background-size: cover;
}

.inner__img714.front-2 {
  filter: saturate(30%);
}

.inner__img714.front-1 {
  filter: hue-rotate(90deg);
}

/**/
.inner__img715 {
  position: absolute;
  width: 98%;
  height: 100%;
  background: url(../img/i64.png) no-repeat center;
  background-size: cover;
}

.inner__img715.front-2 {
  filter: saturate(30%);
}

.inner__img715.front-1 {
  filter: hue-rotate(90deg);
}

/******************/
.project-red .block1__right {
  height: 75vh;
  overflow: hidden;
  width: 92%;
  margin-left: 4vw;
  margin-bottom: 20px;
}

.block1-red {
  margin-top: 30px;
}
.block1-red .block1__right {
  height: 75vh;
  width: 95%;
  margin-left: 4vw;
}

.menu__mobile__burger {
  display: none;
}

.mobile__menu {
  display: none;
}

footer {
  margin-top: 20px;
  padding: 20px 40px 20px;
  width: 100% !important;
}

.white__footer {
  border-top: 1px solid #fff;
}

.black__footer {
  border-top: 1px solid #000;
}
.black__footer div, .black__footer a {
  color: #000;
}
.black__footer .menu__button {
  background: #000;
  color: white !important;
}

.container__animate {
  margin-left: 17vw;
  height: 80vh;
  width: 75vw;
  position: relative;
}

.gotop {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  text-decoration: underline;
  text-align: center;
  font-size: 20px;
  display: block;
}

.coin {
  width: 10vw;
}

.allprojects {
  width: 47vw;
  display: block;
  padding-left: 25vw;
  text-transform: uppercase;
  font-size: 2vw;
  margin-top: 40px;
}
.allprojects svg {
  width: 25px;
  padding-top: 18px;
  margin-left: 10px;
  fill: #000 !important;
}

.projects__h {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-left: 25%;
  font-size: 5vw;
  line-height: 5vw;
}

.climat__art .block1__right {
  height: 100%;
  margin-left: 0;
  padding-left: 0;
}
.climat__art .block1__right .right__text {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

.climat__art2 .block1__left {
  border-right: 1px solid white;
  padding-right: 20px;
}
.climat__art2 .block1__left .block1__title2 {
  padding-right: 20px;
}
.climat__art2 .block1__left img {
  width: 100%;
  margin-bottom: 20px;
}
.climat__art2 .block1__right {
  padding-left: 20px;
}

.cult__header {
  margin: 20px 0;
  padding-top: 0;
}

.header_fon_wraper {
    display: block;
    width: 101%;
    margin-left: -1%;
    margin-top: -180px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.header_fon {
    padding: 0 !important;
    width: 100%;
}
.ocean{
	background: #002552;
	padding: 0px 20px;
}
.ocean_header{
	z-index: 1 !important;
}
.ocean_text{
	color: #ffffff !important;
}
.ocean_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 96px;
	line-height: 90px;
	text-indent: 410px;
	text-transform: uppercase;
	color: #FFFFFF !important;
}
.ocean_left_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ocean_right_title {
    font-family: Neue Montreal;
    font-style: normal;
    font-weight: 500;
    font-size: 96px;
    line-height: 90px;
    text-indent: 410px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: -65px;
}
.ocean_img{
	width: 100%;
}
.ocean_img_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ocean_img_block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-top: 50px;
}
.ocean_img_box {
    padding: 20px;
    padding-top: 0px;
}
.ocean_img_box:nth-child(1){
	width: calc(30% - 1px);
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.ocean_img_box:nth-child(2){
	width:70%;
	border-bottom: 1px solid #FFFFFF;
}
.ocean_right_title2 {
    font-family: Neue Montreal;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    text-indent: 410px;
    color: #FFFFFF;
    width: 65%;
    margin-top: -58px;
}
.ocean_block2{
	margin-top: 40px;
}
.ocean_block3 {
    position: relative;
    right: -50%;
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    border-top: 1px solid #FFFFFF;
}
.ocean_block3_box:nth-child(1){
	width: calc(50% - 1px);
	padding: 35px 50px 0px 0px;
	border-right: 1px solid #FFFFFF;
}
.ocean_block3_box:nth-child(2) {
    width: 50%;
    padding: 35px 50px 0px 35px;
}
.ocean_block3_text{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ocean_block4{
	margin-top: 40px;
	width: 90%;
	display: flex;
	justify-content: flex-end;
}
.ocean_block4_text {
    font-family: Neue Montreal;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    text-transform: lowercase;
    color: #FFFFFF;
    width: 65.5%;
}
.ocean_block5 {
    margin-top: 70px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #FFFFFF;
}
.ocean_block5_box:nth-child(1) {
    width: calc(30% - 51px);
    padding: 35px 50px 0px 0px;
    border-right: 1px solid #FFFFFF;
}
.ocean_block5_box:nth-child(2) {
    width: calc(70% - 50px);
    padding: 35px 50px 0px 35px;
}
.ocean_block6{
	display: flex;
	flex-flow: row wrap;
	margin-top: 40px;
}
.ocean_block6_box:nth-child(1){
	width: 20%;
}
.ocean_block6_box:nth-child(2){
	width: calc(30% - 1px);
	padding: 35px 50px 0px 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.ocean_block6_box:nth-child(3) {
    width: calc(50% - 50px);
    padding: 35px 0px 0px 50px;
	border-bottom: 1px solid #FFFFFF;
}
.ocean_block6_box_inner_wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 12px 10px;
    justify-content: space-between;
}
.ocean_block6_box_inner{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ocean_block7{
	display: flex;
	flex-flow: raw wrap;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	justify-content: space-between;
}
.ocean_img_block7{
	width: 100%;
}
.ocean_block7_box{
	width: 25%;
}
.ocean_block7_box:nth-child(1){
	padding-top: 20px;
	padding-right: 20px;
	border-right: 1px solid #FFFFFF;
}
.ocean_block7_box:nth-child(2){
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
}
.ocean_block7_box:nth-child(3){
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
}
.ocean_block7_box:nth-child(4){
	padding-top: 20px;
	padding-left: 20px;
}
.ocean_block7_titlebox{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ocean_block7_descrbox{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ocean_d {
	display: block;
}
.ocean_m {
	display: none;
}
.mocean_block1{
	margin-top: -30px;
}
.mocean_block1_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.mocean_block1_descr {
    font-family: Neue Montreal;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-indent: 170px;
    margin-top: -25px;
}
.mocean_block2{
	margin-top: 20px;
}
.mocean_block2_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.mocean_block2_subtitle{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 20px;
}
.mocean_block2_descr{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 27px;
	color: #FFFFFF;
	text-indent: 170px;
    margin-top: -25px;
}
.mocean_img{
	margin-top: 20px;
	width: 100%;
}
.mocean_block3{
	display: flex;
	flex-flow: row wrap;
}
.mocean_block3_box{
	width: 50%;
}
.mocean_block3_box:nth-child(1){
	width: calc(50% - 1px);
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.mocean_block3_box:nth-child(2){
	width: calc(50% - 1px);
	border-bottom: 1px solid #FFFFFF;
}
.mocean_block3_box:nth-child(3){
	width: calc(50% - 1px);
	border-right: 1px solid #FFFFFF;
}
.mocean_block3_box:nth-child(4){
	padding-top: 10px;
	padding-left: 10px;
}
.mocean_block3_desrc{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
}
.mocean_block4_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.mocean_block4_descr {
    font-family: Neue Montreal;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    color: #FFFFFF;
    text-indent: 70px;
    margin-top: 20px;
}
.mocean_block5{
	display: flex;
	flex-flow: row nowrap;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.mocean_block5_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}
.mocean_block5_box{
	width: 50%;
}
.mocean_block5_box:nth-child(1){
	border-right: 1px solid #FFFFFF;
	width: calc(50% - 1px);
}
.mocean_block5_box:nth-child(2){
	padding-left: 20px;
}
.mocean_block5_box_title {
    font-family: Neue Montreal;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;
    display: block;
}
.mocean_block5_box_inner_wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}
.mocean_block5_box_inner{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.mocean_block6_title{
	font-family: Neue Montreal;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	margin-top: 20px;
}
@media screen and (max-width: 800px){
	.ocean_d {
		display: none;
	}
	.ocean_m {
		display: block;
	}
	.header_fon_wraper{
		margin-top: 0px;
	}
	.header_fon {
		padding: 0 !important;
		width: 113%;
		max-width: 200%;
		margin-left: -7%;
		margin-top: -56px;
	}
}

.dialog {
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  backdrop-filter: blur(4px);
  flex-direction: column;
}
.dialog[open] {
  display: flex;
}
.dialog__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.dialog__logo {
  font-size: 48px;
}
.dialog__close {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none !important;
  transition: all .3s ease-in-out;
}
.dialog__close:hover {
  opacity: 0.8;
}
.dialog__close svg {
  width: 100%;
  height: 100%;
}
.dialog__inner {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  gap: 5.6vw;
}
.dialog__content {
  width: 100%;
  text-transform: uppercase;
  font-size: 2.9vw;
  font-weight: 500;
}
.dialog__content span {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  font-size: 1.4vw;
}
.dialog__form {
  width: 100%;
}
.dialog__row {
  display: block;
  margin-bottom: 30px;
  padding: 20px 25px;
  width: 100%;
  border: 1px solid #fff;
}
.dialog__input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  resize: none;
}
.dialog__input:focus {
  outline-style: none;
}
.dialog__input::placeholder {
  text-transform: uppercase;
  color: #FFFFFF;
}
.dialog__row-title {
  font-size: 20px;
  text-transform: uppercase;
}
.dialog__row--checkboxes {
  display: flex;
  gap: 30px;
}
.dialog__checkboxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.dialog__checkboxes input[type="checkbox"] {
  display: none;
}
.dialog__checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.dialog__checkbox span {
  position: relative;
  padding-left: 30px;
}
.dialog__checkbox span::before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 1px #fff;
  border: 2px solid #000;
  transition: all .3s ease-in-out;
}
.dialog__checkbox input:checked+span::before {
  background-color: #fff;
}

.dialog__submit {
  padding: 15px 100px;
  border: none;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.dialog__submit:hover {
  opacity: 0.8;
}
.dialog__response {
  margin: 10px 0;
  font-size: 18px;
  display: none;
}

@media (max-width: 1280px) {
  .dialog__inner {
    gap: 2.5vw;
  }
  .dialog__row {
    margin-bottom: 20px;
    padding: 15px;
  }
  .dialog__input {
    font-size: 14px;
  }
  .dialog__row-title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dialog__checkboxes {
    grid-template-columns: repeat(3, 1fr)
  }
}
@media (max-width: 768px) {
  .dialog__head {
    margin-bottom: 10px;
  }
  .dialog__inner {
    display: block;
  }
  .dialog__content {
    font-size: 22px;
  }
  .dialog__content span {
    font-size: 11px;
  }
  .dialog__row {
    margin-bottom: 10px;
  }
  .dialog__checkbox span {
    font-size: 14px;
  }
  .dialog__checkboxes {
    gap: 15px;
  }
  .dialog__submit {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .dialog {
    padding: 10px;
  }
  .dialog__row--checkboxes {
    flex-direction: column;
    gap: 15px;
  }
}