/* header */
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);
}
.nav_bar{
    margin-right: auto;
    gap: 40px;
}
.nav_alink{
    font-size: var(--eighteen);
    color: var(--white);
    font-family: 'Inter-SemiBold';
}
.nav_alink:hover{
    opacity: 0.6;
}
.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{
    max-width: 1900px;
    width: 99%;
    margin: 10px auto 0 auto;
    border-radius: 8px;
    background-color: var(--brandGray);
    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-color: var(--brandGray);
    border-radius: 90px;
    color: var(--white);
    font-size: var(--forteen);
}
.send_btn:hover{
    background-color: var(--brandGrayBold);
}
.review_block{
    margin-bottom: 100px;
    align-items: stretch;
    background-color: var(--white);
    border-radius: 8px;
    padding: 10px 10px 10px 40px;
    gap: 20px;
}
.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);
}
.stroke_img{
    max-width: 60px;
}
.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;
}
.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: 8px;
    background: #F6F6F6;
    display: flex !important;
    flex-direction: column;
    gap: 108px;
}
.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-color: var(--brandGray);
    padding-bottom: 45px;
}
.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_acc_blcks{
    flex-direction: column;
    gap: 16px;
    padding-top: 52px;
}
.acc_block{
    padding: 20px;
    background-color: var(--white);
    border-radius: 4px;
    flex-direction: column;
}
.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;
}
.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-color: #F6F6F6;
    gap: 100px;
    padding: 20px;
    flex-direction: column;
    align-items: start;
    border-radius: 8px;
}
.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{
    max-width: 1900px;
    width: 99%;
    background-color: var(--brandGray);
    border-radius: 8px;
    padding: 40px 0;
    margin: 0 auto 10px auto;
}
.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 #40697C;
    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);
}
