@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap);
#faq {
    --doc-padding: 40px;
    --doc-font-size: 14px;
    --cols: 12;
    --gutter: 20px;
    --column: calc((100% - (var(--gutter) * (var(--cols) - 1))) / 12);
    --w-content: calc(1420px + var(--doc-padding) * 2);
    --c-white: #ffffff;
    --c-white2: #F3F3F3;
    --c-black: #000000;
    --brand-color: #F23869;
    --brand-gray: #979797;
    --bord: #483838;
    --bord2: #414141;
    --bord3: #1F1E1F;
    --radius12: 12px;
    --radius6: 6px;
    --radius4: 4px;
    --bg-gray: #302F30;
    --bg-gray2: #171717;
    --bg-gray3: #221F22;
    --bg-gray4: #121212;
    --gray: #898989;
    --garay2: #444444;
    --gray3: #616161;
    --gray4: #D8D8D8;
    --gray5: #1E1E1E;
    --gray6: #767676;
    --gray7: #BABABA;
    --blue: #00062A;
    --ic-bg: #511726;
    --bg: #FBC3D2;
    --rose: #712539;
}

.faq__l {
    width: 30%;
    padding-top: 150px;
}

@media screen and (max-width: 768px) {
    .faq__l {
        padding-top: 100px;
        text-align: center;
    }
}

.faq__l .btn {
    margin-top: 45px;
    font-size: clamp(18px, 1.75vw, 28px);
}

@media screen and (max-width: 768px) {
    .faq__l .btn {
        width: 205px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .faq__l {
        width: 100%;
    }
}

.faq__r {
    width: 64%;
}

@media screen and (max-width: 768px) {
    .faq__r {
        width: 100%;
        margin-top: 30px;
    }
}

.faq__content {
    padding: 20px;
}

.faq__content p {
    font-size: clamp(16px, 1.375vw, 22px);
}

.faq__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .faq__inner {
        display: block;
        padding-bottom: 100px;
    }
    .faq__inner .inf {
        display: flex;
        align-items: center;
        margin: auto;
        right: 0;
        width: 160px;
    }
}

@media screen and (max-width: 575px) {
    .faq__inner .inf {
        width: 118px;
    }
}

.faq__inner .accordion__item+.accordion__item {
    margin-top: 10px;
}

.faq__inner .accordion__title {
    padding: 17px 60px 17px 20px;
    font-size: clamp(16px, 1.875vw, 30px);
    line-height: 140%;
    position: relative;
    background: var(--bg-gray4);
    border: 1px solid var(--bord3);
    border-radius: var(--radius6);
    cursor: pointer;
}

.faq__inner .accordion__title.accordion-active .accordion__arrow {
    border-color: var(--c-white);
    background: transparent;
}

.faq__inner .accordion__title.accordion-active .accordion__arrow:before {
    display: none;
}

.faq__inner .accordion__title.accordion-active .accordion__arrow:after {
    background: var(--c-white);
}

.faq__inner .accordion__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    border: 2px solid var(--rose);
    border-radius: 6px;
}

.faq__inner .accordion__arrow:before {
    content: '';
    width: 2px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--rose);
}

.faq__inner .accordion__arrow:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--rose);
}

section#faq {
    background: #000000;
}

section#faq * {
    color: #fff;
}

section#faq .container {
    width: 1340px;
    padding: 60px 15px;
    margin: 0px auto;
    max-width: 100%;
}

html {
    --doc-padding: 40px;
    --doc-font-size: 14px;
    --cols: 12;
    --gutter: 20px;
    --column: calc( ( 100% - ( var(--gutter) * (var(--cols) - 1))) / 12);
    --w-content: calc(1420px + var(--doc-padding)*2);
    --c-white: #ffffff;
    --c-white2: #F3F3F3;
    --c-black: #000000;
    --brand-color: #F23869;
    --brand-gray: #979797;
    --bord: #483838;
    --bord2: #414141;
    --bord3: #1F1E1F;
    --radius12: 12px;
    --radius6: 6px;
    --radius4: 4px;
    --bg-gray: #302F30;
    --bg-gray2: #171717;
    --bg-gray3: #221F22;
    --bg-gray4: #121212;
    --gray: #898989;
    --garay2: #444444;
    --gray3: #616161;
    --gray4: #D8D8D8;
    --gray5: #1E1E1E;
    --gray6: #767676;
    --gray7: #BABABA;
    --blue: #00062A;
    --ic-bg: #511726;
    --bg: #FBC3D2;
    --rose: #712539
}

@media (max-width: 768px) {
    html {
        --doc-padding: 20px
    }
}

body,
html {
    background: var(--c-black);
    color: var(--c-white);
    font-family: Jost, sans-serif;
    font-size: clamp(14px, 1.375vw, 22px);
    line-height: 1.4;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%
}


/* .button:first-child,
.p-big:first-child,
.title-l:first-child,
.title-m:first-child,
.title-s:first-child,
.title-xl:first-child,
.title-xxl:first-child,
a:first-child,
blockquote:first-child,
form:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
li:first-child,
mark:first-child,
ol:first-child,
p:first-child,
table:first-child,
tt:first-child,
ul:first-child {
    margin-top: 0!important
}

.button:last-child,
.p-big:last-child,
.title-l:last-child,
.title-m:last-child,
.title-s:last-child,
.title-xl:last-child,
.title-xxl:last-child,
a:last-child,
blockquote:last-child,
form:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
li:last-child,
mark:last-child,
ol:last-child,
p:last-child,
table:last-child,
tt:last-child,
ul:last-child {
    margin-bottom: 0!important
} */


/* .title-xl,
.title-xxl,
h1,
h2 {
    font-weight: 700
} */


/* .title-xxl,
h1 {
    margin: 0;
    font-size: clamp(32px, 5.5vw, 70px);
    line-height: 115%;
    font-weight: 400;
    text-transform: uppercase
} */


/* 
@media screen and (max-width: 768px) {
    .title-xxl,
    h1 {
        text-transform: inherit
    }
}

.title-xl,
h2 {
    margin: 0 0 65px;
    font-size: clamp(28px, 4.25vw, 68px);
    line-height: 104%;
    font-weight: 400
}

.title-l,
h3 {
    font-weight: 400;
    line-height: 106%;
    margin: 0 0 25px;
    font-size: clamp(28px, 3.75vw, 60px)
}

.title-m,
h4 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
    margin: 1em 0
}

.title-s,
h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin: 1em 0
}

p {
    margin: 1em 0
}

a {
    color: var(--c-white);
    text-decoration: none;
    outline: 0;
    position: relative;
    transition: .3s
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
} */

.overflow {
    overflow: hidden
}

.hidden,
.hide {
    display: none!important
}

.container {
    max-width: 1740px;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 320px;
    margin: 0 auto;
    position: relative
}

.section,
article,
footer,
header,
section {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 2
}

.section,
article,
section {
    margin-top: 80px
}

@media screen and (max-width: 991px) {
    .section,
    article,
    section {
        margin-top: 70px
    }
}

.content,
.wrap {
    width: 100%;
    max-width: var(--w-content);
    margin: 0 auto;
    padding: 0 var(--doc-padding);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.flex.row {
    flex-flow: row wrap
}

.flex.row>* {
    margin-top: 0;
    flex: 1 1 auto
}

.flex.col {
    flex-flow: column wrap
}

.flex.col>* {
    margin-top: 0;
    flex: 1 1 auto
}

.img {
    display: flex;
    overflow: hidden;
    position: relative;
    background: var(--c-placeholder)
}

.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--c-placeholder);
    overflow: hidden
}

.bg iframe,
.bg img,
.bg video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.btn {
    position: relative;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px, 1.75vw, 28px);
    line-height: 1.3;
    text-align: center;
    text-decoration: none!important;
    font-family: Jost, sans-serif;
    font-weight: 500;
    padding: 16px 40px;
    border: 1px solid transparent;
    border-radius: var(--radius12);
    background-color: var(--brand-color);
    color: var(--c-white);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    transition: all linear .2s
}

@media screen and (max-width: 991px) {
    .btn {
        padding: 16px 35px
    }
}

.btn .ico {
    display: inline-block;
    transition: all ease-out .2s
}

.btn .ico:last-child {
    margin-left: 10px
}

.btn .ico:first-child {
    margin-right: 10px
}

.btn:hover:not([disabled]) {
    background-color: var(--c-white);
    color: var(--brand-color)
}

.btn[disabled] {
    filter: grayscale(100%);
    cursor: default
}

.btn-black {
    color: var(--c-white);
    background: var(--c-black)
}

.btn-black:hover {
    border-color: var(--brand-color)
}

.btn-min {
    font-weight: 400;
    padding: 12px 30px;
    font-size: clamp(18px, 1.5vw, 24px);
    border-radius: var(--radius6)
}

.btn-tx {
    font-weight: 400;
    flex-direction: column
}

.btn-tx span {
    line-height: 117%;
    display: block;
    font-weight: 700;
    text-align: center
}

.btn-center {
    margin-top: 63px;
    text-align: center
}

@media screen and (max-width: 991px) {
    .btn-center {
        margin-top: 40px
    }
}

.btn-bord {
    border: 1px solid var(--c-white);
    font-size: clamp(20px, 1.25vw, 20px);
    background: 0 0
}

.btn-bord:hover {
    background: var(--c-white);
    color: var(--c-black);
    border-color: var(--c-black)
}

.inf {
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: var(--c-black);
    border-radius: var(--radius12) 0 var(--radius12) 0
}

.inf__icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 57px;
    border-radius: var(--radius12);
    background: var(--ic-bg)
}

@media screen and (max-width: 991px) {
    .inf__icon {
        width: 54px;
        height: 46px
    }
    .inf__icon img {
        width: 32px
    }
}

@media screen and (max-width: 768px) {
    .inf__icon {
        width: 40px;
        height: 35px;
        border-radius: var(--radius6)
    }
    .inf__icon img {
        width: 18px
    }
}

.inf__prof {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    padding: 10px 28px;
    font-weight: 400;
    font-size: clamp(14px, 1.875vw, 30px);
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .inf__prof {
        height: 46px;
        padding: 4px 19px
    }
}

@media screen and (max-width: 768px) {
    .inf__prof {
        height: 35px;
        padding: 4px 10px;
        border-radius: var(--radius6)
    }
}

.inf_bg {
    background: var(--garay2)
}

.inf_bg .inf__prof {
    background: var(--bg-gray)
}

.inf_pd {
    background: var(--garay2);
    border-radius: var(--radius12);
    padding: 10px
}

.title-main {
    text-align: center;
    max-width: 1205px;
    margin: 0 auto 45px
}

.title-main h2 {
    margin-bottom: 20px
}

.title-main__tx {
    line-height: 120%;
    font-size: clamp(16px, 2vw, 32px)
}

.swiper-wrapper {
    height: auto
}

.swiper-slide {
    height: inherit
}

.swiper-button-next,
.swiper-button-prev {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background-image: url('../img/svg/ic-sw.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 36px;
    border: 1px solid var(--c-white);
    border-radius: 8px;
    transition: .3s
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: 0
}

@media screen and (max-width: 991px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 44px;
        height: 44px;
        background-size: 20px 20px
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-image: url('../img/svg/ic-sw2.svg');
    border-color: var(--brand-color)
}

.swiper-button-prev {
    left: -80px
}

@media screen and (max-width: 991px) {
    .swiper-button-prev {
        left: -55px
    }
}

.swiper-button-next {
    right: -80px;
    transform: rotate(180deg)
}

@media screen and (max-width: 991px) {
    .swiper-button-next {
        right: -55px
    }
}

ul li {
    /* font-size:clamp(14px,1.375vw,22px); */
    /* position:relative; */
}

.form .btn {
    font-size: 18px
}

.form__item label {
    margin-bottom: -3px;
    font-size: clamp(14px, 1.25vw, 20px);
    font-weight: 500;
    color: var(--c-black)
}

.form__item label a {
    color: var(--c-black);
    text-decoration: underline
}

.form__item input {
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
    font-family: Jost, sans-serif;
    box-sizing: border-box;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid var(--c-black)
}

@media screen and (max-width: 991px) {
    .form__item input {
        font-size: 16px
    }
}

.form__item input:focus {
    outline: 0
}

.form__item+.form__item {
    margin-top: 35px
}

.form__item_b {
    margin-top: 23px!important
}

.form__item_bottom {
    margin-top: 20px!important
}

.form__item-check {
    position: relative
}

.form__item-check+.form__item-check {
    margin-top: 10px
}

.form__item-check input[type=checkbox] {
    width: 1px;
    height: 1px
}

.form__item-check input[type=checkbox]+label {
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 15px;
    color: var(--gray6);
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .form__item-check input[type=checkbox]+label {
        font-size: 14px
    }
}

.form__item-check input[type=checkbox]+label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    border: 2px solid var(--gray7);
    border-radius: 4px;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-sizing: border-box
}

.form__item-check input[type=checkbox]+label a {
    display: inline-block;
    margin-left: 3px;
    text-decoration: underline;
    color: var(--gray6)
}

.form__item-check input[type=checkbox]+label a:hover {
    color: var(--c-black)
}

.form__item-check input[type=checkbox]:checked+label:before {
    border-color: var(--c-black);
    background-image: url('../img/svg/check1-ic.svg')
}

.accordion__content {
    display: none
}

img {
    max-width: 100%
}

.remodal {
    padding: 70px 50px;
    max-width: 1010px;
    border-radius: 20px;
    text-align: left
}

@media screen and (max-width: 991px) {
    .remodal {
        padding: 30px
    }
}

.remodal.w2 {
    max-width: 700px
}

.remodal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    left: inherit;
    z-index: 4;
    background-image: url('../img/svg/cl-s.svg');
    background-repeat: no-repeat;
    background-position: center
}

.remodal-close:before {
    display: none
}

.remodal__prof-in {
    display: flex
}

@media screen and (max-width: 768px) {
    .remodal__prof-in {
        display: block
    }
}

.remodal__prof-img {
    width: 40%;
    min-height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    .remodal__prof-img {
        width: 100%;
        max-width: 300px;
        margin-bottom: 40px
    }
}

.remodal__prof-img img,
.remodal__prof-img picture {
    width: 100%;
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover
}

.remodal__prof-tx {
    width: 60%;
    padding-left: 47px
}

@media screen and (max-width: 768px) {
    .remodal__prof-tx {
        width: 100%;
        padding-left: 0
    }
}

.remodal__prof-tx ul {
    margin-top: 45px
}

.remodal__prof-tx ul li {
    padding-left: 25px;
    font-weight: 400;
    font-size: clamp(16px, 1.375vw, 22px);
    line-height: 156%;
    position: relative
}

.remodal__prof-tx ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    top: 12px;
    position: absolute;
    left: 0;
    border-radius: 100px;
    background: var(--brand-color)
}

.remodal__prof-name {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 140%
}

.remodal__prof-pos {
    font-weight: 600;
    font-size: clamp(18px, 1.625vw, 26px);
    line-height: 140%;
    letter-spacing: .01em
}

.remodal__fr_fl {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .remodal__fr_fl {
        display: block
    }
}

.remodal__fr_fl .remodal__fr-title {
    margin-bottom: 15px
}

.remodal__fr_fl .remodal__fr-left {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .remodal__fr_fl .remodal__fr-left {
        width: 100%;
        margin-bottom: 30px
    }
}

.remodal__fr_fl .remodal__fr-right {
    width: 50%
}

@media screen and (max-width: 991px) {
    .remodal__fr_fl .remodal__fr-right {
        width: 100%
    }
}

.remodal__fr-left {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .remodal__fr-left {
        padding-right: 30px
    }
}

.remodal__fr-title {
    font-weight: 700;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.4
}

.iti__country-name,
.iti__flag-box {
    color: #000
}

