@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,600,900&subset=cyrillic');

.bask_icon {
    position: relative;
    top: -10px;
    background-color: #48ab49;
    width: 18px;
    height: 18px;
    float: right;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
}

b, strong {
    font-weight: 600;
}
.catalogbox {width: 450px;padding: 14px;height: auto;}
a {color: #eb7e13;}
a:hover	 {color: #e8770d;}


	.modalDialog {
		position: fixed;l, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 360px;
		position: relative;
		margin: auto;
		top: 20px;
		padding: 5px 20px 13px 20px;
		border-radius: 5px;
		background: #fff;
	}

	.close {
		/* top: -10px; */
		/* width: 25px; */
		/* height: 25px; */
		/* text-decoration: none; */
		/* font-weight: bold; */
		/* -webkit-border-radius: 12px; */
		-moz-border-radius: 12px;
		/* border-radius: 20px; */
		-moz-box-shadow: 1px 1px 3px #000;
	}

	.close:hover {/* background: #FF7300; */}
	
	#tabs.htabs {
    clear: none;
}

#tabs.htabs a {border: 0;padding: 10px;position: relative;margin: 0px;width: 49%;text-align: center;color: #555555;font-size: 12px;border: 0;background: #F5F5F5;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;display: inline-block;}
#tabs .selected {
    background-color: #8C8B8C !important;
    color: white!important;
}
#filter-tree {
    border: 1px solid #8C8B8C;
    margin-top: 5px;
    width: 100%;
    color: black;
    padding: 5px;
}
.parent {
    padding: 0;
}

.topline>table {
    margin: 0 auto;
    width: 1250px;
}
.topline>table tr td {
    color: white;
    padding: 10px;
}
.register {
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
}
.register input {}
.lcol, .rcol {}
.lcol {
}
.rcol {
    width: 30%;
}
.bodytop {
    margin: 0 auto;
    height: 100%;
    padding-bottom: 0px;
}
.telephone {padding: 15px 30px;font-size: 24px;color: #353535;margin-bottom: 15px;}
.telephone a {
    border-bottom: 1px dotted;
    font-size: 18px;
}

.footer > table { width:100%;text-align: center;}
.footer .fcol h5 {
    color: white;
    padding-left: 10px;
}
.footer .fcol {
    float: left;
    width: 50%;
    display: inline-flex;
}
.footer h5 {color: #000;}
.footer {
    padding: 15px 0;
    min-height: 60px;
    background: #f2f2f2;
    margin-top: 30px;
    width: 100%;
}

.header {
    
    =: #f1f1f1
    margin-bottom: 1;
    background: white;
    padding-top: 20px;
}
.topline {
    background: #383B3D;
    padding: 10px;
    min-height: 40px;
    color: white;
    font-size: 14px;
}
.topline a {
    color: white;
    font-size: 14px;
}
.header .center {
}.form-1 {/* Size & position */
    padding: 0px 5px 5px;
    margin: 0px;
    overflow: auto;
    position: relative;/* For the submit button positioning *//* Styles */
    line-height: 1.42857143;
}
 
.form-1 .field {
     /* For the icon positioning */
    margin: 0;
}

.form-1 .field i {/* Size and position */
    
    /* Line */
    
    /* Styles */
    display: none;
}

.form-1 input[type=text],
.form-1 input[type=password] {
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);/* Size and position */
    width: 100%;
    padding: 5px 10px;/* Styles */
    height: 34px;
    border: 1px solid #c5bdbd;/* Remove the default border */
    border-radius: 1px;
    background: #FFFFFF;
    color: #c5c3c3;
    transition: color 0.3s ease-out;
}
 
.form-1 input[type=text] {
    margin-bottom: 10px;
}
.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
}
 
.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
  
}
 
.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 button[type=submit]:focus {
    outline: none;
}

.form-1 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 19px;
    right: -25px;
    padding: 10px;
    z-index: 2;
 
    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow:
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-1 .submit:after {
    /* Size and position */
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;
 
    /* Styles */
    background: #ffffff;
     
    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}
