@import url("/local/templates/mcmportal2/library/css/common.css");

.column.alarm-block {
    padding: 12px 14px;
    display: flex;
    background: #E2647C;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.column.alarm-block-main {
    margin: 32px 0;
    justify-content: space-between;
}
.column.alarm-block-main>div {
    display: flex;
}
.alarm-block span {
    margin-right: 12px;
}
.alarm-block a, .alarm-block a:hover {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.alarm-block a svg {
    margin-left: 8px;
}
/**
Стили для конструктора страниц направлений
 */

.snippet_sources, .snippet_brochure {
    width: 88%;
    max-width: 720px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/**
Блок с иконкой
 */

.snippet_icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.05);
}

.snippet_icon-block .icon_span {
    width: 90px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    background: #99E1E5;
    position: relative;
}

.snippet_icon-block .icon_span .icon__img {
    margin: auto;
    border-radius: 50%;
    background-color: #4E569A;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.snippet_icon-block .icon_span img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 50px;
    max-height: 50px;
}

.snippet_icon-block div {
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 23px;
    background-color: #ffffff; }

@media all and (max-width: 750px) {
    .snippet_icon-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .snippet_icon-block .icon_span {
        content: '';
        height: 60px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background-size: 40px; }
    .snippet_icon-block div {
        padding: 10px 20px;
        font-size: 15px; } }

/**
Узкий баннер
 */

.snippet_more {
    margin: 25px 0 40px 0;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    height: 92px
}

.snippet_more .icon {
    width: 90px;
    background-color: #848BBE;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.snippet_more .icon__img {
    margin: auto;
    border-radius: 50%;
    background-color: #4E569A;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
}

.snippet_more .icon__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 66%;
}


@media screen and (max-width: 660px) {
    .snippet_more .icon {
        width: 100%;
        height: 72px
    }
}

.block_more__text {
    width: calc(100% - 410px);
    font-family: 'LatoWebSemibold';
    margin: 0
}

.block_more__text span {
    font-size: 14px;
    font-family: 'LatoWeb';
}

@media screen and (max-width: 660px) {
    .block_more__text {
        text-align: center !important;
        padding: 89px 20px 11px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        font-weight: 500
    }
}

@media screen and (max-width: 480px) {
    .block_more__text {
        text-align: left;
        font-size: 16px;
        letter-spacing: -0.2px
    }
}

