* {
  padding: 0;
  margin: 0;
  border: 0;
  scroll-margin-top: 130px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  color: #15181f;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
.btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  font-weight: 400;
  border: none;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px 21px;
  }
}
.btn--red {
  color: #fff;
  background-color: #ed1a3b;
  transition: color 0.25s, background-color 0.25s;
}
.btn--red:hover {
  background-color: #b22f3a;
  transition: color 0.25s, background-color 0.25s;
}
.btn--red:active {
  background-color: #b22f3a;
  transition: color 0.25s, background-color 0.25s;
}
.btn--red[disabled] {
  background-color: #c9c9c9;
  color: #808284;
}
.btn--red-border {
  color: #ed1a3b;
  background-color: #fff0;
  border: 1px solid #ed1a3b;
}
.btn--gray-border {
  color: #15181f;
  border: 1px solid rgb(21 24 31 / 0.1);
  background-color: #fff0;
}
.btn--white {
  color: #15181f;
  background-color: #fff;
  transition: color 0.25s, background-color 0.25s;
}
.btn--white[disabled] {
  background-color: #c9c9c9;
  color: #a1a3a5;
  cursor: default;
}
.btn--small {
  padding: 10px 20px;
}
.btn--small.btn--red-border {
  padding: 9px 20px;
}
.container,
[class*='__container'] {
  margin: 0 auto;
  max-width: 1256px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .container,
  [class*='__container'] {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container,
  [class*='__container'] {
    max-width: 100%;
    padding: 0 12px;
  }
}
[class*='__container--full'] {
  padding: 0 24px;
  max-width: none;
  width: 100%;
}
@media (max-width: 1200) {
  [class*='__container--full'] {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  [class*='__container--full'] {
    max-width: 100%;
    padding: 0 12px;
  }
}
.title > * {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0;
}
.subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .title > * {
    font-size: 24px;
  }
  .subtitle {
    font-size: 18px;
  }
}
.bg-gray {
  background-color: #f3f3f3;
}
.white-corners {
  position: relative;
}
.white-corners::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff0;
  box-shadow: 100px 0 0 0 rgb(21 24 31 / 0.05);
  border-top-right-radius: 60px;
  transform: scaleX(-1);
}
.white-corners::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff0;
  box-shadow: 100px 0 0 0 rgb(21 24 31 / 0.05);
  border-top-right-radius: 60px;
}
@media (max-width: 768px) {
  .white-corners::before {
    height: 32px;
  }
  .white-corners::after {
    height: 32px;
  }
}
@media (max-width: 600px) {
  .white-corners::before {
    height: 24px;
  }
  .white-corners::after {
    height: 24px;
  }
}
.gray-corners {
  border-radius: 60px 60px 0 0;
}
@media (max-width: 768px) {
  .gray-corners {
    border-radius: 32px 32px 0 0;
  }
}
@media (max-width: 600px) {
  .gray-corners {
    border-radius: 24px 24px 0 0;
  }
}
.slider-control {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-control__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgb(21 24 31 / 0.1);
  transition: background-color 0.3s, border-color 0.3s;
}
.slider-control__button svg path {
  transition: stroke-opacity 0.3s;
}
.slider-control__button[disabled] {
  cursor: default;
  background-color: rgb(21 24 31 / 0.05);
  transition: background-color 0.3s, border-color 0.3s;
  border-color: rgb(21 24 31 / 0.1);
}
.slider-control__button[disabled] svg path {
  stroke-opacity: 0.4;
  transition: stroke-opacity 0.3s;
}
main {
  margin-top: 150px;
}
.swiper-scrollbar {
  width: 100% !important;
}
: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(0, 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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgb(0 0 0 / 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.5), #fff0);
}
.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: #fff0;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  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-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .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.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet: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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgb(0 0 0 / 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .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 .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  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, rgb(0 0 0 / 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgb(0 0 0 / 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.pristine-error {
  position: absolute;
  bottom: -14px;
  left: 0;
  color: #ed1a3b;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  margin-top: 8px;
}
.breadcrumbs {
  padding: 24px 0;
  overflow: hidden;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 992px) {
  .breadcrumbs__list {
    padding-bottom: 7px;
  }
}
.breadcrumbs__item {
  position: relative;
  margin: 0 12px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: rgb(21 24 31 / 0.4);
}
.breadcrumbs__item a {
  color: #15181f;
}
.breadcrumbs__item::after {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background-image: url('data:image/svg+xml,%3Csvg width=%274%27 height=%277%27 viewBox=%270 0 4 7%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.33301 1.5L3.09731 3.2643C3.22748 3.39447 3.22748 3.60553 3.09731 3.7357L1.33301 5.5%27 stroke=%27%2315181F%27 stroke-width=%271.2%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
.breadcrumbs__item:last-child::after {
  content: none;
}

.delivery-page {
  color: #15181f;
}

/* hero */
.delivery {
  padding-bottom: 80px;
  margin-bottom: -80px;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff0 35%, #15181f 700%);
}
.delivery__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: stretch;
  padding: 40px 0;
}
.delivery__form {
  max-width: 395px;
  flex-shrink: 0;
}
.delivery__title {
  margin-bottom: 16px;
}
.delivery__lead {
  margin-bottom: 40px;
}
.delivery__buttons {
  display: flex;
  gap: 8px;
  margin-top: 40px;
}
.delivery__advantages {
  position: relative;
}
.delivery__content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.delivery__content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 36px;
}
.delivery__content ul li {
  position: relative;
}
.delivery__content ul li::before {
  position: absolute;
  top: 0;
  left: -36px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8333 5.83331L8.54166 14.1666L4.16666 10.3788' stroke='%23ED1A3B' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  content: '';
}
.delivery__text {
  width: calc(100% - 143px);
}
.delivery__advantage {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  margin-bottom: 16px;
}
.delivery__advantage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 12px;
  background: url(check.svg) no-repeat center/contain;
}
.delivery__image {
    position: absolute;
    bottom: 80px;
    right: -75px;
    z-index: -1;
    width: 570px;
    height: 307px;
}

