@charset "UTF-8";
:root {
  --accent: #ecf86e;
  --yellow: #f1ff67;
  --blue: #5197ff;
  --gray: #3a3a3a;
  --dark: #2A2A2A;
  --mdark: #3b3b3b;
  --black: #000;
  --white: #fff;
  --maincolor: #3b3b3b;
  --placeholder: #424242;
  --bg: #fff;
  --fontsize: 16px;
  --lineheight: 1.3;
  --mainfont: 'Helvetica Neue', sans-serif;
  --secfont: 'Actay Wide', sans-serif;
  --thirdfont: 'Denistina', sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --anim100: .10s ease-out;
  --anim150: .15s ease-out;
  --anim300: .3s ease-out;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: var(--placeholder);
}

::placeholder {
  color: var(--placeholder);
}

html {
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  font-family: var(--mainfont);
  font-size: var(--fontsize);
  line-height: var(--lineheight);
  color: var(--maincolor);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
}

ol {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a:hover {
  text-decoration: none;
}

a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  transition: color var(--anim150), background-color var(--anim150);
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

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

svg {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

button {
  transition: color var(--anim150), background var(--anim150);
}

svg path {
  transition: fill var(--anim150), stroke var(--anim150);
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/HelveticaNeue-Bold.woff2) format("woff2");
  src: url(../fonts/HelveticaNeue-Bold.woff) format("woff");
  src: url(../fonts/HelveticaNeue-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/HelveticaNeue-Light.woff2) format("woff2");
  src: url(../fonts/HelveticaNeue-Light.woff) format("woff");
  src: url(../fonts/HelveticaNeue-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/HelveticaNeue-LightItalic.woff2) format("woff2");
  src: url(../fonts/HelveticaNeue-LightItalic.woff) format("woff");
  src: url(../fonts/HelveticaNeue-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/HelveticaNeue-Medium.woff2) format("woff2");
  src: url(../fonts/HelveticaNeue-Medium.woff) format("woff");
  src: url(../fonts/HelveticaNeue-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/HelveticaNeue-Roman.woff2) format("woff2");
  src: url(../fonts/HelveticaNeue-Roman.woff) format("woff");
  src: url(../fonts/HelveticaNeue-Roman.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/HelveticaNeue-Italic.woff2) format("woff2");
  src: url(../fonts/HelveticaNeue-Italic.woff) format("woff");
  src: url(../fonts/HelveticaNeue-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/HelveticaNeue-Thin.woff2) format("woff2");
  src: url(../fonts/HelveticaNeue-Thin.woff) format("woff");
  src: url(../fonts/HelveticaNeue-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Actay Wide";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ActayWide-Bold.woff2) format("woff2");
  src: url(../fonts/ActayWide-Bold.woff) format("woff");
  src: url(../fonts/ActayWide-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Denistina";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Denistina.woff2) format("woff2");
  src: url(../fonts/Denistina.woff) format("woff");
  src: url(../fonts/Denistina.ttf) format("truetype");
}
body.overflow {
  overflow: hidden;
}

.hidden {
  display: none;
}

.header {
  flex: 0 0 auto;
}

.wrapper {
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 15px;
  }
}
.container_xxl {
  max-width: 1885px;
}
.container_xl {
  max-width: 1800px;
}
.container_md {
  max-width: 1400px;
}
.container_sm {
  max-width: 1300px;
}

.footer {
  flex: 0 0 auto;
}

.swiper {
  opacity: 0;
  transition: opacity var(--anim);
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-nav {
  display: none;
}
.swiper-nav.show {
  display: flex;
}

.swiper-nav-prev,
.swiper-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 67px;
  height: 67px;
  z-index: 9;
  cursor: pointer;
  transition: background var(--anim150);
  border-radius: 50%;
  background: var(--accent);
}
.swiper-nav-prev:before, .swiper-nav-prev:after,
.swiper-nav-next:before,
.swiper-nav-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 21px;
  margin: 0;
  transition: opacity var(--anim150);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiper-nav-prev:after,
.swiper-nav-next:after {
  opacity: 0;
}
.swiper-nav-prev:active,
.swiper-nav-next:active {
  background: var(--black);
}
.swiper-nav-prev:active:before,
.swiper-nav-next:active:before {
  opacity: 0;
}
.swiper-nav-prev:active:after,
.swiper-nav-next:active:after {
  opacity: 1;
}
@media (hover: hover) {
  .swiper-nav-prev:hover,
  .swiper-nav-next:hover {
    background: var(--black);
  }
  .swiper-nav-prev:hover:before,
  .swiper-nav-next:hover:before {
    opacity: 0;
  }
  .swiper-nav-prev:hover:after,
  .swiper-nav-next:hover:after {
    opacity: 1;
  }
}

.swiper-nav-prev {
  left: -35px;
}
.swiper-nav-prev:before {
  background-image: url(../images/icons/prev.svg);
}
.swiper-nav-prev:after {
  background-image: url(../images/icons/prev-light.svg);
}

.swiper-nav-next {
  right: -35px;
}
.swiper-nav-next:before {
  background-image: url(../images/icons/next.svg);
}
.swiper-nav-next:after {
  background-image: url(../images/icons/next-light.svg);
}

.swiper-pagination {
  position: absolute;
  top: auto !important;
  bottom: -34px !important;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  opacity: 1 !important;
  background: #d1d1d1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #327ff2;
}

.fancybox__backdrop {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.2);
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

@media (max-width: 767.98px) {
  .fancybox__slide {
    padding: 16px !important;
  }
}

.is-close-btn {
  top: 25px !important;
  right: 26px !important;
  width: 27px;
  height: 27px;
  opacity: 1 !important;
  background-color: transparent !important;
  background-image: url(../images/icons/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .is-close-btn {
    top: 29px;
    right: 18px;
    width: 21px;
    height: 21px;
  }
}
.is-close-btn svg {
  display: none;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.ac-trigger {
  transition: padding var(--anim300);
}

.ac .ac-panel {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility, opacity;
  transition-timing-function: ease;
}

.ac.is-active .ac-panel {
  visibility: visible;
  opacity: 1;
}

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

.ovh {
  overflow: hidden;
}

section {
  overflow: hidden;
}

.section-title {
  display: block;
  font: 700 37px/1.2703 var(--secfont);
  color: var(--mdark);
  text-align: center;
}
@media (max-width: 1279.98px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 1023.98px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 25px;
    line-height: 1.32;
  }
  .section-title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 22px;
    line-height: 1.31818;
  }
}
.section-title span {
  position: relative;
}
.section-title span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 10px);
  height: 7px;
  z-index: -1;
  background: var(--yellow);
}
.section-title_left {
  text-align: left;
}

.section-subtitle {
  font: 700 28px/1.286 var(--secfont);
  color: var(--mdark);
}
@media (max-width: 767.98px) {
  .section-subtitle {
    font-size: 22px;
    line-height: 1.31818;
  }
  .section-subtitle br {
    display: none;
  }
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.69231;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 60px;
  background: var(--black);
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 10px;
    line-height: 2.33333;
  }
}
.btn:hover {
  border-color: var(--black);
  color: var(--black);
  background: var(--accent);
}

.btn-img {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  height: 84px;
  padding: 0 10px 0 42px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.33333;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: #000;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 80px;
  background: var(--accent);
}
@media (max-width: 767.98px) {
  .btn-img {
    gap: 15px;
    height: 58px;
    padding: 0 7px 0 28px;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .btn-img {
    font-size: 10px;
    line-height: 2.33333;
  }
}
@media (max-width: 374.98px) {
  .btn-img {
    gap: 10px;
    padding-left: 15px;
  }
}
.btn-img:before, .btn-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity var(--anim150);
  background-image: url(../images/btn-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-img:before {
  opacity: 0.8;
  mix-blend-mode: luminosity;
  background-color: #eefd52;
}
.btn-img:after {
  opacity: 0;
  mix-blend-mode: multiply;
  background-color: #a0af00;
}
.btn-img i {
  display: block;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--white);
  background-image: url(../images/icons/arrow-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 21px;
}
@media (max-width: 767.98px) {
  .btn-img i {
    width: 42px;
    height: 42px;
    background-size: 20px 15px;
  }
}
.btn-img:hover:before {
  opacity: 0;
}
.btn-img:hover:after {
  opacity: 0.8;
}

.txt strong,
.txt b {
  font-weight: 500;
}
.txt ul li {
  position: relative;
  padding-left: 1.3em;
}
.txt ul li:before {
  content: "—";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.txt *:nth-last-child(1) {
  margin-bottom: 0;
}

.docs {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 32px 49px 38px 37px;
  transform: translateZ(0);
  border-radius: 27px;
  filter: drop-shadow(0 11px 18px rgba(215, 215, 215, 0.25));
  background: var(--white);
}
@media (max-width: 1279.98px) {
  .docs {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .docs {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 0 22px 27px 28px;
  }
}
.docs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 77px;
  height: 77px;
  padding: 8px;
  overflow: hidden;
  transform: translateZ(0);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: var(--white);
}
@media (max-width: 767.98px) {
  .docs-icon {
    margin-top: -13px;
  }
}
.docs-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 1199.98px) {
  .docs-desc br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .docs-desc {
    font-size: 15px;
    line-height: 1.66667;
  }
}
.docs-desc strong,
.docs-desc b {
  font-weight: 500;
}

.custom-select {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 84px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  outline: none;
  border: 1px solid #d3d3d3;
  border-radius: 13px;
  background: var(--white);
}
@media (max-width: 1023.98px) {
  .custom-select {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .custom-select {
    height: 60px;
    font-size: 14px;
  }
}
.custom-select.disable {
  color: var(--grey-1);
  pointer-events: none;
  background: var(--grey-3);
}
.custom-select.disable .ts-control:after {
  opacity: 0.1;
}
.custom-select.dropdown-active .ts-control:after {
  transform: rotate(180deg);
}
.custom-select.dropdown-active .ts-dropdown {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}
.custom-select.focus::after {
  opacity: 1;
}
.custom-select.input-hidden .ts-control input {
  opacity: 0;
  visibility: hidden;
}
.custom-select.full:after {
  opacity: 1;
}
.custom-select .ts-control {
  position: relative;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 65px 10px 40px;
  font-size: inherit;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1439.98px) {
  .custom-select .ts-control {
    padding-left: 22px;
  }
}
@media (max-width: 374.98px) {
  .custom-select .ts-control {
    padding: 10px 40px 10px 15px;
  }
}
.custom-select .ts-control .item {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: normal;
}
.custom-select .ts-control .item img {
  width: 26px;
}
.custom-select .ts-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 21px;
  height: 18px;
  margin-top: -7px;
  z-index: -1;
  transition: transform var(--anim150);
  background: url(../images/icons/arrow-select.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 374.98px) {
  .custom-select .ts-control:after {
    right: 15px;
  }
}
.custom-select .ts-control input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: inherit;
  cursor: pointer;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none !important;
  border: none;
  background: none;
}
.custom-select .ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 1px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  overflow: hidden;
  border-radius: 13px;
  background: var(--bg);
}
.custom-select .ts-dropdown-content {
  max-height: 282px;
  overflow: hidden auto;
}
.custom-select .ts-dropdown-content::-webkit-scrollbar {
  width: 2px;
}
.custom-select .ts-dropdown-content::-webkit-scrollbar-track {
  background: #fff;
}
.custom-select .ts-dropdown-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: none;
}
.custom-select .ts-dropdown .option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 40px;
  font-size: inherit;
  cursor: pointer;
  transition: background var(--anim300);
}
@media (max-width: 374.98px) {
  .custom-select .ts-dropdown .option {
    padding: 10px 15px;
  }
}
.custom-select .ts-dropdown .option img {
  flex-shrink: 0;
  width: 26px;
}
.custom-select .ts-dropdown .option:hover, .custom-select .ts-dropdown .option.selected {
  color: var(--black);
  background: rgba(236, 248, 110, 0.5);
}

