*{
margin: 0;
padding: 0;
}
body{
    display: block;
    width: 100%;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #f9f9f9;
}
section{
    display: block;
    width: 100%;
}
img{
    display: block;
    width: 100%;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color:#000;
}
span.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.icon_arrow_down {
    position: relative;
    transition: all 0.3s;
}
.icon_arrow_down:before {
    content: '';
    position: absolute;
    display: inline-flex;
    width: 1px;
    height: 4px;
    background-color: #000;
    transform: translate(-1px,0) rotate(-45deg);
}
.icon_arrow_down:after {
    content: '';
    position: absolute;
    display: inline-flex;
    width: 1px;
    height: 4px;
    background-color: #000;
    transform: translate(1px,0) rotate(45deg);
}
.header {
    position: relative;
  }
  .header_icon {
    position: absolute;
    width: 183px;
    left: 0;
    top: 78px;
  }
.wrapper_body {
    display: block;
    width: 100%;
    background-image: url(../img/body_bg.png);
    background: #f9f9f9;
    max-width: 1920px;
    margin: 0 auto;
}
.container {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
.header_con {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 47px 0 0;
    margin: 0 0 130px;
}
.header_con_logo img {
    max-width: 208px;
}
.header_con_language {
    position: relative;
    display: inline-flex;
    margin: 0 44px 0 55px;
}
.header_con_language_box {
    position: absolute;
    display: none;
    top: 100%;
    padding: 10px;
    background-color: #edeeef;
    width: calc(100% - 20px);
  }
  .header_con_language.active .header_con_language_box {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
  }

  .header_con_language_box img {
    width: 36px;
    height: 24px;
  }
span.header_con_language_icon {
    display: inline-flex;
    padding: 5px 8px;
    background-color: #edeeef;
    border-radius: 10px;
    cursor: pointer;
}
.icon_arrow_down {
    margin-left: 10px;
    width: 8px;
}
.header_con_nav {
    flex: 2;
}
.header_con_nav ul {
    display: flex;
}
.header_con_nav li a {
    font-size: 16px;
    font-weight: 700;
}
.header_con_nav ul li + li {
    display: inline-flex;
    margin-left: 40px;
}
.header_con_phone {
    display: flex;
    align-items: center;
}
.header_con_phone_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.phone_box_text {
    display: inline-flex;
  line-height: 12px;
    font-size: 12px;
    color: #bdbdbd;
}
a.phone_box_tel {
    display: inline-flex;
    font-weight: 700;
    margin-top: 9px;
    font-size: 24px;
    line-height: 20px;
}
.header_phone_icon {
    margin-left: 20px;
}
.header_con_phone_box img {
    max-width: 53px;
}
section.top {
    position: relative;
    overflow: hidden;
}
.top_con {
    display: flex;
}
.top_con:after {
    position: absolute;
    content: '';
    display: block;
    height: 186px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../img/top_bottom_bg.png);
    overflow: hidden;
    margin-top: 106px;
}
.top_con_left {
    display: block;
    max-width: 650px;
}
.top_con_left_title {
    display: block;
    margin-bottom: 50px;
}
.top_con_left_title h2 {
    font-size: 48px;
    font-weight: 900;
}
.top_con_left_title h2 {
    line-height: 1.2;
}
.top_red {
    color: #f73e5d;
}
.top_con_left_desc {
    color: #a7a7a7;
    line-height: 1.6;
}
.top_con_left_desc p {
    font-size: 15px;
}
.top_con_left_btn {
    margin: -8px 0 0 -50px;
}
  .top_con_left_btn img {
    max-width: 392px;
  }
