/* header */
.site_header{
    padding: 48px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
.header_blck{
    gap: 50px;
}
.logo_head{
    max-width: 92px;
}
.height_line{
    height: 24px;
    border-right: 1px solid var(--white);
}
.site_header .height_line{
    display: none;
}
.nav_bar{
    /* margin-right: auto; */
    gap: 40px;
}
.mobile_menu_panel{
    display: flex;
    align-items: center;
    gap: 40px;
}
.mobile_menu_head{
    display: none;
}
.mobile_menu_links{
    display: flex;
    align-items: center;
    gap: 40px;
}
.mobile_menu_links .nav_alink{
    margin-left: 0;
}
.mobile_menu_locale .locale_switcher{
    margin-left: 0;
}
.nav_alink{
    font-size: var(--forteen);
    color: var(--white);
    font-family: 'Inter-SemiBold';
    margin-left: 26px;
}
.nav_alink:hover{
    opacity: 0.6;
}
.locale_switcher{
    gap: 12px;
    align-items: center;
    margin-left: 26px;
}
.locale_link{
    font-size: var(--forteen);
    color: var(--white);
    font-family: 'Inter-SemiBold';
    opacity: 0.85;
}
.locale_link:hover{
    opacity: 1;
}
.locale_link--active{
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.applay_btn{
    color: var(--white);
    gap: 10px;
    cursor: pointer;
    border: 1px solid var(--white);
    border-radius: 90px;
    font-size:  var(--eighteen);
    padding: 14px 20px;
}
.applay_btn:hover{
    background: linear-gradient(145deg, #ffffff 0%, #dbeafe 100%);
    color: var(--brandGrayBold);
    border-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.2);
}
.applay_btn:hover svg path{
    stroke: var(--brandGrayBold);
}
.burger_svg{
    display: none;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 8px;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.burger_svg svg path{
    transition: transform 0.28s ease, opacity 0.2s ease;
    transform-origin: center;
}
/* end header */

/* contact */
.grey_top_block{
    max-width: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: var(--gradient-brand);
    box-shadow: 0 20px 50px -20px rgba(30, 64, 175, 0.4);
    padding: 154px 0 34px 0;
}
.page_navigation_blck{
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.navigation_block{
    justify-content: start;
    gap: 20px;
}
.prev_page{
    font-size: var(--eighteen);
    color: rgba(255, 255, 255, 0.60);
}
.prev_page:hover{
    text-decoration: underline;
}
.this_page{
    font-size: var(--eighteen);
    color: var(--white);
}
.navigation_block .height_line{
    height: 20px;
    border-color: rgba(255, 255, 255, 0.60);
}
.general_title{
    color: var(--white);
    font-family: 'Inter-SemiBold';
    font-size: var(--titleFont);
}
.contactus_form{
    margin: 100px 0 100px 0;
    background-color: var(--white);
    border-radius: 8px;
    padding: 40px;
    flex-direction: column;
    gap: 12px;
}
.form_title_descrip{
    gap: 20px;
}
.title_conts{
    font-size: 30px;
    font-family: 'Inter-SemiBold';
    max-width: 316px;
}
.descrip_forms{
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
    max-width: 778px;
    width: 55%;
}
.email_phone_block{
    margin: 28px 0;
    gap: 14px;
}
.inp_lab{
    flex-direction: column;
    align-items: start;
    gap: 14px;
    padding: 10px;
    border-radius: 4px;
    background: #F6F6F6;
    width: 50%;
}
.label_sp{
    font-size: var(--eighteen);
    font-family: 'Inter-Bold';
    gap: 12px;
}
.transparent_inp{
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
}
.transparent_inp:hover{
    color: rgba(40, 40, 40, 1);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.inps_{
    background-color: transparent;
    padding: 18px 20px;
    font-size: var(--forteen);
    border-radius: 4px;
    border: 1px solid rgba(40, 40, 40, 0.20);
}
.inps_::placeholder{
    color: var(--black);
}
textarea{
    resize: none;
}
.send_btn{
    cursor: pointer;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: var(--gradient-brand);
    border-radius: 90px;
    color: var(--white);
    font-size: var(--forteen);
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.send_btn:hover{
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 50%, #1e40af 100%);
    box-shadow: 0 12px 28px rgba(30, 64, 175, 0.38);
}
.review_block{
    margin-bottom: 100px;
    align-items: stretch;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 40%, var(--surface) 100%);
    border-radius: 20px;
    padding: 10px 10px 10px 40px;
    border: 1px solid rgba(147, 197, 253, 0.5);
    box-shadow: 0 16px 48px -24px rgba(37, 99, 235, 0.15);
}
.review_block .revs_descrip_titles{
    flex: 0 0 30%;
    max-width: 30%;
}
.review_block .review_block_swiper{
    flex: 0 0 70%;
    max-width: 70%;
}
.revs_descrip_titles{
    padding: 30px 0;
    flex-direction: column;
    align-items: start;
    gap: 28px;
    max-width: 316px;
}
.stroke_wtitle{
    gap: 20px;
    font-size: var(--eighteen);
}
.revs_descrip_titles .title_conts{
    margin-bottom: auto;
    color: var(--black);
}
.revs_descrip{
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
}
.review_block_swiper{
    margin: 0 0 0 auto !important;
    min-width: 0;
}
.pagination_navigation{
    width: 44%;
    position: absolute;
    gap: 10px;
    bottom: 20px;
    left: 20px;
}
.pagination_navigation .swiper-pagination, .pagination_navigation .swiper-button-next,
.pagination_navigation .swiper-button-prev{
    position: static;
}
.review_window{
    justify-content: space-between;
    height: auto !important;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid rgba(147, 197, 253, 0.35);
    display: flex !important;
    flex-direction: column;
    gap: 108px;
}
.review_text{
    font-size: var(--eighteen);
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.review_text_svg{
    flex-direction: column;
    gap: 10px;
}
.string_end{
    text-align: end;
}
.revs_name_date{
    flex-direction: column;
    align-items: start;
}
.revs_name{
    font-size: 30px;
    font-family: 'Inter-SemiBold';
}
.revs_date{
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
}
.rev_svg{
    font-size: 30px;
    font-family: 'Inter-SemiBold';
}
.review_block_swiper .swiper-slide-active{
    background: var(--gradient-brand);
    padding-bottom: 45px;
    box-shadow: 0 12px 32px rgba(30, 64, 175, 0.25);
}
.review_block_swiper .swiper-slide-active .review_text,
.review_block_swiper .swiper-slide-active .rev_svg,
.review_block_swiper .swiper-slide-active .revs_name{
    color: var(--white);
}
.review_block_swiper .swiper-slide-active .revs_date{
    color: rgba(255, 255, 255, 0.60);
}
.swiper-pagination {
    display: flex !important;
    gap: 8px;
}
.swiper-pagination-bullet{
    cursor: pointer;
    margin: 0 !important;
    width: 30px !important;
    height: 4px !important;
    border-radius: 1px !important;
    background: rgba(255, 255, 255, 0.20);
}
.swiper-pagination-bullet-active{
    background-color: var(--white) !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: '' !important;
}
.swiper-button-next svg, .swiper-button-prev svg{
    width: 8px !important;
    height: 16px !important;
}
.swiper-button-next, .swiper-button-prev{
    min-width: 40px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    border-color: var(--white);
}
.faq_block{
    margin-bottom: 100px;
    gap: 20px;
    align-items: stretch;
}
.faq_contact_section{
    margin: 0 auto;
    padding: 80px 0 100px;
    text-align: center;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(59, 130, 246, 0.08), transparent 70%);
}
.faq_contact_columns{
    display: flex;
    gap: 40px;
    align-items: stretch;
    justify-content: center;
    text-align: left;
}
.faq_column,
.contact_column{
    flex: 1;
    min-width: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq_column .faq_acc_blcks{
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
}
.contact_column .contactus_form{
    margin: 0;
    height: 100%;
}
.contact_column .descrip_forms{
    width: 100%;
    max-width: none;
}
.contact_column .email_phone_block{
    flex-wrap: wrap;
}
.contact_column .inp_lab{
    flex: 1;
    min-width: 200px;
}
.faq_acc_blcks{
    flex-direction: column;
    gap: 16px;
    padding-top: 52px;
}
.acc_block{
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #fafdff 100%);
    border-radius: 12px;
    flex-direction: column;
    border: 1px solid rgba(147, 197, 253, 0.45);
    border-left: 4px solid var(--brandGrayBold);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);
}
.title_svg_acc{
    cursor: pointer;
    gap: 10px;
}
.acc_title{
    font-size: var(--eighteen);
    font-family: 'Inter-SemiBold';
}
.plus_minus_svg{
    width: 30px;
    height: 30px;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
}
.minus_acc{
    display: none;
}
.hidden_acc{
    color: rgba(40, 40, 40, 0.60);
    height: 0;
    overflow: hidden;
    line-height: 140%;
    font-size: var(--eighteen);
}
.acc_block_active .minus_acc{
    display: flex;
}
.acc_block_active .plus_acc{
    display: none;
}
.acc_block_active .hidden_acc{
    height: auto;
    padding-top: 20px;
}
.title_svg_acc:hover .acc_title{
    color: var(--brandGray);
}
.title_svg_acc:hover .plus_minus_svg{
    border-color: var(--brandGray);
}
.title_svg_acc:hover .plus_minus_svg svg path{
    stroke: var(--brandGray);
}
.contacts_window{
    margin: 100px auto;
}
.contacts_window .review_block {
    margin: 0;
}
.about_reviews{
    margin-top: 150px;
}
.revs_descrip_titles .inp_lab{
    width: 100%;
}
.aboutus_section{
    align-items: start;
    margin: 100px 0;
    gap: 20px;
    flex-direction: column;
}
.aboutus_section .step_statistic{
    max-width: none;
    width: 100%;
    gap: 24px;
}
.aboutus_section .about_text_blck{
    max-width: none;
    width: 100%;
}
.step_statistic{
    max-width: 522px;
    flex-direction: column;
    gap: 78px;
}
.step_statistic .title_conts, .revs_descrip_titles .title_conts{
    max-width: none;
}
.aboutus_section .general_title{
    color: var(--black);
}
.statistic_winds{
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}
.statistic_numbers{
    padding: 20px;
    align-items: start;
    background-color: var(--white);
    border-radius: 8px;
    flex-direction: column;
    gap: 15px;
    width: calc(100% / 2 - 10px);
}
.statistic_num{
    font-family: 'Inter-Bold';
    font-size: 30px;
}
.statistic_title{
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
}
.about_text_blck{
    flex-direction: column;
    gap: 18px;
}
.about_text{
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
    line-height: 140%;
}
.second_blck{
    max-width: 778px;
    width: 52%;
}
.whych_us_four{
    gap: 20px;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
}
.why_choose_reasons{
    width: calc(100% / 2 - 10px);
    background: linear-gradient(160deg, #f8fafc 0%, var(--surface) 55%, #dbeafe 100%);
    gap: 100px;
    padding: 20px;
    flex-direction: column;
    align-items: start;
    border-radius: 16px;
    border: 1px solid rgba(147, 197, 253, 0.5);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.08);
}
.title_reason{
    font-size: 30px;
    font-family: 'Inter-SemiBold';
}
.serv_inf{
    font-size: var(--eighteen);
    font-family: 'Inter-Medium';
    line-height: 140%;
    color: rgba(40, 40, 40, 0.60);
}
/* end contact */

/* footer */
.site_footer {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 36px 0 28px;
    border-radius: 0;
    background: linear-gradient(155deg, #0f2744 0%, #1e3a8a 38%, #2563eb 100%);
    box-shadow: none;
}

.footer_grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) minmax(120px, 0.7fr) minmax(140px, 0.8fr);
    gap: 32px 48px;
    align-items: start;
}

.footer_brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.footer_logo {
    display: block;
    width: 92px;
}

.footer_logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer_tagline {
    margin: 0;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.footer_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer_nav_title {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer_link {
    color: #fff;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer_link:hover {
    opacity: 0.78;
    transform: translateX(2px);
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer_copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Inter-Regular', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.footer_payments {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer_payments_label {
    color: rgba(255, 255, 255, 0.62);
    font-family: 'Inter-Regular', sans-serif;
    font-size: 13px;
    white-space: nowrap;
}

.footer_payments_icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer_pay_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
    padding: 0;
}

.footer_pay_badge img {
    width: auto;
    height: 22px;
    max-width: 42px;
    object-fit: contain;
    opacity: 0.92;
}

.footer_pay_badge--amex img {
    height: 20px;
    max-width: 46px;
}

.tel_round{
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--white);
    padding: 5px;
}
.f_contacts{
    font-size: var(--eighteen);
    color: var(--white);
    gap: 10px;
}
/* end footer */

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--brandGray);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
.text-center{
    text-align: center;
}

.mt-3{
    margin-top: 30px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.site_dev_blck{
    gap: 2px;
    color: var(--white);
    font-size: var(--eighteen);
}
