/*******************************************************************
	FILE`S CONTENT:
	$TEMPLATES
	==============
	$MEDIA QUERIES
**********************************************************************/
/**********************************************************************
	$TEMPLATES
	**********************************************************************/
/*** TAGS ***/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    height: 100%;

}

body {
    position: relative;
    font-family: Montserrat, Arial, sans-serif;
    color: #212121;
    padding: 0 72px;

}

.blue {
    color: #0094d2;
}

.green {
    color: #2bc728;
}

.circle_grey {
    width: 75px;
    height: 75px;
    background: #D9D9D9;
    border-radius: 50px;
}

.content p {
    text-align: left;
}

.text h1,
.news-header.text h2,
h2#caption {
    font-size: calc((100vw - 320px) / (1920 - 320) * (40 - 26) + 26px);
    font-family: Montserrat, Arial, sans-serif;
    margin: auto;
    text-transform: none;
    text-align: left;
    font-weight: bold;
    color: black;
    /*max-width: 1300px;*/

}

.current-news ul {
    list-style: disc;
    padding-left: 1em;
}

.content_after_gallery h2 {
    padding: 0.7em 0;
}

main {
    overflow: hidden;
}

ul {
    list-style: none;
}

a,
a:link,
a:focus,
a:visited {
    text-decoration: none;
    color: #0094D2;
}

a.btn {
    color: white;
}

a:focus {
    outline: 0;
}

/*** CLASSES ***/
.active-title {
    display: block;
}

.h2,
.h3 {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
}

h1,
.h1 {
    margin: 1em 0;
    font-weight: bold;
    font-size: calc((100vw - 360px) / (1920 - 360) * (38 - 24) + 24px);
}

h2,
.h2 {
    margin: 1em auto;
    max-width: 1300px;
    font-weight: bold;
    font-size: calc((100vw - 360px) / (1920 - 360) * (36 - 24) + 24px);
}

h3,
.h3 {
    margin: 1em auto;
    max-width: 1300px;
    font-weight: 600;
    font-size: calc((100vw - 360px) / (1920 - 360) * (32 - 20) + 22px);
}

h4,
.h4 {
    margin: 1em auto;
    max-width: 1300px;
    font-weight: 600;
    font-size: calc((100vw - 360px) / (1920 - 360) * (24 - 20) + 20px);
}

cite {
    font-style: italic;
}

.our-clients_title {
    margin: 2em auto;
    max-width: 1300px;
    font-weight: bold;
    font-size: calc((100vw - 360px) / (1920 - 360) * (30 - 24) + 24px);
    text-align: left;
}

.h2_bold {
    font-weight: bold;
}


header .container {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;

    width: 100%;
}

.container {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.text {
    margin-bottom: 0;
}

header {
    margin: 0;
    z-index: 10;
    background-color: white;
}

.breadcume {
    padding: 1.5em 0;
}

img.brdicon {
    width: 15px;
    height: auto;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 768px) {
    .breadcume {
        display: none;
    }

}


.page_content {
    /*position: relative;*/
}

.wrapper {
    max-width: 1300px;
    margin: auto;
    width: 100%;
    padding: 0;
}

.data-fancybox-hidden {
    background-color: white;
    overflow-y: scroll;
    height: 500px;
    width: 600px;
}

.data-fancybox-hidden table {
    margin: auto;
}

.data-fancybox-hidden td,
.data-fancybox-hidden th {
    padding: 5px 10px;
}

#fancybox-outer {
    background: unset;
}

#fancybox-outer .fancybox-bg {
    background: unset;
}

.ot-pervogo-litsa h3,
.ot-pervogo-litsa .h3 {
    margin: 1em auto;
}

.ot-pervogo-litsa .description-article__image-wrap {
    display: flex;
}

.ot-pervogo-litsa h3.description-article__title {
    text-align: left;
}

.ot-pervogo-litsa .description-article__image {
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin: 1.5em 0;
}

.ot-pervogo-litsa strong {
    font-weight: bold;
}

.ot-pervogo-litsa h4,
.ot-pervogo-litsa .h4 {
    font-size: 22px;
    margin: 1em 0;
}

.ot-pervogo-litsa .description-article__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description-article__content ul li::marker {
    /*color: #0094d2;*/
}

.old_content .content-wrap {
    width: 1000px;
}

.content-wrap {
    float: none;
    width: 100%;
    margin: auto;
    padding: 0;
    margin-top: 30px;
}

.footer .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.serv-title {
    padding-top: 80px;
    padding-bottom: 53px;
}

.lic-title {
    padding-top: 119px;
    padding-bottom: 90px;
}

.des-title {
    padding-top: 102px;
}

.section__title_up {
    text-transform: uppercase;
}

.section-content-wrap {
    padding: 2em 1em;
}

.flex {
    display: flex;
}

.container_links_in_content_services {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
}

.item_block_in_content_services {
    margin: auto;
    max-width: 1300px;
}

.link_block_in_content_services {
    font-size: 18px;
    padding: 5px 0;
}

.title_block_in_content_services {
    font-size: 18px;
    font-family: Montserrat, Arial, sans-serif;
}

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

    body {
        padding: 0 20px;
    }

}

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

    body {
        padding: 0;
    }

    h2,
    .h2 {
        /* margin: 0 auto;*/
    }

    h3,
    .h3 {
        /* margin: 0em; */
    }

    .our-clients_title {
        margin: 0em auto;
    }

}

.flex_col {
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal-call__header-title-sps {
    color: #3a405d;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-call__sps {
    background: #fff;
    height: 300px;
    max-height: 100%;
    color: #3a405d;
    padding: 30px 40px 0 30px;
}

#modal-thanks .modal-call__content {
    font-size: 18px;
    line-height: 26px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.wait__call {
    margin-top: 30px;
    margin-bottom: 30px;
}

.block {
    position: absolute;
    top: 0;
    right: 0;
}

.content-wrap .breadcrumbs {
    /*font-family: 'Montserrat-Medium';*/
    font-size: 14px;
    margin-bottom: 40px;
}

.breadcrumbs a {
    color: #9a9fb3;
}

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

    .breadcrumbs {
        margin-bottom: 20px;
    }

}

/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide+label~div {
    display: none;
}

/* вид текста label */
.hide+label {
    margin: 0;
    padding: 0;
    color: #e01f1f;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

/* вид текста label при активном переключателе */
.hide:checked+label {
    border-bottom: 0;
}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked+label+div {
    display: block;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
}

/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

/* вид текста label при активном переключателе */
.hide:checked+label {
    border-bottom: 0;
    display: none;
}

.fixed {
    display: flex !important;
    position: fixed;
    top: 0;
    /*left: 0;*/
    width: 100%;
    opacity: 0.95;
    background: #f8f8f8;
    z-index: 777;
}

.nav_fix {
    justify-content: space-evenly;
    align-items: center;
    padding: 4px 0;
}

.header_contact {
    display: inline-flex;
    align-items: center;
}

.flex-fix {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-fix {
    display: inline-block;
}

.fix-logo {
    display: inline-flex !important;
    vertical-align: middle !important;
}

.nav_fix-logo {
    display: inline-block !important;
}

.knob-numb {
    display: inline-flex;
    align-items: center !important;
}

.scrt-btn {
    padding: 10px 13px !important;
    font-size: 13px !important;
}

.phone-fix {
    font-size: 25px !important;
}

.hpt {
    font-size: 18px !important;
}

.menu-fix ul li {
    margin: 0;
    padding: 9px 10px !important;
}

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

    .menu-fix ul li {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.btn-red {
    border: 0;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-top: 14px;
    background-color: #0094D2;
    font-size: 13px;
    color: white;
    border-radius: 7px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0;
}

span.item_block_advantages_title {
    color: #3a405d;
}

.d-none {
    display: none;
}

.navbar-collapse ul {
    background: white;
}

.icon-bar {
    /*background-color: black;*/
}

.navbar-toggle {
    background-color: white;
    border: white;

}

.header__contact-wrap .navbar-collapse {
    background: white;
    text-transform: uppercase;
}

.navbar-collapse>ul {
    height: unset;
}

.banner-content__text,
.banner-content__title {
    order: initial;
}

@media screen and (max-width: 768px) {
    body {
        padding: 0 10px;
    }

    header {
        display: none;
    }
}

/**********************************************************************
	$price list
**********************************************************************/
.banner.price {
    background-image: linear-gradient(to right, #0E2B58 50%, transparent 100%), url("/images/price/service_avariynaya.png");
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    flex-direction: row;
    display: flex;
    background-position: 100%;
    text-align: left;
    color: white;
}

.banner.price .banner-content__title {
    line-height: unset;
    margin-bottom: 1em;
    color: white;
}

.banner.price .banner-content__sub_title {
    font-size: large;
    padding-bottom: 1em;
}

.banner.price .banner-content__sign {
    font-size: small;
    padding-bottom: 2em;
}

.korpus .sub_menu {
    display: block;
}

.korpus .sub_menu_cost {
    color: #0094d2;
}

.korpus .price_title_table .sub_menu_cost {
    color: unset;
}

.korpus .sub_menu .price_title_table div.sub_menu_cond .sub_menu_cost strong {
    text-transform: unset;
}

.korpus {
    padding-top: 1em;
    font-size: calc((100vw - 360px) / (1920 - 360) * (20 - 14) + 14px);
}

.korpus .short_price_nav {
    position: sticky;
    top: 64px;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1em;
    text-align: center;
    font-size: small;
    font-weight: 600;
    padding-bottom: 1em;
    z-index: 1;
}

#table2:target::before,
#table3:target::before,
#table4:target::before,
#table6:target::before,
#table9:target::before,
#table11:target::before,
#table12:target::before,
#table13:target::before,
#table14:target::before,
#table15:target::before,
#table16:target::before,
#table17:target::before {
    content: "";
    display: block;
    height: 200px;
    /* fixed header height*/
    margin: -200px 0 0;
    /* negative fixed header height */
}

.korpus .short_price_nav a {
    color: black;
    background-color: #F5F5F5;
    border-radius: 4px;
    padding: 10px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    cursor: pointer;
}

.korpus .sub_menu li {
    display: flex;
}

.korpus .sub_menu li .sub_menu_link {
    width: 60%;
    flex-grow: 1;
}

.korpus .sub_menu li .sub_menu_cond_wrap {
    width: 40%;
    flex-grow: 1;
}

.korpus .sub_menu li,
.korpus .sub_menu li div.sub_menu_cond {
    font-size: calc((100vw - 320px) / (1920 - 320) * (20 - 14) + 14px);
}

.korpus h2,
.korpus h3 {
    max-width: 100%;
}

.korpus label:first-of-type {
    padding-left: 3em;
}

.korpus .sub_menu {
    max-width: 100%;
}

.korpus label {
    padding: 5px;
    cursor: pointer;
    position: relative;
    bottom: 20px;
    background: none;
    font-size: medium;
    color: #303030;
    margin: 0px;
    border: none;
    font-weight: normal;
}

.korpus input[type="radio"]:checked+label {
    color: #0094d2;
    background: none;
    border-bottom: none;
}

.korpus>label:before {
    content: none;
}

.korpus input[type="radio"]:checked+label:before {
    content: none;
}

.price_pupularity_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3em;
    padding-bottom: 1em;
}

.price_pupularity_item {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 0 -1px 0;
}

.price_pupularity_name {
    color: black;
}

.price_pupularity_wrapper h2 {
    max-width: 100%;
    margin-top: 2em;
}

.price_pupularity_wrapper p {
    grid-column-start: 1;
    grid-column-end: 4;
    font-size: medium;
    padding: 2em 0 0 0em;
}

.price_pupularity_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1em 0.5em;
    font-weight: 600;
}

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

.price_pupularity_cost::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0094d2;
    border-bottom: 2px solid #0094d2;
    transform: translateY(+50%) rotate(-45deg);
    margin-top: -10px;
    margin-left: 10px;
}

.download-price-list a {
    color: #fff;
}

.korpus .price_title_table {
    background-color: #E7E7E7;
    border-radius: 4px;
}

.korpus .price_title_table strong {
    font-weight: 500;
}

.korpus .sub_menu li {
    padding: 1em 0 1em 1em;
}

@media screen and (max-width: 767px) {
    .korpus .short_price_nav {
        position: static;
    }

    .korpus .price_pupularity_block {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .korpus .price_pupularity_wrapper p {
        font-size: small;
        padding: 0;
    }

    .korpus .price_pupularity_wrapper p {
        grid-column-end: unset;
    }

    .banner.price {
        background-image: linear-gradient(to bottom, #0E2B58 50%, transparent 90%), url("/images/price/service_avariynaya.png");
        background-position: center 100%;
        background-repeat: no-repeat;
        color: white;
        margin: 0;
        padding: 10px;
        background-size: cover;
        /*background-image: unset;
        background-color: #0E2B58;*/
    }

    .banner.price .banner__content {
        padding: 0;
    }

    .banner.price .banner-content__sub_title {
        padding-bottom: 0;
    }

    .banner.price .header-contact__button {
        margin-bottom: 50px;
    }

    .banner.price .banner__content button {
        width: 100%;
        /*display: none;*/
    }

    .korpus label {
        display: inline-block;
    }

    .korpus label:first-of-type {
        padding-left: 0;
    }

    .korpus .sub_menu li div.sub_menu_cond {
        justify-content: flex-end;
        text-align: right;
        color: #0094d2;
        font-weight: 500;
    }

    .korpus .sub_menu li.price_title_table div.sub_menu_cond {
        color: black;
        font-weight: bold;
    }

    .korpus .sub_menu li div.sub_menu_cond .sub_menu_cost strong {
        text-transform: unset;
    }

    .korpus .sub_menu li div.sub_menu_count,
    .korpus .sub_menu li div.sub_menu_cost {
        width: unset;
    }

    .korpus .sub_menu li div.sub_menu_count {
        order: 2;
    }

    .korpus .sub_menu li div.sub_menu_cost:after {
        content: "\00a0/\00a0";
    }

    .korpus .sub_menu li>div:last-child>div:last-child {
        width: 100%;
    }

    .korpus .sub_menu li {
        text-align: left;
    }

    .korpus .price_title_table {
        display: none;
    }

    .korpus label {
        width: unset;
        padding-top: 1em;
    }

    .korpus .short_price_nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .korpus .price_pupularity_cost::after {
        right: 0;
    }

    .banner.price .banner-content__sub_title {
        font-size: medium;
        /*display: none;*/
    }

    .banner.price .banner-content__title {
        margin-bottom: 0.5em;
    }

    .banner.price .banner-content__sign {
        padding-bottom: 0.5em;
        display: none;
    }

    .korpus .sub_menu li {
        border: 0;
        background-color: #F7F7F7;
        border-radius: 4px;
        margin: 1em 0;
        padding: 1em;
    }

    .korpus .sub_menu li .sub_menu_link {
        font-weight: bold;
    }

    .korpus .sub_menu li:nth-child(odd) {
        background-color: #F7F7F7;
    }

    #table2:target::before,
    #table3:target::before,
    #table4:target::before,
    #table6:target::before,
    #table9:target::before,
    #table11:target::before,
    #table12:target::before,
    #table13:target::before,
    #table14:target::before,
    #table15:target::before,
    #table16:target::before,
    #table17:target::before {
        content: "";
        display: block;
        height: 100px;
        /* fixed header height*/
        margin: -100px 0 0;
        /* negative fixed header height */
    }

    .price_pupularity_block {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 3em;
        padding-bottom: 1em;
    }
}

/**********************************************************************
$obslugivanie
**********************************************************************/
.obslujivanie {
    padding-top: 1em;
}

.obslujivanie .obslujivanie_main_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1em;
    margin: 2em 0;
    padding-bottom: 1em;
}

.obslujivanie .obslujivanie_main_list div {
    margin: 0 auto;
}

.obslujivanie .obslujivanie_main_list img {
    max-width: 100%;
}

.obslujivanie .big_montag {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 3fr));
    grid-gap: 1em;
    margin: 2em 0;
}

.obslujivanie .big_montag .big_montag_column_label {
    color: #0094d2;
    font-size: large;
    padding-bottom: 0.5em;
}

.obslujivanie .big_montag a {
    color: black;
    line-height: 1.1;
}

.obslujivanie .big_montag a:hover {
    text-decoration: underline;
}

.obslujivanie .big_montag ul {
    list-style-type: none;
    padding: 0;
}

.obslujivanie .service_img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.obslujivanie .description_text {
    padding: 1em 0;
}

.obslujivanie .description_text ul,
.obslujivanie .packet_wrapper ul {
    list-style-type: "—";
    padding: 15px;
}

.obslujivanie .description_text ul li,
.obslujivanie .packet_wrapper li {
    padding-left: 10px;
}

.obslujivanie .container.container_service_block_header {
    max-width: 1300px;
    margin: 2em auto;
}

.obslujivanie .packet_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}

.obslujivanie .packet_column_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}

.obslujivanie .packet_block {
    padding: 2em;
    background-color: #f5f5f5;
}

.obslujivanie .packet_label {
    color: #0094d2;
}

.obslujivanie .vertical_line {
    left: 38px;
    height: 80%;
    background-color: #e0e0e0;
    z-index: -1;
}

@media screen and (max-width: 1023px) {
    .obslujivanie .obslujivanie_main_list {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .obslujivanie .packet_wrapper,
    .obslujivanie .packet_column_wrapper {
        grid-template-columns: 1fr;
    }

    .obslujivanie .obslujivanie_main_list {
        grid-template-columns: 1fr;
    }

    .obslujivanie .header-contact__button {
        margin: 0 auto 1em;
        display: block;
    }

    .obslujivanie .packet_block {
        margin: 1em auto;
    }
}

/**********************************************************************
	$service_block
**********************************************************************/
#about-this-service .container_service_block_header {
    /*background-color: blue;*/
    /*background: linear-gradient(to right, #0E2B58 30%, transparent 100%);*/
    max-width: 100%;
    /*color:white;*/
}

.container_service_block_header h4 {
    margin: 0;
    margin-bottom: 2em;
    max-width: 100%;
    font-weight: 600;
    font-size: calc((100vw - 360px) / (1920 - 360) * (16 - 14) + 14px);
}

.container_service_block_header .row {
    display: flex;
    /*align-items: center;*/
    /*padding-top: 20px;*/
    margin: 0;
}

.class_service_block {
    padding-right: 0px
}

.class_service_block {
    position: relative;
}

.class_service_block_2 {
    padding: 0;
    padding-left: 0em;
}

span.class_service_block_header_description_span_p p,
span.class_service_block_header_description_span_p ul {
    padding: 0;
    margin-bottom: 5px;
}

.service-title-svg-icon {
    margin-right: 0;
}

/* оформление текста услуги */
h1.h1_for_service {
    font-weight: bold;
    font-family: 'Montserrat', Arial, sans-serif;
    text-align: left;
    /*color: white;*/
    text-transform: none;
}

.class_service_block_header_form {
    background: none;
    padding: 0;
}

#about-this-service span[itemprop="price"],
.class_service_removing_blockages span[itemprop="price"] {
    color: #0094D2;
    display: block;
    padding: 0 0 1rem;
    text-transform: lowercase;
    font-weight: bold;
    font-size: calc((100vw - 320px) / (1920 - 320) * (36 - 24) + 24px);
}

#about-this-service img,
.class_service_removing_blockages img {
    max-width: 100%;
    height: auto;
    display: block;
    /*z-index: -1;*/
    /*position: absolute;*/
    margin: 1em 0;
    /*right: 0;*/
}

#about-this-service .card__image-wrap img {
    width: 100%;
    padding-top: 0;
}

#about-this-service .description_opt_field_label:after {
    content: ":";
}

#about-this-service .description_opt_field_label_link:after {
    content: ">";
}

#about-this-service .description_opt_field_label_link {
    display: block;
    padding: 10px 0;
    color: #0094D2;
}

#about-this-service .description_opt_field_label {
    padding-bottom: 0.5em;
    color: #0094D2;
}

#about-this-service .description_opt_field_label.second {
    padding-top: 1.5em;
}

.class_service_block_header_form_button {
    padding: 0;
    padding-top: 3em;
}

.class_service_block_header_form_button p.policy-small {
    padding: 5px 0;
    /*color: white;*/
}

.container_service_block_header .class_service_block_header_form_button .row {
    display: block;
    padding-top: 0;
}

.input_feedback_wrapper {
    margin: 0;
}

.class_service_block_header_form_button .input_phone_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.class_service_block_header_form_button .input_phone_wrapper p {
    width: 30%;
    font-size: small;
    line-height: 1.2em;
    color: #000;
}

.class_service_block_price h3 {
    margin: 0;
    margin-top: 0.5em;
}

.class_service_block_header_description_span_p ul {
    list-style-type: none;
    /*color: white;*/
}

.class_service_block_header_description_span_p ul li:before {
    /* Unicode bullet symbol */
    content: '\25CF ';
    /* Bullet color */
    color: #0094d2;
    padding-right: 0.5em;
    font-size: small;
}

.class_service_block_header_description {
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .class_service_block_header_form_button .input_phone_wrapper input {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .container_service_block_header .row {
        display: block;
        padding-top: 20px;
    }

    .container_service_block_header .row .class_service_block_2 {
        padding-bottom: 20px;
    }

    #about-this-service img,
    .class_service_removing_blockages img {
        width: 100%;
    }

    span.class_service_block_header_description_span_p {
        padding: 0;
    }

    .description_opt_field_text {
        display: flex;
    }

    #about-this-service .description_opt_field_text>div {
        width: calc(50% - 5px);
        display: flex;
        flex-direction: column;
    }

    #about-this-service .description_opt_field_label {
        order: 2;
        color: #c4c4c4;
        font-weight: normal;
        font-size: 13px;
    }

    #about-this-service .description_opt_field_text {
        order: 1;
        font-size: 18px;
        font-weight: 600;
        color: #0094d2;
        align-items: center;
        justify-content: space-between;
    }

    #about-this-service .description_opt_field_label:after {
        content: unset;
    }

    #about-this-service .description_opt_field_label.second {
        padding-top: 0;
    }

    .class_service_block_header_form_button .input_phone_wrapper p {
        width: 100%;
    }
}

/**********************************************************************
	$404
**********************************************************************/
.body_404 {
    display: flex;
    align-items: center;
    height: 100%;
}

.my_404 {
    width: 30%;
    height: auto;
    margin: auto;
}

.my_404 img {
    width: 100%;
    height: auto;
}

