@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    position: relative;
    z-index: 40;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

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

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}


* {
    font-family: "Onest", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.4em;
    -webkit-appearance: none;

}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    padding-left: 5px;
    padding-right: 10px;
}


a {
    color: #01b1e4;
    text-decoration: none;
}

a:hover {
    transition: 0.5s;
    color: #FF9500;

}


img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td, center {
    vertical-align: top;
    text-align: left;
}

body {

    line-height: 1;
    color: black;
    background: #F7F7F7;
    min-width: 375px;
    /*background: url('../img/bg.svg') repeat-y center top, #background: #FCFCFC;;*/
    /*background-size: contain;*/
    /*background-size: 100% auto ; !* Автоматическая ширина, 100% высота *!*/
}


section {
    position: relative;

}


q {
    quotes: "" "";
}

ul, ol, dir, menu {
    list-style: none;
}

sub, sup {
    vertical-align: baseline;
}

a {
    color: inherit;
}

hr {
    display: none;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}

p {
    margin-bottom: 0 !important;
}


::selection {
    color: #fff;
    background: #273375;

}


h1, h2, h3, h4 {
    margin: 0 !important;
}


::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}



.mt {
    margin-top: 100px;
}

.main_title {
    text-align: center;
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    z-index: 40;
}

.main_title span {
    text-align: center;
    color: var(--primary-b, #273375);
    leading-trim: both;
    text-edge: cap;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    z-index: 40;
}


.main_subtitle {
    margin-top: 30px;
    color: var(--900, #222);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    position: relative;
    z-index: 40;
}


/* header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    width: 100%;
    top: 0;
}

.header__content {

    padding: 20px 40px;
min-width: 375px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}







.header__content-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.header__content-menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.header__content-menu li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    border-radius: 40px;
    /*background: var(--100, #ECECEC);*/
    background: rgba(236, 236, 236, 0.10);
}


.thank .header__content-menu li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    border-radius: 40px;
    background: var(--100, #273375);
    /*background: rgba(236, 236, 236, 0.10);*/
}



.thank .header__content-menu li p {
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */

}


.header__content-menu li img {
    width: 24px;

}

.header__content-menu li p {
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */

}

.header_btn_a {
    display: block;
    padding: 15px 30px;
    border-radius: 50px;
    background: var(--primary-b, #fff);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.20);
    color: #002BB8;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    border: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
    text-decoration: none;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}


.header_btn_a:hover {
    transform: scale(1.05);
    color: #002BB8;
}


/*first*/

.first {
    position: relative;
    background-image: url(../img/1_blok.png);
    width: 100%;
    background-size: cover;

    background-position: 50% 50%;
    z-index: 1;
    /*overflow: hidden;*/
    padding-top: 160px;
    padding-bottom: 60px;
}


.first__content {

    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 60px;

}

.first__content-title h1 {
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 56px */
}

/*.first__content-title h1 span {*/
/*    color: var(--primary-b, #CF202C);*/

/*}*/

.first__content-title h2 {
    padding-top: 30px;
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
}

.first__content-title p {
    margin-top: 50px;
    color: #fff;
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
}

.first__content-form {
    margin-top: 30px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.20);
    padding: 30px;
}


form input[type=checkbox], form input[type=submit], form input[type=tel], form input[type=text] {
    font-family: inherit;
    font-size: 16px
}

form button {
    font-family: inherit;
    font-size: 16px
}

form input[type=tel], form input[type=text] {

    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px; /* 0% */
    height: 60px;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-radius: 30px;
    border: 3px solid #ECECEC;
    background: rgba(255, 255, 255, 0.70);
    margin-bottom: 10px;

}


.iti__selected-flag {
    border-radius: 30px 0px 0px 30px;
}

form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]::placeholder, form input[type=text]::placeholder {
    color: var(--primary-b, #151515);
}

form input[type=tel]:focus, form input[type=text]:focus {
    border-color: #CF202C
}

form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

form label {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

form button[type=submit], form input[type=submit] {
    border-radius: 30px;
    padding: 22px 30px;
    background: var(--primary-a, #CF202C);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    border: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 83.333% */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

form button[type=submit]:hover, form input[type=submit]:hover {
    transform: scale(1.05);
}

.iti {

    width: 100%
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form .checkbox input[type=checkbox] {
    accent-color: red !important;
    -webkit-appearance: auto !important;
}


.checkbox a {
    text-decoration: none;

    color: #222
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #222
}

.first__content__image {
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 1400px) {
    .first__content-title h1 {
        font-size: 46px;
    }

    .first__content-title h1 span {
        font-size: 46px;
    }

    .first__content-title h1 br {
        display: none;
    }

    .first__content {
        display: grid;
        gap: 40px;
    }

    .first__content__image {
        display: flex;
        align-items: flex-start;
    }

    .first__content__image img {
        width: 90%;
    }

}


@media only screen and (max-width: 992px) {
    .first__content {


        grid-template-columns: repeat(1, 1fr);
        gap: 60px;

    }

    .first__content__image img {
        width: 100%;
    }

    .first.mt {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    
.first__content-form {
    padding: 20px;
}
    .first.mt {
        margin-top: 15px;
    }

    .first {
        padding-top: 180px;
        padding-bottom: 50px;
    }

    .first__content {

        margin-bottom: 0px;
        gap: 30px;
    }
    .first__content-title {
        text-align: center;
    }

    .first__content-title h1 {
        font-size: 36px;
        text-align: center;
    }

    .first__content-title h1 span {
        font-size: 36px;
    }

    .first__content-title h2 {
        font-size: 16px;

    }

    .first__content-title p {
        margin-top: 10px;
        font-size: 16px;

    }

    .first__content__image {
        display: none;
    }

    .checkbox a {
        font-size: 12px;
    }

}




/*items*/

.items__content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-items: stretch;
}

.items__content li {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--100, #ECECEC);
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.items__content li img {
    width: 48px;
}

.items__content-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.items__content-info span {
    color: var(--primary-a, #273375);
    leading-trim: both;
    text-edge: cap;

    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 36px */
}

.items__content-info p {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16px */
}


@media only screen and (max-width: 1200px) {
    .items__content {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 992px) {
    .items__content {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .items__content {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*program*/


.program_bg {

    position: absolute;
    display: flex;
    flex-direction: row;

    right: 0;
    bottom: 0;
    z-index: 1;
}


.program_content {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.program_content-item-image {
    width: 580px;
}

.program_content-info .main_title {
    text-align: left;
}
.program_content-info{
    width: calc(100% - 630px);
}

.program_content-item-text {
    margin-top: 50px;
    display: grid;
    gap: 20px;

}

.program_content-item-image img {
    width: 100%;
}

.program_content-item-text li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.program_content-item-text li img {
    width: 50px;
}

.program_content-item-text .item-text_info {
    display: grid;
    gap: 10px;
}


.program_content-item-text .item-text_info p {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
}

.program_content_info-text {
    display: block;
    margin-top: 20px;
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media only screen and (max-width: 1200px) {
    .program_content-item-image {
        width: 40%;
    }

    .program_content-info .main_title {
        text-align: left;
    }

    .program_content-info {
        width: calc(60% - 50px);
    }

}
@media only screen and (max-width: 992px) {
    .program_content-item-image {
        width: 50%;
    }

    .program_content {
        gap: 30px;
    }

    .program_bg svg:nth-child(1) {
        display: none;
    }


}

@media only screen and (max-width: 768px) {
    .program_content {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .program_content-item-image {
        width: 70%;
    }

    .program_content-info {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .program_content-info .main_title {
        text-align: center;
    }

    .program_content-item-text li {
        align-items: center;
        gap: 20px;
    }

    .program_content {
        margin-top: 50px;

        gap: 30px;
    }

    .program_content-item-image {
        width: 100%;
    }


}


/*banner form*/
.banner--primary{
    margin-top: 150px;
}

.banner.form .form_content-block{

    border-radius: 50px;
    background: url('../img/1_blok.png') center/cover;
}
.form_content-block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0px;

}

.form_content {
    padding: 50px 60px;
    width: 60%;
    position: relative;
    z-index: 3;

}

.form_content h3 {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
}

.form_content h3 span {
    color: var(--primary-b, #CF202C);
    leading-trim: both;
    text-edge: cap;

    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.form_content p {
    padding-top: 20px;
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
}
.banner.form .form_content-img img { position: absolute; bottom: 0; left: 55px; right: auto; width: auto; height: 120%;  object-fit: contain; object-position: bottom; }



.banner.form.banner--final .form_content-block{
    flex-direction: row-reverse;
    gap: 50px;
}

.banner.form.banner--final .form_content-img img{
    position: relative;
}




.form.hor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;

}

.form.hor input[type=tel], .form.hor input[type=text] {
    border-radius: 30px;
    border: 3px solid #ECECEC;
    background: rgba(255, 255, 255, 0.70);
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    margin-bottom: 0;
}

.form.hor .checkbox {
    margin: 0;
    align-items: center;


}

.iti__selected-flag {
    border-radius: 30px 0px 0px 30px;
}

.form.hor input[type=tel]::-webkit-input-placeholder, .form.hor input[type=text]::-webkit-input-placeholder {
    color: var(--primary-b, #151515);
}

.form.hor input[type=tel]::-moz-placeholder, .form.hor input[type=text]::-moz-placeholder {
    color: var(--primary-b, #151515);
}

.form.hor input[type=tel]:-ms-input-placeholder, .form.hor input[type=text]:-ms-input-placeholder {
    color: var(--primary-b, #151515);
}

.form.hor input[type=tel]::-ms-input-placeholder, .form.hor input[type=text]::-ms-input-placeholder {
    color: var(--primary-b, #151515);
}

.form.hor input[type=tel]::placeholder, .form.hor input[type=text]::placeholder {
    color: var(--primary-b, #151515);
}

.form.hor input[type=tel]:focus, .form.hor input[type=text]:focus {
    border-color: #CF202C
}

.form.hor input[type=checkbox] {
    accent-color: #151515;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.form.hor label a {
    color: #151515 !important;
    text-align: left;
}

.form.hor .checkbox input[type=checkbox] {
    accent-color: #151515 !important;
    -webkit-appearance: auto !important;
}

.form.hor .iti--separate-dial-code .iti__selected-dial-code {
    color: #151515;
}


.iti__country-list {
    z-index: 120 !important;
}


.form.hor button[type=submit], .form.hor input[type=submit] {


    padding: 20px;

    text-align: center;
    leading-trim: both;
    text-edge: cap;
    border: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 83.333% */

}

.form_content-img img {
    position: absolute;
    right: 0;
    width: 200px;
    bottom: -50px;

}

@media only screen and (max-width: 1340px) {

    .form.hor label a {
        font-size: 12px;
    }

    .form.hor {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .form.hor label a br {
        display: none;
    }

    .form_content {
        width: 54%;
    }

    .banner.form .form_content-img img {

        height: 110%;
    }
}


@media only screen and (max-width: 992px) {
    .form_content {
        width: calc(100% - 200px);
    }

    .banner.form .form_content-img img {

        height: 110%;
    }
    .banner.form.banner--final .form_content-block{
        flex-direction: column;
        gap:0px;
    }
}

@media only screen and (max-width: 768px) {
    .banner--primary{
        margin-top: 100px;
    }
    .form_content-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
    }

    .form_content {
        width: 100%;
        padding: 40px 30px;

    }

    .banner.form .form_content-img img {
        position: relative;
        width: auto;
        bottom: -5px;
        height: auto;
        left: 0;
    }

    .form.hor {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .banner.form {
        padding-bottom: 0;
    }


}

@media only screen and (max-width: 600px) {
    .banner--primary{
        margin-top: 60px;
    }
    .form_content h3 {
        text-align: center;
        font-size: 32px;
    }

    .form_content h3 span {
        text-align: center;
        font-size: 32px;
    }


}


/*slider-program*/
.slider-program.mt{
    margin-top: 200px;
}
.slider-program {
    overflow: hidden;
}

.slider-program__slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sp_slide-block {
    border-radius: 30px;
    border: 3px solid #ECECEC;
    background: #FFF;
    padding: 30px;

    display: flex;
    gap: 20px;
    flex-direction: column;

}

.sp_slide-block img {

    position: relative;

    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.sp_slide-block span {
    width: 120px;
    border-radius: 30px;
    background: var(--100, #ECECEC);
    padding: 10px;
    color: var(--900, #222);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}

.sp_slide-block h3 {
    color: var(--primary-a, #273375);
    leading-trim: both;
    text-edge: cap;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.sp_slide-block p {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.swiper-pagination {

    bottom: -50px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-b, #CF202C);
}




@media only screen and (max-width: 992px) {
    .sp_slide-block {
        padding: 20px;
    }
    .slider-program.mt{
        margin-top: 150px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-program.mt{
        margin-top: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .slider-program.mt{
        margin-top: 60px;
    }
}


/*section_tab*/


.section_tab_bg {

    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.section_tab_bg svg:nth-child(1) {
    position: relative;
    bottom: -250px;
}


.stab--content {
    margin-top: 50px;
    display: flex;
    gap: 50px;
}

.tabs {
    width: 500px;

    display: flex;
    flex-direction: column;
    gap: 20px;

}

.tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 20px;

    cursor: pointer;

    transition: 0.5s;

}


.tab { position: relative; flex-wrap: wrap;  padding: 15px 0 20px; gap: 10px; border: 0; border-bottom: 1px solid #ececec; border-radius: 0; background: transparent; box-shadow: none; }
.tab:hover, .tab.active { border-radius: 0; background: transparent; box-shadow: none; }
.tab img { display: none; }

.tab svg { width: 40px; height: 40px; padding: 13px 10px; transform: rotate(90deg); }
.tab.active svg { transform: rotate(-90deg); }
.tab-description { width: calc(100% - 62px); color: #222; font-size: 16px; font-weight: 400; line-height: 1.2; }


.tab p {
    width: 100%;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    cursor: pointer;
    transition: 0.5s;

    font-style: normal;
    font-weight: 600;

 width: calc(100% - 50px); color: #273375; font-size: 30px; line-height: 1; }


.stab--content .content img { width: 575px; height: 630px; margin: 0; border-radius: 30px; object-fit: cover; }
.stab--content .content h3, .stab--content .content p { display: none; }

.section_tab.mt { margin-top: 74px; }
.section_tab .container > .content { padding: 50px 40px; border-radius: 30px; background: #fff; }

.section_tab_bg { display: none; }



.stab--content .content h3 {
    color: var(--primary-a, #273375);
    leading-trim: both;
    text-edge: cap;

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
}

.stab--content .content p {
    padding-top: 20px;
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}


@media only screen and (max-width: 1200px) {
    .tabs {
        width: 300px;
    }

    .stab--content .content {
        width: calc(100% - 360px);
    }
    .stab--content .content img { width: 100%; height: 600px; margin: 0; border-radius: 30px; object-fit: cover; }
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
    .stab--content {
        flex-direction: column;
        gap: 30px;
    }

    .tabs {
        width: 100%;
        gap: 0;
    }

    .stab--content .content {
        width: 100%;
    }

    .stab--content .content img {

        margin-bottom: 0px;
        height: auto;
    }


}

@media only screen and (max-width: 600px) {
    .stab--content .content img {

        margin-bottom: 0;
    }
    .section_tab.mt { margin-top: 60px; }

    .stab--content .content p {
        padding-top: 10px;
    }

    .stab--content .content h3 {
        font-size: 30px;
    }
    .tab p {
        font-size: 24px; line-height: 1;
    }

}


/*info-banner*/


.info-banner_content {
    border-radius: 30px;
    border: 1px solid var(--100, #ECECEC);
    background: linear-gradient(44deg, var(--primary-b, rgba(207, 32, 44, 0.10)) 0%, var(--primary-a, rgba(39, 51, 117, 0.10)) 100%), #FFF;
    box-shadow: 0 0 25px 0 rgba(41, 45, 109, 0.10);
    padding: 30px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    gap: 60px;
}

.info-banner_content img.img {
    width: 260px;
    margin-bottom: 30px;
}

.info-banner_content h3 {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
}

.info-banner_content h3 span {
    color: var(--primary-b, #CF202C);
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.info-banner_content_img {
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .info-banner_content img.img {
        width: 220px;
        margin-bottom: 20px;
    }

    .info-banner_content h3 br {
        display: none;
    }

    .info-banner_content h3 {

        font-size: 30px;

    }

    .info-banner_content h3 span {

        font-size: 30px;

    }

    .info-banner_content_img {
        height: auto;
        width: 100px;
    }

    .info-banner_content {
        gap: 30px;
    }

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
    .info-banner_content img.img {
        width: 180px;
        margin-bottom: 20px;
    }

    .info-banner_content h3 {

        font-size: 20px;

    }

    .info-banner_content h3 span {

        font-size: 20px;

    }


}

@media only screen and (max-width: 600px) {
    .info-banner_content {

        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .info-banner_content_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .info-banner_content img.img {
        width: 80%;
        margin-bottom: 30px;
    }

    .info-banner_content h3 {

        font-size: 32px;
    }

    .info-banner_content h3 span {

        font-size: 32px;
    }


}


/*reviews*/

.reviews__slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

.reviews__slide_block {
    position: relative;
    border-radius: 30px;
    border: 3px solid var(--100, #ECECEC);
    background: #FFF;
    padding: 30px;
}

.reviews__slide_block_bg {
    position: absolute;
    width: 40px;
    top: 30px;
    right: 30px;
}

.reviews__slide_block_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.reviews__slide_block_top .img {
    width: 60px;
}

.reviews__slide_block_top h3 {
    color: var(--primary-a, #273375);
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}
.comment-slide_bottom {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}
.comment-slide_bottom.active {
    -webkit-line-clamp: unset;
    height: auto;
    overflow: visible;
}
.reviews__slide_block p {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.comment-slide_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 16px;
    color: #292d6d;
    margin-top: 10px;
    cursor: pointer;
}
.comment-slide_btn.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.comment-slide_btn:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../img/reviews/19.svg") center no-repeat;
    background-size: contain;
    margin-left: 10px;

    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.reviews {
    overflow: hidden;
}


.swiper-pagination2 {

    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -50px !important;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background: var(--primary-b, #CF202C);
}

@media screen and (max-width: 600px) {


}


/*contact*/


.contact_bg {
    position: absolute;
    right: 0;
    top: 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.contact_bg svg:nth-child(1) {
    position: relative;
    top: 150px;
}


.contact-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.contact-block-left {

}

.contact-block-left .main_title {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
}

.contact-block-left .main_title span {
    color: var(--primary-b, #273375);
    leading-trim: both;
    text-align: left;
    text-edge: cap;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.city-tabs-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 20px;
    border: 3px solid var(--100, #ECECEC);
    background: #FFF;
}

.city-tab {
    padding: 10px;
    text-align: center;
    transition: 0.3s;
    color: var(--900, #222);

    leading-trim: both;
    text-edge: cap;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
}

.city-tab.active-tab {
    border-radius: 30px;
    color: #fff;
    background: var(--primary-a, #273375);
    border: none;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-card {
    border-radius: 30px;
    border: 3px solid var(--100, #ECECEC);
    background: #FFF;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.contact-card_info{
    width: 100%;
    text-align: left;
}
.contact-card h3 {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
}
.contact-card span{
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;
opacity: 0.6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}
#contact-map {
    position: sticky;
    top: 40px;
    width: 100%;
    min-height: 655px;
    max-height: 700px;
    height: 100%;
    border: none;
    border-radius: 30px;
}

.contact-card.active-region {
    border-radius: 30px;
    border: 3px solid var(--100, #ECECEC);
    background: var(--100, #ECECEC);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.20);
}

.contact-card {
    cursor: pointer;
    transition: 0.3s;
}


@media only screen and (max-width: 1340px) {

}


@media only screen and (max-width: 992px) {
    .contact-block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .contact-block-left .main_title {
        text-align: center;
    }

    .city-tabs-wrapper {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    #contact-map {
        min-height: 455px;
    }

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .contact-block-left .main_title {
        font-size: 32px;
    }

    .contact-block-left .main_title span {
        font-size: 32px;
    }
    .contact-block {

        gap: 30px;
    }

    .city-tabs-wrapper {
        margin-bottom: 30px;
    }

    .contact-card h3 {
        font-size: 16px;
    }

    .contact-card {
        padding: 15px;
    }

    #contact-map {
        min-height: 345px;
    }


}


/*footer*/
.footer {
    position: relative;
    padding-bottom: 50px;

}


.footer_content-bottom-logo p {
    color: var(--primary-b, #151515);
    leading-trim: both;
    text-edge: cap;
    margin-top: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
}

.footer_content-bottom-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_content-bottom-logo img {
    width: 240px;
}

.footer_content-bottom-logo a {
    margin-top: 10px;
    color: var(--primary-a, #273375);
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */

}

.footer_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.footer_content-bottom_center {
    border-radius: 20px;
    background: var(--100, #ECECEC);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer_content-bottom_center a {
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
}


.footer_content-bottom-rights {
    display: flex;
    align-items: center;
    gap: 10px;
}


.footer_content-bottom-rights img {
    width: 50px;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.footer_content-bottom-rights img:hover {
    transform: scale(1.05);

}


.footer_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


/*thankyoupage thankyoupage*/
.section_thank_bg {
    position: absolute;
    width: 95%;
    left: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.section_thank_block {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-bottom: 60px;
}


.thank-block .first__content{
    display: flex;
    margin-top: 180px;
}
.thank-block .first__content .first__content-title{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thank-block .first__content img{
    width: 350px;
    margin-bottom: 50px;
}


.thank-block h1 {
    color: var(--primary-a, #CF202C);
    leading-trim: both;
    text-edge: cap;

    font-size: 43px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 48px */
}

.thank-block h1 span {
    color: var(--primary-b, #273375);
    leading-trim: both;
    text-edge: cap;
    font-size: 43px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}


.sthank_block_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sthank_block_right img {
    width: 100%;
}


.section_thank_block.bot {
    display: flex;
    align-items: center;
    justify-content: center;
}




.thank-block h2{
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
}

.thank-block p{
    color: var(--900, #222);
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.thank_a {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    padding: 20px 60px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.3%);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.thank_a:hover {
    transform: scale(1.05);
    color: #FFF;
}




@media only screen and (max-width: 1400px) {
    .footer_content-bottom-rights img {
        width: 30px;

    }
}

@media only screen and (max-width: 1200px) {
    .header__content-logo_img img {
        width: 250px;
    }

    .header_btn {
        display: none;
    }

    .footer_content-bottom_center {
        flex-wrap: wrap;
    }


}


@media only screen and (max-width: 992px) {
    .footer_content-bottom_center {
        flex-direction: column;
    }
    .thank-block .first__content img{
       display: none;
    }
    .thank-block .first__content {
      flex-direction: column;
        align-items: center;
    }
    .thank-block .first__content .first__content-title {
        width: 100%;

    }

    .header__content-logo_img img {
        width: 250px;
    }

    .header__content {
        gap: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .sthank_block_left h1 {
        font-size: 42px;
    }

    .sthank_block_left h1 span {
        font-size: 42px;
    }

    .main_title {
        font-size: 40px;
    }

    .main_title span {
        font-size: 40px;
    }

    .main_subtitle {
        font-size: 20px;
    }

    .banner_content-top {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .banner_content-top h3 {
        text-align: center;
    }

    .banner_content-top .header__content-menu {
        align-items: center;
        margin-top: 30px;
    }


}

@media only screen and (max-width: 768px) {
    .section_thank_block {

        margin-bottom: 0px;
    }

    .header__content {

        padding: 10px;
    }

    .header__content-menu {

        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_content {
        flex-direction: column;
        gap: 30px;
    }

    .footer_content-bottom-logo {
        align-items: center;
    }


}

@media only screen and (max-width: 600px) {
.thank-block .first__content__image{
    display: block;
}


    .thank-block h1 {
        font-size: 36px;

    }

    .thank-block h1 span {
        font-size: 36px;
    }


    




    .footer_content-bottom-logo a {
        margin-top: 5px;
    }

    .footer_content-bottom_center svg {
        display: none;
    }

    .section_thank_bg {
        display: none;
    }

    .footer_content-bottom-rights img {
        width: 50px;
    }

    .main_title {
        font-size: 36px;
    }

    .main_title span {
        font-size: 36px;
    }

    .sthank_block_left h1 {
        font-size: 40px;
        text-align: center;
    }


    .first__content-form {
        margin-top: 30px;
    }

    .footer_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }


    .footer_content-bottom-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_content-bottom-logo img {
        width: 90%;
        margin-bottom: 10px;
    }

    .mt {
        margin-top: 60px;
    }

    .footer {

        padding-bottom: 30px;

    }




    .footer_content-bottom_center {
        padding: 20px 40px;
    }

    .footer_content-bottom_center a {
        font-size: 18px;
    }

    .header__content-menu li p {
        font-size: 12px;
    }

}

/* Figma sections. The slider, reviews and map are intentionally excluded. */







    .banner.form .form_content h3,
    .banner.form .form_content h3 span { color: #fff; font-size: 36px; line-height: 1; }
    .banner.form .form_content p { color: #fff; font-size: 20px; line-height: 1; }
    .banner.form .form.hor { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; }
    .banner.form .form.hor > .form__input,
    .banner.form .form.hor > .iti { width: 100%; height: 56px; }
    .banner.form .form.hor input[type=tel],
    .banner.form .form.hor input[type=text] { height: 56px; border: 0; background: #fff; font-size: 20px; }
    .banner.form .form.hor .checkbox { order: 3; min-height: 18px; }
    .banner.form .form.hor .checkbox a { color: #fff !important; }
    .banner.form .form.hor .form__submit { order: 4; padding: 20px 30px; border-radius: 50px; font-size: 24px; }
    .banner.form .form.hor .cf-turnstile { order: 5; height: 48px; margin: 0; transform: scale(.72); transform-origin: left top; }

    .banner--primary .form_content-img img { width: 328px; height: 519px; max-height: none; }
    .banner--final .form_content-img img { left: 70px; border-radius: 32px; object-fit: cover; }






    .info-banner.mt { margin-top: 172px; }
    .info-banner_content { position: relative; padding: 58px 60px 58px 550px; overflow: visible; border: 0; border-radius: 30px; background:url('../img/1_blok.png') center/cover; box-shadow: none; }
    .info-banner_content_left { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 30px; }
    .info-banner_content img.img { width: 246px; margin: 0; filter: brightness(0) invert(1); }
    .info-banner_content h3 { color: #fff; font-size: 36px; font-weight: 400; line-height: 1.2; }
    .info-banner_content h3 strong { font-weight: 700; }
    .info-banner_btn { display: inline-flex; min-width: 240px; padding: 20px 30px; justify-content: center; border-radius: 50px; color: #273375; background: #fff; font-size: 18px; font-weight: 600; }
    .info-banner_btn:hover { color: #273375; }
.info-banner_content_img { position: absolute; z-index: 3; bottom: 0; left: 58px;  height: 120%; object-fit: contain; object-position: left bottom; }


@media only screen and (max-width: 1400px) {
    .info-banner_content_img { position: absolute; z-index: 1; bottom: 0; left: 30px;  height: 100%; object-fit: contain; object-position: left bottom; }
}

@media only screen and (max-width: 1200px) {
    .info-banner_content_img {
        height: auto;
         width: auto;
        display: none;
    }
    .info-banner_content {
        position: relative;
        padding: 58px 60px;
        overflow: visible;
        border: 0;
        border-radius: 30px;
        background: url(../img/1_blok.png) center / cover;
        box-shadow: none;
    }
}

.slider-program .main_title,
.slider-program .main_title span {
    font-size: 40px;
    line-height: 1;
}
.slider-program .main_title span { color: #273375; }





@media only screen and (max-width: 600px) {
    .info-banner.mt{
        margin-top: 60px;
    }
    .info-banner_content_img {
        display: block;
        position: relative;
        left: 0;
        width: 90%;
    }
    .info-banner_content {

        padding: 40px 30px 0 30px;

    }
    .banner--final .form_content-img img { left: 5% !important;
        width: 90% !important;}
    .banner.form .form_content h3,
    .banner.form .form_content h3 span { color: #fff; font-size: 32px; line-height: 1; }
    .banner.form .form_content p {text-align: center; font-size: 18px; line-height: 1; }

    .info-banner_content h3, .info-banner_content h3 strong {
        font-size: 32px;
        line-height: 110%;
    }
    .slider-program .main_title, .slider-program .main_title span {
        font-size: 36px;
        line-height: 1;
    }
.thank-block h2{
    font-size: 20px;
}
}









    .reviews .main_title span { color: #273375; }



    .reviews .swiper-pagination2 { bottom: -50px !important; }

    .footer { margin-top: 53px; padding-bottom: 33px; }
    .footer_content-bottom-logo img { width: 246px; }



