p { font-family: inherit!important; }


/* Футер */
.x-colophon.top {
    background-color: #215b9f;
    color: #ffffff;
}.x-colophon.top .widget ul li {
     background-color: transparent;
 }
.x-colophon.top a{
    color: #FFC107;
    text-decoration: none;
    border-bottom: 1px solid #FFC107;
    display: inline-block;
    transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out,
    border-bottom-width 0.2s ease-in-out;
}
.x-colophon.top a:hover{
    color: #FFD954;
    border-bottom-width: 2px;
    border-bottom-color: #FFD954;
}
.x-colophon.top h4{
    color: #ffffff;
}
.x-colophon.top .widget_nav_menu ul>li{
    border-top: 0 solid #f2f2f2;
}
.x-colophon.top .widget_nav_menu ul{
    border-bottom: 0 solid #f2f2f2;
}
.x-colophon.top .textwidget li {
    list-style-type: none;  /* Убираем маркеры списка */
    margin-left: 0;              /* Убираем отступы */
    padding-left: 0;             /* Убираем внутренние отступы */
    padding-bottom: 10px;
}
/* Футер ЕНД */


/*  ДОП Стили */
.dizform24.order-form {
    max-width: 100% !important;
    padding: 40px 45px !important;
    background: #584642;
    color: #fff;
    border-radius: 15px;
}
.dizform24.order-form h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.dizform24.sbormeb .order-form__input-text {
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    color: #816561 !important;
}
.dizform24 .raschet .wpcf7-list-item label {
    display: flex;
    min-height: 27px;
    min-width: 150px;
    align-items: center;
    cursor: pointer;
    color: #fff;
    border: none !important;
    padding: 5px 0;
    margin: 0;
    background: none !important;
}
.dizform24 .raschet label > span:hover {
    background: none;
    color: #c6c6c6;
}
.dizform24 .raschet .wpcf7-radio {
    flex-direction: column;
}
.dizform24 .raschet {
    padding: 0;
}
.dizform24 .raschet .wpcf7-list-item-label {
    margin: 0 16px;
}
/* для элемента input c type="radio" */
.dizform24 .raschet label>input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
/* для элемента label связанного с .dizform24 label */
.dizform24 .raschet label>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: #fff;
    background: none !important;
    padding-left: 0;
}
/* создание в label псевдоэлемента  before со следующими стилями */
.dizform24 .raschet label>span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #fff;
}
/* стили при наведении курсора на радио */
.dizform24 .raschet label>input[type=radio]:not(:disabled):not(:checked)+span:hover::before {
    background: #584642;
}
/* стили для активной радиокнопки (при нажатии на неё) */
.dizform24 .raschet label>input[type=radio]:not(:disabled):active+span::before {
    background: #584642;
}
/* стили для радиокнопки, находящейся в фокусе */
.dizform24 .raschet label>input[type=radio]:focus+span::before {
    background: #584642;
}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.dizform24 .raschet label>input[type=radio]:focus:not(:checked)+span::before {
    background: #584642;
}
/* стили для радиокнопки, находящейся в состоянии checked */
.dizform24 .raschet label>input[type=radio]:checked+span::before {
    background: #584642;
}
/* стили для радиокнопки, находящейся в состоянии disabled */
.dizform24 .raschet label>input[type=radio]:disabled+span::before {
    background: #584642;
    opacity: 0.5;
}
.dizform24 .raschet .order-form__submit {
    background-color: #DAC6B7 !important;
    font-weight: bold;
    border-radius: 6px !important;
    text-transform: uppercase;
    box-shadow: none !important;
    min-height: 70px;
    color: #584642 !important;
}
.dizform24 .raschet .order-form__submit:hover {
    background-color: #F0E2D7 !important;
    font-weight: bold;
    border-radius: 6px !important;
    text-transform: uppercase;
    box-shadow: none !important;
}

/* 2 */
table.diztable th {
    border-top: none;
}
table.diztable td {
    border-top: 1px solid #f2f2f22e;
}
table.diztable th, table.diztable td {
    vertical-align: baseline;
}
.diztabs .x-tabs-list button {
    opacity: 0.3;
}
.diztabs .x-tabs-list button:hover, .diztabs .x-tabs-list button[class*="active"] {
    opacity: 1;
}

