:root {
    --font-sora: "Helvetica";
    --font-12: 0.78vw;
    --font-14: 0.9vw;
    --font-16: 1.04vw;
    --font-18: 1.17vw;
    --font-20: 1.3vw;
    --font-24: 1.5vw;
    --font-36: 2.34vw;
    --font-50: 50px;
    --font-400: 400;
    --font-500: 500;
    --font-bold: 700;
    --cont: 70vw;
    --white: #fff;
    --c-black: #031432;
    --d-blue: #03A39B;
    --l-blue:#046382;
    --c-red: #F56452;
    --w-gray: #696968;
    --textSecond:#6C87AE;
    --headerHeight: 56px;
    --br50: 50px;
    --cont-p: 10px;
}
body {
    background-color: #FCF7F1;
}
/*body.scrolling  .header_tel {*/
/*    border-color: #000;*/
/*    color: #fff;*/
/*}*/
/*body.scrolling .menu__wrap li a {*/
/*    color: #fff;*/
/*}*/
body.scrolling #header {
    background-color: #FCF7F1;
    margin-top: unset;
    --headerHeight:11vh;
}
.container {
    width: calc(100% - var(--cont-p) * 2);
    max-width: var(--cont);
    margin-left: auto;
    margin-right: auto;
}
#header {
    display: flex;
    height: var(--headerHeight);
    margin-top: 15vh;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 100;
    transition: .3s;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu__wrap {
    display: flex;
    gap: 1.95vw;
}
.menu__wrap li a {
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 100%;
    color: var(--l-blue);
    transition: .3s;
    font-family: "Sora";
}
.menu__wrap li a:hover {
    color: var(--d-blue);
}
/*.header_lang span {*/
/*    background-color: #E6E6E6;*/
/*    border-radius: 50%;*/
/*    color: #A2A2A2;*/
/*    font-size: var(--font-20);*/
/*    line-height: 100%;*/
/*    display: block;*/
/*    padding: 1.3vh;*/
/*}*/
.gt_float_switcher .gt_options {
    position: fixed !important;
    background-color: #fff !important;
}
.gt_options a img {
    display: none !important;
}
.gt_float_switcher-arrow {
    display: none !important;
}
.gt_float_switcher {
    border-radius: 100% !important;
    background: rgb(230, 230, 230) !important;
    box-shadow: unset !important;
}
.gt_float_switcher .gt-selected {
    background: rgb(230, 230, 230) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 1.5vh 1.7vh !important;
    color: rgba(162, 162, 162, 1) !important;
}
.custom-logo-link img {
    height: auto;
}
.custom-logo-link {
    min-width: 8vw;
    min-height: 5vh;
    display: block;
}
.header_tel {
    padding: 1.2vh 1.14vw;
    border: 1px solid #046382;
    font-size: var(--font-14);
    color: #046382;
    border-radius: 75px;
    font-weight: 600;
}
.hero {
    padding-top: var(--headerHeight);
    margin-top: 15vh;
    background-color: #FCF7F1;
}
.hero_wrap {
    --gap: 3.1vw;
    --img-size: 24vw;
    display: flex;
    gap: var(--gap);
}
.hero_wrright {
    margin-bottom: auto;
    height: var(--img-size);
    overflow: hidden;
    width: var(--img-size);
}
.hero_wrright img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero_wrleft {
    width: calc(100% - var(--img-size) - var(--gap));
    padding-top: 70px;
}
.hero_wrl_title {
    font-size: var(--font-36);
    color: var(--c-black);
    line-height: 120%;
    font-weight: 700;
}
.hero_wrl_desc {
    font-size: var(--font-18);
    color: var(--textSecond);
    font-weight: 400;
    margin-top: 2.5vh;
}
.hero_bot {
    display: grid;
    grid-template-columns: repeat(3,14vw);
    grid-gap: 2.5vh;
    margin: 5vh auto 0;
    grid-template-rows: 15vh;
    width: 100%;
    justify-content: center;
}
.herobw_img {
    max-width: 1.5vw;
}
.herob_wrap {
    border:1px solid rgba(0, 191, 165, 0.15);
    border-radius:8px;
    padding:1.7vh 0.6vw;
    display: flex;
    flex-direction: column;
    gap:4px;
    font-size: var(--font-12);
    color: var(--l-blue);
    font-weight: 700;
    justify-content: center;
    transition: .3s;
}
.herob_wrap:hover {
    background-color: var(--c-black);
    color: #fff;
}
.herobw_text {
    font-size: 1vw;
}
.hero_telegram {
    background-color: #E7E7E7;
}
.ht_wrap {
    display: flex;
    max-width: 70%;
    margin: 30px auto 0;
    padding:15px;
    justify-content: space-between;
    align-items: center;
}
.ht_right svg {
    max-width: 1vw;
    min-width: 1vw;
}
.ht_right {
    display: flex;
    align-items: center;
    gap:6px;
    padding: 1.5vh 2vh;
    border:1px solid #046382;
    border-radius:7vh;
    white-space:nowrap;
}
.ht_right div {
    font-size: var(--font-16);
    font-weight: 600;
    color: var(--l-blue);
}
.ht_left {
    font-size: var(--font-18);
    color: #6E6E6E;
}
.ht_title {
    font-weight: 700;
}
.ht_desc {
    font-weight: 400;
}
#about-problem {
    padding-top: 35px;
    background-color: #F7F7FB;
}
.ap_wrap {
    --gap: 7vw;
    --img-size: 20vw;
    display: flex;
    gap: var(--gap);
    align-items: center;
}
.apwl_img {
    margin-bottom: auto;
    height: var(--img-size);
    overflow: hidden;
    width: var(--img-size);
}
.apwl_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apw_right {
    width: calc(100% - var(--img-size) - var(--gap));
    max-width: 50%;
}
.apwrd_btn {
    display: flex;
    gap:9px;
    width: max-content;
    align-items: center;
    background:linear-gradient(90deg, #EAAD4B 0%, #F65353 100%);
    height: 50px;
    padding:0 32px;
    border-radius: 100px;
    font-size: var(--font-20);
    color: #fff;
    margin-top: 30px;
}
.apwrd_btn svg {
    max-width: 29px;
}
.apwrd_title h2 {
    font-size: var(--font-24);
    color: var(--d-blue);
    font-weight: 400;
    line-height: 100%;
}
.apwr_desc > p {
    font-size: var(--font-16);
    color: var(--w-gray);
    line-height: 160%;
    margin-top: 16px;
}
.apwr_desc > h2 {
    font-size: var(--font-36);
    font-weight: 700;
    color: var(--c-black);
    line-height: 100%;
    margin-top: 16px;
}
.solve {
    margin-top: 100px;
}
#howitwork {
    padding-top: 60px;
    background-color: #F7F7FB;
}
.hiw_bx {
    --gap: 5.7vw;
    --img-size:28vw;
    display: flex;
    gap: var(--gap);
    margin-top: 15px;
    align-items: center;
}
.cl_wr_title,
.hiww_title {
    font-size: var(--font-36);
    font-weight: 600;
    color: var(--c-black);
    line-height: 100%;
    text-align: center;
}
.cl_wr > p,
.hiww_desc {
    font-size: var(--font-18);
    color: #696968;
    line-height: 120%;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}
