* {
    outline: none;
}
html, body {
	height: 100%;
    min-width: 240px;
}
body{
    /*min-width: 1260px;*/
	margin: 0;
	color: #000;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	line-height: 1.25;
}
a {
    color: #475bb1;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
	text-decoration:underline;
}

h1{
	margin: 0 0 12px;
    font-weight: 300;
	line-height: 1;
}
h2{
	margin: 0 0 12px;
    font-weight: 300;
    line-height: 1;
}
h3{
	margin: 0 0 6px;
    line-height: 1;
	font-weight: 600;
}
h4{
	margin: 0 0 6px;
    line-height: 1;
	font-weight: 500;
}
h5{
	display: block;
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: normal;
}
h6{
}
label{
	display: block;
    margin: 0 0 6px 0;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	font-size: 15px;
	position: relative;
	border: 2px solid transparent;
	outline: 1px solid transparent;
	outline-offset: -3px;
	min-width: 120px;
	box-sizing: border-box;
	padding: 9px 12px 10px;
	color: #fff;
    text-align: center;
	line-height: 1;
	font-weight: 600;
	box-shadow: 0 4px 8px 0 transparent;
	cursor: pointer;
	overflow: hidden;
	transition: all .2s ease-in-out;
    white-space: nowrap;
    background-color: rgba(0,0,0,1.0);
}
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	outline: 1px solid rgb(255, 255, 255);
}

.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{
	transform: scale(0.98);
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
	text-decoration:none;
	background-color: rgba(0,0,0,1.0);
}
.button > span,
button > span,
input[type="button"] > span,
input[type="reset"] > span,
input[type="submit"] > span{
    position: relative;
	display:inline-block;
	transition: all .2s ease-in-out;
}
.button > span:before,
button > span:before,
input[type="button"] > span:before,
input[type="reset"] > span:before,
input[type="submit"] > span:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
	transition: all .2s ease-in-out;
}
.button > span:after,
button > span:after,
input[type="button"] > span:after,
input[type="reset"] > span:after,
input[type="submit"] > span:after{
	content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 4px;
    left: calc(100% + 2px);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
	opacity: .0;
	transition: all .2s ease-in-out;
}
.button:hover > span,
button:hover > span,
input[type="button"]:hover > span,
input[type="reset"]:hover > span,
input[type="submit"]:hover > span{
	transform: translateX(-5px);
}
.button:hover > span:before,
button:hover > span:before,
input[type="button"]:hover > span:before,
input[type="reset"]:hover > span:before,
input[type="submit"]:hover > span:before{
	/*height: 1px;*/
}
.button:hover > span:after,
button:hover > span:after,
input[type="button"]:hover > span:after,
input[type="reset"]:hover > span:after,
input[type="submit"]:hover > span:after{
	opacity: 1;
	transform: rotate(45deg) translate(3.5px, -3.5px);
}
.btn_back > span:after{
    right: calc(100% + 2px);
    left: unset;
    border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
}
.btn_back:hover > span{
	transform: translateX(5px);
}
.btn_back:hover > span:after{
	opacity: 1;
	transform: rotate(45deg) translate(-3.5px, 3.5px);
}
.button_unset{
	font-size: unset;
	position: unset;
	border: unset;
	outline: unset;
	outline-offset: unset;
	min-width:unset;
	box-sizing: unset;
	padding: unset;
	color: unset;
    text-align: unset;
	line-height: unset;
	font-weight: unset;
	box-shadow: unset;
	cursor: unset;
	overflow: unset;
	transition: unset;
    white-space: unset;
    background-color: unset;
}
.button_unset:focus{
	outline: unset;
}
.button_unset:active{
	transform: unset;
}
.button_unset:hover{
    box-shadow: unset;
	text-decoration:unset;
	background-color: unset;
}
/*
.button_unset span{
    position: unset;
	display: unset;
	transition: unset;
}
.button_unset span:before{
	content: none;
}
.button_unset span:after{
	content: none;
}
.button_unset:hover span{
	transform: unset;
}
.button_unset:hover span:before{
	height: unset;
}
.button_unset:hover span:after{
	opacity: unset;
	transform: unset;
}/**/
textarea,
input[type="password"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"]{
	font-size: 15px;
	line-height: 17px;
    color: #000;
    text-align: left;
    position: relative;
    border: 1px solid rgba(0,0,0,1);
	padding: 9px 10px 10px;
	outline-offset: -2px;
	outline: 1px solid transparent;
	box-sizing: border-box;
    box-shadow: 0 4px 8px 0 transparent;
    overflow: hidden;
    transition: outline .2s ease-in-out;
    background-color: rgb(255, 255, 255);
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}
textarea,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus{
    /*border: 2px solid rgba(0,0,0,1);
	padding: 8px 10px 9px;
	/*outline: 2px solid rgba(213, 0, 0, 0.2);*/
}

textarea,
input[type="password"]:active,
input[type="text"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="url"]:active{
}
textarea,
input[type="password"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}


input[type="checkbox"]{}
input[type="file"]{}
input[type="hidden"]{}
input[type="image"]{}
input[type="radio"]{}
input[type="color"]{}
input[type="date"]{}
input[type="datetime"]{}
input[type="datetime-local"]{}
input[type="range"]{}
input[type="time"]{}
input[type="month"]{}
input[type="week"]{}
select:focus{}
textarea{
	min-height:50px;
	resize: vertical;
}
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В±ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ ***/
.content_dis_clear:after {
  content: '';
  display: table;
  clear: both;
}
.section_row{
	
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.max_height_toggle{
	max-height: 500px;
    transition: max-height 250ms ease-in;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВў */
.page-content{
}
.page-content h1{}
.page-content h2{}
.page-content h3{}
.page-content h4{}
.page-content h5{}
.page-content h6{}
.page-content p{
	margin: 0 0 12px;
	text-align: justify;
}
.page-content p img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
	max-width: 100%;
}
.page-content ul {
    margin: 0;
    padding: 0 0 24px 12px;
    list-style: none;
}
.page-content ul li {
    position: relative;
    padding: 0 0 6px 13px;
    text-align: justify;
}
.page-content ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d50000;
    top: 7px;
    left: 0;
}
.page-content ol {
    margin: 0;
    padding: 0px 0 24px 16px;
    list-style: decimal;
}
.page-content ol li {
    position: relative;
    padding: 0 0 6px 8px;
    text-align: justify;
}
.page-content blockquote{
    padding: 0 0 0 12px;
    position: relative;
    margin: 0 0 12px;
    min-height: 19px;
    border-left: 24px solid #ccc;
}
.page-content blockquote:before {
    position: relative;
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    content: "\275d";
    margin: 0 0 0 -34px;
}

.downloadFile {
    position: relative;
    display: block;
    margin: 0 0 12px 0;
}
.fileItem__link {
    position: relative;
    display: inline-flex;
}
.icon__icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    -webkit-transform: none;
    transform: none;
    vertical-align: top;
}
.icon__icon img {
    max-height: 100%;
    max-width: 100%;
}

.display_none,
.for_mobile{
	display:none!important;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўв‚¬ЕѕГ‚ВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўв‚¬ЕѕГўв‚¬вЂњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬ВўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вў */
.pop-up{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7000;
}
.pop-up-back{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: #000;
    opacity: .6;
}
.pop-up-dialog{
	height: auto; 
	width: 	auto;
	transition: all 400ms ease-in;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:1000px;
    background-color: #f2f2f2;
    padding: 24px 24px;
	
	position: fixed;
    z-index: 8000; 
	display: block;
	border: none;
	overflow: auto;
	
	max-height: 90%;
    /*max-width: 100%;*/
}
#pop-up-pages .pop-up-dialog{
	width: 90%;
	height: 90%; 
}
.pop-up-btn-close{
	position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    border: none;
	z-index: 1;
}
.pop-up-content{
	position:relative;
	max-height: 100%;
}
#pop-up-pages .pop-up-content{
	height: 100%;
}
.pop-up-content:after, .pop-up-content:before {
    content: " ";
    display: table;
}
.pop-up-content:after {
    clear: both;
}

.pop-up-left{
	width: 25%;
	right: 0;
    top: 20px;
    position: absolute;
}
.pop-up-left ul{
	padding-left:0;
}
.pop-up-main{
	width: calc(75% - 12px);
    float: left;
    min-height: 200px;
    padding: 0px 12px 0 0;
    box-sizing: border-box;
    overflow: auto;
    height: calc(100% - 34px);
}
.border_red{
	border: 1px solid #d50000!important;
    display: -webkit-inline-box!important;
}
.dis_unset{
	display: unset!important;
}
.pop-up-form{
	overflow: auto;
    max-height: 90%;
    max-width: 100%;
}

/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬ВўГѓВўГўвЂљВ¬ГўвЂћВў ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В·ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ‚ВЏГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬вЂњГѓВўГўвЂљВ¬ГўвЂћВў */
#callbacks fieldset,
.pop-up-form fieldset{
    padding: 0;
    margin: 0 0 12px 0;
    border: none;
}
.field-validation-error {
    float: right;
    font-size: 12px;
    color: #e52c30;
	display: none;
	margin: 10px 0 5px 0;
}

fieldset > label {
    font-weight: 400;
	margin: 10px 0 5px 0;
	display: block;
}
.formRequired {
    color: #e52c30;
}
fieldset > input[type=text],
fieldset > input[type=tel],
fieldset > input[type=email], 
fieldset > textarea {
	width: 100%;
	max-width:100%;
}
.clear {
    clear: both;
}
.actOnCheckBoxItem {
    display: block;
    float: left;
    margin-right: 10px;
	margin: 2px 0 0;
    line-height: normal;
}
.actOnCheckBoxLabel {
    display: block;
    float: left;
    width: 95%;
    margin: 0 0 0 12px;
}
#callbacks > input[type=submit],
.pop-up-form  > input[type=submit]{
	margin: 10px auto;
    display: block;
    background-color: #d50000;
}
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В±ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ END***/
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ‚ВЃГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ***/
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВєГѓвЂГ…ВЎГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўв‚¬ВєГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГ‹Е“ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ‚ВЏ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° */
.header *:after, .header *:before  {
}
.header{
	width: 100%;
	position: relative;
	display: block;
	z-index: 500;
	box-shadow: 0 0 50px 10px rgba(0,0,0,.05);
	margin:0;
}
#header_main {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
    transition: all 200ms;
}
.header_top_info{
    min-width: 100%;
    z-index: 700;
    background-color: #333;
    vertical-align: baseline;
	overflow: hidden;
	color:#ffffff;
	font-size: 13px;
	line-height: 24px;
}
.header_top_info a{
	color: #ffffff;
}
.header_top_info a:hover{
	text-decoration:none;
}
.header_top_info .container_header {
}
.header__item {
    display: inline-block;
}
.header__right_menu{
    float: right;
}
.header__kusr {
}
.date_kusr{
    padding-right: 20px;
}
.date_kusr2{
}
.made_in_russia_title{
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    display: block;
    text-align: center;
}
.date_kusr_symbol{
	font-size: 0.8em;
	margin-left: 3px;
}
.basket_header{
	border-left: 1px solid #666;
	padding: 0 19px;
	display: inline-block;
	height:100%;
	float: left;
}
.basket_header:hover{
	background:#3e3e3e;
}
.basket_header:last-child{
	border-right: 1px solid #666;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГ…ВЎГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ‚ВЏ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° */
.header_top{
    min-width: 100%;
    z-index: 700;
    background-color: #fff;
    vertical-align: baseline;
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.06);
	overflow: hidden;
	font-size: 14px;
}
.header__logo {
    float: left;
    margin: 0 20px 0 0;
}
.header__logo a {
	height: 34px;
    display: inline-block;
    margin: 13px 0 0 0;
}
.header__logo a img {
	height: 100%;
}
.header__search {
    float: right;
    margin: 0 0px 0 0;
}
.search_in_form {
    margin: 13px 0 0 0;
	height: 34px;
	width: 250px;
}
.search_in_form form{
    height: 100%;
    width: 100%;
	position: relative;
}
.search_in_form form input{
    line-height: 34px;
    font-size: 14px;
}
.search_in_form form input[type="submit"]{
	position: absolute;
    top: 0;
    right: 0;
	border: none;
	box-sizing: border-box;
	border-radius: 0px 2px 2px 0px;
	width:80px;
	height: 34px;
	background:rgba(0, 0, 0, 0.2);
	padding: 0;
	transition: all .2s ease-in-out;
	box-shadow: 0 4px 8px 0 transparent;
	float:unset;
	display: unset;
	min-width: unset;
	outline: unset;
	outline-offset: unset;
	color: unset;
	font-weight: unset;
}
.search_in_form form input[type="text"]{
	border: none;
	border-top: 2px solid rgba(0,0,0,0.2);
	border-right: none;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	border-left: 2px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
    width: calc(100% - 80px);
	height: 34px;
	-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: 0 4px 8px 0 transparent;
    /*-webkit-box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0px 0px 2px rgba(0, 0, 0, 0.2) inset;/**/
	transition: all .2s ease-in-out;
    padding: 0 10px;
    color: unset;
    position: unset;
	outline: unset;
	outline-offset: unset;
    background-color: unset;
    display: unset;
    float: unset;
}
.search_in_form form:hover input[type="submit"]{
	background: rgba(0,0,0,.3);
}
.search_in_form form:hover input[type="text"]{
	border-top: 2px solid rgba(0,0,0,0.3);
	border-bottom: 2px solid rgba(0,0,0,0.3);
	border-left: 2px solid rgba(0,0,0,0.3);
}
.search_in_form form input[type="text"]:focus,
.search_in_form form input[type="text"]:focus input[type="text"]{
	border-top: 2px solid rgb(213,0,0);
	border-bottom: 2px solid rgb(213,0,0);
	border-left: 2px solid rgb(213,0,0);
}
.search_in_form form input[type="text"]:focus + input[type="submit"],
.search_in_form form input[type="submit"]:focus{
	background: rgb(213,0,0);
	color:#fff;
}