@media screen and (max-width: 600px) {
    .snippet_more a {
        display: block;
        margin: 0 auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media screen and (min-width: 660px) and (max-width: 800px) {
    .block_more__button {
        width: 200px
    }
}

@media screen and (max-width: 660px) {
    .block_more__button {
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 480px) {
    .block_more__button {
        width: 260px
    }
}

@media screen and (max-width: 660px) {
    .snippet_more {
        padding-right: 0px;
        padding-bottom: 23px;
        margin-bottom: 24px
    }
}


.block_more__text {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 460px);
    position: absolute;
    top: 50%;
    left: 120px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 660px) {
    .block_more__text {
        margin: 0px;
        text-align: center;
        padding: 95px 20px 30px;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        width: 100%;
        font-weight: 500;
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.snippet_more a {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media screen and (max-width: 660px) {
    .snippet_more a {
        position: static;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.more__button {
    -webkit-appearance: button;
    cursor: pointer;
    margin-right: 70px;
    height: 53px;
    width: 260px;
    border: 1px solid #525CA3;
    border-radius: 5px;
    color: #525CA3;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: center;
    background-color: transparent;
    outline: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding-top: 3px
}

.more__button:hover {
    background-color: #525CA3;
    color: #fff
}

@media screen and (max-width: 1160px) {
    .more__button {
        width: 286px;
        margin-right: 29px
    }
}

@media screen and (max-width: 660px) {
    .more__button {
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 480px) {
    .more__button {
        width: 243px
    }
}

@media screen and (max-width: 370px) {
    .more__button {
        width: 200px
    }
}

@media screen and (max-width: 1060px) {
    .snippet_more {
        margin-bottom: 19px
    }
}

@media screen and (max-width: 660px) {
    .snippet_more {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0px;
        padding-bottom: 30px;
        height: auto
    }
}

@media screen and (max-width: 480px) {
    .snippet_more {
        margin-top: 0px;
        margin-bottom: 29px
    }
}

/**
Баннер
 */
.snippet_banner {
    background-color: #9394D4;
    position: relative;
    display: block;
    width: 100%;
    height: 368px;
    margin-bottom: 36px;
}

.snippet_banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.snippet_banner .preview__content {
    position: relative;
    z-index: 2;
}


.snippet_banner .content {
    color: #fff;
    padding: 74px 68px 30px;
    max-width: 740px
}

.snippet_banner .content__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid #fff
}

@media screen and (max-width: 480px) {
    .snippet_banner .content__title {
        line-height: 96px
    }
}

.snippet_banner .content__subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.4px
}

@media screen and (max-width: 480px) {
    .snippet_banner .content {
        text-align: center;
        padding: 11px 25px
    }
}

@media screen and (max-width: 480px) {
    .snippet_banner {
        margin-bottom: 15px
    }
}

.snippet_banner > a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

/**
таблица
 */

.snippet_table-wrap {
    width: 100%;
    overflow-x: scroll;
}

.snippet_table {
    margin-top: 20px;
    width: 100%;
    min-width: 480px;
}

.df--table__heading, .df--table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    color: #333;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    border: 1px solid #F0F0F0;
    border-bottom: none; }

.df--table__heading {
    height: 50px;
    line-height: 50px !important;
    font-size: 16px !important;
    background-color: #F7F7F7; }
.df--table__heading .df--table__cell {
    height: auto;
    padding: 0 20px 0 27px; }

.df--table__row {
    font-size: 14px;
    line-height: 22px;
    background-color: #ffffff; }
.df--table__row:last-child {
    border-bottom: none; }
.df--table__row .df--table__cell:first-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

.df--table__cell {
    padding: 20px 20px 20px 27px;
    border-left: 1px solid #F0F0F0; }
.df--table__cell:first-child {
    border-left: none; }

.df--table.col-2 .df--table__cell {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

@media all and (max-width: 560px) {
    .df--table__heading .df--table__cell {
        padding: 0 20px;
    }

    .df--table__heading .df--table__cell:first-child {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .df--table__heading .df--table__cell:first-child:after {
        margin-left: 20px;
        content: '/';
    }

    .df--table__heading .df--table__cell:last-child {
        padding-left: 0;
    }

    .df--table__row {
        padding: 0 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
        line-height: 16px;
        background-color: #ffffff;
        border: none;
        border-bottom: 1px dotted #F0F0F0;
    }

    .df--table__row .df--table__cell:first-child {
        padding-top: 10px;
        background-color: #fcfcfc;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        padding-bottom: 5px;
        font-weight: 700;
    }

    .df--table__cell {
        padding: 5px 10px;
        border: none;
    }

    .df--table.col-2 .df--table__cell {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

/**
Источники
 */

.snippet_sources .research-detail__subtitle {
    margin-top: 40px;
}

/**
Блок с видео
 */

.snippet_video {
    margin: 75px auto 50px;
    max-width: 720px;
    padding: 0 10px;
}

.snippet_video h2 {
    color: #72246c;
    font-size: 30px;
    padding: 0 0 25px 0;
}
@media (max-width: 480px) {
    .snippet_video h2 {
        font-size: 22px;
        line-height: 28px;
        padding: 10px 0;
    }
}
.snippet_video p {
    padding: 0 0 15px 0;
}

/**
Брошюра
 */

.snippet_brochure h3 {
    margin: 40px 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #333333;
}

.snippet_brochure h4 {
    margin: 40px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.3px !important;
}

.snippet_brochure p {
    font-family: LatoWeb;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.brochure_image {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.brochure_image img {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.07);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.07);
}

.brochure_buttons {
    width: 100%;
    text-align: center;
}

.brochure_buttons__button {
    height: 60px;
    width: 260px;
    border: 1px solid #525CA3;
    border-radius: 5px;
    color: #525CA3;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: center;
    background-color: transparent;
    outline: none;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding-top: 3px;
    cursor: pointer;
}




.brochure_buttons__button:last-child {
    margin-left: 40px;
}

.brochure_buttons__button:first-child {
    margin-left: 0;
}

.brochure_buttons__button:hover {
    background: #525CA3;
    color: #fff;
}

.brochure_buttons__button.brochure_buttons__button--active {
    background: #525CA3;
    color: #fff;
}

.brochure_hr {
    margin-top: 40px;
    height: 1px;
    width: 100%;
    max-width: 720px;
    background-color: #E8E8E8;
}

@media screen and (max-width: 750px) {
    .brochure_buttons__button:last-child {
        margin-left: 0;
        margin-top: 20px;
    }

    .brochure_buttons__button {
        width: 100%;
    }

    .brochure_hr {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .brochure_image {
        margin-bottom: 14px !important;
        margin-top: 20px;
    }


}

/*
Аккордеон
 */

.rsa_intro {
    background-color: #d5cee0;
    max-width: 815px;
    width: 100%;
    color: #000000;
    margin: 24px auto;
    padding: 30px 60px 0;
}
@media (max-width: 480px) {
    .rsa_intro {
        padding: 30px 30px 0;
        margin: 24px auto 0;
    }
    .rsa_list_item p { font-size: 14px; line-height: 16px; }
    .rsa_list_item ul li { font-size: 14px; line-height: 16px; }
}
@media (max-width: 320px) {
    .rsa_intro { height: auto; padding: 10px; }
    .rsa_intro p:last-child { padding: 0; }
}
.rsa_intro p {
    padding: 0 0 25px 0;
}
.rsa_list {
    max-width: 815px;
    width: 100%;
    margin: 30px auto;
}
@media (max-width: 480px) {
    .rsa_list {
        margin: 0 auto 30px;
    }
}
.rsa_list_item {
    cursor: pointer;
    border-bottom: 2px solid #e6e2ec;
}
.rsa_list_item .title {
    background: url("/direction/static_content/rasseyanyy-skleroz/images/arrow_right.png") no-repeat 60px center;
    color: #9e005d;
    font-size: 24px;
    line-height: 26px;
    padding: 0 30px 0 90px;
    height: 78px;
    vertical-align: middle;
    display: table-cell;
}
@media (max-width: 480px) {
    .rsa_list_item .title {
        background-position: 30px center;
        padding: 0 10px 0 60px;
        height: 60px;
    }
}
@media (max-width: 320px) {
    .rsa_list_item .title {
        font-size: 20px;
        background-position: 10px center;
        padding: 0 10px 0 35px;
    }
}
.rsa_list_item.open .title {
    background: url("/direction/static_content/rasseyanyy-skleroz/images/arrow_down.png") no-repeat 63px center;
}
@media (max-width: 480px) {
    .rsa_list_item.open .title {
        background-position: 30px center;
        padding: 0 60px;
    }
}
@media (max-width: 320px) {
    .rsa_list_item.open .title {
        background-position: 13px center;
        padding: 0 10px 0 35px;
    }
}
.rsa_list_item .description {
    display: none;
    padding: 0 0 20px 0;
}
@media (max-width: 480px) {
    .rsa_list_item .description {
        padding: 5px 0 20px 0 !important;
    }
    .rsa_list_item.epidemic p {
        padding: 0 30px;
    }
}


.rsa_list_item.clinic p {
    padding: 0 45px 18px 65px;
    line-height: 19px;
}
.rsa_list_item.clinic img { margin: 0 0 20px 0; }
@media (max-width: 480px) {
    .rsa_list_item.clinic .human.show820 { margin: 0 30px 0; }
    .rsa_clinic_quote { margin: 15px 30px 10px !important; }
    .rsa_list_item.clinic p { padding: 0 30px 5px; }
}
@media (max-width: 320px) {
    .rsa_list_item.clinic .human.show820 { margin: 0 10px 0; }
    .rsa_clinic_quote { margin: 15px 10px 10px !important; }
    .rsa_list_item.clinic p { padding: 0 10px 20px; }
}
.rsa_steps {
    background-color: #e7e4eb;
    margin: 0 0 20px 0;
    padding: 25px 30px 10px 100px;
}
.rsa_steps span { color: #9e005d; }
.rsa_steps p { padding: 0 0 15px 65px; }
.rsa_step1 { background: url("/direction/static_content/rasseyanyy-skleroz/images/step1.png") no-repeat 0 0; }
.rsa_step2 { background: url("/direction/static_content/rasseyanyy-skleroz/images/step2.png") no-repeat 0 0; }
.rsa_step3 { background: url("/direction/static_content/rasseyanyy-skleroz/images/step3.png") no-repeat 0 0; }
.rsa_step4 { background: url("/direction/static_content/rasseyanyy-skleroz/images/step4.png") no-repeat 0 0; }
@media (max-width: 480px) {
    .rsa_steps {
        padding: 25px 30px 10px 30px;
    }
    .rsa_list_item.patogenez .rsa_steps p {
        padding: 0 0 20px 50px;
    }
}
@media (max-width: 320px) {
    .rsa_steps {
        padding: 25px 10px 10px;
    }
}
.rsa_clinic_quote {
    border: 2px solid #ecd1e0;
    border-radius: 10px;
    margin: 15px 90px 10px 50px;
    position: relative;
    z-index: 1;
}
.rsa_clinic_quote:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 15px;
    width: 15px;
    top: -15px;
    left: 20px;
    background: url("/direction/static_content/rasseyanyy-skleroz/images/quote.jpg") no-repeat 0 0;
}
.rsa_clinic_quote p {
    color: #9e005d;
    font-size: 14px;
    padding: 15px 30px 15px 35px !important;
}

.rsa_list_item.diagnostic p {
    padding: 0 20px 18px 65px;
    line-height: 19px;
}
.rsa_list_item.diagnostic h4 {
    color: #9e005d;
    font-size: 18px;
    font-weight: lighter;
    line-height: 22px;
    padding: 20px 0 30px 65px;
}
.rsa_list_item.diagnostic ul {
    margin: 0 0 18px 65px;
}
.rsa_list_item.diagnostic ul li {
    background: url("/direction/static_content/rasseyanyy-skleroz/images/li_point3.png") no-repeat 0 6px;
    margin: 0 0 10px 0;
    padding: 0 15px;
}
.rsa_list_item.diagnostic ul.p2 {
    margin: 0 0 18px 85px;
}
@media (max-width: 480px) {
    .rsa_list_item.diagnostic p {
        padding: 0 30px 20px;
    }
    .rsa_list_item.diagnostic ul {
        margin: 0 30px 20px;
    }
    .rsa_list_item.diagnostic h4 {
        padding: 20px 30px 30px;
    }
    .rsa_list_item.diagnostic ul.p2 {
        margin: 0 30px 20px;
    }
}
@media (max-width: 320px) {
    .rsa_list_item.diagnostic p {
        padding: 0 10px 20px;
    }
    .rsa_list_item.diagnostic ul {
        margin: 0 10px 20px;
    }
    .rsa_list_item.diagnostic h4 {
        padding: 20px 10px 30px;
    }
    .rsa_list_item.diagnostic ul.p2 {
        margin: 0 15px 20px;
    }
}

.snippet_accordeon .snippet_brochure h4 {
    margin-top: 0;
}

.snippet_accordeon .snippet_brochure .brochure_hr {
    display: none;
}

.card-image {
    max-width: 100%;
}

.d-youtube {
    width: 100%;
    position: relative;
    background-size: cover;
}

.d-youtube::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.d-youtube > .d-youtube__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker-trigger {
  display: none;
}

.datepicker-wrapper {
    display: none;
    position: absolute;
    z-index: 1;
}

.form-content-datepicker .ui-datepicker {
    background: #f0f0f5;
    max-width: 392px;
    padding: 10px 14px;
    z-index: 20;
}

.form-content-datepicker .ui-datepicker-header {
    position: relative;
}

.form-content-datepicker .ui-datepicker-title {
    margin: 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-content-datepicker .ui-datepicker-title span {
    min-width: initial !important;
}

.form-content-datepicker .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.form-content-datepicker .ui-datepicker-calendar td,.ui-datepicker-calendar th {
    height: 44px;
    vertical-align: middle;
    width: 52px;
    text-transform: uppercase;
}

.form-content-datepicker .ui-datepicker-calendar th {
    font-size: 13px;
    line-height: 16px;
    padding: 0 !important;
}

.form-content-datepicker .ui-datepicker-calendar td {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding: 0 !important;
}

.form-content-datepicker .ui-datepicker-calendar td::before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #0158bb;
    left: 2px;
    top: -2px;
    opacity: 0;
}

.form-content-datepicker .ui-datepicker-calendar .ui-datepicker-today:hover::before {
    opacity: 1 !important;
}

.form-content-datepicker .ui-datepicker-calendar .ui-datepicker-today::before {
    opacity: 0.5 !important;
}

.form-content-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
    color: #FFFFFF;
}

.form-content-datepicker .ui-datepicker-calendar .ui-datepicker-current-day::before {
    opacity: 1;
}

.form-content-datepicker .ui-datepicker-calendar a,.ui-datepicker-calendar span {
    color: inherit;
    position: relative;
    display: inline-block;
    width: 48px;
    height: 44px;
    line-height: 44px;
}

.form-content-datepicker .ui-datepicker-calendar .ui-state-disabled {
    opacity: .4;
    pointer-events: none;
}

.form-content-datepicker .ui-datepicker-calendar .ui-datepicker-today,.ui-datepicker-calendar td:hover {
    color: #fff;
}

.form-content-datepicker .ui-datepicker-calendar .ui-datepicker-today::before,.ui-datepicker-calendar td:hover::before {
    opacity: 1;
}

.page__main .page__content .prefooter-auth-banner-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    margin-top: 46px;
    margin-bottom: 32px;
}

.prefooter-medical-research-block {
    margin-left: 32px;
}

.useful-sections-block-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    max-width: 95%;
}

.useful-sections-subblock-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.useful-sections-subblock-description {
    font-family: Circe;
    font-size: 20px;
    font-weight: 350 !important;
    line-height: 28px;
    text-align: left;
}

.useful-sections-subblock-image {
    padding: 0;
    width: 172px;
}

.useful-sections-subblock-button {
    display: flex;
    align-items: flex-start !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
}

.useful-sections-subblock-button .button__icon {
    margin-left: 6px !important;
}

.slider-detailed-header-section .ds-title__top .slider-detailed-header-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

.slider-detailed-item-wrapper .swiper-slide .article-item {
    background-color: #FFFFFF;
    border: 1px solid #B2B2B2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 0;
}

.slider-detailed-item-wrapper .swiper-slide .article-item .slider-item-card-extended__image-card {
    height: 180px;
    min-height: 180px;
}

.article-item__material-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #707075;
    margin-bottom: 20px;
}

.slider-detailed-item-wrapper .swiper-slide
.article-item__body {
    display: flex;
    justify-content: space-between;
    gap: 41px;
    height: 100%;
}

.slider-detailed-item-wrapper .swiper-slide .article-item__body
.slider-item-card-extended__item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    word-break: break-word;
}

.article-item__expert-name {
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    text-align: left;
}

.article-item__expert-name-short {
    font-size: 16px;
    font-weight: 350;
    line-height: 20px;
    text-align: left;
}

.article-item__expert_regalia {
    font-size: 16px;
    font-weight: 350;
    line-height: 20px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

.article-item__tag-extended-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.article-item__body .article-item__body-bottom {
    margin-top: 0;
}

.article-item__body .article-item__body-bottom .article-item__tag-extended-list
.article-item__tag-list-item-link, .article-item__tag-list-extra-tags-counter {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #0158BB;
    max-width: 120px;
}

.article-item__body .article-item__body-bottom
.article-item__stat-extended {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 32px;
}

.article-item__body .article-item__body-bottom
.article-item__stat-extended span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #707075;
}
.page__main .page__content .slider-detailed-item-wrapper .slider-extended-list .swiper-container,
.page__main .page__content .slider-detailed-item-wrapper .slider-extended-list .swiper-container .swiper-wrapper,
.page__main .page__content .slider-detailed-item-wrapper .slider-extended-list .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
}

.page__main .page__content .slider-detailed-item-wrapper .slider-extended-list .swiper-container .swiper-wrapper {
    padding-bottom: 10px;
}

.faq-search__result-status {
    margin-top: 24px;
    display: flex;
    gap: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #9863D5;
}

/* POPULAR QUESTIONS BLOCK */
.icl-questions-page {
    margin-top: 40px;
}

.icl-questions-page .faq-title-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.icl-questions-page .faq-title-block h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    margin: 0;
}

.icl-questions-page .faq-title-block p {
    font-size: 20px;
    font-weight: 350;
    line-height: 28px;
    text-align: left;
}

.icl-questions-page .faq-search-block {
    margin-bottom: 32px;
}

.faq-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

/* POPULAR QUESTIONS LEFT PANEL */
.icl-questions-page .faq-wrapper .faq-left-panel {
    max-width: 288px;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__wrapper {
    position: sticky;
    top: 64px;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-header {
    display: block;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-header-mobile {
    display: none;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-header h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
}

.faq-contents-items {
    display: block;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-items {
    padding-left: 12px;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-items li {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-items li:not(:last-child) {
    margin-bottom: 16px;
}

.icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-items li:hover {
    color: #0158BB;
    cursor: pointer;
}

.faq-contents-list-active {
    color: #0158BB;
}

.list-item-disabled {
    color: #CCCCCC !important;
}

.list-item-disabled:hover {
    cursor: initial !important;
}

/* POPULAR QUESTIONS CONTENT PANEL */
.icl-questions-page .faq-wrapper .faq-content-block {
    max-width: 912px;
    width: 100%;
}

.icl-questions-page .faq-wrapper .faq-content-block .faq-content-block__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
}

.icl-questions-page .faq-wrapper .faq-content-block h3 {
    font-family: Circe;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    margin-bottom: 24px;
}

.icl-questions-page .faq-wrapper .faq-content-block .accordion .accordion__elem .accordion__control {
    padding: 16px 0;
}

.icl-questions-page .faq-page .faq-content-block .faq-content-block__wrapper .accordion .accordion__heading {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.icl-questions-page .faq-wrapper .faq-content-block .accordion .accordion__elem .accordion__elem-content {
    padding: 16px 0;
}

@media screen and (max-width: 767px) {
    .icl-questions-page .faq-title-block {
        margin-bottom: 32px;
    }

    .icl-questions-page .faq-search-block {
        position: sticky;
        background-color: #FFFFFF;
        z-index: 1;
        top: 64px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    .faq-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 24px;
    }

    .icl-questions-page .faq-wrapper .faq-left-panel {
        position: sticky;
        top: 130px;
        max-width: 100%;
        z-index: 1;
        background-color: #FFFFFF;
    }

    .icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__wrapper {
        padding: 17px 18px;
        background-color: #F0F0F5;
    }

    .icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-header {
        display: none;
    }

    .icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-header-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .icl-questions-page .faq-wrapper .faq-left-panel .faq-left-panel__content .faq-contents-header-mobile:after {
        content: "\e903";
        display: inline-block;
        font-family: "Icon";
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 18px;
    }

    .faq-contents-header-mobile-expand:after {
        content: "\e905" !important;
    }

    .faq-contents-items-mobile-hidden {
        display: none;
    }

    .icl-questions-page .faq-wrapper .faq-content-block h3 {
        margin-bottom: 20px;
    }

    .icl-questions-page .faq-wrapper .faq-content-block .faq-content-block__wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .icl-questions-page .faq-page .faq-content-block .faq-content-block__wrapper .accordion__elem .accordion__control {
        padding-left: 0;
    }

    .icl-questions-page .faq-wrapper .faq-content-block .accordion .accordion__elem .accordion__elem-content {
        padding: 12px 0;
    }

    .icl-questions-page .faq-page .faq-content-block .faq-content-block__wrapper .accordion .accordion__heading {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        padding-right: 20px;
    }
}

@media (min-width: 1280px) {
    .page__main .page__content .slider-detailed-item-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .page__main .page__content .slider-detailed-item-wrapper .slider-extended-list .swiper-container .swiper-wrapper {
        padding-left: 28px;
        padding-right: calc(28px - var(--scroll-width));
    }

    .page__main .page__content .main-events {
        padding-left: 4px;
        padding-right: 4px;
    }
    .page__main .page__content .main-events .ds-swiper--item .swiper-buttons {
        padding-right: 24px;
    }
    .page__main .page__content .main-events .swiper-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 767px) {

    .page__main .page__content .prefooter-auth-banner-heading {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        margin-top: 28px;
        margin-bottom: 24px;
    }

    .page__main .page__content .useful-sections-block-heading {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .page__main .page__content .prefooter-useful-sections {
        padding-top: 12px;
        padding-bottom: 32px;
        background-color: #0158BB;
        color: #FFFFFF;


    }

    .page__main .page__content .prefooter-useful-sections .container {
        padding: 0 16px;
    }

    .page__main .page__content .prefooter-useful-sections .prefooter-useful-sections-sect {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .page__main .page__content .prefooter-useful-sections .prefooter-useful-sections-sect .container .ds-title__top {
        margin-bottom: 0;
    }

    .page__main .page__content .prefooter-useful-sections .prefooter-useful-sections-sect .container .ds-title__top
    .ds-title__title--small {
        width: 95%;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .container .useful-sections-subblock-container {
        flex-direction: column;
    }

    .container .useful-sections-subblock-container .column {
        padding: 6px 12px;
        padding-bottom: 0 !important;
    }

    .page__main .page__content .useful-sections-subblock-container .cat-links__item {
        background-color: #FFFFFF;
    }

    .page__main .page__content .prefooter-useful-sections .useful-sections-subblock-container
    .useful-sections-subblock-image {
        width: 64px;
    }

    .page__main .page__content .useful-sections-subblock-container .cat-links__item
    .useful-sections-subblock-heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

    .page__main .page__content .useful-sections-subblock-container .cat-links__item
    .useful-sections-subblock-description {
        font-size: 16px;
        font-weight: 350;
        line-height: 20px;
    }

    .slider-detailed-header-section .ds-title__top .slider-detailed-header-heading {
        width: 95%;
        font-size: 24px;
        font-weight: 700;
        line-height: 27px;
    }

    .slider-detailed-header-section .container .slider-detailed-header-description {
        width: 95%;
        font-size: 16px;
        font-weight: 350;
        line-height: 20px;
        padding-bottom: 0;
    }

    .slider-detailed-item-wrapper {
        overflow: hidden;
    }

    .article-item__body .article-item__body-bottom
    .article-item__stat-extended span {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }

    .page__main .page__content .contacts-feedback .contacts-feedback__search {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .useful-sections-block-heading {
        max-width: 968px;
        font-size: 26px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        margin-bottom: 24px;
    }

    .page__main .page__content .prefooter-auth-banner-heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        margin-top: 32px;
        margin-bottom: 27px;
    }

    .page__main .page__content .prefooter-useful-sections {
        background-color: #0158BB;
        color: #FFFFFF;
        padding: 32px 28px;
    }

    .page__main .page__content .prefooter-useful-sections .prefooter-useful-sections-sect {
        max-width: 962px;
        margin-top: 0;
        margin-bottom: 19px;
    }

    .page__main .page__content .prefooter-useful-sections .prefooter-useful-sections-sect .container,
    .page__main .page__content .prefooter-useful-sections > .container {
        padding: 0;
    }

    .page__main .page__content .prefooter-useful-sections .prefooter-useful-sections-sect .ds-title__top {
        margin-bottom: 0;
    }

    .page__main .page__content .prefooter-useful-sections .useful-sections-subblock-container {
        width: initial;
        margin: 0;
        padding: 0;
    }

    .page__main .page__content .prefooter-useful-sections .useful-sections-subblock-container .column {
        padding-top: 13px;
        padding-bottom: 13px;
        max-width: 476px;
    }

    .useful-sections-subblock-container .column:nth-of-type(even) {
        padding-left: 13px;
        padding-right: 0;
    }

    .useful-sections-subblock-container .column:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 13px;
    }

    .useful-sections-subblock-container .cat-links__item {
        background-color: #FFFFFF;
    }

    .useful-sections-subblock-container .useful-sections-subblock-image {
        width: 64px !important;
    }

    .useful-sections-subblock-container .useful-sections-subblock-heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

    .useful-sections-subblock-container .useful-sections-subblock-description {
        font-size: 16px;
        font-weight: 350;
        line-height: 20px;
    }

    .page__main .page__content .slider-detailed-header-section {
        margin-top: 32px;
    }

    .slider-detailed-header-section .ds-title__top .slider-detailed-header-heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 27px;
    }

    .slider-detailed-header-section .container .slider-detailed-header-description {
        font-size: 16px;
        font-weight: 350;
        line-height: 20px;
    }

    .article-item__body .article-item__body-bottom
    .article-item__stat-extended span {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .ds-swiper.ds-swiper--item {
   /* .page__main .container.container--wide { */
        width: calc(100% - 28px);
        margin-left: 0px;
        margin-right: 0px;
    }
}

.container .article-item {
    position: relative;
    min-height: 450px;
    max-height: 450px;
    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;
}

.container .article-item .card-info__title {
    margin-bottom: 8px;
}
.popup__header .popup__title .h3 {
    font-size: 26px;
}
@media screen and (max-width: 1023px) {
    .container .article-item {
        width: 343px !important;
    }
    .popup__header .popup__title .h3 {
        font-size: 24px;
    }
}


.container .article-item.card-articles {
    height: 100%;
    border-radius: unset;
}

.container .card {
    margin: 0 !important;
    border: 1px solid #b2b2b2
}

.container .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
}
.container .card__wrapper_link,
.container 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
}

.container .article-item__info,
.container .video-sm-body__title {
    color: #000;
}

.container .card-preview {
    width: 100%;
    height: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #bdbdbd
}
.container .article-item--video .card-preview {
    height: 180px;
}
.container .article-item--drugs_new .card-preview {
    height: 180px;
}

.container .card-info {
    height: 100%;
    padding: 18px 23px;
    padding-bottom: 24px;
    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;
}
.container .has-image .card-info {
     height: 288px;
}

.container .has-image  .article-item--video .card-info {
     height: 268px;
}

@media screen and (max-width: 768px) {
    .container .has-image .card-info {
        max-height: 268px;
    }
}

.clinical-cases-card__button {
    margin-top: 0px !important;
}

.container .card-info-heading, .container .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
}

.container .card-info__pretitle {
    margin: 0 0 10px 0;
    font-weight: 350;
    font-size: 16px;
    line-height: 20px;
    color: #707075;
}

.container .card-info__title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}

.container .card-info__descr {
    margin: 0 0 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.container .card-info-footer {
    /*margin-top: 15px;*/
    gap: 20px;
    margin-top: auto;
}

.container .card-info-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.container .card-info-tags .info-tag-items {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.container .tag-list  {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 0 0;
    color: #0158bb;
    text-transform: initial;
}

.container .tag-list__wrap.show {
    background: #F0F0F5;
}
.event-item-new .event-item__body .tag-list__wrap.show .tag-list {
    flex-direction: column;
    min-height: auto;
    width: 100%;
    background: #F0F0F5;
    bottom: 20px;
    z-index: 10;
}

.container .tag-list__wrap.show .tag-list {
    flex-direction: column;
    min-height: auto;
    width: 100%;
    background: #F0F0F5;
    align-content: flex-start;
    bottom: 10px;
    padding: 10px;
}

.container .tag-list__item {
    margin-left: 0;
}

.container .tag-list__wrap:not(:last-child) {
    margin-bottom: 0;
}

.container  .tag-list__wrap.show .tag-list a {
    margin: 0 10px 10px 0;
}

.container .tag-list__wrap p {
    text-align: end;
    padding: 10px 10px 0 0;
    font-size: 14px;
    position: relative;
    z-index: 7;
}

.event-item-new .tag-list__wrap.show .tag-list,
.container .tag-list {
    margin: inherit;
}

.card-info-footer>.tag-list.cropped-tags {
    margin-top: -40px;
}

.container .card-info-tags__tagmore {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #0158bb
}

.container .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;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    line-height: 24px;
    min-height: 24px;
}

.container .card-info-date__day {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #707075
}

.container .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
}

.container .card-info-views__count {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #707075
}

.container .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
}

.container .card-info__btn span {
    font-size: 14px;
    line-height: 14px
}

.container .card-info__btn--favourites svg {
    width: 14px;
    height: 18px
}

.container .card-info__btn--favourites svg path {
    fill: none;
    stroke: #707075
}

.container .card-info__btn--favourites span {
    margin: 0;
    font-weight: 400;
    color: #707075
}

.container .card-info__btn.in-favourites svg {
    width: 14px;
    height: 18px
}

.container .card-info__btn.in-favourites svg path {
    stroke: none;
    fill: #0158bb !important
}

.container .card-info__btn.in-favourites span {
    color: #0158bb
}

.container .card-info__btn--watch {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000
}

.container .card-info__btn.fav-button {
    color: black;
    height: inherit;
    width: inherit;
}

.detail-header__stat-item .fav-button::before,
.container .card-info__row .fav-button::before {
    content: "" !important;
    display: none;
}

@media screen and (max-width: 768px) {
    .container .card-info {
        gap: 35px
    }
}

@media screen and (max-width: 576px) {
    .container .card {
        width: 100%
    }
}

.container .column h2 {
    margin: 0 !important
}

.container .ds-filter__wrapper {
    margin: 40px 0 32px 0 !important;
    padding: 0 !important;
    background-color: #fff !important
}

.container .ds-filter__wrapper .column {
    padding: 0 10px !important
}

.container .ds-filter__wrapper .filter-mayak h2, .container .ds-filter__wrapper .filter-mayak .filter-mayak-group {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.container .ds-filter__wrapper .filter-mayak h2 {
    margin: 0
}

.container .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) {
    .container .ds-filter__wrapper .filter-mayak {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container .ds-filter__wrapper .filter-mayak h2, .container .ds-filter__wrapper .filter-mayak .filter-mayak-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .container .ds-filter__wrapper .filter-mayak h2 {
        text-align: center
    }

    .container .ds-filter__wrapper .filter-mayak .filter-mayak-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.container .ds-footer {
    margin-top: 60px !important
}

.container #index .container.container--card .row.row--card-playlist .ds-pagination {
    display: none
}

.container #index .container.container--card .row.row--card-video .ds-pagination {
    display: block
}

@media screen and (max-width: 768px) {
    .container #index .container.container--card .row.row--card-playlist .column.column--narrow:nth-child(n+4) {
        display: none
    }

    .container #index .container.container--card .row.row--card-playlist .ds-pagination {
        display: block
    }

    .container #index .container.container--card .row.row--card-video .column.column--narrow:nth-child(n+3) {
        display: none
    }
}

.container #index-playlist .detail-body__aside-bottom {
    margin: 45px 0 0 0 !important
}

.container #index-playlist .detail-body__aside-bottom .share-block.is-animate {
    padding: 0 !important
}

.container #index-playlist .row.row--card-playlist .ds-pagination.ds-pagination--playlist {
    display: none
}

@media screen and (max-width: 1280px) {
    .container #index-playlist .row.row--card-playlist .column.column--narrow:nth-child(3) {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .container #index-playlist .row.row--card-playlist .ds-pagination {
        display: none
    }

    .container #index-playlist .row.row--card-playlist .ds-pagination.ds-pagination--playlist {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .container #index-search .row.row--search-mayak {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.container #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
}

.container #index-search .column.column--12-small.search-result .new__content h2 {
    margin: 0 0 8px 0 !important
}

.container #index-search .column.column--12-small.search-result .new__content .ds-pagination {
    margin-top: 8px !important
}

