@charset "UTF-8";
@font-face {
  font-family: "GraphikLCG";
  src: url("../fonts/Graphiklcg/GraphikLCG-Regular.eot");
  src: url("../fonts/Graphiklcg/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphiklcg/GraphikLCG-Regular.woff2") format("woff2"), url("../fonts/Graphiklcg/GraphikLCG-Regular.woff") format("woff"), url("../fonts/Graphiklcg/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GraphikLCG";
  src: url("../fonts/Graphiklcg/GraphikLCG-Extralight.eot");
  src:
    url("../fonts/Graphiklcg/GraphikLCG-Extralight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphiklcg/GraphikLCG-Extralight.woff2") format("woff2"),
    url("../fonts/Graphiklcg/GraphikLCG-Extralight.woff") format("woff"),
    url("../fonts/Graphiklcg/GraphikLCG-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GraphikLCG";
  src: url("../fonts/Graphiklcg/GraphikLCG-Light.eot");
  src:
    url("../fonts/Graphiklcg/GraphikLCG-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphiklcg/GraphikLCG-Light.woff2") format("woff2"),
    url("../fonts/Graphiklcg/GraphikLCG-Light.woff") format("woff"),
    url("../fonts/Graphiklcg/GraphikLCG-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GraphikLCG";
  src: url("../fonts/Graphiklcg/GraphikLCG-Thin.eot");
  src: url("../fonts/Graphiklcg/GraphikLCG-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphiklcg/GraphikLCG-Thin.woff2") format("woff2"), url("../fonts/Graphiklcg/GraphikLCG-Thin.woff") format("woff"), url("../fonts/Graphiklcg/GraphikLCG-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "GraphikLCG", sans-serif;
}

#page{
  overflow: hidden;
}

.home #page{
  overflow: visible;
}

.container {
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}

.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 10px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--bar-bg, #000);
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
  width: 22px;
}
.home .header-transparent .menu-icon span{
  background-color: #000000;
}
.home .header-page .header-center::after{
  display: none;
}
.home .header-page{
  border-bottom: none;
  background-color: transparent;
}
.home .header-page .container{
  max-width: 100%;
}
.home .header-page .header-marque-wrap::after, .home .header-page .header-marque-wrap::before{
  display: none;
}
.home .header-page .header-end .header-phone{
  order: 1;
}
.home .header-page .header-end .header-lang{
  order: 2;
}

.home .header-page .header-end{
  justify-content: flex-end;
  column-gap: 40px;
}

.header-menu-open.header-transparent .menu-icon span{
  background: #000000!important;
}
.header-menu-open.header-transparent #menu-lang-switch > li{
  color: #000000;
}
.header-menu-open.header-transparent #menu-lang-switch > li > a::after{
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%224%22%20viewBox%3D%220%200%206%204%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.70297%203.29717L0.123145%200.717262C-0.0410486%200.553149%20-0.0410485%200.287068%200.123145%200.123035C0.287191%20-0.0410119%200.553259%20-0.0410119%200.717292%200.123035L3.00004%202.40585L5.28271%200.123101C5.44683%20-0.0409453%205.71287%20-0.0409453%205.87692%200.123101C6.04103%200.287148%206.04103%200.553216%205.87692%200.717329L3.29705%203.29723C3.21499%203.37926%203.10755%203.42022%203.00006%203.42022C2.89251%203.42022%202.78499%203.37918%202.70297%203.29717Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.7%22/%3E%3C/svg%3E");
}
.header-menu-open.header-transparent .header-logo img{
  filter: invert();
}
.header-transparent.sticky{
  position: static;
}
@media (min-width: 1024px) {
  .menu-icon:hover span:first-of-type {
    width: 26px;
  }
  .menu-icon:hover span:last-of-type {
    width: 12px;
  }
}

.hero-planet img {
  width: 100%;
  height: auto;
  transform-origin: center;
}

/* ===========================
   PRELOADER — FULLSCREEN
   =========================== */
/*
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity .7s ease;
}

.logo-wrap {
    width: 90vw;
    max-width: 2500px;
    aspect-ratio: 76 / 19;
    position: relative;

    transform: scale(0.3);
    opacity: 0;

    animation: logoGrow 8s ease-in-out forwards;
}

.img-fill {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;

    -webkit-mask-image: url('../images/logo-mask.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url('../images/logo-mask.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    animation: fillSwap 6s ease-in-out forwards;
}

@keyframes logoGrow {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    10% {
        opacity: 1;
        transform: scale(0.4);  
    }
    35% {
        transform: scale(0.6);  
    }
    65% {
        transform: scale(0.8);  
    }
    100% {
        transform: scale(1);   
    }
}

@keyframes fillSwap {
    0%   { background-image: url('../images/philosophy-slide-1.png'); }
    24.9%  { background-image: url('../images/philosophy-slide-1.png'); }

    25%  { background-image: url('../images/projects-img-1.png'); }
    49.9%  { background-image: url('../images/projects-img-1.png'); }

    50%  { background-image: url('../images/projects-img-4.png'); }
    74.9%  { background-image: url('../images/projects-img-4.png'); }

    75%  { background-image: url('../images/hero-slider-1.png'); }
    100% { background-image: url('../images/hero-slider-1.png'); }
}

.preloader-percent {
    position: absolute;
    bottom:100px;
    font-size: 250px;
	font-weight: 300;
	right: 100px;
    color: #000;
    opacity: 0;
    animation: percentFade 0.4s ease forwards 0.6s;
}

@keyframes percentFade {
    to { opacity: 1; }
}

.preloader-hide {
    opacity: 0;
    pointer-events: none;
}
*/
.header-menu-open .header-marque-wrap::after {
  content: none !important;
}
.header-menu-open .header-center::after {
  content: none !important;
}

.header-transparent {
  border-color: #fff !important;
}
.header-transparent .header-marquee {
  color: #fff;
}
.header-transparent .header-marque-wrap::before {
  background: #fff !important;
}
.header-transparent .header-marque-wrap::after {
  background: #fff !important;
}
.header-transparent .menu-icon span {
  background: #fff !important;
}
.header-transparent .header-center::after {
  background: #fff !important;
}
.header-transparent .phone-wrapper span {
  color: #fff;
}
.header-transparent .header-lang-item {
  color: #fff;
}

.header-white {
  background: #fff;
}

.header-transparent.header-white{
  background: transparent;
}

.header-lang-list {
  padding: 10px;
}

