.main-banner .swiper-wrapper {
    align-items: stretch;
}

.main-banner .swiper-wrapper .swiper-slide {
    height: auto;
}

.main-banner .btn.btn-outline {
    background-color: #343434;
    color: white;
    border: 2px solid #E5383B;
}

.main-banner  .btn.btn-outline:hover {
    color: white;
    background: var(--theme-primary-light);
    border-color: var(--theme-primary-light);
}
.main-banner .banner-section {
    position: relative;
    color: white;
    z-index: 1;
    overflow: hidden;
    margin-top: 0;
    border-radius: 28px;
}
.main-banner .banner-section .banner .banner-description {
    grid-area: description;
}
.main-banner .banner-section .banner .banner-buttons {
    grid-area: buttons;
    white-space: nowrap;
}
.main-banner .banner-section .banner .banner-buttons a {
    margin-right: 12px;
}
.main-banner .banner-section .banner .banner-image {
    grid-area: image;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    max-width: 550px;
    right: 0;
}
.main-banner .banner-section .banner.opt .banner-image {
    transform: translateY(-55%);
    max-width: 200%;
    right: -65%;
}

.main-banner .banner-section .banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
              "description image"
              "buttons .";
    padding: 53px 65px;
    min-height: 415px;
    border-radius: 28px;
    color: #fff;
    overflow: hidden;
}
.main-banner .banner-section .banner-title {
    font-size: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    line-height: 40px;
    font-weight: 600;
}
.main-banner .banner-section .banner-text {
    font-size: 20px;
}
.main-banner .banner-list {
    margin-bottom: 25px;
    padding: 0;
    position: relative;
    z-index: 2;
}
.main-banner .banner-list li {
    margin-bottom: 8px;
    font-size: 16px;
    list-style: none;
    display: flex;
    align-items: center;
}
.main-banner .banner-list li svg {
    margin-right: 10px;
    min-height: 20px;
    min-width: 20px;
}
.main-banner .banner-section .important-text {
    color: #FF1111;
}
.main-banner .banner-section .slider-controls-banner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 32px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
.main-banner .banner-section .slider-controls-banner .slider-nav{
    margin-right: 36px;
}
.main-banner .banner-section .slider-arrows .swiper-button-next, .slider-arrows .swiper-button-prev {
    border-radius: 8px;
    background: transparent;
    height: 32px;
    width: 32px;
}
.main-banner .banner-section .slider-controls-banner .slider-arrows .swiper-button-next:before,
.main-banner .banner-section .slider-controls-banner .slider-arrows .swiper-button-prev:before {
    content: unset;
}
.main-banner .banner-section .banner.himbolt .himbolt-icon {
    position: absolute;
    right: 24px;
    top: 42px;
}
.main-banner .banner-section .banner.himbolt .banner-image img {
    max-width: 180%;
    position: relative;
    right: 65%;
    top: 30px;
}
.main-banner .banner-section .banner.himbolt .banner-buttons .btn.btn-outline {
    border: none;
}
.main-banner .banner-section .banner.himbolt .banner-title svg {
    transform: translateY(-7px);
}
.main-banner .banner-section .banner.discount .banner-image {
    right: -12%;
}
@media (max-width: 1028px) {
    .main-banner .banner-section .banner-title {
        font-size: 36px;
    }
}
@media (max-width: 992px) {
    .main-banner .banner-section .banner {
        /*grid-template-columns: 1fr;
        grid-template-areas:
              "description"
              "image"
              "buttons";*/
        padding: 17px 26px;
        min-height: unset;
        max-height: 358px;
        display: flex;
        flex-flow: column;
    }
    .main-banner .banner-section .banner-description {
        font-size: 13px;
    }
    .main-banner .banner-section .banner-title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .main-banner .banner-section .banner .banner-buttons {
        display: flex;
        flex-flow: column;
        gap: 8px;
        justify-content: end;
        order: 3;
    }
    .main-banner .banner-section .banner .banner-buttons a{
        max-height: 42px;
        min-height: 42px;
        padding: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-right: 0;
    }
    .main-banner .banner-section .banner .banner-image {
        /*height: 110px;*/
        overflow: hidden;
        position: relative;
        top: 0;
        transform: none;
        max-width: none;
        /*max-height: 170px;*/
        flex: 1;
    }

    .main-banner .banner-section .banner .banner-image img {
        transform: translateY(-25%);
    }
    .main-banner .banner-section .banner.opt .banner-image {
        transform: none;
        max-width: none;
        right: 0;
    }
    .main-banner .banner-section .banner.opt .banner-image img {
        transform: translateY(-45%);
        max-width: 120%;
    }
    .main-banner .banner-section .banner.delivery .banner-image img {
        transform: translateY(-10%);
    }
    .main-banner .banner-section .banner.delivery .banner-image,
    .main-banner .banner-section .banner.himbolt .banner-image {
        /*height: 170px;*/
    }
    .main-banner .banner-section .banner.himbolt .banner-image img {
        max-width: 100%;
        position: relative;
        right: 0;
        top: 25%;
    }
    .main-banner .banner-section .banner.himbolt .himbolt-icon {
        right: unset;
        top: unset;
        bottom: 120px;
        left: 26px;
    }
    .main-banner .banner-section .banner.himbolt .banner-title svg {
        height: 20px;
        width: auto;
        transform: translateY(-3px);
    }
    .main-banner .banner-section .banner.discount .banner-image {
         right: unset;
        top: -2px;
    }
    .main-banner .banner-section .banner.delivery .banner-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-banner .banner-section .banner.delivery .banner-image img{
         transform: translateY(0);
    }
    .main-banner .banner-section .slider-controls-banner {
        justify-content: center;
        margin-top: 8px;
        position: relative;
        right: unset;
        bottom: unset;
    }
    .main-banner .banner-section .slider-controls-banner .slider-nav {
        margin-right: 0;
    }
}

@media (max-width: 389px) {
    .main-banner .banner-section .banner {
        max-height: 372px;
    }
}