/* header */
header {
    padding: 24px 0 32px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
body:not(.page-home) header {
    position: static;
    background: var(--brandGradient);
}
.header_blck {
    gap: 50px;
}
.logo_head {
    max-width: 180px;
    flex-shrink: 0;
}
.logo_head .logo_link {
    display: block;
    line-height: 0;
}
.logo_head .logo_img {
    display: block;
    height: 40px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}
.height_line {
    height: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.nav_bar {
    gap: 40px;
}
.nav_alink {
    font-size: var(--eighteen);
    color: var(--white);
    font-family: 'Inter-SemiBold';
    position: relative;
    padding: 6px 0;
    margin-left: 26px;
}
.nav_alink:first-child {
    margin-left: 0;
}
.nav_alink::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--white);
    transition: width var(--transition);
}
.nav_alink:hover {
    opacity: 1;
}
.nav_alink:hover::after {
    width: 100%;
}
.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-color: var(--white);
    color: var(--brandGrayBold);
}
.applay_btn:hover svg path{
    stroke: var(--brandGrayBold);
}
.burger_svg{
    display: none;
    cursor: pointer;
}
/* end header */

/* contact */
.grey_top_block {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: var(--brandGradient);
    min-height: 8px;
    box-shadow: none;
}
.page_breadcrumb_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 0 20px;
}
.page_breadcrumb_block .navigation_block {
    justify-content: start;
    gap: 20px;
}
.page_breadcrumb_block .prev_page {
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.7);
}
.page_breadcrumb_block .prev_page:hover {
    text-decoration: underline;
    color: var(--brandGray);
}
.page_breadcrumb_block .this_page {
    font-size: var(--eighteen);
    color: var(--black);
}
.page_breadcrumb_block .navigation_block .height_line {
    height: 20px;
    border-color: rgba(40, 40, 40, 0.3);
}
.page_breadcrumb_block .general_title {
    color: var(--black);
    font-family: 'Inter-SemiBold';
    font-size: var(--titleFont);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 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);
    line-height: 1.2;
    letter-spacing: -0.02em;
}
/* Contact + FAQ one-by-two columns */
.contact_faq_section {
    margin: 112px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.contact_faq_row_one {
    width: 100%;
}
.contact_faq_row_one .form_title_descrip {
    max-width: none;
}
.contact_faq_row_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.contact_faq_col_form .contactus_form {
    margin: 0;
}
.contact_faq_col_faq .faq_section.wrapper,
.contact_faq_col_faq .faq_section.wrapper .faq_block {
    width: 100%;
    max-width: none;
    margin: 0;
}
.contact_faq_col_faq .faq_section {
    padding: 0;
}

.contactus_form {
    margin: 112px 0 112px 0;
    background-color: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    flex-direction: column;
    gap: 12px;
    box-shadow: var(--shadow-md);
    align-items: stretch;
}
.form_title_descrip{
    gap: 20px;
}
.title_conts {
    font-size: 30px;
    font-family: 'Inter-SemiBold';
    max-width: 316px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.descrip_forms{
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
    max-width: none;
    width: 100%;
}
.email_phone_block{
    margin: 28px 0;
    gap: 14px;
    flex-direction: column;
    align-items: stretch;
}
.inp_lab {
    flex-direction: column;
    align-items: start;
    gap: 14px;
    padding: 14px;
    border-radius: var(--radius-md);
    background: #F6F6F6;
    width: 100%;
    transition: background var(--transition);
}
.inp_lab:focus-within {
    background: #eee;
}
.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: var(--radius-sm);
    border: 1px solid rgba(40, 40, 40, 0.20);
    transition: border-color var(--transition), box-shadow var(--transition);
}
.inps_:focus {
    border-color: var(--brandGray);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.inps_::placeholder {
    color: var(--black);
}
textarea{
    resize: none;
}
.send_btn {
    cursor: pointer;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: var(--brandGradient);
    border-radius: var(--radius-full);
    color: var(--white);
    font-size: var(--forteen);
    font-family: 'Inter-SemiBold';
    box-shadow: var(--shadow-sm);
    transition: background-color var(--transition), box-shadow var(--transition);
}
.send_btn:hover {
    background: var(--brandGradient);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
}
.review_block {
    margin-bottom: 112px;
    align-items: stretch;
    background-color: var(--white);
    border-radius: var(--radius-lg);
    padding: 8px 8px 8px 28px;
    gap: 16px;
    box-shadow: var(--shadow-md);
    flex-direction: column;
}
.revs_descrip_titles{
    padding: 20px 0;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    max-width: none;
    width: 100%;
}
.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 !important;
    width: 100%;
}
.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: 16px;
    border-radius: var(--radius-md);
    background: #F6F6F6;
    display: flex !important;
    flex-direction: column;
    gap: 48px;
    transition: transform var(--transition), box-shadow var(--transition);
}
.review_window:hover {
    box-shadow: var(--shadow-sm);
}
.review_text{
    font-size: var(--eighteen);
}
.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(--brandGradient);
    padding-bottom: 45px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}
