

/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/promotions/style.css?17243499306098*/
body {
    background-color: #fff !important;
    font-family: 'Roboto', sans-serif;
}

.promo-detail * {
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B;
}

.promo-detail span > a {
    font-size: inherit;
    color: #48538B;
}

.promo-detail a, .promo-detail a:visited {
    color: #48538B;
}

.promo-detail .btn.btn-red {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    color: #fff !important;
}

.promo-detail .table tbody tr td, .promo-detail .table tr th, .promo-detail .table thead tr td {
    font-size: 16px;
}

.promo-detail__description {
    padding: 0 16px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.promo-detail__link {
    font-weight: 400;
    color: #48538B;
    text-decoration: none;
}

.promo-detail__link:visited {
    color: #48538B;
}

.promo-detail__link_back {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.promo-detail__link_back::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 9px;
    left: 0px;
    top: 4px;
    background-image: url(/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/promotions/images/arrow-left.svg);
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.table-responsive {
    border: 0;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none !important;
}
.content {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 60px;
    margin-bottom: 80px;
}
.content .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    border: 0;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.content .table td {
    font-size: 11px;
    color: black;
    /* font-family: Tahoma, Helvetica, Arial, sans-serif; */
    border-right: 1px solid #dddddd;
}
.content .table > thead > tr > th, .content .table > thead > tr > td, .content .table > tbody > tr > th, .content .table > tbody > tr > td, .content .table > tfoot > tr > th, .content .table > tfoot > tr > td {
    padding: 4px;
    line-height: 120%;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.content .table thead td {
    background: #242265 !important;
    color: white;
    font-size: 11px;
    font-weight: 400;
}

.content h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .promo-detail {
        background-color: #fff;
        background-size: 0;
        background-position: right -80px bottom 0;
        background-repeat: no-repeat;
    }

    .promo-detail {
        padding-bottom: 40px;
        background-size: contain;
    }

    .promo-detail__description {
        font-size: 16px;
        line-height: 1.75;
    }

    .content {
        margin-bottom: 40px;
    }
}

.promotion__upper-section {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 16px;
}

.promotion__upper-section-container {
    display: flex;
    justify-content: space-between;
}

.promotion__upper-section-content {
    position: relative;
    z-index: 1;
}

.promotion__back-link {
    padding-top: 15px;
    padding-bottom: 45px;
}

.promotion__logo-block {
    align-items: center;
    display: inline-flex;
    gap: 16px;
    margin-bottom: 16px;
}

.promotion__upper-content {
    max-width: 473px;
}

.promotion__title {
    text-transform: uppercase;
    color: #e4003c;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: bold;
}

.promotion__upper-text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 24px;
}

.promotion__upper-text_small {
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
}

.promotion__upper-image-wrapper {
    margin-top: 10px;
    height: auto;
    position: relative;
}

.promotion__upper-image-wrapper img {
    position: absolute;
    object-fit: contain;
    height: 100%;
    right: 0;
}

.promo__highlighted-message {
    background: linear-gradient(91.19deg, #990170 5.12%, #0D79D8 94.61%);
    padding: 8px 16px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
}

.promotion__date-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0 32px 0;
}

.promotion__date-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.promotion__date-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.promotion__tablet,
.promotion__mobile {
    display: none;
}

.tab-item:not(.active) .tab-content {
    display: none;
}
.tab-item:not(.active) .tab-trigger svg {
    transform: rotate(180deg);
}

.tab-trigger {
    padding: 12px 0;
}

.tab-content {
    padding: 12px 0 24px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
}

@media screen and (max-width: 992px) {
    .promotion__upper-section {
        margin-top: 0;
    }
	
    .promotion__tablet {
        display: block;
    }

    .promotion__upper-content {
        padding: 40px 0;
    }

    .promotion__back-link {
        padding: 40px 0 0 0;
    }

    .promotion__upper-section-content .promotion__back-link,
    .promotion__upper-section-content .promotion__date-block {
        display: none;
    }

    .content {
        margin-top: 40px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .promotion__upper-content {
        display: none;
    }

    .promotion__mobile {
        display: flex;
    }

    .promotion__upper-image-wrapper img {
        position: initial;
    }

    .promotion__upper-section-container {
        justify-content: center;
    }

    .promotion__date-block {
        padding: 32px 0 40px 0;
    }

    .content {
        margin-bottom: 32px;
    }

    .promo__highlighted-message {
        padding: 6px 12px;
        font-size: 18px;
        line-height: 22px;
    }

    .promotion__back-link {
        padding-bottom: 32px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/promotions/style.css?17243499306098 */