.custom-select.ts-hidden-accessible {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -2 !important;
}

.footer {
  margin-top: 64px;
  padding: 33px 0 85px;
  background: #0d0d0d;
}
@media (max-width: 1199.98px) {
  .footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 1023.98px) {
  .footer {
    margin-top: 38px;
    padding: 33px 0 43px;
  }
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1279.98px) {
  .footer-main {
    gap: 16px;
  }
}
@media (max-width: 1199.98px) {
  .footer-main {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 575.98px) {
  .footer-main {
    align-items: flex-start;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 1279.98px) {
  .footer-logo {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer-logo {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .footer-logo {
    align-items: flex-start;
  }
}
.footer-logo img {
  flex-shrink: 0;
  width: 200px;
}
.footer-logo__desc {
  padding-left: 21px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4375;
  color: var(--white);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 1279.98px) {
  .footer-logo__desc {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer-logo__desc {
    padding-left: 0;
    text-align: center;
    border-left: none;
  }
}
@media (max-width: 575.98px) {
  .footer-logo__desc {
    padding-left: 14px;
    text-align: left;
  }
}
.footer-locate {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4375;
  color: var(--white);
}
.footer-locate:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 28px;
  background-image: url(../images/icons/locate-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-locate span {
  font-weight: 500;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 1199.98px) {
  .footer-links {
    align-items: center;
  }
}
.footer-links__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4375;
  color: var(--white);
}
@media (max-width: 1199.98px) {
  .footer-links__item {
    font-size: 16px;
  }
}
.footer-cnt {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1279.98px) {
  .footer-cnt {
    gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  .footer-cnt {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .footer-cnt {
    align-items: flex-start;
  }
}
.footer-scl {
  display: flex;
  gap: 10px;
}
.footer-scl__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  background: #000;
  background: var(--accent);
}
.footer-scl__item:hover {
  background: rgba(236, 248, 110, 0.8);
}
.footer-btn {
  height: 73px;
  padding: 0 10px 0 20px;
  font-size: 14px;
}
@media (max-width: 1279.98px) {
  .footer-btn {
    gap: 10px;
    padding: 0 10px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-btn {
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .footer-btn {
    gap: 16px;
    padding: 0 10px 0 26px;
    font-size: 10px;
  }
}
.footer-btn i {
  width: 49px;
  height: 49px;
}
.footer-bottom {
  margin-top: 48px;
  padding-top: 46px;
  border-top: 1px solid #323232;
}
@media (max-width: 1199.98px) {
  .footer-bottom {
    margin-top: 32px;
    padding-top: 23px;
  }
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1023.98px) {
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom-inner {
    align-items: flex-start;
    text-align: left;
  }
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .footer-links {
    order: 2;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer-links {
    align-items: flex-start;
    text-align: left;
  }
}
.footer-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #94bdfa;
}
.footer-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .footer-group {
    order: 1;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .footer-group .footer-txt {
    order: unset;
  }
}
@media (max-width: 575.98px) {
  .footer-group {
    align-items: flex-start;
    text-align: left;
  }
}
.footer-dev {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
.footer-dev__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4375;
  color: var(--white);
}
.footer-dev img {
  flex-shrink: 0;
  width: 93px;
}
.footer-txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #878787;
}
@media (max-width: 1023.98px) {
  .footer-txt {
    order: 3;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer-txt {
    text-align: left;
  }
}

.form {
  position: relative;
}
.form_vrt .form-title {
  margin-bottom: 36px;
  font: 700 25px/1.28 var(--secfont);
  color: var(--mdark);
}
@media (max-width: 767.98px) {
  .form_vrt .form-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.31818;
  }
}
.form_vrt .form-item {
  max-width: 100%;
}
.form_vrt .form-btn {
  margin-top: 12px;
}
.form_vrt .form-accept {
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .form_vrt .form-accept {
    margin-left: 0;
  }
  .form_vrt .form-accept br {
    display: none;
  }
}
.form-title {
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  .form-title br {
    display: none;
  }
}
.form-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-row {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 1439.98px) {
  .form-row {
    gap: 20px;
  }
}
@media (max-width: 1279.98px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 430px;
  }
}
.form-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 383px;
}
@media (max-width: 1279.98px) {
  .form-item {
    max-width: 100%;
  }
}
.form-item__label {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55556;
  color: #424242;
}
@media (max-width: 767.98px) {
  .form-item__label {
    font-size: 16px;
    line-height: 1.4;
  }
}
.form-field {
  position: relative;
  margin-top: auto;
}
.form-field_phone:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url(../images/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-field input {
  display: block;
  width: 100%;
  height: 85px;
  padding: 0 65px 0 40px;
  font-size: 20px;
  font-weight: 300;
  border: 1px solid #d3d3d3;
  border-radius: 13px;
  background: var(--white);
}
@media (max-width: 1439.98px) {
  .form-field input {
    padding-left: 22px;
  }
}
@media (max-width: 1023.98px) {
  .form-field input {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .form-field input {
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  .form-field input {
    padding-left: 15px;
  }
}
.form-btn {
  height: 85px;
  color: var(--white);
  border: var(--accent);
}
@media (max-width: 1279.98px) {
  .form-btn {
    width: 100%;
    margin-top: 17px;
  }
}
@media (max-width: 767.98px) {
  .form-btn {
    height: 60px;
  }
}
.form-btn:hover {
  border-color: var(--black);
}
.form-accept {
  margin-top: 22px;
}
.form-accept .wpcf7-list-item {
  margin: 0;
}
.form-accept .wpcf7-list-item label {
  position: relative;
  display: flex;
  gap: 13px;
}
.form-accept .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-accept .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:before {
  background-image: url(../images/icons/check-blue.svg);
}
.form-accept .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  font-size: 11px;
  line-height: 1.45455;
  letter-spacing: -0.02em;
  color: #939393;
}
.form-accept .wpcf7-list-item .wpcf7-list-item-label a {
  color: var(--blue);
  text-decoration: underline;
}
.form-accept .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 0.5px solid #d4d4d4;
  border-radius: 2px;
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 10px;
}
.form-accept .wpcf7-list-item .wpcf7-list-item-label:after {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 700;
  transition: background var(--anim150);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023.98px) {
  .header {
    border-bottom: none;
  }
}
.header.fixed {
  background: var(--bg);
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0;
}
@media (max-width: 1479.98px) {
  .header-main {
    gap: 20px;
  }
}
@media (max-width: 1279.98px) {
  .header-main {
    gap: 16px;
  }
}
@media (max-width: 1023.98px) {
  .header-main {
    padding: 20px 0;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 1279.98px) {
  .header-logo {
    gap: 10px;
  }
}
.header-logo img {
  flex-shrink: 0;
  width: 205px;
}
.header-logo__desc {
  padding-left: 23px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857;
  color: var(--gray);
  border-left: 1px solid rgba(156, 156, 156, 0.47);
}
@media (max-width: 1279.98px) {
  .header-logo__desc {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .header-logo__desc {
    display: none;
  }
}
.header-locate {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4375;
  color: var(--gray);
}
@media (max-width: 1279.98px) {
  .header-locate {
    display: none;
  }
}
.header-locate:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 28px;
  background-image: url(../images/icons/locate.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-locate span {
  font-weight: 500;
}
.header-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media (max-width: 1279.98px) {
  .header-links {
    margin-left: auto;
  }
}
@media (max-width: 1023.98px) {
  .header-links {
    display: none;
  }
}
.header-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4375;
}
.header-cnt {
  display: flex;
  align-items: center;
  gap: 43px;
}
@media (max-width: 1479.98px) {
  .header-cnt {
    gap: 20px;
  }
}
@media (max-width: 1279.98px) {
  .header-cnt {
    gap: 10px;
  }
}
@media (max-width: 1023.98px) {
  .header-cnt {
    display: none;
  }
}
.header-scl {
  display: flex;
  gap: 10px;
}
.header-scl__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  background: #000;
  background: rgb(42, 42, 42);
}
.header-scl__item:hover {
  background: rgba(42, 42, 42, 0.8);
}
.header-cb {
  font-size: 13px;
}
.header-burger {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(../images/icons/burger.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1023.98px) {
  .header-burger {
    display: block;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 2500px;
  margin: 0 auto;
  padding: 160px 0 76px;
}
@media (max-width: 1279.98px) {
  .hero {
    padding: 130px 0 30px;
  }
}
@media (max-width: 1023.98px) {
  .hero {
    padding: 0;
  }
}
.hero-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023.98px) {
  .hero-bg {
    position: relative;
    margin-top: -100px;
  }
}
.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 1023.98px) {
  .hero-bg img {
    min-height: 392px;
    -o-object-position: center;
       object-position: center;
  }
}
.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
@media (max-width: 1279.98px) {
  .hero-inner {
    gap: 20px;
  }
}
@media (max-width: 1023.98px) {
  .hero-inner {
    padding-top: 130px;
  }
  .hero-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 100vw;
    height: 125%;
    z-index: -1;
    background-image: url(../images/hero-decore.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
}
@media (max-width: 767.98px) {
  .hero-inner {
    padding-top: 122px;
  }
}
.hero-title {
  max-width: 838px;
  font: 700 45px/1.267 var(--secfont);
  color: var(--gray);
}
@media (max-width: 1279.98px) {
  .hero-title {
    max-width: 700px;
    font-size: 37px;
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    max-width: 545px;
    font-size: 32px;
  }
}
@media (max-width: 479.98px) {
  .hero-title {
    max-width: 375px;
    font-size: 25px;
  }
}
.hero-title span {
  position: relative;
}
.hero-title span:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 12px);
  height: 7px;
  z-index: -1;
  background: var(--yellow);
}
@media (max-width: 767.98px) {
  .hero-title span:after {
    bottom: 3px;
  }
}
.hero-desc {
  max-width: 570px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--gray);
}
.hero-desc br {
  display: none;
}
@media (max-width: 1023.98px) {
  .hero-desc {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .hero-desc {
    max-width: 375px;
    font-size: 17px;
    line-height: 1.47059;
  }
  .hero-desc br {
    display: block;
  }
}
.hero-desc strong,
.hero-desc b {
  font-weight: 500;
}
.hero-btn {
  align-self: flex-start;
  margin-top: 7px;
}
@media (max-width: 767.98px) {
  .hero-btn {
    margin-top: 11px;
  }
}
.hero-avt {
  display: flex;
  gap: 22px;
  margin-top: auto;
  padding-top: 20px;
}
@media (max-width: 1279.98px) {
  .hero-avt {
    padding-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .hero-avt {
    display: none;
  }
}
.hero-avt-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  gap: 24px;
  min-height: 184px;
  padding: 29px 39px 27px 33px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  background: rgba(1, 4, 25, 0.5);
}
@media (max-width: 1439.98px) {
  .hero-avt-item {
    padding: 29px 24px;
  }
}
@media (max-width: 1279.98px) {
  .hero-avt-item {
    min-height: 154px;
    gap: 12px;
    padding: 16px;
  }
}
@media (max-width: 1199.98px) {
  .hero-avt-item {
    min-height: 122px;
    gap: 10px;
  }
}
.hero-avt-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--white);
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
}
@media (max-width: 1199.98px) {
  .hero-avt-item__icon {
    width: 38px;
    height: 38px;
  }
}
.hero-avt-item__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55556;
  color: var(--white);
}
@media (max-width: 1199.98px) {
  .hero-avt-item__title {
    font-size: 14px;
  }
}

.logo-kpi {
  display: flex;
  flex-direction: column;
  gap: 3px;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.logo-kpi:hover {
  opacity: 1;
}
.logo-kpi:hover .logo-kpi-img {
  transform: translateX(0px);
}
.logo-kpi:hover .logo-kpi-img__part-3 {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .logo-kpi .logo-kpi-img {
    transform: translateX(0px);
  }
  .logo-kpi .logo-kpi-img__part-3 {
    opacity: 1;
  }
}
.logo-kpi-img {
  display: flex;
  gap: 10px;
  transform: translateX(-34px);
  transition: all 0.5s ease-out;
}
.logo-kpi-img__part-1 {
  width: 20px;
  margin-right: 4px;
  transition: all 0.5s ease-out;
}
.logo-kpi-img__part-2 {
  width: 97px;
  transition: all 0.5s ease-out;
}
.logo-kpi-img__part-3 {
  width: 52px;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.logo-kpi__bottom {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white);
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 790;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.2);
}

.mnav {
  display: none;
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 10px;
  z-index: 800;
}
@media (max-width: 767.98px) {
  .mnav {
    top: 30px;
  }
}
.mnav-close {
  position: absolute;
  top: 28px;
  right: 23px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(../images/icons/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mnav-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 24px 37px;
  border-radius: 20px;
  background: var(--white);
}
.mnav-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6px;
}
.mnav-logo img {
  flex-shrink: 0;
  width: 137px;
}
.mnav-logo__desc {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.45455;
  color: #6c6c6c;
}
.mnav-scl {
  display: flex;
  gap: 8px;
}
.mnav-scl__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #000;
  background: rgb(42, 42, 42);
}
.mnav-scl__item:hover {
  background: rgba(42, 42, 42, 0.8);
}
.mnav-scl__item img {
  max-width: 16px;
}
.mnav-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.mnav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.mnav-cb {
  width: 100%;
  max-width: 211px;
  height: 45px;
  font-size: 10px;
  line-height: 1;
}
.mnav-locate {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  line-height: 1.58333;
  font-weight: 300;
  color: #3a3a3a;
}
.mnav-locate:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url(../images/icons/locate.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 20px;
}
.mnav-locate span {
  font-weight: 500;
}

.modal {
  width: 100%;
  max-width: 560px;
  padding: 60px 45px 30px;
  border-radius: 35px;
  background: var(--white);
}
@media (max-width: 767.98px) {
  .modal {
    padding: 50px 20px 30px;
  }
}
@media (max-width: 374.98px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.modal .form-title {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .modal .form-title {
    margin-bottom: 20px;
  }
}

.modal-thank {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 560px;
  padding: 74px 10px 82px;
  text-align: center;
  border-radius: 35px;
  background: var(--white);
}
@media (max-width: 767.98px) {
  .modal-thank {
    gap: 10px;
    padding: 55px 10px 40px;
  }
}
.modal-thank__title {
  font: 700 25px/1.28 var(--secfont);
  color: var(--mdark);
}
@media (max-width: 767.98px) {
  .modal-thank__title {
    font-size: 22px;
    line-height: 1.31818;
  }
  .modal-thank__title br {
    display: none;
  }
}
.modal-thank__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .modal-thank__desc {
    font-size: 17px;
    line-height: 1.4;
  }
}
.modal-thank__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 302px;
  height: 84px;
  margin-top: 18px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.33333;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  border: none;
  border-radius: 84px;
  background: var(--black);
}
@media (max-width: 767.98px) {
  .modal-thank__btn {
    min-width: 220px;
    height: 60px;
    margin-top: 10px;
    font-size: 10px;
  }
}
.modal-thank__btn:active {
  color: var(--black);
  background: var(--accent);
}
@media (hover: hover) {
  .modal-thank__btn:hover {
    color: var(--black);
    background: var(--accent);
  }
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -18px;
  top: auto;
  padding: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: red;
  border: none;
  background: none;
}

div.wpcf7 .wpcf7-response-output {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  z-index: 800;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.9);
}