/* 3 */
.whitesvglist {
    list-style: none;
    margin: 0;
    color: #393636;
}
.whitesvglist li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.whitesvglist .imgbox {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 10px;
}
.whitesvglist img {
    margin: 0;
}
.whitesvglist p {
    color: #393636;
    margin: 0;
}
/*  END ДОП Стили */




/* FIX-BANNER */
.on_fix_banner {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #da5555;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    z-index: 999999;
}
.on_fix_banner .close-button {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}
/* END FIX-BANNER */

/* Спец.разметка для страницы */
@media (min-width: 1000px) {
    .on-container {
        /*background-color: #f5f5f5;*/
    }

    .on-container .on-content * {
        max-width: 600px;
    }

    span.on-img {
        display: inline-block;
        width: calc(100% - 620px);
        max-width: calc(100% - 620px);
        float: right;
        text-align: left;
        clear: both;
    }

    .on-img img {
        margin-bottom: 20px;
        max-width: 100% !important;
        width: auto;
        height: auto;
        object-fit: cover;
    }
}
/* END Спец. */

.x-header-landmark { border: 0 solid #f2f2f2; }

.on_top_infobanner {
    /* position: absolute;
    z-index: 9999;
    top: 0; */
    background: yellow;
    padding: 10px 30px;
    color: #000;
    width: 100%;
    text-align: center;
}

.logo__image { 
    background-image: url(img/logo.svg); 
    margin-bottom: -2px;
    margin-top: -2px;
}
.logo__losung {
    text-align: left;
    text-align-last: left;
}

.on-navigation-whatsapp {
    text-align: right;
    color: #fff;
    line-height: 1.1;
    margin-top: 2px;
    margin-bottom: 3px;
}



@media (min-width: 1025px) {
    .e68081-4 .size-full {
        width: 600px!important;
        height: 753px!important;
    }
    
    
    .fixed-top { position: fixed; top: 0; z-index: 99999!important; width: 100%; }
    
    #ya-site-form0 .ya-site-form__form .ya-site-form__input-text { border-radius: 5px 0 0 5px; }
    .on-search-block { max-width: 400px; }
    
    .on-navigation-whatsapp img{ width: 18px; }
    
    .on_new_header, .section_type_main-navigation {
        background: #0b64c0!important;
        overflow: visible;
    }
    .section_type_belt {
        background-color: #0b5caf!important;
    }
    .logo {
        color: #ffffff;
    }
    .on_new_header .x-container.max.width { display: none; }
    
    /* .city-button::before { left: auto; } */
    
    .on-top-container { text-align: center; /* padding-top: 10px; */ }
    .on-table { display: table; width: 100%; max-width: 1280px; margin: 0 auto; }
    .on-table-td { display: table-cell; text-align: left; vertical-align: top; }
    .on-top-container .on-table-td { height: 86px; vertical-align: middle; }
    .on-x-1 { width: 15%; }
    .on-x-2 { width: 15%; }
    .on-x-3 { width: 20%; }
    .city-button { position: relative; }
    .on-x-but { width: 180px; }
    /* .on-x-status { width: 160px; text-align: right; padding-left: 10px; padding-top: 30px!important; } */
    .on-x-status { width: 160px; text-align: right; padding-left: 10px; padding-top: 10px!important; }
    .on-x-phone { width: 180px; text-align: left; padding-top: 30px!important; text-align: right; }
    
    .on-x-phone .on-x-phone-span { text-align: left; float: right; width: 132px; margin-top: -22px; }
    .on-x-phone img  { float: right; margin-right: 10px; }
    
    .on-table-ptop { padding-top: 23px; }
    
    #ya-site-form0 .ya-site-form__search-input { padding: 0!important; }
    .ya-site-form input.ya-site-form__submit { background-color: #4da1ff!important; }
    .ya-site-form__input-text {
        background-image: url(/wp-content/plugins/on_advance_theme/img/search.png);
        background-position: 10px center;
        background-repeat: no-repeat;
        padding-left: 35px!important;
    }
    
    .navigation-belt__lenzapchasti, .navigation-belt__lenrestore, .navigation-belt__login {
        position: relative;
        top: 0;
        left: 0;
    }
    .on-tip-belt__lenzapchasti, .on-belt__lenrestore-tip {
        display: block;
    }
    .navigation-main__menu { display: inline; padding-top: 4px; }
    .navigation-main__menu ul { /* text-align: justify; */ display: flex; /*  margin-top: 7px; */ }
    .navigation-main__menu ul li { /* display: inline-block; margin-left: 10px; */ flex-basis: auto; flex-grow: 1; text-align: center; }
    .navigation-main__menu ul li:first-child { text-align: left; }
    .navigation-main__menu ul li:last-child { text-align: right; }
    .navigation-main__menu ul li a {
        color: #ffffff;
        font-size: 13px;
    }
    
    .on-top-menu { padding-left: 20px; }
    .on-top-menu ul li a:hover{ color: #fff; text-decoration: underline!important; }
    
    
    .navigation-main { padding-left: 255px; }
    
    .on-navigation-belt__lenzapchasti,
    .on-navigation-belt__lenrestore,
    .on-navigation-belt__login,
    .on-navigation-belt__phone, 
    .on-city .city-choose-link    {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
        color: #fff;
        float: left;
        /* padding-left: 32px; */
    }
    .on-navigation-belt__phone-800 {
        width: 100%;
        display: block;
        text-align: right;
        font-size: 17px;
        height: 16px;
        line-height: 16px;
        color: #fff;
        float: left;
        margin-top: 5px;
        /* padding-left: 32px; */
    }
    
    .on-navigation-belt__login {
        font-size: 15px;
        height: 15px;
        line-height: 15px;
    }
    
    .on-belt__lenrestore-tip, 
    .on-tip-belt__lenzapchasti, 
    .on-tip-belt__changecity, 
    .on-navigation-belt__login-tip, 
    .on-navigation-belt__phone-800-tip,
    .on-navigation-belt__phone-tip { 
        /* font-size: 10.05px; */
        font-size: 9px;
        color: #97caff; 
        display: inline-block;
        margin-top: -1px;
        float: left;
    }
    .on-navigation-belt__login-tip {
        font-size: 9px;
    }
    
    .on-lenzp img, 
    .on-lenbyttech img,
    .on-x-status img, 
    .on-city img {
        float: left;
        margin-right: 10px;
    }
    .on-city img { height: 32px; }
    .city-choose-link-box a { /* padding-bottom: 22px; */ border-bottom: 0 dashed #409aff; }
    .on-top-container { /* padding-bottom: 5px; */ }
}
/* @media (min-width: 1150px) {
    .navigation-main__menu ul li a { font-size: 12px; }
} */
@media (min-width: 1180px) {
    .on-x-phone .on-x-phone-span { width: 159px; }
    
    .on-navigation-whatsapp img{ width: 25px; }
    
    .on-top-container { /* padding-bottom: 10px; */ }
    .navigation-main__menu ul li a {
        font-size: 15px;
    }
    .on-navigation-belt__lenzapchasti,
    .on-navigation-belt__lenrestore,
    .on-city .city-choose-link    {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
        color: #fff;
        float: left;
        /* padding-left: 32px; */
    }
    
    .on-navigation-belt__login {
        font-size: 21px;
        height: 21px;
        line-height: 21px;
    }
    .on-navigation-belt__phone {
        font-size: 16px;
        height: 22px;
        line-height: 22px;
    }
    .on-navigation-belt__phone-800 {
        font-size: 20.6px;
        height: 22px;
        line-height: 22px;
    }
    .on-navigation-belt__phone .on_phone_number { font-size: 22px; font-weight: bold; }
    .on-navigation-belt__phone-800 .on_phone_number { font-size: 22px; font-weight: bold; }
    
    .on-belt__lenrestore-tip, 
    .on-tip-belt__lenzapchasti, 
    .on-tip-belt__changecity, 
    .on-navigation-belt__login-tip, 
    .on-navigation-belt__phone-tip { 
        /* font-size: 12.05px;  */
        font-size: 11.4px;
        /* color: #97caff; */ 
        display: inline-block;
        margin-top: -1px;
        float: left;
    }
    .on-navigation-belt__login-tip {
        font-size: 11.4px;
    } 
    .city-choose-link-box a {
        padding-bottom: 18px;
        border-bottom: 2px dashed #409aff;
    }
    .on-city { width: 170px; } .on-city img { margin-right: 3px; margin-left: -5px!important; }
    .on-lenzp { width: 160px; }
    .on-lenbyttech { width: 229px;  } .on-lenbyttech img { margin-right: 0; }
    .on-x-status { width: 200px; }
    .on-x-phone { width: 230px; }
}



.on-navigation-belt__phone-tip-800 { color: #fff; }




    /* Кнопка/Меню Наши услуги */
    .on_cm_but {
        display: inline-block;
        padding: 9px 25px;
        border-radius: 5px;
        background-color: #fbfe56;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        white-space: nowrap;
        line-height: 29px;
    }
    .on_cm_but:hover {
        color: #000;
        text-decoration: underline;
    }
    .on_cm_but i { margin-right: 10px; }
                        .on_container_cm {
                            position: absolute;
                            background: #fff;
                            width: 100%;
                            max-width: 1280px;
                            margin-left: -640px;
                            left: 50%;
                            z-index: 9999;
                            /* padding: 15px; */
                            border-radius: 5px;
                            /* margin-top: 35px; */
                            /* border: 1px solid #ccc; */
                        }
                        ul.on_cm {
                            background: #f4f7f9;
                            position: relative;
                            max-width: 400px;
                            min-height: 500px;
                            /* border-right: 1px solid #DDD; */
                            z-index: 99;
                        }
                        ul.on_cm, .on_cm_menu_table li {
                            margin: 0;
                            padding: 0;
                            list-style: none;
                            border-radius: 5px 0 0 5px;
                        }
                        
                        
                        .on_cm_menu_table {
                            display: table;
                            width: 100%;
                        }
                        .on_cm_menu_table-td {
                            display: table-cell;
                            vertical-align:top;
                        }
                        .on_cm_menu_table-td-menu {
                            width: 400px;
                            min-width: 400px;
                        }
                        .on_cm_menu_table-td-submenu {
                            
                        }
                        .on_cm_menu_table-td-banner {
                            width: 350px;
                            max-width: 350px;
                            border-radius: 0 5px 5px 0;
                            /* background: #ccc; */
                        }
                        .on_cm_menu_table-td-banner img {
                            width: 100%;
                            max-width: 350px;
                            border-radius: 0 5px 5px 0;
                        }
                        
                        
                        ul.on_cm li a img{ margin-right: 15px; }
                        ul.on_cm li a:first-child { border-radius: 5px 0 0 0; }
                        ul.on_cm li a {
                            display: block;
                            /* height: 30px;
                            line-height: 30px; */
                            padding: 15px 10px 15px 50px;
                            cursor: pointer;
                            color: #000;
                            text-decoration: none;
                        }
                        
                        ul.on_cm li a.hover {  background: #fff; color: #4da1ff; }

                        ul.on_cm h3 {
                            padding-left: 10px;
                        }
                        
                        .on_cm_submenu { padding-top: 20px; }
                        .on_cm_submenu a {
                            color: #787878;
                            font-size: 16px;
                            font-weight: bold;
                            padding: 5px 0;
                            display: inline-block;
                        }
                        .on_cm_submenu a:hover {
                            color: #4da1ff;
                        }
                        .on_cm_submenu a:before {
                            content: ' ';
                            font-size: 18px;
                        }
                        .on_cm_submenu a:hover:before {
                            content: '› ';
                            font-size: 18px;
                        }
                        
                        .on_cm_submenu ul li div.on_title_cat_menu {
                            padding-top: 10px;
                        }
                        .on_cm_submenu ul li:first-child div.on_title_cat_menu {
                            padding-top: 0;
                        }
                        .on_title_cat_menu b {
                            font-size: 19px;
                        }
                        
                        .on_hidden { display: none; }
                        
                        .on_cm_bg {
                            position: fixed;
                            top: 0;
                            left: 0;
                            background: #000;
                            height: 100%;
                            width: 100%;
                            opacity: 0.7;
                            z-index: 90;
                        }
                        .on_absolute { position: absolute; top: 23px; z-index: 99999; background: #fff; }