.header-page-relative {
  padding: relative !important;
}

.header-page {
  border-bottom: 1px solid #E6E6E6;
}
.header-marquee {
    overflow: hidden;
    max-width: 360px;
}

.home header .header-marquee{
  display: none;
}

.home .header-page .header-center{
  width: 55%;
  justify-content: flex-start;
}

.home .header-page .header-start{
  width: 25%;
}

.home .header-page .header-marque-wrap::after{
  top: -25px;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 10s linear infinite;
    font-weight: 300;
}

.marquee-track span {
    white-space: nowrap;
    padding-right: 40px;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-300px);
    }
}

.header-page .header-marque-wrap {
  position: relative;
}
.header-page .header-marque-wrap::before, .header-page .header-marque-wrap::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #E6E6E6;
  position: absolute;
  top: -17px;
}
.header-page .header-marque-wrap::before {
  left: 0;
}
.header-page .header-marque-wrap::after {
  right: 0;
}
.header-page .header-marque-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marque 40s linear infinite;
}
.header-page .header-marque span {
  white-space: nowrap;
  padding-right: 20px;
}
@keyframes marque {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.header-page .header-start {
  width: 45.2%;
}
.header-page .header-center {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-right: 60px;
}
.header-page .header-center::after {
  content: "";
  position: absolute;
  height: 50px;
  top: 0px;
  background: #E6E6E6;
  width: 1px;
  right: 0;
}
.header-page .header-end {
  width: 25%;
}
.header-page .header-end .menu-icon {
  display: none;
}

.hero-link.follow-active {
  z-index: 50;
}

.hero-bottom {
  position: relative;
}

.header-phone {
  overflow: hidden;
  height: 22px;
}

.phone-anim {
  display: inline-block;
  line-height: 22px;
  text-decoration: none;
  color: inherit;
}

.phone-wrapper {
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease;
}

.phone-line {
  height: 22px;
  line-height: 22px;
  display: block;
}

.no-scroll {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

.header-phone:hover .phone-wrapper {
  transform: translateY(-22px);
}

.hero-letter, .hero-description {
  position: relative;
  z-index: -1;
}

.header {
  z-index: 9999;
  position: fixed;
  width: 100%;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 200;
}
.header-start {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
}
.header-end {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header-lang {
  cursor: pointer;
  position: relative;
}
.header-lang-active {
  display: flex;
  align-items: center;
}
.header-lang:hover .header-lang-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header-lang-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  gap: 10px;
  padding-top: 15px;
  /* Анимация */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.header-lang-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-lang-link {
  color: #000;
}
.header-menu {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #E6E6E6;
}
.header-menu-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateY(90%);
  transition: transform 0.5s ease;
}
.header-menu-container-wrap {
  border-bottom: 1px solid #E6E6E6;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 35px;
  padding-right: 55px;
  position: relative;
  overflow: hidden;
  gap: 0;
  transition: transform 0.5s ease;
}
.header-menu-container-wrap:nth-child(odd) {
  border-right: 1px solid #E6E6E6;
}
.header-menu-container-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.header-menu-container-wrap > * {
  position: relative;
  z-index: 2;
}
.header-menu-container-wrap .header-menu-primary-link {
  transition: transform 0.5s ease, color 0.5s ease;
  text-align: right;
  /* transform: translateY(0); */
}
.header-menu-container-wrap .social-line-horizontal-second {
  display: none;
}
.header-menu-container-wrap .header-menu-list {
  opacity: 0;
  /*transform: translateY(40px);*/
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-menu-container-wrap:hover::before {
  opacity: 0;
}
span.menu-title{
  text-align: right;
}
.header-menu-container-wrap:hover span.menu-title {
  color: #fff;
  /*transform: translateY(-10px);*/
}
.header-menu-container-wrap:hover .header-menu-list {
  opacity: 1;
  /*transform: translateY(-10px);*/
  pointer-events: auto;
}
.header-menu-container-wrap:hover .header-menu-container{
  transform: translateY(0);
}
.header-menu-container {
    position: relative;
}

.header-menu-primary-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; 
    text-indent: -9999px; 
}

.header-menu-primary-link {
  font-weight: 500;
  font-size: 20px;
  color: #181818;
  text-transform: capitalize;
  text-align: left;
  transition: opacity 0.4s ease;
  /*transform: translateY(80px);*/
}
.header-menu-list {
  display: none;
  flex-direction: column;
  gap: 18px;
  opacity: 0;
 /* transform: translateY(20px);*/
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.header-menu-link {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  opacity: 0.5;
  letter-spacing: 0.16em;
}

.header-popup {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(255, 255, 255, 0.9803921569);
  z-index: 2222;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}
.header-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: fixed;
}
.header-menu-open{
  position: fixed;
  z-index: 55555;
  top: 0;
}
.header-menu-open .header-content{
  z-index: 5555;
}
.header-menu-open.header-transparent .phone-wrapper span{
  color: #000000;
}
.header-popup-content {
  display: flex;
  height: 100%;
}
.header-popup-column {
  height: 100%;
}
.header-popup-column:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 55px;
  width: 30%;
}
.header-popup-column:nth-child(2) {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
.header-popup-title {
  padding-bottom: 75px;
  font-weight: 250;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.012em;
  color: #000;
  max-width: 330px;
  font-weight: 200;
}
.header-popup-links {
  display: flex;
  flex-direction: column;
}
.header-popup-link {
  padding-bottom: 20px;
  max-width: 180px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.012em;
  color: #4D4D4D;
}
.header-popup-link:last-child {
  padding-bottom: 60px;
}

#menu-lang-switch > li {
    position: relative;
    font-size: 14px;
}

#menu-lang-switch .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 33px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    padding: 8px 0;
    margin: 0;
    list-style: none;
    z-index: 999;
}

#menu-lang-switch li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

#menu-lang-switch .sub-menu li a {
    display: block;
    padding: 8px 10px 0;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
}

/*#menu-lang-switch .sub-menu li a:hover {
    background: #f5f5f5;
}*/

#menu-lang-switch > li > a {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.16em;
}

