/*
    TODO: Удалить этот блок после привязки верстки
****/

    @font-face {
        font-family: 'Proxima Nova';
        src: url("font/proximanova-bold.woff2") format("woff2"), url("font/proximanova-bold.woff") format("woff");
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: 'Proxima Nova';
        src: url("font/proximanova-reg.woff2") format("woff2"), url("font/proximanova-reg.woff") format("woff");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Proxima Nova';
        src: url("font/proximanova-light.woff2") format("woff2"), url("font/proximanova-light.woff") format("woff");
        font-weight: 300;
        font-style: normal;
    }


    .fancybox-close {
        background: none !important;
        color: #FFF;
    }

    .fancybox-close:before,
    .fancybox-close:after {
        content: '';
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        border-top: 1px solid;
        margin-left: 0px;
    }

    .fancybox-close:before {
        transform: rotate(45deg);
    }

    .fancybox-close:after {
        transform: rotate(-45deg);
    }

    .fancybox-close:hover {
        color: #FFF;
        opacity: 0.5;
    }

    .fancybox-type-iframe .fancybox-inner {
        overflow: hidden !important;
    }


    /* TODO: Добавить новый шрифт*/
    @font-face {
        font-family:'Proxima Nova';
        src: url('font/proximanovasemibold.woff2') format('woff2'), url('font/proximanovasemibold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
    }


/****
    Конец удаляемого блока
*/




/************************
    common
************************/
    .education_block_inner {
        font-family: 'Proxima Nova';
    }
    .container-fluid_inner {
        padding: 0 120px;
    }
    .section-title {
        font-size: 72px;
        line-height: .9;
        margin-top: 80px;
        margin-bottom: 56px;
        font-weight: 300;
    }


    /* tablet */
    @media(max-width: 1199px) {
        .container-fluid_inner {
            padding: 0 52px;
        }
        .section-title {
            margin-bottom: 30px;
            font-size: 30px;
            line-height: 1.1;
        }
    }


    /* mobile */
    @media(max-width: 991px) {
        .section-title {
            margin-bottom: 30px;
        }
    }


    @media(max-width: 767px) {
        .container-fluid_inner {
            padding: 0 40px;
        }
    }


    @media(max-width: 767px) {
        .container-fluid_inner {
            padding: 0 15px;
        }
    }
/************************
    /common
************************/





/************************
    program-b
************************/
    .program-b {
        display: flex;
    }

    /* banner-image */
    .program-b_img {
        min-height: 0;
        padding: 0;
    }
    .program-b__img {
        display: block;
    }
    .program-b__img-pic {
        max-width: 100%;
        height: auto;
    }


    /* banner-text */
    .program-b_text {
        min-height: 480px;
        padding: 55px 0 40px;
        /*background: #eb01a5 no-repeat center;*/
        /*background-image: url("images/banner-bg.svg"), linear-gradient(33.77deg, #6FB738 -3.79%, #0F938B 101.72%);*/
        color: #fff;
    }
    .program-b__content {
        max-width: 1100px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .program-b__degree {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 140px;
        height: 40px;
        margin-bottom: 24px;
        border: 2px solid #FFFFFF;
        border-radius: 20px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: 600;
    }

    .program-b__faculty {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
    }

    .program-b__title {
        margin: 0;
        font-weight: 300;
        font-size: 6rem;
        font-weight: 300;
        line-height: 4.4rem;
    }

    .program-b__descr {
        margin-top: 46px;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.25;
    }

    .program-b__btn {
        display: inline-flex;
        justify-content: center;
        height: 48px;
        width: 170px;
        background: #537AFF;
        border-radius: 3px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 50px;
        text-transform: uppercase;
        color: #fff;
        transition: .2s;
        margin-top: 40px;
    }
    .program-b__btn:hover {
        background-color: rgba(83, 122, 255, 0.70);
        text-decoration: none;
        color: #fff;
    }



    /* tablet */
    @media(max-width: 1199px) {
        .program-b_text {
            min-height: 232px;
            background-size: contain;
            align-items: center;
        }
        .program-b__content {
            max-width: 600px;
        }
        .program-b__degree {
            margin-bottom: 16px;
        }
        .program-b__faculty {
            font-size: 20px;
            font-weight: 300;
        }
        .program-b__title {
            font-size: 2.6rem;
            line-height: 2rem;
        }
        .program-b__descr {
            margin-top: 24px;
            font-size: 16px;
            font-weight: 300;
        }
        .program-b__btn {
            margin-top: 6px;
        }
    }


    /* mobile */
    @media(max-width: 991px) {
        .program-b_text {
            padding: 24px 0;
        }
        .program-b__content {
            max-width: 500px;
        }
        .program-b__degree {
            min-width: 90px;
            height: auto;
            margin-bottom: 12px;
            border-width: 1px;
            font-size: 12px;
            line-height: 1.9;
        }
        .program-b__faculty {
            margin-bottom: 12px;
            font-size: 14px;
        }
        .program-b__title {
            font-size: 36px;
            line-height: .75;
        }
        .program-b__descr {
            margin: 22px 0 0;
            font-size: 14px;
        }
        .program-b__btn {
            margin-top: 4px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
        }
    }



    @media(max-width: 767px) {
        .program-b_text {
            padding: 14px 0;
        }
        .program-b__descr {
            margin: 15px 0 0;
        }
        .program-b__content {
            max-width: 440px;
        }
    }



    @media(max-width: 575px) {
        .program-b_text {
            padding: 24px 0 16px;
        }
        .program-b__content {
            margin: 0 -5px;
        }
        .program-b__degree {
            min-width: 100px;
        }
        .program-b__faculty {
            margin-bottom: 10px;
            font-size: 12px;
        }
        .program-b__title {
            font-size: 32px;
        }
    }


    @media(max-width: 319px) {
        .program-b__title {
            font-size: 10vw;
        }
    }
/************************
    /program-b
************************/





/************************
    breadcrumbs
************************/
    .breadcrumbs {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .breadcrumbs__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .breadcrumbs__list li {
        display: flex;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.3);
    }

    .breadcrumbs__list a {
        color: inherit;
    }
    .breadcrumbs__list a:hover {
        text-decoration: underline;
    }

    .breadcrumbs__list li:after {
        content: '\a0/\a0';
    }

    .breadcrumbs__list li:last-child:after {
        content: none;
    }



    /* tablet */
    @media(max-width: 1199px) {
        .breadcrumbs {
            margin-bottom: 40px;
        }
        .breadcrumbs li {
            font-size: 16px;
        }
    }



    @media(max-width: 991px) {
        .breadcrumbs {
            margin-top: 22px;
        }
    }



    @media(max-width: 767px) {
        .breadcrumbs {
            margin: 22px 0 0;
        }
    }


    /* mobile */
    @media(max-width: 575px) {
        .breadcrumbs {
            display: none;
        }
    }
/************************
    /breadcrumbs
************************/





/************************
    triggers
************************/
    .triggers__item {
        margin-bottom: 65px;
        padding-right: 60px;
    }

    .triggers__item:last-child {
        margin-bottom: 40px;
    }

    .triggers__item-title {
        margin: 2px 0 0px;
        font-size: 40px;
        font-weight: bold;
        line-height: 1;
        color: #537AFF;
    }

    .triggers__item-descr {
        font-size: 18px;
        line-height: 1.15;
        color: rgba(0, 0, 0, 0.9);
    }

    .triggers__content {
        font-size: 24px;
        line-height: 1.7;
    }

    .triggers__content p {
        margin-bottom: 1.7em;
    }

    .triggers__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 6px 82px 10px auto;
        width: 170px;
        height: 48px;
        border-radius: 3px;
        background: #537AFF;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFF;
        transition: .2s;
    }
    .triggers__btn:hover {
        background-color: rgba(83, 122, 255, 0.70);
        text-decoration: none;
        color: #FFF;
    }



    /* tablet */
    @media(max-width: 1199px) {
        .triggers {
            margin-top: 2rem;
            display: flex;
            flex-wrap: wrap;
        }
        .triggers__item {
            margin-bottom: 2.5rem;
            padding: 0;
        }
        .triggers__item-title {
            font-size: 24px;
            line-height: 1;
        }
        .triggers__item-descr {
            font-size: 12px;
            line-height: 1.3;
        }

        .triggers__content {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 22px;
        }
        .triggers__btn {
            display: none;
        }

    }



    /* tablet */
    @media(max-width: 991px) {
        .triggers__item {
            margin-bottom: 26px;
        }
        .triggers__item-title {
            margin: 6px 0 0px;
        }
        .triggers__item:last-child {
            margin-bottom: 0;
        }
    }



    /* mobile */
    @media(max-width: 767px) {
        .triggers__item {
        }
        .triggers__content p {
            margin-bottom: 24px;
        }
    }



    @media(max-width: 575px) {
        .triggers {
            margin-top: 18px;
        }
        .triggers__items {
            display: flex;
            flex-wrap: wrap;
        }
        .triggers__item {
            flex: 0 0 50%;
            width: 50%;
            margin-bottom: 4px;
            padding-right: 5px;
        }

        .triggers__content {
            margin: 28px 0 0;
            font-size: 14px;
            line-height: 1.75;
        }
    }
/************************
    /triggers
************************/





/************************
    disciplines
************************/
    .disciplines {
        overflow: hidden;
    }
    .disciplines__caption {
        margin-bottom: 72px;
    }

    .disciplines__title {
        margin-bottom: 33px;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.1;
        color: #537AFF;
    }

    .disciplines__list {
        margin: 0;
        margin-bottom: 55px;
        padding-left: 18px;
        list-style: none;
    }

    .disciplines__list li {
        position: relative;
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        line-height: 2rem;
        color: rgba(0, 0, 0, 0.9);
    }

    .disciplines__list li:before {
        position: absolute;
        top: 0;
        left: -20px;
        content: '›';
    }



    /* tablet */
    @media(max-width: 1199px) {
        .disciplines__caption {
            margin: 30px 0 40px;
        }
        .disciplines__list {
            margin-bottom: 40px;
        }
        .disciplines__title {
            font-size: 20px;
            margin-bottom: 10px;
            line-height: 1.2;
        }
        .disciplines__list {
            padding-left: 20px;
        }
        .disciplines__list li {
            margin-bottom: 16px;
            font-size: 1em;
            line-height: 1;
        }
    }



    @media(max-width: 991px) {
        .disciplines__caption {
            margin: 30px 0 24px;
        }
        .disciplines__title {
            margin-bottom: 20px;
        }
        .disciplines__list {
            margin-bottom: 68px;
        }
    }



    @media(max-width: 767px) {
        .disciplines__caption {
            margin: 20px 0 30px;
        }
        .disciplines__list {
            margin-bottom: 42px;
        }
    }



    @media(max-width: 575px) {
        .disciplines__caption {
            margin: 14px 0 22px;
        }
        .disciplines__title {
            margin-bottom: 14px;
        }
        .disciplines__list {
            margin-bottom: 26px;
        }
        .disciplines__list li {
            font-size: 14px;
            line-height: 1.2;
        }
    }
/************************
    /disciplines
************************/





/************************
    entry
************************/
    .entry {
        overflow: hidden;
    }
    .entry__caption {
        margin: 28px 0 46px;
    }

    .entry-items {
        padding: 0 10px 12px;
    }

    .entry-item {
        height: 100%;
        min-height: 336px;
    }
    .entry-item__wrap {
        height: 100%;
        display: flex;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: linear-gradient(0deg, #EEF2FF, #EEF2FF), #FFFFFF;
    }

    .entry-item__count {
        flex: 0 0 4rem;
        width: 4rem;
        margin-right: 15px;
        margin-top: 24px;
        font-size: 64px;
        font-weight: bold;
        line-height: 1;
        text-align: right;
        color: #537AFF;
    }

    .entry-item__text {
        margin: 0;
        padding: 25px 16px 23px;
        font-size: 24px;
        line-height: 1.35;
        color: rgba(0, 0, 0, 0.9);
    }



    /* tablet */
    @media(max-width: 1600px) {
        .entry__caption {
            margin-top: 20px;
        }
        .entry-item {
            min-height: 0;
        }
        .entry-item__count {
            margin-right: 6px;
            font-size: 48px;
        }
        .entry-item__text {
            font-size: 18px;
        }
    }



    @media(max-width: 1199px) {
        .entry-items {
            padding: 0 0 12px;
        }
        .entry__caption {
            margin: 30px 0 40px;
        }
        .entry-item {
            padding-bottom: 30px;
        }
    }



    @media(max-width: 991px) {
        .entry__caption {
            margin: 8px 0 32px;
        }
        .entry-item {
            padding-bottom: 16px;
        }
        .entry-item__count {
            width: 3em;
            flex: 0 0 3rem;
            margin-top: 8px;
            font-size: 36px;
        }
        .entry-item__text {
            padding: 14px 16px 16px;
            font-size: 16px;
            line-height: 1.5;
        }
    }



    @media(max-width: 767px) {
        .entry__caption {
            margin: 24px 0 32px;
        }
        .entry-item__count {
            width: 32px;
            margin-right: 0;
            flex-basis: 32px;
            text-align: center;
        }
        .entry-item__text {
            padding: 14px 12px 16px;
        }
    }



    @media(max-width: 575px) {
        .entry__caption {
            margin: 18px 0 23px;
        }
        .entry-item {
            height: 100%;
            min-height: 216px;
        }
        .entry-item__text {
            padding: 14px 8px 16px;
            font-size: 14px;
            line-height: 1.75;
        }
    }
/************************
    /entry
************************/





/************************
    documents
************************/
    .documents {
        padding-bottom: 38px;
        overflow: hidden;
    }
    .documents__caption {
        margin-bottom: 42px;
    }

    .documents__intro {
        max-width: 915px;
        margin-bottom: 60px;
        font-size: 24px;
        line-height: 1.6;
    }

    .documents__block {
        display: flex;
        min-height: 230px;
    }

    .documents__image {
        position: relative;
        align-self: flex-start;
        width: 43.5%;
        flex: 0 0 43.5%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .documents__image:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: rgba(255,255,255,.4);
        content: '';
        transition: .2s;
    }
    .documents__image:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
        background: url('images/Symbol.png') no-repeat center;
        background-size: cover;
        content: '';
    }
    .documents__image:hover:before {
        opacity: 0;
    }

    .documents__pic {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .documents__descr {
        font-size: 24px;
        line-height: 1.35;
        margin-left: 22px;
        color: rgba(0, 0, 0, 0.9);
        font-weight: bold;
    }



    /* tablet */
    @media(max-width: 1199px) {
        .documents__caption {
            margin: 40px 0 15px;
        }
        .documents__intro {
            max-width: 60%;
            font-size: 20px;
            line-height: 1.4;
        }
        .documents__block {
            min-height: 0;
        }
        .documents__descr {
            font-size: 14px;
            line-height: 16px;
        }
    }



    @media(max-width: 991px) {
        .documents__caption {
            margin: 28px 0 25px;
        }
        .documents__intro {
            margin-bottom: 34px;
            font-size: 16px;
            line-height: 1.5;
        }
    }



    /* mobile */
    @media(max-width: 767px) {
        .documents__caption {
            margin: 18px 0 16px;
        }
        .documents__intro {
            max-width: 70%;
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 24px;
        }
        .documents__block {
            flex-wrap: wrap;
            margin: 0 32px;
        }
        .documents__image {
            width: 160px;
            flex-basis: 160px;
            padding-top: 5px;
        }
        .documents__descr {
            margin: 26px 0 0;
            line-height: 1.6;
        }
    }



    @media(max-width: 575px) {
        .documents {
            padding-bottom: 18px
        }
        .documents__intro {
            max-width: 100%;
        }
        .documents__block {
            margin: 0 0 22px;
        }
        .documents__image {
            justify-content: flex-start;
            flex-basis: auto;
            width: auto;
            height: 145px;
        }
        .documents__descr {
            margin: 16px 0 0;
            font-size: 14px;
            line-height: 1.2;
        }
    }
/************************
    /documents
************************/





/************************
    special
************************/
    .special__items {
        padding: 0 10px 30px;
        overflow: hidden;
    }
    .special__caption {
        margin-bottom: 90px;
    }

    .special__item {
        height: 100%;
        padding: 1.5rem 2rem;
        border-radius: 10px;
        background: linear-gradient(0deg, #EEF2FF, #EEF2FF), #FFFFFF;
    }

    .special__item-title {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.15;
        color: #537AFF;
    }

    .special__item-subtitle {
        margin-bottom: 16px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 32px;
        color: rgba(0, 0, 0, 0.9);
    }

    .special__item-text p,
    .special__item-text li {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.35;
    }



    /* tablet */
    @media(max-width: 1600px) {
        .special__item {
            margin-bottom: 16px;
            padding: 16px;
        }
        .special__item-title {
            margin-bottom: 24px;
            font-size: 20px;
            line-height: 1.2;
        }
        .special__item-subtitle {
            margin-bottom: 8px;
            font-size: 20px;
            line-height: 16px;
        }
        .special__item-text p {
            margin-bottom: 8px;
            font-size: 14px;
            line-height: 1.75;
        }
    }



    @media(max-width: 1199px) {
        .special__items {
            padding: 0 0 30px;
        }
        .special__caption {
            margin: 40px 0;
        }
        .special__item {
            height: auto;
        }
    }



    @media(max-width: 991px) {
        .special__caption {
            margin: 10px 0 40px;
        }
    }



    @media(max-width: 575px) {
        .special__caption {
            margin: 0 0 25px;
        }
        .special__item {
            height: auto;
            min-height: 295px;
        }
        .special__item-title {
            margin-bottom: 5px;
        }
        .special__item-subtitle {
            font-size: 14px;
        }
    }
/************************
    /special
************************/