

/* Start:/local/templates/mcmportal2/css/direction/mayak.css?172061127268900*/
.mayak_content_explorer .article-item {
    position: relative;
    min-height: auto;
    width: 392px;
    max-width: 100%;
    background-color: #f0f0f5;
    margin-bottom: 8px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.mayak_content_explorer .article-item .card-info__title {
    margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
    .mayak_content_explorer .article-item {
        width: 343px;
    }
}


.mayak_content_explorer .article-item.card-articles {
    height: 100%;
}

.mayak_content_explorer .card {
    margin: 0 !important;
    border: 1px solid #b2b2b2
}

.mayak_content_explorer .card__wrapper {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.mayak_content_explorer .card__wrapper_link,
.mayak_content_explorer object {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mayak_content_explorer .article-item__info,
.mayak_content_explorer .video-sm-body__title {
    color: #000;
}

.mayak_content_explorer .card-preview {
    width: 100%;
    height: 177px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #bdbdbd
}

.mayak_content_explorer .card-info {
    height: 100%;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    box-sizing: border-box;
}

.mayak_content_explorer .card-info-heading, .mayak_content_explorer .card-info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mayak_content_explorer .card-info__pretitle {
    margin: 0 0 10px 0;
    font-weight: 350;
    font-size: 16px;
    line-height: 20px;
    color: #707075;
}

.mayak_content_explorer .card-info__title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}

.mayak_content_explorer .card-info__descr {
    margin: 0 0 25px 0;
    font-weight: 350;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.mayak_content_explorer .card-info-footer {
    margin-top: 15px;
    gap: 20px
}

.mayak_content_explorer .card-info-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.mayak_content_explorer .card-info-tags__tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-decoration: underline;
    color: #0158bb
}
.mayak_content_explorer .card-info-tags__tagmore {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #0158bb
}

.mayak_content_explorer .card-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px
}

.mayak_content_explorer .card-info-date__day {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #707075
}

.mayak_content_explorer .card-info-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.mayak_content_explorer .card-info-views__count {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #707075
}

.mayak_content_explorer .card-info__btn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.mayak_content_explorer .card-info__btn span {
    font-size: 14px;
    line-height: 14px
}

.mayak_content_explorer .card-info__btn--favourites svg {
    width: 14px;
    height: 18px
}

.mayak_content_explorer .card-info__btn--favourites svg path {
    fill: none;
    stroke: #707075
}

.mayak_content_explorer .card-info__btn--favourites span {
    margin: 0;
    font-weight: 400;
    color: #707075
}

.mayak_content_explorer .card-info__btn.in-favourites svg {
    width: 14px;
    height: 18px
}

.mayak_content_explorer .card-info__btn.in-favourites svg path {
    stroke: none;
    fill: #0158bb !important
}

.mayak_content_explorer .card-info__btn.in-favourites span {
    color: #0158bb
}

.mayak_content_explorer .card-info__btn--watch {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .card-info {
        gap: 35px
    }
}

@media screen and (max-width: 576px) {
    .mayak_content_explorer .card {
        width: 100%
    }
}

.mayak_content_explorer .column {
    padding: 12px !important
}

.mayak_content_explorer .column h2 {
    margin: 0 !important
}

.mayak_content_explorer .ds-filter__wrapper {
    margin: 40px 0 32px 0 !important;
    padding: 0 !important;
    background-color: #fff !important
}

.mayak_content_explorer .ds-filter__wrapper .column {
    padding: 0 10px !important
}

.mayak_content_explorer .ds-filter__wrapper .filter-mayak h2, .mayak_content_explorer .ds-filter__wrapper .filter-mayak .filter-mayak-group {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.mayak_content_explorer .ds-filter__wrapper .filter-mayak h2 {
    margin: 0
}

.mayak_content_explorer .ds-filter__wrapper .filter-mayak .filter-mayak-group {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .ds-filter__wrapper .filter-mayak {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mayak_content_explorer .ds-filter__wrapper .filter-mayak h2, .mayak_content_explorer .ds-filter__wrapper .filter-mayak .filter-mayak-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .mayak_content_explorer .ds-filter__wrapper .filter-mayak h2 {
        text-align: center
    }

    .mayak_content_explorer .ds-filter__wrapper .filter-mayak .filter-mayak-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.mayak_content_explorer .ds-footer {
    margin-top: 60px !important
}

.mayak_content_explorer #index .container.container--card .row.row--card-playlist .ds-pagination {
    display: none
}

.mayak_content_explorer #index .container.container--card .row.row--card-video .ds-pagination {
    display: block
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer #index .container.container--card .row.row--card-playlist .column.column--narrow:nth-child(n+4) {
        display: none
    }

    .mayak_content_explorer #index .container.container--card .row.row--card-playlist .ds-pagination {
        display: block
    }

    .mayak_content_explorer #index .container.container--card .row.row--card-video .column.column--narrow:nth-child(n+3) {
        display: none
    }
}

.mayak_content_explorer #index-playlist .detail-body__aside-bottom {
    margin: 45px 0 0 0 !important
}

.mayak_content_explorer #index-playlist .detail-body__aside-bottom .share-block.is-animate {
    padding: 0 !important
}

.mayak_content_explorer #index-playlist .row.row--card-playlist .ds-pagination.ds-pagination--playlist {
    display: none
}

@media screen and (max-width: 1280px) {
    .mayak_content_explorer #index-playlist .row.row--card-playlist .column.column--narrow:nth-child(3) {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer #index-playlist .row.row--card-playlist .ds-pagination {
        display: none
    }

    .mayak_content_explorer #index-playlist .row.row--card-playlist .ds-pagination.ds-pagination--playlist {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .mayak_content_explorer #index-search .row.row--search-mayak {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.mayak_content_explorer #index-search .column.column--12-small.search-result .new__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.mayak_content_explorer #index-search .column.column--12-small.search-result .new__content h2 {
    margin: 0 0 8px 0 !important
}