#menu-lang-switch > li > a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%224%22%20viewBox%3D%220%200%206%204%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.70297%203.29717L0.123145%200.717262C-0.0410486%200.553149%20-0.0410485%200.287068%200.123145%200.123035C0.287191%20-0.0410119%200.553259%20-0.0410119%200.717292%200.123035L3.00004%202.40585L5.28271%200.123101C5.44683%20-0.0409453%205.71287%20-0.0409453%205.87692%200.123101C6.04103%200.287148%206.04103%200.553216%205.87692%200.717329L3.29705%203.29723C3.21499%203.37926%203.10755%203.42022%203.00006%203.42022C2.89251%203.42022%202.78499%203.37918%202.70297%203.29717Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.7%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s linear;
}

#menu-lang-switch > li:hover > a::after{
  transform: rotate(180deg);
}

.header-transparent #menu-lang-switch > li{
  color: #ffffff;
}

.header-transparent #menu-lang-switch > li > a::after{
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%224%22%20viewBox%3D%220%200%206%204%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.70297%203.29717L0.123145%200.717262C-0.0410486%200.553149%20-0.0410485%200.287068%200.123145%200.123035C0.287191%20-0.0410119%200.553259%20-0.0410119%200.717292%200.123035L3.00004%202.40585L5.28271%200.123101C5.44683%20-0.0409453%205.71287%20-0.0409453%205.87692%200.123101C6.04103%200.287148%206.04103%200.553216%205.87692%200.717329L3.29705%203.29723C3.21499%203.37926%203.10755%203.42022%203.00006%203.42022C2.89251%203.42022%202.78499%203.37918%202.70297%203.29717Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.7%22/%3E%3C/svg%3E");

}

.hero-link.follow-active {
  position: absolute; /* активируем абсолют */
  cursor: none;
  transition: transform 0.25s ease;
}

.phone-line {
  font-size: 14px;
  letter-spacing: 0.16em;
}

.hero-link.scale-big {
  transform: scale(1.25);
}

.menu-icon.mobile {
  display: none;
}

.header-lang {
  font-size: 9px;
}


section.page-template{
  padding-top: 50px;
}



.projects {
  position: relative;
}
.projects-line-vertical {
  height: 1642px;
  width: 1px;
  background: #E6E6E6;
  position: absolute;
  top: -218px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.projects-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.projects-title {
  font-weight: 300;
  font-style: Thin;
  font-size: 168px;
  position: relative;
  z-index: 3;
  line-height: 168px;
  letter-spacing: -1.2%;
  color: #000;
  max-width: 700px;
}
.projects-description {
  max-width: 355px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1.2%;
  color: #000;
  padding-top: 24px;
}
.projects-column {
  width: 50%;
  position: relative;
}
.projects-text-slider {
  max-width: 340px;
  margin-left: auto;
}
.projects-text-slider-title {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
  padding-bottom: 32px;
}
.projects-slider-controls {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  right: 0;
  gap: 6px;
}
.projects-slider-fraction {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000;
}
.projects-slider-progress {
  width: 64px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.projects-slider-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease;
}
.projects-slide-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1.2%;
  color: #000;
}
.projects-slide-text {
  padding-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1.2%;
  color: #000;
}
.projects-slide-controls {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 24px;
}
.projects-slide-more {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -1.2%;
  color: #000;
  border-bottom: 1px solid #000;
}
.projects-slide-next {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -1.2%;
  color: #000;
  border-bottom: 1px solid #000;
}
.projects-one-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: -200px;
}
.projects-one-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.projects-one-count {
  position: absolute;
  bottom: -100px;
  right: 160px;
}
.projects-second-wrap {
  padding-top: 110px;
}
.projects-second-image {
  width: -moz-fit-content;
  width: fit-content;
}
.projects-second-count {
  position: absolute;
  top: -120px;
  left: 50px;
}
.projects-second-label, .projects-second-name {
  padding-left: 24px;
}
.projects-third-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 90px;
  margin-top: -420px;
}
.projects-third-image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.projects-third-count {
  position: absolute;
  top: 450px;
  left: -71px;
}
.projects-four-wrap {
  display: flex;
  justify-content: flex-start;
  padding-right: 90px;
  padding-top: 90px;
}
.projects-four-image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.projects-four-label, .projects-four-name {
  padding-left: 24px;
}
.projects-four-count {
  position: absolute;
  top: 600px;
  left: 50px;
}
.projects-label {
  padding-top: 24px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
}
.projects-name {
  padding-top: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1.2%;
  color: #000;
}

.projects-label-wrap {
  margin-left: auto; /* Прижимаем весь блок вправо */
  width: -moz-fit-content;
  width: fit-content; /* Чтобы блок не растягивался */
  text-align: left; /* Текст остаётся левым */
  padding-right: 360px;
}


.bg-light {
  background: #f8fafc;
}

.box {
  position: relative;
  z-index: 20;
}

.box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  filter: blur(8px);
  border-radius: 2%;
  background: linear-gradient(-110deg, #02f4c8 10%, #41bbf6 30%, #41bbf6 70%, #02f4c8 80%);
  background-size: 200% 200%;
  animation: glow 7s linear infinite;
}

@keyframes glow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.one-services {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 160px;
  padding-bottom: 200px;
}
.one-services-back {
  padding: 100px 30px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1600px;
  margin: 0 auto;
}
.one-services-column p {
    transition: all 0.5s ease;
}

.hidden-paragraph {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
}

.one-services-column.expanded .hidden-paragraph {
    max-height: 500px; 
    opacity: 1;
    margin: 0 0 1em 0;
}

@media (max-width: 992px) {
  .one-services-back {
    justify-content: flex-end;
    margin-left: 0;
    padding-right: 18px;
    margin-top: 15px;
  }
}
.one-services-back span {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing:  0.15em;
}
@media (max-width: 992px) {
  .one-services {
    padding: 0 18px;
    padding-top: 70px;
  }
}
.one-services-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.one-services-title .title{
  font-size: 64px;
  font-weight: 200;
  letter-spacing: -0.012em;
}
@media (max-width: 992px) {
  .one-services-title {
    gap: 18px;
  }
}
.one-services-wrap .one-services-column{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  margin-top: 30px;
  gap: 30px;
  font-size: 16px;
  line-height: 200%;
  font-weight: 300;
  color: #4D4D4D;
}
@media (max-width: 992px) {
  .one-services-wrap {
    flex-direction: column;
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .one-services-wrap .one-services-column{
    grid-template-columns: 1fr;
  }
}
.one-services button {
  border-bottom: 1px solid #000;
  font-size: 14px;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: -0.012em;
}

.projects-page {
  padding-top: 120px;
}


.projects-page-button {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: flex;
  padding-left: 60px;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  border: none;
  cursor: none;
  transition: transform 0.25s ease-out;
}
.projects-page-button.button-big {
  transform: scale(1.25);
}
.projects-page-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#000 0deg 90deg, rgba(0, 0, 0, 0.1215686275) 90deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
}
.projects-page-button span {
  font-size: 10px;
  font-weight: 500;
}
.projects-page-button img {
  width: 15px;
  height: 15px;
}

