@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: Montserrat, sans-serif;
    font-size: 1.25em;
    line-height: 1.4;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #2c3239;
    background-color: #fff;
}
@media all and (max-width: 575px) {
    body {
        font-size: 1em;
        line-height: 1.5;
    }
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0;
}
.hidden {
    display: none !important;
}
.mobile {
    display: none !important;
}
@media all and (max-width: 991px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}
.heading {
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    .heading {
        margin-bottom: 46px;
    }
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 28px;
    }
}
.heading h2 {
    font-size: 36px;
    line-height: 44px;
    color: #2c4576;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    .heading h2 {
        font-size: 28px;
        line-height: 32px;
        text-align: left !important;
    }
}
.heading p {
    color: #666d77;
    margin-top: 24px;
}
@media all and (max-width: 575px) {
    .heading p {
        margin-top: 20px;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #2c3239;
    background-color: transparent;
    color: #fff;
    background-color: #2c4576;
    padding: 24.5px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    min-width: 244px;
    border-radius: 38px;
}
@media all and (max-width: 575px) {
    .btn {
        font-size: 16px;
        padding: 12.5px 20px;
        min-width: 208px;
    }
}
.btn:hover {
    color: #2c3239;
    background-color: transparent;
}
.btn.btn-border {
    border: 2px solid #2c4576;
}
.btn.btn-border-white {
    background-color: #fff;
    color: #2c3239;
    /*
    border: 2px solid #fff;
    color: #fff;
    */
}
.btn.btn-border-white:hover {
    color: #fff;
    background-color: #2c4576;
}
.btn.btn-small {
    font-size: 16px;
    line-height: 20px;
    padding: 10.5px 27px;
    min-width: inherit;
    border: 2px solid #2c4576;
    background-color: #fff;
    color: #2c3239;
}
.btn.btn-small:hover {
    color: #fff;
    background-color: #2c4576;
}
@media all and (max-width: 575px) {
    .btn.btn-small {
        font-size: 14px;
        padding: 6.5px 10px;
    }
}
.btn.btn-accent {
    background-color: #2c4576;
    color: #fff;
}
.btn.btn-accent:hover {
    background-color: #132e63;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100%;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.modal {
    max-width: 628px;
    width: 100%;
    border-radius: 20px;
    color: #666d77;
    padding: 80px;
}
@media all and (max-width: 575px) {
    .modal {
        padding: 24px;
        border-radius: 16px;
    }
}
.modal .modal__heading {
    /* margin-bottom: 40px; */
}
@media all and (max-width: 575px) {
    .modal .modal__heading {
        /* margin-bottom: 24px; */
        margin-bottom: 5px;
    }
}
.modal .modal__heading h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #2c4576;
}
@media all and (max-width: 575px) {
    .modal .modal__heading h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}
.modal .form__inner form {
    margin-top: 40px;
}
.modal .form__inner form .form__item {
    margin-bottom: 12px;
}
.modal .form__inner form .form__item input {
    width: 100%;
    height: 76px;
    border-radius: 38px;
    border: 2px solid #fff;
    background-color: #f1f3f6;
    padding-left: 36px;
    padding-right: 66px;
    background-size: 20px;
    background-position: calc(100% - 36px) 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 575px) {
    .modal .form__inner form .form__item input {
        height: 52px;
    }
}
.modal .form__inner form .form__item input:focus {
    border: 2px solid #2c3239;
    background-color: #fff;
}
.modal .form__inner form .form__item input.name {
    background-image: url(../img/icon_10.svg);
}
.modal .form__inner form .form__item input.phone {
    background-image: url(../img/icon_11.svg);
}
.modal .form__inner form .form__item select {
    width: 100%;
    height: 76px;
    border-radius: 38px;
    padding-left: 36px;
    background-color: #f1f3f6;
    border: 2px solid #fff;
    background-color: #f1f3f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 20px;
    background-position: calc(100% - 36px) 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.svg);
}
@media all and (max-width: 575px) {
    .modal .form__inner form .form__item select {
        height: 52px;
    }
}
.modal .form__inner form .form__item select:focus {
    border: 2px solid #2c3239;
    background-color: #fff;
}
.modal .form__inner form .form__item select::-ms-expand {
    display: none;
}
.modal .form__inner form .form__submit {
    padding-top: 28px;
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    .modal .form__inner form .form__submit {
        padding-top: 12px;
        margin-bottom: 24px;
    }
}
.modal .form__inner form .form__policy {
    font-size: 12px;
    line-height: 20px;
    color: #666d77;
}
.modal .form__inner form .form__policy a {
    color: #2c3239;
}
.modal .form__inner form .form__policy strong {
    color: #2c3239;
    font-weight: 600;
}
.modal iframe.getcourse_widget {
    width: 100%;
    height: 620px;
    border: none;
    /* overflow: hidden; */
}
#modal_thanks h2 {
    margin-bottom: 0;
}
@media all and (max-width: 575px) {
    #modal_thanks h2 {
        font-size: 24px;
    }
}
header {
    border-bottom: 2px solid #eceff3;
    padding-top: 26px;
    padding-bottom: 32px;
    margin-bottom: 50px;
}
@media all and (max-width: 991px) {
    header {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 40px;
    }
}
header .header__top .header__logo img {
    width: 113px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__top .header__logo img {
        width: 82px;
    }
}
@media all and (max-width: 991px) {
    header .header__top .header__menu .menu__inner {
        display: none;
    }
}
header .header__top .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px;
    text-align: center;
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu .menu__inner ul {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
header .header__top .header__menu .menu__inner ul li a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #2c3239;
    text-transform: uppercase;
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu .menu__inner ul li a {
        font-size: 12px;
    }
}
header .header__top .header__menu .menu__inner ul li a:hover {
    color: #d11116;
}
header .header__top .header__menu .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 991px) {
    header .header__top .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__top .header__menu .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 40px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header .header__top .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2c4576;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 8px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 16px;
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__top .header__menu .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    text-align: center;
    z-index: 11;
    padding-top: 30px;
    top: 70px;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header .header__top .header__menu .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__top .header__menu .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
}
@media all and (max-width: 767px) {
    header
        .header__top
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        max-width: 510px;
    }
}
@media all and (max-width: 575px) {
    header
        .header__top
        .header__menu
        .header_burger
        .menu_toggle
        .toggle__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    ul
    li
    a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
    color: #2c3239;
    display: inline-block;
}
header
    .header__top
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    ul
    li
    a:hover {
    color: #d11116;
}
#mainblock {
    margin-bottom: 120px;
}
@media all and (max-width: 1600px) {
    #mainblock {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #mainblock {
        margin-bottom: 60px;
    }
}
#mainblock .mainblock__content {
    margin-bottom: 176px;
}
@media all and (max-width: 1600px) {
    #mainblock .mainblock__content {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #mainblock .mainblock__content {
        margin-bottom: 60px;
    }
}
#mainblock .mainblock__content .content__inner .date {
    display: inline-block;
    border: 2px solid #eceff3;
    padding: 6px 24px;
    border-radius: 21px;
    margin-bottom: 48px;
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .date {
        padding: 4.5px 24px;
        margin-bottom: 24px;
    }
}
#mainblock .mainblock__content .content__inner p {
    max-width: 448px;
    width: 100%;
}
#mainblock .mainblock__content .content__inner p.slogan {
    margin-top: 28px;
    font-size: 12px;
}
#mainblock .mainblock__content .content__inner h1 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    color: #2c4576;
    margin-top: 24px;
    margin-bottom: 40px;
}
@media all and (max-width: 1600px) {
    #mainblock .mainblock__content .content__inner h1 {
        font-size: 60px;
        line-height: 110%;
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner h1 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 12px;
        margin-bottom: 28px;
    }
}
#mainblock .mainblock__content .content__inner .image__inner {
    display: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    #mainblock .mainblock__content .content__inner .image__inner {
        display: block;
    }
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .image__inner {
        max-width: 88%;
    }
}
#mainblock .mainblock__content .content__inner .box__buttons {
    padding-top: 48px;
}
@media all and (max-width: 1600px) {
    #mainblock .mainblock__content .content__inner .box__buttons {
        padding-top: 38px;
    }
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__content .content__inner .box__buttons {
        padding-top: 24px;
        gap: 24px;
    }
}
@-webkit-keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes animCloud {
    from {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
#mainblock .mainblock__image {
    margin-bottom: 90px;
}
@media all and (max-width: 1600px) {
    #mainblock .mainblock__image {
        /* margin-bottom: 100px; */
    }
}
@media all and (max-width: 991px) {
    #mainblock .mainblock__image {
        display: none;
    }
}
#mainblock .image__inner {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-bottom: 80px;
}
@media all and (max-width: 1600px) {
    #mainblock .image__inner {
        text-align: center;
    }
}
@media all and (max-width: 1600px) {
    #mainblock .image__inner .image__bg img {
        max-height: 550px;
    }
}
#mainblock .image__inner .woman {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
}
@media all and (max-width: 1400px) {
    #mainblock .image__inner .woman {
        text-align: center;
    }
}
@media all and (max-width: 575px) {
    #mainblock .image__inner .woman {
        height: 90%;
    }
}
#mainblock .image__inner .woman img {
        max-height: 780px;
    }
