

/* Start:/local/templates/main/css/style.css?1752847179173431*/
:root {
  --blue: #1d3f61;
  --green: #037d69;
  --dark: #23272a;
  --white: #fff;
  --white-40: rgba(255, 255, 255, 0.4);
  --grey: #303639;
  --grey2: #a4a4a4;
  --grey3: #393d3f;
  --red: #8e3232;
  --svetlo-zheltyy: #ebcb9e;
  --chernyy-20: rgba(0, 0, 0, 0.2);
}

:root {
  --font-family: Montserrat, sans-serif;
  --second-family: RussoOne, sans-serif;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RussoOne;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/RussoOne-Regular.woff2") format("woff2"), url("/local/templates/main/css/../fonts/RussoOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
  font-family: var(--font-family);
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--white);
  font-feature-settings: "lnum" 1;
}
@media (max-width: 1820px) {
  * {
    font-size: calc(
            15px + 1.5 *
                ((100vw - 320px) / 1600)
        );
  }
}

li {
  list-style: none;
}

body {
 -webkit-text-size-adjust: none;
  background: var(--dark);
}
body.active {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

button {
  position: relative;
  transition: 0.3s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
}

span,
a {
  color: inherit;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}

.container-h1 h1 {
  margin-top: 180px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  color: var(--white);
  max-width: 1182px;
}
@media (max-width: 1820px) {
  .container-h1 h1 {
    font-size: calc(
            31.5px + 35 *
                ((100vw - 320px) / 1600)
        );
  }
}
.container-h1 h1 span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  color: var(--green);
}
@media (max-width: 1820px) {
  .container-h1 h1 span {
    font-size: calc(
            31.5px + 32.5 *
                ((100vw - 320px) / 1600)
        );
  }
}

.title-inner {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--grey3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
 h2 {
    line-height: 120%;
}
.title-inner h2 {
  font-weight: 400;
  font-size: 32px;
}

.subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 39px;
  text-transform: uppercase;
}
.subtitle span {
  font-family: var(--second-family);
  color: var(--green);
}

.container {
  max-width: 1764px;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}
.not-found{
    padding: 136px 0 150px;
    text-align: center;
}
.not-found img{
width: 555px;
padding: 0 24px;
padding-bottom: 36px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 48px;
}
.not-found h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin: 0 auto 32px;
    font-family: var(--second-family);
    max-width: 780px;
}
.not-found a{
    display: block;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 8px;
width: 242px;
margin: 0 auto;
transition: 0.3s;
}
.not-found a:hover{
    background: var(--green);
    color: var(--white);
    border: 1px solid var(--green);
}
.not-found a:active{
    background: #016050;
    color: var(--white);
    border: 1px solid #016050;
}
.privacy {
    margin-bottom: 120px;
  }
  
  .privacy__wrapper {
    max-width: 1048px;
  }
  
  .privacy h2 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 60px;
    text-transform: none;
  }
  
  .privacy p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  
  .privacy ol li {
    font-size: 16px;
  }
  
  .privacy ol li:not(:last-child) {
    margin-bottom: 16px;
  }
  
  .privacy ul {
    margin-top: 16px;
  }
  
  .privacy ul li {
    font-size: 16px;
    padding-left: 22px;
    position: relative;
    margin-bottom: 0;
  }
  .privacy ul li:not(:last-child) {
margin-bottom: 10px;
  }
  
  .privacy ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--green);
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  
  .privacy a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  
.swiper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_475_847)'%3E%3Cpath d='M6.49976 24C6.37573 24 6.25071 23.9541 6.15405 23.8613C5.95483 23.6704 5.94799 23.354 6.13844 23.1543L16.8075 11.9999L6.13844 0.845472C5.94799 0.645782 5.95483 0.329373 6.15405 0.138449C6.35328 -0.0529435 6.66968 -0.0441778 6.86108 0.154059L17.8612 11.6542C18.0458 11.8475 18.0458 12.1522 17.8612 12.3456L6.86112 23.8457C6.81445 23.8945 6.75836 23.9334 6.69625 23.9599C6.63414 23.9864 6.56729 24 6.49976 24Z' fill='white'/%3E%3Cpath d='M6.49976 24C6.37573 24 6.25071 23.9541 6.15405 23.8613C5.95483 23.6704 5.94799 23.354 6.13844 23.1543L16.8075 11.9999L6.13844 0.845472C5.94799 0.645782 5.95483 0.329373 6.15405 0.138449C6.35328 -0.0529436 6.66968 -0.0441778 6.86108 0.154059L17.8612 11.6542C18.0458 11.8475 18.0458 12.1522 17.8612 12.3456L6.86112 23.8457C6.81445 23.8945 6.75836 23.9334 6.69625 23.9599C6.63414 23.9864 6.56729 24 6.49976 24Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_475_847'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}

.swiper-button-lock {
  display: none;
}
.swiper-pagination-bullets,
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper-pagination-bullets {
    justify-content: flex-start;
}
.swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  border-radius: 2px;
  width: 60px;
  height: 4px;
  background: var(--white);
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: var(--green);
}

.swiper-pagination-lock {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.swiper-pagination-current {
  font-size: 64px;
  line-height: 100%;
  text-align: right;
  color: var(--green);
}
@media (max-width: 1820px) {
  .swiper-pagination-current {
    font-size: calc(
            40px + 24 *
                ((100vw - 320px) / 1600)
        );
  }
}

.swiper-pagination-total {
  font-size: 32px;
  line-height: 100%;
  opacity: 0.5;
}
@media (max-width: 1820px) {
  .swiper-pagination-total {
    font-size: calc(
            18px + 14 *
                ((100vw - 320px) / 1600)
        );
  }
}

.btn {
  transition: 0.6s;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  color: var(--white);
  width: fit-content;
  background: var(--green);
  padding: 17px 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  background: var(--white);
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
}
.btn:disabled {
  background: var(--grey3);
  color: var(--white-40);
}
.btn:focus {
  outline: 1px solid #47947e;
}

@media  (min-width: 1025px) {
   .btn:hover {
        color: var(--green);
        background: transparent;
    }
    .btn:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        opacity: 1;
    } 
}
.btn:active {
  background: #016050;
}

.accordion__item.open .accordion__content {
  visibility: visible;
  opacity: 1;
}
.accordion__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  will-change: max-height;
  transition: all 0.3s ease-out;
  box-sizing: content-box;
}
.text-section {
    margin-bottom: 120px;
}
.text-section__wrapper {
    max-width: 1522px;
}
.text-section p:not(:last-child) {
    margin-bottom: 57px;    
}
.text-section h2 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    margin: 57px 0 23px;
}
.text-section ul {
    padding-left: 18px;
    margin: 23px 0 57px;
}
.text-section ul li {
    list-style: disc;    
}
.text-section ul li:not(:last-child) {
    margin-bottom: 21px;
}
.text-section ul li::marker {
    color: var(--green);
}
.text-section__wrapper.active {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}


 
.text-section__more {
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-top: 29px;
}
.text-section__more::after {
    content: "";
    display: block;
background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.5L12 15.5L18 9.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 25px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.text-section__more.active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.hidden {
  display: none !important;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.crumbs {
  position: absolute;
  width: 100%;
  top: 151px;
  z-index: 5;
  overflow-x: auto;
}
.crumbs ul {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  gap: 0 8px;
}
.crumbs ul li p,
.crumbs ul li a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 1820px) {
  .crumbs ul li p,
  .crumbs ul li a {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.crumbs ul li a {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 8px;
}
.crumbs ul li a::after {
  display: block;
  content: "/";
}
.select {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}
.select[data-state=active] .select__title::after {
  transform: rotate(180deg);
}
.select[data-state=active] .select__content {
  opacity: 1;
  visibility: visible;
}

.select__title {
  border: 1px solid var(--grey3);
  border-radius: 10px;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  line-height: 125%;
  cursor: pointer;
  min-width: 244px;
}
.select__title::after {
  transition: 0.2s;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 9L12.5 15L18.5 9' stroke='white' stroke-opacity='0.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 24px;
}

.select__content {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  border-radius: 4px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--grey3);
  padding: 8px 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  max-height: 280px;
}
.select__content::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.select__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--grey2);
}
.select__content::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: transparent;
}

.select__input {
  display: none;
}

.select__text {
  font-size: 14px;
  line-height: 143%;
}

.select__label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 28px;
  transition: all 0.2s ease-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  cursor: pointer;
  position: relative;
  color: var(--grey2);
}
.select__label.active {
  color: var(--white);
}

.counter {
  border: 1px solid #ced0d6;
  border-radius: 3px;
  padding: 2px 6px;
  display: flex;
  gap: 5px;
  max-width: 70px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.counter__minus, .counter__plus, .counter__count {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #000;
}
.counter__minus, .counter__plus {
  font-size: 18px;
  line-height: 1;
  padding: 0 5px;
  cursor: pointer;
}

.more {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.more::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.0026' cy='15.9997' r='14.6667' fill='%23037D69'/%3E%3Cpath d='M10.6641 21.3337L21.3307 10.667' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6641 10.667H21.3307V21.3337' stroke='white' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-out;
}

@media  (min-width: 1025px) {
    .more:hover::after {
         transform: rotate(45deg);
    }
}
.scroll-up {
  position: fixed;
  bottom: 70px;
  z-index: 100;
}
.scroll-up a {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24.0021' r='22' transform='rotate(-90 24 24.0021)' fill='%23393D3F'/%3E%3Cpath d='M32 28L24 20L16 28' stroke='white' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin-left: auto;
}

.cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--grey3);
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  position: relative;
}
.card img {
  width: 105%;
  height: 97px;
  object-position: center;
  object-fit: cover;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.card__arrow {
  border-radius: 50%;
  background: var(--white);
  width: 64px;
  height: 64px;
  position: absolute;
  right: 40px;
  bottom: 73px;
  transition: 0.5s;
}
.card__arrow::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.915055 16.0005H31.0849' stroke='%2323272A' stroke-width='1.06667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 0.915527L31.0849 16.0005L16 31.0854' stroke='%2323272A' stroke-width='1.06667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 32px;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.card p {
  position: relative;
  font-size: 24px;
  padding: 40px 32px 40px 40px;
  z-index: 1;
}
@media (max-width: 1820px) {
  .card p {
    font-size: calc(
            17px + 1.45 *
                ((100vw - 320px) / 1600)
        );
  }
}

@media (min-width: 1025px) {
    .card:hover img {
        height: 100%;
      }
      .card:hover p {
        font-weight: 600;
      }
      .card:hover .card__arrow {
        background: var(--green);
      }
      .card:hover .card__arrow::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.915055 16.0005H31.0849' stroke='%23fff' stroke-width='1.06667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 0.915527L31.0849 16.0005L16 31.0854' stroke='%23fff' stroke-width='1.06667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transform: translate(-50%, -50%) rotate(0deg);
      }
}

.video {
  max-width: 780px;
  width: 100%;

  position: relative;
}
.products-small .video {
    max-width: 646px;
}
.products-small .product__text {
   font-size: 18px;
}
 
.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='99' height='99' viewBox='0 0 99 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_4003_11305)'%3E%3Ccircle cx='49.4062' cy='49.4062' r='49.4062' fill='white' fill-opacity='0.4'/%3E%3Cpath d='M70.3734 52.092C72.4401 50.8988 72.4401 47.9158 70.3734 46.7227L41.2463 29.9061C39.1797 28.7129 36.5964 30.2044 36.5964 32.5908V66.2239C36.5964 68.6103 39.1797 70.1017 41.2464 68.9085L70.3734 52.092Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_4003_11305' x='-4' y='-4' width='106.812' height='106.812' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_4003_11305'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_4003_11305' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 99px;
  height: 99px;
  cursor: pointer;
}

@keyframes hoverVideo {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 106%;
    height: 106%;
  }
  100% {
    width: 105%;
    height: 105%;
  }
}
.controls {
  margin-top: 30px;
  margin-bottom: 60px;
}

.controls__wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 0;
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; 
  }
  .controls__wrapper::-webkit-scrollbar,  
  .controls__wrapper::-webkit-scrollbar-thumb,  
  .controls__wrapper::-webkit-scrollbar-track {
     display: none;
     height: 0;
    }
.controls__btn {
  background: var(--grey);
  border-radius: 10px;
  padding: 22px 19px;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.controls__btn.active {
    background: var(--green);
    color: var(--white);
}
@media  (min-width: 1025px) {
    .controls__btn:hover {
        background: var(--green);
        color: var(--white);
    }
}
.fancybox__backdrop {
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.3);
}

.is-next {
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56 60L76 40L56 20' stroke='white' stroke-opacity='0.4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  right: 7% !important;
}
.is-next svg {
  display: none;
}

.is-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 60L4 40L24 20' stroke='white' stroke-opacity='0.4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  left: 7% !important;
}
.is-prev svg {
  display: none;
}

.f-button[data-fancybox-close] {
  right: 7% !important;
  top: 20%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1835_55279)'%3E%3Cg opacity='0.5' filter='url(%23filter0_b_1835_55279)'%3E%3Cpath d='M20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39Z' stroke='white' stroke-opacity='0.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M26 14L14 26' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 14L26 26' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_1835_55279' x='-4.5' y='-4.5' width='49' height='49' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1835_55279'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1835_55279' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_1835_55279'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}


@media  (min-width: 1025px) {
    .f-button:hover:not([disabled]) {
        background-color: transparent !important;
    }
}
.f-thumbs__slide__img {
  display: none;
}

.f-thumbs__slide__button {
  position: relative;
  width: 61px;
}
.f-thumbs__slide__button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  width: 60px;
  height: 4px;
  background: var(--white);
  opacity: 0.5;
}

.is-nav-selected .f-thumbs__slide__button::before {
  opacity: 1;
  background: var(--green);
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0;
  transform: none !important;
  width: 61px;
}

.f-thumbs__track {
  gap: 12px;
  transform: none !important;
  width: 100% !important;
  justify-content: center;
}

.is-modern .f-thumbs__slide__button {
  clip-path: none;
}

.is-modern .f-thumbs__track::before {
  display: none;
}

.pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}
.pagination__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination__inner span {
  display: block;
  margin: 10px;
}
.pagination__num {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--grey);
  transition: 0.3s;
}
.pagination__num.active {
  background: var(--green);
}

@media  (min-width: 1025px) {
    .pagination__num:hover {
        background: var(--green);
    }
}
.projects__more,
.news__more {
  position: absolute;
  right: 0;
  bottom: -8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  padding: 22px 63px;
  border: 1px solid var(--grey);
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media  (min-width: 1025px) {
    .projects__more:hover,
    .news__more:hover {
        background: var(--white);
        color: var(--green);
    }
}
.projects__more:active,
.news__more:active {
  background: var(--grey);
}

.item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 430px;
  background: var(--grey);
  border-radius: 10px;
  overflow: hidden;
  
  transition: 0.3s;
}
.item img {
  width: 100%;
  filter: grayscale(1);
  object-fit: cover;
  height: 100%;
  transition: 0.3s;
}

@media  (min-width: 1025px) {
    .item:hover .item__descr::after {
        width: 100px;
        height: 24px;
    }
    .item:hover  {
        background: var(--green);
    }
    .item:hover img {
          filter: grayscale(0);
    }
}
.item__img {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.item__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.item__date {
  padding: 30px;
  position: relative;
  display: flex;
  text-align: right;
  align-items: center;
  gap: 24px;
  z-index: 2;
}
.item__date p {
  width: min-content;
  font-size: 18px;
}
.item__date p:first-child {
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1820px) {
  .item__date p:first-child {
    font-size: calc(
            48px + 32 *
                ((100vw - 320px) / 1600)
        );
  }
}
.item__descr {
  padding: 0 30px 16px;
  margin-bottom: 60px;
  margin-top: auto;
  position: relative;
  border-bottom: 1px solid var(--white-40);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  z-index: 2;
}
.item__descr p {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  max-width: 70%;
}
@media (max-width: 1820px) {
  .item__descr p {
    font-size: calc(
            13px + 7 *
                ((100vw - 320px) / 1600)
        );
  }
}
.item__descr::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='111' height='24' viewBox='0 0 111 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.9994L77.0009 11.9994L110.002 11.9994M110.002 11.9994L99.1648 1M110.002 11.9994L99.1648 23' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right;
  min-width: 73px;
  width: 73px;
  height: 24px;
  transition: 0.3s;
}
 

.projects-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.projects-card {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 460px;
  max-height: 460px;
  overflow: hidden;
  background: var(--grey3);
}