/*.search_in_form form input[type="text"]:focus,
.search_in_form form input[type="text"]:focus + input[type="submit"]{ 
	box-shadow: 0 0px 0px 2px #d50000 inset;
}
.search_in_form form input[type="text"]:focus + input[type="submit"]{ 
	background: #d50000;
	color:#fff;
}/**/
/*
header .search form .form-search:focus,
header .search form .form-search:focus + #search-form-submit-btn { 
	/* box-shadow: 0 0px 0px 2px var(--color-company-red) inset;*
	/*background:var(--color-company-red);*
}

header .search form .form-search:focus + #search-form-submit-btn {
	/*background:var(--color-company-red);*
}/**/
.header__number {
	float:right;
	margin: 5px 20px 0 0;
	/*margin: 11px 20px 0 0;*/
}
.phone {
    display: block;
    color: #191919;
    font-size: 18px;
    line-height: 1;
	text-align: center;
}
.work_time {
    position: relative;
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 1;
    padding: 4px 0 0 0px;
    text-align: center;
}
.header__menu{
	float: left;
    list-style: none;
    margin: 13px 00px 0 0;
    padding: 0;
	    width: calc(100% - 545px - 40px);
    height: 34px;
	overflow: hidden;
}
.header__menu li{
	display: inline-block;
    height: 100%;
    padding: 0 6px;
	line-height: 34px;
	max-width: 100px;
}
.header__menu li:first-child{
	padding-left:0;
}
.header__menu li:last-child{
	padding-right:0;
}

.header__menu li a{    
    font-weight: 300;
	line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
	color:#000;
}
.btn_menu_category{
	float:right;
	display:none;
	margin: 0 0px 0 0px;
}
.btn_menu_category a{
	margin: 20px 0px 0 20px;
    display: block;
}

/* Icon 4 */
.nav-icon {
  width: 25px;
  height: 20px;
  position: relative;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d3531a;
  border-radius: 0px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out, box-shadow .2s ease-in-out;
  -moz-transition: .4s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: .4s ease-in-out, box-shadow .2s ease-in-out;
  transition: .4s ease-in-out, box-shadow .2s ease-in-out;
  box-shadow: 0 4px 8px 0 transparent, box-shadow .2s ease-in-out;
}
.nav-icon:hover span {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.nav-icon span:nth-child(3) {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}

.nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	top: 0px;
    right: 0px;
    width: 26.5px;
}

.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0px;
    right: 0px;
    width: 26.5px;
}
/* ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° */
.header_top_menu {
	min-width: 100%;
	height: 50px;
    z-index: 700;
    vertical-align: baseline;
	/*border-top: 1px solid #ddd;*/
    /* border-bottom: 1px solid #ddd; */
	border-width: 0;
    /*margin-top: -1px;*/
    /*background: #f2f2f2;*/
    font-size: 14px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	/*white-space: nowrap;*/

    max-height: 0;
    transition: max-height 0.4s ease-out;
	visibility: hidden;
	
	max-height: 49px;
    transition: max-height 0.2s ease-out, visibility 0s ease 0.2s, background 0.2s ease 0.2s;
    visibility: visible;
    background: #333;
    border-width: 1px;
}
/*.height_max{
	max-height: 49px;
    transition: max-height 0.2s ease-out, visibility 0s ease 0.2s, background 0.2s ease 0.2s;
    visibility: visible;
    background: #333;
    border-width: 1px;
}/**/
.menu_other{
	display:none;
}
.header_top_menu a{
	text-decoration:none;
}
.header_top_menu > .container ul{
	list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header_top_menu > .container > .new_menu > ul > li,
.header_top_menu > .container > ul > li{
    position: relative;
	display: inline-block;
	box-sizing: border-box;
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
	min-width: 62px;
    max-width: 212px;
	text-align: center;
	cursor:pointer;
	border-bottom: 1px solid transparent;
}
.header_top_menu > .container > .new_menu > ul > .display_none,
.header_top_menu > .container > ul > .display_none{
	display: none;
}
#catalog_more{
	
}
#catalog_more ul{
	
}
#catalog_more ul li{
	
}
.header_top_menu > .container > .new_menu > ul > li.selected,
.header_top_menu > .container > ul > li.selected{
	border-bottom: 1px solid #d50000;
}
.header_top_menu > .container > .new_menu > ul > li:hover,
.header_top_menu > .container > ul > li:hover{
	border-bottom: 1px solid #d50000;
}
.header_top_menu > .container > .new_menu > ul > li:hover:before,
.header_top_menu > .container > ul > li:hover:before,
.header_top_menu > .container > .new_menu > ul > li:hover:after,
.header_top_menu > .container > ul > li:hover:after{
	content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -7px;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #d50000 transparent;
}
.header_top_menu > .container > .new_menu > ul > li:hover:after,
.header_top_menu > .container > ul > li:hover:after{
	margin: 0 0 0 -6px;
    border-width: 0 6px 6px;
    border-color: transparent transparent #fff transparent;
}
.header_top_menu > .container ul > li:hover ul{
	
}
.header_top_menu > .container > .new_menu > ul > li > span,
.header_top_menu > .container > ul > li > span,
.header_top_menu > .container > .new_menu > ul > li > a,
.header_top_menu > .container > ul > li > a{
	/*font-weight: 300;*/
	color:#fff;
	text-align: center;
}
.header_top_menu > .container > .new_menu > ul > li > span,
.header_top_menu > .container > ul > li > span,
.header_top_menu > .container > .new_menu > ul > li > a > .menu_item_inner,
.header_top_menu > .container > ul > li > a > .menu_item_inner{
	line-height: 1;
    display: inline-block;
    vertical-align: middle;
	padding-bottom: 3px;
}
.header_top_menu > .container > .new_menu > ul > li > a,
.header_top_menu > .container > ul > li > a{
	height: 100%;
    display: block;
}
.header_top_menu > .container ul > li > ul{
	display: none;
	position: absolute;
	width: -ms-max-content;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
    width: max-content;
    background: #fff;
    list-style: none;
    padding: 12px;
    margin: 0;
	top: calc(100% + 1px);
    left: -12px;
	cursor:default;
	min-width:200px;
	text-align: left;
}
.header_top_menu > .container ul > li:last-child > ul{
	left: unset;
	right: -12px;
}
.header_top_menu > .container ul > li > ul:after{
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: -1;
}
.header_top_menu > .container ul > li:hover ul{
    display: block;
}
.header_top_menu > .container ul > li > ul > li{
    padding: 6px 0;
	font-size: 14px;
    line-height: 18px;
}
.header_top_menu > .container ul > li > ul a,
.header_top_menu > .container ul > li > ul span{
    padding: 4px 0;
	color: #191919;
}
.header_top_menu > .container ul > li > ul > li a:hover{
	text-decoration:underline;
}
.header_top_menu > .container ul > li > ul > li:first-child{
	padding-top:0;
}
.header_top_menu > .container ul > li > ul > li:last-child{
	padding-bottom:0;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂ™Г‚ВђГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўвЂљВ¬Г‚Вќ */
.header_main_zero {
    height: 0px;
    width: 100%;
    background-color: transparent;
    position: fixed;
}
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ‚ВЃГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° END ***/
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‹Е“ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ ***/
.section_banner{
	padding:0 0 0 0;
	border-bottom: 1px solid rgba(0,0,0,.06);
	/*box-shadow: 0 0 50px 10px rgba(0,0,0,.05);*/
	/* box-sizing:content-box; */
}
.banner{
	width:100%;
	height: auto;
	display:block;
}
.banner_a{
	display: block;
}
.banner_img{
	width: 100%;
	display: block;
}
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‹Е“ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ END ***/
.banner{

}
.product_list_banner{
	box-shadow: -1px 0 0 0 #cdcdcd inset, 0 -1px 0 0 #cdcdcd inset, -1px -1px 0 0 #cdcdcd, -1px 0 0 0 #cdcdcd, 0 -1px 0 0 #cdcdcd;
    border: none;
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
	display:block;
    -ms-flex-direction: column;
    flex-direction: column;
	transition: all .25s ease-in-out;
	color: inherit;
}
.product_list_banner:hover{
	text-decoration:none;
	background: rgba(0,0,0,0.2);
}
.product_list_img_banner{
	width: 100%;
    height: auto;
    margin: 0 0 6px 0;
    max-height: 100%;
    max-width: 100%;
    position: relative;
}
.product_list_img_banner img{
	display: block;
    height: 100%;
    width: 100%;
}
.product_list_title_banner{
	width: 100%;
	margin: 0 0 22px 0;
	font-weight: 500;
    color: #000;
	font-size: 14px;
    line-height: 1.5;
}
.product_list_article_banner{
    display: none;
}
.product_list_other_banner{
	margin-bottom: 12px;
	position: relative;
}
.product_price_banner,
.product_in_stock_banner{
}
.product_price_banner{
    display: block;
	font-size: 1.5rem;
    font-weight: 600;
	
	color: #d50000;
}
.product_old_price_banner{
	margin: 0 0 0 0;
    font-size: 1rem;
	font-weight: normal;
    color: rgba(0,0,0,0.75);
	
	display: block;
    text-decoration: line-through;
}
.product_in_stock_banner{
	float: right;
	margin-top: -21px;
	color: #d50000;
    font-weight: 700;
    text-transform: uppercase;
}
.product_marketing_list_banner{
    padding: 0!important;
}
.product_more_banner{
	margin: 0;
    padding: 0;
    text-align: right;
    color: #d50000;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

/*** MAIN ***/
.section_main {
	padding: 24px 0 0 0;
}
.main{
}
.main:after, 
.main:before{
    content: " ";
    display: table;
}
.main:after{
    clear: both;
}
.col-left, 
.col-main,
.col-right{
    float: left;
}
.col-left{
	width: 25%;
}
.col-main{
	width: 75%;
}
.col-right{
	width: 0;
}
.main_max .col-left{
	width: 0%;
	display:none;
}
.main_max .col-main{
	width: 100%;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўв‚¬ЕѕГ‚ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬ВўГѓВўГўвЂљВ¬ГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГ‹Е“ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬ВўГѓВђГўв‚¬В¦ */
#menu_vertic{
    padding: 0px;
    width: calc(100% - 12px);
    clear: right;
    box-sizing: border-box;
    margin: 0 0 12px 0;
    /*background: #fff;*/
}
#menu_vertic > ul,
#menu_vertic > ul li a,
#menu_vertic > ul li span{
    color: #000000;
    font-size: 14px;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 16px;
}
#menu_vertic > ul li span:hover{
	text-decoration:underline;
}
#menu_vertic > ul{
	margin: 0;
    padding: 0;
	list-style: none;
}
#menu_vertic > ul li{
	position: relative;
	margin: 0 0 6px -20px;
	padding: 0 0 0 20px;
	
}
#menu_vertic > ul li:last-child{
	margin-bottom:0;
}
#menu_vertic > ul li a,
#menu_vertic > ul li span{
	/*display: block;*/
}
#menu_vertic > ul > li > a,
#menu_vertic > ul > li > span{
    padding: 0 0 0px 20px;
    margin: 0 0 0 -20px;
    cursor: pointer;
}
#menu_vertic > ul > li > a:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ccc;
    top: 6px;
    left: 8px;
}
#menu_vertic > ul > li > a:hover:before{
    background: #d50000;
}
#menu_vertic > ul > li > span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background: #d50000;
    top: 7px;
    left: 6px;
}
#menu_vertic > ul > li > span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background: #d50000;
    top: 4px;
    left: 9px;
	transition: transform 0.25s;
}
#menu_vertic > ul .selected > span:after{
	transform: rotate(90deg);
}
#menu_vertic > ul li ul{
	margin: 0;
    padding: 0;
	list-style: none;
	max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
#menu_vertic > ul .selected > ul{
	max-height: 500px;
    transition: max-height 0.25s ease-in;
}

/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂ™Г‚ВђГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В±ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўв‚¬ЕѕГўв‚¬вЂњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬ВєГѓВўГўвЂљВ¬Г‚В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Лњ */
.bread_crumbs{
	font-size: 12px;
    color: #666;
	line-height: 1;
}