.my_404 a {
    font-size: calc((100vw - 480px) / (1920 - 480) * (14 - 10) + 10px);
    max-width: 75%;
    display: block;
    background-color: #0094d2;
    color: white;
    padding: 1em;
    margin: 2em auto;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.readall-button {
    background: none;
    border: 0px;
    font-size: 18px;
    color: #0094D2;
    cursor: pointer;
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding: 20px 0;
}

.readall-button:before {
    /*width: calc(50% + 54px);*/
    content: "";
}

.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

/*
.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}
*/
@media screen and (max-width: 768px) {
    .readall-button:before {
        display: none;
    }
}

/**********************************************************************
	$feedback
**********************************************************************/
input {
    color: black;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.banner__content p.policy-small {
    display: inline-block;
    padding: 10px 10px 10px 0;
    text-align: left;
    font-size: 12px;
    color: white;
    margin: 0px;
}

.banner__content .label {
    display: inline;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.banner__content .input_phone_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.input_phone_wrapper input {
    width: 250px;
    margin: 0.5em;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
}

.input_phone_wrapper input:first-of-type {
    margin-left: 0;
}

.input_phone_wrapper p {
    width: 300px;
    margin: 0.5em;
    font-size: small;
    line-height: 1.2em;
}

.banner__content .input_phone_wrapper .btn:hover {
    background: #e01f1f;
    border: 2px solid #e01f1f;
    color: white;
}

.banner-content__text {
    font-size: 18px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .banner__content .input_phone_wrapper input {
        width: 100%;
        margin: 0.5em 0 1em;
        order: 2;
    }

    .input_phone_wrapper input {
        margin: 0.5em 0;
    }

    .input_phone_wrapper p {
        margin: 0.5em 0;
    }
}

/**********************************************************************
     $flamp
**********************************************************************/
.flamp-widget-wrapper {
    margin: auto;
    max-width: 1300px;
    margin: 2em auto;
}

/**********************************************************************
	$faq
**********************************************************************/
.faq_wrapper {
    background-color: #F5F5F5;
    padding: 1em;
    margin: 4em 0;
    text-align: left;
}

.faq {
    margin: auto;
    max-width: 1300px;
}

.faq>h2 {
    font-weight: bold;
}

.faq .accordion-item {
    margin-left: 72px;
    padding: 0 16px;
    border-bottom: 1px solid #e0e0e0;
}

.faq .accordion-item:last-child {
    border-bottom: 0;
}

.faq .accordion-button {
    font-size: calc((100vw - 360px) / (1920 - 360) * (28 - 20) + 20px);
    line-height: 32px;
    letter-spacing: 0;
    background-color: inherit;
    border: 0;
    text-align: left;
    position: relative;
    width: 100%;
}

.faq .accordion-header {
    margin: 0.8em 0;
    padding-right: 1.2em;
    font-weight: 600;
}

.faq .accordion-body {
    padding: 0;
    padding-bottom: 32px;
}

.faq .accordion-body p {
    font-size: 18px;
}

.faq .accordion-button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-right: 2px solid #9E9E9E;
    border-bottom: 2px solid #9E9E9E;
    right: -1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.faq .accordion-button:hover::after {
    border-color: #0094D2;
}

.faq .accordion-button[aria-expanded="true"]::after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

@media screen and (max-width: 768px) {
    .faq_wrapper {
        margin: 0;
        background-color: unset;
    }

    .faq .accordion h2 {
        font-weight: normal;
    }

    .faq .accordion-item {
        margin-left: 0;
    }

    .faq .accordion-item:last-child {
        border-bottom: 1px solid #e0e0e0;
    }
}

/**********************************************************************
	$LISTS
**********************************************************************/
.list-item {
    position: relative;
}

/**********************************************************************
	$BUTTONS
**********************************************************************/
.btn {
    -webkit-appearance: none;
    padding: 10px 24px;
    outline: none;
    border: 0px solid;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .2s;
    cursor: pointer;
    background-color: #0094D2;
    color: white;
    border-radius: 4px;
    font-weight: 600;
}

.btn:hover,
.btn:active {
    background-color: #0d47a1;
    color: white;
}

.btn_transparent {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn_white,
.btn.btn_red:hover {
    background: #ffffff;
    border: 2px solid #e01f1f;
    color: #e01f1f;
}

.btn.btn_red,
.btn_white:hover,
.btn_transparent:hover {
    background: #e01f1f;
    border-color: white;
    border: 2px solid #e01f1f;
    color: #ffffff;
}

#about-this-service {
    font-family: Montserrat, Arial, sans-serif;
    /*background: linear-gradient(to right, #0E2B58 65%, transparent 100%);*/
    max-width: 100%;
    /*color:white;*/
}

/**********************************************************************
	$FORMS
**********************************************************************/
/*** FIELDS ***/
.inputs {
    flex-wrap: wrap;
}

.input-minus {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.input {
    -webkit-appearance: none;
    min-width: 250px;
    padding: 2px 0;
    margin: 5px 20px;
    border: none;
    outline: none;
    border-bottom: 1px solid;
    flex-grow: 1;
}

.input_half {
    width: calc(100% / 2 - 40px);
    margin: 5px 20px;
}

.input_half input {
    width: 100%;
    min-width: auto;
    font-size: 18px;
}

.input_full {
    width: calc(100% - 40px);
}

.textarea {
    border: 1px solid;
}

.textarea_full {
    width: 100%;
}

.input,
.textarea {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    background: none;
}

.input_white,
.textarea_white {
    /*color: #ffffff;
	border-color: #ffffff;*/
}

.input_grey,
.textarea_grey {
    color: #3a405d;
    border-color: #b8bdcb;
}

.input_white::-webkit-input-placeholder {
    color: #ffffff;
}

.input_grey::-webkit-input-placeholder {
    color: #696c7c;
}

/*** AGREE ***/
.agree-wrap {
    font-family: Montserrat, Arial, sans-serif;
    padding-left: 40px;
}

.agree__input {
    display: none;
}

.agree__label {
    font-size: 14px;
    font-weight: 200;
    position: relative;
}

.agree__label::before {
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid;
    position: absolute;
    left: -40px;
    top: -1px;
}

.agree__label_white::before {
    border-color: #ffffff;
}

.agree-label_grey::before {
    border-color: #ffffff;
}

.agree-label_red::before {
    border-color: #ffffff;
}

.agree__label::after {
    content: '';
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: -0px;
    opacity: 0;
}

.agree__label_white::after {
    background-image: url(../../images/webarch/icons/check_white.svg);
}

.agree-label_grey::after {
    background-image: url(../../images/webarch/icons/check.svg);
}

.agree-label_red::after {
    background-image: url(../../images/webarch/icons/check.svg);
}

.agree__input:checked+.agree__label::before {
    opacity: 1;
}

.agree__input:checked+.agree__label::after {
    opacity: 1;
}

/**********************************************************************
	$CARDS
**********************************************************************/
.cards {
    flex-wrap: wrap;
}

.card {
    min-width: 250px;
    transition: all .3s;
}

.card_shadow {
    -webkit-box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
    -moz-box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
    box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
}

.card__title {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #e01f1f;
}

.card__image-wrap {
    width: 100%;
    /*padding-top: 75%;*/
    position: relative;
    transition: .5s;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*filter: brightness(60%);*/
}

.card__content {
    font-size: 18px;
    line-height: 25px;
}

.card:hover .card__image {
    filter: brightness(100%);
}

.fil__card {
    filter: unset;
}

/**********************************************************************
	$SLIDER
**********************************************************************/
/* ARROW */
.slider__arrow {
    fill: #3a405d;
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    outline: none;
}

.slider__arrow:active {
    fill: #3a405d;
}

.slider__arrow_next {
    right: 0;
}

/* DOTS */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider__dots {
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.slider__dots button {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    outline: none;
    border: none;
    border-radius: 50%;
    background: #dbe1ed;
}

.service-slider_bkg {
    position: relative;
    background: none;
    color: inherit;
    padding: 0;
    height: inherit;
    min-height: 100%;
}

.service-slider h2 {
    margin: 2em auto 1.5em;
    max-width: 100%;
    font-weight: bold;
    font-size: calc((100vw - 360px) / (1400 - 360) * (30 - 20) + 20px);
}

.service-slider h2 span {
    color: #0094d2;
}

.service-slide__content {
    justify-content: flex-start;
    padding-left: 6rem;
    margin-bottom: 72px;
    text-align: left;
}

.service-slider .section__title {
    margin: 0;
}

.service-slider_bkg:before {
    background: none;
}

.service-slider__slide {
    width: 50vw;
    background-color: #f5f5f5;
    margin: 0 0.5em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#slider_text_news .service-slider__slide {
    width: 32vw;
    background-color: white;
    height: unset;
    align-items: flex-start;
    margin: 0;
    padding-right: 2em;
}

.wrap_slider_text_news.service-slider h2 {
    max-width: 100%;
    margin-bottom: 0.5em;
}

.wrap_slider_text_news .service-slider__content-wrap_news:after {
    display: none;
}

.wrap_slider_text_news .service-slider__arrows_cont {
    width: 100%;
}

.wrap_slider_text_news .service-slider__content-wrap_news {
    margin-bottom: 4em;
}

#slider_text_news .service-slider__slide.slider_news_item .aside-block-news {
    background-color: white;
}

.service-slider .service-slide__btn {
    margin-top: 2em;
}

.service-slider .icon-container .icon.inherit-size {
    width: 70px;
    height: 40px;
}

.service-slider__arrow_next,
.service-slider__arrow_prev {
    background: none;
}

.service-slider__arrows_cont {
    position: relative;
    margin: auto;
    left: 10%;
    height: 35px;
    top: 20px;
}

.slider__arrow {
    top: 0;
}

.slider__arrow_next {
    left: 100px;
}

.slider__arrow_prev,
.slider__arrow_next {
    top: 0;
}

.service-slide__steps-wrap {
    margin: 0;
}

.service-slide__content {
    margin: 0;
}

element.style {
    display: block;
}

.service-slider .icon-container .icon.inherit-size {
    width: 60px;
    height: 35px;
}

.service-slider .icon-container .icon.inherit-color,
.service-slider *:hover>.icon.inherit-color,
.service-slider *:focus>.icon.inherit-color,
.service-slider .icon.inherit-color:hover,
.service-slider .icon.inherit-color:focus {
    color: #3a405d;
}

@media screen and (max-width: 768px) {
    .service-slider__slide {
        width: 100vw;
    }

    .service-slider h2 {
        margin-top: 0;
        max-width: 1300px;
        font-weight: bold;
        font-size: calc((100vw - 360px) / (1400 - 360) * (30 - 20) + 20px);
    }

    .service-slider__arrows_cont {
        left: 0;
        top: 0;
    }

    .about_top .service-slider__slide .service-slider__content-wrap:after {
        display: none;
    }

    .about_top .service-slider__slide .about_fio {
        font-size: 14px;
    }

    #about_work_service_slider .about_top .service-slider__slide .about_fio {
        margin: 10px 0;
    }
}


/**********************************************************************
	$Service room
**********************************************************************/

.service_room {
    margin: 12px 0;
}

.service_room .service-slider__slides-wrap {
    display: grid;
    gap: 20px;
    grid-template-areas:
        "nth1 nth2"
        "nth1 nth3"
        "nth4 nth5";
    justify-content: stretch;
}

.service_room .service-slider__slides-wrap-add {
    display: grid;
    gap: 20px;
    grid-template-areas:
        "nth6 nth7 nth8";
    justify-content: stretch;
    padding-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.service_room .service-slider__slides-wrap-add .service-card__subservice-list {
    columns: 2;
    column-fill: balance;
}

.service_room .service-slider__slides-wrap-add .service-card__subservice a {
    width: 100%;
}

.service_room .service-slider__slides-wrap>div,
.service_room .service-slider__slides-wrap-add>div {
    background-color: #F7F7F7;
    padding: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.service_room .service-slider__slides-wrap .nth1 {
    grid-area: nth1;
    background-image: url(/images/service_room/service_room_1.webp);
}

.service_room .service-slider__slides-wrap .nth2 {
    grid-area: nth2;
    background-image: url(/images/service_room/service_room_2.webp);
}

.service_room .service-slider__slides-wrap .nth3 {
    grid-area: nth3;
    background-image: url(/images/service_room/service_room_3.webp);
}

.service_room .service-slider__slides-wrap .nth4 {
    grid-area: nth4;
    background-image: url(/images/service_room/service_room_4.webp);
}

.service_room .service-slider__slides-wrap .nth5 {
    grid-area: nth5;
    background-image: url(/images/service_room/service_room_5.webp);
}

.service_room .service-slider__slides-wrap-add .nth6 {
    grid-area: nth6;
}

.service_room .service-slider__slides-wrap-add .nth7 {
    grid-area: nth7;
}

.service_room .service-slider__slides-wrap-add .nth8 {
    grid-area: nth8;
}

.service_room .service-card__title a {
    color: #212121;
}

.service_room .service-card__subservice::before {
    content: unset;
}

.service_room .service-card__subservice:hover {
    text-decoration: none;
}

.service_room .service-card__subservice a {
    color: #212121;
    display: flex;
    width: 35%;
    justify-content: space-between;
}

.service_room .service-card__subservice a::after {
    content: "\276F";
    font-size: 12px;
    position: relative;
    top: 3px;
}

.service_room .service-card__title a:hover,
.service_room .service-card__subservice a:hover {
    color: #0094d2;
}

@media screen and (max-width: 1440px) {
    .service_room .service-slider__slides-wrap>div {
        padding-bottom: 230px;
    }

    .service_room .service-card__subservice a {
        width: 80%;
    }
}

@media screen and (max-width: 1280px) {
    .service_room .service-slider__slides-wrap-add .service-card__subservice-list {
        columns: 1;
    }
}

@media screen and (max-width: 768px) {
    .service_room .service-slider__slides-wrap {
        grid-template-areas:
            "nth1"
            "nth2"
            "nth3"
            "nth4"
            "nth5";
    }

    .service_room .service-slider__slides-wrap-add {
        grid-template-areas:
            "nth6"
            "nth7"
            "nth8";
        grid-template-columns: 1fr;
    }

    .service_room .service-slider__slides-wrap-add .service-card__subservice-list {
        columns: 2;
    }

    .service_room .service-slider__slides-wrap>div {
        padding-bottom: 25px;
    }

    .service_room .service-card__subservice a {
        width: 35%;
    }
}

@media screen and (max-width: 576px) {
    .service_room .service-slider__slides-wrap>div {
        padding-bottom: 230px;
    }

    .service_room .service-card__subservice a {
        width: 80%;
    }

    .service_room .service-slider__slides-wrap-add .service-card__subservice-list {
        columns: 1;
    }
}




/**********************************************************************
	$MAINSLIDER
**********************************************************************/
/* ARROW */
.main-service-slider .slider__arrow {
    fill: #3a405d;
    position: absolute;
    width: 70px;
    height: 40px;
    cursor: pointer;
    outline: none;
}

.main-service-slider .slider__arrow:active {
    fill: #3a405d;
}

.main-service-slider .slider__arrow_next {
    right: 0;
}

/* DOTS */
.main-service-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-service-slider .slider__dots {
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.main-service-slider .slider__dots button {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    outline: none;
    border: none;
    border-radius: 50%;
    background: #dbe1ed;
}

.main-service-slider .service-slider_bkg {
    position: relative;
    background: none;
    color: inherit;
    padding: 0;
    height: inherit;
    min-height: 100%;
}

.main-service-slider .service-slider h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    padding: 2em 0 1em 6rem;
}

.main-service-slider .service-slider h2 span {
    color: #0094d2;
}

.main-service-slider .service-slide__content {
    justify-content: flex-start;
    padding-left: 6rem;
    margin-bottom: 72px;
    text-align: left;
}

.main-service-slider .service-slider .section__title {
    margin: 0;
}

.main-service-slider .service-slider_bkg:before {
    background: none;
}

.main-service-slider .service-slider__slide {
    width: 300px;
    background-color: #f7f7f7;
    margin: 0 0.5em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-service-slider .flipcard {
    position: relative;
    perspective: 1000px;
    min-width: 300px;
}

.main-service-slider .flipcard a {
    color: black;
}

.main-service-slider .slick-slide img {
    filter: none;
}

.main-service-slider .slick-slide {
    text-align: left;
}

.main-service-slider .service-slider .service-slide__btn {
    margin-top: 2em;
}

.main-service-slider .icon-container .icon.inherit-size {
    width: 70px;
    height: 40px;
}

.main-service-slider .service-slider__arrow_next,
.main-service-slider .service-slider__arrow_prev {
    background: none;
}

.main-service-slider .service-slider__arrows_cont {
    position: relative;
    left: 4em;
}

.main-service-slider .slider__arrow {
    top: 0;
}

.main-service-slider .slider__arrow_next {
    left: 80px;
}

.main-service-slider .slider__arrow_prev,
.main-service-slider .slider__arrow_next {
    top: 0;
}

.main-service-slider .service-slide__steps-wrap {
    margin: 0;
}

.main-service-slider .service-slide__content {
    margin: 0;
}

.main-service-slider .service-slider .icon-container .icon.inherit-color,
.main-service-slider .service-slider *:hover>.icon.inherit-color,
.main-service-slider .service-slider *:focus>.icon.inherit-color,
.main-service-slider .service-slider .icon.inherit-color:hover,
.main-service-slider .service-slider .icon.inherit-color:focus {
    color: #3a405d;
}

/**********************************************************************
	$HEADER
**********************************************************************/
.header__content {
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 5;
    background-color: white;
}

.header-contact__button-wrap.button-wrap-fix {
    margin-left: auto;
}

.header__logo-wrap {
    max-width: 300px;
    margin-right: 20px;
    align-items: center;
}

.header__logo_icon_crop-wrap {
    display: none;
}

.header__logo_icon_crop-wrap img {
    width: 49px;
    height: auto;
}

.header-logo {
    width: 100%;
    height: auto;
    margin-right: 19px;
    object-fit: contain;
}

.header-logo__text {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.header-contact__phone-wrap {
    align-items: center;
    /*margin-right: 28px;*/
}

.header-contact__phone-icon {
    width: 25px;
    height: 26px;
    margin-right: 16px;
    fill: #e01f1f;
    cursor: pointer;
}

.header-contact__phone-text {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 10px;
}

.header-contact__phone-text span {
    font-size: 31px;
}

.header-contact__button-wrap {
    margin: 0;
    padding: 9px 0;
}

.header-contact__button span {
    border: 1px solid white;
    padding: 2px 10px;
    margin-left: 10px;
    border-radius: 5px;
}

.round_geopoint {
    margin: 5px 10px;
    border: 1px solid #0094d2;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    /*margin: 0 5px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

img.geopoint {
    height: 40px;
    width: 40px;
    padding: 10px;
    /*margin: 0 5px;*/
}

.geopoint::before {
    content: " ";
    display: block;
    width: 5px;
    /*margin: 0 5px;*/
}

.geopoint_logo {
    padding-right: 10px;
    height: 21px;
    width: auto;
    object-fit: contain;
}

.header_geo-wrap {
    font-family: 'Montserrat', sans-serif;
    color: #9E9E9E;

}

.header__content-geo {
    border-bottom: 1px solid #C4C4C4;
    padding: 10px 0;
    justify-content: left;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

.header_geo-tel {
    font-family: 'Montserrat', sans-serif;
    margin-left: auto;

}

.header_geo-tel_note {
    margin: 0;
    margin-right: 20px;
    align-self: center;

}

.header_geo-tel a {
    padding: 0;
    color: #9E9E9E;
}

.header-contact__phone-geo {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 30px;
    white-space: nowrap;
    /*font-size: large;*/
}

.header-contact__phone-geo a {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.header_geo-tel .geopoint {
    /*filter: brightness(50%) contrast(100%);*/
}

.header-nav__item a::first-letter {
    display: block;
    text-transform: uppercase;
}

@media screen and (max-width: 580px) {
    .header__content {
        padding: 0;
    }

}

@media screen and (max-width: 768px) {
    #about-this-service .header-contact__button {
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    .header_mobile_geo-wrap img.geopoint {
        padding: 5px;
    }

    .header_geo-tel_note_mobile {
        text-transform: none;
        font-size: small;
        padding-top: 10px;
    }
}


/**********************************************************************
	$TOP-NAV
**********************************************************************/
/*** Navigation ***/

.navbar-toggle {
    margin: 0;
    padding: 0;
}

.navbar-collapse.in {
    overflow-y: unset;
}

.navbar-mobile-contacts {
    display: none;
}

.nav,
.nav>li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
}

.nav__sublist-block {
    text-align: left;
}

/*
.nav > li::after
{
    content: " ";
    display: block;
    height: 8px;
    width: 100%;
}*/
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: unset;
}

.nav>li>a {
    padding: 10px;
    padding-left: calc((100vw - 360px) / (1920 - 360) * (54 - 30));
    padding-right: calc((100vw - 360px) / (1920 - 360) * (54 - 30));
    border-bottom: 3px solid white;
    padding-top: 20px;
}

.nav>li:first-child>a {
    padding-top: 10px;
}

.nav>li>a:nth-child(1) {
    /*padding-left: 0px;*/
}

.nav>li:hover>a {
    border-bottom: 3px solid #e01f1f;
}

.nav>li:first-child:hover>a {
    border-bottom: 0;
}

.navbar-collapse>ul>li {
    /*padding: 7px 0 0;*/
}

.nav__list {
    justify-content: space-between;
}

.header-nav .nav__list {
    justify-content: flex-start;
}

.header-nav {
    z-index: 10000;
}

.header-nav__list {
    margin: 0;
    flex-wrap: wrap;
}

.header-nav a {
    color: #212121;
    font-size: 1.2em;
}

.header-nav__item:first-child {
    margin-left: 0;
    background-color: #e01f1f;
    border-radius: 4px;
    margin: 5px 0;
    border: 3px solid #e01f1f;
}

.header-nav__item:first-child>a {
    color: white;
    border-bottom: 0;
}

.header-nav__item>a {
    text-align: center;
}

.header-nav__item {
    position: relative;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat', Arial, sans-serif;
    /*border-bottom: 2px solid white;*/
}

.list-unfold__icon {
    width: 8px;
    height: 8px;
    fill: #e01f1f;
    transition: .2s;
}

.nav_fix .header-nav__item {
    font-size: 14px;
}

.nav_fix .list-unfold-wrap {
    margin-left: 3px;
}

.nav-fix-btn {
    position: relative;
    border: none;
    background: none;
    color: #e01f1f;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 24px;
}

.nav-fix-btn:before {
    content: '';
    background: url(../../images/webarch/callme-fix-icon.png) no-repeat;
    width: 16px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* SUBLIST */
.nav__sublist-block {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: -3px;
}

.nav__sublist-wrap {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    position: absolute;
    /*top: 4px;*/
    /*margin-top: 3px;*/
    /*box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);*/
    /*transition: opacity .2s;*/
}

/*
.nav__sublist-wrap:before {
    content: "";
    position: absolute;
    top:-4px;
    left:10px;
    width: 0;
    height: 0;
    border-bottom : 5px solid white;
    border-left : 5px solid transparent;
    border-right : 5px solid transparent;
}*/

.header-nav__item:hover .nav__sublist-wrap {
    visibility: visible;
    opacity: 1;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 50%);
}

.header-nav__item:hover .unfold__icon {
    transform: rotate(180deg);
}

.nav-sublist__triangle {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background: #ffffff;
    position: absolute;
    top: -6px;
    left: 32%;
    /*box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.15);*/
    display: none;
}

.nav__sublist {
    padding: 12px 20px;
    position: relative;
    background: #ffffff;
}

.header-nav__list__first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 80px;
    gap: 2em;
}

.header-nav__list__first>.nav-sublist__item>a {
    display: block;
    padding: 20px 0;
}

.nav-sublist__item {
    padding: 9px 0;
    font-size: 13px;
    font-weight: 400;
}

.nav-sublist__item .service-card__subservice {
    padding: 0.7em 0;
    margin: 0;
    text-transform: none;
    font-size: x-small;

}

.nav-sublist__item .service-card__subservice::before {
    display: none;
}

.nav-sublist__item:not(:last-child) {
    border-bottom: 1px solid #e9ebee;
}

.header-nav__list__first .nav-sublist__item {
    border-bottom: 0;
}

.header-nav__list__first .nav-sublist__link {
    font-weight: bold;
}

.header-nav__item button {
    display: block;
    background-color: inherit;
    /*border-bottom: 3px solid white;*/
    border-radius: 0;
    padding-left: 30px;
}

.nav>li:first-child:hover button {
    /*border-bottom: 3px solid #e01f1f;*/
}

.nav>li:first-child>a {
    padding-left: 10px;
}

.nav-sublist__link:hover {
    color: #e01f1f;
}

.header-nav__item:first-child .navbar-toggle .icon-bar {
    position: relative;
    transition: all 200ms ease-in-out;
}

.header-nav__item:first-child:hover .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.header-nav__item:first-child:hover .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.header-nav__item:first-child:hover .icon-bar:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg);
}

@media screen and (max-width: 900px) {
    .nav>li>a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .header-nav__list__first {
        grid-template-columns: 1fr 1fr;
        max-height: 60vh;
        overflow-y: scroll;
        scrollbar-color: #e01f1f;
    }
}

@media screen and (max-width: 768px) {
    .navbar-mobile-contacts {
        display: block;

    }

    .navbar-mobile-contacts .header-contact__phone-geo {
        display: block;
        margin: 0;
    }

    .header_mobile_geo-wrap {
        display: flex;
        font-size: small;
        justify-content: space-between;
        padding: 1em 0;
    }

    .navbar-mobile-contacts .header-contact__button {
        width: 100%;
        margin: 0;
    }

    .navbar-mobile-contacts .header_geo-tel>a {
        display: block;
    }

    .header-nav__item button {
        display: none;
    }

    .header-nav__item:first-child {
        background-color: unset;
        border: 0;
    }

    .nav>li:first-child>a {
        padding: 0;
    }

    .header-nav__list__first {
        display: grid;
        grid-template-columns: 100%;
        max-height: 30vh;
        overflow-y: scroll;
        scrollbar-color: #e01f1f;
    }

    .header-nav__list__first::-webkit-scrollbar {
        width: 6px;
        height: 2px;
        background: #ffffff;
    }

    .header-nav__list__first::-webkit-scrollbar-thumb {
        background: #e01f1f;
    }

    .nav__sublist-wrap {
        width: 100%;
    }
}


/**********************************************************************
	$SERVICES
**********************************************************************/
.services .section__title {
    margin-bottom: 30px;
}

.service-cards {
    margin: 0 -16px;
    justify-content: center;
}

.service-card {
    width: calc(100% / 4 - 32px);
    min-width: 250px;
    margin: 0 16px 40px;
    position: relative;
}

.service-card:hover {
    transform: none;
    transition: all 2.3s;
    box-shadow: none !important;
}

.service-card__image-wrap {
    overflow: hidden;
}

.service-card__image {
    float: left;
}

.service-card__content-wrap {
    padding: 20px;
}

.service-card__title {
    font-size: 21px;
    text-align: left;
    padding-left: 10px;
    text-transform: none;
    font-weight: bold;
}

.service-card__title::first-letter {
    text-transform: uppercase;
}


.service-card__content {
    display: none;
    /* padding-top: 24px; */
    position: absolute;
    bottom: 20px;
}

.service-card__content-wrap {
    background-color: #0094d2;
}

.service-card__content-wrap a {
    color: #ffffff;
}

.service-card:hover .service-card__content-wrap {
    transition: all 1.3s;
    /*transform: scale(1.02);*/
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
    -moz-box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
    box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
}

.sve {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    position: relative;
}

.sve-title {
    margin-bottom: 15px;
}

.service-card:hover .stc {
    display: none;
}


.service-card:hover .service-card__content {
    display: block;
}

.service-card__subservice {
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}

.service-card__subservice::before {
    content: '-';
    display: block;
    position: absolute;
    left: 0;
}

.service-card__subservice:hover {
    text-decoration: underline;
}

.f_unit,
.b_unit {
    overflow: hidden;
}

/*
.back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    background: #f2f7fc;
}
*/
#service-cards_slider {
    display: none;
}

.flipcard {
    position: relative;
    perspective: 1000px;
    float: left;
    width: calc(100% / 4 - 32px);
    min-width: 250px;
    height: 275px;
    margin: 10px 5px;
    /*background: #f2f7fc;*/
}

/*
.flipcard.h:hover .front, .flipcard.h.flip .front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
.flipcard.h:hover .back, .flipcard.h.flip .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}
.flipcard.h .back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    padding: 20px;
}
.flipcard .front, .flipcard .back {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease-in;
    color: #3a405d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;

}
*/
.flipcard img {
    width: 100%;
    height: 100%;
}


/**********************************************************************
	$GARANTIES
**********************************************************************/
.garanty-cards {
    margin: 0 -16px;
}

.garanty-card {
    width: calc(100% / 3 - 32px);
    margin: 0 16px 40px;
}

.garanty-card__title {
    margin-bottom: 32px;
    text-align: center;
}

.garanty-card__image-wrap {
    background-color: #f2f7fc;
}

.garanty-card__content-wrap {
    padding: 32px;
    text-align: center;
}

/**********************************************************************
	$REQUEST
**********************************************************************/
.request-wrap {
    display: flex;
    flex-grow: 1;
    height: 100%;
    flex-wrap: wrap;
    flex-flow: column;
    align-content: space-between;
    justify-content: space-between;
    padding: calc((100vw - 360px) / (1920 - 360) * (54 - 10) + 10px);
}

.request {
    justify-content: space-between;
}

.request-wrap .request__title {
    margin-right: 40px;
    font-size: 32px;
    flex-shrink: 0;
    font-weight: bold;
}

.request__title span {
    font-size: 24px;
    color: #0094D2;
    font-weight: bold;
}

.request__form {
    margin: 0 -20px;
    justify-content: space-between;
    align-items: flex-start;
}

.request-form__inputs-wrap {
    flex-wrap: wrap;
    padding-top: 3px;
}

.request-form__inputs {
    margin-bottom: 15px;
    flex-grow: 1;
}

.request-form__inputs input {
    margin-top: 0;
    margin-bottom: 0;
}

.request-form__inputs input::placeholder {
    color: black;
    opacity: 1;
}

.request-form__btn {
    margin: 0 20px;
    padding: 10px 26px;
}

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

    .request-wrap {
        height: unset;
        min-height: unset;
        padding-bottom: 29px;
    }
}

@media screen and (max-width: 768px) {
    .request-wrap {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .request-wrap .request__title {
        width: 100%;
    }

    .request-wrap #sendorder {
        display: block;
    }

    .request__title {
        width: 100%;
    }

}

/**********************************************************************
	$MESSAGE
**********************************************************************/
.section-message-wrap {
    padding-top: 150px;
}

.message {
    min-height: 300px;
    background-image: url(../../images/webarch/message.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Montserrat, Arial, sans-serif;
}

.message-content-wrap {
    padding: 85px 0;
    position: relative;
}

.message__content {
    width: 65%;
    padding-right: 30px;
}

.message-content__title {
    text-align: left;
    font-weight: 400;
    margin-bottom: 48px;
}

.message-content__text-wrap {
    margin-bottom: 50px;
}

.message-content__text {
    margin-bottom: 32px;
    font-size: 21px;
    line-height: 33px;
}

.message-content__author {
    font-size: 21px;
}

.message__person {
    width: 35%;
    object-fit: cover;
    /*background-image: url(../../images/webarch/message_person.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 456px;
	height: 663px;*/
    position: absolute;
    bottom: 0;
    right: 0;
}

.message-person__image {
    width: 100%;
    height: 100%;
}

/**********************************************************************
	$ADVANTAGES
**********************************************************************/
.advantage-cards {
    margin: 0 -12px;
}

.advantage-card {
    width: calc(100% / 3 - 24px);
    margin: 0 12px 24px;
    padding: 30px 26px;
}

.advantage-card__image-wrap {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-box-shadow: inset 3px 3px 0px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: inset 3px 3px 0px 0px rgba(0, 0, 0, 0.26);
    box-shadow: inset 3px 3px 0px 0px rgba(0, 0, 0, 0.26);
}

.advantage-card__image-wrap_red {
    background-color: #ca2226;
}

.advantage-card__image-wrap_grey {
    background-color: #93a3a3;
}

.advantage-card__image-wrap_dark {
    background-color: #4a4e66;
}

.advantage-card__image {
    width: 44px;
    height: auto;
}

.advantage-card__image_w34 {
    width: 34px;
}

.advantage-card__title {
    margin-bottom: 15px;
}

/**********************************************************************
	$DICSOUNT
**********************************************************************/
.discount-wrap {
    min-height: 450px;
    position: relative;
    font-family: Montserrat, Arial, sans-serif;
}

.discount-1-wrap {
    /*background-image: url(../../images/webarch/discount.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 125px;*/
}

.discount-content-wrap {
    padding: 30px 0;
    position: relative;
}

.discount {
    display: flex;
    align-items: center;
    box-shadow: 1px 30px 27px 17px rgb(0 0 0 / 10%);
    padding: 2em;
    flex-wrap: wrap;
    margin: 0 2em;
}

.discount-content-wrap .discount__title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 38px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    padding: 0 2em;
}

.discount__title span {
    color: #0094D2;
}

.discount__form-wrap {
    width: 50%;
}

.discount-form__inputs {
    margin-bottom: 25px;
}

.discount-form__textarea {
    height: 95px;
    margin-bottom: 30px;
    padding: 9px 12px;
    resize: vertical;
    background: rgba(255, 255, 255, 0.27);
}

.discount-form__btn {
    margin-right: 30px;
    padding: 10px 28px;
    border-radius: 5px;
    background-color: #0094D2;
    border: 0px;
    color: white;
    height: unset;
}

.discount-form__agree-wrap {
    padding-top: 7px;
}

.discount-form__agree-label {
    font-size: 12px;
    font-weight: 400;
    color: #3a405d;
}

.discount-masters__image-wrap {
    max-width: 48%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 65px;
}

.discount-masters__image {
    width: 100%;
    /*height: 100%;*/
    float: left;
}

.discountt__img {
    top: -21px;
}

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

    .discount {
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .discount-wrap .discount__title {
        width: 100%;
        font-size: 26px;
        text-align: center;
        padding: 0;
    }

    .discount__form-wrap {
        width: 100%;
    }

    .discount__form-wrap input {
        border: 1px solid black;
        padding: 5px;
    }

    .discount__form-wrap textarea {
        border: 1px solid black;
        padding: 5px;
    }

    .discount__form-wrap .btn {
        width: 100%;
        margin: 0;
    }

}

/**********************************************************************
	$DICSOUNT-2
**********************************************************************/
.discount-2-wrap-title {
    margin-bottom: 41px;
}

.discount-2-wrap {
    background-image: url(../../images/webarch/discount.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
}

.discount-2-content-wrap {
    padding: 30px 0;
    min-height: 330px;
}

.discount-2 {
    width: 58%;
}

.discount-masters__image-wrap {
    max-width: 42%;
}

.container-ec {
    height: unset;
}

#directions_slider {
    display: none;
}

/**********************************************************************
	$DICSOUNT-3
**********************************************************************/
.discount-3-wrap {
    position: relative;
    margin-bottom: 100px;
}

.discount-3-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../images/webarch/service/service_all/discount-3-bkg.jpg);
    background-repeat: no-repeat;
    background-color: #f8f9fb;
    background-size: contain;
    min-height: inherit;
}

.discount-3-content-wrap {
    padding-bottom: 0;
    -ms-flex-align: end;
    align-items: flex-end;
}

.discount-3-wrap .discount-masters__image-wrap {
    top: auto;
    right: auto;
    bottom: auto;
    position: relative;
    height: 100%;
    max-width: 50%;
}

.discount-3 {
    width: 50%;
    margin-bottom: 30px;
}

.discount-3 .discount__title {
    font-family: 'Montserrat', Arial, sans-serif;
}

.discount-3 input,
.discount-3 textarea {
    font-family: 'Montserrat', Arial, sans-serif;
}

.discount-3-wrap.discount-wrap-reverse::before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
    left: auto;
}

