

/* Start:/local/templates/chekhovfest/components/bitrix/news.detail/performances/style.css?17798860621875*/
.programm-list {
    font-size: 19px;
    color: #1C1C1C;
    font-weight: 500;
    line-height: 22px;
    border-bottom: 1px dashed #1C1C1C;
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
    width: max-content;
    gap: 8px;
    align-items: center;
    padding-bottom: 8px;
    letter-spacing: 0;
    transition: border-bottom-color 0.25s ease-in-out;
}

.programm-list:hover {
    border-bottom-color: transparent;
}

.programm-list:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1667 7.5V3.7C11.1667 2.5799 11.1667 2.01984 10.9487 1.59202C10.7569 1.21569 10.451 0.909734 10.0746 0.717987C9.64682 0.5 9.08677 0.5 7.96667 0.5H3.7C2.5799 0.5 2.01984 0.5 1.59202 0.717987C1.21569 0.909734 0.909734 1.21569 0.717987 1.59202C0.5 2.01984 0.5 2.5799 0.5 3.7V10.6333C0.5 11.7534 0.5 12.3135 0.717987 12.7413C0.909734 13.1176 1.21569 13.4236 1.59202 13.6153C2.01984 13.8333 2.57986 13.8333 3.69991 13.8333H6.16667M7.16667 6.5H3.16667M4.5 9.16667H3.16667M8.5 3.83333H3.16667M11.8333 11.8333L9.83333 13.8333L7.83333 11.8333M9.83333 13.8333V9.83333' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 21px;
    width: 19px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .programm-list {
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    .programm-list {
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .programm-list {
        margin-left: 0px;
        font-size: 15px;
        padding-bottom: 1px;
        margin-top: 19px;
        margin-bottom: 7px;
    }

    .programm-list:after{
        height: 15px;
        width: 14px;
    }
}
/* End */
/* /local/templates/chekhovfest/components/bitrix/news.detail/performances/style.css?17798860621875 */
