:root {
    --primary-color: #32B560;
    --primary-600: #24954C;
    --primary-200: #C1F1D1;
    --small_gray: #989898;
    --base-black: #222A35;
    --base-gray: #525252;
    --base-white: #fff;
}

.menu_line {
    height: 80px;
}

@media (min-width: 1200px) {
    .sf-menu > li .mega-menu, .sf-menu li > ul {
        padding: 10px 0 10px;
    }
}


.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6{
    color: #fff;
    /*text-shadow: 2px 2px 4px black;*/
}
body h1{
    font-size: 2.5em;
}
body h2{
    font-size: 2em;
}
body h3{
    font-size: 1.8em;
}
body h4{
    font-size: 1.5em;
}
body h5{
    font-size: 1.2em;
}
body h1,
body h2,
body h3,
body h4,
body h5{
    font-family: "Montserrat", sans-serif;
}

#s_content h2,
#s_content h3,
article h2,
article  h3{
    margin-top: 0.85em;
    margin-bottom: 0.5em;
}

body article{
    color: var(--base-black);
}

.vd_page_header.page_header .justify-content-start .top-nav {
    justify-content: flex-start;
}

.vd_page_header.page_header .justify-content-start .top-nav ul li a {
    margin: 0 8px;
}


.page_title h1, .page_title h2 {
    color: var(--base-black) !important;
}

.sfHover ul {
    z-index: 5000;
}

.top-nav .sf-menu > li.menu-item-106 > a,
.top-nav .sf-menu > li.menu-item-3141 > a {
    margin-right: 0;
}

.btn {
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.btn.btn-maincolor {
    color: var(--base-white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.btn.btn-maincolor:hover {
    background-color: #fff;
    color: var(--primary-color);

}

.btn.btn-default {
    border-radius: 5px;
    color: var(--base-black);
    background-color: var(--base-white);
    border: 1px solid var(--base-black);
}

.btn.btn-default:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--base-white);
}

.sf-menu > li .mega-menu, .sf-menu li > ul,
#box_wrapper .ds {
    background-color: #fff !important;
    color: var(--base-black) !important;
}

#box_wrapper .ds,
#box_wrapper .ds a:not(.btn),
#box_wrapper .ds .sf-menu > li > a
{
    color: var(--base-black) !important;
}
#box_wrapper .ds .sf-menu > li > a{
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#box_wrapper .ds ul[id^="menu-primary"]{
    margin: 20px 0;
}

.vd_phone_wrap {
    display: flex;
    align-items: center;
}

#box_wrapper .phoneX {
    font-weight: 500 !important;
}

.vd_form_btn,
.modal-form.form-menu-click {
    margin: 0 34px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    padding: 9px 14px;
    border-radius: 5px;
}

.sf-menu.nav ul a {
    color: #fff !important;
}

.toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
    background-color: var(--base-black);
}

.header_absolute {
    z-index: 900;
}

header.page_header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#box_wrapper footer.page_footer {
    margin-top: 150px;
    overflow: initial;
    /*z-index: 500;*/
}

#box_wrapper footer.page_footer .w_bg_top {
    padding: 0;
    position: relative;
}

#box_wrapper footer.page_footer .w_bg {
    position: relative;
    /*z-index: 100;*/
    padding-bottom: 50px;
    padding-top: 50px;
    overflow: hidden;
}

#box_wrapper footer.page_footer .w_bg_top:before {
    display: block;
    content: '';
    position: absolute;
    top: -100px;
    z-index: 50;
    width: 100%;
    margin: 0 15px;
    height: 170px;
    /*background-image: url("../img/tf_footer_bg.svg");*/
    background-image: url("../img/tf_footer_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

#box_wrapper footer.page_footer .w_bg .footer_menu,
#box_wrapper footer.page_footer .w_bg .copyright_wrapper,
#box_wrapper footer.page_footer .w_bg {
    z-index: 100;
}

#box_wrapper footer.page_footer .w_bg .copyright_wrapper {
    margin-top: 25px;
    margin-bottom: 60px;
}

#box_wrapper footer.page_footer .w_bg:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -50px;
    z-index: -50;
    width: 98%;
    height: 170px;
    /*background-image: url("../img/tf_footer_bg_bottom.svg");*/
    /*background-image: url("../img/tf_footer_bg_bottom.png");*/
    background-image: url("../img/tf_footer_bg_bottom2.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

/*#box_wrapper footer.page_footer:before{*/
/*    display: block;*/
/*    content: '';*/
/*    z-index: 50;*/
/*    width: 100%;*/
/*    height: 170px;*/
/*    background: #fff;*/
/*    !*background-image: url("../img/tf_footer_bg.png");*!*/
/*    background-image: url("../img/tf_footer_bg.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: top;*/
/*    background-size: cover;*/
/*}*/
/*#box_wrapper footer.page_footer{*/
/*    padding-bottom: 80px;*/
/*}*/
/*#box_wrapper footer.page_footer:after{*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    display: block;*/
/*    content: '';*/
/*    z-index: 50;*/
/*    width: 100%;*/
/*    height: 190px;*/
/*    background-image: url("../img/tf_footer_bg_bottom.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center bottom -60px;*/
/*    background-size: cover;*/
/*}*/

#box_wrapper footer.page_footer,
#box_wrapper footer.page_footer a:not(.btn),
#box_wrapper footer.page_footer .sf-menu > li > a {
    color: var(--base-white) !important;
}
#box_wrapper footer.page_footer a:not(.btn):hover,
#box_wrapper footer.page_footer .sf-menu > li > a:hover{
    color: var(--primary-color) !important;
}

#box_wrapper footer.page_footer .page_copyright,
#box_wrapper footer.page_footer {
    background-color: var(--base-black) !important;
    color: var(--base-white) !important;
}

footer.page_footer .footer_title {
    margin-bottom: 20px;
    /*margin-top: 20px;*/
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--base-white);
}

footer.page_footer .footer_subscribe_title {
    font-size: 18px !important;
}

footer.page_footer .footer_subscribe_title_text {
    font-size: 12px !important;
}

footer.page_footer .footer_contacts {
    font-weight: 400;
    font-size: 14px;
    line-height: 137%;
    color: var(--base-white);
}

footer.page_footer .footer_contacts .side-icon-box {
    display: flex;
    align-items: center;
}

footer.page_footer .footer_menu {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: var(--base-white);
}

footer.page_footer .footer_menu li {
    margin-bottom: 15px;
}

footer.page_footer .footer_menu li {
    font-size: 14px;
}

footer.page_footer a:hover {
    color: var(--primary-color) !important;
}

footer.page_footer .footer_menu.services {
    columns: 2;
    column-gap: 2em;
}

footer.page_footer .footer_subscribe input {
    height: 47px;
}

footer.page_footer .footer_subscribe .contact-form {
    display: flex;
    align-items: start;
    margin-top: 0;
}

footer.page_footer .footer_subscribe .contact-form > .row:first-child {
    width: 90%;
}

footer.page_footer .footer_subscribe .contact-form .btn.btn-maincolor {
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

footer.page_footer .wpcf7 .wpcf7-spinner {
    display: none;
}

footer.page_footer .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

footer.page_footer .footer_subscribe_wrapper {
    justify-content: space-between;
    justify-content: center;
}

footer.page_footer .footer_subscribe_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

footer.page_footer .footer_subscribe_title_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
}

footer.page_footer .footer_subscribe_wrapper .social_links a {
    margin-left: 8px;
}

footer.page_footer .footer_subscribe_wrapper .social_links a:hover {
    color: var(--primary-color);
}

#toTop:hover {
    bottom: 80px;
}

#toTop {
    height: 54px;
    width: 54px;
    text-align: center;
    bottom: 80px;
    border-radius: 5px;
}

#toTop:after {
    content: url("../img/up.svg");
    line-height: 78px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
}

/*HOME*/
section[id^="option"],
section[id^="s"] {
    margin: 70px 0;
}

#s1 {
    margin: 20px 0;
}

#s1 .s1_title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 119%;
    color: var(--base-black);
}

#s1 .s1_title span {
    background-color: #DFF9E8;
    padding: 2px;
    border: 1px solid var(--primary-color);
}

#s1 .s1_left .s1_count_title {
    font-weight: 600;
    font-size: 34px;
    line-height: 106%;
    color: var(--primary-color);
}

#s1 .s1_left .s1_count_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: var(--small_gray);
}

#s1 .s1_left {
    margin-bottom: 50px;
}


#s1 .s1_left_links_items {
    margin-top: 30px;
}
#s1 .s1_left_links_items a.btn.btn-default{
    min-width: 198px;
}

.s1_left_links_items a {
    font-weight: 600;
    font-size: 16px;
}

.s1_left_links_items a + a {
    margin-left: 20px;
}

#s1 .s1_right:before {
    display: block;
    content: '';
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -5;
}

#s1 ul.s1_right_links_items {
    margin-left: 0;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
}

#s1 ul.s1_right_links_items > li {
    /*display: inline-flex;*/
    width: fit-content;
    list-style-type: none;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-right: 50px;
    background-color: var(--base-white);
}

#s1 ul.s1_right_links_items > li:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
}

#s1 ul.s1_right_links_items > li > a {
    color: var(--base-gray);
}

#s1 ul.s1_right_links_items > li > a:hover {
    color: var(--primary-color);
}

#s1 ul.s1_right_links_items > li > img {
    margin-right: 15px;
}

#option_langs,
#option_clients_logo,
#s2 {
    margin: 70px 0;
}

#option_langs .option_langs_logo_item,
#option_clients_logo .option_clients_logo_item,
#s2 .s2_item {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
}

#option_langs .option_langs_logo_item img,
#option_clients_logo .option_clients_logo_item img,
#s2 .s2_item img {
    display: block;
}