.discount-3-wrap.discount-wrap-reverse .discount-3-content-wrap {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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

    .discount-3-wrap::before {
        background-size: cover;
    }

}

/**********************************************************************
	$DESCRIPTION
**********************************************************************/
.description__title {
    /*margin-bottom: 50px;
    line-height: 70px;*/
}

.description__content {
    overflow: hidden;
    /*margin-bottom: 50px;*/
    /*padding-top: 55px;*/
}

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

.description__article>div {
    /*width: calc(50% - 54px);*/
}

.description-article__content img {
    max-width: 100%;
}

.description-article__image-wrap {
    min-height: 100%;
    /*justify-content: center;*/
    align-content: center;
    flex-shrink: 0;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
    display: flex;
}


.description__article:nth-child(odd)>div {
    order: 0;
}

.description__article:nth-child(even)>div {
    order: 1;
}

.description__article:nth-child(odd) img.description-article__image {
    padding-right: 40px;
}

.description__article:nth-child(even) img.description-article__image {
    padding-left: 40px;
}

.description-article__image-wrap>*:not(:last-child) {
    margin-bottom: 20px;
}

img.description-article__image {
    width: 100%;
    object-fit: contain;
    object-position: top;

}

.description__article h3 {
    font-size: calc((100vw - 360px) / (1920 - 360) * (20 - 16) + 16px);
    margin: 0.5em auto;
    max-width: 100%;
}

.description__article {
    margin: 50px 0;
}

.description__article p {
    font-size: 14px;
}


.main_content .description-article__content h3.description-article__title {
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;

}

.description-article__content ul {
    margin-left: 20px;
}

.description-article__content ul.column,
.description-article__content ul.column~ul {
    width: calc(50% - 10px);
    float: left;
    margin-left: 10px;
}

.description-article__content ul.column_3,
.description-article__content ul.column_3~ul {
    width: calc(33.333333% - 20px);
    float: left;
}

.description-article__content ul.column {
    margin-right: 10px;
    margin-left: 0;
}

.description__article:nth-child(odd) .description-article__content {
    order: 1;
}

.description__article:nth-child(even) .description-article__content {
    order: 0;
}

.description-article__title {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.description-article__content h2 {
    margin-top: 0;
    max-width: 100%;
}

.description-article__content blockquote:before,
.description-article__text_accent:before {
    content: ' ';
    border-top: 1px solid #0094D2;
    height: 20px;
    display: block;
    width: 50px;
}

.description-article__content>*:not(:last-child),
.description-article__text:not(:last-child),
.description-article__list:not(:last-child) {
    margin-bottom: 20px;
}

.main_content .description-article__content>*:not(:last-child),
.main_content .description-article__text:not(:last-child),
.main_content .description-article__list:not(:last-child) {
    margin: 20px 0;
    line-height: 20px;
}

.description-article__list-item:not(:last-child) {
    margin-bottom: 5px;
}

.description-article__list {
    list-style: disc;
}

.description li:before {
    content: "";
}

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

    .description-article__content ul.column,
    .description-article__content ul.column~ul {
        width: 100%;
        float: none;
        margin-left: 20px;
        margin-right: 0;
    }

    .description-article__content ul.column_3,
    .description-article__content ul.column_3~ul {
        width: 100%;
        float: none;
    }

}

@media screen and (max-width: 992px) {
    .description__article>div {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .top_content img {
        max-width: 100%;
        height: auto;
    }
}

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

    .description-article__image {
        height: auto;
        object-fit: contain;
    }

    .front_top_img {
        display: none;
    }

    .description__content {
        padding-top: 0;
    }

    .section-content-wrap.readall-hide {
        padding-top: 0;
    }

    .description__article:nth-child(odd) img.description-article__image {
        padding-right: 0px;
    }

    .description__article:nth-child(even) img.description-article__image {
        padding-left: 0px;
    }
}

/**********************************************************************
	$LICENSIES
**********************************************************************/
.licensies {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.licensies__title {
    margin-bottom: 54px;
}

.licensies__intro {
    width: 80%;
    margin: 0 auto 60px;
    text-align: center;
}

.licensies__content {
    margin: 0 -20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.license {
    width: calc(100% / 3 - 32px);
    margin: 0 16px 40px;
    text-align: center;
    border: 1px solid #e8e9ec;
    box-shadow: 0 0 3px #e8e9ec;
}

.license__image-wrap {
    margin: 0;
    padding: 30px;
    justify-content: center;
    background-color: #f2f7fc;
}

.license__image-wrap img {
    max-height: inherit;
    max-width: 100%;
    padding: 5px;
}

.license__image {
    height: 100%;
    width: 100%;
    width: auto;
    margin: 0 5px;
    object-fit: cover;
    object-position: center;
}

.license__text {
    padding: 30px;
}

/**********************************************************************
	$CONSULTATION
**********************************************************************/
.consultation-wrap {
    margin-bottom: 2em;
    margin-top: 3em;
    overflow: hidden;
}

.consultant_sale {
    font-size: calc((100vw - 360px) / (1400 - 360) * (100 - 60) + 60px);
    font-weight: bold;
    color: #e01f1f;
}

.consultation-content-wrap {
    display: flex;
}

.consultation__consultant_head {
    width: 40%;
    padding-left: 50px;
}

.consultation__content {
    width: 60%;
    background: #F5F5F5;
    overflow: hidden;
    max-height: 600px;
}

.consultation__content .slick-slider {
    margin: 0;
}

.consultation__title {
    margin-left: 0;
    margin-bottom: 20px;
    font-family: Montserrat, Arial, sans-serif;
}

.consultation__text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
}

.consultation__input {
    columns: 2;
}

.quiz-slider__slides-wrap .slick-track {
    display: flex;
}

.quiz-slider__slides-wrap .slick-track .slick-slide {
    display: flex;
    height: auto;
}

.consultation__content .quiz-slider__slide.slick-slide {
    text-align: left;
    display: flex;
}

.consultation__content .quiz-slider__slide_inner {
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    padding: 10px;
}

/*form*/
.consultation-form__inputs-wrap {
    margin-bottom: 65px;
}

.consultation-form__inputs {
    /*width: 43%;*/
    width: 300px;
    margin-right: 5px;
    padding-bottom: 10px;
}

.quiz-slider__arrows_cont {
    display: flex;
    margin-top: auto;
    margin-bottom: 40px;
    align-items: flex-end;
}

.quiz-slider__number {
    font-size: 36px;
    font-weight: 600;
    padding: 5px 20px;
    padding-left: 0;
    margin: 10px 10px;
    margin-left: 0;
    color: #797979;
}

.quiz-slider__arrows_cont .quiz-slider__arrow_next,
.quiz-slider__arrows_cont .quiz-slider__arrow_prev,
.quiz_hide_buttons input.btn {
    width: auto;
    height: auto;
    position: inherit;
    background: #C5C5C5;
    margin: 15px 10px;
    box-sizing: border-box;
    border: 2px solid #C5C5C5;
    font-size: inherit;
}

.quiz-slider__arrows_cont .quiz-slider__arrow_prev:hover,
.quiz_hide_buttons input.btn:hover {
    border: 2px solid #C5C5C5;
    background: white;
    color: #C5C5C5;
    font-size: inherit;
}

.quiz-slider__arrows_cont .quiz-slider__arrow_next {
    background: #e01f1f;
    border: 2px solid #e01f1f;
}

.consultation-form__btn {
    padding: 10px 24px;
}

.quiz-slider__slide_inner input[type='checkbox'] {
    width: 22px;
}

.quiz-slider__slide_inner input[type='tel'] {
    margin: 0;
}

.consultation-form__agree-label {
    font-size: 12px;
    font-weight: 400;
    color: #3a405d;
}

.quiz-slider__slides-wrap .modal-form__btn {
    font-size: 18px;
}

/* Consultant */
.consultation__consultant-name {
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.consultation__consultant-image-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.quiz_error_list {
    color: red;
}

@media screen and (max-width: 768px) {
    .consultation-wrap {
        margin: 0;
    }

    .consultation-content-wrap {
        flex-wrap: wrap;
    }

    .consultation__consultant_head {
        width: 100%;
        padding-right: 0px;
    }

    .consultation__content {
        width: 100%;
    }

    .quiz-slider__arrows_cont {
        flex-wrap: wrap;
    }

    .quiz-slider__arrows_cont .quiz-slider__arrow_next,
    .quiz-slider__arrows_cont .quiz-slider__arrow_prev,
    .quiz_hide_buttons input.btn {
        width: 100%;
        margin: 0;
    }

    .quiz_hide_buttons,
    .quiz_button_block {
        width: 100%;
    }

    .quiz-slider__number {
        width: 100%;
    }

    .quiz-slider__slides-wrap .modal-form__btn {
        width: 100%;
        font-size: 15px;
        padding: 5px 20px;
        margin-bottom: 15px;
    }

    .consultation__input {
        columns: 1;
    }

    .consultation__content {
        max-height: none;
    }

    .quiz-slider__arrows_cont {
        margin-bottom: 0px;
    }

    .consultation__content .quiz-slider__slide_inner {
        padding-bottom: 10px;
    }
}

/**********************************************************************
	$COMMENTS
**********************************************************************/
/*** TEXT-REWIEWS ***/

.main-text_reviews {
    margin: 2em 0;
}

.main-text_reviews .reviews_headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-text_reviews .reviews_headers .reviews_headers_rating {
    display: flex;
    justify-content: space-between;
}

.main-text_reviews .reviews_headers .reviews_headers_rating h2 {
    background-color: #F7F7F7;
    padding: 0.25em 0.5em;
}

.main-text_reviews .reviews_headers h2 {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}

.main-text_reviews .reviews_headers .reviews_headers_rating h2 {
    margin: 0 1em;
    font-size: 36px;
}

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

.slider_reviews__arrows_cont {
    display: flex;
}

.slick-arrow {
    position: static;
    background-color: #0094D2;
    font-size: xx-large;
    color: white;
    width: 40px;
    height: 40px;
    margin: 1em 0.5em;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_reviews__arrows_cont .slick-arrow:last-child {
    margin-right: 0;
}

#slider_reviews .slick-track,
#slider_reviews .slick-list {
    display: flex;
    align-items: stretch;
}

#slider_reviews .aside-block-reviews-wrap {
    width: calc(50vw - 80px);
    padding: 2em 2em 2em 0;
    display: grid;
    text-align: left;
    background-color: #F7F7F7;
    margin: 0 10px;
    height: 100%;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "review_photo review_content_photo"
        "empty_review_text_wrap review_text_wrap";
}

#slider_reviews .aside-block-reviews-wrap .review_photo {
    padding: 0 20px;
    margin: 0 auto;
    grid-area: review_photo;
}

#slider_reviews .aside-block-reviews-wrap .empty_review_text_wrap {
    grid-area: empty_review_text_wrap;
}

#slider_reviews .aside-block-reviews-wrap .review_content_photo {
    grid-area: review_content_photo;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap {
    grid-area: review_text_wrap;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap div {
    width: 100%;
}

#slider_reviews .icon-container {
    width: 25px;
    height: 25px;
    margin-bottom: 2em;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_name {
    font-weight: bold;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_date {
    color: #818181;
    padding-top: 0.5em;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_text {
    padding: 1em 0 2em;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_master_assessment_bottom {
    display: flex;
    margin-top: auto;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_master_assessment_bottom .review_master {
    display: flex;
    align-items: center;
}

#slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_assessment {
    padding: 1em;
}

@media screen and (max-width: 768px) {
    #slider_reviews .aside-block-reviews-wrap {
        width: calc(100vw - 20px);
        padding: 1em;
        grid-template-areas:
            "review_photo review_content_photo"
            "review_text_wrap review_text_wrap";
    }

    #slider_reviews .aside-block-reviews-wrap .review_photo {
        padding-left: 0;
        margin: 1em 0;
    }

    #slider_reviews .aside-block-reviews-wrap .empty_review_text_wrap {
        display: none;
    }

    #slider_reviews .aside-block-reviews-wrap .review_content_photo {
        margin: 1em 0;
    }

    .main-text_reviews .reviews_headers {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_master_assessment_bottom {
        flex-wrap: wrap;
    }

    #slider_reviews .aside-block-reviews-wrap .review_text_wrap .review_text {
        padding-top: 0;
    }

    .main-text_reviews .slider_reviews__arrows_cont {
        order: 1;
        padding-top: 1em;
        margin-bottom: 1em;
    }

    .main-text_reviews .slider_reviews__arrows_cont .slick-arrow {
        margin: 0em 0.5em;
    }

    #slider_reviews {
        margin-top: 2em;
    }

    .main-text_reviews .reviews_headers .reviews_headers_rating {
        display: flex;
        justify-content: space-between;
    }

    .main-text_reviews .slider_reviews_wrapper {
        justify-content: space-around;
    }

    .main-text_reviews .reviews_headers .reviews_headers_rating h2 {
        margin: 5px;
    }

    .reviews_headers h2 br {
        display: none;
    }
}

/*** Video ***/

#video-reviews-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
    justify-content: space-between;
}

.video-review {
    width: 32%;
    vertical-align: top;
    padding: 1em 0;
}

.video-review h4 {
    font-weight: 600;
    padding-bottom: 1em;
    height: 40px;
}

.content .video-review p:nth-of-type(1) {
    color: #A9A9A9;
}

.video-review em {
    font-style: unset;
    padding-bottom: 1em;
    display: block;
}

.video-thumbnail {
    margin: 1rem 0;
    height: 300px;
}

.video-thumbnail a {
    background-position: 50% center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
    height: 300px;
    width: 100%;
}

.video-thumbnail>a:after {
    content: '';
    display: block;
    width: 10%;
    height: 10%;
    background: transparent url(../images/playButton.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 45%;
    top: 45%;
}

#all_video_view {
    display: block;
    font-size: large;
    text-align: right;
}

/* Отзывы клиентов */
.video-comments {
    margin: 4em 0;
}

.video-comments__content {
    margin-bottom: 55px;
}

.video-comments__cards-wrap {
    position: relative;
}

.video-comments__cards {
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
}