.bread_crumbs a{
	font-size: inherit;
    line-height: inherit;
	padding: 0 0 24px 0;
	display: inline-block;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° */
.product_cart{
	margin: 0 0 24px 0;
}
.section_nav{
	padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgb(229, 229, 229);
    box-shadow: 0px 6px 24px -16px rgb(0, 0, 0, 0.5);
}
.nav,
.nav_r{
	list-style: none;
    margin: 0;
    padding: 0;
}
.nav{
	float: left;
}
.nav_r{
	float: right;
}
.nav span,
.nav_r span{
    display: inline-block;
    padding: 0 12px;
    height: 24px;
}
.nav span:first-child,
.nav_r span:first-child{
    padding-left: 0;
}
.nav span:last-child,
.nav_r span:last-child{
    padding-right: 0;
}
.nav span a{
	font-size: 16px;
}
.nav span a:hover{
	text-decoration:none;
	color: #333;
}
.nav span a.active{
	
}
.nav_r span a{
}
.detail{
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgb(229, 229, 229);
    box-shadow: 0px -10px 24px -20px rgb(0, 0, 0, 0.5) inset;
	margin: 0 0 12px 0;
}
.detail_inf{
	width: 67%;
    float: left;
	border-right: 1px solid rgb(229, 229, 229);
	box-shadow: -12px 0px 25px -21px rgb(0, 0, 0, 0.5) inset;
	box-sizing:border-box;
	padding: 24px 0 0 0;
	background: #fff;
}
.detail_side{
	width: 33%;
    float: left;
	border-left: 1px solid rgb(229, 229, 229);
	box-sizing:border-box;
	padding: 0 0 0 0;
	margin-left: -1px;
	background: #fff;
}
.detail_side article{
	padding: 24px 0 24px 24px;
	border-bottom: 1px solid rgba(229, 229, 229, 0.5);
	position: relative;
}
.detail_side article:last-child{
	border-bottom: none;
}
.detail_side > div{
	/*padding: 0 0 12px 24px;
    float: left;
    width: 100%;
    /*display: block;*/
    /*box-sizing: border-box;
	position: relative;/**/
}
.detail_inf article{
	padding: 0 24px 12px 0;
}
#review{
	
}
.gallery{
	text-align: center;
}
#btn-gallery-close{
	display: none;
}
@media only screen and (min-width : 641px)/* and (max-width : 990px) */{
	.gallery_window_max{
		position: fixed;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: #ffffff;
		top: 0;
		left: 0;
		padding: 50px;
		box-sizing: border-box;
	}
	.gallery_window_max .simple_img{
		max-height:100%;
		height:100%;
	}
	.gallery_window_max .simple_img img{
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		top: 50%;
		display: block;
		position: relative;
		transform: translate(0, -50%);
	}
	.gallery_window_max .gellery_item_video,
	.gallery_window_max .simple_img iframe{
		display: none;
	}
	.gallery_window_max #btn-gallery-close{
		display: block;
		width: 56px;
		height: 56px;
		right: 50px;
		top: 50px;
	}
	.gallery_window_max .nav-icon{
		width: 100%;
		height: 100%;
	}
	.gallery_window_max .nav-icon.open span:nth-child(1){
		right: 1px;
		width: 77px;
	}
	.gallery_window_max .nav-icon.open span:nth-child(3){
		right: 1px;
		width: 77px;
	}
	.gallery_window_max .simple_img_thumbs{
		margin-top: 100px;
	}
}
.simple_img{
	margin-left: 0px;
    margin-right: 0px;
	width: calc(100% - 76px);
	display: inline-block;
    min-height: 1px;
	position: relative;
}
.simple_img img{
	max-width: 500px;
	cursor: pointer;
}
.simple_img iframe{
	max-width: 500px;
    width: 500px;
    height: 281px;
}
#film img{
	cursor:pointer;
}
.zoom_image{
	display: none;
}
.zoom_image_max{
	display: none;
}
.overflow_hidden{
    overflow: hidden;
}
@media only screen and (min-width: 641px){
	.zoom_image{
		position: fixed;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: #ffffff;
		top: 0;
		left: 0;
		padding: 50px 110px;
		box-sizing: border-box;
	}
	.overflow_hidden{
		
	}
	.zoom_image_max{
		display: block;
	}
	.zoom_image_content{
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	#btn-zoom-image-close{
		display: block;
		width: 56px;
		height: 56px;
		right: 50px;
		top: 50px;
	}
	.zoom_image .nav-icon{
		width: 100%;
		height: 100%;
	}
	.zoom_image .nav-icon.open span:nth-child(1){
		right: 1px;
		width: 77px;
	}
	.zoom_image .nav-icon.open span:nth-child(3){
		right: 1px;
		width: 77px;
	}
}

.simple_imgIP65:before{
	content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    background-image: url(/_templates/images/icon/IP65.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    opacity: 0.8;
    /* transform: translate(-50%,-50%); */
}
.simple2_imgIP65:before{
	content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    background-image: url(/_templates/images/icon/IP65.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    opacity: 0.8;
	z-index:1;
    /* transform: translate(-50%,-50%); */
}
.simple_img_thumbs{
	list-style: none;
	min-height: 1px;
	display: inline-block;
    float: right;
	padding:0;
	margin:0 0 0 20px;
	width: 56px;
}
.gellery_item{
	position: relative;
	cursor: pointer;
	margin:0 0 12px 0;
	width: 56px;
    height: 56px;
}
.gellery_item_img{
	
}
.gellery_item_video{
	
}
.gellery_item_video:after{
	content: "";
    position: absolute;
    width: 42%;
    height: 30%;
    background-image: url(/_templates/images/icon/youtube_2017.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    opacity: 0.8;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gellery_item.active img{
	opacity:0.25;
}
.gellery_item_video.active:after{
	opacity:0.5;
}
.gellery_item img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 46px;
	max-height: 46px;
	margin: auto;
}
#description{
	
}
.product_description{
    margin: 0 0 12px 0;
	overflow: hidden;
    white-space: normal;
    text-overflow: clip;
    /* word-break: break-all; */
}
#file{
	
}
.product_files{
    margin: 0 0 12px 0;
}
.product_files .row{
	display: flex;
    position: relative;
    padding: 0 0 12px 0;
}
.product_files .row img{
	width: 20px;
    height: 20px;
    float: left;
	padding: 0 12px 0 0;
}
.product_files .row a{
	display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    max-width: calc(100% - 33px);
    padding: 0 0 0 0;
    line-height: 20px;
    float: left;
}
.product_files .row .before{
	display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    max-width: calc(100% - 33px);
    padding: 0 0 0 0;
    line-height: 20px;
    float: left;
}
.product_files .row .after{
	display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    max-width: calc(100% - 33px);
    padding: 0 0 0 0;
    line-height: 20px;
    float: left;
}
#analogs{
	
}
.product_analogs{
	margin: 0px 0px 12px 0px;
}
.products_items_analog{
	list-style: none;
	margin: 0;
    padding: 0;
}
.content_dis_clear{
}
.suggest-img{
    float: left;
    display: block;
	position: relative;
    width: 100px;
    height: 100px;
}
.suggest-img img{
	position: absolute;
    top: 0;
    /*right: 0;*/
    /*bottom: 0;*/
    left: 0;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}
.suggest-info1{
	width: calc(100% - 220px);
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}
.suggest-info1 h3 a{
	
}
.suggest-article{
	display: block;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 6px;
}
.suggest-desc{
	font-size: 13px;
}
.suggest-info2{
	float: right;
    display: block;
    width: 120px;
    height: 100px;
}
.suggest-info2 .price{
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
}
/* comments */
#comments{
	
}
#btn-review{
	position: absolute;
    top: 0;
    right: 0;
}
.product_comments{
	position: relative;
	margin: 0 0 12px 0;
}
.no-review{
	max-width: calc(100% - 180px);
}
.product_comments .row{
	display: block;
    position: relative;
    margin: 0 0 24px 0;
    padding: 0px 0 24px 0;
    border-bottom: 1px solid rgb(229, 229, 229);;
}
.product_comments .row:last-child{
    margin: 0;
    padding: 0;
	border-bottom: none;
}
.comment_info{
	margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 100;
}
.review-rating-and-author-and-date{
	margin-bottom: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.review-rating-and-author{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.review-rating{
    display: inline-block;
    min-width: 60px;
}
.star-on,
.star-off,
.star-half,
.star-review{
    display: inline-block;
    min-width: 12px;
    min-height: 12px;
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
	margin-left: 0;
}
.star-on:not(:first-child),
.star-off:not(:first-child),
.star-half:not(:first-child){
	margin-left: 2px;
}
.star-on{
    background-image: url(/_templates/images/icon/star_on.svg);
}
.star-off{
    background-image: url(/_templates/images/icon/star_off.svg);
}
.star-half{
    background-image: url(/_templates/images/icon/star_half.svg);
}
.review-author{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
    color: #191919;
}
.review-author:before{
    padding-right: 10px;
    content: "|";
    color: #999999;
}
.review-date{
	font-weight: 100;
    color: #999999;
    font-size: 12px;
}
.summary-rating{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}
.summary-rating-stars{
	white-space: nowrap;
    height: 32px;
    display: inline-block;
}
.summary-rating-stars .star-on,
.summary-rating-stars .star-off,
.summary-rating-stars .star-half{
	min-width: 32px;
    min-height: 32px;
    background-size: 32px 32px;
}
.summary-rating-disclaimer{
    margin-top: 6px;
    font-size: 18px;
    color: #191919;
	font-weight: 500;
}
.summary-rating-value{
	
}
.review-description{
	word-break: break-word;
}
.review-comments{
	margin: 12px 0 0;
	padding: 6px;
    border: 1px solid rgb(229, 229, 229);
	border-radius: 4px;
}
.review-comments .review-author{
	margin-left: 0;
}
.review-comments .review-author:before{
	content: none;
}

/*  ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В·ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўв‚¬ЕѕГўв‚¬вЂњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўв‚¬ЕѕГўв‚¬вЂњ */
.review-rating-stars{
	white-space: nowrap;
    height: 32px;
    display: inline-block;
}
.star-review{
	min-width: 32px;
    min-height: 32px;
    background-size: 32px 32px;
	margin: 0;
}
.star-review{
	background-image: url(/_templates/images/icon/star_off_n.svg);
}
#pop-up-re0:hover ~ #review-rating-stars .star-review:nth-child(1),

#pop-up-re1:hover ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re1:hover ~ #review-rating-stars .star-review:nth-child(2),

#pop-up-re2:hover ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re2:hover ~ #review-rating-stars .star-review:nth-child(2),
#pop-up-re2:hover ~ #review-rating-stars .star-review:nth-child(3),

#pop-up-re3:hover ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re3:hover ~ #review-rating-stars .star-review:nth-child(2),
#pop-up-re3:hover ~ #review-rating-stars .star-review:nth-child(3),
#pop-up-re3:hover ~ #review-rating-stars .star-review:nth-child(4),

#pop-up-re4:hover ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re4:hover ~ #review-rating-stars .star-review:nth-child(2),
#pop-up-re4:hover ~ #review-rating-stars .star-review:nth-child(3),
#pop-up-re4:hover ~ #review-rating-stars .star-review:nth-child(4),
#pop-up-re4:hover ~ #review-rating-stars .star-review:nth-child(5)
{
    background-image: url(/_templates/images/icon/star_off.svg);
}

#pop-up-re0:checked ~ #review-rating-stars .star-review:nth-child(1),

#pop-up-re1:checked ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re1:checked ~ #review-rating-stars .star-review:nth-child(2),

#pop-up-re2:checked ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re2:checked ~ #review-rating-stars .star-review:nth-child(2),
#pop-up-re2:checked ~ #review-rating-stars .star-review:nth-child(3),

#pop-up-re3:checked ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re3:checked ~ #review-rating-stars .star-review:nth-child(2),
#pop-up-re3:checked ~ #review-rating-stars .star-review:nth-child(3),
#pop-up-re3:checked ~ #review-rating-stars .star-review:nth-child(4),

#pop-up-re4:checked ~ #review-rating-stars .star-review:nth-child(1),
#pop-up-re4:checked ~ #review-rating-stars .star-review:nth-child(2),
#pop-up-re4:checked ~ #review-rating-stars .star-review:nth-child(3),
#pop-up-re4:checked ~ #review-rating-stars .star-review:nth-child(4),
#pop-up-re4:checked ~ #review-rating-stars .star-review:nth-child(5)
{
    background-image: url(/_templates/images/icon/star_on.svg);
}



/* */


/* */
.detail_inf article{
	padding: 0 24px 24px 0;
}
.product_article{
	font-size: 11px;
	line-height:1em;
	display:block;
	margin:0 0 24px 0;
}
.product_price{
	margin:0 0 0px 0;
    font-size: 1.5rem;
    font-weight: 600;
}
.product_price_sale{
	
}
.item-prices-additional {
	display: flex;
    justify-content: space-between;
    margin: 15px 0 0px;
}
.item-price-friend {
    float: left;
    position: relative;
    padding: 0 0 0 27px;
    vertical-align: top;
}
.item-price-friend:before {
	content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -0;
    background: url(/_templates/images/icon/icon-check2.svg);
    background-size: cover;
	background-position: center;
    width: 20px;
    height: 20px;
}
.item-price-friend-link {
    display: inline-block;
    font: .9em/1.2em "CirceBold", arial, helvetica, sans-serif;
    /* text-transform: uppercase; */
    zoom: 1!ie;
    display: inline!ie;
}
.item-price-friend:hover .item-price-friend-help-text {
    margin-top: 0;
}
.item-price-dealer {
    float: right;
    position: relative;
    padding: 0 15px 0 27px;
    vertical-align: top;
}
.item-price-dealer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -0;
    background: url(/_templates/images/icon/icon-percent-red.svg);
	background-size: cover;
	background-position: center;
    width: 20px;
    height: 20px;
}
.item-price-dealer:hover .item-price-dealer-help-text {
    margin-top: 0;
}
.item-price-dealer-link {
    display: inline-block;
    font: .9em/1.2em "CirceBold", arial, helvetica, sans-serif;
    text-decoration: none;
    /* text-transform: uppercase; */
    zoom: 1!ie;
    display: inline!ie;
}
/**/
.item-price-dealer-help-text,
.item-price-friend-help-text {
    margin-top: -999999px;
    position: absolute;
    right: 50%;
    margin-right: -27px;
    top: 26px;
    padding: 15px;
    width: 260px;
    background: #45555c;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
    text-align: left;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .35);
    behavior: url(../js/PIE.htc);
	z-index: 10;
}
.item-price-dealer-help-text{
}
.item-price-dealer-help-text ul li:before,
.item-price-friend-help-text ul li:before{
	background: #FFF;
}
.item-price-dealer-help-arrow, 
.item-price-friend-help-arrow {
    position: absolute;
    right: 17px;
    top: -8px;
    width: 19px;
    height: 8px;
    background: url(/_templates/images/icon/catalogue-filter-title-help-arrow.png);
}
.item-price-dealer-help-text-inner,
.item-price-friend-help-text-inner {
    position: absolute;
    max-width: 275px;
}