/*.top_con_left_btn a,
.work_con_left_btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 67px;
    min-width: 258px;
    border-radius: 46px;
    background-color: #f73e5d;
    color: #fff;
    font-size: 18px;
    border: 9px solid #fcc3cc;
}*/
.top_con_left_flags {
    display: flex;
    justify-content: space-around;
}
.top_con_left_flags img {
    max-height: 137px;
    width: auto;
}
.top_con_right {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 100%;
}
.top_con_right img {
    position: absolute;
    width: 733px;
    bottom: -102px;
}
section.center {
    position: relative;
    padding-bottom: 188px;
    overflow: hidden;
}
.center_con {
    display: block;
    position: relative;
    padding: 0 80px;
    margin-top: -20px;
    z-index: 9;
}
.center_con::before{
    content: '';
    position: absolute;
    display: inline-flex;
    background-image: url(../img/left_texture.png);
    width: 574px;
    height: 878px;
    left: -361px;
    bottom: -188px;
}
.center_con_bg {
    position: relative;
}
.center_con_bg img {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: -86px;
    width: 1548px;
    left: 50%;
    transform: translate(-50%, 0);
}
.center_our_advantages {
    display: block;
    padding: 146px 0;
    position: relative;
    z-index: 9;
}
.our_advantages_title,
.question_answer_title{
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
.our_advantages_title h2,
.question_answer_title h2,
.work_con_left_title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 900;
}
.work_con_left_title h2{
    line-height: 30px;
}
.our_advantages_title h2:before,
.question_answer_title h2:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    width: 46px;
    height: 6px;
    border-radius: 6px;
    background-color: #f6294b;
}
.our_advantages_desc{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.our_advantages_desc p {
    color: #a7a7a7;
    z-index: 1;
}
.our_advantages_slider {
    display: block;
    padding-top: 60px;
}
.slider_item {
    display: flex;
}
.slider_item_left {
    display: block;
    max-width: 620px;
}
.item_left_title h3 {
    font-size: 59px;
    font-weight: 900;
    line-height: 1.2;
}
.item_left_desc {
    display: block;
    margin: 60px 0 0;
    font-size: 14px;
    color: #a7a7a7;
}
.owl-dots {
    display: flex;
    position: absolute;
    top: -60px;
    gap: 0 11px;
}
button.owl-dot span {
    display: inline-flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #dadada;
}
button.owl-dot.active span {
    background-color: #f6294b;
}

.slider_item_rigt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 412px;
}
.slider_item_rigt_img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background-color: #f6294b;
    border: 29px solid #fedde2;
    margin-top: -116px;
}
.slider_item_rigt_img img {
    max-width: 63px;
}
.center_question_answer {
    position: relative;
    display: block;
}
.question_answer_box {
    display: flex;
    padding-left: 50px;
}
.answer_box_left {
    display: flex;
    width: 600px;
}
.answer_box_left_animate {
    position: absolute;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 151px;
    height: 830px;
    left: -84px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 43px;
  }
  .answer_box_left_animate:before{
    content: '';
    display: inline-flex;
    background-image: url(../img/car_blu.png);
    width: 42px;
    height: 72px;
    top: 85px;
    position: absolute;
    left: 44px;
  }
  .answer_box_left_animate:after{
    content: '';
    display: inline-flex;
    background-image: url(../img/car_red.png);
   // width: 42px;
    //height: 72px;
    position: absolute;
    opacity: 1;
    top: 101px;
    left: 50px;
  }
.answer_box_left_content a {
    display: block;
    font-size: 18px;
    color: #282828;
    font-weight: 700;
}
.answer_box_left_content li {
    display: block;
}
.answer_box_left_content li + li {
    margin-top: 28px;
}
.answer {
    display: none;
    margin-top: 30px;
    font-size: 13px;
    color: #766a6c;
}
li.active{
    padding: 20px;
    background-color: #fee1e6;
    border-radius: 10px;
}
li.active .answer{
    display: block;
}
.answer_box_right {
    position: relative;
    display: flex;
    width: 382px;
}
.answer_box_right img {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 590px;
}
section.questions_work {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 50px 12px #ccc;
}
.questions_work_con {
    display: flex;
}
.work_con_left{
    display: block;
    width: 50%;
}
.work_con_right{
    position: relative;
    display: flex;
    width: 50%;
}
.work_con_right img{ 
    position: absolute;
    display: flex;
    width: 700px;
    left: 46px;
    height: 100%;
}
.work_con_left_title {
    display: block;
    margin: 48px 0 40px;
}
.work_con_left_desc p {
    color: #a7a7a7;
}
.work_con_left_btn {
    display: flex;
    margin: 0 0 -26px;
}
.work_con_left_btn a {
    margin-left: -50px;
  }