@media all and (max-width: 1600px) {
    #mainblock .image__inner .woman img {
        max-height: 600px;
    }
}
@media all and (max-width: 575px) {
    #mainblock .image__inner .woman img {
        max-height: inherit;
        height: 100%;
    }
}
#mainblock .image__inner .cloud {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    -webkit-animation: animCloud 20s infinite linear;
    animation: animCloud 20s infinite linear;
}
#mainblock .image__inner .cloud-two {
    -webkit-animation: animCloud 40s infinite linear;
    animation: animCloud 40s infinite linear;
}
#mainblock .mainblock__text {
    text-align: center;
}
@media all and (max-width: 991px) {
    #mainblock .mainblock__text {
        text-align: left;
    }
}
#mainblock .mainblock__text .text__inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
#mainblock .mainblock__text p {
    font-size: 28px;
    line-height: 40px;
}
@media all and (max-width: 575px) {
    #mainblock .mainblock__text p {
        font-size: 20px;
        line-height: 32px;
    }
}
.box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
}
@media all and (max-width: 575px) {
    .box__buttons {
        gap: 24px;
    }
}
.box__buttons ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}
@media all and (max-width: 575px) {
    .box__buttons ul {
        gap: 16px;
    }
}
.box__buttons ul li a:hover {
    opacity: 0.8;
}
@media all and (max-width: 575px) {
    .box__buttons ul li a img {
        width: 40px;
        height: 40px;
    }
}
#answers .heading img {
    display: none;
    margin: 28px auto 0 auto;
}
@media all and (max-width: 991px) {
    #answers .heading img {
        display: block;
    }
}
@media all and (max-width: 575px) {
    #answers .heading img {
        max-width: 76%;
    }
}
#answers .answers__image {
    margin-bottom: 120px;
}
@media all and (max-width: 1600px) {
    #answers .answers__image {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #answers .answers__image {
        display: none;
    }
}
#answers .answers__content {
    margin-bottom: 120px;
}
@media all and (max-width: 1600px) {
    #answers .answers__content {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #answers .answers__content {
        margin-bottom: 60px;
    }
}
#answers .text {
    max-width: 560px;
    width: 100%;
}
#answers .text p:not(:last-child) {
    margin-bottom: 26px;
}
#answers .text p:last-child {
    color: #2C4576;
    font-weight: 500;
}
#answers .text ul {
    list-style-type: disc;
    padding-left: 17px;
    margin-bottom: 26px;
    list-style-image: url(/img/mark.svg);
}
@media all and (max-width: 991px) {
    #answers .text ul {
        margin-bottom: 20px;
    }
    #answers .text p:not(:last-child) {
        margin-bottom: 20px;
    }
}
#answers .text ul li {
    padding-left: 5px;    
}
#solution {
    margin-bottom: 180px;
}
@media all and (max-width: 1600px) {
    #solution {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 991px) {
    #solution {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    #solution {
        margin-bottom: 44px;
    }
}
#solution .solution__heading {
    margin-bottom: 20px;
}
#solution .solution__heading .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#solution .solution__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #solution .solution__item {
        margin-bottom: 16px;
    }
}
#solution .solution__item .item__inner {
    border: 2px solid #eceff3;
    border-radius: 20px;
    padding: 40px;
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
@media all and (max-width: 575px) {
    #solution .solution__item .item__inner {
        min-height: 280px;
        padding: 24px;
        border-radius: 16px;
    }
}
#solution .solution__item .item__inner h5 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #2c4576;
}
@media all and (max-width: 1199px) {
    #solution .solution__item .item__inner h5 {
        font-size: 26px;
    }
}
@media all and (max-width: 575px) {
    #solution .solution__item .item__inner h5 {
        font-size: 24px;
        line-height: 32px;
    }
}
#mainbanner {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #mainbanner {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #mainbanner {
        margin-bottom: 60px;
    }
}
#mainbanner .wrapper {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* background-image: url(../img/3.jpg); */
    border-radius: 20px;
    overflow: hidden;
    padding: 80px;
    position: relative;
    color: #fff;
}
#mainbanner .wrapper .main-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper {
        /* background-image: url(../img/3_1.jpg); */
        border-radius: 16px;
    }
    #mainbanner .wrapper .main-video {
        /* display: none; */
    }
}
@media all and (max-width: 1600px) {
    #mainbanner .wrapper {
        padding: 60px;
    }
}
@media all and (max-width: 767px) {
    #mainbanner .wrapper {
        padding: 40px;
    }
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper {
        padding: 24px;
    }
}
#mainbanner .wrapper .mainbanner__text {
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    #mainbanner .wrapper .mainbanner__text {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper .mainbanner__text {
        margin-bottom: 30px;
    }
}
#mainbanner .wrapper .mainbanner__text p {
    font-size: 28px;
    line-height: 40px;
}
@media all and (max-width: 991px) {
    #mainbanner .wrapper .mainbanner__text p {
        font-size: 24px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper .mainbanner__text p {
        font-size: 20px;
        line-height: 32px;
    }
}
#mainbanner .wrapper .mainbanner__items {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #mainbanner .wrapper .mainbanner__items {
        margin-bottom: 170px;
    }
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper .mainbanner__items {
        margin-bottom: 230px;
    }
}
#mainbanner .wrapper .mainbanner__items .item {
    margin-bottom: 20px;
}
#mainbanner .wrapper .mainbanner__items .item:not(:last-child) {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 991px) {
    #mainbanner .wrapper .mainbanner__items .item:not(:last-child) {
        border-right: none;
    }
}
#mainbanner .wrapper .mainbanner__items .item:not(:first-child) .item__inner {
    padding-left: 30px;
}
@media all and (max-width: 991px) {
    #mainbanner
        .wrapper
        .mainbanner__items
        .item:not(:first-child)
        .item__inner {
        padding-left: 0;
    }
}
#mainbanner .wrapper .mainbanner__items .item .item__inner {
    padding-right: 20px;
}
@media all and (max-width: 991px) {
    #mainbanner .wrapper .mainbanner__items .item .item__inner {
        padding-right: 0;
    }
}
#mainbanner .wrapper .mainbanner__items .item .item__inner p {
    font-size: 18px;
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper .mainbanner__items .item .item__inner p {
        font-size: 16px;
    }
}
#mainbanner .wrapper .mainbanner__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#mainbanner .wrapper .mainbanner__bottom .box__buttons .btn:hover {
    /*
    background-color: #fff;
    color: #2c4576;
    */
}
#mainbanner .wrapper .mainbanner__bottom .box__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper .mainbanner__bottom .box__buttons .btn {
        min-width: 160px;
    }
}
#mainbanner .wrapper .mainbanner__bottom .box__buttons ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper .mainbanner__bottom .box__buttons ul {
        gap: 16px;
    }
}
#mainbanner .wrapper .mainbanner__bottom .box__buttons ul li a:hover {
    opacity: 0.8;
}
@media all and (max-width: 575px) {
    #mainbanner .wrapper .mainbanner__bottom .box__buttons ul li a img {
        width: 40px;
        height: 40px;
    }
}
#mainbanner .wrapper .mainbanner__bottom .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 767px) {
    #mainbanner .wrapper .mainbanner__bottom .icon {
        display: none;
    }
}
#ready {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #ready {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #ready {
        margin-bottom: 60px;
    }
}
#ready .ready__content {
    margin-bottom: 42px;
}
#ready .ready__content.ready__content-left {
    text-align: right;
}
@media all and (max-width: 991px) {
    #ready .ready__content.ready__content-left {
        text-align: left;
        margin-bottom: 24px;
    }
}
#ready .ready__content .content__inner p:not(:last-child) {
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    #ready .ready__content .content__inner p:not(:last-child) {
        margin-bottom: 24px;
    }
}
#ready .ready__image {
    margin-bottom: 42px;
}
@media all and (max-width: 991px) {
    #ready .ready__image {
        margin-bottom: 28px;
    }
}
#ready .ready__image .image__inner {
    text-align: center;
}
#ready .ready__text .text__inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 36px;
    text-align: center;
}
@media all and (max-width: 991px) {
    #ready .ready__text .text__inner .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        gap: 0;
        padding-bottom: 8px;
    }
}
#ready .ready__text .text__inner .text p {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 24px auto;
}
@media all and (max-width: 991px) {
    #ready .ready__text .text__inner .text p {
        max-width: none;
    }
}
#ready .box__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 532px;
    width: 100%;
    margin: 0 auto;
}
#ready .box__buttons .btn {
    width: 100%;
}
@media all and (max-width: 1199px) {
    #ready .box__buttons .btn {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }
}
@media all and (max-width: 575px) {
    #ready .box__buttons .btn {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    #ready .box__buttons .btn span {
        display: none;
    }
}
#ready .text__bottom {
    margin-top: 40px;
}
#program {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #program {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #program {
        margin-bottom: 60px;
    }
}
#program .faq_tabs:not(:last-child) {
    margin-bottom: 80px;
}
@media all and (max-width: 1600px) {
    #program .faq_tabs:not(:last-child) {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    #program .faq_tabs:not(:last-child) {
        margin-bottom: 32px;
    }
}
#program .faq_tabs .program__date {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #program .faq_tabs .program__date {
        margin-bottom: 24px;
    }
}
#program .faq_tabs .program__date p {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    border: 2px solid #eceff3;
    padding: 14.3px 38px;
    border-radius: 30px;
}
@media all and (max-width: 991px) {
    #program .faq_tabs .program__date p {
        font-size: 16px;
        line-height: 24px;
        padding: 4.8px 7px;
    }
}
#program .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 20px;
}
#program .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border-radius: 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 232px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 170px 50px 80px;
}
#program .faq_tabs .tabs_item .title p {
    max-width: 690px;
    width: 100%;
}
@media all and (max-width: 1600px) {
    #program .faq_tabs .tabs_item .title {
        min-height: 180px;
        padding-right: 150px;
    }
}
@media all and (max-width: 991px) {
    #program .faq_tabs .tabs_item .title {
        padding: 24px 72px 24px 24px;
        border-radius: 16px;
        background-image: none !important;
        background-color: #e4f0f9;
        min-height: inherit;
    }
}
@media all and (max-width: 991px) {
    #program .faq_tabs .tabs_item .title.title-white {
        background-color: #2c4576;
    }
}
#program .faq_tabs .tabs_item .title.title-white p {
    color: #fff;
}
#program .faq_tabs .tabs_item .title p {
    font-size: 24px;
    line-height: 36px;
    color: #2c4576;
}
@media all and (max-width: 991px) {
    #program .faq_tabs .tabs_item .title p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media all and (max-width: 575px) {
    #program .faq_tabs .tabs_item .title p {
        font-size: 18px;
        line-height: 26px;
    }
}
#program .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    width: 72px;
    height: 72px;
    top: 0;
    bottom: 0;
    right: 80px;
    margin: auto;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media all and (max-width: 1600px) {
    #program .faq_tabs .tabs_item .title:after {
        right: 60px;
    }
}
@media all and (max-width: 991px) {
    #program .faq_tabs .tabs_item .title:after {
        width: 40px;
        height: 40px;
        right: 24px;
    }
}
#program .faq_tabs .tabs_item .title.active:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#program .faq_tabs .tabs_item .tab_content {
    display: none;
    padding: 100px 80px 80px 80px;
    border: 2px solid #eceff3;
    border-radius: 0 0 20px 20px;
    margin-top: -20px;
}
@media all and (max-width: 1600px) {
    #program .faq_tabs .tabs_item .tab_content {
        padding: 80px 60px 60px 60px;
    }
}
@media all and (max-width: 991px) {
    #program .faq_tabs .tabs_item .tab_content {
        padding: 44px 24px 24px 24px;
    }
}
#program .faq_tabs .tabs_item .tab_content ul.two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}
@media all and (max-width: 991px) {
    #program .faq_tabs .tabs_item .tab_content ul.two-column {
        display: block;
    }
}
#program .faq_tabs .tabs_item .tab_content ul li {
    position: relative;
    padding-left: 48px;
}
@media all and (max-width: 575px) {
    #program .faq_tabs .tabs_item .tab_content ul li {
        padding-left: 0;
    }
}
#program .faq_tabs .tabs_item .tab_content .content__text {
    margin-bottom: 30px;
}
#program .faq_tabs .tabs_item .tab_content p {
    margin-bottom: 16px;
}
#program .faq_tabs .tabs_item .tab_content ul li:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 1600px) {
    #program .faq_tabs .tabs_item .tab_content ul li:not(:last-child) {
        margin-bottom: 34px;
    }
}
@media all and (max-width: 991px) {
    #program .faq_tabs .tabs_item .tab_content ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}
#program .faq_tabs .tabs_item .tab_content ul li strong {
    font-weight: 600;
}
#program .faq_tabs .tabs_item .tab_content ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 24px;
    height: 24px;
    top: 2px;
    left: 0;
}
@media all and (max-width: 575px) {
    #program .faq_tabs .tabs_item .tab_content ul li:after {
        display: none;
    }
}
#regions {
    margin-bottom: 180px;
}
@media all and (max-width: 1600px) {
    #regions {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 991px) {
    #regions {
        margin-bottom: 44px;
    }
}
@media all and (max-width: 575px) {
    #regions .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}
#regions .regions__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #regions .regions__item {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    #regions .regions__item {
        padding-left: 8px;
        padding-right: 8px;
    }
}
#regions .regions__item .item__inner {
    border: 2px solid #eceff3;
    border-radius: 20px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