.quality {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.quality-label {
  padding-top: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.012em;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;

}
.quality-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-link {
  cursor: pointer;
  position: absolute;
  bottom: 230px;
  right: 250px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.quality-link span {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
}
.quality-link span::before {
  content: url("../img/plus.svg");
  position: absolute;
  top: 60px;
}

.quality-title-inner {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  /*     opacity: 0; */
  /*   transform: translateY(40px); */
}

.quality-title-inner span {
  font-size: 168px;
  line-height: 168px;
  white-space: nowrap;
  color: #fff;
  font-weight: 100;
  line-height: 168px;
  letter-spacing: -0.012em;
}

@keyframes scroll-right {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(300px);
    }
}

.footer {
  border-top: 1px solid #E6E6E6;
  padding-top: 24px;
    position: relative;
    z-index: 555;
    background: #fff;
}
.main-navigation ul{
  display: block;
}
@media (max-width: 992px) {
  .footer {
    border-top: initial;
  }
}
.footer-content {
  display: flex;
}
.footer-column {
  width: 25%;
}
.footer-column:nth-child(1) {
  width: 50%;
}
.footer-column:last-child{
    width: 10%;
  }
.footer-contacts {
  display: flex;
  flex-direction: column;
}
.footer-contacts a {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1.2%;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 4px;
}

.footer-address{
  padding-top: 20px;
}

.footer-address a {
  color: #999999;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-menu {
  display: flex;
  flex-direction: column;
}
.footer-menu-title {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
  padding-bottom: 24px;
}
.footer-menu-link {
  padding-bottom: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.012em;
  color: #000000;
}
.footer-menu .menu-item {
  margin-bottom: 7px;
}
.footer-menu .menu-item a{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.012em;
  font-weight: 300;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 80px;
}
/*.footer-social-wrap {
  padding-top: 50px;
}*/

.footer-social img{
  width: 16px;
}
.footer-social-title {
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
}
.footer-copyright {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999999;
  text-align: center;
  width: 100%;
}
.footer-copyright-wrap {
  display: flex;
  padding-top: 55px;
  padding-bottom: 20px;
}
.footer-copyright-container {
  width: 50%;
}

.error-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
}
.error-page-title {
  font-weight: 300;
  color: #000;
  font-size: 65px;
  max-width: 490px;
}
.error-page-link {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
}

.news-blog-mobile-wrap {
  display: none;
}

.news {
  height: calc(100vh - 50px);
  overflow: hidden;
  /* LEFT BLOCK */
}
.news .news-container {
  display: flex;
  height: 100%;
  gap: 60px;
}
.news .news-title {
 font-size: 40px;
  line-height: 100%;
  font-weight: 300;
  color: #000;
  padding-top: 20px;
  margin-bottom: 50px;
}
.news .news-featured {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}
.news .news-featured-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 60px;
  padding-bottom: 60px;
  width: 40%;
  max-height: 96.5vh;
}
.news .news-featured-wrap::after{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4); 
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.news .news-featured-read {
  position: absolute;
  top: 20%;
  right: 20%;
  z-index: 3;
  width: 185px;
  height: 185px;
  border: 1px solid rgba(255, 255, 255, 0.2862745098);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  cursor: pointer;
}
.news .news-featured-read .circle-plus {
  font-size: 32px;
  padding-top: 10px;
  padding-right: 22px;
}

.news-featured-date {
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.6;
}

.news-featured-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  max-width: 370px;
  padding: 15px 0 24px 0;
}

.news-featured-text {
  font-size: 16px;
  color: #fff;
  line-height: 169%;
  font-weight: 300;
  max-width: 370px;
}

/* BLOG LIST */
.news-blog {
  width: 40%;
  padding-top: 50px;
}

.news-blog-list {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 65px;
  overflow-y: auto;
  height: 100%;
  /* Скрыть скроллбар — Chrome, Edge, Safari */
  /* Скрыть скроллбар — Firefox */
  scrollbar-width: none; /* скрывает полосу */
  -ms-overflow-style: none; /* IE/Edge старый */
}
.news-blog-list>a:last-child::before{
  content: none;
}
.news-blog-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.news-blog-item {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  color: inherit;
  position: relative;
  
}

.news-blog-item:last-child{
  margin-bottom: 50px;
}
.news-blog-item:hover{
  opacity: 0.5!important;
  transition: 0.3s opacity linear;
}
.news-blog-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -32px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1411764706);
}
.news-blog-item .news-blog-img img {
  width: 180px;
  height: 120px;
  min-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-blog-item .news-blog-name {
  font-size: 16px;
  line-height: 156%;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
.news-blog-item .news-blog-date {
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 0.15em;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.7;
  color: #000000;
}

.news-blog-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* MEDIA */
.news-media {
  width: 20%;
  padding-top: 50px;
}

.news-media-list {
  display: flex;
  flex-direction: column;
  gap: 65px;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 150px;
  /* Скрыть скроллбар — Chrome, Edge, Safari */
  /* Скрыть скроллбар — Firefox */
  scrollbar-width: none; /* скрывает полосу */
  -ms-overflow-style: none; /* IE/Edge старый */
}
.news-media-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.news-media-item {
  text-decoration: none;
  display: block;
  position: relative;
}
.news-media-item:hover{
  opacity: 0.5!important;
}
.news-media-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 90%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1411764706);
}
.news-media-item .news-media-name {
  font-size: 16px;
  line-height: 156%;
  font-weight: 300;
  max-width: 240px;
}
.news-media-item .news-media-source {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.2588235294);
}
.news-media-item .news-media-source p {
  color: #000;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 0.15em;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.8;
}
.article {
  overflow: hidden;
}
.article-preview {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.article-preview:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000060;
}
section.article .container{
  z-index: 111;
  position: relative;
  padding-bottom: 120px;
  margin-top: -170px;
}

section.article .wp-block-image img{
  width: 100%;
}

