/* HTML5 Boilerplate  */
.filter_menu
{
    float: right;
    margin: 20px 15px;
}
.filter_menu li
{
    float: left;
    margin: 0 1em 0 0;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    list-style: none;
}

.filter_menu li a{
    background: #ABB0B4;
    padding: 3px 15px;
    float: left;
    color: #fff;
    text-decoration: none;
}
.filter_menu li a.active{
    background: #F26520;

}
.filter_menu li a.active:after{
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin: 0 0 0 -9px;
    position: absolute;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #F26520;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { /*font-family: sans-serif; color: #222;*/ }
body { margin: 0; font-size: 1em; line-height: 1.4; }
/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
a { /*color: #00e;*/ }
a:visited { /*color: #551a8b;*/ }
a:hover { /*color: #06e;*/ }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
/*button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }*/
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/*table { border-collapse: collapse; border-spacing: 0; }*/

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* === */

body, p, table, ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #231F20;
}

a {
    color: #1A69A3;
}
a:hover {
    text-decoration: none;
}
	a img {
	    border: 0;
	    vertical-align: top;
	}

/* Headers */
h1 {
    font-size: 22px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    margin: 12px 0;
	color: #231F20;
}

strong {

}

.news-date-time {
    font-weight: bold;
    color: #F37920;
}

div.pm-clear {
	font: 0 none;
    clear: both;
}

/* ==bitrix== */

/*Data table*/
table.data-table {
    border: 1px solid #DCDCDC;
    border-collapse: collapse;
}

/*Any cell*/
table.data-table td {
    border: 1px solid #DCDCDC;
    background-color: #FFFFFF;
    color: #333;
    padding: 3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th {
    background-color: #E6E6E6;
    text-align: left;
    font-weight: normal;
    background-image: none;
    border: 1px solid #DCDCDC;
    padding: 4px;
    color: #333;
    vertical-align: top;
}

/*Body cell*/
table.data-table tbody td {
    background-color: #FFF;
    background-image: none;
    color: #333;
}

/*Foot cell*/
table.data-table tfoot td {
    background-color: #E6E6E6;
    padding: 4px;
    color: #333;
}

/*Error & OK messages*/
body .errortext {
    color: red;
}

body .notetext {
    color: green;
}

.box{
    float: left;
    width: 100%;
    background: #fff;
}
.box_left{
    width: 200px;
    float: left;
}
.box_center{
    width: 750px;
    padding: 0px 12px;
    float: left;
}
.box_center h1
{
    color: #f26520;
}
.box_right{
    width: 200px;
    float: right;
}
.pm-site__footer
{
	padding-bottom:0px !important;
	margin-bottom:0px !important;
}

.admin_order_credit {
	height:46px;
	padding-right:180px;
	background:url('//disk4car.ru.opt-images.1c-bitrix-cdn.ru/images/credit_icon.png?15157304189557') right center no-repeat;
	background-size: contain;
}

.zabrat_sam, .skidka_block {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.popup_overlay{
    display: none;
  /*  background: rgba(0,0,0,.9); */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.popup{
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 400px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 100;
    text-align: left;
}
.popup_content{
    padding: 30px;
}
.closer{
    float: right;
    cursor: pointer;
    margin: 8px 13px;
    font-weight: bold;
}

.top-navigation {
    float: right;
    margin-top: -5px;
    padding: 0;
}

.top-navigation .navigation-title {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.sort__catalog {
    clear: both;
    margin-top: 20px;
}