.container #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
}

.container #index-search .column.column--12-small.search-result .new__content .ds-pagination .pagination .pagination-list {
    margin: 0 !important
}

@media screen and (max-width: 768px) {
    .container #index-search .column.column--12-small.search-result .new__content {
        margin-top: 32px
    }

    .container #index-search .column.column--12-small.search-result .new__content h2 {
        display: none
    }

    .container #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
    }

    .container #index-search .column.column--12-small.search-filter {
        display: none
    }
}

.container .index-card .column.column--12-small.content .new__content .identifier {
    display: none
}

.container .index-card .column.column--12-small.content .new__content .playlist.playlist__block {
    display: none
}

.container .index-card .column.column--12-small.playlist .playlist.playlist__block {
    margin-top: 56px
}

@media screen and (max-width: 1280px) {
    .container .index-card .column.column--12-small.content .new__content .playlist.playlist__block {
        display: block;
        margin-top: 56px
    }

    .container .index-card .column.column--12-small.content .new__content .exp-list__list {
        margin-left: 0
    }

    .container .index-card .column.column--12-small.playlist {
        display: none
    }
}

.container .index-card .column.column--12.has-text-align-center.js-infinity-pager-wrap {
    padding-bottom: 0 !important
}

.container .index-card .ds-filter__lecturer {
    margin: 50px 0 32px 0 !important
}

