@charset "UTF-8";
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
    font-family: ShantellSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ShantellSans-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter-Medium.woff2) format("woff2");
}
@font-face {
    font-family: ShantellSans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ShantellSans-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: ShantellSans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/ShantellSans-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Inter-Bold.woff2) format("woff2");
}
@font-face {
    font-family: ShantellSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ShantellSans-Bold.woff2) format("woff2");
}
html {
    min-height: 100%;
}
body,
html {
    scroll-behavior: smooth;
    scroll-padding-top: 16px;
}
body {
    font-family: Inter, sans-serif;
    font-size: 1em;
    line-height: 1.1875;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #070e54;
    background-color: #fbf6eb;
    font-weight: 400;
}
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;
}
main.page {
    background-color: #f7ede4;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 40px;
    }
}
.heading h1,
.heading h2 {
    font-family: ShantellSans, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 43px;
    text-transform: uppercase;
}
.heading h1 strong,
.heading h2 strong {
    color: #6e8aa2;
    font-weight: 600;
}
.heading p {
    margin-top: 17px;
}
.heading .decor {
    margin-top: 3px;
}
.heading.heading-big {
    margin-bottom: 32px;
}
.heading.heading-big h1,
.heading.heading-big h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 61px;
}
@media all and (max-width: 991px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 50px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-big h1,
    .heading.heading-big h2 {
        font-size: 32px;
        line-height: 43px;
    }
}
.heading.heading-line h1,
.heading.heading-line h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
}
.heading.heading-line h1:after,
.heading.heading-line h2:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_30.svg);
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #f7ede4;
    background-color: #3f486d;
    padding: 15.5px 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    border-radius: 28px;
    cursor: pointer;
}
.btn:hover {
    color: #f7ede4;
    background-color: #070e54;
}
.btn.btn-small {
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    padding: 8px 17px;
}
.btn.btn-arrow span {
    position: relative;
    padding-right: 35px;
}
.btn.btn-arrow span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_29.png);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.btn.btn-blue {
    font-size: 14px;
    color: #f0e9ce;
    background-color: #6e8aa2;
    border-radius: 7px;
    padding: 10.5px 25px;
}
.btn.btn-blue:hover {
    color: #f7ede4;
    background-color: #070e54;
}
.btn-more {
    display: inline-block;
    font-weight: 600;
    color: #e6e6e6;
}
.btn-more span {
    position: relative;
    padding-right: 40px;
}
.btn-more span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_29.png);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn-more:hover {
    color: #e6e6e6;
}
.btn-more:hover span::after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
        min-width: inherit !important;
    }
}
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%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.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;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 80px;
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 60px;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}
.modal {
    border-radius: 5px;
    max-width: 480px;
    width: 100%;
    background-color: #3f486d;
    color: #f7ede4;
    padding: 34px;
}
.modal .modal__heading {
    margin-bottom: 48px;
}
.modal .modal__heading h2 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
}
@media all and (max-width: 470px) {
    .modal .modal__heading h2 {
        font-size: 20px;
        line-height: 26px;
    }
}
.modal .modal__heading.modal__heading-image {
    position: relative;
}
.modal .modal__heading.modal__heading-image h2 {
    max-width: 262px;
    width: 100%;
}
@media all and (max-width: 470px) {
    .modal .modal__heading.modal__heading-image h2 {
        max-width: 200px;
    }
}
.modal .modal__heading.modal__heading-image:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/12.webp);
    width: 163px;
    height: 203px;
    top: 0;
    right: -30px;
    z-index: 2;
}
@media all and (max-width: 470px) {
    .modal .modal__heading.modal__heading-image:after {
        width: 120px;
        z-index: -1;
    }
}
#modal-thanks .modal__heading {
    margin-bottom: 0;
}
.form__inner.form__inner-black .form__item {
    margin-bottom: 10px;
}
.form__inner.form__inner-black .form__item::after {
    -webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(94%)
        saturate(2%) hue-rotate(237deg) brightness(103%) contrast(80%);
    filter: brightness(0) saturate(100%) invert(91%) sepia(94%) saturate(2%)
        hue-rotate(237deg) brightness(103%) contrast(80%);
}
.form__inner.form__inner-black .form__item input,
.form__inner.form__inner-black .form__item select,
.form__inner.form__inner-black .form__item textarea {
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    height: 50px;
    background-color: rgba(247, 237, 228, 0.1);
    color: #e6e6e6;
}
.form__inner.form__inner-black .form__item input::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item select::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item textarea::-webkit-input-placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-moz-placeholder,
.form__inner.form__inner-black .form__item select::-moz-placeholder,
.form__inner.form__inner-black .form__item textarea::-moz-placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-ms-placeholder,
.form__inner.form__inner-black .form__item select::-ms-placeholder,
.form__inner.form__inner-black .form__item textarea::-ms-placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item select::-webkit-input-placeholder,
.form__inner.form__inner-black .form__item textarea::-webkit-input-placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-moz-placeholder,
.form__inner.form__inner-black .form__item select::-moz-placeholder,
.form__inner.form__inner-black .form__item textarea::-moz-placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input:-ms-input-placeholder,
.form__inner.form__inner-black .form__item select:-ms-input-placeholder,
.form__inner.form__inner-black .form__item textarea:-ms-input-placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::-ms-input-placeholder,
.form__inner.form__inner-black .form__item select::-ms-input-placeholder,
.form__inner.form__inner-black .form__item textarea::-ms-input-placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__item input::placeholder,
.form__inner.form__inner-black .form__item select::placeholder,
.form__inner.form__inner-black .form__item textarea::placeholder {
    color: #e6e6e6;
    opacity: 1;
}
.form__inner.form__inner-black .form__policy .policy .text p {
    color: #e6e6e6;
}
.form__inner.form__inner-black .form__policy .policy .text p a {
    color: #e6e6e6;
}
.form__inner.form__inner-black
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #6e8aa2;
}
.form__inner.form__inner-black
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    border: 1px solid #e6e6e6;
}
.form__inner.form__inner-black
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 10px;
    border: solid #f7ede4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__inner .form__item {
    position: relative;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item {
        margin-bottom: 16px;
    }
}
.form__inner .form__item:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 23px;
    margin: auto;
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
    width: 100%;
    height: 55px;
    border-radius: 30px;
    background-color: #fbf6eb;
    border: none;
    font-size: 18px;
    color: #6e8aa2;
    padding-left: 58px;
    padding-right: 10px;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item select:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item select::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #6e8aa2;
    opacity: 1;
}
.form__inner .form__item.form__item-name::after {
    background-image: url(../img/icon_3.svg);
}
.form__inner .form__item.form__item-phone::after {
    background-image: url(../img/icon_4.svg);
}
.form__inner .form__submit {
    position: relative;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .form__inner .form__submit {
        margin-bottom: 16px;
    }
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.form__inner .form__policy .policy .text p {
    color: #3f486d;
    font-size: 12px;
    line-height: 100%;
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #3f486d;
}
.form__inner .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item {
    margin: 0;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #e798aa;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #3f486d;
    color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 3px;
    background-color: transparent;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 10px;
    border: solid #f7ede4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header.page {
    background-color: #f7ede4;
    padding-bottom: 40px;
}
header .header__top {
    background-color: #e798aa;
    padding: 4px 0;
}
@media all and (max-width: 991px) {
    header .header__top {
        display: none;
    }
}
header .header__top .wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 46px;
}
header .header__top .wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #f7ede4;
}
header .header__top .wrapper ul li img {
    width: 20px;
    height: auto;
}
header .header__top .wrapper ul li a {
    color: inherit;
}
header .header__main {
    background-color: #efc3c2;
    position: relative;
    padding-top: 6px;
}
header .header__main:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 21px;
    background-image: url(../img/line.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom center;
    z-index: 3;
}
@media all and (max-width: 991px) {
    header .header__main:after {
        height: 10px;
        bottom: -9px;
    }
}
header .header__main .header__logo {
    position: relative;
    z-index: 20;
}
header .header__main .header__logo img {
    width: 64px;
    height: auto;
}
@media all and (max-width: 991px) {
    header .header__main .header__menu .menu__inner {
        display: none;
    }
}
header .header__main .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 77px;
    text-align: center;
}
@media all and (max-width: 1600px) {
    header .header__main .header__menu .menu__inner ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
    }
}
header .header__main .header__menu .menu__inner ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #3f486d;
    padding: 3px 0;
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#3f486d),
        to(#3f486d)
    );
    background: linear-gradient(to left, #3f486d, #3f486d);
    background-size: 0 1px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
header .header__main .header__menu .menu__inner ul li a:hover {
    background-size: 100% 1px;
}
header .header__main .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__main .header__menu .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header .header__main .header__menu .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    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__main .header__menu .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #f7ede4;
    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__main
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__main
    .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__main
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
header
    .header__main
    .header__menu
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .header__main .header__menu .header_burger .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #efc3c2;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 80px;
    top: 0;
    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__main .header__menu .header_burger .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header .header__main .header__menu .header_burger .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 10px;
    padding-right: 10px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 30px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 14px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-weight: 700;
    color: #3f486d;
    padding: 3px 0;
    display: inline;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#3f486d),
        to(#3f486d)
    );
    background: linear-gradient(to left, #3f486d, #3f486d);
    background-size: 0 1px;
    -webkit-background-position:
        0 100%,
        100% 100%;
    background-position:
        0 100%,
        100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
    transition: background-size cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    background-size: 100% 1px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts {
    margin-bottom: 30px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #f7ede4;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li
    img {
    width: 20px;
    height: auto;
}
header
    .header__main
    .header__menu
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    li
    a {
    color: inherit;
}
@media all and (max-width: 991px) {
    header .header__main .header__contacts {
        display: none;
    }
}
header .header__main .header__contacts .contacts__inner {
    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: 10px;
}
header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 991px) {
    header .social {
        margin-bottom: 20px;
    }
}
header .social li a:hover {
    opacity: 0.8;
}
header .social li a img {
    width: 40px;
    height: 40px;
}
#breadcrumbs {
    margin-bottom: 0;
    padding-bottom: 34px;
    background-color: #f7ede4;
}
#breadcrumbs .breadcrumbs {
    color: #3f486d;
    font-size: 12px;
    line-height: 15px;
}
#breadcrumbs .breadcrumbs span {
    color: #3f486d;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span.sep {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_36.png);
    width: 8px;
    height: 12px;
    margin: 0 7px;
    position: relative;
    top: 2px;
}
#breadcrumbs .breadcrumbs span a {
    color: #6e8aa2;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
