

/* Start:/local/components/bel/master.classes/templates/.default/style.css?177488041320453*/
.top-block-wrapper {
    margin-bottom: -35px;
}

.master_classes_tags {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.5em;
}

.master_classes_tags a {
    display: inline-flex;
    padding: 0.5em 1em;
    border-radius: 0.23em;
    background: #777;
    color: #fff;
    align-items: center;
    justify-content: space-around;
    grid-gap: 0.5em;
    line-height: 1.4em;
    box-shadow: inset 0.5em 0.5em 0.5em -0.5em #fff3, inset -0.5em -0.5em 0.5em -0.5em #0003;
    transition: box-shadow 0.4s;
}

.master_classes_tags.active a {
    opacity: 0.4;
}

.master_classes_tags.active a.active {
    opacity: 1;
}

.master_classes_tags a:hover,
.master_classes_tags a:active,
.master_classes_tags a:focus {
    opacity: 1;
    box-shadow: inset 0.5em 0.5em 0.5em -0.5em #0003, inset -0.5em -0.5em 0.5em -0.5em #fff3;
    color: #fff;
}

.master_classes_tags a span {
    font-weight: bold;
    font-size: 0.8em;
}

.master_classes_tags a.offline {
    background-color: #a843c8;
}

.master_classes_tags a.article {
    background-color: #dfa730;
}

.master_classes_tags a.video {
    background-color: #3568fd;
}

.master_classes_tags a.free {
    background-color: #a1c843;
}

.master_classes_section {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.5em;
    font-size: 0.9em;
    margin-bottom: 1em;
}

.master_classes_section a {
    padding: 0.56em 1em;
    color: var(--gray-666);
    display: flex;
    line-height: 1em;
    border: 1px solid var(--gray-bbb);
    border-radius: 1.1em;
    background: #fff;
    align-items: center;
    grid-gap: 0.5em;
}

.master_classes_section a.active,
.master_classes_section a:hover,
.master_classes_section a:active,
.master_classes_section a:focus {
    border-color: var(--green-btn);
    background: var(--green-btn);
    color: #fff;
}

.master_classes {
    --col: 4;
    --gap: 1em;
    display: flex;
    grid-gap: var(--gap);
}

.master_classes .list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--gap);
    margin-bottom: 1em;
    width: 100%;
}

.master_classes.offline {
    --col: 3;
}

.master_classes.offline .calendar {
    width: calc(100% / (var(--col) + 1));
    user-select: none;
}

.master_classes.offline .calendar .body {
    position: sticky;
    top: 75px;
    border: 1px solid var(--gray-ece);
    border-radius: 0.5em;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    overflow: hidden;
}

.master_classes.offline .calendar .body>span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    border-top: 1px solid var(--gray-ece);
    border-right: 1px solid var(--gray-ece);
    margin: -1px -1px 0 0;
    font-size: 0.8em;
    line-height: 1em;
}

.master_classes.offline .calendar .body>span b {
    display: flex;
    width: 2em;
    height: 2em;
    align-items: center;
    justify-content: center;
    background: #a1c843;
    color: #fff;
    border-radius: 100%;
}

.master_classes.offline .calendar .body>span.panel {
    position: relative;
    text-transform: capitalize;
    grid-column-start: 1;
    grid-column-end: 8;
}

.master_classes.offline .calendar .body>span.panel span.prev,
.master_classes.offline .calendar .body>span.panel span.next {
    position: absolute;
    top: 0;
    width: 3em;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.master_classes.offline .calendar .body>span.panel span.prev:before,
.master_classes.offline .calendar .body>span.panel span.next:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-radius: 0.4em;
    transition-duration: 0.4s;
    transition-property: margin;
}

.master_classes.offline .calendar .body>span.panel span.prev {
    left: 0;
}

.master_classes.offline .calendar .body>span.panel span.next {
    right: 0;
}

.master_classes.offline .calendar .body>span.panel span.prev:before {
    border-right: 0.9em solid #a1c843;
}

.master_classes.offline .calendar .body>span.panel span.prev:not(.disabled):hover:before {
    margin-left: -1em;
}

.master_classes.offline .calendar .body>span.panel span.next:before {
    border-left: 0.9em solid #a1c843;
}

.master_classes.offline .calendar .body>span.panel span.next:not(.disabled):hover:before {
    margin-right: -1em;
}

.master_classes.offline .calendar .body>span.panel span.disabled {
    cursor: default;
}