.hiwbr_bx {
    display: flex;
    gap: 17px;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow:hidden;
}
.hiwb_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - var(--img-size) - var(--gap));
    max-width: 30%;
    position: relative;
    height: max-content;
    overflow:hidden;
}
.hiwb_right:after {
    content: '';
    position: absolute;
    left: 1.2vw;
    top: 40px;
    height: 80%;
    width: 2px;
    background-image: repeating-linear-gradient( to bottom, #03A39B, #03A39B 6px, transparent 6px, transparent 12px );
}

.hiwbrb_title {
    font-size: var(--font-24);
    line-height: 100%;
    font-weight: 400;
    color: #696968;
}
.hiwbl_img {
    margin-bottom: auto;
    height: var(--img-size);
    overflow: hidden;
    width: var(--img-size);
}
.hiwbl_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hiwbrb_index {
    height: 2.2vw;
    min-width: 2.2vw;
    max-width: 2.2vw;
    font-weight: 700;
    background: linear-gradient(90deg, #03A39B 0%, #046382 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-24);
    color: #fff;
}
.swiper_clients {
    margin-top: 16px;
}
#clients {
    padding-top: 75px;
    background-color: #F7F7FB;
}
.swiper_wrclients {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    padding: 25px 0;
}
.inn_choose {
    max-width: 2.4vw;
    max-height: 2.4vw;
}
.tests_wr h2 {
    font-size:1.7vw;
    text-align: center;
    color: #696968;
    max-width: 60%;
    margin: 0 auto 30px;
}

.mtop160 {
    margin-top: 40px; /* Уменьшите верхний отступ, так как Swiper теперь внутри контейнера */
}


.tests_wr .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial {
    background-color: #fff; /* Белый фон для карточки отзыва */
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Небольшая тень */
    font-size: 14px;
    line-height: 1.5;
}

.testimonial p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
    color: #151515;
}

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

