/* ── Anonymous (default) layout — layout-specific styles only ─────────────────
 * Loaded by src/View/layouts/default.php via a direct <link>.
 * Mirrors the pattern of default_bs5_final.css for the auth layout.
 *
 * Truly common styles (:root --primary-color, html/body typography,
 * body flex column) live in assets/css/app.scss and are loaded by every page.
 * ─────────────────────────────────────────────────────────────────────────── */

.navbar,
.container-fluid,
.navbar-collapse,
.navbar-nav {
    height: 100%;
}



/* ── Body (anon layout adds a small top padding) ────────────────────────── */
body {
    padding-top: 5px;
}



/* ── Mobile header buttons ──────────────────────────────────────────────── */
.user-mobile,
.mobile_search_btn {
    background: #696969;
}


.mobile_search_btn {
    min-width: 40px;
    min-height: 40px;
}



/* ── Mobile login form ──────────────────────────────────────────────────── */
.mobile-login-input {
    margin-bottom: 15px;
    height: 35px;
    padding-left: 5px;
}


.mobile-login-checkbox {
    min-height: 15px;
    min-width: 15px;
}



/* ── Brand-section supplier logos (Nexus) ───────────────────────────────── */
.brand-mobile-supplier {
    float: right;
    margin-top: -5px;
}


.brand-desktop-supplier {
    float: right;
    margin-top: -20px;
    margin-left: 120px;
}



/* ── Header right section + cellphone block ─────────────────────────────── */
.header-right {
    float: right;
    min-width: 450px;
    max-width: 600px;
    top: 1px;
}


.cellphone {
    top: 1px;
    max-height: 40px;
    min-width: 200px;
    max-width: 500px;
    margin-right: 1px;
    float: right;
}



/* ── Responsive nav collapse — fixed 50px height ────────────────────────── */
.navbar-collapse-fixed-h {
    height: 100%;
}



/* ── Desktop login form (Logiн/Пароль/Вхід) ─────────────────────────────── */
.desktop-login-input {
    max-width: 120px;
    height: 40px;
}


.desktop-login-btn {
    height: 40px;
}


/* ── Migrated from css/style.css ──────────────────────────────────────────
 * Auto-extracted rules whose selectors include classes/ids that exist in
 * src/View/ markup or assets/js/. Reviewed and pruned manually after migration.
 * ────────────────────────────────────────────────────────────────────── */


.container-fluid{
/* max-width: 1320px; */
}



.container {
    width: 100%;
    /* max-width: 1320px; */
}



#header
{
    margin-top:10px;
    padding-top:15px;
}



#brand,#cellphone{
    display:inline-block;
}



.navbar-nav{
    width:100%;
	max-width: 1320px;
    margin: 0 auto;
    float: none;
	
}



.navbar
{
    /*padding-left: 145px;*/
    display:inline-block;
    width:100%;
    border-radius: 0;
    vertical-align: top;
}



.nav>li:hover{
    background:#083158;
}



.header-right{
    display: inline-block;
    padding-left: 10%;
}



.cellphone{
    text-align: right;
    margin-bottom: 10px;
    margin-right:70px;
}



.cellphone span{
    color:#00406e;
    font-size: 16px;
    
}



.cellphone>span{
    padding-left: 15px;
}



.cellphone span span{
    font-weight: bold;
}



.cellphone>a{
    text-decoration: underline;
}



.cellphone>a:hover{
    text-decoration: none;
}





.hat{
    padding:0 20px 0 20px;
    max-width: 1320px;
    margin:0 auto;
}




#brand
{
    padding-top:10px;
    padding-left: 20px;
    
}



#brand>span>b
{
    
	font-size: 18px;
    color:#0073c0;
}



#brand>span
{
    display: block;
    color:#225994;
}



.nav>li
{
    margin-right: 5%;
}



.nav>li>a>img{
    padding-right:5px;
}



.navbar
{
    background-color:#00406e;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #ff0000;
	height: 50px;	
}



#submit2{
    height:52px!important;
    background: #cdcdcd !important;
    color: #000 !important;
    font-weight: bold;
    border: none !important;
    border-radius: 0 !important;
    padding:0 25px 0 25px !important;
}