.video-comments__card {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
}

.video-comments-card__content-wrap {
    padding: 30px 25px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.video-comments-card__title {
    margin-bottom: 25px;
    font-weight: 600;
    color: #3a405d;
}

.video-comments__date {
    align-items: center;
    margin-bottom: 20px;
}

.video-comments__date-icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    fill: #3a405d;
}

.video-comments__address {
    margin-bottom: 15px;
}

.video-comments__theme-link {
    color: #16599e;
}

.video-comments__theme-link:hover {
    text-decoration: underline;
}

.comments .slick-list {
    padding: 5px !important;
}

.video__comments-title {
    margin-top: 50px;
}

.video__comments-by-one {
    background: url(../../images/webarch/our_reviews/review-slider-bkg.jpg) no-repeat;
    background-size: cover;
    min-height: 400px;
    padding-top: 75px;
    padding-bottom: 75px;
}

.video__comments-by-one .video-comments__cards {
    width: 86%;
}

.video__comments-by-one .card__image-wrap {
    width: 35.5%;
    min-height: 250px;
}

.video__comments-by-one .video-comments-card__content-wrap {
    width: 64.5%;
    background: #fff;
    min-height: 250px;
    font-size: 20px;
}

.video__comments-by-one .video-comments-card__title {
    font-size: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: none;
}

.video__comments-by-one .video-comments__date-icon {
    fill: #e01f1f;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.video__comments-by-one .video-comments__date-text {
    color: #a2a6bb;
    font-family: 'Montserrat', Arial, sans-serif;
}

.video__comments-by-one .slider__arrow {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    top: calc(50% - 35px);
    padding: 17px;
    fill: #000;
}

.video__comments-by-one .slider__arrow:hover {
    fill: #fff;
}

.video__comments-by-one__btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 245px;
    line-height: 48px;
    display: block;
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

    .video__comments-by-one__btn {
        line-height: 42px;
    }

}

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

    .video__comments-title {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .video__comments-by-one .video-comments__card>.flex {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .video__comments-by-one .card__image-wrap,
    .video__comments-by-one .video-comments-card__content-wrap {
        width: 100%;
    }

    .video__comments-by-one .slider__arrow {
        width: 58px;
        height: 58px;
        top: calc(50% - 29px);
        padding: 10px;
    }

    .video__comments-by-one .card__image-wrap {
        min-height: inherit;
    }

    .video__comments-by-one .card__image-wrap>iframe {
        float: left;
    }

}

@media screen and (max-width: 768px) {
    .video-review {
        width: 100%;
    }

    .video__comments-by-one {
        min-height: inherit;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .video__comments-by-one .video-comments__cards {
        width: 100%;
    }

    .video__comments-by-one .slider__arrow {
        display: none !important;
    }

    .video__comments-by-one .video-comments-card__content-wrap {
        font-size: 16px;
        min-height: inherit;
    }

    .video__comments-by-one .video-comments-card__title {
        font-size: 18px;
    }

    .btn.video__comments-by-one__btn {
        line-height: 36px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

}

/**********************************************************************
	$TEAM
**********************************************************************/
.team {
    max-height: 807px;
    overflow: hidden;
}

.team-container {
    padding: 0;
}

.team-content-outer-wrap {
    height: 100%;
    background-image: url(../../images/webarch/team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.team-content-wrap {
    max-width: 1920px;
    height: 100%;
    padding: 80px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team__title {
    color: #3a405d;
    margin-bottom: 30px;
}

.team__content {
    /*height: 100%;*/
    padding-top: 30%;
    position: relative;
}

.team__member {
    /*width: 100%;*/
    position: absolute;
    bottom: -4px;
    cursor: pointer;
    transition: filter .3s;
}

.team__member:nth-child(1) {
    max-width: 13.4%;
    left: 0%;
    z-index: 1;
}

.team__member:nth-child(2) {
    max-width: 13.5%;
    left: 10%;
    z-index: 2;
}

.team__member:nth-child(3) {
    max-width: 12.1%;
    left: 20.2%;
    z-index: 3;
}

.team__member:nth-child(4) {
    max-width: 14.5%;
    left: 29%;
    z-index: 4;
}

.team__member:nth-child(5) {
    max-width: 17.7%;
    left: 39.5%;
    z-index: 5;
}

.team__member:nth-child(6) {
    max-width: 17.1%;
    left: 51%;
    z-index: 4;
}

.team__member:nth-child(7) {
    max-width: 11.9%;
    left: 62%;
    z-index: 3;
}

.team__member:nth-child(8) {
    max-width: 16.7%;
    left: 70%;
    z-index: 2;
}

.team__member:nth-child(9) {
    max-width: 13.7%;
    width: 11.3%;
    left: 81%;
    z-index: 1;
}

.team__member:nth-child(10) {
    width: 13%;
    left: 90.6%;
    z-index: 0;
}

.team-member__photo {
    width: 95%;
}

.team__member:not(:hover) {
    filter: grayscale(1);
}

.team__member:hover {
    filter: none;
    z-index: 10;
}

.team__ellipse {
    display: none;
}

.team__member:hover .team__ellipse {
    display: inline-block;
    position: absolute;
    top: -80px;
    left: -181px;
    width: max-content;
}

.team__member:hover .team__tru {
    left: -300px;
    top: -90px;
}

.team__member:hover .team__uly {
    left: -70px;
    top: -80px;
}

.team__member:hover .team__mustafa {
    left: -45px;
    top: -90px;
}

.team__member:hover .team__zub {
    left: -115px;
}

.team__member:hover .team__ryba {
    left: -88px;
    top: -75px;
}

.team__member:hover .team__nas {
    left: -125px;
    top: -75px;
}

.team__member:hover .team__pet {
    left: -85px;
    top: -75px;
}

.team__member:hover .team__pan {
    left: -180px;
    top: -80px;
}

.team__member:hover .team__stark {
    left: -90px;
    top: -80px;
}

.team__member:hover .team__mob {
    left: 205px;
    top: -75px;
}

.team__member:hover .team__two {
    top: -85px;
    left: 140px;
}

.team__mob:after {
    right: 276px !important;
    transform: rotate(-131deg) !important;
}

.team__two:after {
    right: 447px !important;
    transform: rotate(-131deg) !important;
}

.team__ellipse p {
    font: 18px Montserrat, Arial, sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.team__ellipse span {
    font: 13px Montserrat, sans-serif;
    color: #fff;
    font-weight: 300;
}

.team__ellipse:before {
    content: "";
    /* border-left: 265px #fff solid; */
    border-bottom: 1px #fff solid;
    position: absolute;
    top: 27px;
    /* height: 5px; */
    width: -webkit-fill-available;
    width: -moz-available;
}

.team__ellipse:after {
    content: "";
    border-right: 1px #fff solid;
    border-top: 30px #fff solid;
    transform: rotate(-47deg);
    position: absolute;
    top: 23px;
    right: -11px;
}

.description {
    margin-bottom: 60px;
    background-color: #f5f5f5;
}

.description.main-service {
    margin: 4em 0;
}


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

    .description {
        margin-bottom: 30px;
    }

}

/**********************************************************************
	$ARTICLES
**********************************************************************/
.banner.article {
    background-image: linear-gradient(to right, #0E2B58 50%, transparent 100%), url("/images/articles/article_banner.png");
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    flex-direction: row;
    display: flex;
    background-position: 100%;
    text-align: left;
    color: white;
    min-height: 15vw;
}

.banner.article .h1_bold {
    margin: 0;
    margin-bottom: 0.5em;
}

.banner.article .banner__content {
    padding-left: 5%;
}

.article-one-wrapper h1,
.article-one-wrapper h2,
.article-content h3,
.article-one-wrapper h3,
.article-one-wrapper h4 {
    max-width: 100%;
}

.article-one-wrapper #horder1:target::before,
.article-one-wrapper #horder2:target::before,
.article-one-wrapper #horder3:target::before,
.article-one-wrapper #horder4:target::before {
    content: "";
    display: block;
    height: 70px;
    /* fixed header height*/
    margin: -70px 0 0;
    /* negative fixed header height */
}

.article-one-wrapper .main-article-announcement:empty {
    display: none;
}

.article-content .other-article-wrapper {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2em;
}

.article-content .other-article-wrapper .article-wrapper {
    display: flex;
    flex-direction: column;
}

.article-content .other-article-wrapper .article-wrapper .article-announcement h3 {
    font-size: calc((100vw - 360px) / (1920 - 360) * (20 - 16) + 16px);
}

.article-content .other-article-wrapper .article-wrapper .article-link {
    margin-top: auto;
}

.article-content .other-article-wrapper .article-wrapper .article-link a,
.main-article-wrapper .main-article-link a {
    font-weight: bold;
    color: white;
    background-color: #0094d2;
    display: block;
    border-radius: 4px;
    padding: 0.5em 0;
    width: 50%;
    text-align: center;
}

.main-article-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    margin: 4em 0;
    gap: 1em;
}

.section-article-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin: 4em 0;
    gap: 1em;
}

.section-article-wrapper .main-article-announcement-wrapper {
    background-color: #F7F7F7;
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    border-radius: 4px;
}

.main-article-wrapper .main-article-announcement-wrapper {
    background-color: #F7F7F7;
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    border-radius: 4px;
}

.main-article-announcement {
    background-color: #F7F7F7;
    display: flex;
    flex-wrap: wrap;
    padding: 2em;
    border-radius: 4px;
    align-items: center;
}

.main-article-announcement ul {
    list-style-type: disc;
    font-weight: 500;
}

.main-article-header .blue {
    color: unset;
}

.article-one-wrapper .highlighting {
    background-color: #F7F7F7;
    padding: 2em;
    font-weight: 600;
    margin: 1em 0;
    position: relative;
    padding-right: 80px;
}

.article-one-wrapper .highlighting:after {
    display: block;
    content: "\201D";
    font-size: 102px;
    color: #0094D2;
    position: absolute;
    right: 20px;
    top: 0;
}

.article-one-wrapper .also_highlighting {
    background-color: #0094D2;
    color: white;
    padding: 2em;
    margin: 1em 0;
    border-radius: 4px;
}

.article-one-wrapper ol,
.article-one-wrapper ul {
    list-style: inherit;
    list-style-position: inside;
}

.article-one-wrapper .also_highlighting a {
    color: white;
    text-decoration: underline;
}

.main-article-wrapper .main-article-announcement-wrapper>div {
    width: 100%;
}

.main-article-tiser {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article_time {
    display: flex;
    align-self: flex-end;
    color: #9E9E9E;
    align-items: center;
}

.section-last-articles .last-articles-wrapper .article_time {
    padding-bottom: 1em;
}

.article_time svg {
    margin-right: 1em;
}

.article_date .article_date_inner {
    background-color: white;
    padding: 0.5em;
    margin-bottom: 1em;
    border-radius: 4px;
}

.article_date {
    margin-bottom: 1em;
}

.time_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
}

.section-article-wrapper .time_wrapper {
    width: 100%;
}

.section-last-articles .last-articles-wrapper .main-article-header {
    font-weight: bold;
    padding: 1em 0;
}

.section-last-articles .last-articles-wrapper .main-article-header .blue {
    color: black;
}

.section-last-articles .last-articles-wrapper .article-link {
    text-transform: uppercase;
}

.article-link a {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.article-link a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0094d2;
    border-bottom: 2px solid #0094d2;
    transform: translateY(+50%) rotate(-45deg);
    margin-top: -10px;
    margin-left: 10px;
}

.main-article-wrapper .main-article-image {
    max-width: 1fr;
}

.section-article-wrapper .main-article-image img {
    display: block;
    margin: auto;
    height: 250px;
    max-width: 100%;
}

.main-article-wrapper .main-article-image img {
    display: block;
    margin: auto;
    height: 250px;
    max-width: 100%;
}

.main-article-wrapper .main-article-link a {
    margin-top: 2em;
}

.article-one-wrapper h1 {
    margin: 0;
}

.article-one-wrapper .main-article-wrapper {
    margin: 0 0 3em;
}

.article-one-wrapper .article_content {
    font-weight: 600;
    margin-bottom: 2em;
}

.article-one-wrapper .article_content a {
    color: black;
    text-decoration: underline;
}

.article-one-wrapper .main-article-wrapper.crop {
    margin: 0;
}

.section-last-articles .last-articles-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}

.section-last-articles .last-articles-wrapper .article-wrapper {
    background-color: #F7F7F7;
    padding: 2em;
}

.section-last-articles .last-articles-wrapper .article-wrapper img {
    display: block;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .article-content .other-article-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .article-content .other-article-wrapper {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media screen and (max-width: 768px) {
    .banner.article {
        background-image: linear-gradient(to bottom, #0E2B58 50%, transparent 100%), url("/images/articles/article_banner.png");
        background-position: bottom;
        background-size: cover;
    }

    .article-content .other-article-wrapper,
    .main-article-wrapper {
        grid-template-columns: 1fr;
    }

    .article-one-wrapper .main-article-wrapper .main-article-image {
        order: 1;
    }

    .main-article-wrapper .main-article-image img {
        width: 100%;
    }

    .article-content .other-article-wrapper .article-wrapper .article-link a,
    .main-article-wrapper .main-article-link a {
        width: 80%;
        margin: auto;
    }

    .main-article-wrapper {
        grid-template-columns: 1fr;
        margin: 2em 0;
    }

    .article-one-wrapper .last-articles-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-article-wrapper .main-article-announcement-wrapper {
        order: 2;
    }

    .section-article-wrapper {
        grid-template-columns: 1fr;
    }

    .section-last-articles .last-articles-wrapper {
        grid-template-columns: 1fr;
    }

    .main-article-tiser-title {
        padding-bottom: 1em;
    }

    .section-article-wrapper .article_time {
        padding-bottom: 1em;
    }

    .section-article-wrapper {
        margin: 2em 0;
    }

    .article-one-wrapper .highlighting {
        padding-right: 0px;
    }

    .article-one-wrapper .highlighting:after {
        display: none;
    }
}

/**********************************************************************
	$OBJECTS
**********************************************************************/
.banner.objects {
    background-image: linear-gradient(to right, #0E2B58 50%, transparent 100%), url("/images/objects/object_banner.png");
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    flex-direction: row;
    display: flex;
    background-position: 100%;
    text-align: left;
    color: white;
    min-height: 15vw;
}

.banner.objects .banner__content {
    padding-left: 5%;
}

.banner.objects .h1_bold {
    margin: 0;
    margin-bottom: 0.5em;
}

.current-obiekt-wrapper-content h1 {
    margin: 0;
    margin-bottom: 1em;
}

.current-obiekt-wrapper-content .objekt-body ul {
    list-style: inside;
    list-style-type: disc;
}

.slider_gal_wrapper .slider_gal_header_wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.slider_gal_wrapper .slider_gal_header_wrapper h2 {
    margin-left: 0;
}

#slider_gal .slick-track,
#slider_gal .slick-list {
    display: flex;
    align-items: stretch;
}

#slider_gal .element_a_object {
    text-align: left;
    margin: 0 10px;
}

#slider_gal .slick-slide img {
    filter: unset;
}

.current-obiekt,
.gall-obiektov {
    margin-top: 2em;
}

.gall-obiektov-wpapper h2 {
    max-width: 100%;
}

.current-obiekt-wrapper-content h2 {
    max-width: 100%;
    margin-top: 3em;
}

.gall-obiektov-wpapper .wrap-gall-obiektov-bit h3 {
    margin: 0 auto 1em;
    font-size: calc((100vw - 360px) / (1920 - 360) * (36 - 22) + 22px);
}

.wrap-gall-obiektov-bit {
    display: grid;
    /*gap: 4em;*/
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2em;
}

.gall-obiektov-wpapper .wrap-gall-obiektov-bit .link_to_more {
    margin-top: auto;
}

.wrap-gall-obiektov-bit .head-title-wrapper,
.current-obiekt-wrapper-content .head-title-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-gall-obiektov-bit .annons-title-wrapper ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-top: 1em;
}

.wrap-gall-obiektov-bit .head-title,
.current-obiekt-wrapper-content .head-title {
    width: calc(100% - 120px);
}

.wrap-gall-obiektov-bit .head-date,
.current-obiekt-wrapper-content .head-date {
    background-color: white;
    padding: 0.5em;
    margin-bottom: 1em;
    border-radius: 4px;
    align-self: flex-start;
}

.current-obiekt-wrapper-content .objekt-annons ul {
    list-style-type: disc;
    list-style-position: inside;
}

.wrap-gall-obiektov-bit .link_to_more a {
    display: inline-block;
    color: white;
    background-color: #0094d2;
    padding: 0.5em 4em;
    border-radius: 4px;
    margin: 1em 0;
}

.wrap-gall-obiektov-bit .image-wrapper img {
    display: block;
    max-height: 500px;
    width: auto;
    max-width: 100%;
    margin: auto;
}

.wrap-gall-obiektov-bit .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F7F7F7;
    padding: 2em;
}

.wrap-gall-obiektov-bit:nth-child(even) .content-wrapper {
    order: 1;
}

.wrap-gall-obiektov-bit:nth-child(even) .image-wrapper {
    order: 2;
}

.gall-obiektov-other {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2em;
}

.wrap-gall-obiektov-else {
    margin-bottom: 1em;
    padding: 2em;
    background: #F7F7F7;
}

.wrap-gall-obiektov-else:nth-child(6n+6),
.wrap-gall-obiektov-else:nth-child(6n+1) {
    width: 42%;
}

.wrap-gall-obiektov-else:nth-child(6n+5),
.wrap-gall-obiektov-else:nth-child(6n+3) {
    width: 24%;
}

.wrap-gall-obiektov-else:nth-child(6n+4),
.wrap-gall-obiektov-else:nth-child(6n+2) {
    width: 32%;
}

.container_images {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2em;
}

.gall-obiektov-other .image-clip {
    overflow: hidden;
    height: 180px;
}

.current-obiekt-wrapper-content .images_object_item a {
    display: block;
    overflow: hidden;
    height: 300px;
}

.current-obiekt-wrapper-content .images_object_item img {
    width: 100%;
    overflow: hidden;
}

.gall-obiektov-other img {
    width: 100%;
    height: auto;
}

.wrap-gall-obiektov-else a {
    color: black;
    display: flex;
    flex-direction: column;
}

.wrap-gall-obiektov-else .head-title {
    padding-top: 1em;
    font-weight: 500;
}

.wrap-gall-obiektov-else .head-date {
    margin-top: auto;
    padding-top: 0.5em;
}

.current-obiekt-wrapper-content h1,
.current-obiekt-wrapper-content h2,
.current-obiekt-wrapper-content h3,
.current-obiekt-wrapper-content h4 {
    max-width: 100%;
    margin-top: 1em;
}

.current-obiekt-wrapper {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4em;
}

.current-obiekt-wrapper .current-obiekt-desc {
    background: #F7F7F7;
    padding: 2em;
}

.current-obiekt-wrapper .objekt-annons {
    line-height: 2em;
}

.big_slide_object img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    height: auto;
}

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

    .gall-obiektov-other,
    .container_images {
        grid-template-columns: repeat(4, 1fr);

    }
}

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

    .gall-obiektov-other,
    .container_images {
        grid-template-columns: repeat(3, 1fr);

    }
}

@media screen and (max-width: 768px) {
    .banner.objects {
        background-image: linear-gradient(to bottom, #0E2B58 50%, transparent 100%), url("/images/objects/object_banner.png");
        background-position: bottom;
        background-size: cover;
    }

    .current-obiekt-wrapper,
    .wrap-gall-obiektov-bit,
    .container_images,
    .gall-obiektov-other {
        grid-template-columns: 1fr;
    }

    .wrap-gall-obiektov-bit .image-wrapper img,
    .current-obiekt-wrapper-content .images_object_item img {
        display: block;
        margin: auto;
        max-height: 300px;
        max-width: 100%;
    }

    .current-obiekt-wrapper-content h2 {
        text-align: center;
    }

    .wrap-gall-obiektov-bit .link_to_more {
        display: flex;
        justify-content: center;
    }

    .wrap-gall-obiektov-bit .link_to_more a {
        padding: 0.5em 3em;
    }

    .wrap-gall-obiektov-bit .head-title,
    .current-obiekt-wrapper-content .head-title {
        width: 100%;
        order: 2;
    }

    .wrap-gall-obiektov-bit .head-date,
    .current-obiekt-wrapper-content .head-date {
        /*width: 100%;*/
        text-align: left;
        margin-bottom: 1em;
    }

    .wrap-gall-obiektov-bit:nth-child(even) .content-wrapper {
        order: inherit;
    }

    .wrap-gall-obiektov-bit:nth-child(even) .image-wrapper {
        order: inherit;
    }

    #slider_gal .element_a_object {
        width: 100vw;
        text-align: left;
        margin: 0 10px;
        height: 100%;
    }

    .slider_gal_header_wrapper .slider_reviews__arrows_cont .slick-arrow {
        margin-top: 0;
        margin-bottom: 0;
    }

    .slider_gal_wrapper .slider_gal_header_wrapper h2 {
        margin-top: 0;
    }

    .wrap-gall-obiektov-else {
        margin-bottom: 1em;
        padding: 0;
        background: #F7F7F7;
    }

    .wrap-gall-obiektov-else:nth-child(n) {
        width: 100%;
    }

}

/**********************************************************************
	$CONTENT
**********************************************************************/
.photo_prod {
    margin-bottom: 0;
}

.top_content,
.content_after_gallery,
.addtext,
.photo_under_content,
.section-content-wrap,
.text-page {
    /*max-width: 1300px;*/
    margin: 0 auto;
}

.top_content {
    /*max-width: 1300px;*/
    margin: 40px auto;
    padding: 0 20px;
}

.top_content h1,
.top_content h2,
.top_content h3,
.top_content h4 {
    max-width: 100%;
}

.top_content ul {
    list-style: disc outside;
    padding-left: 1em;
}

.top_content table {
    width: 100%;
    margin: 2em 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.top_content table tr {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px;
}

.top_content table th,
.top_content table td {
    padding: 10px;
    text-align: center;
}

.top_content table td[data-label="Наименование"],
.top_content table td[data-label="Краткое описание"] {
    text-align: left;
}

.top_content table th {
    background-color: #E7E7E7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section.description .container {
    padding: 0;
}

.main-service-wrapper .benefits {
    margin: 4em auto;
}

.main-service-wrapper .container_service_block_header .row {
    padding-top: 0;
}

.main-service-wrapper h2 {
    margin-top: 0;
}

.main-service .content_after_gallery {
    columns: 2;
    column-gap: 3em;
}

.main-service h2 {
    margin: 0;
}

.main-service ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
}

.main-service .content_after_gallery img {
    width: 100%;
    height: auto;
}

.section-content-wrap {
    /*max-width: 1300px;*/
    margin: 0 auto;
    position: relative;
}

.section-content-wrap.readall-hide:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(245 245 245) 100%);
}

.text-page ul {
    list-style: auto;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 2.5em;
}

.text-page ol {
    list-style: auto;
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 2.5em;
}

.content_after_gallery img,
.description-article__image-wrap img {
    width: 480px;
    height: auto;
    max-width: 100%;
}

/*** UNFOLD ***/
.text-unfold {
    display: flex;
    align-items: center;
    width: fit-content;
}

.text-unfold__btn {
    width: 47px;
    height: 47px;
    margin-right: 15px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #0094D2;
    cursor: pointer;
    transition: .3s;
}

.text-unfold__btn.active {
    transform: rotate(180deg);
}

.text-unfold-btn__icon {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

.text-unfold__text {
    font-size: 18px;
    color: #0094D2;
    cursor: pointer;
}

.icon-container {
    color: #0094D2;
    width: 200px;
    height: 35px;
    margin-bottom: 2em;
}

.trust_item .icon-container {
    width: 40px;
    height: 20px;
    margin-bottom: 0;
    top: 5px;
    position: relative;
    display: inline-block;
}

.icon-container .icon.inherit-color,
*:hover>.icon.inherit-color,
*:focus>.icon.inherit-color,
.icon.inherit-color:hover,
.icon.inherit-color:focus {
    color: #0094D2;
}

.icon-container svg {
    fill: currentColor;
}

.icon-container .icon.inherit-size {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .main-service .content_after_gallery {
        columns: 1;
    }

    .top_content table thead {
        display: none;
    }

    .top_content table tr {
        display: block;
    }

    .top_content table td {
        display: flex;
        text-align: left;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em 0;
    }

    .top_content table td:last-child {
        border-bottom: 0;
    }

    .top_content table td:before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        text-align: left;
    }
}