#option_langs .option_langs_logo_item img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

#s3 {
    margin: 100px 0;
}

.section_title,
#s3 .s3_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 126%;
    color: var(--base-black);
    margin-bottom: 50px;
}

#page_home .s3_items {
    display: flex;
}

#page_home .s3_items .s3_item {
    width: calc(100% / 6);
    text-align: center;
    padding: 18px 8px;
    border: 1px solid var(--primary-color);
}

#page_home .s3_items .s3_item + .s3_item {
    border-left: none;
}

#page_home .s3_items .numbers {
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    color: var(--primary-color);
    margin-bottom: 10px;
}

#page_home .s3_items .text_middle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--base-black);
}

#page_home .s3_items .text_small {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: var(--small_gray);
}

section[id^="s"],
#s3 {
    margin: 70px 0;
}

.option_certificate_items,
#page_home .s5_items {
    display: flex;
}

.option_certificate_item,
#page_home .s5_item {
    position: relative;
    width: calc(100% / 3);
    padding: 30px 40px;
    padding-bottom: 60px;
    z-index: 100;
}

.option_certificate_item .title,
#page_home .s5_item .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    color: var(--primary-color);
    /*white-space: nowrap;*/
    margin-bottom: 10px;
}

.option_certificate_item .text,
#page_home .s5_item .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: var(--small_gray);
}

.option_certificate_item .text,
#page_home .s5_item .text {
    width: 70%;
}

.option_certificate_item .image,
#page_home .s5_item .image {
    position: absolute;
    bottom: 0;
    right: 40px;
    text-align: right;
}

.option_certificate_item .image img,
#page_home .s5_item .image img {
    height: 50px;
    width: auto;
}

.option_certificate_item:before,
#page_home .s5_item:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #EFEFEF;
    z-index: -10;
}

#s6_title {
    columns: 2;
    column-count: 2;
    column-gap: 2em;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-content: stretch;*/

}

#s6_title .s6_item {
    padding: 12px;
    font-weight: 500;
    font-size: 22px;
    line-height: 127%;
    color: var(--base-black);
    cursor: pointer;
}
#s6_title .s6_item .title {
    min-height: 56px;
    overflow: hidden;
}

/*#s6_title .s6_item.active*/
#s6_title .s6_item:hover {
    color: var(--primary-color);
}

#s6_content {
    padding: 30px 40px;
    background-color: var(--base-black);
    color: #fff;
}

#s6_content .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 127%;
    margin-bottom: 15px;
}

#s6_content .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}

#s4 {

}

#s4_title {
    padding-top: 10px;
    padding-bottom: 10px;
    columns: 2;
    column-gap: 2em;
}

#s4_title > .sub_links {
    columns: 2;
    column-gap: 1em;
    margin-top: 10px;
}

#s4_title > .sub_links + .s4_item,
#s4_title > .s4_item + .s4_item {
    margin-top: 40px;
}

#s4_title > .sub_links .s4_item .sub_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    cursor: pointer;
}

#s4_title > .s4_item::before {
    /*display: block;*/
    display: none;
    /*counter-increment: item;*/
    content: attr(data-count);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--small_gray);
    margin-bottom: 10px;
}

#s4_title .s4_item .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    cursor: pointer;
    min-height: 48px;
    overflow: hidden;
}
#s4_title .s4_item .title:hover{
    color: var(--primary-color);
}

#s4_title .s4_item+.sub_links {
    display: none;
}

#s4_content {
    padding: 40px 30px;
    background-color: var(--primary-color);
    height: 100%;
}

#s4_content .square {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    background-color: #fff;
}

#s4_content .s4_item .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 20px;
}

#s4_content .s4_item .text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
}

#s4_content .links a.btn {
    border: 1px solid #fff;
}

#s4_content .links a:first-child {
    margin-right: 30px;
}

#s4_content .links a + a {
    margin-top: 20px;
}

#s4_content .links a.vd_link {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600 !important;
    text-decoration: underline;
}

#s4_content .links a.vd_link:hover {
    color: #fff;
}

.slick-prev:before, .slick-next:before {
    color: #000 !important;
}

#option_reviews,
#page_home #s7 {
    /*margin: 70px 0;*/
    padding: 70px 0;
    background-color: #DFF9E8;
}

#option_reviews .modal-dialog .close:hover,
#s7 .modal-dialog .close:hover {
    background-color: transparent;
}

#option_reviews .modal-dialog .close,
#s7 .modal-dialog .close {
    color: #32B560;
    font-size: 50px;
    font-weight: 200;
    opacity: 1 !important;
    padding: 0;
    position: absolute;
    right: -32px;
    text-shadow: none;
    top: -42px;
    z-index: 100;
}

.option_reviews_item_logo img,
.s7_item_logo img {
    max-width: 80px;
    max-height: 80px;
}

#option_reviews_slider .option_reviews_item,
#s7_slider .s7_item {
    min-height: 380px;
}

#option_reviews_slider .option_reviews_item .video_bg,
#s7_slider .s7_item .video_bg {
    position: relative;
}
#option_reviews_slider .option_reviews_item .video_bg:before{
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    content: url("../img/video_play.svg");
    justify-content: center;
    align-items: center;
}
#option_reviews_slider .option_reviews_item .video_bg:hover:before{
    content: url("../img/video_play_green.svg");
}
#about_us #option_reviews_slider .option_reviews_item .video_bg:before{
    display: none !important;
}

#option_reviews_slider .option_reviews_item .video_bg.no_video_icon:before{
    display: none !important;
}

#option_reviews_slider .option_reviews_item .option_reviews_item_text,
#s7_slider .s7_item .s7_item_text {
    padding: 40px;
}

#option_reviews_slider .option_reviews_item .option_reviews_item_text .title,
#s7_slider .s7_item .s7_item_text .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 127%;
    color: var(--base-black);
    margin-bottom: 15px;
}

#option_reviews_slider .option_reviews_item .option_reviews_item_text .text,
#s7_slider .s7_item .s7_item_text .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

#option_reviews_slider .option_reviews_item .option_reviews_item_text:before,
#s7_slider .s7_item .s7_item_text:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    content: url("../img/quotes_slider.svg");
}

#option_reviews_slider .option_reviews_item .video_bg img,
#s7_slider .s7_item .video_bg img {
    width: calc(100% - 30px);
    height: auto;
    object-fit: cover;
}
#option_reviews_slider .option_reviews_item .video_bg img,
#option_reviews_slider .option_reviews_item .person_info{
    margin-left: 15px;
    margin-right: 15px;
}


#option_reviews_slider .option_reviews_item .video_bg,
#s7_slider .s7_item .video_bg {
    cursor: pointer;
}

#option_reviews_slider .option_reviews_item .person_info,
#s7_slider .s7_item .person_info {
    position: absolute;
    bottom: 20px;
    /*min-width: 70%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    padding: 20px 40px;
    /*color: var(--primary-color);    */
    color: #000;
    background-color: rgba(255,255,255,0.85);
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
}

#option_reviews_slider .option_reviews_item .person_info .person,
#s7_slider .s7_item .person_info .person {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

/*#s7_slider .s7_item .video_bg{*/
/*    background-image: url("../img/slider_video.jpg");*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/
#page_department #s6_items .prevArrow,
.s2_history_items .prevArrow,
#option_reviews_slider .prevArrow,
#s7_slider .prevArrow {
    left: -45px;
}

#page_department #s6_items .nextArrow,
.s2_history_items .nextArrow,
#option_reviews_slider .nextArrow,
#s7_slider .nextArrow {
    right: -45px;
}

#page_department #s6_items .prevArrow:before,
#page_department #s6_items .nextArrow:before,
.s2_history_items .prevArrow:before,
.s2_history_items .nextArrow:before{
    content: "\f0d7" !important;
    font-family: "FontAwesome" !important;
}
#page_department #s6_items .prevArrow:before,
#page_department #s6_items .nextArrow:before,
#option_reviews_slider .prevArrow:before,
#option_reviews_slider .nextArrow:before,
#s7_slider .prevArrow:before,
#s7_slider .nextArrow:before {
    position: absolute !important;
    top: 50% !important;
    /*content: "";*/
    /*border: solid transparent;*/
    /*border-color: transparent;*/
    /*border-width: 5px;*/
    content: "\f0d7" !important;
    font-family: "FontAwesome" !important;
}

#page_department #s6_items .nextArrow:before,
.s2_history_items .nextArrow:before,
#option_reviews_slider .nextArrow:before,
#s7_slider .nextArrow:before {
    /*border-left-color: #000;*/
    transform: rotate(-90deg);
}
#page_department #s6_items .prevArrow:before,
.s2_history_items .prevArrow:before,
#option_reviews_slider .prevArrow:before,
#s7_slider .prevArrow:before {
    /*border-right-color: #000;*/
    transform: rotate(90deg);
}
#page_department #s6_items .prevArrow,
#page_department #s6_items .nextArrow,
.s2_history_items .prevArrow,
.s2_history_items .nextArrow,
.s2_history_items .prevArrow,
.s2_history_items .nextArrow,
#option_reviews_slider .prevArrow,
#option_reviews_slider .nextArrow,
#s7_slider .prevArrow,
#s7_slider .nextArrow {
    cursor: pointer;
    position: absolute;
    top: 45%;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

#option_reviews_slider_nav,
#s7_slider_nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#option_reviews_slider_nav .option_reviews_item_logo,
#s7_slider_nav .s7_item_logo {
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid transparent;
    margin: 0 10px;
}

#option_reviews_slider_nav .option_reviews_item_logo img,
#s7_slider_nav .s7_item_logo img {
    filter: grayscale(1);
}

#option_reviews_slider_nav .option_reviews_item_logo.active,
#s7_slider_nav .s7_item_logo.active {
    /*background-color: rgba(255, 255, 255, 0.5);*/

}

