.main-banner {
    margin-top: 24px;
    min-height: 656px;
    max-height: 656px;
}

.main-banner__main {
    border-radius: 20px;
    overflow: visible;
    position: relative;
    max-height: 584px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-banner__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 65%;
    object-position: 65%;
    max-height: 584px;
    min-height: 584px;
}

.main-banner__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 20px;
    max-height: 584px;
    min-height: 584px;
}

.main-banner__image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(188deg, rgba(0, 87, 183, 0) 68.99%, rgba(0, 87, 183, .8) 99.89%);
    z-index: 2;
}

.main-banner__content {
    position: relative;
    z-index: 2;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 584px;
}

.main-banner__head {
    width: 100%;
    max-width: 562px;
    position: relative
}

.main-banner__title {
    color: var(--white);
    text-transform: uppercase
}

.main-banner__description {
    color: var(--white);
    font-size: var(--text-size);
    font-weight: var(--fw-medium);
    line-height: 1;
    margin-top: 8px;
    max-width: 179px
}

.white-title,
.white-title ~ .main-banner__description {
    color: #fff;
}

@media (min-width: 1200px) {
    .main-banner__image-wrapper::after {
        background: linear-gradient(206deg, rgba(0, 87, 183, 0) 67.71%, rgba(0, 87, 183, .8) 99.71%)
    }

    .main-banner__content {
        padding: 40px
    }

    .main-banner__description {
        max-width: 262px;
        position: absolute;
        bottom: 10px;
        right: -20px;
        margin-top: 0
    }
}

.main-banner__bottom {
    margin-top: auto
}

.main-banner__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
}

.main-banner__number {
    max-width: 110px
}

@media (min-width: 576px) {
    .main-banner__numbers {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-banner__number {
        max-width: 100%
    }
}

.main-banner__number-head {
    font-size: var(--text-size-64);
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    font-weight: var(--fw-bold);
    text-align: right
}

@media (min-width: 1200px) {
    .main-banner__numbers {
        gap: 40px 40px
    }

    .main-banner__number-head {
        font-size: var(--text-size-96)
    }
}

.mobile-banner {
    display: none;
}

@media (min-width: 1439px) {
    .main-banner__numbers {
        gap: 40px 80px
    }

    .main-banner__number-head {
        font-size: var(--text-size-96)
    }

    .main-banner__description {
        right: 12px;
    }
}

@media (max-width: 800px) {
    .desk-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .main-banner__content {
        height: 100%;
        justify-content: space-between;
    }
}

.main-banner__number-text {
    font-size: var(--text-size);
    color: var(--white);
    font-weight: var(--fw-medium);
    line-height: 1
}

.banner-card {
    padding: 40px;
    background-color: var(--accent);
    border-radius: 20px;
    min-height: 584px;
    max-height: 584px;
    height: 100%;
}

.banner-card .main-banner__title,
.banner-card .main-banner__description {
    color: #fff;
}

.banner-card .main-banner__content {
    padding: 0;
    justify-content: space-between;
    height: 100%;
}

.banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-img img,
.banner-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.banner__slider .main-banner__content {
    height: 100%;
    min-height: 584px;
    justify-content: space-between;
}

.banner__slider .banner-card .main-banner__content {
    min-height: auto;
}

@media (max-width: 992px) {

    .banner-card {
        padding: 20px;
        min-height: auto;
    }

    .main-banner__bottom {
        margin-top: 40px;
    }

    .banner-img img,
    .banner-img video {
        min-height: 208px;
        max-height: 208px;
    }
}

@media (max-width: 767px) {

    .banner-img img,
    .banner-img video {
        min-height: 190px;
        max-height: 190px;
    }
}

.main-banner__image-wrapper::after {
    background: linear-gradient(270deg, rgba(0, 87, 183, 0) 0%, rgba(0, 0, 0, 0.8) 95%);
}

.banner__slider .swiper-slide {
  height: 584px;
}
@media (max-width: 767px) {
  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper) {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
  }

  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;

    background:
      linear-gradient(
        180deg,
        rgb(0 28 65 / 27%) 0%,
        rgb(0 28 65 / 30%) 34%,
        rgba(0, 28, 65, 0.18) 58%,
        rgb(226 226 226 / 18%) 100%
      ),
      linear-gradient(
        90deg,
        rgb(0 28 65 / 23%) 0%,
        rgb(0 28 65 / 17%) 48%,
        rgb(203 203 203 / 8%) 100%
      );
  }

  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper) > .main-banner__image-wrapper {
    position: relative;
    z-index: 1;
    border-radius: inherit;
    overflow: hidden;
  }

  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper) > .main-banner__content {
    position: absolute;
    inset: 0;
    z-index: 3;
  }

  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper) .main-banner__title,
  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper) .main-banner__description {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  }

  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper) .main-banner__number-head,
  .banner__slider .swiper-slide:has(> .main-banner__image-wrapper) .main-banner__number-text {
    color: #fff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  }
}