#regions .regions__item .item__inner .price-later {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 20px 20px;
    background: #2c4576;
    color: #b4c1d9;
    padding: 6px 20px;
    font-size: 12px;
    text-align: center;
}
#regions .regions__item .item__inner .price-later b {
    color: white;
}
@media all and (max-width: 1400px) {
    #regions .regions__item .item__inner {
        padding: 28px;
    }
}
@media all and (max-width: 991px) {
    #regions .regions__item .item__inner {
        padding: 16px;
        padding-bottom: 32px;
    }
    #regions .regions__item .item__inner .price-later {
        border-radius: 0 0 20px 20px;
        padding: 3px 2px;
        font-size: 10px;
    }
}
#regions .regions__item .item__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    #regions .regions__item .item__inner .content {
        margin-bottom: 16px;
    }
}
#regions .regions__item .item__inner .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    background-color: #f1f3f6;
    border-radius: 18px;
    gap: 12px;
    padding-right: 16px;
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    #regions .regions__item .item__inner .date {
        font-size: 14px;
        padding: 4.2px 9px;
        margin-bottom: 16px;
    }
}
#regions .regions__item .item__inner .date img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 767px) {
    #regions .regions__item .item__inner .date img {
        display: none;
    }
}
#regions .regions__item .item__inner h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #2c4576;
    margin-bottom: 12px;
}
@media all and (max-width: 767px) {
    #regions .regions__item .item__inner h5 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8px;
    }
}
.modal-region {
    max-width: 1276px;
    width: 100%;
    border-radius: 20px;
    padding: 80px 80px 60px 80px;
    color: #2c3239;
}
#regions-with-blocks .modal-region {
    padding: 0;
}
.modal iframe:not(.getcourse_widget) {
    height: 100vh !important;
}
.has-iframe iframe:not(.getcourse_widget) {
    height: 100vh !important;
}
@media all and (max-width: 1199px) {
    .modal-region {
        padding: 50px 50px 30px 50px;
    }
}
@media all and (max-width: 575px) {
    .modal-region {
        border-radius: 16px;
        padding: 44px 24px 4px 24px;
    }
}
.modal-region .carousel__button.is-close {
    top: 38px;
    right: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media all and (max-width: 575px) {
    .modal-region .carousel__button.is-close {
        top: 18px;
        right: 18px;
    }
}
.modal-region .carousel__button.is-close svg {
    width: 20px;
    height: 20px;
    stroke: #666d77;
}
.modal-region .carousel__button.is-close svg path {
    stroke-width: 2;
}
.modal-region .modal__gallery .gallery__inner,
.modal-region .modal__heading .heading__inner {
    padding-right: 30px;
}
@media all and (max-width: 1199px) {
    .modal-region .modal__gallery .gallery__inner,
    .modal-region .modal__heading .heading__inner {
        padding-right: 0;
    }
}
.modal-region .modal__program .program__inner,
.modal-region .modal__subheading .subheading__inner {
    padding-left: 30px;
}
@media all and (max-width: 1199px) {
    .modal-region .modal__program .program__inner,
    .modal-region .modal__subheading .subheading__inner {
        padding-left: 0;
    }
}
.modal-region .modal__heading {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__heading {
        margin-bottom: 24px;
    }
}
.modal-region .modal__heading h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: #2c4576;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .modal-region .modal__heading h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}
.modal-region .modal__heading .date {
    display: inline-block;
    border: 2px solid #eceff3;
    padding: 6.3px 19px;
    border-radius: 22px;
}
.modal-region .modal__heading .date strong {
    color: #2c4576;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    .modal-region .modal__heading .date {
        padding: 4.3px 15px;
    }
}
.modal-region .modal__subheading {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__subheading {
        margin-bottom: 32px;
    }
}
.modal-region .modal__subheading p:not(:last-child) {
    margin-bottom: 28px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__subheading p:not(:last-child) {
        margin-bottom: 20px;
    }
}
.modal-region .modal__subheading p strong {
    font-weight: 600;
}
.modal-region .modal__gallery {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__gallery {
        margin-bottom: 32px;
    }
}
.modal-region .modal__gallery .gallery__inner .gallery__slider {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .modal-region .modal__gallery .gallery__inner .gallery__slider {
        margin-bottom: 0;
    }
}
@media all and (max-width: 575px) {
    .modal-region .modal__gallery .gallery__inner .gallery__slider {
        border-radius: 12px;
    }
}
.modal-region .modal__gallery .gallery__inner .gallery__slider .slide__inner a {
    display: block;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .modal-region
        .modal__gallery
        .gallery__inner
        .gallery__slider
        .slide__inner
        a {
        border-radius: 12px;
        height: 172px;
    }
}
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__slider
    .slide__inner
    a
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__slider
    .swiper-button-next,
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__slider
    .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    outline: 0 !important;
    color: #2c4576;
    bottom: 0;
    width: 56px;
    height: 56px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 575px) {
    .modal-region
        .modal__gallery
        .gallery__inner
        .gallery__slider
        .swiper-button-next,
    .modal-region
        .modal__gallery
        .gallery__inner
        .gallery__slider
        .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__slider
    .swiper-button-next:after,
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__slider
    .swiper-button-prev:after {
    display: none;
}
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__slider
    .swiper-button-next {
    background-image: url(../img/arrow_1.svg);
    right: 0;
    right: 36px;
}
@media all and (max-width: 575px) {
    .modal-region
        .modal__gallery
        .gallery__inner
        .gallery__slider
        .swiper-button-next {
        right: 16px;
    }
}
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__slider
    .swiper-button-prev {
    background-image: url(../img/arrow_1.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
    left: 36px;
}
@media all and (max-width: 575px) {
    .modal-region
        .modal__gallery
        .gallery__inner
        .gallery__slider
        .swiper-button-prev {
        left: 16px;
    }
}
.modal-region .modal__gallery .gallery__inner .thumbs__wrapper {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.modal-region
    .modal__gallery
    .gallery__inner
    .thumbs__wrapper
    .swiper-button-next,
.modal-region
    .modal__gallery
    .gallery__inner
    .thumbs__wrapper
    .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    outline: 0 !important;
    color: #2c4576;
    bottom: 0;
    width: 28px;
    height: 48px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 991px) {
    .modal-region
        .modal__gallery
        .gallery__inner
        .thumbs__wrapper
        .swiper-button-next,
    .modal-region
        .modal__gallery
        .gallery__inner
        .thumbs__wrapper
        .swiper-button-prev {
        display: none;
    }
}
.modal-region
    .modal__gallery
    .gallery__inner
    .thumbs__wrapper
    .swiper-button-next:after,
.modal-region
    .modal__gallery
    .gallery__inner
    .thumbs__wrapper
    .swiper-button-prev:after {
    display: none;
}
.modal-region
    .modal__gallery
    .gallery__inner
    .thumbs__wrapper
    .swiper-button-next {
    background-image: url(../img/icon_9.svg);
    right: 0;
}
.modal-region
    .modal__gallery
    .gallery__inner
    .thumbs__wrapper
    .swiper-button-prev {
    background-image: url(../img/icon_9.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
@media all and (max-width: 991px) {
    .modal-region .modal__gallery .gallery__inner .gallery__thumbs {
        display: none;
    }
}
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__thumbs
    .swiper-slide-thumb-active
    .slide__inner {
    opacity: 1;
}
.modal-region .modal__gallery .gallery__inner .gallery__thumbs .slide__inner {
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.4;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.modal-region
    .modal__gallery
    .gallery__inner
    .gallery__thumbs
    .slide__inner
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.modal-region .modal__program {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__program {
        margin-bottom: 32px;
    }
}
.modal-region .modal__program h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .modal-region .modal__program h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.modal-region .modal__program ul li {
    position: relative;
    padding-left: 36px;
}
@media all and (max-width: 575px) {
    .modal-region .modal__program ul li {
        padding-left: 0;
    }
}
.modal-region .modal__program ul li:not(:last-child) {
    margin-bottom: 15px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__program ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}
.modal-region .modal__program ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 16px;
    height: 16px;
    top: 6px;
    left: 0;
}
@media all and (max-width: 575px) {
    .modal-region .modal__program ul li:after {
        display: none;
    }
}
.modal-region .modal__price {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__price {
        margin-bottom: 32px;
    }
}
@media all and (max-width: 575px) {
    .modal-region .modal__price {
        padding: 0;
    }
}
.modal-region .modal__price .price__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    border: 2px solid #eceff3;
    border-radius: 16px;
    padding: 16px 36px;
}
@media all and (max-width: 575px) {
    .modal-region .modal__price .price__inner {
        padding: 24px;
    }
}
.modal-region .modal__price .price__inner .price {
    font-size: 36px;
    line-height: 110%;
}
.modal-region .modal__price .price__inner .price span {
    color: #2c4576;
    text-decoration: underline;
}
.modal-region .modal__price .price__inner .price span.later-price-label {
    font-size: 24px;
    color: #2c3239;
    text-decoration: none;
}
.modal-region .modal__price .price__inner .price span.later-price {
    font-size: 27px;
    text-decoration: none;
}
@media all and (max-width: 991px) {
    .modal-region .modal__price .price__inner .price {
        font-size: 24px;
    }
    .modal-region .modal__price .price__inner .price span.later-price-label,
    .modal-region .modal__price .price__inner .price span.later-price {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    .modal-region .modal__price .price__inner .price {
        font-size: 22px;
    }
    .modal-region .modal__price .price__inner .price span.later-price-label,
    .modal-region .modal__price .price__inner .price span.later-price {
        font-size: 18px;
    }
}
@media all and (max-width: 575px) {
    .modal-region .modal__price .price__inner .box__buttons .btn {
        min-width: inherit;
    }
}
@media all and (max-width: 991px) {
    .modal-region .modal__leaders {
        margin-bottom: 16px;
    }
}
.modal-region .modal__leaders .leaders__inner h4 {
    font-size: 20px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 28px;
}
@media all and (max-width: 575px) {
    .modal-region .modal__leaders .leaders__inner h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.modal-region .modal__leaders .leaders__inner .leader__item {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    .modal-region .modal__leaders .leaders__inner .leader__item {
        margin-bottom: 16px;
    }
}
.modal-region .modal__leaders .leaders__inner .leader__item .item__inner {
    border: 2px solid #eceff3;
    border-radius: 16px;
    padding: 36px;
}
@media all and (max-width: 1400px) {
    .modal-region .modal__leaders .leaders__inner .leader__item .item__inner {
        padding: 26px;
    }
}
@media all and (max-width: 991px) {
    .modal-region .modal__leaders .leaders__inner .leader__item .item__inner {
        padding: 20px;
    }
}
.modal-region
    .modal__leaders
    .leaders__inner
    .leader__item
    .item__inner
    .photo__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 36px;
}
@media all and (max-width: 1400px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .photo__name {
        gap: 16px;
    }
}
@media all and (max-width: 991px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .photo__name {
        margin-bottom: 16px;
    }
}
.modal-region
    .modal__leaders
    .leaders__inner
    .leader__item
    .item__inner
    .photo__name
    .photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
@media all and (max-width: 1400px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .photo__name
        .photo {
        width: 100px;
        height: 100px;
    }
}
@media all and (max-width: 991px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .photo__name
        .photo {
        width: 60px;
        height: 60px;
    }
}
.modal-region
    .modal__leaders
    .leaders__inner
    .leader__item
    .item__inner
    .photo__name
    .photo
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.modal-region
    .modal__leaders
    .leaders__inner
    .leader__item
    .item__inner
    .photo__name
    .name
    h5 {
    font-size: 20px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 16px;
}
@media all and (max-width: 991px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .photo__name
        .name
        h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.modal-region
    .modal__leaders
    .leaders__inner
    .leader__item
    .item__inner
    .photo__name
    .name
    p {
    font-size: 16px;
    line-height: 24px;
    color: #666d77;
}
@media all and (max-width: 991px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .photo__name
        .name
        p {
        font-size: 12px;
        line-height: 18px;
    }
}
.modal-region
    .modal__leaders
    .leaders__inner
    .leader__item
    .item__inner
    .photo__name
    .name
    .details {
    color: #2c3239;
    margin-top: 24px;
}
@media all and (max-width: 991px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .photo__name
        .name
        .details {
        display: none;
    }
}
.modal-region
    .modal__leaders
    .leaders__inner
    .leader__item
    .item__inner
    .details-mobile {
    display: none;
    font-size: 14px;
    line-height: 22px;
}
@media all and (max-width: 991px) {
    .modal-region
        .modal__leaders
        .leaders__inner
        .leader__item
        .item__inner
        .details-mobile {
        display: block;
    }
}
.modal-region .modal__contacts .contacts__item {
    margin-bottom: 20px;
}
.modal-region .modal__contacts .contacts__item a {
    font-weight: 600;
    color: #2c4576;
}
.modal-region .modal__contacts .contacts__item strong {
    font-weight: 600;
}
#present {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #present {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #present {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 991px) {
    #present .present__subheading {
        margin-bottom: 36px;
    }
}
#present .present__subheading p {
    font-size: 24px;
    line-height: 32px;
}
@media all and (max-width: 575px) {
    #present .present__subheading p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media all and (max-width: 991px) {
    #present .present__image {
        text-align: center;
    }
}
#present .present__content {
    padding-top: 54px;
}
@media all and (max-width: 991px) {
    #present .present__content {
        padding-top: 28px;
    }
}
#present .present__content p {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #present .present__content p {
        margin-bottom: 24px;
    }
}
#present .present__content .box__buttons {
    padding-top: 20px;
}
@media all and (max-width: 991px) {
    #present .present__content .box__buttons {
        padding-top: 8px;
    }
}
#testimonials {
    margin-bottom: 200px;
    overflow: hidden;
}
@media all and (max-width: 1600px) {
    #testimonials {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #testimonials {
        margin-bottom: 60px;
    }
}
#testimonials .wrapper {
    position: relative;
}
#testimonials .wrapper .swiper__nav {
    height: 40px;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    #testimonials .wrapper .swiper__nav {
        display: none;
    }
}
#testimonials .wrapper .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
}
#testimonials .wrapper .swiper__nav .swiper-button:after {
    display: none !important;
}
#testimonials .wrapper .swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -80px;
}
@media all and (max-width: 1448px) {
    #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-prev {
        left: -50px;
    }
}
@media all and (max-width: 1235px) {
    #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-prev {
        left: -36px;
    }
}
#testimonials .wrapper .swiper__nav .swiper-button.swiper-button-next {
    right: -80px;
}
@media all and (max-width: 1448px) {
    #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-next {
        right: -50px;
    }
}
@media all and (max-width: 1235px) {
    #testimonials .wrapper .swiper__nav .swiper-button.swiper-button-next {
        right: -36px;
    }
}
#testimonials .wrapper .testimonials__slider .swiper-wrapper {
    padding-bottom: 60px;
}
@media all and (max-width: 575px) {
    #testimonials .wrapper .testimonials__slider .swiper-wrapper {
        padding-bottom: 38px;
    }
}
#testimonials .wrapper .testimonials__slider .slide__inner .zoom {
    color: #2c3239;
}
#testimonials
    .wrapper
    .testimonials__slider
    .slide__inner
    .zoom:hover
    .image::after {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
#testimonials .wrapper .testimonials__slider .slide__inner .image {
    height: 232px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
@media all and (max-width: 575px) {
    #testimonials .wrapper .testimonials__slider .slide__inner .image {
        height: 136px;
        border-radius: 16px;
        margin-bottom: 12px;
    }
}
#testimonials .wrapper .testimonials__slider .slide__inner .image:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 76px;
    height: 52px;
    bottom: 40px;
    right: 40px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    will-change: transform;
}
@media all and (max-width: 575px) {
    #testimonials .wrapper .testimonials__slider .slide__inner .image:after {
        width: 64px;
        height: 44px;
        bottom: 20px;
        right: 20px;
    }
}
#testimonials .wrapper .testimonials__slider .slide__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#testimonials .wrapper .testimonials__slider .slide__inner p {
    font-size: 24px;
    line-height: 32px;
}
@media all and (max-width: 575px) {
    #testimonials .wrapper .testimonials__slider .slide__inner p {
        font-size: 16px;
        line-height: 24px;
    }
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
#maingallery {
    margin-bottom: 180px;
}
@media all and (max-width: 1600px) {
    #maingallery {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 991px) {
    #maingallery {
        margin-bottom: 40px;
    }
}
#maingallery .wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
@media all and (max-width: 575px) {
    #maingallery .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}
@media all and (max-width: 575px) {
    #maingallery .gallery__wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media all and (max-width: 991px) {
    #maingallery .gallery__wrapper.gallery__wrapper-two {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 16px;
    }
}
#maingallery .gallery__wrapper.gallery__wrapper-one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
@media all and (max-width: 767px) {
    #maingallery .gallery__wrapper.gallery__wrapper-one {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media all and (max-width: 991px) {
    #maingallery .gallery__wrapper.gallery__wrapper-one .gallery__item {
        height: 540px;
    }
}
@media all and (max-width: 767px) {
    #maingallery .gallery__wrapper.gallery__wrapper-one .gallery__item {
        height: 80px;
    }
}
#maingallery .gallery__item {
    margin-bottom: 20px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    height: 260px;
}
@media all and (max-width: 991px) {
    #maingallery .gallery__item {
        margin-bottom: 16px;
        border-radius: 12px;
    }
}
@media all and (max-width: 767px) {
    #maingallery .gallery__item {
        height: 80px;
    }
}
#maingallery .gallery__item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#maingallery .gallery__item.gallery__item-big {
    height: 540px;
}
@media all and (max-width: 767px) {
    #maingallery .gallery__item.gallery__item-big {
        height: 176px;
    }
}
#about {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #about {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #about {
        margin-bottom: 60px;
    }
}
#about .about__subheading {
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    #about .about__subheading {
        margin-bottom: 40px;
    }
}
#about .about__subheading p {
    font-size: 24px;
    line-height: 32px;
}
@media all and (max-width: 575px) {
    #about .about__subheading p {
        font-size: 20px;
        line-height: 28px;
    }
}
#about .about__video .video__inner {
    max-width: 520px;
    width: 100%;
}
@media all and (max-width: 991px) {
    #about .about__video .video__inner {
        max-width: none;
    }
}
#about .about__video .video__inner .video {
    height: 292px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 26px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}