#option_reviews_slider_nav .option_reviews_item_logo.active img,
#s7_slider_nav .s7_item_logo.active img {
    filter: grayscale(0);
}

#form_section .wpcf7-form .contact-form,
#s8 .wpcf7-form .contact-form {
    margin: 0;
}

#form_section .wpcf7-form,
#s8 .wpcf7-form {
    padding: 50px;
    background-color: #EFEFEF;
}

#form_section .wpcf7-form br,
#s8 .wpcf7-form br {
    display: none;
}

#form_section .wpcf7-form .contact-form > .row > .col-sm-6 > .form-group:last-child input,
#s8 .wpcf7-form .contact-form > .row > .col-sm-6 > .form-group:last-child input {
    margin-bottom: 0 !important;
}

#form_section .wpcf7-form label,
#s8 .wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: black;
}

#form_section .wpcf7-form .form-group,
#s8 .wpcf7-form .form-group {
    margin: 0 !important;
}

#s5 .wpcf7-form input,
.s10 .wpcf7-form input,
#form_section .wpcf7-form select,
#form_section .wpcf7-form input,
#s8 .wpcf7-form select,
#s8 .wpcf7-form input {
    position: relative;
    padding: 10px 25px;
    border: 1px solid var(--base-gray) !important;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
}

#form_section .wpcf7-form input.wpcf7-not-valid,
#form_section .wpcf7-form select.wpcf7-not-valid,
#s5 .wpcf7-form input.wpcf7-not-valid,
.s10 .wpcf7-form input.wpcf7-not-valid,
#s8 .wpcf7-form select.wpcf7-not-valid,
#s8 .wpcf7-form input.wpcf7-not-valid {
    border-color: #dc3232 !important;
    margin-bottom: 0;
}

#s8 .wpcf7-form .wpcf7-not-valid + span.wpcf7-not-valid-tip,
.s10 .wpcf7-form .wpcf7-not-valid + span.wpcf7-not-valid-tip,
#form_section .wpcf7-form .wpcf7-not-valid + span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

#form_section .wpcf7-form span[data-name="time_do"],
#form_section .wpcf7-form span[data-name="lang_translate"],
#form_section .wpcf7-form span[data-name="lang_original"],
#s8 .wpcf7-form span[data-name="time_do"],
#s8 .wpcf7-form span[data-name="lang_translate"],
#s8 .wpcf7-form span[data-name="lang_original"] {
    display: block;
    cursor: pointer;
}

#form_section .wpcf7-form span[data-name="time_do"]:after,
#form_section .wpcf7-form span[data-name="lang_translate"]:after,
#form_section .wpcf7-form span[data-name="lang_original"]:after,
#s8 .wpcf7-form span[data-name="time_do"]:after,
#s8 .wpcf7-form span[data-name="lang_translate"]:after,
#s8 .wpcf7-form span[data-name="lang_original"]:after {
    position: absolute;
    content: "";
    border: solid transparent;
    border-color: transparent;
    border-width: 8px;
    border-top-color: #000;
    top: 20px;
    right: 15px;
    z-index: 500;
}

#form_section .wpcf7-form .wpcf7-file,
#s8 .wpcf7-form .wpcf7-file {
    display: none;
}

#form_section .wpcf7-form .label_file,
#s8 .wpcf7-form .label_file {
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

#form_section .wpcf7-form .label_file:hover,
#s8 .wpcf7-form .label_file:hover {
    background-color: var(--primary-color);
    color: #fff;
}

#form_section .wpcf7-form input[type="submit"],
#s5 .wpcf7-form input[type="submit"],
.s10 .wpcf7-form input[type="submit"],
#s8 .wpcf7-form input[type="submit"] {
    position: relative;
    top: -2px;
    padding: 14px 25px;
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
}

#form_section .wpcf7-form input[type="submit"]:hover,
#s5 .wpcf7-form input[type="submit"]:hover,
.s10 .wpcf7-form input[type="submit"]:hover,
#s8 .wpcf7-form input[type="submit"]:hover {
    background-color: #fff;
}

#option_ratings .option_ratings_items > div,
#option_ratings .option_ratings_items > div > div.option_ratings_item,
#s9 .s9_items > div,
#s9 .s9_items > div > div.s9_item {
    height: 100%;
    display: flex;
}

#option_ratings .option_ratings_items > div > div.option_ratings_item,
#s9 .s9_items > div > div.s9_item {
    width: 100%;
    flex-direction: column;
    min-height: 120px;
    align-items: center;
    justify-content: space-between;
}
#option_ratings .option_ratings_items > div > div.option_ratings_item img,
#s9 .s9_items > div > div.s9_item img,
#option_ratings .option_ratings_items > div > div.option_ratings_item .image,
#s9 .s9_items > div > div.s9_item .image{
    width: 100%;
    height: auto;
}

#option_ratings .option_ratings_item,
#s9 .s9_item {
    padding: 15px;
    border: 1px solid var(--primary-color);
}

#option_ratings .option_ratings_item .title,
#s9 .s9_item .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    text-align: center;
    color: var(--base-black);
    margin-bottom: 15px;
}

#option_ratings .option_ratings_item .image img,
#s9 .s9_item .image img {
    max-width: 100%;
    height: 57px;
}

#option_ratings .option_ratings_item .text,
#s9 .s9_item .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

#option_question_form .option_question_form_title,
#page_service_v2 #s11 .s11_title,
.s10 .s10_title {
    margin-bottom: 20px;
}

#option_question_form .option_question_form_sub_title,
#page_service_v2 #s11 .s11_sub_title,
.s10_sub_title,
.s10 .s10_sub_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--base-black);
    margin-bottom: 20px;
}

#option_question_form .container,
#page_service_v2 #s11 .container,
.s10 .container {
    background-image: url("../img/question_bg.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 65%;
}

section#s_content .text {
    column-count: 2;
    column-gap: 40px;
}

#page_department_translate h1,
#page_department h1,
#page_service_v2 h1 {
    /*margin-top: 0;*/
}

#page_department_translate #s1 .text,
#page_department #s1 .text,
#page_service_v2 #s1 .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
}

#page_department_translate #s1 .text p,
#page_department #s1 .text p,
#page_service_v2 #s1 .text p {
    margin-bottom: 15px;
}

#page_department_translate #s1 .text p:last-child,
#page_department #s1 .text p:last-child,
#page_service_v2 #s1 .text p:last-child {
    margin-bottom: 0;
}

#page_department_translate #s1 .text ul,
#page_department #s1 .text ul,
#page_service_v2 #s1 .text ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-gray);
    padding-left: 20px;
}

#about_us #s1 ul li,
#s9_price .s9_price ul li,
#page_department_translate #s1 .text ul li,
#page_department #s1 .text ul li,
#page_service_v2 #s1 .text ul li {
    /*list-style-image: url('../img/list_item_icon.svg');*/
    list-style-image: url('../img/list_item_icon2.svg');
}

#page_department_translate #s1 .text ul li + li,
#page_department #s1 .text ul li + li,
#page_service_v2 #s1 .text ul li + li {
    margin-top: 15px;
}

#page_department_translate #s1 .text strong,
#page_department #s1 .text strong,
#page_service_v2 #s1 .text strong {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--primary-color);
}

#page_service_v2 #s5 .container {
    background-image: url("../img/s5_bg.jpg");
    background-repeat: no-repeat;
    /*background-position: center right;*/
    background-position: 100% 100px;
    background-size: contain;
}

#page_service_v2 #s6 .s6_items_wrapper {
    position: relative;
}

#page_service_v2 #s6 .s6_items_wrapper:before {
    left: 0;
}

#page_service_v2 #s6 .s6_items_wrapper:after {
    right: 0;
}

#page_service_v2 #s6 .s6_items_wrapper:before,
#page_service_v2 #s6 .s6_items_wrapper:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: var(--base-black);
    width: 40%;
}

#page_service_v2 #s6 ul.s6_items {
    position: relative;
    z-index: 50;
    width: 80%;
    list-style-type: none;
    margin: 40px auto;
    columns: 2;
    column-gap: 80px;
    padding: 0;
    padding-top: 20px;

}

#page_service_v2 #s6 ul.s6_items li {
    margin-bottom: 20px;
}

#page_service_v2 #s6 ul.s6_items li a img {
    margin-right: 10px;
}

#page_service_v2 #s6 ul.s6_items li a {
    background-color: #fff;
    display: block;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 26px;
    line-height: 146%;
    color: var(--base-black);
    border: 1px solid var(--base-black);
}

#page_service_v2 #s6 ul.s6_items li a:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

#option_case_logos,
#page_service_v2 #s3_logos {
    /*columns: 3;*/
    /*column-gap: 10px;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: max-content;
    gap: 10px;
}

#option_case_logos .option_case_logo,
#page_service_v2 #s3_logos .s3_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    /*margin-bottom: 10px;*/
    padding: 10px;
    width: 150px;
    height: 150px;
    page-break-inside: avoid;
    break-inside: avoid;
    cursor: pointer;
}

#option_case_logos .option_case_logo.active,
#option_case_logos .option_case_logo:hover,
#page_service_v2 #s3_logos .s3_logo.active,
#page_service_v2 #s3_logos .s3_logo:hover {
    border: 1px solid var(--base-black);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.35);
}

#option_case_logos .option_case_logo.text_bock,
#page_service_v2 #s3_logos .s3_logo.text_bock {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    background: var(--primary-color);
    color: #fff;
}
#option_case_logos .option_case_logo.link_block{
    font-weight: 500;
    font-size: 20px;
    border-color: var(--base-black);
    background: var(--base-black);
    color: #fff;
}
#option_case_logos .option_case_logo.link_block:hover{
    background: var(--primary-color);
}