.master_classes.offline .calendar .body>span.head {
    background: #a1c843;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    border-right: 1px solid #fff;
}

.master_classes.offline .calendar .body>span.target {
    cursor: pointer;
}

.master_classes.offline .calendar .body>span.out {
    color: #bbb;
}

.master_classes.offline .list {
    flex: 1;
}

.master_classes .list .item {
    width: calc(100% / var(--col) - (var(--gap) - var(--gap) / var(--col)));
    border: 1px solid var(--gray-ece);
    border-radius: 0.5em;
    color: #000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: scale(1);
    transition: transform .4s;
}

.master_classes .list .item.backlight {
    transform: scale(1.05);
    animation: master_classes_backlight 1s infinite linear;
    z-index: 1;
}

@keyframes master_classes_backlight {
    0% {
        background: var(--bg-1);
        box-shadow: 0 0 0 0px #a1c843FF;
    }

    33% {
        background: var(--bg-2);
        box-shadow: 0 0 0 0.5em #a0c84380;
    }

    66% {
        background: var(--bg-1);
        box-shadow: 0 0 0 1em #a1c84300;
    }

    100% {
        background: var(--bg-1);
        box-shadow: 0 0 0 1em #a1c84300;
    }
}

.master_classes .list .item .image {
    position: relative;
    overflow: hidden;
}

.master_classes .list .item .image img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    border-radius: 0.5em;
    z-index: 1;
}

.master_classes .list .item .image img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
    filter: blur(3px) brightness(0.8);
    transform: scale(1.1);
}

.master_classes .list .item .content {
    padding: 0.5em 1em;
    flex: 1;
}

.master_classes .list .item .content .date {
    font-size: 0.8em;
    color: #555;
    line-height: 1em;
}

.master_classes .list .item .content .section {
    display: flex;
    font-size: 0.9em;
    line-height: 1em;
    justify-content: space-between;
    align-items: center;
}

.master_classes .list .item .content .section span {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.master_classes .list .item .content .section span.video,
.master_classes .list .item .content .section span.article,
.master_classes .list .item .content .section span.offline {
    color: #fff;
    padding: 0.333em 0.5em;
    border-radius: 0.5em;
}

.master_classes .list .item .content .section span.video {
    background-color: #3568fd;
}

.master_classes .list .item .content .section span.article {
    background-color: #dfa730;
}

.master_classes .list .item .content .section span.offline {
    background-color: #a843c8;
}

.master_classes .list .item .content .title {
    margin-top: 0.5em;
    line-height: 1.3em;
}

.master_classes .list .item .footer {
    padding: 0.5em 1em;
    display: flex;
    grid-gap: 1em;
    align-items: center;
}

.master_classes .list .item .footer .price,
.master_classes .list .item .footer .free {
    font-size: 1.3em;
    font-weight: bold;
}

.master_classes .list .item .footer .free {
    font-size: 1.1em;
    color: #a1c843;
}

.master_classes .list .item .footer .btn {
    padding: 0.5em 1em;
    min-width: 50%;
}

.master_classes .list .item .footer .btn[disabled] {
    width: 100%;
}

.master_classes .list .item .footer .btn.access {
    background-color: #da2b85;
    border-color: #da2b85;
    color: #ffffff;
}

.master_classes .list .item .footer .btn.access:hover,
.master_classes .list .item .footer .btn.access:active,
.master_classes .list .item .footer .btn.access:focus {
    background-color: #ad1764;
    border-color: #ad1764;
}

.more_ajax {
    text-align: center;
    margin: 0px 0px 30px;
    border: 1px solid #eee;
    border-color: var(--stroke_black);
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background-color 0.2s ease;
    padding: 0.5em;
    font-weight: bold;
}

.more_ajax:not(:hover) {
    background: #fafafa;
    background: var(--light_bg_black);
}

.more_ajax:hover {
    border-color: transparent;
}

.more_ajax:hover {
    color: #fff;
}

/* Деталка офлайн */

.master_classes.detail .content {
    flex: 1;
}

.master_classes.detail .image {
    position: relative;
    overflow: hidden;
    border-radius: 0.5em;
}

.master_classes.detail .image .date {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 1;
    background: #fff;
    padding: 0.1em 0.5em;
    border-radius: 0.3em;
}

.master_classes.detail .image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
}

.master_classes.detail .image img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    filter: blur(3px) brightness(0.8);
    transform: scale(1.1);
}

