

/* Start:/local/templates/chudentika/css/fonts.css?17262175481603*/
@font-face {
    font-family: 'Everlasting';
    src: url('/local/templates/chudentika/css/../fonts/Everlasting.woff2') format('woff2'),
    url('/local/templates/chudentika/css/../fonts/Everlasting.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Light.woff2') format('woff2'),
    url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Regular.woff2') format('woff2'),
    url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Bold.woff2') format('woff2'),
    url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Medium.woff2') format('woff2'),
    url('/local/templates/chudentika/css/../fonts/MontserratAlternates-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Alternates';
    src: url('/local/templates/chudentika/css/../fonts/MontserratAlternates-SemiBold.woff2') format('woff2'),
    url('/local/templates/chudentika/css/../fonts/MontserratAlternates-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/chudentika/css/header.css?177091712913743*/
header .phone.hidden {
	display:none;
}
.body_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
    height: 320px;
	z-index: -1;
}

.body_bg .bg_1 {
    position: absolute;
    top: 0;
    left: -841px;
    background: url("/local/templates/chudentika/images/header/header_1.png") no-repeat;
    background-size: contain;
    width: 841px;
    height: 309px;
    z-index: -1;
    transition: all 1s ease;
}

.body_bg .bg_2 {
    position: absolute;
    top: 0;
    right: -882px;
    background: url("/local/templates/chudentika/images/header/header_2.png") no-repeat;
    background-size: contain;
    width: 882px;
    height: 320px;
    z-index: -1;
    transition: all 1s ease;
}

body.loaded .body_bg .bg_1 {
    left: 0;
}

body.loaded .body_bg .bg_2 {
    right: 0;
}

header {
    position: fixed;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
    top: -250px;
    width: 100vw;
    max-width: 100%;
    transition: background-color 0.5s ease, top 1s ease;
}

.loaded header {
    top: 0;
}

header.fixed {
    backdrop-filter: blur(40px) brightness(100%);
    -webkit-backdrop-filter: blur(40px) brightness(100%);
    padding: 0;
}

header .logo {
    position: relative;
    left: -15px;
}

header .right_top_part {
    margin-bottom: 5px;
}

header.fixed .right_top_part {
    display: none;
}

header .right_top_left_part {
    grid-gap: 95px;
}

header .right_top_left_left_part, header .right_top_left_right_part {
    grid-gap: 20px;
}

header .right_top_left_part .contacts {
    grid-gap: 20px;
}

header a {
    text-decoration: none;
    color: #603A5E;
}

header .working_hours {
    background: url("/local/templates/chudentika/images/clock.svg") no-repeat;
    background-position: left center;
    display: block;
    min-height: 20px;
    padding-left: 30px;
    line-height: 28px;
}

header .point {
    background: url("/local/templates/chudentika/images/point.svg") no-repeat;
    display: block;
    height: 20px;
    padding-left: 30px;
    line-height: 28px;
}

header .telegram {
    background: url("/local/templates/chudentika/images/telegram.svg") no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 21px;
}

header .vk {
    background: url("/local/templates/chudentika/images/vk.svg") no-repeat;
    background-size: contain;
    display: block;
    width: 34px;
    height: 22px;
}

header .phone {
    background: url("/local/templates/chudentika/images/phone.svg") no-repeat;
    height: 21px;
    padding-left: 31px;
    line-height: 28px;
}

header .search {
    background: url("/local/templates/chudentika/images/search.svg") no-repeat;
    padding-left: 30px;
    height: 20px;
    width: 240px;

}

header .search input {
    border: 0;
    background: transparent;
    height: 20px;
    border-bottom: 1px solid #603A5E;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    padding: 0;
}

header .bvi {
    font-size: 24px;
    font-weight: 500;
}

header ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin: 0 60px 0 0;
    grid-gap: 40px;
    position: relative;
}

header .menu > ul {
    height: 100%;
}

header ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

header .menu > ul > li.dropdown > a {
    padding-right: 23px;
    background: url("/local/templates/chudentika/images/chevron.svg") no-repeat;
    background-position: right center;
}

header .menu > ul > li > ul > li.dropdown > a:after {
    content: '';
    background: url(/local/templates/chudentika/images/chevron.svg) no-repeat;
    background-position: right center;
    height: 8px;
    width: 15px;
    display: inline-block;
    transform: rotate(-90deg);
    position: relative;
    left: 6px;
    top: -1px;
}

header ul li ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    transform: translateX(-20px);
    top: 50px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    flex-direction: column;
    grid-gap: 0;
    justify-content: flex-start;
    background: url("/local/templates/chudentika/images/peach_gradient.svg") no-repeat;
}

header .menu > ul > li > ul > li {
    width: 100%;
}

header .menu > ul > li > ul > li.lechenie:hover {
    width: 600px;
}

header ul li > ul > li > a {
    padding: 10px 0;
    font-size: 18px;
}

header ul li:hover > ul {
    visibility: visible;
    top: 50px;
    opacity: 1;
}

header ul li:hover ul::-webkit-scrollbar {
    width: 10px;
}

header ul li:hover ul::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 0, transparent 19.99%, rgba(96, 58, 94, 0.3) 20%, rgba(96, 58, 94, 0.3) 80%, transparent 80.01%);
    border-radius: 100px;
}

header ul li:hover ul::-webkit-scrollbar-thumb {
    background-color: #603A5E;
    border-radius: 10px;
}

header ul li > ul > li > ul {
    width: 600px;
    top: 0;
    background: transparent;
    left: 315px;
    display: none;
}

header ul li:hover > ul > li > ul {
    background: transparent;
}

header ul li > ul > li:hover > ul {
    display: block;
    margin-right: 0;
    z-index: 1;
    top: 0;
}

header ul li > ul > li > ul {
    top: 0;
}

header ul li > ul > li > ul a {
    width: 100%;
}

header ul li a {
    font-weight: 600;
    font-size: 18px;
    color: #603A5E;
    text-decoration: none;
    transition: all 0.5s ease;

}

header .menu > ul > li > a {
    height: 65px;
    display: flex;
    align-items: center;
}

header ul li a:hover {
    text-shadow: 0 2px 2px #13001233;
    color: #380335;
}

header .bvi_tablet {
    display: none;
}

header .callback_tablet {
    display: none
}

header .menu_tablet {
    display: none
}

header .logo_mobile {
    display: none;
}

header .search_mobile, header .menu_button, header .mobile_right {
    display: none;
}

