

/* Start:/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/style.css?175025582912751*/
.main-filter {
    font-family: var(--additional-font);
    background-color: #ffffff;
    display: block;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--nlmk-main-color) #DCDEE1;
    margin-bottom: 25px;
}

.main-filter ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.main-filter ::-webkit-scrollbar-track {
    background: #DCDEE1;
}

.main-filter ::-webkit-scrollbar-thumb {
    background-color: var(--nlmk-main-color);
    border-radius: 4px;
    border: none;
}

.main-filter__inputs {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.main-filter__search {
    max-width: 424px;
    width: 100%;
    margin-right: auto;
}

.main-filter-tags__footer {
    display: flex;
    justify-content: flex-end;
}

.main-filter-tags {
    overflow: hidden;
    transition: all 0.3s;
    max-height: 0;
}

.main-filter-tags__items {
    padding-bottom: 16px;
    margin-bottom: 32px;
    max-height: 424px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.main-filter-tags_active {
    max-height: 520px;
}

.search-field {
    position: relative;
    height: 40px;
}

.tag-group__title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 16px;
}

.tag-group__items {
    margin: 0 -8px;
}

.tag-group-items__item {
    margin-right: 32px;
}

.fast-tags {
    margin: 0 -8px;
    width: 100%;
}

.fast-tags .filter-tag {
    padding: 0 8px;
    opacity: 0;
    transition: all 1s;
    overflow: hidden;
    display: inline-block;
}

.fast-tags .filter-tag_show {
    opacity: 1;
}

.search-field__input {
    border: none;
    padding: 8px 60px 8px 0;
    font-family: var(--nlmk-main-font);
    font-size: 13px;
    background-color: transparent;
    width: 100%;
    border-bottom: 2px solid #DCDEE1;
    transition: all 0.3s;
    color: var(--nlmk-main-text-color);
}

.search-field__input::placeholder {
    color: #8C9198;
}

.search-field__ico, .search-field__remove {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 8px;
    background-color: var(--nlmk-main-text-color);
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.search-field__ico {
    mask-image: url("/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-search.svg");
    -webkit-mask-image: url("/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-search.svg");
}

.search-field__input:disabled + .search-field__ico {
    opacity: .2;
}

.search-field__remove {
    opacity: 0;
    mask-image: url("/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg");
    -webkit-mask-image: url("/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg");
    right: 30px;
    transition: all 0.3s;
    pointer-events: none;
}

.search-field__remove_active {
    opacity: 1;
    pointer-events: auto;
}

.search-field__input:focus {
    border-color: var(--nlmk-main-color);
    transition: all 0.3s;
}

.search-field__input:focus + .search-field__ico, .search-field__input:focus + .search-field__remove {
    background-color: var(--nlmk-main-color);
}

:focus-visible {
    outline: 0;
}

.service-filter__container {
    margin-bottom: 32px;
}

.service-filter__tags {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.filter-tag {
    position: relative;
    font-family: var(--nlmk-main-font);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: var(--nlmk-main-text-color);
    margin-bottom: 16px;
    cursor: pointer;
    display: inline-block;
}

.filter-tag [type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0.01;
}

.filter-tag__text {
    background: white;
    min-height: 32px;
    padding: 8px 16px;
    border: 1px solid #D1D6E5;
    border-radius: 4px;
    transition: all 0.3s;
    cursor: pointer;
    display: block;
    position: relative;
}

.fast-tags [type=checkbox]:not(:disabled) + .filter-tag__text:hover,
.fast-tags .filter-tag [type=checkbox]:checked + .filter-tag__text {
    background: var(--nlmk-main-color);
    color: white;
    border-color: var(--nlmk-main-color);
}

.main-filter-tags__items [type=checkbox]:not(:disabled) + .filter-tag__text:hover,
.main-filter-tags__items .filter-tag [type=checkbox]:checked + .filter-tag__text {
    background: #CBE9FF;
    color: var(--nlmk-main-text-color);
    border-color: #CBE9FF;
}

.filter-tag [type=checkbox]:checked + .filter-tag__text {
    padding-right: 32px;
}

.filter-tag [type=checkbox]:disabled + .filter-tag__text {
    cursor: not-allowed;
    color: #8C9198;
    opacity: .5;
}

.filter-tag [type=checkbox]:checked + .filter-tag__text:after {
    position: absolute;
    display: block;
    content: '';
    -webkit-mask-image: url("/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg");
    mask-image: url("/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg");
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.main-filter-tags__items .filter-tag [type=checkbox]:checked + .filter-tag__text:after {
    background-color: var(--nlmk-main-text-color);
}

.filter-tag__more {
    position: relative;
    display: inline-block;
    color: var(--nlmk-main-color);
    font-family: var(--nlmk-main-font);
    font-size: 15px;
    line-height: 162%;
    padding-top: 5px;
    padding-right: 15px;
}

.filter-tag__more:after {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 15px;
    background: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-arrow.svg) no-repeat center;
    background-size: contain;
}

.fast-tags__clear {
    position: relative;
    display: none;
    color: var(--nlmk-main-color);
    font-family: var(--nlmk-main-font);
    font-size: 15px;
    line-height: 162%;
    padding-top: 5px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.fast-tags__clear_active {
    display: inline-block;
    align-self: flex-start;
}

.fast-tags__clear:after {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-mask-image: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg);
    mask-image: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg);
    -webkit-mask-size: 10px;
    mask-size: 10px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-size: contain;
    background-color: var(--nlmk-main-color);
}

.fast-tags-container {
    display: flex;
}

.fast-tags-container__action {
    max-width: 100px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}

.fast-tags__btn-show, .fast-tags__btn-hide {
    color: var(--nlmk-main-color);
    font-family: var(--nlmk-main-font);
    padding-right: 26px;
    position: relative;
    display: inline-block;
    margin-left: 25px;
    font-size: 15px;
    margin-bottom: 30px;
}

.fast-tags__btn-show:after, .fast-tags__btn-hide:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background-color: var(--nlmk-main-color);
    -webkit-mask-image: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-arrow.svg);
    mask-image: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-arrow.svg);
    -webkit-mask-size: 10px;
    mask-size: 10px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.fast-tags__btn-hide:after {
    transform: rotate(180deg);
}