#submit{
    border-radius:0;
    border:none;
    background:#cdcdcd;
    height:50px;
    width:100%;
    padding-left:5px;
    padding-right:5px;
    
}



#submit:hover{
    background: #aaabac;
}



#logo{
    
    float: left;
}



.carousel-indicators .active {
    background-color:#007ec0;
}



#description
{
    margin-top:20px;
    font-size:18px;
    font-weight: bold;
    color:#225994;
    text-align:center;
    margin-bottom: 40px;
}



.description-co>.col-md-3
{
    padding-left:3%;
    font-size:20px;
    color:#00406e;
}



.description-co>.col-md-3>p
{
  text-align: center;
}



.advantages>.container>p
{
    color: white;
    font-size:22px;
    font-weight: bold;
    padding-top:110px;
    padding-left:180px;
    position:absolute;
}



.container>ul
{
    padding-left: 217px;
    padding-top:160px;
    
}



.container>ul>li
{
    list-style-image: url("/img/li-bullet.png");
    padding-left:30px;
    color:white;
    font-size: 18px;
    letter-spacing: 2px;
    
}



.become-client:hover{
    background:#0b6aa2;
}




#order{
    padding-top:50px;
    
    
}



#order>img{
    padding-left: 10px;
}



#pay>img{
    padding-left:10px;
}



#pay{
    padding-top:50px;
}



#get{
    padding-top:50px;
}



#get>img{
    padding-left:10px;
}



#address-wrapper{
    width: 387px;
    height: 157px;
    position: absolute;
    background-color: white;
    margin-left:9px;
}



#address{
    position: relative;
}



#address>p{
    padding-left:45px;
    padding-top:10px;
    color: #00406e;
    font-size: 14px;
}



#address-close{
    position: absolute;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    right:0;
    top:0;
    cursor: pointer;
}



#address-close::before{
    content: '+';
    font-size:50px;
    color:#dde2e7;
    top:0;
    right: 0;
}



.footer{
    padding-top:40px;
    padding-bottom: 0px;
    background:url("/img/lines.png");
    background-size: cover;
    
    
}



.name-co>p{
    padding-left: 0px;
}



.name-co p:nth-child(1){
    color:#00406e;
    font-weight: bold;
    margin-bottom: 15px;
}



.name-co p:nth-child(2){
    color:#00406e;
    font-size: 12px;
}



.name-co p:nth-child(3){
    color: #636363;
    font-size: 12px;
    padding-top:5px;
}



.contacts-co>p{
    color:#00406e;
    font-size: 12px;
}



.contacts-co p:nth-child(1){
    padding-bottom: 5px;
}



.footer-nav a{
    color:#00406e;
    padding-bottom: 2px;
    font-size: 14px;
    text-decoration: underline;
}



.social>img{
    padding-right: 0px;
    padding-bottom: 10px;
    cursor:pointer;
}



.contacts-co .mail a{
color: #007ec0;
font-size: 14px;
}



.footer{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}



.footer .map_link{
color: #007ec0;
font-size: 12px;
}



.footer .map_link i{
color: #666666;
margin-right: 7px;
font-size: 20px;
vertical-align: bottom;
}



.copyright{
background: #00406e;
color:#fff;
font-size: 12px;
padding:10px;
text-align: center;
margin-top:35px;
}



.copyright p{
margin-bottom: 0;
}



.social{
display: flex;
justify-content: space-between;
}



.contacts-co .phone{
color:#00406e;
font-size: 13px;
font-weight: 700;
}



.contacts-co .phone a{
color:#007ec0;
font-size: 12px;
font-weight: 400;
}



.caption:hover{
    color:#0d95da;
}



/*#paggination-arrow-left1{
    width:21px;
    position: absolute;
    height:23px;
    left:790px;
    margin-top:8px;
    cursor:pointer;
}


 */
#paggination-arrow-left1{
    width:21px;
    display:inline-block;
    height:23px;
    cursor:pointer;
}



/*#paggination-arrow-left2{
    width:21px;
    height:23px;
    position: absolute;
    left:840px;
    margin-top:8px;
    cursor:pointer;
}


*/
#paggination-arrow-left2{
    width:21px;
    height:23px;
    display:inline-block;
    cursor: pointer;
}