@media (max-width: 1750px) {
    .body_bg .bg_1 {
        width: 650px;
    }

    .body_bg .bg_2 {
        width: 560px;
    }

    header .logo {
        left: 0
    }

    header .logo img {
        width: 242px;
        height: 123px;
        object-fit: contain;
    }

    header .bvi {
        font-size: 18px;
        position: relative;
        top: -3px;
    }

    header .right_top_left_part {
        grid-gap: 5px;
    }

    header .right_top_left_left_part, header .right_top_left_right_part {
        grid-gap: 16px;
        margin-right: 20px;
    }

    header .right_top_left_part .contacts {
        grid-gap: 13px;
    }

    header .right_top_part {
        margin-bottom: 10px;
        grid-gap: 5px;
    }

    header ul {
        grid-gap: 20px;
        margin-right: 25px;
    }

    header .menu > ul li.dropdown a {
        background-size: 8px 4px;
        padding-right: 14px;
    }

    header .right_top_left_part, header ul li a, header ul li > ul > li > a {
        font-size: 14px;
    }

    header .menu > ul > li:hover > ul {
        top: 40px;
    }

    header ul li > ul > li > ul {
        width: 480px;
        height: 420px;
    }

    header ul li > ul > li > ul {
        height: 420px;
    }

    header .search {
        width: 195px;
        padding-left: 19px;
        background-size: auto 12.5px;
        background-position: left center;
        margin-top: -6px;
    }

    header .search input {
        font-size: 14px;
    }

    header .telegram {
        height: 14px;
        width: 16px
    }

    header .vk {
        height: 14px;
        width: 21px
    }

    header .phone {
        background-size: auto 14px;
        height: 17px;
        padding-left: 20px;
    }

    header .working_hours, header .point {
        background-size: auto 14px;
        min-height: 17px;
        line-height: 17px;
        padding-left: 20px;
    }

    header .menu > ul > li > a {
        height: 43px;
    }
}

@media (max-width: 1199px) {
    .body_bg .bg_1 {
        width: 500px;
    }

    .body_bg .bg_2 {
        width: 460px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .bvi {
        display: none
    }

    header .bvi_tablet, header .bvi_tablet .bvi {
        display: block;
        font-size: 15px;
        text-align: right;
    }

    header .bvi_tablet {
        padding: 10px 0;
    }

    header .right_top_left_part {
        grid-gap: 5px;
    }

    header .callback {
        display: none
    }

    header .callback_tablet {
        margin-left: 5px;
    }

    header .callback_tablet, header .callback_tablet .callback {
        display: none
    }

    header .logo img {
        width: 194px;
        height: auto;
    }
    header .logo{
        margin-top: 10px;
    }

    header .search {
        width: 158px;
        margin-top: -2px;
    }

    header .search input {
        height: 15px;
    }

    header ul {
        display: none
    }

    header .menu_tablet {
        width: 100%;
        justify-content: center;
    }

    header .menu_tablet, header .menu_tablet menu {
        display: flex
    }

    header .menu_tablet .menu > ul {
        grid-gap: 46px;
        margin-right: 0;
        display: flex;
    }

    header .menu > ul > li:hover > ul {
        width: 100%;
        top: 20px
    }


    header ul li > ul > li > ul {
        width: 440px;
    }
}

@media (max-width: 991px) {
    header.fixed {
        padding: 15px 0 0 0;
    }


    header .right_part {
        width: calc(100% - 141px);
    }

    header .right_top_part,header.fixed .right_top_part {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    header .logo {
        display: none;
    }

    header .logo_mobile {
        display: block;
        width: 100px;
        height: auto;
        margin-top: -20px;
    }

    header .bvi_tablet, header .bvi_tablet .bvi {
        display: none;
    }

    header .right_top_left_left_part, header .right_top_left_right_part {
        margin-right: 0;
    }

    header .right_top_left_left_part {
        grid-gap: 5px;
    }

    header .right_top_left_right_part {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    header .right_top_part, header .right_top_left_part {
        flex-wrap: wrap;
    }

    header .right_top_left_part {
        flex-direction: column-reverse;
        grid-gap: 23px;
        width: 100%;
    }

    header .search {
        display: none;
    }

    header .mobile_right {
        display: flex;
        grid-gap: 25px;
        align-items: center;
    }

    header .search_mobile {
        display: block;
        width: 22px;
        height: 22px;
    }

    header .menu_button {
        cursor: pointer;
        display: block;
        width: 30px;
        height: 24px;
        background: url("/local/templates/chudentika/images/menu.svg") no-repeat center;
    }

    header .menu_button.close {
        background: url("/local/templates/chudentika/images/menu_close.svg") no-repeat center;
    }

    header .phone span {
        display: none
    }

    header .left_part, header .right_part {
        position: relative;
        z-index: 100;
    }

    header .menu_tablet menu, header .callback_tablet {
        display: none
    }


    header ul li ul {
        position: static;
        background: transparent;
        padding: 0 0 0 42px;
        max-height: 0;
        overflow: hidden;
        display: block;
        transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
    }

    header ul li {
        display: block
    }

    header ul li:hover ul {
        max-height: 500px;

    }

    header .menu_tablet > ul {
        display: block;
    }

    header .menu > ul > li > ul > li, header .menu > ul > li > ul > li > ul > li {
        min-height: 27px;
    }

    header .menu > ul > li:hover > ul {
        margin-top: 10px;
    }



    header .menu > ul > li a {
        font-weight: 500;
    }

    header .menu > ul > li > a {
        font-weight: 600;
    }

    header .menu > ul > li.dropdown a {
        width: max-content;
    }

    header .menu > ul > li.dropdown a {

    }


    header .menu_tablet {
        display: block;
        position: fixed;
        top: 0;
        left: -100vw;
        background: url("/local/templates/chudentika/images/peach_gradient.svg") no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        padding-top: 147px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        transition: all 0.5s ease;
    }

    header .menu_tablet .callback_tablet, header .menu_tablet .callback_tablet .callback{
        display: block;
        margin-top: 10px;
    }

    header .menu_tablet.open {
        left: 0;
    }

    header .menu_tablet .menu > ul {
        flex-direction: column;
        grid-gap: 0;
        width: 100%;
    }

    header .working_hours, header .point {
        font-size: 12px;
    }

    header .right_top_left_part .contacts {
        grid-gap: 15px;
    }

    header .telegram {
        width: 19px;
        height: 16px;
    }

    header .vk {
        width: 25px;
        height: 16px;
    }

    header .phone {
        background-size: auto 17px;
        padding-left: 22px;
    }

    header .menu > ul > li > ul > li.dropdown > a:after {
        background-size: 8px 4px;
        background-position: center;
    }
}

@media (max-width: 576px) {
    header .right_part {
        width: calc(100% - 120px);
    }
    header .mobile_right {grid-gap: 20px}
    header .phone{width: 0;overflow: hidden;background-position: 0 -1px;}
    header .working_hours{margin-top: -12px}
    header.fixed{padding-bottom: 15px}
}

/* End */


/* Start:/local/templates/chudentika/components/bitrix/menu/header/style.css?17262175471192*/
.header_menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    grid-gap: 3.2rem;
}

.header_menu a {
    color: #000;
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease;
}

.header_menu a:hover {
    color: #FABE14;
}

.header_menu .selected a {
    color: #FABE14;
}

.header_menu .contilight a::before {
    content: '';
    display: block;
    height: 1.5rem;
    border-radius: 1rem;
    background: #FABE14;
    position: absolute;
    z-index: -1;
    right: -0.2rem;
    width: calc(100% - 0.7rem);
    bottom: -0.2rem;
}

.header_menu .contilight a::after {
    content: 'NEW';
    display: block;
    font-size: 0.77rem;
    color: #FABE14;
    position: absolute;
    top: -0.6rem;
    right: -2rem;
}

.header_menu .contilight.selected a::before {
    background: #000;
}

#menu_mobile .header_menu {
    flex-direction: column;
    grid-gap: 2rem;
    font-family: "NEXT ART";
    font-size: 1.11rem;
}

#menu_mobile .callback_networks {
    margin-top: 6rem;
    display:flex;
    grid-gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 1750px) {
    .header_menu {
        margin: 0;
        grid-gap: 2.66rem;
    }
}

