@charset "UTF-8";

/*swiper-custom*/
.io-slider {
    position: relative;
}

.io-slider__wrapper {
    overflow: hidden;
}

.io-slider__items {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.io-slider__items-reverse{
    flex-direction: row-reverse;
}

.io-slider__transition-none {
    transition: none;
}

.io-slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
    will-change: transform;
}

html {
    scroll-behavior: smooth;
}

#toTop {
    display:none;
    width:50px;
    height: 50px;
    position:fixed;
    border: 3px solid #15499F;
    background-color: #15499F;
    border-radius: 50%;
    bottom:20px;
    right:25px;
    padding: 8px 0 0 9px;
    cursor:pointer;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    box-shadow: 0 0 15px #15499F;
}

#toTop:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 36px;
    height: 35px;
    transition: 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url('/assets/img/iconmonstr-arrow-up-lined.svg');
}

#toTop:hover:before{
    top: 0px;
}

/* кнопки влево и вправо */
.io-slider__btn {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgba(0 0 0 .2);
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
}

.io-slider__btn_hide {
    display: none;
}

.io-slider__btn_prev {
    left: 0;
}

.io-slider__btn_next {
    right: 0;
}

.io-slider__btn:hover,
.io-slider__btn:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0 0 0 .3);
    outline: 0;
}

.io-slider__btn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}


/* индикаторы */
.io-slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin: 0 15%;
    padding-left: 0;
    list-style: none;
}

.io-slider__indicator {
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255 255 255 .5);
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    cursor: pointer;
}

.io-slider__indicator_active {
    background-color: rgba(255 255 255 .9);
}

/*swiper-custom*/

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.lock {
  overflow: hidden;
}

h3 {
  font-weight: 700;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signature_container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}
.signature_wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}
.signature_content{
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 535px;
}

.signature_content_title{
    font-weight: 700;
    font-size: 36px;
    margin-top: 70px;
}
.signature_content_item{
    display: flex;
    align-items: center;
    gap: 5px;
}
.item_img{
    max-width: 40px;
}
.signature_img_wrapp{
    display: flex;
    align-items: start;
    justify-content: end;
}
.signature_img{
    max-width: 595px;
    width: 100%;
}



.first-item_txt-child{
    max-width: 406px;
}
.second-item_txt-child{
    max-width: 490px;
}
.sixth-item_txt-child{
    max-width: 406px;
}

@media screen and (max-width: 1315px){
    .signature_wrapper{
        align-items: center;
    }
}

@media screen and (max-width: 1250px){
    .signature_content{
        min-width: unset;
    }
    .item_txt{
        font-size: 16px;
    }
    .item_img{
        max-width: 35px;
    }
    .signature_content_title{
        font-size: 30px;
    }
    .signature_content{
        gap: 20px;
    }
}
@media screen and (max-width: 1070px){
    .signature_content{
        gap: 15px;
        min-width: 427px;
    }
    .item_img {
        max-width: 30px;
    }
    .signature_content_title {
        font-size: 25px;
    }
}
@media screen and (max-width: 950px){
    .item_img {
        max-width: 25px;
    }
    .item_txt {
        font-size: 15px;
    }
    .signature_content_title{
        font-size: 20px;
    }
}
@media screen and (max-width: 920px){
    .signature_container{
        padding: 0 40px;
    }
}