#option_cases #option_case_items .option_case_content,
#option_cases #option_case_items .option_case_item_title,
#page_service_v2 #s3_items .s3_content,
#page_service_v2 #s3_items .s3_item_title {
    display: none;
}

#option_cases #option_case_items .option_case_item_title.active,
#page_service_v2 #s3_items .s3_item_title.active {
    display: block;
}

#option_cases #option_case_items .option_case_item_title,
#page_service_v2 #s3_items .s3_item_title {
    /*font-weight: 600;*/
    /*font-size: 38px;*/
    /*line-height: 126%;*/
    /*color: var(--base-black);*/
}

#option_cases #option_case_items .option_case_item_title span,
#page_service_v2 #s3_items .s3_item_title span {
    /*background-color: rgba(50, 181, 96, 0.2);*/
    /*background: linear-gradient(180deg, rgba(50, 181, 96, 0.2) 0%, #fff 100%);*/
    /*padding: 5px;*/
    background-color: #DFF9E8;
    padding: 2px;
    border: 1px solid var(--primary-color);
}

#option_cases #option_case_items .option_case_content.active,
#page_service_v2 #s3_items .s3_content.active {
    display: block;
}

#option_cases #option_case_items #option_case_contents,
#page_service_v2 #s3_items #s3_contents {
    background-color: #F3F3F3;
}

#option_cases #option_case_items #option_case_contents .option_case_content,
#page_service_v2 #s3_items #s3_contents .s3_content {
    padding: 20px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
    columns: 2;
    column-gap: 10px;

}

#option_cases #option_case_items #option_case_contents .option_case_content .about,
#option_cases #option_case_items #option_case_contents .option_case_content .result,
#option_cases #option_case_items #option_case_contents .option_case_content .bg_block,
#option_cases #option_case_items #option_case_contents .option_case_content .item,
#option_cases #option_case_items #option_case_contents .option_case_content .logo,
#page_service_v2 #s3_items #s3_contents .s3_content .about,
#page_service_v2 #s3_items #s3_contents .s3_content .result,
#page_service_v2 #s3_items #s3_contents .s3_content .bg_block,
#page_service_v2 #s3_items #s3_contents .s3_content .item,
#page_service_v2 #s3_items #s3_contents .s3_content .logo {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    page-break-inside: avoid;
    break-inside: avoid;
}

#option_cases #option_case_items #option_case_contents .option_case_content .about,
#page_service_v2 #s3_items #s3_contents .s3_content .about {
    padding: 20px;
    background: transparent;
}

#option_cases #option_case_items #option_case_contents .option_case_content .logo,
#page_service_v2 #s3_items #s3_contents .s3_content .logo {
    text-align: center;
}

#option_cases #option_case_items #option_case_contents .option_case_content .item,
#page_service_v2 #s3_items #s3_contents .s3_content .item {
    padding: 15px;
    border: 1px solid var(--primary-color);
}

#option_cases #option_case_items #option_case_contents .option_case_content .bg_block,
#page_service_v2 #s3_items #s3_contents .s3_content .bg_block {
    padding: 15px;
    margin: 10px 0;
    background-color: var(--base-black);
    color: #fff;
}

#option_cases #option_case_items #option_case_contents .option_case_content .item .item_title,
#page_service_v2 #s3_items #s3_contents .s3_content .item .item_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--base-black);
    margin-bottom: 10px;
}

#option_cases #option_case_items #option_case_contents .option_case_content .items,
#page_service_v2 #s3_items #s3_contents .s3_content .items {
    margin: 10px 0;
}

#option_cases #option_case_items #option_case_contents .option_case_content .result,
#page_service_v2 #s3_items #s3_contents .s3_content .result {
    padding: 15px;
    margin: 10px 0;
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--base-black);
}

#option_cases #option_case_items #option_case_contents .option_case_content .result > *,
#page_service_v2 #s3_items #s3_contents .s3_content .result > * {
    margin-bottom: 0;
}

#option_cases #option_case_items #option_case_contents .option_case_content .result b,
#page_service_v2 #s3_items #s3_contents .s3_content .result b,
#option_cases #option_case_items #option_case_contents .option_case_content .result strong,
#page_service_v2 #s3_items #s3_contents .s3_content .result strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 10px;
    color: #fff;
}

#option_cases #option_case_items #option_case_contents .option_case_content .result ul,
#page_service_v2 #s3_items #s3_contents .s3_content .result ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#page_service_v2 #s5 .section_title {
    margin-bottom: 25px;
}

#page_service_v2 #s7 .s2_item {
    text-align: center;
}

#page_service_v2 #s7 .s2_item img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

/*#page_service_v2 #option_reviews,*/
#page_service_v2 #s7 {
    background-color: #fff;
}

#option_reviews_slider_nav .option_reviews_item_logo.active {
    /*background-color: rgba(50, 181, 96, 0.25)*/
}

#page_service_v2 #s8 .links_items {
    margin-top: 30px;
}

#page_service_v2 #s8 .links_items > a {
    display: inline-block;
}

#page_service_v2 #s8 .links_items > a + a {
    margin-left: 15px;
}

#page_service_v2 #s9 .s9_text_items {
    margin-bottom: 30px;
}

#about_us #s8 .s8_items > div,
#page_service_v2 #s9 .s9_text_items > div {
    position: relative;
    margin-bottom: 35px;
}

#about_us #s8 .s8_items > div:before,
#page_service_v2 #s9 .s9_text_items > div:before {
    display: block;
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #EFEFEF;
}

#page_service_v2 #s9 .s9_text_items {
    justify-content: center;
}

#about_us #s8 .s8_item,
#page_service_v2 #s9 .s9_item {
    position: relative;
    border: none;
    padding: 25px;
    padding-left: 30px;
}
#about_us #s8 .s8_item .title,
#page_service_v2 #s9 .s9_item .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 131%;
    color: var(--primary-color);
    text-align: left;
    margin-bottom: 10px;
}
#about_us #s8 .s8_item .text,
#page_service_v2 #s9 .s9_item .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--small_gray);
    text-align: left;
}

#page_service_v2 #s9_price .row > div {
    margin-bottom: 30px;
}

#page_service_v2 #s9_price .s9_price {
    border: 1px solid var(--base-black);
    height: 100%;
    padding: 30px 20px;
    position: relative;
}

#page_service_v2 #s9_price .s9_price.item_1 {
    border-color: var(--primary-color);
    background: rgba(50, 181, 96, 0.1);
}
#page_service_v2 #s9_price .s9_price .text b,
#page_service_v2 #s9_price .s9_price .text strong{
    font-weight: 600;
}
#page_service_v2 #s9_price .s9_price .text p{
    margin-bottom: 0;
    margin-top: 20px;
}
#page_service_v2 #s9_price .s9_price .text ul{
    margin-top: 0px;
    margin-bottom: 20px;
}

#s9_price .s9_price ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
    margin-bottom: 5px;
}

#s9_price .s9_price ul li strong {
    font-weight: 600;
}

#page_service_v2 #s9_price .s9_price .title {
    font-weight: 400;
    font-size: 26px;
    line-height: 131%;
    /*color: var(--primary-color);*/
    text-align: center;
    color: var(--base-black);
}

#page_service_v2 #s9_price .s9_price .before_title {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background: var(--base-black);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

#page_service_v2 #s9_price .s9_price.item_1 .title {
    /*color: var(--base-black);*/
}
#page_service_v2 #s9_price .s9_price .title strong{
    display: block;
    margin-top: 8px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
}

#page_service_v2 #s9_price .s9_price .sub_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: var(--base-black);
    margin: 15px 0;
}

#page_service_v2 #s9_price .s9_price .after_text {
    margin-top: 20px;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

#s10.faq {
    padding: 50px 0;
    border-top: 3px solid var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.faq .faq_image img {
    object-fit: contain;
    max-height: 450px;
}

#faq_items .answer,
#faq_items .faq_item {
    margin: 20px 0;
}

#faq_items .faq_item {
    margin-bottom: 40px;
}

#faq_items .question {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--base-black);
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}
#faq_items .question>div{
    max-width: 90%;
}

#faq_items .question svg {
    width: 20px;
    height: 20px;
    transition: all linear 0.4s;
}

#faq_items .question.open svg {
    transform: rotate(45deg);
}

#page_department #s3_items {
}

#page_department #s3_items .s3_item {
    height: 100%;
    padding: 20px;
    border: 1px solid var(--base-black);
}

#page_department #s3_items .s3_item_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: var(--base-black);
    margin-bottom: 20px;
}

#page_department #s3_items .s3_item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-gray);
}

#page_department #s3_items .s3_item_text ul {
    list-style-image: url(../img/list_item_icon2.svg);
}

#page_department #s3_items .s3_item_text ul li + li {
    margin-top: 15px;
}

#page_department #s3_icon_items {
    margin: 30px 0;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 30px 0;
}

#page_department #s3_icon_items .s3_icon_item_image img {
    height: 40px;
}

#page_department #s3_icon_items .s3_icon_item_image {
    margin-bottom: 15px;
}

#page_department #s3_icon_items .s3_icon_item_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
}

#page_department #s5 {
    padding: 50px 0;
    background-image: url("../img/page_department_s5_bg.svg");
    background-repeat: no-repeat;
    background-position: right -50px center;
    background-size: contain;
}
@media screen and (max-width: 1420px) {
    #page_department #s5{
        background-position: right -80px center;
    }
}
#page_department #s5 > div.container{
    z-index: 50;
}

#page_department #s5 .s5_text ul {
    list-style-image: url(../img/list_item_icon2.svg);
    columns: 2;
    column-gap: 20%;
}

#page_department #s5 .s5_text ul li + li {
    margin-top: 15px;
}