/*#paggination-arrow-right1{
    width:21px;
    height:23px;
    position: absolute;
    left:1220px;
    margin-top:8px;
    cursor:pointer;
    
}



#paggination-arrow-right2{
    width:21px;
    height:23px;
    position: absolute;
    left:1170px;
    margin-top:8px;
    cursor:pointer;
}


*/
#paggination-arrow-right1,#paggination-arrow-right2{
    width:21px;
    height:23px;
    display:inline-block;
    cursor: pointer;
}



.paggination li:hover{
    background:#cdcdcd;
}



.paggination li>a:hover{
    text-decoration: none;
}



.paggination .active{
    background:#cdcdcd;
    border:1px solid #cdcdcd;
}




h1{
    font-weight: 700;
    color: #000000;
    font: 700 18px / 18px;
    font-size: 18px;
    margin-top:60px;
}



/*.mark:hover .markText{
    display:flex;
    align-items: center;
    cursor: pointer;
    padding-left:10px;
    background:white;
    vertical-align: middle;
    padding-bottom: 10px;
}



.production:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid white;
    border-left-color: #636363;
    left: 90%;
    top: 85%;
}



.production:hover{
    border:1px solid #007ec0;
    cursor:pointer;
}




#forCategory01{
    width:100%;
}



.categoryUl li:before{
    content:'-';
    padding-right:5px;
}



.goods:nth-child(2n){
    /*background:#f5f5f5;*/
    background:#f0f0f0;
}



/*.goods td:nth-child(4){
    text-align: left;
}


*/
.goods td:nth-child(1){
    color:#007ec0;
    font-weight: bold;
}



.goods-overview .remove:hover{
text-decoration: none;
}



.catalog-li li:hover, .catalog-li li>a:hover{
    color:#007ec0;
    text-decoration: underline;
    
}



/* END */






/* MOBILE */
#mobile-header a{
color:#fff;
display: block;
}



#mobile-header a:hover{
text-decoration: none;
}



#popup-enter{
padding-top: 40px;
}



.popup-menu, .popup-menu1{
    width: 100%;
    overflow: hidden;
    z-index: 10000;
    display: none;
    top:40px;
}



.popup-menu1{
max-width: 200px;
margin:0 auto;
}



.popup-menu1.map_popup{
max-width: 600px;
}



.popup_btn a{
    color:white;
    text-decoration: none;
}



.mfp-content .popup-menu, .mfp-content .popup-menu1, .nav_open .popup-menu1{display: block}



.mobile-menu-open{
    width:60%;
    position: fixed;
    top: 40px;
    right:0;
    background: #00406e;
    color:white;
    border-top:2px solid #ef1d30;
    border-bottom: 2px solid #ef1d30;
}



.mobile-menu-open.user_kab{
    width:80%;
    position: absolute;
    right:auto;
    left:-6px;
    background: #017ec0;
    color:white;
    border-top:0px solid #666666;
    border-bottom: 5px solid #666666;
}



.mobile-menu-open.user_kab a:first-child{
padding: 15px 10px 10px;
}



.mobile-menu-open.user_kab a:last-child{
padding: 10px 10px 15px;
}



.mobile-menu-open.user_kab a{
padding: 10px 10px 10px;
}



.mobile-menu-open.user_kab a:hover{
background: #086797;
}



.mobile-menu-open a{
    display: block;
    color:white;
}



a:focus{
outline: none;
text-decoration: none;
}



.nav_open .popup-menu{
display: block;
}



.mobile-form p{
    text-align: center;
}



#mobile-submit{
    background: #00406e;
    color:white;
    border: none;
    padding:10px 30px;
}



.mobile-menu-open a,.mobile-menu-open label{
    padding:20px 10px;
}



.user-mobile,.enter-mobile,.mobile-menu{
    padding:0;
    font-size: 10px;
}



#mobile-header{
position: fixed;
    z-index: 1050;
    left: 0;
    right: 0;
    top: 0;
z-index: 1050;
}



.mobile-site{
padding-top: 40px;
}



.user-mobile{
    background: #666666;
}



.user-mobile p{
    text-align: center;
    margin:0;
    line-height: 40px;
}



.user-mobile p img,.user-mobile p span{
    display: inline-block;
}



