

/* Start:/local/templates/torg.1c.ru/components/bitrix/catalog.element/torg.1c.ru.catalog.element.program.detail.v3/style.css?17688176952691*/
.modal-content iframe {
    margin: 0 auto;
    display: block;
}

.cloud-description__title {
    font-weight: 600;
    line-height: 21px;
    font-size: 15px;
    color: #333;
}

.cloud-description__sub-title {
    font-size: 13px;
    color: #7E8D9C;
}

.cloud-description__livetime {
    font-weight: 600;
    line-height: 18px;
    font-size: 10px !important;
    color: #7E8D9C;
}

/*TR-17672*/
.description__announcement_after {
    margin-bottom: 3rem;
}

/*TORG-575*/
#pills-review-wrap .slick-arrow {
    z-index: 1;
}

#pills-review-wrap .slick-arrow.slick-next {
    right: 1px;
}

#pills-review-wrap .slick-arrow.slick-prev {
    left: 1px;
}

/* TORG-1769 */
.content .collapse-block--links-style a {
}

/* TORG-2293 */
.promotion-block__titles-list li a {
    cursor: pointer;
}

.promotion-block__description_value {
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
}

.section__more--img > img {
    width: 128px;
    height: 129px;
}


/*region TORG-5003*/
.preview__modal--dismiss {
    position: fixed;
    top: 3rem;
    right: 3rem;
    z-index: 1051;
}

.close-button-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.close-button-circle span {
    color: black;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

@media (max-width: 991px) {
    .preview__modal--dismiss {
        top: 2rem;
        right: 2rem;
    }
}

@media (max-width: 767px) {
    .preview__modal--dismiss {
        top: 1.5rem;
        right: 1.5rem;
    }

    .close-button-circle {
        width: 35px;
        height: 35px;
    }

    .close-button-circle span {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .preview__modal--dismiss {
        top: 1rem;
        right: 1rem;
    }

    .close-button-circle {
        width: 30px;
        height: 30px;
    }

    .close-button-circle span {
        font-size: 18px;
    }
}

/*endregion TORG-5003*/

.promotion-block-wrapper {
    z-index: 1;
}

@media (min-width: 1500px) {
    .promotion-block.promotion-fixed {
        max-width: 406px;
        padding: 14px;
        position: sticky;
        position: -webkit-sticky;
        top: 5px;
        margin-bottom: 20px;
        margin-left: calc(225px - 406px);
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .promotion-block.promotion-fixed.promotion-fixed-appearing {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.promotion-fixed .view-list {
    gap: 10px;
}
/* End */
/* /local/templates/torg.1c.ru/components/bitrix/catalog.element/torg.1c.ru.catalog.element.program.detail.v3/style.css?17688176952691 */