.product_old_price{
	margin:0 0 0 0;
    font-size: 1rem;
    font-weight: 600;
	color: rgba(0,0,0,0.75);
}
.detail_side > .product_old_price{
	padding-bottom: 0;
}
.price-old{
	font-weight: normal;
	text-decoration: line-through;
}
.price-kop{
	display:none;
	font-size: 1.09rem;
}
.product__price__qt{
	font-size: 1.09rem;
}
.product__price__qt .count{
	font-size: .875rem;
	display:none;
}
.product_old_price .price-kop{
	font-size: 0.8rem;
    text-decoration: line-through;
}
.product_old_price .product__price__qt{
	font-size: 0.8rem;
}
.product_old_price .product__price__qt .count{
	font-size: .7rem;
	display:none;
}
.marketing_btn{
	margin: 12px 0 0 0;
	position: relative;
}
#btn-enquiries,
#btn-enquiries2{
	width: 100%;
    background: rgba(213,0,0,0.7);
	
    width: 49%;
    float: right;
    background: rgba(213,0,0,1);
    bottom: 0px;
    right: 0;
    position: absolute;
}
.marketing_basket{
    margin: 0 0 12px 0;
	display: none;
}
.add_basket{
	position: relative;
    width: 49%;
    display: inline-block;
}
.add_basket > span{
	display: block;
    margin: 0 0 6px 0;
}
.add_basket > input[type="number"]{
	box-sizing: border-box;
    width: 33%;
	float: left;
}
.add_basket > a{
	box-sizing: border-box;
    width: 67%;
    min-width: 0;
	float: left;
}
.basket_add_other{
	display: block;
    margin: 0 0 24px 0;
}
.marketing_social{
	margin: -1px -3px -1px -4px;
    display: block;
    position: absolute;
    top: 24px;
    right: 0;
}
article.list_shop{
	padding-top:12px;
	padding-bottom:12px;
	padding-left: 53px;
}
.product_icon{
    position: absolute;
    top: 13px;
    left: 24px;
	height: 16px;
}
.marketing_list{
	margin: 0 0 0 0;
}
.marketing_list ul{
	padding-left:0;
	padding-bottom: 0;
}
.marketing_list ul li{
	text-align: left;
}
.marketing_list ul li:last-child{
	padding-bottom:0;
}
.faq_links{
	margin: 0 0 0 0;
}
.links_list{
	padding:0;
	margin:0;
	list-style: none;
}
.links_list span{
	display: list-item;
	padding: 0 0 6px 0;
}
.sizes_filter{
	display: inline-block;
	margin: 0 0 6px 0;
}
.sizes_filter_wrap{
	
}
.filter_size_item{
	float: left;
    /* width: 36px; */
	/*padding: 4px 6px;*/
	box-shadow: 0 4px 8px 0 transparent;
    /* height: 36px; */
    /* line-height: 36px; */
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    margin: 0 6px 6px 0;
	transition: 0.2s ease-out;
}
.filter_size_item:hover{
	/*background:#000;*/
	border-color: #000;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}
.sizes_filter .selected{
	background:#000;
}
.sizes_filter .selected a{
	color:#fff;
}
.filter_size_link{
	color: #191919;
	padding: 4px 6px;
	display: block;
}
.filter_size_link:hover{
	text-decoration:none;
	/*color: #fff;*/
}
.filter_size_item_disable{
	opacity: 0.4;
}
.filter_size_item_disable:hover{
	border-color: #ccc;
	box-shadow: none;
}
.filter_size_item_disable:hover a{
	cursor:default;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В  */
.sorting_catalog{
    width: 100%;
	display: inline-block;
}
.sorting_catalog > div{
	position: relative;
	float: left;
	margin: 0 0 12px 0;
}
.sort_by{

}
.sort_by > div{
	display: inline-block;
    float: left;
    margin: 0 0 0 12px;
    text-transform: lowercase;
	line-height: 28px;
}
.sort_by > div:first-child{
	margin-left:0;
    text-transform: unset;
}
div.sorting__view{
		float:right;
}
.btn_sor_veiw{
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-size: 16px 16px;
    margin: 6px;
}
/*.sor_list_old{
    background-image: url(/_templates/images/icon/view_as_0.png);
}/**/
.sor_list{
    background-image: url(/_templates/images/icon/view_as_0.png);
}
.sor_grid{
    background-image: url(/_templates/images/icon/view_as_2.png);
}
/*.sor_grid_big{
    background-image: url(/_templates/images/icon/view_as_3.png);
}/**/
.sorting__view .selected{
	opacity: 0.4;
}
/*
.sorting-label{
	color: #999;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}
.sorting-order{
	position: relative;
	padding: 0 36px 0 15px;
	margin:0;
    line-height: 36px;
    display: block;
    min-width: 150px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 transparent;
    border: 1px solid #ccc;
    border-radius: 0px;
    transition: 0.2s ease-out;
	cursor: pointer;
}
.sorting-order:hover{
	border: 1px solid #000;
}
.sorting-order:focus,
.sorting-order:active{
	border: 1px solid #d50000;
}
.sorting-order:after {
	display: block;
    content: ' ';
    background-image: url(/_templates/images/icon/sort_by.svg);
    background-size: 8px 16px;
    height: 16px;
    width: 8px;
    position: absolute;
    top: 11px;
    right: 14px;
}
.sort_by ul{
	display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 0px;
    margin: 0;
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    border: 1px solid #d50000;
    border-top: none;
}
.btn_sort_by_open{
	display: block!important;
}
.sort_by ul .selected{
	background: #ccc;
}
.sort_by ul li{
	padding: 0;
    line-height: 28px;
    box-sizing: border-box;
}
.sort_by ul li:hover{
	background: #d50000;
}
.sort_by ul li a{
	padding: 0 0 0 14px;
	display:block;
	color:#000;
}
.sort_by ul li a:hover{
	text-decoration:none;
	color:#fff;
}/**/

/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В  */
.products_list{
	/*display: inline-block;
	width: 100%;/**/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В . ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° List */
.product_list{
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
	border-bottom: 1px solid #ededed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	width: 100%;
}
.product_list:last-child{
	border-bottom:none;
}
.ribbon{
    z-index: 1;
    position: absolute;
    top: 12px;
    left: 0;
    padding: 6px 12px;
	min-width:146px;
	text-align:center;
    background: rgba(213, 0, 0, 0.7);
    color: #fff;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
}
.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
}
.ribbon:before {
	width: 7px;
	height: 100%;
	top: 0;
	left: -6.5px;
	padding: 0 0 7px;
	background: inherit;
	border-radius: 5px 0 0 5px;
}
.ribbon:after {
	width: 5px;
	height: 5px;
	bottom: -5px;
	left: -4.5px;
	background: rgba(159, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
}
.ribbon_new{
    background: rgba(0, 54, 213, 0.7);
}
.ribbon_new:after {
	background: rgba(0, 54, 159, 0.7)
}
.detail_side .ribbon{
	top:0;
	position: relative;
    background: rgba(213, 0, 0, 1);
}
.detail_side .ribbon_new{
	position: relative;
    background: rgba(0, 54, 213, 1);
}
.product_list_img{
    width: 150px;
    height: 150px;
    margin: 0;
    vertical-align: top;
}
.product_list_img a{
    display: block;
	max-height: 100%;
    max-width: 100%;
	position: relative;
}
.product_list_img a img{
	display: block;
    height: 100%;
    width: 100%;
	transition: all .2s ease-in-out;
}
.product_list_img a img:hover{
	transform: scale(1.05);
}
.product_list_title_and_description{
	width: calc(100% - 175px - 185px);
	margin: 0 25px 0 25px;
}
.product_list_title{
	margin: 0 0 24px 0;
}
.product_list_title a{
	font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}
.product_list_description{
	line-height: 1.5;
}
.product_list_other{
	width: 160px;
	position: relative;
}
.product_list_article{
	font-size: 11px;
	line-height:1em;
	margin:0 0 12px 0;
}
.product_list_old_price{
	display: none;
}
.product_list_price{
	margin:0 0 12px 0;
	display: none;
}
.view_grid_main .product_list_price{
	font-size: 1.25rem;
	margin:0;
}
.product_basket{
	display: none !important;
}
.basket_list_add{
	display: inline-block;
}
.basket_list_add > span {
	display: block;
    margin: 0 0 6px 0;
}
.basket_list_add > input[type="number"] {
    box-sizing: border-box;
    width: 25%;
    float: left;
}
.basket_list_add > a {
    box-sizing: border-box;
    width: 75%;
    min-width: 0;
    float: left;
}

.basket_list_add input[type="number"]{
	border-color: rgba(0, 0, 0, 0.7);
}
.basket_list_add .button{
	background-color: rgba(0, 0, 0, 0.7);
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В . ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° OLD */
.view_list_old{
	border-bottom: 5px solid rgb(240, 240, 240);
    padding: 10px 0;
}
.view_list_old .product_list_img{
	width: 82px;
    height: 82px;
}
.view_list_old  .product_list_title_and_description {
    width: calc(100% - 92px - 144px);
    margin: 0 10px 0 10px;
}
.view_list_old .product_list_title {
    margin: 0 0 0 0;
}
.view_list_old .product_list_title a{
    font-size: unset;
    line-height: unset;
    font-weight: bold;
    color: unset;
}
.view_list_old .product_list_other {
    width: 134px;
}
.view_list_old .product_list_article{
	margin: 0 0 3px 0;
}
.view_list_old .product_list_price{
	    margin: 0 0 6px 0;
	font-size: 1.2rem;
}
.view_list_old  .basket_list_add > span {
    display: none;
}
.view_list_old .basket_list_add > input[type="number"]{
	padding: 3px 5px 4px;
}
.view_list_old .basket_list_add > a{
	padding: 3px 5px 4px;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В . ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° Grid */
.view_grid_small{
	
}
.view_grid_small .product_list{
    box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset, -1px -1px 0 0 #e6e6e6, -1px 0 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    border: none;
    width: 25%;
    padding: 20px 20px 60px;
    -ms-flex-direction: column;
    flex-direction: column;
}
.view_grid_small .product_list_img{
	width: 100%;
    height: auto;
    margin: 0 0 6px 0;
}
.view_grid_small .product_list_title_and_description {
    width: 100%;
    margin: 0 0 0px;
}
.view_grid_small .product_list_title{
	margin: 0 0 12px 0;
}
.view_grid_small .product_list_title a{
	font-size: 14px;
    line-height: 1.5;
}
.view_grid_small .product_list_description{
	display:none;
}
.view_grid_small .product_list_other{
	width: calc(100% - 40px);
	height: unset;
	position: absolute;
	bottom: 20px;
}
.view_grid_small .product_list_article{
	margin: 0 0 6px 0;
}
.view_grid_small .product_basket{
	position: absolute;
	width: 100%;
	bottom: 0;
	visibility: hidden;
	display: none;
}
.view_grid_small .basket_list_add{
	width: 100%;
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В  ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВўГўв‚¬ЕѕГўв‚¬вЂњ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓВўГўв‚¬ЕѕГўв‚¬вЂњ */
.view_grid_main{
	
}
.view_grid_main .product_list{
	padding-bottom: 20px;
}
.view_grid_main .product_list_title{
	margin: 0 0 3px 0;
}
.view_grid_main .product_list_title a{
    font-weight: normal;
    text-decoration: underline;
	font-size: 15px;
}
/**/
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В  special for Dima */
/*.view_list_dima{
	padding: 10px 0;
	width: 100%
}
.view_list_dima .ribbon{
	display:none;
}
.view_list_dima .product_list_img {
	padding: 0 20px;
	width:unset;
	height:unset;
	min-width: 24px;
	-webkit-order: 2;
	order: 2;
}
.view_list_dima .product_list_img a{
	display:none;
}
.view_list_dima .product_list_title_and_description{
	width: calc(100% - 175px);
    margin: 0 25px 0 0;
	-webkit-order: 1;
	order: 1;
}
.view_list_dima .product_list_title{
	margin: 0 0 0px 0;
}
.view_list_dima .product_list_other{
	-webkit-order: 3;
	order: 3;
}
.view_list_dima .product_old_price {
	display:none;
}
.view_list_dima .product_price {
	display:none;
}
.view_list_dima .product_basket{
	display:none;
}
.view_list_dima .product_list_description{
	display:none;
}/**/
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬Вќ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В . ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° Grid*/
/*.view_grid{
	box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset, -1px -1px 0 0 #e6e6e6, -1px 0 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    border: none;
    width: 25%;
    padding: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
}
.view_grid .product_list_img{
	width: 100%;
    height: auto;
    margin: 0 0 6px 0;
}
.view_grid .product_list_title_and_description {
    width: 100%;
    margin: 0 0 6px;
}
.view_grid .product_list_title{
	margin: 0;
	min-height: 65px;
}
.view_grid .product_list_title a{
	font-size: 14px;
    line-height: 1.5;
}
.view_grid .product_list_description{
	display:none;
}
.view_grid .product_list_other{
	width:100%;
	height: 124px;
}
.view_grid .product_list_article{
	margin: 0 0 3px 0;
}
.view_grid .product_basket{
	position: absolute;
    width: 100%;
    bottom: 0;
}
.view_grid .basket_list_add{
	width: 100%;
}/**/
/* category_children */
.category_children{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}
.category_children_item{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	width: calc(25% - 26px);
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 0 34px 36px 0;
}
.category_children_item:nth-child(4n){
	margin-right:0;
}
.category_children_item a{
	padding:0 0 6px 0;
	background: #ededed;
}
.category_children_item a .category_children_img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(213, 0, 0, 0);
	transition: 0.4s ease-out;
}
.category_children_item a:hover .category_children_img:after{
    background: rgba(213, 0, 0, 0.5);
}
.category_children_item a:hover .category_children_text{
	color: #d50000;
}
.category_children_img{
	width: 54%;
	min-height: 100px;
}
.category_children_img img{
	width: 100%;
	display: block;
	box-sizing: border-box;
    display: block;
    padding: 8px 8px 2px 8px;
}
.category_children_text{
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
    height: calc(100% - 6px);
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
	transition: 0.2s ease-out;
	color: #000;
}
.category_children_text:before{
    content: '';
    position: absolute;
	top: 12px;
    left: 4px;
    height: 0px;
    width: 0px;
    background: rgba(213, 0, 0, 0);
    transition: 0.2s ease-out;
    border-radius: 0;
    border-width: 8px;
    border-style: solid;
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ffffff;
    border-color: #ffffff transparent transparent #ffffff;
    z-index: 50;
    transform: rotate(-45deg);
}
.category_children_item a:hover .category_children_text:before{
	left: -7px;
}
/*.category_children{
	display: inline-block;
    width: 100%;
}
.category_children_item {
    position: relative;
    float: left;
    width: calc(25% - 9px);
    box-sizing: border-box;
    margin: 0 12px 24px 0;
    background: #f2f2f2;
    /*border: 1px solid #ccc;*
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    transition: all .2s ease-in-out;
}
.category_children_item:nth-child(4n){
	margin-right: 0;
}
.category_children_item:hover{
	box-shadow:0 10px 20px rgba(0,0,0,.2)
}
.category_children_link{
	display:block;
	padding: 0 0 55% 0;
	background-image: url(/_templates/images/catalog/back.jpg);
	background-position: center center;
    background-size: cover;
    background-size: 100%;
	transition: all .2s ease-in-out;
}
.category_children_link:before{
    content: '';
	z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 39%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 39%);
}
.category_children_item:hover .category_children_link{
    background-size: 120%;
}
/*.category_children_item:hover:nth-child(2n+1) .category_children_link{
	background-position: left top;
}
.category_children_item:hover:nth-child(2n) .category_children_link{
	background-position: right bottom;
}/**
.category_children_img{
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
	z-index: 10;
	object-fit: cover;
}
.category_children_text{
	position: absolute;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    top: 13px;
    left: 12px;
    right: 0;
    z-index: 50;
    font-size: 20px;
    line-height: 32px;
    /* font-weight: 300; */
    color: #000;
    overflow: hidden;
    /*white-space: unset;
    text-overflow: ellipsis;
    word-break: break-word;/**
}
.category_children_title{
	padding: 0px 6px 0px 6px;
    background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
    display: inline-block;
	
	/*position: absolute;
	width: calc(100% - 40px);
    top: 16px;
    left: 20px;
    right: 0;
	/*z-index: 50;
    font-size: 24px;
	line-height: 1.1;
	font-weight: 300;
	color: #fff;
    text-shadow: -4px -4px 24px rgb(255, 255, 255), 4px -4px 24px rgb(255, 255, 255), -4px 4px 24px rgb(255, 255, 255), 4px -4px 24px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255);
	text-shadow: 0px 0px 18px rgb(0,0,0), 0px 0px 18px rgb(0,0,0), 0px 0px 18px rgb(0,0,0), 0px 0px 18px rgb(0,0,0), 0px 0px 18px rgb(0,0,0);/**
}
/**/
/* category_children END */
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В¤ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬ВўГѓВўГўвЂљВ¬ГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВўГўв‚¬ЕѕГўв‚¬вЂњ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ */
.page-old_filter{
	margin: 0;
	display: flex;
}
.page-old_filter *{
	float:left;
}
.page-old_filter label{
	display:unset;
	font-weight: 700;
	margin:0 10px 0 20px;
	line-height: 30px;
}
.page-old_filter label:first-child{
	margin-left:0;
}
.page-old_filter span{
	line-height: 30px;
    margin: 0 0 0 10px;
}
.page-old_filter form{
    display: inline;
    margin: 0 auto;
	height:30px;
}
.page-old_filter select{
	height:100%;
}
#screennames{
	width: 240px; 
	height: 100%;
}
.page-old_filter form input[type="submit"]{
	height: 100%;
    padding: 0;
	margin: 0 0 0 10px;
}


/*** products_section ***/
.products_section{
	padding: 10px 0 0 0;
	position: relative;
}
.product_line{
	position: relative;
	width: calc(100% + 16px);
    overflow: hidden;
	margin-left: -6px;
    margin-right: -6px;
	/* overflow-x: auto; */
	/* overflow-y: overlay; */
}
.products_section h1{
	padding: 0 0 0 23px;
	margin: 0;
    position: relative;
}
.products_section h1:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 8px;
    background: #d50000;
}
.product_line_items{
	-webkit-transform: translateZ(0);
	-webkit-transition: all 500ms cubic-bezier(.5,0,.5,1);
	-moz-transition: all 500ms cubic-bezier(.5,0,.5,1);
	-ms-transition: all 500ms cubic-bezier(.5,0,.5,1);
	-o-transition: all 500ms cubic-bezier(.5,0,.5,1);
	transition: all 500ms cubic-bezier(.5,0,.5,1);
	-webkit-transition-timing-function: cubic-bezier(.5,0,.5,1);
	-moz-transition-timing-function: cubic-bezier(.5,0,.5,1);
	-ms-transition-timing-function: cubic-bezier(.5,0,.5,1);
	-o-transition-timing-function: cubic-bezier(.5,0,.5,1);
	transition-timing-function: cubic-bezier(.5,0,.5,1);
}
.product_line_items{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	padding: 10px 0;
}
.product_line_item{
	float: left;
	padding: 0px 12px 12px 12px;
    box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 1px;
	margin: 0px 6px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0);
	transition: all .2s ease-in-out;
}
.product_line_item:hover{
	border: 1px solid #E3E3E3;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
.product_line_img{
    vertical-align: top;
	width: 100%;
    height: auto;
    margin: 0 0 0px 0;
}
.product_line_img a {
    display: block;
    max-height: 100%;
    max-width: 100%;
	position: relative;
}
.product_line_img a img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
}
.product_line_img a img:hover{
	/*transform: scale(1.05);*/
}
.product_line_price{
	margin: 0 0 5px 0;
    font-size: 1.2rem;
    font-weight: 600;
	/*font-size: 26px;
    font-weight: bold;/**/
	display: inline-block;
}
.product_line_price span{
	font-size: 0.9rem;
	/*font-size: 18px;*/
}
.product_line_price_old{
	margin: 0 0 6px 0;
    font-size: 1rem;
    font-weight: normal;
	/*font-size: 20px;*/
	color: rgba(0,0,0,0.75);
	display: inline-block;
	position: relative;
	margin-left: 12px;
}
.product_line_price_old:after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top:50%;
	left:0;
	transform:translate(0, - 50%);
	background:rgba(0, 0, 0, 0.5);
}
.product_line_price_old span{
	font-size: 0.8rem;
	/*font-size: 16px;*/
}
.product_line_title{
	border-top: 1px solid #E3E3E3;
    padding-top: 5px;
}
.product_line_title a{
	color: #000;
	font-size: 13px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;	
    -webkit-line-clamp: 3;
}
.product_line_commands,
.product_line_commands label{
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.product_line_commands{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.product_line_commands label{
    display: none;
	width: 56px;
    height: 78px;
    /* background: rgba(0, 0, 0, 1); */
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: -30px;
    /* transform: translateY(-50%); */
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35); */
    /* border-radius: 50%; */
    /* border-width: 2px; */
    /* border-style: solid; */
    /* border-color: transparent; */
    margin: 0;
    z-index: 60;
}
/*.product_line_commands label:before{
	content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 0px);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 2px;
    background: #000;
}/**/
.product_line_commands label:after{
	content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 26px;
    transform: translate(0,-50%) rotate(135deg);
    border-radius: 0%;
    border-width: 4px;
    border-style: solid;
    border-top-color: #d50000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #d50000;
    border-color: #d50000 transparent transparent #d50000;
	-webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}
/*
.product_line_commands label{
    display: none;
    width: 44px;
    height: 44px;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    margin: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 60;
}
.product_line_commands label:before,
.product_line_commands label:after{
	content: '';
    position: absolute;
    width: 100px;
    height: 8px;
	background: #d50000;
	-webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}
.product_line_commands label:before{
    top: 50%;
    right: 12px;
    transform: translate(0,-50%) rotate(0deg);
}
.product_line_commands label:after{
    top: 50%;
    right: 12px;
    transform: translate(0,-50%) rotate(0deg);
}/**/

.product_line_commands label:hover{
	opacity: 0.75;
}
/*.product_line_commands label:hover{
	border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #000;
    border-color: transparent #000 transparent transparent;
}/**/
/*** products_section END ***/
/*** MAIN END ***/
/*** drivers ***/
.divTable{
	display: table;
	/*width: 100%;*/
}
.divTableBody {
	display: table-row-group;
}
.divTableRow {
	display: table-row;
}
.divTableRow:nth-child(2n+1){
	background-color: #f2f2f2;
}
.divTableCell {
	position:relative;
	display: table-cell;
    padding: 6px 12px;
	border: none;
}
.divTableCellPadding{
	padding-left: 31px;
}
.download_icon{
	position: absolute;
    top: 9px;
    left: 12px;
    height: 13px;
}

.divTableCell:first-child{
	padding-right: 6px;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.divTableHeading {
	background-color: rgba(213, 0, 0, 0.7);
    display: table-header-group;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
.divTableHeading .divTableRow {
	background-color: transparent;
}
.divTableHead{
    display: table-cell;
    padding: 12px 12px;
	border-bottom: 1px solid #d50000;
	border: none;
}
.divTableCellDisplayNone{
	display:none;
}
.divTableHeadPadding{
    padding-left: 12px;
}
.divTableHead:first-child{
    padding-right: 6px;
}
/*** drivers END ***/
/*** cscreensearch ***/
.section_cscreensearch{
	padding: 12px 0 0 0;
}
.cscreensearch{
	width: 100%;
    height: auto;
    display: block;
}
/*** drivers END ***/
/*** Equipment selection ***/
.section_equipment_selection{
	padding: 12px 0 0 0;
    /*border-bottom: 1px solid rgba(0,0,0,.06);*/
    /* box-shadow: 0 0 50px 10px rgba(0,0,0,.05); */
}
.equipment_selection{
	position: relative;
}
.qSel_catalog{
	position: absolute;
    top: 0px;
    right: 0px;
}
.eqSel_container{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.eqSel_column{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	
    -ms-flex-direction: column;
    flex-direction: column;
}
#eqSel_description{
    width: 230px;
    margin: 0px 24px 0 0;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0 0px 18px rgba(14,21,47,.1);
    padding: 12px;
    color: #000;
}
#eqSel_description:before{
    /*content: '?';*/
    position: absolute;
    top: 12px;
    left: 12px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0px;
}

.eqSel_form{
	width: calc(100% - 254px);
	padding-bottom: 50px;
}
.eqSel_inner{
	min-height: 266px;
}
.eqSel_btns{
	position: absolute;
    bottom: 0;
    left: 0;
}
.eqSel_wrap{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	overflow-x: hidden;
    overflow-y: auto;
}
.test_item{
	box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
	position: relative;
    width: 120px;
    margin: 0 12px 24px 12px;
    padding: 0;
	
}
.item-thumb{
    display: block;
	position: relative;
    height: 120px;
    border-radius: 6px 6px 6px 6px;
    /*background: #ccc;*/
}
.thumb__image{
	position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 6px;
	
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
	
	-webkit-box-shadow: 0 6px 18px rgba(14,21,47,.1), 0 -2px 6px rgba(14,21,47,.02);
    box-shadow: 0 6px 18px rgba(14,21,47,.1), 0 -2px 6px rgba(14,21,47,.02);
}
.test_item:hover .thumb__image{
	transform: translate(0,-8px);
    -webkit-box-shadow: 0 6px 18px rgba(14,21,47,.1), 0 -2px 6px rgba(14,21,47,.02), 0 10px 18px rgba(14,21,47,.1);
	box-shadow: 0 6px 18px rgba(14,21,47,.1), 0 -2px 6px rgba(14,21,47,.02), 0 10px 18px rgba(14,21,47,.1);
}
.test_active{
	background:#ccc;
}
.showcase__item-descr{
	width: 100%;
	margin-top: 10px;
}
.showcase__item-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
}
.thumb-title{
    margin-top: 8px;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    text-align: center;
    opacity: .75;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.test_item:hover .thumb-title{
	opacity: 1;
}
#eqSel_categories{
	margin-left: -12px;
    margin-right: -12px;
	padding-top: 12px;
}
#eqSel_test{
	margin-left: -12px;
    margin-right: -12px;
	padding-top: 12px;
}
#eqSel_send{
	
}
#eqSelEmail fieldset{
    padding: 0;
    margin: 0 0 12px 0;
    border: none;
}
#eqSel_btn_send{
	background-color: #d50000;
	margin-left: 12px;
}
.eqSel_sent_to{
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
	box-sizing: border-box;
    padding: 24px;
	line-height: 1;
	display: none;
}
.eqSel_sent_to_airplane{
	margin-bottom: 24px;
}
.eqSel_sent_to_icon{
	height: 50px;
    background: #FFDD2D;
    border-radius: 50%;
    padding: 18px;
    margin: 0 auto;
    position: relative;
    display: block;
}
.eqSel_sent_to_title{
	display: block;
    text-align: center;
    font-size: 32px;
    font-weight: lighter;
    padding-bottom: 12px;
}
.eqSel_sent_to_text{
	display: block;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding-bottom: 12px;
}
.eqSel_sent_to_hr{
    padding-bottom: 32px;
	position:relative;
    font-size: 24px;
}
.eqSel_sent_to_hr:after{
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background: #000;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
}
.eqSel_sent_to_phone{
	border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    width: 150px;
    padding: 10px;
    display: block;
    font-size: 16px;
    color: #000;
}
/*** Equipment selection END ***/
/*** Slideshow ***/
.slideshow{
	position: relative;
	line-height:0;
}
#home_slides{
	position:relative;
}
#h_sl_container{
	width:100%;
	overflow:hidden;
}
.h_sl_inner{
	-webkit-transform:translateZ(0);
	-webkit-transition:all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-moz-transition:all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-ms-transition:all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-o-transition:all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	transition:all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-webkit-transition-timing-function:cubic-bezier(0.770,0.000,0.175,1.000);
	-moz-transition-timing-function:cubic-bezier(0.770,0.000,0.175,1.000);
	-ms-transition-timing-function:cubic-bezier(0.770,0.000,0.175,1.000);
	-o-transition-timing-function:cubic-bezier(0.770,0.000,0.175,1.000);
	transition-timing-function:cubic-bezier(0.770,0.000,0.175,1.000);
}
.h_sl_item{
	float:left;
}
.slideshow_url{
	width:100%;
}
.slideshow_img{
	width:100%;
}
#h_sl_commands,
#h_sl_commands label,
#h_sl_active,
#h_sl_active label{
	-webkit-transform:translateZ(0);
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
#h_sl_commands{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
#h_sl_commands label{
	display: none;
    width: 44px;
    height: 44px;
    background: #fff;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    margin: 0;
    z-index: 60;
	
	-webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}
