.section__banner--full-page {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    min-height: 950px;
    height: 100vh;
}

.section__banner--full-page .video {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.section__banner--full-page .video video,
.section__banner--full-page .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner--full-content .title--banner{
    color: #0D151F;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 48px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: 9.6px;
    margin-bottom: 20px;
}

.banner--full-content .banner--full-content__item__description {
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.banner--full-content .banner--full-content__item__description p:last-child {
    margin-bottom: 0;
}

.banner--full-content__item__button {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.banner--full-content__item__button .btn {
    align-items: center;
    background: #FFCD06;
    border: 2px solid #FFCD06;
    border-radius: 999px;
    box-shadow: 0px 1px 2px 0px rgba(198, 228, 246, 0.05);
    color: #1E1A19;
    display: flex;
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    justify-content: center;
    line-height: 100%;
    margin: 0 auto;
    padding: 14px 26px;
    width: max-content;
    position: relative;
    right: 13px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.banner--full-content__item__button .btn:hover {
    background: #fff;
    text-decoration: none;
    border-color: #FFCD06;
}

.section__banner--full-page .swiper-pagination {
    position: absolute;
    z-index: 3;
    left: initial;
    right: 37px;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section__banner--full-page .swiper-pagination-bullets .swiper-pagination-bullet {
    color: #FFCD06;
    text-align: center;
    font-family: 'SF Pro Display';
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    height: auto;
    width: auto;
    background: transparent;
    border: 0;
    opacity: 1;
    margin: 0;
}

.section__banner--full-page .swiper-pagination-bullets .swiper-pagination-bullet:focus,
.section__banner--full-page .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    text-decoration: none;
}

.section__banner--full-page .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 24px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #002238;
}

.section__banner--full-page .video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(201, 201, 201, 0.6);
}

.section--items--fullpage .image_mobile {
    display: none;
}

.section--items--fullpage {
    opacity: 0;
    padding: 34px 45px 30px 15px;
}

.section--items--fullpage.swiper-slide-active {
    opacity: 1;
}

.main--banner-full__box{
    height: auto;
    overflow: hidden;
}

.section__banner--full-page .banner--full-content {
    min-height: 950px;
    height: 100vh;
}

.banner--full-content__item {
    margin-bottom: 38px;
}

.images--wrapper .images {
    display: flex;
    width: 128px;
    height: 128px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 3.2px 3.2px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.section--items--fullpage .images--wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
    width: 100%;
    gap: 50px;
    margin: 0 auto;
}

.banner--full-content .flex--center {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

.banner--full-content .flex--center .banner--full-content__item__button {
    position: static;
}

.banner--full-content .flex--center .banner--full-content__item {
    margin-bottom: 0;
}

.section__banner--full-page .swiper-pagination li .disabled {
    pointer-events: none !important;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
}


@media only screen and (min-width: 1023px) and (max-width: 1920px)  {
    .section__banner--full-page .banner--full-content,
    .section__banner--full-page {
        min-height: 768px;
        height: 100vh;
    }
}

@media only screen and (max-width: 991px){

    .banner--full-content__item__button {
        position: static;
    }

    .section__banner--full-page .swiper-pagination {
        position: absolute;
        display: flex;
        flex-direction: row;
        gap: 8px;
        justify-content: center;
        top: initial;
        bottom: 99px;
        right: 0;
        padding: 0 20px;
    }

    .section--items--fullpage .images--wrapper {
        max-width: 602px;
        gap: 30px;
        padding-bottom: 30px;
    }

    .banner--full-content__item__button .btn svg {
        width: 15px;
        height: 14px;
    }

    .banner--full-content__item__button .btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 12.944px;
        padding: 11px 6px;
        gap: 4px;
        right: 0;
    }

    .banner--full-content .title--banner {
        font-size: 32px;
        font-weight: 600;
        line-height: 49px;
        letter-spacing: 6.4px;
        margin-bottom: 24px;
    }

    .banner--full-content .banner--full-content__item__description {
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 17px;
    }

    .section--items--fullpage {
        padding: 17px 15px 0 15px;
    }

    .banner--full-content__item__button {
        margin-top: 38px;
    }

    .section__banner--full-page .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .section__banner--full-page .swiper-pagination-bullets .swiper-pagination-bullet {
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #D9D9D9;
    }

    .section__banner--full-page .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 0;
        background: #FFF;
    }

    .section__banner--full-page .banner--full-content,
    .section__banner--full-page {
        height: auto;
        min-height: initial;
    }

    .banner--full-content .flex--center .swiper-pagination {
        bottom: 25px;
    }

    .section__banner--full-page {
        padding-bottom: 38px;
    }

    .banner--full-content .flex--center {
        gap: 24px;
    }
}


@media only screen and (max-width: 650px) {
    .section--items--fullpage .images--wrapper {
        max-width: 444px;
    }
}

@media only screen and (max-width: 570px) {
    .images--wrapper .images {
        display: flex;
        width: 72px;
        height: 72px;
        padding: 15px;
        align-items: center;
        gap: 5px;
        flex-shrink: 0;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .section--items--fullpage .images--wrapper {
        max-width: 378px;
    }
}

@media only screen and (max-width: 414px) {
    .section--items--fullpage .images--wrapper {
        max-width: 276px;
    }
}