.header {
    padding: 15px 0;
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .header {
        background: 0 0;
        position: relative;
        z-index: 99
    }
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo {
    display: block
}

@media screen and (max-width: 991px) {
    .header__logo {
        width: 108px
    }
}

@media screen and (max-width: 768px) {
    .header__logo {
        width: 70px
    }
}

.header__main {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .header__main {
        display: none;
        width: 100%;
        padding: 20px 20px 40px;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 5;
        background: var(--c-black);
        box-sizing: border-box
    }
    .is-open .header__main {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .header__main {
        top: 50px
    }
}

.header__main ul {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .header__main ul {
        display: block
    }
}

.header__main ul li {
    margin: 0 24px
}

@media screen and (max-width: 1320px) {
    .header__main ul li {
        margin: 0 10px
    }
}

@media screen and (max-width: 991px) {
    .header__main ul li {
        margin: 0
    }
    .header__main ul li+li {
        margin-top: 10px
    }
}

.header__main ul li a {
    font-weight: 500;
    line-height: 130%
}

.header__main ul li a:hover {
    color: var(--brand-color)
}

.header__lk {
    margin-left: 145px;
    display: inline-block
}

@media screen and (max-width: 1550px) {
    .header__lk {
        margin-left: 50px
    }
}

@media screen and (max-width: 991px) {
    .header__lk {
        margin-left: 0;
        margin-top: 30px
    }
}

.header__lk a {
    padding: 7px 6px 7px 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: clamp(14px, 1.125vw, 18px);
    border: 1px solid var(--bord);
    border-radius: var(--radius6)
}

.header__lk a span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius4);
    background: var(--brand-color)
}

.header__lk a:hover {
    background: var(--brand-color)
}

.header__toggler {
    display: none
}

@media screen and (max-width: 991px) {
    .header__toggler {
        display: block;
        width: 57px;
        height: 57px;
        background: var(--bg-gray3);
        border-radius: 100%;
        position: relative
    }
    .header__toggler:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../img/svg/tgl-s1.svg')
    }
}

@media screen and (max-width: 768px) {
    .header__toggler {
        width: 37px;
        height: 37px
    }
}

.dialogs {
    position: fixed;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0
}

.dialogs .close-bg {
    position: fixed;
    z-index: 51;
    width: 100%;
    height: 100%
}

.dialogs .close-bg .ico {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    fill: var(--c-white);
    right: 20px;
    top: 20px;
    cursor: pointer
}

.dialogs .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box
}

.dialogs .close {
    display: block;
    position: absolute;
    z-index: 53;
    width: 20px;
    height: 20px;
    fill: var(--c-black);
    right: 30px;
    top: 30px;
    cursor: pointer;
    transition: all ease-in-out .2s
}

.dialogs .close:hover {
    transform: scale(1.05)
}

.dialogs .popup {
    display: none;
    opacity: 0;
    margin: 0 auto;
    position: relative;
    z-index: 52;
    width: 100%;
    max-width: 1200px;
    border: none;
    padding: 40px;
    box-sizing: border-box;
    transform: translate3d(0, -30px, 0) scale(.9);
    transition: all ease-in-out .3s;
    background: var(--c-white);
    color: var(--c-black)
}

.dialogs .popup.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1)
}

.dialogs .thanks-popup {
    background: rgba(0, 0, 0, .65);
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.dialogs .thanks-popup .close {
    z-index: 103
}

.dialogs .thanks-popup .close-bg {
    z-index: -1
}

.dialogs .thanks-popup .popup {
    opacity: 1!important;
    display: block!important;
    background-color: var(--c-white);
    text-align: center
}

.banner {
    padding-bottom: 80px;
    margin-top: 0;
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .banner {
        background: 0 0;
        padding-bottom: 0
    }
}

.banner h1 {
    margin-top: 25px
}

.banner__inner {
    position: relative;
    background: var(--c-black);
    border-radius: var(--radius12);
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .banner__inner {
        background: var(--bg-gray2)
    }
}

.banner__img {
    width: 52%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media screen and (max-width: 991px) {}

.banner__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__holder {
    width: 50%;
    padding: 40px 60px;
    position: relative;
    z-index: 4;
    background: var(--c-black)
}

.banner__holder:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../img/svg/banner-i1.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .banner__holder:before {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .banner__holder {
        width: 100%;
        padding: 72px 52px;
        background: 0 0
    }
}

@media screen and (max-width: 768px) {
    .banner__holder {
        padding: 20px
    }
}

.banner__holder:after {
    content: '';
    width: 300px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -290px;
    z-index: -1;
    background: #000;
    background: -webkit-gradient(left top, right top, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%)
}

@media screen and (max-width: 991px) {
    .banner__holder:after {
        display: none
    }
}

.banner__date {
    display: inline-block;
    padding: 5px 13px;
    margin-right: 3px;
    font-weight: 400;
    border: 1px solid var(--brand-color);
    border-radius: var(--radius6);
    font-size: clamp(14px, 1.56vw, 25px)
}

@media screen and (max-width: 768px) {
    .banner__date {
        margin-bottom: 10px
    }
}

.banner__about {
    display: inline-block;
    padding: 5px 12px;
    font-weight: 400;
    background: var(--bg-gray);
    border-radius: var(--radius6);
    font-size: clamp(14px, 1.56vw, 25px)
}

.banner__list {
    margin-top: 18px
}

@media screen and (max-width: 991px) {
    .banner__list {
        margin-top: 30px
    }
}

@media screen and (max-width: 768px) {
    .banner__list {
        margin-top: 16px
    }
}

.banner__list+.btn {
    margin-top: 26px
}

@media screen and (max-width: 991px) {
    .banner__list+.btn {
        margin-top: 43px
    }
}

@media screen and (max-width: 768px) {
    .banner__list+.btn {
        margin-top: 24px
    }
}

.banner__list li {
    line-height: 130%
}

.banner__list li:before {
    content: '—';
    color: var(--brand-color);
    margin-right: 7px
}

.banner__list li+li {
    margin-top: 10px
}

.profession h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.profession__inner {
    padding: 70px 53px 95px;
    box-sizing: border-box;
    position: relative;
    background: var(--bg-gray2);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .profession__inner {
        padding-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .profession__inner {
        padding: 60px 20px
    }
}

.profession__row {
    margin-top: 65px;
    display: flex
}

@media screen and (max-width: 991px) {
    .profession__row {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .profession__row {
        margin-top: 35px
    }
}

.profession__cell {
    width: 33.333%;
    position: relative
}

.profession__cell_color1 {
    transform: rotate(-4deg);
    margin-top: -96px;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .profession__cell_color1 {
        transform: none;
        margin: 0
    }
}

.profession__cell_color2 {
    z-index: 2;
    transform: rotate(-1deg);
    right: 10px
}

@media screen and (max-width: 991px) {
    .profession__cell_color2 {
        transform: none;
        margin: 0;
        right: 0
    }
}

.profession__cell_color3 {
    transform: rotate(2deg);
    z-index: 3;
    margin-top: -66px;
    right: 28px
}

@media screen and (max-width: 991px) {
    .profession__cell_color3 {
        transform: none;
        margin: 0;
        right: 0
    }
}

@media screen and (max-width: 991px) {
    .profession__cell {
        width: 100%
    }
    .profession__cell+.profession__cell {
        margin-top: 15px
    }
}

.profession__item {
    padding: 35px 30px;
    border-radius: var(--radius12);
    text-align: center
}

.profession__cell_color1 .profession__item {
    border: 1px solid var(--bord);
    color: var(--brand-gray)
}

.profession__cell_color2 .profession__item {
    background: var(--c-white);
    color: var(--c-black)
}

.profession__cell_color3 .profession__item {
    color: var(--c-black);
    background: var(--bg);
    box-shadow: 0 40px 60px 0 rgba(0, 0, 0, .5)
}

@media screen and (max-width: 991px) {
    .profession__item {
        padding: 30px
    }
}

.profession__top {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 991px) {
    .profession__top {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 768px) {
    .profession__top {
        display: block;
        text-align: center
    }
    .profession__top img {
        display: block;
        margin: 0 auto 15px!important
    }
}

.profession__cell_color1 .profession__top {
    color: var(--c-white)
}

.profession__top img {
    flex-shrink: 0;
    margin-right: 20px
}

@media screen and (max-width: 991px) {
    .profession__top img {
        width: 40px
    }
}

.profession__top span {
    line-height: 103%;
    font-size: clamp(24px, 2.75vw, 44px)
}

.profession__tx {
    font-size: clamp(16px, 1.375vw, 22px)
}

.profession__tx span {
    font-weight: 600
}

.profession__cell_color1 .profession__tx span {
    color: var(--c-white)
}

.profession__info {
    padding: 40px 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-gray3);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .profession__info {
        display: block;
        text-align: center
    }
}

.profession__info-tx {
    margin-right: 10px;
    letter-spacing: -.01em;
    font-weight: 500;
    font-size: clamp(22px, 1.875vw, 30px)
}

@media screen and (max-width: 991px) {
    .profession__info-tx {
        margin-right: 0;
        margin-bottom: 25px
    }
}

.profession__info-tx span {
    color: var(--brand-color)
}

.profession__info .btn {
    width: 100%;
    max-width: 295px;
    flex-shrink: 0
}

@media screen and (max-width: 991px) {
    .profession__info .btn {
        width: auto
    }
}

.job {
    position: relative;
    z-index: 3
}

.job__slider {
    overflow: hidden
}

@media screen and (max-width: 1200px) {
    .job__slider {
        padding-bottom: 120px
    }
}

@media screen and (max-width: 991px) {
    .job__slider {
        padding-bottom: 70px
    }
}

@media screen and (max-width: 1200px) {
    .job__slider .swiper-button-next,
    .job__slider .swiper-button-prev {
        display: block
    }
}

.job__slider-item {
    height: 427px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--bord2);
    border-radius: var(--radius12);
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .job__slider-item {
        height: 318px
    }
}

.job__slider-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.job__slider-bg img,
.job__slider-bg picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.job__slider-bg:after {
    content: '';
    width: 100%;
    height: 80%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, .34)), color-stop(69%, rgba(0, 0, 0, .97)), color-stop(71%, #000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .34) 24%, rgba(0, 0, 0, .97) 69%, #000 71%)
}

.job__slider-tx {
    position: relative;
    z-index: 3;
    padding: 20px 35px;
    line-height: 130%;
    font-weight: 500;
    font-size: clamp(24px, 1.56vw, 25px)
}

@media screen and (max-width: 991px) {
    .job__slider-tx {
        padding: 20px
    }
}

.job__slider-tx span {
    color: var(--brand-color)
}

.education {
    padding: 80px 0;
    position: relative
}

@media screen and (max-width: 991px) {
    .education {
        padding: 45px 0 0
    }
}

.education:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('../img/svg/educ-i1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}

@media screen and (max-width: 991px) {
    .education:after {
        top: -15%;
        background-size: cover;
        background-position: center top;
    }
}

.education__inner {
    position: relative;
    z-index: 2
}

.education__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

@media screen and (max-width: 991px) {
    .education__row {
        display: block
    }
}

.education__cell {
    padding: 0 10px 20px;
    width: 50%;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .education__cell {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .education__cell {
        flex-direction: row-reverse
    }
}

.education__cell:nth-of-type(3) .education__item,
.education__cell:nth-of-type(4) .education__item {
    flex-direction: row-reverse
}

@media screen and (max-width: 991px) {
    .education__cell:nth-of-type(3) .education__item,
    .education__cell:nth-of-type(4) .education__item {
        flex-direction: row
    }
}

.education__cell:nth-of-type(3) .education__info,
.education__cell:nth-of-type(4) .education__info {
    padding-left: 25px
}

.education__item {
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--c-black);
    border-radius: var(--radius12);
    overflow: hidden;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .education__item {
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .education__item {
        flex-direction: column!important
    }
}

.education__info {
    padding: 30px 40px 30px 20px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .education__info {
        width: 100%
    }
}

.education__img {
    width: 48%;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 768px) {
    .education__img {
        width: 100%;
        border-radius: var(--radius12)
    }
}

.education__img img,
.education__img picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.education__title {
    margin-bottom: 8px;
    font-size: clamp(24px, 1.75vw, 28px)
}

.education__tx {
    color: var(--brand-gray);
    font-size: clamp(16px, 1.375vw, 22px)
}

.education__tx span {
    color: var(--brand-color)
}

.skills__row {
    display: flex;
    align-items: flex-start;
    padding: 47px 0;
    border-top: 1px solid var(--bord)
}

@media screen and (max-width: 991px) {
    .skills__row {
        padding: 25px 0;
        display: block
    }
    .skills__row:last-of-type {
        padding-bottom: 0
    }
}

.skills__title {
    width: 40%;
    padding: 0 57px;
    box-sizing: border-box;
    font-size: clamp(25px, 3vw, 48px);
    line-height: 125%
}

@media screen and (max-width: 991px) {
    .skills__title {
        padding: 0;
        width: 100%;
        margin-bottom: 15px
    }
}

.skills__tx {
    width: 60%;
    padding: 0 30px;
    box-sizing: border-box;
    color: var(--brand-gray);
    font-size: clamp(16px, 2vw, 32px)
}

@media screen and (max-width: 991px) {
    .skills__tx {
        width: 100%;
        padding: 0
    }
}

.interest__inner {
    padding: 63px 0 170px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .interest__inner {
        padding: 60px 0
    }
}

.interest__inner .title-main {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto
}

.interest__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.interest__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.interest__top {
    width: 55%;
    margin: auto;
    position: relative;
    z-index: 3;
    text-align: center
}

.interest__slider {
    width: 84%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 1380px) {
    .interest__slider {
        width: 95%
    }
}

@media screen and (max-width: 991px) {
    .interest__slider {
        padding-bottom: 70px
    }
}

.interest__slider .swiper-button-next,
.interest__slider .swiper-button-prev {
    display: none
}

@media screen and (max-width: 991px) {
    .interest__slider .swiper-button-next,
    .interest__slider .swiper-button-prev {
        display: block
    }
}

.interest__item {
    height: 612px;
    padding: 2px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--bg-gray);
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .interest__item {
        height: 378px
    }
}

.interest__item_bg2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    position: relative
}

.interest__item_bg2 .interest__item-content {
    padding: 24px 32px;
    position: relative;
    z-index: 2
}

.interest__item_bg2 .interest__item-content:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(68%, #000), color-stop(100%, #000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 68%, #000 100%)
}

.interest__item_bg2 .interest__item-img {
    height: 50%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.interest__item_bg2 .interest__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.interest__item_bg3 {
    padding: 38px 32px 24px;
    border: 1px solid var(--bord)
}

.interest__item_bg3 .interest__item {
    display: flex;
    justify-content: space-between
}

.interest__item-tag {
    margin-top: 10px;
    position: relative;
    z-index: 3
}

.interest__item-tag-in {
    display: inline-block;
    padding: 8px;
    line-height: 99%;
    box-sizing: border-box;
    font-size: 17px;
    border-radius: 10px
}

.interest__item-content {
    position: relative;
    z-index: 4
}

.interest__item-title {
    font-size: clamp(100px, 12.5vw, 200px);
    line-height: 100%;
    color: var(--brand-color);
    font-weight: 300
}

.interest__item-title span {
    display: block;
    margin-top: -15px;
    font-size: clamp(22px, 12.5vw, 28px);
    font-weight: 400;
    line-height: 100%;
    color: var(--c-white)
}

.interest__item-title span.min {
    display: inline-block;
    font-size: clamp(60px, 8.125vw, 130px);
    font-weight: 300;
    color: var(--brand-color)
}

.interest__item-title span.mn {
    margin-bottom: -10px;
    color: var(--brand-color);
    font-weight: 300;
    font-size: clamp(22px, 2.5vw, 40px)
}

.interest__item-tx {
    font-size: clamp(14px, 1.25vw, 20px);
    font-weight: 500;
    margin-top: 27px;
    line-height: 142%
}

@media screen and (max-width: 991px) {
    .interest__item-tx {
        font-size: 18px;
        line-height: 135%
    }
}

.interest__item-min {
    font-size: clamp(10px, .875vw, 14px);
    font-weight: 500;
    color: var(--gray)
}

.interest__item-img {
    margin-top: 25px;
    text-align: center
}

.interest__item-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.interest__item-bg img,
.interest__item-bg picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.interest__item-tag {
    margin-top: 22px
}

.interest__item-tag-in {
    padding: 7px 8px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius4);
    color: var(--blue);
    font-size: clamp(10px, 1.06vw, 17px)
}

.pay {
    padding: 80px 0;
    position: relative
}

@media screen and (max-width: 991px) {
    .pay {
        padding-bottom: 0
    }
}

.pay:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .pay {
        padding: 40px 0
    }
    .pay .inf_bg {
        background: var(--c-black)
    }
    .pay:after {}
}

.pay .title-main {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.pay__inner {
    padding: 110px 0;
    position: relative;
    z-index: 3;
    background: var(--c-black);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .pay__inner {
        padding: 70px 0 30px
    }
}

.pay__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto -20px;
    width: 92%
}

.pay__cell {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box
}

.pay__cell.w50 {
    width: 50%
}

@media screen and (max-width: 991px) {
    .pay__cell.w50 {
        width: 100%
    }
}

.pay__cell.w100 .pay__item {
    padding: 30px 0 45px;
    text-align: center;
    background: 0 0;
    border: 1px solid var(--c-white)
}

@media screen and (max-width: 991px) {
    .pay__cell.w100 .pay__item {
        text-align: left;
        padding: 55px 40px 35px
    }
}

.pay__cell.w100 .pay__tx {
    margin-top: -16px;
    line-height: 96%
}

@media screen and (max-width: 991px) {
    .pay__cell.w100 .pay__tx {
        margin-top: 20px;
        line-height: 138%
    }
}

.pay__item {
    height: 100%;
    padding: 55px 40px 5px;
    background: var(--bg-gray2);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .pay__item {
        padding-bottom: 35px
    }
}

@media screen and (max-width: 768px) {
    .pay__item {
        padding: 55px 15px 35px!important
    }
}

.pay__top {
    color: var(--gray3);
    font-weight: 300;
    font-size: clamp(20px, 2.5vw, 40px);
    line-height: 40%
}

.pay__content {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .pay__content {
        display: block
    }
}

.pay__numb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-weight: 300;
    line-height: 112%;
    font-size: clamp(80px, 12.5vw, 200px)
}