section.article .wp-block-image.size-large img{
  max-height: 900px;
  object-fit: contain;
}
.article-data {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  font-weight: 400;
  opacity: 0.7!important;
  color: #fff;
  z-index: 555;
}
.article-title {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.012em;
  color: #fff;
  max-width: 645px;
  font-weight: 200;
  text-align: center;
  z-index: 555;
}
.article .article-title{
  max-width: 850px;
}
section.article .wp-block-columns{
  padding-top: 120px;
}
section.article .wp-block-columns .wp-block-column:nth-child(odd) p{
  margin: 0 0 0 auto;
}
.article-photo {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -200px;
  padding-bottom: 120px;
}
.article-photo img {
  width: 80%;
}
.article-text {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  gap: 70px;
}
section.article p {
  color: #000;
  font-size: 16px;
  line-height: 150%;
  max-width: 75%;
}

section.article .wp-block-columns p{
  max-width: 600px;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
  opacity: 0.7;
}
.article-images {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-bottom: 120px;
}
.article-images img {
  width: 50%;
}
.article-more-top {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}
.article-more-label {
  color: #4D4D4D;
  font-size: 12px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.article-more-title {
  padding-bottom: 84px;
  color: #000;
  font-weight: 300;
  font-size: 48px;
}
.article-more-list {
  display: flex;
  width: 100%;
}
.article-more-list a{
  flex-basis: 25%;
}
.article-more-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 240px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  gap: 16px;
  overflow: hidden;
  cursor: pointer;
}
.article-more-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease;
  z-index: 1;
}
.article-more-item > * {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.35s ease;
}
.article-more-item:hover::before {
  background: rgba(0, 0, 0, 0.45);
}
.article-more-item:hover > * {
  opacity: 1;
  transform: translateY(0);
}
.article-more-data {
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  opacity: 0.6;
  text-transform: uppercase;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.35s ease;
}
.article-more-item:hover .article-more-data {
  opacity: 1;
  transform: translateY(0);
}
.article-more-name {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  max-width: 290px;
  line-height: 130%;
}
.article-more-link {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
}

.project-more-top {
  width: 80%;
  margin: 0 auto;
}
.project-more-label {
  color: #4D4D4D;
  font-size: 12px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.project-more-title {
  padding-bottom: 84px;
  color: #000;
  font-weight: 300;
  font-size: 48px;
}
.project-more-list {
  display: flex;
  width: 100%;
}
.project-more-item {
  width: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  gap: 16px;
  overflow: hidden;
  cursor: pointer;
}
.project-more-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease;
  z-index: 1;
}
.project-more-item > * {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.35s ease;
}
.project-more-item:hover::before {
  background: rgba(0, 0, 0, 0.45);
}
.project-more-item:hover > * {
  opacity: 1;
  transform: translateY(0);
}
.project-more-data {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.35s ease;
}
.project-more-item:hover .project-more-data {
  opacity: 1;
  transform: translateY(0);
}
.project-more-name {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  max-width: 290px;
  line-height: 130%;
}
.project-more-link {
  color: #fff;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
}



.vlogs {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
}
.vlogs-top {
  display: flex;
  gap: 175px;
  padding: 175px 0px 160px 0px;
}
.vlogs-column {
  width: 50%;
}
.vlogs-title {
  font-size: 64px;
  line-height: 64px;
  font-weight: 200;
  color: #000;
  letter-spacing: -0.012em;
}
.vlogs-description {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  max-width: 550px;
  opacity: 0.7;
  margin: 0 0 0 auto;
}
.vlogs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 80px 40px;
  padding-bottom: 160px;
}
.vlogs-item {
  width: 100%;
}
.vlogs-item a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vlogs-item a p{
   font-size: 18px;
  line-height: 133.5%;
  font-weight: 300;
}
.vlogs-item a span {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}


.title {
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  color: #000;
}
.title-label {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.16em;
  color: #999999;
  text-transform: uppercase;
}

.description {
  font-weight: 300;
  font-size: 16px;
  line-height: 200%;
  color: #000;
}

@media screen and (min-width: 1800px){
  .vlogs-description{
    max-width: 80%;
  }
}