@media screen and (max-width: 1280px) {
    .container .index-card .row.row--card-playlist .column.column--narrow:nth-child(3) {
        display: none
    }
}
@media screen and (max-width: 760px) {
    .container.container--wide .row.row--phone .column.column--narrow {
        width: 100% !important;
    }
    .page__main .container.container--wide.container--card {
        padding-right: 16px !important;
    }
}

.container .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
}

.container .header_mayak .background {
    width: 100%;
    height: 100%;
    background: url("../../images/mayak/mayak_background.svg") left top no-repeat
}

.container .header_mayak .background .background_mayak {
    position: absolute;
    bottom: -2px;
    left: 10%
}

.container .header_mayak .background .background_bird {
    position: absolute;
    right: 10%;
    top: 42px
}

.container .header_mayak .background .background_vector {
    position: absolute;
    bottom: 0;
    left: 0
}

.container .header_mayak .background .background_vector_left {
    position: absolute;
    bottom: 0;
    right: 0
}

.container .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) {
    .container .header_mayak .background {
        background-size: 100%
    }
}

@media screen and (max-width: 1000px) {
    .container .header_mayak {
        font-size: 22px
    }
}

@media screen and (max-width: 600px) {
    .container .header_mayak {
        font-size: 18px
    }

    .container .header_mayak .background .background_mayak {
        left: 2%
    }

    .container .header_mayak .background .background_bird {
        right: 5%
    }
}

