

/* Start:/local/templates/tsvostok_v2/components/bitrix/news.list/main_slider/style.css?17471351342140*/
.main-banner-slide{
    position: relative;
    display: flex;
    width: 100%;
    min-height: 420px;
    background: var(--heading-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-banner-slide-dark{
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media(min-width: 768px){
    .main-banner-slide{
        min-height: 480px;
    }
}

@media(min-width: 768px){
    .main-banner-slide{
        aspect-ratio: 4.8 / 1.85;
    }   
}

.main-banner-slide:not(.main-banner-slide-dark):before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0));
    z-index: 1;
}

.main-banner-slide a:not(.btn){
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.main-bannes-info{
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 2;
}

.main-bannes-info img{
    margin-bottom: -1px;
}

.main-bannes-info-text{
    padding: 25px 0;
}

.main-banner-title{
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
    letter-spacing: 0.005em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.main-banner-slide-dark .main-banner-title{
    color: var(--heading-color);
}

@media(min-width: 1200px) {
    .main-banner-title{
        font-size: 48px;
        font-weight: 600;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

.main-banner-desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
}

.main-banner-slide-dark .main-banner-desc{
    color: var(--heading-color);
}

@media(min-width: 1200px) {
    .main-banner-desc{
        font-size: 20px;
        line-height: 32px;
    }    
}

@media(min-width: 768px) {
    .main-bannes-info .btn{
        margin-top: 34px;
    }
}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/catalog.section.list/catalog_mainpage/style.css?1744346459699*/
.section-on-main-item{
    display: inline-block;
    width: 100%;
    min-height: 213px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: var(--heading-color);
    border-radius: var(--border-radius);
    text-decoration: none;
    aspect-ratio: 2 / 3;
    padding: 20px;
}

@media(min-width: 992px){
    .section-on-main-item{
        height: 360px;
        padding: 35px;
    }
}

.section-on-main-item:hover{
    color: var(--primary-color);
    background-color: var(--primary-rgb-01) !important;
}

.section-on-main-btn{
    margin-top: 24px;
}

@media(min-width: 992px){
    .section-on-main-btn{
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/news.list/brand_list/style.css?17406434331427*/
.brand-list{
    position: relative;
    overflow: hidden;
    padding: 20px 0 25px;
}

.brand-list:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--text-color);
    opacity: 0.04;
    z-index: -1;
}

@media(min-width: 768px){
    .brand-list{
        position: relative;
        padding: 40px 0 80px;
    }
}

@media(min-width: 768px){
    .brand-list-title{
        margin-bottom: 40px;
    }
}

.brand-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 12px;
}

.brand-item img{
    max-height: 100%;
    object-fit: contain;
}

@media(min-width: 768px){
    .brand-item img{
        filter: grayscale(1);
        transition: filter 0.2s;
    }
    .brand-item:hover img{
        filter: grayscale(0);
    }
}


.brand-slider .owl-nav{
    display: none;
}

.brand-list > .owl-prev,
.brand-list > .owl-next{
    position: absolute;
    top: calc(50% - 16px);
    background-color: transparent;
    border: 0;
    box-shadow: none;
    z-index: 1;
}

.brand-list > .owl-prev {
    left: 0;
}

.brand-list > .owl-next {
    right: 0;
}

.brand-list > .owl-prev svg path,
.brand-list > .owl-next svg path{
    stroke: var(--primary-color);
}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/news.list/news_list/style.css?17520214792293*/
.news-list-header{
    margin-bottom: 24px;
}

@media(min-width: 768px){
    .news-list-header{
        margin-bottom: 40px;
    }
}
.news-list-more{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: var(--heading-color);
    text-decoration: none;
    white-space: nowrap;
}

.news-list-more:hover svg{
    stroke: var(--primary-color);
}

.news-item{
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 28px;
}

@media(min-width: 992px){
    .news-item{
        padding-top: calc(83.1%);
        margin-bottom: 0px;
    }
    .news-item:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        background: var(--heading-color);
        opacity: 0.5;
        transition: 0.2s;
    }
    .news-item:hover:before{
        display: none;
        transition: 0.2s;
    }
}

.news-item img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

@media(min-width: 992px){
    .news-item img{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        aspect-ratio: auto;
        z-index: -1;
    }
}

@media(min-width: 992px){
    .news-item-info{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px 16px;
    }
}

.news-item-date{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--secondary-color);
}

@media(min-width: 992px){
    .news-item-date{
        font-weight: 700;
        color: #fff;
    }
}

.news-item-name{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: var(--text-color);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

@media(min-width: 992px){
    .news-item-name{
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/tsvostok_v2/components/bitrix/news.list/main_slider/style.css?17471351342140 */
/* /local/templates/tsvostok_v2/components/bitrix/catalog.section.list/catalog_mainpage/style.css?1744346459699 */
/* /local/templates/tsvostok_v2/components/bitrix/news.list/brand_list/style.css?17406434331427 */
/* /local/templates/tsvostok_v2/components/bitrix/news.list/news_list/style.css?17520214792293 */