.pay__numb span {
    display: block;
    margin-left: 10px;
    font-weight: 200;
    line-height: 80%;
    color: var(--gray3);
    font-size: clamp(30px, 5vw, 80px)
}

.pay__tx {
    padding-left: 37px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: clamp(16px, 1.75vw, 28px)
}

@media screen and (max-width: 991px) {
    .pay__tx {
        padding-left: 0;
        margin-top: 20px
    }
}

.pay__price {
    line-height: 115%;
    color: var(--brand-color);
    font-weight: 300;
    font-size: clamp(80px, 12.5vw, 200px)
}

.pay__price span.ot {
    color: var(--gray3)
}

@media screen and (max-width: 991px) {
    .pay__price span.ot {
        display: block;
        font-weight: 300;
        font-size: clamp(20px, 2.5vw, 40px);
        line-height: 40%
    }
}

.pay__price span.m {
    display: none;
    margin-left: 10px;
    font-weight: 200;
    line-height: 80%;
    color: var(--gray3);
    font-size: clamp(30px, 5vw, 80px)
}

@media screen and (max-width: 991px) {
    .pay__price span.m {
        display: inline-block;
        margin-left: 0
    }
}

@media screen and (max-width: 991px) {
    .pay__price span.nn {
        display: none
    }
}

.why__inner {
    padding: 110px 15px 35px;
    box-sizing: border-box;
    background: var(--bg-gray2);
    border-radius: var(--radius12)
}

.why__inner .title-main {
    margin-bottom: 80px
}

@media screen and (max-width: 991px) {
    .why__inner .title-main {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 991px) {
    .why__inner {
        padding: 80px 15px 35px
    }
}

.why__line {
    padding: 45px 60px;
    box-sizing: border-box;
    display: flex;
    border-top: 1px solid var(--bord)
}

@media screen and (max-width: 991px) {
    .why__line {
        padding: 25px 0;
        display: block
    }
}

.why__title {
    width: 40%;
    padding-right: 30px;
    line-height: 125%;
    box-sizing: border-box;
    font-size: clamp(25px, 3vw, 48px)
}

@media screen and (max-width: 991px) {
    .why__title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 18px
    }
}

.why__content {
    width: 60%;
    padding-left: 20px;
    line-height: 147%;
    box-sizing: border-box;
    font-size: clamp(16px, 2vw, 32px)
}

@media screen and (max-width: 991px) {
    .why__content {
        width: 100%;
        padding-left: 0
    }
}

.why__content p span {
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    color: var(--brand-color)
}

.why__content ul li {
    padding-left: 43px;
    position: relative;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 130%
}

.why__content ul li+li {
    margin-top: 20px
}

.why__content ul li span {
    color: var(--brand-color)
}

.why__content ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    flex-shrink: 0;
    background-image: url('../img/svg/rt-i1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.why__list-item+.why__list-item {
    margin-top: 25px
}

.why__list-title {
    font-weight: 500;
    color: var(--brand-color);
    font-size: clamp(25px, 2vw, 32px)
}

.why__list-title span {
    color: var(--c-white)
}

.why__list-tx {
    margin-top: 10px;
    line-height: 136%;
    font-size: clamp(16px, 1.25vw, 20px)
}

.studies__slider {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .studies__slider {
        padding-bottom: 70px
    }
}

.studies__slider .swiper-slide {
    height: auto
}

@media screen and (max-width: 768px) {
    .studies__slider .swiper-slide {
        width: 220px
    }
}

.studies__slider-item {
    height: 100%;
    padding: 30px 30px 55px;
    box-sizing: border-box;
    border: 1px solid var(--bord);
    border-radius: var(--radius12)
}

@media screen and (max-width: 768px) {
    .studies__slider-item {
        padding: 20px
    }
}

.studies__slider-ic {
    margin-bottom: 40px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-gray2);
    border-radius: var(--radius6)
}

@media screen and (max-width: 768px) {
    .studies__slider-ic {
        width: 44px;
        height: 44px
    }
    .studies__slider-ic img {
        width: 22px
    }
}

.studies__slider-title {
    margin-bottom: 7px;
    line-height: 120%;
    font-size: clamp(24px, 2vw, 32px)
}

.studies__slider-title span {
    color: var(--brand-color)
}

.studies__slider-tx {
    color: var(--brand-gray);
    line-height: 135%;
    font-size: clamp(16px, 2vw, 23px)
}

.lessons {
    color: var(--c-black)
}

.lessons__inner {
    padding: 55px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: 12px
}

.lessons__inner .title-main {
    max-width: 100%
}

.lessons__inner .title-main__tx {
    font-size: clamp(16px, 2.5vw, 40px)
}

@media screen and (max-width: 1200px) {
    .lessons__inner {
        padding: 60px 30px
    }
}

.lessons__inner h2 {
    margin-bottom: 62px;
    text-align: center
}

.lessons__list {
    display: flex;
    margin: 60px -10px 0
}

@media screen and (max-width: 991px) {
    .lessons__list {
        flex-wrap: wrap;
        display: block
    }
}

.lessons__list-cell {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .lessons__list-cell {
        width: 50%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .lessons__list-cell {
        width: 100%
    }
}

.lessons__list-item {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 13px 19px;
    box-sizing: border-box;
    border-radius: 8px
}

.lessons__list-numb {
    margin-right: 18px;
    font-size: 46px;
    flex-shrink: 0
}

.lessons__list-tx {
    font-size: 24px
}

.lessons__main {
    margin-top: 55px
}

.lessons__main-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 140%
}

.lessons__main-tx {
    margin: 20px 0 40px;
    font-size: 34px
}

.lessons__mod {
    display: inline-flex;
    flex-shrink: 0;
    padding: 6px 14px;
    margin-right: 18px;
    font-size: clamp(12px, 1.375vw, 22px);
    color: var(--c-black);
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius6);
    transition: .3s;
    border: 1px solid transparent
}

@media screen and (max-width: 768px) {
    .lessons__mod {
        display: inline-block
    }
}

.lessons__tt {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: clamp(16px, 2.25vw, 36px);
    line-height: 110%
}

@media screen and (max-width: 768px) {
    .lessons__tt {
        margin: 10px 0;
        width: 100%
    }
}

.lessons__time {
    display: inline-flex;
    padding: 6px 13px;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: clamp(12px, 1.125vw, 18px);
    background: var(--brand-color);
    border-radius: var(--radius4);
    color: var(--c-white)
}

@media screen and (max-width: 991px) {
    .lessons__time {
        margin-bottom: 2px
    }
}

@media screen and (max-width: 768px) {
    .lessons__time {
        display: inline-block
    }
}

.lessons__content p {
    font-size: clamp(14px, 1.875vw, 30px);
    color: var(--c-white)
}

.lessons__tit {
    padding: 15px 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
    font-size: 28px;
    border-radius: 4px
}

.lessons__line {
    padding: 17px 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius12);
    color: var(--c-black)
}

@media screen and (max-width: 991px) {
    .lessons__line {
        display: block;
        border-radius: var(--radius6)
    }
}

.lessons__line+.lessons__line {
    margin-top: 10px
}

.lessons__line-md {
    padding: 5px 13px;
    flex-shrink: 0;
    margin-right: 15px;
    box-sizing: border-box;
    font-size: clamp(12px, 1.375vw, 22px);
    border: 1px solid var(--brand-color);
    border-radius: var(--radius6)
}

@media screen and (max-width: 991px) {
    .lessons__line-md {
        display: table;
        margin-bottom: 10px
    }
}

.lessons__line-md_pkt {
    background: var(--brand-color);
    color: var(--c-white)
}

.lessons__line-tt {
    font-size: clamp(16px, 2.25vw, 36px)
}

.lessons .accordion__content {
    padding: 20px 20px 30px;
    background: var(--bg-gray3)
}

.lessons .accordion__item {
    position: relative;
    background: var(--gray4);
    border-radius: var(--radius12);
    cursor: pointer
}

.lessons .accordion__item+.accordion__item {
    margin-top: 20px
}

.lessons .accordion__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    border: 2px solid var(--brand-color);
    border-radius: var(--radius6)
}

.lessons .accordion__arrow:before {
    content: '';
    width: 2px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--brand-color)
}

.lessons .accordion__arrow:after {
    content: '';
    width: 14px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--brand-color)
}

.lessons .accordion__title {
    padding: 22px 60px 22px 20px;
    position: relative;
    box-sizing: border-box
}

.lessons .accordion__title.accordion-active {
    background: var(--bg-gray3);
    border-radius: var(--radius12) var(--radius12) 0 0
}

.lessons .accordion__title.accordion-active+.accordion__content {
    border-radius: 0 0 var(--radius12) var(--radius12)
}

.lessons .accordion__title.accordion-active .accordion__arrow {
    border-color: var(--c-white)
}

.lessons .accordion__title.accordion-active .accordion__arrow:after {
    background: var(--c-white)
}

.lessons .accordion__title.accordion-active .accordion__arrow:before {
    display: none
}

.lessons .accordion__title.accordion-active .lessons__mod {
    background: 0 0;
    border-color: var(--brand-color);
    color: var(--c-white)
}

.lessons .accordion__title.accordion-active .lessons__tt {
    color: var(--c-white)
}

.lessons .accordion__title-text {
    display: flex;
    align-items: center
}

@media screen and (max-width: 768px) {
    .lessons .accordion__title-text {
        display: block
    }
}

.problem {
    position: relative
}

.problem:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 991px) {
    .problem:after {
        background-size: cover;
    }
}

.problem__inner {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 1380px) {
    .problem__inner {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .problem__inner {
        padding: 70px 0
    }
}

.problem__row {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .problem__row {
        display: block
    }
}

.problem__row:nth-of-type(2n+1) {
    flex-direction: row-reverse
}

.problem__row:nth-of-type(2n+1) .problem__img {
    display: flex;
    justify-content: flex-end
}

.problem__row:nth-of-type(2n+1) .problem__content {
    padding-left: 0;
    padding-right: 20px
}

.problem__row+.problem__row {
    margin-top: 20px
}

@media screen and (max-width: 991px) {
    .problem__row+.problem__row {
        margin-top: 55px
    }
}

.problem__cell {
    width: 50%
}

@media screen and (max-width: 991px) {
    .problem__cell {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 991px) {
    .problem__img {
        margin-bottom: 30px;
        display: flex;
        align-items: center!important;
        justify-content: center!important
    }
}

.problem__content {
    padding-left: 20px;
    box-sizing: border-box
}

.problem__title {
    margin-bottom: 20px;
    font-size: clamp(24px, 2.75vw, 44px)
}

.problem__tx {
    color: var(--brand-gray);
    font-size: clamp(16px, 2vw, 32px)
}

.case__inner {
    padding: 120px 30px;
    box-sizing: border-box;
    background: var(--bg-gray3);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .case__inner {
        padding: 70px 20px
    }
}

.case__row {
    display: flex;
    margin: 0 -10px
}

@media screen and (max-width: 991px) {
    .case__row {
        display: block
    }
}

.case__cell {
    width: 33.333%;
    padding: 0 10px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .case__cell {
        width: 100%
    }
    .case__cell+.case__cell {
        margin-top: 20px
    }
}

.case__item {
    padding: 20px 30px 28px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius12);
    color: var(--c-black)
}

@media screen and (max-width: 991px) {
    .case__item {
        padding: 20px
    }
}

.case__tx {
    line-height: 116%;
    font-size: clamp(16px, 1.75vw, 28px)
}

.case__bottom {
    margin-top: 33px;
    display: flex;
    align-items: center
}

.case__name {
    font-size: clamp(14px, 1.625vw, 26px);
    font-weight: 500
}

.case__img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px
}

@media screen and (max-width: 768px) {
    .case__img {
        width: 64px;
        height: 64px
    }
}

