@media (min-width: 1200px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 0;
        background: transparent;
    }
    ::-webkit-scrollbar-thumb {
        background: #8080ff;
        background-clip: padding-box;
        border: 2px solid transparent;
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover {
        border: 0;
    }
}

.xyz-course-oldPrice h3, .xyz-course-price h3 {
    text-decoration: line-through !important;
}

/* стилизация виджета Амо crm */
.amo-button-holder {
    z-index: 990 !important;
}
.amo-brand.collapsed {
    display: none;
}

@media (max-width: 959px) {
    #amo-livechat.amo-livechat_chat {
        top: 100px !important;
        height: calc(100% - 100px);
    }
}