.main-filter__properties {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    justify-content: end;
    gap: 24px;
    align-items: center;
}

@media (max-width: 989px) {
    .main-filter__properties {
        flex-wrap: wrap;
    }
}

.main-filter select[data-field] {
    /* opacity: 0; */
    width: 100%;
}

.main-filter-mobile-btn {
    display: none;
}

.main-filter-mobile-modal .tingle-modal__close {
    background-color: var(--nlmk-main-color);
    -webkit-mask-image: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg);
    mask-image: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-close.svg);
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    top: 42px;
    right: 16px;
    width: 24px;
    height: 24px;
    left: auto;
    bottom: auto;
}

.main-filter-mobile-modal .tingle-modal__closeIcon {
    display: none;
}

.main-filter-mobile-modal .tingle-modal__closeLabel {
    display: none;
}

.main-filter-mobile-modal.tingle-modal {
    padding-top: 0;
}

.main-filter-mobile-modal .tingle-modal-box {
    height: 100%;
}

.main-filter-mobile-modal .tingle-modal-box__content {
    height: 100%;
    position: relative;
    padding: 0;
    width: 100vw;
    overflow: hidden;
}

.main-filter-mobile-modal .main-filter__search {
    display: none;
}

.mobile-filter__title {
    display: none;
}

.mobile-filter__send {
    display: none;
}

.mobile-filter__reset{
    display: none;
}

.card-syllabus-layout__top {
    display: flex;
    align-items: flex-start;
}

.card-syllabus-layout__sort {
    margin-bottom: 0;
}

.main-filter__select {
    width: 100%;
    max-width: 300px;
}

.main-filter__checkbox {
    width: 100%;
}

