.slider_services .block .desc {
    max-height: 180px;
    box-sizing: border-box;
}

input#star {
    display: none;
}

.services_block {
    margin-top: -50px;
}

.mobimag {
    display: none;
}

/* НОВЫЕ КЛАССЫ ДЛЯ РЕФАКТОРИНГА */

/* Утилитарные классы для отступов */
.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mt-30 {
    margin-top: 30px;
}

.p-0 {
    padding: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-25 {
    padding-bottom: 25px;
}

.pl-20 {
    padding-left: 20px;
}

/* Цветовые классы */
.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.bg-white {
    background: #fff;
}

/* Размеры шрифтов */
.font-size-40 {
    font-size: 40px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-13 {
    font-size: 13px;
}

/* Размеры элементов */
.width-100 {
    width: 100%;
}

.width-100-max-795 {
    width: 100%;
    max-width: 795px;
}

.height-300 {
    height: 300px;
}

.height-350 {
    height: 350px;
}

.height-120 {
    height: 120px;
}

.height-190 {
    height: 190px;
}

/* Отображение */
.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
}

/* Позиционирование */
.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.text-center {
    text-align: center;
}

/* Отступы */
.margin-right-20 {
    margin-right: 20px;
}

.margin-left-auto {
    margin-left: auto;
}

/* Декорация текста */
.text-decoration-underline {
    text-decoration: underline;
}

/* Специфичные классы для компонентов */
.wrapper-pb-500 {
    padding-bottom: 500px;
}

.wrapper-pb-755 {
    padding-bottom: 755px;
}

.wrapper-pb-628 {
    padding-bottom: 628px;
}

.wrapper-pb-608 {
    padding-bottom: 608px;
}

.wrapper-pb-662 {
    padding-bottom: 662px;
}

.wrapper-pb-160 {
    padding-bottom: 160px;
}

.wrapper-pb-565 {
    padding-bottom: 565px;
}

.wrapper-pb-560 {
    padding-bottom: 560px;
}

.wrapper-pb-610 {
    padding-bottom: 610px;
}

.wrapper-pb-550 {
    padding-bottom: 550px;
}

.wrapper-pb-40 {
    padding-bottom: 40px;
}

.wrapper-pt-0 {
    padding-top: 0;
}

.wrapper-pt-50 {
    padding-top: 50px;
}

.wrapper-pt-1 {
    padding-top: 1px;
}

.wrapper-pt-5 {
    padding-top: 5px;
}

/* Классы для блоков */
.services-block-pb-0 {
    padding-bottom: 0;
}

.services-margin-0 {
    margin: 0 !important;
}

.review-block-hide {
    padding: 0 !important;
    margin: 0 !important;
}

.review-block-mb-30 {
    margin: 0 0 30px 0;
}

.review-block-mb-15 {
    margin: 0 0 15px 0;
}

.review-block-width-100 {
    width: 100% !important;
    padding: 0 !important;
}

.review-block-width-50 {
    width: 50%;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}

/* Классы для слайдеров */
.services-mb-30 {
    margin: 0 0 30px 0 !important;
}

.slider-services-mb-0 {
    margin: 0 0 0px 0;
}

.slider-services-mb-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.slider-services-height-350 {
    height: 350px;
}

.slider-services-height-190 {
    height: 190px;
}

.slider-services-height-120 {
    height: 120px;
}

/* Классы для контейнеров */
.container-padding-20 {
    padding: 20px 5px 0px 5px !important;
}

/* Классы для заголовков */
.title-font-size-40 {
    font-size: 40px;
}

/* Классы для видео */
.video-mb-20 {
    margin-bottom: 20px;
}

/* Классы для footer */
.footer-menu-block {
    color: #8EA2B4;
    font-size: 13px;
    text-decoration: underline;
    margin-left: auto !important;
}

.footer-right-block {
    display: flex;
    flex-direction: column;
}

.footer-color-white {
    color: #fff;
}

.footer-font-size-11 {
    font-size: 11px;
}

/* Классы для таблиц */
.table-overflow-scroll {
    overflow-x: scroll;
}

/* Классы для изображений */
.img-max-width-30 {
    max-width: 30%;
    margin-right: 0px;
}

/* Классы для карты */
.map-container {
    width: 100%;
    height: 300px;
}

/* Остальные существующие стили остаются без изменений */

@media screen and (max-width: 1024px) {
    .wrapper {
        padding-bottom: 632px;
    }

    .imag {
        margin: auto;
        text-align: center;
    }

    .imag .show_mobile.slider_services.blocks_services {
        height: 190px !important;
    }

    .pcimag {
        display: block;
    }

    .mobimag {
        display: none;
    }

    .imag .show_mobile.slider_services.blocks_services img {
        max-width: 100% !important;
    }

    .imag .swiper_no_slide {
        width: 60% !important;
    }

    .imag {
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .popup .submit {
        width: 100% !important;
    }

    .imag .show_mobile.slider_services.blocks_services {
        height: 190px !important;
    }

    .pcimag {
        display: none;
    }

    .mobimag {
        display: block;
    }

    .imag .show_mobile.slider_services.blocks_services img {
        max-width: 100% !important;
    }

    .imag .swiper_no_slide {
        width: 60% !important;
    }

    .imag img {
        max-width: 30%;
        margin-right: 0px !important;
    }

    .imag {
        margin: auto;
        text-align: center;
    }

    .gray_bg {
        padding-top: 40px !important;
    }

    .services_block {
        margin-top: 0px;
    }
}

/* Все остальные существующие стили продолжаются здесь без изменений... */
/* [Здесь продолжается весь остальной CSS код из исходного файла] */

@font-face {
    font-family: 'Awesome';
    src: url('../fonts/Awesome/awesome.eot');
    src: url('../fonts/Awesome/awesome?iefix') format('eot'),
    url('../fonts/Awesome/awesome.woff') format('woff'),
    url('../fonts/Awesome/awesome.ttf') format('truetype'),
    url('../fonts/Awesome/awesome.svg#webfont') format('svg');
    font-style: normal;
}

body {
    margin: 0;
    position: relative;
    padding: 0;
    font-family: 'GothamPro', Verdana, sans-serif;
    color: #191F21;
    background: #fff;
    font-size: 15px;
    background-position: top;
    background-repeat: no-repeat;
}

.wrapper {
    position: relative;
    padding-bottom: 500px;
    padding-top: 155px;
}

.page.main .wrapper {
    padding-top: 56px;
}

.table {
    background: #fff;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0px 3px;
}

a {
    text-decoration: none;
    transition: all .4s;
}

a:hover {
    transition: all .4s;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 24px;
}

h2 {
    font-size: 30px;
    margin: 30px 0px;
    font-family: 'Montserrat-Bold', Verdana, sans-serif;
}

div.title {
    font-size: 30px;
    margin: 30px 0px;
    font-family: 'Montserrat-Bold', Verdana, sans-serif;
    font-weight: bold;
}

h3 {
    font-family: 'Montserrat-Bold', Verdana, sans-serif;
    font-size: 30px;
}

.page {
    overflow: hidden;
}

/*Header*/
header {
    z-index: 9999;
    padding: 15px 0px;
    position: relative;
}

/*header .container {*/
/*    display: flex;*/
/*    padding: 0px 10px;*/
/*    max-width: 100%;*/
/*}*/

header .link_block a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

header .link_block a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

header .link_block .right_block {
    display: flex;
}

.btn {
    white-space: nowrap;
}

header .link_block .right_block {
    display: flex;
}

header .logo {
    flex: 180px;
    flex-shrink: 0;
    flex-grow: 0
}

header .link_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header .menu > li:first-child {
    border: none;
}

.gray_bg {
    background: #ECF0F1;
    padding-top: 40px;
    /* margin-top: -110px; */
}

div.wpcf7-mail-sent-ok {
    background: #fff;
    height: 16%;
    width: 89%;
    text-align: center;
}

.form_block .input {
    display: flex;
    margin-bottom: 25px;
}

.wpcf7-not-valid-tip {
    font-weight: bold !important;
}

form div.wpcf7-response-output {
    font-weight: bold !important;
}

.form_block .input span {
    height: 60px;
    width: 76px;
    background: #ECF0F1;
    border-radius: 5px 0px 0px 5px;
    position: relative;
}

.form_block .input span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_block .input input {
    background: #fff;
    color: #8EA2B4;
    padding: 0px 15px;
    height: 60px;
    line-height: 60px;
    width: calc(100% - 30px);
    border: 0;
    border-radius: 0px 5px 5px 0px;
}

.form_block .input input:focus {
    outline: none;
}

.title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tite-wrap h1 {
    margin-right: 15px;
}

h1.title {
    display: inline;
}

h1.title .btn {
    white-space: nowrap;
    margin-left: 15px;
}

.btn.black {
    background: #000;
    border-radius: 30px;
    font-size: 18px;
    padding: 19px 43px;
}

.btn.black span {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.btn.black span:after {
    display: none;
}

/*popup*/

.popup {
    position: relative;
    z-index: 99999;
    display: none;
}

.popup .overlay {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.popup .content_popup {
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 120px);
    border-radius: 7px 7px 80px 7px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 950px;
    height: auto;
    min-height: 200px;
    transition: all 1s ease-out;
}

.popup.white_popup .content_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 820px;
    max-width: 950px;
    height: auto;
    min-height: 200px;
    padding: 50px 50px;
    background: #F9E80E;
    transform: translate(-50%, -50%);
    max-height: calc(100vh - 120px);
    border-radius: 7px 7px 50px 7px;
    transition: all 1s ease-out;
}

.popup .content_popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: url(../_i/_icons/close_icon_black.png) no-repeat center center;
    background-color: #dedede;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.popup.white_popup .title {
    font-size: 24px;
    color: #191F21;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.popup.white_popup .block.w-2 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 20px;
}

.popup.white_popup .block.w-2:nth-child(2n-2) {
    margin-right: 0px;
}

.popup.white_popup .block .input {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #E3EEF1;
    border-radius: 5px;
    box-sizing: border-box;
}

.popup.white_popup .block .input span {
    height: 40px;
    width: 46px;
    background: #ECF0F1;
    border-radius: 5px 0px 0px 5px;
    position: relative;
}

.popup.white_popup .block .input span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup.white_popup .block .input input {
    background: #fff;
    color: #8EA2B4;
    padding: 0px 15px;
    height: 40px;
    line-height: 60px;
    width: calc(100% - 30px);
    border-radius: 0px 5px 5px 0px;
    font-size: 15px;
    color: #8EA2B4;
    border: 0px;
}

.popup.white_popup .block .input input:focus {
    outline: none;
}

.popup .submit {
    background: #000;
    border-radius: 30px;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    border: 0;
    display: block !important;
    width: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.popup .submit span {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.popup .marks {
    text-align: center;
    margin-top: 32px;
}

.textarea {
    margin-bottom: 15px;
    position: relative;
}

#mfcf7_zl_add_file {
    font-size: 15px;
    border: 2px solid #333;
    border-radius: 0;
    padding: 10px 20px;
    color: #333;
    background: transparent;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.4s;
}

#mfcf7_zl_add_file:hover {
    background: rgba(255, 255, 255, 0.5);
}

.textarea textarea {
    font-size: 15px;
    color: #8EA2B4;
    background: #fff;
    padding: 15px 15px;
    height: 65px;
    line-height: 18px;
    width: calc(100% - 30px);
    border: 1px solid #E3EEF1;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'GothamPro', sans-serif;
    resize: none;
}

.popup .radio_block span {
    display: block;
    margin-bottom: 20px;
    color: #000000;
}

.popup .radio_field {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.popup .file_name_holder {
    width: 100%;
    height: 75px;
    border: 1px dashed #b3bec1;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.popup form .checkbox_field {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 5px;
}

.popup input[type="checkbox"].checkbox_label + span .label-text {
    display: block;
    min-width: 20px;
    min-height: 31px;
    padding-left: 44px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    background-image: url(../_i/_icons/img_checkbox1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;

}

.wpcf7 form .wpcf7-response-output {
    position: absolute;
    margin: 25px 0 0 0 !important;
    padding: 4px !important;
    bottom: 10px;
    border-radius: 30px;
    right: 20px;
    transition: all 1s ease-out;
}

.popup input[type="checkbox"].checkbox_label:checked + span .label-text {
    background-image: url(../_i/_icons/img_checkbox_checked1.png);
}

.popup_img .content_popup {
    min-width: 900px;
    max-height: 100vh;
    /*display: flex;*/
}

.popup_img .content_popup form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.popup_img .img_block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    /*height: 100%;*/
}

.popup_img .form_block {
    background: #F9E80E;
    border-radius: 0px 5px 80px 0px;
    width: 50%;
    padding: 40px;
}

.popup_img .form_block .title img {
    display: inline-block;
    vertical-align: middle;
}

.popup_img .form_block .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.popup_img .form_block p {
    padding-left: 10%;
    color: #191F21;
    margin: 25px 0px;

}

.popup.popup_img .content_popup .close {
    background-color: #dccf2e !important;
}

/*popup*/


.radio_field {
    position: relative;
    margin-bottom: 4px;
}

.radio_label {
    display: inline-block;
    vertical-align: top;
}

input[type="checkbox"].checkbox_label {
    display: block;
}

.radio_label input[type="radio"] {
    display: none;
}

.radio_field label {
    margin-bottom: 0px;
}

.radio_label input[type="radio"] + span.label-text {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    vertical-align: top;
    color: #000;
    background-image: url(../_i/_icons/img_radio.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.radio_label input[type="radio"]:checked + span.label-text {
    background-image: url(../_i/_icons/img_radio_checked.png);
    background-repeat: no-repeat;
}

.radio_label input[type="radio"]:hover + span .label-text {
    background-image: url(../_i/_icons/img_radio_checked.png);
    background-repeat: no-repeat;
}


/*CHOOSE FILE*/
.psevdoFile {
    position: relative;
    overflow: hidden;
}

.file_btn_text {
    position: absolute;
    z-index: 99;
    top: 10px;
    width: auto;
    color: #E10B7D;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    left: 0px;
}

.file_btn_text img {
    display: inline-block;
    vertical-align: middle;
}

.file_name_holder {
    width: 100%;
    height: 60px;
}


.file_input {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    font-size: 199px;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.form_file_block span.wpcf7-form-control-wrap {
    position: static;
}

.inputFileName {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 15px;
    white-space: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    cursor: default;
}

.popup .psevdoFile .file_btn_text {
    left: 13px;
    top: 36px;
}

.popup .file_name_holder {
    padding: 15px;
}

.psevdoFileText {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: top;
}

.icon_file_remove {
    position: absolute;
    z-index: 9999;
    top: 25px;
    width: auto;
    color: #E10B7D;
    font-size: 15px;
    display: none;
    vertical-align: middle;
    left: 0px;
}

.form_file_block p {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.form_block .submit {
    background: #000;
    border-radius: 30px;
    border: 0;
    margin: 0px auto;
    width: 100%;
    height: 56px;
    text-align: center;
    font-size: 18px;
    font-family: 'GothamPro-Bold', Verdana, sans-serif;
    margin-bottom: 7px;
    cursor: pointer;
}

.form_block .submit:focus {
    outline: none;
}

.form_block .submit span {
    background: #f9e820; /* Old browsers */
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*CHOOSE FILE*/


/*checkbox button*/

.checkbox_block {
    margin: 15px 0px;
}

.checkbox_field {
    position: relative;
    margin-bottom: 4px;
}

.checkbox_field .help-block {
    position: absolute;
    left: 0;
    z-index: 999;
    font-size: 13px;
    color: #ff546b;
    font-weight: 400;
}

form .checkbox_field {
    margin-bottom: 15px;
}


input[type="checkbox"].checkbox_label {
    display: block;
    float: left
}


input[type="checkbox"].checkbox_label + span .label-text {
    display: block;
    min-width: 20px;
    min-height: 20px;
    padding-left: 44px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    text-align: left;
    background-image: url(../_i/_icons/img_checkbox.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.checkbox_field label, .radio_field label {
    margin-bottom: 0px;
}

input[type="checkbox"].checkbox_label:checked + span .label-text {
    background-image: url(../_i/_icons/img_checkbox_checked.png);
    background-repeat: no-repeat;
}

input[type="checkbox"].checkbox_label + span .label-text a {
    color: #000000;
    text-decoration: underline;
}

.services {
    margin: 70px 0px;
}

.services .row_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .services .row_block {
        padding: 0 10px;
    }
}

.services .row_block h2.title {
    margin-top: 0;
}

.services .row_block .w-2 {
    width: 100%;
}

.services .row_block .text {
    width: 100%;
}

.services .row_block .text p, .main-text li {
    color: #8EA2B4;
    font-size: 15px;
    line-height: 24px;

}

.services .row_block .text p:last-child {
    margin-bottom: 0px;
}

.slider_services {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;

}

.slider_services .swiper-container {
    padding: 22px 15px;
}

.slider_services .swiper-button-next {
    background: url(../_i/_icons/slider_arrow.png) no-repeat center #fff;
    width: 70px;
    height: 70px;
    transform: rotate(180deg);
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    border-radius: 50%;
    right: -10px;
    margin-top: -35px;
}

.slider_services .swiper-button-next:hover {
    background: url(../_i/_icons/slider_arrow_active.png) no-repeat center #fff;
    transform: rotate(0deg);
}

.slider_services .swiper-button-prev {
    background: url(../_i/_icons/slider_arrow.png) no-repeat center #fff;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    border-radius: 50%;
    left: -10px;
    margin-top: -35px;
}

.slider_services .swiper-button-prev:hover {
    background: url(../_i/_icons/slider_arrow_active.png) no-repeat center #fff;
    transform: rotate(180deg);
}

.slider_services .block {
    background: #fff;
    border-radius: 0px 30px 0px 0px;
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    padding-bottom: 1px;
}

.slider_services .block .img_block {
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 30px 0px 0px;
}

.slider_services .block .desc {
    padding: 20px 25px;
}

.slider_services .block .title {
    display: block;
    text-decoration: none !important;
    font-size: 18px;
    color: #000000 !important;
    font-family: 'GothamPro-Bold', Verdana, sans-serif;
    margin-bottom: 17px;
    min-height: 65px;
}

.slider_services .block .title a {
    font-size: 15px;
    color: #000000;
    font-family: 'GothamPro-Bold', Verdana, sans-serif;
}

.slider_services .swiper-slide {
    transition: all .4s;
}

.slider_services .swiper-slide:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 10px 0px #8EA2B4;
}

.slider_services .block span {
    display: block;
}

.slider_services .block .time {
    color: #8EA2B4;
    font-size: 13px;
    margin-bottom: 7px;
}

.slider_services .block .time img {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.slider_services .block .cost {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.slider_services .block .cost img {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.slider_services .order_btn:focus {
    outline: none;
}

.slider_services .order_btn:hover {
    background: #000;
    transition: all .4s;
}

.slider_services .order_btn:hover span {
    background: #000;
    transition: all .4s;
}

.slider_services .order_btn:hover span span.text {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider_services .order_btn {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    border: 0;
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 60px;
    padding: 2px;
    line-height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .4s;
    margin-bottom: 20px;
}

.slider_services .order_btn span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    transition: all .4s;
}

.slider_services .order_btn span span {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 0px;
    font-weight: 700;
    font-size: 18px;
    transition: all .4s;
}

.slider_services .swiper-slide {
    margin-bottom: 15px;
    border-radius: 0px 30px 0px 0px;
}

h1.title {
    margin-top: 0;
    font-size: 42px;
    font-family: 'GothamPro-Bold', Verdana, sans-serif;
    position: relative;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

h2.title {
    display: inline;
}

h2.title {
    position: relative;
}

h2.title {
    position: relative;
    z-index: 99;
}

div.title {
    display: inline;
}

div.title span {
    display: inline-block;
    position: relative;
}

div.title span {
    display: inline;
    position: relative;
    z-index: 99;
}

div.title span:after {
    display: none;
}

div.title span:after {
    content: " ";
    position: absolute;
    width: 100%;
    background: #1A99D6;
    height: 12px;
    bottom: 3px;
    left: 0;
}

.slider_all_img {
    background: #fff;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #8EA2B4;
}

.slider_all_img .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 175px;
}

.slider_all_img .block {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.slider_all_img .swiper-slide {
    transition: all .4s;
    padding: 10px 0px;
}

.slider_all_img .swiper-slide a:hover {
    transform: scale(1.04);
    transition: all .4s;
}

.slider_all_img .block .hover_block {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .7s;
}

.slider_all_img .block:hover .hover_block {
    opacity: 1;
    transition: all .7s;
}

/* .slider_all_img .btn_wrapp{
    max-width: 1200px;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 99;
} */
.slider_all_img .swiper-button-next {
    background: url(../_i/_icons/slider_arrow.png) no-repeat center #fff;
    background-size: 50% 50%;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    border-radius: 50%;
    right: -10px;
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
}

.slider_all_img .swiper-button-next:hover {
    background: url(../_i/_icons/slider_arrow_active.png) no-repeat center #fff;
    transform: translate(0, -50%) rotate(0deg);
    background-size: 50% 50%;

}

.slider_all_img .swiper-button-prev {
    background: url(../_i/_icons/slider_arrow.png) no-repeat center #fff;
    background-size: 50% 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    border-radius: 50%;
    left: -10px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.slider_all_img .swiper-button-prev:hover {
    background: url(../_i/_icons/slider_arrow_active.png) no-repeat center #fff;
    transform: translate(0, -50%) rotate(180deg);
    background-size: 50% 50%;
}

.our_services {
    padding: 70px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.our_services h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 60px;
    max-width: 50%;
    margin-top: 0;
}

.our_services p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}

.our_services .block_all {
    display: flex;
    justify-content: space-between;
}

.our_services .block_all .left {
    width: 48%;
}

.our_services .block_all .right {
    width: 48%;
}

.our_services .block_all .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.our_services .block_all .block .img {
    width: 17%;
}

.our_services .block_all .block .desc {
    width: 83%;
}

.our_services .block_all {
    margin-bottom: 20px;
}

.our_services .text_block {
    padding-left: 40px;
    position: relative;
}

.our_services .text_block:after {
    content: " ";
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background: #F9E820;
    position: absolute;
}

.our_services .text_block p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.our_services .block_all .block .desc p {
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0px;
}

.yandex_map {
    height: 300px;
    margin: 70px 0px;
    margin-bottom: 0px;
}

.review {
    margin: 70px 0px;
    position: relative;
    margin-bottom: 140px;
}

h1.title {
    /*border-bottom: 4px solid #1A99D6;*/
}

.title-wrap + .review_block {
    padding-top: 0;
}

h1.title.blue span:after {
    content: " ";
    position: absolute;
    width: 100%;
    background: #1A99D6;
    height: 16px;
    bottom: 3px;
    left: 0;
}

.video_block {
    height: 850px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.video_block .video {
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    left: 50%;
    height: 425px;
    transform: translateX(-50%);
}

.video_block .video .hidden_block {
    height: 100%;
    display: none;
}

.video_block .play_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

footer .top {
    background: url(../_i/bg_footer.png) no-repeat center;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

footer .top .link_block {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

footer .top .link_block .block {
    margin-right: 40px;
}

footer .top .link_block .block .title {
    display: block;
    color: #8EA2B4;
    min-height: 20px;
    font-weight: 700;
    margin-bottom: 17px;
}

footer .top .link_block .block a {
    color: #fff;
    display: block;
    padding: 10px 0px;
}

footer .top .bottom_block {
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-top: 70px;
}

footer .top .bottom_block .search_block {
    position: relative;
    width: 30%;
}

footer .top .bottom_block .search_block input {
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    width: calc(100% - 15px);
    padding: 0px 15px;
    font-size: 15px;
    height: 45px;
    box-sizing: border-box;
}

footer .top .bottom_block .search_block input:focus {
    outline: none;
}

footer .top .bottom_block .search_block button {
    position: absolute;
    background: transparent;
    border: 0px;
    right: 19px;
    top: 6px;
}

footer .top .bottom_block .tel_block {
    width: 20%;
}

footer .top .bottom_block .tel_block .tel {
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    font-weight: 700;
}

footer .top .bottom_block .tel_block span {
    color: #65727E;
    font-size: 13px;
    display: block;
}

footer .top .bottom_block .social a {
    margin-right: 30px;
}

footer .top .bottom_block .social a:last-child {
    margin-right: 0px;
}

footer .top .bottom_block .pay_block img {
    margin-right: 15px;
}

footer .top .bottom_block .pay_block a:last-child {
    margin-right: 0px;
}

footer .bottom {
    background: #191F21;
    padding: 25px 0px;
}

footer .bottom .container {
    display: flex;
    justify-content: space-between;
}

footer .bottom .copy_right span {
    color: #8EA2B4;
    font-size: 13px;
}

footer .bottom .right a {
    color: #8EA2B4;
    font-size: 13px;
    text-decoration: underline;
}

.footer__contact-link, footer .top .link_block .block a.footer__contact-link {
    display: flex;
    align-items: center;
}

.tel_block span.footer__contact-link {
    margin-top: 0;
}

.footer__contact-link::before {
    content: '';
    flex: 0 0 auto;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.pay_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social a:not(:last-child) {
    margin: 0 20px 0 0;
}

.footer__phone::before {
    background-image: url(/wp-content/uploads/2021/12/phone-icon.png);
}

.footer__mail::before {
    background-image: url(/wp-content/uploads/2021/12/email-icon.png);
}

.footer__worktime::before {
    background-image: url(/wp-content/uploads/2021/12/worktime-icon.png);
}

.footer__address::before {
    background-image: url(/wp-content/uploads/2021/12/address-icon.png);
}

footer {
    overflow: hidden;
}

#menu-item-42 ul a, .menu-item-42 ul a {
    width: 240px;

}

.home-dop-content {
    margin-bottom: 50px;
}

.benefits .gallery-top {
    width: 100%;
    margin-bottom: 18px;
}

.benefits .gallery-top .block {
    height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.benefits .gallery-top .block .text_block {
    max-width: 33%;
    position: absolute;
    left: 14%;
    bottom: 6%;
}

.benefits .gallery-top .block span {
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 2px black;
    font-weight: 400;
    /*line-height: 50px;*/
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
}

.benefits .gallery-top .block p {
    line-height: 24px;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}

.benefits .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 10px;
}

.benefits .gallery-thumbs .block .img {
    width: calc(100% - 20px);
    height: 95px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 0px 10px 0px #8EA2B4;
    padding: 10px;
    border-radius: 5px;
}

.benefits .gallery-thumbs .block .img img {
    border-radius: 5px;
}

.benefits .gallery-thumbs .block .desc p {
    font-size: 13px;
    min-height: 30px;
    margin-bottom: 0;
}

.benefits .gallery-thumbs .block .desc {
    padding: 23px 0px;
    position: relative;
}

.benefits .gallery-thumbs .block .desc::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #ECF0F1;
}

.benefits .gallery-thumbs .swiper-slide-active .block .desc::after {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
}

.benefits .gallery-thumbs .swiper-slide {
    height: 100%;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    transition: all .4s;
}

.benefits .gallery-thumbs .swiper-slide:hover {
    cursor: pointer;
    transform: scale(1.04);
    transition: all .4s;
}

.benefits .gallery-thumbs .swiper-slide:hover .block .desc:after {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
}

.benefits .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.benefits .gallery-thumbs .swiper-slide-active .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}


.benefits .swiper-button-next {
    background: url(../_i/_icons/slider_arrow.png) no-repeat center #fff;
    width: 70px;
    height: 70px;
    transform: rotate(180deg);
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    border-radius: 50%;
    right: -25px;
    margin-top: -90px;
}

.benefits .swiper-button-next:hover {
    background: url(../_i/_icons/slider_arrow_active.png) no-repeat center #fff;
    transform: rotate(0deg);
}

.benefits .swiper-button-prev {
    background: url(../_i/_icons/slider_arrow.png) no-repeat center #fff;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    border-radius: 50%;
    left: -25px;
    margin-top: -90px;
}

.benefits .swiper-button-prev:hover {
    background: url(../_i/_icons/slider_arrow_active.png) no-repeat center #fff;
    transform: rotate(180deg);
}

.benefits {
    margin-top: 60px;
    margin-bottom: 75px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.slider_services.all_block .row_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slider_services.all_block .block {
    background: #fff;
    width: 24%;
    margin-bottom: 15px;
}

.bread_crumbs {
    margin: 30px 0px;
}

.bread_crumbs.white a {
    color: #fff;
}

.bread_crumbs.white span {
    /*color: #8EA2B4;*/
    color: #fff;
}

.bread_crumbs.white a span {
    color: #fff;
}

.bread_crumbs a {
    color: #1c1c1c;
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.bread_crumbs a:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
}

.bread_crumbs span {
    color: #1c1c1c;
    font-size: 13px;
}

.kb_title {
    color: #000 !important;
    font-size: 13px;
    font-weight: bold;
}

.bread_crumbs.white span {
    color: #fff !important;
}

.services_block p, .review_block.blocks .block {
    line-height: 24px;
    /* color: #8EA2B4; */
    color: #191F21;
}

/* .content-top-block .review_block p, .content-top-block .review_block {
    color: #fff;
} */
.review_block.blocks .block {
    line-height: 24px !important;
}

.services_block li {
    line-height: 24px;
    /* color: #8EA2B4; */
    color: #191F21;
}


.services_block h2 {
    /*overflow-wrap: break-word;*/
}

.services_block {
    padding-bottom: 30px;
}

.services_block .table_services {
    text-align: center;
    padding-bottom: 30px;
}

.services_block .table_services h2 {
    font-size: 30px;
    line-height: 48px;
    margin-top: 50px;
}

.services_block .table_services table {
    width: 100%;
    margin: 50px 0px;
    border-collapse: collapse;
}

.services_block .table_services table thead th {
    background: #F9E820;
    padding: 20px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.services_block .table_services table tr:nth-child(odd) td {
    background: #fff;
}

.services_block .table_services table tr td {
    padding: 20px 15px;
    text-align: center;
    font-size: 15px;
}

.our_work {
    margin: 40px 0px;
}

.about_block {
    padding-top: 100px;
    margin-top: -100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.about_block .text_block {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.about_block .text_block .left {
    width: 30%;
}

.about_block .text_block .left h1.title span {
    color: #fff;
}

.about_block .text_block .right {
    width: 68%;
}

.about_block .text_block .right p, .about_block .text_block .right li {
    color: #fff;
    line-height: 24px;
}

.about_block .text_block .right h2 {
    color: #fff;
}

.gray_bg.mb_none {
    margin-bottom: -70px;
    padding-bottom: 70px;
}

.news_block_detail {
    margin-top: 70px;
}

.news_block_detail .block span {
    display: block;
}

.news_block_detail .block span.date {
    line-height: 24px;
    color: #8EA2B4;
    margin-bottom: 15px;
}

.news_block_detail .block span.name {
    font-size: 48px;
    line-height: 48px;
    color: #191F21;
    margin-bottom: 40px;
}

.news_block_detail .block .img_block {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.news_block_detail .block p {
    color: #191F21;
    line-height: 24px;
}

.news_block .all_news_block {
    margin: 40px 0px;
    margin-bottom: 0px;
}

.news_block .all_news_block .block {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    width: 31.5%;
    background: #fff;
    border-radius: 0px 30px 0px 0px;
    box-shadow: 0px 0px 6px 0px #8EA2B4;
    margin-bottom: 25px;
}

.news_block .all_news_block .block:nth-child(3n-3) {
    margin-right: 0px;
}

.news_block .all_news_block .block .img_block {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 30px 0px 0px;
}

.news_block .all_news_block .block .desc {
    padding: 15px 20px;
}

.news_block .all_news_block .block .desc span {
    display: block;
}

.news_block .all_news_block .block .desc span.date {
    color: #8EA2B4;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.news_block .all_news_block .block .desc span.title {
    color: #191F21;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.news_block .all_news_block .block .desc span.title a {
    color: inherit;
}

.news_block .all_news_block .block .desc p {
    line-height: 24px;
    color: #191F21;
    margin-bottom: 0px;
}

.show_more a {
    position: relative;
    padding: 2px 2px;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.show_more a::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
    border-radius: 30px;
}

.show_more a span {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    background: #fff;
    display: block;
}

.show_more a span span {
    background: #f9e820;
    background: -moz-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: -webkit-linear-gradient(left, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    background: linear-gradient(to right, #f9e820 1%, #e10b7d 100%, #e10b7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e820', endColorstr='#e10b7d', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    width: auto;
    border-radius: 0px;
    height: auto;
}

.map_block {
    padding-top: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map_block .contacts_block {
    display: flex;
    justify-content: space-between;
}

.map_block .contacts_block .right_block {
    width: 49%;
}

.map_block .contacts_block .right_block .shema_block {
    min-height: 335px;
    border: 1px solid #fff;
    border-radius: 7px;
    background-position: center 520px;
    /*background-size:cover;*/
}

.map_block .contacts_block .left_block {
    width: 51%;
}

.map_block .contacts_block .left_block h2 {
    color: #fff;
}

.map_block .contacts_block .left_block p {
    color: #fff;
}

.map_block .contacts_block .left_block .block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.map_block .contacts_block .left_block .block .img {
    min-width: 50px;
}

.map_block .contacts_block .left_block .block .img img {
    margin: 0 auto;
    display: block;
}

.map_block .contacts_block .left_block .block .text {
    margin-left: 15px;
}

.map_block .contacts_block .left_block .block .text span {
    color: #fff;
}

.map_block .contacts_block .left_block .block .text a {
    color: #fff;
}

.review_block {
    margin-bottom: -70px;
    padding-bottom: 70px;
    padding-top: 70px;
}

.review_block .block {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 40px 40px;
    position: relative;
    padding-bottom: 50px;
    box-shadow: 0px 0px 6px 0px #8EA2B4;
}

.review_block .block .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.review_block .block .name {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.review_block .block .top .marks {
    width: 14%;
    display: flex;
    justify-content: space-between;
}

.review_block .block p:last-child {
    margin-bottom: 0;
}

.review_block .block .hidden_content {
    display: none;
}

.review_block .block .read_more {
    position: absolute;
    bottom: 26px;
    left: 40px;
    color: #E10B7D;
    display: block;
}

.form_block .input span.wpcf7-form-control-wrap {
    width: auto;
}

.form_block .input span.wpcf7-not-valid-tip {
    height: auto;
    width: auto;
    background: transparent;
}

.list_unstyled {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.show_mobile {
    display: none !important;
}

.bread_crumbs a span {
    color: #1c1c1c;
    font-size: 13px;
    position: relative;
    display: inline-block;
}

.popup.white_popup .block .input span + span {
    width: 100%;
}

.popup.white_popup .block .input span.wpcf7-not-valid-tip {
    width: 100%;
    background: transparent;
}

h2.screen-reader-text {
    display: none;
}

.navigation .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

nav.navigation.pagination {
    width: 100%;
}

.navigation .nav-links > * {
    margin: 10px;
    color: #000;
    font-size: 15px;
    border: 1px solid #000;
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}

.navigation .nav-links > a.next, .navigation .nav-links > a.prev {
    display: none;
}

.news_block_detail {
    overflow: hidden;
}

.all_news_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_block .all_news_block .block {
    margin-left: 0;
    margin-right: 0;
}

.show_more {
    width: 100%;
}

input#s {
    outline: none !important;
}

@media screen and (max-width: 1500px) {
    header .link_block a {
        margin-right: 0%;
    }

    header .logo {
        flex: 160px
    }
}


@media screen and (max-width: 1400px) {
    header .link_block a img {
        margin-right: 5px;
    }

    header .link_block a {
        margin-right: 1%;
    }
}

@media screen and (max-width: 1330px) {
    header {
        padding: 0
    }

    header .logo {
        width: 12%;
    }

    header .logo img {
        width: 100%;
    }

    header .link_block {
        width: 88%;
    }

    header .link_block a {
        margin-right: .5%;
        text-align: center;
    }

    header .link_block .right_block {
        align-items: center;
    }
}

@media screen and (max-width: 1280px) {
    .slider_services .block .title {
        min-height: 65px;
    }

    footer .top .bottom_block .tel_block {
        width: 23%;
    }
}

@media screen and (max-width: 1130px) {
    .review_block .block .top .marks {
        width: 20%;
    }

    .news_block .all_news_block .block {
        margin-right: 22px;
        margin-bottom: 22px;
    }

    .about_block .text_block .right {
        width: 68%;
    }

    .about_block .text_block .left {
        width: 31%;
    }

    .video_block .video {
        width: 68%;
    }

    .content-top-block .review_block .block {
        overflow-y: scroll;
        /* max-height:330px; */
    }
}

@media screen and (max-width: 1024px) {
    .popup .submit {
        margin-top: 60px;
    }

    .popup.white_popup .content_popup {
        min-width: 80%;
        max-width: 100%;
        max-height: 88vh;
        overflow: scroll;
    }

    .news_block .all_news_block .block {
        width: 31%;
    }

    .about_block .text_block {
        display: block;
        text-align: center;
    }

    .about_block .text_block .left {
        width: 100%;
        text-align: center;
    }

    .about_block .text_block .left h1.title {
        text-align: center;
        display: inline-block;
    }

    .about_block .text_block .right {
        width: 100%;
        text-align: center;
    }

    .wrapper {
        padding-top: 110px;
    }

    footer .top .bottom_block .tel_block {
        width: 45%;
        display: inline-block;
        margin-bottom: 15px;
        vertical-align: middle;
    }

    footer .top .bottom_block .search_block {
        width: 45%;
        display: inline-block;
        margin-bottom: 15px;
        vertical-align: middle;
    }

    footer .top .bottom_block {
        display: block;
        margin-top: 25px;
    }

    footer .top .bottom_block .social {
        width: 45%;
        display: inline-block;
        vertical-align: middle;
    }

    footer .top .bottom_block .pay_block {
        width: 45%;
        display: inline-block;
        vertical-align: middle;
    }

    .yandex_map {
        height: 450px;
    }

    .benefits .gallery-top .block .text_block {
        max-width: 50%;
        position: absolute;
        left: 14%;
        bottom: 6%;
    }

    .benefits .swiper-button-next {
        right: 10px;
    }

    .benefits .swiper-button-prev {
        left: 10px;
    }

    .benefits .gallery-top .block {
        height: 380px;
    }

    .video_block .video {
        width: 76%;
    }

    header .link_block {
        display: none;
    }

    .slider_all_img .swiper-button-next {
        right: 10px;
    }

    .slider_all_img .swiper-button-prev {
        left: 10px;
    }

    .services {
        margin: 10px 0px;
    }

    .our_services h3 {
        max-width: 75%;
    }

    .our_services {
        padding: 30px 0px;
        font-size: 40px;
        margin-bottom: 30px;
    }

    header .link_block .right_block {
        display: none;
    }

    header .container {
        display: block;
    }

    header .link_block {
        width: 100%;
        margin-top: 15px;
    }

    header .logo {
        display: inline-block;
        width: 18%;
        vertical-align: middle;
    }

    header .link_block {
        margin-top: 5px;
    }

}

@media screen and (max-width: 900px) {
    .popup_img .content_popup {
        min-width: 90%;
    }

    .popup_img .form_block {
        padding: 50px 30px;
        min-width: 270px;
    }

    .popup_img .form_block .input {
        width: 100%;
        display: flex;
    }

    .popup_img .form_block .submit {
        width: 80%;
    }

    .map_block .contacts_block .right_block .shema_block {
        min-height: 490px;
    }

    .news_block_detail .block span.name {
        font-size: 40px;
        line-height: 40px;
        color: #191F21;
        margin-bottom: 25px;
    }

    .news_block_detail .block .img_block {
        width: 50%;
    }

    .news_block_detail .block .img_block img {
        width: 100%;
    }

    .slider_services.all_block .row_block {
        display: block;
    }

    .slider_services.all_block {
        text-align: center;
    }

    .slider_services.all_block .block {
        text-align: left;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }

    .slider_services.all_block .block:nth-child(2n-2) {
        margin-right: 0px;
    }

    .form_block .input {
        margin-bottom: 20px;
        width: 49%;
        display: inline-block;
        vertical-align: middle;
    }

    .form_block form {
        text-align: center;
    }

    .form_block .input span {
        height: 50px;
        width: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-right: -5px;
    }

    .form_block .input input {
        height: 50px;
        line-height: 50px;
        display: inline-block;
        width: 78%;
        vertical-align: middle;
    }

    .form_file_block {
        width: 98%;
        margin: 0 auto;
    }

    .inputFileName {
        text-align: left;
    }

    .form_block .submit {
        width: 36%;
    }

    input[type="checkbox"].checkbox_label + span .label-text {
        min-height: 30px;
        line-height: 30px;
    }

    .checkbox_block {
        margin-bottom: -5px;
    }

    .services .row_block {
        flex-direction: column;
    }

    .services .row_block .w-2 {
        width: 100%;
    }

    h1.title {
        font-size: 40px;
        /*margin: 20px 0px;*/
    }

    .services .row_block .text {
        width: 100%;
    }

    .slider_all_img {
        padding: 15px;
    }

    .slider_services .block .desc {
        padding: 15px 15px;
    }

    .our_services h3 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .video_block {
        height: 640px;
    }

    .video_block .video {
        width: 63%;
        top: 54px;
        height: 315px;
    }

    .review {
        margin: 20px 0px;
        position: relative;
        margin-bottom: 90px;
    }

    .benefits .gallery-top .block span {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0px;
    }

    .benefits .gallery-top .block .text_block {
        max-width: 56%;
        position: absolute;
        left: 14%;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }

}

@media screen and (max-width: 820px) {
    .news_block .all_news_block .block {
        width: 30.7%;
    }

    .video_block .video {
        width: 71%;
    }

    .form_block .input input {
        width: 75%;
    }

    .form_file_block {
        width: 97%;
    }
}

@media screen and (max-width: 768px) {
    .review_block .block {
        box-shadow: none
    }

    .form_block .input input {
        width: 67%;
    }

    .textarea textarea {
        width: calc(100% - 0px);
    }

    .popup.white_popup .block.w-2 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-right: 0px;
    }

    .review_block .block .read_more {
        left: 30px;
    }

    .review_block {
        margin-bottom: 0;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .review_block .block .top .marks {
        width: 18%;
    }

    .review_block .block .name {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }

    .review_block .block .top .marks a img {
        width: 20px;
    }

    .review_block .block {
        padding: 5px 5px;
        position: relative;
        padding-bottom: 0px;
    }

    .map_block .contacts_block .right_block .shema_block {
        min-height: 420px;
    }

    .map_block {
        margin-bottom: 0px;
    }

    .map_block .contacts_block {
        display: block;
    }

    .map_block .contacts_block .left_block {
        width: 100%;
        margin-bottom: 30px;
    }

    .map_block .contacts_block .right_block {
        width: 75%;
        margin: 0 auto;
    }

    .news_block .all_news_block {
        margin-bottom: 0;
    }

    .news_block .all_news_block .row_block {
        display: block;
        text-align: center;
    }

    .news_block .all_news_block .block {
        margin-right: 19px !important;
        margin-bottom: 19px;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .news_block .all_news_block .block:nth-child(2n-2) {
        margin-right: 0 !important;
    }

    .news_block_detail {
        margin-top: 35px;
    }

    .gray_bg.mb_none {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .news_block_detail .block span.date {
        margin-bottom: 8px;
    }

    .news_block_detail .block .img_block {
        width: 40%;
        margin-bottom: 5px;
    }

    .news_block_detail .block span.name {
        font-size: 30px;
    }

    .about_block {
        padding-bottom: 40px;
    }

    .about_block .text_block {
        margin-top: 0px;
    }

    h1.title .btn.black span {
        font-size: 16px;
    }

    h1.title .btn.black {
        font-size: 16px;
        padding: 10px 25px;
    }

    .services_block .table_services table tr td {
        padding: 15px 15px;
    }

    .services_block .table_services table {
        margin: 20px 0px;
    }

    .services_block .table_services h2 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .services_block .table_services {
        padding-bottom: 0px;
    }

    h1.title {
        font-size: 25px !important;
        margin: 20px 0px;
    }

    h2, div.title span {
        font-size: 23px;
    }

    .slider_services .swiper-button-next, .slider_services .swiper-button-prev {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .our_services h3 {
        font-size: 30px;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .our_services p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .our_services .block_all {
        flex-flow: column;
    }

    .our_services .block_all .left {
        width: 100%;
    }

    .our_services .block_all .right {
        width: 100%;
    }

    .our_services {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .our_services .block_all .block {
        margin-bottom: 35px;
    }

    .slider_services {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slider_services .block .img_block {
        height: 100px;
    }

    .show_mobile.slider_services.blocks_services {
        /* flex-direction: column;
        height: 350px; */
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 30px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .swiper_no_slide {
        width: 48%;
        margin: 0 10px 5px 0;
        min-width: 48%;
    }

    .slider_services .block .title {
        min-height: 50px;
    }

    .slider_services .order_btn span span {
        font-size: 16px;
    }

    .slider_services .order_btn {
        height: 45px;
        padding: 2px;
        line-height: 42px;
    }

    .video_block .video {
        width: 75%;
    }

    .yandex_map {
        height: 360px;
        margin: 0px 0px;
    }

    .form_block .input input {
        width: 70%;
    }

    footer {
        overflow: hidden;
    }

    .benefits .swiper-button-next, .benefits .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .blocks_services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .swiper_no_slide {
        width: 48%;
        margin-bottom: 2%;
    }

    /* .show_mobile {
        display: flex !important;
    } */
    /* .hidden_mobile{
        display: none !important;
    } */
    .rsschitat {
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 11px 28px;
        font-size: 13px;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        margin: 0 auto 20px 0;
    }

    .rsschitat + .form_block {
        display: none;
    }

    ::-webkit-scrollbar {
        width: 5px !important;
        height: 8px !important;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #eee;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        /*background: #48214b !important;*/
        background: #1A99D6 !important;

    }

    ::-webkit-scrollbar-thumb, *:-moz-window-inactive {
        /*background: #48214b !important;*/
        background: #1A99D6 !important;
    }

    div#wpcf7-f321-o4 div.wpcf7-response-output,
    div#wpcf7-f321-o3 div.wpcf7-response-output {
        max-width: 100%;
    }

    .content-top-block .review_block .block {
        overflow-y: auto;
        max-height: 100%;
    }
}

@media screen and (max-width: 700px) {
    .wrapper {
        padding-bottom: 755px;
    }

    header .link_block {
        display: block;
    }

    header .link_block a {
        width: 49%;
    }

    .video_block .video {
        width: 67%;
        top: 35px;
        height: 270px;
    }

    .video_block {
        height: 520px;
    }
}

@media screen and (max-width: 630px) {
    footer .top .link_block .block:nth-child(3) .title {
        min-height: auto;
    }

    .popup_img .img_block {
        display: none;
    }

    .popup_img .form_block {
        width: 100%;
    }

    .review_block .block .top .marks {
        width: 23%;
    }

    .map_block .contacts_block .right_block {
        width: 100%;
    }

    .news_block .all_news_block .block {
        width: 100%;
        margin-right: 0 !important;
    }

    header .logo {
        width: 25%;
    }

    .form_block .input {
        width: 100%;
        display: flex;
    }

    .form_block .input input {
        width: 90%;
    }

    .form_file_block {
        width: 100%;
    }

    .benefits {
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .benefits .gallery-top .block {
        height: 280px;
    }

    .benefits .gallery-top .block .text_block {
        max-width: 76%;
    }

    .video_block .video {
        width: 73%;
    }

    footer .top .link_block {
        display: block;
        text-align: left;
    }

    footer .top .link_block .block .title {
        margin-bottom: 0px;
    }

    footer .top .link_block .block {
        margin-right: 0;
        width: 49%;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 27px;
    }

    footer .top .link_block .block a {
        padding: 2px 0px;
    }

    footer .top .bottom_block .search_block {
        width: 100%;
    }

    footer .top .bottom_block .tel_block {
        width: 100%;
        text-align: center;
    }

    footer .top .bottom_block .social {
        display: none;
    }

    footer .top .bottom_block .tel_block span {
        display: none;
    }

    footer .top {
        padding: 15px 0px;
    }

    footer .bottom {
        background: #191F21;
        padding: 15px 0px;
    }

    .wrapper {
        position: relative;
        padding-bottom: 560px;
    }

    .yandex_map {
        margin-bottom: 0;
    }

    .yandex_map {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 580px) {
    h1.title span span {
        text-decoration: underline;
        text-decoration-color: #1A99D6;
    }

    h1.title span:after {
        display: none;
    }

    .news_block_detail .block .img_block {
        width: 70%;
        margin-bottom: 5px;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .services_block .table_services table thead th {
        padding: 10px 10px;
        font-size: 14px;
    }

    .video_block .video {
        width: 81%;
    }

    .form_block .submit {
        width: 50%;
    }

    .slider_services .swiper-slide.swiper-slide-active {
        transform: scale(1);
        box-shadow: none;
    }

    .slider_services .swiper-container {
        padding: 10px;
    }

    .our_services .text_block {
        padding-left: 20px;
        position: relative;
    }

    .our_services .block_all {
        margin-bottom: 0px;
    }

    .our_services .block_all .block {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 530px) {
    .services_block .table_services table thead th {
        padding: 6px 6px;
        font-size: 12px;
    }

    .services_block .table_services table tr td {
        padding: 6px 6px;
        font-size: 12px;
    }

    h1.title {
        /*display: block;*/
    }

    h1.title .btn.black {
        display: block;
        width: 140px;
        text-align: center;
        margin: 15px 0px;
    }

    .slider_services .block .title {
        /*	word-break: break-all; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        min-height: 104px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .slider_services.all_block .block {
        width: 100%;
        margin-right: 0px;
    }

    .video_block .video {
        width: 87%;
    }
}

@media screen and (max-width: 500px) {
    .review_block .block .top .marks {
        width: 30%;
    }

    header .link_block a {
        width: 47%;
    }

    .video_block {
        height: 460px;
    }

    .video_block .video {
        width: 82%;
        height: 235px;
    }

    .benefits .gallery-thumbs .swiper-slide {
        width: 60%;
    }
}

@media screen and (max-width: 460px) {
    .video_block .video {
        width: 89%;
    }

    .our_services .block_all .block .img img {
        width: 90%;
    }

    .our_services .block_all .block .img {
        width: 17%;
        margin-right: 10px;
    }

    .form_block .submit {
        width: 100%;
    }

    .benefits .gallery-top .block span {
        font-size: 30px;
        line-height: 30px;
        margin: 20px 0px;
    }

    .benefits .swiper-button-next {
        right: -10px;
    }

    .benefits .swiper-button-prev {
        left: -10px;
    }

    header .link_block a {
        font-size: 12px;
    }
}

@media screen and (max-width: 410px) {
    .map_block .contacts_block .right_block .shema_block {
        min-height: 350px;
    }

    .news_block_detail .block .img_block {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .bottom .container {
        display: block;
        text-align: center;
    }

    .wrapper {
        padding-bottom: 662px;
    }

    footer {
        height: auto;
    }

    header .link_block a img {
        margin-right: 5px;
        width: 24px;
    }

    .video_block {
        height: 400px;
    }

    .video_block .video {
        width: 84%;
        top: 24px;
        height: 210px;
    }
}

@media screen and (max-width: 420px) {
    .map_block .contacts_block .right_block .shema_block {
        min-height: 350px;
    }

    .news_block_detail .block .img_block {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .bottom .container {
        display: block;
        text-align: center;
    }

    .wrapper {
        padding-bottom: 608px;
    }

    footer {
        height: auto;
    }

    header .link_block a img {
        margin-right: 5px;
        width: 24px;
    }

    .video_block {
        height: 400px;
    }

    .video_block .video {
        width: 84%;
        top: 24px;
        height: 210px;
    }
}

@media screen and (max-width: 380px) {
    .video_block {
        height: 330px;
    }

    .video_block .video {
        width: 78%;
        top: 24px;
        height: 170px;
    }

    .title {
        font-sixe: 26px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media screen and (max-width: 360px) {
    .video_block .video {
        width: 82%;
        top: 24px;
        height: 170px;
    }

    .the-captcha-right input {
        width: 120px !important
    }

    .title {
        font-size: 26px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
}

@media screen and (max-width: 320px) {
    .the-captcha-right input {
        width: 120px !important
    }

    .title {
        font-size: 24px !important;
        margin-top: 0 !important;
        margin-bottom: 5px !important
    }

}


form span.wpcf7-not-valid-tip {
    font-size: 11px !important;
}

form div.wpcf7-response-output {
    font-size: 11px !important;
    padding-bottom: 15px;
}


.content-top-block {
    display: flex;
}

.content-top-block .gallery {
    width: 50%;
    padding: 0 10px 0 0;
    margin: 0 0 30px 0;
}

.content-top-block .review_block {
    /* max-height:330px; */
    width: 50%;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}

.content-top-block .review_block .block {
    padding: 30px;
    height: auto;
    min-height: 330px;
    box-sizing: border-box;
    line-height: 1.2;
}

.slider_services {
    margin: 0 0 0px 0;
}

.gallery-table {
    display: flex;
    flex-wrap: wrap;
}

.gallery-table a {
    flex: 25%;
    padding: 5px;
    height: 140px;
    box-sizing: border-box;
    background-size: cover;
}

.gallery-table a .img {
    border-radius: 6px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .hide-mob {
        display: none !important;
    }

    .srch {
        margin-top: -150px;
    }

    .title-wrap {
        display: block;
        margin-bottom: 30px;
    }

    .title-wrap .btn {
        display: none !important;
    }

    .content-top-block {
        display: block;
    }

    .content-top-block .gallery {
        width: 100%;
        padding-right: 0;
    }

    .content-top-block .review_block {
        width: 100%;
        padding-left: 0;
    }

    .content-top-block .review_block {
        max-height: 100%;
    }

    .gallery-table a {
        height: 100px;
    }
}


@media screen and (max-width: 767px) {
    .block-drop-menu {
        display: none !important;
    }
}

.benefits .block {
    position: relative;
}

.benefits .block-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.form-row {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -10px;
}

@media screen and (max-width: 1000px) {
    .form-row {
        display: block;

    }
}

.form-col-50 {
    box-sizing: border-box;
    flex: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 7px;
}

.form-col-40 {
    box-sizing: border-box;
    flex: 40%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 7px;
}

.form-col-60 {
    box-sizing: border-box;
    flex: 60%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 7px;
}

.popup .form_file_block {
    border: 2px dashed #ccc;
    padding: 0px 10px 15px 10px;
}

.related-slider .block {
    background: #fff;
    padding: 15px;
    overflow: hidden;
}

.related-slider .block-thumb {
    background-size: cover;
    background-position: center center;
    display: block;
    height: 200px;
    margin: -15px -15px -45px -15px;
    position: relative;
}

.related-slider .block-thumb:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 85px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.related-slider .title, .related-slider .excerpt {
    position: relative;
    z-index: 100;
}

.related-slider .excerpt {
    font-size: 14px;
}

.related-slider .swiper-container {

}

.related-slider .swiper-button-next, .related-slider .swiper-button-prev {
    top: 30%;
}

.related-slider .excerpt {
    height: 70px;
    opacity: .8;
}


.the-captcha {
    display: flex;
    margin-bottom: 20px;
}

.add-files-button + .the-captcha {
    margin-top: 20px;
    margin-bottom: 0;
}

.the-captcha-left {
    flex: 75px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 15px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 3px;
    border: 2px solid #ECF0F1;
}

.the-captcha-left img {
    max-width: 100%;
}

.the-captcha-right {
    width: 100%;
}

.the-captcha-right p {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
}

.the-captcha-right input {
    width: 176px;
    height: 28px;
    background: none;
    /*border:2px solid rgba(0,0,0,.75);*/
    background: #fff;
    border: none;
    padding: 0 10px;
    outline: none !important;
    border: 2px solid #ECF0F1;
}

.the-captcha-right input {

}

.review-captcha input {
    border: 2px solid #ECF0F1;
}

.form_file_block + .the-captcha {
    margin-top: 20px;
}


.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #1A99D6 !important;
    color: #fff !important;
}

.responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #1A99D6 !important;
    color: #fff !important;
}

.tabcontent {
    overflow-x: auto;
}

.tabcontent br:last-child {
    display: none;
}

@media screen and (max-width: 768px) {

}

.responsive-tabs .responsive-tabs__panel {
    padding: 5px 0 !important;
}

table {
    width: 100%;
}

.search-close {
    font-size: 24px;
    cursor: pointer;
}

.popup .change-size_button {
    position: absolute;
    width: 180px;
    height: 40px;
    padding: 0 15px;
    top: -21px;
    left: 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #dedede;
    text-align: center;
    cursor: pointer;
}

.popup .change-size_button:hover {
    background: #1A99D6;
}

.popup .change-size_button::before {
    line-height: 40px;
    font-family: 'GothamPro', Verdana, sans-serif;
    color: #191F21;
    font-size: 18px;
}

.popup.small .change-size_button::before {
    content: 'Подробно';
}

.popup.big .change-size_button::before {
    content: 'Кратко';
}

.popup.small .form_file_block,
.popup.small .block.w-2.info {
    display: none
}

.popup.small .block.w-2.contacts {
    width: 100%;
}

.popup.small .block.w-2.contacts .input:not(:first-child) {
    display: none
}

.popup.small .content_popup {
    min-width: auto;
}

.popup.small .content_popup .close {
    top: 30px;
    right: 10px;
    background-color: unset;
}

@media screen and (max-width: 768px) {

    .review_block.hide {
        height: 680px;
        overflow: hidden;
        position: relative;
    }

    .review_block.review_block_first.hide {
        height: 300px;
    }

    .review_block.show {
        position: relative;
    }

    .review_block.show .content {
        padding-bottom: 100px;
    }

    .review_block .hide_button {
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgb(26 153 214);
        width: 100%;
        text-align: center;
        cursor: pointer;
        border-radius: 7px;
        border-top: 23px solid white;
    }

    .review_block .hide_button:hover {
        background: rgb(22 135 189);
    }

    .review_block .hide_button::before {
        font-family: 'GothamPro', Verdana, sans-serif;
        color: white;
        font-size: 18px;
        line-height: 50px;
    }

    .review_block.hide .hide_button::before {
        content: 'Развернуть текст';
    }

    .review_block.show .hide_button::before {
        content: 'Свернуть текст';
    }
}

/*COOKIE STYLES*/

#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

#cookie_notification p {
    margin: 0;
    font-size: .75rem;
    text-align: left;
    color: #fff;
    transition: all .4s;
}

#cookie_notification a:hover {
    color: #1A99D6;
}

#cookie_notification a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex;
    }

    .cookie_accept {
        margin: 0 0 0 25px;
    }
}

.cookie_accept {
    background: #1a99d6;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    font-size: 17px;
    box-shadow: 0px 0px 7px -2px #1a99d6;
    cursor: pointer;
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: left;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
    }

    .popup .submit {
        margin-top: 20px;
    }

    .checkbox_field {
        display: none;
    }

    .form_file_block + .the-captcha {
        flex-wrap: wrap;
        margin: 0;
    }

    .popup.small .checkbox_block {
        display: block;
    }

    .slider_services .swiper_no_slide .block {
        height: 334px;
    }

    .slider_services .block .cost img {
        margin: 0;
    }

    .submit-popup_small {
        height: 65px;
        display: flex;
        align-items: flex-end;
    }

    .slider_services .order_btn {
        height: 45px;
        padding: 2px;
        line-height: 42px;
        margin: 0 8px 10px;
    }
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


element.style {
    display: inline-block;
    margin-left: 12px;
    color: #1a99d6;
}

a.elimore_show, a.elimore_hide {
    display: inline-block;
    margin-left: 12px;
    color: #1a99d6;
    text-transform: lowercase;
}

table {
    border-collapse: collapse; /* Убираем двойные линии между ячейками */
}

td {
    padding: 3px; /* Поля вокруг содержимого таблицы */
    border: 1px solid black; /* Параметры рамки */
}

.imag img {
    margin-right: 30px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

.imag img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

button.checkbox_block {
    display: block;
}

.swiper-button-disabled {
    display: none;
}

div.wpcf7-validation-errors {
    border: none !important;
}

.price-table {
    padding: 40px;
}

.price-table th {
    border: 1px solid #000000;
    font-size: 19px;
}


@media screen and (min-width: 360px)  and (max-width: 560px) {
    .slider_services .block .title {
        min-height: 67px;
    }

    .table {
        overflow-x: scroll;
    }

    table {
        overflow-x: scroll;
    }
}

@media screen and (min-width: 361px) and (max-width: 380px) {
    .slider_services .block .title {
        min-height: 70px !important;
    }
}

@media screen and (max-width: 1174px) {
    .imag img {
        max-width: 30%;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 1050px) {
    .wrapper {
        padding-bottom: 628px;
    }

}

@media screen and (max-width: 768px) {
    .wrapper {
        padding-bottom: 500px;
    }

    .copy_right span {
        color: #fff;
        font-size: 11px
    }

    .right a {
        color: #fff;
        font-size: 11px
    }
}

.content-top-block .review_block .block.inactive {
    max-height: 330px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.block.inactive .js-txt__wrapper {
    overflow: hidden;
    max-height: 230px;
}

.content-top-block .review_block .block {
    max-height: 100%;
}

.js-txt .hide_button {
    /* display: none; */
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    cursor: pointer;

}

.js-txt.inactive .hide_button {
    display: block;
    margin: auto 0 0;
    color: #191F21;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.videor {
    margin-bottom: 20px;
}

.copy_right span {
    color: #fff;
}

.right a {
    color: #fff;
}

.slider_services .block {
    position: relative;
}


.shares-wrapper .all_news_block .block {
    width: 24%;
    background: #fff;
    border-radius: 0px 30px 0px 0px;
    box-shadow: 0px 0px 6px 0px #8ea2b4;
    padding-bottom: 1px;
    margin: 0 1% 20px 0;
}

.shares-wrapper .all_news_block .block:nth-child(4n) {
    margin: 0 0 20px;
    width: 25%;
}

.shares-wrapper .img_block {
    width: 100%;
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 30px 0px 0px;
}

.all_news_block {
    justify-content: flex-start;
}

@media (max-width: 1280px) {
    .shares-wrapper .all_news_block .block,
    .shares-wrapper .all_news_block .block:nth-child(4n) {
        width: 32%;
        margin: 0 1% 20px 0;
    }

    .shares-wrapper .all_news_block .block:nth-child(3n) {
        margin: 0 0 20px;
        width: 33%;
    }

    .shares-wrapper .block .img_block {
        height: 24vw !important;
    }

    /* Why footer absolute??	 */
    footer {
        position: static !important;
    }

    .wrapper {
        padding: 0 !important;
    }

}

@media (max-width: 1024px) {
    .page.main .wrapper {
        padding-top: 0;
    }

    .map_block {
        padding-top: 5px;
    }
}

@media (max-width: 768px) {
    .shares-wrapper .all_news_block .block,
    .shares-wrapper .all_news_block .block:nth-child(4n),
    .shares-wrapper .all_news_block .block:nth-child(3n) {
        width: 49%;
        margin: 57px 2% 20px 0;
    }

    .shares-wrapper .all_news_block .block:nth-child(2n) {
        margin: 0 0 20px;
    }

    .review {
        margin: 0;
    }

}

@media (max-width: 480px) {
    .shares-wrapper .block .img_block {
        height: 35vw !important;
    }

    .gray_bg {
        padding-top: 1px !important;
    }

    .bread_crumbs {
        margin: 15px 0;
    }

    .imag .show_mobile.slider_services.blocks_services {
        height: 120px !important;
        display: flex !important;
    }
}


.popup_img.js_review_popup .content_popup {
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.popup_img.js_review_popup .content_popup .title {
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.popup_img.js_review_popup .content_popup form {
    flex-wrap: wrap;
}

.popup_img.js_review_popup .content_popup .wpcf7 form.invalid .wpcf7-response-output, .popup_img.js_review_popup .content_popup .wpcf7 form.unaccepted .wpcf7-response-output, .popup_img.js_review_popup .content_popup .wpcf7 form.payment-required .wpcf7-response-output {
    display: none !important;
}

.popup_img.js_review_popup .content_popup .w-2 {
    width: 50%;
}

.popup_img.js_review_popup .content_popup input[type="checkbox"].checkbox_label {
    margin: 0 5px -2px 0;
}

.popup_img.js_review_popup .content_popup .checkbox_block {
    margin: 10px auto;
}

.popup_img.js_review_popup .content_popup .input {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}

.popup_img.js_review_popup .content_popup .input span:first-child {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_img.js_review_popup .content_popup .input .wpcf7-form-control-wrap {

}

.popup_img.js_review_popup .content_popup .input input {
    border: 2px solid #ECF0F1;
    font-size: 15px;
    color: #8EA2B4;
    background: #fff;
    padding: 12px 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.popup .marks {
    margin-top: 10px;
}

@media (max-width: 900px) {
    .popup_img.js_review_popup .content_popup .w-2 {
        width: 100%;
    }

    .popup.js_review_popup .marks {
        text-align: left;
    }

    .textarea textarea, .popup_img.js_review_popup .content_popup .input .wpcf7-form-control-wrap, .popup_img.js_review_popup .content_popup .input input {
        width: 100%;
    }

    .popup_img.js_review_popup .content_popup .title {
        margin: 0 0 30px;
    }
}

@media (max-width: 575px) {
    .popup_img.js_review_popup .content_popup .checkbox_block {
        width: 100%;
    }
}

.show_in_map {
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1);
    transition: 0.4s ease;
}

.show_in_map:hover {
    filter: grayscale(0);
}

.header__social-link img {
    display: block;
}

.wh-btn_fixed.scrolled {
    bottom: 90px;
}

.tg-btn_fixed.scrolled {
    bottom: 160px;
}

.mx-btn_fixed.scrolled {
    bottom: 230px;
}

.sbttBacktotop {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
    left: auto;
    background-image: url(/wp-content/uploads/2022/08/iconmonstr-arrow-3-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.sbttBacktotop img {
    display: none;
}

/* infoblock */
.infoblock {
    margin: 40px 0 10px;
    box-sizing: border-box;
}

.infoblock * {
    box-sizing: border-box;
}

.infoblock__list {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infoblock__item {
    display: flex;
    align-items: center;
    width: 25%;
    padding: 0 20px 0 0;
}

.infoblock__img {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    background-image: url(/wp-content/uploads/2022/09/img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.infoblock__item:nth-child(2) .infoblock__img {
    background-image: url(/wp-content/uploads/2022/09/img-2.png);
}

.infoblock__item:nth-child(3) .infoblock__img {
    background-image: url(/wp-content/uploads/2022/09/img-3.png);
}

.infoblock__item:nth-child(4) .infoblock__img {
    background-image: url(/wp-content/uploads/2022/09/img-4.png);
}

.infoblock__txt {
    font-size: 14px;
    line-height: 1.4;
    color: #8EA2B4;
}

@media (max-width: 992px) {
    .infoblock__item {
        width: 50%;
        margin: 0 0 15px;
    }
}

@media (max-width: 768px) {
    .js-txt .hide_button::before {
        display: none;
    }

    .js-txt.inactive .hide_button, .js-txt .hide_button {
        position: static;
        color: #fff !important;
        height: auto;
        padding: 10px 0;
        max-width: 300px;
        margin: auto auto 30px;
        text-decoration: none;
    }

    .content-top-block .review_block .block {
        /* 		min-height: auto; */
    }
}

@media (max-width: 600px) {
    .infoblock__item {
        width: 100%;
    }
}

.about_block .text_block .right p, .about_block .text_block .right li, .about_block .text_block .right h2 {
    color: #191F21;
}

.about_block .text_block {
    border-radius: 10px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #8ea2b4;
}

.blog-page .news_block .all_news_block {
    gap: 20px;
}

.blog-page .news_block .all_news_block .block {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 10px);
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .blog-page .news_block .all_news_block .block {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 630px) {
    .blog-page .news_block .all_news_block .block {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.img-right, .img-left, .img-text {
    max-width: 400px;
    width: 100%;
}

.img-right {
    float: right;
    margin: 15px 0 15px 40px;
}

.img-left {
    float: left;
    margin: 15px 40px 15px 0;
}

.img-text {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .img-right, .img-left {
        float: none;
        display: block;
        margin: 15px auto;
    }
}

.article-page .related-slider .excerpt {
    height: auto;
}