article strong {
    font-weight: 600;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: ShantellSans, sans-serif;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 28px;
}
article h3 {
    font-size: 20px;
    line-height: 27px;
}
article h4 {
    font-size: 18px;
}
article h5 {
    font-size: 16px;
}
article h6 {
    font-size: 14px;
}
article p {
    margin-bottom: 1.1875em;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1.1875em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1.1875em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
article .block_1 .block_1-item {
    margin-bottom: 20px;
    text-align: center;
}
@media all and (max-width: 575px) {
    article .block_1 .block_1-item {
        margin-bottom: 10px;
    }
}
article .block_1 .block_1-item .item__inner {
    background-color: #6e8aa2;
    border-radius: 30px;
    font-weight: 600;
    color: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    min-height: 60px;
}
article .block_2 .block_2__list {
    margin-bottom: 30px;
}
@media all and (max-width: 991px) {
    article .block_2 .block_2__list {
        margin-bottom: 20px;
    }
}
article .block_2 .block_2__list .list__inner {
    background-color: #cd8092;
    border-radius: 30px;
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    article .block_2 .block_2__list .list__inner {
        border-radius: 20px;
    }
}
article .block_2 .block_2__list .list__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_40.svg);
    width: 248px;
    height: 240px;
    top: -63px;
    right: -65px;
}
article .block_2 .block_2__list .list__inner ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
article .block_2 .block_2__list .list__inner ul li {
    position: relative;
    font-weight: 600;
    color: #f7ede4;
    padding-left: 44px;
}
article .block_2 .block_2__list .list__inner ul li:not(:last-child) {
    margin-bottom: 16px;
}
article .block_2 .block_2__list .list__inner ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_39.png);
    width: 34px;
    height: 32px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
article .block_2 .block_2__content {
    margin-bottom: 30px;
}
article .block_2 .block_2__content .content__inner {
    background-color: #3f486d;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 57px 57px 57px 130px;
    color: #f7ede4;
    position: relative;
}
@media all and (max-width: 575px) {
    article .block_2 .block_2__content .content__inner {
        border-radius: 20px;
        padding: 40px 40px 40px 90px;
    }
}
article .block_2 .block_2__content .content__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_41.png);
    width: 58px;
    height: 65px;
    top: 0;
    bottom: 0;
    left: 57px;
    margin: auto;
}
@media all and (max-width: 575px) {
    article .block_2 .block_2__content .content__inner:after {
        width: 40px;
        left: 30px;
    }
}
article .block_2 .block_2__content .content__inner p {
    font-family: ShantellSans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
}
article .block_3 {
    background-color: #fbf6eb;
    border-radius: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
@media all and (max-width: 1199px) {
    article .block_3 {
        gap: 20px;
    }
}
@media all and (max-width: 991px) {
    article .block_3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}
@media all and (max-width: 575px) {
    article .block_3 {
        border-radius: 20px;
    }
}
article .block_3 .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    left: -20px;
}
@media all and (max-width: 991px) {
    article .block_3 .image {
        left: 0;
        padding-top: 20px;
    }
}
article .block_3 .image img {
    max-width: 292px;
    width: 100%;
}
@media all and (max-width: 575px) {
    article .block_3 .image img {
        max-height: 200px;
    }
}
article .block_3 .content {
    padding: 40px 66px 40px 0;
}
@media all and (max-width: 1199px) {
    article .block_3 .content {
        padding: 30px 30px 30px 0;
    }
}
@media all and (max-width: 991px) {
    article .block_3 .content {
        padding: 30px 20px;
    }
}
article .block_3 .content p {
    color: #cd8092;
}
article .block_3 .content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    list-style-type: none;
    padding-left: 0;
    padding-top: 8px;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    article .block_3 .content ul {
        grid-template-columns: repeat(1, 1fr);
    }
}
article .block_3 .content ul li {
    position: relative;
    padding-left: 60px;
}
article .block_3 .content ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_31.png);
    width: 44px;
    height: 34px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