div.wpcf7 .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  background: url(../images/loader-form.svg);
  background-size: 100%;
}
div.wpcf7 .wpcf7-spinner:before {
  display: none;
}

form.submitting .wpcf7-spinner {
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.section-abt {
  padding: 64px 0 70px;
}
@media (max-width: 1023.98px) {
  .section-abt {
    padding: 75px 0 87px;
  }
}

.abt {
  position: relative;
  min-height: 934px;
}
@media (max-width: 1023.98px) {
  .abt {
    display: flex;
    flex-direction: column;
  }
}
.abt-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1023.98px) {
  .abt-bg {
    position: relative;
    margin-top: -155px;
  }
}
@media (max-width: 767.98px) {
  .abt-bg {
    margin-top: -200px;
  }
}
.abt-bg img {
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 1023.98px) {
  .abt-bg img {
    min-height: 773px;
  }
}
.abt-inner {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 121px 0 111px;
}
@media (max-width: 1023.98px) {
  .abt-inner {
    padding: 50px 15px 0;
  }
}
@media (max-width: 374.98px) {
  .abt-inner {
    padding: 50px 0 0;
  }
}
.abt-inner:before {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgb(250, 250, 250) 36%, rgb(235, 236, 235) 93%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1023.98px) {
  .abt-inner:before {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .abt-inner:before {
    left: -15px;
    width: calc(100% + 30px);
  }
}
.abt-main {
  display: flex;
  flex-direction: column;
  gap: 39px;
  max-width: 710px;
}
@media (max-width: 1023.98px) {
  .abt-main {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .abt-main {
    gap: 30px;
  }
}
.abt-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.abt-title {
  position: relative;
}
.abt-title:before {
  content: "";
  position: absolute;
  top: -94px;
  left: -64px;
  width: 102px;
  height: 97px;
  background-image: url(../images/icons/quote-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1479.98px) {
  .abt-title:before {
    left: -20px;
  }
}
@media (max-width: 1023.98px) {
  .abt-title:before {
    top: -97px;
  }
}
.abt-desc {
  position: relative;
  max-width: 512px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .abt-desc {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .abt-desc {
    font-size: 15px;
    line-height: 1.66667;
  }
}
.abt-desc:before {
  content: "";
  position: absolute;
  bottom: -21px;
  right: -96px;
  width: 102px;
  height: 83px;
  background-image: url(../images/icons/quote-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .abt-desc:before {
    display: none;
  }
}
.abt-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  width: 100%;
  max-width: 544px;
}
@media (max-width: 1439.98px) {
  .abt-items {
    max-width: 495px;
  }
}
@media (max-width: 1023.98px) {
  .abt-items {
    max-width: 100%;
  }
}
.abt-icon {
  content: "";
  position: absolute;
  bottom: -110px;
  right: -246px;
  width: 389px;
  height: 238px;
  transform: rotate(8deg);
  z-index: 1;
  mix-blend-mode: darken;
  background-image: url(../images/qs.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1023.98px) {
  .abt-icon {
    bottom: -90px;
    right: -80px;
    transform: rotate(0deg);
    width: 300px;
    height: 176px;
  }
}
.abt-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  width: 100%;
  padding: 53px 37px 36px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  backdrop-filter: blur(17.7999992371px);
  background: var(--white);
}
@media (max-width: 767.98px) {
  .abt-item {
    gap: 10px;
    min-height: 218px;
    padding: 44px 30px 38px 20px;
  }
}
.abt-item:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -11px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EEFD52;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
}
.abt-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55556;
  color: #373737;
}
@media (max-width: 1023.98px) {
  .abt-item__title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .abt-item__title {
    font-size: 16px;
    line-height: 1.5625;
  }
}
.abt-item__desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.52941;
  color: #373737;
}
@media (max-width: 1023.98px) {
  .abt-item__desc br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .abt-item__desc {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.66667;
  }
}
.abt-pnl {
  position: absolute;
  bottom: 173px;
  right: 84px;
  width: 100%;
  max-width: 322px;
  padding: 18px 40px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: var(--white);
}
@media (max-width: 1439.98px) {
  .abt-pnl {
    right: 20px;
  }
}
@media (max-width: 1023.98px) {
  .abt-pnl {
    bottom: -52px;
    left: 0;
    margin: 0 auto;
    filter: drop-shadow(0 10px 16px rgba(215, 215, 215, 0.25));
  }
}
@media (max-width: 767.98px) {
  .abt-pnl {
    padding: 18px 40px;
  }
}
.abt-pnl__title {
  position: relative;
  margin-bottom: 4px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.59091;
  color: var(--black);
}
.abt-pnl__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  opacity: 0.2;
  background-image: url(../images/icons/user.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.abt-pnl__desc {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.44444;
  color: var(--black);
}

.section-cb {
  padding: 55px 0 93px;
}
@media (max-width: 1023.98px) {
  .section-cb {
    padding: 40px 0;
  }
}

.cb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 75px 30px 67px;
  border-radius: 50px;
  background: var(--accent);
}
@media (max-width: 767.98px) {
  .cb {
    gap: 25px;
    padding: 65px 15px;
  }
}
.cb-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 1199.98px) {
  .cb-btns {
    flex-direction: column;
  }
}
.cb-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  height: 84px;
  padding: 0 12px 0 35px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.33333;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  white-space: nowrap;
  border-radius: 84px;
  background: #171717;
}
@media (max-width: 575.98px) {
  .cb-btn {
    font-size: 13px;
  }
}
.cb-btn i {
  flex-shrink: 0;
  width: 50px;
}
.cb-btn_vk:hover {
  background: #07f;
}
.cb-btn_tg:hover {
  background: #229fda;
}
.cb-btn_wa:hover {
  background: #32d851;
}
.cb-desc {
  margin-top: 13px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #323232;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cb-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.35;
  }
}
.cb-desc a {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .cb-desc a {
    font-size: 24px;
  }
}