.master_classes.detail .right_panel {
    width: 300px;
}

.master_classes.detail .right_panel .name {
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.master_classes.detail .right_panel .date {
    margin-bottom: 0.5em;
}

.master_classes.detail .right_panel .buy {
    margin: 1em 0;
}

.master_classes.detail .right_panel .buy .btn {
    width: 100%;
}

.master_classes.detail .right_panel .buy .btn.access {
    background-color: #da2b85;
    border-color: #da2b85;
    color: #ffffff;
}

.master_classes.detail .right_panel .buy .btn.access:hover,
.master_classes.detail .right_panel .buy .btn.access:active,
.master_classes.detail .right_panel .buy .btn.access:focus {
    background-color: #ad1764;
    border-color: #ad1764;
}

.master_classes.detail .right_panel .price {
    font-size: 1.3em;
    font-weight: bold;
}

.master_classes.detail .detail-text {
    margin: 1em 0;
}

.master_classes .mc-gallery-slider {
    margin-bottom: 16px;
    display: flex;
    gap: 12px;
}

.master_classes .mc-gallery-slider__thumbs {
    width: 88px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 560px;
    overflow-y: auto;
}

.master_classes .mc-gallery-slider__thumb {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 0;
    cursor: pointer;
    display: block;
}

.master_classes .mc-gallery-slider__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.master_classes .mc-gallery-slider__thumb.is-active {
    border-color: #7fb428;
}

.master_classes .mc-gallery-slider__track {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.master_classes .mc-gallery-slider__slide {
    text-align: center;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.master_classes .mc-gallery-slider__slide.is-active {
    display: flex;
}

.master_classes .mc-gallery-slider__slide img {
    width: 100%;
    max-height: 640px;
    object-fit: contain;
    display: block;
}

.master_classes .hidden_content {
    position: relative;
    display: flex;
    background: #888;
    margin-top: 25px;
    min-height: 10em;
    padding: 1em;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: inset 0 0 3em #0003;
    overflow: hidden;
}

.master_classes .hidden_content .text {
    position: relative;
    z-index: 1;
    max-width: 30em;
    line-height: 1.2em;
    text-align: center;
    background: #0008;
    padding: 1em;
    border-radius: 0.5em;
    box-shadow: 0 0 1em 1em #0005;
}

.master_classes .hidden_content .text .price {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.8em;
}

.master_classes .hidden_content .text .price::before {
    content: 'Цена:';
    font-size: 0.7em;
    margin-right: 0.5em;
    font-weight: normal;
}

.master_classes .hidden_content .text .title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.master_classes .hidden_content .text p {
    margin: 1em 0;
}

.master_classes .hidden_content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) blur(5px);
    transform: scale(1.1);
}

.master_classes .preview {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
}

.master_classes .detail {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
}

.master_classes .mc-products {
    margin-top: 24px;
}

.master_classes .mc-products h3 {
    margin: 0 0 12px;
}

.master_classes .mc-products__required {
    margin-bottom: 12px;
}

.master_classes .mc-products__required-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.master_classes .mc-products__required-item .name {
    color: #333;
}

.master_classes .mc-products__required-item .qty {
    white-space: nowrap;
    color: #666;
    font-weight: 600;
}

.master_classes .mc-products__add-all {
    margin-bottom: 16px;
}

.master_classes .mc-products__add-all .mc-products__submit--loading {
    position: relative;
    pointer-events: none;
    opacity: 0.85;
    padding-right: 44px;
}

.master_classes .mc-products__add-all .mc-products__submit--loading:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-top-color: #fff;
    border-radius: 50%;
    animation: mc-products-spin 0.7s linear infinite;
}

@keyframes mc-products-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.master_classes .player iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.master_classes .player .player_btns {
    display: flex;
    grid-gap: 0.5em;
}

.master_classes .player .player_btns span {
    background: #ededed;
    padding: 0.25em 1em;
    border-radius: 0.2em 0.2em 0 0;
    cursor: pointer;
}

.master_classes .player .player_btns span.active {
    background: #a1c843;
    color: #fff;
    cursor: default;
}

.master_classes .pdf-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0.5em;
    margin-bottom: 0.5em;
}

.master_classes .pdf-btns span {
    display: block;
    padding: 0.1em 0.5em;
    background: #eee;
    border-radius: 0.3em;
    cursor: pointer;
}