.mayak_content_explorer #index-search .column.column--12-small.search-result .new__content .ds-pagination {
    margin-top: 8px !important
}

.mayak_content_explorer #index-search .column.column--12-small.search-result .new__content .ds-pagination .pagination__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 30px
}

.mayak_content_explorer #index-search .column.column--12-small.search-result .new__content .ds-pagination .pagination .pagination-list {
    margin: 0 !important
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer #index-search .column.column--12-small.search-result .new__content {
        margin-top: 32px
    }

    .mayak_content_explorer #index-search .column.column--12-small.search-result .new__content h2 {
        display: none
    }

    .mayak_content_explorer #index-search .column.column--12-small.search-result .new__content .ds-pagination .pagination__wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .mayak_content_explorer #index-search .column.column--12-small.search-filter {
        display: none
    }
}

.mayak_content_explorer .index-card .column.column--12-small.content .new__content .identifier {
    display: none
}

.mayak_content_explorer .index-card .column.column--12-small.content .new__content .playlist.playlist__block {
    display: none
}

.mayak_content_explorer .index-card .column.column--12-small.playlist .playlist.playlist__block {
    margin-top: 56px
}

@media screen and (max-width: 1280px) {
    .mayak_content_explorer .index-card .column.column--12-small.content .new__content .playlist.playlist__block {
        display: block;
        margin-top: 56px
    }

    .mayak_content_explorer .index-card .column.column--12-small.content .new__content .exp-list__list {
        margin-left: 0
    }

    .mayak_content_explorer .index-card .column.column--12-small.playlist {
        display: none
    }
}

.mayak_content_explorer .index-card .column.column--12.has-text-align-center.js-infinity-pager-wrap {
    padding-bottom: 0 !important
}

.mayak_content_explorer .index-card .ds-filter__lecturer {
    margin: 50px 0 32px 0 !important
}

@media screen and (max-width: 1280px) {
    .mayak_content_explorer .index-card .row.row--card-playlist .column.column--narrow:nth-child(3) {
        display: none
    }
}

.mayak_content_explorer .header_mayak {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 181px;
    width: 100%;
    font-size: 26px
}

.mayak_content_explorer .header_mayak .background {
    width: 100%;
    height: 100%;
    background: url("/local/templates/mcmportal2/css/direction/../../images/mayak/mayak_background.svg") left top no-repeat
}

.mayak_content_explorer .header_mayak .background .background_mayak {
    position: absolute;
    bottom: -2px;
    left: 10%
}

.mayak_content_explorer .header_mayak .background .background_bird {
    position: absolute;
    right: 10%;
    top: 42px
}

.mayak_content_explorer .header_mayak .background .background_vector {
    position: absolute;
    bottom: 0;
    left: 0
}

.mayak_content_explorer .header_mayak .background .background_vector_left {
    position: absolute;
    bottom: 0;
    right: 0
}

.mayak_content_explorer .header_mayak .header {
    max-width: 70%;
    position: absolute;
    text-align: center;
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (min-width: 1200px) {
    .mayak_content_explorer .header_mayak .background {
        background-size: 100%
    }
}

@media screen and (max-width: 1000px) {
    .mayak_content_explorer .header_mayak {
        font-size: 22px
    }
}

@media screen and (max-width: 600px) {
    .mayak_content_explorer .header_mayak {
        font-size: 18px
    }

    .mayak_content_explorer .header_mayak .background .background_mayak {
        left: 2%
    }

    .mayak_content_explorer .header_mayak .background .background_bird {
        right: 5%
    }
}

@media screen and (max-width: 375px) {
    .mayak_content_explorer .header_mayak {
        font-size: 16px
    }

    .mayak_content_explorer .header_mayak .header {
        width: 228px
    }
}

.mayak_content_explorer .search-cp__wrapper {
    width: 100%;
    height: auto;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 90px
}

.mayak_content_explorer .search-cp--mobile {
    display: none
}

.mayak_content_explorer .search-cp__title {
    position: relative
}

.mayak_content_explorer .search-cp__title > span {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    z-index: 1
}

.mayak_content_explorer .search-cp__title > span.mobile {
    display: none
}

.mayak_content_explorer .search-cp__title::before {
    content: "";
    display: block;
    position: absolute;
    width: 360px;
    height: 329px;
    left: 0px;
    top: -46px;
    z-index: 0;
    background: url("/local/templates/mcmportal2/css/direction/../../images/mayak/search-cp/vector-lg.svg") no-repeat;
    background-size: contain
}

.mayak_content_explorer .search-cp-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.mayak_content_explorer .search-cp-right h2 {
    display: none
}

.mayak_content_explorer .search-cp__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px
}

.mayak_content_explorer .search-cp__text--mobile {
    display: none
}

