/**
 * Theme Name: MyTheme
 * Author: kav17
 * Version: 0.2
 **/

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Total */
a {
    color: inherit;
}

a:focus,
input:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn {
    background-color: var(--accent);
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: var(--btn_hover);
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.child_box:after,
.news:after,
#second:after,
#fourth .who_box:after,
#seventh .who_box:after,
.footer_box:after,
.posts_box:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.sections,
.head,
#footer_nav,
.footer_box {
    margin: 0 auto;
    width: 100%;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

html,
body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
    overflow-x: hidden;
}

html[style*="overflow: hidden"] body {
    position: fixed;
    overflow-y: scroll;
}

.hidden {
    visibility: hidden;
}

html.scroll_hidden {
    overflow-y: hidden;
}

li {
    list-style: none;
}

:root {
    --accent: #FF9404;
    --btn_hover: #DE7F00;
    --light_hover: #FFDEB1;
    --menu_hover: #F0F0F0;
    --white: #FFFFFF;
    --black: #000000;
    --green: #60B40B;
    --red: #C51919;
    --secondary: #009AD4;
    --gray-1: #c0c0c0;
    --blue: #E5F5FB;
    --title: 24px;
    --title_big: 42px;
    
}
@media(min-width: 993px) {
::-webkit-scrollbar {
    width: 7px;
    opacity: 0;
    transition: opacity 0.5s ease;
    
}

::-webkit-scrollbar-track {
    background-color: var(--menu_hover);
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--gray-1);
    border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gray-1);
}
}
@media(max-width: 992px) {
body:hover::-webkit-scrollbar,
body:focus-within::-webkit-scrollbar {
    opacity: 1; 
}

/* Стилизуем дорожку и бегунок */
::-webkit-scrollbar-track {
    background-color: var(--menu_hover);
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--gray-1);
    border-radius: 7px;
    opacity: 0; 
    transition: opacity 0.5s ease; 
    transition: background-color 0.5s ease;
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:focus {
    background-color: var(--gray-1);
     opacity: 1;
}
}

.h4_title,
.h4 {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.h4::before {
    content: "\2022";
    padding-right: 6px;
    color: var(--secondary);
    position: absolute;
    left: 0;
    top: 25px;
}

.h4 {
    padding-left: 16px;
    position: relative;
}



html {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    font-family: 'Rubik-Regular', sans-serif;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.wp-block-image.aligncenter{
    margin: 0 auto;
}

.main_wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper_serv {
    max-width: 1496px;
    margin: 0 auto;
}

.wrapper_career {
    max-width: 1325px;
    margin: 0 auto;
}

.wrapper {
    max-width: 1366px;
    margin: 0 auto;
}

.wrapper_content {
    max-width: 1110px;
    margin: 0 auto;
}

.archived_posts {
    text-align: center;
    margin-top: 100px;
}

/*header*/
.site-navbar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .8s ease-in-out;
    /* transition: .2s cubic-bezier(.55, .09, .68, .53); */
    /* -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); */
}

.header_bottom {
    position: relative;
    transition: transform 0.3s ease;
    top: 50px;
    transform: translateY(-50px);
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: white;
}

.header-scroll .header_bottom {
    position: fixed;
    top: -80px;
    transition: transform 0.3s ease;
    transform: translateY(0px);
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: white;
}

.header-scroll.head_open .header_bottom {
    position: fixed;
    transition: transform 0.3s ease;
    top: -50px;
    transform: translateY(50px);
    left: 0;
    z-index: 999;
}

/*
.head_open+.main__content {
    padding-top: 52px;
}
*/
.header_flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 15px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 100%;
}

.menu_burger {
    display: none;
}

.btn-burger {
    display: none;
}

.logo_header {
    padding-left: 15px;
}

/* .nav_header {
    width: 60%;
} */

.site-logo a {
    display: flex;
    align-items: center;
}

.site-menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.icon-menu:before {
    content: "\e5d2";
}

.banner_top {
    position: relative;
    height: 50px;
    transition: all 0.8s;
}

.banner_top:lang(en) {
    display: none;
}

/* .head_open .banner_top {
    opacity: 0;
    visibility: hidden;
} */

.banner_top img {
    height: 50px;
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
}

.text_top {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    cursor: pointer;
}

.site-logo a img {
    padding-right: 15px;
}

.site-logo a span {
    font-size: 18px;
    line-height: 20px;
    color: #666666;
}

@media screen and (max-width: 600px) {
    .site-logo a span {
        display: none;
    }
}

.site-navbar .site-navigation .site-menu .active>a span {
    background: #FF9404;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
}

.text_top span {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6
}

.header__notate {
    background-color: #2f2f2f;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 4
}

/* -------- Header-menu  ----*/

.site-menu {
    grid-gap: 10px;
    display: flex;
    gap: 10px
}
.site-menu a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 25px;
    text-decoration: none
}
@media(max-width: 992px) {
.site-menu li.menu-item-has-children:not(.pll-parent-menu-item) a {
    padding: 10px 5px 10px 25px;
	}
	}
.site-navbar .site-navigation .site-menu > li:not(.back_call) a:hover {
    color: #ff9404;
}
.site-navbar .site-navigation .site-menu > li .sub-menu li a:hover{
    background: none;
    color: #FF9404;
}
.site-navbar .site-navigation .site-menu .services-link a::before:hover {
    transform: translateY(-50%) rotate(180deg)
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-right: 15px;
}

/* .site-navbar .site-navigation .site-menu .active>a {
    background: #FF9404;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
} */

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    border-radius: 6px;
}

.site-navbar .site-navigation .site-menu>li {
    display: block;
    align-items: center;
}
.site-navbar .site-navigation .site-menu>li:not(.menu-item-has-children) button,
.site-navbar .site-navigation .site-menu li .sub-menu a button{
    display: none;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 8px 15px;
    font-size: 16px;
    text-decoration: none;
}
.site-navbar .site-navigation .site-menu> .menu-item-has-children >a {
    padding-right: 25px;
}
.site-navbar .site-navigation .site-menu>li.back_call>a {
    padding: 10px 25px;
}

.site-navbar .site-navigation .site-menu>li.back_call>a {
    color: white;
}

/* .site-navbar .site-navigation .site-menu>li>a>span {
    padding: 5px 20px;
    display: inline-block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
} */

/* .site-navbar .site-navigation .site-menu>li>a:hover>span {
    background: #FF9404;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
} */

.site-navbar .site-navigation .site-menu .menu-item-has-children {
    position: relative;
}

/* .site-navbar .site-navigation .site-menu .menu-item-has-children>a span {
    position: relative;
    padding-right: 30px;
} */

/*.site-navbar .site-navigation .site-menu .menu-item-has-children>a:before {*/
/*    position: absolute;*/
/*    content: url("/wp-content/uploads/2023/05/arrowmorel.png");*/
/*    font-size: 16px;*/
/*    top: 52%;*/
/*    right: 5px;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    font-family: 'icomoon';*/
/*}*/