.section-err {
  padding: 200px 0;
}
@media (max-width: 1023.98px) {
  .section-err {
    padding: 100px 0;
  }
}

.err {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.err-title {
  font-size: 300px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .err-title {
    font-size: 150px;
  }
}
.err-desc {
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .err-desc {
    font-size: 17px;
  }
}
.err-desc a {
  color: var(--blue);
  text-decoration: underline;
}

.section-exp {
  padding: 95px 0 68px;
}
@media (max-width: 1023.98px) {
  .section-exp {
    padding: 45px 0 65px;
  }
}

.exp {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 59px 35px 70px 85px;
  border-radius: 22px;
  background: #fafafa;
}
@media (max-width: 1279.98px) {
  .exp {
    padding: 50px 30px 60px;
  }
}
@media (max-width: 1199.98px) {
  .exp {
    grid-column-gap: 30px;
  }
}
@media (max-width: 1023.98px) {
  .exp {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 60px 0 0;
  }
}
.exp-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1023.98px) {
  .exp-main {
    padding: 0 22px;
  }
}
@media (max-width: 767.98px) {
  .exp-main {
    gap: 18px;
  }
}
.exp-pict {
  grid-row: 1/1;
  grid-column: 2/2;
  flex-shrink: 0;
  width: 547px;
  border-radius: 22px;
}
@media (max-width: 1199.98px) {
  .exp-pict {
    width: 400px;
  }
}
@media (max-width: 1023.98px) {
  .exp-pict {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .exp-pict img {
    min-height: 258px;
  }
}
.exp-desc {
  max-width: 400px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 575.98px) {
  .exp-desc {
    font-size: 15px;
    line-height: 1.66667;
  }
}
.exp .docs {
  gap: 25px;
  margin-top: auto;
  padding: 28px 27px;
}
@media (max-width: 1279.98px) {
  .exp .docs {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .exp .docs {
    gap: 15px;
    padding: 0 22px 27px 28px;
    margin-top: 22px;
  }
}
@media (max-width: 767.98px) {
  .exp .docs-icon {
    margin-top: -25px;
  }
}
.exp-items {
  display: flex;
  gap: 80px;
  grid-column: span 2/auto;
}
@media (max-width: 1199.98px) {
  .exp-items {
    gap: 40px;
  }
}
@media (max-width: 1023.98px) {
  .exp-items {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .exp-items {
    gap: 25px;
  }
}
.exp-item {
  position: relative;
  padding-left: 68px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 1023.98px) {
  .exp-item {
    align-items: center;
  }
  .exp-item br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .exp-item {
    max-width: 300px;
    padding-left: 58px;
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .exp-item {
    max-width: 260px;
    font-size: 15px;
    line-height: 1.66667;
  }
}
.exp-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EEFD52;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
}
@media (max-width: 1023.98px) {
  .exp-item:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .exp-item:before {
    top: 2px;
    transform: none;
    width: 40px;
    height: 40px;
    background-size: 15px 13px;
  }
}

.section-faq {
  padding: 70px 0 55px;
}
@media (max-width: 1023.98px) {
  .section-faq {
    padding: 87px 0 40px;
  }
}

.faq-title {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .faq-title {
    margin-bottom: 35px;
  }
}
.faq-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
}
.faq-item {
  transition: padding var(--var300);
  border-radius: 14px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.faq-item.is-active {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .faq-item.is-active {
    margin-bottom: 10px;
  }
}
.faq-item.is-active .faq-item-head:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-item-head {
  position: relative;
  display: flex;
  gap: 37px;
  height: 85px;
  margin: -1px;
  padding-right: 95px;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  backdrop-filter: blur(35.7999992371px);
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023.98px) {
  .faq-item-head {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .faq-item-head {
    min-height: 105px;
    height: auto;
    padding: 20px 74px 20px 40px;
  }
}
.faq-item-head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 53px;
  height: 53px;
  transition: transform var(--anim150);
  background-image: url(../images/icons/acc-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .faq-item-head:after {
    right: 22px;
    width: 44px;
    height: 44px;
  }
}
.faq-item__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 77px;
  font-size: 18px;
  line-height: 1.55556;
  color: #e0e0e0;
  border-right: 1px solid #f1f1f1;
}
@media (max-width: 767.98px) {
  .faq-item__num {
    display: none;
  }
}
.faq-item__title {
  align-self: center;
  font: 700 18px/1.35 var(--secfont);
  color: #323232;
}
@media (max-width: 767.98px) {
  .faq-item__title {
    font-size: 16px;
    line-height: 1.35;
  }
}
.faq-item-content {
  padding: 50px 55px 40px 37px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #323232;
}
@media (max-width: 767.98px) {
  .faq-item-content {
    padding: 40px 25px 40px 40px;
    font-size: 17px;
    line-height: 1.52941;
  }
}

.section-fb {
  padding: 75px 0 53px;
}
@media (max-width: 1023.98px) {
  .section-fb {
    padding: 55px 0;
  }
}

.fb-title {
  margin-bottom: 45px;
}
.fb-sl {
  width: 100%;
  max-width: 1435px;
  padding: 0 35px;
}
@media (max-width: 1279.98px) {
  .fb-sl {
    padding: 0;
  }
}
.fb-item {
  position: relative;
  height: auto;
}
@media (max-width: 1023.98px) {
  .fb-item {
    border-radius: 22px;
    background: #fafafa;
  }
}
.fb-item__vd {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20%;
  right: 478px;
  width: 163px;
  height: 163px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.66667;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
  overflow: hidden;
  transform: translateZ(0);
  z-index: 3;
  border-radius: 50%;
  background: var(--accent);
}
@media (max-width: 1279.98px) {
  .fb-item__vd {
    right: 325px;
  }
}
@media (max-width: 1023.98px) {
  .fb-item__vd {
    top: -125px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .fb-item__vd {
    top: -90px;
    width: 120px;
    height: 120px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.fb-item__vd:before, .fb-item__vd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity var(--anim150);
  background-image: url(../images/btn-bg-2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fb-item__vd:before {
  opacity: 0.8;
  mix-blend-mode: luminosity;
  background-color: #eefd52;
}
.fb-item__vd:after {
  opacity: 0;
  mix-blend-mode: multiply;
  background-color: #a0af00;
}
.fb-item__vd:active:before {
  opacity: 0;
}
.fb-item__vd:active:after {
  opacity: 0.8;
}
@media (hover: hover) {
  .fb-item__vd:hover:before {
    opacity: 0;
  }
  .fb-item__vd:hover:after {
    opacity: 0.8;
  }
}
.fb-item-inner {
  display: flex;
  flex-direction: column;
  gap: 38px;
  width: calc(100% - 95px);
  height: 100%;
  min-height: 725px;
  padding: 50px 495px 50px 95px;
  overflow: hidden;
  border-radius: 22px;
  background: #fafafa;
}
@media (max-width: 1439.98px) {
  .fb-item-inner {
    padding-left: 50px;
  }
}
@media (max-width: 1279.98px) {
  .fb-item-inner {
    padding: 40px 360px 40px 30px;
  }
}
@media (max-width: 1023.98px) {
  .fb-item-inner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 40px 40px 45px;
    overflow: unset;
  }
}
@media (max-width: 767.98px) {
  .fb-item-inner {
    padding: 35px 20px 45px;
  }
}
.fb-item__title {
  font: 700 28px/1.286 var(--secfont);
  color: var(--mdark);
}
@media (max-width: 767.98px) {
  .fb-item__title {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .fb-item__title {
    font-size: 19px;
    line-height: 1.42105;
  }
}
.fb-item-qt {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: calc(100% - 50px);
  padding-left: 46px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .fb-item-qt {
    max-width: 100%;
    padding-left: 40px;
  }
}
.fb-item-qt:before {
  content: "";
  position: absolute;
  top: -49px;
  left: -32px;
  width: 102px;
  height: 97px;
  z-index: -1;
  background-image: url(../images/icons/quote-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .fb-item-qt:before {
    left: -18px;
  }
}
.fb-item-qt__desc {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.55556;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .fb-item-qt__desc {
    font-size: 15px;
    line-height: 1.46667;
  }
  .fb-item-qt__desc br {
    display: none;
  }
}
.fb-item-qt-av {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
}
@media (max-width: 767.98px) {
  .fb-item-qt-av {
    padding-left: 0;
  }
}
.fb-item-qt-av__title {
  position: relative;
  padding-left: 24px;
  font: 400 30px/1 var(--thirdfont);
  color: #323232;
}
.fb-item-qt-av__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 17px;
  margin-top: -10px;
  background-image: url(../images/icons/user.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fb-item-qt-av__desc {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}
.fb-item-inf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}
.fb-item-inf__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 31px 7px 31px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
  text-align: center;
  border-radius: 6px;
  background: #e5e9fd;
}
@media (max-width: 767.98px) {
  .fb-item-inf__title {
    padding: 6px 20px 5px 20px;
    font-size: 12px;
    line-height: 1.485;
  }
}
.fb-item-inf__desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.58824;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .fb-item-inf__desc {
    font-size: 15px;
    line-height: 1.53333;
  }
}
.fb-item__pict {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 538px;
  height: calc(100% - 70px);
  border-radius: 22px;
}
@media (max-width: 1279.98px) {
  .fb-item__pict {
    width: 420px;
  }
}
@media (max-width: 1023.98px) {
  .fb-item__pict {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .fb-item__pict img {
    min-height: 281px;
  }
}
.fb-nav .swiper-nav-prev {
  left: 0;
}
.fb-nav .swiper-nav-next {
  right: 0;
}
@media (max-width: 1279.98px) {
  .fb-nav {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 25px;
  }
  .fb-nav .swiper-nav-prev,
  .fb-nav .swiper-nav-next {
    position: relative;
    top: 0;
    transform: none;
  }
}

.section-gr {
  padding: 53px 0 58px;
}
@media (max-width: 1023.98px) {
  .section-gr {
    padding: 55px 0 42px;
  }
}

.gr {
  position: relative;
  padding: 100px 510px 100px 80px;
  transform: translateZ(0);
  min-height: 624px;
  border-radius: 35px;
  background: #fafafa;
}
@media (max-width: 1439.98px) {
  .gr {
    padding: 100px 440px 100px 40px;
  }
}
@media (max-width: 1279.98px) {
  .gr {
    padding: 70px 390px 70px 30px;
  }
}
@media (max-width: 1199.98px) {
  .gr {
    padding: 50px 405px 50px 30px;
  }
}
@media (max-width: 1023.98px) {
  .gr {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 50px 20px 85px;
  }
}
.gr-main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 19px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .gr-main {
    gap: 15px;
  }
}
@media (max-width: 1279.98px) {
  .gr-title br {
    display: none;
  }
}
.gr-desc {
  max-width: 620px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
  color: var(--black);
}
@media (max-width: 1023.98px) {
  .gr-desc {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gr-desc {
    font-size: 17px;
    line-height: 1.52941;
  }
}
.gr-inf__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding: 9px 31px 7px 31px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--black);
  text-align: center;
  border-radius: 6px;
  background: #e5e9fd;
}
@media (max-width: 767.98px) {
  .gr-inf__title {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .gr-inf__title {
    padding: 6px 20px 5px 20px;
    font-size: 12px;
    line-height: 1.485;
  }
}
.gr-inf-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 60px;
  grid-row-gap: 40px;
}
@media (max-width: 1439.98px) {
  .gr-inf-grid {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1279.98px) {
  .gr-inf-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gr-inf-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.gr-inf-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
@media (max-width: 767.98px) {
  .gr-inf-item {
    gap: 12px;
  }
}
.gr-inf-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 66px;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .gr-inf-item__icon {
    width: 53px;
  }
}
.gr-inf-item__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .gr-inf-item__title {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .gr-inf-item__title {
    font-size: 15px;
    line-height: 1.66667;
  }
}
.gr-dt {
  position: absolute;
  top: 19%;
  right: 19.5%;
  padding: 30px;
  z-index: 3;
  border-radius: 27px;
  filter: drop-shadow(0 10px 16px rgba(215, 215, 215, 0.25));
  background: var(--white);
}
@media (max-width: 1439.98px) {
  .gr-dt {
    right: 15%;
  }
}
@media (max-width: 1279.98px) {
  .gr-dt {
    right: 12%;
  }
}
@media (max-width: 1199.98px) {
  .gr-dt {
    right: 5%;
  }
}
@media (max-width: 1023.98px) {
  .gr-dt {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .gr-dt {
    max-width: 350px;
    padding: 22px;
  }
}
.gr-dt__title {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66667;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .gr-dt__title {
    font-size: 16px;
  }
}
.gr-dt-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .gr-dt-list {
    gap: 2px;
  }
}
.gr-dt-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gr-dt-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 22px;
}
.gr-dt-item__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .gr-dt-item__title {
    font-size: 13px;
    line-height: 2.30769;
  }
}
.gr-aw {
  position: absolute;
  bottom: 25px;
  right: 43px;
  width: 270px;
  padding: 30px;
  z-index: 3;
  border-radius: 27px;
  filter: drop-shadow(0 10px 16px rgba(215, 215, 215, 0.25));
  background: var(--white);
}
@media (max-width: 1023.98px) {
  .gr-aw {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .gr-aw {
    max-width: 350px;
    padding: 22px 30px;
  }
}
.gr-aw__icon {
  height: 38px;
  margin-bottom: 10px;
}
.gr-aw__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  color: var(--black);
}
.gr-aw__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57143;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .gr-aw__desc {
    font-size: 13px;
    line-height: 1.53846;
  }
}
.gr-pict {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  bottom: 0;
  right: -90px;
  height: calc(100% + 50px);
  max-height: 683px;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .gr-pict {
    right: -120px;
    max-width: 620px;
  }
}
@media (max-width: 1199.98px) {
  .gr-pict {
    right: -105px;
    max-width: 530px;
  }
}
@media (max-width: 1023.98px) {
  .gr-pict {
    position: relative;
    align-items: center;
    justify-content: center;
    right: 0;
    max-height: none;
    max-width: 100%;
    height: auto;
    margin: -40px 0 -200px;
  }
}
@media (max-width: 767.98px) {
  .gr-pict {
    margin: -40px 0 -180px;
  }
  .gr-pict img {
    min-width: 480px;
  }
}

.section-mr {
  padding: 62px 0 116px;
}
@media (max-width: 1023.98px) {
  .section-mr {
    padding: 48px 0 43px;
  }
}

.mr-title {
  margin-bottom: 43px;
}
@media (max-width: 1023.98px) {
  .mr-title {
    margin-bottom: 32px;
  }
}
.mr-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1439.98px) {
  .mr-grid {
    grid-template-columns: 1fr 380px;
  }
}
@media (max-width: 1279.98px) {
  .mr-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .mr-grid {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.mr-grid-group {
  display: grid;
  grid-template-columns: 515px 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1439.98px) {
  .mr-grid-group {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1279.98px) {
  .mr-grid-group {
    grid-column: span 2/auto;
  }
}
@media (max-width: 767.98px) {
  .mr-grid-group {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
  }
}
.mr-grid-group_rev {
  grid-template-columns: 1fr 515px;
}
@media (max-width: 1439.98px) {
  .mr-grid-group_rev {
    grid-template-columns: 1fr 1fr;
  }
}
.mr-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column: 1/3;
}
@media (max-width: 1279.98px) {
  .mr-grid-row {
    grid-template-columns: 1fr;
    grid-column: 1/1;
  }
}
.mr-item {
  position: relative;
  transform: translateZ(0);
  min-height: 250px;
  padding: 35px 40px;
  overflow: hidden;
  border-radius: 22px;
  color: var(--black);
  border: 1px solid #e6e5e5;
  background: #fafafa;
}
@media (max-width: 1439.98px) {
  .mr-item {
    padding: 24px;
  }
}
@media (max-width: 1023.98px) {
  .mr-item {
    min-height: 212px;
  }
}
@media (max-width: 767.98px) {
  .mr-item {
    padding: 25px 28px;
  }
}
@media (max-width: 374.98px) {
  .mr-item {
    padding: 24px;
  }
}
.mr-item.bg-dark {
  color: var(--white);
  border: none;
  background: #202020;
}
.mr-item_vert {
  grid-column: 2/2;
  grid-row: 1/3;
  padding-bottom: 357px;
}
@media (max-width: 1279.98px) {
  .mr-item_vert {
    grid-row: 3/4;
  }
}
@media (max-width: 767.98px) {
  .mr-item_vert {
    padding-bottom: 235px;
  }
}
.mr-item_vert .mr-item__pict {
  left: 0;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .mr-item_vert .mr-item__pict {
    left: auto;
    margin: 0;
  }
}
.mr-item-main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}
.mr-item__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
}
@media (max-width: 1023.98px) {
  .mr-item__title {
    font-size: 20px;
    line-height: 1.75;
  }
}
.mr-item__desc {
  max-width: 270px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1439.98px) {
  .mr-item__desc {
    max-width: 260px;
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .mr-item__desc {
    max-width: 220px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .mr-item__desc br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .mr-item__desc {
    font-size: 15px;
    line-height: 1.53333;
  }
}
@media (max-width: 374.98px) {
  .mr-item__desc {
    max-width: 190px;
  }
}
.mr-item__pict {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.mr-wl {
  position: relative;
  display: flex;
  gap: 50px;
  width: 100%;
  max-width: 935px;
  margin: 78px auto 28px;
  padding: 30px 20px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #f1f3ff;
}
@media (max-width: 767.98px) {
  .mr-wl {
    flex-direction: column-reverse;
    gap: 0;
    margin: 64px auto 0;
    padding: 55px 20px 20px 25px;
  }
}
@media (max-width: 374.98px) {
  .mr-wl {
    padding: 45px 15px 15px;
  }
}
.mr-wl:before, .mr-wl:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mr-wl:before {
  top: -55px;
  left: -2px;
  width: 102px;
  height: 97px;
  background-image: url(../images/icons/quote-1.svg);
}
.mr-wl:after {
  bottom: -28px;
  right: 5px;
  width: 102px;
  height: 83px;
  background-image: url(../images/icons/quote-2.svg);
}
@media (max-width: 767.98px) {
  .mr-wl:after {
    display: none;
  }
}
.mr-wl__pict {
  flex-shrink: 0;
  width: 164px;
  height: 164px;
  margin-bottom: -58px;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .mr-wl__pict {
    align-self: flex-end;
    width: 115px;
    height: 115px;
    margin: -40px 0 0;
  }
}
@media (max-width: 374.98px) {
  .mr-wl__pict {
    width: 80px;
    height: 80px;
  }
}
.mr-wl__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mr-wl-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 14px;
}
.mr-wl__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.75;
  color: var(--black);
}
@media (max-width: 1023.98px) {
  .mr-wl__desc br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mr-wl__desc {
    padding-right: 20px;
    font-size: 17px;
    line-height: 1.52941;
  }
}
@media (max-width: 374.98px) {
  .mr-wl__desc {
    padding-right: 0;
  }
}
.mr-wl-av {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .mr-wl-av {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.mr-wl-av__title {
  position: relative;
  padding-left: 24px;
  font: 400 30px/1 var(--thirdfont);
  color: #323232;
}
.mr-wl-av__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 17px;
  margin-top: -10px;
  background-image: url(../images/icons/user.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mr-wl-av__desc {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}
@media (max-width: 767.98px) {
  .mr-wl-av__desc {
    padding-left: 24px;
  }
}

.section-policy {
  padding: 200px 0 100px;
}
@media (max-width: 1023.98px) {
  .section-policy {
    padding: 120px 0 50px;
  }
}

.policy {
  width: 100%;
  max-width: 1170px;
}
.policy-title {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .policy-title {
    margin-bottom: 20px;
    text-align: left;
  }
}
.policy-content {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5 {
  font-weight: 500;
}
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5 {
  margin-bottom: 15px;
}
.policy-content h2 {
  font-size: 32px;
}
.policy-content h3 {
  font-size: 28px;
}
.policy-content h4 {
  font-size: 22px;
}
.policy-content p,
.policy-content ul,
.policy-content ol {
  margin-bottom: 20px;
}
.policy-content a {
  color: var(--blue);
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .policy-content {
    font-size: 17px;
    line-height: 1.4;
  }
  .policy-content h2,
  .policy-content h3,
  .policy-content h4,
  .policy-content h5 {
    margin-bottom: 12px;
  }
  .policy-content h2 {
    font-size: 22px;
  }
  .policy-content h3 {
    font-size: 20px;
  }
  .policy-content h4 {
    font-size: 18px;
  }
  .policy-content p,
  .policy-content ul,
  .policy-content ol {
    margin-bottom: 16px;
  }
}

.section-prt {
  padding: 94px 0 62px;
}
@media (max-width: 1023.98px) {
  .section-prt {
    padding: 54px 0 48px;
  }
}

.prt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 29px;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 59px 50px 71px;
  border-radius: 27px;
  filter: drop-shadow(0 10px 16px rgba(215, 215, 215, 0.25));
  background: var(--white);
}
@media (max-width: 1199.98px) {
  .prt {
    max-width: 1024px;
  }
}
@media (max-width: 1023.98px) {
  .prt {
    max-width: 700px;
    gap: 23px;
    padding: 40px 78px;
  }
}
@media (max-width: 374.98px) {
  .prt {
    padding: 40px;
  }
}
.prt-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1023.98px) {
  .prt-items {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .prt-items {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0;
    grid-column-gap: 30px;
  }
}
@media (max-width: 479.98px) {
  .prt-items {
    max-width: 190px;
  }
}
@media (max-width: 767.98px) {
  .prt-item {
    display: flex;
    justify-content: center;
  }
  .prt-item:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2/2;
  }
}

.section-qlt {
  padding: 53px 0 69px;
}
@media (max-width: 1023.98px) {
  .section-qlt {
    padding: 47px 0 32px;
  }
}

.qlt {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.qlt-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .qlt-head {
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767.98px) {
  .qlt-title {
    text-align: left;
  }
}
.qlt-desc {
  max-width: 587px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .qlt-desc {
    font-size: 17px;
    line-height: 1.52941;
    text-align: left;
  }
}
.qlt-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1023.98px) {
  .qlt-body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .qlt-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.qlt-item {
  border: 1px solid #e6e5e5;
  border-radius: 22px;
  background: #fafafa;
}
.qlt-item__pict {
  border: 1px solid #e6e5e5;
  border-radius: 22px;
}
@media (max-width: 1023.98px) {
  .qlt-item__pict {
    aspect-ratio: 16/10;
  }
}
@media (max-width: 767.98px) {
  .qlt-item__pict {
    aspect-ratio: 16/8.07;
  }
}
.qlt-item-main {
  min-height: 154px;
  padding: 40px;
}
@media (max-width: 1199.98px) {
  .qlt-item-main {
    min-height: 140px;
    padding: 30px;
  }
}
@media (max-width: 1023.98px) {
  .qlt-item-main {
    min-height: 135px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .qlt-item-main {
    min-height: 105px;
  }
}
.qlt-item__title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.30435;
  color: var(--black);
}
@media (max-width: 1199.98px) {
  .qlt-item__title {
    font-size: 22px;
  }
  .qlt-item__title br {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .qlt-item__title {
    font-size: 18px;
    line-height: 1.55556;
  }
}
.qlt-res {
  width: 100%;
  max-width: 1185px;
  margin: 87px auto 0;
}
@media (max-width: 1199.98px) {
  .qlt-res {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .qlt-res {
    margin-top: 30px;
  }
}
.qlt-res__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .qlt-res__title {
    margin-bottom: 30px;
  }
}
.qlt-res-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 45px;
}
@media (max-width: 1199.98px) {
  .qlt-res-items {
    grid-column-gap: 24px;
  }
}
@media (max-width: 1023.98px) {
  .qlt-res-items {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .qlt-res-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.qlt-res-item {
  position: relative;
  min-height: 127px;
  padding: 44px 20px 30px 35px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.52941;
  color: #373737;
  transform: translateZ(0);
  border: 1px solid #ebebeb;
  border-radius: 20px;
  backdrop-filter: blur(17.7999992371px);
  background: var(--white);
}
@media (max-width: 1279.98px) {
  .qlt-res-item {
    padding-left: 25px;
  }
}
@media (max-width: 1199.98px) {
  .qlt-res-item br {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .qlt-res-item {
    padding: 40px 20px 20px;
  }
}
.qlt-res-item:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -11px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EEFD52;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
}

.section-seo {
  padding: 93px 0 30px;
}
@media (max-width: 1023.98px) {
  .section-seo {
    padding: 40px 0 25px;
  }
}

.seo {
  height: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--anim150);
}
.seo.loaded {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.seo-title {
  margin-bottom: 27px;
}
@media (max-width: 767.98px) {
  .seo-title {
    margin-bottom: 20px;
  }
}
.seo-content {
  max-width: 1190px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #323232;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (max-width: 767.98px) {
  .seo-content {
    font-size: 17px;
    line-height: 1.52941;
  }
}
.seo-content h1 {
  display: block;
  margin-bottom: 24px;
  font: 700 45px/1.267 var(--secfont);
  color: var(--gray);
}
@media (max-width: 767.98px) {
  .seo-content h1 {
    max-width: 545px;
    font-size: 32px;
  }
}
@media (max-width: 479.98px) {
  .seo-content h1 {
    max-width: 375px;
    font-size: 25px;
  }
}
.seo-content h1 span {
  position: relative;
}
.seo-content h1 span:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 12px);
  height: 7px;
  z-index: -1;
  background: var(--yellow);
}
@media (max-width: 767.98px) {
  .seo-content h1 span:after {
    bottom: 3px;
  }
}
.seo-content h2 {
  display: block;
  margin-bottom: 24px;
  font: 700 37px/1.2703 var(--secfont);
  color: #72747e;
}
@media (max-width: 1279.98px) {
  .seo-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1023.98px) {
  .seo-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .seo-content h2 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 1.32;
  }
  .seo-content h2 br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .seo-content h2 {
    font-size: 22px;
    line-height: 1.31818;
  }
}
.seo-content p,
.seo-content ul,
.seo-content ol {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .seo-content p,
  .seo-content ul,
  .seo-content ol {
    margin-bottom: 14px;
  }
}
.seo-content *:nth-last-child(1) {
  margin-bottom: 0;
}
.seo-link {
  display: none;
  margin-top: 21px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.33333;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #5197ff;
}
@media (max-width: 767.98px) {
  .seo-link {
    margin-top: 16px;
  }
}
.seo-link.show {
  display: inline-block;
}

.section-slc {
  padding: 116px 0 93px;
}
@media (max-width: 1023.98px) {
  .section-slc {
    padding: 43px 0 62px;
  }
}

.slc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 100%;
  padding: 0 72px;
}
@media (max-width: 1279.98px) {
  .slc {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 1023.98px) {
  .slc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
}
.slc-main {
  display: flex;
  justify-content: space-between;
  grid-column: span 3/auto;
  transform: translateZ(0);
  border-radius: 43px;
  border: 1px solid #e6e5e5;
  background: #fafafa;
}
@media (max-width: 1023.98px) {
  .slc-main {
    flex-direction: column;
    margin-bottom: 190px;
  }
}
@media (max-width: 767.98px) {
  .slc-main {
    border-radius: 25px;
  }
}
.slc-main-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 70px 40px 70px 60px;
}
@media (max-width: 1439.98px) {
  .slc-main-body {
    padding: 40px 30px;
  }
}
@media (max-width: 1023.98px) {
  .slc-main-body {
    gap: 20px;
    padding: 48px 30px 34px;
  }
}
@media (max-width: 1439.98px) {
  .slc-main__title {
    font-size: 30px;
  }
}
@media (max-width: 1279.98px) {
  .slc-main__title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .slc-main__title {
    font-size: 22px;
    line-height: 1.31818;
  }
  .slc-main__title span:after {
    display: none;
  }
}
.slc-main-group {
  display: flex;
  gap: 25px;
}
@media (max-width: 1279.98px) {
  .slc-main-group {
    gap: 16px;
  }
}
.slc-main__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 77px;
  height: 77px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: var(--white);
}
@media (max-width: 1279.98px) {
  .slc-main__icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .slc-main__icon {
    display: none;
  }
}
.slc-main__desc {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--black);
}
@media (max-width: 1279.98px) {
  .slc-main__desc {
    font-size: 18px;
  }
  .slc-main__desc br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .slc-main__desc {
    font-size: 17px;
    line-height: 1.52941;
  }
}
.slc-main__desc strong,
.slc-main__desc b {
  font-weight: 500;
}
.slc-main-pnl {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 3px;
  bottom: 19px;
  right: -62px;
  width: 343px;
  min-height: 209px;
  padding: 24px 33px;
  border-radius: 27px;
  filter: drop-shadow(0 10px 16px rgba(215, 215, 215, 0.25));
  background: var(--white);
}
@media (max-width: 1279.98px) {
  .slc-main-pnl {
    width: 300px;
    min-height: 190px;
    right: -30px;
    padding: 24px;
  }
}
@media (max-width: 1023.98px) {
  .slc-main-pnl {
    left: 0;
    right: 0;
    bottom: -150px;
    width: calc(100% - 20px);
    max-width: 306px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .slc-main-pnl {
    padding: 18px 22px 28px;
  }
}
.slc-main-pnl__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.slc-main-pnl__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5625;
  color: var(--black);
}
.slc-main-pnl__desc {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57143;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .slc-main-pnl__desc {
    font-size: 13px;
    line-height: 1.53846;
  }
}
.slc-main-pict {
  width: 526px;
  flex-shrink: 0;
  border-radius: 22px;
}
@media (max-width: 1279.98px) {
  .slc-main-pict {
    width: 430px;
  }
}
@media (max-width: 1023.98px) {
  .slc-main-pict {
    width: 100%;
  }
}
.slc-item {
  display: flex;
  flex-direction: column;
  min-height: 536px;
  border: 1px solid #e6e5e5;
  border-radius: 22px;
  background: #fafafa;
}
@media (max-width: 1023.98px) {
  .slc-item {
    flex-direction: column-reverse;
    min-height: auto;
    border-radius: 25px;
  }
}
.slc-item__pict {
  height: 205px;
  transform: translateZ(0);
  border-radius: 22px;
}
@media (max-width: 1023.98px) {
  .slc-item__pict {
    height: auto;
  }
}
@media (max-width: 1023.98px) {
  .slc-item__pict img {
    min-height: 236px;
  }
}
.slc-item-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
  padding: 40px 42px;
}
@media (max-width: 1279.98px) {
  .slc-item-body {
    padding: 24px;
  }
}
@media (max-width: 1023.98px) {
  .slc-item-body {
    gap: 25px;
    padding: 48px 30px 30px;
  }
}
.slc-item__title {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.30435;
  color: var(--black);
}
@media (max-width: 1279.98px) {
  .slc-item__title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .slc-item__title {
    font-size: 20px;
    line-height: 1.35;
  }
}
.slc-item__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 1279.98px) {
  .slc-item__desc br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .slc-item__desc {
    font-size: 17px;
    line-height: 1.52941;
  }
}