.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover; /* Обрезает изображение под круг */
}

.author-info strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #03A39B;
    line-height: 120%;
}

.author-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.author-info span {
    font-size: 12px;
    color:#046382;
    line-height: 100%;
    font-weight: 400;
}

.bottom-banner {
    background:linear-gradient(90deg, #03A39B 0%, #046382 100%);
    padding: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-radius:18px;
}

.bottom-banner>div {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}
.krupno {
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 5px;
}
.bottom-banner a.call-button {
    color: #fff;
    padding: 16px 28px;
    border-radius: 100px;
    text-decoration: none;
    background:linear-gradient(90deg, #EAAD4B 0%, #F65353 100%);
}

.bottom-banner a.call-button:hover {
    background-color: #0056b3; /* Более темный синий при наведении */
}

/* Стили для кнопок навигации Swiper */
.tests_wr .swiper-button-prev,
.tests_wr .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    margin-top: -15px;
}

.tests_wr .swiper-button-prev {
    left: 10px;
}

.tests_wr .swiper-button-next {
    right: 10px;
}

.tests_wr .swiper-button-prev::after,
.tests_wr .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.tests_wr .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tests_wr .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tests_wr {
    overflow: hidden;.tests_wr 
}
.testimonials-section {
    padding: 100px 0 30px;
    background-color: #F2F7FF;
    position: relative;
}
.swiper_otzivi  {
    position: relative;
    overflow: hidden;
}

.testimonials-section .swiper-wrapper-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; /* Расстояние между стрелками и слайдером */
    padding: 0 60px;
}
.testimonials-section .swiper-container {
    width: 100%;
    max-width: 70vw; /* или сколько тебе нужно */
}

.testimonials-section .swiper-button-prev,
.testimonials-section .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: unset;
    border-radius: 50%;
    z-index: 10;
    flex-shrink: 0;
}

/* Кастомизация стрелок, если нужно */
.testimonials-section .swiper-button-prev::after,
.testimonials-section .swiper-button-next::after {
    font-size: 24px;
    color: #696968;
}

