@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: local("MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-300Italic.eot");
  src: local("MuseoSansCyrl-300Italic"), url("../fonts/MuseoSansCyrl-300Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-300Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-500Italic.eot");
  src: local("MuseoSansCyrl-500Italic"), url("../fonts/MuseoSansCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-500Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: local("MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: local("MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-700Italic.eot");
  src: local("MuseoSansCyrl-700Italic"), url("../fonts/MuseoSansCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-700Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: local("MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: local("MuseoSansCyrl-100"), url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl-100Italic.eot");
  src: local("MuseoSansCyrl-100Italic"), url("../fonts/MuseoSansCyrl-100Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-100Italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans Cyrl 900";
  src: url("../fonts/MuseoSansCyrl-900Italic.eot");
  src: local("Museo Sans Cyrl 900 Italic"), local("MuseoSansCyrl-900Italic"), url("../fonts/MuseoSansCyrl-900Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-900Italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  vertical-align: baseline;
  background: none;
}

:root {
  --color-orange: #FAC194;
  --color-blue: #123974;
  --color-green: #51727F;
  --bg-green: #D3E2E9;
  --bg-green-2: #6B93A3;
  --border-green: #B1C9D3;
  --color-red: #E6274A;
}

html {
  font-family: "Museo Sans";
  font-size: 1.2vw;
  line-height: 1.2;
  color: var(--color-green);
}
@media screen and (max-width: 900px) {
  html {
    font-size: 16px;
  }
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar {
  width: 1px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-orange);
}

body {
  background: #fff;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 1rem;
}
body.no_scroll {
  overflow: hidden;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s ease all;
}

p {
  font-weight: 300;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

.bg_img img, .bg_img svg, .bg_img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

._mob_only {
  display: none;
}

@media screen and (max-width: 900px) {
  ._mob_hide {
    display: none !important;
  }

  ._mob_only {
    display: block;
  }
}
.container {
  padding: 0 3.6rem;
}
.container._small {
  padding: 0 12rem;
}
@media screen and (max-width: 900px) {
  .container {
    padding: 0 16px;
  }
  .container._small {
    padding: 0 16px;
  }
}

.section {
  padding: clamp(48px, 2.6rem, 2.6rem) 0;
}
.section_title {
  color: var(--color-green);
  font-size: clamp(20px, 1.4rem, 1.4rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.section_title._big {
  font-size: 2rem;
  font-weight: 400;
}
.section_title._center {
  text-align: center;
}
.section_title._mb {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 24px 0;
  }
  .section_title {
    font-size: 20px;
  }
  .section_title._big {
    font-size: 28px;
  }
  .section_title._mb {
    margin-bottom: 24px;
  }
}

._accent {
  color: var(--color-orange);
}

.btn {
  cursor: pointer;
  color: var(--color-green);
  background: var(--color-orange);
  border-radius: 12px;
  font-size: clamp(14px, 1rem, 1rem);
  line-height: 1;
  padding: 0.8rem 1.2rem;
  width: max-content;
  transition: 0.3s ease all;
  text-align: center;
}
@media (hover: hover) {
  .btn:hover {
    box-shadow: 0 1px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 900px) {
  .btn {
    font-size: 20px;
    padding: 16px;
  }
}

.main ul {
  list-style: none;
  padding-left: 0;
}
.main ul li {
  color: var(--color-blue);
  position: relative;
  font-weight: 300;
  padding-left: 1rem;
}
.main ul li:not(last-child) {
  margin-bottom: 0.6rem;
}
.main ul li::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--color-orange);
}
@media screen and (max-width: 900px) {
  .main ul li::before {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
}

.main {
  padding-top: 4rem;
}
@media screen and (max-width: 900px) {
  .main {
    padding-top: 56px;
  }
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: calc(50% - 1.1rem);
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  display: block;
  width: 100%;
}
.swiper-button-next svg circle,
.swiper-button-prev svg circle {
  transition: 0.3s ease all;
}

.swiper-button-prev {
  left: 2rem;
}

.swiper-button-next {
  right: 2rem;
}

@media screen and (max-width: 900px) {
  .swiper-button-next,
.swiper-button-prev {
    top: calc(50% - 14px);
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
}
.swiper-pagination-bullet {
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #51727F;
  transition: 0.3s ease all;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background: #DB9A76;
}
@media screen and (max-width: 900px) {
  .swiper-pagination {
    margin-top: 16px;
  }
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 4rem;
  background: #fff;
  transition: 0.3s ease all;
}
.header._scrolled {
  box-shadow: 0 2px 10px 2px rgba(18, 57, 116, 0.3);
}
.header_wrap {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header_menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header_menu a {
  cursor: pointer;
  color: #51727F;
  font-size: 0.9rem;
}
.header_menu a.active {
  color: var(--color-orange);
}
@media (hover: hover) {
  .header_menu a:hover {
    color: var(--color-orange);
  }
}
.header_phone {
  display: flex;
  gap: 0.5rem;
  color: #51727F;
  font-size: 0.9rem;
}
.header_phone svg {
  width: 1rem;
}
.header_phone svg path {
  fill: #51727F;
  transition: 0.3s ease all;
}
@media (hover: hover) {
  .header_phone:hover {
    color: var(--color-orange);
  }
  .header_phone:hover svg path {
    fill: var(--color-orange);
  }
}
.header .lang_wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header .lang a {
  color: var(--color-green);
  font-size: clamp(14px, 0.7rem, 0.7rem);
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
@media (hover: hover) {
  .header .lang a:hover {
    color: var(--color-orange);
  }
}
.header .mobile_menu_btn {
  display: none;
  width: 28px;
  min-width: 28px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header .mobile_menu_btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #51727F;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .mobile_menu_btn span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.header .mobile_menu_btn span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
.header .mobile_menu_btn span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
.header .mobile_menu_btn._open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}
.header .mobile_menu_btn._open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header .mobile_menu_btn._open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
@media screen and (max-width: 900px) {
  .header {
    height: 56px;
  }
  .header_wrap {
    height: 56px;
  }
  .header_logo {
    width: 115px;
  }
  .header_menu,
.header .btn {
    display: none;
  }
  .header .mobile_menu_btn {
    display: block;
  }
  .header .lang_wrap {
    gap: 36px;
  }
  .header_phone svg {
    width: 20px;
  }
  .header_phone span {
    display: none;
  }
  .header .lang a {
    font-size: 14px;
  }
}

.mobile_menu {
  display: none;
  background: rgba(211, 226, 233, 0.82);
  backdrop-filter: blur(18px);
  z-index: 99;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s ease all;
  padding: 120px 24px;
}
.mobile_menu._open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile_menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.mobile_menu ul li a {
  font-size: 24px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  text-align: center;
}
.mobile_menu .btn {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .mobile_menu {
    display: block;
  }
}

.footer {
  color: #FFF;
  background: #51727F;
  padding: 1.6rem 0;
}
.footer_wrap {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.footer_logo {
  display: block;
}
.footer_desc {
  font-size: clamp(12px, 0.7rem, 0.7rem);
  margin-top: 1.2rem;
  width: 24rem;
  max-width: 100%;
}
.footer .menu {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.footer .menu a {
  cursor: pointer;
  font-size: clamp(12px, 0.7rem, 0.7rem);
  color: #fff;
}
@media (hover: hover) {
  .footer .menu a:hover {
    color: var(--color-orange);
  }
}
.footer_bottom {
  border-top: 1px solid rgba(177, 201, 211, 0.24);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.8rem;
  margin-top: 1.2rem;
  font-size: clamp(12px, 0.7rem, 0.7rem);
}
.footer_dev a {
  cursor: pointer;
  color: #fff;
}
@media (hover: hover) {
  .footer_dev a:hover {
    color: var(--color-orange);
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 24px 0;
  }
  .footer_wrap {
    display: block;
  }
  .footer_logo {
    display: block;
  }
  .footer_desc {
    font-size: 14px;
    width: 100%;
    margin: 24px 0;
  }
  .footer .menu {
    gap: 16px 24px;
  }
  .footer .menu a {
    font-size: 14px;
  }
  .footer_bottom {
    padding-top: 16px;
    margin-top: 16px;
    font-size: 14px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  cursor: pointer;
}
.overlay._active {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  background: #FFF;
  z-index: 99;
}
.popup._active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.popup_wrap {
  position: relative;
  width: 30rem;
  max-width: 100%;
  padding: 2.4rem 4.8rem;
}
.popup_close {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  transition: 0.3s ease all;
  width: 2.2rem;
}
.popup_close svg {
  width: 100%;
  display: block;
}
@media (hover: hover) {
  .popup_close:hover {
    transform: rotate(270deg);
  }
}
.popup_title {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 900px) {
  .popup {
    width: 100%;
  }
  .popup_close {
    width: 24px;
    top: 12px;
    right: 12px;
  }
  .popup_wrap {
    width: 100%;
    max-width: unset;
    padding: 48px 16px;
  }
  .popup_title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.popup_youtube .popup_wrap {
  width: 60rem;
}
.popup_youtube .popup_wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 900px) {
  .popup_youtube .popup_wrap {
    width: 100%;
  }
}

.gfield {
  position: relative;
  margin-bottom: 0.6rem;
}
.gfield label {
  cursor: text;
  color: #51727F;
  position: absolute;
  top: 1.2rem;
  left: 1rem;
  font-size: 1.2rem;
  transition: 0.3s ease all;
  z-index: 0;
  pointer-events: none;
}
.gfield input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #51727F;
  background: #F7F8FC;
  transition: 0.3s ease all;
  font-size: clamp(16px, 1.2rem, 1.2rem);
  color: #51727F;
  padding: 1.5rem 1rem 0.5rem;
}
.gfield input::placeholder {
  opacity: 0;
}
.gfield input:focus {
  border-color: #38B6FF;
}
.gfield:has(input:focus) label, .gfield:has(input:not(:placeholder-shown)) label, .gfield._filled label {
  font-size: 0.7rem;
  top: 0.5rem;
  color: #7293A7;
}
.gfield.gfield_error input {
  border-color: var(--color-red);
}
.gfield .validation_message {
  color: var(--color-red);
  font-size: 0.7rem;
  margin-top: 4px;
}
@media screen and (max-width: 900px) {
  .gfield label {
    top: 1.1rem;
  }
}

.gform_footer input[type=submit] {
  cursor: pointer;
  color: var(--color-green);
  background: var(--color-orange);
  border-radius: 12px;
  font-size: clamp(14px, 1rem, 1rem);
  line-height: 1;
  padding: 1rem 1.2rem;
  width: max-content;
  transition: 0.3s ease all;
  text-align: center;
  width: 100%;
  font-style: normal;
  font-weight: 400;
}
@media (hover: hover) {
  .gform_footer input[type=submit]:hover {
    box-shadow: 0 1px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 900px) {
  .gform_footer input[type=submit] {
    font-size: 20px;
    padding: 16px;
  }
}

.hero {
  position: relative;
  padding: 6rem 0 3.6rem;
}
.hero_left {
  position: relative;
  z-index: 5;
}
.hero_logo {
  max-width: 10rem;
}
.hero h1 {
  color: var(--color-green);
  font-weight: 300;
  font-size: 2.4rem;
  margin: 1.8rem 0 1.2rem;
}
.hero .scroll_down {
  cursor: pointer;
  color: var(--color-green);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(14px, 0.7rem, 0.7rem);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-top: 5rem;
}
.hero .scroll_down svg {
  width: 1.2rem;
  animation: scroll_down_ico 2s infinite;
}
.hero .btns {
  width: max-content;
}
.hero .btn {
  width: 100%;
}
.hero .btn + .btn {
  margin-top: 1rem;
}
.hero_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.hero_unit {
  position: absolute;
  top: 3rem;
  right: 16rem;
  width: 19rem;
  z-index: 2;
}
.hero_icons {
  position: absolute;
  bottom: 1.2rem;
  right: 29%;
  z-index: 3;
  display: flex;
  gap: 0.4rem;
}
.hero_icons img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .hero {
    height: 695px;
    padding: 14px 0 30px;
  }
  .hero .container, .hero_wrap {
    height: 100%;
  }
  .hero_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .hero_bottom {
    width: 100%;
  }
  .hero_logo {
    max-width: 152px;
  }
  .hero h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 12px;
  }
  .hero .btns {
    width: 100%;
  }
  .hero .btn {
    width: 100%;
  }
  .hero .btn + .btn {
    margin-top: 10px;
  }
  .hero .scroll_down {
    justify-content: center;
    font-size: 14px;
    margin-top: 16px;
  }
  .hero_bg {
    width: 260px;
    height: auto;
    top: 80px;
  }
  .hero_unit {
    top: 76px;
    right: unset;
    left: calc(50% - 130px);
    width: 230px;
  }
  .hero_icons {
    top: 330px;
    bottom: unset;
    right: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 4px;
  }
  .hero_icons img {
    width: 88px;
    height: 88px;
  }
}

@keyframes scroll_down_ico {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
.advantages {
  background: var(--bg-green);
  display: flex;
}
.advantages .bg {
  width: 23.5rem;
  min-width: 23.5rem;
  overflow: hidden;
}
.advantages .bg img {
  transition: 0.3s ease all;
}
.advantages_wrap {
  flex-grow: 1;
  padding: 2.4rem 3.6rem 2.4rem 2.4rem;
}
.advantages_list {
  counter-reset: advantages;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-bottom: 2.5rem;
}
.advantages_item {
  position: relative;
  width: calc(50% - 1.2rem);
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.advantages_item::before {
  counter-increment: advantages;
  content: "0" counter(advantages);
  color: var(--color-green);
  font-size: 3.6rem;
  font-weight: 300;
  border-right: 1px solid var(--border-green);
  padding-right: 1.2rem;
}
.advantages_item_text {
  color: var(--color-blue);
  font-weight: 300;
}
@media (hover: hover) {
  .advantages .bg:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  .advantages .bg {
    display: none;
  }
  .advantages_wrap {
    flex-grow: 1;
    padding: 24px 16px;
  }
  .advantages_list {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .advantages_item {
    width: 100%;
    gap: 12px;
  }
  .advantages_item::before {
    font-size: 48px;
    padding-right: 12px;
  }
  .advantages .btn {
    width: 100%;
  }
}

.procedures_list {
  display: flex;
}
.procedures_item {
  position: relative;
  overflow: hidden;
  background: #B2C1C9;
  border-radius: 24px 0 0 24px;
  color: var(--color-blue);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 1.2rem 1.2rem;
  width: calc(16.6666666667% + 2.4rem);
  min-height: 11rem;
}
.procedures_item_title {
  position: relative;
  z-index: 1;
}
.procedures_item_link {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 0.3rem;
}
.procedures_item_link svg {
  width: 1.2rem;
}
.procedures_item_img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  right: 0;
}
.procedures_item_img img {
  height: 100%;
  width: 100%;
}
.procedures_item:not(:first-child) {
  margin-left: -2.4rem;
}
.procedures_item:nth-child(1) .procedures_item_img {
  height: calc(100% - 1.5rem);
  top: 1rem;
}
.procedures_item:nth-child(2) {
  background: #F3BD8F;
}
.procedures_item:nth-child(3) {
  background: #EADAD0;
}
.procedures_item:nth-child(4) {
  background: #D2C5B6;
}
.procedures_item:nth-child(5) {
  background: #D2DEE2;
}
.procedures_item:nth-child(6) {
  background: #E9BAA0;
  border-radius: 24px;
}
@media screen and (max-width: 900px) {
  .procedures_list {
    display: block;
  }
  .procedures_item {
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    min-height: 148px;
  }
  .procedures_item_title {
    font-size: 20px;
  }
  .procedures_item_link {
    padding: 6px;
  }
  .procedures_item_link svg {
    width: 24px;
  }
  .procedures_item_img {
    height: calc(100% + 30px);
    top: -15px;
  }
  .procedures_item:not(:first-child) {
    margin-left: 0;
    margin-top: -12px;
  }
  .procedures_item:nth-child(1) .procedures_item_img {
    height: 100%;
    top: 0;
  }
}
.procedures_text {
  display: flex;
  gap: 2.4rem;
  margin-top: 1.5rem;
  color: var(--color-blue);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}
.procedures_text_col {
  width: calc(50% - 1.2rem);
}
.procedures_description {
  display: flex;
  gap: 2.4rem;
  margin-top: 3rem;
}
.procedures_description_col {
  width: calc(50% - 1.2rem);
}
.procedures_description_title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.procedures_description_title img {
  width: 6rem;
}
.procedures_description ul li {
  font-size: 1.2rem;
}
@media screen and (max-width: 900px) {
  .procedures_text {
    display: block;
    font-size: 18px;
    margin-top: 16px;
  }
  .procedures_text_col {
    width: 100%;
  }
  .procedures_text_col:first-child {
    margin-bottom: 16px;
  }
  .procedures_description {
    display: block;
    margin-top: 16px;
  }
  .procedures_description_col {
    width: 100%;
  }
  .procedures_description_col:first-child {
    margin-bottom: 16px;
  }
  .procedures_description_title {
    gap: 12px;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .procedures_description_title img {
    width: 94px;
  }
  .procedures_description ul li {
    font-size: 18px;
  }
}

.tech_banner {
  overflow: hidden;
  position: relative;
  background: var(--bg-green-2);
  color: #FFF;
  text-align: center;
  padding: 2.4rem 3.6rem 0;
  display: flex;
  justify-content: space-between;
}
.tech_banner_unit {
  width: 22rem;
  min-width: 22rem;
}
.tech_banner_col {
  position: relative;
  z-index: 1;
  width: calc(50% - 5.5rem);
  padding-top: 5rem;
}
.tech_banner_title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.tech_banner_text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}
.tech_banner_left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}
.tech_banner_right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 900px) {
  .tech_banner {
    display: block;
    padding: 48px 16px;
  }
  .tech_banner_unit {
    display: none;
  }
  .tech_banner_col {
    width: 100%;
    padding: 0;
    margin-bottom: 72px;
  }
  .tech_banner_col:last-child {
    margin-bottom: 0;
  }
  .tech_banner_title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .tech_banner_text {
    font-size: 18px;
  }
  .tech_banner_left {
    top: -24px;
    left: unset;
    right: 16px;
    height: auto;
    width: 175px;
  }
  .tech_banner_right {
    width: 360px;
    height: auto;
  }
}

.manipula {
  padding-bottom: 0;
}
.manipula_list {
  display: flex;
  gap: 2.4rem;
}
.manipula_item {
  width: calc((100% - 7.2rem) / 4);
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease all;
  padding: clamp(48px, 2.6rem, 2.6rem) 0;
}
.manipula_item_img {
  width: 7.5rem;
  margin: 0 auto 1.2rem;
}
.manipula_item_img img {
  width: 100%;
  height: auto;
}
.manipula_item_title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.manipula_item_size {
  color: var(--color-blue);
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.manipula_item_desc {
  color: var(--color-blue);
  font-size: 0.8rem;
  font-weight: 300;
}
@media (hover: hover) {
  .manipula .manipula_item:hover {
    background-color: #F8DDC5;
  }
}
@media screen and (max-width: 900px) {
  .manipula {
    padding-bottom: 24px;
  }
  .manipula .section_title {
    margin-bottom: 24px;
  }
  .manipula_list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .manipula_item {
    width: calc(50% - 8px);
    padding: 0;
  }
  .manipula_item_img {
    width: 130px;
    margin: 0 auto 12px;
  }
  .manipula_item_title {
    margin-bottom: 4px;
  }
  .manipula_item_size {
    margin-bottom: 4px;
  }
  .manipula_item_desc {
    font-size: 12px;
  }
}

.tech_advantages {
  color: var(--color-blue);
  background: #F7F8FC;
}
.tech_advantages_wrap {
  display: flex;
  gap: 7rem;
}
.tech_advantages .btn {
  margin-top: 1.2rem;
}
.tech_advantages_img {
  width: 15rem;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .tech_advantages_wrap {
    flex-direction: column;
    gap: 16px;
  }
  .tech_advantages .btn {
    margin-top: 16px;
  }
  .tech_advantages_img {
    width: 280px;
    margin-inline: auto;
  }
}

.ipl {
  background: #edc9a9;
  padding-bottom: 0;
}
.ipl .container {
  padding-right: 0;
}
.ipl_wrap {
  display: flex;
  align-items: flex-end;
  gap: 2.75rem;
}
.ipl_content {
  flex-grow: 1;
  padding-bottom: 2.6rem;
}
.ipl_content p {
  font-weight: 400;
  line-height: 1.4;
}
.ipl_content img {
  width: 20rem;
  max-width: 100%;
  margin-bottom: 1.2rem;
}
.ipl_img {
  width: 32rem;
  min-width: 32rem;
  height: auto;
}
.ipl_img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .ipl .container {
    padding-right: 16px;
  }
  .ipl_wrap {
    display: block;
  }
  .ipl_content {
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  .ipl_content img {
    width: 100%;
    margin-bottom: 16px;
  }
  .ipl_img {
    width: calc(100% + 16px);
    min-width: unset;
    height: 210px;
  }
  .ipl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}

.balance {
  position: relative;
  padding-bottom: 0;
}
.balance .container {
  padding-left: 1rem;
}
.balance_wrap {
  display: flex;
  align-items: center;
}
.balance_content {
  text-align: center;
}
.balance_title {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.balance_text {
  font-size: 0.8rem;
  line-height: 1.4;
}
.balance img {
  width: 41rem;
}
@media screen and (min-width: 901px) {
  .balance .section_title br {
    display: none;
  }
  .balance_content {
    position: absolute;
    width: 33rem;
    text-align: center;
    bottom: 6rem;
    right: 12rem;
  }
}
@media screen and (max-width: 900px) {
  .balance .container {
    padding-left: 16px;
  }
  .balance_wrap {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .balance_content {
    width: 100%;
  }
  .balance_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .balance_text {
    font-size: 14px;
  }
  .balance img {
    width: calc(100% + 32px);
    max-width: unset;
  }
}

.powermotion {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 6rem;
}
.powermotion .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  pointer-events: none;
}
.powermotion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.powermotion .container {
  position: relative;
  z-index: 3;
}
.powermotion_title span {
  color: #fff;
  background: #2f5b72;
  border-radius: 0 24px 24px 0;
  padding: 0.25rem 0.5rem;
  line-height: 1;
}
.powermotion_desc {
  font-size: clamp(16px, 0.8rem, 0.8rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.powermotion_list {
  width: 34rem;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 1.8rem;
}
.powermotion_list_item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.28px;
}
.powermotion_list_item span {
  width: 11rem;
  color: #fff;
  background: #51727F;
  padding: 0.6rem 1rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1.6px;
  text-align: right;
}
.powermotion_list_item:first-child span {
  border-radius: 24px 0 0 0;
}
.powermotion_list_item:last-child span {
  border-radius: 0 0 0 24px;
}
.powermotion .btns {
  width: max-content;
  margin-inline: auto;
}
.powermotion .btn {
  width: 100%;
  margin-inline: auto;
}
.powermotion .btn + .btn {
  margin-top: 1.8rem;
}
.powermotion_sub {
  text-align: center;
  margin-top: 1.8rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 900px) {
  .powermotion {
    padding: 24px 0;
  }
  .powermotion_title.section_title {
    margin-bottom: 16px;
  }
  .powermotion_desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .powermotion .btns {
    width: 100%;
  }
  .powermotion .btn {
    width: 100%;
  }
  .powermotion .btn + .btn {
    margin-top: 16px;
  }
  .powermotion_sub {
    font-size: 16px;
    margin-top: 16px;
  }
  .powermotion_list {
    width: 100%;
    margin-bottom: 16px;
  }
  .powermotion_list_item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
  }
  .powermotion_list_item span {
    width: 115px;
    padding: 8px 12px;
    font-size: 20px;
  }
}

.promotion_bannner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 2.4rem;
}
.promotion_bannner_text {
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .promotion_bannner {
    padding: 24px 16px;
  }
  .promotion_bannner_text {
    font-size: 28px;
  }
}

.promotion_desc {
  color: var(--color-blue);
  line-height: 1.35;
}
.promotion_img {
  margin: 1.6rem 0;
  text-align: center;
}
.promotion_img img {
  margin-inline: auto;
}
.promotion_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.promotion_list_item {
  width: calc(50% - 0.6rem);
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  background: #B2C1C9;
  border-radius: 24px;
  color: var(--color-blue);
  text-align: center;
  transition: 0.3s ease all;
}
.promotion_list_item:nth-child(2) {
  background: #EADAD0;
}
.promotion_list_item:nth-child(3) {
  background: #F3BD8F;
}
.promotion_list_item:nth-child(4) {
  background: #D2C5B6;
}
.promotion_list_item_title {
  font-size: 1.2rem;
}
.promotion_list_item_desc {
  font-size: 0.9rem;
  font-weight: 300;
}
@media (hover: hover) {
  .promotion .promotion_list_item:hover {
    transform: translate(0, -0.4rem) !important;
    box-shadow: 0 2px 10px 2px rgba(18, 57, 116, 0.3);
  }
}
@media screen and (max-width: 900px) {
  .promotion_img {
    margin: 16px 0;
  }
  .promotion_list {
    flex-direction: column;
    gap: 8px;
  }
  .promotion_list_item {
    width: 100%;
    padding: 12px;
    gap: 4px;
  }
  .promotion_list_item_title {
    font-size: 20px;
  }
  .promotion_list_item_desc {
    font-size: 16px;
  }
}

.melanomo {
  background: #F7F8FC;
}
.melanomo_desc {
  font-weight: 300;
  text-align: center;
  margin-bottom: 1rem;
}
.melanomo_list {
  display: flex;
  gap: 1.2rem;
}
.melanomo_item {
  border-radius: 20px;
  background: #F8DDC5;
  width: calc((100% - 2.4rem) / 3);
  padding: 1rem 1rem 1.2rem;
  text-align: center;
  font-weight: 600;
}
.melanomo_item:nth-child(2) {
  background: #D2DEE2;
}
.melanomo_item:nth-child(3) {
  background: #EFE8E0;
}
.melanomo_item_img {
  width: 12rem;
  height: 10rem;
  margin-inline: auto;
  overflow: hidden;
}
.melanomo_item_img img {
  transition: 0.3s ease all;
}
.melanomo_item_num {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  aspect-ratio: 1/1;
  line-height: 1;
  margin: 1rem auto 1.2rem;
}
@media (hover: hover) {
  .melanomo .melanomo_item:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  .melanomo_list {
    flex-direction: column;
    gap: 8px;
  }
  .melanomo_item {
    width: 100%;
    padding: 20px 12px 24px;
    font-size: 18px;
  }
  .melanomo_item_img {
    width: 244px;
    height: 196px;
  }
  .melanomo_item_num {
    width: 40px;
    margin: 10px auto 12px;
  }
}

.testimonial_slider {
  position: relative;
  background: #D3E2E9;
  padding: 2.4rem 3rem;
}
.testimonial_item_author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.testimonial_item_author .bg_img {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
}
.testimonial_item_name {
  color: #082449;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.testimonial_item_pose {
  color: #7291A6;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.testimonial_item_text {
  color: #2C4C61;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .testimonial .section_title strong, .testimonial .section_title b {
    display: block;
  }
  .testimonial_slider {
    padding: 24px 30px;
  }
  .testimonial_item_author {
    gap: 12px;
    margin-bottom: 12px;
  }
  .testimonial_item_author .bg_img {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .testimonial_item_name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .testimonial_item_pose {
    font-size: 14px;
  }
  .testimonial_item_text {
    font-size: 14px;
  }
}

.results .section_title {
  margin-bottom: 0.5rem;
}
.results_desc {
  color: var(--color-blue);
  text-align: center;
  line-height: 1.35;
  font-weight: 300;
  margin-bottom: 1.6rem;
}
.results_slider {
  position: relative;
  padding: 0 5.5rem;
}
.results_slide {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.5rem;
}
.results_slide_col {
  position: relative;
  width: calc(50% - 1.25rem);
}
.results_slide_col:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1.25rem;
  width: 1px;
  height: 100%;
  background: #B1C9D3;
}
.results_slide_title {
  font-size: clamp(14px, 0.8rem, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.results_slide_img {
  aspect-ratio: 1/1;
}
.results_slide_img img {
  border-radius: 48px;
}
.results_slide_desc {
  color: var(--color-blue);
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .results .section_title {
    margin-bottom: 4px;
  }
  .results_desc {
    margin-bottom: 16px;
  }
  .results_slider {
    padding: 0;
  }
  .results_slide {
    gap: 16px;
  }
  .results_slide_col {
    width: calc(50% - 8px);
  }
  .results_slide_col:first-child {
    padding-left: 36px;
  }
  .results_slide_col:first-child::before {
    right: -8px;
  }
  .results_slide_col:nth-child(2) {
    padding-right: 36px;
  }
  .results_slide_title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
  }
  .results_slide_img img {
    border-radius: 12px;
  }
  .results_slide_desc {
    font-size: 14px;
  }
  .results .swiper-button-next,
.results .swiper-button-prev {
    top: 65px;
  }
  .results .swiper-button-prev {
    left: 0;
  }
  .results .swiper-button-next {
    right: 0;
  }
}

.more {
  background-color: #d3e2e9;
  padding: 6rem 0;
}
.more_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.more_desc {
  font-size: clamp(14px, 0.8rem, 0.8rem);
  font-weight: 300;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .more {
    padding: 24px 0;
  }
  .more_wrap {
    width: 100%;
    text-align: center;
    gap: 16px;
  }
  .more .btn {
    width: 100%;
  }
}

.acne_head {
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 5.5rem 0;
  color: #fff;
}
.acne_head_content {
  position: relative;
  z-index: 1;
}
.acne_head h1 {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0 0 1.2rem;
}
.acne_head_subtitle {
  font-size: clamp(16px, 0.8rem, 0.8rem);
  font-weight: 300;
  text-transform: uppercase;
}
.acne_head_img {
  position: absolute;
  top: 0;
  right: 13rem;
  height: 100%;
  width: auto;
}
.acne_head_img img {
  display: block;
}
@media screen and (min-width: 901px) {
  .acne_head h1 br {
    display: none;
  }
  .acne_head_subtitle br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .acne_head {
    background-position: center left;
    padding: 65px 0;
  }
  .acne_head h1 {
    font-size: 22px;
    margin: 0 0 12px;
  }
  .acne_head_subtitle {
    font-size: 14px;
  }
  .acne_head_img {
    top: unset;
    right: 0;
    bottom: 0;
    max-height: 180px;
  }
}

.acne_content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.acne_text {
  color: var(--color-blue);
  padding-bottom: clamp(24px, 1.3rem, 1.3rem);
}
@media screen and (max-width: 900px) {
  .acne_text {
    font-size: 18px;
    padding-bottom: 12px;
  }
}

.acne_slider {
  padding-bottom: clamp(24px, 1.3rem, 1.3rem);
}
.acne_slider_wrap {
  position: relative;
}
.acne_slider .acne_slide_head {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.acne_slider .acne_slide_head div {
  width: calc(50% - 0.5rem);
  text-align: center;
  font-size: clamp(14px, 0.8rem, 0.8rem);
  font-weight: 600;
  text-transform: uppercase;
}
.acne_slider .acne_slide_img {
  width: 100%;
}
.acne_slider .acne_slide_img img {
  display: block;
  width: 100%;
}
.acne_slider .acne_slide_desc {
  color: var(--color-blue);
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 1.2rem;
}
.acne_slider .swiper-button-prev {
  left: -2.5rem;
}
.acne_slider .swiper-button-next {
  right: -2.5rem;
}
.acne_slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
@media screen and (max-width: 900px) {
  .acne_slider {
    padding-bottom: 12px;
  }
  .acne_slider .section_title._mb {
    margin-bottom: 16px;
  }
  .acne_slider .acne_slide_head {
    padding: 0 30px;
    margin-bottom: 8px;
  }
  .acne_slider .acne_slide_head div {
    font-size: 12px;
  }
  .acne_slider .acne_slide_desc {
    font-size: 14px;
    margin-top: 16px;
  }
  .acne_slider .swiper-button {
    top: 104px;
    background: rgba(255, 255, 255, 0.6);
  }
  .acne_slider .swiper-button-prev {
    left: 0;
  }
  .acne_slider .swiper-button-next {
    right: 0;
  }
}

.faq {
  padding-bottom: clamp(24px, 1.3rem, 1.3rem);
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq_item {
  background: #fff;
  color: var(--color-blue);
  font-size: clamp(16px, 0.9rem, 0.9rem);
}
.faq_item_head {
  cursor: pointer;
  position: relative;
  background: #e1ecf0;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.6rem 1rem;
}
.faq_item_head svg {
  width: clamp(20px, 1rem, 1rem);
  min-width: clamp(20px, 1rem, 1rem);
}
.faq_item_head ._toggle {
  transition: 0.3s ease all;
  transform-origin: center;
}
.faq_item_content {
  display: none;
  padding: 1.2rem 1rem;
}
.faq_item._open ._toggle {
  transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .faq {
    padding-bottom: 12px;
  }
  .faq_list {
    gap: 8px;
  }
  .faq_item {
    font-size: 16px;
  }
  .faq_item_head {
    padding: 12px;
  }
  .faq_item_head svg {
    width: 20px;
    min-width: 20px;
  }
  .faq_item_content {
    padding: 24px 20px;
  }
}

.docs_list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.docs_link {
  position: relative;
  color: var(--color-blue);
  padding-left: 2rem;
  font-size: clamp(16px, 0.9rem, 0.9rem);
}
.docs_link::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 2C5.0095 2 4 3.0095 4 4.25V19.75C4 20.9905 5.0095 22 6.25 22H17.75C18.9905 22 20 20.9905 20 19.75V10H14.25C13.0095 10 12 8.9905 12 7.75V2H6.25ZM13.5 2.43945V7.75C13.5 8.1635 13.8365 8.5 14.25 8.5H19.5605L13.5 2.43945ZM11.25 10.5C11.939 10.5 12.5 11.0605 12.5 11.75C12.5 12.653 12.3507 13.5586 12.1162 14.4131C12.3282 14.7001 12.5635 14.9751 12.8135 15.2266C13.5745 15.0846 14.3925 15 15.25 15C15.939 15 16.5 15.5605 16.5 16.25C16.5 16.9395 15.939 17.5 15.25 17.5C14.287 17.5 13.3324 17.0215 12.5059 16.3105C12.0674 16.4105 11.6554 16.5297 11.2744 16.6592C10.6799 17.9022 10.0067 18.8349 9.5957 19.1689C9.3252 19.3889 9.041 19.5 8.75 19.5C8.4165 19.5 8.10271 19.3698 7.86621 19.1338C7.62971 18.8978 7.5 18.584 7.5 18.25C7.5 17.905 7.63841 17.578 7.87891 17.3535C8.35741 16.9065 9.29016 16.3313 10.5352 15.8613C10.7107 15.4668 10.878 15.0408 11.0215 14.5928C10.39 13.6163 10 12.5685 10 11.75C10 11.0605 10.561 10.5 11.25 10.5ZM11.25 11.5C11.112 11.5 11 11.6125 11 11.75C11 12.1575 11.137 12.6534 11.374 13.1689C11.454 12.7039 11.5 12.2285 11.5 11.75C11.5 11.6125 11.388 11.5 11.25 11.5ZM15.25 16C14.7785 16 14.3218 16.0272 13.8838 16.0762C14.3328 16.3412 14.798 16.5 15.25 16.5C15.388 16.5 15.5 16.3875 15.5 16.25C15.5 16.1125 15.388 16 15.25 16ZM9.79688 17.2793C9.21788 17.5758 8.79355 17.868 8.56055 18.085C8.50555 18.137 8.5 18.218 8.5 18.25C8.5 18.2885 8.50974 18.3628 8.57324 18.4268C8.63674 18.4908 8.7115 18.5 8.75 18.5C8.803 18.5 8.87984 18.4621 8.96484 18.3926V18.3916C9.12934 18.2576 9.44438 17.8608 9.79688 17.2793Z" fill="%23336A8C"/></svg>');
}
@media screen and (max-width: 900px) {
  .docs_list {
    gap: 16px;
  }
  .docs_link {
    font-size: 16px;
    padding-left: 36px;
  }
  .docs_link::before {
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
}

.acne_more {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.acne_more .btn {
  color: #fff;
  background: var(--color-green);
}

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