/* End */


/* Start:/local/templates/chudentika/components/bitrix/breadcrumb/site/style.css?17262175471115*/
.breadcrumbs {
    margin-top: 10px;
    margin-bottom: 55px;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    grid-gap: 20px;
    font-size: 18px;
    font-weight: 600;
}

.breadcrumbs ul li {
    padding: 10px 0;
    line-height: 20px;
}

.breadcrumbs ul li a, .breadcrumbs ul li>span {
    text-decoration: none;
    color: #603A5E;
    opacity: 0.3;

}

.breadcrumbs ul li a::after,.breadcrumbs ul li:not(:last-child)>span::after {
    content: '-';
    position: relative;
    right: -10px;
}

.breadcrumbs ul li:last-child > span {
    font-size: 20px;
    opacity: 0.7;
    text-decoration: underline
}

@media (max-width: 1750px) {
    .breadcrumbs {
        margin-bottom: 45px;
    }

    .breadcrumbs ul, .breadcrumbs ul li:last-child > span {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .breadcrumbs {
        margin-top: 13px;
        margin-bottom: 30px;
    }
    .breadcrumbs ul li a, .breadcrumbs ul li span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs {
        display: none;
    }
}

/* End */


/* Start:/local/templates/chudentika/css/footer.css?173401899012429*/
footer {
    background: url("/local/templates/chudentika/images/footer/footer_bg.png");
    background-size: cover;
    padding-top: 60px;
    position: relative;
}

footer::before {
    content: '';
    background: url("/local/templates/chudentika/images/blocks/news_bg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 1420px;
    position: absolute;
    top: -820px;
    left: 0;
    z-index: -1;
}

body.contacts footer::before {
    top:-540px;
    height: 1150px;
}

footer .left_part {
    width: 440px;
}

footer .left_part .logo {
    margin-bottom: 10px;
}

footer .left_part .text {
    font-family: "Everlasting";
    font-size: 40px;
    color: #603a5e;
    text-align: center;
    margin-bottom: 39px;
}

footer .left_part .social_networks {
    grid-gap: 18px;
}

footer .left_part .social_networks + .menu_header {
    margin-top:30px
}

footer .menu_header {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 48px;
}

footer .telegram {
    background: url("/local/templates/chudentika/images/telegram_footer.svg") no-repeat;
    background-size: contain;
    display: block;
    width: 25px;
    height: 21px;
}

footer .vk {
    background: url("/local/templates/chudentika/images/vk_footer.svg") no-repeat;
    background-size: contain;
    display: block;
    width: 34px;
    height: 22px;
}

footer .menu_items {
    grid-gap: 160px;
}

footer .menu_items > div {
    grid-gap: 30px;
}

footer .menu_items > div a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #603A5E;
    transition: all 0.25s ease;
}

footer .menu_items > div a:hover {
    text-shadow: 0 2px 2px #13001233;
    color: #380335;
}

footer .menu_items_2 {
    position: relative;
    top:240px;
}

footer .image {
    margin-top: -160px;
    margin-left: 85px;
    position: relative;
    bottom: -307px;
}

footer .image img {
    height: 100%;

}

footer .right_part {
    width: 396px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 220px;
}

footer .right_part button {
    margin-bottom: 48px;
}

footer .right_part a {
    color: #603A5E;
    text-decoration: none;
}

footer .working_hours {
    background: url("/local/templates/chudentika/images/clock.svg") no-repeat left center;
    display: block;
    min-height: 24px;
    padding-left: 32px;
    line-height: 24px;
    margin-bottom: 10px;
}

footer .point {
    background: url("/local/templates/chudentika/images/point.svg") no-repeat left center;
    display: block;
    height: 24px;
    padding-left: 32px;
    line-height: 24px;
    margin-bottom: 10px;
}

footer .phone {
    background: url("/local/templates/chudentika/images/phone.svg") no-repeat left center;
    height: 24px;
    padding-left: 32px;
    line-height: 24px;
    margin-bottom: 10px;
}

footer .email {
    background: url("/local/templates/chudentika/images/email.svg") no-repeat left center;
    height: 24px;
    padding-left: 32px;
    line-height: 24px;
}


footer .footer_copyright {
    border-top: 1px solid #603A5E;
    margin-top: 52px;
    padding: 45px 0 65px;
}

footer .footer_copyright .menu {
    grid-gap: 110px
}

footer .footer_copyright a {
    color: #603A5E;
    opacity: 0.7;
    transition: all 0.25s ease;
}

footer .footer_copyright a:hover {
    color: #380335;
    opacity: 1;
    text-decoration: none;
}

footer .footer_copyright .dev a {
    font-weight: 600;
    text-decoration: none;
    margin-left: 3px;
}

footer .org {
    opacity: 0.7;
}

.popup.callback .popup_content, .popup.asc_question .popup_content {
    width: 100%;
}

.popup.onload .popup_content {
    width: 1300px;
    max-width: 100%;
}

.popup.callback .popup_content section.callback, .popup.asc_question .popup_content section.asc_question {
    background: transparent
}

.popup.callback .popup_content .popup_close, .popup.asc_question .popup_content .popup_close, .popup.discounts .popup_content .popup_close {
    transform: translate(15px, -100px);
}

.popup.discounts .popup_content .discounts {
    border-radius: 40px;
    padding: 40px;
    text-align: center;
}

.popup.onload .popup_content {
    overflow: hidden;
}

.popup.onload .popup_content .onload {
    border-radius: 20px;
    padding: 70px 70px 70px 420px;
    position: relative;
}

@media (max-width: 1200px) {
    .popup.onload .popup_content .onload {
        padding: 100px 15px 15px 15px;
    }
}

.popup.onload .popup_content .bg {
    background: url("/local/templates/chudentika/images/blocks/callback_bg.png") no-repeat;
    background-size: cover;
    width: 510px;
    height: 670px;
    position: absolute;
    left: -105px;
    top: 15px;
    z-index: 1;
}

.popup.onload .popup_content .bg_1 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_1.png") no-repeat;
    background-size: cover;
    width: 168px;
    height: 143px;
    position: absolute;
    left: 10px;
    top: 370px;
    z-index: 1;
}

.popup.onload .popup_content .bg_2 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_2.png") no-repeat;
    background-size: cover;
    width: 119px;
    height: 87px;
    position: absolute;
    left: 295px;
    top: 343px;
    z-index: 1;
}