.user-mobile p span{
    color:white;
    margin-left:7px;
}



.mobile_search_btn{
background: #666666;
color: #fff;
padding: 0;
}



.mobile_search_btn p{
margin:0;
line-height: 40px;
text-align: right;
}



.mobile_search_btn p a{
display: block;
padding-right: 20px;
}



.enter-mobile{
    background: #000000;
}



.enter-mobile p{
    text-align: center;
    margin:0;
    line-height: 40px;
    color:white;
}



.mobile-menu{
    background: #ef1d30;
    cursor: pointer;
}




.mobile-menu p {
    text-align: center;
    margin:0;
    line-height: 40px;
    color:white;
}



.mobile-menu p a{
display: block;
}



.mobile-logo{
    display: flex;
    padding-top:20px;
    padding-bottom: 20px;
}



.logo-mobile img{
    width:50px;
}



.brand-mobile{
    font-size: 15px;
}



.brand-mobile span:nth-child(1){
    color:#00406e;
    font-size: 16px;
}



.brand-mobile span:nth-child(3){
    line-height: 10px;

}



.mobile-callback-row div p{
    margin:0;
    padding:8px;
    font-size: 12px;
}



.mobile-callback-row div{
    padding: 0;
}



.mobile-callback-row div{
    color:white;
    font-weight: bold;
}



.mobile-callback-row div:nth-child(1){
    background:#00406e;
    text-align: right;
}



.mobile-callback-row div:nth-child(2){
    background:#007ec0;
    text-align: left;
}



.mobile-providers p:nth-child(2){
    font-weight: bold;
}



.mobile-description-co p:nth-child(1){
    padding-top:20px;
}



.mobile-desc-wrapper p:nth-child(2){
    margin:0;
}



.mobile-advantages>.container>p{
    color:white;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}



.mobile-advantages>.container>ul{
    padding:0;
    padding-left: 25px;
}



.mobile-advantages>.container>ul>li{
    padding-left: 0;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    letter-spacing: 0;
}



.mobile-contacts-title{
    background:url("/img/lines.png");
    background-size: cover;
    text-align: center;
    color:#084672;
    font-weight: bold;
    font-size: 18px;
    padding:10px;
}



.mobile-contacts div p{
    color:#00406e;
    text-align: center;
}



.mobile-contacts div p span{
    font-weight: bold;
}



.mobile-contacts-address,.mobile-contacts-phones{
    padding:10px 0;
    background:white;
}




.mobile-footer{
    background:url("/img/lines.png") no-repeat;
    background-size: cover;
    text-align: center;
}



.mobile-footer p{
    padding:10px 0;
}



.mobile-footer p img{
    padding-right: 10px;
}



.mobile-footer div{
    background: #00406e;
    color:white;
    font-size: 10px;
    padding:10px 0;
}







.mobile-site .title{
margin:0 0 10px;
text-transform: uppercase;
position: relative;
}



.mobile-site .title:after{
content:"";
position: absolute;
width: 600px;
height:15px;
background: #007ec0;
left:-605px;
top:2px;
}



.mobile-site  .contacts_wrap > *{
padding-left:20px;
padding-right: 20px;
}



.mobile-site  .contacts_wrap > .breadcrumb{
padding-left:15px;
padding-right: 0px;
}



.mobile-site .breadcrumb{
background: transparent;
padding: 8px 15px;
}



.mobile-site .breadcrumb a, .breadcrumb>li+li:before{
color:#777;
}