.mayak_content_explorer .search-cp-form {
    height: 52px;
    width: 395px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mayak_content_explorer .search-cp-form__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 45px;
    padding: 0;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mayak_content_explorer .search-cp-form__icon:focus {
    outline: none
}

.mayak_content_explorer .search-cp-form__icon > svg {
    width: 18px;
    height: 18px
}

.mayak_content_explorer .search-cp-form__input {
    width: auto;
    height: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border: none;
    background: none;
    font-weight: 400;
    font-size: 20px;
    padding-right: 5px;
    background-color: #fff
}

.mayak_content_explorer .search-cp-form__input:focus {
    outline: none;
    border: none
}

.mayak_content_explorer .search-cp-form__btn {
    width: 120px;
    height: calc(100% + 2px);
    margin-top: -1px;
    padding: 0;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 26px;
    color: #fff
}

@media screen and (max-width: 1280px) {
    .mayak_content_explorer .search-cp__wrapper {
        gap: 50px
    }

    .mayak_content_explorer .search-cp-left {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .mayak_content_explorer .search-cp-right {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }

    .mayak_content_explorer .search-cp__title > span {
        font-size: 30px;
        line-height: 40px
    }

    .mayak_content_explorer .search-cp__title::before {
        left: -40px
    }

    .mayak_content_explorer .search-cp__text > br {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .mayak_content_explorer .search-cp__title > span {
        font-size: 26px
    }

    .mayak_content_explorer .search-cp__title::before {
        width: 300px;
        left: -27px;
        top: -36px
    }
}

@media screen and (max-width: 992px) {
    .mayak_content_explorer .search-cp__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px 0 30px 0;
        gap: 60px
    }

    .mayak_content_explorer .search-cp-right {
        gap: 20px
    }

    .mayak_content_explorer .search-cp__text {
        text-align: center
    }

    .mayak_content_explorer .search-cp-form {
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .search-cp__wrapper {
        gap: 40px;
        padding: 25px 0 10px 0
    }

    .mayak_content_explorer .search-cp-left, .mayak_content_explorer .search-cp-right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .mayak_content_explorer .search-cp-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mayak_content_explorer .search-cp-right {
        gap: 42px
    }

    .mayak_content_explorer .search-cp-right .search-cp-form {
        display: none
    }

    .mayak_content_explorer .search-cp-right h2 {
        margin: 0;
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .mayak_content_explorer .search-cp-right .search-cp__text {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .mayak_content_explorer .search-cp__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        display: none
    }

    .mayak_content_explorer .search-cp__text--mobile {
        display: block
    }

    .mayak_content_explorer .search-cp__title::before {
        max-width: 100%;
        width: 100%;
        height: 210px;
        top: -15px;
        left: -28px
    }

    .mayak_content_explorer .search-cp__title span {
        display: none
    }

    .mayak_content_explorer .search-cp__title span.mobile {
        font-size: 24px;
        line-height: 30px;
        display: inline
    }

    .mayak_content_explorer .search-cp-form {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }

    .mayak_content_explorer .search-cp-form__btn {
        display: none
    }

    .mayak_content_explorer .search-cp-form__input {
        padding-left: 20px;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .mayak_content_explorer .search-cp-form__icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-width: 50px;
        background-color: #000
    }

    .mayak_content_explorer .search-cp-form__icon > svg > path {
        fill: #fff
    }

    .mayak_content_explorer .search-cp--mobile {
        display: block;
        background-color: #f0f0f5
    }

    .mayak_content_explorer .search-cp--mobile .search-cp__wrapper {
        min-height: auto;
        padding: 20px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0
    }

    .mayak_content_explorer .search-cp--mobile .search-cp__wrapper .search-cp-right {
        gap: 20px
    }

    .mayak_content_explorer .search-cp--mobile .search-cp__wrapper .search-cp-right .search-cp-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mayak_content_explorer .search-cp--mobile .search-cp__wrapper .filter-mayak-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.mayak_content_explorer .search-card {
    width: 100%;
    height: auto;
    min-height: 257px;
    position: relative
}

.mayak_content_explorer .search-card__link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.mayak_content_explorer .search-card__preview {
    display: none
}

.mayak_content_explorer .search-card__info .card-info-heading .card-info__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.mayak_content_explorer .search-card__info .card-info-heading .card-info__descr {
    font-weight: 350;
    font-size: 18px;
    line-height: 28px;
    color: #000
}

.mayak_content_explorer .search-card__info .card-info-footer {
    margin-top: 17px;
    gap: 18px
}

.mayak_content_explorer .search-card__info .card-info-footer .card-info-tags {
    position: relative;
    z-index: 1
}

.mayak_content_explorer .search-card__info .card-info-footer .card-info__row {
    line-height: 20px
}

.mayak_content_explorer .search-card__info .card-info-footer .card-info__row .search-card-info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.mayak_content_explorer .search-card__info .card-info-footer .card-info__row .card-info__btn span {
    line-height: 20px
}

.mayak_content_explorer .search-card__btn {
    position: relative;
    z-index: 1
}

.mayak_content_explorer .search-card__btn.card-info__btn--watch > span {
    color: #707075
}

.mayak_content_explorer .search-card__btn.card-info__btn--watch > svg path {
    fill: #707075
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .search-card {
        height: auto
    }
}

.mayak_content_explorer .s-filter--hidden {
    width: 332px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(105%);
    -ms-transform: translateY(105%);
    transform: translateY(105%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    visibility: hidden;
    background-color: #fff;
    z-index: 5;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .15);
    gap: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (min-wdith: 1024px) {
    .mayak_content_explorer .s-filter--hidden {
        right: 0
    }
}

@media screen and (max-width: 1024px) {
    .mayak_content_explorer .s-filter--hidden {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(102%);
        -ms-transform: translateX(-50%) translateY(102%);
        transform: translateX(-50%) translateY(102%)
    }
}

.mayak_content_explorer .s-filter--only-sort {
    display: none
}

.mayak_content_explorer .s-filter--only-filter {
    display: none
}

.mayak_content_explorer .s-filter--only-phone {
    display: none
}

.mayak_content_explorer .s-filter-group:not(:last-child) {
    margin-right: 45px
}

.mayak_content_explorer .s-filter__title {
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000
}

.mayak_content_explorer .s-filter-sort .sort-group:not(:last-child) {
    margin-bottom: 10px
}

.mayak_content_explorer .s-filter-sort .sort-group__input {
    display: none
}

.mayak_content_explorer .s-filter-sort .sort-group__input:checked + .sort-group__label::before {
    background: url("/local/templates/mcmportal2/css/direction/../../images/mayak/radio-checked.png") no-repeat center center;
    background-size: 100% 100%
}

.mayak_content_explorer .s-filter-sort .sort-group__label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    line-height: 18px
}

.mayak_content_explorer .s-filter-sort .sort-group__label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("/local/templates/mcmportal2/css/direction/../../images/mayak/radio-not-checked.png") no-repeat center center;
    background-size: 100% 100%
}

.mayak_content_explorer .s-filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.mayak_content_explorer .s-filter-form .filter-group {
    position: relative
}

.mayak_content_explorer .s-filter-form .filter-group__title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.mayak_content_explorer .s-filter-form .filter-group-heading {
    width: 100%;
    height: auto;
    min-height: 52px;
    padding: 10px 9px 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #000
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-left > span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-left .tags-list {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-left .tags-list__item {
    padding: 5px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background-color: #f0f0f5
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-left .tags-list__item > span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #000
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-left .tags-list__item > button {
    padding: 0;
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-left .tags-list--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-right__btn {
    height: 24px;
    width: 24px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-right__btn:focus {
    outline: none;
    border: none
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-right__btn[data-role=switch-dropdown] > svg {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-right__btn[data-role=delete-tags] {
    display: none
}

.mayak_content_explorer .s-filter-form .filter-group-heading .filter-right__btn[data-role=delete-tags].btn-delete-tags--visible {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.mayak_content_explorer .s-filter-form .filter-group-heading .dropdown-list {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    z-index: 5;
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .25);
    scrollbar-width: thin;
    scrollbar-color: #000 transparent;
    display: none
}

.mayak_content_explorer .s-filter-form .filter-group-heading .dropdown-list::-webkit-scrollbar {
    width: 5px
}

.mayak_content_explorer .s-filter-form .filter-group-heading .dropdown-list::-webkit-scrollbar-track {
    background: transparent
}

.mayak_content_explorer .s-filter-form .filter-group-heading .dropdown-list::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 3px solid transparent
}

.mayak_content_explorer .s-filter-form .filter-group-heading .dropdown-list__item {
    height: auto;
    min-height: 48px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 10;
    flex-shrink: 10;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.mayak_content_explorer .s-filter-form .filter-group-heading .dropdown-list__item:hover {
    background-color: #0158bb;
    color: #fff;
    cursor: pointer
}

.mayak_content_explorer .s-filter-form .filter-group-heading .dropdown-list--visible {
    display: block
}

.mayak_content_explorer .s-filter-form .filter-group-heading:hover {
    cursor: pointer
}

.mayak_content_explorer .s-filter-form .filter-group-heading:focus {
    border: 2px solid #0158bb
}

.mayak_content_explorer .s-filter-form .filter-group.is-on .filter-group-heading {
    border: 2px solid #0158bb
}

.mayak_content_explorer .s-filter-form .filter-group.is-on .filter-group-heading .filter-right .filter-right__btn[data-role=switch-dropdown] > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.mayak_content_explorer .s-filter.is-on.s-filter--hidden {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mayak_content_explorer .s-filter.is-on.s-filter--only-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mayak_content_explorer .s-filter.is-on.s-filter--only-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mayak_content_explorer .s-filter.is-on.s-filter--only-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mayak_content_explorer .filter-mayak {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0
}

.mayak_content_explorer .filter-mayak-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative
}

.mayak_content_explorer .filter-mayak-btn {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    outline: none
}

.mayak_content_explorer .filter-mayak-btn__icon {
    margin-right: 7px
}

.mayak_content_explorer .filter-mayak-btn__icon path {
    fill: #000
}

.mayak_content_explorer .filter-mayak-btn__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}

.mayak_content_explorer .filter-mayak-btn__title--hidden {
    display: none
}

.mayak_content_explorer .filter-mayak-btn__arrow {
    margin-left: 10px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.mayak_content_explorer .filter-mayak-btn__arrow path {
    fill: #000
}

.mayak_content_explorer .filter-mayak-btn:hover {
    cursor: pointer
}

.mayak_content_explorer .filter-mayak-btn:focus {
    outline: none;
    border: none
}

.mayak_content_explorer .filter-mayak-btn.is-on .filter-mayak-btn__icon path, .mayak_content_explorer .filter-mayak-btn.is-on .filter-mayak-btn__arrow path {
    fill: #0158bb
}

.mayak_content_explorer .filter-mayak-btn.is-on .filter-mayak-btn__title {
    color: #0158bb
}

.mayak_content_explorer .filter-mayak-btn.is-on .filter-mayak-btn__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media screen and (max-width: 1024px) {
    .mayak_content_explorer .filter-mayak {
        margin: 0
    }

    .mayak_content_explorer .filter-mayak-btn.sort-mayak-btn {
        display: none
    }

    .mayak_content_explorer .filter-mayak-btn__title {
        display: none
    }

    .mayak_content_explorer .filter-mayak-btn__title--hidden {
        display: inline
    }
}

.mayak_content_explorer .card-lector {
    margin: 0;
    width: 100%;
    height: 350px;
    min-height: 350px
}

.mayak_content_explorer .card-lector.not-clicked:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mayak_content_explorer .card-lector__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mayak_content_explorer .card-lector__preview {
    width: 246px;
    height: 100%
}

.mayak_content_explorer .card-lector__preview .card-lector-image {
    height: 100%;
    width: 100%;
    position: relative
}

.mayak_content_explorer .card-lector__preview .card-lector-image > img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.mayak_content_explorer .card-lector__info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mayak_content_explorer .card-lector__title {
    width: 60%
}

.mayak_content_explorer .card-lector__descr {
    width: 100%
}

@media screen and (max-width: 1200px) {
    .mayak_content_explorer .card-lector {
        width: 100%
    }

    .mayak_content_explorer .card-lector-wrapper {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .card-lector {
        height: auto
    }

    .mayak_content_explorer .card-lector__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mayak_content_explorer .card-lector__preview {
        width: 100%;
        height: 410px
    }

    .mayak_content_explorer .card-lector__info {
        gap: 35px
    }
}

.mayak_content_explorer .card-pl {
    border: 1px solid #b2b2b2
}

.mayak_content_explorer .card-pl__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 224px
}

.mayak_content_explorer .card-pl__preview .card-pl-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mayak_content_explorer .card-pl__preview .card-pl-button__btn {
    height: 60px;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #3a77bc;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    border-radius: 10px
}

.mayak_content_explorer .card-pl__preview .card-pl-button__btn--watched {
    height: 40px;
    background-color: #3bb239
}

.mayak_content_explorer .card-pl__preview .card-pl-overlay {
    min-width: 160px;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mayak_content_explorer .card-pl__preview .card-pl-overlay__count {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff
}

.mayak_content_explorer .card-pl-info .card-info-headind .card-info__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.mayak_content_explorer .card-pl-info .card-info-headind .card-info__descr {
    font-weight: 350;
    font-size: 18px;
    line-height: 24px
}

.mayak_content_explorer .card-pl-info .card-info-footer {
    gap: 20px
}

@media screen and (max-width: 576px) {
    .mayak_content_explorer .card-pl__preview .card-pl-button__btn {
        width: 90%
    }
}

.mayak_content_explorer .card-video__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mayak_content_explorer .card-video__preview a {
    -webkit-filter: drop-shadow(0px 8px 8px rgba(34, 34, 41, 0.24));
    filter: drop-shadow(0px 8px 8px rgba(34, 34, 41, 0.24))
}

.mayak_content_explorer .card-video__preview a > img {
    width: 66px;
    height: 68px
}

.mayak_content_explorer .items-video {
    background: #f0f0f5
}

.mayak_content_explorer .items-video__list .column {
    padding: 0px 10px 1px 10px
}

.mayak_content_explorer .items-video__list .column .article-item {
    min-height: 128px;
    margin-bottom: 12px;
    background-color: #fff
}

.mayak_content_explorer .video-sm {
    margin: 0;
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden
}

.mayak_content_explorer .video-sm .card__wrapper_link{
    padding: 16px;
}

.mayak_content_explorer .video-sm-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mayak_content_explorer .video-sm-header__btn {
    padding: 0
}

.mayak_content_explorer .video-sm-header__btn svg {
    width: 14px;
    height: 18px
}

.mayak_content_explorer .video-sm-header__btn svg path {
    fill: none;
    stroke: #707075
}

.mayak_content_explorer .video-sm-header__btn.in-favourites svg {
    width: 14px;
    height: 18px
}

.mayak_content_explorer .video-sm-header__btn.in-favourites svg path {
    stroke: none;
    fill: #0158bb !important
}

.mayak_content_explorer .video-sm__body {
    margin-top: 15px
}

.mayak_content_explorer .video-sm-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px
}

.mayak_content_explorer .video-sm-body .video-sm-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.mayak_content_explorer .video-sm-body .video-sm-controls__btn {
    height: 33px;
    width: 33px;
    padding: 0
}

.mayak_content_explorer .video-sm-body .video-sm-controls__time {
    font-size: 13px;
    line-height: 16px;
    color: #0158bb;
    text-align: center
}

.mayak_content_explorer .video-sm-body__title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .video-sm {
        min-height: 130px
    }

    .mayak_content_explorer .video-sm-body__title {
        margin-top: 0;
        font-size: 20px;
        line-height: 28px;
        width: 100%
    }
}

.mayak_content_explorer .questions {
    margin-bottom: 40px
}

.mayak_content_explorer .questions__wrapper {
    width: 100%;
    height: auto;
    min-height: 140px;
    background-color: #f0f0f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0
}

.mayak_content_explorer .questions__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000
}

.mayak_content_explorer .questions-list {
    margin: 25px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.mayak_content_explorer .questions-list__item {
    list-style: none
}

.mayak_content_explorer .questions-list__link {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    text-align: center
}

.mayak_content_explorer .questions-list__link:hover {
    cursor: pointer;
    background-color: #0158bb
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .questions-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px
    }
}

.mayak_content_explorer .row--playlist .column {
    padding: 0px 10px 1px 10px
}

.mayak_content_explorer .row--playlist .column .article-item {
    height: 100%;
    min-height: 128px;
    margin-bottom: 12px;
    background-color: #fff
}

.mayak_content_explorer .lecturer__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px
}

.mayak_content_explorer .lecturer__desc {
    max-width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px
}

.mayak_content_explorer .lecturer__playlist {
    margin-top: 28px
}

.mayak_content_explorer .lecturer-playlist__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.mayak_content_explorer .column .lecturer-playlist__title{
    margin-bottom:12px !important;
}

.mayak_content_explorer .lecturer-playlist__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    position: relative
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .lecturer-playlist__text {
        font-size: 16px;
        line-height: 24px
    }
}

.mayak_content_explorer .lecturer-accordion__controls {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mayak_content_explorer .lecturer-accordion__controls--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mayak_content_explorer .lecturer-accordion .lecturer-playlist__text {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow-y: hidden
}

.mayak_content_explorer .lecturer-accordion .lecturer-playlist__text::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%)
}

.mayak_content_explorer .lecturer-accordion .lecturer-playlist__text.is-on::after {
    display: none
}

.mayak_content_explorer .lecturer-accordion__btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 0
}

.mayak_content_explorer .lecturer-accordion__btn--show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.mayak_content_explorer .lecturer-accordion__btn--hide {
    display: none
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .lecturer-accordion__controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mayak_content_explorer .lecturer-accordion__btn {
        font-size: 18px
    }
}

.mayak_content_explorer .playlist__block {
    margin-top: 30px
}

.mayak_content_explorer .playlist-header {
    height: 105px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2f7099;
    position: relative
}

.mayak_content_explorer .playlist-header__bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.mayak_content_explorer .playlist-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding-left: 20px
}

.mayak_content_explorer .playlist-header-info__topic {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.mayak_content_explorer .playlist-header-info__title {
    margin: 0;
    font-size: 23px;
    line-height: 28px;
    color: #fff
}

.mayak_content_explorer .playlist-header-count {
    height: 100%;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f71d6;
    color: #fff;
    position: relative;
    z-index: 1
}

.mayak_content_explorer .playlist-header-count__number {
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    color: inherit
}

.mayak_content_explorer .playlist-header-count__text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    color: inherit
}

.mayak_content_explorer .playlist-header--sm .playlist-header-info__topic {
    font-size: 14px;
    line-height: 14px
}

.mayak_content_explorer .playlist-header--sm .playlist-header-info__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px
}

.mayak_content_explorer .playlist__wrapper {
    margin: 0;
    height: auto;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f0f0f5;
    overflow-y: hidden;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows:repeat(2, 150px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px
}

.mayak_content_explorer .playlist__wrapper--one-column {
    grid-template-columns:1fr !important;
    grid-template-rows:repeat(1, 150px)
}

@media screen and (max-width: 1024px) {
    .mayak_content_explorer .playlist__wrapper--one-column {
        grid-template-columns:repeat(2, 1fr) !important
    }
}

@media screen and (max-width: 620px) {
    .mayak_content_explorer .playlist__wrapper--one-column {
        grid-template-columns:1fr !important
    }
}

.mayak_content_explorer .playlist__wrapper--one-column.playlist__wrapper--scroll {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0f71d6 #d9d9d9
}

.mayak_content_explorer .playlist__wrapper--one-column.playlist__wrapper--scroll::-webkit-scrollbar {
    width: 7px
}

.mayak_content_explorer .playlist__wrapper--one-column.playlist__wrapper--scroll::-webkit-scrollbar-track {
    background: #d9d9d9
}

.mayak_content_explorer .playlist__wrapper--one-column.playlist__wrapper--scroll::-webkit-scrollbar-thumb {
    background-color: #0f71d6;
    border-radius: 10px;
    border: 1px solid #fff
}

@media screen and (max-width: 1280px) {
    .mayak_content_explorer .playlist__wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .playlist-header-info__topic {
        font-size: 14px;
        line-height: 14px
    }

    .mayak_content_explorer .playlist-header-info__title {
        margin-top: 5px;
        font-size: 16px;
        line-height: 16px
    }

    .mayak_content_explorer .playlist-header-count {
        min-width: 110px
    }

    .mayak_content_explorer .playlist-header-count__number {
        font-weight: 700
    }

    .mayak_content_explorer .playlist__wrapper {
        grid-template-columns:1fr;
        grid-template-rows:repeat(1, 130px);
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #0f71d6 #d9d9d9
    }

    .mayak_content_explorer .playlist__wrapper--scroll {
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #0f71d6 #d9d9d9
    }

    .mayak_content_explorer .playlist__wrapper--scroll::-webkit-scrollbar {
        width: 7px
    }

    .mayak_content_explorer .playlist__wrapper--scroll::-webkit-scrollbar-track {
        background: #d9d9d9
    }

    .mayak_content_explorer .playlist__wrapper--scroll::-webkit-scrollbar-thumb {
        background-color: #0f71d6;
        border-radius: 10px;
        border: 1px solid #fff
    }
}

.mayak_content_explorer .new__content .video {
    position: relative;
    width: 100%;
    background-size: cover;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video {
        margin: 0 -16px 20px;
        width: auto
    }
}

.mayak_content_explorer .new__content .video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%
}

.mayak_content_explorer .new__content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mayak_content_explorer .new__content .video .next-video {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.mayak_content_explorer .new__content .video .next-video > div {
    color: #b2b2b2;
    padding: 10px 30px;
    max-width: 440px
}

@media screen and (max-width: 403px) {
    .mayak_content_explorer .new__content .video .next-video > div {
        max-width: 100%
    }
}

.mayak_content_explorer .new__content .video .next-video__timer {
    font-weight: 400;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap
}

.mayak_content_explorer .new__content .video .next-video__timer b {
    color: #fff
}

@media all and (max-width: 1280px)and (min-width: 1024px) {
    .mayak_content_explorer .new__content .video .next-video__timer {
        font-size: 2.2vw
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__timer {
        font-size: 16px;
        line-height: 20px
    }
}

.mayak_content_explorer .new__content .video .next-video__data {
    margin: 40px 10px;
    position: relative
}

.mayak_content_explorer .new__content .video .next-video__data a::after {
    content: "";
    background-image: url("/local/templates/mcmportal2/css/direction/../../images/mayak/play.svg");
    width: 66px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .5
}

.mayak_content_explorer .new__content .video .next-video__data a:hover::after {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__data a {
        display: none
    }
}

.mayak_content_explorer .new__content .video .next-video__data img {
    max-height: 15vw
}

@media screen and (max-width: 1024px) {
    .mayak_content_explorer .new__content .video .next-video__data img {
        max-height: none
    }
}

.mayak_content_explorer .new__content .video .next-video__data_title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    display: none
}

.mayak_content_explorer .new__content .video .next-video__data_title p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__data_title {
        display: block
    }
}

@media all and (max-width: 1280px)and (min-width: 1024px) {
    .mayak_content_explorer .new__content .video .next-video__data {
        margin: 3vw 10px
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__data {
        margin: 10px 10px 20px
    }
}

.mayak_content_explorer .new__content .video .next-video__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mayak_content_explorer .new__content .video .next-video__buttons > div, .mayak_content_explorer .new__content .video .next-video__buttons a {
    height: 48px;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0px 20px;
    cursor: pointer;
    background-color: rgba(112, 112, 117, .7);
    background-size: 100%
}

.mayak_content_explorer .new__content .video .next-video__buttons > div span, .mayak_content_explorer .new__content .video .next-video__buttons a span {
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.mayak_content_explorer .new__content .video .next-video__buttons > div:hover, .mayak_content_explorer .new__content .video .next-video__buttons a:hover {
    background-color: rgba(1, 88, 187, .7)
}

@media all and (max-width: 1280px)and (min-width: 1024px) {
    .mayak_content_explorer .new__content .video .next-video__buttons > div, .mayak_content_explorer .new__content .video .next-video__buttons a {
        height: 3.8vw;
        padding: 0px 1.5vw;
        border-radius: 1vw
    }

    .mayak_content_explorer .new__content .video .next-video__buttons > div span, .mayak_content_explorer .new__content .video .next-video__buttons a span {
        font-size: 1.88vw
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__buttons > div, .mayak_content_explorer .new__content .video .next-video__buttons a {
        width: 55px;
        height: 50px;
        border-radius: 0px;
        background-color: rgba(112, 112, 117, 0);
        position: relative
    }

    .mayak_content_explorer .new__content .video .next-video__buttons > div:hover, .mayak_content_explorer .new__content .video .next-video__buttons a:hover {
        background-color: rgba(112, 112, 117, 0);
        opacity: .5
    }

    .mayak_content_explorer .new__content .video .next-video__buttons > div span, .mayak_content_explorer .new__content .video .next-video__buttons a span {
        font-size: 16px;
        line-height: 20px;
        color: #707075;
        position: absolute;
        top: 100%
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__buttons_close {
        background-image: url("/local/templates/mcmportal2/css/direction/../../images/mayak/close.svg")
    }
}

.mayak_content_explorer .new__content .video .next-video__buttons_play {
    background-color: rgba(1, 88, 187, .7)
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__buttons_play {
        background-image: url("/local/templates/mcmportal2/css/direction/../../images/mayak/play.svg")
    }
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .next-video__buttons {
        padding: 0px 20px
    }
}

.mayak_content_explorer .new__content .video .learn_more {
    z-index: 1;
    padding: 8px 24px;
    position: relative;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    position: absolute;
    cursor: pointer;
    bottom: 60px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .5
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .new__content .video .learn_more {
        font-size: 16px;
        line-height: 16px
    }
}

.mayak_content_explorer .new__content .video:hover .learn_more {
    opacity: 1
}

.mayak_content_explorer .new__content .exp-list__list > li {
    font-weight: 350;
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width: 1024px) {
    .mayak_content_explorer .new__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mayak_content_explorer .new__content .playlist.playlist__block {
        display: block;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 32px
    }

    .mayak_content_explorer .new__content .exp-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 40px
    }

    .mayak_content_explorer .column.column--12-small.column--4-tablet .detail-body__aside--playlist {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .mayak_content_explorer .learn_more {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .mayak_content_explorer .new__content .video .learn_more {
        padding: 14px 34px;
        min-width: 162px;
        bottom: 50px
    }
}

.mayak_content_explorer .pagination {
    width: 100%;
    margin: 0;
    padding: 0
}

.mayak_content_explorer .pagination__wrapper {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mayak_content_explorer .pagination-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.mayak_content_explorer .pagination-list__item {
    display: block;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 40px;
    float: left
}

.mayak_content_explorer .pagination-list__item::before, .mayak_content_explorer .pagination-list__item::after {
    display: none
}

.mayak_content_explorer .pagination-list__item:first-child {
    margin-right: 15px
}

.mayak_content_explorer .pagination-list__item:last-child {
    margin-left: 15px
}

.mayak_content_explorer .pagination-list__link {
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
    padding: 5px 0;
    width: 35px;
    height: 35px;
    display: block
}

.mayak_content_explorer .pagination-list__link--left, .mayak_content_explorer .pagination-list__link--right {
    border-radius: 50%;
    border: 1px solid #000
}

.mayak_content_explorer .pagination-list__link--left > svg, .mayak_content_explorer .pagination-list__link--right > svg {
    width: 14px
}

.mayak_content_explorer .pagination-list__link--left > svg path, .mayak_content_explorer .pagination-list__link--right > svg path {
    fill: #000
}

.mayak_content_explorer .pagination-list__link--current {
    color: #0f71d6
}

.mayak_content_explorer .pagination-list__link--disabled {
    opacity: .3
}

.mayak_content_explorer .lector-slider {
    margin: 20px 0 0 0;
    position: relative
}

.mayak_content_explorer .lector-slider .swiper-container {
    min-height: 367px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-right: 2px
}

.mayak_content_explorer .ds-filter .column h2 {
    margin: 0
}

.mayak_content_explorer .ds-filter .column.lector-slider-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls {
    overflow: visible !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    line-height: 0px
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls {
        top: -65px
    }
}

.mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__prev, .mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__next {
    padding: 0
}

.mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__prev:hover, .mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__next:hover {
    cursor: pointer
}

.mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__prev svg, .mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__next svg {
    height: 44px;
    width: 44px
}

.mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__prev.swiper-button-disabled svg path, .mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__next.swiper-button-disabled svg path {
    fill: #b2b2b2
}

.mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__prev.swiper-button-disabled svg rect, .mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__next.swiper-button-disabled svg rect {
    stroke: #b2b2b2
}

.mayak_content_explorer .ds-filter .column.lector-slider-column .lector-slider-controls__prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
/* End */


/* Start:/local/templates/mcmportal2/css/direction/mayak_add.css?17140397411542*/
.mayak_content_explorer .card__wrapper {
    width: 100%;
}

.mayak_content_explorer .card-info {
    width: 100%;
}

.mayak_content_explorer .card-info-tags {
    height: 28px;
    overflow: hidden;
}

.mayak_content_explorer .card-info__btn.fav-button {
    color: black;
    height: inherit;
    width: inherit;
}

#index-search .ds-pagination__item:before {
    display: none;
}

.mayak_content_explorer .lecturer-accordion > .lecturer-playlist__text {
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow-y: hidden;
}

.mayak_content_explorer .search-card .card__wrapper {
    height: auto;
}

.ds-pagination__item.is-disabled {
    margin-top: 16px;
}

.mayak_content_explorer .fav-button::before {
    content: "" !important;
}

.mayak_content_explorer .fav-button--active span {
    font-weight: 700;
    color: #0158bb;
}

.mayak_content_explorer .card-pl-info {
    overflow: hidden;
}

.mayak_content_explorer .card__wrapper .card-preview .card-pl-button__btn {
    position: absolute;
    width: 180px;
    height: 60px;
}

.mayak_content_explorer .card__wrapper .card-preview .card-pl-button__btn.card-pl-button__btn--watched {
    position: absolute;
    width: 200px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .mayak_content_explorer .search-cp--mobile {
        background-color: white
    }

    .mayak_content_explorer #index-search .search-cp--mobile {
        display: block;
        background-color: #f0f0f5;
    }
}

/* End */


/* Start:/local/templates/mcmportal2/library/assets/vendor/swiper/swiper-bundle.min.css?175128591413883*/
/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?166814870164*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/components/icl/mayak.related_articles/templates/.default/style.css?1719406689374*/
.mayak_recommendation .card__wrapper_link,
.mayak_recommendation object {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mayak_recommendation .card-info{
    box-sizing: border-box;
}
/* End */


/* Start:/local/components/icl/multi.list/templates/mayak/style.css?1714039740374*/
.mayak_recommendation .card__wrapper_link,
.mayak_recommendation object {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mayak_recommendation .card-info{
    box-sizing: border-box;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/style.css?17140397414529*/
#voteContent {
    background: none;
    padding: 24px 0;
}
#voteContent .poll__items .poll__item .poll__item-fill.poll__item-value-1{
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_0.svg') no-repeat;
    background-size: 100%;
}
#voteContent .poll__items .poll__item .poll__item-fill.poll__item-value-2{
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_1.svg') no-repeat;
    background-size: 100%;
}
#voteContent .poll__items .poll__item .poll__item-fill.poll__item-value-3{
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_2.svg') no-repeat;
    background-size: 100%;
}
#voteContent .poll__items .poll__item .poll__item-fill.poll__item-value-4{
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_3.svg') no-repeat;
    background-size: 100%;
}
#voteContent .poll__items .poll__item .poll__item-fill.poll__item-value-5{
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_4.svg') no-repeat;
    background-size: 100%;
}
#voteContent .poll__title{
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    color: #0C0C0C;
    text-align: left;
}
#voteContent .poll__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 8px;
}
#voteContent .poll__items .poll__item:hover{
    color: #0C0C0C;
}
#voteContent .poll__items .poll__item{
    border: none;
    background: none;
    margin: 0 30px 0 0;
    padding: 0;
    display: block;
    flex-wrap: nowrap;
    width: 47px;
    height: 69px;
    color: #0C0C0C;
}
#voteContent .poll__items .poll__item:nth-child(2) {
    width: 54px;
    margin-right: 28px;
}
#voteContent .poll__items .poll__item:nth-child(3) {
    width: 66px;
    margin-right: 28px;
}
#voteContent .poll__items .poll__item:nth-child(4) {
    width: 47px;
}
#voteContent .poll__items .poll__item:nth-child(5) {
    width: 51px;
    margin: 0;
}
#voteContent .poll__items .poll__item .poll__item-fill{
    position: static;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1;
    opacity: 1;
    box-shadow: none;
    margin: 0 auto;
}
#voteContent .poll__items .poll__item .poll__item-text{
    display: block;
    text-align: center;
    font-size: 13px;
}