@media screen and (max-width: 375px) {
    .container .header_mayak {
        font-size: 16px
    }

    .container .header_mayak .header {
        width: 228px
    }
}

.container .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
}

.container .search-cp--mobile {
    display: none
}

.container .search-cp__title {
    position: relative
}

.container .search-cp__title > span {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    z-index: 1
}

.container .search-cp__title > span.mobile {
    display: none
}

.container .search-cp__title::before {
    content: "";
    display: block;
    position: absolute;
    width: 360px;
    height: 329px;
    left: 0px;
    top: -46px;
    z-index: 0;
    background: url("../../images/mayak/search-cp/vector-lg.svg") no-repeat;
    background-size: contain
}

.container .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
}

.container .search-cp-right h2 {
    display: none
}

.container .search-cp__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px
}

.container .search-cp__text--mobile {
    display: none
}

.container .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
}

.container .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
}

.container .search-cp-form__icon:focus {
    outline: none
}

.container .search-cp-form__icon > svg {
    width: 18px;
    height: 18px
}

.container .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
}

.container .search-cp-form__input:focus {
    outline: none;
    border: none
}

.container .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) {
    .container .search-cp__wrapper {
        gap: 50px
    }

    .container .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
    }

    .container .search-cp-right {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }

    .container .search-cp__title > span {
        font-size: 30px;
        line-height: 40px
    }

    .container .search-cp__title::before {
        left: -40px
    }

    .container .search-cp__text > br {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .container .search-cp__title > span {
        font-size: 26px
    }

    .container .search-cp__title::before {
        width: 300px;
        left: -27px;
        top: -36px
    }
}