.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu li.menu-item-has-children a:before {
    right: 6px;
    content: none;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.services-link>a:before {
    right: 5px;
    top: 56%;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0px;
    position: absolute;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    padding: 0px 0;
    /*margin-top: 20px;*/
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    z-index: 100;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.services-link .sub-menu:before,
.site-navbar .site-navigation .site-menu .menu-item-has-children.about_link .sub-menu:before {
    left: 15%;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FF9404;
    border-width: 10px;
    margin-left: -10px;
}

/* .site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
} */

/* .site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu .active>a {
    color: #FF9404 !important;
} */

.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu>li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>a {
    position: relative;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>a:hover {
    background: #F0F0F0;
}

/* .site-navbar .site-navigation .site-menu .menu-item-has-children:hover>a span {
    background: #FF9404;
    color: #fff;
} */

.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children .sub-menu li{
    flex: 1 1 200px;
    max-width: 200px;
    gap: 10px;
}
.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children > .sub-menu > li > a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: 'Rubik-Medium';
}
.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children > .sub-menu > li > a:hover{
    color: #FF9404;
    background: none;
}
.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children:hover .sub-menu .sub-menu{
    opacity: 1;
    visibility: visible;
}
.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children .sub-menu .sub-menu{
    position: static;
    flex-direction: column;
    margin-top: 0;
    box-shadow: none;
    width: auto;
}
.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children .sub-menu  .sub-menu li{
    flex-basis: auto;

}
.site-navbar .site-navigation .site-menu .menu-item-has-children.services-link>a {
    padding: 8px 41px;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.about_link .sub-menu {
    width: 260px;
}

.services-link {
    padding-left: 0;
    position: relative
}
/*
.services-link>.menu-element::after {
    background-image: url(/wp-content/uploads/2023/05/services.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: invert(66%) sepia(93%) saturate(2373%) hue-rotate(354deg) brightness(98%) contrast(106%);
    height: 25px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
} */

.services-link>.menu-element::before {
    background-image: url(/wp-content/uploads/2023/05/services.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    filter: invert(66%) sepia(93%) saturate(2373%) hue-rotate(354deg) brightness(98%) contrast(106%);
    height: 25px;
    left: 20px;
    position: relative;
    top: 50%;
    /* transform: translateY(-50%); */
    width: 30px;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.services-link>a {
    padding: 8px 25px 8px 41px;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.about_link > a {

}

.btn-mobile-advice {
    display: none;
    padding: 10px 15px;
    color: white;
    font-size: 16px;
    background: var(--accent);
    border-radius: 6px;
    border: none;
    transition: all .3s ease-in-out;
}

.btn-mobile-advice:hover {
    background: var(--btn_hover);
}

@media screen and (max-width: 992px) {
    .btn-mobile-advice {
        display: block;
        margin: 0 70px 0 0;
    }

    #menu-item-31,
    #menu-item-182 {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .btn-mobile-advice {
        padding: 10px 16px;
        margin: 0 70px 0 0;
    }
}


/* ----------- End header-menu --------*/


.header .btn-burger {
    display: none;
    position: relative;
    z-index: 3
}



.back_call a {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: var(--accent);
    border-radius: 6px;
    transition: all .3s ease-in-out;
}

.back_call:hover a {
    color: #FFFFFF;
    cursor: pointer;
    background: var(--btn_hover);
}

/*------- Modal  -------------------------*/
.field_bottom {
    margin-bottom: 26px;
}

@media screen and (max-height: 690px) and (min-height: 610px) {
    .field_bottom {
        margin-bottom: 10px;
    }
}

.field_bottom ul {
    padding-left: 20px;
}

.field_bottom p span {
    line-height: 27px;
}

/*----- End header -----------------------*/

/* ------ page theme -----*/
.page_article {
    padding-bottom: 40px;
}

.page_article .page_title {
    font-family: 'Rubik-Medium';
    padding-bottom: 35px;
    font-size: 42px;
    line-height: 50px;
}

.page_doc_cont h2 {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    padding: 20px 0 10px;
}

.page_doc_cont ul {
    padding-left: 25px;
}

.page_doc_cont li {
    list-style: disc;
}

/* ------ main3_block -----*/

.main3 {
    background: var(--menu_hover);
    margin-top: 80px;
}

.main3.main3_promotion {
    background: transparent;
    margin-top: 120px;
}

.content_google_ads .main3 {
    margin-top: 120px;
}

.main3_pcc.main3 {
    background: transparent;
}

.manage_rates .sec3 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sec3 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.main3_promotion.main3 .sec3 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.main3_pcc .sec3 {
    padding-top: 0px;
}

.main3 .main2_title {
    max-width: 530px;
}

.main3_promotion.main3 .main2_title {
    max-width: 641px;
}

.main3_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
    max-width: 825px;
}

.main3_subtitle p {
    padding-bottom: 10px;
}

.main3_subtitle p b {
    color: var(--accent);
}

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

.main3_promotion .main3_block {
    justify-content: space-between;
}

.main3_promotion.manage_rates .main3_block {
    max-width: 941px;
}

.promotion_item_txt {
    width: 32%;
}

.main3_promotion.manage_rates .promotion_item_txt {
    width: 50%;
}

.manage_rates_img {
    margin-top: 50px;
}

.manage_rates_img img {
    max-width: 100%;
}

.promotion_item_txt ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.manage_rates .promotion_item_txt ul li {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Rubik-Medium';
}

.manage_rates .promotion_item_txt ul li b {
    color: var(--secondary);
    font-weight: 500;

}

.manage_rates .promotion_item_txt ul span {
    padding-left: 15px;
    display: block;
}

.promotion_item_txt ul li::before {
    position: absolute;
    left: -2px;
    top: -2px;
    content: "\2022";
    color: var(--secondary);
    font-size: 30px;
}

.main3_item_img {
    width: 20%;
    padding-bottom: 25px;
    text-align: center;
}

.main3_block .main3_item_img:nth-last-child(1),
.main3_block .main3_item_img:nth-last-child(2) {
    padding-bottom: 0;
}



/* ------ main2_block -----*/

.main2 {
    padding-top: 120px;
}

.main2_title {
    font-family: 'Rubik-Medium';
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 35px;
}

.cont_block1 .main2_title {
    max-width: 540px;
    font-size: 42px;
    line-height: 50px;
}

.thanks .main2_title {
    font-size: 42px;
    line-height: 50px;
    max-width: 635px;
}

.thanks .main2_title p {
    font-size: 26px;
    line-height: 50px;
    margin-top: 20px;
}

.thanks {
    padding-top: 90px;
}

.thanks .main3_subtitle {
    padding-bottom: 0;
}

.thanks .group_btn {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
}

.thanks .main1_button_name {
    width: 230px;
}

.thanks .group_btn .topblock_btn {
    padding: 18px;
    display: flex;
    justify-content: center;
}

.cont_section {
    position: relative;
    height: 566px;
}

.cont_subtitle,
.cont_form {
    width: 50%;
    position: absolute;
}

.cont_subtitle {
    left: 0;
}

.cont_form {
    right: -19px;
    top: -220px;
}

.cont_map {
    position: absolute;
    top: 173px;
    max-width: 540px;
    width: 100%;
}

.cont_form .field_wrapp {
    width: 100%;
}

.cont_form .form_fields input[type="text"],
.cont_form .form_fields input[type="tel"],
.cont_form .form_fields input[type="email"] {
    max-width: 100%;
}

.cont_form .callback_form_1 {
    padding: 60px 40px;
}

.cont_address {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
}

.cont_address_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32%;
    border-radius: 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 20px;
}

.cont_address_item img {
    width: 48px;
    height: 40px;
    margin-bottom: 30px;
}

.cont_address_item a,
.cont_address_item {
    font-family: 'Rubik-Medium';
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    transition: all .3s ease-in-out;
}

.cont_address_item:hover {
    transform: scale(1.03);
}

.cont_address_item a:hover {
    color: var(--accent);
}

.cont_address_item:hover img {
    filter: invert(0.5) sepia(5) saturate(9);
}

/*------- seo_promotion ---------*/

.seo_promotion {
    padding-top: 120px;
}

.seo_promotion .main2_title {
    max-width: 825px;
}

.seo_part_subtitle1_top {
    padding-top: 10px;
}

.seo_part_subtitle1 {
    padding-top: 30px;
}

.seo_promotion .part_block {
    padding-left: 18px;
    padding-top: 10px;
}

.seo_promotion .part_block li::marker {
    color: var(--secondary);
}

.promotion_section {
    padding-top: 50px;
}

.seo_part1_item_block {
    display: flex;
    justify-content: space-between;
}

.seo_item {
    border-radius: 6px;
    border: 1px solid var(--secondary);
    width: 32%;
    text-align: center;
    margin: 30px 0;
    padding: 8px 15px;
    position: relative;
}

.seo_part1_item_block .seo_item:nth-child(1)::after,
.seo_part1_item_block .seo_item:nth-child(2)::after {
    content: '+';
    position: absolute;
    right: -19px;
    font-size: 20px;
}

.seo_block_text {
    display: flex;
    justify-content: space-between;
}

.part_block_seo {
    width: 32%;
    padding-left: 15px;
}

.seo_promotion .part_block_seo li {
    padding-bottom: 10px;
    list-style: disc;
    line-height: 24px;
}

.seo_promotion .part_block_seo li::marker {
    color: var(--secondary);
}

.seo_promotion .part4_block_seo {
    padding-top: 10px;
}

.part_name_seo {
    padding-top: 10px;
}

.part_name2_seo {
    line-height: 33px;
}

.seo_promotion .part5_block_seo {
    padding-top: 8px;
}

.promotion_bottom_text {
    padding-top: 30px;
    font-family: 'Rubik-Medium';
}

.promotion_section1 .seo_part_title a {
    color: var(--accent);
    text-decoration-line: underline;
}

/*-------END seo_promotion ---------*/

.block1_serv_main .main2_subtitle {
    max-width: 730px;
}

.main_hr {
    background: #FF9404;
    width: 430px;
    height: 1px;
    margin-bottom: 35px;
}

.main2_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 50px;
    max-width: 825px;
}

.main2_subtitle.subtitle_cases b {
    color: var(--accent);
}

.main2_block {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.main2_fon {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main2_fon_flex {
    background: #E5F5FB;
    width: 83%;
    height: 73%;
}

.main2_item {
    width: 350px;
    height: 333px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin: 35px 0 50px;
    padding: 30px 30px;
    transition: all .3s ease-in-out;
}

.main2_item:hover {
    transform: scale(1.03);

}

.main2_item_img {
    width: 100%;
    position: relative;
}

.main2_item_img img {
    position: absolute;
    right: -15px;
    top: -85px;
    transition: all .3s ease-in-out;
}

.main2_item:hover .main2_item_img img {
    filter: invert(0.5) sepia(5) saturate(9);
}

.main2_item_name {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 10px;
    max-width: 272px;
}

.main2_item_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* line-height: 1.625rem; */
}

.main2_item_txt b {
    color: var(--secondary);
    font-size: 17px;
}

/* ------ main4_block -----*/

.main4 {
    padding-top: 120px;
}

.main4_wrapper_slider {
    position: relative;
}

.main4_wrapper_slider .btn-container {
    display: none;
}

.main4_slider {
    position: relative;
}

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

.main4_item {
    width: 31%;
    /*height: 375px;*/
    /*position: relative;*/
    margin-bottom: 40px;
    margin-right: 2%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.main4_item:hover {
    transform: scale(1.03);
}

.main4_item_img img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.main4_item_name {
    font-family: 'Rubik-Medium';
    padding: 30px 23px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.main4_item_txt {
    padding: 0px 23px 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
    animation: cases 1000ms ease-out;
}

.main4_item_block {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    background: rgba(255, 255, 255, 0.8);
    /*height: 155px;*/
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/*.main4_item:hover .main4_item_block {*/
/*    height: 250px;*/
/*}*/

/*.main4_item:hover .main4_item_txt {*/
/*    display: block;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

@keyframes cases {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.main4_btn {
    position: absolute;
    bottom: 23%;
    right: 8%;
}

.main4_btn a {
    font-size: 20px;
    line-height: 24px;
    background: #FF9404;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 18px 33px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 22em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px;
    z-index: 1000;
    background: #FFDEB1;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: black;
    font-size: 16px;
    line-height: 24px;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #FFDEB1;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #FFDEB1;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #FFDEB1;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #FFDEB1;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* ------ main5_block -----*/

.main5 {
    padding-top: 80px;
    position: relative;
}

.home .main5 {
    padding-top: 120px;
}

.main5 .patern {
    position: absolute;
    right: 0;
    top: -30%;
    z-index: -1;
}

.main5 .main2_title {
    max-width: 700px;
}

/* ---- Slider video---------------- */

.third .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 40px;
}

.third .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-width: 700px; */
    width: 60%;
    border-radius: 16px;
}

.portfolio .main5_block {
    margin: 50px 0 50px;
}

.portfolio .third .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.portfolio .third .swiper-slide img {
    max-width: 925px;
    width: 100%;
}

.portfolio_title_bottom {
    font-size: 14px;
    line-height: 20px;
}

.portfolio_text_bottom {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Rubik-Medium';
}

.portfolio_name_button a {
    color: white;
    font-size: 18px;
    line-height: 20px;
    border-radius: 8px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 18px 30px;
}

.portfolio_block_text {
    display: flex;
}

.portfolio_title {
    width: 68%;
}

.portfolio_button {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.portfolio_title_bottom {
    padding-bottom: 7px;
}

.design .part_block li::marker {
    color: var(--secondary);
}

.design_bottom_image {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.design_bottom_image img {
    max-width: 756px;
    width: 100%;
    height: auto;
}

.design_bottom_img img {
    border-radius: 4px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    margin: 2px;
}

.design_bottom_img {
    display: flex;
}

.third .swiper-slide .video img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.third .swiper-pagination {
    display: none;
}

.third .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    opacity: 1;
    background: transparent;
    border: 1px solid var(--accent);
}

.third .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--accent);
}

.third {
    position: relative;
}

.third_title {
    font-family: 'Rubik-Medium';
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    max-width: 635px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.third_title hr {
    height: 1px;
    background: #FF9404;
}

.third .swiper-slide {
    transition: all 0.5s ease;
}

.third .swiper-slide-active {
    transform: scale(1.2);
    max-height: 425px;
}

.swiper-pagination-bullet-active {
    background: var(--accent);
}

.third_content {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    cursor: pointer;
    width: 592px;
    height: 333px;
    position: relative;
}

.third_content iframe {
    border-radius: 16px;
}

.video {
    position: relative;
}

.video::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    z-index: 2;
}
.video.showing-video::before{
    content: none;
}
.video.close_die::before {
    display: none;
}

.third .swiper-slide-active .third_content {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    text-align: left;
}

.third .swiper-button-next,
.third .swiper-button-prev {
    top: 44%;
}

.third .swiper-button-next:after,
.third .swiper-button-prev:after {
    font-size: 24px;
}

.third .swiper-button-next,
.third .swiper-button-prev {
    color: var(--accent);
}

.third .swiper-button-prev,
.third .swiper-rtl .swiper-button-next {
    left: -56px;
    right: auto;
}

.third .swiper-button-next,
.third .swiper-rtl .swiper-button-prev {
    right: -56px;
    left: auto;
}

.third_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    opacity: 0;
    transition: all 1s ease-in-out;
    /* background: rgba(0, 0, 0, 0.6); */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 40px 20px 40px;
    z-index: 9;
}

.third_text img {
    max-width: 100%;
    max-height: 25px;
}

.swiper-slide-active .third_text {
    opacity: 1;
}

.third .swiper-slide .third_logo {
    max-width: 80px;
    height: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.third .swiper-slide .third_logo img {
    border-radius: 0;
    object-fit: contain;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.third_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Rubik-Medium';
    margin-bottom: 15px;
}

.third_prof {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.third .video {
    max-height: 335px;
    height: 100%;
    width: 100%;
}

.success_stories_video .video {
    height: 100%;
}

.video iframe,
.video img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
    border-radius: 16px;
}

.btn-reset {
    border: none;
    background: transparent;
    cursor: pointer;
    width: 40px;
    height: 28px;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-play-shape {
    fill: #ff0000;
    fill-opacity: 0.8;
}

.video-play-icon {
    fill: #fff;
}

.video-play:focus {
    outline: none;
}

.video:hover .video-play-shape,
.video:focus .video-play-shape {
    fill: #871414;
    fill-opacity: 1;
}

/* ------ main6_block -----*/

.main6 {
    padding-top: 120px;
}

/* .main6_width {
    max-width: 825px;
} */

.main6_block {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.main6_item {
    width: 32%;
    height: auto;
    border: 2px solid transparent;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 40px 20px 100px;
    transition: all .5s ;
    position: relative;
}

.main6_item:hover {
    /* transform: scale(1.01); */
    border: 2px solid var(--accent);
}

.main6_item_btn{
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    display: block;
}

.open_vacancies .main6_item {
    width: 48.5%;
    height: auto;
    padding: 40px 20px 100px;
    transition: all .1s ease-in-out;
    margin-bottom: 30px;
}

.useful .main6 {
    background: #F0F0F0;
}

.main6_block {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.useful .main6_item {
    width: 41%;
    position: relative;
    margin-bottom: 120px;
}

.useful .main6_item_img {
    width: 100%;
    position: absolute;
    top: -80px;
    right: -395px;
    z-index: -1;
}

.useful .main6_item_btn {
    margin-top: 25px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.useful .main6_item_btn a {
    background: var(--accent);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 10px 45px;
}

.content_seo .main9 {
    margin-top: 120px;
}

.main6_item_img {
    width: 100%;
    height: auto;
    position: relative;
}

/*.main6_item_img img {*/
/*    transition: all .3s ease-in-out;*/
/*}*/

/*.main6_item:hover .main6_item_img img {*/
/*    filter: invert(0.5) sepia(5) saturate(9);*/
/*}*/

.main6_item_name {
    font-family: 'Rubik-Medium';
    margin: 30px 0 30px;
    font-size: 24px;
    line-height: 30px;
    height: 33px;
    overflow: hidden;
}

.open_vacancies .main6_item_name {
    margin: 0px 0 15px;
    height: 59px;
}

.open_vacancies .main2_subtitle {
    max-width: 635px;
}

.main6_item_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: 100px;
    overflow: hidden;
}

.content_google_ads .main6_item_txt,
.facebook_instagram_ads .main6_item_txt,
.design .main6_item_txt {
    min-height: 144px;
}

.content_services .main6_item_txt {
    height: 144px;
}

.open_vacancies .main6_item_txt {
    height: 147px;
}

.main6_item_txt b {
    color: var(--secondary);
}

.main6_item_btn {
    margin-top: 30px;
    text-align: center;
    color: var(--white);
    background: var(--accent);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 8px 25px;
}

.open_vacancies .main6_item_btn {
    margin-top: 30px;
    text-align: center;
    background: var(--accent);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 10px 25px;
}

.main6_item_btn:hover,
.main6_item_btn:hover a {
    background: var(--btn_hover);
    cursor: pointer;
}

.main6_item_btn span {
    color: white;
    font-size: 18px;
    line-height: 20px;
}

.open_vacancies .main6_item_btn span {
    line-height: 18px;
}

.main6_item_price {
    display: flex;
}

.main6_item_price_sub {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-top: 30px;
}

.main6_item_price_sub span:nth-child(1) {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary);
}

.main6_item_price_sub span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

/* ------ main7_block -----*/

.main7 {
    display: flex;
    padding-top: 60px;
    background: var(--menu_hover);
    margin-top: 120px;
    border-radius: 16px;
}

.facebook_instagram_ads .main7 {
    padding-bottom: 0px;
}

.main7_left {
    width: 50%;
    padding-top: 22px;
    padding-left: 60px;
    padding-right: 21px;
}

.main7 .main2_subtitle {
    padding-bottom: 24px;
}

.main7_title {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 33px;
}

.main7 .main_hr {
    margin-bottom: 38px;
}

.main7_item_name {
    font-family: 'Rubik-Medium';
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
}

.main7_item_txt ul {
    padding-left: 20px;
}

.main7_item_txt li {
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
    padding-bottom: 10px;
}

.main7_item_txt li::marker {
    color: var(--secondary);
}

.main7_item {
    padding-bottom: 56px;
}

.main7_item2 {
    display: flex;
    align-items: center;
}

.main7_item_text {
    padding-left: 12px;
}

.main7_item2 .main7_item_name {
    padding-bottom: 3px;
}

.main7_right {
    width: 50%;
}

.main7 .field_wrapp {
    width: 100%;
}

.main7 .form_fields input[type="tel"],
.main7 .form_fields input[type="text"],
.main7 .form_fields input[type="email"],
.main7 .form_fields textarea {
    max-width: 100%;
    margin-top: 3px;
}

.main7 .form_fields textarea {
    margin-bottom: 23px;
}

.main7 .form_fields {
    margin-top: 28px;
    padding-right: 37px;
}

.main7 .callback_form_main {
    padding: 0px 20px 0px;
}

.main7 .field_wrapp_txt {
    padding-bottom: 42px;
}

.main7 .form_sbmt {
    width: 223px;
    height: 53px;
}

/* ------ main8_block -----*/

.main8 {
    margin-top: 120px;
}

.our_goals {
    background: var(--menu_hover);
    padding: 80px 0;
    margin-top: 120px;
    margin-bottom: 120px !important;
}

.our_goals .main8_item_txt p {
    margin-bottom: 10px;
}

.main8 .main2_title {
    max-width: 635px;
}

.main8_item {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}

.main8_block .main8_item:nth-last-child(1) {
    padding-bottom: 0px;
}

.main8_block .main8_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.main8_block .main8_item:nth-child(2n) .main8_item_text {
    padding-right: 0px;
    padding-left: 15px;
}

.main8_item_text {
    width: 50%;
    padding-right: 15px;
}

.main8_item_img {
    width: 50%;
}

.main8_item_img img {
    max-width: 100%;
    height: auto;
}

.main8_item_name {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
}

.career .main8_item_name {
    font-size: 31px;
    line-height: 42px;
}

.main8_item_txt {
    font-size: 16px;
    line-height: 24px;
}

.approaches_title {
    font-family: 'Rubik-Medium';
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
}

.approaches_txt {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
}

/* ------ main9_block -----*/

.main9 {
    text-align: center;
    position: relative;
}

.main9_wrapper {
    max-width: 825px;
    margin: 0 auto 0;
}

/*.home .main9 {*/
/*    margin-top: 80px;*/
/*}*/

.main9 {
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    .main9 {
        margin-top: 220px;
    }
    .our_goals {
        margin-bottom: 60px !important;
    }
}

.main9 .patern {
    position: absolute;
    right: 0;
    top: -40%;
    z-index: -1;
}

.main_hr_wrapper {
    display: flex;
    justify-content: center;
}

.main9 .main_hr {
    width: 500px;
    margin-bottom: 45px;
}

/* .main9_item_iframe {
    height: 465px;
} */

/* .main9 .video {
    max-height: 465px;
    height: 100%;
    position: relative;
} */

.main9 .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

/* .main9 .video iframe,
.main9 .video img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
    border-radius: 16px;
} */

.main9 .video iframe,
.main9 .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main9 .btn-reset {
    border: none;
    background: transparent;
    cursor: pointer;
    width: 68px;
    height: 48px;
}

.main9 .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main9 .video-play-shape {
    fill: #ff0000;
    fill-opacity: 0.8;
}

.main9 .video-play-icon {
    fill: #fff;
}

.main9 .video-play:focus {
    outline: none;
}

.main9 .video:hover .video-play-shape,
.main9 .video:focus .video-play-shape {
    fill: #871414;
    fill-opacity: 1;
}

/* ------ main11_block -----*/

.main11 {
    padding-top: 120px;
}

.main11_item_img1_mob {
    display: none;
}

.main11 .main2_subtitle {
    max-width: 730px;
    padding-bottom: 47px;
}

.main11_section {
    position: relative;
}

.main11_block {
    display: flex;
    justify-content: space-between;
}

.main11_item_img1 {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
}

.main11_item_img1 span {
    width: 49%;
}

.main11_item_img2 {
    padding-bottom: 4px;
}

.main11_item_img2 img:nth-child(1) {
    padding-right: 4px;
}

.main11_item_img3 img:nth-child(1) {
    padding-right: 4px;
}

.main11_text {
    position: absolute;
}

.main11_text1 {
    top: -58px;
    right: 217px;
    max-width: 370px;
}

.main11_text2 {
    bottom: 191px;
    left: 180px;
    max-width: 356px;
}

.main11_text3 {
    bottom: 210px;
    right: 41px;
    max-width: 318px;
}

.main11_text4 {
    bottom: -55px;
    right: 112px;
    max-width: 415px;
}

.main11_text span {
    font-size: 16px;
    line-height: 22px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 18px;
}

/* ------ main12_block -----*/

.main12 {
    margin-top: 162px;
    text-align: center;
    position: relative;
}

.main12 .main2_title {
    padding-bottom: 37px;
}

.main12_item {
    width: 23%;
}

.main12 .main_hr {
    margin-bottom: 44px;
}

.main12 .patern {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: -1;
}

.main12_block {
    display: flex;
    justify-content: space-between;
}

.main12_item_name {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    padding-top: 30px;
}

.main12_item_txt {
    padding-top: 8px;
}

.main12_item_txt p {
    font-size: 16px;
    line-height: 24px;
    padding: 7px 0;
    position: relative;
}

.main12_item_txt p:nth-child(1)::after,
.main12_item_txt p:nth-child(2)::after {
    content: '\2022';
    color: var(--secondary);
    font-size: 30px;
    position: absolute;
    left: 46%;
    bottom: -12px;
}

/* ------ main13_block -----*/

.main13 {
    margin-top: 120px;
}

.main13 .main_hr {
    margin-bottom: 50px;
}

/* ---- факью ---------*/
.faq__container details p {
    padding-top: 0px;
}

details {
    max-height: 64px;
    display: block;
    background: #fff;
    outline: 0;
    /* box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.3); */
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.8s ease-in-out;
    border: 1px solid #ccc;
    position: relative;
}

details[open] {
    max-height: 1000px;
    margin-bottom: 25px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

summary::-webkit-details-marker {
    display: none;
}

summary::-moz-list-bullet {
    list-style-type: none;
}

summary::marker {
    display: none;
}

summary {
    display: block;
    min-height: 64px;
    padding: 20px 20px 20px 30px;
    font-size: 1.1em;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    /* border: 1px solid #CCCCCC;
    border-radius: 8px; */
}

/* details::after {
    top: 24px;
    right: 2%;
    color: transparent;
    background: url("/wp-content/uploads/2023/06/arrow_bottom.png") no-repeat 50% 50% / 1em 1em;
    width: 1em;
    height: 1em;
    content: "";
    position: absolute;
    transition: transform .8s;
} */

summary span {
    position: absolute;
    right: 22px;
    top: 23px;
}

summary span img {
    width: 24px;
    height: 24px;
}

details[open]>summary {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 24px;
}

details[open] summary span {
    transform: scale(1, -1);
    transition: transform .8s;
}

summary~* {
    padding: 0 30px 30px;
}

details[open] summary~* {
    animation: sweep .8s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.faq_item ul {
    padding-top: 7px;
    padding-left: 28px;
}

.faq_item ul li {
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
    padding-bottom: 5px;
}


/* ------ main14_block -----*/

.main14 {
    margin-top: 120px;
}

/* ------ main15_block -----*/

.main15 {
    margin-top: 50px;
    position: relative;
    padding-bottom: 255px;
}

.amazon_ads .main15,
.content_google_ads .main15,
.content_seo .main15,
.content_contacts .main15 {
    padding-bottom: 0px;
}

.page-template-page-ppc .main15 {
    padding-bottom: 0px;
}

.main15 .patern_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.main15.without-background .patern_footer{
    display: none;
}
/* .patern_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
} */

.main15_wrapper {
    position: relative;
}

.main15_blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main15_item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    border-radius: 18px;
    margin: 20px 0;
    text-align: left;
    transition: all .5s ;
}

.main15_item:hover {
    border: 2px solid var(--accent);
}

.main15_img img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.main15_item_text {
    padding: 20px;
}

.main15_avtor p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 12px;
}

.main15_title p {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 15px;
}
@media(min-width: 768px) and (max-width: 991px) {
	.main15_title p {
		font-size: 14px;
		line-height: 20px;
	}
}
.main15_btn {
    text-align: center;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: var(--accent);
    padding: 10px 0;
    margin: 30px 0 21px;
    cursor: pointer;
}

.main15_btn a span {
    background: var(--accent);
    font-size: 18px;
    line-height: 20px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.main15_btn:hover a span {
    background: var(--btn_hover);
}

.contextual {
    margin-top: 120px;
}

/* ---- Slider blog---------------- */

.main15 .swiper {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    /* padding-right: 30px;
    padding-left: 30px; */
}

.blogSlider {}

.main15 .swiper-wrapper {
    padding-bottom: 40px;
    /* padding-right: 30px;
    padding-left: 30px;  */
    /* width: 80%; */
}

.main15 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main15 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main15 .swiper-button-prev,
.main15 .swiper-rtl .swiper-button-next {
    left: -62px;
    right: auto;
}

.main15 .swiper-button-next,
.main15 .swiper-rtl .swiper-button-prev {
    right: -62px;
    left: auto;
}

.main15 .swiper-button-next,
.swiper-button-prev {
    color: var(--accent);
}

.main15 .swiper-button-next,
.main15 .swiper-button-prev {
    top: 46%;
}

.main15 .swiper-button-next:after,
.main15 .swiper-button-prev:after {
    font-size: 30px;
}

/* ------ PPC page -----*/
/* ------ block1_serv -----*/
.block1_serv_main {
    background: url(/wp-content/uploads/2023/06/pattern_top.webp) no-repeat 104% 1%;
}

.career .block1_serv_main {
    padding-bottom: 100px;
}

.block1_serv {
    padding-top: 29px;
    display: flex;
    justify-content: space-between;
}

.page_cases .block1_serv {
    padding-top: 0;
}

.block_404 .block1_serv {
    padding-top: 70px;
    padding-bottom: 70px;
}

.block1_serv .main2_title {
    padding-bottom: 35px;
    max-width: 730px;
    font-size: 42px;
    line-height: 50px;
}

.principles .main2_title {
    max-width: 635px;
}

.principles .block2_work_subtitle {
    max-width: 825px;
    font-weight: 400;
    line-height: 24px;
}

.main2_section {
    width: 42.8%;
}

.container_404 .main2_section {
    width: 50%;
}

.container_404 .main1_image img {
    max-width: 100%;
    height: auto;
}

.career_serv_main .main2_section {
    text-align: right;
    padding-top: 66px;
}

.career1_button_name {
    position: absolute;
    display: flex;
    justify-content: space-between;
    max-width: 1302px;
    bottom: -98px;
    width: 100%;
}

.career_serv_main .block1_serv {
    position: relative;
}

.career1_button_name a {
    border-radius: 8px;
    border: 1px solid var(--accent);
    background: #FFF;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    color: var(--accent);
    text-align: center;
    font-size: 18px;
    padding: 18px 30px;
    max-width: 308.75px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}

.career1_button_name a:hover {
    transform: scale(1.03);
    /* border: 1px solid var(--btn_hover);
    color: var(--btn_hover);
    text-align: center; */
}

.main1 .main1_section:nth-child(1) {
    padding-top: 70px;
}

.page_cases .main1 .main1_section:nth-child(1) {
    padding-top: 90px;
}

.container_404 .main1 .main1_section:nth-child(1) {
    padding-top: 20px;
}

.block1_serv .main2_subtitle {
    padding-bottom: 29px;
}

.block1_serv .main2_subtitle p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.main1_block {
    display: flex;
    justify-content: space-between;
    max-width: 435px;
}

.main1_button_name {
    padding-top: 78px;
}

.content_services .main1_button_name {
    padding-top: 50px;
}

.topblock_btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: var(--accent);
    padding: 17px 30px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

/* ------ block2_work -----*/
.block2_work {
    display: flex;
    justify-content: space-between;
}

.block2_work .main2_title {
    word-spacing: 2px;
}

.block2_work .main1_section:nth-child(2) {
    padding-left: 8px;
    padding-top: 50px;
}

.block2_work_item_name,
.block2_work_item2_name,
.block2_work_item3_name {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 12px;
}

.block2_work_item2_name {
    padding-top: 13px;
}

.block2_work_item3_name {
    padding-top: 13px;
}

.block2_work_subtitle ul {
    margin-left: 16px;
}

.block2_work_subtitle li {
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
    padding-bottom: 11px;
}

.block2_work_subtitle li::marker {
    color: var(--secondary);
}

.main3.main3_pcc {
    margin-top: 120px;
}

.main5.customer_main5 {
    padding-top: 120px;
}

.block2_work .main1_section:nth-child(1) {
    width: 64%;
}

.block2_work .main1_image img {
    max-width: 480px;
    max-height: 595px;
}

/* ------ google_partner -----*/

.partner {
    padding-top: 120px;
    background: var(--menu_hover);
    text-align: center;
    margin-top: 55px;
    padding-bottom: 80px;
}

.content_google_ads .partner {
    margin-top: 120px;
}

.content_google_ads .main__approach .block__content .content .content__top{
    flex-direction: row;
}

.partner_hr {
    display: flex;
    justify-content: center;
}

.partner_hr .main_hr {
    width: 550px;
}

.partner_image_top {
    padding-bottom: 57px;
}

.partner_image_top img {
    border-radius: 4px;
    max-height: 98px;
}

.partner_block {
    display: flex;
    justify-content: space-between;
    max-width: 724px;
    margin: 0 auto;
    padding-bottom: 47px;
    flex-wrap: wrap;
}

.partner_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner_item_img {
    display: flex;
    align-items: center;
}

.partner_item_img img {
    padding-right: 15px;
}

.partner_text {
    margin: 0 auto;
    color: var(--secondary);
    text-align: center;
    font-size: 24px;
    font-family: 'Rubik-Medium';
    font-weight: 500;
    line-height: 34px;
    max-width: 730px;
}

.partner .main2_subtitle {
    margin: 0 auto;
}

.partner .main2_subtitle {
    padding-bottom: 31px;
}

.partner_signature {
    color: #666;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    max-width: 730px;
    margin: 0 auto;
    font-family: 'Rubik-Medium';
    padding-top: 7px;
}

.partner_text2 {
    padding-top: 43px;
}

.partner_block2 {
    display: flex;
    justify-content: space-between;
    max-width: 637px;
    margin: 0 auto;
    padding-top: 35px;
}

/*------  facts_block ------------*/
.facts {
    padding-top: 120px;
}

.facts .main2_title {
    max-width: 635px;
}

.facts .main_hr {
    margin-bottom: 0px;
}

.facts_block {
    display: flex;
    justify-content: space-evenly;
}

.facts_item1,
.facts_item2 {
    height: 580px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.facts_item1 {
    justify-content: flex-end;
}

.facts_item2 {
    justify-content: flex-end;
    align-items: flex-end;
}

.facts_item_img2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.facts_item_image span:nth-child(1) img {
    border-radius: 4px;
    width: 101%;
}

.facts_item_image span:nth-child(2) img {
    border-radius: 4px;
    width: 101%;
}

.facts_item_image span:nth-child(3) img {
    border-radius: 4px;
    height: 98%;
}

.facts_text {
    z-index: 9;
    position: absolute;
    background: #FFF;
    width: 615px;
    border-radius: 16px
}

.facts_text1 {
    top: 58px;
    left: -20px;
    height: 192px;
}

.facts_text2 {
    bottom: -171px;
    left: -36px;
    height: 232px;
}

.facts_block_text1 {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(23, 23, 23, .1);
    padding-left: 20px;
    flex-wrap: wrap;
}

.facts_block_text2 {
    height: 100%;
    padding-top: 37px;
    display: flex;
    justify-content: space-evenly;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(23, 23, 23, .1);
    padding-left: 20px;
    flex-wrap: wrap;
}

.facts_item {
    width: 31%;
    padding-right: 5px;
}

.facts_item_txt {
    display: flex;
    flex-direction: column;
}

.facts_item_txt span:nth-child(1) {
    color: var(--secondary);
    font-size: 36px;
    font-family: 'Rubik-Medium';
    font-weight: 500;
    line-height: 42px;
}

.facts_item_txt span:nth-child(2) {
    color: var(--secondary);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 4px;
}

.facts_item_txt span:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
}

.main12.our_experts {
    margin-top: 282px;
}

/* ----------  contacts  ---------*/
.cont_block1 {
    padding-top: 90px;
}

/* ---- footer   ---------------- */
footer {
    background: #333333;
}

.footer_block {
    background: #333333;
    padding: 60px 10px;
    color: #fff;
    max-width: 1130px;
    margin: 0 auto;
}

.reinvent a {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    transition: all .3s ease-in-out;
}

.reinvent a:hover {
    color: #FF9404;
}

.footer_contener {
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 680px) {
    .footer_contener {
        display: flex;
        gap: 0;
    }
}

.footer section {
    width: 350px;
}

.section_title {
    font-family: 'Rubik-Medium';
    font-size: 16px;
    line-height: 15px;
    color: #FFFFFF;
    margin-bottom: 14px;
    padding-left: 14px;
}

.section_title hr {
    border: 1px solid #888;
    margin-top: 5px;
}

.section_block {
    padding: 25px 0 0 15px;
}

.section_item {
    display: flex;
    margin: 0 0 20px 0;
}

.section_item span {
    padding-right: 7px;
}

.section_logo {
    margin: 2px 0 0 0;
}

.section_logo img {
    width: 100px;
    height: auto;
}

.footer_bottom {
    max-width: 1110px;
    margin: 50px auto 0;
}

.footer_bottom_flex {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
}

.section_item_menu li {
    margin: 0 0 20px 0;
}

.section_item a,
.section_item_menu a {
    text-align: center;
    position: relative;
}

.section_item a::after,
.section_item_menu a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    bottom: 0px;
    left: 50%;
    position: absolute;
    background: #ff9404;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.section_item a:hover::after,
.section_item_menu a:hover::after {
    width: 100%;
    left: 0;
}

.footer_block .section_item_menu a::after {
    bottom: -4px;
}

@media screen and (max-width: 680px) {
    .footer section {
        padding: 0;
    }
}

/* ----End footer ---------------- */

/* Button up  */
#toTop {
    position: fixed;
    display: inline-block;
    bottom: 118px;
    right: -40px;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 574px) {
    #toTop {
        bottom: 30px;
    }
}

#toTop svg {
    position: relative;
    top: 23px;
    /*right: -12px;*/
    fill: #ffffff;
    transition: all .3s ease-in-out;
}

#toTop:hover svg {
    cursor: pointer;
    fill: var(--light_hover);
    transition: all .3s ease-in-out;
}

#toTop.show {
    opacity: 1;
    visibility: visible;
    right: calc(2%);
}

/* end Up-Down button  */

.grecaptcha-badge {
    /* display: none; */
    opacity: 0;
}

/* Popup  */
.btn_pop {
    cursor: pointer;
}

/* .call_meme {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.call_conteiner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 680px;
    height: 100%;
    max-height: 670px;
    margin: auto;
    /* overflow-y: auto; */
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.call_offer .call_conteiner {
    max-height: 690px;
    background: var(--menu_hover);
}

.call_offer .call_dialog,
.call_meme .call_dialog,
.call_meme .call_conteiner {
    background: var(--menu_hover);
}

.call_victory .call_conteiner {
    max-width: 1110px;
}

.call_victory .call_offer_block {
    display: flex;
    justify-content: space-between;
    max-height: 616px;
    padding: 60px;
}

.call_victory .call_offer_block .call_offer_text,
.call_victory .call_offer_block .call_offer_image {
    width: 48.485%;
}

.call_victory .call_close {
    right: 2%;
}

.call_victory .call_offer_block p {
    padding-bottom: 10px;
}

.call_victory .call_offer_block .call_offer_image img {
    max-width: 100%;
    max-height: 496px;
}

.opacity {
    visibility: visible;
}

.call_conteiner {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    border-radius: 16px;
    padding: 0 3px;
    background: var(--menu_hover);
    transition: all 0.2s ease-in-out;
    background: white;
}

.call_conteiner .call_dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

.call_dialog {
    padding: 0;
}

.call_conteiner.opacity {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.call_conteiner.opacity .call_dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border-radius: 16px;
}

.call_dialog_en {
    max-width: 860px;
    padding: 0px 25px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
}

.form_request .wpcf7-select {
    border: 1px solid #ccc;
    border-radius: 5px;
    flex-basis: 100%;
    padding: 15px;
    font-size: 20px;
    line-height: 1.3;
    color: #ccc;
    width: 100%;
}

.form_request .popup__field_select {
    margin-bottom: 7px;
    width: 100%;
}

.form_request .popup__field_send {
    max-width: 290px;
    margin: 20px auto 0;
}

.form_request .popup__field_send input {
    font-size: 20px;
    color: #fff;
    border: none;
    outline: none;
    background: #FF9404;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 18px 29px;
    cursor: pointer;
    transition: box-shadow .3s;
    height: auto;
}

.md_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgb(0 0 0 / 85%);
    transition: all 0.35s;
}