article .block_4 {
    border-radius: 30px;
    background-color: #6e8aa2;
    color: #e6e6e6;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px;
    margin-bottom: 10px;
    padding: 20px 90px 20px 56px;
    min-height: 116px;
}
@media all and (max-width: 991px) {
    article .block_4 {
        gap: 30px;
        padding: 20px 20px 20px 30px;
    }
}
@media all and (max-width: 575px) {
    article .block_4 {
        border-radius: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
article .block_4 .icon img {
    width: 54px;
    height: 55px;
}
article .block_4 p {
    margin-bottom: 0;
}
@media all and (max-width: 575px) {
    article .block_5 {
        padding-bottom: 10px;
    }
}
article .block_5 .block_5-item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    article .block_5 .block_5-item {
        margin-bottom: 10px;
    }
}
article .block_5 .block_5-item .item__inner {
    font-family: ShantellSans, sans-serif;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    text-align: center;
    border-radius: 41px;
    background-color: #3f486d;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #f7ede4;
}
@media all and (max-width: 575px) {
    article .block_5 .block_5-item .item__inner {
        gap: 20px;
    }
}
article .block_5 .block_5-item .item__inner .icon img {
    width: 56px;
    height: 56px;
}
@media all and (max-width: 575px) {
    article .block_5 .block_5-item .item__inner .icon img {
        width: 50px;
        height: 50px;
    }
}
article .block_5 .block_5-item .item__inner span {
    width: 100%;
}
article .block_6 {
    background-color: #fbf6eb;
    border-radius: 30px;
    padding: 38px 330px 22px 90px;
    position: relative;
    margin-top: 56px;
}
@media all and (max-width: 1199px) {
    article .block_6 {
        padding-left: 60px;
        padding-right: 240px;
    }
}
@media all and (max-width: 575px) {
    article .block_6 {
        border-radius: 20px;
        padding: 30px 70px 14px 30px;
        margin-top: 40px;
    }
}
article .block_6:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
@media all and (max-width: 575px) {
    article .block_6:after {
        left: -8px;
    }
}
article .block_6 .content {
    font-weight: 600;
}
article .block_6 .image {
    position: absolute;
    top: -49px;
    right: -20px;
    z-index: 3;
}
@media all and (max-width: 575px) {
    article .block_6 .image {
        top: -20px;
        right: -5px;
    }
}
article .block_6 .image img {
    max-height: 400px;
}
@media all and (max-width: 1199px) {
    article .block_6 .image img {
        max-height: 300px;
    }
}
@media all and (max-width: 575px) {
    article .block_6 .image img {
        max-height: 100px;
    }
}
article .wp-block-table,
article table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
    border-spacing: 0;
}
article table form,
article table li,
article table p,
article table ul {
    margin: 6px 0;
    padding: 0;
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
article table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}
article table th,
article table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 575px) {
    article table td,
    article table th {
        min-width: 180px;
    }
}
article table td,
article table.wp-block-table td {
    padding: 12px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}