.case__img img,
.case__img picture {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.teachers__inner h2 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.teachers__slider {
    padding-bottom: 120px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .teachers__slider {
        padding-bottom: 70px
    }
}

.teachers__slider .swiper-wrapper {
    align-items: inherit
}

.teachers__slider-modal {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer
}

.teachers__slider-item {
    padding: 10px 10px 90px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: var(--radius12);
    border: 1px solid var(--bord);
    transition: .3s
}

.teachers__slider-item .btn {
    margin-top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.teachers__slider-item:hover,
.teachers__slider-item_bg {
    background: var(--c-white)
}

.teachers__slider-item:hover .teachers__slider-name,
.teachers__slider-item_bg .teachers__slider-name {
    color: var(--c-black)
}

.teachers__slider-item:hover .teachers__slider-pos,
.teachers__slider-item_bg .teachers__slider-pos {
    opacity: .6;
    color: var(--gray5)
}

.teachers__slider-item:hover .teachers__slider-link span,
.teachers__slider-item_bg .teachers__slider-link span {
    background: var(--c-white);
    color: var(--c-black);
    border-color: var(--c-black)
}

.teachers__slider-img {
    height: 365px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.teachers__slider-img img,
.teachers__slider-img picture {
    width: 100%;
    filter: grayscale(1)
}

.teachers__slider-ye {
    padding: 6px 15px;
    position: absolute;
    bottom: 25px;
    left: 20px;
    z-index: 2;
    box-sizing: border-box;
    font-size: clamp(12px, 1.125vw, 18px);
    border-radius: var(--radius4);
    background: var(--brand-color)
}

@media screen and (max-width: 991px) {
    .teachers__slider-ye {
        bottom: 18px;
        padding: 9px 24px
    }
}

@media screen and (max-width: 768px) {
    .teachers__slider-ye {
        padding: 6px 9px
    }
}

.teachers__slider-name {
    padding: 0 20px;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 120%
}

@media screen and (max-width: 991px) {
    .teachers__slider-name {
        padding: 0
    }
}

.teachers__slider-pos {
    padding: 0 20px;
    margin-top: 10px;
    line-height: 132%;
    font-size: clamp(16px, 1.43vw, 23px);
    opacity: .6;
    color: var(--brand-gray)
}

@media screen and (max-width: 991px) {
    .teachers__slider-pos {
        padding: 0
    }
}

.teachers__slider-link {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 10px;
    position: absolute;
    cursor: pointer
}

.teachers__slider-link span {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid var(--c-white);
    border-radius: var(--radius6);
    font-size: clamp(20px, 1.25vw, 20px)
}

.rate__inner {
    padding: 80px 20px;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background-color: var(--c-black);
    border: 1px solid var(--bord)
}

@media screen and (max-width: 991px) {
    .rate__inner {
        padding: 0;
        border: none
    }
}

.rate__row {
    display: flex;
    margin: 0 -10px
}

@media screen and (max-width: 991px) {
    .rate__row {
        display: block
    }
}

.rate__cell {
    flex: 0 0 33.333%;
    padding: 0 10px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .rate__cell {
        width: 100%
    }
    .rate__cell+.rate__cell {
        margin-top: 20px
    }
}

.rate__top {
    margin-bottom: 70px;
    box-sizing: border-box;
    border-radius: 10px
}

.rate__item ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 130%
}

@media screen and (max-width: 991px) {
    .rate__item ul li {
        margin-top: 10px
    }
}

.rate__item ul li b {
    font-weight: 600
}

.rate__item ul li:before {
    left: 0;
    top: 1px;
    z-index: 2;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/svg/rt-i1.svg)
}

.rate__item ul li+li {
    margin-top: 12px
}

.rate__item ul li.action-li {
    font-weight: 500;
    color: var(--brand-color)!important
}

.rate__item ul li.action-li:before {
    background-image: url(../img/svg/rt-i2.svg)
}

.rate__item_bg3 .rate__bt ul li {
    color: var(--c-white)
}

.rate__item_bg3 .rate__bt ul li:before {
    filter: invert(1)
}

.rate__item_bg3 .rate__bt ul li.action-li:before {
    filter: inherit
}

.rate__all {
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px
}

@media screen and (max-width: 991px) {
    .rate__all {
        padding: 15px
    }
}

.rate__all:after,
.rate__all:before {
    content: '';
    width: 40px;
    height: 25px;
    display: block;
    position: absolute;
    top: 80px;
    background: var(--c-black)
}

@media screen and (max-width: 991px) {
    .rate__all:after,
    .rate__all:before {
        top: 65px
    }
}

.rate__all:before {
    left: 0;
    border-radius: 0 20px 20px 0
}

.rate__all:after {
    right: 0;
    border-radius: 20px 0 0 20px
}

.rate__item_bg1 .rate__all {
    background: var(--bg);
    color: var(--c-black)
}

.rate__item_bg2 .rate__all {
    background: var(--brand-color);
    color: var(--c-black)
}

.rate__item_bg3 .rate__all {
    background: var(--c-black);
    color: var(--c-white);
    border: 1px solid var(--c-white)
}

.rate__item_bg3 .rate__all .btn {
    border: 1px solid var(--c-white)
}

.rate__item_bg3 .rate__all:before {
    border: 1px solid var(--c-white);
    border-left: none;
    left: -1px
}

.rate__item_bg3 .rate__all:after {
    border: 1px solid var(--c-white);
    border-right: none;
    right: -1px
}

.rate__plan {
    display: table;
    padding: 5px 20px;
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    line-height: 125%;
    background: var(--c-white);
    border-radius: var(--radius6)
}

.rate__item_bg3 .rate__plan {
    color: var(--c-black)
}

.rate__rs {
    font-size: 16px;
    font-weight: 500
}

.rate__price {
    margin-top: 45px;
    line-height: 130%;
    font-size: clamp(16px, 1.875vw, 30px)
}

.rate__price span {
    font-weight: 500;
    font-size: clamp(32px, 2.75vw, 44px)
}

.rate__btn {
    margin-top: 17px
}

.rate__btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 400
}

.rate__content {
    padding: 13px 19px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: 12px;
    color: var(--c-black)
}

.rate__title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    text-align: center
}

.rate__tr {
    padding: 10px 10px 15px;
    margin-bottom: 38px;
    position: relative;
    border: 2px dashed var(--c-black);
    border-radius: 8px;
    text-align: center
}

.rate__tr:after {
    content: '+';
    display: block;
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px
}

.rate__tr-v {
    font-size: 16px
}

.rate__tr-t {
    font-size: 22px;
    font-weight: 500
}

.rate__nlg {
    padding: 115px 20px;
    margin-top: 20px;
    position: relative;
    border-radius: var(--radius12);
    overflow: hidden;
    text-align: center;
    background: var(--bg-gray3)
}

@media screen and (max-width: 991px) {
    .rate__nlg {
        padding: 75px 20px
    }
}

.rate__nlg-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.rate__nlg-bg img,
.rate__nlg-bg picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 991px) {
    .rate__nlg {
        display: block
    }
}

.rate__nlg-title {
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
    line-height: 112%;
    font-size: clamp(28px, 3.75vw, 60px)
}

.rate__nlg-title span {
    display: block;
    color: var(--brand-color)
}

.rate__nlg-tx {
    position: relative;
    z-index: 3;
    font-size: clamp(14px, 1.5vw, 24px);
    box-sizing: border-box
}

.rate__nlg-tx+.rate__nlg-tx {
    margin-top: 15px
}

@media screen and (max-width: 991px) {
    .rate__nlg-tx {
        padding-right: 0
    }
}

.rate__nlg-btn {
    margin-top: 30px;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 991px) {
    .rate__nlg-btn {
        width: 100%;
        margin-top: 30px
    }
}

.rate__bank {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 57px 41px;
    box-sizing: border-box;
    border-radius: 12px;
    background: var(--c-white)
}

@media screen and (max-width: 991px) {
    .rate__bank {
        display: block;
        padding-right: 25px;
        text-align: center
    }
}

.rate__bank-tx {
    width: 40%;
    color: var(--c-black);
    font-weight: 500;
    font-size: clamp(24px, 2.62vw, 42px);
    line-height: 120%
}

@media screen and (max-width: 991px) {
    .rate__bank-tx {
        width: 100%
    }
}

.rate__bank-list {
    width: 54%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -10px
}

@media screen and (max-width: 991px) {
    .rate__bank-list {
        width: 100%;
        margin-top: 15px
    }
}

@media screen and (max-width: 768px) {
    .rate__bank-list {
        display: block
    }
}

.rate__bank-item {
    padding: 0 10px;
    flex: 1 0 33.333%;
    box-sizing: border-box;
    border-radius: var(--radius6);
    overflow: hidden
}

.rate__bank-item img {
    border-radius: var(--radius6)
}

@media screen and (max-width: 768px) {
    .rate__bank-item img {
        max-width: 200px
    }
    .rate__bank-item+.rate__bank-item {
        margin-top: 20px
    }
}

.consultation {
    margin-top: 80px;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .consultation {}
    .consultation .inf {
        background: var(--c-black)
    }
}

.consultation__inner {
    padding: 45px 50px 135px;
    position: relative;
    background-color: var(--c-black);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .consultation__inner {
        padding: 74px 20px 65px
    }
    .consultation__inner h3 {
        text-align: center
    }
}

.consultation__row {
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .consultation__row {
        display: block;
        width: 100%;
        margin: 0
    }
}

.consultation__cell {
    width: 47%
}

@media screen and (max-width: 991px) {
    .consultation__cell {
        width: 100%
    }
    .consultation__cell+.consultation__cell {
        margin-top: 35px
    }
}

.consultation__content ul li {
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    font-size: clamp(16px, 1.25vw, 20px)
}

.consultation__content ul li+li {
    margin-top: 15px
}

.consultation__content ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    filter: invert(1);
    background-image: url('../img/svg/rt-i1.svg');
    background-repeat: no-repeat;
    background-position: center
}

.consultation__tx {
    margin-bottom: 35px;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 130%
}

@media screen and (max-width: 991px) {
    .consultation__tx {
        text-align: center;
        margin-bottom: 25px
    }
}

.consultation__tx span {
    color: var(--brand-color)
}

.consultation__form {
    padding: 30px;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--c-white)
}

@media screen and (max-width: 991px) {
    .consultation__form {
        margin-top: 30px
    }
}

.diploma__inner {
    padding: 47px 44px 0;
    border: 1px solid var(--bord);
    border-radius: var(--radius12);
    position: relative;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right
}

@media screen and (max-width: 991px) {
    .diploma__inner {
        display: block;
        background-position: bottom right
    }
}

@media screen and (max-width: 768px) {
    .diploma__inner {
        padding: 47px 15px 0
    }
}

.diploma__img {
    margin-bottom: -7px
}

@media screen and (max-width: 991px) {
    .diploma__img {
        margin-top: 50px
    }
}

@media screen and (max-width: 768px) {
    .diploma__img {
        margin-bottom: 0
    }
    .diploma__img img {
        margin: auto;
        display: block;
        max-width: 300px;
        width: 100%
    }
}

.diploma__content {
    width: 47%
}

@media screen and (max-width: 991px) {
    .diploma__content {
        width: 100%
    }
    .diploma__content h3 {
        text-align: center
    }
}

.diploma__content .btn {
    margin-top: 50px
}

.diploma__content ul li {
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    font-size: clamp(16px, 1.25vw, 20px)
}

.diploma__content ul li+li {
    margin-top: 15px
}

.diploma__content ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    filter: invert(1);
    background-image: url('../img/svg/rt-i1.svg');
    background-repeat: no-repeat;
    background-position: center
}

.diploma__tx {
    margin-bottom: 35px;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 130%
}

.diploma__tx span {
    color: var(--brand-color)
}

.license__inner {
    display: flex;
    justify-content: space-between;
    border-radius: var(--radius12);
    overflow: hidden;
    ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .license__inner {
        display: block;
        padding: 30px 0;
        background-size: 100% 100%;
    }
}

.license__img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    margin-bottom: -10px
}

@media screen and (max-width: 991px) {
    .license__img {
        width: 100%;
        margin-bottom: 0
    }
}

.license__content {
    padding: 50px 60px 50px 30px;
    width: 48%;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .license__content {
        width: 100%;
        position: relative
    }
    .license__content:after {
        content: '';
        width: 100%;
        height: 300px;
        position: absolute;
        top: -200px;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, .34)), color-stop(69%, rgba(0, 0, 0, .97)), color-stop(71%, #000));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .34) 24%, rgba(0, 0, 0, .97) 69%, #000 71%)
    }
    .license__content:before {
        content: '';
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: #000;
        background: -webkit-gradient(left top, left bottom, color-stop(29%, #000), color-stop(31%, rgba(0, 0, 0, .97)), color-stop(76%, rgba(0, 0, 0, .34)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, #000 29%, rgba(0, 0, 0, .97) 31%, rgba(0, 0, 0, .34) 76%, rgba(0, 0, 0, 0) 100%)
    }
}

.license__about {
    line-height: 120%;
    font-size: clamp(22px, 2.875vw, 46px)
}

@media screen and (max-width: 991px) {
    .license__about {
        position: relative;
        z-index: 3
    }
}

.license__tx {
    margin-top: 30px;
    color: var(--gray3);
    font-size: clamp(16px, 1.75vw, 28px)
}

@media screen and (max-width: 991px) {
    .license__tx {
        color: var(--c-white);
        position: relative;
        z-index: 3;
        opacity: .6
    }
}

.reviews {
    margin-top: 20px
}

.reviews__inner {
    padding: 55px 20px 30px 55px;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--bg-gray3)
}

@media screen and (max-width: 991px) {
    .reviews__inner {
        padding: 70px 30px 30px
    }
    .reviews__inner h2 {
        margin-bottom: 30px;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .reviews__inner {
        padding: 70px 20px 30px
    }
}

.reviews__slider {
    margin-top: -160px;
    position: relative
}

@media screen and (max-width: 991px) {
    .reviews__slider {
        margin-top: 0
    }
}

.reviews__slider-top {
    width: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media screen and (max-width: 991px) {
    .reviews__slider-top {
        width: 100%;
        margin: 50px 0 30px;
        position: relative
    }
}

.reviews__slider-nav {
    overflow: hidden
}

.reviews__slider-nav .swiper-slide {
    width: 104px;
    height: 104px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide {
        width: 86px;
        height: 86px
    }
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide {
        width: 46px;
        height: 46px
    }
}

.reviews__slider-nav .swiper-slide-thumb-active .reviews__slider-ava {
    filter: inherit
}

.reviews__slider-nav .swiper-slide-thumb-active:after {
    content: '';
    width: 102px;
    height: 102px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 1;
    transition: .3s;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid var(--brand-color)
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide-thumb-active:after {
        width: 82px;
        height: 82px
    }
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide-thumb-active:after {
        width: 44px;
        height: 44px
    }
}

.reviews__slider-for {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.reviews__slider-ava {
    width: 94px;
    height: 94px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    filter: grayscale(1);
    transition: .3s
}

@media screen and (max-width: 991px) {
    .reviews__slider-ava {
        width: 78px;
        height: 78px
    }
}

@media screen and (max-width: 991px) {
    .reviews__slider-ava {
        width: 38px;
        height: 38px
    }
}

.reviews__slider-ava img,
.reviews__slider-ava picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__slider-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .reviews__slider-item {
        flex-direction: column-reverse
    }
}

.reviews__slider-tx {
    width: 50%;
    padding-left: 0;
    padding-top: 110px;
    padding-bottom: 105px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .reviews__slider-tx {
        width: 100%;
        padding: 0
    }
}

.reviews__slider-ab {
    position: relative;
    font-size: clamp(14px, 1.875vw, 30px);
    line-height: 140%
}

.reviews__slider-ab:before {
    content: '';
    width: 60px;
    height: 46px;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
    background-image: url(../img/svg/q-s1.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 768px) {
    .reviews__slider-ab:before {
        width: 22px;
        height: 18px;
        background-size: contain;
        margin-bottom: 15px
    }
}

.reviews__slider-bt {
    padding-bottom: 20px;
    margin-top: 55px
}

@media screen and (max-width: 991px) {
    .reviews__slider-bt {
        padding-bottom: 0;
        margin-top: 30px
    }
}

.reviews__slider-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: 500;
    font-size: clamp(16px, 1.625vw, 26px);
    line-height: 130%
}

.reviews__slider-link {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.reviews__slider-video {
    height: 600px;
    width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .reviews__slider-video {
        width: 100%;
        height: 540px;
        margin-bottom: 35px
    }
}

@media screen and (max-width: 768px) {
    .reviews__slider-video {
        height: 260px
    }
}

.reviews__slider-video img,
.reviews__slider-video picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 991px) {
    .reviews__slider-video img,
    .reviews__slider-video picture {
        height: auto;
        -o-object-fit: inherit;
        object-fit: inherit
    }
}

.reviews__slider-video .btn {
    padding: 7px 16px;
    position: absolute;
    bottom: 31px;
    left: 30px;
    z-index: 3
}

@media screen and (max-width: 991px) {
    .reviews__slider-video .btn {
        bottom: 10px;
        left: 10px
    }
}

.faq__l {
    width: 30%;
    padding-top: 150px
}

@media screen and (max-width: 991px) {
    .faq__l {
        padding-top: 100px;
        text-align: center
    }
}

.faq__l .btn {
    margin-top: 45px;
    font-size: clamp(18px, 1.75vw, 28px)
}

@media screen and (max-width: 991px) {
    .faq__l .btn {
        width: 205px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }
}

@media screen and (max-width: 991px) {
    .faq__l {
        width: 100%
    }
}

.faq__r {
    width: 64%
}

@media screen and (max-width: 991px) {
    .faq__r {
        width: 100%;
        margin-top: 30px
    }
}

.faq__content {
    padding: 20px
}

.faq__content p {
    font-size: clamp(16px, 1.375vw, 22px)
}

.faq__inner {
    position: relative;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .faq__inner {
        display: block;
        padding-bottom: 100px
    }
    .faq__inner .inf {
        display: flex;
        align-items: center;
        margin: auto;
        right: 0;
        width: 160px
    }
}

@media screen and (max-width: 768px) {
    .faq__inner .inf {
        width: 118px
    }
}

.faq__inner .accordion__item+.accordion__item {
    margin-top: 10px
}

.faq__inner .accordion__title {
    padding: 17px 60px 17px 20px;
    font-size: clamp(16px, 1.875vw, 30px);
    line-height: 140%;
    position: relative;
    background: var(--bg-gray4);
    border: 1px solid var(--bord3);
    border-radius: var(--radius6);
    cursor: pointer
}

.faq__inner .accordion__title.accordion-active .accordion__arrow {
    border-color: var(--c-white);
    background: 0 0
}

.faq__inner .accordion__title.accordion-active .accordion__arrow:before {
    display: none
}

.faq__inner .accordion__title.accordion-active .accordion__arrow:after {
    background: var(--c-white)
}

.faq__inner .accordion__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    border: 2px solid var(--rose);
    border-radius: 6px
}

.faq__inner .accordion__arrow:before {
    content: '';
    width: 2px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--rose)
}