#faq {
    background-color: #F7F7FB;
    padding-top: 5vh;
    padding-bottom: 42px;
}
.faq-container {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-title {
    color: #3A3B7B;
    font-size: 24px;
    font-weight: 700;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    background-color: #F7F7FB;
    padding: 82px 0 42px;
}

.faq-item {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:40px 30px 40px;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    gap: 32px;
    height: 100%;
    background: linear-gradient(90deg, #03A39B 0%, #046382 100%);
    -webkit-background-clip: text;
    color: transparent;
}

/*.faq-question:hover {*/
/*    background-color: #e0e0e0;*/
/*}*/

.faq-answer {
    padding: 6px 30px 21px;
    color: #696968;
    font-size: 16px;
    line-height: 100%;
    display: none; /* Initially hidden */
}

/* JavaScript to handle the toggle functionality (optional, but makes it interactive) */
.faq-item.active .faq-question {
    height: initial;
    padding:40px 30px 0;
}
.faq-item.active .faq-answer {
    display: block;
}

.faq_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 18px;
}
.faq_btn {
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 500;
    color: #6E6E6E;
    line-height: 100%;
    background-color: #F3F1FF;
    border-radius: 50px;
}
.faq-icon {
    min-width: 40px;
    height: 40px;
}
.minus {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.plus,
.minus {
    transition: .3s;
    position: absolute;
}
.faq-item.active .plus {
    opacity: 0;
    visibility: hidden;
}
.faq-item.active .minus {
    opacity: 1;
    visibility: visible;
    position: relative;
}
#footer {
    background-color: #fff;

}
.footer_wrap {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 62px;
    align-items: baseline;
}
.footwc_socials img,
.foot_wright svg{
    max-width: 24px;
}
.footw_info {
    margin-top: 36px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #8987A1;
}
.foot_wleft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footw_info strong {
    font-weight: 700;
}
.footw_info > p + p + p {
    margin-top: 6px;
    font-size: 14px;
    color: #9796AD;
    font-weight: 700;
}
.footwc_tel svg {
    max-width: 24px;
}
.footwc_tel a {
    display: flex;
    gap: 14px;
    align-items: center;
    font-size: 16px;
    color: #9796AD;
    line-height: 100%;
    font-weight: 400;
}
.footw_contacts {
    display: flex;
    margin-top: 18px;
    gap: 35px;
}
.footwc_socials {
    display: flex;
    gap: 34px;
}

body.scrolling .footwr_menu  .menu__wrap li a {
    color: #8987A1;
}
.footwr_menu  .menu__wrap li a {
    color: #8987A1;
}
.footwr_telegram {
    margin-top: 40px;
}
.footwrt_text p strong {
    font-weight: 700;
}
.footwrt_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #9796AD;
}
.footwrt_button {
    width: max-content;
    display: flex;
    gap: 5px;
    border: 1px solid #03A39B;
    padding: 20px 30px;
    color: #03A39B;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    border-radius: 50px;
    margin-top: 20px;
    white-space: nowrap;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
}

.burger span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: 0.3s;
}

/* При открытом меню */
.burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-43deg) translateY(-11px);
}

/* Мобильное меню */
.header_menu {
    display: flex;
    gap: 20px;
}
.b24-form-wrapper {
    background-color: transparent !important;
    border: none !important;
}
.b24-form-header {
    display: none !important;

}
.b24-form-content {
    padding: unset !important;
}
.gtranslate_wrapper {
    display: flex;
    gap: 1vh;
}
#hero .b24-form-control-container .b24-form-control {
    width: 100% !important;
}
/*#clients,*/
/*.testimonials-section {*/
/*    display: none;*/
/*}*/
.testimonials-section .swiper-wrapper-wrapper,
#clients,
.tests_wr h2{
    display: none;
}
.b24-form {
    max-width: 70% !important;
    margin-top: 5vh;
}
.b24-form-control-container {
    border: 1px solid #183B3F !important;
    border-radius: 8vh !important;
    overflow: hidden;
}
.b24-form-success-icon {
    width: 10vh !important;
    height: 10vh !important;
}
/*.b24-form-success {*/
/*    display: none !important;*/
/*}*/
.b24-form-sign {
    display: none !important;
}
#hero .b24-form-btn {
    display: flex !important;
    gap: 9px !important;
    width: max-content !important;
    align-items: center !important;
    background: linear-gradient(90deg, #EAAD4B 0%, #F65353 100%) !important;
    height: 50px !important;
    padding: 0 32px !important;
    border-radius: 100px !important;
    font-size: var(--font-20) !important;
    color: #fff !important;
    margin-top: 10px !important;
    font-family: "Gilroy" !important;
}
.page-template-faq #faq {
    padding-top: 30vh;
}
#faq .footwrt_button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
    font-size: 16px;
}
@media (max-width: 768px) {
    .burger {
        display: flex;
    }

    .header_menu {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        display: none;
        z-index: 1000;
    }

    .header_menu.active {
        display: flex;
    }

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

    .header_wrap {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .footer_wrap {
        flex-direction: column;
        gap: 30px;
        padding: 50px 0 20px;
    }
    .tests_wr h2 {
        font-size: 26px;
        max-width: 100%;
    }
    .bottom-banner,
    .faq_head{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .header_lang span {
        padding: 10px;
    }
}
