

/* Start:/local/templates/tsvostok_v2/components/bitrix/news/promo/style.min.css?17774327971492*/
.news-item-container{margin-bottom:22px}@media(min-width:768px){.news-item-container{margin-bottom:40px}}.news-item-image{position:relative;display:inline-block;width:100%;border-radius:var(--border-radius);text-decoration:none;overflow:hidden;margin-bottom:14px}.news-item-image:before{content:'';display:block;padding-top:53.5%;width:1px}.news-item-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:left center}.news-item-name a,.news-item-name span{display:inline-block;font-size:22px;font-weight:500;line-height:30px;color:var(--heading-color);text-decoration:none}.news-item-name a{-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.news-item-date{font-size:14px;font-weight:400;line-height:19px;color:var(--secondary-color)}.news-item-date i{display:inline-block;width:3px;height:3px;border-radius:50%;background:var(--secondary-color);margin:0 12px}.news-item-desc{font-size:14px;font-weight:400;line-height:21px;color:var(--heading-color)}@media(min-width:992px){.news-item-desc{font-size:16px;line-height:24px}}.news-item-more{display:inline-block;font-size:14px;font-weight:500;line-height:21px;color:var(--primary-color);text-decoration:none}.news-item-more:hover{color:var(--primary-color-hover)}@media(min-width:992px){.news-item-more{font-size:16px;line-height:24px}}.news-item-more svg{--color:var(--primary-color);stroke:transparent}.news-item-more:hover svg{--color:var(--primary-color-hover)}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/breadcrumb/.default/style.min.css?1762822687341*/
.breadcrumb{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:10px}.breadcrumb-item,.breadcrumb-item a,.breadcrumb-item span{display:inline-block;font-size:14px;font-weight:400;line-height:16px;color:var(--secondary-color)}.breadcrumb-item a{text-decoration:none}.breadcrumb-item>span{color:var(--ghost-color)}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/news/promo/bitrix/news.detail/.default/style.css?17774327978954*/
@media (min-width: 1200px) {
    .promo-detail-slider .main-banner-title,
    .promo-detail-slider .main-banner-desc {
        margin-left: 26px;
    }
}

.promo-detail-slider{
    margin-bottom: 12px;
}

@media(min-width: 1200px) {
    .promo-detail-slider{
        margin-bottom: 20px;
    }
}

.promo-detail-short-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--heading-color);
    margin-bottom: 40px;
}

@media(min-width: 1200px) {
    .promo-detail-short-desc{
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 60px;
    }
}

.promo-detail-advantage{
    position: relative;
    margin: 40px 0;
}

@media(min-width: 768px) {
    .promo-detail-advantage{
        padding: 40px 0;
    }
    .promo-detail-advantage:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: var(--primary-color);
        opacity: 0.04;
        z-index: -1;
    }
}

@media(min-width: 1200px) {
    .promo-detail-advantage{
        margin: 40px 0 60px;
    }
}

.promo-detail-advantage-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: var(--heading-color);
}

@media(min-width: 768px) {
    .promo-detail-advantage-title{
        text-align: center;
    }
}

@media(min-width: 1200px) {
    .promo-detail-advantage-title{
        font-size: 40px;
        margin-bottom: 60px;
    }
}

.promo-detail-advantage-list-wrapper{
    overflow: hidden;
}

.promo-detail-advantage-list-wrapper .owl-carousel .owl-stage-outer{
    overflow: visible;
}

@media(min-width: 992px){
    .promo-detail-advantage-list{
        display: flex;
        gap: 20px;
    }
}

@media(min-width: 1200px){
    .promo-detail-advantage-list{
        gap: 60px;
    }
}

.promo-detail-advantage-item{
    width: 233px;
}


@media(min-width: 992px){
    .promo-detail-advantage-item{
        width: 100%;
    }
}

.promo-detail-advantage-icon{
    position: relative;
    margin-bottom: 14px;
}

.promo-detail-advantage-icon img{
    max-width: 90px;
}

.promo-detail-advantage-icon:before{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: calc(100% - 90px - 20px);
    height: 4px;
    background: var(--primary-color);
}

@media(min-width: 992px){
    .promo-detail-advantage-icon:before{
        display: none;
    }
}

.promo-detail-advantage-icon svg{
    stroke: none;
}

.promo-detail-advantage-name{
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: var(--heading-color);
    margin-bottom: 4px;
}

@media(min-width: 992px){
    .promo-detail-advantage-name{
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
}

.promo-detail-advantage-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #343A44;
}