/**********************************************************************
	$CLIENTS
**********************************************************************/
.client-cards {
    margin: 0 -12px;
}

.client-card {
    width: calc(100% / 4 - 12px);
    /*max-height: 180px;*/
    margin: 0 6px 12px;
    transition: .1s;
}

.client-card:not(:hover) {
    filter: grayscale(1);
}

.client-card__logo-wrap {
    padding-top: 57%;
    position: relative;
}

.client-card__logo-link {
    width: 100%;
    height: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.client-card__logo {
    max-width: 80%;
    max-height: 100%;
}

.sk {
    display: none;
}

/**********************************************************************
	$benefits
**********************************************************************/
.benefits {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 20px auto;
    justify-content: space-between;
}

.benefits img {
    max-height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    padding-bottom: 5px;
}

.benefits.about img {
    max-height: 50px;
    width: 20%;
    box-sizing: content-box;
    padding-bottom: 5px;
}

.benefits_first_line {
    width: calc(50% - 8px);
    padding: 1em;
    background-color: #F5F5F5;
    box-sizing: border-box;
    align-items: center;
}

.benefits_second_line {
    width: calc(33% - 5px);
    margin-top: 15px;
    padding: 1em;
    background-color: #F5F5F5;
    box-sizing: border-box;
    align-items: center;
}

.benefits_third_line {
    width: calc(20% - 16px);
    background-color: #F5F5F5;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.benefits_first_line p {
    font-size: calc((100vw - 480px) / (1400 - 360) * (26 - 14) + 14px);
    font-weight: bold;
}

.benefits_second_line p {
    font-size: calc((100vw - 360px) / (1400 - 360) * (20 - 14) + 14px);
    font-weight: bold;
}

.benefits_third_line p {
    font-size: calc((100vw - 360px) / (1400 - 360) * (12 - 8) + 8px);
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.benefits p span {
    font-size: 1.1em;
    color: #0094D2;
}

@media screen and (max-width: 1330px) {
    .benefits img {
        max-width: 100px;
        width: 20%;
        padding: 1em 1em;
    }
}

@media screen and (max-width: 1024px) {
    .benefits_second_line {
        width: 100%;
    }
}

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

    .benefits_first_line,
    .benefits_second_line {
        /*justify-content:center;*/
    }

    .benefits {
        justify-content: center;
        text-align: left;
    }

    .benefits p {
        padding-left: 1em;
    }

    .benefits_first_line,
    .benefits_second_line,
    .benefits_third_line {
        width: 100%;
        margin: 0.5em 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .benefits_first_line p,
    .benefits_second_line p,
    .benefits_third_line p {
        font-weight: 400;
    }

    .benefits_third_line p {
        font-size: calc((100vw - 360px) / (1400 - 360) * (14 - 12) + 12px);
        font-weight: bold;
        margin-bottom: 0;
        width: 80%;
    }
}

/**********************************************************************
	$order_step
**********************************************************************/
.order_step_wrap {
    background-color: #f7f7f7;
    margin: 4em 0;
    z-index: -2;
}

.order_step {
    display: flex;
    margin: 2em auto;
    max-width: 1300px;
}

.order_step_item {
    width: 50%;
    padding: 1em;
}

.order_step_item h2 {
    font-weight: bold;
    padding-bottom: 1em;
}

.order_step_item ul {
    list-style: url("/images/order_step/circle.svg");
    position: relative;
    z-index: 1;
}

.order_step_item.item_one li {
    padding: 22px 0.2em;
    margin-left: 10px;
    z-index: 1;
    font-size: 18px;
}


.vertical_line {
    position: absolute;
    width: 1px;
    top: 44px;
    left: -2px;
    height: 84%;
    background-color: #e0e0e0;
    z-index: -1;
}

.order_step_item.item_one span {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 0.5em;
    position: relative;
    top: 0.1em;
}

.text .order_step h3 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
}

.text .order_step p {
    font-size: 18px;
}

.order_step_item.item_two>div>div {
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}

.order_step_item.item_two>div>div>div {
    align-content: start;
}

.order_step_item.item_two p {
    margin: 0;
}

.order_step_item.item_two h3 {
    margin-top: 0;
}

.order_step_item_img {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.order_step_item.item_two img {
    padding: 0 1em;
}

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

    .order_step h2 {
        text-align: center;
    }

    .order_step_item {
        width: 100%;
    }

    .order_step_item div {
        /*justify-content:center;*/
        flex-wrap: nowrap;
        align-items: center;
    }

    .order_step_item.item_one span {
        padding-right: 0.5em;
    }

    .order_step_item.item_two .order_step_item_img {
        padding: 0;
    }

    .order_step_item.item_two h3 {
        margin-top: 0;
        font-weight: normal;
        padding-bottom: 10px;
    }
}

/**********************************************************************
	$youtube
**********************************************************************/
.service_youtube {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_youtube .request__title span {
    font-size: unset;
}

.service_youtube>div {
    flex-basis: 49%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: flex-end;
}

.service_youtube form {
    display: block;
}

.service_youtube .youtube_video {
    box-shadow: unset;
    margin: 0;
    width: 60%;
    padding: calc((100vw - 360px) / (1920 - 360) * (54 - 10) + 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.youtube_wrapper {
    display: flex;
    background-image: url("/images/service_youtube_bk.webp");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.youtube_video_back {}

.youtube {
    font-weight: bold;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.youtube h3 {
    font-size: calc((100vw - 360px) / (1920 - 360) * (32 - 20) + 20px);
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.service_youtube .request__form {
    margin: 0;
}


.service_youtube .youtube_video a {
    margin-top: 20px;
    text-transform: uppercase;
    color: white;
}

.service_youtube .request-form__inputs {
    width: 100%;
}

.service_youtube .request-form__inputs input {
    border: 1px solid #9E9E9E;
    border-radius: 2px;
    padding-left: 5px;
}

.service_youtube .request-form__inputs {
    margin-bottom: 0;
}

.service_youtube .agree-wrap {
    padding: 11px 0 11px 40px;
}

@media screen and (max-width: 1440px) {
    .youtube_wrapper {
        background-position: 10vw;
    }
}

@media screen and (max-width: 768px) {
    .service_youtube>div {
        flex-basis: 100%;
        margin: 1em 0;
    }

    .youtube_wrapper {
        background-position: right;
    }
}

@media screen and (max-width: 480px) {
    .service_youtube .youtube_video_btn a {
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .youtube_wrapper {
        background-position: 20vw;
    }
}

/**********************************************************************
	$MAIN
**********************************************************************/
.banner:before {
    background: none;
}

.banner__content {
    padding-left: 10%;
}

.banner {
    max-width: 100%;
    margin: 0 auto 1em;
    padding: 4em 0;
    background-size: cover;
    min-height: 25vw;
    background-position-y: top;
    background-position-x: right;
    background-image: linear-gradient(to right, #0E2B58 30%, transparent 100%), url("/images/main_page_banner.webp");
    color: white;
    display: flex;
    align-items: center;
}

.banner-content__title {
    text-transform: none;
    letter-spacing: normal;
    line-height: calc((100vw - 360px) / (1920 - 360) * (56 - 30) + 30px);
    font-size: calc((100vw - 360px) / (1920 - 360) * (48 - 24) + 24px);
    font-weight: bold;
    text-align: left;
    margin: 0;
    color: white;
}

.banner-content__title a,
.banner-content__title a:link,
.banner-content__title a:focus,
.banner-content__title a:visited {
    /*color: white;*/
    padding: 0;
    margin-top: 1em;
    border-bottom: 1px dotted white;
    display: inline-block;
    color: white;
    font-size: calc((100vw - 360px) / (1920 - 360) * (36 - 24) + 24px);
    font-weight: normal;
}

.banner-content__phone {
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    color: white;
    padding: 0;
    padding-top: calc((100vw - 360px) / (1920 - 360) * (56 - 30));
    padding-bottom: calc((100vw - 360px) / (1920 - 360) * (56 - 30));
}

.banner-content__phone a {
    padding: 0;
    border-bottom: 1px dotted white;
    display: inline-block;
    color: white;
    font-size: calc((100vw - 360px) / (1920 - 360) * (36 - 24) + 24px);
    font-weight: normal;
}

.banner-content__text {
    padding-bottom: 2em;
    font-weight: normal;
    text-align: left;
    color: white;
    margin: 0;
}

.billing {
    padding-bottom: 1em;
}



@media screen and (max-width: 1024px) {
    .banner__content {
        padding: 0 56px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        background-position-x: 87%;
        padding: 0;
    }

    .banner-content__title a,
    .banner-content__title a:link,
    .banner-content__title a:focus,
    .banner-content__title a:visited {
        padding: 0.3em 0;
    }

    .banner__content p.policy-small {
        display: inline-block;
        padding: 5px 10px;
        text-align: left;
        font-size: 10px;
        color: white;
        margin: 0px;
    }
}

@media screen and (max-width: 568px) {
    .banner {
        min-height: auto;
    }

    .banner-content__title {
        padding-right: 2em;
    }

    .vacancy .banner__content {
        padding: 0;
    }

    .vacancy .banner__content br {
        display: none;
    }

    .banner__content {
        padding: 0 20px;
    }

    .banner_second_about_title.ot-pervogo-litsa .banner__content {
        padding: 0;
    }

    .banner .submit-wrap {
        padding: 0;
    }

    .banner .submit-wrap input {
        width: 100%;
        height: 36px;
        padding: 10px;
    }

    .banner .input_phone input {
        display: block;
        width: 100%;
        height: 36px;
        padding: 10px;
    }

    .banner__content .input_phone {
        width: 100%;
    }

    .banner {
        margin: 0 auto 2em;
    }
}

/**********************************************************************
	$about
**********************************************************************/
.about_main {
    color: black;
}

.about_main h2.about_command {
    margin: 2em auto;
    max-width: 1300px;
    font-weight: bold;
    font-size: calc((100vw - 360px) / (1400 - 360) * (30 - 20) + 20px);
}

h2.about_licence {
    margin: 1em auto;
    max-width: 1300px;
    font-weight: bold;
    font-size: calc((100vw - 360px) / (1400 - 360) * (30 - 20) + 20px);
    width: 100%;
    text-align: left;
}

.banner.about .banner-content__text,
.banner.about .banner-content__text_last {
    max-width: 1000px;
}

.banner_desc {
    font-size: 24px;
}

.about a,
.about1 a,
.about span,
.about1 span {
    font-size: initial;
    margin-right: initial;
}

.third_about.banner h3 {
    margin: 0.5em 0 2em;
}

.banner h3 {
    margin: 1em 0;
}

.banner_second_about_title .btn {
    padding: 16px 50px;
}

.banner_second_about_title {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.banner_second_about_title .banner_desc {
    padding: 40px 0;
    font-weight: 600;
}

.banner.second_about .banner__sign {
    text-align: right;
    font-size: 20px;
    align-self: flex-end;
    width: 100%;
    padding-bottom: 20px;
}

.banner.second_about .banner__content {
    padding-top: 90px;
}

.banner.about span,
.banner.second_about span {
    color: #0094d2;
}

.banner.about {
    background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/banner_about.webp");
    display: flex;
    align-content: center;
    align-items: center;
    background-position-y: 100%;
}

.banner.second_about {
    background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/banner_second_about.webp");
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background-position-x: 80%;
    margin-top: 12px;
}

.banner.third_about {
    background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/banner_third_about_new.webp");
    display: flex;
    align-content: center;
    align-items: center;
    background-position-x: right;
}

.banner.fourth_about {
    background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/banner_fourth_about.webp");
    display: flex;
    align-content: center;
    align-items: center;
}

.banner_button_link {
    background-color: #0094d2;
    color: white;
    padding: 0.5em 2em;
    margin-top: 3em;
    display: inline-block;
}

a.banner_button_link:link,
a.banner_button_link:focus,
a.banner_button_link:visited {
    color: white;
}

.banner_about_title {
    width: 80%;
}

.about_dir {
    display: flex;
    max-width: 1300px;
    margin: auto;
    align-items: center;
}

.about_dir h3 {
    padding-bottom: 1em;
}

.about_dir img {
    width: 80%;
}

.service-slider.about_top .service-slider__content-wrap {
    position: relative;
}

/*.service-slider.about_top .service-slider__content-wrap:after
{
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);
}*/
.service-slider.about_top h2 {
    padding-left: 0;
}

.about_top_section .service-slider__slide.about_top {
    width: calc(100vw / 5);
    background-color: unset;
    margin: 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    font-size: medium;
}

.about_top_section .about_top_section_h2 {
    margin-bottom: 0;
}

.service-slider__slide.about_top img {
    filter: unset;
    width: 100%;
}

.service-slider__slide.about_top .about_tit {
    color: #0094d2;
    margin: 10px 0 5px;
    /*font-size: 12px;*/
}

.service-slider__slide.about_top .about_tit:first-letter {
    text-transform: capitalize;
}

.service-slider__slide.about_top .wrap_about_quot {
    position: relative;
}

.service-slider__slide.about_top .about_quot {
    position: absolute;
    top: -100px;
    background-color: white;
    right: 1em;
    padding: 1em;
    padding-left: 3em;
    width: 70%;
    font-size: small;
    font-style: italic;
    min-height: 80px;
}

.service-slider__slide.about_top .about_quot::before {
    content: "”";
    font-size: 40px;
    left: 0.2em;
    display: inline-block;
    position: absolute;
}

.service-slider__slide.about_top .about_fio {
    font-weight: 600;
    font-size: 28px;
    padding-top: 1em;
}

.service-slider__slide.about_top .about_prof {
    padding: 0.5em 0 1em;
}

.service-slider__content-wrap_news .slick-track {
    display: flex;
    align-items: stretch;
    min-height: 100%;
}

.service-slider__slides-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.main-service-slider__content-wrap .service-slider__arrows_cont {
    display: none;
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide {
    overflow: hidden;
    min-width: 300px;
    width: calc(25% - 20px);
    margin: 5px;
    position: relative;
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth1 .flipcard:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: 5px;
    left: 130px;
    z-index: -1;
    background: url(/images/service/service-slider/nth1.webp) 0 0 no-repeat;
    background-size: contain;
    transform: rotate(-15deg);
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth2 .flipcard:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 200px;
    top: 140px;
    left: 100px;
    z-index: -1;
    background: url(/images/service/service-slider/nth2.webp) 0 0 no-repeat;
    background-size: contain;
    transform: matrix(0.97, -0.26, -0.26, -0.97, 0, 0);
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth3 .flipcard:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 400px;
    top: 50px;
    left: 100px;
    z-index: -1;
    background: url(/images/service/service-slider/nth3.webp) 0 0 no-repeat;
    background-size: contain;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth4 .flipcard:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    top: 20px;
    left: 200px;
    z-index: -1;
    background: url(/images/service/service-slider/nth4.webp) 0 0 no-repeat;
    background-size: contain;
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth5 .flipcard:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 400px;
    top: 150px;
    left: 150px;
    z-index: -1;
    background: url(/images/service/service-slider/nth5.webp) 0 0 no-repeat;
    background-size: contain;
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth6 .flipcard:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    top: 50px;
    left: 135px;
    z-index: -1;
    background: url(/images/service/service-slider/nth6.webp) 0 0 no-repeat;
    background-size: contain;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth7 .flipcard:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 400px;
    top: 60px;
    left: 140px;
    z-index: -1;
    background: url(/images/service/service-slider/nth7.webp) 0 0 no-repeat;
    background-size: contain;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.main-service-slider .service-slider__slides-wrap .service-slider__slide.nth8 .flipcard:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    top: 80px;
    left: 105px;
    z-index: -1;
    background: url(/images/service/service-slider/nth8.webp) 0 0 no-repeat;
    background-size: contain;
}

.service-slider__content-wrap_news .service-slider__slide.slider_news_item {
    margin: 0 0.5em;
    display: flex;
    height: unset;
    padding: 0;
    align-items: center;
    flex-direction: row;
    height: 250px;
}

.service-slider__content-wrap_news .block-news-img {
    padding-right: 1em;
}

.service-slider__content-wrap_news .service-slider__slide.slider_news_item .block-news-date {
    color: #BDBDBD;
    font-size: 12px;
}

.service-slider__content-wrap_news .service-slider__slide.slider_news_item h3 {
    padding: 0.5em 0;
    margin: 0;
}

.service-slider__content-wrap_news .service-slider__slide.slider_news_item .btn {
    margin-top: 10px;
}

.service-slider__content-wrap_news .service-slider__slide.slider_news_item .btn a {
    color: white;
    font-size: 14px;
}

.service-slider__slide.slider_news_item img {
    width: auto;
    filter: unset;
    height: 250px;
}

.service-slider__slide.slider_news_item .aside-block-news {
    display: flex;
    text-align: left;
    background-color: #f5f5f5;
    align-items: center;
    border-radius: 20px;
}

.about_guarantee_wrap {
    margin: 2em auto;
    background-color: #f5f5f5;
}

.about_guarantee {
    display: flex;
    max-width: 1300px;
    text-align: center;
    margin: 2em auto;
    padding: 1em 0 3em;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_guarantee div {
    flex: 1 0 33%;
}

.about_guarantee div p {
    font-weight: 600;
    padding-bottom: 30px;
    text-align: center;
}

.about_guarantee img {
    width: 200px;
}

/**********************************************************************
	$service-slider
**********************************************************************/
.service-slider.master_top .service-slider__slides-wrap,
.service-slider__slides-wrap.all_masters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    padding-top: 1em;
    justify-items: stretch;

}

.service-slider.master_top .service-slider__slide.about_top {
    background-color: unset;
    margin: 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    font-size: medium;
    width: 100%;
    height: 100%;
}

.service-slider.master_top .service-slider__slide .about_button {
    padding: 1em 0;
    margin: auto;
}

.btn#handle_show_all_masters {
    display: block;
    margin: 2em auto;
    color: #0094D2;
    background-color: unset;
}

#show_all_masters {
    display: none;
}

.about_top .service-slider__slide .wrap_about_text {
    padding-left: 1em;
    display: flex;
    flex-flow: column;
    height: 100%;

}

.about_top .service-slider__slide .about_mean {
    margin-top: auto;
}

@media screen and (min-width: 1280px) {
    /*#main_service_slider .service-slider__slide .flipcard:before
    {
        left: 10vw;
    }*/
}

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

    .about_top .service-slider__slide {
        width: 50vw;
    }

    .about_top_section .service-slider__slide.about_top {
        width: calc(100vw / 3);
    }

    .service-slider.master_top .service-slider__slides-wrap,
    .service-slider__slides-wrap.all_masters {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .about_top_section .service-slider__slide.about_top {
        width: 100vw;
    }

    .service-slider.master_top .service-slider__slides-wrap,
    .service-slider__slides-wrap.all_masters {
        display: block;
    }

    .service-slider__slide.slider_news_item .aside-block-news {
        display: block;
        padding: 0.5em;
    }

    .service-slider h2,
    .about_main h2.about_command {
        padding: 1em 0 0;
    }

    .banner.second_about .banner__sign {
        padding-bottom: 0px;
    }

    .about_main h2.about_licence {
        margin: 0 auto;
        text-align: center;
    }

    .about_guarantee div p {
        padding-top: 2em;
        padding-bottom: 1em;
    }

    .about_guarantee div img {
        width: 100%;
        height: auto;
    }

    .third_about.banner h3 {
        margin: 10px 0;
    }

    .banner_second_about_title .btn {
        margin-top: 20px;
    }
.class_service_block_header_form_button {
    padding-top: 1em;
}
    .service-slider__content-wrap_news .service-slider__slide.slider_news_item {
        height: unset;
        text-align: center;
    }

    .service-slider__content-wrap_news:after {
        display: none;
    }

    .service-slider__slide.slider_news_item img {
        width: 250px;
        height: auto;
    }

    .service-slider__slide.slider_news_item .block-news-img {
        width: 100%;
    }

    .banner_about_title .row {
        margin: 0;
    }

    .service-slider__slide.about_top .about_quot {
        right: 5px;
        width: calc(100% - 10px);
        margin-right: 5px;
        left: 5px;
    }
}

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

    .banner.second_about .banner__content {
        padding: 10px 0 0;
    }

    .banner_second_about_title .banner_desc {
        padding: 10px 0;
        font-size: 16px;
        font-weight: normal;
    }

    .banner_second_about_title button {
        display: none;
    }

    .banner.second_about .banner__sign {
        text-align: left;
        font-size: 14px;
        padding-top: 420px;
        background-image: url("/images/banner_second_about_mobile.webp");
        background-size: auto 400px;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .banner.about,
    .banner.second_about,
    .banner.third_about,
    .banner.fourth_about {
        background-image: none;
        color: black;
        margin: 1em 0;
    }

    .banner.about .banner-content__title,
    .banner.second_about .banner-content__title,
    .banner.third_about .banner-content__title,
    .banner.fourth_about .banner-content__title {
        color: black;
    }

    .banner_second_about_title,
    .banner_about_title {
        width: 100%;
    }

    .about_main h2.about_command {
        padding: 1em 0;
    }

    .about_dir {
        display: block;
    }

    .about_dir img {
        display: block;
        margin: auto;
    }

    .banner_button_link {
        padding: 0.5em 2em;
        margin: 1em 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .about_guarantee {
        display: block;
    }

    .main-service-slider__content-wrap .service-slider__arrows_cont {
        display: block;
    }

    .main-service-slider .service-slider__slides-wrap .service-slider__slide {
        width: 300px;
    }

    .service-slider__slide.slider_news_item img {
        width: auto;
        height: 200px;
        max-width: 100%;
    }
}

/**********************************************************************
	$service_avariynaya
**********************************************************************/
.service_avariynaya {
    max-width: 100%;
    margin: 2em auto;
    margin-top: 4em;
    padding: 2em 0;
    background-size: cover;
    min-height: 433px;
    background-image: linear-gradient(to right, #0094D2 0%, transparent 100%), url("/images/service_avariynaya.webp");
    display: flex;
    align-content: center;
}

.service_avariynaya img {
    width: 100%;
    height: auto;
    display: none;
}

.service_avariynaya_center_wrap {
    max-width: 1300px;
    margin: auto;
}

.service_avariynaya_text_wrap {
    color: white;
    width: 50%;
    padding-left: 2em;
}

.service_avariynaya_text_wrap p {
    padding: 1em 0;
}

.service_avariynaya_title {
    font-size: 2.5em;
    font-weight: bold;
}

.service_avariynaya_title span {
    /*color: #0094d2;*/
}

.service_avariynaya_sign {
    text-transform: uppercase;
    /*color: #0094d2;*/
    font-weight: bold;
}

@media screen and (max-width: 1300px) {
    .service_avariynaya_center_wrap {
        max-width: 100%;
    }

    .service_avariynaya {
        background-position-x: 87%;
        padding: 0;
    }
}
}

@media screen and (max-width: 768px) {
    .service_avariynaya_text_wrap {
        width: 100%;
    }

    .service_avariynaya_title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
    }
}

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

    .service_avariynaya {
        color: black;
        background-image: unset;
    }

    .service_avariynaya_text_wrap {
        color: black;
        padding: 0;
    }

    .service_avariynaya img {
        display: block;
    }
}


/**********************************************************************
	$clients
**********************************************************************/
.clients_wrap {
    margin: 4em auto;
}

.clients li img {
    transition: 0.3s;
    height: auto;
    max-height: 120px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: auto;
    width: auto;
    max-width: 120px;
    padding: 0 5px;
}

.clients li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.clients_wrap .clients {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.clients li {
    width: 14%;
    padding: 1em;
    display: flex;
}


@media screen and (max-width: 768px) {
    .clients_wrap {
        margin: 2em auto;
    }

    .clients li {
        width: 25%;
        padding: 0.5em;
        display: flex;
    }

    .clients li img {
        max-width: 100%;
    }

    .clients_wrap {
        padding-bottom: 1em;
    }
}

/**********************************************************************
	$trust
**********************************************************************/
.trust_wrapper {
    background-color: #F5F5F5;
    padding: 2em 1em;
    padding-bottom: 0;
    margin: 4em 0;
}

.trust {
    display: flex;
    margin: auto;
    max-width: 1300px;
    justify-content: space-between;
}

.trust_desc {
    width: 70%;
}

.trust_desc h2 {
    font-weight: bold;
    padding-bottom: 1em;
}

.trust_desc h3 {
    padding-bottom: 0.5em;
    font-weight: 600;
    margin: inherit;
    font-size: 24px;
}

.trust_desc img {
    padding-right: 2em;
    padding-top: 1em;
}

.trust_item {
    margin: 2em 0;
}

.trust_item div {
    align-items: flex-start;
}

.trust_item p {
    padding: 0.5em 0;
}

.trust>img {
    object-fit: contain;
    align-self: flex-end;
}

/*
	.full_text img
	{
	display:none;
}*/

.text blockquote {
    border: 0;
}

@media screen and (max-width: 768px) {
    .trust>img {
        display: none;
    }

    .trust img {
        margin: auto;
    }

    .trust_desc {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    .trust>img {
        display: none;
    }

    .trust img {
        margin: auto;
    }

    .trust_desc {
        width: 100%;
        text-align: center;
    }

    .trust_wrapper {
        padding: 1em 0;
        margin: 2em 0;
    }

    .trust_desc h2 {
        padding-bottom: 0;
    }

    .trust_desc img {
        padding: 0;
    }

    .trust_desc {
        padding: 0 15px;
    }

    .trust_desc h3 {
        margin-bottom: 0;
    }
}

/**********************************************************************
	$sub_menu
**********************************************************************/
.sub_menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
}

.sub_menu_wrapper {
    /*background-color: #f7f7f7;*/
    margin-top: 72px;
    /*padding: 2em 1em;*/
    padding: 0 1em;
}

.sub_menu li {
    width: 100%;
    list-style-type: none;
    padding: 0.5em 0 0.5em 1em;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    flex-wrap: wrap;
    font-size: calc((100vw - 320px) / (1920 - 320) * (20 - 18) + 18px);
}

.sub_menu li:nth-child(odd) {
    /*background-color: #f7f7f7;*/
}

.sub_menu li>div {
    width: 33%;
}

.sub_menu li>div:last-child {
    width: 66%;
    padding-left: 3em;
}

.sub_menu li div.sub_menu_cond .sub_menu_time strong,
.sub_menu li div.sub_menu_cond .sub_menu_cost strong {
    text-transform: lowercase;
}

.sub_menu li:first-child div.sub_menu_cond .sub_menu_time strong,
.sub_menu li:first-child div.sub_menu_cond .sub_menu_cost strong {
    text-transform: none;
}

.sub_menu li div.sub_menu_cond {
    text-align: center;
    font-size: 16px;
    display: flex;
    width: calc(100% - 250px);
    justify-content: end;
}

.sub_menu li.sub_menu_header div.sub_menu_cond {
    font-size: inherit;
}

.sub_menu_wrapper h2 {
    padding-bottom: 1em;
}

.sub_menu li .left_sub_menu {
    position: relative;
    display: flex;
}

.sub_menu li .left_sub_menu::after {
    content: "";
    position: relative;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0094d2;
    border-bottom: 2px solid #0094d2;
    right: -0.8em;
    top: 0.18em;
    transform: translateY(+50%) rotate(-45deg);

}

.sub_menu .btn {
    background-color: white;
    color: #e01f1f;
    border: 1px solid #e01f1f;
}

.sub_menu .btn:after {
    content: ' Мастера';
}

.sub_menu .btn:hover {
    background-color: #e01f1f;
    color: white;
}

.sub_menu_cond_wrap {
    display: flex;
    justify-content: flex-end;
}

.sub_menu_time {
    /*width:0;*/
}

.sub_menu_count {
    width: 10vw;
}

.sub_menu_cost {
    width: 10vw;
}

@media screen and (max-width: 768px) {
    .sub_menu li {
        padding: 0.5em 0;
    }

    .sub_menu_wrapper {
        margin-top: 36px;
    }

    .sub_menu li .left_sub_menu {
        justify-content: left;
        text-align: left;
    }

    .sub_menu {
        padding-left: 0;
    }

    .sub_menu li div.sub_menu_price {
        text-align: center;
        padding-right: 0;
    }

    .sub_menu li div.sub_menu_cond {
        /*text-align: center;*/
        padding-left: 0;
    }

    .sub_menu li {
        width: 100%;
        text-align: center;
    }

    .sub_menu li div {
        width: 100%;
    }

    .sub_menu .header-contact__button-wrap {
        justify-content: center;
    }

    .sub_menu .header-contact__button-wrap {
        display: flex;
        text-align: left;
        padding: 0;
        margin: 0;
        align-items: center;
    }

    .sub_menu li:nth-child(odd) {
        background-color: unset;
    }

    .sub_menu li>div:last-child {
        width: 100%;
        margin: 0.5em 0;
    }

    .sub_menu li>div:last-child>div:last-child {
        width: 33%;
    }

    .sub_menu .btn:after {
        content: unset;
    }

    .sub_menu li.sub_menu_header {
        display: none;
    }

    .sub_menu_time {
        width: 100%;
    }

    .sub_menu li>div:last-child {
        width: 100%;
        padding-left: 0;
    }

    .sub_menu li div.sub_menu_cond {
        width: 100%;
        flex-wrap: wrap;
    }
}

/**********************************************************************
	$contacts
**********************************************************************/
.contacts h2 {
    font-size: calc((100vw - 480px) / (1400 - 480) * (30 - 18) + 18px);
    color: black;
}

.contacts h2 {
    padding-top: 3em;
    margin: auto;
    max-width: 1300px;
}

.contacts h2.first_h {
    padding-top: 1em;
    font-weight: 600;
}

.cont_block {
    width: 25%;
}

.reqv,
.cont_call {
    margin-top: -1em;
}

.reqv .cont_block {
    width: 50%;
}

.contacts .row {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
}

.contacts .cont_title {
    font-size: 12px;
    color: #0094d2;
    margin: 1em 0 0.5em;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    ;
}

#YMapsID {
    margin-top: 2em;
}

.contacts .cont_text {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .cont_block {
        width: 100%;
    }

    .reqv .cont_block {
        width: 100%;
    }
}

/**********************************************************************
	$vacancy
**********************************************************************/
.banner.vacancy {
    background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/vacancy_banner_new2.webp");
    align-items: center;
    flex-direction: row;
    display: flex;
    background-position: center 25%;

}

.banner.vacancy_contact_wrapper {
    /*background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/vacancy/benefits_vac/form_vac1.webp");*/
    background-image: unset;
    display: grid;
    background-position: 70%;
    filter: brightness(120%);
    color: black;
    margin: 0 auto;
    max-width: 1300px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    padding: 0;

}

.container_form_vakanci form {
    height: unset;
}

.banner.vacancy_contact_wrapper .container_form_vakanci {
    padding-left: 0%;
}

.banner.vacancy_contact_wrapper .vacancy_contact_wrapper {
    padding-left: 0%;
    padding-bottom: 3em;
}

.banner.vacancy_contact_wrapper .vacancy_contact_body {
    align-items: start;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner.vacancy_contact_wrapper .vacancy_contact_body div {
    flex: 0 1 48%;
}

.banner.vacancy_contact_wrapper h2#caption {
    /*color:white;*/
    color: black;
    padding-bottom: 0.5em;
}

.banner.vacancy_contact_wrapper input[type=text],
.banner.vacancy_contact_wrapper textarea,
.banner.vacancy_contact_wrapper label {
    background: transparent;
    /*color:white;*/
    color: black;
    border: 0;
}

.banner.vacancy_contact_wrapper input[type=button] {
    color: white;
}

.banner.vacancy_contact_wrapper a {
    color: black;
    text-decoration: underline;
}

.banner.vacancy_contact_wrapper fieldset {
    border: 1px solid #0094d2;
}

.banner.vacancy_contact_wrapper .container-fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner.vacancy_contact_wrapper fieldset {
    width: 100%;
}

.banner.vacancy_contact_wrapper fieldset:nth-child(3),
.banner.vacancy_contact_wrapper fieldset:nth-child(4) {
    width: calc(50% - 2px);
}

.banner.vacancy_contact_wrapper label {
    font-weight: normal;
    padding: 0 5px;
    margin: 0;
}

.banner.vacancy_contact_wrapper legend {
    display: unset;
    width: unset;
    padding: unset;
    margin-bottom: unset;
    font-size: unset;
    line-height: inherit;
    color: unset;
    border: unset;
    border-bottom: unset;
    margin-left: 2em;
}

.banner.vacancy_contact_wrapper .form_vakanci_submit_wrap {
    display: flex;
}

.banner.vacancy_contact_wrapper .submit-wrap {
    order: -1;
}

.banner.vacancy_contact_wrapper .btn {
    background-color: #0094d2;
    margin-right: 10px;
}

.banner.vacancy_dir {
    background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/vacancy_dir.webp");
    align-items: center;
    flex-direction: row;
    display: flex;
    background-position: 80%;
    text-align: left;
}

.banner.vacancy_dir .banner-content__title {
    line-height: unset;
    margin-bottom: 1em;
}

.banner.vacancy_dir .vacancy_dir_sign {
    padding-top: 2em;
    text-align: right;
}

.banner.vacancy_dir .vacancy_dir_sign span {
    color: #0094d2;
}

.vacancy-wrapper h2 {
    font-size: 24px;
}

.vacancy-wrapper h3 {
    margin: 1em 0;
    font-weight: 400;
}

.youtube_wrapper.vacancy {
    background-color: initial;
    max-width: 1300px;
    margin: auto;
}

.youtube_wrapper.vacancy .youtube.flex {
    flex-basis: 50%;
}

.youtube_vacancy_text {
    width: 50%;
    font-weight: normal;
}

.youtube_wrapper.vacancy h2,
.vacancy_header {
    margin: 76px auto 1em;
    max-width: 1300px;
    font-weight: bold;
    /*font-size: calc((100vw - 360px) / (1400 - 360) * (30 - 14) + 14px);*/
}

.vacancy-wrapper {
    border: unset;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
    padding: 0;

}

.global-vacancy-wrapper .vacancy-wrapper:nth-of-type(1) {
    border-top: 1px solid #E0E0E0;
    margin-top: 3em;
}

.global-vacancy-wrapper .vacancy-wrapper {
    border-bottom: 1px solid #E0E0E0;
}

.global-vacancy-wrapper .vacancy-wrapper:nth-last-of-type(1) {
    margin-bottom: 4em;
}

.expanderContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.vacancies_new_class_price {
    float: right;
    width: 40%;
    text-align: right;
    color: #00a0e3;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vacancy-wrapper h2,
.vacancy-wrapper .vacancies_new_class_price {
    width: 50%;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vacancy-wrapper .vacancies_new_class_price {
    width: 30%;
    font-size: 18px;
}

.slidedown .slide_text:before {
    content: "Подробнее";
}

p.vacancies_new_class_price {
    text-align: left;
    color: black;
    font-weight: normal;
}

.vacancy-wrapper .slide {
    margin: 0;
}

.vacancy-wrapper>.slide {
    margin-top: 20px;
}

.vacancy-wrapper .slide_btn {
    margin: 0 5px;
}

.vacancy-wrapper .slide_text {
    color: #0094d2;
    border-bottom: unset;
    font-size: 18px;
}

.card_vacancy .benefits img {
    padding: 1em;
}

.benefits_vac {
    justify-content: space-between;
    text-align: left;
}

.benefits_vac .benefits_first_line {
    display: flex;
    /*justify-content: space-around;*/
    text-align: center;
}

.benefits_vac .benefits_first_line img {
    padding: 2em 3em;
}

.benefits_vac .benefits_second_line {
    width: calc(25% - 12px);
    display: flex;
    /*justify-content: space-around;
    text-align: center;*/
}

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

.text_img_vac img {
    width: 100%;
}

.text_img_vac .rules_first_line {
    width: calc(33% - 0.5em);
    margin: 0.5em 0;
    padding: 1em;
    box-sizing: border-box;
}

.text_img_vac .rules_second_line {
    width: calc(50% - 0.5em);
    margin: 0.5em 0;
    padding: 1em;
    box-sizing: border-box;
}

.card_vacancy .expanderContent p,
.card_vacancy .expanderContent li {
    font-size: 16px;
}

.card_vacancy .expanderContent strong {
    font-size: 18px;
}

.card_vacancy .text_vac {
    justify-content: space-between;
}

.card_vacancy .text_vac div {
    width: 45%;
}

.card_vacancy .benefits_first_line p,
.card_vacancy .benefits_second_line p {
    /*text-align: center;*/
    font-weight: bold;
}

.slide_btn {
    width: 12px;
    height: 0px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    top: -20px;
}

.slidedown span.slide_line_1,
.slidedown span.slide_line_2,
.slideup span.slide_line_1,
.slideup span.slide_line_2 {
    background-color: #0094d2;
}

.slidedown span.slide_line_1 {
    transform: translateY(15px) translateX(14px) rotateZ(45deg);
}

.slidedown span.slide_line_2 {
    transform: translateY(10px) translateX(18px) rotateZ(135deg);
}

.slideup span.slide_line_1 {
    transform: translateY(11px) translateX(30px) rotateZ(45deg);
}

.slideup span.slide_line_2 {
    transform: translateY(11px) translateX(30px) rotateZ(135deg);
}

@media screen and (min-width: 1920px) {
    .banner.vacancy_contact_wrapper {
        background-position: unset;
    }
}

@media screen and (max-width: 1280px) {
    .benefits_vac .benefits_second_line {
        width: calc(33% - 1em);
    }

    .banner.vacancy_dir {
        background-image: linear-gradient(to right, #0E2B58 0%, transparent 100%), url("/images/vacancy_dir.webp");
        align-items: center;
        flex-direction: row;
        display: flex;
    }

    .banner.vacancy_contact_wrapper .container_form_vakanci {
        width: 50%;
        padding-left: 5%;
        padding-top: 2em;
    }

    .banner.vacancy_contact_wrapper .vacancy_contact_wrapper {
        width: 50%;
        padding-left: 5%;
        padding-bottom: 2em;
    }
}

@media screen and (max-width: 1024px) {
    .banner.vacancy_dir .banner__content {
        margin-left: 2%;
        width: 50%;
        padding: 0;
    }

    .banner.vacancy_contact_wrapper .container_form_vakanci {
        width: 60%;
        padding-left: 2%;
        padding-top: 2em;
    }

    .benefits_vac .benefits_first_line img {
        padding: 2em 1em;
    }
}

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

    .youtube_vacancy_text,
    .youtube_wrapper.vacancy .youtube_video {
        width: 100%;
    }

    .benefits_vac .benefits_second_line {
        width: calc(50% - 1em);
    }

    .text_img_vac .rules_first_line {
        width: calc(50% - 0.5em);
    }

    .banner.vacancy_contact_wrapper .vacancy_contact_wrapper {
        width: 100%;
        padding-left: 0%;
        color: black;
    }

    .banner.vacancy_contact_wrapper .container_form_vakanci {
        width: 100%;
        padding-left: 0;
        color: black;
    }

    .banner.vacancy_contact_wrapper {
        background-image: unset;
    }

    .banner.vacancy_contact_wrapper h2#caption {
        color: black;
    }

    .banner.vacancy_contact_wrapper input,
    .banner.vacancy_contact_wrapper textarea,
    .banner.vacancy_contact_wrapper label {
        color: black;
    }

    .banner.vacancy_contact_wrapper a {
        color: black;
        text-decoration: underline;
    }

    .banner.vacancy_contact_wrapper fieldset {
        border: 1px solid black;
    }
}

@media screen and (max-width: 568px) {
    .vacancy-wrapper {
        border-top: 1px solid #E0E0E0;
        padding: 20px 0;
    }

    .text_vac.vacancy-wrapper,
    .text_img_vac.vacancy-wrapper {
        border-top: 0;
        padding: 0;
    }

    .text_vac.vacancy-wrapper h3 {
        font-weight: 500;
    }

    .vacancy-wrapper h2,
    .vacancy-wrapper .vacancies_new_class_price {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
    }

    .vacancy-wrapper .vacancies_new_class_price {
        font-weight: 500;
    }

    .vacancy-wrapper>.slide {
        margin-top: 18px;
    }

    .banner.vacancy,
    .banner.vacancy_dir {
        background-image: unset;
        align-items: center;
        flex-direction: row;
        display: flex;
    }

    .banner.vacancy .banner__content,
    .banner.vacancy_dir .banner__content {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        color: black;
        margin: 0;
    }

    .banner.vacancy .banner-content__title,
    .banner.vacancy_dir .banner-content__title {
        color: black;
    }

    .banner.vacancy_dir .vacancy_dir_sign {
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        padding-top: 420px;
        background-image: url("/images/banner_second_about_mobile.webp");
        background-size: auto 400px;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .text_img_vac .rules_first_line,
    .text_img_vac .rules_second_line {
        padding: 0;
    }

    .banner.vacancy_dir .vacancy_dir_sign span {
        font-size: 14px;
        font-weight: 400;
    }

    .vacancy-wrapper h2,
    .vacancy-wrapper .vacancies_new_class_price {
        width: 100%;
    }

    .benefits_vac .benefits_first_line p,
    .benefits_vac .benefits_second_line p {
        font-size: 16px;
        font-weight: 400;
    }

    .benefits_vac .benefits_second_line {
        width: 100%;
    }

    .card_vacancy .text_vac div {
        width: 100%;
    }

    .text_img_vac .rules_first_line {
        width: 100%;
    }

    .text_img_vac .rules_second_line {
        width: 100%;
    }

    .banner.vacancy_contact_wrapper fieldset:nth-child(3),
    .banner.vacancy_contact_wrapper fieldset:nth-child(4) {
        width: 100%;
    }

    .banner.vacancy_contact_wrapper .form_vakanci_submit_wrap {
        display: block;
        font-size: 12px;
    }

    .banner.vacancy_contact_wrapper .form_vakanci_submit_wrap p {
        padding: 10px 0;
    }

    .banner.vacancy_contact_wrapper .btn {
        color: white;
    }
}

/**********************************************************************
	$FOOTER
**********************************************************************/
.footer {
    /*background-image: url(../../images/webarch/footer.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    /*filter: saturate(237%);*/
}

.footer h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

.footer-col_right {
    font-size: 12px;
}

.footer a {
    color: black;
}

.footer a:hover {
    text-decoration: none;
}

.footer p {
    margin-bottom: 0.5em;
}

.footer-row {
    justify-content: space-evenly;
    align-items: flex-start;
}

.footer-row-1 div {
    flex-shrink: 1;
    flex-grow: 1;
}

.footer-col {
    width: 100%;
}

.footer-col_center {
    align-items: center;
}

.footer-col_left {
    align-items: flex-start;
}

.footer-col-content {
    height: 100%;
}

.footer-col-content_center {
    /*width: 465px;*/
    width: 80%;
    min-width: 410px;
    margin: 0 20px;
}


/* ROW-1 */
.footer-logo__image {
    max-width: 90%;

    height: auto;
}

.footer__contacts-wrap {
    justify-content: space-between;
    align-items: flex-start;
}

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

.footer-contacts__content {
    flex-direction: column;
}

.footer__contact {
    height: 32px;
    align-items: top;
}

.footer-contact__icon-wrap {
    width: 20px;
    margin-right: 15px;
    align-items: top;
}

.footer-contact__icon {
    width: 20px;
    height: 20px;
    fill: #27ace5;
}

.footer-contacts__btn {
    margin-top: 7px;
    padding: 10px 24px;
    margin-right: 0;
}


/* ROW-2 */
.footer-nav__list:not(:last-child),
.footer-services-wrap__list:not(:last-child) {
    margin-right: 5px;
}

.footer-nav__list,
.footer-services-wrap__list {
    flex-direction: column;
    justify-content: flex-start;
}

.footer__list-item {
    width: 100%;
    margin-bottom: 15px;
}

.footer__list-item::before {
    font-size: 35px;
    line-height: 30px;
    left: -2px;
}

.head_middle_mobile {
    display: none;
}

.footer__nav-wrap {

    flex-shrink: 1;
}

.footer-nav {
    justify-content: space-between;
}

.footer-nav,
.footer-col-content_center {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

/*** Services ***/
.footer__services-wrap {
    border-left: 2px solid #BDBDBD;
}

.footer-services-wrap__list-wrap {
    justify-content: space-between;
}

.footer-services-wrap__list {
    flex-wrap: wrap;
}

/*** Links ***/
/*.footer-social-wrap__links {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	border: 2px solid #ffffff;
	border-radius: 5px;
}*/
/*.border {}
	.bg {}
.inner {}*/
/*.footer-social-wrap__links:hover {
	background: #ffffff;
	}
	.footer-social-wrap__links:hover > .footer-social-wrap__icon {
	fill: transparent;
}*/
/*.fb-icon {
	width: 52%;
	height: 52%;
	}
	.vk-icon {
	width: 65%;
	height: 65%;
	}
	.ok-icon {
	width: 67%;
	height: 67%;
	}
	.insta-icon {
	width: 70%;
	height: 70%;
	position: relative;
	left: 2%;
	}
	.youtube-icon {
	width: 53%;
	height: 53%;
	position: relative;
	left: 2%;
}*/

.footer__documents-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4em;
}

.footer__documents-wrap p {
    padding-right: 3em;
}


.footer-documents__link:hover {
    text-decoration: underline;
}

.footer-documents__link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1440px) {
    .header_geo-tel_note {
        display: none;
    }

    .footer-nav,
    .footer-col-content_center {
        font-weight: normal;
        text-align: left;
    }

    .footer__contacts-wrap {
        margin-left: 10px;
    }

    .footer-col-content_center {
        width: 100%;
        margin: 0 0 0 15px;
    }

    @media screen and (max-width: 1024px) {
        .header-contact__phone-geo {
            display: none;
        }
    }

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

    @media screen and (max-width: 568px) {
        .footer-row-2 {
            background-color: #f5f5f5;
            padding-top: 10px;
            margin: 0 -10px;
        }
    }
}

/**********************************************************************
        $our_staff
**********************************************************************/
.our_staff {
    padding-top: 3em;
    max-width: 1300px;
    margin: auto;
}

.our_staff h3 {
    font-weight: bold;
}

.our_staff h4 {
    color: #0094d2;
}

.our_staff .description__article {
    align-items: center;
}

.our_staff .description-article__image-wrap>*:not(:last-child) {
    margin-bottom: 0;
}

.our_staff .partners__logotypes {
    display: grid;
    grid-template-columns: repeat(auto-fill, 60px);
    justify-items: center;
    -webkit-box-align: center;
    align-items: center;
    grid-gap: 16px;
    list-style: none;
}

.our_staff .partners__logo {
    width: 100%;
    max-height: 60px;
    margin-bottom: 0;
    background-color: #fff;
    filter: grayscale(1);
}

.our_staff .partners__logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.our_staff .partners {
    max-width: 200px;
    filter: grayscale(1);
}

.our_staff .partners__logo.wide {
    -webkit-box-ordinal-group: 2;
    order: 1;
    grid-column: span 2;
}

@media screen and (min-width: 1280px) {
    .our_staff .partners__logotypes {
        grid-template-columns: repeat(auto-fill, 164px);
    }
}

@media screen and (min-width: 768px) {
    .our_staff .partners__logotypes {
        grid-gap: 24px;
        grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    }
}

/**********************************************************************
	$NEWS
**********************************************************************/
.news-header.text h1 {
    max-width: 100%;
    margin: 0.5em 0;
}

.service-slider__content-wrap_news {
    margin: 1em auto 2em;
    position: relative;
}

.service-slider__content-wrap_news:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);
}

.card_news_wrapper {
    width: 66%;
}

.card_news_full_wrapper {
    max-width: 1300px;
    margin: auto;
}

.data {
    font-size: 10px;
    padding: 0;
    color: #8e98ba;
    margin: 0;
}

.news-data.data {
    font-size: 14px;
    margin-top: 2em;
}

.img-center-cropped {
    object-fit: cover;
    object-position: left;
    /*height: 356px;*/
    width: 100%;
    margin: 2em 0;
}

.main-news1 .year {
    float: none;
    width: 100%;
    margin: 2em 0 2em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.main-news1 ul {
    list-style: inherit;
    padding-left: 20px;
}

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

.photo_news img {
    width: 33%;
    padding-right: 10px;
    padding-bottom: 10px;
    height: auto;
    box-sizing: border-box;
}

.photo_news img:last-child,
.photo_news img:nth-child(3) {
    padding-right: 0;
}

.news-block .bit img {
    width: 150px;
}

.year .gone a {
    color: black;
    padding: 5px 10px;
    background-color: #ebebeb;
    width: 60px;
    text-align: center;
    display: block;
}

.year .gone.active span {
    display: block;
    width: 60px;
    color: white;
    padding: 5px 10px;
    background-color: #0094d2;
}

.news-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
    margin-bottom: 4em;
}

.news-block a {
    margin: 10px 20px 10px 0;
    display: block;
}

.news-block .bit {
    width: 250px;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: white;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 148, 210) 100%);
    align-items: start;
    align-content: start;
    height: 100%;
}

.news-block .bit p {
    color: white;
    z-index: 1;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    font-size: small;
}

.news-block .bit p.date {
    font-size: x-small;
    padding: 175px 0 0 10px;
}

.news-block .bit_bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.news-block .bit img {
    object-fit: contain;
    /*align-self: start;*/
}

@media screen and (max-width: 767px) {
    .photo_news img {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .news-block {
        justify-content: center;
    }

}


/**********************************************************************
	$MODALS
**********************************************************************/
/*** TEMPLATES ***/
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(58, 64, 93, .6);
    z-index: 12147483647;
    cursor: pointer;
}

.wrap_ad00,
.wrap_eb0b {
    z-index: 5 !important;
}

.mgo-mcw-widget {
    z-index: 12147483648999 !important;
}

.modal-wrap {
    display: none;
    box-sizing: content-box;
    max-width: 500px;
    padding: 20px;
    position: absolute;
    z-index: 10000;
    left: 29%;
    top: 1.8%;
}

#modal-discount {
    display: none;
    box-sizing: content-box;
    max-width: 500px;
    padding: 20px;
    position: absolute;
    z-index: 10000;
    top: 1.8% !important;
    /*bottom: 0;*/
    left: 0 !important;
    margin: auto;
    right: 0;
}

#modal-garant1,
#modal-garant2,
#modal-garant3 {
    display: none;
    max-width: 1010px;
    top: 40%;
    padding: 0;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
    -moz-box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
    box-shadow: 0px 1px 5px 1px rgba(124, 130, 144, 0.26);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

#btn_hid,
#btn_hid2,
#btn_hid3 {
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: relative;
}

#modal-thanks {
    bottom: 0;
    left: 0 !important;
    margin: auto;
    right: 0;
}

.modal {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    display: block;
}

.modal__close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    /*background: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(73,79,92,0.29);*/
    cursor: pointer;
    transition: 0.1s;
}

.modal__close:hover {
    /*background: black;*/
}

.modal__close-icon {
    width: 16px;
    height: 16px;
    fill: black;
    transition: 0.1s;
}

.modal__close:hover>.modal__close-icon {
    fill: #ffffff;
}

/*** MODAL-CALL ***/
.modal-call__header {
    padding: 53px 55px 5px;
    /*background: #f7f8fa;*/
    font-family: Montserrat, Arial, sans-serif;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-call__header-title {
    font-size: 30px;
    font-weight: 700;
}

.modal-call__content {
    padding: 0px 80px 60px;
}

.modal-call__content .btn {
    width: 100%;
}

.modal-form__inputs {
    margin-bottom: 10px;
}

.modal-form__agree-wrap {
    margin-bottom: 10px;
    z-index: 99999999999;
}

.modal-form__agree-label {
    font-size: 12px;
    font-weight: 400;
}

.modal-form__btn {
    align-self: center;
    font-size: 16px;
}


#accident input,
#accident textarea,
#accident label {
    background: transparent;
    color: #212121;
    border: 0;
    padding: 0 10px;
}

#accident a {
    color: #212121;
    text-decoration: underline;
}