#h_sl_commands label:before{
	content: '';
    position: absolute;
    top: 50%;
    left: calc(50% - 0px);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 2px;
    background: #000;
}
#h_sl_commands label:after{
	content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 12px;
    transform: translate(0,-50%) rotate(135deg);
    border-radius: 0%;
    border-width: 1.5px;
    border-style: solid;
    border-top-color: #000000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #000000;
    border-color: #000000 transparent transparent #000000;
	-webkit-transition: border 0.2s ease-out;
    -moz-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
}

#h_sl_commands label:hover{
	border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #000;
    border-color: transparent #000 transparent transparent;
}
#h_sl_active{
	position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
#h_sl_active label{
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #bbb;
    box-sizing: border-box;
    margin: 0 3px 12px 3px;
}
#h_sl_active label:hover{
	background:#333;
	border-color:#777;
}
/*** Slideshow END ***/
/*** how_to_boy ***/
.section_how_to_boy{
	padding: 24px 0 0px 0;
}
.how_to_boy{
	position: relative;
    display: inline-block;
}
.htb_item{
	position: relative;
    display: inline;
    float: left;
    width: calc(100% / 5 - 42px);
    box-sizing: border-box;
    margin: 0 25px;
}
.htb_item:first-child{
    margin-left: 0;
}
.htb_item:last-child{
    margin-right: 0;
}
.htb_img_container{
	
}
.htb_img{
	position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
}
.htb_title {
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 500;
}
.htb_title:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    top: 73px;
    left: calc(100% - 16%);
    border-width: 1px;
    border-style: dashed;
    border-top-color: #999;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-color: #999 transparent transparent transparent;
}
.htb_title:after {
    content: " ";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 77px;
    transform: translate(0%,-100%) rotate(45deg);
    left: calc(100%  + 32%);
    border-width: 1px;
    border-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-color: #999 #999 transparent transparent;
}
.htb_item:last-child .htb_title:before {
	content:none;
}
.htb_item:last-child .htb_title:after {
	content:none;
}
.htb_text {
    text-align: center;
    opacity: .75;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	padding: 0px 26px;
}
/*** how_to_boy END ***/