.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: 112px;
    gap: 16px;
    align-items: stretch;
    flex-direction: column;
}
.faq_block .revs_descrip_titles,
.faq_block .faq_acc_blcks {
    width: 100%;
    max-width: none;
}
.faq_acc_blcks{
    flex-direction: column;
    gap: 12px;
    padding-top: 36px;
}
.acc_block {
    padding: 16px;
    background-color: var(--white);
    border-radius: var(--radius-md);
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.acc_block:hover,
.acc_block_active {
    box-shadow: var(--shadow-sm);
}
.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: 2px solid var(--black);
    border-radius: var(--radius-full);
    transition: border-color var(--transition), background var(--transition);
}
.acc_block_active .plus_minus_svg {
    border-color: var(--brandGray);
    background: rgba(37, 99, 235, 0.08);
}
.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: 14px;
}
.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: 112px auto;
}
.contacts_window .review_block {
    margin: 0;
}
.about_reviews{
    margin-top: 0;
    padding-top: 0;
}
.revs_descrip_titles .inp_lab{
    width: 100%;
}
.aboutus_section{
    align-items: start;
    margin: 112px 0;
    gap: 16px;
}
.step_statistic{
    max-width: 522px;
    flex-direction: column;
    gap: 48px;
}
.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: 16px;
}
.statistic_numbers {
    padding: 20px;
    align-items: start;
    background-color: var(--white);
    border-radius: var(--radius-lg);
    flex-direction: column;
    gap: 15px;
    width: 100%;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.statistic_numbers:hover {
    box-shadow: var(--shadow-md);
}
.statistic_num{
    font-family: 'Inter-Bold';
    font-size: 30px;
}
.statistic_title{
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
}
/* About page – one column, professional */
.aboutus_info_section {
    margin: 80px 0 112px;
}
.aboutus_info_inner {
    margin: 0;
}
.aboutus_info_title {
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--black);
    margin: 0 0 32px;
}
.aboutus_info_content {
    font-size: var(--eighteen);
    line-height: 1.7;
    color: rgba(40, 40, 40, 0.75);
}
.aboutus_info_content p {
    margin: 0 0 1.25em;
}
.aboutus_info_content p:last-child {
    margin-bottom: 0;
}
.aboutus_info_content h2,
.aboutus_info_content h3 {
    font-family: 'Inter-SemiBold', sans-serif;
    color: var(--black);
    margin: 1.5em 0 0.5em;
}
.aboutus_info_content h2 { font-size: 1.375rem; }
.aboutus_info_content h3 { font-size: 1.125rem; }
.aboutus_info_content ul,
.aboutus_info_content ol {
    margin: 0.75em 0;
    padding-left: 1.5em;
}

.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: none;
    width: 100%;
}
.whych_us_four{
    gap: 20px;
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
}
.why_choose_reasons {
    width: 100%;
    background-color: var(--white);
    gap: 48px;
    padding: 20px;
    flex-direction: column;
    align-items: start;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(40, 40, 40, 0.06);
    transition: box-shadow var(--transition), border-color var(--transition);
}
.why_choose_reasons:hover {
    box-shadow: var(--shadow-md);
    border-color: rgba(37, 99, 235, 0.15);
}
.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 */
footer {
    width: 100%;
    max-width: none;
    background: var(--brandGradient);
    border-radius: 0;
    padding: 36px 0 32px 0;
    margin: 0;
    box-shadow: none;
}
footer .wrapper {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 50px;
}
.footer_block{
    gap: 20px;
    align-items: start;
}
.f_logo_descrip{
    flex-direction: column;
    gap: 20px;
    align-items: start;
}
.f_descrip{
    font-size: var(--eighteen);
    max-width: 390px;
    color: var(--white);
    font-family: 'Inter-Regular';
}
.f_nav_bar{
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.f_alink{
    font-family: 'Inter-Regular';
    color: var(--white);
    font-size: var(--eighteen);
}
.f_alink:hover{
    opacity: 0.6;
}
.f_title{
    font-family: 'Inter-Bold';
    font-optical-sizing: var(--eighteen);
    color: var(--white);
}
.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;
}
.gray_line{
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin: 40px 0 20px 0;
}
.right_reserved, .year_{
    font-size: var(--eighteen);
    color: var(--white);
    gap: 3px;
    font-family: 'Inter-Regular';
}
.right_cards{
    gap: 10px;
}
.payment_details_blck{
    gap: 20px;
    color: var(--white);
    font-size: var(--eighteen);
}
.card_imgs_blck{
    gap: 14px;
}
/* end footer */

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    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);
}