@media (min-width: 1025px) {
    .projects-card:hover .projects-card__img  {
        height: 116px;
        }
    .projects-card:hover .projects-card__arrow::before {
    transform: translate(-50%, -50%) rotate(45deg);
    
    }
    .projects-card:hover .projects-card__arrow {
    top: calc(100% + 30px);
    }
    .projects-card:hover .projects-card__hidden {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: 0.3s;
    margin-top: 0;
    }
}
.projects-card__img {
  width: 100%;
  height: 303px;
  overflow: hidden;
  transition: 0.3s;
}
.projects-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.projects-card__hidden {
opacity: 0;
visibility: hidden;
height: 0;
transition: 0s;
margin-top: -90px;
}
.projects-card__inner {
  position: relative;
  padding: 20px 24px 24px;
  min-height: 134px;
}
.projects-card__inner p {
  font-size: 16px;
  color: var(--grey2);
  margin-top: 12px;
}
@media (max-width: 1820px) {
  .projects-card__inner p {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.projects-card__inner p:nth-child(2) {
  font-size: 24px;
  color: var(--white);
  margin-top: 0;
  min-height: 58px;
}
@media (max-width: 1820px) {
  .projects-card__inner p:nth-child(2)  {
    font-size: calc(
            15px + 9 *
                ((100vw - 320px) / 1600)
        );
  }
}
.projects-card__arrow {
  border-radius: 50%;
  background: var(--white);
  width: 64px;
  height: 64px;
  position: absolute;
  right: 34px;
  top: -45px;
  transition: 0.3s;
}
.projects-card__arrow::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L22.3333 1L22.3333 22.3333' stroke='%2323272A' stroke-width='1.06667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 22.3333L22.3333 1' stroke='%2323272A' stroke-width='1.06667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 23px;
  height: 23px;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f-button[data-fancybox-close] {
  background: transparent;
}

.fancybox__slide::before,
.fancybox__slide::after {
  display: none;
}

.fancybox__slide {
  justify-content: center;
}

.fancybox__slide.has-image > .fancybox__content {
  height: 100%;
}

.form__content label {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.form__content label input + .error,
.form__content label textarea + .error {
  position: absolute;
  bottom: 90%;
  left: 0;
  color: var(--red);
  opacity: 0;
  font-size: 16px;
}
@media (max-width: 1820px) {
  .form__content label input + .error,
  .form__content label textarea + .error {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.form__content label textarea + .error {
  bottom: 96%;
}
.form__content label p {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 7px;
}
.form__content label p span {
  color: #c84c44;
}
.form__content label.active input,
.form__content label.active textarea {
  background: rgba(122, 70, 70, 0.2);
  border: 1px solid var(--red);
  color: var(--red);
}
.form__content label.active input::placeholder,
.form__content label.active textarea::placeholder {
  color: var(--red);
}
.form__content label.active input + p,
.form__content label.active textarea + p {
  opacity: 1;
}
.form__content label textarea {
  background: var(--grey3);
  border: 1px solid var(--grey3);
  border-radius: 4px;
  padding: 21px 20px;
  width: 100%;
  height: 154px;
  resize: none;
}
.form__content label textarea::placeholder {
  font-size: 16px;
  line-height: 125%;
  color: var(--grey2);
}
@media (max-width: 1820px) {
  .form__content label textarea::placeholder {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.form__content label textarea:focus {
  border: 1px solid var(--green);
  outline: none;
}

@media  (min-width: 1025px) {
   .form__content label textarea:focus:hover {
        border: 1px solid var(--green);
    }
    .form__content label textarea:hover {
         border: 1px solid var(--grey2);
    } 
}
.form input::placeholder {
  color: #8f9296;
}
.form__input {
  background: var(--grey3);
  border: 1px solid var(--grey3);
  border-radius: 4px;
  padding: 21px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 125%;
}
@media (max-width: 1820px) {
  .form__input {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.form__input::placeholder {
  font-size: 16px;
  line-height: 125%;
  color: var(--grey2);
}
@media (max-width: 1820px) {
  .form__input::placeholder {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.form__input:focus {
  border: 1px solid var(--green);
  outline: none;
}

@media  (min-width: 1025px) {
    .form__input:focus:hover {
        border: 1px solid var(--green);
    }
    .form__input:hover {
         border: 1px solid var(--grey2);
    }
}
.form__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}
.form__btn {
  width: 100%;
}
.form__check {
  margin-bottom: 32px;
}
.form__check label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0 !important;
}
.form__check label input {
  display: none;
}
.form__check label input:checked + span {
  background-color: var(--green);
  border: 1px solid var(--green);
  background-size: 14px 14px;
}
.form__check label span {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.form__check label p {
  font-size: 16px;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.9;
  margin: 0;
  cursor: pointer;
}
.form__file {
  width: fit-content;
}
.form__file label {
    margin-bottom: 0 !important;
}
.form__file label input {
  display: none;
}
.form__file label p {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 20px;
}
.form__file label p::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23393D3F'/%3E%3Cpath d='M27.9206 19.1505L20.1684 26.9027C19.2187 27.8524 17.9306 28.386 16.5875 28.386C15.2444 28.386 13.9564 27.8524 13.0067 26.9027C12.057 25.953 11.5234 24.6649 11.5234 23.3219C11.5234 21.9788 12.057 20.6907 13.0067 19.741L20.7589 11.9888C21.392 11.3557 22.2507 11 23.1461 11C24.0415 11 24.9002 11.3557 25.5333 11.9888C26.1665 12.622 26.5222 13.4807 26.5222 14.3761C26.5222 15.2714 26.1665 16.1302 25.5333 16.7633L17.7727 24.5155C17.4561 24.832 17.0268 25.0099 16.5791 25.0099C16.1314 25.0099 15.702 24.832 15.3855 24.5155C15.0689 24.1989 14.8911 23.7696 14.8911 23.3219C14.8911 22.8742 15.0689 22.4448 15.3855 22.1282L22.5472 14.975' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.form-respond .form__content {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.form-respond .form__content label textarea {
  height: 148px;
}
.form-respond .form__check {
  max-width: 378px;
  margin-bottom: 0;
}
.form-respond .form__btn {
  margin-top: 32px;
}
.form-application .form__inner{
    gap: 88px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  background: var(--grey3);
  border: 1px solid var(--grey3);
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px var(--grey3) inset;
  transition: background-color 5000s ease-in-out 0s;

}
@media  (min-width: 1025px) {
    input:-webkit-autofill:hover,
    textarea:-webkit-autofill:hover,
    select:-webkit-autofill:hover {
        background: var(--grey3);
        border: 1px solid var(--grey3);
        -webkit-text-fill-color: #ffffff;
        -webkit-box-shadow: 0 0 0px 1000px var(--grey3) inset;
        transition: background-color 5000s ease-in-out 0s;
    }
}
.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: 150;
}

.modal {
  max-width: 656px;
  width: 95%;
  max-height: 77%;
  display: none;
  position: relative;
}
.modal.modal-projects {
    max-height: 95%;
}
.modal.active {
  display: block;
}
.modal__wrapper {
  border-radius: 8px;
  backdrop-filter: blur(12px);
  background: var(--grey3);
  overflow-y: auto;
  height: 100%;
  max-height: 77vh;
}
.modal-projects .modal__wrapper {
    max-height: 85vh;
    overflow: hidden;
}
.modal iframe {
  width: 100%;
  height: 100%;
  display: flex;
}
.modal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -56px;
  top: -56px;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1802_18124)'%3E%3Cg opacity='0.5' filter='url(%23filter0_b_1802_18124)'%3E%3Cpath d='M20 39C30.4934 39 39 30.4934 39 20C39 9.50659 30.4934 1 20 1C9.50659 1 1 9.50659 1 20C1 30.4934 9.50659 39 20 39Z' stroke='white' stroke-opacity='0.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M26 14L14 26' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 14L26 26' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_1802_18124' x='-4.5' y='-4.5' width='49' height='49' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1802_18124'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1802_18124' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_1802_18124'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.modal__btn {
  width: 100%;
  margin-bottom: 14px;
}
.modal__close-btn {
  position: static !important;
  width: 100% !important;
  background: none !important;
  font-size: 16px;
  line-height: 140%;
  color: #2e8fce;
}
.modal .form label input,
.modal .form label textarea {
  background: #fff;
  border: 1px solid rgba(140, 139, 152, 0.5);
  border-radius: 4px;
  padding: 14px;
}
.modal .form label input::placeholder,
.modal .form label textarea::placeholder {
  font-size: 16px;
  line-height: 130%;
  color: #8c8b98;
}

.modals__projects {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal-video {
  max-width: 1260px;
}
.modal-video .modal__wrapper {
  overflow-y: visible;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.modal-video .close {
  right: 0;
}

.modal-thanks {
  max-width: 618px;
}
.modal-thanks .modal__wrapper {
  overflow-y: visible;
  padding: 40px 40px 64px;
}
.modal-thanks .subtitle {
  margin-bottom: 56px;
}
.modal-thanks .modal__text {
  padding-top: 16px;
  border-top: 1px solid var(--white-40);
}

.footer {
  padding: 22px 0 32px;
}
.footer__contacts {
  padding-bottom: 30px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--grey3);
}
.footer__contacts ul {
  display: flex;
  align-items: center;
  gap: 140px;
}
.footer__contacts ul li p {
  opacity: 0.9;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 16px;
  color: var(--white-40);
}
@media (max-width: 1820px) {
  .footer__contacts ul li p {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.footer__contacts ul li a {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__contacts ul li a {
    text-transform: none;
  }
@media (max-width: 1820px) {
  .footer__contacts ul li a {
    font-size: calc(
            30px + 10 *
                ((100vw - 320px) / 1600)
        );
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.footer__copyright a,
.footer__copyright p {
  font-size: 16px;
  line-height: 125%;
  color: var(--white-40);
}
.swiper-main,
.main {
    height: 100dvh;
}
.swiper-main .swiper-wrapper {
height: 100%;
}
.main__wrapper {
  padding: 100px 0;
  position: relative;
}
.main__wrapper h1,
.main__wrapper h2 {
  margin-bottom: 32px;
  max-width: 1336px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  color: var(--white);
}
@media (max-width: 1820px) {
  .main__wrapper h1,
  .main__wrapper h2 {
    font-size: calc(
            29px + 38.5715 *
                ((100vw - 320px) / 1600)
        );
  }
}
.main__wrapper h1 span,
.main__wrapper h2 span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  color: var(--green);
}
@media (max-width: 1820px) {
  .main__wrapper h1 span,
  .main__wrapper h2 span {
    font-size: calc(
            29px + 35 *
                ((100vw - 320px) / 1600)
        );
  }
}
.main__wrapper p {
  font-size: 24px;
  margin-bottom: 72px;
  max-width: 823px;
}
@media (max-width: 1820px) {
  .main__wrapper p {
    font-size: calc(
            15px + 4.3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.main {
 
}
.main .swiper-slide  iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: 0;
    aspect-ratio: 16 / 9;
    height: auto;
}

.main .swiper-slide {
    opacity: 0;
    position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
   
  }
  .main .swiper-initialized .swiper-slide {
    animation: opacityVisible 1s ease 0.3s forwards;
  }
  @keyframes opacityVisible {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.main .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.main .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 160px;
  width: 100%;
  padding: 0 16px;
}
.main__down {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  background: var(--white-40);
  right: 60px;
  bottom: 130px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.main__down::before {
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='30' viewBox='0 0 29 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4010_26663)'%3E%3Cpath d='M2.53902e-05 7.93428C2.53968e-05 7.78287 0.0538044 7.63026 0.162515 7.51227C0.386254 7.26908 0.757045 7.26073 0.991056 7.49322L14.0627 20.517L27.1342 7.49322C27.3682 7.26073 27.739 7.26908 27.9628 7.51227C28.187 7.75546 28.1768 8.1417 27.9445 8.37534L14.4678 21.8032C14.2412 22.0286 13.8841 22.0286 13.6575 21.8032L0.180806 8.37539C0.123611 8.31842 0.0781025 8.24995 0.0470299 8.17413C0.0159573 8.09831 -3.31833e-05 8.01672 2.53902e-05 7.93428Z' fill='%2355575A'/%3E%3Cpath d='M2.45602e-05 7.93428C2.45669e-05 7.78287 0.0538043 7.63026 0.162515 7.51227C0.386254 7.26908 0.757045 7.26073 0.991056 7.49322L14.0627 20.517L27.1342 7.49322C27.3682 7.26073 27.739 7.26908 27.9628 7.51227C28.187 7.75546 28.1768 8.1417 27.9445 8.37534L14.4678 21.8032C14.2412 22.0286 13.8841 22.0286 13.6575 21.8032L0.180805 8.37539C0.12361 8.31842 0.0781028 8.24995 0.0470303 8.17413C0.0159577 8.09831 -3.40132e-05 8.01672 2.45602e-05 7.93428Z' fill='%2355575A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4010_26663'%3E%3Crect width='29.2969' height='28.125' fill='white' transform='translate(28.125) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 29px;
  height: 30px;
}

@media  (min-width: 1025px) {
    .main__down:hover {
       background: var(--green);
    }
    .main__down:hover::before {
         filter: contrast(1) invert(1);
    }
}
.main .container {
  position: relative;
}

.main.main-pages {
  position: relative;
  height: auto;
}
.main-pages .main__wrapper {
  height: 487px;
  padding: 0;
  display: flex;
  align-items: center;
  padding-top: 5%;
}
@media (max-width: 1820px) {
  .main-pages .main__wrapper {
    height: calc(
            380px + 227 *
                ((100vw - 320px) / 1600)
        );
  }
}
.main-pages::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.main-no-image .main__wrapper {
  padding: 120px 0 0;
}
.main-no-image .main__wrapper h1 {
  margin-bottom: 0;
}

.header {
  position: relative;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 0 25px;

}
.header-dark .header__wrapper{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__logo img {
  width: 161px;
}
.header__search {
  box-shadow: 0 4px 10px 0 rgba(29, 29, 29, 0.25);
  background: var(--dark);
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.header__search.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header__search form {
  position: relative;
}
.header__search form input {
  border: 1px solid var(--grey);
  border-radius: 10px;
  background: transparent;
  padding: 18px 70px 18px 24px;
  width: 100%;
}
.header__search form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--white-40);
}
.header__search .container {
  padding: 30px 90px 48px;
}
.header__search-inner {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__search-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--white);
}
.header__search-close {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1726 12.2035C12.9044 11.9325 12.4695 11.9325 12.2012 12.2035C11.9329 12.4745 11.9329 12.9139 12.2012 13.1848L23.0493 24.1437L12.4851 34.8156C12.2169 35.0866 12.2169 35.526 12.4851 35.797C12.7534 36.068 13.1883 36.068 13.4566 35.797L24.0208 25.125L34.5445 35.7561C34.8127 36.0271 35.2477 36.0271 35.5159 35.7561C35.7842 35.4851 35.7842 35.0457 35.5159 34.7747L24.9922 24.1437L35.7999 13.2258C36.0681 12.9548 36.0681 12.5154 35.7999 12.2444C35.5316 11.9734 35.0967 11.9734 34.8284 12.2444L24.0208 23.1623L13.1726 12.2035Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header__search-form-btn {
  position: absolute;
  background: var(--green);
  border-radius: 8px;
  padding: 14px 37px;
  right: 4px;
  height: calc(100% - 8px);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.header__search-btn {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.header__search-btn::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.7962 30.9278L25.0564 24.1538C26.7241 22.2549 27.5875 19.7824 27.4644 17.2588C27.3412 14.7352 26.241 12.3583 24.3964 10.6308C22.5518 8.90317 20.1073 7.96024 17.5798 8.00129C15.0522 8.04234 12.6397 9.06416 10.8522 10.8507C9.0647 12.6373 8.04236 15.0486 8.00129 17.5749C7.96021 20.1011 8.90363 22.5444 10.6321 24.388C12.3606 26.2317 14.7386 27.3313 17.2635 27.4545C19.7884 27.5776 22.2622 26.7145 24.162 25.0477L30.9395 31.8092C30.9961 31.8694 31.0644 31.9174 31.1402 31.9503C31.216 31.9831 31.2978 32 31.3804 32C31.4631 32 31.5448 31.9831 31.6207 31.9503C31.6965 31.9174 31.7648 31.8694 31.8214 31.8092C31.88 31.751 31.9261 31.6814 31.9568 31.6046C31.9875 31.5279 32.0021 31.4457 31.9998 31.3631C31.9974 31.2805 31.9781 31.1992 31.9431 31.1244C31.9081 31.0495 31.8581 30.9826 31.7962 30.9278ZM17.7498 26.2061C16.0804 26.2061 14.4486 25.7114 13.0606 24.7844C11.6725 23.8574 10.5907 22.5399 9.95188 20.9984C9.31305 19.4569 9.1459 17.7607 9.47157 16.1242C9.79725 14.4878 10.6011 12.9846 11.7815 11.8048C12.9619 10.625 14.4659 9.82151 16.1032 9.49601C17.7404 9.1705 19.4375 9.33756 20.9798 9.97607C22.5221 10.6146 23.8403 11.6959 24.7678 13.0832C25.6952 14.4705 26.1902 16.1015 26.1902 17.77C26.1869 20.0064 25.2966 22.1502 23.7144 23.7316C22.1322 25.3129 19.9873 26.2028 17.7498 26.2061Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .nav {
  position: relative;
  z-index: 10;
}
.header .nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1820px) {
  .header .nav__list {
    gap: calc(
            -20px + 68 *
                ((100vw - 320px) / 1600)
        );
  }
}
.header .nav__item {
  transition: all 0.3s ease 0s;
  position: relative;
}
.header .nav__item::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  background: var(--green);
  width: 0;
  transition: all 0.3s ease 0s;
}
.header .nav__item.arrow::after {
  position: absolute;
  content: "";
  top: -15%;
 left: -25px;
  transform: translateY(-50%);
  width: calc(100% + 40px);
  height: calc(100% + 79px);
  background: #fff;
  transition: 0.3s;
  opacity: 0;
}
.header .nav__item.arrow .nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.header .nav__item.arrow .nav__link::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4015_26667)'%3E%3Cpath d='M1.23995e-05 4.33317C1.23995e-05 4.25049 0.0306067 4.16714 0.0924511 4.1027C0.219734 3.96989 0.430672 3.96533 0.563799 4.0923L8.00009 11.205L15.4364 4.0923C15.5695 3.96533 15.7804 3.96989 15.9077 4.1027C16.0353 4.23552 16.0295 4.44646 15.8973 4.57405L8.23056 11.9075C8.10166 12.0305 7.89853 12.0305 7.76962 11.9075L0.102857 4.57408C0.0703189 4.54296 0.0444296 4.50557 0.0267527 4.46417C0.00907589 4.42276 -2.09203e-05 4.3782 1.23995e-05 4.33317Z' fill='%23037D69'/%3E%3Cpath d='M1.23995e-05 4.33317C1.23995e-05 4.25049 0.0306067 4.16714 0.0924511 4.1027C0.219734 3.96989 0.430672 3.96533 0.563799 4.0923L8.00009 11.205L15.4364 4.0923C15.5695 3.96533 15.7804 3.96989 15.9077 4.1027C16.0353 4.23552 16.0295 4.44646 15.8973 4.57405L8.23056 11.9075C8.10166 12.0305 7.89853 12.0305 7.76962 11.9075L0.102857 4.57408C0.0703189 4.54296 0.0444296 4.50557 0.0267527 4.46417C0.00907589 4.42276 -2.09203e-05 4.3782 1.23995e-05 4.33317Z' fill='%23037D69'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4015_26667'%3E%3Crect width='16' height='16' fill='white' transform='matrix(0 1 -1 0 16 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.header .nav__item.arrow::before {
  display: none;
}
.header .nav__item.arrow.active::before {
  display: block;
}
.header .nav__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--white);
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.header .nav__sublist {
  position: absolute;
  left: -25px;
  top: calc(100% + 26px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}
.header .nav__subitem {
  width: 434px;
}
.header .nav__subitem ul {
  background: var(--white);
  position: absolute;
  left: 434px;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}
.header .nav__subitem ul li a {
  transition: 0.3s;
  display: block;
  background: var(--white);
  padding: 20px 32px;
  font-weight: 400;
  font-size: 16px;
  color: var(--dark);
}
.header .nav__subitem.arrow .nav__sublink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  gap: 12px;
  z-index: 1;
}
.header .nav__subitem.arrow .nav__sublink::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%2323272A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header .nav__subitem.arrow::before {
  display: none;
}
.header .nav__sublink {
  transition: 0.3s;
  display: block;
  background: var(--white);
  padding: 20px 32px;
  font-weight: 400;
  font-size: 16px;
  color: var(--dark);
}
.nav__item.active::before {
    width: 100%;
  }
@media (min-width: 1025px) {
  .nav__item:hover::before {
    width: 100%;
  }
  .nav__item.arrow:hover .nav__link {
    color: var(--green);
  }
  .nav__item.arrow:hover .nav__link::after {
    filter: brightness(1) invert(0);
    transform: rotate(180deg);
  }
  .nav__item.arrow:hover .nav__sublist {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  .nav__item.arrow:hover::after {
    opacity: 1;
  }

  .nav__subitem:hover .nav__sublink {
    background: var(--green);
    color: var(--white);
  }
  .nav__subitem:hover ul {
    width: 458px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  .nav__subitem:hover ul li {
    width: auto;
  }
  .nav__subitem:hover.arrow .nav__sublink::after {
    filter: brightness(0) invert(1);
  }
  .nav__subitem ul li:hover a {
    background: var(--green);
    color: var(--white);
  }

}  
.nav__subitem ul li {
    width: 0;
  }
.header .nav__subitem ul li a,
  .header .nav__sublink {
    min-height: 64px;
  }
.header-dark {
  background: var(--dark);
}

.header-main {
  position: absolute;
  left: 0;
  top: 0;
}

.menu {
  display: none;
}

.about {
  padding-top: 100px;
  margin-bottom: 120px;
}
.about__wrapper p {
  font-weight: 500;
  margin-bottom: 24px;
  max-width: 928px;
}
.about__inner {
 display: grid;

 grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 47px;
}
.about .title-inner {
  margin-bottom: 40px;
}
.about .subtitle {
  margin-bottom: 24px;
  max-width: 792px;
}

.about__description {
  padding-top: 16px;
  max-width: 670px;
}
.about__btn {
  margin-top: 40px;
}
.about__advantages ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.about__advantages ul li {
  border-radius: 10px;
  background: var(--grey);
  padding: 48px 18px 54px;
}
.about__advantages ul li p {
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1820px) {
  .about__advantages ul li p {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.about__advantages ul li p:first-child {
  font-size: 40px;
  margin-bottom: 12px;
  color: var(--green);
  font-family: var(--second-family);
  text-transform: uppercase;
}

.about__group {
  padding-top: 60px;
}
.about__group-title {
  margin-bottom: 0 !important;
}
.about__group-logo {
  width: 174px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__group-inner {
  margin-top: -30px;
  text-align: center;
}
.about__group-images {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(6, 1fr);
  padding-top: 112px;
  position: relative;
}
.about__group-lines {
  position: absolute;
  top: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 85%;
  height: 70px;
}
.about__group-lines img {
    width: 100%;

}
.about__group-img {
    border: 1px solid var(--grey2);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 13px;
}
.about__group-img img {
    -o-object-fit: contain;
    object-fit: contain;
}
 
.project-slider {
  padding: 32px;
}
.project-slider__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}
.project-slider__title {
  font-size: 24px;
  display: block;
}
@media (max-width: 1820px) {
  .project-slider__title {
    font-size: calc(
            17px + 7 *
                ((100vw - 320px) / 1600)
        );
  }
}
.project-slider__wrapper ul {
  margin-bottom: 40px;
}
.project-slider__wrapper ul li {
  display: flex;
  align-items: center;
  gap: 48px;
}
.project-slider__wrapper ul li:not(:last-child) {
  margin-bottom: 18px;
}
.project-slider__wrapper ul li p {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1820px) {
  .project-slider__wrapper ul li p {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.project-slider__wrapper ul li p:first-child {
  font-weight: 400;
  min-width: 77px;
  font-size: 16px;
  line-height: 125%;
  color: var(--grey2);
}
@media (max-width: 1820px) {
  .project-slider__wrapper ul li p:first-child {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.project-slider__wrapper img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  height: 266px;
}
.project-slider__more {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (max-width: 1820px) {
  .project-slider__more {
    font-size: calc(
            15px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.product-section {
  margin-bottom: 100px;
}
.product-section__tabs-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 0;
  overflow: auto;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; 
}
.product-section__tabs-btns::-webkit-scrollbar,  
  .product-section__tabs-btns::-webkit-scrollbar-thumb,  
  .product-section__tabs-btns::-webkit-scrollbar-track {
   display: none;
   height: 0;
  }
.product-section__tabs-btn {
  background: var(--grey);
  border-radius: 10px;
  padding: 22px 34px;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}
.product-section__tabs-btn.active {
    background: var(--green);
    color: var(--white);
} 
@media  (min-width: 1025px) {
   .product-section__tabs-btn:hover  {
        background: var(--green);
        color: var(--white);
    } 
}
.product-section .swiper-slide {
    opacity: 0;
}
.product-section .swiper-initialized .swiper-slide {
    opacity: 1;
}
.product-section .swiper-wrapper.force-visible {
    transform: none !important;
    transition: none !important;
}
.product-section .swiper-slide.force-visible {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    margin: 0 !important;
}
.product-section__tabs-contents{
     width: 100%;
}
.product-section__tabs-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;  
    width: 100%;
}
.product-section__tabs-content.active {
 position: relative;
 opacity: 1;
 visibility: visible;
}

.product-section__item img {
    aspect-ratio: 16 / 9;
    max-width: 647px;
    width: 100%;
    object-fit: cover;
}
.product-section__item-wrap {
  max-width: 660px;
  width: 100%;
}
.product-section__item-wrap p {
  max-width: 84%;
}
.product-section__item-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
 margin-top: -70px;
  gap: 30px;
  width: 100%;
}
 
.product-section__item-inner ul {
  min-width: 322px;
  width: 322px;

}
.product-section__item-inner ul li {
  padding-bottom: 20px;
  position: relative;
}
.product-section__item-inner ul li:not(:last-child) {
  margin-bottom: 63px;
}
.product-section__item-inner ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: var(--white-40);
  height: 1px;
  width: 100%;
}
.product-section__item-inner ul li::after {
  position: absolute;
  content: "";
  bottom: -8px;
  background: var(--green);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0;
}
.product-section .title-inner {
  margin-bottom: 40px;
}
.product-section .subtitle {
  max-width: 670px;
  margin-bottom: 24px;
}
.product-section .swiper-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.product-section .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 130px;
  align-items: flex-start;
}
.services-section {
  margin-bottom: 120px;
  overflow: hidden;
}
.services-section__tabs-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 0px;
 width: 100%;
 overflow: auto;
 -ms-overflow-style: none; /* IE 11 */
 scrollbar-width: none; 

}
.services-section__tabs-btns::-webkit-scrollbar ,
  .services-section__tabs-btns::-webkit-scrollbar-thumb ,
  .services-section__tabs-btns::-webkit-scrollbar-track {
    background-color: transparent;
    height: 0;
    display: none !important;
  }
.services-section__tabs-btn {
  background: var(--grey);
  border-radius: 10px;
  padding: 22px 36px;
  font-size: 16px;
  line-height: 125%;
  color: var(--grey2);
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
  -webkit-touch-callout: none; 
  -webkit-user-select: none;  
   -khtml-user-select: none;  
     -moz-user-select: none;  
      -ms-user-select: none; 
          user-select: none;
}
.services-section__tabs-btn.active {
    background: var(--green);
    color: var(--white);
}
@media  (min-width: 1025px) {
    .services-section__tabs-btn:hover  {
        background: var(--green);
        color: var(--white);
    }
}
.services-section__tabs-content {
  position: relative;
  display: none;
  transition: 0.3s;
}
.vacancy__pagination,
.search__pagination,
.controls__pagination,
.product-section__tabs-pagination,
.services-section__tabs-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
   gap: 8px;
   margin-bottom: 40px;
}
.vacancy__pagination-bullet,
.search__pagination-bullet,
.controls__pagination-bullet,
.product-section__tabs-bullet,
.services-section__tabs-bullet {
   display: block;
   border-radius: 2px;
   max-width: 60px;
   width: 100%;
   height: 5px;
   background: var(--white);
   opacity: 0.5;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
   cursor: pointer;   
} 
.vacancy__pagination-bullet.active,
.search__pagination-bullet.active,
.controls__pagination-bullet.active,
.product-section__tabs-bullet.active,
.services-section__tabs-bullet.active {
   background: var(--green);
   opacity: 1;
}
.services-section__tabs-content.active {
  display: block;
}
.services-section .subtitle {
  margin-bottom: 40px;
}
.services-section__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.services-section__item img {
  aspect-ratio: 16 / 9;
  max-width: 647px;
  width: 100%;
  object-fit: cover;
  margin-left: auto;
}
.services-section__item-inner {
  display: flex;
  flex-direction: column;
}
.services-section__item-inner p {
  margin-bottom: 40px;
}
.services-section__item-inner .more {
  margin-bottom: 40px;
}
.services-section__item-inner .subtitle {
  margin-bottom: 0;
  margin-top: auto;
}
.services-section .title-inner {
  margin-bottom: 40px;
}

.news-section {
  margin-bottom: 120px;
}
.news-section .title-inner {
  margin-bottom: 40px;
}
.news-section .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.news-section .swiper-slide:nth-child(1) {
  grid-area: 1/1/2/7;
}
.news-section .swiper-slide:nth-child(2) {
  grid-area: 1/7/2/11;
}
.news-section .swiper-slide:nth-child(3) {
  grid-area: 2/1/3/4;
}
.news-section .swiper-slide:nth-child(4) {
  grid-area: 2/4/3/8;
}
.news-section .swiper-slide:nth-child(5) {
  grid-area: 2/8/3/11;
}
.news-section .swiper-slide:nth-child(3) .item__img,
.news-section .swiper-slide:nth-child(4) .item__img,
.news-section .swiper-slide:nth-child(5) .item__img {
    display: none;
}
.news-section  .item{
height: 100%;
}
.slider-cards {
  margin-bottom: 120px;
}
.slider-cards .title-inner {
  margin-bottom: 40px;
}
.slider-cards .more {
  margin-top: 32px;
  margin-left: auto;
}
.slider-cards .swiper-pagination {
  display: none;
}

.geography {
  height: 1070px;
  overflow-x: clip;
  margin-bottom: 120px;
}
.geography__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.geography__text {
  position: absolute;
  right: 0;
  top: 260px;
  max-width: 533px;
  padding-bottom: 32px;
  z-index: 1;
}
.geography__text::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: var(--green);
}
.geography__area p {
  max-width: 725px;
  position: relative;
  z-index: 1;
  font-family: var(--second-family);
  text-transform: uppercase;
  font-size: 32px;
}
.geography__area p span {
    color: var(--green);
    font-family: var(--second-family);
}
.geography .container {
  height: 100%;
}
.geography__svg {
  width: 1792px;
 
  position: absolute;
left: -30px;
  top: 38%;
  transform: translateY(-50%);
}
.geography__svg svg{
   min-width: 1460px;
   object-fit: contain;
}
.geography__svg{
overflow: hidden;
overflow: auto;
-ms-overflow-style: none; /* IE 11 */
scrollbar-width: none; 
}
.geography__svg::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
  }
.circle {
  transition: 0.3s;
  animation: pulse 3s ease infinite;  
}
circle.open-popup {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@keyframes pulse {
    0% {
      r: 0;

    }
    50% {
      r: 0;  
      opacity: 0.5;
    }
    100% {
      r: 60; 
  visibility: hidden;
  opacity: 0;
    }
  }
.geography .subtitle {
  font-size: 64px;
  max-width: 522px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1820px) {
  .geography .subtitle {
    font-size: calc(
            31px + 33 *
                ((100vw - 320px) / 1600)
        );
  }
}
.geography .title-inner {
  position: relative;
}
/* .geography .title-inner::before {
  position: absolute;
  content: "";
  left: 100%;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: var(--grey3);
} */

.partners {
  overflow: hidden;
  margin-bottom: 120px;
}
.partners .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.partners .swiper {
  overflow: visible;
}
.partners .title-inner {
  margin-bottom: 40px;
}
.partners .swiper-slide {
  padding: 37px 40px;
}
.partners .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners .swiper:not(:last-child) {
  margin-bottom: 40px;
}

.search{
    margin-top: 24px;
    margin-bottom: 100px;
}
.search__wrapper{
    position: relative;
}
.search__title{
    font-weight: 400;
font-size: 24px;
color: var(--white);
margin-bottom: 16px;
}
.search__title span{
    font-weight: 600;
    color: var(--green);
}
.search__inner p{
    font-weight: 400;
font-size: 16px;
line-height: 125%;
color: rgba(255, 255, 255, 0.4);
}
.search__inner{
    margin-bottom: 32px;
}
.search form{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.search form input{
    border: 1px solid var(--grey);
border-radius: 10px;
padding: 18px 140px 18px 24px;
background: var(--dark);
width: 100%;
}
.search form input::placeholder{
    color: rgba(255, 255, 255, 0.4);
}
.search form button{
    font-weight: 400;
font-size: 16px;
line-height: 125%;
color: var(--white);
padding: 16px 37px;
background: var(--green);
border-radius: 8px;
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
}

@media  (min-width: 1025px) {
    .search form button:hover{
        background: var(--white);
        color: var(--green);
    }
}
.search__sort{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 0;
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; 
}

  .search__sort::-webkit-scrollbar,  
  .search__sort::-webkit-scrollbar-thumb,  
  .search__sort::-webkit-scrollbar-track {
     display: none;
     height: 0;
    }
.search__sort a{
    padding: 22px 32px;
    display: block;
    background: var(--grey);
    border-radius: 10px;
    transition: 0.3s;
    font-size: 16px;
    line-height: 125%;
}

.search__sort a.active{
    background: var(--green);
    color: var(--white);
}

@media  (min-width: 1025px) {
    .search__sort a:hover {
        background: var(--green);
        color: var(--white);
    }
}
.search__card{
     display: flex;  
  gap: 64px;
  background: var(--grey);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.search__card-inner{
    display: flex;
    flex-direction: column;
    max-width: 733px;
}
.search__card-inner a{
    display: block;
    font-weight: 600;
font-size: 20px;
line-height: 120%;
margin-bottom: 24px;

}
.search__card-inner p{
    font-size: 16px;
    margin-bottom: 16px;
}
.search__card-arrow{
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='111' height='24' viewBox='0 0 111 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.9994L77.0009 11.9994L110.002 11.9994M110.002 11.9994L99.1648 1M110.002 11.9994L99.1648 23' stroke='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right;
    min-width: 67px;
    width: 67px;
    height: 22px;
    transition: 0.3s;
    margin-top: auto;
}
.search__card img{
    border-radius: 8px;
width: 326px;
height: 100%;
object-fit: cover;
}
.search__card .btn{
    height: fit-content;
    margin-top: auto;
    margin-left: auto;
    font-family: var(--font-family);
    text-transform: none;
font-size: 16px;
border: 1px solid var(--green);
}

@media  (min-width: 1025px) {
    .search__card:hover .btn{ 
    border: 1px solid var(--white);
    }
    .search__card:hover{
        background: var(--green);
    }
    .search__card:hover .search__card-arrow{
        width: 97px;
    }
}
.search__empty{
    padding-top: 16px;
    padding-bottom: 170px;
}
.search__empty p{
    font-size: 24px;
    display: flex;  
    align-items: center;    
    gap: 24px;
}
.search__empty p::before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1.5C19.5499 1.5 15.1998 2.8196 11.4997 5.29193C7.79957 7.76427 4.91569 11.2783 3.21272 15.3896C1.50975 19.501 1.06417 24.025 1.93234 28.3895C2.80051 32.7541 4.94343 36.7632 8.09011 39.9099C11.2368 43.0566 15.2459 45.1995 19.6105 46.0677C23.9751 46.9358 28.4991 46.4903 32.6104 44.7873C36.7217 43.0843 40.2357 40.2004 42.7081 36.5003C45.1804 32.8002 46.5 28.4501 46.5 24C46.4937 18.0346 44.1211 12.3153 39.9029 8.09711C35.6847 3.87892 29.9654 1.50635 24 1.5ZM24 43.5C20.1433 43.5 16.3731 42.3563 13.1664 40.2137C9.95963 38.071 7.46027 35.0255 5.98436 31.4623C4.50845 27.8992 4.12229 23.9784 4.8747 20.1957C5.62711 16.4131 7.4843 12.9385 10.2114 10.2114C12.9386 7.48429 16.4131 5.6271 20.1957 4.87469C23.9784 4.12228 27.8992 4.50844 31.4623 5.98435C35.0255 7.46026 38.071 9.95962 40.2137 13.1664C42.3564 16.3731 43.5 20.1433 43.5 24C43.4937 29.1698 41.4372 34.126 37.7816 37.7816C34.126 41.4371 29.1698 43.4936 24 43.5Z' fill='%23037D69'/%3E%3Cpath d='M31.4251 16.5751C31.1438 16.2939 30.7624 16.1359 30.3646 16.1359C29.9669 16.1359 29.5854 16.2939 29.3041 16.5751L24.0001 21.8791L18.6961 16.5751C18.5577 16.4319 18.3922 16.3176 18.2092 16.239C18.0262 16.1604 17.8294 16.119 17.6302 16.1172C17.4311 16.1155 17.2335 16.1535 17.0492 16.2289C16.8648 16.3043 16.6974 16.4157 16.5565 16.5565C16.4157 16.6974 16.3043 16.8648 16.2289 17.0492C16.1535 17.2335 16.1155 17.4311 16.1172 17.6302C16.119 17.8294 16.1604 18.0262 16.239 18.2092C16.3176 18.3922 16.4319 18.5577 16.5751 18.6961L21.8791 24.0001L16.5751 29.3041C16.4319 29.4425 16.3176 29.608 16.239 29.791C16.1604 29.974 16.119 30.1708 16.1172 30.37C16.1155 30.5692 16.1535 30.7667 16.2289 30.951C16.3043 31.1354 16.4157 31.3029 16.5565 31.4437C16.6974 31.5846 16.8648 31.6959 17.0492 31.7714C17.2335 31.8468 17.4311 31.8847 17.6302 31.883C17.8294 31.8813 18.0262 31.8399 18.2092 31.7613C18.3922 31.6827 18.5577 31.5684 18.6961 31.4251L24.0001 26.1211L29.3041 31.4251C29.587 31.6984 29.9659 31.8495 30.3592 31.8461C30.7525 31.8427 31.1287 31.685 31.4068 31.4068C31.685 31.1287 31.8427 30.7525 31.8461 30.3592C31.8496 29.9659 31.6984 29.587 31.4251 29.3041L26.1211 24.0001L31.4251 18.6961C31.7063 18.4148 31.8643 18.0334 31.8643 17.6356C31.8643 17.2379 31.7063 16.8564 31.4251 16.5751Z' fill='%23037D69'/%3E%3C/svg%3E%0A");
    width: 48px;
    height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
 @media (max-width: 1441px){
    .not-found img{
        padding: 0 80px 30px;
    }
    .privacy h2{
        margin-top: 40px;
    }
    .search__empty p{
        font-size: 18px;
    }
    .search__empty p::before{
        width: 32px;
        height: 32px;
    }
    .search__title{
        font-size: 20px;
    }
    .search__card {
        gap: 40px;
    }
    .search__card-inner{
        max-width: 650px;
        margin-right: 16px;
    }
 }
.application {
  overflow: hidden;
  scroll-margin-top: 100px;
}
.application__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  padding-bottom: 72px;
}
.application__wrapper::before {
  position: absolute;
  content: "";
  top: 35px;
  right: -30%;
  background: url("/local/templates/main/css/../img/application-map.svg") center center/contain no-repeat;
  width: 150%;
  height: 100%;
  z-index: -1;
}
.application__inner {
  max-width: 725px;
}
.application__text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 125%;
}
.application__address {
  max-width: 588px;
  text-align: right;
  padding-bottom: 10px;
}
.application__address p {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1820px) {
  .application__address p {
    font-size: calc(
            14px + 18 *
                ((100vw - 320px) / 1600)
        );
  }
}
.application .title-inner {
  margin-bottom: 40px;
}
.application .subtitle {
  max-width: 625px;
  margin-bottom: 12px;
  font-size: 64px;
}
@media (max-width: 1820px) {
  .application .subtitle {
    font-size: calc(
            31px + 33 *
                ((100vw - 320px) / 1600)
        );
  }
}
.application .more {
  margin-left: auto;
}

.products {
  margin-bottom: 120px;
}
.products__content {
  scroll-margin-top: 100px;
}
.products__content:not(:last-child) {
  margin-bottom: 120px;
}
.products__content-inner {
  margin-bottom: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.products__content-description p {
  margin-bottom: 32px;
}
.products .swiper-pagination {
  margin-top: 24px;
}

.product {
  padding-top: 100px;
  margin-bottom: 120px;
}
.product__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
  gap: 24px;
}
.product__inner {
  max-width: 914px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product p {
  margin-bottom: 40px;
}
.product__text-big {
  font-size: 24px;
  margin-bottom: 24px !important;
  padding-top: 40px;
}
.product__text-big span {
  font-weight: 600;
  color: var(--green);
}
.product__text span {
  color: var(--green);
  font-weight: 500;
}

.product__btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
  overflow-x: auto;
}
.product__btns .product__btn {
  background: var(--grey);
  border-radius: 10px;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 125%;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.product__btns .product__btn.active {
    background: var(--green);
    color: var(--white);
}
@media  (min-width: 1025px) {
    .product__btns .product__btn:hover  {
        background: var(--green);
        color: var(--white);
    }
}
.description {
  margin-bottom: 120px;
}
.description__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 80px;
}
.description ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.description ul li {
  background: var(--grey);
  border-radius: 10px;
  padding: 32px 48px 40px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.description ul li::before {
  display: block;
  content: "";
  border-radius: 100%;
  background: var(--green);
  min-width: 10px;
  width: 10px;
  height: 10px;
}
.description__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.description__subtext {
  margin-bottom: 30px;
}
.description__btn {
  margin-top: auto;
}
.description__slides {
  overflow: hidden;
  width: 100%;
}
.description .title-inner {
  margin-bottom: 40px;
}
.description .subtitle {
  margin-bottom: 40px;
}
.description .description-swiper2 {
  height: auto;
  margin-bottom: 12px;
}
.description .description-swiper2 .swiper-wrapper .swiper-slide img {
  cursor: pointer;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 440px;
}
.project__img img,
.description__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    aspect-ratio: 16/ 9;
}
@media (max-width: 1820px) {
  .description .description-swiper2 .swiper-wrapper .swiper-slide img {
    height: calc(
            180px + 260 *
                ((100vw - 320px) / 1600)
        );
  }
}
.description .description-swiper2 .swiper-wrapper .swiper-slide a {
  display: flex;
}
.description .description-swiper {
  width: 100%;
  height: 105px;
}
@media (max-width: 1820px) {
  .description .description-swiper {
    height: calc(
            60px + 45 *
                ((100vw - 320px) / 1600)
        );
  }
}
.description .description-swiper .swiper-wrapper {
  height: 100%;
}
.description .description-swiper .swiper-slide {
  cursor: pointer;
}
.description .description-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description .description-swiper .swiper-slide a {
  display: flex;
}

.system {
  margin-bottom: 120px;
}
.system__wrapper {
  position: relative;
}
.system__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.system__description {
  max-width: 646px;
}
.system__description p {
  position: sticky;
  top: 20px;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 1820px) {
  .system__description p {
    font-size: calc(
            17px + 7 *
                ((100vw - 320px) / 1600)
        );
  }
}
.system__description p span {
  font-weight: 600;
  color: var(--green);
}
.system__list li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--grey3);
}
.system__list li:not(:last-child) {
  margin-bottom: 24px;
}
.system .title-inner {
  margin-bottom: 40px;
}

.functions {
  margin-bottom: 120px;
}
.functions__item {
  background: var(--grey);
  border-radius: 10px;
  padding: 30px 30px 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.functions__item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 116px;
}
.functions__item p {
  font-size: 24px;
}
@media (max-width: 1820px) {
  .functions__item p {
    font-size: calc(
            15px + 9 *
                ((100vw - 320px) / 1600)
        );
  }
}
.functions .title-inner {
  margin-bottom: 40px;
}
.functions .swiper-pagination {
  margin-top: 24px;
}

.advantages {
  margin-bottom: 120px;
}
.advantages__items {
  display: grid;
  gap: 30px 0;
  grid-template-columns: repeat(3, 1fr);
}
.advantages__item {
  opacity: 0;
  min-height: 255px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 10px;
}
.advantages__item span {
  font-family: var(--second-family);
  line-height: 100%;
  font-size: 80px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.advantages__item p {
  position: relative;
  z-index: 2;
  padding-right: 10px;  
}
.advantages__item:nth-child(1) {
  position: relative;
}
.advantages__item:nth-child(1)::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #393d3f;
  height: 3px;
  width: calc(100% - 85px);
}
.advantages__item:nth-child(2) {
  border-bottom: 3px solid #393d3f;
}
.advantages__item:nth-child(3) {
  border-bottom: 3px solid #393d3f;
  width: calc(100% - 85px);
}
.advantages__item:nth-child(3)::before {
  position: absolute;
  content: "";
  right: -52px;
  bottom: 0px;
  border-radius: 50%;
  display: block;
  background: var(--dark);
  z-index: 1;
  height: calc(100% - 112px);
  width: 140px;
}
.advantages__item:nth-child(3)::after {
  position: absolute;
  content: "";
  right: -70px;
  bottom: -3px;
  border-radius: 50%;
  display: block;
  border: 3px solid #393d3f;
  z-index: -1;
  height: calc(100% - 112px);
  width: 140px;
}
.advantages__item:nth-child(4) {
  width: calc(100% - 85px);
  margin-left: auto;
}
.advantages__item:nth-child(4)::before {
  position: absolute;
  content: "";
  left: -52px;
  top: -30px;
  border-radius: 50%;
  display: block;
  background: var(--dark);
  z-index: 1;
  height: 139px;
  width: 140px;
}
.advantages__item:nth-child(4)::after {
  position: absolute;
  content: "";
  left: -70px;
  top: -33px;
  border-radius: 50%;
  display: block;
  border: 3px solid #393d3f;
  z-index: -1;
  height: 140px;
  width: 140px;
}
.advantages__item:nth-child(6)::before {
  position: absolute;
  content: "";
  top: 102px;
  right: -3px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L6.58579 8L0.928932 13.6569C0.538408 14.0474 0.538408 14.6805 0.928932 15.0711C1.31946 15.4616 1.95262 15.4616 2.34315 15.0711L8.70711 8.70711ZM6 9H8V7H6V9Z' fill='%23393D3F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 16px;
}
.advantages__item-line {
  display: flex;
  align-items: center;
}
.advantages__item-line::after {
  content: "";
  display: block;
  border-top: 3px solid #393d3f;
  height: 3px;
  width: 100%;
}
.advantages__item-line::before {
  display: block;
  content: "";
  min-width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--green);
  position: relative;
  z-index: 2;
}
.advantages .title-inner {
  margin-bottom: 40px;
}

.advantages.active .advantages__item:nth-child(1) {
  animation: opacity 1.5s ease 0.1s forwards;
}
.advantages.active .advantages__item:nth-child(2) {
  animation: opacity 1.5s ease 0.5s forwards;
}
.advantages.active .advantages__item:nth-child(3) {
  animation: opacity 1.5s ease 1s forwards;
}
.advantages.active .advantages__item:nth-child(4) {
  animation: opacity 1.5s ease 1.5s forwards;
}
.advantages.active .advantages__item:nth-child(5) {
  animation: opacity 1.5s ease 2s forwards;
}
.advantages.active .advantages__item:nth-child(6) {
  animation: opacity 1.5s ease 2.5s forwards;
}

@keyframes opacity {
  100% {
    opacity: 1;
  }
}
.services {
  padding-top: 100px;
  margin-bottom: 120px;
}
.services__wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 120px;
}
.services .subtitle {
  margin-bottom: 80px;
}
.services__text-big {
  font-size: 20px;
  margin-bottom: 24px !important;
}
@media (max-width: 1820px) {
  .services__text-big {
    font-size: calc(
            16px + 4 *
                ((100vw - 320px) / 1600)
        );
  }
}
.services__text-big span {
  font-weight: 600;
  color: var(--green);
}

.include {
  padding-top: 100px;
  margin-bottom: 120px;
}
.include__wrapper ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.include__wrapper ul li {
  background: var(--grey);
  border-radius: 10px;
  padding: 40px 30px 30px 40px;
  min-height: 248px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1820px) {
  .include__wrapper ul li {
    min-height: calc(
            150px + 98 *
                ((100vw - 320px) / 1600)
        );
  }
}
.include__wrapper ul li p {
  font-size: 20px;
}
@media (max-width: 1820px) {
  .include__wrapper ul li p {
    font-size: calc(
            15px + 5 *
                ((100vw - 320px) / 1600)
        );
  }
}
.include__wrapper ul li p span {
  font-weight: 600;
  color: var(--green);
}
.include__wrapper ul li p:last-child {
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  color: var(--white-40);
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 1820px) {
  .include__wrapper ul li p:last-child {
    font-size: calc(
            31px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
.include .title-inner {
  margin-bottom: 40px;
}

.structure {
  margin-bottom: 50px;
}
.structure__inner {
  display: flex;
  gap: 24px;
}
.structure__inner img { 
  max-width: 780px;
  width: 100%;
  height: fit-content;
  object-fit: contain;
  min-height: 440px;
  object-position: top;
}
@media (max-width: 1400px) {

  .structure__inner img {
    max-width: calc(
            320px + 260 *
                ((100vw - 320px) / 1600)
        );
  }
}
.structure__description {
  max-width: 914px;
  width: 100%;
}

.structure__description ul li {
position: relative;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  padding-left: 26px;
}
.structure__description ul li p{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
    margin-left: -26px;
}
.structure__description ul li::before {
    position: absolute;
    left: 0;
    top: 6px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--green);
}
.structure .title-inner {
  margin-bottom: 40px;
}
.structure .subtitle {
  margin-bottom: 72px;
}
@media (min-width: 1025px){
    .structure__more{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    width: fit-content;
    margin-top: 24px;
    opacity: 0.6;
    cursor: pointer;
    }
    .structure__more::after{
        transition: 0.3s;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.5L12 15.5L18 9.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }
    .structure__more.active::after{
            transform: rotate(180deg);
    }
}
@media (max-width: 1025px) {
    .product-section__item-inner ul {
        min-width: 300px;
        width: 300px;
    }
    .structure__more {
        margin-top: 24px;
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        text-align: center;
        border-radius: 8px;
        border: 1px solid var(--grey);
        padding: 18px;
        transition: 0.3s;
        cursor: pointer;
       
        width: 100%;
      }
      
}
.documents {
  margin-bottom: 120px;
}
.documents__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.documents__description {
  max-width: 512px;
}
.documents .title-inner {
  margin-bottom: 40px;
}
.documents .subtitle {
  max-width: 914px;
}
.documents ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.documents ul li {
  background: var(--grey);
  border-radius: 10px;
  padding: 24px 110px 24px 40px;
  min-height: 110px;
  font-size: 20px;
}

.news {
  padding-top: 40px;
  margin-bottom: 120px;
}
.news__wrapper {
  position: relative;
}
.news__inner {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.news__sort {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
}
.news__sort-btn {
  background: var(--grey);
  border-radius: 10px;
  padding: 22px 44px;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

@media  (min-width: 1025px) {
    .news__sort-btn:hover {
        background: var(--green);
        color: var(--white);
    }
}
.news__sort-btn.active {
  background: var(--green);
  color: var(--white);
}
.news__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news__items-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: 2fr 1fr;
}
.news__items-inner .news__item-green {
  background: var(--green);
}
.news__items-inner .news__item {
  padding: 0;
  flex-direction: column;
  position: relative;
  min-height: 430px;
}
.news__items-inner .news__item .news__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news__items-inner .news__item .news__item-img img {
  width: 100%;
  height: 100%;
}
.news__items-inner .news__item .news__item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.news__items-inner .news__item .news__item-date {
  padding: 30px;
  position: relative;
}
.news__items-inner .news__item .news__item-descr {
  padding: 0 30px 16px;
  margin-bottom: 60px;
  margin-top: auto;
  position: relative;
  border-bottom: 1px solid var(--white-40);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  gap: 24px;
}
.news__items-inner .news__item .news__item-descr::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='111' height='24' viewBox='0 0 111 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.9994L77.0009 11.9994L110.002 11.9994M110.002 11.9994L99.1648 1M110.002 11.9994L99.1648 23' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right;
  min-width: 73px;
  width: 73px;
  height: 24px;
  transition: 0.3s;
}
.news__items-inner .news__item .news__item-descr p {
  -webkit-line-clamp: inherit;
  display: block;
  margin-bottom: 0;
  max-width: calc(100% - 124px);
}
.news__item {
  background: var(--grey);
  padding: 30px 80px 30px 30px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  gap: 60px;
  transition: 0.3s;
  min-height: 340px;
}
.news__item img {
  border-radius: 10px;
  width: 384px;
  height: 100%;
  object-fit: cover;
}

@media  (min-width: 1025px) {
    .news__item:hover {
        background: var(--green);
    }
    .news__item:hover .news__item-descr::after {
        min-width: 100px;
        width: 100px;
        height: 24px;
    }
}
.news__item-date {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: 24px;
  width: 240px;
  min-width: 240px;
}
.news__item-date p {
  width: min-content;
  font-size: 24px;
  text-align: right;
}
.news__item-date p:first-child {
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1820px) {
  .news__item-date p:first-child {
    font-size: calc(
            46px + 34 *
                ((100vw - 320px) / 1600)
        );
  }
}
.news__item-descr {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news__item-descr p {
  font-size: 16px;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__item-descr p:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 1820px) {
  .news__item-descr p:first-child {
    font-size: calc(
            13px + 7 *
                ((100vw - 320px) / 1600)
        );
  }
}
.news__item-descr::after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='111' height='24' viewBox='0 0 111 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.9994L77.0009 11.9994L110.002 11.9994M110.002 11.9994L99.1648 1M110.002 11.9994L99.1648 23' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-top: auto;
  background-position: right;
  min-width: 73px;
  width: 73px;
  height: 24px;
  transition: 0.3s;
}
.project__select,
.news__select{
 margin-bottom: 40px;
}
.article {
  margin-bottom: 120px;
  padding-top: 100px;
}
.article__back {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.article__back::before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='49' height='49' rx='9.5' fill='%23303639'/%3E%3Crect x='0.5' y='0.5' width='49' height='49' rx='9.5' stroke='%23303639'/%3E%3Cpath d='M29 17L21 25L29 33' stroke='white' stroke-opacity='0.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.article h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1820px) {
  .article h1 {
    font-size: calc(
            23px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
.article h1 span {
  font-family: var(--second-family);
  color: var(--green);
}
.article__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.article__slides {
  overflow: hidden;
  max-width: 780px;
}
@media (max-width: 1820px) {
  .article__slides {
    max-width: calc(
            230px + 550 *
                ((100vw - 320px) / 1600)
        );
  }
}
.article__description p:not(:last-child) {
  margin-bottom: 20px;
}
.article__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}
.article__inner p:not(:last-child) {
  margin-bottom: 0;
}
.article__date {
  position: relative;
  display: flex;
  text-align: right;
  align-items: center;
  gap: 24px;
  z-index: 2;
}
.article__date p {
  font-size: 24px;
  width: min-content;
}
.article__date p:first-child {
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1820px) {
  .article__date p:first-child {
    font-size: calc(
            48px + 32 *
                ((100vw - 320px) / 1600)
        );
  }
}
.article__info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article__time, .article__views {
  background: var(--grey);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 12px;
}
.article__time::before, .article__views::before {
  display: block;
  content: "";
  width: 24px;
  height: 25px;
}
.article__time::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22.5C17.5228 22.5 22 18.0228 22 12.5C22 6.97715 17.5228 2.5 12 2.5C6.47715 2.5 2 6.97715 2 12.5C2 18.0228 6.47715 22.5 12 22.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6.5V12.5L16 14.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.article__views::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12.5C1 12.5 5 4.5 12 4.5C19 4.5 23 12.5 23 12.5C23 12.5 19 20.5 12 20.5C5 20.5 1 12.5 1 12.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 15.5C13.6569 15.5 15 14.1569 15 12.5C15 10.8431 13.6569 9.5 12 9.5C10.3431 9.5 9 10.8431 9 12.5C9 14.1569 10.3431 15.5 12 15.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.article .article-swiper2 {
  height: auto;
  margin-bottom: 12px;
}
.article .article-swiper2 .swiper-wrapper .swiper-slide img {  
  width: 100%;
  object-fit: cover;
  height: 440px;
}
@media (max-width: 1820px) {
  .article .article-swiper2 .swiper-wrapper .swiper-slide img {
    height: calc(
            180px + 260 *
                ((100vw - 320px) / 1600)
        );
  }
}
.article .article-swiper2 .swiper-wrapper .swiper-slide a {
  display: flex;
}
.article .article-swiper {
  height: 105px;
  width: 100%;
}
.article .article-swiper .swiper-wrapper {
  height: 100%;
}
.article .article-swiper .swiper-slide {
  cursor: pointer;
}
.article .article-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts {
  padding-top: 100px;
  margin-bottom: 120px;
}
.contacts__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 120px;
}
.contacts__info li a {
  display: block;
  width: fit-content;
  line-height: 120%;
  font-size: 64px;
  font-family: var(--second-family);
}
@media (max-width: 1820px) {
  .contacts__info li a {
    font-size: calc(
            29px + 35 *
                ((100vw - 320px) / 1600)
        );
  }
}
.contacts__info li p {
  margin-bottom: 16px;
  font-size: 18px;
}
@media (max-width: 1820px) {
  .contacts__info li p {
    font-size: calc(
            13px + 5 *
                ((100vw - 320px) / 1600)
        );
  }
}
.contacts__address {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
}
.contacts__address li {
  background: var(--grey);
  border-radius: 10px;
  padding: 32px 58px 40px 58px;

}
.contacts__address li p:first-child {
  margin-bottom: 16px;
  color: var(--grey2);
  opacity: 0.9;
  position: relative;
}
.contacts__address li p:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
}
.contacts__address li p:last-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1820px) {
  .contacts__address li p:last-child {
    font-size: calc(
            15px + 5 *
                ((100vw - 320px) / 1600)
        );
  }
}
.contacts__map {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 670px;
}
@media (max-width: 1820px) {
  .contacts__map {
    height: calc(
            450px + 220 *
                ((100vw - 320px) / 1600)
        );
  }
}
.contacts .subtitle {
  margin-bottom: 40px;
}

.vacancy {
  padding-top: 40px;
  margin-bottom: 120px;
}
.vacancy .subtitle{
max-width: 938px;
}
.vacancy h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  max-width: 938px;
}
@media (max-width: 1820px) {
  .vacancy h1 {
    font-size: calc(
            23px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
.vacancy h1 span {
  font-family: var(--second-family);
  color: var(--green);
}
.vacancy__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 260px;
  margin-bottom: 40px;
}
.vacancy__sort {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 0;
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; 
}

  .vacancy__sort::-webkit-scrollbar,  
  .vacancy__sort::-webkit-scrollbar-thumb,  
  .vacancy__sort::-webkit-scrollbar-track {
     display: none;
     height: 0;
    }
.vacancy__sort-btn {
  background: var(--grey);
  border-radius: 10px;
  padding: 22px 24px;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}
.vacancy__sort-btn.active {
    background: var(--green);
    color: var(--white);
}

@media  (min-width: 1025px) {
    .vacancy__sort-btn:hover  {
        background: var(--green);
        color: var(--white);
    }
}
.vacancy__accordion {
  border-top: 1px solid var(--grey3);
  padding: 24px 0 48px;
}
.vacancy__accordion:last-child {
  padding-bottom: 0;
}
.vacancy__accordion.open .vacancy__accordion-content {
  padding-top: 60px;
  visibility: visible;
  opacity: 1;
}
.vacancy__accordion-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
.vacancy__accordion-title p {
  font-size: 32px;
}
@media (max-width: 1820px) {
  .vacancy__accordion-title p {
    font-size: calc(
            17px + 15 *
                ((100vw - 320px) / 1600)
        );
  }
}
.vacancy__accordion-title ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 150px 0.9fr 150px 1fr;
    grid-template-columns: 1fr 0.9fr 1fr;
  gap: 150px;
}
@media (max-width: 1820px) {
  .vacancy__accordion-title ul {
    gap: calc(
            -20px + 170 *
                ((100vw - 320px) / 1600)
        );
  }
}
.vacancy__accordion-title ul li p {
  white-space: nowrap;
}
.vacancy__accordion-title ul li p:first-child {
  font-size: 16px;
  line-height: 125%;
  color: var(--white-40);
  margin-bottom: 19px;
}
@media (max-width: 1820px) {
  .vacancy__accordion-title ul li p:first-child {
    font-size: calc(
            13px + 3 *
                ((100vw - 320px) / 1600)
        );
  }
}
.vacancy__accordion-title ul li p:last-child {
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1820px) {
  .vacancy__accordion-title ul li p:last-child {
    font-size: calc(
            15px + 5 *
                ((100vw - 320px) / 1600)
        );
  }
}
.vacancy__accordion-content {
  max-height: 0;
  opacity: 0;
  max-width: 700px;
  width: 100%;
  visibility: hidden;
  will-change: max-height;
  transition: all 0.3s ease-out;
  box-sizing: content-box;
}
.vacancy__accordion-content p {
  font-family: var(--second-family);
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
}
.vacancy__accordion-content ul {
  margin-bottom: 40px;
}
.vacancy__accordion-content ul li {
  font-size: 16px;
  line-height: 125%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.vacancy__accordion-content ul li::before {
  display: block;
  content: "";
  min-width: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}
.vacancy__accordion-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.respond {
  margin-bottom: 100px;
}
.respond .title-inner {
  margin-bottom: 40px;
}
.respond .subtitle {
  max-width: 630px;
  font-size: 64px;
  margin-bottom: 24px;
}
@media (max-width: 1820px) {
  .respond .subtitle {
    font-size: calc(
            31px + 33 *
                ((100vw - 320px) / 1600)
        );
  }
}

.projects {
  padding-top: 40px;
  margin-bottom: 120px;
  position: relative;
  overflow-x: clip;
}
.projects .geography {
    overflow-x: visible;  
}
.projects .geography .container {
    padding: 0;
}
.projects__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);  
}
.projects__description p {
  margin-bottom: 32px;
}
.projects__btn {
  margin-left: auto;
}
.projects__sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.projects__sort-btn {
  background: var(--grey);
  border-radius: 10px;
  padding: 22px 32px;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}
 .projects__sort-btn.active {
  background: var(--green);
  color: var(--white);
}

@media  (min-width: 1025px) {
    .projects__sort-btn:hover {
        background: var(--green);
        color: var(--white);
    }
}
.projects .subtitle {
  max-width: 646px;
}
.projects__inner {
  position: relative;
}

.project {
  margin-bottom: 120px;
  padding-top: 100px;
}
.project__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}
.project__wrapper p {
  margin-bottom: 30px;
}
.project ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project ul li:not(:last-child) {
  margin-bottom: 25px;
}
.project ul li p {
  margin: 0;
}
.project ul li p:first-child {
  font-size: 16px;
  line-height: 125%;
  color: var(--white-40);
}
.project ul li p:last-child {
  font-size: 24px;
  line-height: 120%;
  font-family: var(--second-family);
  text-align: right;
}
.project__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.project__btn {
  margin-bottom: 40px;
}
.project__slides {
  overflow: hidden;
  max-width: 780px;
}
@media (max-width: 1820px) {
  .project__slides {
    max-width: calc(
            230px + 550 *
                ((100vw - 320px) / 1600)
        );
  }
}
.project .title-inner {
  margin-bottom: 40px;
}
.project .subtitle {
  margin-bottom: 20px;
}
.project .project-swiper2 {
  height: auto;
  margin-bottom: 12px;
}
.project .project-swiper2 .swiper-wrapper .swiper-slide a {
  display: flex;
}
.project .project-swiper2 .swiper-wrapper .swiper-slide img {
  cursor: pointer;
  width: 100%;
  object-fit: cover;
  height: 440px;
}
@media (max-width: 1820px) {
  .project .project-swiper2 .swiper-wrapper .swiper-slide img {
    height: calc(
            180px + 260 *
                ((100vw - 320px) / 1600)
        );
  }
}
.project .project-swiper {
  height: 105px;
  width: 100%;
}
@media (max-width: 1820px) {
  .project .project-swiper {
    height: calc(
            40px + 65 *
                ((100vw - 320px) / 1600)
        );
  }
}
.project .project-swiper .swiper-wrapper {
  height: 100%;
}
.project .project-swiper .swiper-slide {
  cursor: pointer;
}
.project .project-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manual {
  margin-bottom: 120px;
}
.manual__wrapper ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.manual__wrapper ul li {
  font-size: 24px;
  background: var(--grey);
  border-radius: 10px;
  padding: 40px 150px 40px 40px;
  min-height: 178px;
}
.manual__wrapper ul li span {
  font-weight: 600;
  color: var(--green);
}
.manual .title-inner {
  margin-bottom: 40px;
}

.tech {
  margin-bottom: 120px;
}
.tech__items {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.tech__item {
  background: var(--grey);
  border-radius: 10px;
  padding: 40px 40px 16px 40px;
}
.tech__item p {
  font-size: 24px;
  margin-bottom: 48px;
}
.tech__item sup {
  font-size: 24px !important;
  text-transform: none;
  color: var(--white-40);
  font-family: var(--second-family);
}
.tech__item ul li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.tech__item ul li ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.tech__item ul li ul li {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}
.tech__item ul li ul li p {
  margin-bottom: 0;
}
.tech__item ul li ul li p:first-child {
  text-transform: uppercase;
  color: var(--white-40);
  font-family: var(--second-family);
  line-height: 120%;
}
.tech__item ul li ul li p:last-child {
  white-space: nowrap;
  font-family: var(--second-family);
  line-height: 120%;
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1820px) {
  .tech__item ul li ul li p:last-child {
    font-size: calc(
            24px + 16 *
                ((100vw - 320px) / 1600)
        );
  }
}
.tech .title-inner {
  margin-bottom: 40px;
}

.loop {
  margin-bottom: 120px;
}
.loop__wrapper ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.loop__wrapper ul li {
  background: var(--grey);
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  min-height: 129px;
  padding: 40px;
  display: flex;
  gap: 16px;
}
.loop__wrapper ul li::before {
  display: block;
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--green);
  margin-top: 7px;
}
.loop .title-inner {
  margin-bottom: 40px;
}
.loop .subtitle {
  margin-bottom: 40px;
  max-width: 914px;
}
.loop-product .loop__wrapper ul li {
font-size: 18px;
line-height: 140%;
}
.mission {
  margin-bottom: 120px;
}
.mission__item {
  background: var(--green);
  display: grid;
  grid-template-columns: 1.4fr 2fr;
}
.mission__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mission__item-inner {
  display: flex;
  flex-direction: column;
  padding: 70px 60px 60px;
}
.mission__item-title {
  font-size: 32px;
  margin-bottom: 24px;
}
.mission__item-text {
  margin-bottom: 32px;
  font-size: 18px;
}
.mission__item-company {
  text-align: right;
  margin-top: auto;
  padding-top: 35px;
  border-top: 1px solid hsla(0deg, 0%, 100%, 0.1);
}
.mission__item-company p:first-child {
  font-family: var(--second-family);
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1820px) {
  .mission__item-company p:first-child {
    font-size: calc(
            23px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
.mission .title-inner {
  margin-bottom: 40px;
}

.burger {
  overflow: hidden;
  width: 48px;
  height: 37px;
  display: none;
  background-color: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.burger::before, .burger::after {
  position: absolute;
  content: "";
  transition: 0.3s;
  left: 0;
  border-radius: 100px;
  width: 48px;
  height: 2px;
  background: #d9d9d9;
}
.burger::before {
  top: 12px;
}
.burger::after {
  bottom: 12px;
}
.burger.active::before {
  width: 33px;
  left: 8px;
  top: 18px;
  transform: rotate(45deg);
}
.burger.active::after {
  width: 33px;
  left: 8px;
  bottom: 18px;
  transform: rotate(-45deg);
}

@media (max-width: 1650px) {
    .form__file label p {
        font-size: 18px;
      }
  .item__descr::after {
    width: 53px;
    height: 22px;
    min-width: 53px;
  }
  .item:hover .item__descr::after {
    min-width: 70px;
    width: 70px;
    height: 22px;
  }
}
@media (max-width: 1441px) {
    .main .swiper-slide  iframe{
        height: 115%;
        width: 115%;
    }
    .structure__description ul li ,
    .structure__description ul li p{
        font-size: 16px;
    }
    .products-small .video {
        max-width: 511px;
    }
  .services-section__tabs-btn {
    padding: 22px 24px;
  }
  .mission__item-title {
    font-size: 24px;
  }
  .mission__item-text {
    font-size: 16px;
  }
  .loop__wrapper ul li {
    font-size: 18px;
  }
  .application__address {
    max-width: 500px;
  }
  .mission__item-inner {
    padding: 40px;
  }
  .loop__wrapper ul li {
    min-height: 102px;
    padding: 30px;
  }
  .about__group-img img {
    max-height: 60px;
    max-width: 130px;
  }
  .about__group-lines {
    top: 46px;
  }
  .tech__item {
    padding: 30px 30px 16px 30px;
  }
  .tech__item p {
    font-size: 18px;
  }
  .manual__wrapper ul li {
    padding: 30px 60px 30px 30px;
    min-height: 141px;
    font-size: 18px;
  }
  .projects-card__inner {
    padding: 20px;
    min-height: 120px;
  }
  .projects-card__arrow {
    width: 44px;
    height: 44px;
    right: 22px;
    top: -34px;
  }
  .projects-card__arrow::before {
    width: 16px;
    height: 16px;
  }
  .form-respond .form__content label textarea {
    height: 145px;
  }
  .contacts__address li p:first-child {
    font-size: 14px;
  }
  .contacts__address li {
    padding: 30px 30px 30px 50px;
 
  }
  .article__description p {
    font-size: 16px;
  }
  .container-h1 h1 {
    margin-top: 120px;
  }
  .news__item-date {
    width: 190px;
    min-width: 190px;
}
  .news__items-inner .news__item .news__item-date {
    padding: 20px;
  }
  .news__items-inner .news__item .news__item-descr {
    padding: 20px;
    margin-bottom: 32px;
  }
  .news__item {
    padding: 30px 40px 30px 30px;
  }
  .news__item-date p {
    font-size: 18px;
  }
  .documents .subtitle {
    max-width: 660px;
  }
  .documents__description {
    max-width: 404px;
  }
  .documents__description p {
    font-size: 16px;
  }
  .documents ul {
    gap: 16px 24px;
  }
  .documents ul li {
    font-size: 18px;
    padding-right: 60px;
  }
  .include__wrapper ul {
    gap: 20px;
  }
  .include__wrapper ul li {
    padding: 30px;
  }
  .product p {
    font-size: 16px;
  }
  .product__text-big {
    font-size: 18px !important;
  }
 
}
 
@media (max-width: 1600px) {
    .header .nav__item.arrow::after {      
        left: -18px;       
        width: calc(100% + 33px);    
    }
    .header .nav__sublist {     
        left: -18px;
    }
}
@media (max-width: 1441px) {
  .card {
    height: 316px;
  }
  .card p {
    padding: 30px;
  }
}
@media (max-width: 1441px) {
  .card__arrow {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1441px) {
  .card__arrow::before {
    width: 22px;
    height: 22px;
  }
}
 
 
@media (max-width: 1441px) {
  .geography__text {
    top: 185px;
  }
}
@media (max-width: 1441px) {
  .geography {
    height: 920px;
  }
}
@media (max-width: 1441px) {
  .geography__svg {
    top: 36%;
  }
}
@media (max-width: 1441px) {
  .main__wrapper {
    padding: 287px 0 187px;
  }
}
@media (max-width: 1441px) {
  .main__wrapper h1,
  .main__wrapper h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1441px) {
  .main .swiper-pagination {
    bottom: 60px;
  }
}
@media (max-width: 1441px) {
  .main__down {
    bottom: 60px;
  }
}
@media (max-width: 1400px) {
    .geography__svg {
        width: calc(100% + 32px);
   overflow-x: auto;
      left: -16px;
       
   
      }
    .header .nav__item.arrow::after {      
        left: -9px;       
        width: calc(100% + 20px);    
    }
    .header .nav__sublist {     
        left: -9px;
    }
  .vacancy__inner {
    gap: 60px;
  }
  .header__search .container {
    padding: 28px 16px 48px;
  }

  .container {
    padding: 0 16px;
  }
  .header__search-btn,
  .header .nav__item .nav__link,
  .header .nav__item.arrow .nav__link {
    font-size: 16px;
  }
}
@media (max-width: 1400px) and (max-width: 1920px) {
  .header__search-btn,
  .header .nav__item .nav__link,
  .header .nav__item.arrow .nav__link {
    font-size: calc(
            11px + 5 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1350px) {
    .product-section__item-wrap p {
        max-width: 560px;
    }
}
@media (max-width: 1250px) {
    .product-section__item-inner {
        margin-top: 0;
         display: -ms-grid;
         display: grid;
         gap: 20px;
         -ms-grid-columns: 1fr 20px 1fr;
         grid-template-columns: repeat(2, 1fr);
    }
    .product-section__item-inner ul {
        margin-left: auto;
    }
    .about__advantages ul {

        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1200px) {
    .news-section {
        position: relative;
        padding-bottom: 40px;
    }
    .news-section    .swiper-pagination-bullets {
        left: 16px;
        right: 16px;
        width: calc(100% - 32px);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .swiper-pagination-bullets {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .projects .geography {
        overflow-x: visible;
        margin-top: -170px;
        margin-bottom: -221px;
    }
    .product-section__tabs-content{
        padding-bottom: 100px;
    }
  .subtitle {
    font-size: 39px;
  }
}
@media (max-width: 1200px) and (max-width: 1920px) {
  .subtitle {
    font-size: calc(
            22px + 17 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1440px) {
  .title-inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 1920px) {
  .title-inner h2 {
    font-size: calc(
            16px + 8 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1200px) {
  .about__group-images {
    gap: 12px;
  }
}
@media (max-width: 1200px) {
  .nav__subitem:hover ul {
    width: 370px;
    left: 370px;
  }
}
@media (max-width: 1200px) {
  .header .nav__subitem ul li a,
  .header .nav__sublink {
    padding: 7px 20px;
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .header .nav__subitem {
    width: 370px;
  }
}
@media (max-width: 1200px) {
  .tech__item ul li ul {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .news__items-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .news__item {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .news__item {
    min-height: 300px;
  }
  .news__item img {
    width: 340px;
  }
}
@media (max-width: 1200px) {
  .include__wrapper ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1200px) {
  .services__wrapper {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .description ul li {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .main-pages .main__wrapper {
    padding-top: 10%;
  }
}
@media (max-width: 1200px) {
  .product__text-big {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .news-section .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .news-section .swiper-pagination {
    margin-top: 24px;
  }
}
@media (max-width: 1200px) {
  .product-section .swiper-pagination {
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .geography {
    height: 1000px;
  }
}
@media (max-width: 1200px) and (max-width: 1920px) {
  .geography {
    height: calc(
            1100px + 150 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1200px) {
  .geography__wrapper {
    gap: 32px;
  }
}
 @media (max-width: 1200px) {
    .geography__svg{
        top: 39%;
    }
  .geography svg {
    width: 1463px;
    height: 820px;
      transform: translateX(-170px);
      margin-right: -170px;
  }
}

@media (max-width: 1200px) {
  .geography__text {
    position: relative;
    margin-bottom: auto;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .header .nav__item.arrow .nav__link {
    gap: 8px;
  }
}
@media (max-width: 1200px) {
  .header .nav__item.arrow .nav__link::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1200px) {
  .header__search-btn {
    gap: 2px;
  }
}
@media (max-width: 1200px) {
  .header__search-btn::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1200px) {
  .header__logo img {
    width: 130px;
  }
}
@media (max-width: 1200px) {
  .header .nav__list {
    gap: 20px;
  }
}
@media (max-width: 1025px) {
    .product-section__item img {
        height: 400px;
    }
    .services-section__item img {
        max-width: 100%;
    }
    .card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        z-index: 1;
    }
    .item img {
        filter: none; 
    }
    .news-section {
        padding-bottom: 0;
    }
    .card img  {
        height: 100%;
    }
    .swiper-pagination-bullets {
        -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
        position: static;
        margin-top: 24px;
    }
    .news-section .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .projects-card {     
        min-height: 420px;
        height: auto;
    }
    .news__items-inner .news__item .news__item-descr p {
        max-width: 100%;
      }
      .vacancy__pagination,
      .search__pagination,
      .controls__pagination,
    .product-section__tabs-pagination, 
    .services-section__tabs-pagination {
        margin-bottom: 32px;
    }
    .product-section__tabs-content{
        padding-bottom: 0;
    }
    .search__card{
        flex-wrap: wrap;
    }
    .search__card-inner {
        max-width: 55%;
        margin-right: 0;
    }
    .products-small .product__text {
        font-size: 16px;
     }
     .card__arrow {
        z-index: 2;
     }
    .card p{
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        text-transform: uppercase;
    }
    .project__select,
    .news__select{
        position: relative;
        margin-bottom: 32px;
    }
    .structure__inner img {
        max-width: 780px;
        min-height: auto;
    }
 
    .main .swiper-slide  iframe{       
        width: 170%;
    }
  .structure__description ul li {
    font-size: 16px;
  }
  .include__wrapper ul li p:last-child {
    font-weight: 400;
  }
  .application__address p {
    font-size: 18px;
  }
  .header .nav__item .nav__link,
  .header .nav__item.arrow .nav__link,
  .menu__link,
  .menu__subitem a {
    font-size: 16px;
  }
  .vacancy__accordion.open .vacancy__accordion-content {
    padding-top: 40px;
  }
  .header.active .header__wrapper {
    background: var(--dark);
  }
  .header__wrapper {
    position: relative;
    z-index: 5;
  }
  .menu {
    display: block;
    background: var(--dark);
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 105px 16px 30px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .menu.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .menu__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .menu__inner {
    margin-bottom: 24px;
  }
  .menu__inner.active .menu__search {
    display: none;
  }
  .menu__inner.active .menu__back {
    display: block;
  }
  .menu__back {
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--second-family);
    display: none;
  }
  .menu__back::before {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18L9 12L15 6' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
  }
  .menu__search {
    position: relative;
  }
  .menu__search input {
    border: 1px solid var(--grey);
    border-radius: 10px;
    background: var(--dark);
    padding: 18px 66px 18px 16px;
    width: 100%;
  }
  .menu__search-btn {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    background: var(--green);
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu__search-btn::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7938 21.0662L16.1921 15.4331C17.5781 13.854 18.2958 11.7979 18.1935 9.69935C18.0911 7.60079 17.1767 5.62428 15.6435 4.18767C14.1103 2.75105 12.0786 1.96693 9.97784 2.00107C7.87707 2.03521 5.87189 2.88493 4.38622 4.3706C2.90055 5.85627 2.05083 7.86144 2.01669 9.96222C1.98256 12.063 2.76668 14.0947 4.20329 15.6279C5.63991 17.161 7.61642 18.0755 9.71497 18.1778C11.8135 18.2802 13.8697 17.5625 15.4487 16.1765L21.0818 21.7992C21.1288 21.8492 21.1856 21.8891 21.2486 21.9164C21.3117 21.9437 21.3796 21.9578 21.4483 21.9578C21.517 21.9578 21.5849 21.9437 21.648 21.9164C21.711 21.8891 21.7678 21.8492 21.8148 21.7992C21.8635 21.7507 21.9019 21.6928 21.9274 21.629C21.9529 21.5652 21.965 21.4968 21.963 21.4281C21.9611 21.3595 21.9451 21.2919 21.9159 21.2296C21.8868 21.1674 21.8453 21.1118 21.7938 21.0662ZM10.1192 17.1398C8.7317 17.1398 7.37537 16.7283 6.22172 15.9575C5.06806 15.1866 4.1689 14.091 3.63793 12.8091C3.10696 11.5273 2.96804 10.1167 3.23872 8.75589C3.50941 7.39507 4.17755 6.14507 5.15865 5.16397C6.13975 4.18286 7.38975 3.51473 8.75058 3.24404C10.1114 2.97335 11.5219 3.11228 12.8038 3.64325C14.0857 4.17422 15.1813 5.07338 15.9522 6.22703C16.723 7.38069 17.1344 8.73701 17.1344 10.1245C17.1317 11.9842 16.3917 13.767 15.0767 15.082C13.7616 16.397 11.9789 17.137 10.1192 17.1398Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu__items {
    display: none;
  }
  .menu__items.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
    background: var(--dark);
    transition: 0.3s;
    z-index: 10;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu__link {
    background: var(--grey);
    border-radius: 10px;
    display: flex;
    padding: 18px 16px;
  }
  .menu__link.active {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }
  .menu__arrow {
     display: flex;
      align-items: center;
      justify-content: space-between;     
  }
  .menu-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
    gap: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: auto;
  }
  .menu-arrow::after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .menu__sublist {
    display: none;
  }
  .menu__sublist.active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
    background: var(--dark);
    transition: 0.3s;
    z-index: 10;
  }
  .menu__subitem:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu__subitem a {
    background: var(--grey);
    border-radius: 10px;
    display: flex;
    padding: 18px 16px;
  }
  .menu__contacts {
    padding-bottom: 30px;
  }
  .menu__contacts.active {
    display: none;
  }
  .menu__contacts ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .menu__contacts ul li p {
    font-size: 14px;
    line-height: 143%;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
  }
  .menu__contacts ul li a {
    font-size: 24px;
    line-height: 120%;
  }
  .menu .nav {
    margin-bottom: 32px;
    position: relative;
  }
  .menu .nav__list {
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }
  .menu .nav__item {
    position: static;
    width: 100%;
  }
  .menu .nav__item::before {
    display: none;
  }
  .menu .nav__link {
    background: var(--grey);
    border-radius: 10px;
    display: flex;
    padding: 18px 16px;
  }
  .nav__arrow {
     display: flex;
      align-items: center;
      justify-content: space-between;
        
  }
  .menu .nav__link.active {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
  }
  .menu .nav-arrow {   
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20%;
    gap: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: auto;
  }
  .menu .nav-arrow::after {
    display: block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .modal .close {
    right: 0;
  }
  .vacancy {
    padding-top: 32px;
  }
  .about,
  .project,  
  .services,
  .contacts,
  .article,
  .include,
  .product {
    padding-top: 80px;
  }
  .vacancy,
  .projects,
  .about,
  .project,
  .tech,
  .manual,
  .mission,
  .documents,
  .contacts,
  .contacts__info,
  .article,
  .include,
  .news,
  .services,
  .loop,
  .services__wrapper,
  .advantages,
  .functions,
  .system,
  .description,
  .slider-cards,
  .products__content:not(:last-child),
  .product,
  .products,
  .partners,
  .news-section,
  .services-section,
  .geography,
  .about {
    margin-bottom: 100px;
  }
  .header__logo img {
    width: 110px;
  }
  .burger {
    display: block;
  }
  .crumbs {
    top: 107px;
  }
  .header__wrapper {
    padding: 22px 0 17px;
  }
  .mission__item {
    grid-template-columns: 1fr;
  }
  .loop__wrapper ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .loop__wrapper ul li::before {
    margin-top: 4px;
  }
  .about__group-images {
    gap: 20px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
     padding-left: 50px;
   margin-top: 50px;
   padding-top: 0;
  }
}

@media (max-width: 1025px) {
  .about__group-lines {
    height: 88%;
    width: fit-content;
    top: 50%;   
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .about__group-lines img {
    height: 100%;
  }
}
@media (max-width: 1025px) {
  .about__group-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
    justify-content: space-evenly;
   
  }
}
@media (max-width: 1025px) {
  .project__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1025px) {
  .tech__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1025px) {
  .tech__item p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1025px) {
  .respond {
    margin-bottom: 80px;
  }
}
@media (max-width: 1025px) {
  .projects-cards {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1025px) {
  .projects-card__inner {
    min-height: 110px;
  }
}
@media (max-width: 1025px) {
  .projects__sort {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1025px) {
  .projects__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
@media (max-width: 1025px) {
  .projects__btn {
    margin-left: 0;
  }
}
@media (max-width: 1025px) {
  .form-respond .form__content {
    gap: 0px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1025px) {
  .vacancy__inner {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1025px) {
  .vacancy__sort {
    margin-bottom: 22px;
  }
}
@media (max-width: 1025px) {
    .main .swiper-slide iframe {   
        height: 100%;
    }
    .swiper-main, .main {
        height: auto;
    }
  .vacancy__accordion-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 50%;
    width: 100%;
    gap: 16px;
  }
  .vacancy__accordion-title ul li {
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 1025px) {
  .vacancy__accordion-title ul li p:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .vacancy__accordion-title {
    align-items: flex-start;
  }
}
@media (max-width: 1025px) {
  .contacts__address {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1025px) {
  .contacts__info {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media (max-width: 1025px) {
  .article__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .article .article-swiper2 .swiper-wrapper .swiper-slide img {
    height: 800px;
  }
}
@media (max-width: 1025px) and (max-width: 1920px) {
  .article .article-swiper2 .swiper-wrapper .swiper-slide img {
    height: calc(
            163px + 637 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1025px) {
  .article .article-swiper {
    height: 150px;
  }
}
@media (max-width: 1025px) and (max-width: 1920px) {
  .article .article-swiper {
    height: calc(
            45px + 105 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1025px) {
  .news__more,
  .projects__more {
    margin: 24px auto 0;
    position: static;
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .news__inner {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }
}
@media (max-width: 1025px) {
  .news {
    padding-top: 32px;
  }
}
@media (max-width: 1025px) {
  .news__sort {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (max-width: 1025px) {
  .select {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .select__title {
    width: 100%;
    padding: 14px 24px;
  }
}
@media (max-width: 1025px) {
  .news__sort-btn {
    padding: 14px 44px;
  }
}
@media (max-width: 1025px) {
  .documents ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1025px) {
  .news__items {
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1025px) {
  .news__items-inner .news__item {
    min-height: 300px;
  }
}
@media (max-width: 1025px) {
  .news__item {
    padding: 0;
    position: relative;
    width: 48%;
    flex-direction: column;
    position: relative;
  }
  .news__item img {
    width: 100%;
    height: 100%;
  }
  .news__item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
}
@media (max-width: 1025px) {
  .news__items-inner .news__item .news__item-descr {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1025px) {
  .news__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1025px) {
  .news__item-date,
  .news__items-inner .news__item .news__item-date {
    padding: 20px;
  }
}
@media (max-width: 1025px) {
  .news__item-descr::after {
    margin-top: auto;
  }
}
@media (max-width: 1025px) {
  .news__item-descr,
  .news__items-inner .news__item .news__item-descr {
    padding: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--white-40);
  }
}
@media (max-width: 1025px) {
  .news__item-descr,
  .news__item-date {
    z-index: 2;
  }
}
@media (max-width: 1025px) {
  .news__item-descr p {
    display: none;
  }
  .news__item-descr p:nth-child(1) {
    display: block;
  }
}
@media (max-width: 1025px) {
  .news__item-green {
    background: var(--green);
  }
  .news__item-green img {
    display: none;
  }
  .news__item-green::before {
    display: none;
  }
}
@media (max-width: 1025px) {
  .news__items-inner {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1025px) {
  .documents__inner {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 1025px) {
  .documents__description {
    display: none;
  }
}
@media (max-width: 1025px) {
  .structure__description ul li {
    margin-bottom: 0;
  }
  .structure__description ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 1025px) {
 
}
@media (max-width: 1025px) {
  .structure__inner {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 1025px) {
  .structure .subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 1025px) {
  .structure__description ul {
    columns: inherit;
  }
}
@media (max-width: 1025px) {
  .structure__description {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .services__wrapper {
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 90px;
  }
}
@media (max-width: 1025px) {
  .services .subtitle {
    margin-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .services__btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1025px) {
  .advantages__item:nth-child(6)::before {
    top: 82px;
  }
}
@media (max-width: 1025px) {
  .advantages__item span {
    font-size: 60px;
  }
}
@media (max-width: 1025px) {
  .advantages__item:nth-child(4)::after {
    height: 119px;
    width: 119px;
  }
}
@media (max-width: 1025px) {
  .advantages.active .advantages__item:nth-child(4) p {
    margin-left: -30px;
  }
}
@media (max-width: 1025px) {
  .advantages__item:nth-child(4)::before {
    height: 119px;
    width: 119px;
  }
}
@media (max-width: 1025px) {
  .advantages__item:nth-child(3)::after {
    height: calc(100% - 92px);
    width: 160px;
    right: -80px;
  }
}
@media (max-width: 1025px) {
  .advantages__item:nth-child(3)::before {
    height: calc(100% - 92px);
    width: 160px;
    right: -61px;
  }
}
@media (max-width: 1025px) {
  .functions__item img {
    margin-bottom: 100px;
  }
}
@media (max-width: 1025px) {
  .description__wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 1025px) {
  .system__inner {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1025px) {
  .system__list li img {
    transition: 0.3s;
    height: 0;
    display: block;
  }
  .system__list li.active img {
    width: 100%;
    position: static;
    height: auto;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1025px) {
  .is-prev,
  .is-next {
    display: none;
  }
}
@media (max-width: 1025px) {
  .description ul {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1025px) {
  .fancybox__slide.has-image > .fancybox__content {
    width: 90% !important;
    height: 100% !important;
  }
  .fancybox__slide.has-image > .fancybox__content img {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .description__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media (max-width: 1025px) {
  .project .project-swiper2 .swiper-wrapper .swiper-slide img,
  .description .description-swiper2 .swiper-wrapper .swiper-slide img {
    height: 700px;
  }
}
@media (max-width: 1025px) and (max-width: 1920px) {
  .project .project-swiper2 .swiper-wrapper .swiper-slide img,
  .description .description-swiper2 .swiper-wrapper .swiper-slide img {
    height: calc(
            170px + 530 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1025px) {
  .project .project-swiper,
  .description .description-swiper {
    height: 150px;
  }
}
@media (max-width: 1025px) and (max-width: 1920px) {
  .project .project-swiper,
  .description .description-swiper {
    height: calc(
            40px + 110 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1025px) {
  .article__slides,
  .project__slides,
  .description__slides {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }
}

@media (max-width: 1025px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1025px) {
  .product p {
    margin-bottom: 20px;
  }
  .product p:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .product__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .product__wrapper {
    position: relative;
    flex-direction: column;
    align-items: center;
    padding-bottom: 90px;
 
    margin-bottom: 80px;
  }
}
@media (max-width: 1025px) {
  .product__inner {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .products__content-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1025px) {
  .products__content-inner {
    margin-bottom: 24px;
    gap: 16px;
  }
}
@media (max-width: 1025px) {
  .products__content-description p {
    margin-bottom: 24px;
  }
}
@media (max-width: 1025px) {
  .about {
    padding-top: 70px;
  }
}
@media (max-width: 1025px) {
  .footer__contacts ul {
    gap: 22px;
    justify-content: space-between;
  }
}
@media (max-width: 1025px) {
  .application__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1025px) {
  .services-section .subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 1025px) {
  .application__address {
    padding: 187px 0 85px;
  }
}
@media (max-width: 1025px) {
  .application__wrapper::before {
    right: 0%;
    top: auto;
    height: 44%;
    bottom: 0;
  }
}
@media (max-width: 1025px) {
  .item {
    min-height: 430px;
  }
}
@media (max-width: 1025px) and (max-width: 1920px) {
  .item {
    min-height: calc(
            320px + 110 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 1025px) {
  .services-section__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media (max-width: 1025px) {
  .about__description {
    padding-top: 0;
  }
}
@media (max-width: 1025px) {
 
  .about__inner {
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .about__inner .more {
 margin-bottom: 32px;
  }
}
 
@media (max-width: 1025px) {
  .about-page .about__inner {
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
  }
  .about-page .about__btn {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .product-section__item {
    flex-direction: column;
  }
}
@media (max-width: 1025px) {
  .product-section__item-inner {
    padding-top: 100px;
     display: grid;
     gap: 20px;
     grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1025px) {
  .product-section__nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    top: auto;
    left: 0;
    transform: translateY(0%);
    bottom: 445px;
  }
}
@media (max-width: 1025px) {
  .product-section__item-inner {
    margin-left: 0;
  }
}
@media (max-width: 1025px) {
  .product-section .more {
    margin-top: 20px;
  }
}
@media (max-width: 1025px) {
  .product-section .swiper-buttons,
  .product-section .swiper-pagination {
    position: static;
  }
}
@media (max-width: 1025px) {
  .about__advantages ul {
    gap: 10px;
  }
  .about__advantages ul li {
    padding: 40px 10px 20px;
    min-height: 158px;
  }
}
@media (max-width: 1025px) {
  .header__nav,
  .header__search-btn {
    display: none;
  }
}
@media (max-width: 1025px) {
  .main__down {
background: none;
width: 32px;
height: 32px;
left: 50%;
transform: translateX(-50%);
bottom: 32px;
  }
  .main__down::before{
    filter: brightness(0.5) invert(1);
  }
}
@media (max-width: 1025px) {
  .main__wrapper {
    padding: 200px 0 150px;
  }
}
@media (max-width: 1025px) {
  .product-section__tabs-btn {
    padding: 18px 30px;
  }
}
@media (max-width: 920px) {
    .search__card-inner {
        max-width: 43%;
    }
}
@media (max-width: 769px) {
    .text-section {
        margin-bottom: 80px;
    }
    .text-section ul {
        padding-left: 16px;
        margin: 23px 0 37px;
    }
    .text-section p:not(:last-child) {
        margin-bottom: 37px;
    }
    .text-section h2 {
        font-size: 16px;
        margin: 37px 0 23px;
    }
    .text-section ul li,
    .text-section p {
        font-size: 12px;
    }
     .nca-cookiesaccept-line > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        }
        .nca-cookiesaccept-line-text {
            font-size: 14px;
        }
        .nca-cookiesaccept-line .btn {
            padding: 10px 30px;
            font-size: 14px;
        }
    .slider-cards .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 24px;
      }
    .projects-card {     
        min-height: fit-content;
    }
    .product-section__item-inner ul {   
        min-height: 190px;
    }
    .product-section__item {
        flex-direction: column;
        display: flex;
        height: 100%;
    }
    .projects .geography {
        margin-bottom: -110px;
    }
    .vacancy__pagination-bullet,
    .search__pagination-bullet,
    .controls__pagination-bullet,
    .product-section__tabs-bullet,
     .services-section__tabs-bullet{
        max-width: 100%;
        height: 2px;
    }
    .product-section__nav {
        bottom: 625px;
    }
    .services-section__item img,
    .product-section__item img {
       height: 355px;

      }
    .not-found {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .not-found img{
        height: 92px;
        object-fit: contain;
        width: 100%;
        padding: 0 0 18px;
        margin-bottom: 24px;
    }
    .not-found h1{
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 40px;
        max-width: 500px;
    }
    .not-found a{
        padding: 16px;
    }
    .privacy {
        margin-bottom: 80px;
    }
    .privacy p {
        font-size: 14px;
    }
    .privacy ol li {
        font-size: 14px;
    }
    .privacy h2 {
        margin-top: 32px;
        font-size: 20px;
    }
    .search__empty p {
        font-size: 16px;
        line-height: 1;
        gap: 16px;
    }
    .search form button{
        right: 8px;
        color: transparent;
        overflow: hidden;
        border-radius: 10px;
width: 40px;
height: 40px;
padding: 0;
background-color: var(--green);
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7938 21.0662L16.1921 15.4331C17.5781 13.854 18.2958 11.7979 18.1935 9.69935C18.0911 7.60079 17.1767 5.62428 15.6435 4.18767C14.1103 2.75105 12.0786 1.96693 9.97784 2.00107C7.87707 2.03521 5.87189 2.88493 4.38622 4.3706C2.90055 5.85627 2.05083 7.86144 2.01669 9.96222C1.98256 12.063 2.76668 14.0947 4.20329 15.6279C5.63991 17.161 7.61642 18.0755 9.71497 18.1778C11.8135 18.2802 13.8697 17.5625 15.4487 16.1765L21.0818 21.7992C21.1288 21.8492 21.1856 21.8891 21.2486 21.9164C21.3117 21.9437 21.3796 21.9578 21.4483 21.9578C21.517 21.9578 21.5849 21.9437 21.648 21.9164C21.711 21.8891 21.7678 21.8492 21.8148 21.7992C21.8635 21.7507 21.9019 21.6928 21.9274 21.629C21.9529 21.5652 21.965 21.4968 21.963 21.4281C21.9611 21.3595 21.9451 21.2919 21.9159 21.2296C21.8868 21.1674 21.8453 21.1118 21.7938 21.0662ZM10.1192 17.1398C8.7317 17.1398 7.37537 16.7283 6.22172 15.9575C5.06806 15.1866 4.1689 14.091 3.63793 12.8091C3.10696 11.5273 2.96804 10.1167 3.23872 8.75589C3.50941 7.39507 4.17755 6.14507 5.15865 5.16397C6.13975 4.18286 7.38975 3.51473 8.75058 3.24404C10.1114 2.97335 11.5219 3.11228 12.8038 3.64325C14.0857 4.17422 15.1813 5.07338 15.9522 6.22703C16.723 7.38069 17.1344 8.73701 17.1344 10.1245C17.1317 11.9842 16.3917 13.767 15.0767 15.082C13.7616 16.397 11.9789 17.137 10.1192 17.1398Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
    }
    .search__title{
        font-size: 16px;
    }
    .search__inner {
        margin-bottom: 24px;
    }
    .search form input{
        padding: 18px 100px 18px 16px;
        height: 56px;
    }
    .search__sort{
        margin-bottom: 20px;
    }
    .search__sort a{
        padding: 14px 32px;
    }
    .search__card .btn{
        margin-left: 0;
        padding: 10px 33px;
        font-size: 14px;
    }
    .search__card-arrow {      
        min-width: 50px;
        width: 50px;
        height: 18px;
    }
    .search__card-inner p {
        font-size: 14px;    
    }
    .search__card-inner a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .search__card img {
     aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
    }    
    .search__card-inner {
        max-width: 100%;
        margin-bottom: 16px;
    }
    .search__card{
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 20px;
        gap: 16px;
    }
    .footer__contacts ul li p{
        font-size: 14px;
    }
    .footer__contacts ul li a{
        font-size: 32px;
    }
    .form__file label p {
        font-size: 16px;
      }
    .main__wrapper p {
      font-size: 16px;
      }
    .main__wrapper h1,
    .main__wrapper h2 {
      font-size: 32px;
  }
    *{
        font-size: 16px;
    }
    .application__wrapper{
        gap: 60px;
    }
    .form__check {
        margin-bottom: 16px;
    }
    .form-application .form__inner{
        gap: 16px;
    }
    .product-section {
        margin-bottom: 80px;
    }
    
    .structure__description ul li p,
    .structure__description ul li {      
          font-size: 16px;  
        }

    .loop-product .loop__wrapper ul li {
        font-size: 16px;
        line-height: 125%;
        }
    .geography__area p{
        font-size: 18px;
    }
    .main .swiper-slide  iframe{       
        width: 200%;
    }
  .mission__item-title {
    font-size: 18px;
  }
  .loop__wrapper ul li {
    font-size: 16px;
  }
  .vacancy__accordion {
    padding: 16px 0;
  }
  .modal-thanks .subtitle {
    margin-bottom: 34px;
  }
  .modal-thanks .modal__wrapper {
    padding: 24px 24px 40px;
  }
  .vacancy__accordion.open .vacancy__accordion-content {
    padding-top: 32px;
  }
  .article .article-swiper2,
  .project .project-swiper2,
  .description .description-swiper2 {
    margin-bottom: 7px;
  }
  .form__check label p {
    font-size: 14px;
  }
  .project-slider__wrapper ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .project-slider__wrapper ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .project-slider__wrapper ul {
    margin-bottom: 24px;
  }
  .project-slider {
    padding: 20px;
  }
  .project-slider__inner {
    margin-bottom: 16px;
  }
  .project-slider__inner .swiper-buttons {
    display: none;
  }
  .projects {
    padding-top: 32px;
}
  .services,
  .project,
  .contacts,
  .about,
  .include,
  .product {
    padding-top: 60px;
  }
  .contacts,
  .manual,
  .about,
  .vacancy,
  .mission,
  .tech,
  .loop,
  .documents,
  .project,
  .projects,
  .contacts__info,
  .article,
  .news,
  .include,
  .services,
  .services__wrapper,
  .advantages,
  .functions,
  .system,
  .description,
  .slider-cards,
  .products__content:not(:last-child),
  .product,
  .products,
  .partners,
  .news-section,
  .services-section,
  .geography,
  .about {
    margin-bottom: 80px;
  }
  .contacts .title-inner,
  .manual .title-inner,
  .about .title-inner,
  .vacancy .title-inner,
  .mission .title-inner,
  .tech .title-inner,
  .loop .title-inner,
  .documents .title-inner,
  .project .title-inner,
  .projects__wrapper .title-inner,
  .projects .title-inner,
  .contacts__info .title-inner,
  .article .title-inner,
  .news .title-inner,
  .include .title-inner,
  .services .title-inner,
  .services__wrapper .title-inner,
  .advantages .title-inner,
  .functions .title-inner,
  .system .title-inner,
  .description .title-inner,
  .slider-cards .title-inner,
  .products__content:not(:last-child) .title-inner,
  .product .title-inner,
  .products .title-inner,
  .partners .title-inner,
  .news-section .title-inner,
  .services-section .title-inner,
  .geography .title-inner,
  .about .title-inner {
    margin-bottom: 32px;
  }
  .mission__item-inner {
    padding: 20px;
  }
  .mission__item-title {
    margin-bottom: 32px;
  }
  .mission__item-text {
    margin-bottom: 24px;
  }
  .mission__item-company {
    padding-top: 24px;
    padding-bottom: 4px;
  }
  .mission__item-company p:first-child {
    margin-bottom: 10px;
  }
  .loop__wrapper ul {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .loop__more {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid var(--grey);
    margin-top: 32px;
  }
  .loop__wrapper ul li {
    padding: 20px;
    min-height: 82px;
  }
  .loop__wrapper ul li::before {
    margin-top: 3px;
  }
  .about__group-logo {
    width: 170px;
  }
}
@media (max-width: 769px) and (max-width: 1920px) {
  .about__group-logo {
    width: calc(
            80px + 90 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 769px) {
  .tech__items {
    gap: 16px;
  }
}
@media (max-width: 769px) {
  .about__group-lines {
    height: 89%;
  }
}
@media (max-width: 769px) {
  .manual__wrapper ul li {
    padding: 20px;
    padding-bottom: 99px;
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .project ul li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .manual__wrapper ul {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 769px) {
  .projects-cards {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 769px) {
  .projects-card__arrow {
    width: 40px;
    height: 40px;
    right: 20px;
    top: -30px;
  }
}
@media (max-width: 769px) {
  .projects-card__arrow::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 769px) {
  .projects__btn {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .projects__sort-btn {
    padding: 22px 24px;
  }
}
@media (max-width: 769px) {
  .projects__sort {
    margin-bottom: 22px;
  }
}
@media (max-width: 769px) {
  .vacancy__accordion-title {
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  .respond {
    margin-bottom: 60px;
  }
}
@media (max-width: 769px) {
  .form__inner {
    margin-top: 8px;
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 769px) {
  .form-respond .form__check label {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 769px) {
  .vacancy__accordion-title ul {
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .vacancy__sort-btn {
    padding: 18px 24px;
  }
}
@media (max-width: 769px) {
  .contacts__address li p:first-child::before {
    left: -20px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 769px) {
  .contacts__address {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .contacts__address li {
    padding: 20px 20px 20px 40px;
    min-height: 172px;
  }
}
@media (max-width: 769px) {
  .contacts .subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 769px) {
  .article__time,
  .article__views {
    padding: 10px 17px;
  }
}
@media (max-width: 769px) {
  .article__inner {
    margin-bottom: 32px;
    gap: 16px;
  }
}
@media (max-width: 769px) {
  .news__item {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .project__btn {
    padding: 18px 63px;
    max-width: 330px;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .news__more,
  .projects__more {
    padding: 18px 63px;
  }
}
@media (max-width: 769px) {
  .pagination {
    flex-direction: column;
    margin-top: 32px;
  }
}
@media (max-width: 769px) {
  .news__item-descr,
  .news__items-inner .news__item .news__item-descr,
  .news__item-date,
  .news__items-inner .news__item .news__item-date {
    padding: 16px;
  }
}
@media (max-width: 769px) {
  .news__item {
    min-height: 328px;
  }
}
@media (max-width: 769px) {
  .news__items-inner .news__item .news__item-descr::after,
  .news__item-descr::after {
    min-width: 57px !important;
    width: 57px !important;
    height: 18px !important;
    margin-top: 0;
  }
}
 
@media (max-width: 769px) {
  .news__item-descr {
    margin-top: auto;
    height: auto;
  }
}
@media (max-width: 769px) {
  .news__items-inner .news__item .news__item-descr {
    gap: 10px;
  }
}
@media (max-width: 769px) {
  .news__item-descr p:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .documents__inner {
    margin-bottom: 32px;
  }
}
@media (max-width: 769px) {
  .container-h1 h1 {
    margin-top: 110px;
  }
}
@media (max-width: 769px) {
  .documents ul {
    gap: 10px;
  }
  .documents ul li {
    padding: 20px;
    min-height: 106px;
  }
}
@media (max-width: 769px) {
  .services__wrapper {
    gap: 16px;
  }
}
@media (max-width: 769px) {
  .structure .title-inner {
    margin-bottom: 32px;
  }
}
@media (max-width: 769px) {
  .services__text-big {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 769px) {
  .services__wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(6)::before {
    top: -4px;
  }
}
@media (max-width: 769px) {
    .advantages__item:nth-child(3)::after,
    .advantages__item:nth-child(3)::before  {
      display: none;
    }
  .advantages__item:nth-child(2)::before {
    position: absolute;
    content: "";
    right: -15px;
    bottom: -18px;
    border-radius: 20px;
    display: block;
    background: var(--dark);
    z-index: 1;
    height: calc(100% - 47px);
    width: 40px;   
  }

  .advantages__item:nth-child(2)::after {
    position: absolute;
    content: "";
    right: -25px;
    bottom: -20px;
    border-radius: 20px;
    display: block;
    border: 2px solid #393d3f;
    z-index: -1;
    height: calc(100% - 47px);
    width: 40px;
  }
}
@media (max-width: 769px) {
  .advantages.active .advantages__item:nth-child(3) p {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(4) {
    border-bottom: 2px solid #393d3f;
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(1) {
    order: 0;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(3) {
    order: 3;
    width: calc(100% - 20px);
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(4) {
    order: 2;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(5) {
    order: 4;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(6) {
    order: 5;
    width: calc(100% - 20px);
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(3),
  .advantages__item:nth-child(4) {
    min-height: 200px;
    border-bottom: none;
  }
  .advantages__item:nth-child(3) .advantages__item-line,
  .advantages__item:nth-child(4) .advantages__item-line {
    margin-top: -1px;
    order: -1;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(5) {
    width: calc(100% - 20px);
    margin-left: auto;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(5) .advantages__item-line,
  .advantages__item:nth-child(6) .advantages__item-line {
    order: -1;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(4)::after {
    right: auto;
    bottom: auto;
    top: 2px;
    left: -20px;
    border-radius: 20px;
    border: 2px solid #393d3f;
    height: calc(100% + 15px);
    width: 40px;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(4)::before {
    right: auto;
    bottom: auto;
    top: 4px;
    left: -8px;
    border-radius: 20px;
    z-index: 0;
    height: calc(100% + 15px);
    width: 40px;
  }
}
@media (max-width: 769px) {
  .advantages.active .advantages__item:nth-child(4) {
    width: calc(100% - 20px);
    margin-left: auto;
  }
  .advantages.active .advantages__item:nth-child(4) p {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(1)::before {
    display: none;
  }
}
@media (max-width: 769px) {
  .advantages__item:nth-child(2) {
    position: relative;
    z-index: 2;
    border-bottom: none;
    width: calc(100% - 30px);
  }
}
@media (max-width: 769px) {
  .advantages__item-line::before {
    min-width: 10px;
    height: 10px;
  }
}
@media (max-width: 769px) {
  .advantages__item-line::after {
    height: 2px;
    border-top: 2px solid #393d3f;
  }
}
@media (max-width: 769px) {
  .advantages__items {
    gap: 16px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 769px) {
  .advantages__item {
    min-height: 197px;
  }
}
@media (max-width: 769px) {
  .advantages__item span {
    font-size: 40px;
  }
}
@media (max-width: 769px) {
  .advantages__item {
    gap: 20px;
  }
}
@media (max-width: 769px) {
  .functions__item {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 769px) {
  .functions__item img {
    width: 48px;
    height: 48px;
    margin-bottom: 72px;
  }
}
@media (max-width: 769px) {
  .system__list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .description ul {
    gap: 10px;
  }
}
@media (max-width: 769px) {
  .description__wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .article__slides,
  .project__slides,
  .description__slides {
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .description .subtitle {
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .cards {
    gap: 16px;
  }
}
@media (max-width: 769px) {
  .slider-cards .swiper-buttons {
    display: none;
  }
}
@media (max-width: 769px) {
  .slider-cards__wrapper {
    position: relative;
  }
}
@media (max-width: 769px) {
  .slider-cards .more {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .products .swiper-pagination-bullet {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .product__text-big {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 769px) {
  .card p {
    padding: 24px;
  }
}
@media (max-width: 769px) {
  .card {
    height: 600px;
  }
}
@media (max-width: 769px) and (max-width: 1920px) {
  .card {
    height: calc(
            256px + 344 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 769px) {
  .card__arrow {
    width: 40px;
    height: 40px;
    bottom: 50px;
  }
}
@media (max-width: 769px) {
  .controls {
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .controls__btn {
    padding: 14px 24px;
  }
}
@media (max-width: 769px) {
  .card__arrow::before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 769px) {
  .footer__copyright {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 769px) {
  .footer__contacts ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 769px) {
  .footer__contacts {
    padding-bottom: 26px;
  }
}
@media (max-width: 769px) {
  .footer {
    padding: 20px 0 28px;
  }
}
@media (max-width: 769px) {
  .application__wrapper::before {
    width: 337%;
    background-position: right;
    right: -73px;
    height: 44%;
    bottom: -1%;
  }
}
@media (max-width: 769px) {
  .application .title-inner {
    margin-bottom: 32px;
  }
}
@media (max-width: 769px) {
  .form__input {
    padding: 17px 20px;
  }
}
@media (max-width: 769px) {
  .form__content label {
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .partners .swiper-slide {
    padding: 16px;
  }
}
@media (max-width: 769px) {
    .partners .swiper:not(:last-child)  {
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .about .subtitle {
    margin-bottom: 16px;
  }
}
 
@media (max-width: 769px) {
    .geography   { 
        height: calc(940px + 150*((100vw - 320px) / 1600));
}
  .geography__wrapper {
    gap: 0;
  }
}
@media (max-width: 769px) {
  .item__descr::after {
    min-width: 57px !important;
    width: 57px !important;
    height: 18px !important;
  }
}

@media (max-width: 769px) {
  .item__date {
    padding: 16px;
  }
}
@media (max-width: 769px) {
  .item__descr {
    padding: 0px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 32px;
  }
}
@media (max-width: 769px) {
  .item__descr p {
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .services-section__item-inner .more {
    margin-bottom: 32px;
  }
}
@media (max-width: 769px) {
  .services-section__item-inner p {
    margin-bottom: 24px;
  }
}
@media (max-width: 769px) {
  .services-section__tabs-btn {
    padding: 14px 24px;
  }
}
@media (max-width: 769px) {
  .services-section__tabs-btns {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .product-section__item-inner {
    display: flex;
    flex-direction: column-reverse;
    margin-top: auto;
  }
}
@media (max-width: 769px) {
  .product-section__item-inner ul {
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .product-section__item-inner ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .product-section__item-inner ul li {
    padding-bottom: 0;
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
 
@media (max-width: 769px) {
  .product-section__item-inner ul li::after {
    position: static;
    display: block;
    min-width: 8px;
    width: 8px;
    height: 8px;
    margin-top: 6px;
  }
}
@media (max-width: 769px) {
  .product-section__item-inner ul li::before {
    display: none;
  }
}
@media (max-width: 769px) {
  .product-section__tabs-btn {
    padding: 14px 24px;
  }
}
@media (max-width: 769px) {
  .product-section__tabs-btns {
    margin-bottom: 14px;
  }
}
@media (max-width: 769px) {
  .slider-cards .more,
  .title-inner .more {
    color: transparent;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 0;
  }
  .slider-cards .more::after,
  .title-inner .more::after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
}
@media (max-width: 769px) {
  .slider-cards .more {
    position: absolute;
  }
}
 
@media (max-width: 769px) {
  .about__advantages ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .about__advantages ul li {
    padding: 40px 40px 20px;
  }
}
@media (max-width: 769px) {
  .about__inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .about {
    padding-top: 60px;
  }
}
@media (max-width: 769px) {
  .about.about-page .about__inner .more {
margin-bottom: 0;
  }
}
 
 
 
@media (max-width: 769px) {
  .video__play {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 769px) {
  .title-inner {
    padding-bottom: 12px;
  }
}
@media (max-width: 769px) {
  .main__wrapper h1,
  .main__wrapper h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .main__wrapper p {
    margin-bottom: 32px;
  }
}
@media (max-width: 769px) {
  .btn {
    padding: 14px 30px;
  }
}
@media (max-width: 769px) {
  .swiper-pagination-bullet {
    height: 2px;
  }
}
@media (max-width: 769px) {
  .main .swiper-pagination {
    bottom: 40px;
  }
}
@media (max-width: 769px) {
  .main__wrapper {
    padding: 189px 0 115px;
  }
}
@media (max-width: 769px) {
  .more::after {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 769px) {
  .geography__text {
    padding-bottom: 16px;
  }
}
@media (max-width: 769px) {
  .geography__text::before {
    height: 4px;
  }
}
@media (max-width: 600px) {
    .main .swiper-slide  iframe{       
        width: 250%;
    }
  .project ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .article__info {
    width: 100%;
  }
  .article__info p {
    width: 100%;
    white-space: nowrap;
  }
  .project-slider__wrapper img {
    height: 900px;
  }
}
@media (max-width: 600px) and (max-width: 1920px) {
  .project-slider__wrapper img {
    height: calc(
            120px + 780 *
                ((100vw - 320px) / 1600)
        );
  }
}
@media (max-width: 600px) {
  .about__group-lines {
    /* right: -47%; */
  }
}
@media (max-width: 600px) {
  .documents ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 600px) {
    .projects-card__img {
        height: 194px;
   
    }
    .projects-card__inner p:nth-child(2) {
        min-height: 40px;
    }
  .include__wrapper ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .description ul li {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 500px) {

    .advantages__item p {
        hyphens: auto;
      }
    .main .swiper-slide  iframe{       
        width: 300%;
    }
}
@media (max-width: 450px) {
    .advantages__item:nth-child(3) {       
        width: calc(100% - 35px);
    }
    .advantages__item:nth-child(2)::before {
        right: -5px;
      }
    
      .advantages__item:nth-child(2)::after {
        right: -15px;
      }
  .about__group-inner {
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
  }
  .about__group-lines {
    /* right: -47%; */
  }
  .vacancy__btn,
  .description__btn,
  .services__btn {
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: 100%;
  }
  .main-pages .main__wrapper {
    padding-top: 20%;
  }
  .projects .geography {
    margin-bottom: -30px;
}
  .geography__svg {
    top: 47%;
  }
  .main__btn {
    width: 100%;
  }
}
@media (max-width: 400px) {
    .main .swiper-slide  iframe{       
        width: 350%;
    }
}
@media (max-width: 374px) {
    .main .swiper-slide  iframe{       
        width: 400%;
    }
  .advantages__item p {
    font-size: 13px;
  }
}
/* End */


/* Start:/local/templates/main/components/niges/cookiesaccept/.default/style.css?17489457052612*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */
/* /local/templates/main/css/style.css?1752847179173431 */
/* /local/templates/main/components/niges/cookiesaccept/.default/style.css?17489457052612 */
