.banner-3__space {
    padding-top: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-3__space {
        padding-top: 120px;
    }
}

.banner-3 .container {
    position: relative;
    z-index: 2;
}

.banner-3__shape {
    z-index: -1;
    top: -1115px;
    right: -635px;
    position: absolute;
    width: 1522.97px;
    content: "";
    height: 1356.07px;
    display: block;
    border-radius: 500px;
    background: var(--primary-color);
    opacity: 0.2;
    -webkit-filter: blur(217px);
    filter: blur(217px);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.banner-3__content {
    position: relative;
    z-index: 3;
}

.banner-3__content p {
    padding-left: 31px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-3__content p {
        padding-left: 0;
    }
}

.banner-3__content h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 90px;
}

.banner-3__content h1 span {
    color: var(--primary-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__content h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-3__content h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-3__content h1 {
        font-size: 47px;
        line-height: 57px;
    }
}

@media (max-width: 575px) {
    .banner-3__content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width:450px) {
    .banner-3__content h1 {
        font-size: 34px;
        line-height: 38px;
    }
}

.banner-3__slider {
    z-index: 2;
    position: relative;
}

@media (max-width: 575px) {
    .banner-3__item-media {
        height: 250px;
    }
}

.banner-3__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-3__pagination {
    bottom: 227px !important;
    right: 50px !important;
    text-align: right;
    z-index: 3;
    position: absolute;
    width: inherit !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-3__pagination {
        bottom: 130px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-3__pagination {
        bottom: 30px !important;
    }
}

.banner-3__pagination .swiper-pagination-bullet {
    width: inherit !important;
    height: inherit !important;
    background: transparent !important;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--color-white) !important;
    opacity: 1 !important;
    margin: 0 10px !important;
    position: relative;
}

.banner-3__pagination .swiper-pagination-bullet:after {
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: var(--color-white) !important;
    opacity: 0;
}

.banner-3__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--color-white) !important;
}

.banner-3__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: var(--color-white) !important;
    opacity: 1;
}