.popup.onload .popup_content .bg_3 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_3.png") no-repeat;
    background-size: cover;
    width: 91px;
    height: 75px;
    position: absolute;
    left: 350px;
    top: 517px;
    z-index: 1;
}

.popup.onload .popup_content .bg_1 {
    animation: callback_bg 3s infinite linear;
}
.popup.onload .popup_content .bg_2 {
    animation: callback_bg 4s infinite linear;
    animation-delay: 0.5s;
}
.popup.onload .popup_content .bg_3 {
    animation: callback_bg 2s infinite linear;
    animation-delay: 1s;
}

@media (max-width: 1200px) {
    .popup.onload .popup_content .bg,
    .popup.onload .popup_content .bg_1,
    .popup.onload .popup_content .bg_2,
    .popup.onload .popup_content .bg_3
    {display: none}
}

.popup.onload .popup_content .onload .popup_close {
    top:20px;
    right:20px;
    transform: none;
}

@media (max-width: 1200px) {
    .popup.onload .popup_content .onload .popup_close {
        top: 20px;
        right: 50%;
        transform: translateX(-50%);
    }
}

.popup.discounts .popup_content .discounts h2 {
    text-align: center;
}

.popup.onload .popup_content .onload h2 {
    font-size: 50px;
    text-align: left;
    margin-bottom: 30px;
    line-height: 52px;
}

@media (max-width: 1200px) {
    .popup.onload .popup_content .onload h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 15px;
    }
}

.popup.onload .popup_content .onload .image {
    margin-top:30px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .popup.onload .popup_content .onload .image {
        margin-top:15px;
        margin-bottom:15px;
    }
}

.popup.onload .popup_content .onload button.callback {
    width:100%;
}

@media (max-width: 1200px) {
    .popup.onload .popup_content .onload button.callback {
        position: static;
        transform: none;
        font-size: 14px;
    }
}

.popup.discounts .popup_content .discounts {
    height: 300px;
}

.popup.discounts .popup_content .discounts .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup.discounts .popup_content .discounts .text {
    font-size: 24px;
}

.popup.discounts .popup_content .discounts .caption {
    opacity: 0.6;
}

.popup.onload .popup_content .onload .text {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .popup.onload .popup_content .onload .text {
        font-size: 16px;
    }
}

@media (max-width: 1750px) {
    footer {
        background-position-x: 20%;
        padding-top: 115px;
    }

    footer::before, body.contacts footer::before {
        height: 720px;
    }

    footer .flex-4-5-3 {
        align-items: flex-end;
    }

    footer .left_part {
        width: 275px;
    }

    footer .left_part .logo {
        width: 275px;
        height: 65px;
    }

    footer .left_part .text {
        font-size: 25px;
        margin-bottom: 20px;
    }

    footer .telegram {
        width: 32px;
        height: 26px;
    }

    footer .vk {
        width: 42px;
        height: 25px;
        background-size: 42px 25px !important;
    }

    footer .menu_header {
        font-size: 22px;
        margin-bottom: 22px;
    }

    footer .menu_items {
        grid-gap: 74px;
    }

    footer .menu_items_2 {
        top:85px;
    }

    footer .menu_items > div {
        grid-gap: 18px;
    }

    footer .menu_items > div a {
        font-size: 14px;
        width: 275px;
    }

    footer .image {
    margin-top: -74px;
    margin-left: 0;
    bottom: -25px;
    left: 15px;
    width: 185px;
    height: 288px;
    }

    footer .right_part button {
        margin-bottom: 32px;
    }

footer .right_part {
margin-top: 10px;
position: relative;
top: 25px;
}

    footer .working_hours, footer .point, footer .phone, footer .email {
        font-size: 12px;
        background-size: 13px !important;
        padding-left: 20px;
        display: flex;
        align-items: center;
        min-height: 14px;
        margin-bottom: 7px;
        line-height: normal;
    }

    footer .email {
        margin-bottom: 0;
    }

    footer .footer_copyright {
        margin-top: 25px;
        padding: 26px 0 42px;
    }

    footer .footer_copyright .menu {
        grid-gap: 70px;
    }

    footer .footer_copyright .menu, footer .footer_copyright a, footer .footer_copyright .dev {
        font-size: 10px;
    }

    .popup.callback .popup_content .popup_close {
        transform: translate(15px, -65px);
    }
}

@media (max-width: 1199px) {
    footer {
        padding-top: 95px;
    }

    footer .flex-4-5-3 {
        align-items: flex-end
    }

    footer .left_part .text {
        font-size: 20px;
        text-align: center;
    }

    footer .menu_items {
        grid-gap: 55px;
    }

    footer .left_part {
        width: 228px;
    }

    footer .left_part .logo {
        width: 100%;
    }

    footer .menu_items_2 {top:150px;}

    footer .image {
        bottom: -94px;
        margin-top: -14px;
    }

    footer .image img {
        width: 96px;
        height: 207px;
    }

    footer .right_part button {
        padding: 15px;
    }

    footer .footer_copyright {
        margin-top: 13px;
        padding: 23px 0 33px;
    }

    footer .footer_copyright .menu, footer .footer_copyright a, footer .footer_copyright .dev {
        font-size: 8.27px;
    }

    footer .email {
        margin-bottom: 0;
    }

    footer .footer_copyright .menu {
        grid-gap: 57px;
    }
}

@media (max-width: 991px) {
    footer::before {
        display: none;
    }

    footer .left_part {
        width: 390px;
        max-width: 100%;
    }

    footer .left_part .logo {
        height: auto;
    }

    footer .left_part .text {
        font-size: 30px;
    }

    footer .right_part {
        width: 100%;
    }

    footer .right_part button {
        width: 390px;
        max-width: 100%;
    }

    footer .image {
        bottom: -181px;
        height: 200px;
        width: 92px;
        margin-top: -103px;
    }

    footer .image img {
        height: 200px;
        width: 92px;
    }

    footer .footer_copyright {
        padding: 30px 0 40px;
    }

    footer .footer_copyright .menu {
        flex-direction: column;
    }

    footer .menu_header {
        font-size: 20px;
        margin-bottom: 20px;
    }

    footer .working_hours, footer .point, footer .phone, footer .email {
        font-size: 16px;
        background-size: 24px !important;
        padding-left: 34px;
        margin-bottom: 12px;
    }

    footer .footer_copyright .menu {
        grid-gap: 20px;
        margin-bottom: 20px;
    }

    footer .footer_copyright .menu, footer .footer_copyright a, footer .footer_copyright .dev {
        font-size: 16px;
        font-weight: 300;
        opacity: 0.7;
    }

    footer .footer_copyright > .flex {
        flex-wrap: wrap
    }

    footer .menu_items > div a {
        width: 215px;
    }

    footer .menu_items_2 {
        top:0;
    }

    footer .right_part {
        top:-25px;
    }

    .popup.callback .popup_content .popup_close {
        transform: translate(-50%,-40px);
        left: 50%;
    }
}

/* End */