@media screen and (max-width: 992px) {
    .container .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
    }

    .container .search-cp-right {
        gap: 20px
    }

    .container .search-cp__text {
        text-align: center
    }

    .container .search-cp-form {
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    .container .search-cp__wrapper {
        gap: 40px;
        padding: 25px 0 10px 0
    }

    .container .search-cp-left, .container .search-cp-right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .container .search-cp-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .container .search-cp-right {
        gap: 42px
    }

    .container .search-cp-right .search-cp-form {
        display: none
    }

    .container .search-cp-right h2 {
        margin: 0;
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .container .search-cp-right .search-cp__text {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .container .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
    }

    .container .search-cp__text--mobile {
        display: block
    }

    .container .search-cp__title::before {
        max-width: 100%;
        width: 100%;
        height: 210px;
        top: -15px;
        left: -28px
    }

    .container .search-cp__title span {
        display: none
    }

    .container .search-cp__title span.mobile {
        font-size: 24px;
        line-height: 30px;
        display: inline
    }

    .container .search-cp-form {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%
    }

    .container .search-cp-form__btn {
        display: none
    }

    .container .search-cp-form__input {
        padding-left: 20px;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .container .search-cp-form__icon {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-width: 50px;
        background-color: #000
    }

    .container .search-cp-form__icon > svg > path {
        fill: #fff
    }

    .container .search-cp--mobile {
        display: block;
        background-color: #f0f0f5
    }

    .container .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
    }

    .container .search-cp--mobile .search-cp__wrapper .search-cp-right {
        gap: 20px
    }

    .container .search-cp--mobile .search-cp__wrapper .search-cp-right .search-cp-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .container .search-cp--mobile .search-cp__wrapper .filter-mayak-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.container .search-card {
    width: 100%;
    height: auto;
    min-height: 257px;
    position: relative
}

.container .search-card__link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.container .search-card__preview {
    display: none
}

.container .search-card__info .card-info-heading .card-info__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.container .search-card__info .card-info-heading .card-info__descr {
    font-weight: 350;
    font-size: 18px;
    line-height: 28px;
    color: #000
}

.container .search-card__info .card-info-footer {
    margin-top: 17px;
    gap: 18px
}

.container .search-card__info .card-info-footer .card-info-tags {
    position: relative;
    z-index: 1
}

.container .search-card__info .card-info-footer .card-info__row {
    line-height: 20px
}

.container .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
}

.container .search-card__info .card-info-footer .card-info__row .card-info__btn span {
    line-height: 20px
}

.container .search-card__btn {
    position: relative;
    z-index: 1
}

.container .search-card__btn.card-info__btn--watch > span {
    color: #707075
}

.container .search-card__btn.card-info__btn--watch > svg path {
    fill: #707075
}

@media screen and (max-width: 768px) {
    .container .search-card {
        height: auto
    }
}

.container .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) {
    .container .s-filter--hidden {
        right: 0
    }
}

@media screen and (max-width: 1024px) {
    .container .s-filter--hidden {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(102%);
        -ms-transform: translateX(-50%) translateY(102%);
        transform: translateX(-50%) translateY(102%)
    }
}

.container .s-filter--only-sort {
    display: none
}

.container .s-filter--only-filter {
    display: none
}

.container .s-filter--only-phone {
    display: none
}

.container .s-filter-group:not(:last-child) {
    margin-right: 45px
}

.container .s-filter__title {
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000
}

.container .s-filter-sort .sort-group:not(:last-child) {
    margin-bottom: 10px
}

.container .s-filter-sort .sort-group__input {
    display: none
}

.container .s-filter-sort .sort-group__input:checked + .sort-group__label::before {
    background: url("../../images/mayak/radio-checked.png") no-repeat center center;
    background-size: 100% 100%
}

.container .s-filter-sort .sort-group__label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    line-height: 18px
}

.container .s-filter-sort .sort-group__label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../../images/mayak/radio-not-checked.png") no-repeat center center;
    background-size: 100% 100%
}

.container .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
}

.container .s-filter-form .filter-group {
    position: relative
}

.container .s-filter-form .filter-group__title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.container .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
}

.container .s-filter-form .filter-group-heading .filter-left > span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000
}

.container .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
}

.container .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
}

.container .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
}

.container .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
}

.container .s-filter-form .filter-group-heading .filter-left .tags-list--visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .s-filter-form .filter-group-heading .filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.container .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
}

.container .s-filter-form .filter-group-heading .filter-right__btn:focus {
    outline: none;
    border: none
}

.container .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
}

.container .s-filter-form .filter-group-heading .filter-right__btn[data-role=delete-tags] {
    display: none
}

.container .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
}

.container .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
}

.container .s-filter-form .filter-group-heading .dropdown-list::-webkit-scrollbar {
    width: 5px
}

.container .s-filter-form .filter-group-heading .dropdown-list::-webkit-scrollbar-track {
    background: transparent
}

.container .s-filter-form .filter-group-heading .dropdown-list::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 3px solid transparent
}

.container .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
}

.container .s-filter-form .filter-group-heading .dropdown-list__item:hover {
    background-color: #0158bb;
    color: #fff;
    cursor: pointer
}

.container .s-filter-form .filter-group-heading .dropdown-list--visible {
    display: block
}

.container .s-filter-form .filter-group-heading:hover {
    cursor: pointer
}

.container .s-filter-form .filter-group-heading:focus {
    border: 2px solid #0158bb
}

.container .s-filter-form .filter-group.is-on .filter-group-heading {
    border: 2px solid #0158bb
}

.container .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
}

.container .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
}

.container .s-filter.is-on.s-filter--only-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .s-filter.is-on.s-filter--only-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .s-filter.is-on.s-filter--only-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container .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
}

.container .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
}

.container .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
}

.container .filter-mayak-btn__icon {
    margin-right: 7px
}

.container .filter-mayak-btn__icon path {
    fill: #000
}

.container .filter-mayak-btn__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}

.container .filter-mayak-btn__title--hidden {
    display: none
}

.container .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
}

.container .filter-mayak-btn__arrow path {
    fill: #000
}

.container .filter-mayak-btn:hover {
    cursor: pointer
}

.container .filter-mayak-btn:focus {
    outline: none;
    border: none
}

.container .filter-mayak-btn.is-on .filter-mayak-btn__icon path, .container .filter-mayak-btn.is-on .filter-mayak-btn__arrow path {
    fill: #0158bb
}

.container .filter-mayak-btn.is-on .filter-mayak-btn__title {
    color: #0158bb
}

.container .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) {
    .container .filter-mayak {
        margin: 0
    }

    .container .filter-mayak-btn.sort-mayak-btn {
        display: none
    }

    .container .filter-mayak-btn__title {
        display: none
    }

    .container .filter-mayak-btn__title--hidden {
        display: inline
    }
}

.container .card-lector {
    margin: 0;
    width: 100%;
    height: 350px;
    min-height: 350px
}

.container .card-lector.not-clicked:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.container .card-lector__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.container .card-lector__preview {
    width: 246px;
    height: 100%
}

.container .card-lector__preview .card-lector-image {
    height: 100%;
    width: 100%;
    position: relative
}

.container .card-lector__preview .card-lector-image > img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.container .card-lector__info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container .card-lector__title {
    width: 60%
}

.container .card-lector__descr {
    width: 100%
}

@media screen and (max-width: 1200px) {
    .container .card-lector {
        width: 100%
    }

    .container .card-lector-wrapper {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 768px) {
    .container .card-lector {
        height: auto
    }

    .container .card-lector__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .container .card-lector__preview {
        width: 100%;
        height: 410px
    }

    .container .card-lector__info {
        gap: 35px
    }
}

.container .card-pl {
    border: 1px solid #b2b2b2
}

.container .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
}

.container .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
}

.container .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
}

.container .card-pl__preview .card-pl-button__btn--watched {
    height: 40px;
    background-color: #3bb239
}

.container .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
}

.container .card-pl__preview .card-pl-overlay__count {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff
}

.container .card-pl-info .card-info-headind .card-info__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.container .card-pl-info .card-info-headind .card-info__descr {
    font-weight: 350;
    font-size: 18px;
    line-height: 24px
}

.container .card-pl-info .card-info-footer {
    gap: 20px
}

@media screen and (max-width: 576px) {
    .container .card-pl__preview .card-pl-button__btn {
        width: 90%
    }
}

.container .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
}

.container .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))
}

.container .card-video__preview a > img {
    width: 66px;
    height: 68px
}

.container .items-video {
    background: #f0f0f5
}

.container .items-video__list .column {
    padding: 0px 10px 1px 10px
}

