.branding > a{
    width: 200px;
}
.logo-box > a{
    width: 200px;
}
.logo-box  a img{
    max-width: 100%;
}
.top_block .box-content-wrapper{
    align-items: center;
}
.top_block .box-content-wrapper .elementor-icon-div{
    align-self: unset !important;
}
.top_block .box-content-wrapper .elementor-icon-div .elementor-icon{
    font-size: 21px;
}
.site_elem{
    position: relative;
    padding-left: 30px !important;
    color: #272727;
    text-decoration: none !important;
}
.site_elem:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../images/marker_dark.svg);
}
.current_site{
    padding: 9px; 
    background-color: #fcbf1b;
}
.branding .mini-contacts{
    position: relative;
    padding-left: 30px !important;
}
.branding .mini-contacts:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(../images/call.svg);
}
#btn_formsend{
    background: #fcbf1b !important;
    mix-blend-mode: unset !important;
}
.elementor-form .elementor-button .elementor-button-text{
    border: none !important;
}
.elementor-1561 .elementor-element.elementor-element-1de5527 .elementor-main-swiper .swiper-slide{
    border-width: 0;
}
.page-id-1561 #form-field-title{
    background-color: #313131;
    mix-blend-mode: unset;
}
.page-id-1561 #form-field-name{
    background-color: #3d3d3d;
    mix-blend-mode: unset;
}
.page-id-1561 #form-field-phone{
    background-color: #3d3d3d;
    mix-blend-mode: unset;
}
.page-id-1561 #form-field-textarea{
    background-color: #3d3d3d;
}
.services_list .wf-cell{
    height: auto;
}
.services_list .the7-icon-box-grid .box-description{
    transition: all 300ms ease;
}
.services_list .the7-icon-box-grid .box-heading{
    transition: all 300ms ease;
}

@media(min-width: 900px) {
    .header-bar{
        padding: 0 !important;
        max-width: 100% !important;
    }
    .header-bar .branding{
        margin-top: 0;
        padding: 15px 50px;
        background-color: #f5f5f5;
    }
    .header-bar .navigation{
        max-width: calc(1300px - 30px - 30px);
        padding: 0 30px;
        margin: 0 auto;
    }
    .menu-item .sub-nav{
        left: 50% !important;
        transform: translateX(-50%);
    }
    .menu-item .sub-nav li a{
        position: relative;
    }
    .menu-item .sub-nav li a:before{
        content: '';
        position: absolute;
        top: 12px;
        left: 5px;
        width: 4px;
        height: 4px;
        background-color: #f2c148;
        border-radius: 50%;
    }
    .main-nav .sub-nav > li > a, .sub-downwards .sub-nav.sub-nav-widgets > li{
        padding: 6px 15px 6px 15px !important;
    }
    .services_list .the7-icon-box-grid:hover .box-content-wrapper{
        background-color: #2d2d2d;
    }
    .services_list .the7-icon-box-grid:hover .box-description{
        color: #c6c6c6;
    }
    .services_list .the7-icon-box-grid:hover .box-heading{
        color: #fff;
    }
    .services_list .box-content-wrapper .box-description{
        line-height: 1.1;
    }
}

.services_list .box-content-wrapper{
    height: 100%;
    flex-direction: row-reverse !important;
    align-items: center;
    padding: 1.5em 1.5em;
    border: 1px solid rgb(154, 154, 154);
    background-color: #efefef;
    border-radius: 9px;
    transition: all 300ms ease;
}
.services_list .elementor-icon-div{
    margin-right: unset !important;
    margin-left: 15px !important;
    align-self: unset !important;
}

.services_list .box-content-wrapper .elementor-icon{
    font-size: 17px;
}