/* SEO ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В»ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВўГўв‚¬ЕѕГўв‚¬вЂњ ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГўв‚¬в„ўГѓВђГ†вЂ™ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГўвЂћВўГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВўГўвЂљВ¬Г…ВЎГѓвЂљГ‚В¬ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В¦ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ */ 
.section_seo_text{
	padding: 36px 0 0 0;
}
.seo_text{
}
.yellow_press{
	padding: 15px 15px;
	margin: 0 0 20px;
	background-color: rgb(252, 176, 64);
	text-align:justify;
}
.mainseotext{
    color: #666;
	font-size: 14px;
    line-height: 16px;
	
}
.mainseotext h2 {
    color: inherit;
	font-size: inherit;
    line-height: inherit;
    font-family: inherit;
	line-height: 1.4em;
	font-size: 22px;
	font-weight: 400;
	margin:0;
	padding: 31px 0 15px;
	box-sizing: border-box;
	display: block;
}
.mainseotext p {
    font-family: inherit;
	margin:0;
	padding: 0 0 15px;
	box-sizing: border-box;
	display: block;
    color: inherit;
	font-size: inherit;
    line-height: inherit;
}
.mainseotext ul li {
    font-family: inherit;
	padding: 0;
	margin:0;
    color: inherit;
	font-size: inherit;
    line-height: inherit;
}
/*** seo_text END ***/
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂ™Гўв‚¬ЛњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ***/
.section_footer{
    background-color: #f2f2f2;
    border-top: 2px solid rgba(153, 153, 153, 0.25);
	padding: 65px 0 55px;
}
.footer{
    color: #191919;
    line-height: 30px;
    font-size: 14px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-25{
	position: relative;
	padding:0 15px 0;
	width: 23%;
	box-sizing: border-box;
}

.col-25:last-child{
	padding-right: 0;
}
.col-25:first-child{
	padding-left: 0;
}
.col-25:nth-child(1){
    width: 31%;
}
.col-25:nth-child(2){
	margin-left: 3%;
    width: calc(23% - 3%);
}
.footer h4{
    font-size: 18px;
    margin: 11px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
.footer p{
    font-size: 16px;
    margin: 0 0 15px;
	color:#191919e6;
}
.footer a{
    color: #191919;
	-webkit-transition: color 500ms;
	-ms-transition: color 500ms; 
	transition: color 500ms;
	text-decoration: none;
}
.footer a:hover{
    color: #d50000;
}
.social-links {
    padding-left: 0;
    list-style: none;
	margin: 0 0 11px 0px;
}
.social-links li {
    padding: 0 15px 0 0;
    margin: 0;
}

.social-links > li {
    display: inline-block;
}
.social-links li a{
	background-image: url(../images/social.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    float: left;
    width: 32px;
    height: 32px;
	-webkit-transition: background 250ms ease-out;
    -moz-transition: background 250ms ease-out;
    -o-transition: background 250ms ease-out;
    transition: background 250ms ease-out;
}
.social-links li .item1{background-position: 0px 0px;}
.social-links li .item2{background-position: -32px 0px;}
.social-links li .item3{background-position: -64px 0px;}
.social-links li .item4{background-position: -96px 0px;}
.social-links li .item5{background-position: -128px 0px;}

.social-links > li > a:hover{
    background-position-y: -32px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
	margin: 0 0 11px 0px;
}
.list-unstyled li {
    font-size: 16px;
}
.text-center {
    text-align: center;
}
.partners{
    padding-top: 10px;
}
.partners a {
    background-image: url(../images/partners.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    float: left;
    width: 153px;
    height: 32px;
}
.partners a {
    background-image: url(../images/partners.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    float: left;
    width: 153px;
    height: 32px;
}
.partners a:hover{
	background-position: -168px 0px;
}
.partners,
.znak_kachestva{
	display: inline-block;
	padding-bottom: 20px;
}	
.znak_kachestva a{
	background-image: url(../images/quality_badges.png);
    background-repeat: no-repeat;
    float: left;
    width: 131px;
    height: 100px;
	cursor:default;
}
.znak_kachestva a:hover{
	background-position: 0px -105px;
}
.section_bottom {
    background-color: #191919;
	padding: 20px 0;
}
.bottom{
}
.list-inline {
	display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.list-inline li {
    color: #666666;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.list-inline li a{
    color: #666666;
	text-decoration: underline;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓвЂГўв‚¬ЛњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂ™Гўв‚¬ЛњГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГўв‚¬В ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° END ***/

/*** news_list ***/
.news_lists {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 -26px;
}
.news_list{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 26px 26px 26px;
    padding: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: calc(33.33334% - 52px);
}
.news_list:nth-child(3n){
	margin-right:0;
}

.news_list:after{
    content: '';
    position: absolute;
    top: 0;
    right: -27px;
    height: 100%;
    width: 3px;
    background: url(/_templates/images/other/plus.png);
    opacity: 0.5;
}
.news_list:nth-child(3n):after{
	content:none;
}
.news_list:hover{
	text-decoration:none;
}
.news_list_img{
	width: 100%;
}
.news_list_img img{
	width: 100%;
    display: block;
}
.news_list_text{
	
}
.news_list_title{
	position: relative;
    color: #000;
    margin: 32px 0;
    padding: 0px 0 0 23px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.33;
}
.sale_list_title{
	margin-bottom: 0;
}
.news_list_title:before{
	content: '';
    position: absolute;
    top: 6%;
    left: 0;
    height: 88%;
    width: 8px;
    background: #d50000;
}
.news_list_description{
	color: #000;
}

.news_list:nth-child(4n){
	width: 100%;
    margin: 26px 26px 52px 26px;
	flex-direction: row;
	max-height: 135px;
}
.news_list:nth-child(4n):before{
	content: '';
    position: absolute;
    top: -27px;
    left: 0;
    height: 3px;
    width: 100%;
    background: url(/_templates/images/other/plus.png);
    opacity: 0.5;
}
.news_list:nth-child(4n):after{
	content: '';
    position: absolute;
	top: unset;
    bottom: -27px;
    left: 0;
    height: 3px;
    width: 100%;
    background: url(/_templates/images/other/plus.png);
    opacity: 0.5;
}
.news_list:nth-child(4n) .news_list_img{
	width: calc(100% - 82px);
    padding-right: 26px;
    box-sizing: border-box;
}
.news_list:nth-child(4n) .news_list_img img{
	max-height: 100%;
    object-fit: fill;
}
.news_list:nth-child(4n) .news_list_text{
	width: calc(200% + 26px);
    padding-left: 26px;
    box-sizing: border-box;
	overflow: hidden;
}
.news_list:nth-child(4n) .news_list_title{
	margin-top: 0;
    margin-bottom: 24px;
}
.news_list:nth-child(4n) .news_list_description{

}
/*** news_list END ***/
.g-recaptcha{
	display: inline-block;
}
.certificates_article{
	text-align: center;
}
.certificates_images{
	display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.certificates_images a{
	width: calc(50% - 30px);
    margin: 0 30px 30px;
}
.certificates_images a:nth-child(2n-1){
	margin-left:0;
}
.certificates_images a:nth-child(2n){
	margin-right:0;
}
.certificates_images a img{
	width: 100%;
}
.made_in_russia{
	display: inline-block;
}
.made_in_russia img{
	max-width: 100%;
	height: 100px;
}
@media only screen /*and (min-width : 641px) */and (max-width : 990px){
	body {
		margin-top: 41px;
	}
	.header_top_info,
	.header__menu,
	.work_time,
	#catalog_more,
	.section_equipment_selection,
	div.sorting__view,
	.product_list_description,
	.product_basket,
	.marketing_social,
	.add_basket,
	.suggest-info1 h3,
	.suggest-desc,
	.detail_side .ribbon_new{
		display:none;
	}
	
	/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ‚ВЃГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ***/
	.header{
		position:fixed;
		top: 0;
	}
	
	.header_top{
		height:auto;
		border-bottom: 1px solid #cccccc;
	}
	.header__logo {
		margin-right: 12px;
	}
	.header__logo a{
		height: 20px;
		margin: 10px 0 0 0;
	}
	.btn_menu_category{
		display: block;
		margin-right: -15px;
	}
	.btn_menu_category a {
		margin: 10px 15px 10px 15px;
		float: left;
	}
	.search_icon{
		width: 17px;
		margin: 2px 0 0 0;
		height: 17px;
		float: right;
	}
	.header__search{
		position: fixed;
		z-index: 500;
		top: 41px;
		left: 100%;
		height: calc(100% - 41px);
		width: 100%;
		padding: 0 30px;
		background: #fff;
		box-sizing: border-box;
		transition: left 0.4s ease-out;
	}
	.search_in_form {
		margin: 12px 0 0 0;
		height: 36px;
		width: 100%;
	}
	.search_in_form form input[type="text"]{
		height: 36px;
		border-radius: 0;
		border: 1px solid #d50000;
		box-shadow: none;
	}
	.search_in_form form input[type="submit"]{
		height: 36px;
		border: 1px solid #d50000;
		box-shadow: none;
		border-radius: 0;
		background: #d50000;
		color: #fff;
	}
	.header__number {
		margin: 1px 20px 0 0;
	}
	.phone{
		font-size: 20px;
	}
	.header_top_menu{
		position: fixed;
		top: 41px;
		left: -100%;
		height: calc(100% - 40px);
		width: 100%;
		max-height: unset;
		background: #191919;;
		visibility: visible;
		transition: left 0.4s ease-out;
	}
	.header_top_menu > .container > .new_menu > ul > li,
	.header_top_menu > .container > ul > li{
		max-width: unset;
		width: calc(100% + 60px);
		height: auto;
		padding: 12px 30px;
		line-height: normal;
		margin: 0 -30px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);	
	}
	.header_top_menu > .container .new_menu > ul > li{
		background: #fff;
	}
	.header_top_menu > .container > .new_menu > ul > li.selected,
	.header_top_menu > .container > ul > li.selected{
		background: #f2f2f2;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.header_top_menu > .container > .new_menu > ul > li:hover,
	.header_top_menu > .container > ul > li:hover{
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.header_top_menu > .container > .new_menu > ul > li:hover:before,
	.header_top_menu > .container > ul > li:hover:before,
	.header_top_menu > .container > .new_menu > ul > li:hover:after,
	.header_top_menu > .container > ul > li:hover:after{
		content: none;
	}
	.header_top_menu > .container ul > li:hover ul{
		display: none;
	}
	.header_top_menu > .container > .new_menu > ul > li > a,
	.header_top_menu > .container > ul > li > a{
		text-align:left;
		color:#000;
	}
	.header_top_menu > .container > .new_menu > ul > li > span,
	.header_top_menu > .container > ul > li > span,
	.header_top_menu > .container > .new_menu > ul > li > a > .menu_item_inner,
	.header_top_menu > .container > ul > li > a > .menu_item_inner{
		display: block;
		padding: 0;
	}
	.header_top_menu .container .menu_other > li > a{
		color:#fff;
	}
	.open_left{
		left: 0;
	}
	.menu_other{
		display:block;
	}
	.menu_other li{
		background:#191919;
	}
	/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ‚ВЃГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° END ***/
	/*** section_banner ***/
	.section_banner .container{
		padding: 0 0px;
	}
	#h_sl_commands{
		left: 18px;
		right: 18px;
	}
	#h_sl_commands label{
		opacity: 0.5;
		width: 32px;
		height: 48px;
		border-radius: 0;
		background: #000000;
	}
	#h_sl_commands label:before{
		content:none;
	}
	#h_sl_commands label:after{
		border-top-color: #fff;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: #fff;
		border-color: #fff transparent transparent #fff;
		right: 14px;
	}
	/*** section_banner END ***/
	/*** section_banner ***/
	.section_cscreensearch{
		
	}
	.page-old_filter form{
		height: auto;
	}
	.page-old_filter span {
		margin: 0 0 0 6px;
	}
	.page-old_filter label{
		margin: 0 6px 0 6px;
	}
	#screennames{
		height: 30px;
		max-width: 100px;
	}
	.page-old_filter form input[type="submit"]{
		margin: 0 0 0 6px;
		height: 26px;
		min-width: auto;
		padding: 0 10px;
		box-sizing: content-box;
	}
	/*** section_banner END ***/
	/*** sort_by ***/
	.sort_by > div{
		margin: 0 12px 0 0;
	}
	.sort_by > div:last-child{
		margin: 0;
	}
	/*** section_banner END ***/
	/*** section_main ***/
	.section_main{
		padding: 12px 0 0 0;
	}
	.section_main .product_list{
		padding: 12px;
	}
	.products_list .product_list,
	.view_grid_small .product_list{
		box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset, -1px -1px 0 0 #e6e6e6, -1px 0 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
		border: none;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 12px;
		width: 50%;
	}
	.products_list .product_list_img,
	.view_grid_small .product_list_img{
		width: 100%;
		height: auto;
		margin: 0 0 6px 0;
	}
	.products_list .product_list_title_and_description,
	.view_grid_small .product_list_title_and_description{
		width: 100%;
		margin: 0 0 0px;
	}
	.products_list .product_list_title,
	.view_grid_small .product_list_title{
		margin: 0 0 12px 0;
	}
	.products_list .product_list_title a,
	.view_grid_small .product_list_title a {
		font-size: 14px;
		line-height: 1.5;
	}
	.products_list .product_list_other,
	.view_grid_small .product_list_other{
		width: 100%;
		height: auto;
		position: relative;
		bottom: unset;
	}
	/*** product_list END ***/
	
	/*** section_seo_text ***/
	.section_seo_text{
		padding: 24px 0 0 0;
	}
	.mainseotext h2{
		padding: 0px 0 12px;
	}
	.mainseotext ul {
		padding-top: 0;
		padding-bottom: 12px;
		margin: 0;
	}
	.mainseotext p {
		padding: 0 0 12px;
	}
	/*** section_seo_text END ***/
	/*** section_how_to_boy ***/
	.section_how_to_boy{
		padding: 24px 0 24px 0;
	}
	.htb_item{
		margin: 0 12px;
		width: calc(100% / 5 - 20px);
	}
	.htb_img {
		width: 44px;
		height: 44px;
	}
	.htb_title {
		font-size: 16px;
	}
	.htb_text {
		-webkit-line-clamp: 6;
		padding: 0px;
	}
	.htb_title:before,
	.htb_title:after{
		content:none;
	}
	/*** section_how_to_boy END ***/
	/*** category_children ***/
	.category_children_item{
		width: calc(50% - 12px);
		margin: 0 12px 24px 12px;
	}
	.category_children_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.category_children_item:nth-child(2n) {
		margin-right: 0;
	}
	/*** category_children END ***/
	/*** section_footer ***/
	.section_footer{
		padding: 20px 0;
		border-width: 1px;
	}
	.col-25,
	.col-25:nth-child(1),
	.col-25:nth-child(2){
		width: 50%;
		padding: 0 24px 12px 0;
		margin: 0;
	}
	.col-25:last-child{
		padding:0;
	}
	.footer h4{
		margin: 0 0 6px 0;
	}
	.footer p{
		margin: 0 0 6px 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.partners {
		padding-bottom: 6px;
	}
	.znak_kachestva{
		padding-bottom: 0;
	}
	.social-links{
		margin: 0;
	}
	.social-links li{
		padding-right: 6px;
	}
	.social-links li a{
	}
	/*** section_bottom END ***/
	/*** section_nav ***/
	.section_nav{
		padding: 0px 0 0 0;
	}
	.nav span, .nav_r span{
		padding: 0 12px 0 0;
	}
	/*** section_nav END ***/
	/*** section_nav ***/
	.detail_side article{
		padding: 16px 0 16px 16px;
	}
	.product_article{
		margin: 0 0 12px 0;
	}
	#btn-enquiries,
	#btn-enquiries2{
		width: 100%;
		float: unset;
		background: rgba(213,0,0,1);
		bottom: 0px;
		right: 0;
		position: relative;
	}
	.pop-up-dialog{
		min-width: 70%;
	}
	article.list_shop {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 26px;
	}
	.product_icon {
		top: 8px;
		left: 7px;
		height: 14px;
	}
	.detail_inf article {
		padding: 0 12px 12px 0;
	}
	.detail_inf{
		padding: 12px 0 0 0;
	}
	.simple_img img{
		max-width:100%;
	}
	.simple_img iframe{
		max-width:100%;
		/*height: auto;*/
	}
	.products_items_analog{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.products_items_analog > div{
		width: 25%;
		padding: 6px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.suggest-img {
		float: unset;
		width: 100%;
		max-height: 100px;
		min-height: 80px;
		padding: 0 0 12px 0;
		height: auto;
	}
	.suggest-img img{
		margin: 0 auto;
		position: relative;
		display: block;
	}
	.suggest-info1{
		width: 100%;
		padding: 0;
	}
	.suggest-article{
		text-align:center;
	}
	.suggest-info2{
		float: unset;
		text-align: center;
		height: auto;
		width: 100%;
		padding: 0 0 12px 0;
	}
	/*** section_nav END ***/
	/*** list-inline ***/
	.list-inline li{
		display: unset;
		float: unset;
	}
	/*** list-inline END ***/
	/*** news_list ***/
	.news_list,
	.news_list:nth-child(4n){
		width: calc(50% - 52px);
		margin: 0 26px 26px 26px;
		flex-direction: column;
		max-height: unset;
	}
	.news_list:nth-child(2n):after,
	.news_list:nth-child(4n):before,
	.news_list:nth-child(4n):after,
	.news_list:nth-child(3n):after{
		content:none;
	}
	.news_list:nth-child(3n){
		margin-right: 26px;
	}
	.news_list:nth-child(2n-1):after {
		content: '';
		position: absolute;
		top: 0;
		right: -27px;
		height: 100%;
		width: 3px;
		background: url(/_templates/images/other/plus.png);
		opacity: 0.5;
	}
	
	.news_list:nth-child(4n) .news_list_img {
		width: 100%;
		padding-right: 0;
		box-sizing: unset;
	}
	.news_list:nth-child(4n) .news_list_img img {
		max-height: unset;
		object-fit: unset;
	}
	.news_list:nth-child(4n) .news_list_text{
		width: unset;
		padding-left: unset;
		box-sizing: unset;
		overflow: unset;
	}
	.news_list:nth-child(4n) .news_list_title{
		margin: 32px 0;
	}
	/*** news_list END ***/
	/*** products_section ***/
	.products_section{
		
	}
	.product_line_commands{
		display: none;
	}
	.product_line{
		width: 100%;
		margin: 0;
	}
	.product_line:before,
	.product_line:after{
		content:none!important;
	}
	.product_line_items{
		margin: 0!important;
		width: 100%!important;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.product_line_item{
		width: calc(33.3334% - 16px)!important;
		margin: 12px 12px 12px 12px;
		padding:0;
		box-shadow: none;
		border: none;
	}
	.product_line_item:nth-child(3n+1){
		margin-left:0;
	}
	.product_line_item:nth-child(3n){
		margin-right:0;
	}
	.product_line_item:hover{
		border: none;
		box-shadow: none;
	}
	/*** products_section END ***/
}
@media only screen and (max-width : 640px){
	.section_cscreensearch,
	.nav_r,
	.detail_side article:last-child,
	.no_mobile,
	.znak_kachestva{
		display: none;
	}
	.gallery_window_max{
		position: unset;
		padding: unset;
	}
	#review{
		display: inline-block;
	}
	/*** news_list ***/
	.news_lists{
		margin:0;
	}
	.news_list{
		width: 100%;
		margin: 0 0 26px 0;
	}
	.news_list:after,
	.news_list:nth-child(2n):after,
	.news_list:nth-child(2n-1):after,
	.news_list:nth-child(3n):after,
	.news_list:nth-child(4n):after{
		content: '';
		position: absolute;
		top: unset;
		bottom: -7px;
		right: unset;
		left:0;
		height: 3px;
		width: 100%;
		background: url(/_templates/images/other/plus.png);
		opacity: 0.5;
	}
	.news_list_title{
		margin: 12px 0;
		font-size: 14px;
	}
	/*.news_list:nth-child(2n):after,
	.news_list:nth-child(4n):before,
	.news_list:nth-child(4n):after,
	.news_list:nth-child(3n):after{
		content:none;
	}
	.news_list:nth-child(3n){
		margin-right: 26px;
	}
	.news_list:nth-child(2n-1):after {
		content: '';
		position: absolute;
		top: 0;
		right: -27px;
		height: 100%;
		width: 3px;
		background: url(/_templates/images/other/plus.png);
		opacity: 0.5;
	}
	
	.news_list:nth-child(4n) .news_list_img {
		width: 100%;
		padding-right: 0;
		box-sizing: unset;
	}
	.news_list:nth-child(4n) .news_list_img img {
		max-height: unset;
		object-fit: unset;
	}
	.news_list:nth-child(4n) .news_list_text{
		width: unset;
		padding-left: unset;
		box-sizing: unset;
		overflow: unset;
	}
	.news_list:nth-child(4n) .news_list_title{
		margin: 32px 0;
	}/**/
	/*** news_list END ***/
	.container{
		padding: 0 12px;
	}
	/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В±ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ ***/
	.for_mobile{
		display:block!important;
	}
	
	h1 {
		font-size: 1.7em;
	}
	/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬ВўГѓвЂГўв‚¬ВўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В±ГѓВђГўв‚¬Е“ГѓВўГўвЂљВ¬Г‹Е“ГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚ВµГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚Вµ END ***/
	/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ‚ВЃГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° ***/
	.header__logo {
		margin-right: 6px;
	}
	.simple_img iframe{
		height: auto;
	}
	.btn_menu_category {
		margin-right: -9px;
	}
	.btn_menu_category a {
		margin: 10px 9px 10px 9px;
	}
	.header__number {
		margin: 1px 6px 0 0;
	}
	.phone {
		font-size: 14px;
		line-height: 20px;
	}
	/*** ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ‚ВЃГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В°ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬вЂќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬ВќГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В° END ***/
	
	/*** section_how_to_boy ***/
	.htb_item {
		margin: 0 12px 24px 12px;
		width: calc(100% / 2 - 18px);
	}
	.htb_item:nth-child(2n+1){
		margin-left: 0;
	}
	.htb_item:nth-child(2n){
		margin-right: 0;
	}
	/*** section_how_to_boy END ***/
	/*** category_children ***/
	.category_children_item{
		width: 100%;
		margin: 0 0 12px 0;
	}
	.category_children_item:nth-child(2n+1) {
		margin-left: 0;
	}
	.category_children_item:nth-child(2n) {
		margin-right: 0;
	}
	/*** category_children END ***/
	/*** products_list ***/
	
	.products_list .product_list,
	.view_grid_small .product_list{
		box-shadow: none;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0px;
		width: 100%;
	}
	.product_list_article{
		    margin: 0 0 6px 0;
	}
	.product_list_img a img{
		width: 55%;
		margin: 0 auto;
	}
	/*** category_children END ***/
	/*** bread_crumbs ***/
	.bread_crumbs{
		padding: 0 0 6px 0;
	}
	.bread_crumbs a{
		padding: 0 0 6px 0;
	}
	.sizes_filter{
		    margin: 0 0 12px 0;
	}
	/*** bread_crumbs END ***/
	/*** section_footer ***/
	.col-25, .col-25:nth-child(1), .col-25:nth-child(2){
		width: 100%;
		padding: 0 0 12px 0;
	}
	.list-unstyled {
		margin: 0
	}
	.partners {
		padding-bottom: 0;
	}
	.social-links {
		margin: 6px 0 0 -8px;
	}
	/*** section_how_to_boy END ***/
	/*** section_nav ***/
	.detail_inf article {
		padding: 0 0 12px 0;
	}
	.nav{
		float: unset;
		display: unset;
	}
	.detail{
		box-shadow:none;
		border: none;
	}
	.detail_inf{
		width: 100%;
		float: right;
		border: none;
		box-shadow: none;
	}
	.detail_side{
		width: 100%;
		float: left;
		border: none;
		box-shadow: none;
	}
	.detail_side article{
		padding: 16px 0 16px 0px;
	}
	article.list_shop{
		padding: 6px 0 6px 12px;
		border-bottom: 1px solid rgba(229, 229, 229, 0.5);
	}
	article.product_border-bottom-none{
		border-bottom:none;
		padding-bottom: 24px;
	}
	.detail_inf .for_mobile{
		position: relative;
	}
	.detail_inf article.for_mobile:nth-child(7){
		/*padding: 12px 0 24px 0;*/
	}
	.product_icon{
		top: 10px;
		left: -4px;
		height: 10px;
	}
	.pop-up-dialog{
		min-width: 70%;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transform: unset;
		overflow: auto;
		box-sizing: border-box;
		max-height: unset;
		padding: 6px;
	}
	.actOnCheckBoxLabel{
		width: 91%;
	}
	.pop-up-btn-close{
		right: 6px;
		top: 6px;
	}
	.product_article{
		padding-top:12px;
	}
	#description{
		padding-top: 12px;
	}
	.page-content h2{
		padding-top: 12px;
	}
	/*** section_nav END ***/
	/*** divTableCell ***/
	.divTable{
		overflow: auto;
		display: block;
	}
	/*** section_nav END ***/
	
	
	/*** products_section ***/
	.product_line_items{
		padding: 0 0 12px 0;
	}
	.product_line_item,
	.product_line_item:nth-child(3n),
	.product_line_item:nth-child(3n+1){
		margin: 0 6px 6px 6px; 
		width: calc(50% - 6px)!important;
	}
	.product_line_item:nth-child(2n){
		margin-right: 0;
	}
	.product_line_item:nth-child(2n+1){
		margin-left: 0;
	}
	.product_line_title a{
		-webkit-line-clamp: 5;
	}
	/*** products_section END ***/
	/* coments */
	.summary-rating	{
		margin-bottom: 12px;
	}
	#btn-review{
		position: relative;
		margin-bottom: 12px;
		width: 100%;
	}
	.no-review{
		max-width: 100%;
	}
	/* coments END */ 
	
	.header_top_menu > .container > ul > li.selected {
		background: #333;
		text-align: left;
		color: #ffffff;
	}
	.header_top_menu a{
		color: inherit;
	}
}

/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В¤ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬в„ўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬в„ўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГ…вЂњ */
.film_c_title{
	font-size: 36px;
    font-weight: 600;
    color: #d50000;
    text-transform: uppercase;
    display: block;
    padding: 0 0 15px 0;
}
.film_c_title2{
    display: block;
	
	font-size: 20px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.film_c_intercut{
	display: block;
    padding: 32px 0 32px;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 700;
	position: relative;
    /* text-transform: uppercase; */
    /* font-size: 15px; */
}

.film_c_intercut:before{
	content: "";
    position: absolute;
    top: 22px;
    left: -42px;
    width: 30px;
    height: 27px;
    z-index: 135;
    background-image: url(/_templates/images/quotes5.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.film_c_text{
	display: block;
	padding-bottom: 16px;
    /*font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;*/
}
.film_c_block1{
	padding: 20px 0;
	display: inline-block;
}
.film_c_block2{
	padding: 16px 0;
	display: inline-block;
}
.film_c_img{
	width: 50%;
}

.film_c_text_right,
.film_c_text_left{
	width: 50%;
    box-sizing: border-box;
}
.film_c_text_right{
    float: right;
    padding: 16px 0 0 32px;
}
.film_c_text_left{
    float: left;
    padding: 16px 32px 0 0;
}
.film_c_text_title{
	display: block;
    margin: 0px 0 32px 0;
    padding: 0;
    /* font-size: 20px; */
    /* font-weight: 300; */
    /* line-height: 1; */
    text-transform: uppercase;
    position: relative;
    /* font-size: 1.5em; */
    /* margin-block-start: 0.83em; */
    /* margin-block-end: 0.83em; */
    /* margin-inline-start: 0px; */
    /* margin-inline-end: 0px; */
}
.film_c_text_text{
	display: block;
    position: relative;
    margin: 9px 0 0 0;
}
.film_c_text_right .film_c_text_title{
}
.film_c_text_right .film_c_text_title:before{
	content: "";
    position: absolute;
    width: calc(100% + 32px);
    height: 2px;
    background: #d50000;
    bottom: -11px;
    right: 0;
}
.film_c_text_right .film_c_text_title:after{
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d50000;
    bottom: -15px;
    left: -37px;
}
.film_c_text_right .film_c_text_text{
	
}
.film_c_text_left .film_c_text_title{
}
.film_c_text_left .film_c_text_title:before{
	content: "";
    position: absolute;
    width: calc(100% + 32px);
    height: 2px;
    background: #d50000;
    bottom: -11px;
    left: 0;
}
.film_c_text_left .film_c_text_title:after{
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d50000;
    bottom: -15px;
    right: -37px;
}
.film_c_text_left .film_c_text_text{
	
}
.film_c_text_list{
	padding: 0px 0 0 0!important;
}
.film_c_text_list li{
	text-align: left!important;
}
.film_c_text_text_ul{
	
}
.film_c_hr{
    /* position: absolute; */
    /*left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: url(/_templates/images/other/plus.png);
	background-repeat-y: no-repeat;
	background-repeat-x: repeat;
    opacity: 0.5;
	padding: 0 0 25px 0;*/
}
.film_c_block2 .film_c_text_left,
.film_c_block2 .film_c_text_right{
	padding-top:0;
}
.film_c_block2 .film_c_text_title{
	margin: 74px 0 16px 0;
}
.film_c_block2 .film_c_text_title:before,
.film_c_block2 .film_c_text_title:after{
	content:none;
}
.film_c_images{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.film_c_images:last-child{
	    margin-bottom: 24px;
}
.film_c_images img{
	width: calc(33.33334% - 3px);
    box-sizing: border-box;
    padding: 0 5px;
    flex-direction: column;
    object-fit: cover;
    max-height: 181px;
}
.film_c_images img:first-child{
	padding-left:0;
}
.film_c_images img:last-child{
	padding-right:0;
}
@media only screen and (max-width: 640px) {
	.film_c_title{
		font-size: 24px;
	}
	.film_c_text_right, 
	.film_c_text_left,
	.film_c_img{
		width: 100%;
	}
	.film_c_text_right, 
	.film_c_text_left{
		padding-left:0;
		padding-right:0;
	}
	.film_c_intercut{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.film_c_block1{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.film_c_text_title{
		margin-top: 16px!important;
		margin-bottom: 16px;
	}
	.film_c_text_left .film_c_text_title:before,
	.film_c_text_right .film_c_text_title:before{
		width: 100%;
		bottom: -5px;
	}
	.film_c_text_left .film_c_text_title:after,
	.film_c_text_right .film_c_text_title:after{
		content:none;
	}
	.film_c_images img{
		width:100%;
		padding:0 0 8px 0!important;
	}
}
/* ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂљГ‚В¤ГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬в„ўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓВђГ…ВЅГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГўв‚¬в„ўГѓвЂГўв‚¬в„ўГѓВђГўв‚¬Е“ГѓвЂГўв‚¬в„ўГѓВђГ‚ВІГѓВђГўв‚¬ЕЎГѓвЂГ…вЂњ END */

.marketing_btn,
.form.basket_list_add,
.header__item.header__right_menu {
    display: none;
}


.pop-up{position:fixed;width:100%;height:100%;top:0;left:0;z-index:8000;}
.pop-up-background{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);z-index:1;}
.pop-up-dialog{position:absolute;display:block;height:auto;width:auto;max-width:750px;max-height:90%;top:50%;left:50%;transform:translate(calc(-50% + 0.7px), calc(-50% + 0.0px));padding:30px 30px;background-color:#fff;z-index:100;overflow:auto;}
.pop-up-btn-close{position:absolute;right:24px;top:24px;cursor:pointer;border:none;z-index:1;margin:0;height:30px;background:transparent;}
.pop-up-name{display:block;font-size:1.5em;margin:0 0 12px;font-weight:300;line-height:1;}
.pop-up-content{position:relative;max-height:100%;}
.pop-up-form fieldset{padding:0;margin:0 0 15px 0;border:none;}
.field-validation-error{float:right;font-size:12px;color:#e52c30;display:none;margin:0 0 0px 0;}
.pop-up-form fieldset label{font-weight:400;margin:0 0 6px 0;display:block;width:100%;padding:0;}
.formRequired{color:#e52c30;}
.pop-up-form fieldset > input[type=text],.pop-up-form fieldset > input[type=tel],.pop-up-form fieldset > input[type=email],.pop-up-form fieldset > textarea{width:100%;max-width:100%;border:1px solid #000000;padding:7px 12px;}
.pop-up-form fieldset .actOnCheckBoxItem{display:block;float:left;margin-right:10px;margin:3px 0 0;line-height:normal;}
.pop-up-form fieldset .actOnCheckBoxLabel{display:block;float:left;width:calc(100% - 30px);margin:0 0 0 12px;line-height:1.25;}
.pop-up-form > input[type=submit]{margin:10px auto 0;display:block;background-color:#d50000;color:#fff;position:relative;border:2px solid transparent;outline:1px solid transparent;outline-offset:-3px;min-width:120px;box-sizing:border-box;height:34px;padding:0 10px;padding-right:15px;padding-left:15px;text-align:center;line-height:1;font-weight:500;box-shadow:0 4px 8px 0 transparent;cursor:pointer;overflow:hidden;transition:all .25s ease-in-out;white-space:nowrap;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);}
.pop-up-form > input[type=submit]:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);text-decoration:none;background:rgb(245, 0, 0);z-index:20;}
.nav-icon{width:25px;height:20px;position:relative;margin:0 auto;}
.nav-icon span{display:block;position:absolute;height:4px;width:100%;background:#d3531a;border-radius:0px;opacity:1;right:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.4s ease-in-out, box-shadow .2s ease-in-out;-moz-transition:.4s ease-in-out, box-shadow .2s ease-in-out;-o-transition:.4s ease-in-out, box-shadow .2s ease-in-out;transition:.4s ease-in-out, box-shadow .2s ease-in-out;box-shadow:0 4px 8px 0 transparent, box-shadow .2s ease-in-out;}
.nav-icon span:nth-child(1){top:0px;-webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top;}
.btn_menu.open .nav-icon span:nth-child(1){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:0px;right:0px;width:25px;}
.nav-icon span:nth-child(2){top:8px;-webkit-transform-origin:right center;-moz-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center;}
.btn_menu.open .nav-icon span:nth-child(2){width:0%;opacity:0;}
.nav-icon span:nth-child(3){bottom:0;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;}
.btn_menu.open .nav-icon span:nth-child(3){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);bottom:0px;right:0px;width:25px;}
.nav-icon:hover span{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);}
@media (max-width: 767px){
.btn_menu{width:40px;height:40px;float:right;margin:0 -7px 0 0px;padding:0;border:none;outline:none;background:transparent;transform:translateY(25%);}
.pop-up-dialog{max-width:100%;width:100%;left:0;transform:translateY(-50%);}
}
#popup_catalog_btn_open {
    margin: 15px 0 10px 0;
    /* margin-right:15px; */
}

#popup_dealer_btn_open, #popup2_btn_open {
    margin: 10px 0 20px 0;
    width: 100%;
}

.popup_dealer_open {
}

/*.btn_open:not(:last-child) {
   /* margin-right: 15px; */
/*}*/
.btn_open > span {
    /*position: relative;
    display: inline-block;
    transition: all .2s ease-in-out;
	color: #fff; /**/
}

.btn_open > span:after {
    /*content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 4px;
    left: calc(100% + 2px);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    opacity: .0;
    transition: all .2s ease-in-out;/**/
}

.product_btns {
    display: flex;
}

.btn_open {
    position: relative;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    outline-offset: -3px;
    /* min-width: 120px; */
    /* width: calc(50% - 8px); */
    cursor: pointer;
    height: auto;
    padding: 9px 12px 10px;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    background: rgba(213,0,0,1);
    /* margin-bottom: 0px; */
    /* border-radius: 0px; */
    /* float:left; */
}

.btn_open:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 4px;
    left: calc(100% + 2px);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    opacity: .0;
    transition: all .2s ease-in-out;
}

.btn_open:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    text-decoration: none;
    background-color: rgba(233,0,0,1);
}

.btn_open:hover > span {
    transform: translateX(-5px);
}

.btn_open:not(:last-child) {
    /* margin-right: 15px; */
}

.btn_open:hover > span:after {
    opacity: 1;
    transform: rotate(45deg) translate(3.5px, -3.5px);
}

.btn_open > span {
    position: relative;
    display: inline-block;
    transition: all .2s ease-in-out;
    color: #fff;
}

.btn_open > span:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 4px;
    left: calc(100% + 2px);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    opacity: .0;
    transition: all .2s ease-in-out;
}


div#open-popup-catalog {
    background-color: #fff;
    color: rgba(233,0,0,1);
    border: 1px solid rgba(233,0,0,1);
    display: inline;
}

.btn_compare {
    width: 42px;
    min-width: unset;
    background: rgba(0,0,0,0.5);
}

.nav-icon {
    width: 25px;
    height: 20px;
    position: relative;
    margin: 0 auto;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d3531a;
    border-radius: 0px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out, box-shadow .2s ease-in-out;
    -moz-transition: .4s ease-in-out, box-shadow .2s ease-in-out;
    -o-transition: .4s ease-in-out, box-shadow .2s ease-in-out;
    transition: .4s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 0 4px 8px 0 transparent, box-shadow .2s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.btn_menu.open .nav-icon span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    right: 0px;
    width: 25px;
}

.nav-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

.btn_menu.open .nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon span:nth-child(3) {
    bottom: 0;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
}

.btn_menu.open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0px;
    right: 0px;
    width: 25px;
}

.nav-icon:hover span {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}

.button_unset:hover {
    box-shadow: unset;
    text-decoration: unset;
    background-color: unset;
}

.button_unset:hover {
    box-shadow: unset;
    text-decoration: unset;
    background-color: unset;
}