.section-smp {
  padding: 69px 0 95px;
}
@media (max-width: 1023.98px) {
  .section-smp {
    padding: 32px 0 90px;
  }
}
@media (max-width: 767.98px) {
  .section-smp {
    padding-bottom: 45px;
  }
}

.smp {
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
@media (max-width: 1439.98px) {
  .smp {
    gap: 40px;
  }
}
@media (max-width: 1023.98px) {
  .smp {
    flex-direction: column;
    gap: 60px;
  }
}
.smp-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
}
@media (max-width: 767.98px) {
  .smp-main {
    gap: 18px;
  }
}
.smp-desc {
  max-width: 475px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 1023.98px) {
  .smp-desc {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .smp-desc {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .smp-desc {
    font-size: 15px;
    line-height: 1.66667;
  }
}
.smp-btn {
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  .smp-btn {
    margin-top: 0;
  }
}
.smp-body {
  position: relative;
  flex-shrink: 0;
  width: 581px;
  min-width: 0;
  padding: 0 48px;
}
@media (max-width: 1199.98px) {
  .smp-body {
    width: 490px;
  }
}
@media (max-width: 1023.98px) {
  .smp-body {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .smp-body {
    padding: 0;
  }
}
.smp-item {
  height: auto;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .smp-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .smp-nav .swiper-pagination {
    position: relative;
    bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .smp-nav-arrows {
    display: flex;
    justify-content: center;
    gap: 80px;
  }
}
@media (max-width: 767.98px) {
  .smp-nav .swiper-nav-prev,
  .smp-nav .swiper-nav-next {
    position: relative;
    top: 0;
    transform: none;
  }
}
.smp-nav .swiper-nav-prev {
  left: -85px;
}
@media (max-width: 1439.98px) {
  .smp-nav .swiper-nav-prev {
    left: 0;
  }
}
.smp-nav .swiper-nav-next {
  right: -85px;
}
@media (max-width: 1439.98px) {
  .smp-nav .swiper-nav-next {
    right: 0;
  }
}

.section-st {
  padding: 53px 0 81px;
}
@media (max-width: 1023.98px) {
  .section-st {
    padding: 42px 0 47px;
  }
}

.st {
  display: flex;
  gap: 93px;
  min-height: 624px;
  padding: 55px 70px 55px 55px;
  border-radius: 35px;
  background: #fafafa;
}
@media (max-width: 1439.98px) {
  .st {
    gap: 40px;
    padding: 55px 40px 55px 40px;
  }
}
@media (max-width: 1199.98px) {
  .st {
    gap: 30px;
    padding: 55px 30px 55px 30px;
  }
}
@media (max-width: 1023.98px) {
  .st {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding: 60px 22px 45px;
  }
}
.st-pict {
  flex-shrink: 0;
  width: 484px;
  overflow: hidden;
  border-radius: 34px;
}
@media (max-width: 1199.98px) {
  .st-pict {
    width: 400px;
  }
}
@media (max-width: 1023.98px) {
  .st-pict {
    width: 100%;
  }
}
.st-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding-top: 35px;
}
@media (max-width: 1199.98px) {
  .st-main {
    gap: 18px;
    padding-top: 0;
  }
}
.st-title {
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .st-title br {
    display: none;
  }
}
.st-desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 767.98px) {
  .st-desc {
    font-size: 17px;
    line-height: 1.52941;
  }
}
@media (max-width: 767.98px) {
  .st .docs {
    margin-top: 16px;
  }
}
.st-accent {
  margin-top: 12px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.58824;
  color: #828282;
}
@media (max-width: 767.98px) {
  .st-accent {
    display: none;
  }
}
.st-accent_mob {
  display: none;
}
@media (max-width: 767.98px) {
  .st-accent_mob {
    display: block;
    margin-top: 7px;
    font-size: 17px;
    line-height: 1.52941;
  }
  .st-accent_mob br {
    display: none;
  }
}

.section-tags {
  padding: 30px 0 64px;
}
@media (max-width: 1023.98px) {
  .section-tags {
    padding: 25px 0 38px;
  }
}

.tags-title {
  margin-bottom: 16px;
}
.tags-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .tags-items {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
  }
}
@media (max-width: 767.98px) {
  .tags-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tags-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 29px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
  text-align: center;
  color: #323232;
  border-radius: 7px;
  background: #f3f3f3;
}
@media (max-width: 767.98px) {
  .tags-item {
    padding: 10px 10px 9px;
    font-size: 15px;
    line-height: 1.2;
  }
}
.tags-item:hover {
  color: var(--black);
  background: var(--accent);
}
.tags .categorylinks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .tags .categorylinks {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
  }
}
@media (max-width: 767.98px) {
  .tags .categorylinks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tags .categorylinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 29px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66667;
  text-align: center;
  color: #323232;
  border-radius: 7px;
  background: #f3f3f3;
}
@media (max-width: 767.98px) {
  .tags .categorylinks a {
    padding: 10px 10px 9px;
    font-size: 15px;
    line-height: 1.2;
  }
}
.tags .categorylinks a:hover {
  color: var(--black);
  background: var(--accent);
}