@media all and (max-width: 575px) {
    #about .about__video .video__inner .video {
        height: 184px;
        border-radius: 16px;
        font-size: 20px;
        line-height: 20px;
        padding: 20px;
        margin-bottom: 24px;
    }
}
#about .about__video .video__inner .video:hover::after {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#about .about__video .video__inner .video:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_7.svg);
    width: 120px;
    height: 120px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    will-change: transform;
}
@media all and (max-width: 575px) {
    #about .about__video .video__inner .video:after {
        width: 80px;
        height: 80px;
    }
}
#about .about__video .video__inner .video img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#about .about__video .video__inner p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    #about .about__video .video__inner p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media all and (max-width: 991px) {
    #about .about__video .video__inner .box__buttons {
        display: none;
    }
}
@media all and (max-width: 991px) {
    #about .about__content {
        margin-bottom: 32px;
    }
}
#about .about__content .content__inner ul li {
    position: relative;
    padding-left: 48px;
}
@media all and (max-width: 575px) {
    #about .about__content .content__inner ul li {
        padding-left: 0;
    }
}
#about .about__content .content__inner ul li:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 1600px) {
    #about .about__content .content__inner ul li:not(:last-child) {
        margin-bottom: 34px;
    }
}
@media all and (max-width: 991px) {
    #about .about__content .content__inner ul li:not(:last-child) {
        margin-bottom: 24px;
    }
}
#about .about__content .content__inner ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_4.svg);
    width: 24px;
    height: 24px;
    top: 2px;
    left: 0;
}
@media all and (max-width: 575px) {
    #about .about__content .content__inner ul li:after {
        display: none;
    }
}
#about .about__mobile-buttons {
    display: none;
}
@media all and (max-width: 991px) {
    #about .about__mobile-buttons {
        display: block;
    }
}
#faq {
    margin-bottom: 200px;
}
@media all and (max-width: 1600px) {
    #faq {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 991px) {
    #faq {
        margin-bottom: 60px;
    }
}
#faq .faq_tabs {
    margin-bottom: 60px;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs {
        margin-bottom: 32px;
    }
}
@media all and (max-width: 991px) {
    #faq .faq_tabs .faq__wrapper:not(:last-child) {
        margin-bottom: 16px;
    }
}
#faq .faq_tabs .tabs_item {
    border: 2px solid #eceff3;
    border-radius: 20px;
}
#faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #faq .faq_tabs .tabs_item:not(:last-child) {
        margin-bottom: 16px;
    }
}
#faq .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    padding: 20px 136px 20px 40px;
    min-height: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item .title {
        padding: 24px 72px 24px 24px;
        min-height: inherit;
    }
}
#faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_8.svg);
    width: 56px;
    height: 56px;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item .title:after {
        width: 40px;
        height: 40px;
        right: 24px;
    }
}
#faq .faq_tabs .tabs_item .title.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#faq .faq_tabs .tabs_item .tab_content {
    display: none;
    border-top: 1px solid #eceff3;
    padding: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #666d77;
}
#faq .faq_tabs .tabs_item .tab_content p:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #faq .faq_tabs .tabs_item .tab_content {
        font-size: 14px;
        line-height: 22px;
        padding: 24px;
    }
}
#faq .box__buttons {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}
#footer {
    border-top: 2px solid #eceff3;
    padding-top: 60px;
    color: #666d77;
    font-size: 16px;
    line-height: 20px;
}
@media all and (max-width: 991px) {
    #footer {
        padding-top: 40px;
    }
}
#footer .footer__item {
    margin-bottom: 60px;
}
@media all and (max-width: 991px) {
    #footer .footer__item {
        margin-bottom: 40px;
    }
}
#footer .footer__logo img {
    width: 113px;
    height: auto;
}
#footer .footer__contacts ul li:not(:last-child),
#footer .footer__menu ul li:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #footer .footer__contacts ul li:not(:last-child),
    #footer .footer__menu ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}