.footer_con {
    display: flex;
    width: 100%;
    padding: 58px 0 48px;
}
.footer_con_box {
    display: block;
    width: 25%;
}
.footer_con_box {
    display: block;
    width: 25%;
}
.footer_con_box.contact {
    width: 50%;
    display: flex;
}
.footer_con_box_social {
    display: flex;
    gap: 0 24px;
    margin-top: 66px;
}
.footer_con_box img {
    max-width: 208px;
}
.footer_con_box_social img {
    width: 40px;
}
.footer_con_box h4 {
    font-size: 12px;
    font-weight: 700;
    color: #f6294b;
}
.footer_con_box ul {
    display: block;
    margin-top: 54px;
}
.footer_con_box ul li {
    display: flex;
}
.footer_con_box ul li + li{
    margin-top: 20px;
}
.footer_con_box ul li a {
    font-size: 16px;
    display: inline-flex;
    color: #282828;
    font-weight: 700;
}
.footer_con_box_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.footer_con_box_left h4 {
    margin-bottom: 17px;
}
.footer_con_box_left_img{
    justify-content: center;
    align-items: flex-end;
}
.footer_con_box_left_img img {
    max-width: 250px;
}
.modal_call {
    position: fixed;
    display: none;
    opacity: 0;
    transition: all 0.3s;
}
.modal_call.active{
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.3s;
}
.modal_call_ov {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background-color: #000;
    opacity: 0.7;
}
.modal_call_con {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 470px;
    background-color: #fff;
    z-index: 999;
    padding: 45px 54px 40px;
    border-radius: 30px;
}
.icon_close {
    position: absolute;
    right: 16px;
    top: 16px;
    transform: rotate(45deg);
    cursor: pointer;
    padding: 10px;
}
.icon_close:before{
    position: absolute;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 3px;
    background-color: #000;
}
.icon_close:after{
    position: absolute;
    content: '';
    display: inline-flex;
    width: 3px;
    height: 12px;
    background-color: #000;
}
.modal_call_con_title {
    display: flex;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
}
.modal_call_con_desc {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin-bottom: 38px;
    color: #a7a7a7;
}
.form_modal_call_row input {
    width: calc(100% - 87px);
    padding: 0 22px 0 65px;
    border-radius: 10px;
    border: 2px solid #939393;
    background-repeat: no-repeat;
    background-position: 22px 50%;
    min-height: 50px;
}
.form_modal_call_row + .form_modal_call_row {
    margin-top: 18px;
}
.form_modal_call_row input::placeholder{
    font-size: 14px;
    color: #aaaaaa;
}
textarea {
    width: calc(100% - 87px);
    border: 2px solid #939393;
    border-radius: 10px;
    padding: 14px 22px 14px 65px;
    background-repeat: no-repeat;
    background-position:22px 15px;
}
input::placeholder{
    font-size: 14px;
    color: #aaaaaa;
}
input:focus-visible{
    font-size: 14px;
    color: #aaaaaa;
}
textarea::placeholder{
    font-size: 14px;
    color: #aaaaaa;
}
textarea::focus-visible{
    border: none;
}
.inp_name {
    background-image: url(../img/name_input.png);
}
.inp_phone{
    background-image: url(../img/phone_input.png);
}
.inp_comment{
    background-image: url(../img/comment_input.png);
}
.btn_call {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 218px;
    min-height: 56px;
    background: transparent;
    border: none;
    background-color: #f73e5d;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.header_con_mob{
    display: none;
}
.top_con_flags_mob{
    display: none;
}
.top_con_right_img{
    display: none;
}
.form_modal_call{
    position: relative;
}
.ajax:before{
    content: '';
    position:absolute;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    opacity: 0.6;
    cursor: wait;
}
.modal_call_row_btn {
    display: flex;
    justify-content: center;
  }
  .ajax_box {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
  }
  .ajax_error {
    color: red;
  }
  .ajax_success {
    color: green;
    text-align: center;
  }
  .answer_box_left_content li{
    position: relative;
  }
  .animate_marker{
    position: absolute;
    display:none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #c6e8ff;
    border: 5px solid #fff;
  }
  .animate_marker:before{
    position: absolute;
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #138bda;
  }
  .answer_li_marker {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #c6e8ff;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
  }
  .answer_li_marker:before {
    position: absolute;
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #138bda;
  }
  .slider_items{
    display: none;
  }
  #advantages_slider {
    display: flex;
    position: relative;
  }
  .wrapper_slider_dots {
    display: flex;
    position: absolute;
    top: 0;
  }
  .slider_item_content {
    display: flex;
  }
  #question_answer {
    position: absolute;
    display: flex;
    width: 100%;
    top: -80px;
  }



