body {
    background: #eae6ee;
}

html {
  scroll-behavior: smooth;
}
/* .pum-container.pum-responsive.pum-responsive-medium {
    background: #EAE6EE;
    border: 3px solid #713fa0;
    border-radius: 15px;
    padding: 10px;
} */
.conteiner_free_consultation2{
        width: 43.854vw;
    margin: 0 auto;
    margin-top: 2.208vw;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.conteiner_free_consultation3{
        width: 43.854vw;
    
    margin-top: 1.208vw;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-rtl.wpml-ls-legacy-list-horizontal {
    display: none;
}
.otgs-development-site-front-end {
    display: none;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none;
}

.wpcf7-form-control-wrap  input::placeholder{
    font-family: "Rubik";
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #cea1f8;
}
.wpcf7-form-control-wrap  input{
    font-family: "Rubik";
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #cea1f8;
}

.wpcf7-form.init p {
    display: flex;
    gap: 1vw;
    margin-bottom: 1vw;

    font-family: "Rubik";
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #713fa0;
}
.wpcf7-form.init textarea {
    border: 1px solid;
    border-radius: 10px;
    padding: 1vw;
}
.wpcf7-form.init textarea::placeholder {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #cea1f8;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 4px;
    width: 180px;
    height: 40px;
    margin-top: 2vw;
    box-shadow: 0 5px 25px 0 rgba(38, 72, 81, 0.3);
    background: #713fa0;

    font-family: "Rubik";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.video-wrapper {
  /* width: 100%; */
  /* height: 50vw; */
  /* overflow: hidden; */
  /* position: relative; */

position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: fill; */
}
.main_video {
    /* width: 100%;
    height: 50vw;
    padding-left: 18.75vw;
    background-image: url('./image/video.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */

    position: relative;
    width: 100%;
    height: 50vw;
    /* background-image: url('./image/video.svg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.main_video .overlay {
    padding-left: 18.75vw;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);


    position: relative;
    z-index: 1;
    height: 100%;
}
[dir="rtl"] .main_video .overlay {
    padding-right: 18.75vw;
    padding-left: 0;
}


.main_video h1 {
    padding-top: 13.271vw;
    padding-bottom: 0.156vw;
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 96px; */
    font-size: 5vw;
    text-transform: uppercase;
    color: #fff;
}
.main_video h2 {
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 64px; */
    font-size: 3.333vw;
    text-transform: uppercase;
    color: #fff;
}

.main_video h3 {
     margin-top: 0.7vw;
    font-family: "Rubik";
    font-weight: 200;
    /* font-size: 64px; */
    font-size: 1.9vw;
    text-transform: uppercase;
    color: #fff;
}
 .main_video h3:hover {
    color: rgb(218, 218, 240); 
    transform: scale(1.005); 
}
.main_video_btn {
    margin-top: 2.76vw;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main_video_btn_text {
    min-width: 18.75vw;
    height: 3.125vw;
    padding: 0.833vw 1.146vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(38, 72, 81, 0.3);
    background: #713fa0;
    border-radius: 4px 0 0 4px;

    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.main_video_btn_text p {
    font-family: "Rubik";
    font-weight: 500;
    font-size: 1.25vw;
    text-align: center;
    color: #fff;
    transition: color 0.3s ease;
}

.main_video_btn_img {
    width: 3.125vw;
    height: 3.125vw;
    padding: 1.563vw 0.885vw;
    background: #fff;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background 0.3s ease;
}
.main_video_btn_img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Hover эффекты */
.main_video_btn:hover .main_video_btn_text {
    background: #5e3290;
    box-shadow: 0 8px 30px rgba(38, 72, 81, 0.4);
}

.main_video_btn:hover .main_video_btn_text p {
    color: #e0d4f7;
}

.main_video_btn:hover .main_video_btn_img {
    animation: fly-out-in 0.8s ease-in-out 1;
}
.main_video_btn:hover .main_video_btn_img img {
    /* transform: translateX(10px); */
}

/* RTL поддержка */
[dir="rtl"] .main_video_btn_text {
    border-radius: 0 4px 4px 0;
}

[dir="rtl"] .main_video_btn_img {
    border-radius: 4px 0 0 4px;
}

[dir="rtl"] .main_video_btn:hover .main_video_btn_img {
    animation: fly-out-in-rtl 0.8s ease-in-out 1;
}

[dir="rtl"] .main_video_btn_img img {
    transform: rotate(180deg);
}

[dir="rtl"] .main_video_btn:hover .main_video_btn_img img {
    transform:  rotate(180deg);
}
@keyframes fly-out-in {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fly-out-in-rtl {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


/* .main_video_btn {
    margin-top: 2.76vw;
    display: inline-flex;
}

.main_video_btn_text {
    min-width: 18.75vw;
    height: 3.125vw;
    padding: 0.833vw 1.146vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px 0 rgba(38, 72, 81, 0.3);
    background: #713fa0;
    border-radius: 4px 0 0 4px;
}
[dir="rtl"] .main_video_btn_text {
    border-radius: 0 4px 4px 0;
}
[dir="rtl"] .main_video_btn_img {
    border-radius: 4px 0 0 4px;
}
[dir="rtl"] .main_video_btn_img img {
    transform: rotate(180deg);
}
.main_video_btn_text p {
    font-family: "Rubik";
    font-weight: 500;
    font-size: 1.25vw;
    text-align: center;
    color: #fff;
}
.main_video_btn_img {
    width: 3.125vw;
    height: 3.125vw;
    padding: 1.563vw 0.885vw;
    background: #fff;
    border-radius: 0 4px 4px 0;

    display: flex;
    align-items: center;
    justify-content: center;
} */
.main_video_btn_img img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}


.about {
    top: -2.604vw;
    position: relative;
    z-index: 1;
}
.about_top {
    margin: 0 auto;
    padding: 0 2.292vw 0 1.823vw;
    width: 52.083vw;

    /* display: flex; */
    display: grid;

    grid-template-areas:
        "image title"
        "image subtitle"
        "image info";

    align-items: end;
    border-radius: 10px;
    box-shadow: 0 5px 65px 0 rgba(64, 38, 81, 0.1);
    background: #fff;
}
.about_main_img {
    grid-area: image;

    width: 23.438vw;
    height: 37.552vw;
    margin-right: 0.677vw;
    padding-top: 1.51vw;
}
[dir="rtl"] .about_main_img {
    margin-left: 0.677vw;
    margin-right: 0;
}
.about_main_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.about_main_info {
    display: flex;
    flex-direction: column;
}
.about_title {
    grid-area: title;

    display: flex;
    flex-direction: column;
    margin-top: 2.917vw;
    margin-bottom: 1.719vw;
}
.about_title h3 {
    font-family: "Rubik";
    font-weight: 300;
    /* font-size: 36px; */
    font-size: 1.875vw;
    color: #737577;
}
.about_title h2 {
    font-family: "Rubik";
    font-weight: 300;
    /* font-size: 64px; */
    font-size: 3.333vw;
    color: #713fa0;
}
.about_title_subtitle {
    grid-area: subtitle;

    width: 12.76vw;
    padding-left: 0.313vw;
    margin-bottom: 2.135vw;
    border-left: 5px solid #713fa0;
}
[dir="rtl"] .about_title_subtitle {
    padding-right: 0.313vw;
    border-right: 5px solid #713fa0;
    padding-left: 0;
    border-left: 0;
}
.about_title_subtitle h4 {
    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 24px; */
    font-size: 1.25vw;
    color: #713fa0;
}
.about_info {
    grid-area: info;

    width: 23.75vw;
    margin-bottom: 2vw;
}
.about_info p {
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 0.833vw;
    color: #737577;
}
.separation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.563vw;
}



.border {
    border: 1px solid rgba(113, 63, 160, 0.2);
    width: 62.5vw;
    margin: 0 auto;
    /* height: 0px; */
}

.services {
    margin: 5.208vw 0 7.813vw 0;
    display: flex;
    flex-direction: column;
    gap: 3.594vw;
    /* align-items: center; */
}
.services_title {
    display: flex;
    gap: 0.99vw;
    margin: 0 auto;
    align-items: center;
}
.services_title h2 {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 2.5vw;
    text-align: center;
    color: #713fa0;
}
.services_title img {
    width: 21.354vw;
}
.services_title picture {
    height: 0;
}
[dir="rtl"] .services_title img {
    transform: rotate(-180deg);
}

.list_services {
    display: flex;
    flex-direction: column;
    gap: 2.604vw;
}
.services_item {
    /* padding-left: 17.75vw; */
    /* display: flex; */
    display: grid;
    grid-template-areas: 
    "serv_img serv_title"
    "serv_img serv_list"
    "serv_img serv_res"
    "serv_img serv_btn"
    ;
    column-gap: 2.083vw;
    justify-content: end;
}
.services_item_img {
    grid-area: serv_img;
    border-radius: 10px;
    width: 29.167vw;
    box-shadow: 0 5px 65px 0 rgba(64, 38, 81, 0.1);
    background: #fff;
    padding: 6.094vw 3.073vw;
}
.services_item_img img {
    width: 100%;
    height: 100%;
}

.services_item_info {
    display: flex;
    flex-direction: column;
    gap: 1.302vw;
}
.services_item_info_title {
    grid-area: serv_title;
    border-radius: 10px 0 0 10px;
    width: 50vw;
    height: 2.969vw;
    padding: 0.156vw 0 0.365vw 2.083vw;
    background: #713fa0;
}
[dir="rtl"] .services_item_info_title {
    border-radius: 0 10px 10px 0;
    padding: 0.156vw 2.083vw 0.365vw 0;
}
.services_item_info_title h2 {
    display: inline-flex;
    align-items: center;

    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 40px; */
    font-size: 2.083vw;
    color: #fff;
}
.services_item_info_title span.slant {
    margin-left: 1vw;
    font-family: "Georgia Italic";
    font-style: italic;
    font-weight: 400;
    /* font-size: 32px; */
    font-size: 1.667vw;
    color: rgba(255, 255, 255, 0.8);
}
[dir="rtl"] .services_item_info_title span.slant {
    margin-left: 0;
    margin-right: 1vw;
}
.services_item_info_list {
    grid-area: serv_list;
    margin: 1.458vw 0 1.458vw 2.188vw;
    display: flex;
    flex-direction: column;
    gap: 1.458vw;
}
[dir="rtl"] .services_item_info_list {
    margin: 1.458vw 2.188vw 1.458vw 0;
}
.services_item_info_list_block {
    display: flex;
    gap: 0.469vw;
}
.services_item_info_list_block img {
    width: 0.729vw;
    height: 0.469vw;
    margin-top: 0.521vw;
}
.services_item_info_list_block p {
    width: 27.865vw;
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 1.042vw;
    line-height: 120%;
    color: #713fa0;
}

.services_item_info_result {
    grid-area: serv_res;
    display: flex;
    flex-direction: column;
    gap: 0.833vw;
    margin-left: 2.188vw;
    margin-bottom: 1.458vw;
}
[dir="rtl"] .services_item_info_result {
    margin-right: 2.188vw;
    margin-left: 0;
}
.services_item_info_result_title h3 {
    font-family: "Rubik";
    font-weight: 500;
    font-size: 1.042vw;
    color: #713fa0;
}
.services_item_info_result_list {
    display: flex;
    flex-direction: column;
    gap: 0.833vw
}
.services_item_info_result_list_block {
    display: flex;
    gap: 0.833vw;
}
.services_item_info_result_list_block img {
    margin-top: 0.365vw;
    width: 0.573vw;
    height: 0.365vw;
}
.services_item_info_result_list_block p {
    width: 27.865vw;

    font-family: "Rubik";
    font-weight: 400;
    font-size: 0.833vw;
    color: #737577; 
}


.services_item_button {
    grid-area: serv_btn;
    margin-left: 2.188vw;
    display: flex;
    
}
[dir="rtl"] .services_item_button {
    margin-right: 2.188vw;
    margin-left: 0;
}
.services_item_button p {
    width: 23.438vw;
    font-family: "Rubik";
    font-weight: 700;
    /* font-size: 16px; */
    font-size: 0.833vw;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #713fa0;
}
.services_item_button img {
    width: 1.146vw;
    vertical-align: middle;
    margin-left: 0.521vw;
}
[dir="rtl"] .services_item_button img {
    margin-right: 0.521vw;
    margin-left: 0;
    transform: rotate(-180deg);
}



.services_item_revers {
    /* padding-right: 18.75vw; */
    /* display: flex; */
    display: grid;
    grid-template-areas: 
    "serv_title serv_img"
    "serv_list serv_img"
    "serv_res serv_img"
    "serv_btn serv_img"
    ;
    justify-content: start;
    column-gap: 2.083vw;
}
.services_item_info_title_revers {
    grid-area: serv_title;
    border-radius: 0 10px 10px 0;
    width: 50vw;
    padding: 0.208vw 1.354vw 0.313vw 0;
    background: #713fa0;
    padding-left: 18.75vw;
}
[dir="rtl"] .services_item_info_title_revers {
    border-radius: 10px 0 0 10px;
    padding: 0.208vw 0 0.313vw 1.354vw ;
    padding-left: 0;
    padding-right: 18.75vw;
}
.services_item_info_title_revers h2 {
    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 40px; */
    font-size: 2.083vw;
    color: #fff;
}
.services_item_info_subtitle {
    /* margin-left: 2.188vw; */
}
.services_item_info_subtitle h3 {
    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 24px; */
    font-size: 1.25vw;
    color: #713fa0;
}
.services_item_info_subtitle_revers {
    /* padding-left: 18.75vw; */
}
.services_item_info_subtitle_revers h3 {
    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 24px; */
    font-size: 1.25vw;
    color: #713fa0;
}
.services_item_info_list_revers {
    grid-area: serv_list;
    display: flex;
    flex-direction: column;
    gap: 1.458vw;
    margin-right: 2.188vw;
    margin-left: 18.75vw;
    margin-top: 1.719vw;
    margin-bottom: 1.458vw;
}
[dir="rtl"] .services_item_info_list_revers {
    margin-right: 18.75vw;
    margin-left: 2.188vw;
}
.services_item_info_result_revers {
    grid-area: serv_res;
    display: flex;
    flex-direction: column;
    gap: 0.833vw;
    margin-right: 2.188vw;
    margin-left: 18.75vw;
    margin-bottom: 1.458vw;
}
[dir="rtl"] .services_item_info_result_revers {
    margin-right: 18.75vw;
    margin-left: 2.188vw;
}
.services_item_button_revers {
    grid-area: serv_btn;
    margin-right: 2.188vw;
    margin-left: 18.75vw;
    display: flex;
}
[dir="rtl"] .services_item_button_revers {
    margin-right: 18.75vw;
    margin-left: 2.188vw;
}
.services_item_button_revers p {
    width: 26.438vw;
    font-family: "Rubik";
    font-weight: 700;
    /* font-size: 16px; */
    font-size: 0.833vw;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #713fa0;
}
.services_item_button_revers img {
    width: 1.146vw;
    vertical-align: middle;
    margin-left: 0.8em;
}
[dir="rtl"] .services_item_button_revers img {
    margin-right: 0.8em;
    margin-left: 0;
    transform: rotate(-180deg);
}




.swiper-button-prev::after,
.swiper-button-next::after {
    opacity: 0 !important;
    content: '' !important;
    pointer-events: none !important;
}
.swiper-pagination {
    position: relative !important;
    margin-top: 1.979vw;
}
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.6 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.swiper-button-prev {
    margin-left: 18.75vw;
}
.swiper-button-next {
    margin-right: 18.75vw;
}
[dir="rtl"] .swiper-button-prev {
    margin-right: 18.75vw;
    margin-left: 0;
}
[dir="rtl"] .swiper-button-next {
    margin-left: 18.75vw;
    margin-right: 0;
}
.testimonials_main{
  background: #713fa0;
    background-image: url("./image/testimonials_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    width: 100%;
    padding: 2.917vw 0 3.542vw 0;
}



.testimonials {
    margin-bottom: 2.344vw;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.testimonials h3 {
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 0.833vw;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);

    margin-bottom: 0.365vw;
}
.testimonials h2 {
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 48px; */
    font-size: 2.5vw;
    text-align: center;
    color: #fff;
}
.сustomer_reviews {
    margin-top: 2.344vw;
    display: flex;
    gap: 7.396vw;
    align-items: center;
}
.customer_review_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.customer_reviews_name {
    margin: 0.938vw 0 2.135vw 0;
}
.customer_reviews_name p{
    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 20px; */
    font-size: 1.042vw;
    text-align: center;
    color: #fff;
}
.customer_reviews_testimonials {
    display: flex;
    gap: 7.396vw;
    align-items: center;
}
.customer_reviews_testimonials p {
    width: 43.854vw;
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 18px; */
    font-size: 0.938vw;
    text-align: center;
    color: #fff;
}
.customer_reviews_img {
    width: 5.938vw;
    height: 5.938vw;
    padding: 2px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(147, 42, 21, 0.4);
    overflow: hidden;
    box-sizing: border-box;
}
.customer_reviews_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.testimonials_left_button {
    width: 1.927vw;
    height: 0.99vw;
}
.testimonials_left_button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.781vw;
    margin-top: 1.979vw;
}
.dots img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}








.conteiner_free_consultation {
    width: 43.854vw;
    margin: 0 auto;
    margin-top: 5.208vw;
    margin-bottom: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.conteiner_free_consultation h2 {
    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 32px; */
    font-size: 1.667vw;
    text-align: center;
    color: #713fa0;
}
.conteiner_free_consultation h3 {
    margin: 0.885vw 0 2.604vw 0;

    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 1.042vw;
    text-align: center;
    color: #713fa0;
}
/* .button_free_consultation {
    border-radius: 4px;
    width: 21.875vw;
    height: 3.125vw;
    box-shadow: 0 5px 25px 0 rgba(38, 72, 81, 0.3);
    background: #713fa0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.563vw;
} */
.button_free_consultation {
    border-radius: 4px;
    width: 27.875vw;
    height: 3.125vw;
    box-shadow: 0 5px 25px 0 rgba(38, 72, 81, 0.3);
    background: #713fa0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.563vw;

    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(0);
}
.button_free_consultation:hover {
    background: #5e3290;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(38, 72, 81, 0.4);
}

.button_free_consultation:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(38, 72, 81, 0.2);
}
[dir="rtl"] .button_free_consultation {
    width: 10.875vw;
}
/* .button_free_consultation img {
    width: 1.406vw;
    height: 0.833vw;
} */
.button_free_consultation img {
    width: 1.406vw;
    height: 0.833vw;
    transition: transform 0.3s ease;
}
.button_free_consultation:hover img {
    transform: translateX(0.26vw); /* стрелка сдвигается вправо */
}
[dir="rtl"] .button_free_consultation:hover img {
    transform: translateX(-0.26vw) rotate(-180deg);
}
[dir="rtl"] .button_free_consultation img {
    transform: rotate(-180deg);
}
.button_free_consultation p {
    font-family: "Rubik";
    font-weight: 500;
    /* font-size: 24px; */
    font-size: 1.25vw;
    text-align: center;
    color: #fff;
}
.button_free_consultation:hover p {
    color: #e0d4f7;
}



.contacts {
    width: 100%;
    height: 33.854vw;
    display: flex;
    background: #fff;
}
.contacts_info_main {
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding-left: 18vw;
    flex-direction: column;
    margin-top: 2.656vw;
}
[dir="rtl"] .contacts_info_main {
    padding-right: 18vw;
    padding-left: 0;
}
.contacts_info_main h2 {
    font-family: "Rubik";
    font-weight: 400;
    /* font-size: 48px; */
    font-size: 2.5vw;
    text-transform: uppercase;
    text-align: center;
    color: #713fa0;
}


.contacts_info {
    display: flex;
    flex-direction: column;
    gap: 1.094vw;
    margin: 4.323vw 0 2.76vw 0;
}

.contacts_info a {
    display: flex;
    align-items: center;
    gap: 0.781vw;
    padding: 0.5vw 1vw;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Подсветка при наведении */
.contacts_info a:hover {
    background-color: rgba(113, 63, 160, 0.1);
}
.contacts_info_address {
    display: flex;
    align-items: center;
    gap: 0.781vw;
}
.contacts_info_tel {
    display: flex;
    align-items: center;
    gap: 0.781vw;
}
.contacts_info_mail {
    display: flex;
    align-items: center;
    gap: 0.781vw;
}
/* Иконки */
.contacts_info img {
    width: 1.25vw;
    height: 1.25vw;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(70%);
}

/* Иконка при ховере */
.contacts_info a:hover img {
    transform: scale(1.2);
    filter: grayscale(0%) drop-shadow(0 0 2px rgba(113, 63, 160, 0.6));
}

/* Общий текст */
.contacts_info p {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 1.042vw;
    color: #737577;
    margin: 0;
    transition: color 0.3s ease;
}

/* Телефон — крупнее */
.contacts_info_tel p {
    font-weight: 300;
    font-size: 1.667vw;
}

/* Текст при наведении */
.contacts_info a:hover p {
    color: #713fa0;
}





.contacts_info_social_network {
    /* display: flex; */
    display: none;
    gap: 0.781vw;
}

.contacts_info_social_network_icon {
    border-radius: 10px;
    width: 2.604vw;
    height: 2.604vw;
    box-shadow: 5px 5px 20px 0 rgba(55, 0, 113, 0.15);
    background: linear-gradient(135deg, #f1e6f4 1.05%, #fff 100%);
    padding: 0.729vw;
}
.contacts_info_social_network_icon img {
    width: 100% !important;
    height: 100% !important;
    /* object-fit: cover; */
}
.map {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

  /*  background-image: url('./image/map.svg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
[dir="rtl"] .swiper-button-next img {
    transform: rotate(-180deg);
}
[dir="rtl"] .swiper-button-prev img {
    transform: rotate(-180deg);
}

@media (max-width: 768px) {
[dir="rtl"] .contacts_info_main {
    padding-right: 0;
}
[dir="rtl"] .button_free_consultation {
    width: 40vw;
}

[dir="rtl"] .main_video .overlay {
    padding-right: 0;
}
.services {
    margin: 20vw 0 17.6vw 0;
    gap: 12.533vw;
}
.services_title {
    gap: 3.2vw;
}
.services_title img {
    width: 10.667vw;
}
.services_title picture {
    width: 10.667vw;
    height: 0;
}
.services_title h2 {
    font-size: 8.533vw;
}
.list_services {
    gap: 10.667vw;
}
.border
{
    width: 89.333vw;
}






    .about {
        top: -8vw;
        position: relative;
        z-index: 1;
    }

.about_top {
        padding: 0 ;
        width: 89.333vw;
        grid-template-areas:
            "image title"
            "subtitle subtitle"
            "info info";
        align-items: normal;
    }
.about_main_img {
    width: 32.954vw;
    height: 52.8vw;
    margin-right: 1.867vw;
    margin-top: 2.133vw;
    padding-left: 2.4vw;
    border-bottom: 1px solid #713fa0;
}
[dir="rtl"] .about_main_img {
    margin-right: 0;
    padding-left: 0;
    margin-left: 1.867vw;
    padding-right: 2.4vw;

}
.about_title {
    margin-top: 14.667vw;
    margin-bottom: 0;
}
.about_title h3 {
        font-size: 5.333vw;
        width: 41.6vw;
    }
.about_title h2 {
    font-family: "Rubik";
    font-weight: 300;
    font-size: 13.6vw;
    line-height: 108%;
    color: #713fa0;
}
.about_title_subtitle {
    width: 72vw;
    padding-left: 1.6vw;
    margin: 9.333vw 0 9.867vw 5.333vw;
    border-left: 5px solid #713fa0;
}
.about_title_subtitle h4 {
    font-size: 4.8vw;
}
.about_info {
    margin-left: 5.067vw;
    width: 78.667vw;
    margin-bottom: 8vw;
}
[dir="rtl"] .about_info {
    margin-left: 0;
    margin-right: 5.067vw;
}
[dir="rtl"] .about_title_subtitle {
    padding-right: 1.6vw;
    margin: 9.333vw 5.333vw 9.867vw 0;
}
.about_info p {
    font-size: 4vw;
}
.separation {
    margin-top: 1.333vw;
}

    .main_video {
        height: 90.667vw;
    }
    .main_video .overlay {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main_video h1 {
        padding-top: 7.867vw;
        padding-bottom: 0;
        font-size: 6.933vw;
    }
    .main_video h2 {
        font-size: 5.333vw;
    }
    .overlay2{
           align-items: stretch;
    }
     .main_video h3 {
        margin-top: 2vw;
        margin-left: 4vw;
        font-size: 3.833vw;
        align-items: stretch;
    }
    .main_video_btn {
        margin-top: 5.6vw;
    }
    .main_video_btn_text {
        min-width: 62.933vw;
        height: 13.333vw;
        padding: 4vw 3.2vw;
    }
    .main_video_btn_text p {
        font-size: 4.267vw;
    }
    .main_video_btn_img {
        width: 13.333vw;
        height: 13.333vw;
        padding: 6.667vw 3.2vw;
    }






    .testimonials_main {
        padding: 7.2vw 0 10.4vw 0;
        background-image: url(./image/testimonials_bg_mob.svg);
    }
    .testimonials {
        margin-bottom: 5.867vw;
    }
    .testimonials h3 {
        font-size: 4vw;
        margin-bottom: 1.067vw;
    }
    .testimonials h2 {
        font-size: 8.533vw;
    }
    .swiper-pagination {
        margin-top: 8vw;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 7.2vw !important;
        height: 3.733vw !important;
        bottom: var(--swiper-pagination-bottom, 8px);
        top: revert !important;
        z-index: 99999 !important;
    }
    .swiper-button-prev {
        margin-left: 5.333vw;
    }
    .swiper-button-next {
        margin-right: 5.333vw;
    }
    [dir="rtl"] .swiper-button-prev {
        margin-right: 5.333vw;
    }
    [dir="rtl"] .swiper-button-next {
        margin-left: 5.333vw;
    }
    .customer_reviews_img {
        width: 20.584vw;
        height: 20.584vw;
        padding: 2px;
    }
    .customer_reviews_name {
        margin: 2.4vw 0 7.733vw 0;
    }
    .customer_reviews_name p {
        font-size: 4.267vw;
    }
    .customer_reviews_testimonials {
        gap: 7.396vw;
    }
    .customer_reviews_testimonials p {
        width: 89.6vw;
        font-size: 4vw;
    }

    .conteiner_free_consultation {
        width: 90.133vw;
        margin-top: 15.2vw;
        margin-bottom: 29.333vw;
    }
    .conteiner_free_consultation h2 {
        font-size: 6.4vw;
    }
    .conteiner_free_consultation h3 {
        margin: 7.2vw 0 7.467vw 0;
        font-size: 4.267vw;
    }
    .button_free_consultation {
        width: 94.267vw;
        height: 13.333vw;
        gap: 4vw;
    }
    .button_free_consultation p {
        font-size: 4.267vw;
    }
    .button_free_consultation img {
        width: 7.2vw;
        height: 4.267vw;
    }


    .contacts {
        height: 150.933vw;
        gap: 11.701vw;
        flex-direction: column;
    }

    .contacts_info_main {
        width: 100%;
        align-items: center;
        padding-left: 0;
        margin-top: 10.4vw;
    }
    .contacts_info_main h2 {
        font-size: 8.533vw;
    }
    .contacts_info {
        gap: 2.4vw;
        margin: 9.6vw 0 8vw 0;
    }
    .contacts_info_address,.contacts_info_tel, .contacts_info_mail {
        gap: 3.733vw;
    }
    .contacts_info_address img, .contacts_info_tel img, .contacts_info_mail img {
        width: 5.333vw;
        height: 5.333vw;
    }
    .contacts_info_address p {
        font-size: 4.267vw;
    }
    .contacts_info_tel p {
        font-size: 6.4vw;
    }
    .contacts_info_mail p {
        font-size: 4.267vw;
    }
    .contacts_info_social_network {
        gap: 3.403vw;
    }
    .contacts_info_social_network_icon {
        width: 11.2vw;
        height: 11.2vw;
        padding: 2.995vw;
    }
    .map {
        width: 100%;
        height: 67.467vw;
    }


    
    .services_item {
    padding-left: 0;
    display: grid;
    grid-template-areas:
        "serv_title"
        "serv_img"
        "serv_list"
        "serv_res"
        "serv_btn";
        column-gap: 0;
}


.services_item_info_title h2 {
    font-size: 5.867vw;
}
.services_item_info_title {
    border-radius: 5px 0 0 5px;
    width: 94.667vw;
    height: 13.333vw;
    padding: 2.933vw 0 3.467vw 8vw;
    margin-left: 5.333vw;
}
[dir="rtl"] .services_item_info_title {
    border-radius: 0 5px 5px 0;
    padding: 2.933vw 8vw 3.467vw 0;
    margin-right: 5.333vw;
    margin-left: 0;
}
.services_item_img {
    border-radius: 5px;
    width: 58.667vw;
    padding: 6.094vw 6.133vw;
    margin: 0 auto;
    margin-top: 9.067vw;
    margin-bottom: 8.8vw;
}

.services_item_info_list {
    margin: 0 0 8.8vw 5.333vw;
    gap: 4.533vw;
}

[dir="rtl"] .services_item_info_list {
    margin: 0 5.333vw 8.8vw 0;
}
.services_item_info_list_block {
    gap: 4vw;
}
.services_item_info_list_block img {
    width: 3.733vw;
    height: 2.4vw;
    margin-top: 2.133vw;
}
.services_item_info_list_block p {
    width: 81.6vw;
    font-size: 4.267vw;
    line-height: 6.4vw;
}
.services_item_button {
    margin-left: 5.333vw;
}
[dir="rtl"] .services_item_button {
    margin-right: 5.333vw;
}
.services_item_button p {
    width: 89.333vw;
    font-size: 4.267vw;
}
.services_item_button img {
    width: 5.867vw;
    margin-left: 2.667vw;
}
[dir="rtl"] .services_item_button img {
    margin-right: 2.667vw;
}
.services_item_info_result {
    gap: 3.733vw;
    margin-left: 5.333vw;
    margin-bottom: 7.733vw;
}
[dir="rtl"] .services_item_info_result {
    margin-right: 5.333vw;
}
.services_item_info_result_title h3 {
    font-size: 4.267vw;
}
.services_item_info_result_list {
    gap: 4.533vw;
}
.services_item_info_result_list_block {
    gap: 4.8vw;
}
.services_item_info_result_list_block img {
    margin-top: 1.867vw;
    width: 2.933vw;
    height: 1.867vw;
}
.services_item_info_result_list_block p {
    width: 81.6vw;
    font-size: 4vw;
}
.services_item_info_title span.slant {
    margin-left: 2.4vw;
    font-size: 5.333vw;
}
[dir="rtl"] .services_item_info_title span.slant {
    margin-right: 2.4vw;
}
.services_item_info_subtitle h3
 {
    font-size: 5.333vw;
}






.services_item_revers {
    padding-right: 0;
    /* display: flex; */
    display: grid;
    grid-template-areas: 
        "serv_title"
        "serv_img"
        "serv_list"
        "serv_res"
        "serv_btn";
    column-gap: 0;
}

.services_item_info_title_revers {
    border-radius: 0 5px 5px 0;
    width: 94.667vw;
    height: 13.333vw;
    padding: 2.933vw 0 3.467vw 8vw;
    margin-right: 5.333vw;
}
[dir="rtl"] .services_item_info_title_revers {
    border-radius: 5px 0 0 5px;
    padding: 2.933vw 8vw 3.467vw 0;
    margin-left: 5.333vw;
    margin-right: 0;
}

.services_item_info_title_revers h2 {
        font-size: 5.867vw;

}

.services_item_info_list_revers {
    gap: 4.533vw;

    margin-right: 0;
    margin-left: 5.333vw;
    margin-top: 5.333vw;
    margin-bottom: 8.8vw;
}
[dir="rtl"] .services_item_info_list_revers {
    margin-right: 5.333vw;
    margin-left: 0;
}


.services_item_info_subtitle_revers {
    /* padding-left: 18.75vw; */
}
.services_item_info_subtitle_revers h3 {
    font-size: 5.333vw;
}

.services_item_info_result_revers {
    gap: 3.733vw;
    margin-left: 5.333vw;
    margin-bottom: 7.733vw;
}
[dir="rtl"] .services_item_info_result_revers {
    margin-right: 5.333vw;
    margin-left: 0;
}

.services_item_button_revers {
    margin-left: 5.333vw;
    margin-right: 0;
}
[dir="rtl"] .services_item_button_revers {
    margin-left: 0;
    margin-right: 5.333vw;
}
.services_item_button_revers p {
    width: 89.333vw;
    font-size: 4.267vw;
}
.services_item_button_revers img {
    width: 5.867vw;
    margin-left: 2.667vw;
}

}