#page_reviews #s6 .s6_item_title,
#page_department #s6 .s6_item_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 127%;
    margin: 10px 0;
}

#page_reviews #s6 .s6_item_link,
#page_department #s6 .s6_item_link {
    text-align: right;
}

#page_reviews #s6 .s6_item_link a,
#page_department #s6 .s6_item_link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
}

#page_reviews #s6 .s6_item,
#page_department #s6 .s6_item {
    margin-bottom: 20px;
}

#page_department #s7 .left_icon {
    height: 100%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_department #s7 .s7_title {
    margin-bottom: 20px;
}

#about_us #s5 .s5_sub_title,
#page_department #s7 .s7_sub_title {
    margin: 20px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
}

#about_us #s5 .s5_sub_title span,
#page_department #s7 .s7_sub_title span {
    color: var(--primary-color);
}

#about_us #s5 #s5_items .s5_item + .s5_item,
#page_department #s7 #s7_items .s7_item + .s7_item {
    margin-top: 30px;
}

#about_us #s5 #s5_items .s5_item_logo,
#page_department #s7 #s7_items .s7_item_logo {
    height: 100%;
}

#about_us #s5 #s5_items .s5_item_logo img,
#page_department #s7 #s7_items .s7_item_logo img {
    width: 100%;
    max-width: initial;
    max-height: initial;
}
#about_us #s5 #s5_items .s5_item_logo,
#about_us #s5 #s5_items .s5_item_logo img{
    width: 120px;
}

#about_us #s5 #s5_items .s5_item_text,
#page_department #s7 #s7_items .s7_item_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

#about_us #s5 #s5_items .s5_item_text strong,
#page_department #s7 #s7_items .s7_item_text strong {
    color: var(--primary-color);
    font-weight: 500;
}

#page_department_translate #s3 {
    padding: 50px 0;
    background: #F1FCF4;
}

#page_department_translate #s3 .s3_text ul {
    list-style-image: url(../img/list_item_icon2.svg);
    columns: 2;
    column-gap: 40px;
}

#page_department_translate #s3 .s3_text ul li + li {
    margin-top: 15px;
}

#page_contacts #team_items {
    margin-top: 80px;
}

#page_contacts #team_items .team_item {
    position: relative;
    margin-bottom: 70px;
    max-width: 335px;
}

#page_contacts #team_items .team_item:before {
    position: absolute;
    top: -40px;
    left: -40px;
    display: block;
    content: '';
    width: 280px;
    height: 280px;
    background: var(--primary-color);
    z-index: -50;
}

#page_contacts #team_items .team_item .team_item_photo {
    margin-bottom: 20px;
}

#page_contacts #team_items .team_item .team_item_name {
    font-weight: 600;
    font-size: 26px;
    line-height: 131%;
    color: var(--base-black);
    margin-bottom: 7px;
}

#page_contacts #team_items .team_item .team_item_position {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
}

#page_contacts #team_items .team_item .team_item_email {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: var(--base-gray);
    margin: 10px 0;
}

#page_contacts #team_items .team_item .team_item_link {
    display: inline-block;
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
    text-decoration: underline;
}

#page_contacts #map_item_titles {
    columns: 3;
    column-gap: 30px;
}

#page_contacts #map_item_titles .map_item_title {
    cursor: pointer;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 131%;
    border: 1px solid var(--primary-200);
}

#page_contacts #map_item_titles .map_item_title:hover,
#page_contacts #map_item_titles .map_item_title.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

#page_contacts #map_item_titles {
    margin: 30px 0;
    margin-bottom: 40px;
}

#page_contacts #map_items_content .map_item_content {
    display: none;
}

#page_contacts #map_items_content .map_item_content.active {
    display: block;
}

#map_items_content .map_item_content .map_line svg {
    margin-right: 15px;
}

#map_items_content .map_item_content .map_line span {
    color: var(--primary-color);
}

#map_items_content .map_item_content .map_line {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: var(--base-black);
}

#map_items_content .map_item_content .map_text a {
    text-decoration: underline;
}

#map_items_content .map_item_content .map_text p {
    margin-bottom: 8px;
}

#map_items_content .map_item_content .map_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-gray);
    margin: 20px 0;
    margin-top: 40px;
}

#map_items_content .map_item_content .map_frame iframe {
    width: 100%;
}

#map_items_content .social_wrapper {
    position: relative;
    padding-top: 100px;
}

#map_items_content .social_wrapper:before {
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: -50;
    display: block;
    content: '';
    width: 380px;
    height: 380px;
    background: #F1FCF4;
}

#map_items_content .social_wrapper a {
    display: block;
    margin-bottom: 15px;
}

#s_blog .menu_line {
    height: 40px;
}

#search_form {
    display: flex;
    border: 1px solid var(--base-gray);
    border-radius: 8px;
}

#search_form:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
}

#search_form input,
#search_form button {
    border: none;
}

#search_form button:hover {
    background: none;
}

#search_form button:hover svg {
    opacity: 0.5;
}

#blog_first_categories_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#blog_first_categories_list a span {
    padding-right: 20px;
    font-size: 22px;
    font-weight: 500;
    color: var(--base-black);
}

#blog_first_categories_list a {
    padding: 4px 20px;
    color: var(--base-gray);
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    margin-bottom: 15px;
    text-transform: lowercase;
}

#blog_first_categories_list a:hover {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);;
}

#blog_first_post {
    min-height: 350px;
    background-position: center right;
    background-size: 80%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#blog_first_post article {
    padding: 30px;
    margin: 20px 0;
    border: 1px solid var(--primary-color);
    background-color: #fff;
    max-width: 320px;
}

#s_blog article .list_categories a {
    font-weight: 600;
    font-size: 12px;
    line-height: 167%;
    padding: 5px 8px;
    background-color: var(--primary-color);
    color: #fff;
}

#s_blog article .title a,
#s_blog article .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 131%;
    color: var(--base-black);
    margin: 10px 0;
}

#s_blog article a.read_more {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--primary-color);
    padding-bottom: 4px;
    border-bottom: 1px solid var(--primary-color);
    transition: color linear 300ms;
}

#s_blog article a.read_more:hover {
    border-bottom: 1px solid var(--base-black);
    color: var(--base-black);
}

#blog_first_post article .article_footer {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: var(--small_gray);
}

#s_blog article.item_article {
    margin-top: 40px;
}

#s_blog article.item_article .title a {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
}

#s_blog article .title a:hover,
#s_blog article.item_article .title a:hover {
    color: var(--primary-color);
}

#s_blog article.item_article img {
    height: 150px !important;;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}

#s_blog article.item_article .list_categories {
    margin-bottom: 15px;
}

#s_blog article.item_article .article_footer {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: var(--base-black);
}

.page-item > span, .page-item > a, .nav-links > span, .nav-links > a {
    display: inline-block;
    margin-right: 8px;
    padding: 5px 10px;
    text-align: center;
    border-width: 1px;
}

.nav-links > span,
.nav-links a:hover {
    border: 1px solid var(--primary-color);
}

#about_us{}
#about_us #s1 .title{
    margin: 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--base-black);
}
#about_us #s1 .text a{
    color: var(--primary-color);
    text-decoration: underline;
}
#about_us #s1 .text a:hover{
    color: var(--base-black);
}
#about_us #s1 .text{
    font-weight: 600;
    font-size: 18px;
    line-height: 144%;
    color: var(--base-black);
}
#about_us #s1 ul{
    display: flex;
}
#about_us #s1 ul li+li{
    margin-left: 60px;
}
#about_us #s2 .s2_history_items{
    display: flex;
    margin-bottom: 80px;
    margin-top: 40px;
}
#about_us #s2 .s2_history_items .slick-dots{
    bottom: -40px !important;
}
#about_us #s2 .s2_history_item{
    width: 150px;
    /*border: 1px solid red;*/
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    height: 320px;
}
#about_us #s2 .s2_history_item:nth-child(odd){
    flex-direction: column-reverse;
}

/*#about_us #s2 .s2_history_item>.title,*/
/*#about_us #s2 .s2_history_item>.text*/

#about_us #s2 .s2_history_item>.s2_history_item_logo,
#about_us #s2 .s2_history_item>.s2_history_item_text{
    height: 50%;
}
#about_us #s2 .s2_history_item>.s2_history_item_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
#about_us #s2 .s2_history_item>.s2_history_item_text{
    padding: 8px;
    color: var(--base-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    justify-content: space-around;
    background: var(--primary-color);
    /*max-width: 148px;*/
    /*max-height: 148px;*/
}
#about_us #s2 .s2_history_item>.s2_history_item_text>.title{
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
}

#about_us #s2 .s2_history_item:nth-child(20)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(19)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(16)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(15)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(12)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(11)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(8)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(7)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(4)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(3)>.s2_history_item_text{
    background: var(--base-black);
}
#about_us #s2 .s2_history_item:nth-child(22)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(21)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(18)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(17)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(14)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(13)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(10)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(9)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(6)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(5)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(2)>.s2_history_item_text,
#about_us #s2 .s2_history_item:nth-child(1)>.s2_history_item_text{
    background: var(--primary-color);
}
#about_us #s2 .s2_history_item>.s2_history_item_text>.text{
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    /*color: var(--base-black);*/
    /*padding: 10px;*/
    margin-top: 5px;
}
#about_us #s2 .s2_history_item>.s2_history_item_text>.text p{
    margin-bottom: 5px;
}