.mobile-site  .contacts_wrap > .mob_address{
padding: 46px 35px 50px;
margin: 0px -15px;
background: #dee6ec;
background: linear-gradient(to bottom, #dee6ec, #fff);
}



.mobile-site  .contacts_wrap > .mob_address2{
background: #f3f3f3;
padding: 66px 35px 30px;
margin: 0px -15px;
}



.mobile-site  .contacts_wrap > .mob_address2 a{
font-weight: 700;
color: #000;
}



.mobile-site  .contacts_wrap > .mob_address2 a.mail{
color:#3e91c7;
}



.mobile-site  .contacts_wrap > .mob_address2 p{
margin-bottom: 0;
}



.mobile-site  .contacts_wrap > .mob_address2 p.title{
margin-bottom: 10px;
}



.mobile-site  .contacts_wrap > .mob_address2 .row{
margin-bottom: 15px;
}



.mobile-site  .contacts_wrap > .mob_address2 .row:first-child{
margin-bottom: 0;
}



.mobile-site  .contacts_wrap > .work_time{
background: linear-gradient(to top, #dee6ec, #fff);
padding: 26px 35px 30px;
margin: 0px -15px;
}



.mobile-site  .providers_mob .contacts_wrap > .breadcrumb{
margin-bottom: 0;
}



.status:before{
    content: '';
    position: absolute;
    width:20px;
    height:20px;
    background:url("/img/user-cabinet/sverka_before.png") no-repeat center;
    background-size: contain;
    left:25px;
}



.status.email_p:before{
    content: '';
    position: absolute;
    width:20px;
    height:20px;
    background:url("/img/arhiv_img.png") no-repeat center;
    background-size: contain;
    left:25px;
    top:8px;
}







.callbackpopup{
    background:#00406e;
}



.callbackpopup #mobile-submit{
    background:#cdcdcd;
    color:#000;
    font-weight: bold;
    margin-bottom: 20px;
}



.callbackpopup .callbackpopup_title{
    color:#fff;
    font-weight: bold;   
    padding:20px 20px 0 20px;
}



.callbackpopup input{
    width:70%;
    color:#000;
}



.mobile-callback-row div p{
    font-size: 11px;
}




/*END NIGHT EDITS*/






@media screen and (max-width: 1350px){
.nav>li {
    margin-right: 10px;
}
.header_lng {
    padding-left: 20px;
}
.myowl-wrapper {
max-width: calc(100% - 65px);
margin: 0 auto 35px;
}
.header-right {
    padding-left: 0;
    width: calc(100% - 570px);
    text-align: right;
}
.container>ul {
    padding-left: 100px;
}
.advantages>.container>p {
    padding-left: 100px;
}
.header-right {
    width: calc(100% - 540px);
}
.search{
    width:calc(100% - 220px);
}
}






@media screen and (max-width: 1200px){
.cellphone {
    margin-right: 0px;
}
#form-div2 input {
width:55px;
font-size: 12px;
}
#form-div2 input[type="submit"] {
width:80px;
padding: 0!important;
}
.cellphone{
    margin-top: -50px;
    margin-bottom: 20px;
    margin-right: -80px;
}
.search, .client_cab{
margin-top: 20px;
}
.header-right {
    width: calc(100% - 200px);
    text-align: right;
    margin-bottom: 10px;
}
.advantages>.container>p {
    padding-left: 20px;
    padding-top: 30px;
}
.container>ul {
    padding-left: 30px;
    padding-top: 90px;
}
.container>ul>li{
margin-bottom: 15px;    
padding-left: 10px;
font-size: 16px;
}
.parts>div.text {
    padding-left: 30px;
    font-size: 20px;
}
.providers>div.text {
    padding-left: 30px;
}
.prod-img {
margin-bottom: 20px;
}
.production-desc {
    font-size: 15px;
}



/*Nikita*/
    .address-row{display: none;}
    .contacts_container{
        width:33.3%;
        float:left;
    }
    .footer{clear: both;}
    .bind{width:64%;}
    .address_wrap{float:left;}
    .plansh_map_btn{display: block;}
    
    .provider-title {
    padding: 20px 15px 20px 30px;
}
    .provider-title:before{
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background:url("/img/providers/plansh_before.png") no-repeat;
        background-size: contain;
        left:0;
    }
    .mark{
        width: calc(33.3% - 20px);
        height: 108px;
        padding: 20px 0px 20px 0px;
        margin: 3px 1.5px 1px;
    }
    .mark p{
        text-align: center;
        vertical-align: middle;
        line-height: 80px;
    }
    .mark img{
    max-width: 100%;
    max-height: 80px;
    }
        
    .mark-wrap{display: none;}
    .client_wrapper{margin-bottom: 20px}
    .status{padding-bottom: 0;}
    .periods-submit label{font-size: 11px;}
    .conteragents_wrap div{padding:5px 35px}
/*end*/


