:root {
    --heightBanner: 300px;
    --heightBannerIpad: auto;
    --heightBannerMobile: auto;
}

.page-main .row {
    margin: 0 -4px;
}

.page-main .item-banner {
    padding: 0 4px;
    text-align: center;
}

.page-main .item-banner .iframe-container iframe {
    max-width: 100%;
}

.banner-slide-main {
    margin-top: 40px;
}

.column .banner-slide-main {
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-inner {
    height: var(--heightBanner);
}

.kpis-banner-slide {
    min-height: var(--heightBanner);
}

.coupon-content {
    height: var(--heightBanner);
}

.coupon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: var(--heightBanner);
}

.coupon-wrap > a {
    height: calc(50% - 4px);
    width: 100%;
}

.coupon-wrap:last-child > a {
    height: calc(50% - 4px);
    width: 100%;
}

.coupon-wrap-item {
    width: 100%;
    height: 100%;
}

.carousel-inner > .item > img {
    height: 100% !important;
}

.carousel-control {
    width: 4rem !important;
    height: 4rem;
    border-radius: 50%;
    top: 50% !important;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
    transition: opacity 0.2s ease-out;
    display: flex !important;
    opacity: 0;
}

.banner-slide-top :hover .carousel-control {
    opacity: 1;
}

.icon-slide {
    margin: auto;
    color: white;
    font-size: 1.2rem;
    line-height: 0;
}

.carousel-indicators li {
    transition: width 0.5s;
}

.carousel-indicators .active {
    width: 30px !important;
}

#kpisBannerSlide .carousel-control.right {
    right: 12px;
    background-image: unset;
}

#kpisBannerSlide .carousel-control.left {
    left: 12px;
    background-image: unset;
}

.item {
    cursor: pointer;
}

.d-none {
    display: none !important;
}

.banner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.banner-product-container {
    display: none;
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.banner-block {
    display: none;
}

.banner-container .row .item-banner {
    height: auto;
}

.banner-left-right-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 8px;
}

.carousel-inner > .item {
    height: 100% !important;
}

.iframe-container {
    overflow: hidden;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    max-width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.banner-bottom{
    margin-bottom: 0px;
    margin-top: 30px;
}

@media screen and (max-width: 992px) {
    .banner-product-container {
        padding: 15px 0;
        display: block;
        background-color: #f4f5f6;
    }

    .page-main .item-banner {
        padding: 0 0px;
    }

    .banner-block {
        display: block;
    }

    .banner-slide-main {
        margin-top: 20px;
    }

    .column .banner-slide-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .kpis-banner-slide {
        min-height: auto;
    }

    .banner-1 {
        margin-bottom: 8px;
    }

    .banner-slide-top {
        margin-top: 0px;
        margin-right: -0 !important;
        margin-left: -0 !important;
    }
}

@media screen and (max-width: 768px) {
    .banner-slide-main {
        margin-top: 0px;
    }

    .carousel-inner {
        height: auto;
    }

    .banner-left-right-container {
        display: none;
    }
}