.call_offer_en .call_conteiner {
    max-height: 635px;
}

.popup__field_hidden {
    position: absolute;
}

.opacity~.md_overlay {
    opacity: 1;
    visibility: visible;
}

.call_close {
    text-align: right;
    font-size: 30px;
    color: #555;
    cursor: pointer;
    position: sticky;
    margin-right: 12px;
    right: 4%;
    top: 2%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    max-width: 460px;
    text-align: center;
    margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

/* FORMS */
/* Form1 Обратная связь + файл */
.callback_form_1 {
    width: 100%;
    height: auto;
    background: var(--menu_hover);
    padding: 6px 36px 10px 36px;
    border-radius: 16px;
}

.call_close span {
    color: #ccc;
}

.call_close img {
    width: 24px;
    height: 24px;
}

.call_close span:hover {
    color: #000;
}

.form_title h2 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    position: relative;
    margin-bottom: 41px;
    max-width: 400px;
    font-family: 'Rubik-Medium';
    font-weight: 500;
}

.form_title h2::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background: var(--accent);
    bottom: -20px;
}

.form_title p {
    max-width: 590px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.form_fields {
    margin-top: 20px;
}

.form_fields input[type="tel"],
.form_fields input[type="text"],
.form_fields input[type="email"],
.form_fields textarea {
    font-family: 'Rubik-Regular';
    font-style: normal;
    border: 1px solid var(--white);
    width: 100%;
    max-width: 290px;
    height: 44px;
    background: #ffffff;
    padding: 10px 10px 10px 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
}

@media screen and (max-height: 690px) and (min-height: 610px) {
    .form_fields input[type="tel"],
    .form_fields input[type="text"],
    .form_fields input[type="email"],
    .form_fields textarea {
        margin-bottom: 18px;
    }
}

.form_fields input[type="tel"]:focus,
.form_fields input[type="text"]:focus,
.form_fields input[type="email"]:focus,
.form_fields textarea:focus {
    border: 1px solid var(--secondary);
}

.form_fields input[type="tel"].wpcf7-not-valid,
.form_fields input[type="text"].wpcf7-not-valid,
.form_fields input[type="email"].wpcf7-not-valid,
.form_fields textarea.wpcf7-not-valid {
    border: 1px solid red;
}

.style_invalid label {
    color: red;
}

.form_fields textarea {
    resize: none;
    height: 80px;
    max-width: 100%;
    margin-bottom: 40px;
}

.form_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.field_wrapp {
    position: relative;
    width: 49%;
}

.call_offer .wpcf7-list-item {
    margin: 0 0 10px 0;
}

@media screen and (max-height: 690px) and (min-height: 610px) {
    .call_offer .wpcf7-list-item {
        margin: 0 0 4px 0;
    }
}

@media screen and (max-width: 574px) {
    .call_offer .wpcf7-list-item {
        margin: 0 0 19px 0;
    }
}

.field_wrapp a {
    display: block;
    position: relative;
    padding-left: 18px;
}

.field_wrapp label a:hover {
    color: rgb(117, 106, 8) !important;
}

.field_wrapp a::before {
    top: 6px;
    content: '*';
    position: absolute;
    left: 3px;
}

.form_title_call h2 {
    font-family: 'Rubik-Medium';
    font-size: 26px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    margin-bottom: 34px;
}

.form_title_call h2::before {
    content: "";
    position: absolute;
    width: 67px;
    height: 3px;
    background: #ffc226;
    bottom: -14px;
}

.form_title_call p {
    font-weight: 450;
    font-size: 20px;
    line-height: 128.3%;
    color: #484848;
}

.form_title p {
    font-size: 14px;
    line-height: 20px;
}

.form_title p span {
    color: var(--secondary);
    font-family: 'Rubik-Medium';
    font-size: 16px;
    line-height: 24px;
}

.form_question {
    margin-top: 20px
}

.form_answer {
    margin-top: 10px
}

.form_answer .wpcf7-radio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_answer.form_answer_3 .wpcf7-radio .wpcf7-list-item {
    width: 50%;
    margin: 0;
    padding-left: 1em;
}

.form_vacancy_ppc {
    margin-top: 30px;
}

.name_label,
.tel_label {
    position: relative;
    transition: all 0.2s ease;
}

.wpcf7-not-valid-tip {
    font-family: 'Rubik-Regular';
    font-size: 14px;
    margin-top: -18px;
    margin-bottom: 10px;
}

@media screen and (max-height: 690px) and (min-height: 610px) {
    .wpcf7-not-valid-tip {
        margin-bottom: 2px;
    }
}

.form_request .wpcf7-not-valid-tip {
    display: inline;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}



.form_fields input:focus+.name_label::after {
    transition: all 0.2s ease;
    content: "";
}

.form_fields input:focus+.tel_label::after {
    transition: all 0.2s ease;
    content: "";
}

.fields_info {
    font-weight: normal;
    font-size: 18px;
    line-height: 139.19%;
    color: #484848;
    margin-top: 5px;
    display: block;
    position: relative;
    padding-left: 18px;
}

.fields_info::before {
    top: 6px;
    content: '*';
    position: absolute;
    left: 3px;
}

.file_wrapp {
    margin-top: 24px;
    width: 100%;
    position: relative;
}

.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.input__file-button-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 125.69%;
    color: #000000;
    margin-left: 7px;
}