.user_wrap {
    padding: 0 30px;
}
.bind > div{
width: 50%;
}
}







@media screen and (max-width: 991px){
.header_lng {
    padding-left: 25px;
}
#form-div2 {
    padding-right: 0px;
}
.nav>li {
    margin-right: 0px;
}
.header-right {
    width: calc(100% - 170px);
    text-align: right;
    margin-bottom: 10px;
}
.client_cab {
    margin-left: 20px;
}
.search {
    width: calc(100% - 240px);
}
.cellphone {
    margin-bottom: 15px;
}
.co-text {
    font-size: 13px;
}
.footer_logo, .footer-nav{
display: none;
}
.copyright{
text-align: left;
margin-top: 5px;
}
#onTopButton{
    width: 40px;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #666666;
    z-index: 5;
}
#onTopButton a img{
    width: 41px;
    margin-left: -16px;
    height: 45px;
}
.name-co p:nth-child(1){
font-size: 12px;
margin-bottom: 7px;
}
.contacts-co p:nth-child(1) {
padding-bottom: 0px;
    margin-bottom: 13px;
}
.footer {
    padding-top: 20px;
}
.prod-img {
    text-align: center;
    padding-top: 20px;
    height: 150px;
    line-height: 150px;
}
.prod-img img{
max-height: 100%;
}
.production-desc {
padding-left:0;
padding-right: 15px;
font-size: 13px;
}
.ad-col{
    display: none;
}
.categoryDiv>div:nth-child(2n + 1){
clear: left;
}


.client-search {
    padding-left: 15px;
}
.status-title.user_search {
    max-width: 500px;
    margin: 0 auto;
}
.upload {
display: block;
background: #e5f2f9 url(/img/upload_img.png) no-repeat 15px 20px;
}
.upload:after{
content: "";
clear: both;
display: block;
}
.upload-button {
    float: left;
    margin-top: 15px;
}
.upload>p span {
display: block;
}
.upload>p {
    display: block;
}
.basket-col{
margin-bottom: 40px
}
.order-mail {
    background: url(/img/card_mail.png) no-repeat 8px center;
    padding-left: 55px;
    margin-bottom: 30px;
    background-size: 35px;
}
.order-list {
    padding-bottom: 20px;
    background: url(/img/card_qw.png) no-repeat 6px 0;
    padding-left: 55px;
    margin-bottom: 30px;
    background-size: 35px;
}
.table_wrap{
width: 100%;
overflow: auto;
}
.email_wrap .feedbackHistory {
    padding-left: 0px;
}
.user_wrap > .row{
max-width: 600px;
}
.catalog-li{padding-bottom: 0; margin:0;}
.catalog-li li{padding-bottom: 5px;}
.last-catalog{
    padding-bottom: 20px;
}
.client_links{display: none;}
.news-row > div:nth-child(2n + 1){
clear: left;
}
}





/* MOBILE END */


