/* Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* End Fonts */

/* Common properties */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 150%;
    color: #131313;
    margin: 0;
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

h1,
h2,
p {
    margin: 0;
}

* {
    outline: none !important;
}

.hidden {
    display: none !important;
}

.cities {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.cities_msk .section_title {
    font-size: 39px;
}

.cities .owl-stage-outer {
    position: relative;
    z-index: 10;
}

.city {
    text-align: center;
}

.city a {
    text-decoration: none;
    color: #2a5d98;
    font-weight: 600;
    font-size: 18px;
    transition: .3s;
}

.city a:hover {
    color: #2a5d98;
}

.section_first img,
.legal_section img,
.button {
    flex-shrink: 0 !important;
}

.header {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.header .stickytop {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 150;
    top: 0;
}

.home .section.breadcumps {
    display: none;
}

.section.breadcumps {
    padding: 10px 0;
    background-color: #2a5d98;
}

.section.breadcumps nav,
.section.breadcumps a {
    color: #fff;
}

.main-breadcrumbs {list-style: none;display: flex;align-items: center;gap: 5px 0;flex-wrap: wrap;}
.main-breadcrumbs li {}
.main-breadcrumbs a {  color: #fff;text-decoration: none;position: relative;padding-right: 19px;}
.main-breadcrumbs a:after {content:'>';margin-left: 5px;text-decoration: none !important;position: absolute;}
.main-breadcrumbs a:hover {
    text-decoration:underline;
}

.advantage {
    flex: 1;
    padding: 20px;
    align-items: center;
    text-align: center;
        font-size: 18px;
    font-weight: 600;
}

.container.column {
    flex-direction: column;
}

.row {
    display: flex;
}

.dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
    padding-right: 40px;
}

.stickytop .dropdown {
    padding-right: 0;
    margin-right: -10px;
}

.nav-drop {
    display: none;
    position: absolute;
    background-color: #fad007;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2);
    z-index: 99999;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 2px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Links inside the dropdown */
.nav-drop a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.nav-drop a:hover {
    text-shadow: 0 0 0.45px #333, 0 0 0.45px #333;
}

/* Show the dropdown menu on hover */
.dropdown:hover .nav-drop {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.section_first.scroll {
    margin-top: 53px;
}

.section_first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    padding: 30px 0 60px;
    background-image: url(../img/bg-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0 0 0 1200px rgba(16, 26, 37, 0.75) inset;
}

/*.section_first .dark-gradient
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(70deg, black, transparent);
    z-index: 0;
}*/
.section_first .container_column {
    align-items: baseline;
}

.section_first .section_title {
    font-size: 65px;
    line-height: 82px;
    z-index: 100;
    text-align: center;
    color: #fff;
}

.section_first .section_subtitle {
    z-index: 100;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
    /* box-shadow: 0 0 0 1200px rgba(16,26,37,.75) inset;*/
    /* padding: 10px;*/
}

.section_first .form_title {
    font-size: 35px;
    margin-top: 20px;
    color: #fff;
    z-index: 2;
}

.section_first .form_subtitle {
    color: #fff;
    z-index: 2;
}

.benefits_section {

    /*box-shadow: 0 0 0 1200px rgba(16,26,37,.75) inset;*/
    z-index: 2;
    /*padding: 10px;*/
}

.benefits_section .benefits_block {
    width: 100%;
    margin-right: 0;
}

.benefits_section .benefits_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.benefits_section .benefits_item .icon {
    width: 32px;
    margin-right: 30px;
}

.benefits_section .benefits_item .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 200%;

}

.header .top {
    padding: 11px 0;
}

.header .top .text {
    font-weight: 500;
}

.header .top .phone {
    text-decoration: none;
    color: #131313;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}

.mob {
    display: none !important;
}

.mob-phone a {
    text-decoration: none;
    color: #131313;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}

.header .logo a,
.header .logo_img {
    height: 59px;
}

.logo a {
    display: block;
}

.button_mobile {
    display: none;
}

.top_footer_section,
.footer {
    background: #133760;
    color: #fff;
    padding: 35px 0;
    border-top: 2px solid #5A89C0;
}

.footer {
    margin-bottom: 60px;
}

.footer .text {
    font-weight: 500;
    font-size: 16px;
}

.top_footer_section .f_menu {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_footer_section .f_menu .col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
}

.top_footer_section .f_menu .col:not(:first-child) {
    padding-left: 15px;
}

.top_footer_section .f_menu .col:not(:last-child) {
    padding-right: 15px;
}

.top_footer_section .f_menu .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
}

.top_footer_section .f_menu .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.copyright {
    background: #133760;
    color: #fff;
    padding: 6px 0;
    font-size: 13px;
    text-align: center;
    border-top: 2px solid #2A5D98;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.copyright a:hover {
    color: #BA3C27;
}

.menu {
    width: 100%;
    height: 67px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.menu_item {
    padding: 0;
    font-size: 16px;
    color: #131313;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_item:hover {
    text-shadow: 0 0 .45px #333, 0 0 .45px #333;
}

.menu .logo,
.menu .phone,
.menu .button {
    display: none;
}

.header .section_menu {
    background: #FAD007;
}

.stickytop .menu .phone {
    display: block;
    color: #131313;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    margin-right: -20px;
}

.stickytop .menu .logo,
.stickytop .menu .button {
    display: block;
}

.stickytop .menu .logo a,
.stickytop .menu .logo img {
    width: 150px;
    height: 43px;
}

.menu a:nth-last-child(2) {
    margin-right: -40px;
}

.stickytop .menu a:nth-last-child(2) {
    margin-right: 10px;
}

.stickytop .menu .button {
    background: #2A5D98;
}

.stickytop .menu .button_link {
    color: #fff;
}

.section {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.section_color {
    background: #2A5D98;
    color: #fff;
}

.section_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    margin: 30px 0 20px 0;
}

.section_subtitle {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.container {
    width: 100%;
    max-width: 1140px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.container_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.container_column_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.button {
    padding: 0 10px;
    width: 180px !important;
    height: 50px !important;
    background: #FAD007;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.order_form_input {
    font-family: 'Montserrat', sans-serif;
}

.button:hover,
.order_form_submit:hover {
    background: #FDE98B;
}

.button_link {
    color: #131313;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.form_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 30px;
}

.form_subtitle {
    line-height: 18px;
    margin-top: 20px;
}

.form_wrap {
    border-radius: 3px;
    overflow: hidden;
}

.order_form {
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 50px;
    width: 100%;
    max-width: 414px;

}

.order_form_input {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    padding: 0 20px;
    width: 100%;
}

.order_form_submit {
    width: 100%;
    max-width: 180px;
    background: #FAD007;
    border: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    color: #131313;
    font-weight: 700;
    font-size: 16px;
}

.form_result {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #131313;
    opacity: 0;
    z-index: -1;
    font-size: 27px;
}

.form_result.visible {
    opacity: 1;
    z-index: 100000;
}

.form_result.error {
    background-color: #fad007;
}

.form_result.success {
    top: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 400px;
    padding: 15px;
    background-color: #fad007
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-stage {
    display: -webkit-box;
    display: flex;
}

.owl-nav {
    position: absolute;
    margin: 0;
    top: calc(50% - 25px);
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.owl-prev,
.owl-next {
    background: none;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

.owl-prev:after {
    content: url(../img/svg/arrow-left.svg);
    margin-right: 15px;
}

.owl-next:after {
    content: url(../img/svg/arrow-right.svg);
    margin-left: 15px;
}

.mobile {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

/* End Common properties */

/* Modal form */
#modal_form {
    width: 885px;
    padding: 0;
}

#modal_form .wrapper {
    background: url(../img/man-popup.png) no-repeat;
    background-position: right bottom;
    padding: 45px 65px 80px;
}

#modal_form .form_title {
    margin-bottom: 40px;
}

#modal_form .form_subtitle {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 25px;
}

/* End Modal form */



/* Mobile Header */

.menu_mob {
    display: none;
}

.menu_mob .menu_trigger_bg {
    position: fixed;
    background: #fff;
    right: 15px;
    top: 23px;
    border: 2px solid #2A5D98;
    border-radius: 3px;
    padding: 2px;
    z-index: 100;
}

.menu_mob .menu-trigger {
    display: block;
    width: 35px;
    height: 28px;
    background: url(../img/svg/menu.svg) center no-repeat;
    z-index: 150;
}

.menu_mob .menu-close {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/svg/close.svg) center no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 100;
}

.menu_mob .menu-popup {
    display: none;
    background: #2A5D98;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.menu_mob .menu-popup .logo {
    margin-bottom: 30px;
    padding-left: 30px;
}

.menu_mob .menu-popup ul {
    margin: 0;
    padding: 0;
}

.menu_mob .menu-popup li {
    list-style: none;
    margin: 10px 0;
    padding: 10px 0px 10px 30px;
}

.menu_mob .menu-popup li:hover {
    background: #133760;
}

.menu_mob .menu-popup li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 21px;
    text-decoration: none;
    display: block;
}

.menu_mob .body_pointer * {
    cursor: pointer;
}

.menu_mob .button {
    width: 330px;
    height: 50px;
    margin: 0 auto 10px;
}

.menu_mob .contacts_block,
.menu_mob .info_block {
    padding: 0 30px;
    margin-top: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.menu_mob .contacts_block .phone,
.menu_mob .text,
.menu_mob .text a {
    display: inline-block !important;
    width: auto;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

/* End Mobile Header */

/* Ripple Buttons */
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.ripplelink {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
    font-family: 'Montserrat', sans-serif;
}

.animate {
    -webkit-animation: ripple .65s linear;
    animation: ripple .65s linear
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    height: 193px;
    width: 193px;
    top: 128px;
    left: 43px
}

/* End Ripple Buttons */


/* Home */

/* Master_section */
.master_section {
    height: 311px;
}

.master_section .img_block {
    position: relative;
    width: 100%;
}

.master_section .img_block img {
    position: absolute;
    bottom: -230px;
    left: -104px;
}

/* End Master_section */

/* Specialists_section */
.specialists_section {
    padding: 40px 0;
}

.specialists_section .specialists_block {
    margin-top: 30px;
    margin-bottom: 50px;
}

.specialists_section .specialists_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    box-shadow: 1px 1px 20px 3px #eee;
    margin: 10px;
}

.specialists_section .specialists_item:hover {
    box-shadow: 1px 1px 20px 3px #ddd;
}

.specialists_section .specialists_item .image {
    width: 100%;
    max-height: 259px;
}

.specialists_section .specialists_item .text {
    padding: 18px;
    border-radius: 0px 0px 6px 6px;
}

.specialists_section .text .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2A5D98;
}

.specialists_section .specialists_item hr {
    background: #FAD007;
    width: 33px;
    height: 2px;
}

.specialists_section .text .experience {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.specialists_section .specialists_carousel {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.specialists_section .button_block {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.specialists_section .button_block .button {
    width: 188px;
    height: 50px;
}

/* End Specialists_section */

/* About_section */
.about_section {
    background: #F6F6F5;
    padding: 40px 0 70px;
}

.about_section .benefits_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.about_section .benefits_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 33%;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 50px;
}

.about_section .benefits_item .title {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    color: #2A5D98;
}

.about_section .benefits_item .text {
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

/* End About_section */

/* Rooms_section */
.rooms_section {
    padding: 40px 0 70px;
}

.rooms_section .rooms_block {
    flex-wrap: wrap;
}

.rooms_section .rooms_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    background: #2A5D98;
    padding: 0 20px;
    border-radius: 3px;
    height: 200px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.rooms_section .rooms_item:nth-child(-n+3) {
    width: 320px;
}

.rooms_section .rooms_item:nth-child(n+4) {
    width: 516px;
}

.rooms_section .rooms_item.flat:hover {
    background: url(../img/flat.jpg);
    box-shadow: 0 0 0 1200px rgba(16, 26, 37, 0.75) inset;
}

.rooms_section .rooms_item.house:hover {
    background: url(../img/house.jpg);
    box-shadow: 0 0 0 1200px rgba(16, 26, 37, 0.75) inset;
}

.rooms_section .rooms_item.office:hover {
    background: url(../img/office.jpg);
    box-shadow: 0 0 0 1200px rgba(16, 26, 37, 0.75) inset;
}

.rooms_section .rooms_item.cafe:hover {
    background: url(../img/cafe.jpg);
    box-shadow: 0 0 0 1200px rgba(16, 26, 37, 0.75) inset;
}

.rooms_section .rooms_item.manufacture:hover {
    background: url(../img/manufacture.jpg);
    box-shadow: 0 0 0 1200px rgba(16, 26, 37, 0.75) inset;
}

.rooms_section .rooms_item:hover a {
    color: #FAD007;
}

.rooms_section .rooms_item:hover path {
    fill: #FAD007;
}

.rooms_section .rooms_item.flat:hover path:nth-child(1) {
    fill: #FAD007;
    stroke: none;
}

.rooms_section .rooms_item.flat:hover path:nth-child(2) {
    fill: none;
    stroke: #FAD007;
}

.rooms_section .rooms_item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.rooms_section .rooms_item .text {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding: 34px 0 11px;
}

/* End Specialists_section */

/* Price_section */
.price_section {
    padding: 70px 0 70px;
    background: url(../img/bg-call_price.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 0 0 1200px rgba(16, 26, 37, 0.75) inset;
}

.price_section .form_title,
.price_section .form_subtitle {
    color: #fff;
    max-width: 450px;
    text-align: center;
}

/* End Price_section */

/* Services_section */
.services_section {
    padding: 40px 0;
}

.services_section .services_block {
    flex-wrap: wrap;
}

.services_section .services_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding: 0 15px 20px;
    border-radius: 3px;
    width: 232px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
    box-shadow: 1px 1px 20px 3px #eee;
}

.services_section .services_item:hover {
    box-shadow: 1px 1px 20px 3px #ddd;
}

.services_section .services_item {
    transition: .3s;
}

.services_section .services_item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-decoration: none;
    color: #131313;
}

.services_section .services_item.link:hover {
    transform: scale(1.04);
}

.services_section .services_item .img_block {
    /* min-height: 125px; */
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.services_section .services_item .text {
    font-size: 18px;
    line-height: 130%;
    height: 40px;
    padding: 0 5px 0;
}


.services_section .services_item .price {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: #2A5D98;
    padding: 25px 0;
}

.services_section .button .button_link {
    font-size: 15px;
}

/* End Services_section */

/* Work_section */
.work_section {
    padding-top: 40px;
    padding-bottom: 70px;
}

.work_section .img_block_top {
    margin-top: 30px;
    justify-content: space-around;
}

.work_section .wrapper {
    width: 100%;
}

.work_section .work_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    border: 4px solid #2A5D98;
    border-radius: 3px;
    max-width: 260px;
    height: 160px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.work_section .work_item .title {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0 20px;
}

.work_section .work_item .text {
    line-height: 130%;

}

.work_section .img_block_bottom {
    -webkit-box-pack: center;
    justify-content: center;
}

/* End Work_section */

/* Consultation_section */
.consultation_section {
    padding-top: 40px;
    height: 310px;
}

.consultation_section .img_block {
    position: relative;
    width: 20%;
}

.consultation_section .img_block img {
    position: absolute;
    bottom: -155px;
    left: -30px;
}

.consultation_section .form_block {
    width: 80%;
    text-align: center;
}

.consultation_section .form_block .form_title {
    max-width: 450px;
    margin: 0 auto 30px;
}

.consultation_section .form_block .order_form {
    margin: auto;
}

/* End Consultation_section */

/* Equipment_section */
.equipment_section {
    padding: 40px 0 70px;
}

.equipment_section .carousel_item {
    border: 2px solid #F6F6F5;
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    height: 327px;
    box-shadow: 1px 1px 15px 3px #eee;
    margin: 5px;
}

.equipment_section .carousel_item:hover {
    box-shadow: 1px 1px 15px 3px #ddd;
}

.equipment_section .carousel_item .img_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 262px;
    height: 242px;
}

.equipment_section .carousel_item img {
    width: auto;
}

.equipment_section .carousel_item .text_block {
    background: #F6F6F5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 85px;
}

.equipment_section .carousel_item .text {
    line-height: 18px;
    padding: 0 15px;
}

.equipment_section .owl-carousel {
    margin-top: 10px;
    position: relative;
}

/* End Equipment_section */

/* Howlong_section */
.howlong_section>.container {
    -webkit-box-align: start;
    align-items: flex-start;
}

.howlong_section .left_col {
    width: 82%;
}

.howlong_section .right_col {
    width: 17%;
}

.howlong_section .right_col .img_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}

.howlong_section .howlong_block {
    margin: 60px 0;
}

.howlong_section .howlong_item {
    width: 263px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    color: #131313;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.howlong_section .howlong_item:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.howlong_section .howlong_item a {
    display: contents;
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.howlong_section .howlong_item .desc {
    margin-bottom: 20px;
    line-height: 18px;
}

.howlong_section .howlong_item .img_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 137px;
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
}

.howlong_section .howlong_item:not(:first-child) {
    margin-left: 30px;
}

.howlong_section .howlong_item img {
    width: 139px;
}

.howlong_section .howlong_item .text {
    margin: 10px 0 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}

/* End Howlong_section */

/* Legal_section */
.legal_section {
    background: #F6F6F5;
    padding: 40px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.legal_section .text {
    margin-bottom: 20px;
}

.legal_section .benefits_block {
    display: block;
    margin: 40px 0 30px;
    width: 100%;
}

.legal_section .benefits_item {
    display: inline-block;
    width: 40%;
}

.legal_section .benefits_item .image_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.legal_section .benefits_item .title {
    font-size: 20px;
    margin-left: 35px;
}

.legal_section .benefits_item .title_contacts {
    font-weight: 500;
    font-size: 20px;
    margin-left: 20px;
}

.legal_section .form_title {
    margin-top: 20px;
}

.legal_section .img_block {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
}

.legal_section .img_block img {
    position: absolute;
    bottom: 0;
    right: -130px;
}

.legal_section a {
    color: initial;
    text-decoration: initial;
}

/* End Legal_section */

/* Table_section */
.table_section {
    padding: 70px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.table_section .table {
    width: 100%;
}

.table_section .table .container {
    margin: auto;
}

.table_section .table .tr:nth-child(odd) {
    background: #F6F6F5
}

.table_section .table .price {
    width: 120px;
}

.table_section .table .price a {
    color: #131313;
    text-decoration: none;
    font-weight: 500;
}

.table_section .table span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    height: 55px;
}

.table_section p,
.santekhnika_price_section p {
    margin-bottom: 20px;
    color: #2A5D98;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

/* End Table_section */

/* Call_request_section */
.call_request_section {
    margin-top: 70px;
    padding: 70px 15px;
}

.call_request_section .img_block {
    position: relative;
    width: 20%;
}

.call_request_section .img_block img {
    position: absolute;
    bottom: -153px;
    left: 40px;
}

.call_request_section .form_block {
    width: 80%;
    text-align: center;
}

.call_request_section .form_block .order_form {
    margin: auto;
}

/* End Call_request_section */

/* Gallery_section */
.gallery_section {
    padding: 40px 0 70px;
}

.gallery_section .gallery_block {
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gallery_section .gallery_item {
    margin-top: 30px;
}

.gallery_section .gallery_item:hover {
    border: 5px solid #FAD007;
    margin: 25px -5px -5px;
}

.gallery_section .img_block a {
    display: -webkit-box;
    display: flex;
}

.gallery_section .gallery_item img {
    width: 260px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* End Gallery_section */

/* Whywe_section */
.whywe_section {
    padding: 40px 0;
    background: #F6F6F5;
}

.whywe_section .left_col {
    width: 50%;
}

.whywe_section .right_col {
    width: 50%;
}

.whywe_section .benefits_block {
    margin: 30px 0;
}

.whywe_section .benefits_item {
    width: 74%;
    margin-bottom: 30px;
    border: 4px solid #FAD007;
    border-radius: 3px;
    padding: 34px 20px;
}

.whywe_section .benefits_item span {
    display: block;
}

.whywe_section .benefits_item .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.whywe_section .benefits_item .text {
    font-size: 16px;
}

.whywe_section .benefits_item:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
}

.whywe_section .img_block img {
    position: relative;
    left: -175px;
    top: -50px;
}

/* End Whywe_section */

/* Sertificates_section */
.sertificates_section {
    padding: 40px 0 70px;
}

.sertificates_section .gallery_block {
    margin-top: 30px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sertificates_section .gallery_item:hover {
    border: 5px solid #FAD007;
    margin: -5px;
}

.sertificates_section .img_block a {
    display: -webkit-box;
    display: flex;
}

/* End Sertificates_section */

/* Partners_section */

.partners_section {
    padding: 30px 0 60px;
}

.partners_section .partners-carousel {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.partners_section .carousel_item {
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.partners_section .carousel_item img {
    width: 100%;
}

/* End Partners_section */

/* Reviews_section */

.reviews_section {
    padding: 0 0 30px;
}

.reviews_section .reviews-carousel {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.reviews-carousel_item {
    font-style: italic;
    font-weight: 500;
}

/* End Reviews_section */

/* Requisites_section */
.requisites_section {
    padding: 40px 0 50px;
    background: #F6F6F5;
}

.requisites_section>.container {
    -webkit-box-align: start;
    align-items: flex-start;
}

.requisites_section .left_col {
    padding-right: 50px;
}

.requisites_section .requsites_block {
    background: #fff;
    padding: 30px;
    border: 4px solid #FAD007;
    border-radius: 6px;
}

.requisites_section .right_col p {
    font-weight: 700;
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.requisites_section .text_block p {
    margin-bottom: 30px;
    font-size: 18px;
}

.requisites_section .text_block .medium {
    font-weight: 500;
}

/* End Requisites_section */

/* End Home */

/* Santekhnika */
/* Santekhnika_price_section */
.santekhnika_price_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px 0 0px;
}

.santekhnika_price_section .santekhnika-carousel {
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.santekhnika_price_section .table {
    border: 4px solid #2A5D98;
}

.santekhnika_price_section .theader {
    display: -webkit-box;
    display: flex;
    background: #F6F6F5;
    border-bottom: 4px solid #2A5D98;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    height: 82px;
    -webkit-box-align: center;
    align-items: center;
}

.santekhnika_price_section .theader img {
    position: absolute;
    left: 0;
}

.santekhnika_price_section .theader .title,
.santekhnika_price_section .tbody .subtitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    display: block;
}

.santekhnika_price_section .tbody .subtitle {
    margin-bottom: 20px;
}

.santekhnika_price_section .tbody {
    display: -webkit-box;
    display: flex;
    padding: 40px 0 50px;
}

.santekhnika_price_section .tbody .col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0px 30px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.santekhnika_price_section .tbody hr {
    background: #2A5D98;
    width: 3px;
}

.santekhnika_price_section .tbody .text {
    font-size: 18px;
    line-height: 130%;
    display: inline-block;
}

.santekhnika_price_section .tbody .text a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
    display: inline-block;
}

.santekhnika_price_section .tbody .text a:hover,
.santekhnika_price_section .tbody .text a:active {
    color: #2A5D98;
}

.santekhnika_price_section .tbody .price {
    margin-top: 30px;
}

.santekhnika_price_section .tbody .price a {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #131313;
    text-decoration: none;
}

/* End Santekhnika_price_section */

/* Call_question_section */
.call_question_section .container {
    position: relative;
}

.call_question_section .form_block {
    padding: 135px 70px 0px 0;
    text-align: center;
    width: 50%;
    height: 320px;
    margin-left: -70px;
}

.call_question_section .form_block .form_title {
    max-width: 450px;
    margin: 0 auto 30px;
}

.call_question_section .form_block .order_form {
    margin: auto;
}

.call_question_section .container .img_block {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 50%;
}

/* End Call_question_section */

/* Legal_section.white */

.legal_section.white {
    background: #fff;
}

/* End Legal_section.white */

/* Before_footer_section */

.before_footer_section {
    padding: 70px 0;
}

.before_footer_section p,
.before_footer_section h2,
.before_footer_section h3,
.before_footer_section h4,
.before_footer_section ul,
.before_footer_section ol {
    margin-bottom: 1em;
}

.before_footer_section ul,
.before_footer_section ol {
    margin-top: 0;
}

/* End Santekhnika */

/* Fixed counter */

.fixed_counter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0px;
    background: #5A89C0;
    border-top: 2px solid #133760;
    z-index: 100;
}

.fixed_counter_text {
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
}

.fixed_counter_time {
    margin: 0 4px;
}

.fixed_counter .order_form {
    height: 35px;
}

.fixed_counter .order_form_input {
    height: auto;
    font-size: 16px;
}

/* End Fixed counter */

.section_404 {
    padding: 40px 0;
}

/* Adaptive */

@media (max-width: 1299px) {

    .section_color .container {
        height: 100%;
    }

    .section_color {
        padding: 70px 0 30px;
        overflow: hidden;
    }

    header .section_color,
    header .section_menu {
        padding: 0 15px;
    }

    .order_form_input {
        height: 46px;
    }

    .section_first .section_title {
        font-size: 68px;
    }

    .section_first .benefits_item {
        min-width: 40%;
    }

    .master_section .img_block,
    .consultation_section .img_block,
    .howlong_section .right_col,
    .question_section .img_block,
    .legal_section .img_block,
    .pipes_section .img_block,
    .call_request_section .img_block {
        display: none;
    }

    .master_section,
    .consultation_section,
    .legal_section,
    .question_section,
    .pipes_section {
        height: auto;
    }

    .consultation_section .form_block,
    .question_section .form_block,
    .call_request_section .form_block {
        width: 100%;
    }

    .owl-item {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        align-items: center;
    }

    .specialists_section .specialists_block,
    .equipment_section .equipment_block,
    .partners_section .partners_block,
    .reviews_section .reviews_block,
    .santekhnika_price_section .santekhnika_block {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
    }

    .specialists_section .specialists_carousel,
    .equipment_section .owl-carousel,
    .partners_section .partners-carousel,
    .santekhnika_price_section .santekhnika-carousel {
        width: calc(100% - 100px);
    }

    .reviews_section .reviews-carousel {
        width: calc(100% - 70px);
        margin-top: 10px;
    }

    .reviews-carousel .owl-prev {
        left: -35px;
    }

    .reviews-carousel .owl-next {
        right: -35px;
    }

    .call_question_section {
        padding: 0;
    }

    .call_question_section .container .img_block {
        width: 100%;
        padding: 40px 0 0;
    }

    .call_question_section .form_block {
        margin-left: -30px;
    }

    .howlong_section .left_col {
        width: 100%;
    }

    .howlong_section .right_col {
        width: 0%;
    }

    .howlong_block {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .santekhnika_section .benefits_item {
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .santekhnika_section .benefits_item .text {
        line-height: 150%;
    }

    .santekhnika_section .img_block img {
        top: -317px;
        height: 460px;
    }
}

@media (max-width: 1199px) {
    .section {
        padding: 45px 15px;
    }

    .section_title,
    .form_title {
        margin-top: 0;
    }

    .stickytop .menu .menu_item {
        padding: 0 4px;
    }

    .stickytop .menu .phone {
        margin-right: 0;
        padding-right: 10px;
    }

    .stickytop .menu a:nth-last-child(2) {
        margin-right: 0;
    }

    .stickytop .menu .menu_item .text,
    .stickytop .menu .phone {
        font-size: 13px;
    }

    .section_first.scroll {
        padding-top: 109px;
    }

    .menu a:nth-last-child(2) {
        margin-right: 0;
    }

    .menu_item {
        padding: 0 7px;
    }

    .menu .phone {
        margin-right: 0;
        padding-right: 20px;
    }

    .header .top {
        padding: 11px 15px;
    }

    .section_title,
    .section_subtitle {
        width: 100%;
    }

    .section_first .section_subtitle {
        max-width: 700px;
    }

    .benefits_section .benefits_item {
        width: 100%;
    }

    .specialists_section .section_subtitle,
    .rooms_section .section_subtitle,
    .services_section .section_subtitle {
        margin-bottom: 0;
    }

    .price_section {
        padding-bottom: 40px;
    }


    .master_section,
    .consultation_section,
    .legal_section,
    .question_section,
    .pipes_section {
        height: auto;
    }

    .specialists_section .specialists_block {
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .howlong_section>.container,
    .gallery_section .gallery_block,
    .sertificates_section .gallery_block {
        flex-wrap: wrap;
        margin-top: 0;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .specialists_section .specialists_item {
        margin-top: 30px;
        -webkit-box-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: flex;
    }

    .specialists_section .specialists_item img {
        width: 100%;
    }

    .about_section .section_title {
        margin-bottom: 0;
    }


    .rooms_section .rooms_item:nth-child(-n+4) {
        width: 45%;
        display: inline-block;
    }

    .rooms_section .rooms_item:nth-child(5) {
        width: 100%;
    }

    .howlong_section .howlong_block {
        margin: 30px 0 0;
    }

    .legal_section .benefits_block {
        margin-top: 10px;
    }

    .call_question_section {
        padding: 0;
    }

    .call_question_section .form_block {
        margin-left: 0;
    }

    .legal_section .form_title {
        margin-top: 0;
    }

    .legal_section .form_subtitle {
        margin-bottom: 30px;
    }

    .table_section p,
    .santekhnika_price_section p {
        margin-top: 10px;
    }

    .gallery_section .gallery_block .gallery_item,
    .sertificates_section .gallery_block .gallery_item {
        margin: 20px 5px 5px;
        -webkit-box-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: flex;
        width: auto;
    }

    .services_section {
        padding-bottom: 0;
    }

    .services_section .services_block {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .services_section .services_item {
        margin: 30px 10px 0;
    }

    .services_section .services_item:hover {
        margin: 25px 5px -5px;
    }

    .work_section .work_item {
        max-width: 220px;
    }

    .whywe_section .container {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .whywe_section .left_col {
        width: 0%;
    }

    .whywe_section .right_col {
        width: 100%;
    }

    .whywe_section .img_block img {
        display: none;
    }

    .whywe_section .mobile {
        display: block;
        margin: auto;
    }

    .requisites_section .container {
        display: block;
    }

    .requisites_section .left_col {
        padding-right: 0;
    }

    .requisites_section .requsites_block {
        margin-bottom: 40px;
    }

    .top_footer_section {
        padding-top: 15px;
    }

    .footer {
        padding: 0;
    }

    .gallery_section .gallery_item:hover,
    .sertificates_section .gallery_item:hover {
        margin: 15px 0 0;
    }

    .requisites_section .right_col .img_block {
        text-align: center;
    }

    .santekhnika_section .img_block img {
        top: -324px;
        height: 505px;
        right: -20px;
    }

    .top_footer_section .f_menu .col {
        padding: 0 !important;
    }

    .top_footer_section .f_menu .text {
        padding-right: 15px;
    }
}

@media (max-width: 1099px) {
    .owl-nav {
        max-width: 100vw !important;
    }

    .owl-nav.disabled {
        display: none !important;
    }

    .benefits_section .benefits_block {
        margin-right: 0;
    }

    .benefits_section .benefits_item .text {
        font-size: 20px;
    }

    .santekhnika_price_section {
        padding-bottom: 0;
    }

    .oformite_zayavku_section {
        padding-top: 0;
    }

    .oformite_zayavku_section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .oformite_zayavku_section .form_block {
        padding: 0;
        width: 100%;
        padding: 40px 0 0;
        margin: 0;
        height: auto;
    }

    .oformite_zayavku_section .container .img_block {
        position: static;
        width: 100%;
        text-align: center;
    }

    .cities .owl-next {
        right: 0 !important;
    }

    .cities .owl-prev {
        left: 0 !important;
    }

}

@media (max-width: 991px) {
    .cities .owl-next {
        right: -10px !important;
    }

    .cities .owl-prev {
        left: -10px !important;
    }

    .menu {
        display: none;
    }

    .menu_mob {
        display: block;
    }

    .header .top {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 160;
    }

    header .section_color,
    header .section_menu {
        margin-top: 82px;
    }

    .header .top .phone {
        display: none;
    }

    .header .top .button {
        display: none;
    }

    .header .top .menu-popup .button {
        display: block;
    }

    .section_first .section_title {
        font-size: 54px;
    }

    .section_first .section_subtitle {
        max-width: 600px;
    }

    .benefits_section {
        padding-bottom: 0;
    }

    .benefits_section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .benefits_section .benefits_block {
        margin-top: 0;
    }

    .button_mobile {
        display: block;
        background: url(../img/svg/btn-yellow.svg) no-repeat center;
        width: 40px;
        height: 40px;
    }

    .rooms_section .rooms_block {
        justify-content: space-around;
    }

    .rooms_section .rooms_item,
    .rooms_section .rooms_item:nth-child(5) {
        width: 100% !important;
    }

    .rooms_section .rooms_item .text {
        padding: 20px 0 10px;
    }

    .table_section .table .price span {
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: right;
    }

    .santekhnika_section .img_block img {
        top: -310px;
        right: -90px;
    }

    .santekhnika_price_section {
        padding-bottom: 0;
    }

    .santekhnika_price_section .theader img {
        max-width: 75px;
    }

    .santekhnika_price_section .theader .title,
    .santekhnika_price_section .tbody .subtitle {
        font-size: 20px
    }

    .santekhnika_price_section .tbody .text {
        font-size: 15px;
    }

    .santekhnika_price_section .tbody .price a {
        font-size: 25px;
    }


    .oformite_zayavku_section .container .img_block {
        -webkit-box-align: center;
        align-items: center;
        top: 10px;
    }

    .call_question_section .container {
        flex-wrap: wrap;
    }

    .call_question_section .img_block {
        position: static !important;
        width: 100% !important;
        margin: 0;
    }

    .call_question_section .img_block img {
        width: 50%;
        padding-left: 25%;
    }

    .call_question_section .form_block {
        width: 100% !important;
        padding: 60px 15px 40px;
        height: auto;
    }

    .legal_section .benefits_block {
        margin-bottom: 20px;
    }

    .legal_section .benefits_item {
        width: 100%;
    }

    .top_footer_section .f_menu .col {
        width: 38%;
    }
}

@media (max-width: 767px) {

    .services_section .services_item .button {
        width: 100% !important;
        padding: 0;
    }

    .section_first .form_wrap {
        padding: 10px;
        /*  box-shadow: 0 0 0 1200px rgba(16,26,37,.75) inset;*/
    }

    .section_first .container_column {
        align-items: center;
    }

    .section_first .section_subtitle,
    .section_first .section_title {
        text-align: center;
    }

    .city {
        padding: 10px 0;
    }

    .mob {
        display: block !important;
        text-align: center;
        padding-top: 5px;
    }

    .header .top {
        flex-direction: column;
    }

    .price_list table td,
    .price_list table th {
        padding: 6px;
    }

    .price_list,
    .price_list table {
        width: 100%;
        border-collapse: collapse;
    }

    .main-breadcrumbs {
        padding: 0 15px;
    }

    .row,
    .contacts_page .container {
        flex-direction: column;
    }

    .header {
        position: static;
        width: auto;
    }

    .header .top {
        width: calc(100% - 30px);
        background: #fff;
        z-index: 150;
        border-bottom: 1px solid #131313;
    }

    .section_first {
        padding: 40px 15px;
        overflow: hidden;
    }

    .section_first.scroll {
        padding-top: 20px;
    }

    .section_first .section_title {
        font-size: 32px;
        line-height: 100%;
    }

    .section_first .section_subtitle {
        font-size: 18px;
        line-height: 100%;
    }

    .section_first .form_title {
        font-size: 24px;
        margin-top: 20px;
    }

    .benefits_section {
        padding: 10px;
    }

    .benefits_section .benefits_block {
        margin: 0;
        z-index: 100;
        position: relative;
    }

    .benefits_section .benefits_item {
        margin-bottom: 15px;
    }

    .benefits_section .benefits_item .text {
        font-size: 16px;
        line-height: 110%;
    }

    .benefits_section .img_block img {
        width: 100%;
    }

    .mobile {
        display: block !important;
    }

    .fix_button {
        height: 58px;
        background: #fad007;
        display: -webkit-box !important;
        display: flex !important;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        width: calc(100% - 30px);
        z-index: 150;
        border: 1px solid #fff;
        border-radius: 3px;
        margin: 10px 15px;
        box-sizing: border-box;
    }

    .fix_button .button_link {
        width: 100%;
    }

    .fix_button .button_wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .fix_button .button_mobile,
    .fix_button .text_wrapper {
        position: relative;
    }

    .fix_button .button_mobile {
        background: url(../img/svg/handset-black.svg) center no-repeat;
        width: 20px;
        height: 20px;
    }

    .fix_button .text_wrapper {
        min-width: 160px;
        display: -webkit-box;
        display: flex;
        height: 100%;
        color: #131313;
    }

    .fix_button .text_wrapper .text,
    .fix_button .text_wrapper .phone {
        width: 100%;
        display: -webkit-box;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0px;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .section_title {
        font-size: 25px;
        line-height: 100%;
    }

    .section_subtitle {
        font-size: 15px;
        line-height: 130%;
    }

    .order_form {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        border: none;
        height: auto;
    }

    .order_form_input,
    .order_form_submit {
        font-size: 18px;
        line-height: 21px;
        max-width: 100%;
        padding: 0;
        text-align: center;
        height: 45px;
        border: 2px solid #FAD007;
        border-radius: 3px;
        box-sizing: border-box;
        margin: 10px 0;
    }

    .form_title {
        font-size: 20px;
        line-height: 110%;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .header .top .text {
        display: none;
    }

    .header .contacts_block .text,
    .header .info_block .text {
        display: inline-block;
        width: auto;
    }

    .header .info_block .text {
        font-size: 15px;
    }

    .header .top .button_mobile {
        position: absolute;
        right: 100px;
    }

    .section_color.mobile {
        padding: 2px 15px 5px;
        text-align: center;
        margin-top: 30px;
    }

    .section_color.mobile .text {
        font-weight: 500;
        font-size: 10px;
        line-height: 170%;
    }

    .master_section,
    .pipes_section {
        height: auto;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .consultation_section {
        height: auto;
        padding: 40px 15px;
    }

    .master_section .form_title {
        display: none;
    }

    .master_section .form_subtitle {
        font-size: 12px;
        line-height: 14px;
        margin: 5px 0 30px;
    }

    .master_section .mobile,
    .consultation_section .mobile {
        width: 140px;
    }

    .about_section .benefits_block {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }

    .about_section .benefits_item {
        width: 50%;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .about_section .benefits_item .title {
        font-size: 32px;
        line-height: 32px;
    }

    .about_section .benefits_item .text {
        font-size: 12px;
    }

    .rooms_section .rooms_item {
        height: 180px;
    }

    .price_section {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .question_section {
        height: auto;
    }

    .question_section .mobile {
        height: 138px;
    }

    .specialists_section .specialists_item .text,
    .specialists_section .button_link {
        font-size: 15px;
        line-height: 18px;
    }

    .rooms_section .rooms_item .text {
        font-size: 15px;
        line-height: 18px;
    }

    .services_section .services_block {
        justify-content: space-around;
    }

    .services_section .services_item {
        width: 48%;
        max-width: 180px;
        /* height: 210px; */
        padding: 0;
        margin: 20px 2px 5px;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    .services_section .services_item:hover {
        margin: 15px -3px 0px;
    }

    .services_section .services_item .img_block img {
        width: 100%;
        /* max-width: 100px;
        max-height: 75px; */
    }

    .services_section .services_item .text {
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 10px;
        height: 30px;
    }

    .services_section .services_item .price {
        font-size: 18px;
        padding: 10px 0;
    }

    .work_section .wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .work_section .work_item {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .work_section .img_block_top,
    .work_section .work_block,
    .work_section .img_block_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: auto;
    }

    .work_section .img_block_top,
    .work_section .img_block_bottom {
        width: 50px;
    }

    .work_section .img_block_top img,
    .work_section .img_block_bottom img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .equipment_section .carousel_item {
        height: 225px;
    }

    .equipment_section .carousel_item .img_block {
        height: 152px;
    }

    .equipment_section .carousel_item img {
        max-width: 100%;
        max-height: 100%;
    }

    .equipment_section .carousel_item .text_block {
        height: 73px;
    }

    .equipment_section .carousel_item .text {
        font-size: 12px;
        line-height: 14px;
    }

    .howlong_section {
        padding-bottom: 15px;
    }

    .howlong_section .howlong_block {
        margin: 30px 0;
    }

    .howlong_section .howlong_item:not(:first-child) {
        margin-left: 5px;
    }

    .howlong_section .howlong_item .img_block {
        height: 120px;
    }

    .howlong_section .howlong_item .desc {
        margin-bottom: 20px;
    }

    .howlong_section .howlong_item .text {
        font-size: 15px;
        line-height: 18px;
        margin: 10px 0 20px;
    }

    .call_question_section .img_block {
        padding-top: 0;
    }

    .call_question_section .img_block img {
        width: 100%;
        padding: 0;
    }

    .legal_section {
        padding-bottom: 0;
    }

    .legal_section .benefits_block {
        margin: 0;
    }

    .legal_section .benefits_item {
        width: 100%;
    }

    .legal_section .benefits_item .title,
    .legal_section .benefits_item .title_contacts {
        font-size: 15px;
        line-height: 18px;
    }

    .legal_section .form_title {
        margin-top: 30px;
    }

    .table_section {
        padding-left: 0;
        padding-right: 0;
    }

    .table_section .section_title,
    .table_section p {
        padding: 0 15px;
        width: auto;
    }

    .table_section .table span {
        height: 85px;
    }

    .table_section .container>span {
        width: 70%;
        font-size: 15px;
        line-height: 130%;
        padding: 5px 15px;
    }

    .table_section .table .price {
        width: 30%;
        padding: 5px 15px;
    }

    .table_section .table .price a {
        font-size: 15px;
        line-height: 150%;
        font-weight: 500;
    }

    .table_section p,
    .santekhnika_price_section p {
        font-size: 20px;
        line-height: 23px;
    }

    .question_section {
        height: auto;
        padding: 40px 15px;
    }

    .gallery_section .section_title {
        margin-bottom: 10px;
    }

    .gallery_section .gallery_block {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .gallery_section .gallery_block .gallery_item {
        max-width: 46%;
    }

    .gallery_section .gallery_block .gallery_item img {
        width: 100%;
        height: 200px;
    }

    .whywe_section .section_title {
        margin-bottom: 0;
    }

    .whywe_section .benefits_item {
        width: auto;
        margin: 0;
        padding: 15px 10px;
    }

    .whywe_section .benefits_item:nth-child(even) {
        margin: 25px 0px;
    }

    .whywe_section img.mobile {
        margin-top: 30px;
        width: 90%;
    }

    .whywe_section .benefits_item .title {
        font-size: 15px;
        line-height: 130%;
    }

    .whywe_section .benefits_item .text {
        font-size: 12px;
        line-height: 150%;
    }

    .sertificates_section .gallery_block .gallery_item {
        max-width: 30%;
    }

    .sertificates_section .gallery_block .gallery_item img {
        width: 100%;
    }

    .requisites_section .right_col p {
        font-size: 25px;
        line-height: 120%;
    }

    .requisites_section .right_col .img_block img {
        width: 100%;
    }

    .requisites_section .text_block p {
        font-size: 15px;
    }

    .footer {
        padding: 30px 0 70px;
    }

    .footer .section {
        padding: 0 15px 60px;
    }

    .footer .container {
        position: relative;
    }

    .footer .text {
        position: absolute;
        bottom: -100%;
    }

    .footer .text a {
        color: #fff;
        text-decoration: none;
    }

    .footer .text.right {
        right: 0%;
    }

    .footer .logo img {
        width: 100%;
    }

    .fancybox-content {
        vertical-align: top;
    }

    #modal_form {
        background: #2A5D98;
        -webkit-clip-path: inset(0px round 0 0 75px 75px);
        clip-path: inset(0px round 0 0 75px 75px);
    }

    #modal_form .form_title {
        margin-top: 35px;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
        text-align: center;
    }

    #modal_form .form_subtitle {
        display: none;
        text-align: center;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        margin-top: 15px;
    }

    #modal_form .mobile {
        display: block;
    }

    #modal_form .fancybox-button {
        color: #fff;
        right: 10px;
        top: 10px;
        width: 45px;
        height: 45px;
        padding: 0;
    }

    #modal_form .wrapper {
        padding: 15px;
        background-position: center 355px;
        height: 560px;
    }

    #modal_form hr {
        color: #fff;
    }

    .santekhnika_section .benefits_block {
        margin-top: 0;
        z-index: 100;
        position: relative;
        width: 70%;
    }

    .santekhnika_section .benefits_item img {
        width: 25px;
    }

    .santekhnika_section .right_col {
        width: 0%;
    }

    .santekhnika_section .right_col img {
        top: -200px;
        left: -165px;
        height: 300px;
    }

    .oformite_zayavku_section .container .img_block {
        display: none;
    }

    .santekhnika_price_section .theader {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        padding: 15px;
    }

    .santekhnika_price_section .theader img {
        position: static;
    }

    .santekhnika_price_section .theader .title {
        text-align: center;
    }

    .santekhnika_price_section .tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 0;
    }

    .santekhnika_price_section .tbody .col {
        padding: 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .santekhnika_price_section .tbody hr {
        width: 100%;
        height: 2px;
    }

    .oformite_zayavku_section {
        padding-bottom: 50px;
        height: auto;
    }

    .oformite_zayavku_section .form_title {
        margin-top: 0;
    }

    .oformite_zayavku_section .buttons .button {
        margin: 0;
    }

    .oformite_zayavku_section .container .mobile {
        width: 82px;
    }

    .top_footer_section .f_menu .col {
        width: 50%;
    }

    .fixed_counter {
        display: none;
    }

    .footer {
        margin-bottom: 0;
    }
}

@media (max-width: 585px) {


    .services_section .services_block {
        justify-content: space-around;
    }

    .services_section .services_item {
        /* height: 220px; */
    }

    .gallery_section .gallery_block {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .header .top .menu-popup .button {
        width: auto;
        margin-right: 15px;
        margin-left: 15px;
    }

    .howlong_section .howlong_item img {
        width: 100%;
    }

    .table_section .container>span {
        width: 60%;
    }

    .table_section .table .price {
        width: 40%;
    }

    .santekhnika_section .right_col img {
        top: -215px;
        left: -140px;
        height: 330px;
    }

    .santekhnika_section .benefits_block {
        width: 55%;
    }

    .top_footer_section .f_menu .col {
        width: 100%;
    }
}

@media (max-width: 543px) {


    .equipment_section .carousel_item .img_block {
        margin: auto;
    }

    .santekhnika_section .right_col img {
        top: -110px;
        left: -120px;
        height: 240px;
    }
}

@media (max-width: 483px) {

    .oformite_zayavku_section .buttons {
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
    }

    .oformite_zayavku_section .buttons .button {
        margin-bottom: 10px;
        width: 100%;
    }

    .services_section .services_item .text {
        height: 45px;
    }
}

@media (max-width: 400px) {
    .header {
        padding-top: 15px;
    }

    .header .logo_img {
        width: 70%;
    }

    header .section_color,
    header .section_menu {
        margin-top: 67px;
    }


    .menu_mob .menu-trigger {
        top: 16px;
    }

    .header .top .button_mobile {
        right: 80px;
    }

    .menu_mob .button {
        width: 300px;
    }

    .menu_mob .menu-popup .logo {
        padding-left: 15px;
    }

    .menu-popup .logo_img {
        width: 60%;
    }

    .menu_mob .menu-popup li {
        padding-left: 15px;
    }

    .menu_mob .contacts_block,
    .menu_mob .info_block {
        padding: 0 15px;
    }

    .services_section .services_block {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .services_section .services_item {
        /* height: 230px; */
    }

    .services_section .services_item .text {
        font-size: 15px;
    }

    .services_section .services_item .button {
        width: 100% !important;
        padding: 0;
    }

    .santekhnika_section .right_col img {
        top: -100px;
    }

    .partners_section .partners-carousel .owl-nav {
        top: 33%;
    }

    .santekhnika_price_section {
        margin-bottom: 20px;
    }

    .reviews-carousel_item {
        font-size: 13px;
    }
}

@media (max-width: 357px) {
    .services_section .services_block {
        justify-content: space-around;
    }

}

@media (max-width: 349px) {

    .services_section .services_item .text {
        font-size: 13px;
    }

    .table_section .table span {
        height: 90px;
    }

    .table_section .table .price {
        width: 50%;
    }

    .santekhnika_section .right_col img {
        left: -115px;
        top: -85px;
    }

    .santekhnika_section .benefits_block {
        width: 60%;
    }

    .oformite_zayavku_section .form_title {
        text-align: center;
    }

    .santekhnika_price_section .tbody .col {
        padding: 15px;
    }
}

/* End Adaptive */

/* .page-layout-1 .section_first {
    background-image: url(../img/bg-2.jpg) !important;
    box-shadow: none;
    color: #131313;
}

.page-layout-1 .section_first * {
    color: #131313;
}

.page-layout-1 .section_first .benefits_section .benefits_item .icon {
    content: url(../img/svg/left-check-black.svg);
} */