@media (max-width: 768px) {
    .header_con {
        width: calc(100% - 40px);
    padding: 40px 20px;
        margin-bottom: 80px;
    }
    .header_con_logo img {
        max-width: 135px;
    }
    .header_con_mob{
        display: inline-flex;
        flex-direction: column;
        cursor: pointer;
    }
    .header_con_mob span {
        display: inline-flex;
        width: 27px;
        height: 3px;
        background-color: #000;
    }
    .mob_middle{
        margin: 7px 0 7px;
    }
    .header_con_nav {
        display: none;
    }
    .header_con_phone_box {
        display: none;
      }
      .header_phone_icon{
        display: inline-flex;
      }
    .top_con_flags_mob{
        display: flex;
    margin-bottom: 33px;
    justify-content: center;
    gap: 0 20px;
    }
    .top_con_flags_mob .icon{
        width: 50px;
        height: 33px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .icon_f_m_e{
        background: url(../img/flag_ev_m.png);
    }
    .icon_f_m_uk{
        background: url(../img/flag_m_uk.png);
    }
    .icon_f_m_tr{
        background: url(../img/flag_m_tr.png);
    }
    .top_con_left_title h2 {
        font-size: 28px;
        text-align: center;
    }
    .top_con_left_desc p {
        font-size: 14px;
        text-align: center;
    }
    .top_con {
        position: relative;
     flex-direction: column;
        padding: 0 20px;
    }
    .top_con_left_flags {
        display: none;
    }
    .top_con_right img {
        display: none;
        position: relative;
        width: 100%;
        bottom: unset;
    }
    .top_con_left_btn {
    margin: 0;
    }
    .top_con_left_btn a {
        position: absolute;
        width: calc(100% - 40px);
        display: flex;
        margin-bottom: 0;
        z-index: 9;
        justify-content: center;
        bottom: -129px;
    }
    .top_con_right_img {
        display: flex;
        width: 336px;
        height: 249px;
        background: url(../img/man_mob.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    section.top {
        padding: 0 0 140px;
    }
    section.center {
        padding-bottom: 55px;
        overflow: hidden;
    }
    .center_con_bg img {
        position: absolute;
        margin-top: 0px;
        width: 149%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 510px;
    }
    .our_advantages_title h2,
     .question_answer_title h2,
      .work_con_left_title h2 {
        font-size: 24px;
    }
    .center_con {
        padding: 0 27px;
    }
    .slider_item_content {
        flex-direction: column-reverse;
      }
    .item_left_title h3 {
        font-size: 36px;
        text-align: center;
    }
    .slider_item {
        flex-direction: column-reverse;
    }
    .slider_item_rigt_img {
        margin-top: unset;
    }
    .owl-dots {
        display: none;
    }
    .our_advantages_desc {
        margin-bottom: 50px;
    }
    .our_advantages_slider {
        padding-top: 0;
    }
    .slider_item_rigt_img img {
        max-width: 29px;
    }
    .slider_item_rigt_img {
        width: 69px;
        height: 69px;
        border: 12px solid #fedde2;
    }
    .slider_item_left {
        max-width: 100%;
    margin-top: 27px;
    }
    .slider_item_rigt {
        width: 100%;
    }
    .item_left_title .top_red {
        font-size: 30px;
    }
    .item_left_desc {
        margin-top: 50px;
        font-size: 12px;
        text-align: center;
    }
    .center_question_answer {
        margin: 0;
    }
    .question_answer_title {
        margin-top: 15px;
    }
    .our_advantages_desc p {
        font-size: 12px;
        text-align: center;
    }
    .answer_box_left {
        width: 100%;
    }
    .question_answer_box {
        padding-left: 0;
    }
    .answer_box_right {
        display: none;
    }
    .answer_box_left_content a {
        font-size: 16px;
    }
    .answer_box_left_content li + li {
        margin-top: 40px;
    }
    .answer {
        margin-top: 20px;
    }
    .work_con_right {
        display: none;
    }
    .work_con_left {
        width: 100%;
    }
    .questions_work_con {
        padding: 40px 20px 30px;
    }
    .work_con_left_title {
        margin: 0 0 35px;
    }
    .work_con_left_title h2 {
        text-align: center;
    }
    .work_con_left_desc p {
        font-size: 14px;
        text-align: center;
    }
    .work_con_left_btn {
        display: flex;
        margin: 0;
        justify-content: center;
    }
    .footer_con {
        position: relative;
        flex-direction: column;
        padding: 58px 0 103px;
    }
    .footer_con_box {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .footer_con_box_social {
        position: absolute;
        bottom: 38px;
    }
    .footer_con_box.contact {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 39px;
    }
    .footer_con_box.logo {
        margin-bottom: 48px;
    }
    .footer_con_box ul {
        margin-top: 32px;
    }
    .footer_con_box_left h4 {
        text-align: center;
    }
    .footer_con_box ul li {
        justify-content: center;
    }
    .footer_con_box_left {
        width: 100%;
        gap: 35px 0;
    }
    .footer_con_box_left_top,
    .footer_con_box_left_bottom,
    .footer_con_box_left_img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_con_box_left_img {
        margin-top: 33px;
    }
    .answer_box_left_animate {
        background-image: unset;
        position: relative;
        width: auto;
  height: 100%;
  left: unset;
  top: unset;
  transform: unset;
  margin-top: unset;
  border-left: 2px dashed;
  padding: 0 20px 0 6px;
      }
      .answer_box_left_animate::before {
        background-image: unset;
        width:2px;
        height: 800px;
      }
      .answer_li_marker{
        position: absolute;
        display: inline-flex;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #138bda;
        left: -35px;
        top: 50%;
        transform: translateY(-50%);
        border: 6px solid #fff;
        justify-content: center;
        align-items: center;
      }
      .answer_box_left_content li.active .answer_li_marker{
        width: 13px;
    height: 13px;
    background-color: #f3b7c1;
    left: -38px;
      }
      .answer_box_left_content li.active .answer_li_marker:before{
        content: '';
        position: absolute;
        display: inline-flex;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #f6294b;
      }
      .answer_box_left_animate::after {
        display:none;
      }
      .header_icon {
        display: none;
      }
      .top_con_right {
        margin-top: 60px;
        justify-content: center;
      }
      .top_con::after {
        display: none;      
      }
      .work_con_left_btn a {
        margin-left: 0;
      }
      .top_con_left {
        display: block;
        max-width: 100%;
      }
}



@font-face {
    font-family: "Montserrat"; 
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 300; 
}
@font-face {
    font-family: "Montserrat"; 
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 700; 
}
@font-face {
    font-family: "Montserrat"; 
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 900; 
} 