@media screen and (max-width: 767px){
.mark {
width: calc(33.3% - 3px);
height: 108px;
padding: 20px 0px 20px 0px;
display: none;
margin:3px 1.5px 1px;
}
.mark.active-car-type{
display: block;
padding-left: 20px;
padding-right: 20px;
}
.mark img{
max-width: 100%;
max-height: 80px;
}
.first-row {
margin-left: -30px;
margin-right: -30px;
padding-top: 0;
background: #eaeff3;
}
.autoSelector {
    padding: 20px 0 35px 0;
}
.selectCar {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    text-transform: none;
    text-decoration: underline;
    color: #000;
}
.mark p {
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
}
.active-car{
text-transform: uppercase;
color: #007ec0;
text-decoration: none;
}
.desctop-site{
display: none;
}
.prod-img{
width:45%;
background: #fff;
border:1px solid #ccc;
padding: 20px;
height: auto;
margin-bottom: 0;
line-height: 80px;
}
.production a{
display: flex;
align-items: center;
}
.prod-img img {
max-height: 100%;
}
.page_wrap{
background: linear-gradient(to bottom, #dee6ec 0%, #fff 25%,  #fff 75%, #dee6ec 100%);
margin: 0 -15px;
padding: 20px 0 60px;
overflow: hidden;
}
.production {
border: 1px solid transparent;
margin-bottom: 5px;
padding-right: 25px;
display: flex;
align-items: center;
}
.production:hover {
border: 1px solid transparent;
}
.production:after{
border: 10px solid transparent;
border-left-color: #636363;
top:50%;
margin-top: -10px;
margin-top: -16px;
right: 5px;
left:auto;
}
.production.activeCategory:after {
    border: 10px solid transparent;
    border-top-color: #636363;
}
.production-desc {
padding-left: 40px;
width: 45%;
padding-right: 20px;
font-size: 14px;

}
.product_page{
padding: 0 15px;
}
.product_page .img{
padding: 20px;
line-height: 100px;
text-align: center;
border:1px solid #ccc;
background: #fff;
margin-bottom: -30px;
position: relative;
}
.product_desc{
margin: 0px -15px 0;
padding: 30px 15px;
}
.product_title{
font-size: 15px;
font-weight: 700;
margin: 0 0 15px;
}
.categoryUl>li {
padding-bottom: 5px;
}
.product_page .line{
height: 1px;
background: #ccc;
margin-top: 30px;
}
.categoryImg{
padding-top:10px;
}
.categoryUl>p {
    padding-bottom: 10px;
}
.page_wrap .container-fluid .production-row .production-description{
padding: 0 15px;
}
.categoryDiv {
    padding-top: 0px;
}
.categoryDiv>div {
    padding-left: 15px;
}
.categoryImg span{
background: #fff;
padding: 15px;
display: inline-block;
margin-right: 15px;
line-height: 30px;
margin-bottom: 10px;
}
.categoryUl {
padding-bottom: 0px;
}
.btn_wrap{
text-align: center;
}
.back_btn{
color: #fff;
text-transform: uppercase;
background: #ff0000;
padding:10px 40px;
vertical-align: top;
margin-top:35px;
display: inline-block;
font-weight: 700;
}
.back_btn:hover{
background: #e00000;
color:#fff;
}


/**/
.mark-wrap{display: none;}
    .client-wrap{height:180px;}
    .client_wrapper{height:235px; margin-bottom: 0;}
    .client_links{display: none;}
    .client_link{display: none;}
    .client-title{padding:20px 25px 0px 25px;}
    .client_feedback{display: none;}
    .exchange{float: none; padding-top:10px; padding-left: 40px; background: #fff;}
    .status{padding-bottom: 15px;}
    .status-row{padding-bottom: 0; padding-top:10px;}
    .periods_wrapper{display: block; width:100%;padding-bottom:20px;}
    .periods p{padding-bottom: 0;}
    .conteragents_wrap div{position: inherit; padding:5px 35px;}
    .conteragents_wrap{padding-bottom: 20px;}
    .forInput{font-size: 13px;}
    .periods_wrap{display: block; width:100%;}
    .periods_wrap:nth-child(2){width:100%;}
    .submit-periods{float: none; width:auto; padding:5px 52px; margin-top:20px;}
    .client_info:last-child{
        padding-bottom: 5px;
    }
    .status_text{padding-top:20px;}
    .allwrap, .phones_page > .row{background: linear-gradient(to bottom, #dee6ec,#fff 35%, #dee6ec 98%);
    background:linear-gradient(to bottom,#dee6ec,#fff 35%,#fff 70%,#dee6ec 98%);
    padding-bottom: 20px;
    }
    .phones_page > .row{
        margin-bottom: -20px;
    }
    .periods-submit{margin-bottom: 30px;}
/**/



.client-discount {
    max-width: 100%;
    float: none;
    display: block;
}
.client-discount>p {
float: none;
margin-bottom: 5px;
}
.makeOrder {
    float: none;
    width: 100%;
    text-align: center;
}
.total {
text-align: center;
margin-bottom: 0;
}
.do-order {
float: none;
width: 80%;
margin:0 auto;
}
.client-stock>a {
    width: 100%;
    float: none;
}
.upload {
display: block;
background: #e5f2f9 url(/img/upload_img.png) no-repeat center 15px;
padding: 50px 15px 15px 15px;
}
.upload>p span{
text-align: center;
margin-bottom: 10px;
}
.upload-button{
float: none;
}
.order-mail {
    background: url(/img/card_mail.png) no-repeat center 8px ;
    padding-top: 55px;
    padding-left: 0px;
    background-size: 35px;
}
.order-list {
    padding-bottom: 20px;
    background: url(/img/card_qw.png) no-repeat center 8px;
    padding-top: 60px;
    padding-left: 0px;
    background-size: 35px;
}
.bottom_text{
padding-top: 20px;
background: linear-gradient(to bottom, #dee6ec , #fff 25%, #fff 75%, #dee6ec 98%);
}
.status.email_p{
    padding-bottom: 0px;
}
.feedbackLogo {
    padding-top: 20px;
    margin-bottom: 20px;
}
.email_wrap .feedbackHistory {
   padding-bottom: 20px;
}
.more_btn {
    margin-top: 5px;
}
#searchSubmit {
padding-left: 0px;
padding-right: 0px;
width: 40px;
background: #cdcdcd url(/img/loupe.png) no-repeat center;
color: transparent;
}
.clientSearch {
    width: calc(100% - 50px);
}
.status-title.user_search {
    padding: 20px 20px;
}
.table-container {
    margin-bottom: 20px;
}
.vozvrat_text {
    padding: 20px 0px 0;
    font-size: 13px;
}
.vozvrat_text > .row{
    padding: 20px 0px;
    background: linear-gradient(to bottom, #dee6ec , #fff 25%, #fff 75%, #dee6ec 98%);
}
 .dialog_wrap {
padding: 0;
 }
  .dialog_wrap > .row{
padding: 20px 0px;
    background: linear-gradient(to bottom, #dee6ec , #fff 25%, #fff 75%, #dee6ec 98%);
 }
.vozvrat_text p {
    margin-bottom: 10px;
}
.vozvrat_text ul {
    padding-left: 30px;
    margin-bottom: 15px;
}
.vozvrat_text ul span {
    font-size: 13px;
}
.vozvrat_text .att {
    font-size: 15px;
    padding: 20px 0px;
    max-width: 600px;
    margin-bottom: 10px;
}
.vozvrat_text .att img {
    max-width: 40px;
}
.vozvrat_text .down {
margin-top: 20px;
font-size: 12px;
    margin-bottom: 30px;
}
.user_page_title {
    font-size: 17px;
}
.cross-content td:first-child + td, .cross-content td:first-child + td + td, .cross-title th:first-child + th, .cross-title th:first-child + th + th{
display: none;
}
.cross-link a {
    display: inline-block;
    position: relative;
    padding: 12px 20px 12px 45px;
}
.cross-link a i {
    position: absolute;
    left: 15px;
}
.user_wrap {
    padding: 0 15px;
}
.dialog_table table td{
    border-bottom: 0;
    border-top: 0;
    padding: 0px 15px;
    display: block;
}
.dialog_table table td:first-child{
padding-top: 10px;
}
.dialog_table table td:first-child + td{
padding-bottom: 10px;
}
.dialog_table table td:first-child + td + td{
border-bottom: 2px solid #ececec;
padding-bottom: 10px
}
.dialog_table table tr:last-child td {
    border-bottom: 0
}
.warehouse-table,.warehouse-table2{background: #fff;}
.warehouse-table td{padding: 10px 5px 10px 5px; font-size: 12px;}
.download_programm_wrap a:before{left:0;}
.catalog-li{padding-bottom: 0; margin:0;}
.catalog-li li{padding-bottom: 5px; font-size: 12px;}
.last-catalog{
    padding-bottom: 20px;
}
#callback_popup{
    position: static;
}
#callback_popup .mfp-close{
top:42px;
}
.popup-menu1.map_popup {
    max-width: 80%;
}
.breadcrumb>li+li:before {
    padding: 0px;
    text-align: center;
}
}





@media screen and (max-width: 480px){
.production-desc {
    font-size: 10px;
    padding-left: 10px;
}
}





@media screen and (min-width: 767px){
.mobile-site{
display: none;
}
}





/* MOBILE MEDIA */
@media screen and (width: 320px){
    .desctop-site{display: none;}
    #header{display: none;}
    #logo{display: none;}
    #brand{display: none;}
    .mobile-header{display:block;}
    .carousel-row{display: none;}
    .owl-row{display: none;}
}