#accident fieldset {
    border: 1px solid #9E9E9E;
}

#accident .container-fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#accident fieldset {
    width: 100%;
}

#accident label {
    font-weight: normal;
    padding: 0 5px;
    margin: 0;
    color: #9E9E9E;
}

#accident legend {
    display: unset;
    width: unset;
    padding: unset;
    margin-bottom: unset;
    font-size: unset;
    line-height: inherit;
    color: unset;
    border: unset;
    border-bottom: unset;
    margin-left: 2em;
}

.error_list {
    font-size: 14px;
    color: #e01f1f;
}

.consultation__form .consultation-form__inputs .error_list,
.discount__form .input_half .error_list,
.request__form .input_half .error_list,
.modal-form__inputs .error_list {
    margin-left: 20px;
    margin-right: 20px;
}

.successfull_container_text_accepted {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 21px;
    color: #3a405d;
    margin-bottom: 25px;
}

.request .successfull_container_text_accepted {
    color: #fff;
}

.nav-header-mob,
.header-contact__mode,
.nav-burg {
    display: none;
}

.modal_none {
    display: block !important;
}

.phon_fix {
    display: none;
}

.cl-mob {
    display: none;
}

.knob-hidden,
.phone_top {
    display: none;
}

@media screen and (max-width: 500px) {
    .modal-call__content {
        padding: 0 30px 30px;
    }

    .modal-form__agree-wrap,
    .modal-form__inputs {
        margin-bottom: 20px;
    }

    .modal-form__input {
        margin-left: 0;
        margin-right: 0;
    }
}