article table.wp-block-table.is-style-stripes td {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
.section-main {
    padding-top: 85px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
    background-color: #f7ede4;
}
@media all and (max-width: 991px) {
    .section-main {
        padding-top: 50px;
    }
}
.section-main .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media all and (max-width: 991px) {
    .section-main .image {
        top: 30px;
    }
}
@media all and (max-width: 767px) {
    .section-main .image {
        display: none;
    }
}
@media all and (max-width: 1400px) {
    .section-main .image img {
        width: 400px;
        height: auto;
    }
}
@media all and (max-width: 991px) {
    .section-main .image img {
        width: 250px;
    }
}
.section-main .content {
    max-width: 770px;
    width: 100%;
    margin-bottom: 14px;
}
@media all and (max-width: 991px) {
    .section-main .content {
        max-width: 600px;
    }
}
.section-main .content h1 {
    font-family: ShantellSans, sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 61px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
@media all and (max-width: 991px) {
    .section-main .content h1 {
        font-size: 50px;
        line-height: 120%;
    }
}
@media all and (max-width: 575px) {
    .section-main .content h1 {
        font-size: 36px;
    }
}
.section-main .content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    max-width: 551px;
    width: 100%;
}
@media all and (max-width: 575px) {
    .section-main .content p {
        font-size: 18px;
    }
}
.section-main .form__inner {
    max-width: 860px;
    width: 100%;
    position: relative;
    padding-top: 22px;
    padding-bottom: 28px;
}
.section-main .form__inner::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.png);
    width: 73px;
    height: 147px;
    top: -5px;
    bottom: 0;
    left: -30px;
    margin: auto;
}
@media all and (max-width: 767px) {
    .section-main .form__inner::before {
        display: none;
    }
}
.section-main .form__inner::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.png);
    width: 69px;
    height: 86px;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
}
@media all and (max-width: 767px) {
    .section-main .form__inner::after {
        display: none;
    }
}
.section-main .form__inner h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #6e8aa2;
    margin-bottom: 15px;
}
.section-main .form__inner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}
@media all and (max-width: 767px) {
    .section-main .form__inner form {
        display: block;
    }
}
.section-main .form__inner form .form__item {
    width: 100%;
}
.section-main .form__inner form .form__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 767px) {
    .section-main .form__inner form .form__submit {
        width: 240px;
    }
}
@media all and (min-width: 767px) {
    .section-main .form__inner .wpcf7-response-output {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
.section-features {
    height: 276px;
    position: relative;
    margin-top: -80px;
    background-color: #f7ede4;
}
@media all and (max-width: 991px) {
    .section-features {
        background-color: #e798aa;
        height: auto;
        padding: 50px 0 20px 0;
    }
}
.section-features:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 274px;
    background-image: url(../img/line_3.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom center;
    z-index: 1;
}
@media all and (max-width: 991px) {
    .section-features:before {
        display: none;
    }
}
.section-features .features__item {
    padding-top: 44px;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 991px) {
    .section-features .features__item {
        padding-top: 0;
        margin-bottom: 30px;
    }
}
@media all and (min-width: 991px) {
    .section-features .features__item:nth-child(2n) {
        padding-top: 74px;
    }
}
.section-features .features__item .item__inner .icon {
    width: 98px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 14px auto;
}
.section-features .features__item .item__inner .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.section-features .features__item .item__inner p {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}
@media all and (max-width: 1199px) {
    .section-features .features__item .item__inner p {
        font-size: 16px;
        line-height: 24px;
    }
}
.section-about {
    background-color: #f7ede4;
    padding: 80px 0;
}
@media all and (max-width: 575px) {
    .section-about {
        padding: 60px 0;
    }
}
@media all and (max-width: 575px) {
    .section-about .heading {
        margin-bottom: 55px;
    }
}
@media all and (max-width: 991px) {
    .section-about .about__image {
        margin-bottom: 30px;
    }
}
.section-about .about__image .image__inner {
    position: relative;
}
.section-about .about__image .image__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/decor.svg);
    width: 134px;
    height: 44px;
    top: -54px;
    left: 0;
}
@media all and (max-width: 991px) {
    .section-about .about__image .image__inner:after {
        top: -50px;
        right: 0;
        margin: auto;
    }
}
.section-about .about__image .image__inner img {
    border-radius: 30px;
}
@media all and (max-width: 575px) {
    .section-about .about__image .image__inner img {
        border-radius: 20px;
    }
}
.section-about .about__content .content__inner {
    padding-left: 110px;
}
@media all and (max-width: 1400px) {
    .section-about .about__content .content__inner {
        padding-left: 60px;
    }
}
@media all and (max-width: 1199px) {
    .section-about .about__content .content__inner {
        padding-left: 0;
    }
}
.section-about .about__content .content__inner article {
    padding-bottom: 10px;
}
@media all and (min-width: 1199px) {
    .section-about .about__content .content__inner article {
        font-size: 18px;
    }
}
.section-about .about__content .content__inner .boss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 55px;
    max-width: 422px;
    width: 100%;
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .boss {
        gap: 30px;
    }
}
.section-about .about__content .content__inner .boss .text {
    color: #e798aa;
}
.section-about .about__content .content__inner .boss .text h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
}
.section-about .about__content .content__inner .boss .text p {
    font-weight: 500;
}
.section-about .about__content .content__inner .boss .photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 131px;
    height: 132px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_8.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-about .about__content .content__inner .boss .photo .photo__inner {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
}
.section-about .about__content .content__inner .boss .photo .photo__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-gallery {
    padding-bottom: 80px;
    background-color: #f7ede4;
}
@media all and (max-width: 575px) {
    .section-gallery {
        padding-bottom: 0;
    }
}
.section-gallery .heading {
    max-width: 710px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media all and (min-width: 991px) {
    .section-gallery .heading {
        margin-bottom: 0;
    }
}
.section-gallery .wrapper {
    position: relative;
    z-index: 2;
    background-color: #f7ede4;
}
@media all and (max-width: 991px) {
    .section-gallery .wrapper {
        padding: 0 10px;
    }
}
.section-gallery .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/3.webp);
    width: 337px;
    height: 307px;
    top: -110px;
    left: 0;
    z-index: 3;
}
@media all and (max-width: 1300px) {
    .section-gallery .wrapper:after {
        width: 280px;
    }
}
@media all and (max-width: 1199px) {
    .section-gallery .wrapper:after {
        display: none;
    }
}
@media all and (min-width: 991px) {
    .section-gallery .wrapper .gallery__slider {
        padding: 100px 0;
    }
}
@media all and (max-width: 991px) {
    .section-gallery .wrapper .gallery__slider {
        padding-bottom: 40px;
    }
}
.section-gallery .wrapper .gallery__slider .swiper-slide {
    opacity: 0.5;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-gallery .wrapper .gallery__slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
@media all and (min-width: 991px) {
    .section-gallery
        .wrapper
        .gallery__slider
        .swiper-slide.swiper-slide-active
        .slide__inner
        a {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.section-gallery .wrapper .gallery__slider .slide__inner a {
    border-radius: 30px;
    overflow: hidden;
    height: 347px;
    display: block;
}
@media all and (max-width: 991px) {
    .section-gallery .wrapper .gallery__slider .slide__inner a {
        border-radius: 20px;
    }
}
@media all and (max-width: 575px) {
    .section-gallery .wrapper .gallery__slider .slide__inner a {
        height: 280px;
    }
}
.section-gallery .wrapper .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%;
}
.section-gallery .swiper-button-next,
.section-gallery .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #e798aa;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 991px) {
    .section-gallery .swiper-button-next,
    .section-gallery .swiper-button-prev {
        display: none;
    }
}
.section-gallery .swiper-button-next:after,
.section-gallery .swiper-button-prev:after {
    display: none;
}
.section-gallery .swiper-button-next:hover,
.section-gallery .swiper-button-prev:hover {
    opacity: 0.6;
}
.section-gallery .swiper-button-next {
    background-image: url(../img/arrow.png);
    right: 22.3%;
}
@media all and (max-width: 1600px) {
    .section-gallery .swiper-button-next {
        right: 21%;
    }
}
@media all and (max-width: 991px) {
    .section-gallery .swiper-button-next {
        right: 10px;
    }
}
.section-gallery .swiper-button-prev {
    background-image: url(../img/arrow.png);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 22.3%;
}
@media all and (max-width: 1600px) {
    .section-gallery .swiper-button-prev {
        left: 21%;
    }
}
@media all and (max-width: 991px) {
    .section-gallery .swiper-button-prev {
        left: 10px;
    }
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination span {
    width: 12px;
    height: 12px;
    background-color: #efc3c2;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #3f486d;
}
.section-trust {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 160px;
    background-color: #f7ede4;
}
@media all and (max-width: 575px) {
    .section-trust {
        padding-top: 65px;
        padding-bottom: 90px;
    }
}
.section-trust .heading {
    max-width: 672px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.section-trust .heading:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 71px;
    height: 71px;
    top: -44px;
    right: -60px;
}
@media all and (max-width: 991px) {
    .section-trust .heading:after {
        right: -46px;
    }
}
@media all and (max-width: 575px) {
    .section-trust .heading:after {
        top: -65px;
        right: 0;
    }
}
.section-trust .trust__item {
    margin-bottom: 20px;
}
.section-trust .trust__item:nth-child(1) .item__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_11.svg);
    width: 262px;
    height: 97px;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
}
.section-trust .trust__item:nth-child(2) .item__inner {
    background-color: #cd8092;
}
.section-trust .trust__item:nth-child(2) .item__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.png);
    width: 64px;
    height: 67px;
    top: 24px;
    right: 45px;
    margin: auto;
}
.section-trust .trust__item:nth-child(3) .item__inner {
    background-color: #2b5b7f;
}
.section-trust .trust__item:nth-child(4) .item__inner {
    background-color: #3f486d;
}
.section-trust .trust__item:nth-child(4) .item__inner::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.png);
    width: 102px;
    height: 102px;
    top: 39px;
    right: 16px;
    margin: auto;
}
.section-trust .trust__item:nth-child(4) .item__inner::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_14.png);
    width: 70px;
    height: 48px;
    bottom: 26px;
    right: 73px;
    margin: auto;
}
.section-trust .trust__item .item__inner {
    min-height: 418px;
    border-radius: 30px;
    padding: 34px 25px;
    background-color: #6e8aa2;
    color: #f7ede4;
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .section-trust .trust__item .item__inner {
        min-height: 380px;
    }
}
.section-trust .trust__item .item__inner .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #f7ede4;
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 36px;
}
@media all and (max-width: 575px) {
    .section-trust .trust__item .item__inner .number {
        margin-bottom: 26px;
    }
}
.section-trust .trust__item .item__inner .content h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 34px;
}
@media all and (max-width: 575px) {
    .section-trust .trust__item .item__inner .content h3 {
        margin-bottom: 20px;
    }
}
.section-trust .trust__item .item__inner .content p {
    font-weight: 500;
}
.section-questions {
    background-color: #e798aa;
    position: relative;
    padding-top: 78px;
    padding-bottom: 106px;
}
@media all and (max-width: 991px) {
    .section-questions {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}
.section-questions:after {
    content: "";
    position: absolute;
    left: 0;
    top: -55px;
    width: 100%;
    height: 57px;
    background-image: url(../img/line_6.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom center;
}
.section-questions .heading {
    position: relative;
    z-index: 3;
}
.section-questions .wrapper {
    position: relative;
}
.section-questions .wrapper::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/4.png);
    width: 106px;
    height: 152px;
    top: -30px;
    left: 43px;
}
@media all and (max-width: 1199px) {
    .section-questions .wrapper::before {
        left: 0;
    }
}
@media all and (max-width: 991px) {
    .section-questions .wrapper::before {
        display: none;
    }
}
.section-questions .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/5.webp);
    width: 266px;
    height: 475px;
    top: -200px;
    right: -51px;
    z-index: 2;
}
@media all and (max-width: 1260px) {
    .section-questions .wrapper:after {
        width: 210px;
        right: 0;
    }
}
@media all and (max-width: 1199px) {
    .section-questions .wrapper:after {
        right: -10px;
        width: 180px;
    }
}
@media all and (max-width: 991px) {
    .section-questions .wrapper:after {
        display: none;
    }
}
.section-questions .form__inner {
    max-width: 853px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.section-questions .form__inner form .form__policy .policy {
    max-width: 493px;
    width: 100%;
    margin: 0 auto;
}
.section-classes .heading {
    max-width: 784px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-classes .wrapper {
    position: relative;
    min-height: 408px;
}
.section-classes .wrapper__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
@media all and (max-width: 1199px) {
    .section-classes .wrapper__inner {
        margin-bottom: 40px;
        gap: 40px;
    }
}
@media all and (max-width: 767px) {
    .section-classes .wrapper__inner {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
}
@media all and (min-width: 767px) {
    .section-classes .wrapper__inner > :nth-child(even) {
        justify-self: end;
    }
}
.section-classes .wrapper__inner .classes__item {
    max-width: 322px;
    width: 100%;
}
@media all and (max-width: 767px) {
    .section-classes .wrapper__inner .classes__item {
        max-width: none;
    }
}
.section-classes .wrapper__inner .classes__item .item__title {
    margin-bottom: 15px;
}
.section-classes .wrapper__inner .classes__item .item__title h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #cd8092;
    margin-bottom: 5px;
}
.section-classes .wrapper__inner .classes__item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    text-align: left;
}
@media all and (max-width: 767px) {
    .section-classes .wrapper__inner .classes__item .content {
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
    }
}
.section-classes .wrapper__inner .classes__item .content .icon {
    width: 80px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-classes .wrapper__inner .classes__item .content .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.section-classes .wrapper__inner .classes__item .content ul li {
    font-size: 15px;
    font-weight: 500;
}
.section-classes
    .wrapper__inner
    .classes__item
    .content
    ul
    li:not(:last-child) {
    margin-bottom: 7px;
}
.section-classes .image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
@media all and (max-width: 1199px) {
    .section-classes .image {
        position: relative;
    }
}
@media all and (max-width: 1400px) {
    .section-classes .image img {
        max-width: 500px;
        width: 100%;
    }
}
.section-age {
    background-color: #f7ede4;
    padding-top: 66px;
    padding-bottom: 30px;
}
.section-age .heading {
    max-width: 762px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media all and (max-width: 575px) {
    .section-age .heading {
        margin-bottom: 60px;
    }
}
.section-age .heading:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 71px;
    height: 71px;
    top: 20px;
    left: -70px;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
@media all and (max-width: 991px) {
    .section-age .heading:after {
        top: -65px;
        left: 0;
    }
}
.section-age .wrapper {
    position: relative;
}
.section-age .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_16.svg);
    width: 133px;
    height: 43px;
    top: -51px;
    right: 0;
}
@media all and (max-width: 575px) {
    .section-age .wrapper:after {
        left: 0;
        margin: auto;
    }
}
.section-age .age__item {
    margin-bottom: 36px;
}
.section-age .age__item .item__inner .age__image {
    height: 226px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.section-age .age__item .item__inner .age__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-age .age__item .item__inner .age__content h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
}
.section-schedule .heading p {
    max-width: 747px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-schedule .wrapper {
    position: relative;
}
.section-schedule .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/6.webp);
    width: 242px;
    height: 229px;
    top: -190px;
    right: -40px;
    z-index: 2;
}
@media all and (max-width: 1400px) {
    .section-schedule .wrapper:after {
        width: 180px;
        top: -170px;
        right: 10px;
    }
}
@media all and (max-width: 1199px) {
    .section-schedule .wrapper:after {
        display: none;
    }
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.section-schedule .tabs {
    --transition-time: 0.3s;
}
@media all and (max-width: 991px) {
    .section-schedule .tabs .tabs__caption {
        margin-bottom: 20px;
    }
}
.section-schedule .tabs .tabs__caption li {
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    text-align: center;
    background-color: #f7ede4;
    border-radius: 20px;
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #2b5b7f;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
}
.section-schedule .tabs .tabs__caption li:not(:last-child) {
    margin-bottom: 5px;
}
.section-schedule .tabs .tabs__caption li span {
    position: relative;
    padding-right: 35px;
}
.section-schedule .tabs .tabs__caption li span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.png);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-schedule .tabs .tabs__caption li.active {
    background-color: #e798aa;
    color: #f7ede4;
}
.section-schedule .tabs .tabs__caption li.active span::after {
    opacity: 1;
    visibility: visible;
}
.section-schedule .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
    background-color: #e798aa;
    border-radius: 30px;
    padding: 18px 80px 50px 80px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .section-schedule .tabs .tabs__content {
        padding: 20px 30px;
    }
}
.section-schedule .tabs .tabs__content:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_19.svg);
    width: 469px;
    height: 132px;
    bottom: -22px;
    right: -30px;
    z-index: -1;
}
@media all and (max-width: 767px) {
    .section-schedule .tabs .tabs__content:after {
        display: none;
    }
}
.section-schedule .tabs .tabs__content .title {
    margin-bottom: 24px;
}
.section-schedule .tabs .tabs__content .title h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
}
.section-schedule .tabs .tabs__content .schedule__wrapper {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 22px;
}
@media all and (max-width: 767px) {
    .section-schedule .tabs .tabs__content .schedule__wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: none;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
    }
}
.section-schedule .tabs .tabs__content .schedule__wrapper .schedule__item h3 {
    font-size: 16px;
    line-height: 19px;
    color: #f7ede4;
    margin-bottom: 5px;
}
.section-schedule
    .tabs
    .tabs__content
    .schedule__wrapper
    .schedule__item
    ul
    li {
    font-weight: 500;
    color: #3f486d;
}
.section-schedule
    .tabs
    .tabs__content
    .schedule__wrapper
    .schedule__item
    ul
    li:not(:last-child) {
    margin-bottom: 2px;
}
.section-schedule .tabs .tabs__content.active {
    display: block;
}
.section-price .heading {
    position: relative;
    max-width: 870px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-price .heading:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 71px;
    height: 71px;
    top: -14px;
    right: -100px;
}
@media all and (max-width: 1199px) {
    .section-price .heading:after {
        right: -46px;
    }
}
@media all and (max-width: 991px) {
    .section-price .heading:after {
        top: -65px;
        right: 0;
    }
}
.section-price .price__item {
    margin-bottom: 20px;
}
.section-price .price__item:nth-child(2) .item__inner {
    background-color: #cd8092;
}
.section-price .price__item:nth-child(2) .item__inner .content .icon {
    position: relative;
    right: 18px;
}
.section-price .price__item:nth-child(3) .item__inner {
    background-color: #6e8aa2;
}
.section-price .price__item .item__inner {
    background-color: #3f486d;
    color: #f7ede4;
    padding: 40px 30px;
    border-radius: 30px;
    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: 28px;
}
.section-price .price__item .item__inner .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-price .price__item .item__inner .content h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-price .price__item .item__inner .content .icon {
    width: 136px;
    height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}