@media(min-width: 992px){
    .promo-detail-advantage-desc{
        font-size: 16px;
    }
}

.promo-detail-desc{
    margin: 40px 0;
}

@media (min-width: 1200px) {
    .promo-detail-desc{
        margin: 60px 0;
    }
}

.promo-detail-desc-inner{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 32px;
}

.promo-detail-timer{
    margin: 40px 0;
}

.promo-detail-timer-inner{
    background-color: var(--heading-color);
    background-image: url('/local/templates/tsvostok_v2/components/bitrix/news/promo/bitrix/news.detail/.default/images/ellipse.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 32px 0;
}

@media (min-width: 576px) {
    .promo-detail-timer{
        background-color: var(--heading-color);
        background-image: url('/local/templates/tsvostok_v2/components/bitrix/news/promo/bitrix/news.detail/.default/images/ellipse.svg');
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .promo-detail-timer-inner{
        background: transparent;
        padding: 40px 0;
    }
}

@media (min-width: 1200px) {
    .promo-detail-timer{
        margin: 60px 0;
    }
}

.promo-detail-timer-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .promo-detail-timer-title{
        font-size: 24px;
    }
}

.promo-detail-timer-btn {
    color: #fff;
    background: linear-gradient(90deg, #C6E70C 0%, #009228 50%);
    border-radius: 2px;
    padding: 6px 10px;
}

.promo-detail-timer-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #78E30D 0%, #00661C 50%);
}

.promo-detail-timer-note{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-top: 14px;
}

.promo-detail-timer-display{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: #fff;
}

@media (min-width: 992px) {
    .promo-detail-timer-display{
        gap: 30px;
    }
}

.promo-detail-timer-display > div{
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
}

@media (min-width: 992px) {
    .promo-detail-timer-display > div{
        gap: 6px;
        font-size: 16px;
    }
}

.promo-detail-timer-display > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-family: 'TitilliumWeb', sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

@media (min-width: 360px) {
    .promo-detail-timer-display > div > div{
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 992px) {
    .promo-detail-timer-display > div > div{
        width: 90px;
        height: 90px;
        font-size: 60px;
    }
}

.promo-detail-timer-display span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-family: 'TitilliumWeb', sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    margin-top: -30px;
}

@media (min-width: 992px) {
    .promo-detail-timer-display span{
        height: 90px;
        font-size: 60px;
        margin-top: -40px;
    }
}

.promo-detail-terms{
    margin: 40px 0;
}

@media (min-width: 992px) {
    .promo-detail-terms{
        margin: 60px 0;
    }
}

.promo-detail-terms .row{
    gap: 32px 0;
}

.promo-detail-terms-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: var(--heading-color);
    margin-bottom: 24px;
}

@media(min-width: 768px) {
    .promo-detail-terms-title{
        text-align: center;
    }
}

@media(min-width: 1200px) {
    .promo-detail-terms-title{
        font-size: 40px;
        margin-bottom: 40px;
    }
}

.promo-detail-terms-item{
    height: 100%;
    background: rgba(7, 111, 72, 0.04);
    border-radius: 2px;
    padding: 24px 20px;
}

@media(min-width: 1200px) {
    .promo-detail-terms-item{
        padding: 30px;
    }
}

.promo-detail-terms-item-icon{
    width: 50px;
    height: 50px;
    line-height: 1;
    margin-bottom: 14px;
}

@media(min-width: 1200px) {
    .promo-detail-terms-item-icon{
        margin-bottom: 24px;
    }
}

.promo-detail-terms-item-icon img{
    max-width: 100%;
    object-fit: contain;
}

.promo-detail-terms-item-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: var(--heading-color);
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .promo-detail-terms-item-title{
        min-height: 43.2px
    }
}

@media(min-width: 1200px) {
    .promo-detail-terms-item-title{
        line-height: 1.1;
        margin-bottom: 24px;
    }
}

.promo-detail-terms-item-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: var(--heading-color);
}

@media(min-width: 1200px) {
    .promo-detail-terms-item-desc{
        font-size: 16px;
    }
}

.promo-detail-documents{
    margin-top: 32px;
}

@media (min-width: 992px) {
    .promo-detail-documents{
        margin-top: 40px;
    }
}

.promo-detail-document{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--text-color);
    text-decoration: none;
}

@media (min-width: 1200px) {
    .promo-detail-document{
        gap: 14px;
    }
}

.promo-detail-document svg{
    stroke: transparent;
}