#footer .footer__contacts ul li a,
#footer .footer__menu ul li a {
    display: inline-block;
    color: #666d77;
}
#footer .footer__contacts ul li a:hover,
#footer .footer__menu ul li a:hover {
    text-decoration: underline;
}

#article article {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
}

#conditions {
  margin-bottom: 180px
}
@media all and (max-width:1600px) {
  #conditions {
    margin-bottom: 80px
  }
}
@media all and (max-width:991px) {
  #conditions {
    margin-bottom: 50px
  }
}
#conditions .conditions__wrapper {
  font-size: 16px;
  line-height: 24px
}
@media all and (max-width:575px) {
  #conditions .conditions__wrapper {
    font-size: 14px;
    line-height: 22px
  }
}
@media all and (max-width:991px) {
  #conditions .conditions__wrapper.active .wrapper__inner ul li {
    padding-bottom: 20px!important
  }
}
@media all and (max-width:575px) {
  #conditions .conditions__wrapper.active .wrapper__inner ul li {
    padding-bottom: 16px!important
  }
}
#conditions .conditions__wrapper.active .wrapper__inner ul li::before {
  display: none
}
@media all and (max-width:991px) {
  #conditions .conditions__wrapper:first-child .wrapper__inner ul li {
    border-bottom: 1px solid #eceff3
  }
}
#conditions .conditions__wrapper:first-child .wrapper__inner ul li:nth-child(1),
#conditions .conditions__wrapper:first-child .wrapper__inner ul li:nth-child(2),
#conditions .conditions__wrapper:first-child .wrapper__inner ul li:nth-child(3),
#conditions .conditions__wrapper:first-child .wrapper__inner ul li:nth-child(4) {
  display: block
}
#conditions .conditions__wrapper:first-child .wrapper__inner ul li:nth-child(4) {
  padding-bottom: 30px;
  position: relative
}
@media all and (max-width:991px) {
  #conditions .conditions__wrapper:first-child .wrapper__inner ul li:nth-child(4):before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background: linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%)
  }
}
#conditions .conditions__wrapper:last-child .wrapper__inner ul li:last-child {
  padding-bottom: 0
}
#conditions .conditions__wrapper .wrapper__inner ul li {
  position: relative;
  padding-left: 56px;
  padding-bottom: 20px;
  margin-bottom: 20px
}
@media all and (max-width:991px) {
  #conditions .conditions__wrapper .wrapper__inner ul li {
    display: none
  }
}
@media all and (max-width:575px) {
  #conditions .conditions__wrapper .wrapper__inner ul li {
    padding-left: 44px;
    padding-bottom: 16px;
    margin-bottom: 16px
  }
}
#conditions .conditions__wrapper .wrapper__inner ul li:not(:last-child) {
  border-bottom: 1px solid #eceff3
}
#conditions .conditions__wrapper .wrapper__inner ul li:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_20.svg);
  width: 36px;
  height: 36px;
  top: 0;
  left: 0
}
@media all and (max-width:575px) {
  #conditions .conditions__wrapper .wrapper__inner ul li:after {
    width: 28px;
    height: 28px
  }
}
#conditions .conditions__wrapper .wrapper__inner .achtung {
  background-color: #e4f0f9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 20px;
  font-weight: 600;
  color: #2c4576;
  padding: 22px 116px;
  margin-top: 20px
}
@media all and (max-width:1400px) {
  #conditions .conditions__wrapper .wrapper__inner .achtung {
    padding: 22px 70px
  }
}
@media all and (max-width:991px) {
  #conditions .conditions__wrapper .wrapper__inner .achtung {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 24px
  }
}
@media all and (max-width:575px) {
  #conditions .conditions__wrapper .wrapper__inner .achtung {
    font-size: 12px;
    line-height: 20px;
    border-radius: 16px;
    margin-top: 0
  }
}
#conditions .conditions__wrapper .wrapper__inner .achtung img {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:575px) {
  #conditions .conditions__wrapper .wrapper__inner .achtung img {
    width: 28px;
    height: 28px
  }
}
#conditions .box__button {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -34px;
  margin-bottom: 16px
}
@media all and (min-width:991px) {
  #conditions .box__button {
    display: none
  }
}
#conditions .box__button #conditions-more {
  border: 1px solid #eceff3;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2c4576;
  background-color: #fff;
  padding: 7px 32px 7px 12px;
  background-size: 12px;
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_22.svg)
}