.section-price .price__item .item__inner .content .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.section-price .price__item .item__inner .content .time {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.section-price .price__item .item__inner .content p {
    font-size: 18px;
}
.section-price .price__item .item__inner .cost {
    font-family: ShantellSans, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    display: block;
}
.section-price .price__item .item__inner .cost span {
    display: block;
}
.section-price .price__item .item__inner .cost div:not(:last-child) {
    margin-bottom: 6px;
}
.section-price .price__item .item__inner .cost .time {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.section-trial {
    background-color: #6e8aa2;
    color: #f7ede4;
    position: relative;
    padding: 90px 0;
    margin-bottom: 120px;
}
@media all and (max-width: 1199px) {
    .section-trial {
        padding-bottom: 40px;
    }
}
@media all and (max-width: 991px) {
    .section-trial {
        padding: 60px 0 30px 0;
    }
}
.section-trial:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -56px;
    width: 100%;
    height: 57px;
    background-image: url(../img/line_7.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom center;
    z-index: -1;
}
.section-trial .wrapper {
    position: relative;
}
.section-trial .wrapper .image {
    position: absolute;
    top: 0;
    left: -10px;
}
@media all and (max-width: 1199px) {
    .section-trial .wrapper .image {
        position: relative;
        left: 0;
        margin-top: 40px;
    }
}
@media all and (max-width: 1400px) {
    .section-trial .wrapper .image img {
        width: 240px;
        height: auto;
    }
}
.section-trial .wrapper .image-1 {
    position: absolute;
    top: 0;
    right: 0;
}
@media all and (max-width: 1199px) {
    .section-trial .wrapper .image-1 {
        display: none;
    }
}
.section-trial .wrapper .image-1 img {
    width: 209px;
    height: auto;
}
.section-trial .heading {
    margin-bottom: 27px;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-trial .btn {
    max-width: 378px;
    width: 100%;
    position: relative;
}
.section-trial .btn::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_20.png);
    width: 40px;
    height: 76px;
    top: -20px;
    left: -34px;
}
@media all and (max-width: 575px) {
    .section-trial .btn::before {
        display: none;
    }
}
.section-trial .btn::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_21.png);
    width: 71px;
    height: 88px;
    right: -34px;
    top: -6px;
}
@media all and (max-width: 575px) {
    .section-trial .btn::after {
        display: none;
    }
}
.section-adaptation .heading p {
    max-width: 670px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-adaptation .adaptation__image {
    text-align: center;
}
@media all and (max-width: 991px) {
    .section-adaptation .adaptation__image {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    .section-adaptation .adaptation__image {
        margin-bottom: 30px;
    }
}
.section-adaptation .adaptation__image .image__inner {
    position: relative;
}
.section-adaptation .adaptation__image .image__inner::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_22.png);
    width: 87px;
    height: 72px;
    top: -25px;
    left: -29px;
}
@media all and (max-width: 767px) {
    .section-adaptation .adaptation__image .image__inner::before {
        display: none;
    }
}
.section-adaptation .adaptation__image .image__inner::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_23.png);
    width: 93px;
    height: 84px;
    bottom: -28px;
    right: -29px;
}
@media all and (max-width: 767px) {
    .section-adaptation .adaptation__image .image__inner::after {
        display: none;
    }
}
.section-adaptation .adaptation__image .image__inner img {
    border-radius: 30px;
}
@media all and (max-width: 575px) {
    .section-adaptation .adaptation__image .image__inner img {
        border-radius: 20px;
    }
}
.section-adaptation .adaptation__list .list__inner {
    padding-left: 110px;
}
@media all and (max-width: 1400px) {
    .section-adaptation .adaptation__list .list__inner {
        padding-left: 60px;
    }
}
@media all and (max-width: 1199px) {
    .section-adaptation .adaptation__list .list__inner {
        padding-left: 40px;
    }
}
@media all and (max-width: 991px) {
    .section-adaptation .adaptation__list .list__inner {
        padding-left: 0;
    }
}
@media all and (min-width: 991px) {
    .section-adaptation .adaptation__list .list__inner ul {
        max-width: 412px;
        width: 100%;
    }
}
.section-adaptation .adaptation__list .list__inner ul li {
    font-size: 14px;
    line-height: 17px;
    padding-left: 45px;
    position: relative;
}
.section-adaptation .adaptation__list .list__inner ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_24.svg);
    width: 30px;
    height: 39px;
    top: -5px;
    left: 0;
}
.section-adaptation .adaptation__list .list__inner ul li:not(:last-child) {
    margin-bottom: 26px;
}
.section-adaptation .adaptation__list .list__inner ul li strong {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    display: block;
    margin-bottom: 8px;
}
.section-safety .heading {
    position: relative;
}
@media all and (max-width: 991px) {
    .section-safety .heading {
        margin-bottom: 60px;
    }
}
.section-safety .heading:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_25.png);
    width: 43px;
    height: 46px;
    top: 20px;
    right: 123px;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    .section-safety .heading:after {
        right: 0;
    }
}
@media all and (max-width: 767px) {
    .section-safety .heading:after {
        top: 10px;
    }
}
@media all and (max-width: 450px) {
    .section-safety .heading:after {
        top: 40px;
    }
}
.section-safety .wrapper {
    position: relative;
}
.section-safety .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/decor.svg);
    width: 134px;
    height: 44px;
    top: -54px;
    left: 0;
}
@media all and (max-width: 991px) {
    .section-safety .wrapper:after {
        top: -50px;
        right: 0;
        margin: auto;
    }
}
.section-safety .safety__item {
    margin-bottom: 20px;
}
.section-safety .safety__item .item__inner {
    border-radius: 30px;
    background-color: #6e8aa2;
    overflow: hidden;
    color: #f7ede4;
}
.section-safety .safety__item .item__inner .safety__image {
    height: 214px;
    border-radius: 30px;
    overflow: hidden;
}
.section-safety .safety__item .item__inner .safety__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-safety .safety__item .item__inner .safety__content {
    padding: 28px 28px 40px 28px;
    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: 24px;
}
.section-safety .safety__item .item__inner .safety__content h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}
.section-safety .text {
    padding-top: 10px;
}
.section-safety .text p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
}
.section-team {
    position: relative;
    z-index: 2;
    padding-top: 90px;
}
@media all and (max-width: 991px) {
    .section-team {
        padding-bottom: 60px;
    }
}
.section-team:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 363px;
    background-image: url(../img/line_3.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom center;
    z-index: -1;
}
.section-team .wrapper {
    position: relative;
}
.section-team .wrapper::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_27.png);
    width: 118px;
    height: 99px;
    top: 20px;
    left: 40px;
}
@media all and (max-width: 1199px) {
    .section-team .wrapper::before {
        left: 0;
    }
}
@media all and (max-width: 991px) {
    .section-team .wrapper::before {
        display: none;
    }
}
.section-team .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_28.png);
    width: 107px;
    height: 86px;
    top: 40px;
    right: 30px;
}
@media all and (max-width: 1199px) {
    .section-team .wrapper:after {
        right: 0;
    }
}
@media all and (max-width: 991px) {
    .section-team .wrapper:after {
        display: none;
    }
}
.section-team .team__slider {
    padding-bottom: 50px;
}
.section-team .team__slider .swiper-slide {
    height: auto;
}
.section-team .team__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
}
.section-team .team__slider .slide__inner .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
.section-team .team__slider .slide__inner .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-team .team__slider .slide__inner .details h5 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 9px;
}
.section-team .team__slider .slide__inner .details h6 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #e798aa;
    margin-bottom: 12px;
}
@media all and (min-width: 991px) {
    .section-team .team__slider .swiper-pagination {
        display: none;
    }
}
.section-team .team__slider .swiper-button-next,
.section-team .team__slider .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #e798aa;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 991px) {
    .section-team .team__slider .swiper-button-next,
    .section-team .team__slider .swiper-button-prev {
        display: none;
    }
}
.section-team .team__slider .swiper-button-next:after,
.section-team .team__slider .swiper-button-prev:after {
    display: none;
}
.section-team .team__slider .swiper-button-next:hover,
.section-team .team__slider .swiper-button-prev:hover {
    opacity: 0.6;
}
.section-team .team__slider .swiper-button-next {
    background-image: url(../img/arrow.png);
    right: 0;
}
@media all and (max-width: 991px) {
    .section-team .team__slider .swiper-button-next {
        right: 10px;
    }
}
.section-team .team__slider .swiper-button-prev {
    background-image: url(../img/arrow.png);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
@media all and (max-width: 991px) {
    .section-team .team__slider .swiper-button-prev {
        left: 10px;
    }
}
.section-seo {
    background-color: #f7ede4;
    padding: 70px 0;
    overflow: hidden;
}
@media all and (max-width: 991px) {
    .section-seo {
        padding-bottom: 0;
    }
}
@media all and (max-width: 575px) {
    .section-seo {
        padding: 70px 0 0 0;
    }
}
.section-seo .heading {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-seo .heading:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 71px;
    height: 71px;
    top: -30px;
    left: -110px;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
@media all and (max-width: 1199px) {
    .section-seo .heading:after {
        left: -70px;
    }
}
@media all and (max-width: 991px) {
    .section-seo .heading:after {
        top: -65px;
        left: 0;
    }
}
.section-seo .seo__block-1 {
    margin-bottom: 0;
}
@media all and (max-width: 991px) {
    .section-seo .seo__block-1 {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    .section-seo .seo__block-1 {
        margin-bottom: 30px;
    }
}
.seo__block-1 .seo__content {
    margin-bottom: 50px;
}
@media all and (max-width: 767px) {
    .seo__block-1 .seo__content {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 1199px) {
    .seo__block-1 .seo__content .content__inner {
        max-width: 600px;
        width: 100%;
    }
}
@media all and (min-width: 991px) {
    .seo__block-1 .seo__content .content__inner {
        padding-right: 50px;
    }
}
.seo__block-1 .seo__content .content__inner .accent {
    margin: 25px 0;
    padding: 25px 34px;
    background-color: #fbf6eb;
    border-radius: 30px;
}
.seo__block-1 .seo__content .content__inner .accent p {
    color: #cd8092;
}
.seo__block-1 .seo__content .content__inner strong {
    font-weight: 600;
}
.seo__block-1 .seo__content .content__inner .btn {
    margin-top: 24px;
    position: relative;
}
.seo__block-1 .seo__content .content__inner .btn:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_37.png);
    width: 49px;
    height: 67px;
    bottom: -18px;
    left: -22px;
}
@media all and (max-width: 575px) {
    .seo__block-1 .seo__content .content__inner .btn:before {
        display: none;
    }
}
.seo__block-1 .seo__content .content__inner .btn:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_38.png);
    width: 26px;
    height: 70px;
    top: -12px;
    right: -21px;
}
@media all and (max-width: 575px) {
    .seo__block-1 .seo__content .content__inner .btn:after {
        display: none;
    }
}
.seo__block-1 .seo__image {
    text-align: center;
    margin-bottom: 50px;
}
.seo__block-1 .seo__image .image__inner {
    position: relative;
}
.seo__block-1 .seo__image .image__inner::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_22.png);
    width: 87px;
    height: 72px;
    top: -25px;
    left: -29px;
}
@media all and (max-width: 767px) {
    .seo__block-1 .seo__image .image__inner::before {
        display: none;
    }
}
.seo__block-1 .seo__image .image__inner::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_23.png);
    width: 93px;
    height: 84px;
    bottom: -28px;
    right: -29px;
}
@media all and (max-width: 767px) {
    .seo__block-1 .seo__image .image__inner::after {
        display: none;
    }
}
.seo__block-1 .seo__image .image__inner img {
    border-radius: 30px;
}
@media all and (max-width: 575px) {
    .seo__block-1 .seo__image .image__inner img {
        border-radius: 20px;
    }
}
.seo__block-2.mb-40 .modal__image {
    margin-bottom: 40px;
}
.seo__block-2.mb-40 .modal__content {
    margin-bottom: 40px;
}
.seo__block-2 .modal__image {
    margin-bottom: 50px;
}
.seo__block-2 .modal__image .image__inner img {
    border-radius: 30px;
}
@media all and (max-width: 575px) {
    .seo__block-2 .modal__image .image__inner img {
        border-radius: 20px;
    }
}
.seo__block-2 .modal__content {
    margin-bottom: 50px;
}
@media all and (max-width: 991px) {
    .seo__block-2 .modal__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
}
.seo__block-2 .modal__content .content__inner h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #cd8092;
    margin-bottom: 14px;
}
.seo__block-2 .modal__content .content__inner p {
    margin-bottom: 27px;
}
.seo__block-2 .modal__content .content__inner ul li {
    font-family: ShantellSans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    padding-left: 68px;
}
@media all and (max-width: 575px) {
    .seo__block-2 .modal__content .content__inner ul li {
        font-size: 18px;
        line-height: 24px;
        padding-left: 58px;
    }
}
.seo__block-2 .modal__content .content__inner ul li:not(:last-child) {
    margin-bottom: 12px;
}
.seo__block-2 .modal__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_31.png);
    width: 44px;
    height: 34px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (max-width: 575px) {
    .seo__block-2 .modal__content .content__inner ul li:after {
        width: 38px;
    }
}
.seo__block-3 {
    margin-bottom: 30px;
}
.seo__block-3 h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #cd8092;
    margin-bottom: 14px;
}
.seo__block-3 .row {
    margin-top: 25px;
}
.seo__block-3 .modal__item {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .seo__block-3 .modal__item {
        margin-bottom: 10px;
    }
}
.seo__block-3 .modal__item .item__inner {
    background-color: #fbf6eb;
    border-radius: 30px;
    min-height: 109px;
    padding: 26px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: ShantellSans, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}