.container .items-video__list .column .article-item {
    min-height: 128px;
    margin-bottom: 12px;
    background-color: #fff
}

.container .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
}

.container .video-sm .card__wrapper_link{
    padding: 16px;
}

.container .video-sm-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.container .video-sm-header__btn {
    padding: 0
}

.container .video-sm-header__btn svg {
    width: 14px;
    height: 18px
}

.container .video-sm-header__btn svg path {
    fill: none;
    stroke: #707075
}

.container .video-sm-header__btn.in-favourites svg {
    width: 14px;
    height: 18px
}

.container .video-sm-header__btn.in-favourites svg path {
    stroke: none;
    fill: #0158bb !important
}

.container .video-sm__body {
    margin-top: 15px
}

.container .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
}

.container .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
}

.container .video-sm-body .video-sm-controls__btn {
    height: 33px;
    width: 33px;
    padding: 0
}

.container .video-sm-body .video-sm-controls__time {
    font-size: 13px;
    line-height: 16px;
    color: #0158bb;
    text-align: center
}

.container .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) {
    .container .video-sm {
        min-height: 130px
    }

    .container .video-sm-body__title {
        margin-top: 0;
        font-size: 20px;
        line-height: 28px;
        width: 100%
    }
}

.container .questions {
    margin-bottom: 40px
}

.container .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
}

.container .questions__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000
}

.container .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
}

.container .questions-list__item {
    list-style: none
}

.container .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
}

.container .questions-list__link:hover {
    cursor: pointer;
    background-color: #0158bb
}

@media screen and (max-width: 768px) {
    .container .questions-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px
    }
}

.container .row--playlist .column {
    padding: 0px 10px 1px 10px
}

.container .row--playlist .column .article-item {
    height: 100%;
    min-height: 128px;
    margin-bottom: 12px;
    background-color: #fff
}

.container .lecturer__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px
}

.container .lecturer__desc {
    max-width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px
}

.container .lecturer__playlist {
    margin-top: 28px
}

.container .lecturer-playlist__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.container .column .lecturer-playlist__title{
    margin-bottom:12px !important;
}

.container .lecturer-playlist__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    position: relative
}

@media screen and (max-width: 768px) {
    .container .lecturer-playlist__text {
        font-size: 16px;
        line-height: 24px
    }
}

.container .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
}

.container .lecturer-accordion__controls--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container .lecturer-accordion .lecturer-playlist__text {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow-y: hidden
}

.container .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%)
}

.container .lecturer-accordion .lecturer-playlist__text.is-on::after {
    display: none
}

.container .lecturer-accordion__btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 0
}

.container .lecturer-accordion__btn--show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.container .lecturer-accordion__btn--hide {
    display: none
}

@media screen and (max-width: 768px) {
    .container .lecturer-accordion__controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container .lecturer-accordion__btn {
        font-size: 18px
    }
}

.container .playlist__block {
    margin-top: 30px
}

.container .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
}

.container .playlist-header__bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.container .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
}

.container .playlist-header-info__topic {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #fff
}

.container .playlist-header-info__title {
    margin: 0;
    font-size: 23px;
    line-height: 28px;
    color: #fff
}

.container .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
}

.container .playlist-header-count__number {
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    color: inherit
}

.container .playlist-header-count__text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    color: inherit
}

.container .playlist-header--sm .playlist-header-info__topic {
    font-size: 14px;
    line-height: 14px
}

.container .playlist-header--sm .playlist-header-info__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px
}

.container .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
}

.container .playlist__wrapper--one-column {
    grid-template-columns:1fr !important;
    grid-template-rows:repeat(1, 150px)
}

@media screen and (max-width: 1024px) {
    .container .playlist__wrapper--one-column {
        grid-template-columns:repeat(2, 1fr) !important
    }
}

@media screen and (max-width: 620px) {
    .container .playlist__wrapper--one-column {
        grid-template-columns:1fr !important
    }
}

.container .playlist__wrapper--one-column.playlist__wrapper--scroll {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0f71d6 #d9d9d9
}

.container .playlist__wrapper--one-column.playlist__wrapper--scroll::-webkit-scrollbar {
    width: 7px
}

.container .playlist__wrapper--one-column.playlist__wrapper--scroll::-webkit-scrollbar-track {
    background: #d9d9d9
}

.container .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) {
    .container .playlist__wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 768px) {
    .container .playlist-header-info__topic {
        font-size: 14px;
        line-height: 14px
    }

    .container .playlist-header-info__title {
        margin-top: 5px;
        font-size: 16px;
        line-height: 16px
    }

    .container .playlist-header-count {
        min-width: 110px
    }

    .container .playlist-header-count__number {
        font-weight: 700
    }

    .container .playlist__wrapper {
        grid-template-columns:1fr;
        grid-template-rows:repeat(1, 130px);
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #0f71d6 #d9d9d9
    }

    .container .playlist__wrapper--scroll {
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #0f71d6 #d9d9d9
    }

    .container .playlist__wrapper--scroll::-webkit-scrollbar {
        width: 7px
    }

    .container .playlist__wrapper--scroll::-webkit-scrollbar-track {
        background: #d9d9d9
    }

    .container .playlist__wrapper--scroll::-webkit-scrollbar-thumb {
        background-color: #0f71d6;
        border-radius: 10px;
        border: 1px solid #fff
    }
}

.container .new__content .video {
    position: relative;
    width: 100%;
    background-size: cover;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .container .new__content .video {
        margin: 0 -16px 20px;
        width: auto
    }
}

.container .new__content .video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%
}

.container .new__content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.container .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
}

.container .new__content .video .next-video > div {
    color: #b2b2b2;
    padding: 10px 30px;
    max-width: 440px
}

@media screen and (max-width: 403px) {
    .container .new__content .video .next-video > div {
        max-width: 100%
    }
}

.container .new__content .video .next-video__timer {
    font-weight: 400;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap
}

.container .new__content .video .next-video__timer b {
    color: #fff
}

@media all and (max-width: 1280px)and (min-width: 1024px) {
    .container .new__content .video .next-video__timer {
        font-size: 2.2vw
    }
}

@media screen and (max-width: 768px) {
    .container .new__content .video .next-video__timer {
        font-size: 16px;
        line-height: 20px
    }
}

.container .new__content .video .next-video__data {
    margin: 40px 10px;
    position: relative
}

.container .new__content .video .next-video__data a::after {
    content: "";
    background-image: url("../../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
}

.container .new__content .video .next-video__data a:hover::after {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .container .new__content .video .next-video__data a {
        display: none
    }
}

.container .new__content .video .next-video__data img {
    max-height: 15vw
}

@media screen and (max-width: 1024px) {
    .container .new__content .video .next-video__data img {
        max-height: none
    }
}

.container .new__content .video .next-video__data_title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    display: none
}

.container .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) {
    .container .new__content .video .next-video__data_title {
        display: block
    }
}

@media all and (max-width: 1280px)and (min-width: 1024px) {
    .container .new__content .video .next-video__data {
        margin: 3vw 10px
    }
}

@media screen and (max-width: 768px) {
    .container .new__content .video .next-video__data {
        margin: 10px 10px 20px
    }
}

.container .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
}

.container .new__content .video .next-video__buttons > div, .container .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%
}

.container .new__content .video .next-video__buttons > div span, .container .new__content .video .next-video__buttons a span {
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.container .new__content .video .next-video__buttons > div:hover, .container .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) {
    .container .new__content .video .next-video__buttons > div, .container .new__content .video .next-video__buttons a {
        height: 3.8vw;
        padding: 0px 1.5vw;
        border-radius: 1vw
    }

    .container .new__content .video .next-video__buttons > div span, .container .new__content .video .next-video__buttons a span {
        font-size: 1.88vw
    }
}

@media screen and (max-width: 768px) {
    .container .new__content .video .next-video__buttons > div, .container .new__content .video .next-video__buttons a {
        width: 55px;
        height: 50px;
        border-radius: 0px;
        background-color: rgba(112, 112, 117, 0);
        position: relative
    }

    .container .new__content .video .next-video__buttons > div:hover, .container .new__content .video .next-video__buttons a:hover {
        background-color: rgba(112, 112, 117, 0);
        opacity: .5
    }

    .container .new__content .video .next-video__buttons > div span, .container .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) {
    .container .new__content .video .next-video__buttons_close {
        background-image: url("../../images/mayak/close.svg")
    }
}