#about_us #s3{
    margin: 80px 0;
    border-bottom: 1px solid #90E5AE;
    border-top: 1px solid #90E5AE;
}
#about_us #s3 .s3_items .s3_item{
    display: flex;
    border: none;
    width: initial;
    align-items: center;
    padding: 25px 0;
}
#about_us #s3 .s3_items .s3_item .icon img{
    min-width: 54px !important;
    width: 54px !important;
}
#about_us #s3 .s3_items .s3_item .icon{
    border-right: 1px solid var(--primary-color);
    padding-right: 5px;
    margin-right: 15px;
}
#about_us #s3 .s3_items .s3_item .title{
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: var(--base-black);
}
#about_us #s4 .s4_items .section_title{
    margin: 50px 0;
}
#about_us #s4 .s4_item{
    margin-bottom: 60px;
}
#about_us #s4 .s4_item.vd_reverse .text_col:before,
#about_us #s4 .s4_item .text_col:before{
    display: inline-block;
    margin-bottom: 20px;
}

#about_us #s4 .s4_item .text_col:before{
    content: url("../img/quotes_slider_current.svg");
}
#about_us #s4 .s4_item.vd_reverse .text_col:before{
    content: url("../img/quotes_slider.svg");
}
#about_us #s4 .s4_item .text{
    background: rgba(50,181,96,0.1);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--base-black);
    padding: 20px;
}
#about_us #s4 .s4_item img{
    position: relative;
    max-width: 300px;
    max-height: 370px;
    z-index: 500;
}
#about_us #s4 .s4_item.vd_reverse{
    flex-direction: row-reverse;
}
#about_us #s4 .s4_item .image_col:after{
    display: block;
    content: '';
    width: 300px;
    height: 300px;
    background: var(--primary-color);
    position: absolute;
    right: 30px;
    top: 150px;
    z-index: 0;
}
#about_us #s4 .s4_item.vd_reverse .image_col:after{
    right: initial;
    left: 30px;
    background: var(--base-black);

}
#about_us #s4 .s4_item.vd_reverse .image_col{
    text-align: right;
}
#about_us #s4 .s4_item.vd_reverse .text{
    background: rgba(34,42,53,0.1);
}
#about_us #s4 .person_wrapper{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
#about_us #s4 .person,
#about_us #s4 .person_position{
    width: 30%;
}
#about_us #s4 .person{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
}
#about_us #s4 .person_position{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
}
#about_us #s5 #s5_items .s5_item:before{
    display: none;
}
#about_us #s5 .right_content{
    min-height: 100%;
}
#about_us #s5 .right_content .text{
    background: rgba(50, 181, 96, 0.1);
    padding: 20px;
    min-height: 100%;
    margin-right: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}
#about_us #s5 .right_content .logos{
    text-align: center;
}
#about_us #s5 .right_content .logos img{
    width: auto;
    max-width: 120px;
    max-height: 120px;
}
#about_us #s6 .s6_text{
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}
#about_us #s6 .s6_text_logo{
    position: relative;
}
#about_us #s6 .s6_text_logo img{
    width: 210px;
}
#about_us #s6 .s6_goal_item{
    margin-bottom: 20px;
}
#about_us #s6 .s6_goal_item .title,
#about_us #s6 .s6_goal_title{
    font-weight: 600;
    font-size: 26px;
    line-height: 131%;
}
#about_us #s6 .s6_goal_title{
    margin: 40px 0;
}
#about_us #s6 .s6_goal_item .title{
    margin-bottom: 20px;
}
#about_us #s6 .s6_goal_item .s6_goal_item_icon{
    min-width: 80px;
    margin-right: 10px;
}
#about_us #s6 .s6_goal_item .s6_goal_item_text{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
#about_us #s6 .s6_after_goal{
    display: flex;
}
#about_us #s6 .s6_after_goal_image img,
#about_us #s6 .s6_after_goal_image{
    width: 450px;
}
#about_us #s6 .s6_after_goal_text{
    margin: 30px 0;
    background: var(--base-black);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--base-white);
    padding: 30px;
    width: calc(100% - 450px);
}

#about_us #option_reviews .option_reviews_item .video_bg{
    display: flex;
    align-items: center;
    justify-content: center;
}
#about_us #option_reviews_slider .option_reviews_item .option_reviews_item_text:before {
    display: none;
}
#about_us #option_reviews_slider .option_reviews_item .video_bg img{
    width: auto;
    max-width: 100%;
}
#about_us #option_reviews .section_title{
    margin-bottom: 20px;
}
#about_us .option_reviews_item_logo img{
    width: auto;
    height: 60px;
    max-height: 60px;
    max-width: 120px;
}
#about_us #option_reviews_slider .option_reviews_item{
    min-height: 230px;
}
#about_us #s8 .s8_items .col-md-6 .s8_item{
    width: 50%;
    padding-right: 0;
}
#about_us #s8 .s8_items > div:before{
    width: 52%;
}
#about_us #s8 .s8_items .col-md-6:nth-child(4n):before,
#about_us #s8 .s8_items .col-md-6:nth-child(3n):before{
    left: 50%;
}
#about_us #s8 .s8_items .col-md-6:nth-child(4n) .s8_item>div,
#about_us #s8 .s8_items .col-md-6:nth-child(3n) .s8_item>div{
    padding-left: 30px;
}
#about_us #s8 .s8_items .col-md-6:nth-child(4n) .s8_item,
#about_us #s8 .s8_items .col-md-6:nth-child(3n) .s8_item{
    padding-left: 50%;
    width: 100%;
}
#about_us #s8 .s8_logos img{
    max-width: 140px;
}
#about_us #s9 .s9_logos,
#about_us #s8 .s8_logos{
    margin-bottom: 40px;
}
#about_us #s9 .s9_logo,
#about_us #s8 .s8_logo{
    /*min-width: 170px;*/
    text-align: center !important;
}
#about_us #s9 .s9_logo img,
#about_us #s8 .s8_logo img{
    display: block;
    margin: 0 auto !important;
}
#about_us #s9 .s9_text{
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
}

#page_cases .option_case_title.section_title{
    display: none;
}
#page_cases #option_case_logos .option_case_logo.link_block{
    /*display: none !important;*/
}

@media screen and (min-width: 769px) {
    #about_us #s6 .s6_text_logo img{
        position: absolute;
        top: -60px;
        right: 0;
    }
    #page_service_v2 #s9_price .s9_price:hover{
        background: rgba(50, 181, 96, 0.1);
    }
    #page_service_v2 #s9_price .s9_price:hover .s9_price_bg{
        display: flex !important;
        position: absolute;
        align-items: center;
        justify-content: center;
        top: -20px;
        right: 0;
        left: 0;
        bottom: -20px;
        background: rgba(50, 181, 96, 0.1);
    }
}
@media screen and (max-width: 600px) {
    #s1 ul.s1_right_links_items {
        padding: 30px 0;
    }
}