#modal-discount.modal-wrap {
    max-width: 780px;
}

#modal-discount .modal {
    position: relative;
    padding-right: 340px;
}

#modal-discount .modal:after {
    content: '';
    /*background: url(../../images/webarch/discount_image2.png) no-repeat;*/
    background: url(../../images/webarch/discount_image2.1.png) no-repeat;
    width: 319px;
    height: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

#modal-discount .modal-call__header {
    background: none;
    text-align: left;
    padding: 35px 50px 10px;
    padding-right: 0;
}

#modal-discount .modal-call__content {
    padding: 10px 50px;
}

#modal-discount .modal-call__content .text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

#modal-discount .modal-call__form .inputs {
    margin: 0 0 40px;
    z-index: 9999999999;
}

#modal-discount .modal-form__btn {
    align-self: flex-start;
}

@media screen and (max-width: 767px) {
    #modal-discount.modal-wrap {
        max-width: 90%;
    }

    #modal-discount .modal:after {
        opacity: 0.1;
        left: 0;
    }

    #modal-discount .modal {
        padding-right: 0;
    }

    #modal-discount .modal-call__header,
    #modal-discount .modal-call__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.licensies__slider {
    display: none !important;
}


/**********************************************************************
	$MEDIA QUERIES
**********************************************************************/

@media screen and (max-width: 1450px) {
    .container {
        max-width: 1280px;
    }


}

@media screen and (max-width: 1368px) {
    .team__member:hover .team__mustafa {
        left: -51px;
        top: -79px;
    }

    .team__member:hover .team__two {
        left: 108px !important;
        top: -73px;
    }

    .team__two:after {
        right: 413px !important;
    }

    .team__member:hover .team__tru {
        left: -292px !important;
        top: -80px;
    }

    .team__member:hover .team__pet {
        left: -105px;
        top: -73px;
    }

    .team__member:hover .team__nas {
        left: -114px;
        top: -70px;
    }

    .team__member:hover .team__ryba {
        left: -105px;
        top: -73px;
    }

    .team__member:hover .team__zub {
        left: -135px;
        top: -69px;
    }

    .team__member:hover .team__uly {
        left: -72px;
        top: -76px;
    }

    .team__member:hover .team__pan {
        left: -194px;
        top: -77px;
    }

    .team__member:hover .team__stark {
        left: -83px;
        top: -68px;
    }

    .team__ellipse p {
        font-size: 14px;
    }

    .team__ellipse span {
        font-size: 12px;
    }

    .contract__title {
        font-size: 43px;
    }
}

@media screen and (max-width: 1300px) {
    .phon_fix {
        display: inline-block;
    }

    .phone_fix-text {
        display: none;
    }

    .nav-fix-btn {
        -webkit-appearance: none;
        height: 48px;
        padding: 10px 34px;
        outline: none;
        border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-radius: 24px;
        font-family: Roboto, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        white-space: nowrap;
        transition: .2s;
        cursor: pointer;
    }

    .nav-fix-btn::before {
        display: none;
    }

}