@media all and (max-width: 575px) {
    .seo__block-3 .modal__item .item__inner {
        font-size: 18px;
        line-height: 24px;
        padding: 16px;
        min-height: 90px;
        border-radius: 20px;
    }
}
.seo__block-4 {
    margin-bottom: 36px;
}
.seo__block-5 {
    color: #cd8092;
    margin-bottom: 40px;
}
#modal-seo {
    max-width: 1440px;
    width: 100%;
    background-color: #f7ede4;
    padding: 70px;
    color: #070e54;
}
@media all and (max-width: 767px) {
    #modal-seo {
        padding: 30px 20px;
    }
}
#modal-seo .btn {
    max-width: 530px;
    width: 100%;
}
.section-feedback {
    background-color: #f7ede4;
    padding-bottom: 130px;
}
@media all and (max-width: 575px) {
    .section-feedback {
        padding-bottom: 100px;
    }
}
.section-feedback .heading {
    position: relative;
}
.section-feedback .heading:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_32.png);
    width: 22px;
    height: 29px;
    top: 0;
    left: 400px;
}
@media all and (max-width: 1400px) {
    .section-feedback .heading:after {
        left: 300px;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .heading:after {
        left: 200px;
    }
}
@media all and (max-width: 991px) {
    .section-feedback .heading:after {
        left: 100px;
    }
}
@media all and (max-width: 767px) {
    .section-feedback .heading:after {
        left: 0;
    }
}
@media all and (max-width: 575px) {
    .section-feedback .heading:after {
        top: -28px;
    }
}
.section-feedback .wrapper {
    position: relative;
}
.section-feedback .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/7.webp);
    width: 159px;
    height: 225px;
    top: -200px;
    right: -40px;
    z-index: 1;
}
@media all and (max-width: 1250px) {
    .section-feedback .wrapper:after {
        width: 130px;
        right: -10px;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .wrapper:after {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .section-feedback .feedback__slider {
        padding-bottom: 50px;
    }
}
.section-feedback .feedback__slider .swiper-slide {
    height: auto;
}
.section-feedback .feedback__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__video
    .video__inner {
    min-height: 425px;
    border-radius: 30px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .section-feedback
        .feedback__slider
        .slide__inner
        .feedback__video
        .video__inner {
        border-radius: 20px;
        min-height: 350px;
    }
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__video
    .video__inner
    iframe {
    width: 100%;
    height: 100%;
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__content
    .content__inner {
    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: 10px;
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__content
    .content__inner
    .content {
    background-color: #fbf6eb;
    border-radius: 30px;
    padding: 25px 70px 30px 70px;
}
@media all and (max-width: 991px) {
    .section-feedback
        .feedback__slider
        .slide__inner
        .feedback__content
        .content__inner
        .content {
        padding: 20px;
    }
}
@media all and (max-width: 575px) {
    .section-feedback
        .feedback__slider
        .slide__inner
        .feedback__content
        .content__inner
        .content {
        border-radius: 20px;
    }
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__content
    .content__inner
    .content
    .name {
    font-family: ShantellSans, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block;
    margin-bottom: 2px;
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__content
    .content__inner
    .content
    .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__content
    .content__inner
    .content
    .date {
    font-size: 12px;
    line-height: 28px;
    color: #cd8092;
    display: block;
    margin-bottom: 6px;
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__content
    .content__inner
    .content
    .text {
    font-size: 14px;
    line-height: 17px;
}
.section-feedback
    .feedback__slider
    .slide__inner
    .feedback__content
    .content__inner
    .content
    .text
    p:not(:last-child) {
    margin-bottom: 4px;
}
@media all and (min-width: 991px) {
    .section-feedback .swiper-pagination {
        display: none;
    }
}
.section-feedback .swiper-button-next,
.section-feedback .swiper-button-prev {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    color: #e798aa;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 991px) {
    .section-feedback .swiper-button-next,
    .section-feedback .swiper-button-prev {
        display: none;
    }
}
.section-feedback .swiper-button-next:after,
.section-feedback .swiper-button-prev:after {
    display: none;
}
.section-feedback .swiper-button-next:hover,
.section-feedback .swiper-button-prev:hover {
    opacity: 0.6;
}
.section-feedback .swiper-button-next {
    background-image: url(../img/arrow.png);
    right: 20px;
}
.section-feedback .swiper-button-prev {
    background-image: url(../img/arrow.png);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 590px;
    left: auto;
}
@media all and (max-width: 1400px) {
    .section-feedback .swiper-button-prev {
        right: 510px;
    }
}
@media all and (max-width: 1199px) {
    .section-feedback .swiper-button-prev {
        right: 410px;
    }
}
#footer {
    position: relative;
    background-color: #cd8092;
    margin-bottom: 0;
}
@media all and (max-width: 991px) {
    #footer {
        text-align: center;
    }
}
#footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: -54px;
    width: 100%;
    height: 56px;
    background-image: url(../img/line_9.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom center;
}
#footer .map {
    margin-top: 42px;
    margin-bottom: 40px;
}
#footer .map #map {
    height: 393px;
    border-radius: 30px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    #footer .map #map {
        border-radius: 20px;
        height: 370px;
    }
}
#footer .map #map iframe {
    width: 100%;
    height: 100%;
}
#footer .wrapper {
    position: relative;
    z-index: 2;
}
#footer .wrapper:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/8.webp);
    width: 251px;
    height: 270px;
    bottom: 0;
    right: -44px;
    z-index: -1;
}
@media all and (max-width: 1400px) {
    #footer .wrapper:after {
        width: 170px;
        right: -20px;
    }
}
@media all and (max-width: 1199px) {
    #footer .wrapper:after {
        display: none;
    }
}
#footer .footer__item {
    margin-bottom: 32px;
}
#footer .footer__logo .logo__inner .logo {
    margin-bottom: 20px;
}
#footer .footer__logo .logo__inner .logo img {
    width: 120px;
    height: auto;
}
#footer .footer__logo .logo__inner .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
@media all and (max-width: 991px) {
    #footer .footer__logo .logo__inner .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__logo .logo__inner .social li img {
    width: 32px;
    height: 32px;
}
#footer .footer__logo .logo__inner .social li a:hover {
    opacity: 0.8;
}
#footer .footer__menu .menu__inner h5 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #f7ede4;
    margin-bottom: 27px;
}
#footer
    .footer__menu
    .menu__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    text-decoration: underline;
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
    margin-bottom: 12px;
}
#footer .footer__menu .menu__inner ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #e6e6e6;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
#footer .footer__menu .menu__inner ul li a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_35.png);
    width: 15px;
    height: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#footer .footer__menu .menu__inner ul li a:hover {
    text-decoration: underline;
}
#footer .footer__contacts .contacts__inner .phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 29px;
    margin-bottom: 32px;
}
@media all and (max-width: 991px) {
    #footer .footer__contacts .contacts__inner .phones {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__contacts .contacts__inner .phones img {
    position: relative;
    top: -17px;
}
@media all and (max-width: 991px) {
    #footer .footer__contacts .contacts__inner .phones img {
        display: none;
    }
}
#footer .footer__contacts .contacts__inner .phones ul li {
    font-size: 14px;
    font-weight: 500;
}
#footer .footer__contacts .contacts__inner .phones ul li:not(:last-child) {
    margin-bottom: 19px;
}
#footer .footer__contacts .contacts__inner .phones ul li a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #070e54;
}
#footer .footer__contacts .contacts__inner .phones ul li.worktime {
    padding-left: 4px;
}
#footer .footer__contacts .contacts__inner .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}
@media all and (max-width: 991px) {
    #footer .footer__contacts .contacts__inner .address {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__links {
    margin-bottom: 28px;
}
#footer .footer__links .links__inner .footer-menu {
    margin-bottom: 12px;
}
#footer .footer__links .links__inner .footer-menu li:not(:last-child) {
    margin-bottom: 8px;
}
#footer
    .footer__links
    .links__inner
    .footer-menu
    li.current-menu-item:not(.menu-item-object-custom)
    > a {
    text-decoration: underline;
}
#footer .footer__links .links__inner .footer-menu li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #070e54;
    display: inline-block;
}
#footer .footer__links .links__inner .footer-menu li a:hover {
    text-decoration: underline;
}
#footer .footer__links .links__inner .copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
#footer .footer__text {
    margin-bottom: 28px;
}
#footer .footer__text .text__inner p {
    font-size: 12px;
    line-height: 15px;
    color: #f7ede4;
}
#page {
    padding-bottom: 30px;
    background-color: #f7ede4;
}
#page .page__blog {
    position: relative;
}
#page .page__blog:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/9.webp);
    width: 167px;
    height: 188px;
    top: -20px;
    right: -20px;
}
@media all and (max-width: 991px) {
    #page .page__blog:after {
        display: none;
    }
}
#page .page__blog .heading h1 {
    display: inline-block;
    position: relative;
}
#page .page__blog .heading h1:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 71px;
    height: 71px;
    top: -30px;
    left: -108px;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