/* Start:/local/templates/chudentika/css/blocks/callback.css?17262175485968*/
@keyframes callback_bg {
    0% {
        transform: translate(0, 0);
    }

    33% {
        transform: translate(15%, 5%);
    }

    67% {
        transform: translate(5%, 15%);
    }
    100% {
        transform: translate(0, 0);
    }
}

section.callback {
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
    z-index: 2;
}

section.callback .container {
    position: relative;
}

section.callback .bg {
    background: url("/local/templates/chudentika/images/blocks/callback_bg.png") no-repeat;
    background-size: contain;
    width: 602px;
    height: 770px;
    position: absolute;
    left: 26px;
    top: -38px;
}

section.callback .bg_1 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_1.png") no-repeat;
    background-size: contain;
    width: 168px;
    height: 143px;
    position: absolute;
    left: -52px;
    top: 313px;
}

section.callback .bg_2 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_2.png") no-repeat;
    background-size: contain;
    width: 119px;
    height: 87px;
    position: absolute;
    left: 560px;
    top: 288px;
}

section.callback .bg_3 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_3.png") no-repeat;
    background-size: contain;
    width: 91px;
    height: 75px;
    position: absolute;
    left: 587px;
    top: 464px;
}

section.callback.observe .bg_1 {
    animation: callback_bg 3s infinite linear;
}

section.callback.observe .bg_2 {
    animation: callback_bg 4s infinite linear;
    animation-delay: 0.5s;
}

section.callback.observe .bg_3 {
    animation: callback_bg 2s infinite linear;
    animation-delay: 1s;
}

section.callback form {
    margin-left: auto;
    width: 1022px;
    margin-top: 50px;
}

section.callback form input[type="text"], section.callback form textarea {
    margin-bottom: 23px;
}

section.callback form textarea {
    height: 219px;
}

section.callback form input[type="checkbox"] {
    display: none;
}

section.callback form label {
    padding-left: 34px;
    position: relative;
    margin-bottom: 24px;
    display: block;
    line-height: 22px;
}

section.callback form label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #603A5E;
    position: absolute;
    left: 0;
    transition: background-color 0.25s ease;
}

section.callback form label a {
    color: #603A5E;
    font-weight: 500;
    text-decoration: none;
}

section.callback form input:checked + label::before {
    background: url("/local/templates/chudentika/images/checkmark.svg") no-repeat center #603A5E;
}

section.callback form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
}

@media (max-width: 1750px) {
    section.callback {
        padding-top: 35px;
        padding-bottom: 25px;
        margin-bottom: 135px;
    }

    section.callback .bg {
        width: 376px;
        height: 495px;
        left: 55px;
        top: -30px;
    }

    section.callback .bg_1 {
        width: 100px;
        height: 100px;
        left: 25px;
        top: -30px;
    }

    section.callback .bg_2 {
        width: 75px;
        height: 55px;
        left: 384px;
        top: 213px;
    }

    section.callback .bg_3 {
        width: 57px;
        height: 47px;
        left: 409px;
        top: 323px;
    }

    section.callback form {
        width: 630px;
        margin-top: 33px;
    }

    section.callback form input[type="text"], section.callback form textarea {
        margin-bottom: 14px;
    }

    section.callback form textarea {
        height: 135px;
    }

    section.callback form label {
        font-size: 12px;
        line-height: 16px;
        padding-left: 22px;
        margin-bottom: 15px;
    }

    section.callback form label::before {
        width: 14px;
        height: 14px;
        background-size: 8px !important;
    }

    section.callback form input[type="submit"] {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    section.callback {
        padding-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 100px;
    }

    section.callback .bg {
        width: 168px;
        height: 205px;
        left: unset;
        right: 145px;
        top: 200px;
    }

    section.callback .bg_1 {
        width: 39px;
        height: 59px;
        left: unset;
        right: 290px;
        top: 300px;
    }

    section.callback .bg_2 {
        width: 33px;
        height: 24px;
        left: unset;
        right: 130px;
        top: 288px;
    }

    section.callback .bg_3 {
        width: 25px;
        height: 21px;
        left: unset;
        right: 130px;
        top: 335px;
    }

    section.callback form {
        width: 100%;
        position: relative;
        z-index: 2;
        margin-top: 15px;
    }

    section.callback form textarea {
        height: 219px;
    }

    section.callback form input[type="text"], section.callback form textarea {
        margin-bottom: 16px;
    }

    section.callback form label {
        font-size: 16px;
        line-height: 22px;
        padding-left: 34px;
        margin-bottom: 10px;
    }

    section.callback form label::before {
        width: 20px;
        height: 20px;
        background-size: 12px !important;
    }

    section.callback form input[type="submit"] {
        padding-top: 14px;
        padding-bottom: 14px;
        width: 355px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    section.callback {
        margin-bottom: 50px;
    }

    section.callback .bg {
        right: 50px;
        top: 195px;
    }

    section.callback .bg_1 {
        right: 200px;
    }

    section.callback .bg_2 {
        right: 30px;
    }

    section.callback .bg_3 {
        right: 30px;
    }

    section.callback form label {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/chudentika/css/blocks/asc_question.css?17262175486180*/
@keyframes asc_question_bg {
    0% {
        transform: translate(0, 0);
    }

    33% {
        transform: translate(15%, 5%);
    }

    67% {
        transform: translate(5%, 15%);
    }
    100% {
        transform: translate(0, 0);
    }
}

section.asc_question {
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
    z-index: 2;
}

section.asc_question .container {
    position: relative;
}

section.asc_question .bg {
    background: url("/local/templates/chudentika/images/blocks/callback_bg.png") no-repeat;
    background-size: contain;
    width: 602px;
    height: 681px;
    position: absolute;
    left: 76px;
    top: -38px;
}

section.asc_question .bg_1 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_1.png") no-repeat;
    background-size: contain;
    width: 168px;
    height: 143px;
    position: absolute;
    left: -52px;
    top: 313px;
}

section.asc_question .bg_2 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_2.png") no-repeat;
    background-size: contain;
    width: 119px;
    height: 87px;
    position: absolute;
    left: 560px;
    top: 288px;
}

section.asc_question .bg_3 {
    background: url("/local/templates/chudentika/images/blocks/callback_bg_3.png") no-repeat;
    background-size: contain;
    width: 91px;
    height: 75px;
    position: absolute;
    left: 587px;
    top: 464px;
}

section.asc_question.observe .bg_1 {
    animation: asc_question_bg 3s infinite linear;
}

section.asc_question.observe .bg_2 {
    animation: asc_question_bg 4s infinite linear;
    animation-delay: 0.5s;
}

section.asc_question.observe .bg_3 {
    animation: asc_question_bg 2s infinite linear;
    animation-delay: 1s;
}

section.asc_question form {
    margin-left: auto;
    width: 1022px;
    margin-top: 50px;
}

section.asc_question form input[type="text"], section.asc_question form textarea {
    margin-bottom: 23px;
}

section.asc_question form textarea {
    height: 219px;
}

section.asc_question form input[type="checkbox"] {
    display: none;
}

section.asc_question form label {
    padding-left: 34px;
    position: relative;
    margin-bottom: 24px;
    display: block;
    line-height: 22px;
}

section.asc_question form label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #603A5E;
    position: absolute;
    left: 0;
    transition: background-color 0.25s ease;
}

section.asc_question form label a {
    color: #603A5E;
    font-weight: 500;
    text-decoration: none;
}

section.asc_question form input:checked + label::before {
    background: url("/local/templates/chudentika/images/checkmark.svg") no-repeat center #603A5E;
}

section.asc_question form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
}