@media (max-width: 768px) {
    .main-filter__form {
        position: relative;
        height: 100%;
    }

    .main-filter-mobile-modal .mobile-filter__title {
        margin-bottom: 32px;
        display: block;
        margin-top: 35px;
        padding: 0 15px;
    }

    .main-filter__inputs {
        display: block;
        height: 100%;
        padding: 0 15px;
        max-width: 100%;
    }

    .main-filter-mobile-btn {
        display: block;
        width: 24px;
        height: 24px;
        border: none;
        background: url(/local/components/nlmkeducation.local/iblock.elements.filter/templates/main/./img/ico-mobile-filter.svg) no-repeat center;
        background-size: contain;
        position: relative;
    }

    .main-filter-mobile-btn__count {
        background: #01519D;
        width: 14px;
        height: 14px;
        display: flex;
        border-radius: 50%;
        color: #FFFFFF;
        font-family: 'Verdana', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 7px;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -4px;
        line-height: 1;
        top: -3px;
        overflow: hidden;
    }

    .card-syllabus-layout__mobile .card-syllabus-layout__amount {
        display: none;
    }

    .card-syllabus-layout__mobile .card-syllabus-layout__caption {
        display: none;
    }

    .fast-tags-container {
        display: none;
    }

    .main-filter__properties {
        display: none;
    }

    .main-filter-mobile-modal .main-filter__properties {
        display: flex;
    }

    .main-filter-mobile-modal .fast-tags-container {
        display: block;
        width: 100%;
    }

    .main-filter-mobile-modal .mobile-filter__footer {
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.06);
        display: block;
    }

    .main-filter-mobile-modal .fast-tags {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .filter-tag__text {
        white-space: nowrap;
    }

    .main-filter-mobile-modal .mobile-filter__send {
        display: block;
        width: 100%;
        height: 60px;
        background: #01519D;
        color: #FFFFFF;
        border: none;
        font-family: 'Verdana', sans-sarif, serif;
        font-style: normal;
        font-size: 15px;
    }

    .main-filter-mobile-modal .mobile-filter__tags {
        padding: 15px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .main-filter-mobile-modal element-filter-tags{
        overflow: scroll;
        width: 100%;
        padding-bottom: 8px;
    }

    .main-filter-mobile-modal .mobile-filter__reset {
        display: inline-block;
        white-space: nowrap;
        margin-right: 15px;
        color: #01519D;
        border-bottom: 1px dashed #01519D;
        margin-bottom: 8px;
    }

    .search-field__input {
        margin-bottom: 16px;
    }

    .fast-tags .filter-tag{
        overflow: unset;
        margin-bottom: 0;
    }

    .main-filter-mobile-modal.tingle-modal .tingle-modal-box{
        width: 100%;
    }

    .main-filter__select{
        max-width: none;
    }
}

@media (max-width: 576px) {
    .main-filter__search {
        max-width: none;
        padding: 0;
    }

    .main-filter__inputs select {
        width: 100%;
    }

    .filter-tag {
        margin-bottom: 8px;
    }

    .fast-tags-container .filter-tag {
        margin-bottom: 0;
    }

    .fast-tags-container__action {
        display: none;
    }

    .search-field__input {
        margin-bottom: 8px;
    }
}
/* End */


/* Start:/local/templates/main/components/nlmkeducation.local/iblock.simple/cases/nlmkeducation.local/iblock.elements.list/.default/style.css?17502558345033*/
.card-syllabus-layout__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.not-found {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 112px;
}

.not-found__img {
    height: 300px;
    width: 100%;
    background: url(/local/templates/main/components/nlmkeducation.local/iblock.simple/cases/nlmkeducation.local/iblock.elements.list/.default/./img/not-found.svg) no-repeat center;
    background-size: contain;
    margin-bottom: 48px;
}

.not-found__title {
    font-family: var(--additional-font);
    font-size: 32px;
    line-height: 126%;
    text-align: center;
    color: var(--nlmk-main-text-color);
    margin-bottom: 16px;
}

.sort-link {
    color: var(--nlmk-main-text-color);
    transition: all 0.3s;
    font-size: 13px;
    display: inline-flex;
    line-height: 120%;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.sort-link.sort-link_active:after{
    content: '';
    display: inline-block;
    -webkit-mask-image: url(/local/templates/main/components/nlmkeducation.local/iblock.simple/cases/nlmkeducation.local/iblock.elements.list/.default/./img/ico-sort.svg);
    mask-image: url(/local/templates/main/components/nlmkeducation.local/iblock.simple/cases/nlmkeducation.local/iblock.elements.list/.default/./img/ico-sort.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-size: contain;
    background-color: var(--nlmk-main-text-color);
    width: 12px;
    height: 12px;
    margin-left: 4px;
    transition: all 0.3s;
}

.sort-link:hover {
    color: var(--nlmk-main-color);
}

.sort-link:hover:after {
    background-color: var(--nlmk-main-color);
}

.sort-link_desc:after {
    transform: scale(1, -1);
}

.sort-link_active {
    font-weight: bold;
}

.card-syllabus-layout__item .card-syllabus__items{
    align-items: center;
    justify-content: space-between;
}

.card-syllabus-layout__item .partner_logo {
    max-width: 55px;
    max-height: 45px;
    margin-left: auto;
}

@media (max-width: 768px) {
    .card-syllabus-layout__item .card-syllabus__ite.color-blue {
        margin-right: 8px;
    }
}

.card-syllabus__info {
    padding: 32px;
}

.card-syllabus__items--bottom {
    right: 32px;
    bottom: 32px;
    left: 32px;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.partner_logo_wrapper {
    display: grid;
    margin-left: auto;
}

.card-syllabus .partner_logo {
    grid-area: 1 / 1 / 1 / 1;
}

.card-syllabus .partner_logo.partner_logo_hovered {
    visibility: hidden;
    opacity: 0;
}

.card-syllabus .partner_logo:not(.partner_logo_hovered) {
    visibility: visible;
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) and (min-width: 990px) {
    .card-syllabus .partner_logo.partner_logo_hovered,
    .card-syllabus:hover .partner_logo:not(.partner_logo_hovered) {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .4s, visibility .4s;
        -o-transition: opacity .4s, visibility .4s;
        transition: opacity .4s, visibility .4s;
    }

    .card-syllabus .partner_logo:not(.partner_logo_hovered),
    .card-syllabus:hover .partner_logo.partner_logo_hovered {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .4s .3s, visibility .4s .3s;
        -o-transition: opacity .4s .3s, visibility .4s .3s;
        transition: opacity .4s .3s, visibility .4s .3s;
    }
}

@media (max-width: 989.98px) {
    .card-syllabus {
        display: flex;
        flex-direction:  column;
    }
    .card-syllabus__items.card-syllabus__items--bottom {
        padding: 0 32px 32px;
        margin-top: auto;
        position: static;
        flex-wrap: nowrap;
    }
}

@media (min-width: 990px) {
    .card-syllabus {
        height: 34rem !important;
    }
}
.card-syllabus__image {
    height: 14.5rem;
}
@media (min-width: 640px) and (max-width: 989.98px) {
    .card-syllabus__info {
        height: 14.5rem;
    }
}


    .card-syllabus-layout__item.swiper-slide {
        height: auto;
    }
    
.card-syllabus__info {
    position: relative;
    z-index: 2;
    -webkit-transition: color .3s ease, -webkit-transform .8s cubic-bezier(.475, .425, 0, .995);
    transition: color .3s ease, -webkit-transform .8s cubic-bezier(.475, .425, 0, .995);
    -o-transition: transform .8s cubic-bezier(.475, .425, 0, .995), color .3s ease;
    transition: transform .8s cubic-bezier(.475, .425, 0, .995), color .3s ease;
    transition: transform .8s cubic-bezier(.475, .425, 0, .995), color .3s ease, -webkit-transform .8s cubic-bezier(.475, .425, 0, .995);
}
.card-syllabus__text {
    display: none;
}

.card-syllabus__items--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 2.5rem;
    right: 3.5rem;
    z-index: 2;
    color: #01519d;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
/* End */


/* Start:/local/js/nlmk/components/iblock-elements-list/style.css?1750255830955*/
.sort-link {
    font-size: 13px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    margin: 8px 15px 8px 0;
    transition: all 0.3s;
    color: var(--nlmk-main-text-color);
}

.sort-link.sort-link_active:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    content: '';
    transition: all 0.3s;
    background-color: var(--nlmk-main-text-color);
    background-size: contain;
    -webkit-mask-image: url(/local/js/nlmk/components/iblock-elements-list/./img/ico-sort.svg);
    mask-image: url(/local/js/nlmk/components/iblock-elements-list/./img/ico-sort.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.sort-link:hover {
    color: var(--nlmk-main-color);
}

.sort-link:hover:after {
    background-color: var(--nlmk-main-color);
}

.sort-link_desc:after {
    transform: scale(1, -1);
}

.sort-link_active {
    font-weight: bold;
}
/* End */


/* Start:/local/templates/main/components/nlmkeducation.local/subscribe.add/subscribe/style.css?17502558344229*/
.subscribe {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden
}

#modal-success-subscribe.modal.modal--message .modal__text.text-default,
#modal-error-subscribe.modal.modal--message .modal__text.text-default {
    max-width: none;
    font-size: 1.125rem;
    font-family: var(--additional-font);
    color: #202429;
}

#modal-success-subscribe.modal.modal--message .modal__heading.h3,
#modal-error-subscribe.modal.modal--message .modal__heading.h3 {
    font-size: 2rem;
}

#modal-success-subscribe.modal.modal--message,
#modal-error-subscribe.modal.modal--message {
    opacity: unset;
}

.icon--subscribe {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 2.25rem;
}

@media (min-width: 990px) {
    .subscribe {
        position: relative
    }

    .subscribe:after, .subscribe:before {
        position: absolute;
        z-index: -1;
        top: 0;
        height: 100%;
        content: "";
        background-color: #01519d
    }

    .subscribe:before {
        right: 50%;
        width: 40.3125rem
    }

    .subscribe:after {
        right: 0;
        width: 51vw;
        max-width: 1280px;
    }
}

@media (min-width: 990px) and (min-width: 640px) and (max-width: 989.98px) {
    .subscribe:before {
        left: 2.5rem;
        right: auto;
        width: calc(100% - 2.5rem)
    }
}

@media (min-width: 990px) and (max-width: 989.98px) {
    .subscribe:after {
        content: none
    }
}

@media (min-width: 990px) and (max-width: 639.98px) {
    .subscribe:before {
        left: 1rem;
        width: calc(100% - 1rem)
    }
}

@media (max-width: 989.98px) {
    .subscribe {
        background-color: #01519d
    }
}

.subscribe__container {
    position: relative;
    z-index: 1
}

.subscribe__inner {
    padding: 4rem 0
}

@media (min-width: 990px) {
    .subscribe__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5.5rem 8.3333%
    }
}

@media (min-width: 640px) and (max-width: 989.98px) {
    .subscribe__inner {
        padding: 5rem 0
    }
}

@media (min-width: 990px) {
    .subscribe__heading {
        padding-right: 2.5rem;
        width: 30%
    }
}

@media (max-width: 989.98px) {
    .subscribe__heading {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 640px) and (max-width: 989.98px) {
    .subscribe__heading {
        width: 28.5rem
    }
}

@media (max-width: 639.98px) {
    .subscribe__heading {
        padding-right: 2.5rem
    }
}

@media (min-width: 990px) {
    .subscribe.has-button .subscribe__heading {
        width: 40%
    }
}

.subscribe__text {
    margin-bottom: 2.5rem;
    width: 16.75rem
}

@media (min-width: 640px) {
    .subscribe__text {
        margin-bottom: 2.5rem;
        width: 21rem
    }
}

@media (min-width: 640px) {
    .subscribe.has-button .subscribe__text {
        width: 27.5rem
    }

    #modal-success-subscribe.modal.modal--message .modal__content,
    #modal-error-subscribe.modal.modal--message .modal__content {
        padding: 3rem 6rem 4.125rem 6.5rem;
    }
}

@media (min-width: 990px) {
.subscribe__form {
    width: 33.25rem
}
}

@media (min-width: 640px) and (max-width: 989.98px) {
.subscribe__form {
    width: 28.5rem
}
}

.subscribe__field {
margin-bottom: 1.5rem
}

@media (min-width: 640px) {
.subscribe__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
}

.subscribe__field .field {
width: 100%
}

@media (max-width: 639.98px) {
.subscribe__field .field {
    margin-bottom: 1rem
}
}

.subscribe__field .button {
-ms-flex-negative: 0;
flex-shrink: 0
}

@media (min-width: 990px) {
.subscribe__field .button {
    min-width: 11.25rem
}
}

.subscribe__checkbox .checkbox__text {
font-size: .8125rem;
line-height: 1.3125rem
}

.subscribe__image {
position: absolute;
bottom: 0;
right: 5.5%;
height: 100%;
pointer-events: none
}

@media (min-width: 990px) {
.subscribe__image {
    width: 19.75rem
}
}

@media (min-width: 640px) and (max-width: 989.98px) {
.subscribe__image {
    width: 15.75rem;
    display: none;
}
}

@media (max-width: 639.98px) {
.subscribe__image {
    display: none
}
}
/* End */
/* /local/components/nlmkeducation.local/iblock.elements.filter/templates/main/style.css?175025582912751 */
/* /local/templates/main/components/nlmkeducation.local/iblock.simple/cases/nlmkeducation.local/iblock.elements.list/.default/style.css?17502558345033 */
/* /local/js/nlmk/components/iblock-elements-list/style.css?1750255830955 */
/* /local/templates/main/components/nlmkeducation.local/subscribe.add/subscribe/style.css?17502558344229 */