/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/news.list/main_slider_pc/style.min.css?17774327972058*/
.main-banners{max-width:540px;padding:0;margin-right:auto;margin-left:auto}.main-banners .owl-carousel:not(.owl-loaded){display:block;min-height:100px;aspect-ratio:4.6/2.9;overflow:hidden}.main-banner-slide{position:relative;display:flex;width:100%;min-height:100px;aspect-ratio:4.6/2.9;background:var(--heading-color);background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:2px;overflow:hidden}.main-banner-slide.main-banner-slide-with-image{aspect-ratio:auto}@media(min-width:576px){.main-banners{max-width:none;padding:0}.main-banner-slide{aspect-ratio:4.6/1.9}}.main-banner-slide-dark{background:center/cover no-repeat}.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,.35),rgba(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%;line-height:0;z-index:2}.main-bannes-info img{margin-bottom:-1px}.main-banner-slide.main-banner-slide-with-image img{max-width:100%}.main-bannes-info-text{padding:30px 0}.main-banner-title{font-size:20px;font-weight:600;line-height:1.2;color:#fff;text-transform:uppercase;margin-bottom:11px}.main-banner-slide-dark .main-banner-desc,.main-banner-slide-dark .main-banner-title{color:var(--heading-color)}.main-banner-desc{font-size:14px;font-weight:400;line-height:1.2;color:#fff}@media(min-width:768px){.main-banners .owl-carousel:not(.owl-loaded){min-height:480px;aspect-ratio:4.7/1.4864}.main-banner-slide{aspect-ratio:4.7/1.3}.main-banner-slide-min-height{min-height:480px}.main-banner-title{font-size:46px;margin-bottom:20px}.main-banner-desc{font-size:20px;line-height:1.6}.main-bannes-info .btn{margin-top:40px}}.white-breadcrumb .breadcrumb-item,.white-breadcrumb .breadcrumb-item a,.white-breadcrumb .breadcrumb-item span{color:#fff}.in-banner-image-right .main-bannes-info-text+div{text-align:right}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/news.list/main_slider_mobile/style.min.css?17774327972058*/
.main-banners{max-width:540px;padding:0;margin-right:auto;margin-left:auto}.main-banners .owl-carousel:not(.owl-loaded){display:block;min-height:100px;aspect-ratio:4.6/2.9;overflow:hidden}.main-banner-slide{position:relative;display:flex;width:100%;min-height:100px;aspect-ratio:4.6/2.9;background:var(--heading-color);background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:2px;overflow:hidden}.main-banner-slide.main-banner-slide-with-image{aspect-ratio:auto}@media(min-width:576px){.main-banners{max-width:none;padding:0}.main-banner-slide{aspect-ratio:4.6/1.9}}.main-banner-slide-dark{background:center/cover no-repeat}.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,.35),rgba(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%;line-height:0;z-index:2}.main-bannes-info img{margin-bottom:-1px}.main-banner-slide.main-banner-slide-with-image img{max-width:100%}.main-bannes-info-text{padding:30px 0}.main-banner-title{font-size:20px;font-weight:600;line-height:1.2;color:#fff;text-transform:uppercase;margin-bottom:11px}.main-banner-slide-dark .main-banner-desc,.main-banner-slide-dark .main-banner-title{color:var(--heading-color)}.main-banner-desc{font-size:14px;font-weight:400;line-height:1.2;color:#fff}@media(min-width:768px){.main-banners .owl-carousel:not(.owl-loaded){min-height:480px;aspect-ratio:4.7/1.4864}.main-banner-slide{aspect-ratio:4.7/1.3}.main-banner-slide-min-height{min-height:480px}.main-banner-title{font-size:46px;margin-bottom:20px}.main-banner-desc{font-size:20px;line-height:1.6}.main-bannes-info .btn{margin-top:40px}}.white-breadcrumb .breadcrumb-item,.white-breadcrumb .breadcrumb-item a,.white-breadcrumb .breadcrumb-item span{color:#fff}.in-banner-image-right .main-bannes-info-text+div{text-align:right}
/* End */
/* /local/templates/tsvostok_v2/components/bitrix/news/promo/style.min.css?17774327971492 */
/* /local/templates/tsvostok_v2/components/bitrix/breadcrumb/.default/style.min.css?1762822687341 */
/* /local/templates/tsvostok_v2/components/bitrix/news/promo/bitrix/news.detail/.default/style.css?17774327978954 */
/* /local/templates/tsvostok_v2/components/bitrix/news.list/main_slider_pc/style.min.css?17774327972058 */
/* /local/templates/tsvostok_v2/components/bitrix/news.list/main_slider_mobile/style.min.css?17774327972058 */