@media screen and (max-width: 980px) {
    #about_us #s4 .person, #about_us #s4 .person_position{
        width: 50%;
    }
    #about_us #s6 .s6_after_goal{
        display: block;
    }
    #about_us #s6 .s6_after_goal_image img{
        width: 300px;
    }
    #about_us #s6 .s6_after_goal_image{
        text-align: center;
    }
    #about_us #s6 .s6_after_goal_image,
    #about_us #s6 .s6_after_goal_text{
        width: 100%;
    }
    #about_us #s6 .s6_after_goal_text{
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {

    .option_reviews_item_logo img, .s7_item_logo img{
        width: 60px;
        height: 60px;
    }

    #about_us #s2 .s2_history_items .slick-dots{
        bottom: -60px !important;
    }
    #about_us #s8 .s8_logos,
    #about_us #s9 .s9_logos{
        justify-content: space-around !important;
    }
    #about_us #s8 .s8_items .s8_item{
        width: 100% !important;
        padding-left: 30px !important;
    }
    #about_us #s8 .s8_items .s8_item>div{
        padding-left: 0 !important;
    }
    #about_us #s8 .s8_items > div:before{
        left: 0 !important;
        width: 50% !important;
    }

    #about_us #s6 .s6_goal_item .s6_goal_item_text{
        font-size: 16px;
    }
    #about_us #s6 .s6_text_logo{
        text-align: center;
    }
    #about_us #s5 .right_content{
        display: block !important;
    }
    #about_us #s5 .right_content .logos img{
        margin-top: 15px;
        max-width: 30%;
    }
    #about_us #s4 .s4_item .image_col:after{
        height: 280px ;
    }
    #about_us #s4 .person,
    #about_us #s4 .person_position{
        width: 100%;
    }
    #about_us #s4 .s4_item .image_col{
        margin-bottom: 60px;
    }
    #about_us #s3{
        border: none;
    }
    #search_form {
        margin-top: 30px;
    }

    #s_blog section.blog_posts .menu_line {
        display: none;
    }

    #blog_first_post {
        background-image: initial !important;
    }

    #blog_first_post article {
        max-width: 100%;
    }

    #map_items_content .social_wrapper:before {
        display: none;
    }

    #map_items_content .social_wrapper {
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
    }

    #map_items_content .social_wrapper a {
        display: inline-block;
    }

    #page_contacts #map_item_titles .map_item_title + .map_item_title {
        margin-top: 15px;
    }

    #map_items_content .map_item_content .map_line {
        margin-bottom: 10px;
    }

    #page_contacts #map_item_titles {
        columns: initial;
    }

    #page_contacts #team_items > .col-md-4:last-child .team_item {
        margin-bottom: 0;
    }

    #page_contacts #team_items {
        margin-top: 80px;
    }

    #page_department #s7 .left_icon {
        padding: 30px 0;
    }

    #page_department #s7 .s7_title {
        margin-top: 30px;
    }

    #page_department #s7 #s7_items .s7_item_logo {
        text-align: center;
    }

    #page_department #s7 #s7_items .s7_item_logo img {
        max-width: 120px;
        height: auto;
        margin-bottom: 10px;
    }

    #page_reviews #s6 .s6_item,
    #page_department #s6 .s6_item {
        padding-bottom: 15px;
        border-bottom: 1px solid var(--base-gray);
    }

    .section_title {
        font-size: 32px;
    }

    #page_department_translate #s3 .section_title,
    #page_department #s5 .section_title {
        font-size: 28px;
    }

    #page_department #s5 {
        background: none;
        padding: 0;
    }

    #page_department_translate #s3 .s3_text ul,
    #page_department #s5 .s5_text ul {
        columns: initial;
    }

    #page_department_translate .menu_line,
    #page_department .menu_line {
        height: 40px;
    }

    #s1 .s1_title {
        font-size: 34px;
    }

    #page_department_translate #s1 .s1_title,
    #page_department #s1 .s1_title {
        margin-top: 30px;
    }

    #page_department_translate #s1 .align-items-end img,
    #page_department #s1 .align-items-end img {
        margin-top: 20px;
    }

    #page_department #s3_icon_items .col_item,
    #page_department #s3_items .col_item {
        margin-bottom: 20px;
    }

    #box_wrapper footer.page_footer {
        margin-top: 50px;
    }

    #option_question_form .container, #page_service_v2 #s11 .container, .s10 .container {
        background: none;
    }

    .sf-arrows.sf-menu {
        display: none !important;
    }

    header.mobile-active {
        z-index: 9500;
    }

    header.mobile-active .sf-arrows.sf-menu {
        display: block !important;
    }

    #page_service_v2 #s6 .s6_items_wrapper:before, #page_service_v2 #s6 .s6_items_wrapper:after {
        width: 50%;
    }

    #page_service_v2 #s6 ul.s6_items {
        width: 100%;
        columns: 1;
    }

    #page_service_v2 #s6 ul.s6_items li a {
        padding: 10px 15px;
        font-size: 20px;
        line-height: 120%;
    }

    #option_cases #option_case_items #option_case_logos,
    #page_service_v2 #s3_logos {
        columns: 2;
    }

    #option_cases #option_case_items #option_case_contents .option_case_content,
    #page_service_v2 #s3_items #s3_contents .s3_content {
        columns: 1;
        padding: 20px;
    }

    section#s_content {
        margin-top: 0 !important;
    }

    section#s_content .text {
        column-count: 1;
        column-gap: 0;
    }

    .s10 .container {
        background: none;
    }

    #option_ratings .option_ratings_items > div > div.option_ratings_item,
    #s9 .s9_items > div > div.s9_item {
        width: 100%;
        margin-bottom: 20px;
    }

    #form_section .wpcf7-form,
    #s8 .wpcf7-form {
        padding: 20px;
    }

    #form_section .wpcf7-form label.mb-0,
    #s8 .wpcf7-form label.mb-0 {
        margin-top: 20px !important;
    }

    #option_reviews_slider .option_reviews_item .option_reviews_item_text,
    #s7_slider .s7_item .s7_item_text {
        padding: 40px 30px;
    }

    #option_reviews .modal-dialog .close,
    #s7 .modal-dialog .close {
        right: 30px;
        top: 20px;
    }

    #option_reviews_slider .option_reviews_item .person_info,
    #s7_slider .s7_item .person_info {
        bottom: 0;
        padding: 10px 20px;
    }

    #option_reviews_slider .prevArrow,
    #s7_slider .prevArrow {
        left: -15px;
    }

    #option_reviews_slider .nextArrow,
    #s7_slider .nextArrow {
        right: -15px;
    }

    #option_reviews_slider_nav,
    #s7_slider_nav {
        flex-wrap: wrap;
    }

    #option_reviews_slider .option_reviews_item .option_reviews_item_text:before,
    #s7_slider .s7_item .s7_item_text:before {
        top: 3px;
        left: 18px;
    }

    #s4_title > .s4_item::before {
        display: none;
    }

    #s4_content {
        min-height: 350px;
    }

    #s4_content .s4_item.d-block {
        min-height: 285px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-around;
    }

    #s4_content .square {
        display: none;
    }

    #s4_title {
        column-gap: 1em;
    }

    #s4_title > .sub_links {
        columns: 1;
    }

    #s4_title .s4_item {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    #s4_title > .sub_links > .s4_item + .s4_item {
        margin-top: 10px;
    }

    #s4_title > .sub_links + .s4_item, #s4_title > .s4_item + .s4_item {
        margin-top: 15px;
    }

    #s6_content {
        padding: 30px;
    }

    #s6_title {
        column-gap: 1em;
    }

    #s6_title .s6_item {
        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
        padding: 0;
        margin-bottom: 15px;
    }

    #s6_content {
        margin-top: 20px;
    }

    .option_certificate_items,
    .s5_items {
        flex-direction: column;
    }

    .option_certificate_item:before,
    .s5_item:before {
        width: 100%;
    }

    .option_certificate_item,
    .s5_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .option_certificate_item .image,
    .s5_item .image {
        position: relative;
        margin-top: 20px;
        right: 0;
    }

    .s3_items {
        flex-direction: column;
    }
    #page_home .s3_items .s3_item,
    .s3_items .s3_item {
        width: 100%;
        border: 1px solid var(--primary-color) !important;
        margin-bottom: 10px;
    }

    .s3_items .text_middle {
        /*font-size: 14px;*/
    }

    #s2 {
        margin: 50px 0;
    }

    #page_service_v2 #s8 .links_items a + a,
    #s1 .s1_left_links_items a + a {
        margin-left: 0;
        margin-top: 15px;
    }

    #s1 .s1_title {
        margin-top: 0;
    }

    #page_service_v2 .menu_line {
        height: 40px;
    }

    #page_service_v2 #s1 .s1_title {
        margin: 50px 0;
    }

    #page_service_v2 #s8 .links_items a,
    #page_service_v2 #s1 .s1_left_links_items a {
        width: 100%;
    }

    #s1 .s1_left > .row {
        justify-content: space-between;
    }

    #s1 .s1_left > .row > .col-3 + .col-3 {
        /*margin-left: 20px;*/
    }

    #s1 .s1_left .s1_count_title {
        font-size: 26px;
    }

    footer.page_footer .footer_title {
        margin-bottom: 20px;
    }

    #box_wrapper footer.page_footer .w_bg {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    #box_wrapper footer.page_footer .w_bg_top:before {
        height: 60px;
        top: -34px;
    }
    #box_wrapper footer.page_footer .w_bg:after{
        bottom: -8px;
    }

    #box_wrapper footer.page_footer .w_bg_top:before{
        margin: 0;
    }
    /*#box_wrapper footer.page_footer:after,*/
    /*#box_wrapper footer.page_footer:before{*/
    #box_wrapper footer.page_footer:after{
        position: relative;
        height: 70px;
        background-position: center;
        background-size: contain;
    }
    #box_wrapper footer.page_footer{
        padding-bottom: 0;
    }
    .vd_phone_wrap {
        font-size: 12px;
        margin-left: 0 !important;
    }

    .vd_phone_wrap .vd_form_btn,
    .vd_phone_wrap .modal-form.form-menu-click {
        margin: 0;
        margin-left: 20px;
    }

    footer.page_footer .vd_2_footer_menu{
        margin-top: 20px;
    }
    footer.page_footer .footer_contacts .side-icon-box {
        width: 100%;
        margin: 8px auto;
    }
    footer.page_footer .vd_2_footer_menu .footer_contacts{
        padding: 0;
    }
    .page_footer .side-icon-box .icon-styled + .media-body{
        margin-left: 5px;
    }

    footer.page_footer .footer_subscribe_wrapper > div {
        width: 100%;
    }

    footer.page_footer .footer_subscribe_wrapper .widget {
        margin-bottom: 0;
    }

    footer.page_footer .footer_subscribe_text {
        margin-bottom: 10px;
    }

    footer.page_footer .footer_subscribe_text br {
        display: none !important;
    }

    footer.page_footer .copyright_wrapper {
        margin-top: 20px;
    }

    footer.page_footer .social_links {
        margin-top: 20px;
    }

    footer.page_footer .copyright_wrapper > * {
        display: block;
        margin-bottom: 10px;
    }

    #page_department #s1 .col-md-6.d-flex.align-items-end,
    #page_service_v2 #s1 .col-md-6.d-flex.align-items-end{
        display: none !important;
    }
    #page_service_v2 #s5 .container{
        background: none !important;
    }
    #page_service_v2 .faq .faq_image{
        display: none !important;
    }
    #page_department #s6_items .prevArrow,
    .s2_history_items .prevArrow,
    #option_reviews_slider .prevArrow,
    #s7_slider .prevArrow {
        left: -5px;
    }

    #page_department #s6_items .nextArrow,
    .s2_history_items .nextArrow,
    #option_reviews_slider .nextArrow,
    #s7_slider .nextArrow {
        right: -5px;
    }


    #about_us #s4 .s4_item .text a.read_more{
        display: inline-block !important;
    }

    #about_us .option_reviews_item_logo{
        padding: 5px;
    }
    #about_us .option_reviews_item_logo img{
        max-height: 40px;
        max-width: 80px;
    }
    #option_case_logos,
    #page_service_v2 #s3_logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: max-content;
        gap: 10px;
    }
    #box_wrapper footer.page_footer .w_bg:after{
        left: 0;
    }

    #about_us #s4 .s4_item.vd_reverse .text_col:before{
        margin-top: 25px;
    }
    #page_service_v2 #s7_5 .s7_5_slide_wrapper .s7_5_item img{
        max-width: 80px !important;
    }
    #box_wrapper footer.page_footer .w_bg .copyright_wrapper {
        margin-bottom: 25px;
    }
    #s4_title .s4_item.active .title,
    #s6_title .s6_item.active {
        color: var(--primary-color);
    }
}
#box_wrapper .ds .sf-menu > li > a[href*="/en/"],
#box_wrapper .ds .sf-menu > li > a[href*="/ru/"],
/*#box_wrapper .ds .sf-menu > li > a[href*="https://forcegroup.pl"],*/
header ul.vd_lang_menu.nav.sf-menu li > ul{
    display: none !important;
}