.section-tsk {
  padding: 68px 0 64px;
}
@media (max-width: 1023.98px) {
  .section-tsk {
    padding: 64px 0 75px;
  }
}

.tsk-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  padding: 168px 0 45px;
}
@media (max-width: 1439.98px) {
  .tsk-main {
    margin: 0 -20px;
    padding: 168px 20px 100px;
  }
}
@media (max-width: 1023.98px) {
  .tsk-main {
    gap: 60px;
    padding: 74px 20px 100px;
  }
}
@media (max-width: 767.98px) {
  .tsk-main {
    gap: 30px;
    margin: 0 -15px;
    padding: 74px 15px 100px;
  }
}
.tsk-main__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1439.98px) {
  .tsk-main__bg {
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
  }
}
@media (max-width: 1023.98px) {
  .tsk-main__bg {
    width: 1222px;
  }
}
@media (max-width: 575.98px) {
  .tsk-main__bg {
    width: 1064px;
  }
}
.tsk-main__bg img {
  -o-object-position: top center;
     object-position: top center;
  max-height: none;
  clip-path: ellipse(50% 100% at 50% 100%);
}
@media (max-width: 1439.98px) {
  .tsk-main__bg img {
    clip-path: ellipse(80% 100% at 50% 100%);
  }
}
@media (max-width: 1023.98px) {
  .tsk-main__bg img {
    clip-path: ellipse(70% 100% at 50% 100%);
  }
}
@media (max-width: 767.98px) {
  .tsk-main__bg img {
    clip-path: ellipse(100% 100% at 50% 100%);
  }
}
@media (max-width: 575.98px) {
  .tsk-main__bg img {
    clip-path: ellipse(80% 100% at 50% 100%);
  }
}
.tsk-main-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .tsk-main-head {
    align-items: flex-start;
    gap: 16px;
  }
}
.tsk-main__title {
  color: var(--white);
}
@media (max-width: 767.98px) {
  .tsk-main__title {
    text-align: left;
  }
}
.tsk-main__desc {
  max-width: 550px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .tsk-main__desc {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .tsk-main__desc {
    font-size: 17px;
    line-height: 1.52941;
  }
}
.tsk-main-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .tsk-main-body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .tsk-main-body {
    width: 100%;
  }
}
.tsk-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 404px;
  padding: 53px 40px 30px;
  border-radius: 20px;
  backdrop-filter: blur(8.9px);
  background-color: rgba(1, 4, 25, 0.5);
  isolation: isolate;
  transform: translateZ(0);
  will-change: transform;
}
@media (max-width: 1023.98px) {
  .tsk-item {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 767.98px) {
  .tsk-item {
    max-width: 100%;
    padding: 40px 20px 40px 28px;
  }
}
.tsk-item:after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(135deg, #fff, #01041F) border-box;
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  background-clip: padding-box;
}
.tsk-item:nth-child(3) {
  grid-column: 2/2;
  grid-row: 1/3;
}
.tsk-item:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -11px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EEFD52;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
}
@media (max-width: 767.98px) {
  .tsk-item:before {
    top: -18px;
    left: 15px;
    width: 35px;
    height: 35px;
    background-size: 14px 13px;
  }
}
.tsk-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55556;
  color: var(--white);
}
@media (max-width: 575.98px) {
  .tsk-item__title {
    font-size: 16px;
    line-height: 1.5625;
  }
}
.tsk-item__desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.52941;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .tsk-item__desc {
    font-size: 15px;
    line-height: 1.66667;
  }
}
.tsk-ord {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 0 0 35px 35px;
  background: var(--accent);
}
@media (max-width: 1439.98px) {
  .tsk-ord {
    margin-top: -20px;
    z-index: 2;
    border-radius: 35px;
  }
}
@media (max-width: 1279.98px) {
  .tsk-ord {
    padding: 40px 30px;
  }
}
@media (max-width: 1023.98px) {
  .tsk-ord {
    padding: 0;
    background: none;
  }
}
.tsk-ord-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 1279.98px) {
  .tsk-ord-inner {
    gap: 30px;
  }
}
@media (max-width: 1023.98px) {
  .tsk-ord-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 220px;
  }
}
.tsk-ord-main {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .tsk-ord-main {
    padding: 40px 30px 170px;
    border-radius: 35px;
    background: var(--accent);
  }
}
.tsk-ord__pict {
  position: absolute;
  top: 56%;
  left: calc(100% + 240px);
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
  max-width: none;
  max-height: none;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .tsk-ord__pict {
    top: auto;
    bottom: -460px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 800px;
  }
}
@media (max-width: 767.98px) {
  .tsk-ord__pict {
    top: auto;
    bottom: -430px;
    left: -165px;
    transform: rotate(50deg);
    width: 750px;
  }
}
.tsk-ord__title {
  margin-bottom: 5px;
}
.tsk-ord__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--black);
}
.tsk-ord-inf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.tsk-ord-inf__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 27px 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #343434;
  border-radius: 6px;
  background: var(--white);
}
.tsk-ord-inf-items {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.47059;
  color: #333;
}
.tsk-ord-inf ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.tsk-ord-inf ul li {
  position: relative;
  padding-left: 45px;
}
.tsk-ord-inf ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: var(--white);
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 11px;
}
.tsk-ord-form {
  position: relative;
  flex-shrink: 0;
  width: 561px;
  padding: 59px 49px 28px;
  z-index: 2;
  border-radius: 35px;
  background: var(--white);
}
@media (max-width: 1279.98px) {
  .tsk-ord-form {
    width: 455px;
  }
}
@media (max-width: 1023.98px) {
  .tsk-ord-form {
    width: 100%;
    background: #f9f9f9;
  }
}
@media (max-width: 767.98px) {
  .tsk-ord-form {
    padding: 45px 20px 40px;
  }
}
@media (max-width: 374.98px) {
  .tsk-ord-form {
    padding: 45px 15px 40px;
  }
}