@media all and (max-width: 991px) {
    #page .page__blog .heading h1:after {
        left: -90px;
    }
}
@media all and (max-width: 767px) {
    #page .page__blog .heading h1:after {
        left: -70px;
    }
}
@media all and (max-width: 575px) {
    #page .page__blog .heading h1:after {
        display: none;
    }
}
#page .page__blog .post__item {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #page .page__blog .post__item {
        margin-bottom: 20px;
    }
}
#page .page__blog .post__item .item__inner {
    background-color: #6e8aa2;
    border-radius: 30px;
    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;
}
#page .page__blog .post__item .item__inner .post__image {
    display: block;
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
}
#page .page__blog .post__item .item__inner .post__image:hover {
    opacity: 0.8;
}
#page .page__blog .post__item .item__inner .post__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
#page .page__blog .post__item .item__inner .post__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    gap: 25px;
    padding: 25px 25px 35px 25px;
}
#page .page__blog .post__item .item__inner .post__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#page
    .page__blog
    .post__item
    .item__inner
    .post__details
    .details__inner
    .post__title {
    display: block;
    color: #070e54;
    margin-bottom: 12px;
}
#page
    .page__blog
    .post__item
    .item__inner
    .post__details
    .details__inner
    .post__title:hover {
    color: #e6e6e6;
}
#page
    .page__blog
    .post__item
    .item__inner
    .post__details
    .details__inner
    .post__title
    h3 {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: inherit;
}
#page .page__blog .box__more #true_loadmore {
    text-align: center;
}
#page .page__blog .box__more .btn {
    max-width: 420px;
    width: 100%;
    position: relative;
}
#page .page__blog .box__more .btn:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_37.png);
    width: 49px;
    height: 67px;
    bottom: -18px;
    left: -22px;
}
@media all and (max-width: 575px) {
    #page .page__blog .box__more .btn:before {
        display: none;
    }
}
#page .page__blog .box__more .btn:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_38.png);
    width: 26px;
    height: 70px;
    top: -12px;
    right: -21px;
}
@media all and (max-width: 575px) {
    #page .page__blog .box__more .btn:after {
        display: none;
    }
}
#page .page__post .post__top .post__nav {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #page .page__post .post__top .post__nav {
        margin-bottom: 20px;
    }
}
#page .page__post .post__top .post__nav .nav__inner {
    background-color: #fbf6eb;
    border-radius: 30px;
    padding: 55px 70px;
}
@media all and (max-width: 575px) {
    #page .page__post .post__top .post__nav .nav__inner {
        border-radius: 20px;
        padding: 30px;
    }
}
#page .page__post .post__top .post__nav .nav__inner #ez-toc-container {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#page
    .page__post
    .post__top
    .post__nav
    .nav__inner
    #ez-toc-container
    .ez-toc-title-container {
    font-family: ShantellSans, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #070e54;
    margin-bottom: 25px;
}
@media all and (max-width: 575px) {
    #page
        .page__post
        .post__top
        .post__nav
        .nav__inner
        #ez-toc-container
        .ez-toc-title-container {
        margin-bottom: 16px;
    }
}
#page
    .page__post
    .post__top
    .post__nav
    .nav__inner
    #ez-toc-container
    nav
    ul
    li:not(:last-child) {
    margin-bottom: 25px;
}
@media all and (max-width: 575px) {
    #page
        .page__post
        .post__top
        .post__nav
        .nav__inner
        #ez-toc-container
        nav
        ul
        li:not(:last-child) {
        margin-bottom: 14px;
    }
}
#page
    .page__post
    .post__top
    .post__nav
    .nav__inner
    #ez-toc-container
    nav
    ul
    li
    a {
    font-size: 16px;
    color: #070e54;
}
#page .page__post .post__top .post__image {
    margin-bottom: 40px;
}
@media all and (min-width: 575px) {
    #page .page__post .post__top .post__image .image__inner {
        min-height: 394px;
        border-radius: 30px;
        overflow: hidden;
    }
}
@media all and (max-width: 575px) {
    #page .page__post .post__top .post__image .image__inner {
        border-radius: 20px;
    }
}
@media all and (min-width: 575px) {
    #page .page__post .post__top .post__image .image__inner img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        width: 100%;
        height: 100%;
    }
}
@media all and (max-width: 575px) {
    #page .page__post .post__top .post__image .image__inner img {
        border-radius: 20px;
        height: auto;
    }
}