#voteContent .poll__items .poll__item:hover .poll__item-fill{
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: smiles-hover;
    animation-delay: 0s;
}
#voteContent .poll__items .poll__item:hover .poll__item-fill.poll__item-value-1 {
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_0_hover.svg') no-repeat;
}
#voteContent .poll__items .poll__item:hover .poll__item-fill.poll__item-value-2 {
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_1_hover.svg') no-repeat;
}
#voteContent .poll__items .poll__item:hover .poll__item-fill.poll__item-value-3 {
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_2_hover.svg') no-repeat;
}
#voteContent .poll__items .poll__item:hover .poll__item-fill.poll__item-value-4 {
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_3_hover.svg') no-repeat;
}
#voteContent .poll__items .poll__item:hover .poll__item-fill.poll__item-value-5 {
    background: url('/local/templates/.default/components/bitrix/voting.form/content_vote_mayak/./images/emoji_4_hover.svg') no-repeat;
}
@keyframes smiles-hover {
    0% {
        transform: translateY(0px);
        transition: 0.5s;
    }
    50% {
        transform: translateY(-4px);
        transition: 0.5s;
    }
    100% {
        transform: translateY(-8px);
        transition: 0.5s;
    }
}
#voteContent .poll__items {
    width: auto;
}
#voteContent .poll__results {
    background: #fff;
}
#voteContent .poll__success .poll__thanks-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #0C0C0C;
    text-transform: none;
}
@media (max-width: 1023px) {
    #voteContent .poll__items{
        margin: 0 auto 8px;
    }

    #voteContent.item-vote-form {
        border-top: 1px solid #E0E0E5;
        border-bottom: 1px solid #E0E0E5;
    }
    #voteContent .poll__title {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #voteContent.item-vote-form {

    }
    #voteContent .poll__title {
        font-size: 24px;
        line-height: 27px;
    }
    #voteContent .poll__items .poll__item .poll__item-text {
        line-height: 16px;
    }
}

@media (max-width: 420px) {
    #voteContent .poll__items .poll__item{
        margin-right: 24px;
    }
    #voteContent .poll__items .poll__item:nth-child(2) {
        margin-right: 22px;
    }
    #voteContent .poll__items .poll__item:nth-child(3) {
        margin-right: 22px;
    }
}
/* End */
/* /local/templates/mcmportal2/css/direction/mayak.css?172061127268900 */
/* /local/templates/mcmportal2/css/direction/mayak_add.css?17140397411542 */
/* /local/templates/mcmportal2/library/assets/vendor/swiper/swiper-bundle.min.css?175128591413883 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?166814870164 */
/* /local/components/icl/mayak.related_articles/templates/.default/style.css?1719406689374 */
/* /local/components/icl/multi.list/templates/mayak/style.css?1714039740374 */
/* /local/templates/.default/components/bitrix/voting.form/content_vote_mayak/style.css?17140397414529 */