.container .new__content .video .next-video__buttons_play {
    background-color: rgba(1, 88, 187, .7)
}

@media screen and (max-width: 768px) {
    .container .new__content .video .next-video__buttons_play {
        background-image: url("../../images/mayak/play.svg")
    }
}

@media screen and (max-width: 768px) {
    .container .new__content .video .next-video__buttons {
        padding: 0px 20px
    }
}

.container .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) {
    .container .new__content .video .learn_more {
        font-size: 16px;
        line-height: 16px
    }
}

.container .new__content .video:hover .learn_more {
    opacity: 1
}

.container .new__content .exp-list__list > li {
    font-weight: 350;
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width: 1024px) {
    .container .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
    }

    .container .new__content .playlist.playlist__block {
        display: block;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 32px
    }

    .container .new__content .exp-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 40px
    }

    .container .column.column--12-small.column--4-tablet .detail-body__aside--playlist {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .container .learn_more {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .container .new__content .video .learn_more {
        padding: 14px 34px;
        min-width: 162px;
        bottom: 50px
    }
}

.container .pagination {
    width: 100%;
    margin: 0;
    padding: 0
}

.container .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
}

.container .pagination-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.container .pagination-list__item {
    display: block;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 40px;
    float: left
}

.container .pagination-list__item::before, .container .pagination-list__item::after {
    display: none
}

.container .pagination-list__item:first-child {
    margin-right: 15px
}

.container .pagination-list__item:last-child {
    margin-left: 15px
}

.container .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
}

.container .pagination-list__link--left, .container .pagination-list__link--right {
    border-radius: 50%;
    border: 1px solid #000
}

.container .pagination-list__link--left > svg, .container .pagination-list__link--right > svg {
    width: 14px
}

.container .pagination-list__link--left > svg path, .container .pagination-list__link--right > svg path {
    fill: #000
}

.container .pagination-list__link--current {
    color: #0f71d6
}

.container .pagination-list__link--disabled {
    opacity: .3
}

.container .lector-slider {
    margin: 20px 0 0 0;
    position: relative
}

.container .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
}

.container .ds-filter .column h2 {
    margin: 0
}

.container .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
}

.container .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) {
    .container .ds-filter .column.lector-slider-column .lector-slider-controls {
        top: -65px
    }
    .popup__desc-event {
        max-width: 390px
    }
}

.container .ds-filter .column.lector-slider-column .lector-slider-controls__prev, .container .ds-filter .column.lector-slider-column .lector-slider-controls__next {
    padding: 0
}

.container .ds-filter .column.lector-slider-column .lector-slider-controls__prev:hover, .container .ds-filter .column.lector-slider-column .lector-slider-controls__next:hover {
    cursor: pointer
}

.container .ds-filter .column.lector-slider-column .lector-slider-controls__prev svg, .container .ds-filter .column.lector-slider-column .lector-slider-controls__next svg {
    height: 44px;
    width: 44px
}

.container .ds-filter .column.lector-slider-column .lector-slider-controls__prev.swiper-button-disabled svg path, .container .ds-filter .column.lector-slider-column .lector-slider-controls__next.swiper-button-disabled svg path {
    fill: #b2b2b2
}

.container .ds-filter .column.lector-slider-column .lector-slider-controls__prev.swiper-button-disabled svg rect, .container .ds-filter .column.lector-slider-column .lector-slider-controls__next.swiper-button-disabled svg rect {
    stroke: #b2b2b2
}

.container .ds-filter .column.lector-slider-column .lector-slider-controls__prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.container .card-info-tags__tag:hover,
.container .card-info__title:hover
{
    text-decoration: underline;
    color: #0158bb;
}

.article-item--video .card-preview.card-video__preview::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.3346 48.9998L47.3346 33.9998L27.3346 18.9998V48.9998ZM34.0013 0.666504C15.6013 0.666504 0.667969 15.5998 0.667969 33.9998C0.667969 52.3998 15.6013 67.3332 34.0013 67.3332C52.4013 67.3332 67.3346 52.3998 67.3346 33.9998C67.3346 15.5998 52.4013 0.666504 34.0013 0.666504ZM34.0013 60.6665C19.3013 60.6665 7.33464 48.6998 7.33464 33.9998C7.33464 19.2998 19.3013 7.33317 34.0013 7.33317C48.7013 7.33317 60.668 19.2998 60.668 33.9998C60.668 48.6998 48.7013 60.6665 34.0013 60.6665Z' fill='white'/%3E%3C/svg%3E");
    width: 80px;
    height: 80px;
    -webkit-filter: drop-shadow(0 8px 8px rgba(34,34,41,.24));
    filter: drop-shadow(0 8px 8px rgba(34,34,41,.24));
}

.container .card-info__material_type {
    margin-bottom: 12px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #707075;
}

.container .card-info__btn--favourites:hover span,
.container .card-info__btn--favourites:hover svg path
{
    stroke: #0158bb;
    color: #0158bb;
}
.submenu-middle__title {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.container-submenu-middle {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 356px;
    text-wrap: wrap;
    padding-left: 5px !important;
}
.container-submenu-middle .submenu-middle__list {
    margin-bottom: 25px;
}
.container-submenu-middle a.submenu-middle__item {
    max-width:296px;
    font-size:16px;
    margin-bottom: 1px;
    margin-left: -8px;
    padding: 5px 8px;
    line-height: 20px;
}

.container-submenu-middle li.submenu-middle__title {
    font-size:18px;
}
@media screen and (max-width: 1150px) {
    .container-submenu-middle {
        height: 500px;
    }
}
@media screen and (max-width: 980px) {
    .container-submenu-middle {
        height: 550px;
    }
}
@media screen and (max-width: 900px) {
    .nozologiya-section {
        width:344px;
    }
}

@media screen and (min-width: 901px) {
    .nozologiya-section {
        width:288px;
    }
}
@media screen and (max-width: 768px) {
    .container-submenu-middle a.submenu-middle__item {
        padding: 12px 8px;
    }
    .container-submenu-middle {
        height: auto;
    }
    
    .container.container-submenu-middle {
        padding-left: 8px;
        padding-right: 8px;
    }
    .container-submenu-middle a.submenu-middle__item {
        max-width: inherit;
    }
}
.nozologiya-block {
    font-family: 'Circe', Arial, sans-serif;
}
.nozologiya-section {
    display: flex;
    flex-direction: column;
    border: 1px solid #C3E0FF;
    padding: 20px;
}

.nozologiya-section a {
    color: #FFFFFF;
}
.nozologiya__title {
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.nozologiya__text {
    font-size: 18px;
    font-weight: 400;
}
a.nozologiya__text:hover span,
a.nozologiya__title:hover span{
    text-decoration: underline;
    color: #FFFFFF;
}

@media screen and (max-width: 1279px) {
    .container .ds-swiper--item .swiper-slide {
        min-width: 343px !important;
        width: 343px !important;
    }
}

@media screen and (max-width: 1279px) {
    .container .article-item--video .card-info__material_type {
        display: flex !important;
    }
}

@media screen and (max-width: 1279px) {
    .container .article-item--video .card-preview {
        height: 150px;
    }

    .event-item-new {
        min-height: 318px !important;
    }

    .event-item-new.has-image .event-item__body {
        min-height: 260px !important;
    }
}

.block-blocks-min-rows .article-item,
.block-blocks-min-slider-rows .article-item {
    margin: 0 !important;
    border: 1px solid #b2b2b2;
    height: 100%;
    border-radius: unset;
}

.block-blocks-min-rows .article-item .article-item__head,
.block-blocks-min-slider-rows .article-item .article-item__head {
    width: 100%;
    height: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #bdbdbd;
}

.block-blocks-min-rows .article-item .article-item__body,
.block-blocks-min-slider-rows .article-item .article-item__body {
    height: 287px;
    min-height: 287px;
    max-height: 287px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .block-blocks-min-rows .article-item .article-item__body,
    .block-blocks-min-slider-rows .article-item .article-item__body {
        height: 258px;
        min-height: 258px;
        max-height: 258px;
    }
}