.faq__inner .accordion__arrow:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--rose)
}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap);
html {
    --doc-padding: 40px;
    --doc-font-size: 14px;
    --cols: 12;
    --gutter: 20px;
    --column: calc( ( 100% - ( var(--gutter) * (var(--cols) - 1))) / 12);
    --w-content: calc(1420px + var(--doc-padding)*2);
    --c-white: #ffffff;
    --c-white2: #F3F3F3;
    --c-black: #000000;
    --brand-color: #F23869;
    --brand-gray: #979797;
    --bord: #483838;
    --bord2: #414141;
    --bord3: #1F1E1F;
    --radius12: 12px;
    --radius6: 6px;
    --radius4: 4px;
    --bg-gray: #302F30;
    --bg-gray2: #171717;
    --bg-gray3: #221F22;
    --bg-gray4: #121212;
    --gray: #898989;
    --garay2: #444444;
    --gray3: #616161;
    --gray4: #D8D8D8;
    --gray5: #1E1E1E;
    --gray6: #767676;
    --gray7: #BABABA;
    --blue: #00062A;
    --ic-bg: #511726;
    --bg: #FBC3D2;
    --rose: #712539
}

@media (max-width: 768px) {
    html {
        --doc-padding: 20px
    }
}


/* 
body,
html {
    background: var(--c-black);
    color: var(--c-white);
    font-family: Jost, sans-serif;
    font-size: clamp(14px, 1.375vw, 22px);
    line-height: 1.4;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%
}

.button:first-child,
.p-big:first-child,
.title-l:first-child,
.title-m:first-child,
.title-s:first-child,
.title-xl:first-child,
.title-xxl:first-child,
a:first-child,
blockquote:first-child,
form:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
li:first-child,
mark:first-child,
ol:first-child,
p:first-child,
table:first-child,
tt:first-child,
ul:first-child {
    margin-top: 0!important
}

.button:last-child,
.p-big:last-child,
.title-l:last-child,
.title-m:last-child,
.title-s:last-child,
.title-xl:last-child,
.title-xxl:last-child,
a:last-child,
blockquote:last-child,
form:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
li:last-child,
mark:last-child,
ol:last-child,
p:last-child,
table:last-child,
tt:last-child,
ul:last-child {
    margin-bottom: 0!important
} */


/* 
.title-xl,
.title-xxl,
h1,
h2 {
    font-weight: 700
}

.title-xxl,
h1 {
    margin: 0;
    font-size: clamp(32px, 5.5vw, 70px);
    line-height: 115%;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .title-xxl,
    h1 {
        text-transform: inherit
    }
}

.title-xl,
h2 {
    margin: 0 0 65px;
    font-size: clamp(28px, 4.25vw, 68px);
    line-height: 104%;
    font-weight: 400
}

.title-l,
h3 {
    font-weight: 400;
    line-height: 106%;
    margin: 0 0 25px;
    font-size: clamp(28px, 3.75vw, 60px)
}

.title-m,
h4 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
    margin: 1em 0
}

.title-s,
h5 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin: 1em 0
}

p {
    margin: 1em 0
}

a {
    color: var(--c-white);
    text-decoration: none;
    outline: 0;
    position: relative;
    transition: .3s
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
} */

.overflow {
    overflow: hidden
}

.hidden,
.hide {
    display: none!important
}

.container {
    max-width: 1740px;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 320px;
    margin: 0 auto;
    position: relative
}

.section,
article,
footer,
header,
section {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 2
}

.section,
article,
section {
    margin-top: 80px
}

@media screen and (max-width: 991px) {
    .section,
    article,
    section {
        margin-top: 70px
    }
}

.content,
.wrap {
    width: 100%;
    max-width: var(--w-content);
    margin: 0 auto;
    padding: 0 var(--doc-padding);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.flex.row {
    flex-flow: row wrap
}

.flex.row>* {
    margin-top: 0;
    flex: 1 1 auto
}

.flex.col {
    flex-flow: column wrap
}

.flex.col>* {
    margin-top: 0;
    flex: 1 1 auto
}

.img {
    display: flex;
    overflow: hidden;
    position: relative;
    background: var(--c-placeholder)
}

.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--c-placeholder);
    overflow: hidden
}

.bg iframe,
.bg img,
.bg video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.btn {
    position: relative;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: clamp(18px, 1.75vw, 28px);
    line-height: 1.3;
    text-align: center;
    text-decoration: none!important;
    font-family: Jost, sans-serif;
    font-weight: 500;
    padding: 16px 40px;
    border: 1px solid transparent;
    border-radius: var(--radius12);
    background-color: var(--brand-color);
    color: var(--c-white);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    transition: all linear .2s
}

@media screen and (max-width: 991px) {
    .btn {
        padding: 16px 35px
    }
}

.btn .ico {
    display: inline-block;
    transition: all ease-out .2s
}

.btn .ico:last-child {
    margin-left: 10px
}

.btn .ico:first-child {
    margin-right: 10px
}

.btn:hover:not([disabled]) {
    background-color: var(--c-white);
    color: var(--brand-color)
}

.btn[disabled] {
    filter: grayscale(100%);
    cursor: default
}

.btn-black {
    color: var(--c-white);
    background: var(--c-black)
}

.btn-black:hover {
    border-color: var(--brand-color)
}

.btn-min {
    font-weight: 400;
    padding: 12px 30px;
    font-size: clamp(18px, 1.5vw, 24px);
    border-radius: var(--radius6)
}

.btn-tx {
    font-weight: 400;
    flex-direction: column
}

.btn-tx span {
    line-height: 117%;
    display: block;
    font-weight: 700;
    text-align: center
}

.btn-center {
    margin-top: 63px;
    text-align: center
}

@media screen and (max-width: 991px) {
    .btn-center {
        margin-top: 40px
    }
}

.btn-bord {
    border: 1px solid var(--c-white);
    font-size: clamp(20px, 1.25vw, 20px);
    background: 0 0
}

.btn-bord:hover {
    background: var(--c-white);
    color: var(--c-black);
    border-color: var(--c-black)
}

.inf {
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: var(--c-black);
    border-radius: var(--radius12) 0 var(--radius12) 0
}

.inf__icon {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 57px;
    border-radius: var(--radius12);
    background: var(--ic-bg)
}

@media screen and (max-width: 991px) {
    .inf__icon {
        width: 54px;
        height: 46px
    }
    .inf__icon img {
        width: 32px
    }
}

@media screen and (max-width: 768px) {
    .inf__icon {
        width: 40px;
        height: 35px;
        border-radius: var(--radius6)
    }
    .inf__icon img {
        width: 18px
    }
}

.inf__prof {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    padding: 10px 28px;
    font-weight: 400;
    font-size: clamp(14px, 1.875vw, 30px);
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .inf__prof {
        height: 46px;
        padding: 4px 19px
    }
}

@media screen and (max-width: 768px) {
    .inf__prof {
        height: 35px;
        padding: 4px 10px;
        border-radius: var(--radius6)
    }
}

.inf_bg {
    background: var(--garay2)
}

.inf_bg .inf__prof {
    background: var(--bg-gray)
}

.inf_pd {
    background: var(--garay2);
    border-radius: var(--radius12);
    padding: 10px
}

.title-main {
    text-align: center;
    max-width: 1205px;
    margin: 0 auto 45px
}

.title-main h2 {
    margin-bottom: 20px
}

.title-main__tx {
    line-height: 120%;
    font-size: clamp(16px, 2vw, 32px)
}

.swiper-wrapper {
    height: auto
}

.swiper-slide {
    height: inherit
}

.swiper-button-next,
.swiper-button-prev {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background-image: url('../img/svg/ic-sw.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 36px;
    border: 1px solid var(--c-white);
    border-radius: 8px;
    transition: .3s
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: 0
}

@media screen and (max-width: 991px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 44px;
        height: 44px;
        background-size: 20px 20px
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-image: url('../img/svg/ic-sw2.svg');
    ;
    border-color: var(--brand-color)
}

.swiper-button-prev {
    left: -80px
}

@media screen and (max-width: 991px) {
    .swiper-button-prev {
        left: -55px
    }
}

.swiper-button-next {
    right: -80px;
    transform: rotate(180deg)
}

@media screen and (max-width: 991px) {
    .swiper-button-next {
        right: -55px
    }
}

.form .btn {
    font-size: 18px
}

.form__item label {
    margin-bottom: -3px;
    font-size: clamp(14px, 1.25vw, 20px);
    font-weight: 500;
    color: var(--c-black)
}

.form__item label a {
    color: var(--c-black);
    text-decoration: underline
}

.form__item input {
    width: 100%;
    padding: 5px 0;
    border-radius: 0;
    font-family: Jost, sans-serif;
    box-sizing: border-box;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid var(--c-black)
}

@media screen and (max-width: 991px) {
    .form__item input {
        font-size: 16px
    }
}

.form__item input:focus {
    outline: 0
}

.form__item+.form__item {
    margin-top: 35px
}

.form__item_b {
    margin-top: 23px!important
}

.form__item_bottom {
    margin-top: 20px!important
}

.form__item-check {
    position: relative
}

.form__item-check+.form__item-check {
    margin-top: 10px
}

.form__item-check input[type=checkbox] {
    width: 1px;
    height: 1px
}

.form__item-check input[type=checkbox]+label {
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 15px;
    color: var(--gray6);
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .form__item-check input[type=checkbox]+label {
        font-size: 14px
    }
}

.form__item-check input[type=checkbox]+label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    border: 2px solid var(--gray7);
    border-radius: 4px;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-sizing: border-box
}

.form__item-check input[type=checkbox]+label a {
    display: inline-block;
    margin-left: 3px;
    text-decoration: underline;
    color: var(--gray6)
}

.form__item-check input[type=checkbox]+label a:hover {
    color: var(--c-black)
}

.form__item-check input[type=checkbox]:checked+label:before {
    border-color: var(--c-black);
    background-image: url('../img/svg/check1-ic.svg')
}

.accordion__content {
    display: none
}

img {
    max-width: 100%
}

.remodal {
    padding: 70px 50px;
    max-width: 1010px;
    border-radius: 20px;
    text-align: left
}

@media screen and (max-width: 991px) {
    .remodal {
        padding: 30px
    }
}

.remodal.w2 {
    max-width: 700px
}

.remodal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    left: inherit;
    z-index: 4;
    background-image: url(../img/svg/cl-s1.svg);
    background-repeat: no-repeat;
    background-position: center
}

.remodal-close:before {
    display: none
}

.remodal__prof-in {
    display: flex
}

@media screen and (max-width: 768px) {
    .remodal__prof-in {
        display: block
    }
}

.remodal__prof-img {
    width: 40%;
    min-height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    .remodal__prof-img {
        width: 100%;
        max-width: 300px;
        margin-bottom: 40px
    }
}

.remodal__prof-img img,
.remodal__prof-img picture {
    width: 100%;
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover
}

.remodal__prof-tx {
    width: 60%;
    padding-left: 47px
}

@media screen and (max-width: 768px) {
    .remodal__prof-tx {
        width: 100%;
        padding-left: 0
    }
}

.remodal__prof-tx ul {
    margin-top: 45px
}

.remodal__prof-tx ul li {
    padding-left: 25px;
    font-weight: 400;
    font-size: clamp(16px, 1.375vw, 22px);
    line-height: 156%;
    position: relative
}

.remodal__prof-tx ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    top: 12px;
    position: absolute;
    left: 0;
    border-radius: 100px;
    background: var(--brand-color)
}

.remodal__prof-name {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 140%
}

.remodal__prof-pos {
    font-weight: 600;
    font-size: clamp(18px, 1.625vw, 26px);
    line-height: 140%;
    letter-spacing: .01em
}

.remodal__fr_fl {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .remodal__fr_fl {
        display: block
    }
}

.remodal__fr_fl .remodal__fr-title {
    margin-bottom: 15px
}

.remodal__fr_fl .remodal__fr-left {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .remodal__fr_fl .remodal__fr-left {
        width: 100%;
        margin-bottom: 30px
    }
}

.remodal__fr_fl .remodal__fr-right {
    width: 50%
}

@media screen and (max-width: 991px) {
    .remodal__fr_fl .remodal__fr-right {
        width: 100%
    }
}

.remodal__fr-left {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .remodal__fr-left {
        padding-right: 30px
    }
}

.remodal__fr-title {
    font-weight: 700;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.4
}

.iti__country-name,
.iti__flag-box {
    color: #000
}

.header {
    padding: 15px 0;
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .header {
        background: 0 0;
        position: relative;
        z-index: 99
    }
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo {
    display: block
}

@media screen and (max-width: 991px) {
    .header__logo {
        width: 108px
    }
}

@media screen and (max-width: 768px) {
    .header__logo {
        width: 70px
    }
}

.header__main {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .header__main {
        display: none;
        width: 100%;
        padding: 20px 20px 40px;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 5;
        background: var(--c-black);
        box-sizing: border-box
    }
    .is-open .header__main {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .header__main {
        top: 50px
    }
}

.header__main ul {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .header__main ul {
        display: block
    }
}

.header__main ul li {
    margin: 0 24px
}

@media screen and (max-width: 1320px) {
    .header__main ul li {
        margin: 0 10px
    }
}

@media screen and (max-width: 991px) {
    .header__main ul li {
        margin: 0
    }
    .header__main ul li+li {
        margin-top: 10px
    }
}

.header__main ul li a {
    font-weight: 500;
    line-height: 130%
}

.header__main ul li a:hover {
    color: var(--brand-color)
}

.header__lk {
    margin-left: 145px;
    display: inline-block
}

@media screen and (max-width: 1550px) {
    .header__lk {
        margin-left: 50px
    }
}

@media screen and (max-width: 991px) {
    .header__lk {
        margin-left: 0;
        margin-top: 30px
    }
}

.header__lk a {
    padding: 7px 6px 7px 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: clamp(14px, 1.125vw, 18px);
    border: 1px solid var(--bord);
    border-radius: var(--radius6)
}

.header__lk a span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius4);
    background: var(--brand-color)
}

.header__lk a:hover {
    background: var(--brand-color)
}

.header__toggler {
    display: none
}

@media screen and (max-width: 991px) {
    .header__toggler {
        display: block;
        width: 57px;
        height: 57px;
        background: var(--bg-gray3);
        border-radius: 100%;
        position: relative
    }
    .header__toggler:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/svg/tgl-s1.svg)
    }
}

@media screen and (max-width: 768px) {
    .header__toggler {
        width: 37px;
        height: 37px
    }
}

.dialogs {
    position: fixed;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0
}

.dialogs .close-bg {
    position: fixed;
    z-index: 51;
    width: 100%;
    height: 100%
}

.dialogs .close-bg .ico {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    fill: var(--c-white);
    right: 20px;
    top: 20px;
    cursor: pointer
}

.dialogs .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box
}