.master_classes .pdf-btns span.active {
    background: var(--green);
    color: #fff;
}

.master_classes .pdf {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.master_classes .ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em 0;
}

.master_classes .ticket h3 {
    margin: 0;
}

.master_classes .ticket canvas {
    /* width: 100%; */
    max-width: 60%;
    aspect-ratio: 16 / 9;
    margin: 1em 0;
}

.master_classes.detail .page-buy {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 1em 0;
    grid-gap: 1em;
}

.master_classes.detail .page-buy .price {
    font-size: 1.3em;
    font-weight: bold;
}

.master_classes.detail .right_panel .links{
    border: 1px solid #ececec;
    border-radius: 0.2em;
}

.master_classes.detail .right_panel .links a{
    display: block;
    padding: 1em;
    color: #000;
    border-bottom: 1px solid #ececec;
}
.master_classes.detail .right_panel .links a:last-child{
    border-bottom-width: 0;
}

@media (max-width: 1210px) {
    .master_classes {
        --col: 3;
    }

    .master_classes.offline {
        --col: 2;
    }
}

@media (max-width: 991px) {
    .master_classes.detail{
        display: block;
    }

    .master_classes.detail .right_panel .ticket-buy{
        display: none;
    }

    .master_classes.detail .right_panel {
        width: auto;
    }

    .master_classes.detail .page-buy {
        display: flex;
    }

    .master_classes .ticket canvas {
        max-width: 100%;
    }
    .master_classes.detail .right_panel .links {
        display: flex;
        flex-wrap: wrap;
        margin: 1em 0;
    }
    .master_classes.detail .right_panel .links a {
        border-right: 1px solid #ececec;
        margin-bottom: -1px;
        margin-right: -1px;
        flex: 1 auto;
        text-align: center;
    }

    .master_classes .mc-gallery-slider__slide img {
        max-height: 100%;
    }

    .master_classes .mc-gallery-slider {
        display: block;
    }

    .master_classes .mc-gallery-slider__thumbs {
        width: auto;
        max-height: none;
        flex-direction: row;
        margin-bottom: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .master_classes .mc-gallery-slider__thumb {
        width: 72px;
        flex: 0 0 72px;
    }
}

@media (max-width: 767px) {
    .top-block-wrapper {
        margin-bottom: 0px;
    }

    .master_classes .hidden_content {
        aspect-ratio: auto;
    }
}

@media (max-width: 940px) {
    .master_classes {
        --col: 2;
    }

    .master_classes.offline {
        --col: 1;
    }
}

@media (max-width: 767px) {
    .master_classes.offline .calendar {
        width: 100%;
        margin-bottom: 1em;
    }
    
    .master_classes.offline{
        display: block;
    }

    .master_classes {
        --col: 1;
    }
}

.faq {
    margin: 2em 0;
}

.faq h4 {
    text-align: center;
    font-size: 2em;
    color: #5A9A43;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.faq .details {
    --color-border: #ececec;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 0.2em;
    transition: border-color 0.4s;
    margin-bottom: 1em;
}

.faq .details:hover,
.faq .details.open {
    --color-border: #5A9A43;
}

.faq .details .summary {
    color: #333;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 1em;
    cursor: pointer;
    display: flex;
    grid-gap: 1em;
    align-items: center;
    padding-right: 2.6em;
    background: #fff;
    position: relative;
    user-select: none;
}

.faq .details .summary:before,
.faq .details .summary:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.7em;
    height: 2px;
    background: #5A9A43;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.4s;
}

.faq .details .summary:after {
    transform: translateY(-50%) rotate(90deg);
}

.faq .details.open .summary:before {
    transform: translateY(-50%) rotate(180deg);
}

.faq .details.open .summary:after {
    transform: translateY(-50%) rotate(360deg);
}

.faq .details .summary span {
    color: #5A9A43;
    font-size: 1.4em;
    align-items: center;
}

.faq .details .spoiler {
    height: 0px;
    transition: height 0.4s;
}

.faq .details .content {
    padding: 1em;
    border-top: 1px solid var(--color-border);
    transition: border-color 0.4s;
}

@media (max-width:991px) {
    .faq {
        font-size: 0.7em;
        margin: 3em 0;
    }

    .faq .details .content {
        font-size: 1.3em;
        line-height: 1.3em;
    }
}
/* End */
/* /local/components/bel/master.classes/templates/.default/style.css?177488041320453 */