@media screen and (max-width: 760px){
    .signature_wrapper{
        display: flex;
        flex-direction: column;
    }
    .signature_img_wrapp{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .signature_content {
        gap: 25px;
        width: 100%;
        min-width: unset;
    }
    .item_txt {
        font-size: 18px;
    }
    .signature_content_title {
        font-size: 30px;
        margin-top: 40px;
    }
    .item_img {
        max-width: 30px;
    }
}

@media screen and (max-width: 435px){
    .signature_container{
        padding: 0 20px;
    }
}


@media screen and (max-width: 400px){
    .item_txt {
        font-size: 15px;
    }
    .signature_content_title {
        font-size: 25px;
        margin-top: 20px;
    }
    .item_img {
        max-width: 25px;
    }
    .signature_content {
        gap: 20px;
    }

}

.insurance_products{
    background-color: #15499F;
}

.insurance_products_container{
    padding: 80px 80px 70px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.insurance_products_title{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
}

.insurance_products_content_top,
.insurance_products_content_bottom{
    display: grid;
    gap: 0 44px;
}

.insurance_products_content_top{
    grid-template-columns: repeat(3, 1fr);
}

.insurance_products_content_bottom{
    grid-template-columns: repeat(4, 1fr);
}

.insurance_products_item{
    display: flex;
    flex-direction: column;
    min-height: 216px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 25px;
    position: relative;
}

.insurance_products_item_top_txt{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.insurance_products_item_top_txt .insurance_products_item_title{
    font-size: 28px;
    font-weight: 500;
}
.insurance_products_item_top_txt .insurance_products_item_text{
    font-size: 20px;
}
.insurance_products_item_text span{
    color: #15499F;
    font-weight: 700;
}

.insurance_products_content_bottom .insurance_products_item_title{
    font-size: 20px;
    font-weight: 500;
}
.insurance_products_content_bottom .insurance_products_item_text{
    font-size: 16px;
}



.calculate_wrapp{
    display: flex;
    grid-area: 5px;
    align-items: center;
    margin-top: 40px;
}
.calculate_txt{
    font-size: 18px;
    color: #000000;
}
.calculate_arrow{
    width: 20px;
    height: 20px;
}

.insurance_products_item_img{
    position: absolute;
}
.oscpv{
    width: 100%;
    max-width: 159px;
    right: 40px;
    bottom: 20px;
}
.green_card{
    width: 100%;
    max-width: 234px;
    right: 20px;
    bottom: 33px;
}
.travel_insurance{
    width: 100%;
    max-width: 182px;
    right: 35px;
    bottom: 15px;
}
.medical_insurance{
    width: 100%;
    max-width: 107px;
    bottom: 20px;
    right: 25px;
}
.property{
    width: 100%;
    max-width: 124px;
    bottom: 15px;
    right: 16px;
}
.accident_insurance{
    width: 100%;
    max-width: 129px;
    bottom: 15px;
    right: 16px;
}
.financial_risks{
    width: 100%;
    max-width: 134px;
    bottom: 15px;
    right: 0px;
}

/*customize cookie*/

.background{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    top: 0;
}
.cookie_main_form{
    position: fixed;
    z-index: 10000000000!important;
    bottom: 0;
    background-color: #FFFF;
    display: flex;
    padding: 8px;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
}
.cookie_main_form_wrapp{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cookie_main_form_item:nth-child(1){
    border-right: 1px solid #d8d8d8;
    padding-right: 1rem;
}
.cookie_main_form_item:nth-child(2),
.cookie_main_form_btns{
    padding-left: 1rem;
}
.cookie_main_form_btns{
    display: flex;
    gap: 1em;
    align-items: flex-start;
    min-width: 280px;
}
.cookie_main_form_item_title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cookie_main_form_item:nth-child(1) .cookie_main_form_item_text{
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.cookie_main_form_item:nth-child(2) .cookie_main_form_item_text{
    font-size: 10px;
    margin: 4px 0 4px;
    line-height: 1.3;
    font-weight: 400;
}
.cookie_main_form_item_text a{
    text-decoration: underline;
}
.cookie_main_form_btn{
    padding: 10px;
    max-width: 125px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    border-radius: 12px;
    background: #15499F;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    transition: .3s;
}
.cookie_main_form_btn:hover{
    border: 1px solid #15499F;
    background: #FFFFFF;
    color: #000000;
}
.partners_list_wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 38px;
}
.partners_list {
    transition: .3s;
    opacity: 1;
    display: flex;
}
.partner_item,
.hide_partners_list{
    margin: 0;
}
.partner_item,
.hide_partners_list {
    display: none;
    opacity: 0;
    transition: .3s;
}
.hide_partners_list{
    margin-top: 5px;
}


.cookie_modal_txt{
    color: #0D61AB;
    font-size: 12px;
    margin: 1px 0 1px 0;
    font-weight: normal;
    cursor: pointer;
}
.cookie_modal_txt:hover{
    text-decoration: underline;
}

.cookie_goals_modal .modal_wrapper{
    min-height: 585px;
    position: relative;
}

.modal_n {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100000000000!important;
    display: none;
    text-align: center;
    max-width: 575px;
    opacity: 0;
    transition: .3s;
}

.modal_wrapper {
    width: 100%;
    height: auto;
    background: #FFF;
    border-radius: 5px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.header_cookies_modal{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #e9e9e9;
}
.close_img{
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: .3s;
}
.close_img:hover{
    opacity: .7;
}
.content_cookies_modal{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    text-align: start;
    max-height: 425px;
    overflow: auto;
    padding: 0 30px;
}
.content_cookies_modal_title{
    font-weight: 600;
    font-size: 16px;
}
.content_cookies_modal_title:nth-child(1){
    margin: 20px 0;
}
.content_cookies_modal_title--second_child{
    margin: 20px 0;
}
.content_cookies_modal_text{
    font-size: .812em;
    line-height: 1.5;
}
.more_info{
    color: #0D61AB;
    font-size: 13px;
    text-decoration: underline;
}
.content_cookies_modal .cookie_main_form_btn{
    max-width: 240px;
    margin: 20px 0 30px 0;
}
.preferences_list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5px;
}

.preference_item_wrapper{
    border: 1px solid #d8d8d8;
}
.preference_item_wrapper:not(:first-child){
    border-top: none;
}
.preference_item{
    display: flex;
    padding: 12px 10px;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    cursor: pointer;
    min-height: 55px;
}


.preference_item_content{
    display: flex;
    align-items: center;
    gap: 20px;
}
.modal_more_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
}
.more_btn_horiz_line{
    width: 10px;
    height: 2px;
    background: #2E445A;
    position: absolute;
    border-radius: 2px;
}
.more_btn_vert_line{
    width: 2px;
    height: 10px;
    background: #2E445A;
    position: absolute;
    border-radius: 2px;
    transition: .3s;
}
.item_opened .more_btn_vert_line{
    height: 0;
}
.preference_item_text_wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.preference_item_title,
.always_act{
    font-weight: 600;
    font-size: 14px;
}
.preference_item_text{
    font-size: 12px;
}
.always_act{
    color: #00b54b;
    text-align: end;
}

.preference_item_main_wrapper{
    display: none;
}
.active_preference_item_main_wrapper{
    display: flex;
    flex-direction: column;
}
.opened_modal{
    display: flex;
}
.preference_item_main_content{
    padding: 15px 20px 10px 20px;
    background: #E9E9E9;
    display: flex;
    flex-direction: column;
}

.preference_item_main_content:not(:first-child) {
    padding: 15px 25px 10px 40px;
    border-top: 1px solid #d8d8d8;
}
.preference_item_main_content_txt{
    font-size: 13px;
    line-height: 1.4;
}
.preference_item_main_content--flex{
    display: flex;
    justify-content: space-between;
}
.preference_item_main_details{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.preference_item_main_details_txt{
    display: flex;
    flex-direction: column;
}
.preference_item_main_details_title_item{
    font-size: 13px;
    font-weight: 600;
    max-width: 309px;
    line-height: 20px;
}
.preference_item_main_details_txt_item{
    font-size: 11px;
    padding-top: 3px;
}


.cookie_modal_txt{
    color: #0D61AB;
    font-size: 12px;
    margin: 10px 0 1rem 0;
    font-weight: normal;
    cursor: pointer;
}
.cookie_modal_txt:hover{
    text-decoration: underline;
}
.preference_item_btns{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 25px 20px;
    background: #E9E9E9;
}
.preference_item_btns .cookie_modal_txt{
    margin: 0;
}

.switch {
    appearance: none;
    position: relative;
    border-radius: 20px;
    width: 45px;
    height: 25px;
    border: 1px solid #ddd;
    background: #f2f1f1;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
}
.switch:checked {
    background: #00b54b;
    border: solid 1px #00b54b;
    transition: .3s;
}
.switch:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.switch:after {
    content: '';
    position: absolute;
    background: #7d7d7d;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    top: 1px;
}
.switch:checked:after {
    right: 1px;
    background: #FFFFFF;
}
.preference_item_main_wrapper .switch {
    margin: 0;
}
.footer_cookies_modal{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px 30px;
    border-top:1px solid #d8d8d8;

}
.footer_cookies_modal .cookie_main_form_btn{
    max-width: unset;
    font-size: 14px;
    height: 44px;
}
.under_footer{
    height: 30px;
    width: 100%;
    text-align: right;
    background: #f4f4f4;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
}
.preference_item_wrapper.item_opened{
    border: 1px solid #858585;
}
.illustration_item{
    display: none;
    flex-direction: column;
}
.illustration_item_header{
    display: flex;
    padding: 15px 30px;
    gap: 15px;
    align-items: center;
}
.illustration_item_header_text{
    font-size: 1em;
    text-align: start;
    font-weight: 600;
}

.illustration_item_header svg{
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.illustration_item_content{
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 10px;
    text-align: start;
    padding: 10px 60px 1em 60px;
    max-height: 395px;
    overflow: auto;
}
.illustration_item_title{
    font-size: 1.18rem;
    font-weight: 600;
}
.illustration_item_desc{
    line-height: 1.5rem;
    font-size: 1rem;
}

.cookie_goals_modal .modal_wrapper{
    min-height: 585px;
    position: relative;
}
.privacy_policy{
    margin-top: 15px;
}
.modal_window_cookies{
    border: 1px dotted #656565;
    position: absolute;
    right: -1px;
    bottom: -75px;
    max-width: 235px;
    opacity: 0;
    transition: .3s;
    display: none;
}
.modal_window_cookies_wrapp{
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: 1px solid black;
    position: relative;
}
.modal_window_cookies_txt{
    font-size: 11px;
}
.modal_window_cookies_wrapp .switch{
    top: 10px;
}
.modal_window_cookies_txt a{
    text-decoration: underline;
}
.partners_list_wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 38px;
}
.partners_list {
    transition: .3s;
    opacity: 1;
    display: flex;
}
.partner_item,
.hide_partners_list{
    margin: 0;
}
.partner_item,
.hide_partners_list {
    display: none;
    opacity: 0;
    transition: .3s;
}
.hide_partners_list{
    margin-top: 5px;
}
.step_content_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.step_content_item{
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 292px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 15%, 87% 0%);
}
.step_content_item_title{
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    white-space: nowrap;
}
.step_content_item_text{
    font-size: 15px;
    font-weight: 400;
    font-family: GothamPro, sans-serif;
}
.step_content_item_text span{
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #00238E;
}
.add_extra_item{
    border: 1px solid #FFD900;
    background-color: #FFD900;
    border-radius: 8px;
    width: 100%;
    max-width: 110px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    transition: .3s;
}

.add_extra_item.checked .cross_vertical{
    height: 0;
}
.remove_extra_item_text{
    display: none;
}
.add_extra_item.checked .remove_extra_item_text{
    display: flex;
}
.add_extra_item.checked .add_extra_item_text{
    display: none;
}

.step_content_item_img{
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 50px;
}
.add_extra_item_text,
.remove_extra_item_text{
    font-size: 16px;
    font-weight: 800;
    line-height: 15px;
}
.add_extra_item_cross{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: .3s;
}
.cross_vertical,
.cross_horizontal{
    border-radius: 2px;
    background-color: #000000;
    display: block;
    transition: .3s;
}

.cross_vertical{
    height: 15px;
    width: 2px;
}
.cross_horizontal{
    height: 2px;
    width: 15px;
    position: absolute;
}
.tourist_count{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.current_tariff_text_wraper{
    display: flex;
    align-items: center;
    gap: 8px;
}
.current_tariff{
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
}
.current_tariff_title{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.offer_text{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    color: #FFDD54;
    margin-bottom: 10px;
}

.form__step-item:nth-child(3){
    gap: 0;
}
.offer_tariff_list{
    display: flex;
    flex-direction: column;
}
.offer_tariff_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 620px;
    border-radius: 12px;
}
.offer_tariff_header{
    z-index: 1;
    background-color: #FFD900;
    width: 100%;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.02em;
    border-radius: 15px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 46%, 93% 0%);
}
.offer_tariff_content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 27px 25px 13px 25px;
    border: 1px solid #FFFFFF;
    position: relative;
    border-radius: 0 0 12px 12px;
    top: -15px;
}
.covering_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 21.14px;
    color: #D1D2D4;
}
.covering_digits{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFDD54;
    text-align: end;
    margin-bottom: 6px;
}
.details_text_wrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.switch_tariff_btn,
.cancel_tariff_btn{
    border: 1px solid #FFD900;
    background-color: #FFD900;
    border-radius: 8px;
    width: 100%;
    max-width: 168px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 800;
    line-height: 26px;
    color: #000000;
}
.cancel_tariff_btn{
    display: none;
}

.cancel_tariff_btn{
    border: 1px solid #bebebd;
    background-color: #d6d6d6;
}
.details_text{
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.btn_wrapper{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}


.checkbox_form{
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    appearance: none;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    transition: .3s;
}
input[type=checkbox]:checked{
    /*background-image: url(/assets/front_pages/img/visa_buy/check.svg);*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.passport_field{
    text-transform: uppercase;
}
.form__input.form__input-date,
.form__input.form__input-tel{
    padding: 0;
}
.error_field{
    border: 1.5px solid #ee6c4d;
    background: #ffc3b5;
}

.form__input-wrapper .form__input{
    border-radius: 0;
}

.modal_main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.cookie_main_form_btns_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cookie_list_partner{
    display: flex;
    flex-wrap: wrap;
}

/*customize cookie*/

@media screen and (max-width: 1395px){
    .insurance_products_item_img{
        max-width: 35%;
    }
}

@media screen and (max-width: 1285px){
    .insurance_products_content_top .insurance_products_item_title {
        font-size: 20px;
    }
    .insurance_products_content_bottom .insurance_products_item_title {
        font-size: 17px;
    }
    .insurance_products_content_top, .insurance_products_content_bottom {
        gap: 0 20px;
    }
    .insurance_products_container{
        gap: 20px;
    }
}

@media screen and (max-width: 1235px){
    .insurance_products_item{
        padding: 15px;
    }
    .insurance_products_item_img {
        max-width: 25%;
    }
    .insurance_products_item{
        min-height: 160px;
    }
}

@media screen and (max-width: 1035px){
    .insurance_products_content_top,
    .insurance_products_content_bottom{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .insurance_products_item_img {
        max-width: 15%;
        position: unset;
        min-width: 105px;
    }

    .insurance_products_item{
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        min-height: unset;
        padding: 15px 20px;
        min-height: 140px;
    }
    .insurance_products_item_title {
        font-size: 20px!important;
    }
    .insurance_products_item_top_txt {
        gap: 10px;
    }
}

@media screen and (max-width: 620px){
    .insurance_products_container{
        padding: 30px 20px;
    }
}
@media screen and (max-width: 440px){
    .insurance_products_title{
        text-align: center;
        width: 100%;
        font-size: 28px;
    }
}
@media screen and (max-width: 420px){
    .insurance_products_item_img {
        min-width: 80px;
    }
    .insurance_products_item_title{
        font-size: 16px !important;
    }
    .insurance_products_item_text {
        font-size: 15px!important;
    }
    .calculate_txt {
        font-size: 15px;
    }
    .calculate_arrow{
        width: 15px;
        height: 15px;
    }
    .insurance_products_item_top_txt{
        gap: 0;
    }
}

@media screen and (max-width: 360px){
    .insurance_products_title {
        font-size: 24px;
    }
    .insurance_products_item{
        min-height: 100px;
    }
    .insurance_products_item_img {
        min-width: 60px;
    }
}

button {
  text-align: left;
  font-size: inherit;
  background-color: transparent;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
}

.account {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F8F8F8;
}

.account__title {
  margin-bottom: 10px;
}

.account__descr {
  max-width: 28em;
  margin-bottom: 40px;
  font-size: 18px;
}

.account__list {
  padding-right: 50px;
  width: 100%;
  counter-reset: list;
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 20px;
}

.account__list li {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account__list-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.account__list p {
  font-size: 18px;
  max-width: 15.3333em;
}

.account__icon {
  position: relative;
  margin-bottom: 15px;
}

.account__icon svg {
  width: 121px;
  height: 121px;
}

.account__icon::after {
  position: absolute;
  top: 2%;
  right: -105%;
  color: #15499F;
  opacity: 0.1;
  font-weight: 700;
  font-size: 112px;
  counter-increment: list;
  content: "0" counter(list);
}

.account-swiper {
  padding: 50px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;

}

.account-swiper__slide {
  position: relative;
  overflow: hidden;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account-swiper__slide img {
  max-width: 100%;
}

.account-swiper .swiper-slide-active {
  z-index: 50;
}

.account-swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account-swiper-prev,
.account-swiper-next {
  color: #15499F;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #15499F;
  border-radius: 4px;
}

.account-swiper-prev {
  margin-right: 20px;
}

#account-svg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partners {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #15499F;
  background-repeat: no-repeat;
  background-image: url("../../img/partners/line-1.png"), url("../../img/partners/line-2.png"), url("../../img/partners/line-3.png");
  background-position: 0 0, 16% 100%, 100% 100%;
  background-size: 30% auto, 20% auto, 27% auto;
}

.partners__title {
  color: #fff;
  margin-bottom: 1.3em;
}

.partners-swiper {
  margin: 0 auto;
  max-width: 1150px;
}

.partners-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    flex: 0 0 25%;
    max-width: 25%;
}

.partners-swiper__img img {
  max-width: 100%;
}

.partners-swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
}

.partners-swiper-prev,
.partners-swiper-next {
  color: #ffffff;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-swiper-prev {
  margin-right: 20px;
}

.reviews {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #F8F8F8;

}

.reviews__title {
  margin-bottom: 1.14em;
}

.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 580px;
          flex: 0 1 580px;
  margin-right: 50px;
}

.reviews__reviews {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
}


.video-reviews__wrapper {
  border: 3px dashed #15499F;
  border-radius: 30px;
  padding: 3px 3px;
}


.video-reviews__descr {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.reviews-swiper {
  max-width: 420px;
}

.reviews-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reviews-swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.reviews-swiper-slide {
  height: auto;
}

.reviews-swiper-slide__body {
    margin: 0 10px;
  height: 100%;
  padding: 25px 20px;
  color: #fff;
  background: #15499F;
  -webkit-box-shadow: 0px 0px 1.31313px rgba(0, 0, 0, 0.24), 0px 2.62626px 5.25253px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 1.31313px rgba(0, 0, 0, 0.24), 0px 2.62626px 5.25253px rgba(0, 0, 0, 0.16);
  border-radius: 31.5152px 31.5152px 31.5152px 0px;
}

.reviews-swiper-slide__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.reviews-swiper-slide__photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.reviews-swiper-slide__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-swiper-slide__name {
  font-weight: 700;
  font-size: 21px;
}

.reviews-swiper-slide__agent {
  font-weight: 300;
  font-size: 16px;
}

.reviews-swiper-slide__descr {
  font-size: 18px;
}

.reviews-swiper-prev,
.reviews-swiper-next {
  color: #15499F;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #15499F;
  border-radius: 4px;
}

.reviews-swiper-prev {
  margin-right: 20px;
}

#reviews-svg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.become-a-partner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 150px;
}

.become-a-partner__container {
  position: relative;
  z-index: 10;
}

.become-a-partner__title {
  margin-bottom: 30px;
}

.become-a-partner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.become-a-partner__image {
  margin-right: 40px;
  position: relative;
  color: #15499F;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
}

.become-a-partner__image svg {
  width: 100%;
}

.become-a-partner__image img {
  position: absolute;
  width: 83.1%;
  bottom: -5px;
  left: calc(50% - 10px);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.become-a-partner__body-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.become-a-partner__form {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  padding: 30px;
}

.become-a-partner__svg {
  color: #15499F;
  position: absolute;
}

.become-a-partner__svg--1 {
  top: 77px;
  left: 65px;
}

.become-a-partner__svg--2 {
  bottom: 45px;
  left: 18%;
}

.become-a-partner__svg--3 {
  top: 50px;
  right: 10%;
}

.form-partner__control {
  padding-left: 10px;
  padding-right: 10px;
}

.form-partner__control label {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.form-partner__control input {
  border: 1px solid #15499F;
  width: 100%;
  height: 54px;
  border-radius: 4px;
  font-size: 20px;
  padding: 0 28px;
}

.form-partner__control input::-webkit-input-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input::-moz-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input:-ms-input-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input::-ms-input-placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control input::placeholder {
  font-weight: 700;
  color: #D8D8D8;
}

.form-partner__control:not(:last-child) {
  margin-bottom: 30px;
}

.form-partner__btn {
  margin: 0 auto;
  font-size: 16px;
  width: 174px;
}

.form-partner__btn.is-disable {
  pointer-events: none;
  color: rgba(21, 73, 159, 0.39);
}

.questions-form {
  background: #15499F;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 25px 28px;
  color: #fff;
  margin-bottom: 25px;
}

.questions-form__question {
  display: none;
}

.questions-form__question.is-active {
  display: block;
}

.questions-form__question div {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.questions-form__question div span {
  vertical-align: middle;
  font-weight: 400;
  font-size: 13px;
}

.questions-form__question p {
  font-size: 18px;
  padding: 10px 12px 12px 13px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}

.questions-form__question:last-child p {
  color: #00CA45;
  background-color: #fff;
}

.questions-form__radios {
  position: relative;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.questions-form__back {
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 16px;
}

.questions-form__radio label {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.questions-form__radio:nth-child(1) {
  margin-right: 10px;
}

.questions-form__radio:nth-child(2) svg {
  fill: #FF0000;
}

.questions-form__radio input[type="radio"]:checked + .form-ok {
  color: #32AB32;
  background-color: #fff;
}

.questions-form__radio input[type="radio"]:checked + .form-no {
  background-color: #fff;
  color: #FF0000;
}

.questions-form__complete {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.footer {
  background-color: #F5F5F6;
}

.footer__container {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.footer__column {
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.footer__links p {
  font-weight: 700;
  font-size: 20px;
  color: #15499F;
  margin-bottom: 10px;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__list li {
  font-size: 18px;
  font-weight: 400;
}

.footer__list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__list a {
  color: #000;
}

.footer__copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #000000;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
}

.info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-footer__links {
  font-weight: 700;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.info-footer__phone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #15499F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.info-footer__phone svg {
  margin-right: 10px;
}

.info-footer__phone:hover svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.info-footer__mail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #15499F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-footer__mail svg {
  margin-right: 10px;
}

.info-footer__mail:hover svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.info-footer__logo {
  color: #15499F;
  margin-bottom: 30px;
}

.info-footer__policy {
  text-align: center;
  font-size: 16px;
}

.actions-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.actions-footer__scl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.actions-footer__scl li:not(:last-child) {
  margin-right: 8px;
}

.actions-footer__scl li:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.actions-footer__scl a svg {
  color: #15499F;
}

.actions-footer__btn {
  width: 150px;
  padding: 16px 10px;
}

.actions-footer__btn span {
  font-size: 12px;
}

.director-modal {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.director-modal__body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.director-modal__body p {
  color: #fff;
  font-size: 18px !important;
  text-align: center;
}

.director-modal__body p.director-modal__alert {
  font-size: 16px !important;
  margin: 0 -10px;
}

.director-modal__body--thanks {
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.director-modal__body--thanks h4 {
  margin-bottom: 5px !important;
}

.director-modal__body--thanks > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.director-modal__body.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__form {
  position: relative;
  border-radius: 25px;
  padding: 30px 25px;
  margin: auto;
  width: 100%;
  max-width: 361px;
  background-color: #15499F;
}

.director-modal__form h4 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}

.empty-btn:hover span {
    color: currentColor;
}

.empty-btn:hover {
    opacity: 1;
}

.blue-btn:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.account-swiper-prev:hover,
.account-swiper-next:hover {
    color: #fff;
    background-color: #15499F;
}

.reviews-swiper-prev:hover,
.reviews-swiper-next:hover {
    color: #fff;
    background-color: #15499F;
}


.director-modal__form input,
.director-modal__form textarea {
  color: #fff;
  width: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.director-modal__form input::-webkit-input-placeholder, .director-modal__form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-moz-placeholder, .director-modal__form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input:-ms-input-placeholder, .director-modal__form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::-ms-input-placeholder, .director-modal__form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form input::placeholder,
.director-modal__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.director-modal__form textarea {
  margin-bottom: 15px;
  padding-top: 12px;
  margin-top: 15px;
  min-height: 177px;
  resize: none;
}

.director-modal__agree label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
}

.director-modal__agree label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 0.2em;
  color: #15499F;
  pointer-events: none;
}

.director-modal__agree label svg {
  color: #15499F;
  opacity: 0;
  pointer-events: none;
}

.director-modal__agree input[type="checkbox"]:checked + label svg {
  opacity: 1;
}

.director-modal__btn {
  margin: 0 auto;
  margin-top: 25px;
  background-color: #fff;
  width: 174px;
  border-radius: 4px;
  color: #15499F;
  font-size: 16px;
}

.director-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url("../../img/modal/close-btn.svg") 50% 50% no-repeat;
}

.director-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-modal__logo {
  color: #15499F;
}

@media (min-width: 992px) {
  .partners-swiper-prev:hover,
  .partners-swiper-next:hover {
    background-color: #fff;
    color: #15499F;
  }
}



@media (max-width: 1920px) {

  .faq .accordion__title {
    font-size: calc(16px + 4 * ((100vw - 360px) / (1920 - 360))) !important;
  }

  .faq .accordion__content {
    font-size: calc(16px + 2 * ((100vw - 360px) / (1920 - 360))) !important;
  }

  .account__descr {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }

  .account__list p {
    font-size: calc(16px + 2 * ((100vw - 360px) / (1920 - 360)));
  }

  .account__icon::after {
    font-size: calc(106px + 6 * ((100vw - 360px) / (1920 - 360)));
  }

  .reviews-swiper-slide__name {
    font-size: calc(17px + 4 * ((100vw - 360px) / (1920 - 360)));
  }

  .reviews-swiper-slide__agent {
    font-size: calc(13px + 3 * ((100vw - 360px) / (1920 - 360)));
  }

  .reviews-swiper-slide__descr {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }

  .info-footer__links {
    font-size: calc(14px + 4 * ((100vw - 360px) / (1920 - 360)));
  }
}


@media (max-width: 992px) {
  .reviews {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-clip-path: unset;
            clip-path: unset;
  }

  .reviews__row {
    display: block;
  }

  .reviews__video {
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .become-a-partner {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .become-a-partner__form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-partner__control label {
    font-size: 18px;
  }

  .form-partner__control input {
    font-size: 18px;
  }

  .questions-form__question div {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .advantages {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .account {
    -webkit-clip-path: unset;
            clip-path: unset;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .account__list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }

  .account-swiper {
    background: none;
    padding: 0;
  }

  .account-swiper__btns {
    margin-top: 30px;
  }

  .reviews-swiper__btns {
    margin-top: 30px;
  }

  .become-a-partner__row {
    display: block;
  }

  .become-a-partner__image {
    max-width: 500px;
    margin: 0 auto;
  }

  .become-a-partner__body-form {
    margin-bottom: clamp(100px, 35%, 150px);
  }

  .become-a-partner__svg {
    display: none;
  }

  .info-footer__links {
    display: block;
  }

  .info-footer__phone {
    margin-bottom: 10px;
  }

  .info-footer__logo {
    display: none;
  }

  .info-footer__policy {
    padding-bottom: 50px;
  }
  .faq {
    padding-top: 70px;
  }

  .faq__accordion {
    display: block !important;
  }

  .faq .accordion__list:nth-child(1) {
    margin-right: 0 !important;
  }

  .faq .accordion__control {
    height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .account__list {
    grid-template-columns: 1fr;
    padding-right: 0;
    gap: 20px;
    margin-top: 45px;
  }

  .account__list p {
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .advantages__list {
    gap: 28px 20px;
  }

  .account-swiper-prev,
  .account-swiper-next {
    height: 41px;
    width: 41px;
  }

  .account-swiper-prev svg,
  .account-swiper-next svg {
    width: 11px;
    height: 20px;
  }

  .account-swiper-prev {
    margin-right: 15px;
  }

  .partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partners-swiper__slide--ekta .partners-swiper__img {
    max-width: 110px;
  }

  .partners-swiper__btns {
    margin-top: 45px;
  }

  .partners-swiper-prev,
  .partners-swiper-next {
    width: 41px;
    height: 41px;
  }

  .partners-swiper-prev svg,
  .partners-swiper-next svg {
    width: 11px;
    height: 20px;
  }

  .partners-swiper-prev {
    margin-right: 15px;
  }

  .reviews__video {
    margin-bottom: 25px;
  }

  .video-reviews__wrapper {
    border: 2px dashed #15499F;
    padding: 7px 10px;
  }

  .video-reviews__player::after {
    background-size: 21px 25px;
  }

  .video-reviews__player {
    border-radius: 18px;
  }

  .reviews-swiper-prev,
  .reviews-swiper-next {
    width: 41px;
    height: 41px;
  }

  .reviews-swiper-prev svg,
  .reviews-swiper-next svg {
    width: 11px;
    height: 20px;
  }

  .reviews-swiper-prev {
    margin-right: 15px;
  }

  .become-a-partner__form {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .form-partner__control label {
    padding-left: 0;
  }

  .form-partner__control input {
    padding: 0 15px;
  }

  .questions-form {
    padding: 25px 11px;
  }

  .footer__container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .footer__info {
    padding-bottom: 0;
  }

  .footer__actions {
    padding-bottom: 0;
    padding-top: 0;
  }

  .info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 35px;
  }

  .info-footer__links {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-footer__phone {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .actions-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .actions-footer__btn {
    margin-bottom: 12px;
  }
}

@media (max-width: 450px) {
  .partners {
    background-image: url("../../img/partners/line-1-mob.png");
    background-size: 100% auto;
    background-position: 0 0;
  }

  .partners-swiper__slide--ekta .partners-swiper__img {
    max-width: 90px;
  }
}

.block_zero {
  width: 375px;
  height: 342px;
  background-color: #ccc;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.faq {
  padding-top: 100px;
  background-color: #F8F8F8;
}

.faq__title {
  margin-bottom: 20px;
}

.faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq .accordion__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
}

.faq .accordion__list:nth-child(1) {
  margin-right: 30px;
}

.faq .accordion__item {
  border-bottom: 1px solid #C9C9C9;
}

.faq .accordion__item.open .accordion__content {
  padding-bottom: 30px;
}

.faq .accordion__item.open .accordion__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}

.faq .accordion__title {
  font-weight: 700;
  font-size: 20px;
}

.faq .accordion__icon {
  color: #15499F;
  margin-left: 20px;
}

.faq .accordion__content {
  line-height: 1.22;
  font-size: 18px;
}
.accordion__content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
}

.accordion__item.open .accordion__content {
  overflow: unset;
  opacity: 1;
}

@media (max-width: 500px){
  .actions-footer__scl li:not(:last-child) {
    margin-right: 20px;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .info-footer__mail {
    margin-bottom: 8px;
  }
}

@media (max-width: 1110px){
    .partners-swiper__slide{
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
}

@media (max-width: 850px){
    .partners-swiper__slide{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 585px){
    .partners-swiper__slide{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .cookie_main_form{
        flex-direction: column;
    }
    .cookie_main_form_wrapp{
        grid-template-columns: 1fr;
    }
    .cookie_main_form_item:nth-child(1){
        border: none;
    }
    .cookie_main_form_item:nth-child(2),
    .cookie_main_form_btns{
        padding-left: 0;
    }
    .cookie_main_form_item:nth-child(2){
        margin-bottom: 8px;
    }
    .cookie_main_form_btn{
        max-width: 250px;
    }
}

@media (max-width: 600px) {
    .cookie_goals_modal .modal{
        max-width: unset;
    }
    .cookie_goals_modal .modal_wrapper{
        border-radius: unset;
    }
    .cookie_main_form_btn{
        height: 40px;
    }
    .footer_cookies_modal .cookie_main_form_btn,
    .content_cookies_modal .cookie_main_form_btn
    {
        font-size: 12px;
    }
}