.dialogs .close {
    display: block;
    position: absolute;
    z-index: 53;
    width: 20px;
    height: 20px;
    fill: var(--c-black);
    right: 30px;
    top: 30px;
    cursor: pointer;
    transition: all ease-in-out .2s
}

.dialogs .close:hover {
    transform: scale(1.05)
}

.dialogs .popup {
    display: none;
    opacity: 0;
    margin: 0 auto;
    position: relative;
    z-index: 52;
    width: 100%;
    max-width: 1200px;
    border: none;
    padding: 40px;
    box-sizing: border-box;
    transform: translate3d(0, -30px, 0) scale(.9);
    transition: all ease-in-out .3s;
    background: var(--c-white);
    color: var(--c-black)
}

.dialogs .popup.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1)
}

.dialogs .thanks-popup {
    background: rgba(0, 0, 0, .65);
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.dialogs .thanks-popup .close {
    z-index: 103
}

.dialogs .thanks-popup .close-bg {
    z-index: -1
}

.dialogs .thanks-popup .popup {
    opacity: 1!important;
    display: block!important;
    background-color: var(--c-white);
    text-align: center
}

.banner {
    padding-bottom: 80px;
    margin-top: 0;
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .banner {
        background: 0 0;
        padding-bottom: 0
    }
}

.banner h1 {
    margin-top: 25px
}

.banner__inner {
    position: relative;
    background: var(--c-black);
    border-radius: var(--radius12);
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .banner__inner {
        background: var(--bg-gray2)
    }
}

.banner__img {
    width: 52%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .banner__img {
        width: 100%;
    }
}

.banner__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__holder {
    width: 50%;
    padding: 40px 60px;
    position: relative;
    z-index: 4;
    background: var(--c-black)
}

.banner__holder:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../img/svg/banner-i1.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .banner__holder:before {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .banner__holder {
        width: 100%;
        padding: 72px 52px;
        background: 0 0
    }
}

@media screen and (max-width: 768px) {
    .banner__holder {
        padding: 20px
    }
}

.banner__holder:after {
    content: '';
    width: 300px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -290px;
    z-index: -1;
    background: #000;
    background: -webkit-gradient(left top, right top, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%)
}

@media screen and (max-width: 991px) {
    .banner__holder:after {
        display: none
    }
}

.banner__date {
    display: inline-block;
    padding: 5px 13px;
    margin-right: 3px;
    font-weight: 400;
    border: 1px solid var(--brand-color);
    border-radius: var(--radius6);
    font-size: clamp(14px, 1.56vw, 25px)
}

@media screen and (max-width: 768px) {
    .banner__date {
        margin-bottom: 10px
    }
}

.banner__about {
    display: inline-block;
    padding: 5px 12px;
    font-weight: 400;
    background: var(--bg-gray);
    border-radius: var(--radius6);
    font-size: clamp(14px, 1.56vw, 25px)
}

.banner__list {
    margin-top: 18px
}

@media screen and (max-width: 991px) {
    .banner__list {
        margin-top: 30px
    }
}

@media screen and (max-width: 768px) {
    .banner__list {
        margin-top: 16px
    }
}

.banner__list+.btn {
    margin-top: 26px
}

@media screen and (max-width: 991px) {
    .banner__list+.btn {
        margin-top: 43px
    }
}

@media screen and (max-width: 768px) {
    .banner__list+.btn {
        margin-top: 24px
    }
}

.banner__list li {
    line-height: 130%
}

.banner__list li:before {
    content: '—';
    color: var(--brand-color);
    margin-right: 7px
}

.banner__list li+li {
    margin-top: 10px
}

.profession h3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.profession__inner {
    padding: 70px 53px 95px;
    box-sizing: border-box;
    position: relative;
    background: var(--bg-gray2);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .profession__inner {
        padding-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .profession__inner {
        padding: 60px 20px
    }
}

.profession__row {
    margin-top: 65px;
    display: flex
}

@media screen and (max-width: 991px) {
    .profession__row {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .profession__row {
        margin-top: 35px
    }
}

.profession__cell {
    width: 33.333%;
    position: relative
}

.profession__cell_color1 {
    transform: rotate(-4deg);
    margin-top: -96px;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .profession__cell_color1 {
        transform: none;
        margin: 0
    }
}

.profession__cell_color2 {
    z-index: 2;
    transform: rotate(-1deg);
    right: 10px
}

@media screen and (max-width: 991px) {
    .profession__cell_color2 {
        transform: none;
        margin: 0;
        right: 0
    }
}

.profession__cell_color3 {
    transform: rotate(2deg);
    z-index: 3;
    margin-top: -66px;
    right: 28px
}

@media screen and (max-width: 991px) {
    .profession__cell_color3 {
        transform: none;
        margin: 0;
        right: 0
    }
}

@media screen and (max-width: 991px) {
    .profession__cell {
        width: 100%
    }
    .profession__cell+.profession__cell {
        margin-top: 15px
    }
}

.profession__item {
    padding: 35px 30px;
    border-radius: var(--radius12);
    text-align: center
}

.profession__cell_color1 .profession__item {
    border: 1px solid var(--bord);
    color: var(--brand-gray)
}

.profession__cell_color2 .profession__item {
    background: var(--c-white);
    color: var(--c-black)
}

.profession__cell_color3 .profession__item {
    color: var(--c-black);
    background: var(--bg);
    box-shadow: 0 40px 60px 0 rgba(0, 0, 0, .5)
}

@media screen and (max-width: 991px) {
    .profession__item {
        padding: 30px
    }
}

.profession__top {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 991px) {
    .profession__top {
        margin-bottom: 16px
    }
}

@media screen and (max-width: 768px) {
    .profession__top {
        display: block;
        text-align: center
    }
    .profession__top img {
        display: block;
        margin: 0 auto 15px!important
    }
}

.profession__cell_color1 .profession__top {
    color: var(--c-white)
}

.profession__top img {
    flex-shrink: 0;
    margin-right: 20px
}

@media screen and (max-width: 991px) {
    .profession__top img {
        width: 40px
    }
}

.profession__top span {
    line-height: 103%;
    font-size: clamp(24px, 2.75vw, 44px)
}

.profession__tx {
    font-size: clamp(16px, 1.375vw, 22px)
}

.profession__tx span {
    font-weight: 600
}

.profession__cell_color1 .profession__tx span {
    color: var(--c-white)
}

.profession__info {
    padding: 40px 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-gray3);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .profession__info {
        display: block;
        text-align: center
    }
}

.profession__info-tx {
    margin-right: 10px;
    letter-spacing: -.01em;
    font-weight: 500;
    font-size: clamp(22px, 1.875vw, 30px)
}

@media screen and (max-width: 991px) {
    .profession__info-tx {
        margin-right: 0;
        margin-bottom: 25px
    }
}

.profession__info-tx span {
    color: var(--brand-color)
}

.profession__info .btn {
    width: 100%;
    max-width: 295px;
    flex-shrink: 0
}

@media screen and (max-width: 991px) {
    .profession__info .btn {
        width: auto
    }
}

.job {
    position: relative;
    z-index: 3
}

.job__slider {
    overflow: hidden
}

@media screen and (max-width: 1200px) {
    .job__slider {
        padding-bottom: 120px
    }
}

@media screen and (max-width: 991px) {
    .job__slider {
        padding-bottom: 70px
    }
}

@media screen and (max-width: 1200px) {
    .job__slider .swiper-button-next,
    .job__slider .swiper-button-prev {
        display: block
    }
}

.job__slider-item {
    height: 427px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--bord2);
    border-radius: var(--radius12);
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .job__slider-item {
        height: 318px
    }
}

.job__slider-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.job__slider-bg img,
.job__slider-bg picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.job__slider-bg:after {
    content: '';
    width: 100%;
    height: 80%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, .34)), color-stop(69%, rgba(0, 0, 0, .97)), color-stop(71%, #000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .34) 24%, rgba(0, 0, 0, .97) 69%, #000 71%)
}

.job__slider-tx {
    position: relative;
    z-index: 3;
    padding: 20px 35px;
    line-height: 130%;
    font-weight: 500;
    font-size: clamp(24px, 1.56vw, 25px)
}

@media screen and (max-width: 991px) {
    .job__slider-tx {
        padding: 20px
    }
}

.job__slider-tx span {
    color: var(--brand-color)
}

.education {
    padding: 80px 0;
    position: relative
}

@media screen and (max-width: 991px) {
    .education {
        padding: 45px 0 0
    }
}

.education:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('../img/svg/educ-i1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}

@media screen and (max-width: 991px) {
    .education:after {
        top: -15%;
        background-size: cover;
        background-position: center top;
    }
}

.education__inner {
    position: relative;
    z-index: 2
}

.education__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

@media screen and (max-width: 991px) {
    .education__row {
        display: block
    }
}

.education__cell {
    padding: 0 10px 20px;
    width: 50%;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .education__cell {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .education__cell {
        flex-direction: row-reverse
    }
}

.education__cell:nth-of-type(3) .education__item,
.education__cell:nth-of-type(4) .education__item {
    flex-direction: row-reverse
}

@media screen and (max-width: 991px) {
    .education__cell:nth-of-type(3) .education__item,
    .education__cell:nth-of-type(4) .education__item {
        flex-direction: row
    }
}

.education__cell:nth-of-type(3) .education__info,
.education__cell:nth-of-type(4) .education__info {
    padding-left: 25px
}

.education__item {
    height: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--c-black);
    border-radius: var(--radius12);
    overflow: hidden;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .education__item {
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .education__item {
        flex-direction: column!important
    }
}

.education__info {
    padding: 30px 40px 30px 20px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .education__info {
        width: 100%
    }
}

.education__img {
    width: 48%;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 768px) {
    .education__img {
        width: 100%;
        border-radius: var(--radius12)
    }
}

.education__img img,
.education__img picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.education__title {
    margin-bottom: 8px;
    font-size: clamp(24px, 1.75vw, 28px)
}

.education__tx {
    color: var(--brand-gray);
    font-size: clamp(16px, 1.375vw, 22px)
}

.education__tx span {
    color: var(--brand-color)
}

.skills__row {
    display: flex;
    align-items: flex-start;
    padding: 47px 0;
    border-top: 1px solid var(--bord)
}

@media screen and (max-width: 991px) {
    .skills__row {
        padding: 25px 0;
        display: block
    }
    .skills__row:last-of-type {
        padding-bottom: 0
    }
}

.skills__title {
    width: 40%;
    padding: 0 57px;
    box-sizing: border-box;
    font-size: clamp(25px, 3vw, 48px);
    line-height: 125%
}

@media screen and (max-width: 991px) {
    .skills__title {
        padding: 0;
        width: 100%;
        margin-bottom: 15px
    }
}

.skills__tx {
    width: 60%;
    padding: 0 30px;
    box-sizing: border-box;
    color: var(--brand-gray);
    font-size: clamp(16px, 2vw, 32px)
}

@media screen and (max-width: 991px) {
    .skills__tx {
        width: 100%;
        padding: 0
    }
}

.interest__inner {
    padding: 63px 0 170px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--bg-gray2)
}

@media screen and (max-width: 991px) {
    .interest__inner {
        padding: 60px 0
    }
}

.interest__inner .title-main {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto
}

.interest__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.interest__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.interest__top {
    width: 55%;
    margin: auto;
    position: relative;
    z-index: 3;
    text-align: center
}

.interest__slider {
    width: 84%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 1380px) {
    .interest__slider {
        width: 95%
    }
}

@media screen and (max-width: 991px) {
    .interest__slider {
        padding-bottom: 70px
    }
}

.interest__slider .swiper-button-next,
.interest__slider .swiper-button-prev {
    display: none
}

@media screen and (max-width: 991px) {
    .interest__slider .swiper-button-next,
    .interest__slider .swiper-button-prev {
        display: block
    }
}

.interest__item {
    height: 612px;
    padding: 2px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--bg-gray);
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .interest__item {
        height: 378px
    }
}

.interest__item_bg2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    position: relative
}

.interest__item_bg2 .interest__item-content {
    padding: 24px 32px;
    position: relative;
    z-index: 2
}

.interest__item_bg2 .interest__item-content:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(68%, #000), color-stop(100%, #000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 68%, #000 100%)
}

.interest__item_bg2 .interest__item-img {
    height: 50%;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.interest__item_bg2 .interest__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.interest__item_bg3 {
    padding: 38px 32px 24px;
    border: 1px solid var(--bord)
}

.interest__item_bg3 .interest__item {
    display: flex;
    justify-content: space-between
}

.interest__item-tag {
    margin-top: 10px;
    position: relative;
    z-index: 3
}

.interest__item-tag-in {
    display: inline-block;
    padding: 8px;
    line-height: 99%;
    box-sizing: border-box;
    font-size: 17px;
    border-radius: 10px
}

.interest__item-content {
    position: relative;
    z-index: 4
}

.interest__item-title {
    font-size: clamp(100px, 12.5vw, 200px);
    line-height: 100%;
    color: var(--brand-color);
    font-weight: 300
}

.interest__item-title span {
    display: block;
    margin-top: -15px;
    font-size: clamp(22px, 12.5vw, 28px);
    font-weight: 400;
    line-height: 100%;
    color: var(--c-white)
}

.interest__item-title span.min {
    display: inline-block;
    font-size: clamp(60px, 8.125vw, 130px);
    font-weight: 300;
    color: var(--brand-color)
}

.interest__item-title span.mn {
    margin-bottom: -10px;
    color: var(--brand-color);
    font-weight: 300;
    font-size: clamp(22px, 2.5vw, 40px)
}

.interest__item-tx {
    font-size: clamp(14px, 1.25vw, 20px);
    font-weight: 500;
    margin-top: 27px;
    line-height: 142%
}

@media screen and (max-width: 991px) {
    .interest__item-tx {
        font-size: 18px;
        line-height: 135%
    }
}

.interest__item-min {
    font-size: clamp(10px, .875vw, 14px);
    font-weight: 500;
    color: var(--gray)
}

.interest__item-img {
    margin-top: 25px;
    text-align: center
}

.interest__item-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.interest__item-bg img,
.interest__item-bg picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.interest__item-tag {
    margin-top: 22px
}

.interest__item-tag-in {
    padding: 7px 8px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius4);
    color: var(--blue);
    font-size: clamp(10px, 1.06vw, 17px)
}

.pay {
    padding: 80px 0;
    position: relative
}

@media screen and (max-width: 991px) {
    .pay {
        padding-bottom: 0
    }
}

.pay:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../img/svg/pay-ic1.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .pay {
        padding: 40px 0
    }
    .pay .inf_bg {
        background: var(--c-black)
    }
    .pay:after {}
}

.pay .title-main {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.pay__inner {
    padding: 110px 0;
    position: relative;
    z-index: 3;
    background: var(--c-black);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .pay__inner {
        padding: 70px 0 30px
    }
}

.pay__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto -20px;
    width: 92%
}

.pay__cell {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box
}

.pay__cell.w50 {
    width: 50%
}

@media screen and (max-width: 991px) {
    .pay__cell.w50 {
        width: 100%
    }
}

.pay__cell.w100 .pay__item {
    padding: 30px 0 45px;
    text-align: center;
    background: 0 0;
    border: 1px solid var(--c-white)
}

@media screen and (max-width: 991px) {
    .pay__cell.w100 .pay__item {
        text-align: left;
        padding: 55px 40px 35px
    }
}

.pay__cell.w100 .pay__tx {
    margin-top: -16px;
    line-height: 96%
}

@media screen and (max-width: 991px) {
    .pay__cell.w100 .pay__tx {
        margin-top: 20px;
        line-height: 138%
    }
}

.pay__item {
    height: 100%;
    padding: 55px 40px 5px;
    background: var(--bg-gray2);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .pay__item {
        padding-bottom: 35px
    }
}

@media screen and (max-width: 768px) {
    .pay__item {
        padding: 55px 15px 35px!important
    }
}

.pay__top {
    color: var(--gray3);
    font-weight: 300;
    font-size: clamp(20px, 2.5vw, 40px);
    line-height: 40%
}