@media (max-width: 1880px) {
  .hero-title {
    font-size: 230px;
  }
  .hero-title-row:last-child {
    padding-left: 220px;
  }
  .about-line-horizontal {
    top: 695px;
  }
  .about-circle {
    width: 650px;
    height: 650px;
  }
  .about-slider {
    height: 650px;
  }
  .about-count-wrap {
    height: 370px;
  }
  .about-count span {
    font-size: 20px;
  }
}
@media (max-width: 1760px) {
  
  /* 	.header-page {
  		.header-start {
  			width: 50%;
  		}
  		.header-center {
  			width: 30%;
  		}
  		.header-end {
  			width: 20%;
  		}
  	} */
}
@media (max-width: 1630px) {
  .news {
    padding-right: 24px;
  }
  .news-blog-item .news-blog-date {
    font-size: 10px;
  }
  .news-media-item .news-media-name {
    font-size: 16px;
  }
  .news-media-item .news-media-source p {
    font-size: 10px;
  }
  .hero-title {
    font-size: 200px;
  }
  .vlogs-top{
    gap: 75px;
  }
}
@media (max-width: 1460px) {
  
  
  .hero-title {
    font-size: 160px;
  }
  .hero-title-row:last-child {
    padding-left: 160px;
  }

}
@media (max-width: 1380px) {
  .preloader-percent {
    font-size: 40px;
  }
  .news-blog-mobile-wrap {
    display: block;
  }
  .news .news-featured-wrap {
    padding: 0 18px 50px 18px;
    height: 480px;
  }
  .news-featured-title {
    font-size: 28px;
    max-width: 480px;
  }
  .news-featured-text {
    font-size: 13px;
  }
  .news .news-featured-read {
    width: 150px;
    height: 150px;
  }
  .news-blog-mobile-wrap {
    margin-top: 70px;
  }
  .news-blog-mobile,
  .news-blog-media {
    display: none;
  }
  .news-blog-mobile, .news-blog-media {
    flex-direction: column;
    gap: 40px;
  }
  .news-blog-mobile.active,
  .news-blog-media.active {
    display: flex;
  }
  .news-media-item .news-media-name {
    max-width: 100%;
  }
  .news-media-item::before, .news-blog-item::before {
    bottom: -20px;
  }
  .news-blog-mobile-wrap {
    padding: 0 18px;
  }
  .news-blog-mobile-wrap .news-blog-mobile-tabs {
    display: flex;
    margin-bottom: 50px;
    gap: 30px;
  }
  .news-blog-mobile-tab {
    transition: 0.3s;
    font-size: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4509803922);
  }
  .news-blog-mobile-tab.active {
    color: #000;
  }
  .news .news-container {
    flex-wrap: wrap;
  }
  .news-featured-wrap {
    width: 100% !important;
  }
  .news-blog, .news-media {
    display: none;
  }
  .news {
    padding: 0;
    height: 100%;
  }
  .vlogs {
    width: 100%;
    padding: 0 24px;
  }
  .vlogs-top {
    gap: 40px;
    padding: 100px 0;
  }
  
  .about-line-horizontal {
    top: 545px;
  }
  .about-circle {
    width: 500px;
    height: 500px;
  }
  .about-slider {
    height: 500px;
  }
  .about-count-wrap {
    height: 250px;
  }
  .about-column:nth-child(1) {
    justify-content: initial;
    padding-top: 150px;
  }
  .about-count span {
    font-size: 12px;
  }
  .projects-one {
    width: 65%;
  }
}
@media (max-width: 1280px) {
  .projects-line-vertical {
    display: none;
  }
  .projects-one {
    width: 60%;
  }
  .projects-one-image img {
    /* 	width: 60%; */
  }
  .projects-third-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {

  .projects-one-count, .projects-second-count, .projects-third-count, .projects-four-count {
    display: none !important;
  }
  .projects-one-count {
    display: none;
  }
  .projects-one-count.mobile {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 160px;
  }
  .about-slider-fraction {
    display: none;
  }
  .vlogs-column {
    width: 100%;
  }
  .vlogs-top {
    flex-direction: column;
  }
  
  
  .about-circle {
    width: 450px;
    height: 450px;
    top: 175px;
  }
  .about-description {
    padding-left: 24px;
  }
  .about-slider {
    height: 400px;
  }
  .about-count-mobile-wrap {
    margin-top: 250px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-left: 24px;
    gap: 15px 0;
  }
  .about-count-mobile {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 65px;
    font-weight: 400;
    color: #000;
  }
  .about-count-mobile span {
    font-size: 20px;
    font-weight: 400;
  }
  .about-column-desktop {
    display: none !important;
  }
  .about-column-mobile {
    display: block;
  }
  .about-content {
    flex-direction: column;
  }
  .about-column {
    width: 100%;
  }
  .about-line-vertical, .about-line-horizontal {
    display: none;
  }
  .about-column:nth-child(1) {
    padding-top: 0;
  }
  .about-count {
    position: relative;
    opacity: 1;
  }
  .hero-bottom {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero-column:last-child {
    width: 100%;
  }
  .hero-line-vertical, .hero-line-horizontal {
    display: none;
  }
  .hero-bottom {
    flex-direction: column;
    align-items: initial;
  }
  .hero-title-row:last-child {
    padding-left: 0px;
  }
  .hero-scroll {
    display: none;
  }
  .hero {
    overflow: initial;
  }
  .hero-link {
    right: -25px;
    bottom: -140px;
    width: 207px;
    height: 207px;
  }
  .hero-slider-controls {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero-description-mobile {
    font-weight: 400;
    font-size: 12px;
    max-width: 180px;
    padding-top: 15px;
    display: block;
  }
  
  .quality-link {
    width: 207px;
    height: 207px;
    right: 14px;
    font-size: 18px;
  }
  .projects-one-wrap {
    margin-top: 16px;
  }
  .projects-second-wrap {
    margin-top: 64px;
    padding-top: 0 !important;
  }
  .projects-third-wrap {
    margin-top: 64px;
  }
  .projects-four-wrap {
    padding-top: 0;
    margin-top: 64px;
  }
  .footer-column:last-child{
    width: auto;
  }
}
@media (max-width: 1020px) {
  .header-page .header-end .menu-icon.mobile{
    display: block;
  }
  .header-page .header-content::after {
    content: "";
    height: 55px;
    position: absolute;
    width: 1px;
    background: #E6E6E6;
    left: 49.5%;
    transform: translateX(-50%);
  }
  .header-menu-open.header-page .header-content::after{
    display: none;
  } 
  .header-page .header-start {
    width: 50%;
  }
  .header-page .header-center {
    display: none;
  }
  .header-page .header-center::after {
    content: none;
  }
  .header-page .header-marque-wrap {
    display: none;
  }
  .header-page .header-end {
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }
 .home .header-page .header-end {
    width: 70%;
    padding: 0;
    justify-content: flex-end;
    gap: 10px;
  }

  .header-page .header-end .header-phone{
    display: none;
  }
  .home .header-page .header-end .header-phone {
    display: block;
      order: 1;
      width: 130px;
  }
  .home .header-page .header-end .menu-icon.mobile {
    display: block;
    order: 3;
  }

  .home .header-page .header-end .header-lang{
    order: 2;
  }

  .header-page .phone-line{
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  

  
  .one-projects-swiper {
    margin-top: 0;
  }
  
  .title {
    font-size: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  
.word {
  display: inline-flex;
  white-space: nowrap;
}

.space {
  width: .3em;
}
  .title-label {
    font-size: 10px;
  }
  .description {
    font-size: 13px;
  }

  .hero-link {
    position: absolute;
    bottom: -155px;
  }
  
  .projects-label-wrap {
    margin-left: initial;
    padding-right: 0;
  }
  .preloader-percent {
    font-size: 40px;
  }
 
.one-services-title .title{
  font-size: 40px;
}
  
  
  .quality-title-inner span {
    font-size: 90px;
  }
  .article-preview{
    padding-bottom: 100px;
  }
  
  .article-title {
    font-size: 40px;
    line-height: 100%;
    font-weight: 300;
  }
  section.article .container{
    width: 95%;
  }
  section.article .wp-block-image img{
    height: 447px;
    object-fit: cover;
  }
  section.article .wp-block-columns{
    padding-top: 50px;
    margin-bottom: 0;
    gap: 1em;
  }
  .article-photo {
    margin-top: -100px;
    padding-bottom: 50px;
  }
  .article-photo img {
    width: 90%;
  }
  .article-text {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
    width: 90%;
  }
  .article-images {
    width: 90%;
    flex-direction: column;
    gap: 8px;
  }
  .article-images img {
    width: 100%;
  }
  .article-more-top {
    width: 95%;
  }
  .article-more-label {
    padding-bottom: 20px;
  }
  .article-more-title {
    font-size: 40px;
    padding-bottom: 50px;
  }
  .article-more-list {
    flex-wrap: wrap;
  }
  .article-more-item {
    width: 100%;
  }
  .article-more-item > *{
    opacity: 1;
  }
  .article-more-data{
    opacity: 0.6;
  }
  .vlogs-title {
    font-size: 44px;
  }
  .vlogs-description {
    font-size: 13px;
  }
  .vlogs-list {
    padding-bottom: 100px;
    grid-template-columns: 1fr 1fr;
  }
  .vlogs-item {
    width: 100%;
  }

  
  

  .header-menu {
    width: 100%;
  }
  .header-popup-column:nth-child(1) {
    display: none;
  }
  .header-popup-column:nth-child(2) {
    width: 100%;
  }
  .hero-title {
    padding-top: 90px;
    line-height: 100%;
  }
  .hero-title {
    font-size: 140px;
  }
  .hero-slider-caption {
    font-size: 12px;
  }
  .hero-slider-progress {
    display: none;
  }
  .hero-slider-link {
    width: 130px;
    height: 130px;
    right: 15px;
    bottom: 15px;
    top: initial;
    font-size: 12px;
  }
  .hero-slider-link::before {
    top: 90px;
    left: 20px;
  }
  .projects-content {
    flex-direction: column-reverse;
    gap: 150px;
  }
  .projects-column {
    width: 100%;
  }
  .projects-text-slider {
    max-width: 100%;
  }
  .projects-slide-title {
    font-size: 16px;
  }
  .projects-slide-text {
    font-size: 12px;
  }
  .projects-slide-more, .projects-slide-next {
    font-size: 11px;
  }
  .projects-title {
    font-size: 65px;
    line-height: 100%;
  }
  .projects-description {
    margin-left: auto;
    font-size: 12px;
  }
  .projects-name {
    font-size: 16px;
  }
  .projects-one {
    width: 93%;
  }
  .projects-one-wrap {
    margin-top: 16px;
  }
  .projects-second {
    width: 60%;
  }
  .projects-third {
    width: 60%;
  }
  .projects-third-wrap {
    margin-top: 64px;
  }
 
}
@media (max-width: 768px) {
   .home #page{
    overflow: hidden;
  }
  .container{
    padding: 0 20px;
  }
  header .container{ 
    padding: 0 10px 0 20px;
  }
  .home .header-page .header-content::after{
    display: none;
  }
  .home .header-page .header-end{
    padding: 0;
    justify-content: flex-end;
  }
  .header-content{
    height: 55px;
  }
  .header-popup{
    height: 85vh;
  }
  .quality-title-inner span {
    font-size: 60px;
  }
  .contacts-circle {
    width: 207px;
    height: 207px;
  }
  .contacts-title {
    max-width: 150px;
    font-size: 40px;
  }
  .article-title {
    max-width: 285px;
    padding: 0 10px;
  }
  .news-featured-title {
    max-width: 300px;
  }
  .news .news-featured-read {
    top: 5%;
    right: 5%;
  }
  .article-more-list a{
    flex-basis: 50%;
  }
  .error-page {
    gap: 28px;
    width: 100%;
    padding: 0 24px;
  }
  .error-page-title {
    font-size: 44px;
  }
  
  .menu-icon {
    display: none;
  }
  .menu-icon.mobile {
    display: flex;
  }
  .header-end {
    gap: 24px;
  }
  .hero-title {
    font-size: 100px;
  }
  
  .hero-slider-prev span, .hero-slider-next span {
    display: none;
  }
  .hero-slider-prev img, .hero-slider-next img {
    display: block;
  }
  .hero-slider-caption {
    max-width: 160px;
  }
  .hero-slider-status .swiper-fraction {
    font-size: 12px;
  }
  
  .footer-content {
    flex-wrap: wrap;
  }
  .footer-column {
    width: 50%;
  }
  .footer-column:nth-child(1) {
    padding-bottom: 65px;
    width: 100%;
  }
  
  .footer-contacts a {
    font-size: 18px;
  }
  .footer-address {
    padding-top: 10px;
    max-width: 220px;
  }
  .footer-address a{
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0.16em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .footer-menu-link {
    font-size: 11px;
    line-height: 130%;
    letter-spacing: -0.01em;
    font-weight: 300;
    padding-bottom: 10px;
  }
  .footer-social-wrap {
    padding-top: 30px;
  }
  .footer-copyright {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer-copyright-wrap {
    padding-top: 60px;
  }
  .footer-copyright-container {
    display: none;
  }

  .quality-link{
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .about-slider {
    height: 280px;
  }
  .about-circle {
    width: 340px;
    height: 340px;
    top: 110px;
  }
  .about-marque__track span {
    font-size: 12px;
  }
  .about-count-mobile-wrap {
    margin-top: 160px;
  }
  .vlogs-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .article-more-list a{
    width: 100%;
  }
  .footer-menu .menu-item{
    max-width: 160px;
  }
  
}
@media (max-width: 540px) {
  .hero-title {
    font-size: 65px;
  }
  .article-more-list a{
    flex-basis: 100%;
  }

}/*# sourceMappingURL=main.css.map */


.one-projects-more {
  padding-top: 120px;
}

.one-projects-more-top {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  gap: 30px;
}

.one-projects-more-list {
  padding-top: 60px;
  display: flex;
  align-items: center;
}

.one-projects-more-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25%;
  height: 240px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.one-projects-more-item:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.3s;
}
.one-projects-more-item-label {
  font-weight: 400;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}
.one-projects-more-item-name {
  font-weight: 300;
  font-size: 18px;
  line-height: 145%;
  color: #fff;
}

.one-projects-more-item:hover .one-projects-more-item-content {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.one-projects-more-item-content {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding-left: 20px;
  height: 100%;
  padding-bottom: 24px;
}

@media (max-width: 992px) {
  .one-projects-more-list {
    flex-direction: column;
    padding-top: 50px;
  }
  .one-projects-more-item {
    width: 100%;
  }
  .services-filters {
    justify-content: flex-start;
    padding: 30px 18px 10px 18px;
  }
  .one-projects-hero-content {
    gap: 60px;
    padding: 0 18px 36px 18px;
  }
  .one-projects-hero-info {
    gap: 55px;
  }
  .one-projects-hero-column {
    flex-direction: column;
    gap: 12px;
  }
  .one-projects-hero-title {
    padding-top: 18px;
    font-size: 32px;
    line-height: 100%;
  }
  .one-projects-hero-name {
    font-size: 16px;
  }
  .one-projects-swiper {
    margin-top: 0;
  }
  .one-projects-info-tabs {
    display: none;
  }
  .one-projects-info-about {
    flex-direction: column;
  }
  .one-projects-info-about-column {
    width: 100%;
  }
  .one-projects-info-about {
    margin-top: 70px;
  }
  .one-projects-info-about-title {
    gap: 25px;
    padding-bottom: 30px;
  }
  .one-projects-info-about-table {
    padding-top: 50px;
  }
  .one-projects-info-image-title-row {
    white-space: nowrap;
  }
  .one-projects-info-image-wrap {
    padding-top: 70px;
  }
  .one-projects-info-image-title {
    padding-bottom: 70px;
  }
}


.popup_container {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: .98;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: all .5s ease;
  width: 100%;
  z-index: 33333;
}

.close_button {
                cursor: pointer;
                position: absolute;
                right: 40px;
                top: 40px;
            }

            .isOpen {
                transform: translateX(0);
            }

            form {
                position: relative;
            }

            .next_step {
                bottom: 32px;
                cursor: pointer;
                margin-bottom: -4px;
                padding: 4px;
                position: absolute;
                right: 6px;
                z-index: 5;
            }

             .popup_container .wpcf7 form p br{
              display: none;
             }

            .popup_container .wpcf7 form input {
                border: none;
                border-bottom: 1px solid rgba(0,0,0,.2);
                color: #000;
                display: block;
                font-family: "GraphikLCG", sans-serif;
                font-size: 10px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: .15em;
                line-height: 19px;
                margin-top: 40px;
                opacity: .8;
                outline: none;
                padding: 32px 10px;
                text-transform: uppercase;
                width: 480px;
            }

            .popup_container .wpcf7 form input.wpcf7-submit{
              color: #181616;
              font-size: 10px !important;
              font-style: normal;
              font-weight: 400;
              letter-spacing: .15em;
              line-height: 19px;
              text-transform: uppercase;
              padding: 0;
              background-color: transparent;
              border-bottom: none;
              opacity: 1;
              cursor: pointer;
            }

            input:first-of-type {
                margin-top: 0;
            }

            .thank_you_message {
                color: #000;
                font-family: GraphikLCG-Regular;
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                letter-spacing: 1px;
                line-height: 164%;
                text-align: center;
                text-transform: uppercase;
                width: 389px;
            }

            .step_number {
                margin-top: 72px;
            }

            .step_number .h_four {
                opacity: .3;
                text-align: center;
            }

            .step_number .send_request_button {
                cursor: pointer;
                opacity: 1;
            }

.quality-link.contacts-circle {
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  text-transform: uppercase;
  cursor: pointer;
  will-change: transform;
}

.cursor-btn{
  cursor: pointer;
  will-change: transform;
}


.single-projects header{
  position: absolute;
}

.single-projects #page{
  overflow: visible;
}

@media screen and (max-width: 600px){
 
header.header-menu-open::after {
    content: "";
    position: fixed;
    top: 0;     
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;              
}
.popup_container .wpcf7 form input{
  width: 100%;
}

.blog-button-next img, .blog-button-prev img{
      min-width: 12px;
    }

    .quality-link span{
      font-size: 18px;
      line-height: 100%;
      letter-spacing: -0.01em;
      font-weight: 300;
    }

    .quality-link span::before{
      top:40px
    }

    section.article .container{
      margin-top: -100px;
    }

    section.article .wp-block-image img{
      height: auto;
    }
}

.wpcf7 form.sent .wpcf7-response-output{
  border-color: transparent;
}

.privacy-policy .page-template{
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 20px;
}

.privacy-policy .page-template p{
  font-weight: 300;
    font-size: 16px;
    line-height: 200%;
    color: #000;
    margin-bottom: 10px;
}

.privacy-policy .page-template ul.wp-block-list{
  list-style: disc;
  padding-left: 30px;
}

.privacy-policy .page-template ul.wp-block-list li{
  margin-bottom: 10px;
}

.privacy-policy .page-template strong{
  font-weight: bold;
}

.privacy-policy h1{
  font-weight: 250;
    font-size: 72px;
    line-height: 100%;
    margin-bottom: 40px;
}

.privacy-policy .page-template .wp-block-separator{
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .article .article-title{
    width: 90%;
    font-size: 34px;
  }
}

@media screen and (max-width: 560px){
  .privacy-policy h1{
    font-size: 38px;
  }
}

.about-swiper__next, .about-swiper__prev{
  opacity: 0!important;
  width: 50%!important;
  height: 100%!important;
}

.about-swiper__next{
  top: 0!important;
  right: 0!important;
}

.about-swiper__prev{
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5555;
}

.popup_container .wpcf7 form .wpcf7-checkbox input{
    width: auto;
    margin: -2px 15px 0 0;
 }

 .popup_container .wpcf7 .wpcf7-checkbox label{
    display: flex;
    align-items: center;
 }


 .popup_container .wpcf7-checkbox .wpcf7-list-item{
  margin: 0;
 }

 .popup_container .policy-checkbox{
  margin-top: 30px;
 }

 .popup_container .policy-checkbox .wpcf7-form-control-wrap{
  margin-right: 10px;
 }

 .policy-checkbox .wpcf7-list-item-label, .policy-checkbox a{
      font-family: "GraphikLCG", sans-serif;
      font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .15em;
    opacity: .8;
    text-transform: uppercase;
    line-height: 22px;
 }

 .policy-checkbox p{
    display: flex;
    align-items: center;
 }

 .wpcf7 form .wpcf7-response-output{
   font-family: "GraphikLCG", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .15em;
    opacity: .8;
 }

 @media screen and (max-width: 650px){
  .popup_container .wpcf7 form input{
    width: 300px;
  }

  .popup_container .wpcf7 form{
    max-width: 300px;
  }

  .policy-checkbox .wpcf7-list-item-label, .policy-checkbox a{
    font-size: 6.5px;
  }

  .policy-checkbox .wpcf7-list-item-label, .policy-checkbox a{
    line-height: 20px;
  }

  .popup_container .policy-checkbox .wpcf7-form-control-wrap{
    margin-right: 7px;
  }

  .popup_container .wpcf7 form .wpcf7-checkbox input{
    margin-right: 10px;
  }
  .policy-checkbox a{
    margin-top: -4px;
  }
}