@media screen and (max-width: 1280px) {
    /* TEMPLATES */

    /* HEADER */
    .header-contact__phone-wrap {
        margin-right: 18px;
    }

    .header-contact__phone-text {
        font-size: 20px;
    }

    .header-contact__phone-text span {
        font-size: 28px;
    }

    /* SERVICES */
    .service-card {
        width: calc(100% / 3 - 32px);
    }

    /* MESSAGE*/
    .section-message-wrap {
        padding-top: 150px;
    }

    /* ADVANTAGES */
    .advantage-card {
        width: calc(100% / 2 - 24px);
    }

    /* DISCOUNT */
    .discount-form__btn-wrap {
        justify-content: center;
        flex-wrap: wrap;
    }

    .discount-form__agree-wrap {
        order: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .discount-form__btn {
        order: 1;
    }

    /* LICENSIES */
    .licensies__content {
        justify-content: center;
    }

    /* CLIENTS */
    .client-card {
        width: calc(100% / 3 - 12px);
    }

    /* GARANTY */
    .garanty-card {
        /*width: calc(100% / 2 - 32px);*/
    }

    .htc {
        margin-right: 0 !important;
        position: unset !important;
    }

}

@media screen and (max-width: 1220px) {
    .garanty-cards {
        display: none;
    }

    .garanty-card {
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .owl-prev {
        position: absolute;
        /* left: -40px; */
        left: 12%;
        top: 28%;
    }

    .owl-next {
        position: absolute;
        /* right: -40px; */
        right: 12%;
        top: 28%;
    }
}

@media screen and (max-width: 1142px) {
    .request__form .input_half {
        width: calc(100% - 40px);
    }

    .nav__list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .license__image-wrap {
        padding: 15px;
    }
}

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

    /* TEMPLATES */
    .h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .btn {
        /*height: 42px;*/
        font-size: 15px;
    }

    .input,
    .textarea {
        font-size: 17px;
        line-height: 27px;
    }

    /* HEADER */
    .header__contact-wrap {
        align-items: center;
    }

    .header-contact__phone-wrap {
        margin-right: 0;
        /*margin-bottom: 10px;*/
    }

    .header-contact__phone-text {
        font-size: 18px;
    }

    .header-contact__phone-text span {
        font-size: 24px;
    }

    .header-contact__button,
    .banner-content__btn {
        font-size: 13px;
        background-color: #0094D2;
        color: white;
        border-radius: 7px;
    }

    /* NAV */
    .header-nav__item {
        font-size: 13px;
    }

    /* REQUEST */
    .request {
        flex-direction: column;
        align-items: center;
    }

    .request__title {
        margin-right: 0;
        margin-bottom: 35px;
    }

    .request__form {
        width: 85%;
    }

    /* MESSAGE */
    .message-content-wrap {
        padding-bottom: 0 !important;
    }

    .message__content {
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }

    .message__person {
        position: static;
        margin: 0 auto;
        width: 90%;
        margin-bottom: 20px;
    }

    /* DISCOUNT */
    .discount-masters__image-wrap {
        display: none;
    }

    .discount {
        width: 100%;
    }

    /* DESCRIPTION */
    .description__article {
        margin-bottom: 80px;
    }

    .description-article__content {
        font-size: 16px;
        line-height: 26px;
    }

    /* LICENSIES */
    .licensies {
        font-size: 18px;
        line-height: 28px;
    }

    .license__image-wrap {
        margin-bottom: 40px;
    }

    /* CONSULTATION */
    .consultation {
        width: 100%;
    }

    /* FOOTER */
    .footer {
        font-size: 16px;
    }

    .footer-row-1 {
        flex-wrap: wrap;
    }

    .footer__documents-wrap {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .footer-nav {
        width: initial;
        flex-direction: column;
    }

    .footer-services-wrap__list-wrap {
        width: initial;
        flex-direction: column;
    }


    .footer__services-wrap {
        display: none;
    }

    .footer__links-wrap {
        align-content: center;
    }

    .footer-col {
        align-items: flex-start;
    }

    .footer__documents-wrap {
        justify-content: center;
    }

    .team__crew_slider {
        display: block;
    }

    .team__content {
        display: none;
    }

    .team__member {
        text-align: center;
        position: unset;
        max-width: unset !important;
        cursor: unset;
    }

    .team__member:not(:hover) {
        filter: unset;
    }

    .team__img-slider img {
        display: inline-block !important;
        width: 25% !important;
    }

    .team_data {
        display: inline-block;
        margin-top: 20px;
        color: #fff;
    }

    .card {
        min-width: unset;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block;
    }

    .message-content-wrap {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .garanty-card__title {
        font-size: 14px;
    }

    .garanty-card__content {
        font-size: 14px;
    }

    .garanty-card__content-wrap {
        padding: 15px;
    }

    .garanty-card__content-wrap {
        padding: 15px;
    }

    .garanty-card {
        width: 40%;
    }
}

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

    /* DESCRIPTION */
    .description__article {
        margin-bottom: 30px;
    }

    .header__contact-wrap {
        flex-wrap: wrap;
    }

    .button-wrap-fix {
        margin: 10px 0;
    }

    .footer__nav-wrap {
        margin-top: 0;
    }
}

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

    /* TEMPLATES */
    .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    /* HEADER */


    /* CARDS */
    .card__title {
        font-size: 18px;
    }

    .card__content {
        font-size: 16px;
        line-height: 22px;
    }

    /* GARANTY */
    .garanty-card__content-wrap {
        padding: 30px;
    }

    .garanty-card__title {
        margin-bottom: 24px;
    }

    /* ADVANTAGES */
    .advantage-card {
        width: calc(100% - 24px);
    }

    /* LICENSIES */
    .licensies {
        font-size: 16px;
        line-height: 26px;
    }

    .license__image-wrap {
        margin-bottom: 30px;
    }

    /* CLIENTS */
    .client-card {
        width: calc(100% / 2 - 12px);
    }

    /* DESCRIPTION */
    .description__article:nth-child(odd) .description-article__image-wrap {
        margin-right: 34px;
    }

    .description__article:nth-child(even) .description-article__image-wrap {
        margin-left: 34px;
    }

    .description-article__image-wrap_wide {
        width: 40%;
    }

    .description-article__image-wrap_thin {
        width: 34%;
    }

    .description-article__content {
        font-size: 14px;
        line-height: 24px;
    }

    .description-article__text:not(:last-child),
    .description-article__list:not(:last-child) {
        margin-bottom: 20px;
    }

    /* CONSULTATION */
    .consultation__title {
        font-size: 32px;
        line-height: 42px;
    }


    .btn_no {
        display: none;
    }

    .nav-header-mob {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: flex;
        font-size: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-end;
        /*height: 50px;*/
    }

    .nav-header-mob i {
        color: #424242;
    }

    .flex-fix i {
        color: #e01f1f;
        /*font-size: 30px;*/
    }

    #lt {
        top: 0;
        border-bottom: #e01f1f 1px solid;
    }

    .nav-header-mob ul {
        background: #f7f8fa;
        width: 100%;
        position: absolute;
        top: 1.8em;
        left: 0;
        z-index: 1;
        margin: 0;
        list-style: none;
        padding: 0;
        border-bottom: #e01f1f 1px solid;
        z-index: 99999999;
    }

    .close {
        padding: 20px;
        text-align: right;
    }

    .cl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav-header-mob ul li {
        padding: 15px;
    }

    .nav-header-mob ul li a {
        padding: 9px 0;
        font-size: 16px;
        font-weight: 400;
        display: block;
        color: #e01f1f;
    }

    .nav-header-mob ul li a i {
        padding-left: 10px;
        font-size: 20px;
        vertical-align: top;
    }

    .nav-header-mob ul li:not(:last-child) {
        border-bottom: 1px solid #e9ebee;
    }

    .header__contact-wrap {
        justify-content: space-between;
    }

    .header-contact__phone-wrap {
        order: 2;
        width: 69%;
        position: relative;
        justify-content: space-between;
    }

    .header-contact__button-wrap {
        order: 1;
    }

    .nav-header-mob {
        order: 0;
    }

    .header-contact__day-night {
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
    }

    .knob-numb {
        order: 2;
        position: absolute;
        right: 0;
    }

    .header-contact__mode {
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        color: #3a405d;
        font-weight: bold;
    }

    .header-contact__phone-icon {
        margin-right: 0;
    }

    .header-contact__phone-text {
        display: none;
        position: absolute;
        top: 40px;
        right: -100%;
        background: #ececec;
        border-radius: 5px;
        padding: 5px;
        font-size: 14px;
    }

    .header-contact__phone-text:after {
        content: '';
        position: absolute;
        display: inline-block !important;
        left: 87%;
        right: 4%;
        bottom: 100%;
        border: 7px solid transparent;
        border-bottom: 8.5px solid #ececec;
        z-index: 99999;
    }

    .header-contact__phone-text span {
        font-size: 20px;
    }

    .container {
        padding: 0 20px;
    }

    .header-contact__button {
        margin: 0 5px;
    }


    .item_size {
        padding: 9px 15px !important;
        font-size: 16px;
        font-weight: 400;
        display: block;
        color: #e01f1f;
    }

    .sub-mob {
        position: unset;
    }

    .nav-sublist__triangle {
        display: none;
    }

    .mob-sublist {
        background: #f7f8fa;
        width: 100%;
        position: absolute;
        top: -50px;
        left: 0;
        z-index: 1;
        margin: 0;
        list-style: none;
        padding: 0;
        border-bottom: #e01f1f 1px solid;
    }

    .mob-item {
        padding: 15px !important;
    }

    .nav-style {
        position: unset;
    }

    .nav-burg,
    .cl-mob {
        display: block;
    }

    .phone_top {
        display: inline-block;
    }

    .knob-none,
    .knob-hidden {
        display: none;
    }

    .menu-fix {
        display: none !important;
    }

    .contact__button-fix {
        margin: 0;
        margin-right: 10px;
    }

    .cont-fix {
        justify-content: space-between;
        width: 68%;
    }

    .htc {
        width: unset;
    }

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

    .nav_fix-logo {
        display: none !important;
    }

    .phone_top {
        display: inline-block;
    }

    .sp-btn {
        color: #fff;
        display: inline-block;
        padding: 0 !important;
        font-size: 18px !important;
    }

}

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

    /* BUTTONS */
    .btn {
        /*height: 36px !important;
		padding: 5px 25px !important;*/
        text-align: center;
    }

    .request .btn {
        width: 100%;
        margin: 0;
    }

    .header__logo-wrap {
        margin-right: 0;
        order: 1;
        max-width: 200px;
    }

    .header-logo__text {
        width: min-content;
    }

    .header__contact-wrap {
        align-items: center;
        order: 0;
    }

    .header__content .header-contact__button-wrap.button-wrap-fix {
        /* display: none; */
        margin: auto;
    }

    .header-contact__button {
        min-width: unset;
        margin-bottom: unset;
    }

    /* REQUEST */
    .request__form {
        flex-direction: column;
        align-items: center;
    }

    .request-wrap .request__title {
        font-size: 26px;
        font-weight: bold;
    }

    .request-wrap input {
        border: 1px solid black;
        padding: 5px;
    }

    .request__title span {
        display: none;
    }

    /* COMMENTS */
    .video-comments__cards {
        width: 88%;
    }

    .video-comments__card {
        margin: 0 10px;
    }

    /* TEAM */
    .team-content-wrap {
        padding-top: 50px;
    }

    /* FOOTER */
    .footer-row-1 {
        align-items: center;
    }

    .footer-row-2 {
        flex-direction: row;
        align-items: initial;
        flex-wrap: wrap;
    }

    .footer__logo-wrap {
        width: 40%;
        margin-bottom: 30px;
    }

    .footer__contacts-wrap {
        width: initial;
        min-width: initial;
        max-width: 500px;
        justify-content: center;
    }

    .footer__nav-wrap {
        width: 100%;
    }

    .footer-col {
        align-items: center;
    }

    .footer__services-wrap .footer-col {
        border: none;
    }

    .footer__title {
        text-align: center;
    }

    .footer-col-header .footer-col-content_left,
    .footer-col-header .footer-col-content_center {
        margin: 0;
    }

    .footer__links-wrap {
        margin-top: 50px;
    }

    .footer__services-wrap {
        min-width: 250px;
    }

    .footer__services-wrap {
        display: none;
    }

    .footer__documents-wrap {
        padding-top: 0;
    }

    .garanty-card {
        margin: 0 auto;
        margin-bottom: 5px;
        width: 60%;
    }

    .licensies__content {
        display: none;
    }

    .licensies__slider {
        display: block !important;
    }

    .license {
        width: 60%;
        margin: 0 auto;
    }

    .flipcard {
        width: 60%;
        margin: 0 auto;
        /*height: 402px;*/
        margin-bottom: 25px;
        float: unset;
    }

    .sp-btn {
        padding: 0 !important;
        font-size: 18px !important;
    }

    /* DESCRIPTION */
    .description__article {
        flex-direction: column;
    }

    .description__article {
        margin: 0;
    }

    .description-article__image-wrap {
        order: 0 !important;
        width: 100%;
        height: auto;
        margin: 0 0 20px !important;
    }

    .description-article__content {
        order: 1 !important;
    }

    .navbar-toggle .icon-bar {
        position: relative;
        transition: all 200ms ease-in-out;
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
        top: 6px;
        transform: rotate(45deg);
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }

    .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
        top: -8px;
        transform: rotate(-45deg);
    }

    .header-nav__item {
        border-bottom: 0;
    }

    .navbar-collapse>ul {
        padding-top: 15px;
    }

    .navbar-collapse>ul>li:first-child>a {
        color: #e01f1f;
    }

    .nav>li:hover>a {
        border-bottom: 0;
    }

    .nav,
    .nav>li {
        display: block;
    }

    .nav>li {
        border-top: 1px solid #E0E0E0;
    }

    .nav>li:last-child {
        border-bottom: 1px solid #E0E0E0;
    }

    .nav>li>a {
        border-bottom: 2px solid white;
        display: block;
        text-align: left;
        padding: 7px;
        padding-left: 0px;
    }

    .header-nav__item:hover .nav__sublist-block {
        position: static;
        padding-left: 15px;
    }

    .header-nav__item:hover .nav__sublist-wrap {
        position: static;
        box-shadow: unset;
    }

    .header-nav__item:hover .nav__sublist-wrap li {
        border: 0;
    }

    .header-nav__item:hover .nav__sublist {
        padding: 0px;
    }

    .header-nav__item:hover ul>li {
        padding: 5px 0px;
    }

    .header-nav__item {
        display: block;
    }

    .header__content,
    .header__contact-wrap,
    .header__contact-wrap>div.flex {
        display: block;
    }

    .container.navbar-collapse {
        padding: 0 5px;
        height: calc(100vh - 70px);
        overflow: scroll;

    }

    .header-nav__item::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-right: 2px solid #27ace5;
        border-bottom: 2px solid #27ace5;
        right: 0;
        top: 15px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .header-nav__item:hover::after {
        transform: translateY(-50%) rotate(-135deg);
    }

    .header-nav .nav__sublist-wrap li a {
        font-size: 1em;
    }

    .head_middle_mobile {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 12;
        align-items: center;
    }

    .navbar-collapse:before,
    .navbar-collapse:after {
        content: none;
    }

    .head_middle_mobile img {
        max-height: 80px;
        padding: 10px;
    }

    .navbar-toggle {
        height: 40px;
        width: 40px;
        background-color: #e01f1f;
        border-radius: 5px;
        min-width: 40px;
    }

    .header-contact__button-wrap.phone {
        font-size: calc((100vw - 480px) / (1920 - 360) * (18 - 13) + 13px);
        line-height: calc((100vw - 360px) / (1920 - 360) * (22 - 20) + 20px);
        white-space: nowrap;
        font-weight: 600;
        padding: 0;
    }

    .header-contact__button-wrap.phone .header-contact__button {
        color: #0094d2;
        text-decoration: underline;
        background-color: unset;
    }

    .header-contact__button-wrap.phone .mobile_head_tel {
        color: black;
        text-decoration: none;
    }

    .header-contact__button-wrap,
    .header__logo-wrap {
        display: none;
    }

    .header-contact__button-wrap.phone {
        display: block;
        text-align: center;
    }

    .header__content {
        border-bottom: 0px;
    }

    .footer__documents-wrap p {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .footer-nav__list,
    .footer-services-wrap__list {
        flex-direction: row;
        justify-content: space-around;
    }

    .footer__list-item {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .footer-col-content_left .footer__list-item {
        padding: 5px;
        text-align: center;
        font-size: 16px;
        background-color: #F7F7F7;
    }

    .footer-col-content_left .footer__list-item a {
        color: #424242;
    }

    .footer__social-wrap {
        padding-top: 2em;
    }

    .footer__social-wrap a {
        padding: 0 1em;
    }

    .header_geo-tel>a {
        display: none;
    }

}

@media screen and (max-width: 720px) {
    .flipcard {
        height: 384px;
    }
}

@media screen and (max-width: 700px) {
    .flipcard {
        height: 373px;
    }
}

@media screen and (max-width: 680px) {
    .flipcard {
        height: 364px;
    }
}

@media screen and (max-width: 650px) {
    .flipcard {
        height: 350px;
    }
}

.card:hover {
    box-shadow: 0px 5px 10px 5px rgba(124, 130, 144, 0.26);
    transition: all 1.3s;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.card-coup:hover {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
}

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

    /* TEMPLATES */
    .input,
    .textarea {
        font-size: 16px;
    }

    /* CARDS */
    .card:not(:hover) .card__image-wrap {
        padding-top: 0;
    }

    /* SERVICES */
    .service-card {
        width: 61%;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    /* GARANTY */
    .garanty-card {
        width: 60%;
        margin-bottom: 32px;
    }

    /* MESSAGE */
    .message-content__title {
        font-size: 35px;
        margin-bottom: 38px;
    }

    .message-content__text {
        font-size: 18px;
        line-height: 30px;
    }

    .message-content__author {
        font-size: 17px;
    }

    /* CONSULTATION */
    .consultation__text {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 26px;
    }

    .consultation-form__inputs-wrap {
        margin-bottom: 40px;
        flex-wrap: wrap;
    }


    .service-cards_hidden {
        display: none;
    }

    #service-cards_slider {
        display: block;
        margin: 0;
        margin-left: 6px;
    }

    .flipcard {
        height: 333px;
    }


}

@media screen and (max-width: 600px) {
    .flipcard {
        height: 314px;
    }

    .modal-wrap {
        max-width: unset;
        left: 0 !important;
    }
}

@media screen and (max-width: 580px) {
    .flipcard {
        height: 306px;
    }
}

@media screen and (max-width: 560px) {
    .flipcard {
        height: 297px;
    }
}

@media screen and (max-width: 540px) {
    .flipcard {
        height: 287px;
    }
}

@media screen and (max-width: 510px) {
    .flipcard {
        height: 274px;
    }
}

@media screen and (max-width: 480px) {
    .flipcard {
        height: 260px;
    }
}

@media screen and (max-width: 480px) {
    .flipcard {
        height: 260px;
    }
}

@media screen and (max-width: 450px) {
    .flipcard {
        height: 248px;
    }

    .directions .direction-item .directions-link {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 599px) {
    .discount__form .input_half {
        width: calc(100% - 40px);
    }
}

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

    /* TEMPLATES */
    .lic-title {
        padding-top: 0 !important;
    }


    /* SERVICE */
    .service-card {
        margin-bottom: 32px;
    }

    /* CLIENTS */
    .client-card {
        /*width: calc(100% - 12px);*/
        min-width: initial;
    }

    .client-card__logo-link {
        padding: 10px;
    }

    /* FOOTER */
    .footer__logo-wrap {
        width: 50%;
    }

    .footer__contacts-wrap {
        display: none;
    }

    .footer-contacts__content {
        align-items: center;
    }

    .footer-col {
        align-items: center;
        border: none;
        padding-bottom: 58px;
    }

    .footer__title {
        font-size: 24px;
    }

    .footer__list-item::before {
        display: none;
    }

    .footer-nav__list:not(:last-child),
    .footer-services-wrap__list:not(:last-child) {
        margin-right: 0;
    }

    .footer__links-wrap {
        margin-top: 30px;
    }

    .footer__documents-wrap {
        text-align: center;
    }

    .footer-nav {
        flex-direction: row;
        width: 100%;
    }


    .sp-btn {
        padding: 0 !important;
        text-align: left;
    }

    .header-contact__phone-icon {
        width: 20px;
    }

    .header-contact__phone-wrap {
        width: 73%;
    }

    .htc {
        width: unset;
    }
}

@media screen and (max-width: 450px) {
    /* TEMPLATES */

    /* INPUTS */
    .input,
    .textarea {
        font-size: 15px;
    }

    /* CARDS */
    .card__title {
        font-size: 17px;
    }

    .card__content {
        font-size: 16px;
        line-height: 20px;
    }

    /* SERVICE */
    .service-card {
        margin-bottom: 32px;
    }

    /* COMMENTS */
    .video-comments-card__content-wrap {
        font-size: 15px;
    }

    .video-comments__date-icon {
        width: 15px;
        height: 15px;
    }

    /* REQUEST */
    .request__form {
        width: 100%;
    }

    .request__title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .agree__label {
        font-size: 12px;
        text-align: left;
        color: black;
        font-weight: 400;
    }

    /* MESSAGE */
    .message-content__title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 28px;
    }

    .message-content__text {
        font-size: 14px;
        line-height: 24px;
    }

    .message-content__author {
        font-size: 13px;
    }

    .message__person {
        width: 80%;
    }

    /* ADVANTAGES */
    .advantage-card {
        padding: 25px 20px;
        flex-direction: column;
        align-items: center;
    }

    .advantage-card__image-wrap {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .advantage-card__title {
        text-align: center;
    }

    /* DISCOUNT */
    .discount-2-content-wrap {
        padding: 50px 0;
    }

    .discount__title {
        font-size: 20px;
        line-height: 28px;
    }

    .discount-form__textarea,
    .discount-form__agree-wrap {
        margin-bottom: 30px;
    }

    /* TEAM */
    .team__content {
        padding-top: 35%;
    }

    /* LICENSIES */
    .licensies__intro {
        width: 100%;
    }

    .licensies {
        font-size: 14px;
        line-height: 24px;
    }

    .license {
        /*width: 100%;*/
        min-width: initial;
    }

    .license__image-wrap {
        height: initial;
        /*flex-wrap: wrap;*/
    }

    .license__image {
        margin-bottom: 10px;
    }

    .license__text {
        min-width: initial;
    }

    /* CONSULTATION */
    .consultation__title {
        font-size: 22px;
        line-height: 32px;
    }

    .consultation__text {
        font-size: 14px;
        line-height: 24px;
    }

    /* MODAL */
    .modal-call__header {
        padding: 20px;
    }

    .modal-form__input {
        min-width: initial;
    }

    /* FOOTER */
    .footer__logo-wrap {
        width: 80%;
    }


    .footer__contacts {
        font-size: 14px;
    }

    .footer-contact__text_phone {
        font-size: 18px;
    }

    .team_data {
        font-size: 14px;
    }

    .nav-header-mob {
        font-size: 22px;
    }

    .header-contact__button {
        min-width: unset;
    }

    /*.header-contact__phone-wrap:hover .header-contact__phone-text {*/
    /*right: 3%;*/
    /*}*/
    .header-contact__phone-wrap {
        width: 82%;
    }

    .htc {
        width: unset;
    }

    .nav-header-mob ul {
        top: 2.3em;
    }

    .garanty-card__title {
        font-size: 14px;
    }

    .garanty-card__content {
        font-size: 14px;
    }

    .license {
        width: 60%;
    }
}

@media screen and (max-width: 350px) {
    .nav-header-mob ul {
        top: 2.1em;
    }
}

/**********************************************************************
	$DIRECTIONS
**********************************************************************/
.directions {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.directions.gray {
    background-color: #f7f7f7;
}

.directions.gray .sub_menu li:nth-child(odd) {
    background-color: white;
}

.directions__title {
    padding-bottom: 46px;
    margin-bottom: 0;
}

.directions-inner {
    position: relative;
    /*background: url(../../images/webarch/directions/directions-bkg.jpg) center no-repeat;*/
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.directions .direction-item .directions-link {
    margin: auto;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #0094d2;
    color: white;
    text-align: center;
    font-size: 20px;
}


.directions .direction-item {
    /*color: #fff;*/
    /*padding: 20px 50px;*/
    width: calc(100% / 3 - 1em);
    min-height: inherit;
    /*background: rgba(59, 97, 149, 0.95);*/
    background-color: #F5F5F5;
    margin: 0.5em;
    display: flex;
    /*flex-wrap:wrap;*/
    align-items: stretch;
    flex-shrink: 0;
    flex-grow: 0;
    flex-direction: column;
    justify-content: space-between;
}

.directions .direction-item .direction-title {
    font-size: calc((100vw - 480px) / (1280 - 480) * (24 - 14) + 14px);
    font-family: Montserrat-SemiBold, sans-serif;
    text-transform: uppercase;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.directions .direction-item .direction-text_wrap {
    padding: 1.5em;
}

.directions .direction-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

.directions .direction-item .direction-text_wrap {
    display: flex;
    flex-direction: column;
}

.directions .direction-item:nth-child(2) {
    /*background: rgba(224, 31, 31, 0.95);*/
}

.directions .direction-item .direction-title:before {
    /*content: '';
		min-width: 89px;
		max-width: 89px;
		height: 95px;
		display: block;
		margin-right: 20px;
	background-size: cover;*/
}

.direction-icon1 .direction-title:before {
    /*background: url(../../images/webarch/directions/direction-icon3.png) no-repeat;*/
}

.direction-icon2 .direction-title:before {
    /*background: url(../../images/webarch/directions/direction-icon2.png) no-repeat;*/
}

.direction-icon3 .direction-title:before {
    /*background: url(../../images/webarch/directions/direction-icon1.png) no-repeat;*/
}

.directions .direction-item .direction-text {
    margin: 2em 0;

    min-height: 210px;
    font-size: calc((100vw - 480px) / (1400 - 480) * (16 - 10) + 10px);
}

.directions .direction-item .direction-text ul {
    margin: 0;
}

.directions .direction-item .direction-text ul li {

    margin-bottom: 1em;
    padding-left: 0.5em;
    list-style-type: '–';
}

.directions .direction-item .direction-text ul li a {
    text-decoration: underline;
}

.directions .direction-item .direction-text ul li a:hover {
    text-decoration: none;
}



.directions .direction-item .directions-link:hover {
    text-decoration: none;
}

.directions .direction-item .directions-link img {
    margin-right: 10px;
}

.directions-service-page {
    /*margin-top: 100px;*/
}

.directions-service-page-inner {
    background: url(../images/webarch/service/service_all/directions-bkg.jpg) no-repeat;
    background-size: cover;
}


.directions-service-page .direction-item .directions-link {
    border: 2px solid #fff;
    height: 52px;
    line-height: 50px;
    border-radius: 26px;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 17px;
    margin: 0;
}




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

    .directions-service-page {
        margin-top: 30px;
    }

    .directions__title {
        padding-bottom: 30px;
    }

    .directions-inner {
        min-height: inherit;
    }

    .directions .direction-item .direction-text {
        min-height: inherit;
    }

    .directions-service-page-inner {
        background: none;
    }

    .directions-service-page .direction-item .directions-link {
        max-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .directions .direction-item .direction-title {
        font-size: 18px;
    }

    .directions-service-page .direction-item .directions-link {
        max-width: none;
        height: auto;
        line-height: inherit;
        padding: 7px;
    }

    .directions .direction-item {
        flex-wrap: wrap;
    }
}

/**********************************************************************
	$CONTRACT
**********************************************************************/
.contract {
    padding-top: 99px;
    padding-bottom: 110px;
}

.contract__title {
    padding-bottom: 25px;
    margin-bottom: 0;
    line-height: 70px;
}

.contract-inner {
    background: url(../../images/webarch/contract/contract-bkg.jpg) no-repeat;
    background-size: cover;
    height: 480px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.contract-inner:before {
    content: '';
    background: url(../../images/webarch/contract/center-img.png) no-repeat;
    width: 362px;
    height: 360px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.contract-item {
    position: absolute;
    z-index: 2;
}

.contract-item span,
.contract-item a {
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    font-family: 'Montserrat-Medium', sans-serif;
}

.contract-item img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.contract-item a:hover {
    text-decoration: underline;
    transition: .2s;
}

.contract-item span {
    transition: .2s;
}

.contract-item:hover span {
    text-shadow: 3px 4px 2px black, 0 0 1em #000cff;
}

.contract-item:hover:after {
    height: 5px !important;
    background: rgba(255, 255, 255, 1) !important;
}

.contract-item:hover:before {
    width: 11px !important;
    height: 11px !important;
    background: rgba(255, 255, 255, 1) !important;
}

.contract-item.santech {
    right: 50%;
    top: 96px;
    padding-right: 241px;
}

.contract-item.santech:after {
    content: '';
    width: 210px;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contract-item.santech:before {
    content: '';
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 210px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.contract-item.backup {
    right: 50%;
    top: 180px;
    padding-right: 260px;
}

.contract-item.backup:after {
    content: '';
    width: 140px;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 100px;
    top: 18px;
}

.contract-item.backup:before {
    content: '';
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 240px;
    top: 15px;
    border-radius: 100%;
}

.contract-item.electro {
    right: 50%;
    top: 300px;
    padding-right: 328px;
}

.contract-item.electro:after {
    content: '';
    width: 150px;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 130px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contract-item.electro:before {
    content: '';
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    right: 280px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.contract-item.dogovor {
    left: 50%;
    top: 100px;
    padding-left: 280px;
}

.contract-item.dogovor:after {
    content: '';
    width: 260px;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    top: 15px;
}

.contract-item.dogovor:before {
    content: '';
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 260px;
    top: 12px;
    border-radius: 100%;
}

.contract-item.payment {
    left: 50%;
    top: 255px;
    padding-left: 280px;
}

.contract-item.payment:after {
    content: '';
    width: 140px;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 100px;
    top: 15px;
}

.contract-item.payment:before {
    content: '';
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 240px;
    top: 12px;
    border-radius: 100%;
}

.contract-item.payment span,
.contract-item.payment a {
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold', sans-serif;
}


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

    .contract-item.santech {
        padding-right: 181px;
    }

    .contract-item.santech:after {
        width: 140px;
    }

    .contract-item.santech:before {
        right: 140px;
    }

    .contract-item.backup {
        padding-right: 200px;
    }

    .contract-item.backup:after {
        width: 80px;
    }

    .contract-item.backup:before {
        right: 180px;
    }

    .contract-item.electro {
        padding-right: 268px;
    }

    .contract-item.electro:after {
        width: 90px;
    }

    .contract-item.electro:before {
        right: 220px;
    }

    .contract-item.dogovor {
        padding-left: 220px;
    }

    .contract-item.dogovor:after {
        width: 200px;
    }

    .contract-item.dogovor:before {
        left: 200px;
    }

    .contract-item.payment {
        padding-left: 220px;
    }

    .contract-item.payment:after {
        width: 80px;
    }

    .contract-item.payment:before {
        left: 180px;
    }
}

@media screen and (max-width: 1150px) {
    .contract-inner:before {
        background-size: cover;
        width: 320px;
        height: 318px;
    }

    .contract-item span,
    .contract-item a {
        font-size: 21px;
        line-height: 36px;
    }

    .contract-item.santech {
        top: 110px;
        padding-right: 150px;
    }

    .contract-item.santech:after {
        width: 110px;
    }

    .contract-item.santech:before {
        right: 110px;
    }

    .contract-item.backup {
        top: 190px;
        padding-right: 165px;
    }

    .contract-item.backup:after {
        width: 40px;
        right: 100px;
    }

    .contract-item.backup:before {
        right: 140px;
    }

    .contract-item.electro {
        top: 320px;
        padding-right: 223px;
    }

    .contract-item.electro:after {
        width: 130px;
        right: 30px;
    }

    .contract-item.electro:before {
        right: 160px;
    }

    .contract-item.dogovor {
        top: 110px;
        padding-left: 160px;
    }

    .contract-item.dogovor:after {
        width: 120px;
    }

    .contract-item.dogovor:before {
        left: 160px;
    }

    .contract-item.payment {
        left: 50%;
        top: 255px;
        padding-left: 180px;
    }

    .contract-item.payment:after {
        width: 60px;
        left: 80px;
    }

    .contract-item.payment:before {
        left: 140px;
    }
}

@media screen and (max-width: 991.98px) {
    .contract-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 50px;
        height: inherit;
    }

    .contract-item:after,
    .contract-item:before,
    .contract-inner:before {
        display: none !important;
    }

    .contract-item {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        padding: 0 !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .contract-item span,
    .contract-item a {
        font-size: 18px;
        line-height: 30px;
    }

    .contract-item>span>br,
    .contract-item>a>br {
        display: none;
    }

    .contract-item.electro,
    .contract-item.backup,
    .contract-item.santech {
        width: 33.333333%;
        margin-bottom: 30px;
    }

    .contract-item.dogovor,
    .contract-item.payment {
        width: 50%;
    }
}

@media screen and (max-width: 767.98px) {
    .contract-item:not(:last-child) {
        margin-bottom: 30px !important;
    }

    .contract-item.electro,
    .contract-item.backup,
    .contract-item.santech,
    .contract-item.dogovor,
    .contract-item.payment {
        width: 100%;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media screen and (max-width: 768px) {
    .contract__title {
        line-height: 42px;
    }


    #directions_slider {
        display: block;
        margin-bottom: 50px;
    }

}

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

    .directions .direction-item {
        width: 100%;
        padding: 1em 0;
    }

}

@media screen and (max-width: 375px) {
    .directions .direction-item {
        /*margin-left: 15.5%;*/
    }
}

/* Страница услуги */
#service_form .input {
    margin-bottom: 10px;
}

#service_form .textarea_full {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.rubznak {
    /*font-family: 'ALSRubl';*/
}

.service_page {
    padding-top: 30px;
    min-width: 320px;
}

.service_page .section__title {
    font-family: 'Montserrat', Arial, sans-serif;
}

.h2.section__title {
    margin: 0;
    max-width: 100%;
}

.h2.section__title.main__title__service_room {
    margin: 37px 0;
}

.service_page .service-item-img img {
    max-width: 100%;
    min-width: 100%;
}

.service-main-content {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.aside-service-menu {
    width: 10%;
    position: relative;
}

.aside-service-menu .service-menu-item {
    display: block;
    text-align: center;
    width: 40px;
}

.aside-service-menu .service-menu-item>a {
    display: block;
}

.aside-service-menu .service-menu-item>a>.service-menu-svg-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 40px;
}

h1 .h2_bold {
    color: white;
}

.banner.price.h2_bold {
    color: white;
}

.name_company {
    display: none;
}

.container_chat {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.messenger {
    display: block;
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 150px;
    height: 60px;
    /* overflow: hidden; */
}

.messenger-btn {
    display: block;
    border-radius: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
    background-color: white;
}

.messenger-btn img {
    width: 60px;
    height: 60px;
    transition: all 0.3s;
}

.messenger-btn img:hover {
    transform: scale(1.1);
}

.messenger-links {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 240px;
    transform: scale(0);
    transform-origin: 100% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}

.messenger-links.show {
    left: -45px;
    transform: scale(1);
}

.messenger-links a {
    width: 60px;
    margin-left: 4px;
}

.messenger-links img {
    max-width: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}

.magicform {
    width: 1000px;
}

.mymagicoverbox {
    cursor: pointer;
}

.mymagicoverbox_fenetre {
    z-index: 9999;
    position: fixed;
    max-width: 440px;
    border-radius: 10px;
    width: 100%;
    height: fit-content;
    height: intrinsic;
    height: -moz-max-content;
    height: fit-content;
    padding-bottom: 30px;
    text-align: center;
    display: none;
    background-color: #ffffff;
    color: #004052;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin: auto;

}

.mymagicoverbox_fermer {
    color: #000;
    cursor: pointer;
    font-weight: 900;
    font-size: 25px;
    font-style: normal;
    position: absolute;
    top: 0px;
    right: 10px;
}

.mymagicoverbox_fermer:hover {
    color: #999999;
}

#myfond_gris2 {
    display: none;
    background-color: #000000;
    opacity: 0.7;

    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.nopk {
    display: none !important;
}

.nomob {
    display: block !important;
}

@media (max-width: 480px) {
    .mymagicoverbox_fenetre {
        z-index: 9999;
        position: fixed;
        max-width: 100%;
        border-radius: 10px;
        width: 90%;
    }

    .service_avariynaya_text_wrap {
        color: white;
        width: 100%;
    }

    .service-slider__slide.about_top img {
        filter: unset;
        width: 100%;
    }

    .service-slider.master_top .service-slider__slide.about_top {
        background-color: unset;
        margin: 0 0px;
    }

    .mymagicoverbox_fenetre input {
        width: 90% !important;
    }

    .class_service_block_header_form_button .input_phone_wrapper p {
        width: 100%;
        color: #000;
    }

    .service_avariynaya2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .service_avariynaya_title {
        font-size: 1.5em;
    }

    .service_avariynaya_text_wrap p {
        color: #000;
    }

    .service_avariynaya_sign {
        color: #000;
    }

    .service_avariynaya_title {
        color: #000;
    }

    .service_avariynaya_title span {
        color: #000;
    }

    .nopk {
        display: block !important;
    }

    .nomob {
        display: none !important;
    }
}












.callback-bt {
	background: #0094d2;
	border: 0px solid #0071a1;
	border-radius: 50%;
	box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
	cursor: pointer;
	height: 68px;
	text-align: center;
	width: 68px;
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 999;
	transition: .3s;
	-webkit-animation: hoverWave linear 1s infinite;
	animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
	height: 68px;
	width: 68px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.callback-bt .text-call span {
	text-align: center;
	color: #38a3fd;
	opacity: 0;
	font-size: 0;
	position: absolute;
	right: 4px;
	top: 22px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity .3s linear;
	font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
	opacity: 1;
	font-size: 11px;
}

.callback-bt:hover i {}

.callback-bt:hover {
	z-index: 1;
	background: #188b43;
	color: transparent;
	transition: .3s;
}

.callback-bt:hover i {
	font-size: 40px;
	transition: .3s;
}

.callback-bt i {
	color: #fff;
	font-size: 44px;
	transition: .3s;
	line-height: 72px;
	margin-left: -2px;
	transition: .5s ease-in-out;
}

.callback-bt i {
	animation: 1200ms ease 0s normal none 1 running shake;
	animation-iteration-count: infinite;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}

@keyframes hoverWave {
	0% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	40% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
	}
	80% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
	}
	100% {
		box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
	}
}


/* animations icon */

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}
	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}
	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}
	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}
	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}
	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}
	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@media(max-width:768px) {
	.review-list__container {
		display: grid;
		grid-template-columns: inherit;
		grid-gap: inherit;
	}
	.callback-bt {
		width: 100%;
		border-radius: 0;
		bottom: 0;
		left: 0;
		box-shadow: none;
		transition: none;
		animation: none;
	}
	.callback-bt i {
		color: #fff;
		font-size: 34px;
		transition: .3s;
		line-height: 53px;
		margin-left: -2px;
		transition: .5s ease-in-out;
	}
	.callback-bt:after {
		content: '+7 (909) 331-74-26';
		font-size: 20px;
		color: #fff;
		margin-top: -56px;
		position: absolute;
		left: 66px;
	}
	.callback-bt {
		cursor: pointer;
		height: 52px;
	}
	.callback-bt a {
		position: relative;
		z-index: 99999;
		width: 100%;
		display: block;
	}
}

.about_guarantee2 img {
    height: 200px;
    width: auto;
}
.about_guarantee div p {
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
h2.about_licence {
    padding-left: 20px;
}