.delivery__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.delivery__cards {
  margin-top: auto;
}
.cards {
  display: flex;
  gap: 24px;
}
.card {
  flex: 1 1 0%;
  background: rgb(255 255 255 / 0.8);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  backdrop-filter: blur(5px);
}
.card__top {
  display: flex;
  align-items: flex-start;
}
.card__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 16px;
}
.card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__data div:first-child,
.card__data p:first-child,
.card__data span:first-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #15181f66;
}
.card__data div:last-child,
.card__data p:last-child,
.card__data span:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #15181f;
}
.card__more {
  margin-top: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.delivery .form {
  border-radius: 32px;
  padding: 24px;
  background: linear-gradient(180deg, #e3e4e8 0%, #cfd0d6 100%);
}
.delivery .form__title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
.delivery .form__text {
  margin-bottom: 24px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}
.delivery .form__row {
  display: flex;
  gap: 8px;
}
.delivery .form__field {
  position: relative;
  flex-grow: 1;
}
.form__top {
  margin-bottom: 16px;
}
.form__row + .form__row {
  margin-top: 16px;
}
.form__row--cols-2 .form__input {
  flex: 1;
}
.form__input {
  height: 48px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgb(21 24 31 / 0.1);
  border-radius: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  background-color: #fff;
  resize: vertical;
}
.form__captcha {
  margin-top: 16px;
}
.form__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.form__submit {
  flex-shrink: 0;
}
.form__policy {
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  color: #15181f66;
}
.form__policy a {
  text-decoration: underline;
  color: #15181f;
}
@media (max-width: 1023px) {
  .delivery__inner {
    grid-template-columns: 1fr;
  }
  .cards {
    flex-direction: column;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .delivery {
    background: linear-gradient(to bottom, #fff0 5%, #15181f 550%);
  }
  .delivery__lead {
    max-width: 580px;
    margin-bottom: 32px;
  }
  .cards {
    flex-direction: row;
    gap: 8px;
  }
  .breadcrumbs {
    display: none;
  }
  .delivery__wrapper {
    flex-direction: column;
    padding: 0 0 56px 0;
  }
  .delivery__content {
    width: 100%;
  }
  .delivery__form {
    max-width: 100%;
  }
  .delivery__image {
    width: 332px;
    height: 179px;
    right: 56px;
    bottom: 30px;
  }
  .delivery__text {
    max-width: 325px;
  }
  .form__top {
    display: flex;
    gap: 8px;
  }
  .form__top .form__row + .form__row {
    margin: 0;
  }
  .form__top .form__row--cols-2 {
    width: calc(100% / 3 * 2 - 48px);
  }
  .form__top .form__row {
    flex-grow: 1;
  }
}
@media (max-width: 600px) {
  .delivery__wrapper {
    gap: 32px;
  }
  .delivery__title {
    order: 1;
  }
  .delivery__lead {
    order: 2;
  }
  .delivery__advantages {
    order: 3;
  }
  .delivery__image {
    order: 4;
    position: relative;
    width: 351px;
    height: 200px;
    margin: 0 auto;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
  .delivery__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    transform: scale(0.9);
  }
  .delivery__logo {
    top: calc(100% + 24px);
    width: 95px;
  }
  .delivery__cards {
    order: 5;
    margin: 0;
  }
  .delivery__text {
    width: 100%;
  }
  .cards {
    flex-direction: column;
  }
  .card {
    padding: 16px;
    row-gap: 16px;
  }
  .card__icon {
    width: 32px;
    height: 32px;
  }
  .form__top {
    display: block;
  }
  .form__top .form__row + .form__row {
    margin-top: 16px;
  }
  .form__top .form__row--cols-2 {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .form {
    padding: 16px;
  }
  .form__submit {
    width: 100%;
    height: 48px;
  }
  .form__bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* features */

.features-block {
  padding: 80px 0 40px 0;
}
@media (max-width: 768px) {
  .features-block {
    padding: 56px 0 28px 0;
  }
}
.features-block__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.features-block__text {
  max-width: 813px;
  margin-top: 16px;
}
.features-block__under {
  max-width: 813px;
  margin-top: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .features-block__header {
    margin-bottom: 32px;
  }

  .features-block__under {
    margin-top: 32px;
  }
    .features-block__control {
    display: none;
  }
}
@media (max-width: 600px) {
  .features-block__header {
    margin-bottom: 24px;
  }
}
.features-block__item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 32px;
  border-radius: 32px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .features-block__item {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 600px) {
  .features-block__item {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .features-block__container {
    padding-right: 0;
  }
}
.features-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgb(237 26 59 / 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}
.features-block__icon img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .features-block__icon {
    width: 32px;
    height: 32px;
  }
}
.features-block__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.features-block__content li {
  font-weight: 300;
  list-style: disc;
  list-style-position: inside;
}
.features-block__slider .swiper-slide {
  width: 395px;
  height: auto;
}
@media (max-width: 768px) {
  .features-block__slider .swiper-slide {
    width: 352px;
  }
}
@media (max-width: 600px) {
  .features-block__slider .swiper-slide {
    width: 291px;
  }
}
.features-block__scrollbar {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .features-block__scrollbar {
    margin-top: 32px;
  }
}
.features-block .swiper-scrollbar {
  position: static;
}

/* capabilities */

.capabilities {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .capabilities {
    padding: 28px 0;
  }
}
.capabilities__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .capabilities__header {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .capabilities__control {
    display: none;
  }
}
.capabilities__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .capabilities__item {
    padding: 16px;
  }
}
.capabilities__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
.capabilities__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capabilities__caption {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.capabilities__text {
  margin-top: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .capabilities__container {
    padding-right: 0;
  }
  .capabilities__text {
    margin-top: 32px;
  }
}
.capabilities .swiper-scrollbar {
  position: static;
}
.capabilities .swiper-slide {
  width: 302px;
  height: auto;
}
@media (max-width: 768px) {
  .capabilities .swiper-slide {
    width: 352px;
  }
}
@media (max-width: 600px) {
  .capabilities .swiper-slide {
    width: 291px;
  }
}
.capabilities__scrollbar {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .capabilities__scrollbar {
    margin-top: 32px;
  }
}

/* process */

.process {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .process {
    padding: 28px 0 55px 0;
  }
}
.process__title {
  padding: 0;
  margin-bottom: 40px;
}
.process__text {
  max-width: 813px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .process__title {
    margin-bottom: 32px;
  }
}
.process__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .process__button {
    margin-top: 32px;
  }
}
.process__wrapper {
  position: relative;
  padding: 50px 0;
  width: max-content;
}
.process__wrapper::before {
  position: absolute;
  top: 50%;
  left: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgb(21 24 31 / 0.1019607843),
    rgb(21 24 31 / 0.1019607843) 32px,
    transparent 32px,
    transparent 36px
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  width: calc(100% - 71px);
  height: 1px;
  content: '';
}
.process__wrapper::after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 67px;
  display: block;
  width: 10px;
  height: 7px;
  transform: translateY(calc(-50% + 0.3px));
  background-image: url('data:image/svg+xml,%3Csvg fill=%27%2315181F1A%27 version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 viewBox=%270 0 330 330%27 xml:space=%27preserve%27%3E%3Cpath id=%27XMLID_222_%27 d=%27M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z%27/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
}
.process__wrapper .swiper-slide:nth-child(even) .process__item {
  align-self: flex-end;
  transform: translateY(50px);
}
.process__wrapper .swiper-slide:nth-child(even) .process__marker {
  transform: scale(-1, -1);
  top: 15px;
}
.process__wrapper .swiper-slide:nth-child(odd) .process__item {
  align-self: flex-start;
  transform: translateY(-50px);
}
@media (max-width: 768px) {
  .process__container {
    padding-right: 0;
  }
}
.process__slider .swiper-slide {
  width: max-content;
}
.process .swiper-scrollbar {
  position: static;
}
.process__scrollbar {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .process__scrollbar {
    margin-top: 32px;
  }
}
@media (max-width: 600px) {
  .process__button .btn {
    width: 100%;
  }
}
.process__count {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.process__item {
  position: relative;
  padding-left: 30px;
}
.process__caption {
  margin-top: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}
.process__marker {
  position: absolute;
  left: 0;
  top: -27px;
  width: max-content;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.process .swiper-slide:last-child {
  width: 15px;
}
.process__finish {
  position: absolute;
  height: 146px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='188' viewBox='0 0 15 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_251_1842)'%3E%3Cpath d='M10 -171H15V-166H10V-171Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -111H15V-106H10V-111Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -51H15V-46H10V-51Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 9H15V14H10V9Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 69H15V74H10V69Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 129H15V134H10V129Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 189H15V194H10V189Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 249H15V254H10V249Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 309H15V314H10V309Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -141H15V-136H10V-141Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -81H15V-76H10V-81Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -21H15V-16H10V-21Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 39H15V44H10V39Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 99H15V104H10V99Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 159H15V164H10V159Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 219H15V224H10V219Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 279H15V284H10V279Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 339H15V344H10V339Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -166H10V-161H5V-166Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -106H10V-101H5V-106Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -46H10V-41H5V-46Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 14H10V19H5V14Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 74H10V79H5V74Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 134H10V139H5V134Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 194H10V199H5V194Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 254H10V259H5V254Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 314H10V319H5V314Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -136H10V-131H5V-136Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -76H10V-71H5V-76Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -16H10V-11H5V-16Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 44H10V49H5V44Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 104H10V109H5V104Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 164H10V169H5V164Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 224H10V229H5V224Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 284H10V289H5V284Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 344H10V349H5V344Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -171H5V-166H0V-171Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -111H5V-106H0V-111Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -51H5V-46H0V-51Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 9H5V14H0V9Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 69H5V74H0V69Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 129H5V134H0V129Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 189H5V194H0V189Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 249H5V254H0V249Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 309H5V314H0V309Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -141H5V-136H0V-141Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -81H5V-76H0V-81Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -21H5V-16H0V-21Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 39H5V44H0V39Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 99H5V104H0V99Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 159H5V164H0V159Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 219H5V224H0V219Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 279H5V284H0V279Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 339H5V344H0V339Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -161H15V-156H10V-161Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -101H15V-96H10V-101Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -41H15V-36H10V-41Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 19H15V24H10V19Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 79H15V84H10V79Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 139H15V144H10V139Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 199H15V204H10V199Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 259H15V264H10V259Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 319H15V324H10V319Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -131H15V-126H10V-131Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -71H15V-66H10V-71Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -11H15V-6H10V-11Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 49H15V54H10V49Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 109H15V114H10V109Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 169H15V174H10V169Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 229H15V234H10V229Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 289H15V294H10V289Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 349H15V354H10V349Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -151H15V-146H10V-151Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -91H15V-86H10V-91Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -31H15V-26H10V-31Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 29H15V34H10V29Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 89H15V94H10V89Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 149H15V154H10V149Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 209H15V214H10V209Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 269H15V274H10V269Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 329H15V334H10V329Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -121H15V-116H10V-121Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -61H15V-56H10V-61Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 -1H15V4H10V-1Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 59H15V64H10V59Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 119H15V124H10V119Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 179H15V184H10V179Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 239H15V244H10V239Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 299H15V304H10V299Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M10 359H15V364H10V359Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -156H10V-151H5V-156Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -96H10V-91H5V-96Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -36H10V-31H5V-36Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 24H10V29H5V24Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 84H10V89H5V84Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 144H10V149H5V144Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 204H10V209H5V204Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 264H10V269H5V264Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 324H10V329H5V324Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -126H10V-121H5V-126Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -66H10V-61H5V-66Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -6H10V-1H5V-6Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 54H10V59H5V54Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 114H10V119H5V114Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 174H10V179H5V174Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 234H10V239H5V234Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 294H10V299H5V294Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 354H10V359H5V354Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -146H10V-141H5V-146Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -86H10V-81H5V-86Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -26H10V-21H5V-26Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 34H10V39H5V34Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 94H10V99H5V94Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 154H10V159H5V154Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 214H10V219H5V214Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 274H10V279H5V274Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 334H10V339H5V334Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -116H10V-111H5V-116Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 -56H10V-51H5V-56Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 4H10V9H5V4Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 64H10V69H5V64Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 124H10V129H5V124Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 184H10V189H5V184Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 244H10V249H5V244Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M5 304H10V309H5V304Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -161H5V-156H0V-161Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -101H5V-96H0V-101Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -41H5V-36H0V-41Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 19H5V24H0V19Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 79H5V84H0V79Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 139H5V144H0V139Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 199H5V204H0V199Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 259H5V264H0V259Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 319H5V324H0V319Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -131H5V-126H0V-131Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -71H5V-66H0V-71Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -11H5V-6H0V-11Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 49H5V54H0V49Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 109H5V114H0V109Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 169H5V174H0V169Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 229H5V234H0V229Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 289H5V294H0V289Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 349H5V354H0V349Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -151H5V-146H0V-151Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -91H5V-86H0V-91Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -31H5V-26H0V-31Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 29H5V34H0V29Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 89H5V94H0V89Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 149H5V154H0V149Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 209H5V214H0V209Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 269H5V274H0V269Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 329H5V334H0V329Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -121H5V-116H0V-121Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -61H5V-56H0V-61Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 -1H5V4H0V-1Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 59H5V64H0V59Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 119H5V124H0V119Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 179H5V184H0V179Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 239H5V244H0V239Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 299H5V304H0V299Z' fill='%2315181F' fill-opacity='0.1'/%3E%3Cpath d='M0 359H5V364H0V359Z' fill='%2315181F' fill-opacity='0.1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_251_1842'%3E%3Crect width='15' height='188' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  transform: translateY(-50px);
}
.marker-line {
  position: absolute;
  top: 6px;
  bottom: 5px;
  width: 1px;
  background: rgb(200 0 0 / 0.2);
  z-index: 0;
}
.marker-top {
  width: 6px;
  height: 6px;
  background: rgb(200 0 0 / 0.2);
  border-radius: 50%;
  margin-bottom: auto;
}
.marker-circle {
  width: 16px;
  height: 16px;
  background: rgb(200 0 0 / 0.1);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.marker-inner {
  width: 8px;
  height: 8px;
  background: #d6343d;
  border-radius: 50%;
}

/* transportation */

.transportations {
  padding-top: 80px;
}
.transportations__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.transportations__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 4px);
  height: auto;
  padding: 32px;
  border-radius: 32px;
  background-color: #15181F0D;
}
.transportation__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.transportations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: rgb(237 26 59 / 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}
.transportations__icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.transportations__tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;

  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}
.transportations__tooltip .base-tooltip__text {
  display: flex;
  gap: 8px;
  max-width: 380px;
  backdrop-filter: blur(30px);
  background: #15181F0D;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}
.transportations__caption {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.transportations__text {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
  gap: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

.transportations__text li {
  list-style-type: disc;
  list-style-position: inside;
}
.transportations__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  border-radius: 999px;
  background-color: rgb(21 24 31 / 0.05);
  margin-left: auto;
  flex-shrink: 0;
}
.transportations__content li {
  list-style: disc;
  list-style-position: inside;
}
.transportations__content li + li {
  margin-top: 8px;
}
@media (max-width: 992px) {
  .transportations__item {
    padding: 24px;
  }
  .transportations__icon {
    width: 40px;
    height: 40px;
  }

  .transportations__icon img {
    width: 24px;
    height: 24px;
  }

  .transportations__caption {
    font-size: 16px;
  }
  .transportations__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .transportations {
    padding-top: 56px;
  }
  .transportations__item {
    padding: 16px;
    width: 100%;
  }
  .transportations__items {
    margin-top: 32px;
  }

  .transportations__scrollbar {
    margin-top: 32px;
  }
}

/* reasons */

.reasons {
  position: relative;
  margin-top: 40px;
  padding: 80px 0 40px 0;
}

.reasons .swiper-scrollbar {
  position: static;
}

.reasons__title {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.reasons__icon img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.reasons__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  border-radius: 32px;
  background-color: #ffffff;
}
.reasons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(237, 26, 59, 0.1);
  border-radius: 50%;
}
.reasons__caption {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.reasons__text {
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
}
.reasons__slider .swiper-slide {
  width: 302px;
  height: auto;
}

@media (max-width: 768px) {
  .reasons {
    margin-top: 28px;
    padding-top: 56px;
  }
  .reasons__title {
    margin-bottom: 32px;
  }
  .reasons__item {
    border-radius: 24px;
  }

  .reasons__container {
    padding-right: 0;
  }
  .reasons__slider .swiper-slide {
    width: 352px;
  }

  .reasons__scrollbar {
    margin-top: 32px;
  }
}

@media (max-width: 600px) {
  .reasons__item {
    border-radius: 24px;
    padding: 16px;
  }

  .reasons__slider .swiper-slide {
    width: 291px;
  }
}

/* faq */
.faq {
  padding: 80px 0 40px 0;
}
.faq__title {
  margin-bottom: 40px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  border-radius: 32px;
  border: 2px solid #efeff3;
  background: #fff;
  overflow: hidden;
}
.faq-item__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: #fff0;
  border: none;
  padding: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  position: relative;
}
.faq-item__btn:focus {
  outline: none;
}
.faq-item__chevron {
  position: relative;
}
.faq-item__panel {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0 24px;
}
.faq-item__content {
  padding-bottom: 28px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.faq-item_is-open {
  background: #f2f3f5;
  border-color: #fff0;
}
.faq-item_is-open svg path {
  stroke: #15181f;
}
.faq-item_is-open .faq-item__panel {
  max-height: 1500px;
  opacity: 1;
  visibility: visible;
}
.faq-item_is-open .faq-item__btn {
  padding-bottom: 12px;
}
.faq-item_is-open .faq-item__chevron {
  transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .faq {
    padding-top: 56px;
  }
  .faq__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .faq-item__btn {
    padding: 16px;
  }
  .faq-item__panel {
    padding: 0 16px;
  }
}

/* other-services */

.other-services__slider .swiper-slide {
  width: 395px;
  height: auto;
}
.other-services {
  padding-bottom: 80px;
}
.other-services__icon img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.other-services__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 40px;
}
.other-services__item {
  display: flex;
  flex-direction: column;
  min-height: 196px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgb(21 24 31 / 0.1);
  transition: background-image 0.3s;
}
.other-services__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
  border-radius: 24px;
  filter: brightness(60%);
}
.other-services__item:hover::after {
  opacity: 1;
}
.other-services__item:hover .other-services__button {
  width: max-content;
  background-color: #fff;
  transition: background-color 0.3s, width 0.3s;
}
.other-services__item:hover .other-services__button span {
  max-width: max-content;
  opacity: 1;
  transform: translateX(0);
  margin-right: 6px;
}
.other-services__item:hover .other-services__button svg {
  transition: 0.3s;
}
.other-services__item:hover .other-services__text {
  color: #fff;
  transition: color 0.3s;
}
.other-services__text {
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
  transition: color 0.3s;
}
.other-services__button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: auto;
  margin-left: auto;
  padding: 0 12px;
  background-color: rgb(21 24 31 / 0.05);
  border-radius: 999px;
  transition: 0.3s;
}
.other-services__button span {
  font-weight: 400;
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  transform: translateX(-6px);
  transition: max-width 0.35s, opacity 0.35s, transform 0.35s;
  pointer-events: none;
}
.other-services .swiper-scrollbar {
  position: static;
}
.other-services .other-services__scrollbar {
  margin-top: 40px;
}
.other-services__button svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .other-services__container {
    padding-right: 0;
  }
  .other-services__scrollbar {
    margin-top: 32px;
  }
  .other-services {
    padding-bottom: 56px;
  }
  .other-services__header {
    margin-bottom: 32px;
    padding-top: 32px;
  }
  .other-services__item::after {
    opacity: 1;
  }
  .other-services__text {
    color: #fff;
  }
  .other-services__slider .swiper-slide {
    width: 352px;
  }
  .other-services__button {
    background-color: #fff;
  }
  .other-services__control {
    display: none;
  }
  .other-services .other-services__scrollbar {
    margin-top: 32px;
  }
}
@media (max-width: 600px) {
  .other-services__text {
    font-size: 16px;
  }
  .other-services__slider .swiper-slide {
    width: 291px;
  }
  .other-services__item {
    border-radius: 24px;
    padding: 16px;
  }
}

/* request */

.request {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .request {
    padding: 28px 0;
  }
}
.request__wrapper {
  position: relative;
  display: flex;
  min-height: 196px;
  padding: 24px;
  background-color: rgb(21 24 31 / 0.05);
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .request__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 244px;
    padding: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 600px) {
  .request__wrapper {
    padding: 16px;
  }
}
.request__wrapper::after {
  position: absolute;
  right: -429px;
  top: -80px;
  display: block;
  width: 1074px;
  height: 451px;
  background-image: url('data:image/svg+xml,%3Csvg width=%271075%27 height=%27451%27 viewBox=%270 0 1075 451%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.2%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M868.639 228.657C1025.99 410.56 1074.61 451 1074.61 451H848.14C786.418 451 729.467 421.403 684.038 371.699L636.402 317.147H332.92L380.103 260.359H588.465L497.136 155.125H466.868L595.933 0H684.434C684.434 0 711.212 46.7537 868.639 228.657ZM532.494 0L381.97 180.832L153.542 451H0L383.761 0H532.494Z%27 fill=%27white%27/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
@media (max-width: 768px) {
  .request__wrapper::after {
    width: 657px;
    height: 276px;
    right: -146px;
    top: 20px;
  }
}
@media (max-width: 600px) {
  .request__wrapper::after {
    right: -292px;
  }
}
.request--gradient .request__wrapper {
  background: linear-gradient(rgb(21 24 31 / 0.1), rgb(21 24 31 / 0.1)),
    linear-gradient(135deg, #fff0 0%, rgb(21 24 31 / 0.2) 100%);
}
.request--dark .request__wrapper::after {
  background-image: url('data:image/svg+xml,%3Csvg width=%271076%27 height=%27451%27 viewBox=%270 0 1076 451%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath opacity=%270.06%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M869.336 228.657C1026.69 410.56 1075.3 451 1075.3 451H848.837C787.115 451 730.163 421.403 684.734 371.699L637.099 317.147H333.617L380.799 260.359H589.162L497.832 155.125H467.565L596.63 0H685.13C685.13 0 711.909 46.7537 869.336 228.657ZM533.191 0L382.666 180.832L154.239 451H0.696777L384.458 0H533.191Z%27 fill=%27%2315181F%27/%3E%3C/svg%3E%0A');
}
.request__content,
.request__button {
  position: relative;
  z-index: 1;
}
.request__title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .request__title {
    margin-bottom: 8px;
  }
}
.request__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}
.request__button {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  height: max-content;
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 768px) {
  .request__button {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .request__button .btn + .btn {
    width: calc(50% - 27.7px);
    padding: 10px;
  }
  .request__button .btn {
    flex-grow: 1;
  }
}
.request__content {
  width: 50%;
}
@media (max-width: 768px) {
  .request__content {
    width: 100%;
    margin-bottom: auto;
  }
}

/* price */

.free-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  border-radius: 24px;
  width: 1232px;
}

.free-table__row {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  border: 1px solid #15181f1a;
  border-radius: 20px;
  overflow: hidden;
}

.free-table__cell {
  padding: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

.free-table__row:not(.free-table__row--header) .free-table__cell:first-child {
  font-weight: 400;
}

.free-table__row--header {
  border: none;
  margin-bottom: 8px;
}

.free-table__header {
  padding: 16px 24px;
  color: #15181f66;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.free-table__row--header .free-table__cell {
  border-right: none;
}

@media (max-width: 768px) {
  .free-table__cell {
    padding: 20px 16px;
    font-size: 16px;
  }
  .free-table__header {
    padding: 16px;
  }
}

.price {
  padding-top: 40px;
}

.price__table {
  margin-top: 40px;
  overflow-y: auto;
}

.price__under {
  max-width: 813px;
  margin-top: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.price__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.price__button {
  width: 282px;
  max-width: 50%;
}

@media (max-width: 768px) {
  .price {
    padding-top: 28px;
  }

  .price__table {
    margin-top: 32px;
  }

  .price__buttons {
    margin-top: 32px;
  }
}

@media (max-width: 600px) {
  .price__buttons {
    flex-direction: column;
  }

  .price__button {
    width: 100%;
    max-width: 100%;
  }
}

/* included */

.included {
  padding: 40px 0;
}

.included__title {
  margin-bottom: 40px;
}

.included__items,
.included__scrollbar {
  margin-top: 40px;
}

@media (min-width: 993px) {
  .included__wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.included__item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 6px);
  height: auto;
  padding: 32px;
  background-color: rgba(21, 24, 31, 0.05);
  border-radius: 32px;
}

.included__header {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.included__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

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

.included__caption {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}

.included__content {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

.included__content li {
  list-style-type: disc;
  list-style-position: inside;
}

.included__content li + li {
  margin-top: 8px;
}

.included .swiper-scrollbar {
  position: static;
}

.included__button {
  display: flex;
  justify-content: center;
  margin: 40px auto 0 auto;
}

@media (max-width: 992px) {
  .included__container {
    padding-right: 0;
  }

  .included__item {
    padding: 24px;
    width: 352px;
  }
}

@media (max-width: 768px) {
  .included {
    padding: 32px 0;
  }

  .included__items,
  .included__scrollbar {
    margin-top: 32px;
  }

  .included__title {
    margin-bottom: 32px;
  }

  .included__item {
    border-radius: 24px;
  }

  .included__button {
    margin-top: 32px;
  }
}

@media (max-width: 600px) {
  .included__item {
    width: 291px;
  }

  .included__button {
    width: 100%;
  }
}
