@font-face {
    font-family: Days One;
    src: url(../fonts/DaysOne-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria.ttf);
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Bold.ttf);
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-BoldItalic.ttf);
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-ExtraBold.ttf);
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-ExtraBoldItalic.ttf);
    font-style: italic;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-ExtraLight.ttf);
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-ExtraLightItalic.ttf);
    font-style: italic;
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Heavy.ttf);
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-HeavyItalic.ttf);
    font-style: italic;
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Italic.ttf);
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Light.ttf);
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-LightItalic.ttf);
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Medium.ttf);
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-MediumItalic.ttf);
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-Thin.ttf);
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: Geometria;
    src: url(../fonts/Geometria-ThinItalic.ttf);
    font-style: italic;
    font-weight: 100;
    font-display: swap;
}
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
html {
    color: var(--grey-900, #3B3F45);
    font-family: Geometria;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
}
body,
body * {
    box-sizing: border-box;
}
body.no-scroll {
    overflow: hidden;
}

.header {
    height: 72px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(40, 59, 88, 0.08);
    display: flex;
    align-items: center;
}
.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-logo-link {
    width: 215px;
}
.header__tel {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--Primary, #005BB3);
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 3.12px;
    direction: ltr;
}
.header__lang {
    display: flex;
    gap: 16px;
}
.header__lang__item {
    padding: 8px;
    color: var(--grey-900-30, rgba(59, 63, 69, 0.30));
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.header__lang__item.active {
    color: var(--grey-900, #3B3F45);
    border-bottom: 1px solid var(--blue-500, #008FC6);
}
.title {
    color: var(--blue-900, #00415D);
    text-align: center;
    font-family: "Days One";
    font-size: 40px;
    font-weight: 400;
    line-height: 140%;
}
.title span {
    color: var(--green-500, #00B3B2);
}
.btn {
    display: flex;
    width: 325px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--gradient-primary, linear-gradient(6deg, #00B3B2 15.32%, #008FC6 80.06%));
    border: 0;
    outline: 0;
    color: var(--white, #FFF);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.promo {
    background: url("../img/main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 74px 0;
}
.promo__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.promo__item {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.promo__title {
    text-align: start;
}
.promo__img {
    width: calc(50% - 12px);
}
.promo__descr {
    color: var(--grey-900, #3B3F45);
    font-family: Geometria;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.about {
    background: #FBFCFF;
    padding: 40px 0;
}
.about__wrap {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 34px 24px;
}
.about__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: linear-gradient(179deg, #FFF 0.35%, #E7F8FF 99.01%);
    width: calc(100%/3 - 16px);
    gap: 16px;
    padding: 24px;
    text-align: center;
}
.question {
    background: #FFF;
    padding: 40px 0;
}
.question__wrap {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.question__item {
    width: 100%;
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--gradient-light, #FFF);
    background: var(--white, #FFF);
    box-shadow: 0px 0px 28px 0px rgba(0, 179, 178, 0.16);
}
.question__item__head {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--blue-900, #00415D);
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    position: relative;
    cursor: pointer;
}
.question__item__head__icon,
.question__item__head__arrow {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.question__item__head__arrow {
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
}
[dir="rtl"] .question__item__head__arrow {
    left: 0;
    right: unset;
}
.question__item__descr {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.open .question__item__descr {
    display: block;
    opacity: 1;
    max-height: 500px;
}
.open .question__item__head__arrow {
    transform: rotate(90deg);
}
.review {
    background: var(--blue-500, #008FC6);
    padding: 40px 0;
}
.review__title {
    color: var(--white, #FFF);
}
.review__wrap {
    margin-top: 56px;
    position: relative;
}
.review__item {
    display: flex !important;
    padding: 24px;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid var(--gradient-light, #FFF);
    background: var(--white, #FFF);
}
.review__item__left {
    width: 15%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.review__item__img {
    width: 100%;
}
.review__item__title {
    color: var(--basic-secondary, #005BB3);
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
}
.review__item__right {
    width: calc(85% - 24px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.review__item__excerpt {
    color: var(--blue-500, #008FC6);
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
}
.slick-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    bottom: -16px;
    cursor: pointer;
}
.slick-prev {
    left: 35%;
}

.slick-next {
    right: 35%;
}
.slick-dots {
    margin-top: 72px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slick-dots li {
    list-style: none;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--grey-900-30, rgba(59, 63, 69, 0.30));
    border: none;
    transition: background 0.3s ease;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: var(--white, #FFF);
}
.contacts {
    padding: 40px 0;
    background: url("../img/main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.contacts__wrap {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}
.contacts__item {
    width: 360px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.contacts__item__link {
    color: var(--grey-900, #3B3F45);
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    direction: ltr;
}
.contacts__item__social {
    display: flex;
    gap: 16px;
    align-items: center;
}
.contact__form__input {
    color: var(--grey-900, #3B3F45);
    width: 100%;
    height: 43px;
    padding: 8px 16px;
    border-radius: 32px;
    border: 1px solid var(--grey-900-30, rgba(59, 63, 69, 0.50));
    background: #FFF;
}
.modal form p,
.contacts__item form p {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact__form__input::placeholder,
.contact__form__textarea::placeholder {
    color: var(--grey-900-30, rgba(59, 63, 69, 0.30));
}
.contact__form__input:focus-visible,
.contact__form__textarea:focus-visible {
    border: 1px solid var(--blue-500, #008FC6);
}
.contact__form__input.wpcf7-not-valid {
    border: 1px solid #C60003;
}
.contact__form__input.wpcf7-not-valid::placeholder {
    color: #C60003;
}
.contact__form__textarea {
    color: var(--grey-900, #3B3F45);
    width: 100%;
    padding: 8px 16px;
    border-radius: 32px;
    border: 1px solid var(--grey-900-30, rgba(59, 63, 69, 0.50));
    background: #FFF;
}
input:focus-visible,
textarea:focus-visible {
    outline: 0;
}
.wpcf7-submit {
    width: 100%;
}
.wpcf7-spinner {
    margin: 0 auto;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.home .wpcf7 form .wpcf7-response-output {
    margin: 0;
    border-radius: 16px;
    padding: 8px;
    text-align: center;
    border: 0;
    font-size: 14px;
}
.home .wpcf7 form.invalid .wpcf7-response-output,
.home .wpcf7 form.unaccepted .wpcf7-response-output,
.home .wpcf7 form.payment-required .wpcf7-response-output {
    border-left: 4px solid #C60003;
    background: rgba(198, 0, 3, 0.10);
    color: #C60003;
}
.home .wpcf7 form.sent .wpcf7-response-output {
    border-left: 4px solid #46b450;
    background: rgba(70, 180, 80, 0.1);
    color: #46b450;
}
.footer {
    background: var(--black, #001A25);
    padding: 24px 10px;
}
.footer__menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.menu-item a {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0,.8);
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal.show {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}
.fade.show {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    border-radius: 16px;
    background: #E0F1FD;
    padding: 16px;
    margin: 40px auto;
}

.modal.fade .modal-dialog {
    width: 430px;
    max-width: 100%;
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-body {
    width: 100%;
    margin: 0 auto;
}
.modal__title {
    margin-bottom: 16px;
    color: var(--grey-900, #3B3F45);
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%; /* 30.8px */
}

[dir="rtl"] input,
[dir="rtl"] textarea {
    direction: rtl !important;
}
@media (max-width: 1200px) {
    .slick-prev {
        left: 32%;
    }
    .slick-next {
        right: 32%;
    }
}
@media (max-width: 991px) {
    .promo__wrap {
        flex-direction: column-reverse;
    }
    .promo__item,
    .promo__img {
        width: 100%;
    }
    .promo__item {
        align-items: center;
        text-align: center;
    }
    .promo__title {
        text-align: center;
    }
    .about__item {
        width: calc(50% - 12px);
    }
    .slick-dots {
        margin-top: 16px;
    }
    .slick-prev {
        left: 25%;
    }
    .slick-next {
        right: 25%;
    }
    .contacts__wrap {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .review__item__left,
    .review__item__right {
        width: 25%;
    }
    .slick-prev {
        left: 18%;
    }
    .slick-next {
        right: 18%;
    }
    .footer__menu {
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 576px) {
    .about__item {
        width: 100%;
    }
    .review__item {
        flex-direction: column;
        align-items: center;
    }
    .review__item__left,
    .review__item__right {
        width: 100%;
    }
    .review__item__img {
        width: 50%;
    }
    .review__item__right {
        text-align: center;
    }
    .slick-prev {
        left: 16px;
    }
    .slick-next {
        right: 16px;
    }
    .question__item__head__arrow {
        position: relative;
    }
    .footer__menu {
        flex-direction: column;
        gap: 16px;
    }
}
