

/* Start:/bitrix/templates/main/css/style.css?172165843325936*/
:root {
  --white: #ffffff;
  --dark: #03252e;
  --green: #67deb6;
  --light-blue: #effaff;
  --light-green: #f0fcf8;
  --muted: #b6bac6;
}

::selection {
  color: var(--white);
  background: var(--dark);
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/main/css/../font/Gilroy-Extrabold.eot);
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
    url(/bitrix/templates/main/css/../font/Gilroy-Extrabold.eot?#iefix) format('embedded-opentype'),
    url(/bitrix/templates/main/css/../font/Gilroy-Extrabold.woff2) format('woff2'),
    url(/bitrix/templates/main/css/../font/Gilroy-Extrabold.woff) format('woff'),
    url(/bitrix/templates/main/css/../font/Gilroy-Extrabold.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/main/css/../font/Gilroy-Bold.eot);
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url(/bitrix/templates/main/css/../font/Gilroy-Bold.eot?#iefix) format('embedded-opentype'),
    url(/bitrix/templates/main/css/../font/Gilroy-Bold.woff2) format('woff2'), url(/bitrix/templates/main/css/../font/Gilroy-Bold.woff) format('woff'),
    url(/bitrix/templates/main/css/../font/Gilroy-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/main/css/../font/Gilroy-Semibold.eot);
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
    url(/bitrix/templates/main/css/../font/Gilroy-Semibold.eot?#iefix) format('embedded-opentype'),
    url(/bitrix/templates/main/css/../font/Gilroy-Semibold.woff2) format('woff2'),
    url(/bitrix/templates/main/css/../font/Gilroy-Semibold.woff) format('woff'),
    url(/bitrix/templates/main/css/../font/Gilroy-Semibold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/main/css/../font/Gilroy-Medium.eot);
  src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url(/bitrix/templates/main/css/../font/Gilroy-Medium.eot?#iefix) format('embedded-opentype'),
    url(/bitrix/templates/main/css/../font/Gilroy-Medium.woff2) format('woff2'), url(/bitrix/templates/main/css/../font/Gilroy-Medium.woff) format('woff'),
    url(/bitrix/templates/main/css/../font/Gilroy-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(/bitrix/templates/main/css/../font/Gilroy-Light.eot);
  src: local('Gilroy Light'), local('Gilroy-Light'),
    url(/bitrix/templates/main/css/../font/Gilroy-Light.eot?#iefix) format('embedded-opentype'),
    url(/bitrix/templates/main/css/../font/Gilroy-Light.woff2) format('woff2'), url(/bitrix/templates/main/css/../font/Gilroy-Light.woff) format('woff'),
    url(/bitrix/templates/main/css/../font/Gilroy-Light.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.nav {
  background: var(--white);
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.nav-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}

.link {
  font-size: 1.9rem;
  line-height: 1.34;
  font-weight: var(--fw-bold);
  cursor: pointer;
  padding-right: 2rem;
  position: relative;
  display: inline-block;
  background: linear-gradient(var(--dark), var(--dark)) 0 110% no-repeat;
  background-size: 0 0.4rem;
  transition: background 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}

.link:before,
.link:after {
  position: absolute;
  content: '';
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.6907 2.72011L0.910816 10.5L0 9.57021L7.77989 1.8093L7.70399 1.7334H4.97154V0.5H9.69639L10 0.803606V5.52846H8.74763V2.77704L8.6907 2.72011Z' fill='%23323437'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  right: 0.1rem;
  top: 0.4rem;
}

@media (min-width: 768px) {

  .link:before,
  .link:after {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.7rem;
  }
}

.link--light {
  background: linear-gradient(var(--white), var(--white)) 0 110% no-repeat;
  background-size: 0 0.4rem;
}

.link--light:before,
.link--light:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.6907 2.72011L0.910816 10.5L0 9.57021L7.77989 1.8093L7.70399 1.7334H4.97154V0.5H9.69639L10 0.803606V5.52846H8.74763V2.77704L8.6907 2.72011Z' fill='white'/%3E%3C/svg%3E");
}

.link--disabled {
  color: var(--muted);
  background: linear-gradient(var(--muted), var(--muted)) 0 110% no-repeat;
  background-size: 0 0.4rem;
}

.link--disabled:before,
.link--disabled:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M8.6907 2.72011L0.910816 10.5L0 9.57021L7.77989 1.8093L7.70399 1.7334H4.97154V0.5H9.69639L10 0.803606V5.52846H8.74763V2.77704L8.6907 2.72011Z' fill='%23B6BAC6'/%3E%3C/svg%3E");
}

.link:before {
  background-position-y: 1.3rem;
  background-position-x: -1.2rem;
}

@media (hover: hover) {
  .link:hover {
    /* background-size: 100% .4rem; */
  }

  .link:hover:before {
    background-position-y: 0;
    background-position-x: 0;
  }

  .link:hover:after {
    background-position-y: -1.3rem;
    background-position-x: 1.2rem;
  }
}

.link-btn-text {
  position: relative;
  white-space: nowrap;
}

.link-btn-text::after {
  content: '';
  display: block;
  width: 5%;
  height: 4px;
  z-index: 1;
  background-color: #323437;
  transition: 0.4s linear;
  opacity: 0;
}

.nav-link-cont {
  display: flex;
  gap: 2px;
  flex-direction: column;
}

.nav-link-cont a {
  display: flex;
  align-items: center;
}

.nav-link-cont::after {
  content: '';
  display: block;
  width: 5%;
  height: 4px;
  z-index: 1;
  background-color: #323437;
  transition: 0.3s linear;
  opacity: 0;
}

.nav-link:hover .nav-link-cont::after {
  width: 100%;
  opacity: 1;
}

.nav-links {
  display: flex;
  gap: 56px;
}

.nav-links.active {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 2rem;
  opacity: 1;
  transition: all 0.5s linear;
  visibility: visible;
}

.nav-toggle {
  padding: 15px 0;
  width: 30px;
  font-size: 0;
  color: transparent;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}

.nav-toggle:focus {
  outline: 0;
}

.nav-toggle__item {
  display: block;
  width: 0px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  margin: auto;
}

.nav-toggle.active:hover {
  transform: rotate(90deg);
}

.nav-toggle__item.active {
  height: 4px;
}

.nav-toggle__item:before,
.nav-toggle__item:after {
  content: '';
  width: 24px;
  height: 8px;
  background-color: #0e7a83;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform 0.4s linear;
}

.nav-toggle__item:before {
  top: -4px;
}

.nav-toggle__item:after {
  bottom: -4px;
}

.nav-toggle.active .nav-toggle__item:before {
  transform-origin: left top;
  transform: rotate(45deg) translateX(-8px);
}

.nav-toggle.active .nav-toggle__item:after {
  transform-origin: left bottom;
  transform: rotate(-45deg) translateX(-8px);
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 93px;
    left: 0;
    background-color: #282828;
    width: 100%;
    z-index: 10;
    border-top: 1px solid;
    gap: 50px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: flex;
    position: absolute;
    top: 70%;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 0;
    opacity: 0;
    transition: all 0.5s linear;
    visibility: hidden;
  }
}

.nav-links div {
  display: flex;
  color: var(--dark-text);
  line-height: 1.3;
  align-items: flex-start;
  font-weight: 700;
}

@media (max-width: 768px) {
  .link {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .nav-in {
    height: 68px;
  }
}

@media (min-width: 1024px) {
  .nav-in {
    height: 76px;
  }
}

@media (max-width: 1023px) {
  .link {
    font-size: 1.2rem;
    line-height: 2.34;
    padding-right: 1.5rem;
  }

  .link::after,
  .link::before {
    width: 0.8rem;
    height: 0.8rem;
    top: 1rem;
  }
}

.nav-logo {
  width: 90px;
}

.nav-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (min-width: 768px) {
  .nav-logo {
    width: 100px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  --size: 3.125;
  font-size: calc(1vw * var(--size));
}

@media (min-width: 768px) {
  html {
    --size: 1.3021;
  }
}

@media (min-width: 1024px) {
  html {
    --size: 0.52;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  background: var(--white);
  font-family: Gilroy, sans-serif;
  color: var(--dark);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  outline: 0;
  border: 0;
}

ul {
  list-style: none;
}

.section {
  margin-bottom: 4.5rem;
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 36px;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.container-full {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .container-full {
    margin: 0;
  }
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-direction: column;
}

.mobile-show {
  display: none;
}

@media (max-width: 960px) {
  .desctop-show {
    display: none;
  }

  .mobile-show {
    display: grid;
  }

  .container {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .desctop-show {
    display: none;
  }

  .mobile-show {
    display: grid;
  }

  .container {
    padding: 0 16px;
  }
}

.paragraph {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -1px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .paragraph {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .paragraph {
    font-size: 2.6rem;
    padding-top: 16px;
    font-weight: 600;
  }
}

.title {
  font-size: 3.5rem;
  letter-spacing: -1.1px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .title {
    font-size: 7rem;
  }
}

@media (min-width: 1024px) {
  .title {
    font-size: 12rem;
  }
}

.subtitle {
  text-transform: uppercase;
  width: max-content;
  letter-spacing: -0.13px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #323437;
  border-radius: 25px;
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 10px;
  }
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 11px;
    padding: 4px 15px;
  }
}

@media (min-width: 1024px) {
  .subtitle {
    display: flex;
    font-size: 10px;
    padding: 4px 15px;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .subtitle {
    font-size: 12px;
  }
}

.text {
  line-height: 1.15;
  font-size: 1.3rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .text {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.text-underline {
  text-decoration: underline;
}

.header {
  position: relative;
}

.header-links.grid.mobile-show {
  gap: 12px;
}



@media (min-width: 767px) {
  .header-in {
    padding: 7.7rem 3.2rem 7.1rem;
  }
}

@media (min-width: 1024px) {
  .header-in {
    padding: 20rem 4.6rem 20rem;
  }
}

@media (max-width: 768px) {
  .text-underline {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .header-in {
    padding: 7.7rem 3.2rem 13rem;
  }
}

@media (max-width: 600px) {
  .header-in {
    padding: 12rem 1.6rem 15rem;
    position: relative;
    overflow: hidden;
  }

  .header-in.open {
    padding: 15rem 1.6rem 12rem;
  }
}

@media (max-width: 540px) {
  .header-in.open {
    padding: 15rem 1.6rem 13rem;
  }
}

@media (max-width: 500px) {
  .header-in.open {
    padding: 15rem 1.6rem 13rem;
  }
}

@media (max-width: 400px) {
  .header-in.open {
    padding: 15rem 1.6rem 14rem;
  }
}

@media (max-width: 375px) {
  .header-in.open {
    padding: 15rem 1.6rem 14rem;
  }
}

@media (max-width: 320px) {
  .header-in.open {
    padding: 15rem 1.6rem 14rem;
  }
}

@media (max-width: 480px) {
  .link-btn {
    font-size: 1rem;
  }
}

.header-content {
  grid-row-gap: 3.6rem;
  margin-bottom: 5rem;
  gap: 24px;
}

@media (min-width: 1024px) {
  .header-content {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15rem;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .header-links {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}

@media (min-width: 768px) {
  .header-links {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

@media (max-width: 1024px) {
  .link-btn-text {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .link-btn-text {
    font-size: 1rem;
  }
}



.header-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  left: 0;
  top: 0;
  z-index: -1;
}

.accordion_item {
  position: relative;
}

.mobile-show .accordion_item:first-child {
  padding-right: 0;
}

.mobile-show .accordion_item:last-child {
  padding-left: 0;
}

.accordion_item .accordion_content {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 0px;
  padding: 0px 10px 10px 10px;

  background-color: #fff;
  transition: 0s linear;
}

.desctop-show {
  height: 85px;
}

.desctop-show.active {
  height: 380px;
}

.accordion_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion_item.active .accordion_content {
  display: block;
  opacity: 1;
  max-height: 350px;

  transition: 0.4s linear;
}

@media (hover: hover) {
  .accordion_item.active:hover .link-btn-text::after {
    width: 100%;
    opacity: 1;
  }
}

@media (hover: none) {
  .accordion_item.active:hover .link-btn-text::after {
    width: 100%;
    opacity: 1;
    height: 2px;
  }
}

@media (max-width: 960px) {
  .accordion_item.active .accordion_content {
    display: block;
    opacity: 1;
    max-height: 183px;
    visibility: visible;
  }

  .mobile-show.active {
    height: 260px;
  }

  .mobile-show {
    height: 85px;
  }
}

@media (max-width: 768px) {
  .accordion_item .accordion_content {
    visibility: hidden;
  }

  .mobile-show {
    height: 85px;
  }

  .mobile-show.active {
    height: 265px;
    gap: 15px;
  }

  .accordion_item.active .accordion_content {
    display: block;
    opacity: 1;
    max-height: 183px;
    visibility: visible;
  }

  .accordion_item.active .link-btn-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    z-index: 1;
    background-color: #323437;
    transition: 0.4s linear;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .mobile-show {
    height: 300px;
  }

  .mobile-show.active {
    height: 485px;
  }
}

@media (max-width: 600px) {
  .mobile-show {
    height: 230px;
  }

  .mobile-show.active {
    height: 410px;
  }
}

@media (max-width: 540px) {
  .mobile-show {
    height: 205px;
    gap: 10px;
  }

  .mobile-show.active {
    height: 380px;
  }
}

@media (max-width: 540px) {
  .mobile-show {
    height: 185px;
  }

  .mobile-show.active {
    height: 360px;
  }
}

@media (max-width: 420px) {
  .mobile-show {
    height: 175px;
  }

  .mobile-show.active {
    height: 355px;
  }
}

@media (max-width: 400px) {
  .mobile-show {
    height: 165px;
  }

  .mobile-show.active {
    height: 345px;
  }
}

@media (max-width: 375px) {
  .mobile-show {
    height: 155px;
  }

  .mobile-show.active {
    height: 335px;
  }

  @media (max-width: 320px) {
    .mobile-show {
      height: 135px;
    }

    .mobile-show.active {
      height: 310px;
    }
  }
}

.link-btn {
  height: 100%;
  background: #fff;
  color: var(--dark-text);
  display: flex;
  align-items: center;
  transition: 0.3s background ease;
  position: relative;
  font-weight: 700;
  padding: 1.8rem 1.8rem 1.6rem 1.5rem;
  font-size: 1rem;
}

.link-btn-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.link-btn-in>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-links.grid.mobile-show .accordion_item:hover .link-btn-icon {
  position: relative;
  animation-name: mobile-accordion;
  animation-duration: 0.5s;
}

@keyframes mobile-accordion {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-17px, 19px, 0px);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (hover: hover) {
  .header-links.grid.mobile-show .accordion_item:hover .link-btn-icon {
    position: relative;
    animation-name: mobile-accordion;
    animation-duration: 0.5s;
  }

  @keyframes mobile-accordion {
    0% {
      transform: translate3d(0, 0, 0);
    }

    50% {
      transform: translate3d(-17px, 19px, 0px);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}

@media (hover: none) {
  .header-links.grid.mobile-show .accordion_item:hover .link-btn-icon {
    position: relative;
    animation-name: mobile-accordion;
    animation-duration: 0.5s;
  }

  @keyframes mobile-accordion {
    0% {
      transform: translate3d(0, 0, 0);
    }

    50% {
      transform: translate3d(-17px, 19px, 0px);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}

@media (max-width: 768px) {
  .header-links.grid.mobile-show .accordion_item:hover .link-btn-icon {
    animation-name: mobile-accordion-landscape;
  }

  @keyframes mobile-accordion-landscape {
    0% {
      transform: translate3d(0, 0, 0);
    }

    50% {
      transform: translate3d(-12px, 10px, 0px);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}

@media (max-width: 480px) {
  .header-links.grid.mobile-show .accordion_item:hover .link-btn-icon {
    animation-name: mobile-accordion-landscape;
  }

  @keyframes mobile-accordion-landscape {
    0% {
      transform: translate3d(0, 0, 0);
    }

    50% {
      transform: translate3d(-9px, 12px, 0px);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}

@media (max-width: 380px) {
  .header-links.grid.mobile-show .accordion_item:hover .link-btn-icon {
    animation-name: mobile-accordion-phone;
  }

  @keyframes mobile-accordion-phone {
    0% {
      transform: translate3d(0, 0, 0);
    }

    50% {
      transform: translate3d(-9px, 10px, 0px);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}


.header-links.grid.desctop-show .accordion_item:hover .link-btn-icon {
  position: relative;
  animation-name: desctop-accordion;
  animation-duration: 0.5s;
}

@keyframes desctop-accordion {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-13px, 14px, 0px);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.link-btn-icon {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  margin-left: 5px;
}

.link-btn-icon>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (min-width: 768px) {
  .link-btn-icon {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .header-banner {
    object-fit: cover;
  }

  .link-btn-icon {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 600px) {
  .link-btn-icon {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 400px) {
  .link-btn-icon {
    width: 9px;
    height: 9px;
  }
}

@media (min-width: 1280px) {
  .link-btn-icon {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 768px) {
  .link-btn {
    padding: 1.8rem 1.8rem 1.6rem 1.5rem;
  }
}

@media (min-width: 1024px) {
  .link-btn {
    padding: 3.4rem 5rem;
    font-size: 1.8rem;
  }
}

.cards-items {
  grid-gap: 1rem;
}

@media (min-width: 768px) {
  .cards-items {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .cards-items {
    grid-gap: 0.8rem;
    grid-template-columns: repeat(5, 1fr);
  }
}

.card {
  background: var(--light-blue);
  padding: 2rem;
}

@media (min-width: 768px) {
  .card {
    padding: 4rem 3.2rem;
  }
}

@media (min-width: 1024px) {
  .card {
    padding: 7rem 3.2rem;
  }
}

.card-title {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .card-title {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 768px) {
  .about-in {
    grid-template-columns: 1fr 1fr;
  }
}

.about-banner {
  height: 27.5rem;
}

.about-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 765px) {
  .about-banner {
    padding-bottom: 3.2rem;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .about-banner {
    height: 100%;
  }
}

.about-info {
  padding: 5rem 1.6rem 9rem;
  background: var(--light-green);
}

.about-info-content {
  grid-gap: 2.5rem;
}

@media (min-width: 768px) {
  .about-info-content {
    grid-gap: 3.5rem;
  }
}

.about-info-body {
  grid-gap: 4rem;
}

@media (min-width: 768px) {
  .about-info-body {
    grid-gap: 3.5rem;
  }
}

@media (max-width: 786px) {
  .butToUp.show {
    right: 22px;
  }
}

@media (min-width: 1024px) {
  .about-info-body {
    display: flex;
    flex-direction: column;
    gap: 7.2rem;
  }

  .butToUp.show {
    right: 15px;
  }
}

@media (min-width: 768px) {
  .about-info {
    padding: 8.5rem 2.4rem 9rem;
  }
}

@media (min-width: 1024px) {
  .about-info {
    padding: 15.5rem 20rem 15.5rem 18rem;
  }
}

.footer-in {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.4rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 4.8rem;
}

@media (min-width: 768px) {
  .footer-in {
    grid-template-columns: repeat(3, auto);
    padding: 2.4rem 0 7.2rem;
    align-items: center;
  }
}

.footer a {
  font-weight: 500;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .footer a {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .footer a {
    font-size: 1.8rem;
  }
}

.footer-logo {
  width: 96px;
  display: block;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-social {
  display: flex;
  align-items: center;
}

.footer-social li+li {
  margin-left: 2.8rem;
}

.footer-icon {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  display: block;
}

.footer-icon.butFooter {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.butFooter.bottom {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.footer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .footer .driver:before {
    width: 100%;
  }
}

.driver {
  position: absolute;
  border-top: 1px solid var(--muted);
  display: block;
  width: 100%;
  left: 0;
}

.driver:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: var(--dark);
  height: 6px;
  width: 0;
}

@media (max-width: 768px) {
  .driver:before {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .driver:before {
    height: 0.5rem;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .driver:before {
    height: 0.8rem;
  }
}

.driver--right:before {
  right: auto;
  left: 0;
  width: 25%;
}

.driver-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  height: 4rem;
}

@media (min-width: 768px) {
  .driver-container {
    height: 5.6rem;
  }
}

@media (max-width: 767px) {
  .driver--mobile:before {
    width: 100%;
  }
}

.run-line {
  height: 60px;
  position: absolute;
  bottom: 36px;
  left: 0;
  align-items: center;
  flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.5);
}

.run-line:before {
  top: 0;
}

@media (min-width: 1024px) {
  .run-line {
    height: 6rem;
  }
}

@media (max-width: 767px) {
  .run-line {
    margin-top: 115px;
    bottom: auto;
  }
}


@media (max-width: 480px) {
  .run-line {
    margin-top: 90px;
    bottom: auto;
  }
}


.run-line {
  display: flex;
  width: 100%;
  height: 4.25rem;
  align-items: center;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.run-line::after {
  content: '';
  border: 1px solid;
  width: 100%;
  position: absolute;
  top: 6px;
  color: rgba(182, 186, 198, 0.5);
}

.run-line::before {
  content: '';
  border: 1px solid;
  width: 100%;
  position: absolute;
  bottom: 6px;
  color: rgba(182, 186, 198, 0.5);
}

@media (min-width: 1024px) {
  .run-line {
    height: 7rem;
  }
}

.run-line-in-first {
  white-space: nowrap;
  animation: 20s linear 0s infinite running ticker-transform-first;
}

.run-line-in-second {
  white-space: nowrap;
  animation: 20s linear 0s infinite running ticker-transform-second;
}

.run-line-in a {
  position: relative;
  font-size: var(--fs-sm);
  text-transform: uppercase;
  margin: 0 1.6rem;
  padding: 0 1.2rem;
  height: 2rem;
  line-height: 1.6;
}

.run-line-in-text-item {
  padding-left: 70px;
  font-size: 2.5rem;
  font-weight: 600;
}

.run-line-in-text-item::after {
  content: '';
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #323437;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
  margin-right: 30px;
}

@keyframes ticker-transform-first {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker-transform-second {
  0% {
    transform: translateZ(0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 1023px) {
  .run-line-in-first {
    white-space: nowrap;
    animation: 25s linear 0s infinite running ticker-transform-first;
  }

  .run-line-in-second {
    white-space: nowrap;
    animation: 25s linear 0s infinite running ticker-transform-second;
  }

  .run-line-in-text-item {
    font-size: 1.2rem;
  }

  .run-line-in-text-item::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
/* End */


/* Start:/bitrix/templates/main/css/custom.css?177444867411056*/
:root {
  --dark: #323437;
  --secondary: #55575a;
  --muted: #b6bac6;
  --white: #ffffff;
  --success: #f4f7f5;
  --info: #f6f5fe;
  --warning: #fef9ec;
  --danger: #d12929;
  --fs-sm: 2.2rem;
  --fs-lg: 2.4rem;
  --fs-xxl: 3.4rem;
  --fs-xxxl: 4.2rem;
  --fw-extra-light: 300;
  --fw-light: 400;
  --fw-regular: 600;
  --fw-bold: 700;
  --m-sm: 2.2rem;
  --m-md: 2.4rem;
  --m-lg: 3.2rem;
  --m-xl: 4.8rem;
  --nav-height: 90;
}

@media (min-width: 768px) {
  :root {
    --fs-sm: 2rem;
    --fs-md: 2.2rem;
    --fs-lg: 2.9rem;
    --fs-xl: 3.4rem;
    --fs-xxl: 7.4rem;
    --fs-xxxl: 10.6rem;
    --nav-height: 115;
  }
}

.butToUp {
  position: fixed;
  bottom: 12%;
  right: 20px;
  height: 9.8rem;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  user-select: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.butToUp.show {
  opacity: 1;
  pointer-events: all;
}
.butToUp a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 36px;
}
.butToUp .img {
  width: 2.6rem;
  height: 2.6rem;
}
.butToUp .img svg {
  width: 100%;
}
.butToUp .text {
  font-size: 19px;
  font-weight: 600;
  color: #323437;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -0.3rem;
}
.butToUp .text-white {
  color: white;
}
.butToUp .mobile {
  display: none;
}
@media (max-width: 1040px) {
  .butToUp {
    bottom: 15%;
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .butToUp .mobile {
    display: block;
    margin-right: -6px;
  }
  .butToUp .desctop {
    display: none;
  }
}
@media (max-width: 600px) {
  .butToUp .img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .butToUp {
    bottom: 3rem;
    height: 2.8rem;
  }
}

.pageNotFound {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 3rem;
}

.button {
  color: var(--white);
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  background: var(--dark);
  transition: 0.3s transform ease;
  font-size: var(--fs-md);
}

.partners-form .g-recaptcha {
  margin: 20px 0;
}

.button:active {
  transform: translateY(-2px);
}

.margin-x-auto {
  margin: 0 auto;
}

.margin-bottom-small {
  margin-bottom: var(--m-sm);
}

.margin-bottom-medium {
  margin-bottom: var(--m-md);
}

.margin-bottom-large {
  margin-bottom: var(--m-lg);
}

.margin-bottom-extra {
  margin-bottom: var(--m-xl);
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.8rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .form-layout {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.2rem;
  }

  .form-layout-full {
    grid-column-end: span 2;
  }
}
@media (max-width: 768px) {
  .form-layout {
    grid-gap: 1.3rem;
  }
}

.form-control,
.form-label,
.form-invalid-feedback {
  font-size: var(--fs-sm);
  line-height: 1.3;
  font-weight: var(--fw-light);
}

@media (min-width: 1024px) {
  .form-control,
  .form-label,
  .form-invalid-feedback {
    font-size: var(--fs-md);
  }
}

.form-file {
  background-color: #b6bac666;
}

.form-file:before {
  content: "";
  background-image: url(/bitrix/templates/main/css/../images/icons/camera.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 2rem;
  position: absolute;
  right: 2.7rem;
  top: 0;
  height: 100%;
  width: 2rem;
}

.form-control {
  background: #f0f1f4;
  outline: 0;
  resize: none;
  display: block;
}

.form-control::placeholder {
  color: transparent;
}

.form-control:hover {
  border-color: var(--muted);
}

.form-control:focus,
.form-control:not(:placeholder-shown) {
  border-color: var(--secondary);
}

.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown) ~ .form-label {
  transform: scale(0.9) translateY(-1.75rem) translate(0.25rem);
}

.form-control,
.form-file {
  min-height: 5.6rem;
  border-radius: 4px;
  padding: 1.8rem 1.6rem 1.7rem;
  font-family: inherit;
  color: inherit;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.3s all ease;
  display: block;
}

@media (min-width: 768px) {
  .form-control,
  .form-file {
    font-size: 1.1rem;
    min-height: 7.2rem;
    padding: 3rem 2.7rem 1rem;
  }
}

.form-control--invalid,
.form-file--invalid {
  border-color: var(--danger) !important;
  color: var(--danger);
}

.form-floating {
  position: relative;
}

.form-invalid-feedback {
  color: var(--danger);
  font-weight: var(--fw-extra-light);
  margin-top: 0.6rem;
}

.form-label {
  color: var(--secondary);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 1.8rem 1.6rem 1.7rem;
  line-height: 1.75;
  pointer-events: none;
  transform-origin: left;
  transition: 0.2s transform ease;
}

@media (min-width: 1024px) {
  .form-label {
    line-height: 1.4;
    padding: 2.7rem 2.7rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .form-label {
    font-size: 1.1rem;
    padding: 0rem 0.6rem 0.7rem;
  }
}

@media (min-width: 768px) {
  .form-bottom {
    display: flex;
    align-items: center;
  }

  .form-bottom > * + * {
    margin-left: 2.4rem;
  }
}
@media (max-width: 768px) {
  .form-bottom .button {
    padding: 0.2rem 1.4rem;
  }
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  font-weight: var(--fw-light);
  font-size: var(--fs-sm);
  position: relative;
  margin-top: 2.4rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .form-checkbox {
    font-size: var(--fs-md);
    margin-top: 0;
    padding-right: 0;
  }
}

.form-checkbox a {
  text-decoration: underline;
}

.form-checkbox input:checked ~ span:before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='8' height='8' transform='translate(0 0.5)' fill='%23323437'/%3E%3C/svg%3E%0A");
  background-size: 0.8rem;
  background-position: 55% center;
  background-repeat: no-repeat;
}

.form-checkbox span {
  padding-left: 2.8rem;
  display: block;
}
@media (max-width: 768px) {
  .form-checkbox span {
    padding-left: 1.8rem;
    font-size: 1.1rem;
  }
}

.form-checkbox span:before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid var(--secondary);
  left: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form-checkbox span:before {
    width: 0.8rem;
    height: 0.8rem;
    top: .2rem;
    left: .4rem;
  }
}

textarea.form-control {
  padding: 2rem 1.6rem 1.7rem;
}

@media (min-width: 1024px) {
  textarea.form-control {
    padding: 3.2rem 2.7rem 1.25rem;
  }
}
@media (max-width: 768px) {
  textarea.form-control {
  padding: 1rem 0.6rem 0.7rem;
  }
}

@keyframes ticker-transform {
  0% {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-33.33333333%, 0, 0);
  }
}

[data-filter-to][data-open="false"] {
  opacity: 0.5;
}

[data-filter-column] {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}

[data-column-open="true"] [data-filter]:before {
  animation-name: test;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

[data-filter]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  transform: scaleX(1);
  transform-origin: right;
  z-index: 10;
}

[data-filter] > *:first-child [data-filter-to] {
  border-top: 0;
}

[data-column-active="false"] {
  display: none;
}

@media (min-width: 768px) {
  [data-column-active="false"] {
    display: block;
  }
}

@media (max-width: 767px) {
  [data-filters] .meta-container {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }

  [data-filters] .meta-container > * + * {
    margin-top: var(--m-lg);
  }
}

[data-filter-back] {
  display: block;
}

@media (min-width: 768px) {
  [data-filter-back] {
    display: none;
  }
}

@keyframes test {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 100;
  display: flex;
  padding: 0.4rem;
  transition: 0.3s opacity ease;
}

@media (min-width: 768px) {
  .modal {
    padding: 2.7rem;
  }
}

.modal[data-open="false"] {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.modal-in {
  margin: auto;
  max-width: 96.6rem;
  width: 100%;
  opacity: 0;
  transform: scale(0);
}

.modal-content {
  background: var(--white);
  position: relative;
}

.modal-title {
  font-size: 3.4rem;
  font-weight: var(--fw-light);
  line-height: 1.3;
  margin-bottom: 3.8rem;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.modal-form-layout {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .modal-form-layout {
    margin-bottom: 0.4rem;
  }
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.8rem;
  height: 3.8rem;
  margin: 2rem 1.2rem;
  z-index: 2;
  transition: 0.3s transform ease;
}

@media (min-width: 768px) {
  .modal-close {
    margin: 4rem;
  }
}
@media (max-width: 768px) {
  .modal-close {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.modal-close:hover {
  transform: rotate(-90deg);
}

.modal-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal[data-open="true"] .modal-in {
  animation-name: scaleIn;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
}

.modal-content,
.modal-result {
  padding: 2.4rem 1.2rem;
}

@media (min-width: 768px) {
  .modal-content,
  .modal-result {
    padding: 4rem;
  }
}

.modal-result {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: var(--white);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.33;
  font-weight: var(--fw-regular);
  font-size: var(--fs-xl);
}

.modal-result[hidden] {
  display: none;
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  60% {
    opacity: 0.75;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.button:disabled {
  background-color: #636161;
}

.form-succses {
  display: none;
  font-size: 20px;
  margin-top: 1rem;
  color: rgb(89, 154, 86);
}
.form-error {
  display: none;
  font-size: 20px;
  margin-top: 1rem;
  color: rgb(199, 23, 23);
}

#question-button {
  position: absolute;
  right: 25%;
  top: 47%;
}

@media (max-width: 800px) {
  #question-button {
    position: relative;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .form-control,
  .form-label {
           padding: 0rem 0.6rem 0.7rem;
        font-size: 1.1rem;
  }
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?178464243437*/
#question-button {
cursor: pointer;
}
/* End */
/* /bitrix/templates/main/css/style.css?172165843325936 */
/* /bitrix/templates/main/css/custom.css?177444867411056 */
/* /bitrix/templates/main/template_styles.css?178464243437 */