.file_wrapp label {
    border-bottom: 1px dashed #000000;
    padding-bottom: 5px;
    cursor: pointer;
}

.form_sbmt {
    width: auto;
    height: 40px;
    border: none;
    background: #FF9404;
    /* box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); */
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 25px;
}

.call_offer_block {
    padding: 42px 25px 0;
}

.call_offer_block p {
    padding-bottom: 7px;
}

.call_offer_block img {
    width: auto;
    /* height: 550px; */
    padding-top: 12px;
}

.call_offer .wpcf7-list-item label {
    display: block;
}

.call_offer .wpcf7-list-item label input[type="checkbox"] {
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

.call_offer .wpcf7-list-item-label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
}

.call_offer .wpcf7-list-item label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.call_offer .wpcf7-list-item-label::before {
    border: 2px solid #000;
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 18px;
    height: 18px;
}

.call_offer .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: var(--accent);
    content: '\2713';
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2px;
    border: 2px solid var(--accent);
}

.call_offer .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label {
    opacity: 1;
}

/* CHANGE LABEL COLOR WHILE CLICKED */
.call_meme .wpcf7-list-item label input[type=radio]:active + label {
    color: red;
  }

  /* CHANGE LABEL COLOR WHILE CHECKED

  .radio-item input[type=radio]:checked + label {
    color: red;
  }

  */

  .call_meme .wpcf7-list-item label {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }

  .call_meme .wpcf7-list-item label input[type='radio'] {
    display: none;
  }

  .call_meme .wpcf7-list-item label span {
    color: #666;
    font-weight: normal;
  }

  .call_meme .wpcf7-list-item label span:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    border: 2px solid #555;
    background-color: transparent;
  }

  .call_meme .wpcf7-list-item label input[type=radio]:checked + span:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 11px;
    content: " ";
    display: block;
    background: var(--accent);
  }