.mobile_navigation {
    position: fixed;
    right: 1.3em;
    bottom: 6.3em;
    font-size: 16px;
    z-index: 999;
}
.mobile_navigation .main_button {
    position: relative;
    display: block;
    width: 3em;
    height: 3em;
    background-color: #fcbf1b;
    border-radius: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 400ms ease-in-out;
}
.mobile_navigation .main_button::after,
.mobile_navigation .main_button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(252, 191, 27, 0.9);
    opacity: 0.4;
    border-radius: inherit;
}
.mobile_navigation .main_button::after {
    z-index: -1;
    animation: beat-after 1.5s ease 200ms infinite;
}
.mobile_navigation .main_button::before {
    z-index: -2;
    animation: beat-before 1.5s ease 100ms infinite;
}
.mobile_navigation .main_button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.688em;
    height: 1.688em;
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/navigation/navigation.svg);
    filter: brightness(0) invert(1);
}

.mobile_navigation .nav_buttons {
    position: absolute;
    top: -11.5em;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}
.mobile_navigation .nav_buttons.active {
    visibility: visible;
}

.mobile_navigation .nav_buttons.active .nav_button {
    transform: translateX(0);
    opacity: 1;
}
.mobile_navigation .nav_buttons.active + .main_button {
    background-color: #fcbf1b;
    .icon {
        background-image: url(../images/navigation/close.svg);
    }
}
.mobile_navigation .nav_buttons .nav_button {
    display: block;
    position: relative;
    width: 3em;
    height: 3em;
    background-color: #fff;
    border-radius: 50%;
    background-size: 1.4em;
    box-shadow: 0 5px 21px 0 rgba(22, 24, 26, 0);
    margin-bottom: 0.8em;
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.mobile_navigation .nav_buttons .nav_button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.688em;
    height: 1.688em;
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.mobile_navigation .nav_buttons .nav_button:nth-child(1) {
    transition: all 0.4s 50ms ease-in-out;
}

.mobile_navigation .nav_buttons .nav_button:nth-child(2) {
    transition: all 0.4s 100ms ease-in-out;
}

.mobile_navigation .nav_buttons .nav_button:nth-child(3) {
    transition: all 0.4s 150ms ease-in-out;
}

.mobile_navigation .nav_buttons .nav_button:nth-child(4) {
    transition: all 0.4s 200ms ease-in-out;
}
.mobile_navigation .nav_buttons .nav_button.mob{
    display: none;
}
.mobile_navigation .nav_buttons .nav_button.form {
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
}

.mobile_navigation .nav_buttons .nav_button::after {
    background-image: url(../images/navigation/form.svg?1);
}

.mobile_navigation .nav_buttons .nav_button.viber {
    background-color: #6c3483;
}

.mobile_navigation .nav_buttons .nav_button.viber::after {
    background-image: url(../images/navigation/viber.svg);
}

.mobile_navigation .nav_buttons .nav_button.telegram {
    background-color: #4f80fa;
}

.mobile_navigation .nav_buttons .nav_button.telegram::after {
    background-image: url(../images/navigation/telegram.svg);
}

.mobile_navigation .nav_buttons .nav_button.call {
    background-color: #353535;
}
.mobile_navigation .nav_buttons .nav_button.call:after {
    background-image: url(../images/navigation/call.svg);
}
.rotate {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #1C1C1C;
	z-index: 999999999999;
	top: 0;
	left: 0;
	color: white;
}
.rotate.hidden {
    display: none !important;
}
.rotate.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotate .inner .phone-icon_drawing {
    border: 2px solid white;
    border-radius: 4px;
    width: 50px;
    height: 100px;
    margin: 0 auto 16px;
    position: relative;
    overflow: hidden;
    transform: rotate(-90deg);
    animation: rotateDevice 3.2s ease-in-out infinite alternate;
}
.rotate .inner .phone-icon_container .phone-icon_text {
    font-weight: 300;
}
.rotate .inner .phone-icon_drawing::before {
    content: "";
    position: absolute;
    background: white;
    border-radius: 8px;
    width: 34px;
    height: 10px;
    top: -5px;
    left: calc(50% - 17px);
}
.rotate .inner .phone-icon_drawing::after {
    content: "";
    position: absolute;
    background: white;
    border-radius: 2px;
    height: 2px;
    width: 70%;
    left: 15%;
    bottom: 3px;
}

.elementor-1561 .elementor-element.elementor-element-bf700b5 .swiper-pagination-bullet{
    width: 7px !important;
    height: 7px !important;
}

.swiper-pagination-bullets{
    bottom: -5px !important;
}

.btn-cntr{
    display: none !important;
}

.elementor-4786 .elementor-element.elementor-element-79f63087 .elementor-button{
    box-shadow: none !important;
}

.elementor-4786 .elementor-element.elementor-element-61844d02 .elementor-button{
    box-shadow: none !important;
}
.main_prefooter_text .elementor-divider-separator{

}

@media(max-width: 900px) {
    .top-bar{
        position: initial !important;
        background-color: #2d2d2d;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 3px 20px 3px 20px !important;
    }
    .top-bar .top-bar-bg{
        display: none !important;
    }
    .top-bar .mini-widgets .address_block{
        display: flex !important;
        width: 100%;
        justify-content: center;
        justify-content: center;
        align-items: center;
    }
    .top-bar .address{
        display: flex;
        color: #fff;
    }
    .top-bar .address_button{
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 1em;
        color: #f2c148;
    }
    .top-bar .address_button::before{
        content: '';
        margin-right: 0.5em;
        width: 1em;
        height: 1em;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        background-image: url(../images/marker.svg);
    }
    .top-bar .address_button::after{
        content: '';
        margin-left: 0.5em;
        width: 0.75em;
        height: 0.75em;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        background-image: url(../images/address_arrow.svg);
    }
    .mobile-mini-widgets-in-menu .text-area{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .masthead .mobile-header-bar{
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        padding: 0.5em 1.3em !important;
    }
    .masthead .mobile-header-bar .mobile-mini-widgets{
        display: none !important;
    }
    .mobile-branding > a{
        width: 170px;
    }
    .masthead .mobile-header-bar .call{
        display: block;
        width: 2em;
        height: 2em;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        background-image: url(../images/call.svg);
    }
    .elementor-1561 .elementor-element.elementor-element-48960d6{
        margin-top: 0 !important;
    }
    .elementor-1561 .elementor-element.elementor-element-729a5b07{
        margin-bottom: 10px !important;
    }
    .reviews_slider .ts-viewport{
        height: 350px !important;
    }
    .reviews_slider .ts-viewport .ts-cell{
        height: 350px !important;
    }
    .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation{
        order: 0;
        margin-left: 0 !important;
    }
    .mobile_navigation .nav_buttons{
        top: -15.3em;
    }
    .mobile_navigation .nav_buttons .nav_button.mob{
        display: block;
    }
    .elementor-1561 .elementor-element.elementor-element-24a4be52{
        margin-bottom: 20px !important;
    }
    .pre_footer::before {
        display: none !important;
    }

    .servces_auto .elementor-widget-wrap.elementor-element-populated{
        justify-content: center;
    }
    .servces_auto .elementor-element-7f30dc8f{
        text-align: center;
    }
    .services_service_list .elementor-divider-separator:before, .services_service_list .elementor-divider-separator:after{
        display: none;
    }
    .elementor-widget-divider .elementor-divider__element{
        margin: 0 !important;
    }
    .parent-pageid-4786 .elementor-divider-separator{
        justify-content: center;
    }
    .parent-pageid-4786 .elementor-divider-separator:before, .parent-pageid-4786 .elementor-divider-separator:after{
        display: none;
    }
}

@keyframes rotateDevice {
	0% {
		transform: rotate(-90deg);
	}
	50%,
	100% {
		transform: rotate(0deg);
	}
}
@keyframes beat-before {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.15);
	}
}
@keyframes beat-after {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
}