.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
@media (min-width: 480px) {
    .university .grid_container {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav_pages {
        justify-content: space-between;
    }

    .nav_pages .index {
        width: auto;
        margin-bottom: 0px;
    }

    .nav_pages .back {
        order: 0;
    }
    .nav_pages .back,
    .nav_pages .next {
        padding: 0 15px;
    }
}

@media (min-width: 640px) {
    /* ЗАГАЛЬНІ СТИЛІ */
    article ul.three_col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 28px;
        padding-left: 28px;
    }

    .main_title {
        font-size: 34px;
        line-height: 40px;
    }
    .title,
    h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .btn.mini {
        width: 255px;
    }
    /* ХЕДЕР */
    .study>.main_title {
        padding-top: 100px;
        margin-bottom: 30px;
    }
    .study>.subtitle {
        font-size: 25px;
        margin-bottom: 50px;
    }
    /* ЗАОХОЧЕННЯ */
    .study .btn_wrap{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 540px;
    }
    .study .btn {
        flex: 1 1 calc(50% - 30px);
        margin: 0 15px 30px 15px;
        max-width: none;
    }
    /* ПЕРЕВАГА */
    .pros .centre {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pros_wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 55px;
    }
    .pros_wrap div {
        margin: 0px;
        width: 255px;
        padding: 22px;
    }
    .pros .btn {
        max-width: 255px;
    }
    /* ПРО НАС */
    .about.dark .grid_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    /* ВІДЕО */
    .video {
        height: 600px;
    }
    /* ШАБЛОН ОДИН */
    /* ШАБЛОН ДВА */
    .template_two.reverce.bg .list_wrap {
        width: 100%;
        max-width: 540px;
    }

    .template_two.reverce.bg .list_wrap {
        margin: 0 auto;
        padding-right: 0px;
    }
    /* СТАТИСТИКА */
    .statistic .grid_container {
        grid-template-columns: 1fr 1fr;
    }
    /* ЗАПРОШЕННЯ */
    /* ПАРТНЕРИ */
    /* ВІДГУКИ */
    /* ФОРМА ЗАПИТАННЯ */
    .feedback .title {
        width: 49%;
    }
    .feedback .form {
        max-width: 350px;
        margin-left: 0px;
    }
    .feedback .maps {
        position:absolute;
        right: 0px;
        top: 0px;
        width: 42%;
        height: 100%;
    } 
    .feedback .btn_wrap a {
        max-width: 350px;
    }
    /* ФУТЕР */
    .footer_site .grid_container {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 31px;
    }
    .footer_site .address {
        margin-top: 20px;
    }
    .footer_site li:hover .icon {
        fill: magenta;
    }
    
    .footer_conf {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer_conf 
    /* ФОРМИ НАВЧАННЯ */
    /* ЦІНИ */
    /* ФОРМА МЕНЕДЖЕР */
    /* ВИБІР КЛАСІВ */
    .option .centre {
        flex-direction: row;
        justify-content: space-between;
    }
    .option .section {
        width: 48.648%;
    }
    /* ПОПУЛЯРНО */
    .popular .centre.wrap {
        grid-template-columns: 1fr 1fr;
    }
    .popular .subtitle {
        margin: 0 10px 67px 10px;
    }
    /* ПРОЦЕС ВСТУПУ */
    .process .title {
        margin-bottom: 55px;
    }
    .process .list_inner {
        margin-bottom: 33px;
    }
    .process .list_inner span {
        font-size: 18px;
    }
    .process .list_inner:nth-child(even) {
        margin-left: 50%;
        padding-left: 50px;
    }
    .process .list_inner:nth-child(even) .big {
        transform: translateX(-50%);
    }
    .process .list_inner:nth-child(odd) {
        padding-left: 0;
        justify-content: flex-end;
        padding-right: 50px;
        margin-right: 50%;
    }
    .process .list_inner:nth-child(odd) span {
        text-align: right;
    }
    .process .list_inner:nth-child(odd) .big {
        left: auto;
        right: 0;
        transform: translateX(50%)
    }
    .process .list_inner:not(:last-child) .big::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 2px;
        height: 27px;
        background-color: #c0c0c0;
    }
    /* ПОСЛУГИ */
    /* СПИСОК УНІВЕРСИТЕТІВ */
    /* ЗАОХОЧЕННЯ */
    /* ТАБЛИЦЯ */
    /* ФОТОГАЛЕРЕЯ */
    /* СТАТТЯ */
    .about_college img {
        width: auto;
    }
}