/* -------callback_form ----------*/
.callback_form_main {
    width: 100%;
    height: auto;
    background: var(--menu_hover);
    padding: 0px 40px 45px;
    border-radius: 16px;
}

.name_label {
    font-family: 'Rubik-Medium';
    font-size: 14px;
    line-height: 20px;
}

.field_wrapp input,
.field_textarea textarea {
    border-radius: 8px;
}

.field_wrapp_txt {
    font-size: 14px;
}

.txt_flex_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txt_flex_form p {
    max-height: 40px;
}

.field_bottom_block {
    display: flex;
    justify-content: space-between;
}

.field_file {
    display: flex;
    align-items: center;
    padding: 5px 0 17px;
}

.field_file input {
    color: var(--accent);
    padding: 3px;
    cursor: pointer;
}

.text_filed,
.text_filed2 {
    padding-left: 10px;
    color: #666;
}

.callback_form_1
/*----- End Popup ----------------- */



@media (max-width: 1800px) {}

@media (min-width: 1470px) {}

@media screen and (max-width: 1200px) {

    .wrapper_content,
    .container {
        padding-left: 27.5px;
        padding-right: 27.5px;
    }

    /* --- MENU ------- */
    .menu_burger {
        display: block;
        position: absolute;
        right: 25px;
        top: 25px;
        z-index: 1000;
    }

	/*
    .menu_items_btn-js.open_hamburger div:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
	*/
/*
    .menu_items_btn-js.open_hamburger div:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .menu_items_btn-js.open_hamburger div:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
*/
	
    .menu_items_btn-js {
        display: flex;
        width: 37px;
        height: 23px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    .menu_items_btn-js div {
        position: absolute;
        height: 3px;
        width: 100%;
        background: var(--accent);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }


    .menu_items_btn-js div:nth-child(2) {
        top: 10px;
    }

    .menu_items_btn-js div:nth-child(3) {
        top: 20px;
    }

    .nav_header.open_top_menu {
        opacity: 1;
        visibility: visible;
        max-height: 100vh;
    }
    .site-navigation{
        padding: 10px 0 10px 0;
    }

    /* .nav_header .site-menu .sub-menu {
        overflow-y: scroll;
    } */

    .nav_header {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        /*transition: max-height .5s ease-out, visibility .3s ease-out, opacity .3s ease-out;*/
        transition: opacity .35s .1s;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        border-top: 1px solid #00000015
    }

    .header__menu {
        justify-content: space-around;
        padding: 20px 0;
    }

    /* ---END MENU ------- */

    .text_top span {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 4px;
    }




}

@media screen and (max-width: 992px) {

    .header__logo-container {
        position: relative;
        z-index: 3
    }
    .nav_header.open_top_menu {
        opacity: 1;
        visibility: visible;
        height: calc(100vh - 65px);
    }
    .site-menu {
        flex-direction: column;
    }

    .site-menu a {
        position: relative
    }

    .header .btn-burger {
        display: block;
        height: 40px;
        width: 38px
    }

    .header .btn-burger div {
        background-color: var(--accent);
        border-radius: 2px;
        height: 2px;
        position: absolute;
        width: 100%
    }

    .header .btn-burger div:first-child {
        top: 10px
    }

    .header .btn-burger div:nth-child(2) {
        top: calc(50% - 1px)
    }

    .header .btn-burger div:nth-child(3) {
        bottom: 10px
    }

    .header nav {
        background: #fff;
        bottom: 0;
        display: none;
        padding: 130px 20px 20px;
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        z-index: 3
    }

    .header nav.show {
        display: block
    }

    .site-navigation {
        padding-left: 40px;
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .site-menu .menu-item-has-children.services-link>a {
        padding: 8px 41px 8px 15px;
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children:hover>.sub-menu {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        margin-top: 0px;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        /* animation: slidenavAnimationOut 0.7s; */
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu {
        position: relative;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        /* transition: max-height 0.3s ease-in, visibility .3s ease-in, opacity .3s ease-in; */
        /* animation: slidenavAnimationOut 0.7s; */
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children.on_active .sub-menu {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        /* transition: max-height 0.7s ease-in, visibility .7s ease-in, opacity .7s ease-in; */
        animation: slidenavAnimation 0.5s ease-in;
    }
    .site-navbar .site-navigation .site-menu .services-link.menu-item-has-children .sub-menu{
        max-width: 100%;
    }
    @keyframes slidenavAnimation {
        from {
            opacity: 0;
            max-height: 0px;
        }

        to {
            opacity: 1;
            max-height: 1000px;
        }
    }

    @keyframes slidenavAnimationOut {
        from {
            opacity: 1;
            max-height: 1000px;
        }

        to {
            opacity: 0;
            max-height: 0px;
        }
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children:hover>a::before {
        transform: translateY(-44%) rotate(0deg);
        filter: none;
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children:hover>a {
        color: #000;
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children.on_active>a {
        color: var(--accent);
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children.on_active>a::before {
        transform: translateY(-70%) rotate(180deg);
        filter: invert(66%) sepia(93%) saturate(2373%) hue-rotate(354deg) brightness(98%) contrast(106%);
    }


    .site-menu .menu-item-has-children .sub-menu {
        width: 260px;
    }

    .site-navbar .site-navigation {
        height: 100%;
        overflow-y: scroll;
        max-height: 1500px;
    }

    .pll-parent-menu-item .sub-menu {
        max-width: 62px;
    }

    .third .swiper-pagination {
        display: block;
        bottom: -6px;
    }

    .third .swiper-wrapper {
        padding-bottom: 25px;
    }

    .site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu,
    .site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu>li.menu-item-has-children>ul {
        left: 0;
        top: 0;
    }

    .block2_work .main1_section:nth-child(1) {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .main7 .form_fields {
        padding-left: 0;
    }

    .call_victory .call_conteiner {
        max-height: 100%;
    }

    .call_victory .call_offer_block {
        max-height: 100%;
        flex-direction: column;
        padding: 30px 20px;
    }

    .call_victory .call_offer_block .call_offer_text,
    .call_victory .call_offer_block .call_offer_image {
        width: 100%;
    }

    .call_victory .call_offer_block .call_offer_image {
        text-align: center;
    }

    .call_victory .call_offer_block img {
        padding-top: 30px;
    }

    .call_victory .call_close {
        top: 2%;
    }
}

@media screen and (max-width: 680px) {
    .footer_contener {
        flex-wrap: wrap;
    }

    .footer_bottom_flex {
        flex-direction: column;
        align-items: start;
        padding: 0;
    }

    .footer_bottom {
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 574px) {
    .form_block {
        flex-direction: column;
    }

    .field_wrapp {
        width: 100%;
    }

    .form_fields input[type="tel"],
    .form_fields input[type="text"],
    .form_fields input[type="email"],
    .form_fields textarea {
        max-width: 100%;
    }

    .wpcf7-spinner {
        position: absolute;
        top: 0;
        left: 40%;
    }

    .txt_flex_form {
        flex-direction: column;
        position: relative;
        align-items: start;
    }

    .field_bottom_block {
        flex-direction: column;
    }

    .txt_flex_form p {
        width: 100%;
    }

    .field_wrapp_txt {
        padding-top: 0px;
        margin: 30px 0 10px 0;
    }

    .form_sbmt {
        width: 100%;
    }

    .third .btn-reset {
        width: 42px;
        height: 22px;
    }

    .third_text img {
        max-height: 15px;
    }

    .main7 .form_fields {
        padding-right: 0;
    }

    .container_404 .main1 .main1_section:nth-child(1) {
        padding-top: 0;
    }

    .block_404 .block1_serv {
        padding-top: 40px;
        padding-bottom: 0;
    }

    summary span {
        right: 20px;
        top: 29%;
    }
}


@media screen and (max-width: 480px) {
    .footer section {
        width: 100%;
    }

    .third_content {
        height: 250px;
    }

    .third .swiper-button-prev,
    .third .swiper-rtl .swiper-button-next {
        left: -30px;
    }

    .third .swiper-button-next,
    .third .swiper-rtl .swiper-button-prev {
        right: -30px;
        left: auto;
    }

    .third .swiper-button-next,
    .third .swiper-button-prev {
        top: 47%;
    }

    .third .swiper-slide-active {
        padding: 0 27px;
    }

    .main6_item_price_sub span:nth-child(2) {
        font-size: 13px;
    }

    .main7_item2 {
        align-items: start;
        flex-direction: column;
        padding: 45px 0 25px;
    }

    .footer section {
        padding-bottom: 0px;
    }

    .section_logo {
        padding-bottom: 0;
    }

    .main4_btn a {
        padding: 15px 70px;
    }

    .main5 {
        padding-top: 140px;
    }
}

@media screen and (max-width: 385px) {

    /*.nav_header {*/
    /*    top: 50px;*/
    /*}*/

    .logo_header {
        padding-left: 0px;
    }

    .menu_burger {
        right: 15px;
    }

    .site-logo a img {
        width: 95px;
    }

    .site-logo a span {
        font-size: 14px;
    }

    .site-logo a img {
        padding-right: 0;
        margin-right: 9px;
    }

    .callback_form_1 {
        padding: 20px 20px;
    }

    .third .swiper-wrapper {
        padding-bottom: 14px;
    }

    .third_text {
        padding: 4px;
    }
}

.coockies__message {
    position: fixed;
    left: 10px;
    bottom: 10px;
    max-width: 521px;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    margin: 0 10px 0 0;
    z-index: 10;
}

.coockies__message-body {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 30px;
    width: 100%;
}

.coockies__message .coockies__text {
    margin: 0 15px 0 0;
}

.coockies__text {
    font-size: 14px;
    line-height: 150%;
}

.cookies__btn {
    flex-shrink: 0;
    padding: 8px 16px;
    border: 1px solid #FF9404;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #FF9404;
    transition: all ease-in-out 0.4s;
}

@media screen and (max-width: 490px) {
    .coockies__message-body {
        display: flex;
        flex-direction: column;
    }

    .coockies__message .coockies__text {
        margin: 0 0 15px 0;
    }
}

.btn_telegram_penguin{
    width: 59px;
    height: 59px;
    border-radius: 50px;
    position: fixed;
    right: 2%;
    bottom: 180px;
    display: block;
    transition: all 0.3s ease 1s;
    filter: drop-shadow(2px 2px 5px #00000080);
    z-index: 9999;
}

.btn_telegram_penguin img{
    width: 100%;
}


@media screen and (max-width: 574px){
    .btn_telegram_penguin{
        bottom: 90px;
    }
}

/*mod*/
.site-navbar .site-navigation .site-menu> .menu-item.menu-item-has-children a:hover {
color: #ff9404;
}
.site-navbar .site-navigation .site-menu>li button {
    z-index: 100;
}

.services-link .sub-menu button.btn-open-submenu {
	    display: none;
}
.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children.on_active .sub-menu .sub-menu{
    opacity: 1;
    visibility: visible;
}


.site-navbar .site-navigation .site-menu .menu-item-has-children button:hover .menu-arrov {
	background-color: rgba(0, 0, 0, 0.08);
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.on_active button {
    transform: rotate(-180deg);
}

/*.site-navbar .site-navigation .site-menu .menu-item-has-children:hover>.sub-menu, */.site-navbar .site-navigation .site-menu .menu-item-has-children.on_active>.sub-menu  {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
	margin-top: 15px; 
    border-radius: 0px 0px 6px 6px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}
@media(min-width: 993px) and (max-width: 1199px) {
    .site-navbar .site-navigation .site-menu .menu-item-has-children.on_active>.sub-menu  {
	margin-top: 10px; 
}
}

.site-navbar .site-navigation .site-menu .menu-item-has-children:hover>a::before, .site-navbar .site-navigation .site-menu .menu-item-has-children.on_active>a::before {
    transform: translateY(-70%) rotate(180deg);
}

.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children .sub-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 630px;
    border-radius: 0 0 6px 6px;
}
.menu_items_btn-js .menu_items_line::before, .menu_items_btn-js .menu_items_line::after {
    content: '';
    display: block;
}
.site-navbar .site-navigation .site-menu .menu-item-has-children button .menu-arrov {
    display: flex;
    padding: 3px 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1200px) {
    .header_bottom .menu_burger {
    display: block;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 1000;
}

   .menu_items_btn-js {
    padding: 1rem;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.site-navbar .site-navigation .site-menu .pll-parent-menu-item.menu-item-has-children.on_active>.sub-menu {
margin-top: 0;
}

    .menu_items_btn-js .menu_items_line {
        display: block;
        margin-top: -2px;
    }
    
    .menu_items_btn-js .menu_items_line:after {
        top: -16px;
        transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    }
    .menu_items_line:after {
    bottom: -8px;
    }
    .menu_items_btn-js .menu_items_line:before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    }
    
    .menu_items_line:before {
        top: -8px;
    }
    
    .menu_items_btn-js .menu_items_line  {
        top: auto;
        bottom: 0;
        transition-duration: .13s;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    }

    .menu_items_btn-js.open_hamburger .menu_items_line {
        transform: translate3d(0,-8px,0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    }
    .menu_items_btn-js.open_hamburger .menu_items_line:before {
        top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
        
    }
     .menu_items_line:after {
    bottom: -8px;
    }
    .menu_items_btn-js.open_hamburger .menu_items_line:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    }
    .menu_items_btn-js .menu_items_line:after {
        top: -16px;
        transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    }
    
    .menu_items_btn-js .menu_items_line:before, .menu_items_btn-js .menu_items_line:after, .menu_items_btn-js .menu_items_line {
        width: 30px;
        height: 3px;
        background-color: #ff9404;
        border-radius: 0;
        position: absolute;
        transition-duration: .15s;
        transition-timing-function: ease;
        }
        
        .menu_items_btn-js .menu_items_line.open_hamburger:before, .menu_items_btn-js .menu_items_line.open_hamburger:after, .menu_items_btn-js .menu_items_line.open_hamburger {
        transition-property: transform;
        }
}

.site-navbar .site-navigation .site-menu>li button{
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 30px;
    height: 100%;
    border-radius: 3px;
    transition: 0.2s;
    position: absolute;
    right: -7px;
}
.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children > .sub-menu > .menu-item > .menu-element {
    font-weight: 500;
    font-family: "Rubik-Medium";
}

@media(max-width: 992px) {
.site-navbar .site-navigation .site-menu .menu-item-has-children .sub-menu {
    box-shadow: none;
}
.pll-parent-menu-item .sub-menu li.lang-item>.menu-element {
    justify-content: center;
}
.site-navbar .site-navigation .site-menu .pll-parent-menu-item.menu-item-has-children .sub-menu {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,.15);
}

	.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children > .sub-menu > li > a {
    font-family: unset;
}

.site-navbar .site-navigation {
    height: 100vh;
}

.header_bottom .nav_header.open_top_menu .site-navigation {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0);
    transition: opacity .1s, transform .2s;
    height: 120vh;
}

.header_bottom .nav_header .site-navigation {
    opacity: 0;
    transform: translateX(100%);
    z-index: 60;
    pointer-events: none;
	background-color: rgba(0, 0, 0, .6);
	max-width: 375px;
}
	.header_bottom .nav_header.open_top_menu {
    top: -52px;
    right: 0;
    left: auto;
    height: 100vh;
        background: transparent;
	}
	
	.header_bottom .nav_header.open_top_menu .site-navigation {
    	position: fixed;
        padding-top: 90px;
        background: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        left: auto;
        right: 0;
	}
	.header_bottom .nav_header.open_top_menu .site-navigation .sub-menu {
        margin-left: 15px;
   }
   
   .site-navbar .site-navigation .site-menu>li button{
    position: unset;
    }
    .site-navbar .site-navigation .site-menu .menu-item-has-children.on_active>.sub-menu {
    margin-left: 8px;
	}
	
	/***/
	.site-navbar .site-navigation .site-menu .menu-item-has-children.on_active_mob .sub-menu {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        /* transition: max-height 0.7s ease-in, visibility .7s ease-in, opacity .7s ease-in; */
        animation: slidenavAnimation 0.5s ease-in;
    }
	
	    .site-navbar .site-navigation .site-menu .menu-item-has-children.on_active_mob>a::before {
        transform: translateY(-70%) rotate(180deg);
        filter: invert(66%) sepia(93%) saturate(2373%) hue-rotate(354deg) brightness(98%) contrast(106%);
    }
	
	.site-navbar .site-navigation .site-menu .services-link.menu-item-has-children.on_active_mob .sub-menu .sub-menu{
    opacity: 1;
    visibility: visible;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.on_active_mob button {
    transform: rotate(180deg);
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.on_active_mob>.sub-menu  {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
	margin-top: 15px; 
    border-radius: 0px 0px 6px 6px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}

.site-navbar .site-navigation .site-menu .menu-item-has-children.on_active_mob>a::before {
    transform: translateY(-70%) rotate(180deg);
}
}

@media(max-width: 461px) {
.site-navbar .site-navigation .site-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
	    position: relative;
    left: 15px;
}
	.services-link  button.btn-open-submenu.showing-sub-menu, .about_link button.btn-open-submenu.showing-sub-menu {
    position: inherit;
    top: 0px;
}
	.site-navbar .site-navigation .site-menu .menu-item-has-children .btn-open-submenu {
		position: unset;
	}
	
	}


.site-navbar .site-navigation .site-menu>li .sub-menu button  {
display: none;
}
.menu-element {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.site-navigation .sub-menu {
        margin-left: 15px;
}

svg:not(:root) {
    overflow: hidden;
}

.Icon-module--icon--600d8 {
    flex-shrink: 0;
    fill: #ff9404;
    z-index: 1000;
    position: absolute;
    width: 16px;
    height: 16px;
}


.Icon-module--root--cd36a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    pointer-events: none;
}
@media(min-width: 993px) {
.Icon-module--icon--600d8 {
    fill: #848484;
}
.module-navigation__overlay {
    display: none;
}
.module-navigation__overlay {
    display: none;
}
}
@media(max-width: 992px) {
.site-navbar .site-navigation .site-menu .menu-item-has-children.clicked button .menu-arrov {
	background-color: rgba(0, 0, 0, 0.08);
}
.site-navbar .site-navigation .site-menu .back_call a {
	margin-left: 25px;
    width: 80%;
}

.site-menu li.menu-item-has-children:not(.pll-parent-menu-item) .sub-menu .menu-item-has-children .sub-menu a {
	padding: 10px 5px 10px 18px;
}

.module-navigation__overlay.isvisible {
    top: -50px;
    display: block;
    pointer-events: all;
    opacity: 1;
    z-index: 50;
    transition: opacity .35s .1s;
    height: 120vh;
}

}
.NavItem-module--item__link__label--c444d {
    position: relative;
    z-index: 5;
}
.NavItem-module--item__link__label--c444d:after {
    content: '';
    background-color: #ff9404;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -5px;
    opacity: 0;
}

.current-menu-ancestor > .menu-element a .NavItem-module--item__link__label--c444d::after,
.current-menu-item > .menu-element a .NavItem-module--item__link__label--c444d::after {
    opacity: 1;
}
.services-link.current-menu-ancestor > .menu-element a .NavItem-module--item__link__label--c444d, .about_link.current-menu-ancestor > .menu-element a .NavItem-module--item__link__label--c444d  {
    color: #ff9404;
}
.current-menu-item > .menu-element a {
    color: #ff9404;
}
.site-navigation .sub-menu .NavItem-module--item__link__label--c444d::after {
    display: none; 
}
.site-navigation .sub-menu .current-menu-item > .menu-element a {
    color: #ff9404;
}
.module-navigation__overlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity .35s .1s;
    pointer-events: none;
}

@media only screen and (max-width: 600px) {
    .our-mission-section .content__bottom .content-list__point {
        font-size: 20px;
        margin-left: 25px;
    }

    .find-out-section .wrapper .content {
        padding: 0 9%;
    }

    .find-out-section .wrapper .content-author {
        margin-bottom: 23px;
    }
}

@media (max-width: 576px) {
    .wl-form__form {
        margin: 0 5%;
    }
}