

/* Start:/bitrix/templates/.default/components/bitrix/news.list/index.full/style.css?16649102957741*/
.home-banner.full {
    height: auto;
    border-radius: 4px;
    padding-top: 32px;
    padding-bottom: 32px; 
}

.home-banner a {
    display: block
}

.home-banner.full .owl-nav button {
    border: none !important
}

#comp_7516a5d6170ab4da7113c0ebb7b3576f {
    min-height: 263px;
}

.home-banner-item {
    width: 100%;
    height: 445px;
    max-inline-size: max-content;
    height: 445px;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.home-banner.owl-theme .owl-dots {
    bottom: 48px;
    position: absolute;
    width: 100%
}

.home-banner.owl-carousel .owl-nav button.owl-prev {
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/arrow-left.svg) no-repeat center !important
}

.home-banner.owl-carousel .owl-nav button.owl-next {
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/arrow-right.svg) no-repeat center !important
}

.home-banner.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    opacity: .32;
    background: #fff
}

.home-banner.owl-theme .owl-dots .owl-dot.active span,
.home-banner.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #fff
}

.home-banner-item__content {
    position: absolute;
    top: 50%;
    left: 180px;
    transform: translate(0, -50%)
}

.home-banner-item__content a {
    display: inline-block;
    box-sizing: border-box;
    padding: 28px 55px;
    border-radius: 4px;
    background-color: #b3c535;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.home-banner-item__heading {
    max-width: 480px;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 1.1
}

.home-banner-item__desc {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.2
}

.home-banner-item__media {
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.home-banner-item__media img {
    display: block;
    width: auto !important;
    height: 100% !important
}

.home-banner-item__offer {
    position: absolute;
    top: 55px;
    right: 130px;
    box-sizing: border-box;
    padding: 32px 40px;
    border-radius: 7px;
    border-bottom-right-radius: 0;
    background-color: #e35656;
    color: #fff
}

.home-banner-item__offer:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -26px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 26px 0;
    border-color: transparent #e35656 transparent transparent
}

.home-banner-item__offer .old {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 21px
}

.home-banner-item__offer .old:before {
    width: calc(100% + 12px);
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    background-color: #fff;
    transform: rotate(-6deg) translate(0, -50%)
}

.home-banner-item__offer .new {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 23px
}

.home-banner-item__offer .new strong {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 49px
}

.home-banner .owl-nav {
    width: 100%;
    height: 65px !important;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.home-banner .owl-next,
.home-banner .owl-prev {
    width: 65px;
    height: 65px;
    border: 1px solid #ebebeb !important;
    border-radius: 4px !important;
    opacity: 1 !important;
    background: 0 0 !important;
    color: transparent !important
}

.home-banner .owl-prev {
    position: absolute;
    left: 30px;
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/../img/home-banner-left@2x.png) no-repeat center !important;
    background-size: 12px 17px !important
}

.home-banner .owl-next {
    position: absolute;
    right: 30px;
    background: url(/bitrix/templates/.default/components/bitrix/news.list/index.full/../img/home-banner-right@2x.png) no-repeat center !important;
    background-size: 12px 17px !important
}

@media (max-width:1499px) {
    .home-banner-item__content {
        top: calc(50% - 20px);
        left: 90px
    }

    .home-banner-item__content a {
        padding: 20px 44px;
        font-size: 16px
    }

    .home-banner .owl-nav {
        height: 50px !important
    }

    .home-banner .owl-next,
    .home-banner .owl-prev {
        width: 50px;
        height: 50px
    }

    .home-banner .owl-prev {
        left: 15px;
        background-size: 10px 14px !important
    }

    .home-banner .owl-next {
        right: 15px;
        background-size: 10px 14px !important
    }
}

@media (max-width:1399px) {
    .home-banner {
        height: auto;
        max-height: max-content
    }

    .home-banner-item {
        height: auto
    }

    .home-banner-item__content {
        top: calc(50% - 20px);
        left: 90px
    }

    .home-banner-item__content a {
        padding: 20px 44px;
        font-size: 16px
    }

    .home-banner-item__heading {
        max-width: 330px;
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 1.2
    }

    .home-banner-item__desc {
        margin-bottom: 20px;
        font-size: 14px
    }

    .home-banner-item__media {
        width: 400px
    }

    .home-banner-item__offer {
        top: 45px;
        right: 130px;
        padding: 20px 27px
    }

    .home-banner-item__offer:after {
        bottom: -18px;
        border-width: 0 23px 18px 0
    }

    .home-banner-item__offer .old {
        margin-bottom: 4px;
        font-size: 13px
    }

    .home-banner-item__offer .new {
        font-size: 13px
    }

    .home-banner-item__offer .new strong {
        font-size: 29px
    }

    .home-banner .owl-nav {
        height: 50px !important
    }

    .home-banner .owl-next,
    .home-banner .owl-prev {
        width: 50px;
        height: 50px
    }

    .home-banner .owl-prev {
        left: 15px;
        background-size: 10px 14px !important
    }

    .home-banner .owl-next {
        right: 15px;
        background-size: 10px 14px !important
    }
}

@media (max-width:1023px) {
    .home-banner-item__content a {
        padding: 17px 26px;
        font-size: 15px
    }

    .home-banner-item__heading {
        max-width: 215px;
        font-size: 30px;
        line-height: 1
    }

    .home-banner-item__desc {
        max-width: 215px
    }

    .home-banner-item__media {
        width: 270px
    }

    .home-banner-item__offer {
        top: 20px;
        right: 120px;
        padding: 16px 20px
    }

    .home-banner-item__offer:after {
        bottom: -14px;
        border-width: 0 18px 14px 0
    }

    .home-banner-item__offer .old {
        margin-bottom: 4px;
        font-size: 10px
    }

    .home-banner-item__offer .new {
        font-size: 10px
    }

    .home-banner-item__offer .new strong {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .home-banner-item__content {
        width: calc(100% - 30px);
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .home-banner-item__content a {
        width: 100%
    }

    .home-banner-item__heading {
        box-sizing: border-box;
        padding: 0 15px;
        max-width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 1.2
    }

    .home-banner-item__desc {
        box-sizing: border-box;
        padding: 0 15px;
        max-width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 1.3
    }

    .home-banner-item__media {
        display: none
    }

    .home-banner-item__offer {
        display: none
    }

    .home-banner .owl-nav {
        display: none
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/index.full/style.css?16649102957741 */