.form-1 button, .form-1 .btn {/* Size and position */
    width: 100%;
    height: 100%;
    min-width: 300px;
    margin-top: 0px;/* Icon styles */
    font-size: 16px;
    line-height: 1.90;
    color: white;/* Styles */
    border: none;/* Remove the default border */
    border-radius: inherit;
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 0;
}

.form-1 button:hover,
.form-1 button[type=submit]:focus {
}
 
.form-1 button:active {
}

.form-1 p {
    margin: 5px;
}
.register a {
margin-top: 7px;margin-left: 10px;font-size: 13px;}


.bodytop {
}
 
.bodytop:before,
.bodytop:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.bodytop:before {
    top:50%;
    bottom:0px;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}
 
.bodytop p {font-size: 14px;}        

.content {
    float: left;
    width: 100%;
    min-height: 300px;
}
.container .center {width: 100%;padding-bottom: 20px;}
.car-models {
    margin: 0 auto;
    list-style: none;
}

    .car-models .model {
        width: 33.3%;
        height: 35px;
        float: left;
        border-top: 1px solid #e3e6e7;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
        border-radius: 2px;
        overflow: hidden;
        background: #fff;
        position: relative;
        behavior: url(/public/js/pie/PIE.htc);
    }

        .car-models .model a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            text-align: left;
            padding-left: 50px;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 11px;
            line-height: 1.3;
            padding-top: 6px;
            font-family: 'Open Sans', Arial, sans-serif;
            font-weight: 700;

            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .car-models .model small {
                display: block;
                color: #aaa;
                font-size: 85%;
                font-weight: normal;
            }

            .car-models .model a:hover small,
            .car-models .model a:active small {
                color: #666;
            }

            .car-models .model i {
                position: absolute;
                left: 0;
                top: 0;
                width: 40px;
                height: 100%;

                background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
                background: -moz-linear-gradient(top, #ffffff, #eeeeee);
                background: -o-linear-gradient(top, #ffffff, #eeeeee);
                background: -ms-linear-gradient(top, #ffffff, #eeeeee);
                background: linear-gradient(top, #ffffff, #eeeeee);

                /* had to use this, PIE dowsn't work */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee');
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee')";
            }

            .car-models .model i:after {
                content: "";
                position: absolute;
                width: 32px;
                height: 32px;
                top: 3px;
                left: 4px;
                background: url('/static/image/car-models.png') top left no-repeat;
            }

            .car-models .audi i:after { background-position: 0 0; }
            .car-models .mazda i:after { background-position: -32px 0; }
            .car-models .smart i:after { background-position: -64px 0; }

            .car-models .bmw i:after { background-position: 0 -32px; }
            .car-models .mercedes i:after { background-position: -32px -32px; }
            .car-models .suzuki i:after { background-position: -64px -32px; }

            .car-models .bmw-moto i:after { background-position: 0 -64px; }
            .car-models .mini i:after { background-position: -32px -64px; }
            .car-models .subaru i:after { background-position: -64px -64px; }

            .car-models .dodge i:after { background-position: 0 -96px; }
            .car-models .mitsubishi i:after { background-position: -32px -96px; }
            .car-models .toyota i:after { background-position: -64px -96px; }

            .car-models .infiniti i:after { background-position: 0 -128px; }
            .car-models .nissan i:after { background-position: -32px -128px; }
            .car-models .skoda i:after { background-position: -64px -128px; }

            .car-models .kia i:after { background-position: 0 -160px; }
            .car-models .ram i:after { background-position: -32px -160px; }
            .car-models .hyundai i:after { background-position: -64px -160px; }

            .car-models .chrysler i:after { background-position: 0 -192px; }
            .car-models .seat i:after { background-position: -32px -192px; }
            .car-models .volkswagen i:after { background-position: -64px -192px; }

            .car-models .volvo i:after { background-position: 0 -224px; }
            .car-models .alfaromeo i:after { background-position: -32px -224px; }
            .car-models .chevrolet i:after { background-position: -64px -224px; }

            .car-models .citroen i:after { background-position: 0 -256px; }
            .car-models .daewoo i:after { background-position: -32px -256px; }
            .car-models .ford i:after { background-position: -64px -256px; }

            .car-models .fiat i:after { background-position: 0 -288px; }
            .car-models .honda i:after { background-position: -32px -288px; }
            .car-models .isuzu i:after { background-position: -64px -288px; }

            .car-models .jaguar i:after { background-position: 0 -320px; }
            .car-models .jeep i:after { background-position: -32px -320px; }
            .car-models .landrover i:after { background-position: -64px -320px; }
            .car-models .land.rover i:after { background-position: -64px -320px; }

            .car-models .lexus i:after { background-position: 0 -352px; }
            .car-models .man i:after { background-position: -32px -352px; }
            .car-models .opel i:after { background-position: -64px -352px; }

            .car-models .peugeot i:after { background-position: 0 -384px; }
            .car-models .porsche i:after { background-position: -32px -384px; }
            .car-models .renault i:after { background-position: -64px -384px; }

            .car-models .rover i:after { background-position: 0 -416px; }
            .car-models .saab i:after { background-position: -32px -416px; }
            .car-models .scania i:after { background-position: -64px -416px; }

            .car-models .ssangyong i:after { background-position: 0 -448px; }
            .car-models .eurcat i:after { background-position: -32px -448px; }
            .car-models .uscat i:after { background-position: -64px -448px; }

            .car-models .uscatgen i:after { background-position: 0 -480px; }
            .car-models .ca-tyre i:after { background-position: -32px -480px; }
            .car-models .ca-oil i:after { background-position: -64px -480px; }

            .car-models .chery i:after { background-position: 0 -512px; }
            .car-models .zaz i:after { background-position: -32px -512px; }
            .car-models .empty i:after { background-position: -64px -512px; }



.container .center .table {text-align: left;}
.photoffice {
  background: #EDEDED;
width: 170px;
padding: 10px;


}

.photouser {
   background: #EDEDED;
width: 170px;
padding: 10px;


}
.accountbox .icon-large:before {
    font-size: 100px;
    position: absolute;
    opacity: 0.3;
    right: 10px;
    top: 10px;
}
.content blockquote {width: 100%;}
.profile {
    background: #EDEDED;
    padding: 10px;
    margin-bottom: 25px;
    position: relative;
    box-sizing: initial;
    min-height: 100px;
    border: 1px solid #E4E4E4;
}
.profilefoto img {box-shadow: 0 0 0px 2px #D3E6F2;}
.profile a {
    font-size: 16px;
}
.profile p {
    padding-left: 15px;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 100px;
    color: #555555;
    line-height: 20px;
}
.profile p:before  {content: '\2014 \00A0';}

.well p {
    float: left;
    padding-right: 5px;
}
.profile .form-control {
display: block;
width: 100%;
height: 30px;}

.logo img {max-width: 425px;margin: 0;width: 100%;}
.searchpanel {
   padding: 0px;
   margin: 15px 0px;
   margin-right: 0px;
   margin-left: 0px;
}
.searchpanel label {
    max-width: 100%;
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: normal;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 330px;
    margin-top: 7px;
    }
.searchpanel form {padding: 5px;border: 3px solid #f79330;background: white;border-radius: 5px;}

ul li {list-style:none;}

.searchname {
    position: relative;
    float: right;
    right: 280px;
    top: 7px;
}
.modal-body ul {margin: 40px 40px;}

.menu {
    padding: 0px 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    background: #ffae1a;
    background: -moz-linear-gradient(-45deg, #ffae1a 0%, #c12400 100%);
    background: -webkit-linear-gradient(-45deg, #ffae1a 0%,#e67509 100%);
    background: linear-gradient(135deg, #ffa247 0%,#e7770b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae1a', endColorstr='#c12400',GradientType=1 );
    z-index: 0;
}
.menu i {color:whitesmoke;margin: 2px;}
.submenu i {color: #555555;}
ul.menu {}
ul.menu li {
    border-top: none;
    font-size: 16px;
}



.ccolcontent {
    width: 100%;
    padding: 0px 20px;
    vertical-align: top;
} 


.colegend {
    position: absolute;
    top: 55px;
    right: 41px;
    color: white;
    font-size: 20px;
}
.colegend a {
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 5px #2D2D2D;
}
.colegend a:hover {
border-bottom: 2px dotted;}
.cart input {
    text-align: center;
}
.href:hover {
    background: #e8780e;
    color: #FFF;
    border-radius: 3px;
    }
	.href {
    padding: 4px 10px 4px 10px;
    background: #fc9c3e;
    color: #FFF;
    border: 1px solid #ea7c12;
    }
.history {
    right: 240px;
    margin-top: 10px;
    position: absolute;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
}
.tablehistory {min-width:300px;}

.tablehistory tr:hover {
    background: rgba(128, 128, 128, 0.28);
}
.tablehistory td {
    padding: 2px 3px;
    border: 1px solid whitesmoke;
    font-size: 12px;
}
.cart .input-sm {
    width: 40px;
}
td.price {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    width: 90px;
    vertical-align: top;
}
td.price_c span {}
td.price_c {
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    width: 75px;
    
}
td.deliverytime_c {
    text-align: center;
    width: 70px;}

td.deliverytime {
    text-align: center;
    width: 100px;
    vertical-align: top;
}
td.stock {
    text-align: center;
    width: 80px;
    white-space: nowrap;
    vertical-align: top;
}
td.article {
    width: 100px;
 
}
td.check {
    text-align: center;
    width: 10px;
}
td.multiplicity {
   text-align: center;
   width: 50px;
}


td.article_s {
    width: 100px;
    vertical-align: top;
}
td.name_s {
    vertical-align: top;
}

td.brand_s {
    width: 100px;
    font-weight: bolder;
    vertical-align: top;
    text-transform: uppercase;
}
td.brand {
    width: 100px;
    font-weight: bolder;

}
td.basket {
    text-align: center;
    width: 70px;
    vertical-align: top;
}
table.search  {
    margin-bottom: 0px;
}

.deliverytime span {
    float: right;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin: 3px 10px 0 0;
    cursor: pointer;
}

.good {
		background: #f3d600;
		padding: 2px 5px;
		color: #FFFFFF;
		line-height: 3px;
		border-radius: 3px;
		}
.bad {background: #E65427;
padding: 2px 5px;
   color: #FFFFFF;
		line-height: 3px;
		border-radius: 3px;
}
.excellent {
    background: #27C300;
padding: 2px 5px;
   color: #FFFFFF;
		line-height: 3px;
		border-radius: 3px;
}
input.quantity {padding: 0px;
    border-radius: 0px;
    height: 25px;
    width: 40px;
    margin: auto;}
   .brand-select {
    padding: 0px 15px 0px 0px;
}
.photouser div {
    width: 150px;
    height: 130px;
}
.pointer {cursor:pointer;}
.infoart span {
    font-size: 13px;
    color: #777575;
    cursor: pointer;
    vertical-align: top;
}
.pn {
    float: left;
    width: 85%;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    max-width: 225px;
    text-overflow: ellipsis;
    }
.icon-large {
    font-size: 18px !important;
}
.date_o {
    width: 80px;
}
.name_o {
    width: 300px;
}
.check_o {width:10px;}
.deliverytime_o {
    width: 90px;
}
.stock_o {
    width: 60px;
}
.price_o {
    width: 60px;
    white-space: nowrap;
}
.total_o {
    width: 60px;
    white-space: nowrap;
}
.status_o {width: 170px;}
.button_o {
    white-space: nowrap;
    width: 100px;
}
.search-select {
    position: absolute;
    padding: 5px;
    right: 280px;
    margin: 3px;
    z-index: 1;
    border: 0;
    cursor: pointer;
}


.boxdetail {
    background: #EEE;
    border: 1px solid #E4E4E4;
    padding: 10px;
    margin: 5px 0px;
}
.boxdetail p {
    font-size: 12px!important;
    margin: auto;
}

.boxdetail p .close {
    line-height: 13px;
}
.profilefoto {
    width: 90px;
    float: left;
    margin-right: 20px;
    height: 90px;
}

.order-history {min-width:450px;} 

.brandhead {
    /* background: rgba(222, 225, 228, 0.66)!important; */
    /* border: 0!important; */
    } 

.regbox p {
    padding: 5px 20px;
}
.regbox  {
       background: #EDEDED;
       padding: 10px;
       margin-bottom: 10px;
       position: relative;
       box-sizing: initial;
       min-height: 150px;
       border: 1px solid #E4E4E4;
}
.regbox .checkbox {
    font-size: 18px;
    margin-left: -20px;
}

.pcard img {
    border: 1px solid #E4E4E4;
}
.tosort th[data-sort] { cursor: pointer; }
.clip {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    max-width: 245px;
    text-overflow: ellipsis;
}
.offices .selected  {color: #FFFFFF;background: #256892;padding: 5px 10px;border-radius: 1px;}

.offices {
    background: url('/static/image/russia.png')  center  no-repeat;
    min-height: 300px;
}
.offices ul li {
    padding: 7px;
}
.saplab {max-width: 100%;color: #575c5f;font-family: 'Fira Sans Condensed', Sans-serif;background-size: 260px;height: 100%;overflow: auto;}


@media (min-width: 992px) {
.btn-bars {display:none;}
}

@media (max-width: 1200px) {
 .headcenter,.logocenter, .telephone, .topline {text-align:center!important;}

 .topline a {font-size:12px;}
 .btn-head > .btn {
    padding: 15px;
    border: none;
    box-shadow: 0 0 0px 3px #c9d5d5;
    margin-left: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}
 
}
@media (max-width: 992px) { 
.btn-hide, .banner.onlyimg {display:none!important;}
}
.search-examp {padding-bottom:15px;}


/* 
@media (min-width: 992px) {
.topline #sidebar-toggle {text-align:left;}
#sidebar, #sidebar-toggle {display:none;}
 }
#sidebar {
    position: absolute;
    left: -240px;
    background: #FF4835;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
}
#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li {
    margin: 0;
}
#sidebar ul li a {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 100;
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #F98176;
}
#sidebar ul li:hover a {
    background: rgba(255, 255, 255, 0.08);
}
.main-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.main-content .content{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
padding-left: 60px;
width: 100%;
}
.main-content .content h1{
    font-weight: 100;
}
.main-content .content p{
    width: 100%;
    line-height: 160%;
}
.main-content #sidebar-toggle {
    background: #DF314D;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 10px 7px;
    float: left;
}
.main-content #sidebar-toggle .bar{
     display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;   
}
.main-content #sidebar-toggle .bar:last-child{
     margin-bottom: 0;   
}

.saplab {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;
}
.saplab.open-sidebar {
    left: 240px;
}
 
.swipe-area {
    position: absolute;
    width: 50px;
    left: 0;
top: 0;
    height: 100%;
    background: #f3f3f3;
    z-index: 0;
}
 */
 
 .stock_c {width:70px;text-align: center;}
 .half-transparent {color: #999999;}
 
 @media (min-width: 0px) {
.modal-dialog.auth {
    max-width: 390px;
    margin: 30px auto;
}}

.label.news {
    background: none;
    color: #b63e31;
    border: 1px solid;
}

blockquote {
    padding: 0px;
    margin: 0px 0px 20px;
    font-size: 14px;
    border-left: none;
    float: left;
    font-weight: 100;
}
.btn-danger {
    color: #fff;
    background-color: #fc9d3f;
    border-color: #eb7e13;
}

.label-danger {
    background-color: #e35139;
}



#back-top{
	position:fixed;
	bottom: 20px;
	right: 15px;
}

#back-top a{
	width:64px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover{color:#000;}

#back-top span{
	width: 50px;
	height: 50px;
	display:block;
	font-size: 33px;
	background: #ddd;
	/* rounded corners */
	-moz-border-radius:15px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover span{background-color:#777}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {color: #363636;font-weight: 600;font-family: 'Fira Sans Condensed', Sans-serif;}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}
.navbar {
    filter: none;
    padding: 0 0px;
    z-index: 3;
}
.navbar-default {
    background-color: #f2f2f2;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
    color: #266791;
    background: none;
}



.menu{
    display:block;
}
.menu li{
    display: inline-block;
    position: relative;
    z-index: 2;
}

.menu li a {
    text-decoration:none;
    padding: 10px 20px;
    display:block;
    color:#ffffff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover,
.menu li:hover > a{
    background: #e7770b;
    color: #ffffff;
}

a {}

.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 270px;
    position: absolute;
    top: 42px;
    left: 0px;
    background: #ffffff;
}

.menu li:hover > ul{
    display: block;
}
.menu ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
}

.menu ul li a {
    display:block;
    padding-left: 14px;
    color:#797979;
    border-left: 3px solid #f1f1f1;
    background: #f1f1f1;
    text-align: left;
    font-weight: 100;
}
.menu ul li a:hover,
.menu ul li:hover > a{
    background: #ffffff;
    border-left: 3px solid #e97a0f;
    color: #353535;
}

.menu ul ul {
    left: 270px;
    top: 0px;
}
.mobile-menu{
    display:none;
    width:100%;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    background: #ffae1a;
    background: -moz-linear-gradient(-45deg, #ffae1a 0%, #c12400 100%);
    background: -webkit-linear-gradient(-45deg, #ffae1a 0%,#e67509 100%);
    background: linear-gradient(135deg, #ffa247 0%,#e7770b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae1a', endColorstr='#c12400',GradientType=1 );
    text-transform:uppercase;
    margin: 0;
}

.mobile-menu:hover{color: white;}

@media (max-width: 760px) {
 
    .menu{display:none;background: #ffffff;}
 
    .mobile-menu{
        display:block;
    }
 
    nav{
        margin:0;
        background:none;
    }
 
    .menu li{
        display:block;
        margin:0;
    }
 
    .menu li a {
        background:#ffffff;
        color:#797979;
        border-top:1px solid #e0e0e0;
        border-left:3px solid #ffffff;
    }
 
    .menu li a:hover,
    .menu li:hover > a{
        background:#f0f0f0;
        color: rgba(0, 0, 0, 0.9);
        border-left: 3px solid #656569;
        text-align: left;
    }
 
    /*level 2 and 3 - make same width as all items*/
    .menu ul {
        display: none;
        position:relative;
        top:0;
        left:0;
        width:100%;
    }
 
    .menu ul ul {
        left:0;
    }
 .menu i {
    color: #1d1a1a;
    margin: 2px;
}
}/*end media queries*/

.breadcrumb {
    padding: 10px 15px;
    list-style: none;
    background: none;
    margin-bottom: 10px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
 
}
.bestpart {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: white;
    overflow: auto;
    border-radius: 5px;
}

.region {
    margin: 40px 0px;
}

.topdashboard {
    min-height: 290px;
    background: #f5f5f5;
    background: url('/static/image/bmw-m3-back.png') no-repeat  60%;
    box-shadow: inset 0px 0px 130px 25px;
    background-size: cover;
    background-position-y: 60%;
    padding: 30px;
    }
.topdashboard h1, .topdashboard h3 {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 5px #000;
    }
.label {border-radius:0px;}
.loginform p {
    font-size: 16px;
}
.loginform {
    background: rgba(0, 0, 0, 0.58);
    padding: 10px 20px;
    height: 230px;
    color: #ffffff;
}
.loginform h3 {
    font-size: 22px;
    margin-top: 25px;
    color: white;
    text-shadow: none;
    font-weight: bold;
}
.loginform a {
    color: white;
}
.loginform a:hover {
    color: #2fa4e7;
}
.searchpanel input {
    border: none;
    font-size: 24px;
}
.searchpanel input:focus {
        border-color: #868686;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-btn {
    background: white;
    border: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    color: #c9d5d5;
    background-image: none;
    =: 1px
    solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    /* padding: 0px 10px; */
    font-size: 25px;
    =: 1.42857143
    =: 2px
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar-default .navbar-nav > li > a {
    color: #646464;
    font-size: 14px;
}
.btn-success {background: #4CAF50;
    background: -moz-linear-gradient(-45deg, #4CAF50 0%, #118015 100%);
    background: -webkit-linear-gradient(-45deg, #4CAF50 0%,#118015 100%);
    background: linear-gradient(135deg, #4CAF50 0%,#118015 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CAF50', endColorstr='#118015',GradientType=1 );}
.btn-warning {
    color: #ffffff;
    border-color: #d88a3d;
    background: #ffae1a;
    background: -moz-linear-gradient(-45deg, #ffae1a 0%, #c12400 100%);
    background: -webkit-linear-gradient(-45deg, #ffae1a 0%,#e67509 100%);
    background: linear-gradient(135deg, #ffa247 0%,#e7770b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae1a', endColorstr='#c12400',GradientType=1 );
}
.login-btn a {color:white;font-weight:600;}
.login-btn {
    color: white!important;
    padding: 4px 20px!important;
    border: 0px solid #d88a3d;
    background: #ffae1a;
    background: -moz-linear-gradient(-45deg, #ffae1a 0%, #c12400 100%);
    background: -webkit-linear-gradient(-45deg, #ffae1a 0%,#e67509 100%);
    background: linear-gradient(135deg, #ffa247 0%,#e7770b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae1a', endColorstr='#c12400',GradientType=1 );
    margin: 5px 0px;
    width: 100%;
}
.login-btn:hover,.login-btn:focus {
    color: white!important;
    background: #ffb368!important;
}
.btn-head{
    margin: 15px 0;
    text-align: center;
}
.btn-head .btn {
    background: #ffffff;
    border: 3px solid #e5e5e5;
    padding: 11px;
    border-radius: 5px;
    /* min-width: 170px; */
    margin-left: 10px;
    color: #363636;
    font-size: 18px;
}
.btn-head > .btn:hover {
    
background: #f9c563;
    
color: white;
}
.catalog-box-slide .catalogtext-slide {
    
    height: 38px!important;
   
    text-align: center;
}


@media screen and (max-width: 991px) {.bestpart {display:none;} }
@media screen and (max-width: 640px) {

table.adaptive thead tr {
    display: none;
}
table.adaptive tbody tr {
    display: block;
    height: auto;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
}
table.adaptive tbody > tr:hover > td {
    background-color: white;
}
table.adaptive tbody tr td {
    display: block;
    height: auto;
}
table.adaptive tbody tr td.g_brand, table.adaptive tbody tr td.g_article{
    display: inline-block;
    padding: 5px 5px 0px;
    font-weight: bold;
    font-size: 14px;
}
table.adaptive tbody tr td.g_name{
    padding: 5px 5px 0px;
}




table.adaptive tbody tr td>.btn{
    display: block;
    height: auto;
    color: #020202;
    font-size: 16px;
    background: whitesmoke;
}

    
.bestpart {display:none;}
   table.search thead tr:first-child {display:none; } 
    table.search thead tr:last-child {width:100%; } 
   table.search tr {
    display: block;
    font-size: 14px;
    width: 100%;
    border:1px solid white;
}

table.search td.basket {
    float: right;
    width: 100%;
    background: #f1f1f1;
    padding: 0px;
    border-bottom: 10px solid white;
}
table.search td.basket .input-group-btn {
    
padding: 0px;
}

table.search td.basket .quantity-search {
    display: none;
}
table.search td.basket .href.btn:after {content:'Добавить в корзину'; font-size:16px; font-weight:bold;}
table.search td.basket .href.btn {
    background: #545454;
    width: 100%;
    font-size: 18px;
    border: 1px solid #1d1d1d;
}
table.search td.name_s .hidden {
    display:inherit;
}
table.search td.name_s .hidden .pn {
}

td.brand_s 
{width: 50%!important;float: left;height: 50px;padding: 10px 0px 0px 5px!important;font-size: 14px;background: #cac7c7!important;border-top: 5px solid;}
td.article_s 
{width: 50%!important;float: left;text-align: right;height: 50px;font-size: 14px;padding: 10px 5px 0px 0px!important;font-weight: bold;background: #cac7c7!important;border-top: 5px solid;}
td.name_s 
{width: 100%;float: left;font-size: 12px;background: #f1f1f1!important;}
td.name_s .pn{
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    max-width: 225px;
    text-overflow: ellipsis;
    }
td.warehouse 
{text-align: left!important;width: 20%!important;}

td.stock {
    width: 15%!important;
}
td.deliverytime {
    text-align: right;
    width: 25%!important;
    vertical-align: top;
    white-space: nowrap;
}
td.price {
    text-align: right!important;
    width: 15%!important;
}
.brandhead {
    font-size: 17px!important;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    } }


    @media screen and (max-width: 380px) {
td.brand_s 
{width: 100%!important;float: left;height: 50px;padding: 10px 0px 0px 5px!important;font-size: 14px;background: #cac7c7!important;border-top: 5px solid;}
td.article_s 
{width: 100%!important;float: left;text-align: left;height: 50px;font-size: 14px;padding: 10px 0px 0px 5px!important;font-weight: bold;background: #cac7c7!important;border-top: none;}
    
}
.navbar-toggle {
   background:#e7760b; }
   .regbox span {
    padding: 15px 40px;
    color: #ffffff;
    position: relative;
    border: 3px solid #e8770d;
    background: #fd9e40;
    font-weight: 600;
}
.logocenter {
    margin: 15px;
}


.filter-menu {
    padding: 0px 0px;
    border-radius: 5px;
    margin-bottom: 0px;
    background: none;
    border: 1px solid #ebe9e9;
}
.box:empty {display:none;}
.line {height: 3px;background: #8caebb;margin: 10px 0px;}
ul.menu-footer {
    display: block;
}
ul.menu-footer li:first-child {padding-left:0px;}
ul.menu-footer li {
    float: left;
    padding: 0px 15px;
}
ul.menu-footer li a{
    color: #545454;
    border-bottom: 1px dashed;
}
a.social-ft {
    background: #4aad4c;
    padding: 5px;
    border-radius: 48px;
    color: white;
    text-align: center;
}

a.social-ft .fa {
    width: 18px;
}


a.logofooter img {
    width: 100%;
    max-width: 240px;
    margin-left: -4px;
    margin-bottom: 10px;
    
     /* Firefox 4+ */
     /* IE 6-9 */
    opacity: 0.6;
}
a.logofooter img:hover { opacity: 1;
-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
     /* Firefox 4+ */
    filter: none; /* IE 6-9 */}
.news-post a {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.news-post {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 19px;
    overflow: hidden;
    transition: box-shadow .2s ease-in-out;
    height: max-content;
    }
 .news-post:hover   {    box-shadow: 0 10px 50px rgba(0,0,0,.07);}
 
 .news_image_preview {margin: -20px -20px 0px;padding-bottom: 0px;}
 .news_image_preview img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    padding-bottom: 20px;
}

.btn-news-post {
    border: 1px solid;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}

.laximo {
    background: #fff;
    border: 1px solid #ebe9e9;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 19px;
    overflow: hidden;
    transition: box-shadow .2s ease-in-out;
}
.laximo:hover {box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);}
ul.filter-menu li {
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
}