.pay__content {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .pay__content {
        display: block
    }
}

.pay__numb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-weight: 300;
    line-height: 112%;
    font-size: clamp(80px, 12.5vw, 200px)
}

.pay__numb span {
    display: block;
    margin-left: 10px;
    font-weight: 200;
    line-height: 80%;
    color: var(--gray3);
    font-size: clamp(30px, 5vw, 80px)
}

.pay__tx {
    padding-left: 37px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: clamp(16px, 1.75vw, 28px)
}

@media screen and (max-width: 991px) {
    .pay__tx {
        padding-left: 0;
        margin-top: 20px
    }
}

.pay__price {
    line-height: 115%;
    color: var(--brand-color);
    font-weight: 300;
    font-size: clamp(80px, 12.5vw, 200px)
}

.pay__price span.ot {
    color: var(--gray3)
}

@media screen and (max-width: 991px) {
    .pay__price span.ot {
        display: block;
        font-weight: 300;
        font-size: clamp(20px, 2.5vw, 40px);
        line-height: 40%
    }
}

.pay__price span.m {
    display: none;
    margin-left: 10px;
    font-weight: 200;
    line-height: 80%;
    color: var(--gray3);
    font-size: clamp(30px, 5vw, 80px)
}

@media screen and (max-width: 991px) {
    .pay__price span.m {
        display: inline-block;
        margin-left: 0
    }
}

@media screen and (max-width: 991px) {
    .pay__price span.nn {
        display: none
    }
}

.why__inner {
    padding: 110px 15px 35px;
    box-sizing: border-box;
    background: var(--bg-gray2);
    border-radius: var(--radius12)
}

.why__inner .title-main {
    margin-bottom: 80px
}

@media screen and (max-width: 991px) {
    .why__inner .title-main {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 991px) {
    .why__inner {
        padding: 80px 15px 35px
    }
}

.why__line {
    padding: 45px 60px;
    box-sizing: border-box;
    display: flex;
    border-top: 1px solid var(--bord)
}

@media screen and (max-width: 991px) {
    .why__line {
        padding: 25px 0;
        display: block
    }
}

.why__title {
    width: 40%;
    padding-right: 30px;
    line-height: 125%;
    box-sizing: border-box;
    font-size: clamp(25px, 3vw, 48px)
}

@media screen and (max-width: 991px) {
    .why__title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 18px
    }
}

.why__content {
    width: 60%;
    padding-left: 20px;
    line-height: 147%;
    box-sizing: border-box;
    font-size: clamp(16px, 2vw, 32px)
}

@media screen and (max-width: 991px) {
    .why__content {
        width: 100%;
        padding-left: 0
    }
}

.why__content p span {
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    color: var(--brand-color)
}

.why__content ul li {
    padding-left: 43px;
    position: relative;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 130%
}

.why__content ul li+li {
    margin-top: 20px
}

.why__content ul li span {
    color: var(--brand-color)
}

.why__content ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    flex-shrink: 0;
    background-image: url(../img/svg/rt-i1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.why__list-item+.why__list-item {
    margin-top: 25px
}

.why__list-title {
    font-weight: 500;
    color: var(--brand-color);
    font-size: clamp(25px, 2vw, 32px)
}

.why__list-title span {
    color: var(--c-white)
}

.why__list-tx {
    margin-top: 10px;
    line-height: 136%;
    font-size: clamp(16px, 1.25vw, 20px)
}

.studies__slider {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .studies__slider {
        padding-bottom: 70px
    }
}

.studies__slider .swiper-slide {
    height: auto
}

@media screen and (max-width: 768px) {
    .studies__slider .swiper-slide {
        width: 220px
    }
}

.studies__slider-item {
    height: 100%;
    padding: 30px 30px 55px;
    box-sizing: border-box;
    border: 1px solid var(--bord);
    border-radius: var(--radius12)
}

@media screen and (max-width: 768px) {
    .studies__slider-item {
        padding: 20px
    }
}

.studies__slider-ic {
    margin-bottom: 40px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-gray2);
    border-radius: var(--radius6)
}

@media screen and (max-width: 768px) {
    .studies__slider-ic {
        width: 44px;
        height: 44px
    }
    .studies__slider-ic img {
        width: 22px
    }
}

.studies__slider-title {
    margin-bottom: 7px;
    line-height: 120%;
    font-size: clamp(24px, 2vw, 32px)
}

.studies__slider-title span {
    color: var(--brand-color)
}

.studies__slider-tx {
    color: var(--brand-gray);
    line-height: 135%;
    font-size: clamp(16px, 2vw, 23px)
}

.lessons {
    color: var(--c-black)
}

.lessons__inner {
    padding: 55px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: 12px
}

.lessons__inner .title-main {
    max-width: 100%
}

.lessons__inner .title-main__tx {
    font-size: clamp(16px, 2.5vw, 40px)
}

@media screen and (max-width: 1200px) {
    .lessons__inner {
        padding: 60px 30px
    }
}

.lessons__inner h2 {
    margin-bottom: 62px;
    text-align: center
}

.lessons__list {
    display: flex;
    margin: 60px -10px 0
}

@media screen and (max-width: 991px) {
    .lessons__list {
        flex-wrap: wrap;
        display: block
    }
}

.lessons__list-cell {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .lessons__list-cell {
        width: 50%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .lessons__list-cell {
        width: 100%
    }
}

.lessons__list-item {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 13px 19px;
    box-sizing: border-box;
    border-radius: 8px
}

.lessons__list-numb {
    margin-right: 18px;
    font-size: 46px;
    flex-shrink: 0
}

.lessons__list-tx {
    font-size: 24px
}

.lessons__main {
    margin-top: 55px
}

.lessons__main-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 140%
}

.lessons__main-tx {
    margin: 20px 0 40px;
    font-size: 34px
}

.lessons__mod {
    display: inline-flex;
    flex-shrink: 0;
    padding: 6px 14px;
    margin-right: 18px;
    font-size: clamp(12px, 1.375vw, 22px);
    color: var(--c-black);
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius6);
    transition: .3s;
    border: 1px solid transparent
}

@media screen and (max-width: 768px) {
    .lessons__mod {
        display: inline-block
    }
}

.lessons__tt {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: clamp(16px, 2.25vw, 36px);
    line-height: 110%
}

@media screen and (max-width: 768px) {
    .lessons__tt {
        margin: 10px 0;
        width: 100%
    }
}

.lessons__time {
    display: inline-flex;
    padding: 6px 13px;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: clamp(12px, 1.125vw, 18px);
    background: var(--brand-color);
    border-radius: var(--radius4);
    color: var(--c-white)
}

@media screen and (max-width: 991px) {
    .lessons__time {
        margin-bottom: 2px
    }
}

@media screen and (max-width: 768px) {
    .lessons__time {
        display: inline-block
    }
}

.lessons__content p {
    font-size: clamp(14px, 1.875vw, 30px);
    color: var(--c-white)
}

.lessons__tit {
    padding: 15px 20px;
    margin-bottom: 25px;
    box-sizing: border-box;
    font-size: 28px;
    border-radius: 4px
}

.lessons__line {
    padding: 17px 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius12);
    color: var(--c-black)
}

@media screen and (max-width: 991px) {
    .lessons__line {
        display: block;
        border-radius: var(--radius6)
    }
}

.lessons__line+.lessons__line {
    margin-top: 10px
}

.lessons__line-md {
    padding: 5px 13px;
    flex-shrink: 0;
    margin-right: 15px;
    box-sizing: border-box;
    font-size: clamp(12px, 1.375vw, 22px);
    border: 1px solid var(--brand-color);
    border-radius: var(--radius6)
}

@media screen and (max-width: 991px) {
    .lessons__line-md {
        display: table;
        margin-bottom: 10px
    }
}

.lessons__line-md_pkt {
    background: var(--brand-color);
    color: var(--c-white)
}

.lessons__line-tt {
    font-size: clamp(16px, 2.25vw, 36px)
}

.lessons .accordion__content {
    padding: 20px 20px 30px;
    background: var(--bg-gray3)
}

.lessons .accordion__item {
    position: relative;
    background: var(--gray4);
    border-radius: var(--radius12);
    cursor: pointer
}

.lessons .accordion__item+.accordion__item {
    margin-top: 20px
}

.lessons .accordion__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    border: 2px solid var(--brand-color);
    border-radius: var(--radius6)
}

.lessons .accordion__arrow:before {
    content: '';
    width: 2px;
    height: 14px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--brand-color)
}

.lessons .accordion__arrow:after {
    content: '';
    width: 14px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--brand-color)
}

.lessons .accordion__title {
    padding: 22px 60px 22px 20px;
    position: relative;
    box-sizing: border-box
}

.lessons .accordion__title.accordion-active {
    background: var(--bg-gray3);
    border-radius: var(--radius12) var(--radius12) 0 0
}

.lessons .accordion__title.accordion-active+.accordion__content {
    border-radius: 0 0 var(--radius12) var(--radius12)
}

.lessons .accordion__title.accordion-active .accordion__arrow {
    border-color: var(--c-white)
}

.lessons .accordion__title.accordion-active .accordion__arrow:after {
    background: var(--c-white)
}

.lessons .accordion__title.accordion-active .accordion__arrow:before {
    display: none
}

.lessons .accordion__title.accordion-active .lessons__mod {
    background: 0 0;
    border-color: var(--brand-color);
    color: var(--c-white)
}

.lessons .accordion__title.accordion-active .lessons__tt {
    color: var(--c-white)
}

.lessons .accordion__title-text {
    display: flex;
    align-items: center
}

@media screen and (max-width: 768px) {
    .lessons .accordion__title-text {
        display: block
    }
}

.problem {
    position: relative
}

.problem:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 991px) {
    .problem:after {
        background-size: cover;
    }
}

.problem__inner {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 1380px) {
    .problem__inner {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .problem__inner {
        padding: 70px 0
    }
}

.problem__row {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .problem__row {
        display: block
    }
}

.problem__row:nth-of-type(2n+1) {
    flex-direction: row-reverse
}

.problem__row:nth-of-type(2n+1) .problem__img {
    display: flex;
    justify-content: flex-end
}

.problem__row:nth-of-type(2n+1) .problem__content {
    padding-left: 0;
    padding-right: 20px
}

.problem__row+.problem__row {
    margin-top: 20px
}

@media screen and (max-width: 991px) {
    .problem__row+.problem__row {
        margin-top: 55px
    }
}

.problem__cell {
    width: 50%
}

@media screen and (max-width: 991px) {
    .problem__cell {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 991px) {
    .problem__img {
        margin-bottom: 30px;
        display: flex;
        align-items: center!important;
        justify-content: center!important
    }
}

.problem__content {
    padding-left: 20px;
    box-sizing: border-box
}

.problem__title {
    margin-bottom: 20px;
    font-size: clamp(24px, 2.75vw, 44px)
}

.problem__tx {
    color: var(--brand-gray);
    font-size: clamp(16px, 2vw, 32px)
}

.case__inner {
    padding: 120px 30px;
    box-sizing: border-box;
    background: var(--bg-gray3);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .case__inner {
        padding: 70px 20px
    }
}

.case__row {
    display: flex;
    margin: 0 -10px
}

@media screen and (max-width: 991px) {
    .case__row {
        display: block
    }
}

.case__cell {
    width: 33.333%;
    padding: 0 10px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .case__cell {
        width: 100%
    }
    .case__cell+.case__cell {
        margin-top: 20px
    }
}

.case__item {
    padding: 20px 30px 28px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: var(--radius12);
    color: var(--c-black)
}

@media screen and (max-width: 991px) {
    .case__item {
        padding: 20px
    }
}

.case__tx {
    line-height: 116%;
    font-size: clamp(16px, 1.75vw, 28px)
}

.case__bottom {
    margin-top: 33px;
    display: flex;
    align-items: center
}

.case__name {
    font-size: clamp(14px, 1.625vw, 26px);
    font-weight: 500
}

.case__img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px
}

@media screen and (max-width: 768px) {
    .case__img {
        width: 64px;
        height: 64px
    }
}

.case__img img,
.case__img picture {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.teachers__inner h2 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.teachers__slider {
    padding-bottom: 120px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .teachers__slider {
        padding-bottom: 70px
    }
}

.teachers__slider .swiper-wrapper {
    align-items: inherit
}

.teachers__slider-modal {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer
}

.teachers__slider-item {
    padding: 10px 10px 90px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: var(--radius12);
    border: 1px solid var(--bord);
    transition: .3s
}

.teachers__slider-item .btn {
    margin-top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.teachers__slider-item:hover,
.teachers__slider-item_bg {
    background: var(--c-white)
}

.teachers__slider-item:hover .teachers__slider-name,
.teachers__slider-item_bg .teachers__slider-name {
    color: var(--c-black)
}

.teachers__slider-item:hover .teachers__slider-pos,
.teachers__slider-item_bg .teachers__slider-pos {
    opacity: .6;
    color: var(--gray5)
}

.teachers__slider-item:hover .teachers__slider-link span,
.teachers__slider-item_bg .teachers__slider-link span {
    background: var(--c-white);
    color: var(--c-black);
    border-color: var(--c-black)
}

.teachers__slider-img {
    height: 365px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.teachers__slider-img img,
.teachers__slider-img picture {
    width: 100%;
    filter: grayscale(1)
}

.teachers__slider-ye {
    padding: 6px 15px;
    position: absolute;
    bottom: 25px;
    left: 20px;
    z-index: 2;
    box-sizing: border-box;
    font-size: clamp(12px, 1.125vw, 18px);
    border-radius: var(--radius4);
    background: var(--brand-color)
}

@media screen and (max-width: 991px) {
    .teachers__slider-ye {
        bottom: 18px;
        padding: 9px 24px
    }
}

@media screen and (max-width: 768px) {
    .teachers__slider-ye {
        padding: 6px 9px
    }
}

.teachers__slider-name {
    padding: 0 20px;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 120%
}

@media screen and (max-width: 991px) {
    .teachers__slider-name {
        padding: 0
    }
}

.teachers__slider-pos {
    padding: 0 20px;
    margin-top: 10px;
    line-height: 132%;
    font-size: clamp(16px, 1.43vw, 23px);
    opacity: .6;
    color: var(--brand-gray)
}

@media screen and (max-width: 991px) {
    .teachers__slider-pos {
        padding: 0
    }
}

.teachers__slider-link {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 10px;
    position: absolute;
    cursor: pointer
}

.teachers__slider-link span {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid var(--c-white);
    border-radius: var(--radius6);
    font-size: clamp(20px, 1.25vw, 20px)
}

.rate__inner {
    padding: 80px 20px;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background-color: var(--c-black);
    border: 1px solid var(--bord)
}

@media screen and (max-width: 991px) {
    .rate__inner {
        padding: 0;
        border: none
    }
}

.rate__row {
    display: flex;
    margin: 0 -10px
}

@media screen and (max-width: 991px) {
    .rate__row {
        display: block
    }
}

.rate__cell {
    flex: 0 0 33.333%;
    padding: 0 10px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .rate__cell {
        width: 100%
    }
    .rate__cell+.rate__cell {
        margin-top: 20px
    }
}

.rate__top {
    margin-bottom: 70px;
    box-sizing: border-box;
    border-radius: 10px
}

.rate__item ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 130%
}

@media screen and (max-width: 991px) {
    .rate__item ul li {
        margin-top: 10px
    }
}

.rate__item ul li b {
    font-weight: 600
}

.rate__item ul li:before {
    left: 0;
    top: 1px;
    z-index: 2;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/svg/rate-i1.svg')
}

.rate__item ul li+li {
    margin-top: 12px
}

.rate__item ul li.action-li {
    font-weight: 500;
    color: var(--brand-color)!important
}

.rate__item ul li.action-li:before {
    background-image: url(../img/svg/rate-i1.svg)
}

.rate__item_bg3 .rate__bt ul li {
    color: var(--c-white)
}

.rate__item_bg3 .rate__bt ul li:before {
    filter: invert(1)
}

.rate__item_bg3 .rate__bt ul li.action-li:before {
    filter: inherit
}

.rate__all {
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px
}

@media screen and (max-width: 991px) {
    .rate__all {
        padding: 15px
    }
}

.rate__all:after,
.rate__all:before {
    content: '';
    width: 40px;
    height: 25px;
    display: block;
    position: absolute;
    top: 80px;
    background: var(--c-black)
}

@media screen and (max-width: 991px) {
    .rate__all:after,
    .rate__all:before {
        top: 65px
    }
}

.rate__all:before {
    left: 0;
    border-radius: 0 20px 20px 0
}

.rate__all:after {
    right: 0;
    border-radius: 20px 0 0 20px
}

.rate__item_bg1 .rate__all {
    background: var(--bg);
    color: var(--c-black)
}

.rate__item_bg2 .rate__all {
    background: var(--brand-color);
    color: var(--c-black)
}

.rate__item_bg3 .rate__all {
    background: var(--c-black);
    color: var(--c-white);
    border: 1px solid var(--c-white)
}

.rate__item_bg3 .rate__all .btn {
    border: 1px solid var(--c-white)
}

.rate__item_bg3 .rate__all:before {
    border: 1px solid var(--c-white);
    border-left: none;
    left: -1px
}

.rate__item_bg3 .rate__all:after {
    border: 1px solid var(--c-white);
    border-right: none;
    right: -1px
}

.rate__plan {
    display: table;
    padding: 5px 20px;
    font-size: clamp(16px, 1.5vw, 24px);
    font-weight: 500;
    line-height: 125%;
    background: var(--c-white);
    border-radius: var(--radius6)
}

.rate__item_bg3 .rate__plan {
    color: var(--c-black)
}

.rate__rs {
    font-size: 16px;
    font-weight: 500
}

.rate__price {
    margin-top: 45px;
    line-height: 130%;
    font-size: clamp(16px, 1.875vw, 30px)
}

.rate__price span {
    font-weight: 500;
    font-size: clamp(32px, 2.75vw, 44px)
}

.rate__btn {
    margin-top: 17px
}

.rate__btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 400
}

.rate__content {
    padding: 13px 19px;
    box-sizing: border-box;
    background: var(--c-white);
    border-radius: 12px;
    color: var(--c-black)
}

.rate__title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    text-align: center
}

.rate__tr {
    padding: 10px 10px 15px;
    margin-bottom: 38px;
    position: relative;
    border: 2px dashed var(--c-black);
    border-radius: 8px;
    text-align: center
}

.rate__tr:after {
    content: '+';
    display: block;
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px
}

.rate__tr-v {
    font-size: 16px
}

.rate__tr-t {
    font-size: 22px;
    font-weight: 500
}

.rate__nlg {
    padding: 115px 20px;
    margin-top: 20px;
    position: relative;
    border-radius: var(--radius12);
    overflow: hidden;
    text-align: center;
    background: var(--bg-gray3)
}

@media screen and (max-width: 991px) {
    .rate__nlg {
        padding: 75px 20px
    }
}

.rate__nlg-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.rate__nlg-bg img,
.rate__nlg-bg picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 991px) {
    .rate__nlg {
        display: block
    }
}