@media (min-width: 768px) {
    /* ЗАГАЛЬНІ СТИЛІ */
    article ul.three_col {
        grid-template-columns: repeat(3, 1fr);
    }

    .list li {
        font-size: 18px;
        line-height: 28px;
    }
    /* ХЕДЕР */
    /* ЗАОХОЧЕННЯ */
    /* ПЕРЕВАГА */
    /* ПРО НАС */
    /* ВІДЕО */
    /* ШАБЛОН ОДИН */
    .template_one .content {
        max-width: 540px;
    }
    .template_one {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 115px;
        padding-bottom: 150px;
    }
    .template_one h1 {
        max-width: 400px;
    }
    /* ШАБЛОН ДВА */

    /* ФОРМА */
    .form {
        width: 70%;
        margin-left: 15px;
        max-width: 445px;
        padding: 35px 45px 55px 45px;
    }
    .form_title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .feedback .title {
        font-size: 24px;
        margin-bottom: 25px;
        width: 49%;
    }
    .form_subtitle {
        line-height: 25px;
        margin-bottom: 20px;
    }
    .form.long .inners_wrap {
        display: flex;
        justify-content: space-between;
    }
    .form.long .form {
        width: 100%;
        max-width: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .form.long .form_inners{
        width: 47.945%;
    }
    /* СТАТИСТИКА */
    /* ЗАПРОШЕННЯ */
    /* ПАРТНЕРИ */
    /* ВІДГУКИ */
    /* ФОРМА ЗАПИТАННЯ */
    .feedback .maps {
        width: 50%;
    }
    /* ФУТЕР */
    /* ФОРМИ НАВЧАННЯ */
    
    /* ЦІНИ */
    .price .grid_container {
        grid-template-columns: repeat(3, 1fr)
    }
    /* ФОРМА МЕНЕДЖЕР */
    .connection .centre {
        display: flex;
        justify-content: space-between;
    }
    .connection .subtitle {
        font-size: 30px;
        line-height: 48px;
        font-weight: 800;
    }
    .connection .title {
        margin-top: 35px;
    }
    /* ВИБІР КЛАСІВ */
    .option .centre {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    /* ПОПУЛЯРНО */
    /* ПРОЦЕС ВСТУПУ */
    /* ПОСЛУГИ */
    .services .card_wrap {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .services .card:first-child{
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .services .card:last-child {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .services .card {
        width: 33.33%;
    }
    /* СПИСОК УНІВЕРСИТЕТІВ */
    .university .citys {
        top: -45px;
        flex-direction: row;
        align-items: center;
        height: 90px;
        padding: 0px;
    }
    .university .name {
        margin-left: 70px;
    }
    .university .tabs_section {
        margin-left: 60px;
        width: 100%;
        max-width: 350px;
    }

    .university .tabs_section span,
    .university .tabs_section a {
        padding-left: 24px;
        text-align: left;
    }
    /* ЗАОХОЧЕННЯ */
    /* ТАБЛИЦЯ */
    /* ФОТОГАЛЕРЕЯ */
}

@media (min-width: 992px) {
    /* ЗАГАЛЬНІ СТИЛІ */
    /* ХЕДЕР */
    .header_site .centre {
        flex-direction: column;
    }
    .header_inner {
        min-height: 80px;
        padding: 10px 0;

    }
    .header_site::before {
        bottom: 50px;
    }
    .menu_open {
        display: none;
    }
    .select_wrap {
        display: inherit;
        align-items: center;
    }
    .header_logo {
        margin-right: 75px;
    }
    .lang_select {
        display: inherit;
        height: min-content;
        font-weight: 400;
        font-size: 13px;
        color: #282828;
        position: relative;
    }
    .lang_select::before,
    .lang_select::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        transform-origin: bottom;
        height: 5px;
        width: 1px;
        background-color: #b9b9b9;
    }
    .lang_select::before {
        transform: translateY(-50%) rotate(-45deg);
    }
    .lang_select::after {
        transform: translateY(-50%) rotate(45deg);
    }
    .lang_inner {
        display: flex;
        flex-direction: column;
        height: 18px;
        margin-left: 10px;
    }
    .lang_inner a {
        display: none;
        color: inherit;
        text-decoration: none;
        padding: 0 0 8px 0;
    }
    .lang_inner .lang_show {
        display: block;
    }
    .lang_inner:hover a {
        display: block;
    }
    .contact_wrap {
        display: flex;
        justify-content: flex-end;
    }
    .contacts_open {
        margin-right: 8px;
    }
    .contacts_list {
        display: block;
        margin-left: 10px;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        z-index: 0;
        border: none;
        max-width: unset;
    }
    .contacts_open::before {
        display: none;
    }
    .contacts_list a {
        display: flex;
        flex-direction: column;
    }
    .contacts_list a span {
        margin-top: 3px;
        font-weight: 400;
        font-size: 14px;
    }
    .header_contacts {
        color: inherit;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .contacts_btn {
        padding: 5px 7px;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        border: 2px solid #bb2921;
        border-radius: 7px;
        margin-left: 20px;
        transition: 0.4s;
    }
    .contacts_btn:hover {
        color: #fff;
        background-color: #bb2921;
    }
    .header_menu {
        position: relative;
        left: auto;
        color: #282828;
        background-color: #fff;
        padding: 0px;
        width: 100%;
    }
    .nav_title {
        display: none;
    }

    .navigation {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        margin: 0;
    }
    .navigation li>a, .navigation li>div.together>a {
        color: inherit;
        transition: 0.4s;
    }
    .navigation>li a:hover {
        color: #bb2921;
    }
    .navigation>li {
        position: relative;
    }
    .navigation>li>ul {
        position: absolute;
        top: 48px;
        background-color: #fff;
        padding: 30px 30px 40px 30px;
        width: 400px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    }
    .navigation>li:nth-last-child(1)>ul {
        right: 0px;
    }
    .navigation>li:nth-last-child(2)>ul {
        right: 0px;
    }
    .navigation>li:nth-last-child(3)>ul {
        right: 0px;
    }
    .navigation>li>ul::before {
        content: "";
        width: 100%;
        height: 15px;
        position: absolute;
        top: -12px;
        left: 0;
    }
    /* .navigation .item_active {
        color: #bb2921;
    } */
    .navigation_active::before,
    .navigation_active::after {
        content: "";
        position: absolute;
        bottom: -7px;
        background-color: #b52820;
        width: 70%;
        height: 3px;
    }
    .navigation_active::before {
        left: 50%;
    }
    .navigation_active::after {
        right: 50%;
    }
    .navigation ul>li {
        display: flex;
        align-items: center;
        min-height: 25px;
        margin-bottom: 13px;
        padding-left: 23px;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    .navigation ul>li>ul>li {
        min-height: unset;
        margin-bottom: 0px;
    }

    .navigation ul a {
        font-size: 15px;
        line-height: 36px;
        text-transform: none;
        line-height: 20px;
        transition: 0.4s;
    }
    .navigation ul a:hover {
        color: #bb2921;
    }
    .navigation ul>li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #bb2921;
    }
    .lant_title,
    .lang_menu {
        display: none;
    }
    .menu_close {
        display: none;
    }
    /* ЗАОХОЧЕННЯ 
    .study {
        min-height: 720px;
    }
    .study.slim {
        min-height: 320px;
    }
    .study .main_title {
        padding-top: 155px;
        font-size: 44px;
        line-height: 55px;
        margin-bottom: 40px;
    }
    .study.slim .main_title {
        padding-top: 120px;
    }
    .study .subtitle {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 60px;
    }
    .big_btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        height: 85px;
        margin: 0 auto;
        max-width: 950px;
        background-color: #bb2921;
        border-radius: 7px;
    }
    .small_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }
    .small_btn a {
        font-size: 18px;
        line-height: 18px;
    }
    .small_btn:first-child::before {
        width: 2px;
        height: 80px;
        top: 50%;
        left: auto;
        right: 0px;
        transform: translateY(-50%);
    }
    .small_btn:last-child::before {
        width: 2px;
        height: 80px;
        top: 50%;
        left: 0px;
        right: auto;
        transform: translateY(-50%);
    }
    .small_btn small {
        font-size: 16px;
    }
    /* ПЕРЕВАГА */
    /* ПРО НАС */
    .row_gread {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .column_gread {
        grid-template-columns: 1fr 1fr;
    }
    .about.dark {
        padding-top: 105px;
        padding-bottom: 120px;
    }
    .about.dark .title{
        margin-bottom: 90px;
    }
    .about.dark .grid_wrap {
        grid-row-gap: 60px;
        grid-template-columns: repeat(4, 1fr);
    }
    
    /* ВІДЕО */
    /* ШАБЛОН ОДИН */
    /* СТАТИСТИКА */
    .statistic {
        padding-top: 105px;
        padding-bottom: 65px;
    }
    .statistic .title {
        margin-bottom: 85px;
    }
    .statistic .grid_container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 55px;
    }
    .statistic .gread_section {
        margin: 0px;
        padding: 0px;
        padding-left: 96px;
        max-width: none;
    }
    .statistic .gread_section.long,
    .statistic .gread_section.long_before {
        max-width: none;
    }
    .statistic .long {
        grid-column: 2/4;
    }
    .statistic .long_before {
        grid-column: 1/3;
    }

    .statistic .gread_section span {
        font-size: 18px;
        line-height: 29px;
    }
    .statistic .gread_section big {
        font-size: 40px;
    }
    .statistic .gread_section .red {
        line-height: 48px;
    }
    /* ЗАПРОШЕННЯ */
    /* ПАРТНЕРИ */
    /* ВІДГУКИ */
    /* ФОРМА ЗАПИТАННЯ */
    /* ФУТЕР */
    /* ШАБОН ДВА */
    .template_two {
        padding-top: 145px;
        padding-bottom: 105px;
    }
    .template_titile-mobile {
        display: none;
    }
    
    .template_titile-desktop {
        display: block;
    }
    .template_two ul {
        margin: 0;
        width: 75%;
    }
    .template_two .btn.mini {
        margin: 70px 0px 0px 70px;
    }
    .template_two .hide {
        display: block;
    }
    .template_titile-img {
        display: none;
    }
    .template_two .background{
        position: absolute;
        top: 0px;
        left: 60%;
        width: 40%;
        height: 100%;
        object-fit: cover;
        border-bottom-left-radius: 7px;
    }
    .template_two.reverce .centre {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
    .template_two.reverce .list_wrap {
        padding-right: 0px;
        width: 57.207%;
    }
    .template_two.reverce .second_wrap {
        width: 31.531%;
    }
    .template_two.reverce .second_wrap img {
        max-height: 700px;
    }
    .template_two .subtitle {
        font-size: 24px;
        line-height: 44px;
    }
    .template_two .list_wrap {
        padding-right: 50px;
    }
    
    .template_two.reverce ul {
        width: 100%;
    }
    .template_two .second_wrap {
        margin-right: 20px;
        width: 445px;
    }
    .template_two .second_wrap img {
        height: auto;
        border-radius: 7px;
        margin-bottom: 95px;
    }
    .template_two.reverce.bg {
        background-image: var(--background);
        background-repeat: no-repeat;
        background-position: calc(50% - 370px) 50%;
        background-size: 530px auto;
    }
    .template_two.reverce.bg .list_wrap {
        margin: 0;
    }
    .template_two.reverce.bg .btn {
        width: 255px;
    }
    .template_two.gratitude .centre {
        display: flex;
        justify-content: space-between;
    }
    .template_two.gratitude .list_wrap {
        width: 58%;
        padding-right: 0px;
    }
    /* ФОРМИ НАВЧАННЯ */
    /* ЦІНИ */
    /* ФОРМА МЕНЕДЖЕР */
    /* ВИБІР КЛАСІВ */
    /* ПОПУЛЯРНО */
    /* ПРОЦЕС ВСТУПУ */
    /* ПОСЛУГИ */
    /* СПИСОК УНІВЕРСИТЕТІВ */
    .university .grid_container {
        grid-template-columns: repeat(3, 1fr);
    }
    .university {
        padding-bottom: 125px;
    }
    /* ЗАОХОЧЕННЯ */
    /* ТАБЛИЦЯ */
    /* ФОТОГАЛЕРЕЯ */
}

@media (min-width: 1024px) {
    /* ЗАГАЛЬНІ СТИЛІ */
    .title,
    h1 {
        font-size: 43px;
        line-height: 55px;
    }
    /* ХЕДЕР */
    .contacts_list a {
        flex-direction: row;
        align-items: center;
    }

    .contacts_list a span {
        margin: 0 0 0 3px;
    }
    /* ЗАОХОЧЕННЯ */
    /* ПЕРЕВАГА */
    .pros .centre {
        justify-content: flex-end;
        padding-top: 140px;
        padding-bottom: 193px;
    }
    .pros {
        background-image: url("../images/pros-bg.png");
        background-repeat: no-repeat;
        background-position-x: calc(50% - 370px);
        background-position-y: center;
    }
    .pros .title {
        font-size: 33px;
        line-height: 44px;
        margin-bottom: 55px;
    }

    /* ПРО НАС */
    .about {
        padding-top: 85px;
        padding-bottom: 100px;
    }
    .about .title {
        margin-bottom: 60px;
    }
    .about .row_gread .grid_section {
        padding: 0 10px;
    }
    /* ВІДЕО */
    .video {
        height: 720px;
    }
    /* ШАБЛОН ОДИН */
    /* СТАТИСТИКА */
    /* ЗАПРОШЕННЯ */
    .promotion {
        padding-top: 130px;
        padding-bottom: 90px;
    }
    .promotion .centre {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .promotion .first_wrap {
        max-width: 350px;
    }
    .founder {
        margin-bottom: 35px;
    }
    .promotion .first_wrap.signature::before {
        right: -30px;
    }
    .promotion .name {
       font-size: 24px;
       line-height: 30px;
       font-weight: 700; 
    }
    .promotion .subname{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 185px;
    }
    .promotion .second_wrap {
        min-width: 635px;
        margin-top: -15px;
    }
    .promotion h1 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom:55px;
    }
    .promotion p {
        font-size: 18px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 13px;
    }
    /* ПАРТНЕРИ */
    .partners {
        padding-top: 115px;
        padding-bottom: 90px;
    }
    .partners .centre {
        display: flex;
        justify-content: space-between;
    }
    .partners h1 {
        text-align: left;
        padding: 0 10px;
        max-width: 1130px;
        margin: 0 auto 55px auto;
    }
    .partners .first_wrap {
        margin: 0px;
    }
    .partners_wrap {
        margin: 0px;
        margin-top: 10px;
        width: 255px;
    }
    .partners p {
        font-size: 18px;
        line-height: 40px;
        font-weight: 600;
    }
    .partners .red {
        font-size: 18px;
        line-height: 40px;
        font-weight: 800;
    }
    article.article img {width: inherit!important; height: inherit!important;}
    /* ВІДГУКИ */
    .respond {
        padding-top: 90px;
    }
    .respond .title {
        margin-bottom: 50px;
    }
    .respond .text {
        font-size: 16px;
    }
    /* ФОРМА ЗАПИТАННЯ */
    .feedback {
        padding-top: 80px;
    }
    .feedback .title {
        font-size: 36px;
        line-height: 28px;
    }
    .feedback .form{
        margin-top: 45px;
        margin-bottom: 85px;
    }
    .feedback .btn_wrap {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        padding-bottom: 95px;
        max-width: 475px;
    }
    
    .feedback .btn_wrap a {
        height: 45px;
        max-width: none;
        font-size: 14px;
    }
    /* ФУТЕР */
    .footer_site .grid_container {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid_section.social {
        align-items: center;
    }
    .footer_conf a {
        font-size: 13px;
    }
    /* ФОРМИ НАВЧАННЯ */
    .education {
        padding-top: 90px;
        padding-bottom: 123px;
    }
    .education .title {
        margin-bottom: 65px;
    }
    .education .form_list {
        justify-content: space-between;
    }
    /* ЦІНИ */
    .price {
        padding-top: 90px;
        padding-bottom: 123px;
    }
    .price .title {
        margin-bottom: 25px;
    }
    .price .subtitle {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
    }
    .price .info {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 50px;
        font-weight: 700;
    }
    .price .grid_container {
        grid-template-columns: repeat(6, 1fr)
    }
    /* ФОРМА МЕНЕДЖЕР */
    /* ВИБІР КЛАСІВ */
    /* ПОПУЛЯРНО */
    .popular {
        padding-top: 145px;
        padding-bottom: 145px;
    }
    .popular .title{
        margin-bottom: 70px;
    }
    .popular .content_wrap {
        padding: 50px 45px 50px 45px;
    }
    /* ПРОЦЕС ВСТУПУ */
    .process {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    /* ПОСЛУГИ */
    .services {
        padding-top: 100px;
        padding-bottom: 130px;
    }
    .services .title {
        margin-bottom: 65px;
    }
    .services .card_wrap {
        margin-bottom: 55px;
    }
    .services .sub_card {
        margin-bottom: 70px;
    }
    /* СПИСОК УНІВЕРСИТЕТІВ */
    /* ЗАОХОЧЕННЯ */
    /* ТАБЛИЦЯ */
    /* ФОТОГАЛЕРЕЯ */
    .footer_site {
        padding-top: 40px;
    }
    .footer_logo {
        margin-top: -15px;
    }
}

@media (min-width: 1300px) {
    /* ЗАГАЛЬНІ СТИЛІ */
    /* ХЕДЕР */
    /* ЗАОХОЧЕННЯ */
    /* ПЕРЕВАГА */
    /* ПРО НАС */
    /* ВІДЕО */
    /* ФОРМА ЗВЯЗОК */
    /* СТАТИСТИКА */
    /* ЗАПРОШЕННЯ */
    /* ПАРТНЕРИ */
    /* ВІДГУКИ */
    .respond .slick-arrow{
        bottom: auto;
        top: 50%;
    }
    .respond .slick-prev {
        right: auto;
        left: -50px;
    }
    .respond .slick-next {
        right: -50px;
        left: auto;
    }
    /* ФОРМА ЗАПИТАННЯ */

    .feedback .maps {
        width: 50.781%;
    }
    /* ФУТЕР */
    /* ФОРМИ НАВЧАННЯ */
    .form_list li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .form_list {
        justify-content: space-between;
        height: 217px;
    }
    /* ЦІНИ */
    /* ФОРМА МЕНЕДЖЕР */
    /* ВИБІР КЛАСІВ */
    /* ПОПУЛЯРНО */
    /* ПРОЦЕС ВСТУПУ */
    /* ПОСЛУГИ */
    /* СПИСОК УНІВЕРСИТЕТІВ */
    /* ЗАОХОЧЕННЯ */
    /* ТАБЛИЦЯ */
    /* ФОТОГАЛЕРЕЯ */
    .gallery .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        z-index: 2;
    }
    .gallery .slick-next {
        left: calc(100% + 17px);
    }

    .gallery .slick-prev {
        right: calc(100% + 17px);
    }
    .gallery_slider .slick-slide {
        margin: 0 15px;
    }
    .gallery_slider img {
        max-width: none;
        margin: 0px;
    }

    .catalog_details.form .gallery_slider {
        margin-bottom: 0;
    }
}