#page_service_v2 #s7_5 .s7_5_slide_wrapper .s7_5_item img{
    max-width: 100px;
}

#about_us #s4 .s4_item .text .person_text{
    max-height: 140px;
    overflow: hidden;
}
#about_us #s4 .s4_item .text .person_text.open{
    max-height: none;
}
#about_us #s4 .s4_item .text a.read_more{
    /*display: none;*/
    margin-top: 20px;
    color: var(--primary-color);
}

#about_us #s4 .s4_item .text a.read_more:hover{
    text-decoration: underline;
}

#map_items_content .social_wrapper a.linkedin i{
    font-size: 28px;
    margin-left: 5px;
}
.social_links .linkedin i{
    display: inline-block;
    position: relative;
    font-size: 28px;
    bottom: -5px;
}
.has-vivid-green-cyan-color:hover{
    opacity: 0.7;
}
.has-vivid-green-cyan-color{
    color: var(--primary-color) !important;
}
#page_vacancies a.wp-block-button__link{
    font-weight: 500;
}
body.page-template-page_department .menu_line{
    height: 40px;
}
body.page-template-page_department #s1 .s1_title{
    font-size: 36px;
    margin-top: 30px;
}
/*#s9_price .s9_title{*/
/*    padding-top: 60px;*/
/*}*/

body .vd_modal_form .modal-body{
    padding: 25px !important;
}

.breadcrumb{
    flex-wrap: wrap !important;
}

section#s_content .text h1,
section#s_content .text h2,
section#s_content .text h3,
section#s_content .text h4,
section#s_content .text h5,
section#s_content .text h6 {
    break-inside: avoid; /* предотвращает перенос */
}
#form_section .wpcf7-form .label_file, #s8 .wpcf7-form .label_file{
    display: inline-block;
}
span.empty_line{
    display: block;
}
#form_section .wpcf7-form .empty_line:before,
#s8 .wpcf7-form .empty_line:before{
    display: block;
    content: '';
}

section#s404 h2{
    font-size: 22px !important;
}
#box_wrapper .ds p{
    color: #fff;
}

@media screen and (min-width: 768px) {
    body.page-template-page_about_us section#s5 {
        margin-top: 150px;
    }
}



/*START page_service_v3 + page_service_v4*/

@media screen and (max-width: 768px) {
    body.page_service_v4 main.page_service_v4 section#s2 .h2,
    body.page_service_v3 main.page_service_v3 section#s2 .h2{
        text-align: center;
    }
}

#page_service_v2.page_service_v4 #s95 .s4_items .section_title,
#page_service_v2.page_service_v3 #s95 .s4_items .section_title{
    margin: 50px 0;
}
#page_service_v2.page_service_v4 #s95 .s4_item,
#page_service_v2.page_service_v3 #s95 .s4_item{
    margin-bottom: 60px;
}
#page_service_v2.page_service_v4 #s95 .s4_item.vd_reverse .text_col:before,
#page_service_v2.page_service_v3 #s95 .s4_item.vd_reverse .text_col:before,
#page_service_v2.page_service_v4 #s95 .s4_item .text_col:before,
#page_service_v2.page_service_v3 #s95 .s4_item .text_col:before{
    display: inline-block;
    margin-bottom: 20px;
}

#page_service_v2.page_service_v4 #s95 .s4_item .text_col:before,
#page_service_v2.page_service_v3 #s95 .s4_item .text_col:before{
    content: url("../img/quotes_slider_current.svg");
}
#page_service_v2.page_service_v4 #s95 .s4_item.vd_reverse .text_col:before,
#page_service_v2.page_service_v3 #s95 .s4_item.vd_reverse .text_col:before{
    content: url("../img/quotes_slider.svg");
}
#page_service_v2.page_service_v4 #s95 .s4_item .text,
#page_service_v2.page_service_v3 #s95 .s4_item .text{
    background: rgba(50,181,96,0.1);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--base-black);
    padding: 20px;
}
#page_service_v2.page_service_v4 #s95 .s4_item img,
#page_service_v2.page_service_v3 #s95 .s4_item img{
    position: relative;
    max-width: 300px;
    max-height: 370px;
    z-index: 500;
}
#page_service_v2.page_service_v4 #s95 .s4_item.vd_reverse,
#page_service_v2.page_service_v3 #s95 .s4_item.vd_reverse{
    flex-direction: row-reverse;
}
#page_service_v2.page_service_v4 #s95 .s4_item .image_col:after,
#page_service_v2.page_service_v3 #s95 .s4_item .image_col:after{
    /*display: block;*/
    display: none !important;
    content: '';
    width: 300px;
    height: 300px;
    background: var(--primary-color);
    position: absolute;
    right: 20px;
    top: 150px;
    z-index: 0;
}
#page_service_v2.page_service_v4 #s95 .s4_item.vd_reverse .image_col:after,
#page_service_v2.page_service_v3 #s95 .s4_item.vd_reverse .image_col:after{
    right: initial;
    left: 30px;
    background: var(--base-black);

}
#page_service_v2.page_service_v4 #s95 .s4_item.vd_reverse .image_col,
#page_service_v2.page_service_v3 #s95 .s4_item.vd_reverse .image_col{
    text-align: right;
}
#page_service_v2.page_service_v4 #s95 .s4_item.vd_reverse .text,
#page_service_v2.page_service_v3 #s95 .s4_item.vd_reverse .text{
    background: rgba(34,42,53,0.1);
}
#page_service_v2.page_service_v4 #s95 .s4_item .text .person_text,
#page_service_v2.page_service_v3 #s95 .s4_item .text .person_text {
    max-height: 140px;
    overflow: hidden;
    transition: max-height 1s linear;
}
#page_service_v2.page_service_v4 #s95 .s4_item .text .person_text.open,
#page_service_v2.page_service_v3 #s95 .s4_item .text .person_text.open {
    max-height: initial;
}
#page_service_v2.page_service_v4 #s95 .s4_item .image_col .image,
#page_service_v2.page_service_v3 #s95 .s4_item .image_col .image{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_service_v2.page_service_v4 #s95 .person_wrapper,
#page_service_v2.page_service_v3 #s95 .person_wrapper{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
#page_service_v2.page_service_v4 #s95 .person,
#page_service_v2.page_service_v3 #s95 .person,
#page_service_v2.page_service_v4 #s95 .person_position,
#page_service_v2.page_service_v3 #s95 .person_position{
    width: 30%;
}
#page_service_v2.page_service_v4 #s95 .person,
#page_service_v2.page_service_v3 #s95 .person{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
}
#page_service_v2.page_service_v4 #s95 .person_position,
#page_service_v2.page_service_v3 #s95 .person_position{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--base-black);
}
#page_service_v2.page_service_v4 #s95 .s4_item .text a.read_more,
#page_service_v2.page_service_v3 #s95 .s4_item .text a.read_more{
    display: inline-block;
    margin-top: 20px;
    color: var(--primary-color);
}
#page_service_v2.page_service_v4 #s95 .s4_item .text a.read_more:hover,
#page_service_v2.page_service_v3 #s95 .s4_item .text a.read_more:hover{
    text-decoration: underline;
}


@media screen and (max-width: 980px) {
    #page_service_v2.page_service_v4 #s95 .person,
    #page_service_v2.page_service_v3 #s95 .person,
    #page_service_v2.page_service_v4 #s95 .person_position,
    #page_service_v2.page_service_v3 #s95 .person_position{
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    #page_service_v2.page_service_v4 #s95 .s4_item .image_col:after,
    #page_service_v2.page_service_v3 #s95 .s4_item .image_col:after{
        height: 280px ;
    }
    #page_service_v2.page_service_v4 #s95 .person,
    #page_service_v2.page_service_v3 #s95 .person,
    #page_service_v2.page_service_v4 #s95 .person_position,
    #page_service_v2.page_service_v3 #s95 .person_position{
        width: 100%;
    }
    #page_service_v2.page_service_v4 #s95 .s4_item .image_col,
    #page_service_v2.page_service_v3 #s95 .s4_item .image_col{
        margin-bottom: 60px;
    }
}
/*END page_service_v3 + page_service_v4*/

footer.page_footer .footer_subscribe .contact-form .btn.btn-maincolor:hover{
    color: var(--primary-color) !important;
}
/*START page_service_v4*/
#page_service_v2.page_service_v4 #s2 .text h3{
    margin: 20px 0;
    color: var(--primary-color);
}
#page_service_v2.page_service_v4 #s2 .text ul li {
    list-style-image: url(../img/list_item_icon2.svg);
}
/*END  page_service_v4*/


footer.page_footer .footer_subscribe .contact-form .btn.btn-maincolor:hover{
    color: var(--primary-color) !important;
}




.wpcf7-form textarea{
    padding: 10px;
    border: 1px solid var(--base-gray) !important;
    background-color: #fff;
    max-height: 238px;
}


.wpcf7-form .vd_btn_half {
    position: initial !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
    display: block !important;
}

@media screen and (min-width: 768px) {
    .wpcf7-form .vd_btn_half {
        width: 50% !important;
    }
}
@media screen and (max-width: 768px) {
    .wpcf7-form textarea{
        max-height: 120px;
    }
}


.embed-responsive{
    margin-bottom: 20px;
}

.single .wp-block-image figure,
.single .wp-block-image img{
    min-width: 100%;
    /*max-height: 350px;*/
    /*object-fit: cover;*/
    /*object-position: top;*/
}

section.option_question_form{
    border-top: 3px solid var(--primary-color);
    padding-top: 50px;
}
section.faq+section.option_question_form{
    border-top: none;
}

body.page-template-page_service_v4 #s2 .text.mt-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}