html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
picture {
  margin: 0;
}
img,
picture {
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
blockquote {
  padding: 0;
  margin: 0;
}
@media (favors-reduced-motion: reduce) {
  *,
  * ::before,
  * ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.footer__form-text {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
}
.top__link,
.video__top-link,
.video__content-text,
.video-drop-down__btn-bottom,
.delivery__btn,
.catalog__inner-title,
.catalog__btn {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 500;
}
.become__item-span-1 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: 600;
}
.top__center,
.advantages__item-title,
.scheme__item-title,
.warranty__item-title,
.become__item-title,
.fee__item-title,
.application__title,
.application__btn,
.footer__form-link,
.about__slider-btn,
.video-drop-down__info-history-num,
.video-drop-down__info-plus,
.delivery__title,
.feedback__title,
.feedback__btn,
.catalog__title,
.card {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
}
.top__title {
  font-family: "Gilroy-Black", sans-serif;
  font-weight: 900;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: "Gilroy-Regular";
  background-color: #141414;
  overflow-x: hidden;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.title-18 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 18px;
  line-height: 18px;
}
.text-18 {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 18px;
  line-height: 100%;
}
.text-18-medium {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  line-height: 100%;
}
.title-20 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.title-24 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.title-24 span {
  color: #007bff;
}
.title-30 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 30px;
  line-height: 100%;
}
.title-36 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 32px;
  line-height: 100%;
}
.title-40 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
.title-40-regular {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
.text-16 {
  font-size: 16px;
  font-family: "Gilroy-Regular";
  line-height: 100%;
}
@media (max-width: 768px) {
  .title-40,
  .title-40-regular {
    font-size: 30px;
    line-height: 30px;
  }
}
.hidden-menu {
  display: none;
}
/* .hidden {
  visibility: hidden;
} */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10;
}
.active {
  transform: translateY(0);
  transition: all 0.2s;
  visibility: visible;
  z-index: 10;
  max-height: 100%;
}
.frame {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 50;
  visibility: hidden;
}
iframe {
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  padding-top: 100px;
}
.menu {
  display: none;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.menu__link {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2%;
  color: #fff;
}
@media (min-width: 390px) {
  .delivery__title {
    font-size: 24px;
  }
  .delivery__link {
    font-size: 20px;
  }
  .top__title {
    font-size: 44px;
  }
  .title-36 {
    font-size: 36px;
  }
  .about__box-img {
    width: 440px;
  }
  .video__top-img {
    max-width: 410px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 50px 20px 40px;
  }
  .header__burger-menu {
    display: none;
  }
  .menu {
    display: block;
  }
  .about__inner {
    position: relative;
    display: flex;
  }
  .about__slider-img {
    width: 490px;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: -30px;
    order: 1;
    overflow: visible;
    z-index: 30;
    pointer-events: none;
  }
  .about__box {
    max-width: 555px;
    padding: 0 60px;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .about__slider-title {
    margin: 60px 0 30px;
    font-size: 42px;
  }
  .about__slider-text {
    margin: 0;
    min-width: 100%;
    margin-bottom: 68px;
  }
  .about__slider-btn {
    padding: 14px 40px;
    font-size: 24px;
    margin-top: auto;
    margin-bottom: 0;
    width: fit-content;
    border-radius: 20px;
    line-height: 24px;
  }
  .video__inner {
    display: flex;
    background-color: #2881ff;
    position: relative;
  }
  .video__content {
    background-color: rgba(0, 0, 0, 0);
    padding: 50px 0 50px 66px;
    order: -1;
    max-width: 490px;
  }
  .video__top {
    position: static;
    border-top-left-radius: 0;
    margin-left: auto;
  }
  .video .video__top-img {
    left: 40%;
    max-width: 430px;
  }
  .video__top-text {
    max-width: 223px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
  }
  .video__top-box-img {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .video__inner {
    box-shadow: 0px 0px 50.6px 0px rgba(48, 106, 209, 0.8509803922);
  }
  .video__top-box {
    margin-right: 66px;
  }
  .video__top-img {
    left: 40%;
    max-width: 430px;
  }
  .video-drop-down__info {
    position: relative;
    padding: 60px;
  }
  .video-drop-down__info-history {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
  .video-drop-down__info-title {
    margin-bottom: 0;
  }
  .video-drop-down__list li + li {
    margin-top: 10px;
  }
  .video-drop-down__autor {
    padding: 0 60px 20px;
  }
  .video-drop-down__autor-title {
    margin-bottom: 40px;
  }
  .video-drop-down__autor-text {
    font-size: 20px;
  }
  .video-drop-down__autor-img {
    right: 65px;
    bottom: -50px;
  }
  .video-drop-down__button-bottom {
    text-align: left;
    background-color: #1d1d1d;
    padding-left: 60px;
    padding-bottom: 80px;
  }
  .video-drop-down__btn-bottom {
    margin: 0px 0px;
    padding-right: 0;
    text-decoration: none;
    border-bottom: 1px solid #00a1f7;
  }
  .video-drop-down__btn-bottom::after {
    display: none;
  }
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}
.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}
.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
.drop-down-menu {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100px;
  right: 10px;
  left: 10px;
  visibility: hidden;
  -webkit-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  transform: translateY(-600px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drop-down-menu__item {
  background-color: #141414;
  width: 100%;
  border-radius: 20px;
}
.drop-down-menu__item:hover {
  border-bottom: 3px solid #045bd6;
}
.drop-down-menu__item + .drop-down-menu__item {
  margin-top: 5px;
}
.drop-down-menu__link {
  padding: 20px;
  color: #dfe4eb;
}
.header {
  background-color: #141414;
  padding: 0 10px;
}
.header__inner {
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 40;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header__burger-menu,
.header__close-menu {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 14px;
  cursor: pointer;
}
.header__cart {
  position: relative;
  padding: 12px;
}
.header__cart-num {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #c00c0c;
  color: #fff;
  font-size: 14px;
  line-height: 104%;
  letter-spacing: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top {
  padding: 18px 0 60px;
  background-color: #dfe4eb;
  position: relative;
}
.top__link {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2%;
  margin-bottom: 12px;
  max-width: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}
.top__link-box {
  background-color: #00a1f7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.top__link-img {
  margin-right: 2px;
}
.top__title {
  font-size: 40px;
  line-height: 104%;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10.3%, #000000),
    color-stop(56.25%, #666666),
    color-stop(70.02%, #0a0a0a),
    color-stop(81.39%, #8f8f8f)
  );
  background: linear-gradient(
    180deg,
    #000000 10.3%,
    #666666 56.25%,
    #0a0a0a 70.02%,
    #8f8f8f 81.39%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-shadow: 0px 4px 18.6px hsla(0, 0%, 100%, 0.35);
  margin: 40px 0 20px;
}
.top__center {
  letter-spacing: 2%;
  text-align: center;
}
.top__text {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 20px;
}
.top__btn {
  font-size: 25px;
  line-height: 104%;
  color: #fff;
  background-color: #bc0f0f;
  width: 100%;
  padding: 20px 0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.what {
  padding-bottom: 60px;
  background-color: #dfe4eb;
}
.what__description {
  padding: 24px 20px;
  background-color: #045bd6;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.what__description-title {
  margin-bottom: 20px;
}
.what__description-text + .what__description-text {
  margin-top: 20px;
}
.what__logo {
  margin: 20px auto;
}
.what__center {
  text-align: center;
}
.what__title-2 {
  margin-bottom: 20px;
}
.what__text-2 {
  font-size: 20px;
}
.what__text-2 + .what__text-2 {
  margin-top: 20px;
}
.advantages {
  padding-bottom: 60px;
  background-color: #dfe4eb;
}
.advantages__title {
  margin-bottom: 20px;
  text-align: center;
}
.advantages__inner li + li {
  margin-top: 20px;
}
.advantages__item {
  padding: 13px 11px 13px 7px;
  -webkit-box-shadow: 0px 4px 10.1px 0px rgba(4, 91, 214, 0.2196078431);
  box-shadow: 0px 4px 10.1px 0px rgba(4, 91, 214, 0.2196078431);
  border-radius: 10px;
  border-left: 4px solid #a420c6;
  background-color: #fff;
  font-size: 16px;
  line-height: 120%;
}
.advantages__item-1 {
  border-left: 4px solid #57bb00;
}
.advantages__item-2 {
  border-left: 4px solid #e37108;
}
.advantages__item-3 {
  border-left: 4px solid #045bd6;
}
.advantages__item-box {
  position: relative;
  padding-left: 34px;
}
.advantages__item-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 26px;
  background-image: url("../images/check.svg");
}
.advantages__item-title {
  font-size: 16px;
}
.scheme {
  padding-bottom: 60px;
  background-color: #dfe4eb;
}
.scheme__title {
  text-align: center;
  margin-bottom: 20px;
}
.scheme__inner li + li {
  margin-top: 20px;
}
.scheme__item {
  padding: 20px 20px 20px 14px;
  border-left: 6px solid #90cf8d;
  background: #f9f9f9;
  border-radius: 15px;
  font-size: 16px;
  line-height: 129%;
}
.scheme__item-title {
  font-size: 16px;
}
.warranty {
  padding-bottom: 80px;
  background-color: #dfe4eb;
}
.warranty__title {
  text-align: center;
  margin-bottom: 40px;
}
.warranty__inner li + li {
  margin-top: 20px;
}
.warranty__item-box {
  font-size: 16px;
  padding-left: 34px;
  position: relative;
}
.warranty__item-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 26px;
  background-image: url("../images/check-bold.svg");
}
.warranty__item-title {
  display: inline-block;
  font-size: 16px;
}
.partner {
  padding: 209px 0 60px;
  background-color: #045bd6;
  color: #fff;
  position: relative;
}
.partner__img {
  position: absolute;
  top: -60px;
  left: 0;
}
.partner__title {
  text-align: center;
  margin-bottom: 30px;
}
.partner__inner li + li {
  margin-top: 20px;
}
.partner__item {
  padding-left: 34px;
  position: relative;
}
.partner__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 26px;
  background-image: url("../images/check-white.svg");
}
.become {
  padding: 60px 0;
  background-color: #dfe4eb;
}
.become__title {
  text-align: center;
  margin-bottom: 20px;
}
.become__inner li + li {
  margin-top: 20px;
}
.become__item {
  background-color: #fff;
  border-radius: 15px;
  border-left: 7px solid #0063ef;
  -webkit-box-shadow: 0px 4px 26.3px 0px rgba(42, 116, 212, 0.568627451);
  box-shadow: 0px 4px 26.3px 0px rgba(42, 116, 212, 0.568627451);
  padding: 20px 20px 20px 13px;
}
.become__check {
  margin-bottom: 10px;
}
.become__item-title {
  line-height: 110%;
  font-size: 23px;
  margin-bottom: 10px;
}
.become__item-title-work {
  max-width: 50%;
  line-height: 137%;
  margin-bottom: 40px;
}
.become__item-text {
  line-height: 137%;
  font-size: 14px;
  display: inline-block;
}
.become__item-text + .become__item-text {
  margin-top: 20px;
}
.become__item-span-1 {
  font-size: 92px;
  line-height: 74px;
}
.fee {
  padding-bottom: 60px;
  background-color: #dfe4eb;
}
.fee__title {
  text-align: center;
  margin-bottom: 20px;
}
.fee__item {
  background-color: #fff;
  border-radius: 15px;
  border-left: 7px solid #0063ef;
  -webkit-box-shadow: 0px 4px 26.3px 0px rgba(42, 116, 212, 0.568627451);
  box-shadow: 0px 4px 26.3px 0px rgba(42, 116, 212, 0.568627451);
  padding: 20px 14px 20px 7px;
}
.fee__item + .fee__item {
  margin-top: 20px;
}
.fee__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.fee__item-title {
  font-size: 20px;
  line-height: 137%;
  color: #000;
}
.fee__item-list {
  font-size: 16px;
  line-height: 137%;
  color: #000;
}
.fee__item-point {
  padding-left: 25px;
  position: relative;
}
.fee__item-point::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}
.application {
  padding: 60px 0;
  background-color: #045bd6;
}
.application__img {
  margin: 0 auto;
}
.application__title {
  color: #fff;
  font-size: 20px;
  line-height: 119%;
  text-align: center;
  margin: 30px 0;
}
.application__form {
  color: #fff;
}
.application__list li + li {
  margin-top: 14px;
}
.application__text {
  margin-bottom: 4px;
  padding-left: 18px;
  font-size: 14px;
}
.application__input {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  border: 1px solid #fff;
  padding: 15px 20px;
  border-radius: 60px;
  font-size: 16px;
  line-height: 119%;
  color: #fff;
  opacity: 0.6;
  outline: none;
}
.application__input::-webkit-input-placeholder {
  color: #fff;
}
.application__input::-moz-placeholder {
  color: #fff;
}
.application__input:-ms-input-placeholder {
  color: #fff;
}
.application__input::-ms-input-placeholder {
  color: #fff;
}
.application__input::placeholder {
  color: #fff;
}
.application__btn {
  margin-top: 30px;
  padding: 12px;
  background-color: #fff;
  border: none;
  border-radius: 60px;
  font-size: 24px;
  line-height: 104%;
  letter-spacing: 2%;
  color: #045bd6;
  width: 100%;
  cursor: pointer;
}
.footer {
  padding: 80px 10px;
  background-color: #141414;
}
.footer__inner {
  text-align: center;
  color: #dfe4eb;
}
.footer__img {
  margin: 0 auto;
}
.footer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 80px 0;
}
.footer__item-link {
  text-decoration: underline;
  display: inline-block;
  font-size: 18px;
  line-height: 104%;
}
.footer__form {
  margin-bottom: 80px;
}
.footer__form li + li {
  margin-top: 40px;
}
.footer__form-text {
  font-size: 19px;
  line-height: 104%;
}
.footer__form-link-email {
  font-size: 23px;
}
.footer__form-link-phone {
  font-size: 30px;
}
.footer__privacy {
  font-size: 14px;
  margin-bottom: 36px;
  text-decoration: underline;
}
.footer__offer {
  font-size: 14px;
  margin-bottom: 32px;
  text-decoration: underline;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
}
.footer__copy {
  font-size: 14px;
}
.about {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.about__wrapper {
  border-radius: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
.about .swiper-slide {
  overflow: visible;
}
.about__slider-img {
  height: 440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__box {
  padding: 0 20px;
}
.about__slider-title {
  margin: 0px 0 20px;
  padding: 0 5px;
}
.about__slider-text {
  font-size: 20px;
  max-width: 320px;
  margin: 0 auto 40px;
}
.about__slider-text span {
  color: #00a1f7;
}
.about__slider-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #bc0f0f;
  padding: 20px;
  width: 100%;
  border: none;
  border-radius: 100px;
  font-size: 24px;
  cursor: pointer;
  max-width: 292px;
  line-height: 24px;
  margin: 0 0 40px 0;
}
@media (max-width: 768px) {
  .about__slider-btn {
    margin: 0 auto 40px;
  }
}
.about__slider-pagination {
  padding-bottom: 30px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3b3b3b;
}
.swiper-pagination-bullet-active {
  background-color: #045bd6;
}
.video__inner {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #2881ff;
}
.video__inner {
  position: relative;
  z-index: 10;
}
.video__top {
  position: relative;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video__top-img {
  position: absolute;
  left: -30px;
  bottom: 0;
  z-index: 1;
  max-width: 310px;
}
.video__top-text {
  display: none;
}
.video__top-box {
  text-align: center;
  margin-left: auto;
  padding: 52px 0 29px;
  position: relative;
}
.video__top-text {
  display: none;
}
.video__top-box-img {
  width: 125px;
}
.video__play-box {
  position: relative;
}
.video__top-box-link {
  position: absolute;
  top: 37%;
  left: 39%;
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  cursor: pointer;
}
.video__top-link {
  margin-top: 8px;
  position: relative;
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
  line-height: 120%;
  z-index: 2;
}
.video__content {
  padding: 20px;
  color: #fff;
  background-color: #045bd6;
}
.video__content-title {
  margin-bottom: 10px;
}
.video__content-text {
  font-size: 18px;
  line-height: 110%;
}
.video__button {
  background-color: #306ad1;
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: visible;
}
.video__button-btn {
  color: #fff;
  padding: 25px;
  padding-right: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  position: relative;
}
.video__button-btn::after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-about.svg");
  background-repeat: no-repeat;
}
.video-drop-down {
  color: #fff;
  background-color: #1d1d1d;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  max-height: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.video-drop-down__info {
  padding: 40px 20px;
}
.video-drop-down__info-title {
  margin-bottom: 40px;
  line-height: 130%;
  letter-spacing: 2%;
}
.video-drop-down__info-history {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 40px;
  color: #f5f5f5;
  max-width: 410px;
}
.video-drop-down__info-history-num {
  font-size: 55px;
  line-height: 1;
  color: #00a1f7;
}
.video-drop-down__info-plus {
  font-size: 25px;
}
.video-drop-down__info-history-text {
  font-size: 16px;
  line-height: 130%;
}
.video-drop-down__list {
  list-style: disc;
  padding: 40px 20px 0;
  color: #f5f5f5;
}
.video-drop-down__list li + li {
  margin-top: 40px;
}
.video-drop-down__item {
  font-size: 18px;
}
.video-drop-down__autor {
  padding: 0 20px 60px;
  position: relative;
}
.video-drop-down__autor-title {
  margin-bottom: 20px;
}
.video-drop-down__autor-text {
  color: #f5f5f5;
  margin-bottom: 20px;
}
.video-drop-down__autor-img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 71px;
  height: 65px;
}
.video-drop-down__button-bottom {
  background-color: #3c3c3c;
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.video-drop-down__btn-bottom {
  font-size: 20px;
  line-height: 120%;
  text-decoration: underline;
  color: #00a1f7;
  margin: 25px 0;
  padding-right: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  position: relative;
}
.video-drop-down__btn-bottom::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-about.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.delivery {
  background-color: #141414;
}
.delivery__inner {
  padding: 0 20px;
}
.delivery__img {
  margin: 0 auto;
}
.delivery__box {
  padding: 40px 20px;
  background-color: #2f2f2f;
  border-radius: 30px;
  margin-bottom: 32px;
}
.delivery__title {
  font-size: 21px;
  color: #fff;
  margin-bottom: 20px;
}
.delivery__list li + li {
  margin-top: 20px;
}
.delivery__link {
  color: #00a1f7;
  font-size: 15px;
  display: inline-block;
  border-bottom: 1px solid #00a1f7;
}
.delivery__span {
  color: #fff;
  font-size: 20px;
}
.delivery__btn {
  display: block;
  border: none;
  cursor: pointer;
  background-color: #045bd6;
  color: #fff;
  font-size: 20px;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
  border-radius: 48px;
}
.feedback {
  padding: 20px 10px;
  background-color: #141414;
}
.feedback__inner {
  padding: 40px 14px;
  background-color: #045bd6;
  color: #fff;
  border-radius: 25px;
}
.feedback__title {
  line-height: 119%;
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.feedback__form li + li {
  margin-top: 14px;
}
.feedback__text {
  margin-bottom: 5px;
  font-size: 16px;
  margin-left: 20px;
}
.feedback__input {
  border: 1px solid #fff;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  opacity: 0.6;
  outline: none;
}
.feedback__input::-webkit-input-placeholder {
  color: #fff;
}
.feedback__input::-moz-placeholder {
  color: #fff;
}
.feedback__input:-ms-input-placeholder {
  color: #fff;
}
.feedback__input::-ms-input-placeholder {
  color: #fff;
}
.feedback__input::placeholder {
  color: #fff;
}
.feedback__btn {
  color: #045bd6;
  background-color: #fff;
  width: 100%;
  border-radius: 60px;
  font-size: 24px;
  padding: 14px;
  border: none;
  margin-top: 16px;
  cursor: pointer;
}
.catalog {
  background-color: #000;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
.catalog__title {
  font-size: 24px;
  margin-bottom: 15px;
}
.catalog__inner {
  background-color: #141414;
  border-radius: 30px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.catalog__inner-title {
  color: #787878;
  margin-bottom: 10px;
  font-size: 20px;
}
.catalog__list {
  display: grid;
  gap: 10px 4px;
  grid-template-areas: "a a b b c c" "d d d e e e" "f f f g g g" "h h h h h h";
}
.catalog__item:nth-child(1) {
  grid-area: a;
}
.catalog__item:nth-child(2) {
  grid-area: b;
}
.catalog__item:nth-child(3) {
  grid-area: c;
}
.catalog__item:nth-child(4) {
  grid-area: d;
}
.catalog__item:nth-child(5) {
  grid-area: e;
}
.catalog__item:nth-child(6) {
  grid-area: f;
}
.catalog__item:nth-child(7) {
  grid-area: g;
}
.catalog__item:nth-child(8) {
  grid-area: h;
}
.catalog__btn {
  width: 100%;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 16px 0;
  background-color: #464646;
  border-radius: 55px;
  cursor: pointer;
}
.catalog__btn--active {
  background-color: #045bd6;
}
.card {
  text-align: left;
  font-size: 20px;
  line-height: 130%;
  padding-bottom: 10px;
}
.card__inner {
  padding: 38px 10px;
  background-color: #141414;
  border-radius: 16px;
  position: relative;
}
.card__inner picture img {
  margin: 0 auto;
  margin-bottom: 15px;
}
.card__buttons {
  position: absolute;
  left: 20px;
  top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__btn {
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #464646;
  font-size: 22px;
  cursor: pointer;
}
.card__btn--active {
  color: #fff;
}
.card__info {
  position: absolute;
  top: 45px;
  right: 20px;
  text-align: right;
}
.card__info-item {
  padding: 7px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.card__info-new {
  background-color: #a20000;
}
.card__info-hit {
  background-color: #a29200;
  text-transform: uppercase;
  display: inline-block;
}
.card__name {
  background-color: #9747ff;
  color: #fff;
  padding: 7px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 15px;
}
.card__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card__price {
  font-size: 28px;
}
.card__basket {
  cursor: pointer;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Semibold";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: "Gilroy-Regular";
  background-color: #141414;
  overflow-x: hidden;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.title-30 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 30px;
  line-height: 100%;
}
.title-36 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 32px;
  line-height: 100%;
}
.hidden-menu {
  display: none;
}
/* .hidden {
  visibility: hidden;
} */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10;
}
.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: visible;
  z-index: 10;
  max-height: 100%;
}
.frame {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 50;
  visibility: hidden;
}
iframe {
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  padding-top: 100px;
}
.menu {
  display: none;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.menu__link {
  font-family: "Gilroy-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2%;
  color: #fff;
}
@media (min-width: 1024px) {
  .header {
    padding: 50px 20px 40px;
  }
  .header__burger-menu {
    display: none;
  }
  .menu {
    display: block;
  }
  .about__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__slider-img {
    width: 490px;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: -30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: visible;
    z-index: 30;
  }
  .about__box {
    max-width: 555px;
    padding: 0 60px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__slider-title {
    margin: 60px 0 30px;
    font-size: 42px;
  }
  .about__slider-text {
    margin: 0;
    min-width: 100%;
    margin-bottom: 68px;
  }
  .about__slider-btn {
    padding: 14px 40px;
    font-size: 24px;
    margin-top: auto;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    line-height: 24px;
  }
  .video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #045bd6;
    position: relative;
  }
  .video__content {
    background-color: rgba(0, 0, 0, 0);
    padding: 50px 0 50px 66px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 490px;
  }
  .video__top {
    position: static;
    border-top-left-radius: 0;
    margin-left: auto;
  }
  .video .video__top-img {
    left: 40%;
    max-width: 430px;
  }
  .video__top-text {
    max-width: 223px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
  }
  .video__top-box-img {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .video__inner {
    -webkit-box-shadow: 0px 0px 50.6px 0px rgba(48, 106, 209, 0.8509803922);
    box-shadow: 0px 0px 50.6px 0px rgba(48, 106, 209, 0.8509803922);
  }
  .video__top-box {
    margin-right: 66px;
  }
  .video__top-img {
    left: 40%;
    max-width: 430px;
  }
  .video-drop-down__info {
    position: relative;
    padding: 60px;
  }
  .video-drop-down__info-history {
    position: absolute;
    right: 40px;
    bottom: 40px;
  }
  .video-drop-down__info-title {
    margin-bottom: 0;
  }
  .video-drop-down__list li + li {
    margin-top: 10px;
  }
  .video-drop-down__autor {
    padding: 0 60px 20px;
  }
  .video-drop-down__autor-title {
    margin-bottom: 40px;
  }
  .video-drop-down__autor-text {
    font-size: 20px;
  }
  .video-drop-down__autor-img {
    right: 65px;
    bottom: -50px;
  }
  .video-drop-down__button-bottom {
    text-align: left;
    background-color: #1d1d1d;
    padding-left: 60px;
    padding-bottom: 80px;
  }
  .video-drop-down__btn-bottom {
    margin: 0px 0px;
    padding-right: 0;
    text-decoration: none;
    border-bottom: 1px solid #00a1f7;
  }
  .video-drop-down__btn-bottom::after {
    display: none;
  }
}
@media (min-width: 390px) {
  .delivery__title {
    font-size: 24px;
  }
  .delivery__link {
    font-size: 20px;
  }
  .top__title {
    font-size: 44px;
  }
  .title-36 {
    font-size: 36px;
  }
  .about__box-img {
    width: 440px;
  }
  .video__top-img {
    max-width: 410px;
    left: 0;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
picture {
  margin: 0;
}
img,
picture {
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
blockquote {
  padding: 0;
  margin: 0;
}
@media (favors-reduced-motion: reduce) {
  *,
  * ::before,
  * ::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.footer__form-text {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
}
.top__link,
.video__top-link,
.video__content-text,
.video-drop-down__btn-bottom,
.delivery__btn,
.catalog__inner-title,
.catalog__btn {
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: 500;
}
.become__item-span-1 {
  font-family: "Gilroy-Semibold", sans-serif;
  font-weight: 600;
}
.top__center,
.advantages__item-title,
.scheme__item-title,
.warranty__item-title,
.become__item-title,
.fee__item-title,
.application__title,
.application__btn,
.footer__form-link,
.about__slider-btn,
.video-drop-down__info-history-num,
.video-drop-down__info-plus,
.delivery__title,
.feedback__title,
.feedback__btn,
.catalog__title,
.card {
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: 700;
}
.top__title {
  font-family: "Gilroy-Black", sans-serif;
  font-weight: 900;
}
@media (min-width: 992px) {
  .gradient-card {
    width: 100%;
    max-width: 1280px;

    border-radius: 24px;

    background: radial-gradient(
      120% 440% at 85% 20%,
      #b8d9ff 0%,
      #d4e5f8 13%,
      #e0ebf5 15%,
      #ecf1f7 20%,
      #f2f5f8 27%,
      #f5f7f9 31%,
      #f8f8f8 43%,
      #fafafa 70%
    );
  }

  .dark .gradient-card {
    background: radial-gradient(
      120% 440% at 85% 20%,
      #045bd6 0%,
      #1f385d 13%,
      #22344d 15%,
      #253041 20%,
      #262f3c 27%,
      #272d36 31%,
      #2a2a2a 43%,
      #1e1e1e 70%
    );

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  }
}

/* Light theme for about section */
.about__slider-title,
.about__slider-text {
  color: #0f172a;
}

.dark .about__slider-title,
.dark .about__slider-text {
  color: #fff;
}

/* Light theme for video section */

.dark .video__top-text {
  color: #fff;
}

.video-drop-down {
  background-color: #f8fafc;
  color: #0f172a;
}

.dark .video-drop-down {
  background-color: #1d1d1d;
  color: #fff;
}

.video-drop-down__info-title,
.video-drop-down__info-history-num,
.video-drop-down__info-history-text,
.video-drop-down__info-plus,
.video-drop-down__list li,
.video-drop-down__autor-title,
.video-drop-down__autor-text {
  color: #0f172a;
}

.dark .video-drop-down__info-title,
.dark .video-drop-down__info-history-num,
.dark .video-drop-down__info-history-text,
.dark .video-drop-down__info-plus,
.dark .video-drop-down__list li,
.dark .video-drop-down__autor-title,
.dark .video-drop-down__autor-text {
  color: #fff;
}

.video-drop-down__button-bottom {
  background-color: #f8fafc;
}

.dark .video-drop-down__button-bottom {
  background-color: #1d1d1d;
}

.video-drop-down__btn-bottom {
  color: #045bd6;
  border-bottom-color: #045bd6;
}

.dark .video-drop-down__btn-bottom {
  color: #00a1f7;
  border-bottom-color: #00a1f7;
}