.rate__nlg-title {
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
    line-height: 112%;
    font-size: clamp(28px, 3.75vw, 60px)
}

.rate__nlg-title span {
    display: block;
    color: var(--brand-color)
}

.rate__nlg-tx {
    position: relative;
    z-index: 3;
    font-size: clamp(14px, 1.5vw, 24px);
    box-sizing: border-box
}

.rate__nlg-tx+.rate__nlg-tx {
    margin-top: 15px
}

@media screen and (max-width: 991px) {
    .rate__nlg-tx {
        padding-right: 0
    }
}

.rate__nlg-btn {
    margin-top: 30px;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 991px) {
    .rate__nlg-btn {
        width: 100%;
        margin-top: 30px
    }
}

.rate__bank {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 57px 41px;
    box-sizing: border-box;
    border-radius: 12px;
    background: var(--c-white)
}

@media screen and (max-width: 991px) {
    .rate__bank {
        display: block;
        padding-right: 25px;
        text-align: center
    }
}

.rate__bank-tx {
    width: 40%;
    color: var(--c-black);
    font-weight: 500;
    font-size: clamp(24px, 2.62vw, 42px);
    line-height: 120%
}

@media screen and (max-width: 991px) {
    .rate__bank-tx {
        width: 100%
    }
}

.rate__bank-list {
    width: 54%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -10px
}

@media screen and (max-width: 991px) {
    .rate__bank-list {
        width: 100%;
        margin-top: 15px
    }
}

@media screen and (max-width: 768px) {
    .rate__bank-list {
        display: block
    }
}

.rate__bank-item {
    padding: 0 10px;
    flex: 1 0 33.333%;
    box-sizing: border-box;
    border-radius: var(--radius6);
    overflow: hidden
}

.rate__bank-item img {
    border-radius: var(--radius6)
}

@media screen and (max-width: 768px) {
    .rate__bank-item img {
        max-width: 200px
    }
    .rate__bank-item+.rate__bank-item {
        margin-top: 20px
    }
}

.consultation {
    margin-top: 80px;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .consultation {}
    .consultation .inf {
        background: var(--c-black)
    }
}

.consultation__inner {
    padding: 45px 50px 135px;
    position: relative;
    background-color: var(--c-black);
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .consultation__inner {
        padding: 74px 20px 65px
    }
    .consultation__inner h3 {
        text-align: center
    }
}

.consultation__row {
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .consultation__row {
        display: block;
        width: 100%;
        margin: 0
    }
}

.consultation__cell {
    width: 47%
}

@media screen and (max-width: 991px) {
    .consultation__cell {
        width: 100%
    }
    .consultation__cell+.consultation__cell {
        margin-top: 35px
    }
}

.consultation__content ul li {
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    font-size: clamp(16px, 1.25vw, 20px)
}

.consultation__content ul li+li {
    margin-top: 15px
}

.consultation__content ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    background-image: url(../img/svg/rt-i1.svg);
    background-repeat: no-repeat;
    background-position: center
}

.consultation__tx {
    margin-bottom: 35px;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 130%
}

@media screen and (max-width: 991px) {
    .consultation__tx {
        text-align: center;
        margin-bottom: 25px
    }
}

.consultation__tx span {
    color: var(--brand-color)
}

.consultation__form {
    padding: 30px;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--c-white)
}

@media screen and (max-width: 991px) {
    .consultation__form {
        margin-top: 30px
    }
}

.diploma__inner {
    padding: 47px 44px 0;
    border: 1px solid var(--bord);
    border-radius: var(--radius12);
    position: relative;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right
}

@media screen and (max-width: 991px) {
    .diploma__inner {
        display: block;
        background-position: bottom right
    }
}

@media screen and (max-width: 768px) {
    .diploma__inner {
        padding: 47px 15px 0
    }
}

.diploma__img {
    margin-bottom: -7px
}

@media screen and (max-width: 991px) {
    .diploma__img {
        margin-top: 50px
    }
}

@media screen and (max-width: 768px) {
    .diploma__img {
        margin-bottom: 0
    }
    .diploma__img img {
        margin: auto;
        display: block;
        max-width: 300px;
        width: 100%
    }
}

.diploma__content {
    width: 47%
}

@media screen and (max-width: 991px) {
    .diploma__content {
        width: 100%
    }
    .diploma__content h3 {
        text-align: center
    }
}

.diploma__content .btn {
    margin-top: 50px
}

.diploma__content ul li {
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    font-size: clamp(16px, 1.25vw, 20px)
}

.diploma__content ul li+li {
    margin-top: 15px
}

.diploma__content ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    filter: invert(1);
    background-image: url('../img/svg/rt-i1.svg');
    background-repeat: no-repeat;
    background-position: center
}

.diploma__tx {
    margin-bottom: 35px;
    font-size: clamp(20px, 2vw, 32px);
    line-height: 130%
}

.diploma__tx span {
    color: var(--brand-color)
}

.license__inner {
    display: flex;
    justify-content: space-between;
    border-radius: var(--radius12);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .license__inner {
        display: block;
        padding: 30px 0;
        background-size: 100% 100%;
    }
}

.license__img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    margin-bottom: -10px
}

@media screen and (max-width: 991px) {
    .license__img {
        width: 100%;
        margin-bottom: 0
    }
}

.license__content {
    padding: 50px 60px 50px 30px;
    width: 48%;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .license__content {
        width: 100%;
        position: relative
    }
    .license__content:after {
        content: '';
        width: 100%;
        height: 300px;
        position: absolute;
        top: -200px;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(24%, rgba(0, 0, 0, .34)), color-stop(69%, rgba(0, 0, 0, .97)), color-stop(71%, #000));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .34) 24%, rgba(0, 0, 0, .97) 69%, #000 71%)
    }
    .license__content:before {
        content: '';
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: #000;
        background: -webkit-gradient(left top, left bottom, color-stop(29%, #000), color-stop(31%, rgba(0, 0, 0, .97)), color-stop(76%, rgba(0, 0, 0, .34)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, #000 29%, rgba(0, 0, 0, .97) 31%, rgba(0, 0, 0, .34) 76%, rgba(0, 0, 0, 0) 100%)
    }
}

.license__about {
    line-height: 120%;
    font-size: clamp(22px, 2.875vw, 46px)
}

@media screen and (max-width: 991px) {
    .license__about {
        position: relative;
        z-index: 3
    }
}

.license__tx {
    margin-top: 30px;
    color: var(--gray3);
    font-size: clamp(16px, 1.75vw, 28px)
}

@media screen and (max-width: 991px) {
    .license__tx {
        color: var(--c-white);
        position: relative;
        z-index: 3;
        opacity: .6
    }
}

.reviews {
    margin-top: 20px
}

.reviews__inner {
    padding: 55px 20px 30px 55px;
    box-sizing: border-box;
    border-radius: var(--radius12);
    background: var(--bg-gray3)
}

@media screen and (max-width: 991px) {
    .reviews__inner {
        padding: 70px 30px 30px
    }
    .reviews__inner h2 {
        margin-bottom: 30px;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .reviews__inner {
        padding: 70px 20px 30px
    }
}

.reviews__slider {
    margin-top: -160px;
    position: relative
}

@media screen and (max-width: 991px) {
    .reviews__slider {
        margin-top: 0
    }
}

.reviews__slider-top {
    width: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media screen and (max-width: 991px) {
    .reviews__slider-top {
        width: 100%;
        margin: 50px 0 30px;
        position: relative
    }
}

.reviews__slider-nav {
    overflow: hidden
}

.reviews__slider-nav .swiper-slide {
    width: 104px;
    height: 104px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide {
        width: 86px;
        height: 86px
    }
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide {
        width: 46px;
        height: 46px
    }
}

.reviews__slider-nav .swiper-slide-thumb-active .reviews__slider-ava {
    filter: inherit
}

.reviews__slider-nav .swiper-slide-thumb-active:after {
    content: '';
    width: 102px;
    height: 102px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 1;
    transition: .3s;
    border-radius: 100%;
    box-sizing: border-box;
    border: 1px solid var(--brand-color)
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide-thumb-active:after {
        width: 82px;
        height: 82px
    }
}

@media screen and (max-width: 991px) {
    .reviews__slider-nav .swiper-slide-thumb-active:after {
        width: 44px;
        height: 44px
    }
}

.reviews__slider-for {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.reviews__slider-ava {
    width: 94px;
    height: 94px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    filter: grayscale(1);
    transition: .3s
}

@media screen and (max-width: 991px) {
    .reviews__slider-ava {
        width: 78px;
        height: 78px
    }
}

@media screen and (max-width: 991px) {
    .reviews__slider-ava {
        width: 38px;
        height: 38px
    }
}

.reviews__slider-ava img,
.reviews__slider-ava picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__slider-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .reviews__slider-item {
        flex-direction: column-reverse
    }
}

.reviews__slider-tx {
    width: 50%;
    padding-left: 0;
    padding-top: 110px;
    padding-bottom: 105px;
    box-sizing: border-box
}

@media screen and (max-width: 991px) {
    .reviews__slider-tx {
        width: 100%;
        padding: 0
    }
}

.reviews__slider-ab {
    position: relative;
    font-size: clamp(14px, 1.875vw, 30px);
    line-height: 140%
}

.reviews__slider-ab:before {
    content: '';
    width: 60px;
    height: 46px;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
    background-image: url(../img/svg/q-s1.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 768px) {
    .reviews__slider-ab:before {
        width: 22px;
        height: 18px;
        background-size: contain;
        margin-bottom: 15px
    }
}

.reviews__slider-bt {
    padding-bottom: 20px;
    margin-top: 55px
}

@media screen and (max-width: 991px) {
    .reviews__slider-bt {
        padding-bottom: 0;
        margin-top: 30px
    }
}

.reviews__slider-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: 500;
    font-size: clamp(16px, 1.625vw, 26px);
    line-height: 130%
}

.reviews__slider-link {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.reviews__slider-video {
    height: 600px;
    width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius12)
}

@media screen and (max-width: 991px) {
    .reviews__slider-video {
        width: 100%;
        height: 540px;
        margin-bottom: 35px
    }
}

@media screen and (max-width: 768px) {
    .reviews__slider-video {
        height: 260px
    }
}

.reviews__slider-video img,
.reviews__slider-video picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 991px) {
    .reviews__slider-video img,
    .reviews__slider-video picture {
        height: auto;
        -o-object-fit: inherit;
        object-fit: inherit
    }
}

.reviews__slider-video .btn {
    padding: 7px 16px;
    position: absolute;
    bottom: 31px;
    left: 30px;
    z-index: 3
}

@media screen and (max-width: 991px) {
    .reviews__slider-video .btn {
        bottom: 10px;
        left: 10px
    }
}

.faq__l {
    width: 30%;
    padding-top: 150px
}

@media screen and (max-width: 991px) {
    .faq__l {
        padding-top: 100px;
        text-align: center
    }
}

.faq__l .btn {
    margin-top: 45px;
    font-size: clamp(18px, 1.75vw, 28px)
}

@media screen and (max-width: 991px) {
    .faq__l .btn {
        width: 205px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }
}

@media screen and (max-width: 991px) {
    .faq__l {
        width: 100%
    }
}

.faq__r {
    width: 64%
}

@media screen and (max-width: 991px) {
    .faq__r {
        width: 100%;
        margin-top: 30px
    }
}

.faq__content {
    padding: 20px
}

.faq__content p {
    font-size: clamp(16px, 1.375vw, 22px)
}

.faq__inner {
    position: relative;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .faq__inner {
        display: block;
        padding-bottom: 100px
    }
    .faq__inner .inf {
        display: flex;
        align-items: center;
        margin: auto;
        right: 0;
        width: 160px
    }
}

@media screen and (max-width: 768px) {
    .faq__inner .inf {
        width: 118px
    }
}

.faq__inner .accordion__item+.accordion__item {
    margin-top: 10px
}

.faq__inner .accordion__title {
    padding: 17px 60px 17px 20px;
    font-size: clamp(16px, 1.875vw, 30px);
    line-height: 140%;
    position: relative;
    background: var(--bg-gray4);
    border: 1px solid var(--bord3);
    border-radius: var(--radius6);
    cursor: pointer
}

.faq__inner .accordion__title.accordion-active .accordion__arrow {
    border-color: var(--c-white);
    background: 0 0
}

.faq__inner .accordion__title.accordion-active .accordion__arrow:before {
    display: none
}

.faq__inner .accordion__title.accordion-active .accordion__arrow:after {
    background: var(--c-white)
}

.faq__inner .accordion__arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    border: 2px solid var(--rose);
    border-radius: 6px
}

.faq__inner .accordion__arrow:before {
    content: '';
    width: 2px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--rose)
}

.faq__inner .accordion__arrow:after {
    content: '';
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background: var(--rose)
}

#faq a.btn.btn-bord:hover {
    background: #f23869;
}


/*# sourceMappingURL=style.css.map */

.tags-ob.container {
    max-width: 100%;
}