.section-var {
  padding: 93px 0 75px;
}
@media (max-width: 1023.98px) {
  .section-var {
    padding: 62px 0 55px;
  }
}

.var-main {
  position: relative;
  padding: 135px 0 65px;
}
@media (max-width: 1279.98px) {
  .var-main {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023.98px) {
  .var-main {
    padding: 75px 20px 85px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .var-main {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.var-main__pict {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}
.var-main__pict_1 {
  bottom: 34%;
  left: 7%;
  width: 174px;
  height: 174px;
}
@media (max-width: 1439.98px) {
  .var-main__pict_1 {
    left: 4%;
  }
}
@media (max-width: 1279.98px) {
  .var-main__pict_1 {
    bottom: 40%;
    left: 20px;
  }
}
@media (max-width: 1023.98px) {
  .var-main__pict_1 {
    display: none;
  }
}
.var-main__pict_2 {
  top: -85px;
  left: 20%;
  width: 85px;
  height: 85px;
}
@media (max-width: 1023.98px) {
  .var-main__pict_2 {
    display: none;
  }
}
.var-main__pict_3 {
  top: 0;
  right: 12.8%;
  width: 238px;
  height: 238px;
}
@media (max-width: 1439.98px) {
  .var-main__pict_3 {
    right: 6%;
  }
}
@media (max-width: 1279.98px) {
  .var-main__pict_3 {
    right: 20px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1023.98px) {
  .var-main__pict_3 {
    display: none;
  }
}
.var-main__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .var-main__bg {
    top: 0;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    width: 1064px;
    height: 1222px;
  }
}
.var-main__bg img {
  -o-object-position: top center;
     object-position: top center;
  height: 1200px;
  max-height: none;
  clip-path: ellipse(56.2% 100% at 50% 100%);
}
@media (max-width: 1279.98px) {
  .var-main__bg img {
    clip-path: ellipse(65% 100% at 50% 100%);
  }
}
@media (max-width: 1199.98px) {
  .var-main__bg img {
    clip-path: ellipse(80% 100% at 50% 100%);
  }
}
@media (max-width: 1023.98px) {
  .var-main__bg img {
    height: 900px;
    clip-path: ellipse(100% 100% at 50% 100%);
  }
}
@media (max-width: 767.98px) {
  .var-main__bg img {
    width: 100%;
    height: 100%;
    clip-path: ellipse(90% 100% at 50% 100%);
  }
}
.var-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .var-head {
    gap: 17px;
    margin-bottom: 30px;
  }
}
.var-title {
  color: var(--white);
}
@media (max-width: 767.98px) {
  .var-title {
    text-align: left;
  }
}
.var-desc {
  max-width: 587px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .var-desc {
    font-size: 17px;
    line-height: 1.52941;
    text-align: left;
  }
}
.var-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 3;
}
.var-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .var-subtitle {
    display: none;
  }
}
.var-items {
  display: flex;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 1023.98px) {
  .var-items {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .var-items {
    flex-direction: column;
  }
}
.var-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 48px 33px 21px;
  border-radius: 20px;
  backdrop-filter: blur(8.9px);
  background-color: rgba(1, 4, 25, 0.5);
  isolation: isolate;
  transform: translateZ(0);
  will-change: transform;
}
.var-item:before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: linear-gradient(135deg, #fff, #01041F) border-box;
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  background-clip: padding-box;
}
@media (max-width: 1023.98px) {
  .var-item {
    padding: 32px 23px;
  }
}
@media (max-width: 767.98px) {
  .var-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-height: 115px;
  }
}
.var-item__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--black);
  background-color: #EEFD52;
  background-image: url(../images/icons/check-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
}
.var-item__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55556;
  color: var(--white);
}
@media (max-width: 1023.98px) {
  .var-item__title {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .var-item__title {
    font-size: 15px;
    line-height: 1.66667;
  }
}
.var-ord {
  position: relative;
  transform: translateZ(0);
  padding: 77px 50px 52px;
  border-radius: 0 0 50px 50px;
  background-color: var(--accent);
}
@media (max-width: 1439.98px) {
  .var-ord {
    padding: 60px 30px 50px;
  }
}
@media (max-width: 1279.98px) {
  .var-ord {
    margin-top: -20px;
    z-index: 2;
    border-radius: 50px;
  }
}
@media (max-width: 767.98px) {
  .var-ord {
    padding: 60px 15px 358px;
  }
}
.var-ord__pict {
  position: absolute;
  top: 78%;
  right: 9%;
  transform: translateY(-50%);
  width: 741px;
  z-index: 1;
}
@media (max-width: 1439.98px) {
  .var-ord__pict {
    right: -7%;
  }
}
@media (max-width: 767.98px) {
  .var-ord__pict {
    top: auto;
    bottom: -147px;
    right: auto;
    left: 59%;
    transform: translateX(-50%) rotate(11deg);
    width: 653px;
    max-width: none;
  }
}
.var-ord-inner {
  position: relative;
  width: 100%;
  max-width: 1334px;
  margin: 0 auto;
  z-index: 2;
}

.order-min-banner-desk__inner {
    background: #000;
    color: #ecf86e;
    padding: 10px 0;
    text-align: center;
}

.form-title_min {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 20px;
	font-weight: bold;
}

.form-title_min.left_cust {
    max-width: 383px;
}