@media (max-width: 1750px) {
    section.asc_question {
        padding-top: 35px;
        padding-bottom: 25px;
        margin-bottom: 135px;
    }

    section.asc_question .bg {
        width: 376px;
        height: 495px;
        left: 55px;
        top: -30px;
    }

    section.asc_question .bg_1 {
        width: 100px;
        height: 100px;
        left: 25px;
        top: -30px;
    }

    section.asc_question .bg_2 {
        width: 75px;
        height: 55px;
        left: 384px;
        top: 213px;
    }

    section.asc_question .bg_3 {
        width: 57px;
        height: 47px;
        left: 409px;
        top: 323px;
    }

    section.asc_question form {
        width: 630px;
        margin-top: 33px;
    }

    section.asc_question form input[type="text"], section.asc_question form textarea {
        margin-bottom: 14px;
    }

    section.asc_question form textarea {
        height: 205px;
    }

    section.asc_question form label {
        font-size: 12px;
        line-height: 16px;
        padding-left: 22px;
        margin-bottom: 15px;
    }

    section.asc_question form label::before {
        width: 14px;
        height: 14px;
        background-size: 8px !important;
    }

    section.asc_question form input[type="submit"] {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    section.asc_question {
        padding-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 100px;
    }

    section.asc_question .bg {
        width: 168px;
        height: 205px;
        left: unset;
        right: 145px;
        top: 140px;
    }

    section.asc_question .bg_1 {
        width: 39px;
        height: 59px;
        left: unset;
        right: 290px;
        top: 240px;
    }

    section.asc_question .bg_2 {
        width: 33px;
        height: 24px;
        left: unset;
        right: 130px;
        top: 228px;
    }

    section.asc_question .bg_3 {
        width: 25px;
        height: 21px;
        left: unset;
        right: 130px;
        top: 275px;
    }

    section.asc_question form {
        width: 100%;
        position: relative;
        z-index: 2;
        margin-top: 15px;
    }

    section.asc_question form textarea {
        height: 219px;
    }

    section.asc_question form input[type="text"], section.asc_question form textarea {
        margin-bottom: 16px;
    }

    section.asc_question form label {
        font-size: 16px;
        line-height: 22px;
        padding-left: 34px;
        margin-bottom: 10px;
    }

    section.asc_question form label::before {
        width: 20px;
        height: 20px;
        background-size: 12px !important;
    }

    section.asc_question form input[type="submit"] {
        padding-top: 14px;
        padding-bottom: 14px;
        width: 355px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    section.asc_question {
        margin-bottom: 50px;
    }

    section.asc_question .bg {
        right: 50px;
        top: 125px;
    }

    section.asc_question .bg_1 {
        right: 200px;
    }

    section.asc_question .bg_2 {
        right: 30px;
    }

    section.asc_question .bg_3 {
        right: 30px;
    }

    section.asc_question form label {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/chudentika/template_styles.css?178116049417732*/
.menu_header2 {
    font-weight: 500;
}

@media (max-width: 800px) {
    .legal button {
        width: 100%;
    }
}


@media (max-width: 1750px) {
    .menu_header2 {
        font-size: 22px;
        margin-bottom: 22px;
        top: 15px;
        position: relative;
    }

    footer .menu_items_2 {
        top: 15px;
    }
}


@media (max-width: 1199px) {
    .menu_header2 {
        font-size: 22px;
        margin-bottom: 18px;
        top: 0px;
        position: relative;
    }

    footer .image {
        height: 238px !important;
        bottom: -44px !important;
    }

    footer .menu_items_2 {
        top: 0px !important;
    }

    footer .image img {
        max-width: 120%;
    }
}

@media (max-width: 991px) {
    .menu_header2 {
        font-size: 20px !important;
        top: 5px !important;
        position: relative;
    }

    footer .right_part {
        top: 45px !important;
    }

    footer .menu_items_2 {
        top: 10px !important;
    }

    footer .image {
        bottom: -181px !important;
    }
}

@media (min-width: 1750px) {
    .menu_header2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: -25px;
        top: 160px;
        position: relative;
    }
}




.event .image img {
    border-radius: 20px;
}

.events .items .item .image img {
    border-radius: 12px !important;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #603a5e;
    background: #FFF9F0;
    font-family: "Montserrat Alternates";
    letter-spacing: 0.01em;
}

body {
    padding-top: 240px;
}

h1, h2 {
    margin: 0;
    padding: 0;
    font-family: "Everlasting";
    text-align: center;
    letter-spacing: 0.01em;
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 90px;
    line-height: 92px
}

h3 {
    margin: 0
}

.h3 {
    font-size: 50px;
    font-family: "Everlasting";
}

input, textarea, button {
    font-family: "Montserrat Alternates";
    outline: 0;
    color: #603A5E;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid rgba(198, 119, 194, 0.3);
}

input::placeholder, textarea::placeholder {
    color: #603A5E;
    opacity: 0.6;
}

input[type="text"], textarea {
    padding: 16px 20px;
    background: #FFF9F0;
    border: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    border-radius: 8px
}

button, input[type="submit"], .button {
    padding: 19px 40px;
    font-size: 24px;
    font-weight: bold;
    background: #FDD28E;
    outline: 2px solid rgba(198, 119, 194, 0.3);
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.25s ease
}

.button {
    text-decoration: none;
    color: #603A5E;
}

button:hover, input[type="submit"]:hover, .button:hover {
    outline: 3px solid #603A5E;
}

input[type="submit"] {
    display: block
}

p {
    margin: 0 0 30px;
}

p:last-child {
    margin-bottom: 0;
}

#bx-panel {
    position: fixed !important;
    width: 100% !important;
    top: 0;
}

section {
    margin-bottom: 200px
}

.container {
    padding: 0 40px;
    box-sizing: border-box;
    width: 1792px;
    max-width: 100%;
    margin: 0 auto
}

.flex {
    display: flex;
}

.flex-2 {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-2 > .col {
    box-sizing: border-box;
    width: calc(50% - 20px) !important;
}

.flex-3 {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-3 > .col {
    box-sizing: border-box;
    width: calc(33.33% - (80px / 3));
}

.flex-4 {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    grid-gap: 40px;
}

.flex-4 > .col {
    box-sizing: border-box;
    width: calc(25% - 30px);
}

.flex-3-9 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-3-9 > .col:nth-child(1) {
    width: calc(25% - 20px);
    box-sizing: border-box
}

.flex-3-9 > .col:nth-child(2) {
    width: calc(75% - 20px);
    box-sizing: border-box
}

.flex-9-3 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-9-3 > .col:nth-child(1) {
    width: calc(75% - 20px);
    box-sizing: border-box
}

.flex-9-3 > .col:nth-child(2) {
    width: calc(25% - 20px);
    box-sizing: border-box
}

.flex-8-4 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-8-4 > .col:nth-child(1) {
    width: calc(66.66% - 20px);
    box-sizing: border-box
}

.flex-8-4 > .col:nth-child(2) {
    width: calc(100% / 3 - 20px);
    box-sizing: border-box
}

.flex-4-8 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-4-8 > .col:nth-child(1) {
    width: calc(100% / 3 - 20px);
    box-sizing: border-box
}

.flex-4-8 > .col:nth-child(2) {
    width: calc(100% / 3 * 2 - 20px);
    box-sizing: border-box
}

.flex-5-7 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-5-7 > .col:nth-child(1) {
    width: calc(100% / 12 * 5 - 20px);
    box-sizing: border-box
}

.flex-5-7 > .col:nth-child(2) {
    width: calc(100% / 12 * 7 - 20px);
    box-sizing: border-box
}

.flex-7-5 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-7-5 > .col:nth-child(1) {
    width: calc(100% / 12 * 7 - 20px);
    box-sizing: border-box
}

.flex-7-5 > .col:nth-child(2) {
    width: calc(100% / 12 * 5 - 20px);
    box-sizing: border-box
}

.flex-4-5-3 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px
}

.flex-4-5-3 > .col:nth-child(1) {
    width: calc(33.33% - 30px);
    box-sizing: border-box
}

.flex-4-5-3 > .col:nth-child(2) {
    width: calc(41.6% - 30px);
    box-sizing: border-box
}

.flex-4-5-3 > .col:nth-child(3) {
    width: calc(25.5% - 30px);
    box-sizing: border-box
}


.flex-nopadding {
    margin: 0 !important;
    grid-gap: 0;
}

.flex-nopadding .col {
    padding: 0 !important;
}

.gg20 {
    grid-gap: 20px;
}

.gg40 {
    grid-gap: 40px;
}

.fw {
    flex-wrap: wrap
}

.fdc {
    flex-direction: column
}

.jcc {
    justify-content: center
}

.jcsb {
    justify-content: space-between
}

.aic {
    align-items: center
}

.aife {
    align-items: flex-end
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover
}

.peach_gradient {
    background: url("/local/templates/chudentika/images/peach_gradient.svg") no-repeat;
    background-size: cover;
}

.purple_gradient {
    background: url("/local/templates/chudentika/images/purple_gradient.svg") no-repeat;
    background-size: cover;
}

.green_gradient {
    background: url("/local/templates/chudentika/images/green_gradient.svg") no-repeat;
    background-size: cover;
}

.blue_gradient {
    background: url("/local/templates/chudentika/images/blue_gradient.svg") no-repeat;
    background-size: cover;
}

.popup {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 120vh;
    z-index: 1000;
    transition: all 0.5s ease;
    backdrop-filter: blur(40px) brightness(100%);
    -webkit-backdrop-filter: blur(40px) brightness(100%);
}

.popup.show {
    left: 0
}

.popup .popup_bg {
    width: 100%;
    height: 100%;
    background: url("/local/templates/chudentika/images/popup_bg.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1001;
    position: absolute;
}

.popup .popup_content {
    width: 80%;
    height: 60%;
    z-index: 1002;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


    .popup.onload .popup_content {
        height: auto;
        max-height: 100%;
    }
.popup .popup_content .popup_close {
    width: 120px;
    height: 120px;
    background: url("/local/templates/chudentika/images/popup_close.png") no-repeat;
    background-size: contain;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(95px, -95px);
}

.popup .popup_content iframe {
    width: 100%;
    height: 100%;
}

.popup .slides_wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.popup .slides_wrapper .slides {
    display: flex;
    transition: all 0.5s ease;
    grid-gap: 20px;
}

.popup .slides_wrapper .slides .slide {
    min-width: 100%;
    max-height: 50vh;
    box-sizing: border-box;
}

.popup .slides_wrapper .slides .slide img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
}

.popup .slide_buttons {
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
    grid-gap: 27px;
    width: 100%;
    padding-right: 20px;
}

.popup .slide_buttons .prev {
    background: url("/local/templates/chudentika/images/arrow_left.svg") no-repeat center;
    background-size: contain;
    width: 80px;
    height: 52px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.popup .slide_buttons .prev:hover {
    transform: scale(1.1);
}

.popup .slide_buttons .next {
    background: url("/local/templates/chudentika/images/arrow_right.svg") no-repeat center;
    background-size: contain;
    width: 80px;
    height: 52px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.popup .slide_buttons .next:hover {
    transform: scale(1.1);
}

ul {
    position: relative;
    padding-left: 30px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

ul li {
    padding-left: 3px;
}

ul li::marker {
    font-size: 14px;
}

.popup_images {
    cursor: pointer;
}

.memo img {
    border-radius: 15px;
    border: 2px solid rgba(198, 119, 194, 0.3);
}

@media (max-width: 1750px) {
    body:not(.home) {
        padding-top: 150px;
    }

    .technology .epilog p {
        font-size: 16px;
        margin-top: 30px;
        line-height: 21px;
        font-weight: 500;
        margin-top: 30px;
    }


    section {
        margin-bottom: 130px;
    }

    p {
        margin-bottom: 25px;
    }

    h1, h2 {
        letter-spacing: 0.02em;
    }

    .container {
        width: 1135px;
    }

    h1, h2 {
        font-size: 56px;
        line-height: 58px
    }

    button, input[type="submit"], .button {
        font-size: 15px;
        padding: 12px 25px;
    }

    .flex-4, .flex-3, .flex-2 {
        grid-gap: 20px
    }

    .flex-3 > .col {
        width: calc(33.33% - 14px);
    }

    .flex-4 > .col {
        width: calc(25% - 15px);
    }

    .flex-2 > .col {
        box-sizing: border-box;
        width: calc(50% - 10px) !important;
    }

    .memo img {
        border-radius: 15px;
        border: 2px solid rgba(198, 119, 194, 0.3);
    }

    .flex-5-7 {
        grid-gap: 25px
    }

    .flex-5-7 > .col:nth-child(1) {
        width: calc(100% / 12 * 5 - 12.5px);
        box-sizing: border-box
    }

    .flex-5-7 > .col:nth-child(2) {
        width: calc(100% / 12 * 7 - 12.5px);
        box-sizing: border-box
    }

    .flex-7-5 {
        grid-gap: 25px
    }

    .flex-7-5 > .col:nth-child(1) {
        width: calc(100% / 12 * 7 - 12.5px);
        box-sizing: border-box
    }

    .flex-7-5 > .col:nth-child(2) {
        width: calc(100% / 12 * 5 - 12.5px);
        box-sizing: border-box
    }

    .flex-8-4 {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px
    }

    .flex-8-4 > .col:nth-child(1) {
        width: calc(66.66% - 10px);
        box-sizing: border-box
    }

    .flex-8-4 > .col:nth-child(2) {
        width: calc(100% / 3 - 10px);
        box-sizing: border-box
    }

    input[type="text"], textarea {
        padding: 10px 12px;
        font-size: 12px;
        border-radius: 5px;
    }

    .popup .popup_bg {
        background-size: 100% auto !important;
        background-position: center;
    }

    .popup .slide_buttons {
        bottom: 30px;
        grid-gap: 20px
    }

    .popup .slide_buttons .prev, .popup .slide_buttons .next {
        width: 49px;
        height: 32px;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 960px;
    }

    button, input[type="submit"], .button {
        padding: 15px 26px;
        font-size: 14px;
    }

    section {
        margin-bottom: 100px;
    }

    h1, h2 {
        font-size: 47px;
        line-height: 48px;
        letter-spacing: 0.01em
    }

    .h3 {
        font-size: 36px
    }

    p {
        margin-bottom: 20px;
    }

    .flex-4-8 {
        grid-gap: 20px
    }

    .flex-4-8 > .col:nth-child(1) {
        width: calc(100% / 3 - 10px);
        box-sizing: border-box
    }

    .flex-4-8 > .col:nth-child(2) {
        width: calc(100% / 3 * 2 - 10px);
        box-sizing: border-box
    }

    .flex-5-7 {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px
    }

    .flex-5-7 > .col:nth-child(1) {
        width: calc(100% / 12 * 5 - 10px);
        box-sizing: border-box
    }

    .flex-5-7 > .col:nth-child(2) {
        width: calc(100% / 12 * 7 - 10px);
        box-sizing: border-box
    }

    .flex-7-5 {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px
    }

    .flex-7-5 > .col:nth-child(1) {
        width: calc(100% / 12 * 7 - 10px);
        box-sizing: border-box
    }

    .flex-7-5 > .col:nth-child(2) {
        width: calc(100% / 12 * 5 - 10px);
        box-sizing: border-box
    }

    .flex-4-5-3 {
        grid-gap: 20px;
        justify-content: space-between
    }

    .flex-4-5-3 > .col:nth-child(1) {
        width: 228px;
        box-sizing: border-box
    }

    .flex-4-5-3 > .col:nth-child(2) {
        width: calc(41.6% - 10px);
        box-sizing: border-box
    }

    .flex-4-5-3 > .col:nth-child(3) {
        width: 205px;
        box-sizing: border-box
    }

    .flex-8-4 {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px
    }

    .flex-8-4 > .col:nth-child(1) {
        width: 100%;
        box-sizing: border-box
    }

    .flex-8-4 > .col:nth-child(2) {
        width: 100%;
        box-sizing: border-box
    }

    .tablet-flex-3 {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        grid-gap: 20px
    }

    .tablet-flex-3 > .col {
        box-sizing: border-box;
        width: calc(33.33% - (40px / 3));
    }

    input[type="text"], textarea {
        padding: 16px 20px;
        font-size: 16px;
        border-radius: 10px;
        background: rgba(255, 246, 233, 0.7);
    }

    .popup .popup_bg {
        background-size: cover !important;
    }

    .popup .popup_content {
        width: 100%;
    }

    .popup .popup_content .popup_close {
        background-size: 80px !important;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
    }


    .popup .slide_buttons {
        bottom: 20px;
    }

    .popup .slide_buttons .prev, .popup .slide_buttons .next {
        width: 41px;
        height: 27px;
    }
}

@media (max-width: 991px) {
    body:not(.home) {
        padding-top: 140px;
    }

    section {
        margin-bottom: 50px;
    }

    p {
        margin-bottom: 15px;
    }

    h1, h2 {
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0;
    }

    .h3 {
        font-size: 24px
    }

    .container {
        padding: 0 15px;
    }

    .flex-2 .col, .flex-3 .col, .flex-4 .col, .flex-4-5-3 .col, .flex-3-9 .col, .flex-7-5 .col, .flex-4-8 .col {
        width: 100% !important;
    }

    .flex-5-7 > .col:nth-child(1) {
        width: 100%;
    }

    .flex-5-7 > .col:nth-child(2) {
        width: 100%;
    }

    input[type="text"], textarea {
        font-size: 14px;
    }

    .popup button {
        margin-left: 0;
        position: absolute;
        bottom: 9px;
        z-index: 10;
        width: 390px;
        max-width: calc(100% - 20px);
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        padding: 20px;
        box-sizing: border-box;
    }

    .popup.cookie button, .popup.cookie .button {
        font-size: 14px;
        width: 100%;
        max-width: unset;
        padding: 10px 46px;
        left: unset;
    }

    .popup {
        padding-bottom: 45px;
        margin-top: -125px;
    }

    .popup .slides_wrapper {
        padding-bottom: 50px;
    }

    .popup .slides_wrapper .slides {
        padding-top: 30px;
    }

    .popup .slides_wrapper .slides .slide {
        border-radius: 20px 20px 42px 42px;
    }

    .popup .slide_buttons .prev, .popup .slide_buttons .next {
        width: 59px;
        height: 39px;
    }
}

.page-404 a {
    color: #603A5E;
    text-decoration: underline;
}

.page-404 a:hover {
    text-decoration: none;
}

header .phone.hidden {
    display: none;
}

.popup.cookie {
    backdrop-filter: none;
    box-sizing: border-box;
    height: auto;

    bottom: 20px;
    top: unset;
}

.popup.cookie .popup_bg {
    display: none;
}

.popup.cookie .popup_content {
    position: relative;
    border-radius: 16px;
    letter-spacing: 0.01em;
    padding: 60px 64px 40px 64px;
    font-family: 'Montserrat Alternates';
    font-style: normal;
    font-weight: 500;

    text-align: center;
    color: #603A5E;
    top:unset;
    width: 100%;
    height: 100%;
    transform: unset;
    left: 0;
    box-sizing: border-box;
}

.popup.cookie .popup_buttons {
    margin-top: 15px;
    display: flex;
    grid-gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

.popup.cookie .popup_content .popup_close {
    width: 60px;
    height: 60px;

    background: url("/local/templates/chudentika/images/popup_close_2.svg") no-repeat;
    background-size: contain !important;
    transform: none;
}

.popup.cookie .popup_buttons button, .popup.cookie .popup_buttons .button {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
}

@media (max-width: 1200px) {
    .popup.cookie .popup_content {padding: 60px 32px 20px 32px}

    .popup.cookie .popup_buttons {
        grid-gap: 15px;
    }
}

body .bvi-body {
	padding-top: 240px;
}

/* End */
/* /local/templates/chudentika/css/fonts.css?17262175481603 */
/* /local/templates/chudentika/css/header.css?177091712913743 */
/* /local/templates/chudentika/components/bitrix/menu/header/style.css?17262175471192 */
/* /local/templates/chudentika/components/bitrix/breadcrumb/site/style.css?17262175471115 */
/* /local/templates/chudentika/css/footer.css?173401899012429 */
/* /local/templates/chudentika/css/blocks/callback.css?17262175485968 */
/* /local/templates/chudentika/css/blocks/asc_question.css?17262175486180 */
/* /local/templates/chudentika/template_styles.css?178116049417732 */
