

/* Start:/bitrix/templates/s1/js/fancybox/jquery.fancybox.css?17594440894895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/s1/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/s1/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/s1/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/s1/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/s1/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/s1/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/s1/assets/owl.carousel.min.css?17594440233260*/
/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/s1/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/s1/assets/owl.theme.default.min.css?17594440241013*/
/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/s1/components/bitrix/search.title/.default/style.css?17594440732128*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	/*color:#cf0000;*/
	color:#f36223;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/s1/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/s1/styles.css?175944409046*/
.wrap_1f52._show_9d07 {
	margin-right: 25px;
}
/* End */


/* Start:/bitrix/templates/s1/template_styles.css?175944409166490*/
/* adaptive
--------------------*/
@media (min-width: 1281px) {
.to-top {    bottom: 80px;}
}
@media(max-width: 767px){
.footer-links {    justify-content: center;}
.footer-links span.cphone {font-size: 20px;}
.fright a {    display: none;}
.fright a.btn-wa, .fright a.btn-tg {    display: block;}
header>div:first-child div>span.ya-phone-head.cphone, header>div:first-child div>span.ya-phone-head.cphone a {    display: block;}
}
.block-detail-text {
    padding: 30px 0;
}
.footer-links {
    display: flex;
    align-items: center;
}
.fleft .btn-tg {
    margin-left: 0;
    text-decoration: none;
    float: left;
    line-height: 1;
}
.fleft .btn-wa {
    text-decoration: none;
    float: left;
    line-height: 1;
}
header>div:first-child div>span.ya-phone-head.cphone {
    padding-left: 0;
}
.btn-tg {
    margin-left: 30px;
    margin-right: 15px;
}
/*End Services section*/            
/* Back to top button style */
.to-top {
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 0px;
  display: none;
}
.to-top a.back-to-top {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #000;
    background-size: contain;
  opacity: 0.7;
  transition: 0.3s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
}
/*end new*/
:root {
    --site-color: #f36223;
}

html,
body,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: var(--site-color);
}

a:hover {
    color: #f39b23;
    /*text-decoration:none;*/
}

body {
    background-image: url(/bitrix/templates/s1/images//brick.png);
    font-family: Arial;
    font-size: 14px;
}

/*body > div:first-child {
    margin: 0 auto;
    width: 1340px;
}*/

header>div:first-child {
    background-color: #f36223;
}

header>div:last-child {
    background-color: #fff;
}

footer {
    background: url(/bitrix/templates/s1/images//brick.png) repeat;
}

footer>div>div,
section>div {
    width: 1136px;
    margin: auto;
}

header>div:first-child a {
    color: #fff;
}

header>div:first-child div>span {
    padding-left: 25px;
}

header>div:last-child {
    background-color: #fff;
    line-height: 90px;
}

header>div:last-child div>.fleft {
    /*background-image: url(/bitrix/templates/s1/images//logo.png);*/
    background-position: 0 50%;
    background-repeat: no-repeat;
    width: 200px;
}

.logo-wrap {
    line-height: 21px;
    text-transform: uppercase;
}

.logo-wrap img {
    position: relative;
    top: 7px;
}

.logo-wrap span {
    font-size: 19px !important;
    padding-top: 4px;
    display: inline-block;
    padding-left: 89px !important;
}

header>div:last-child span {
    padding-left: 70px;
    font-size: 30px;
}

header li,
footer li {
    display: inline-block;
}

header li {
    margin-left: 25px;
}

footer li {
    margin-right: 30px;
}

header>div:last-child a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
}

header>div:last-child a:hover,
header>div:last-child li.active a {
    color: #f36223;
}

footer>div:first-child {
    height: 50px;
    background-color: #f36223;
    color: #fff;
    line-height: 50px;
}

footer>div:last-child {
    /*height: 55px;*/
    height: 80px;
    color: #757575;
    line-height: 55px;
    font-size: 16px;
    padding-top: 4px;
}

footer>div:last-child a {
    color: #757575;
}

footer>div:first-child a {
    color: #fff;
    font-size: 16px;
}

footer>div:first-child li a {
    text-decoration: none;
}

footer>div:first-child li.active a,
footer>div:first-child a:hover {
    text-decoration: underline;
}

.cphone {
    font-size: 22px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.cat {
    padding-top: 20px;
}

.cat>ul>li:not(:first-child),
.uppercase {
    text-transform: uppercase;
}

section.main {
    padding: 12px 0 0 0;
    background-color: #fff;
    position: relative;
}

/*section.main > div:after {
    display:block;
    content:"";
    clear:both;
}*/


.noscroll {
    overflow: hidden;
}

.leftblock.active {
    transform: translateX(0);
    z-index: 10;
    height: calc(100% - 160px);
    overflow: auto;
}

.subtitle {
    font-size: 26px;
}

.subtitle.pad {
    padding-top: 20px;
    clear: both;
}

h1.subtitle {
    display: inline-block;
    margin: 21px 0 20px;
    font-weight: normal;
    vertical-align: top;
    min-height: 38px;
    overflow: hidden;
    max-height: 90px;
}

.cat li.active>a,
.cat li>a:hover {
    color: #f36223;
}

.cat li a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
}

.cat>ul>li.parent {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cat>ul>li {
    padding-left: 30px;
}

.cat>ul>li>ul {
    display: none;
}

.cat>ul>li>ul.expand {
    display: block;
}

.cat>ul>li>ul>li {
    padding-left: 25px;
    text-transform: none;
}

.cat li {
    line-height: 30px;
    position: relative;
}

.cat ul {
    border-left: 1px solid #e6e6e6;
}

.cat>ul>li:first-child:before {
    top: 0;
}

.cat li:last-child:before {
    bottom: 0;
}

.cat>ul>li:first-child:before,
.cat li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    width: 1px;
    background-color: #fff;
    margin-left: -1px;
}

.cat li a:after,
.cat li>span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #e6e6e6;
    width: 15px;
    margin-left: -25px;
}

.cat>ul>li>a:after,
.cat>ul>li>span:after {
    width: 20px;
    margin-left: -30px;
}

.cat li>span:after {
    margin-left: 0 !important;
}

.online {
    margin: 20px 0;
    background-color: #f36223;
}

.online a {
    padding: 40px 25px 30px 20px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.online div:first-child {
    font-size: 43px;
    line-height: 36px;
    margin-bottom: 10px;
}

.online div:last-child {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

.menu2 {
    margin-bottom: 20px;
}

.menu2 div {
    margin-bottom: 1px;
    background-color: #fdf2b5;
    height: 65px;
    line-height: 65px;
    background-position: 20px 50%;
    background-repeat: no-repeat;
}

.menu2 a {
    padding-left: 60px;
    color: #f36223;
    font-size: 20px;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-list.grid {
    width: 100%;
    overflow: auto;
}

#dom {
    background-image: url(/bitrix/templates/s1/images//dom.png);
}

#ofis {
    background-image: url(/bitrix/templates/s1/images//ofis.png);
}

#sklad {
    background-image: url(/bitrix/templates/s1/images//sklad.png);
}

.partnerlogo {
    margin: 25px 0;
}

.partnerlogo>div {
    display: inline-block;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.partnerlogo>div>a {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 60px;
    line-height: 60px;
}

.partnerlogo>div>a>img {
    max-height: 60px;
    max-width: 180px;
    vertical-align: middle;
}

#mstera {
    background-image: url(/bitrix/templates/s1/images//partners/mstera.png);
}

#terex {
    background-image: url(/bitrix/templates/s1/images//partners/terex.png);
}

#wienerberger {
    background-image: url(/bitrix/templates/s1/images//partners/wienerberger.png);
}

#poritep {
    background-image: url(/bitrix/templates/s1/images//partners/poritep.png);
}

#braer {
    background-image: url(/bitrix/templates/s1/images//partners/braer.png);
}

#giz {
    background-image: url(/bitrix/templates/s1/images//partners/giz.png);
}

#tovker {
    background-image: url(/bitrix/templates/s1/images//partners/tovker.png);
}

#bonolit {
    background-image: url(/bitrix/templates/s1/images//partners/bonolit.png);
}

#ytong {
    background-image: url(/bitrix/templates/s1/images//partners/ytong.png);
}

#bikton {
    background-image: url(/bitrix/templates/s1/images//partners/bikton.png);
}

.news {
    line-height: 20px;
    padding-right: 80px;
    padding-bottom: 40px;
}

.news div:first-child,
.news div:last-child div {
    margin-bottom: 10px;
}

.news a {
    color: #000;
    text-decoration: none;
}

.news a.active,
.news a:hover {
    color: #f36223;
    text-decoration: underline;
}

.content {
    margin-left: 384px;
    overflow: hidden;
    /*min-height: 1500px;*/
}

.content .text>div {
    margin: 15px 0;
}

.bottom_border {
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.content_bottom {
    color: #888888;
}

.content:after,
.content>div:first-child:after,
section.main:after,
header:after,
.fright:after,
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.filters {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    grid-gap: 1rem;
}

.filters>div {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
}

@media(max-width: 600px) {
    .filters>div {
        flex: 1 1 300px;
    }

    .filters {
        grid-gap: 0;
    }

    .filters .sort-list .dg_combo {
        border-bottom: none;
    }

    .filters>*>* {
        width: 100% !important;
    }
}

.search_input {
    width: 176px;
    padding: 3px 35px 3px 8px;
}

.table {
    /*display: table;
    width: 100%;*/
    margin-bottom: 20px;
}

.textbox {
    height: 38px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    padding: 3px 8px;
    position: relative;
    vertical-align: top;
}

.search_input a {
    position: absolute;
    background-image: url(/bitrix/templates/s1/images//search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 20px;
    height: 100%;
    right: 10px;
    top: 0;
}

.textbox.search_input_100 input[type="submit"],
.search_input input[type="submit"] {
    position: absolute;
    background-image: url(/bitrix/templates/s1/images//search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ffffff;
    display: block;
    width: 20px;
    height: 100%;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.textbox input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
}

.menu3 {
    margin-top: 30px;
}

.menu3 li {
    display: inline-block;
    margin: 0 9px 9px 0;
    cursor: pointer;
}

.menu3 li:first-child {
    margin-left: 0;
}

.menu3 li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #f36223;
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #f36223;
    padding: 0 19px 0 15px;
    box-sizing: border-box;
    line-height: 40px;
}

.menu3 li.active a,
.menu3 li a:hover {
    border-color: #f39b23;
    color: #fff;
    background-color: #f39b23;
}

.product_list.tab {
    display: none;
}

.product_list li {
    display: inline-block;
    width: 178px;
    height: 215px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
    padding: 5px;
    vertical-align: top;
}

.product_list li a {
    text-decoration: none;
    color: inherit;
}

.pimg {
    width: 160px;
    height: 90px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.pdesc {
    color: #888888;
    line-height: 18px;
    padding: 5px 5px 15px 15px;
    box-sizing: border-box;
    height: 80px;
    overflow: hidden;
}

.pcost {
    font-size: 16px;
    padding-left: 15px;
    overflow-y: hidden;
    max-height: 35px;
}

.pcost span {
    color: #f36223;
}

.pcost .pcost_value {
    font-size: 16px;
}

.product_list li:hover,
.modal {
    -webkit-box-shadow: 0px 0px 13px 3px rgba(218, 218, 218, 0.7);
    -moz-box-shadow: 0px 0px 13px 3px rgba(218, 218, 218, 0.7);
    box-shadow: 0px 0px 13px 3px rgba(218, 218, 218, 0.7);
}

.product_list li:hover .pdesc {
    text-decoration: underline;
}

.product_list {
    padding: 20px 0 10px 0;
}

.product_list li:nth-child(4n + 1) {
    margin-left: 0;
}

.other_offer .subtitle {
    color: #f36223;
    font-size: 14px;
    text-transform: uppercase;
}

.other_offer a {
    color: #000;
}

.stats {
    padding: 20px 0 40px 0;
}

.content .stats {
    padding: 20px 0 45px 0;
    border-bottom: 1px solid #dadada;
}

.stats .subtitle {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

.stats>div {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
}

.stats>div:nth-child(2n) {
    margin-left: 25px;
}

.stats>div>div:not(.subtitle) {
    color: #888888;
}

.stats>div:nth-child(3n) {
    margin-top: 35px;
    width: 100%;
}

.clients {
    padding: 35px 0 20px 0;
}

.clients>div:not(.subtitle) {
    height: 262px;
    background-image: url(/bitrix/templates/s1/images//clients/all.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.dg_combo {
    height: 38px;
    display: inline-block;
    border: 1px solid #dadada;
    cursor: pointer;
    min-width: 85px;
    box-sizing: border-box;
    text-align: left;
    color: #888888;
    background-color: #fff;
}

.dg_combo div {
    line-height: 38px;
}

.dg_combo_text {
    display: inline-block;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 45px;
}

.dg_combo_text input {
    border: none;
    outline: none;
    color: #888888;
}

.dg_combo_arrow {
    float: right;
    position: relative;
    right: 5px;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: border-color, border-width, background-color, transform;
    transition-property: border-color, border-width, background-color, transform;
    width: 20px;
    height: 38px;
    background-image: url(/bitrix/templates/s1/images//arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.dg_combo_popup {
    font-family: Arial, sans-serif;
    position: absolute;
    display: none;
    border-radius: 0.1px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
    border: 1px solid #ddd;
    padding: 4px 0;
    line-height: 20px;
    background-color: #fff;
    cursor: pointer;
    overflow: auto;
    z-index: 12001;
}

.dg_combo_popup div {
    padding: 0 5px 0 28px;
}

.dg_combo_popup div:hover {
    background-color: #c9c9c9;
    color: #413f3f;
}

.dg_combo_popup div:hover::after {
    visibility: visible;
}

.dg_combo_item_select {
    background-image: url(/bitrix/templates/s1/images//galka.png);
    background-repeat: no-repeat;
    background-position: 12px 50%;
}

.bgn-modal {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.bgn {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.modal {
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    overflow: auto;
    max-height: 100%;
}

.modal>a {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    text-decoration: none;
    font-size: 14.21px;
    color: #f36223;
    font-weight: bold;
}

.modal .title {
    font-size: 16px;
    color: #f36223;
    padding: 3px 3px 0 0;
}

.modal div {
    font-size: 13.95px;
}

.modal .button {
    margin: 17px 0 15px 0;
}

.modal .text {
    margin-top: 13px;
    margin-bottom: 11px;
}

.sms {
    width: 343px;
    /*  height: 295px;*/
    margin-left: -171px;
    margin-top: -142.5px;
}

.feedback {
    width: 343px;
    /*height: 368px;*/
    margin-left: -171px;
    margin-top: -184px;
}

.calc {
    width: 600px;
    /*height: 450px;*/
    height: auto;
    margin-left: -300px;
    margin-top: -250px;
}

.feedback .text {
    margin: 20px 0 5px 0;
}

.feedback .textbox {
    margin: 0;
}

.feedback .textbox input {
    font-size: 11.96px;
}

.button {
    text-transform: uppercase;
    font-size: 14.37px;
    background-color: #f36323;
}

.button a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 44.91px;
}

button.button {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 44.91px;
    cursor: pointer;
    border: none;
}

.hint {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-size: 14px;
    background: #fff;
    padding: 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 13px;
    box-sizing: border-box;
    z-index: 7;
    padding: 15px;
}

.hint:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: -11px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(135deg);
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 1;
    padding: 0 !important;
}

.breads a {
    color: #555555;
}

.breads {
    font-size: 12px;
    color: #555555;
    height: 30px;
    line-height: 30px;
}

.breads span {
    color: #f36223;
}

.delivery_block li {
    width: 240px;
    height: 475px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 9px;
    vertical-align: top;
}

.delivery_block li:nth-child(3n + 1) {
    margin-left: 0;
}

.delivery_block {
    padding-bottom: 30px;
}

.delivery_block .img {
    height: 75px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.delivery_block .title {
    font-size: 16px;
    height: 70px;
    text-align: center;
    display: table;
    width: 100%;
}

.delivery_block .title>div {
    display: table-cell;
    vertical-align: middle;
}

.delivery_block .desc {
    font-size: 14px;
    color: #888888;
    padding: 0 12px 12px 12px;
}

#delivery_icon1 {
    background-image: url(/bitrix/templates/s1/images//delivery/1.png);
}

#delivery_icon2 {
    background-image: url(/bitrix/templates/s1/images//delivery/2.png);
}

#delivery_icon3 {
    background-image: url(/bitrix/templates/s1/images//delivery/3.png);
}

#delivery_icon4 {
    background-image: url(/bitrix/templates/s1/images//delivery/4.png);
}

#delivery_icon5 {
    background-image: url(/bitrix/templates/s1/images//delivery/5.png);
}

#delivery_icon6 {
    background-image: url(/bitrix/templates/s1/images//delivery/6.png);
}

select {
    width: 100%;
}

.filter_table {
    background-color: #f36223;
    /*padding: 12px 65px 12px 20px;*/
    padding: 12px 20px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    box-sizing: border-box;
}

.filter_table .title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
}

.filter_table .params {
    display: table;
    width: 100%;
}

.filter_table .params>div {
    display: table-cell;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding-right: 10px;
    position: relative;
}

.filter_table .dd-link {
    height: 38px;
    display: block;
    border: 1px solid #dadada;
    line-height: 16px;
    padding: 10px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
    color: #888888;
    background-color: #fff;
    position: relative;
}

.filter_table .dd-links {
    max-height: 0px;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;

    font-family: Arial, sans-serif;
    position: absolute;
    border-radius: 0.1px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.4);
    border: 1px solid #ddd;
    padding: 0;
    line-height: 20px;
    cursor: pointer;
    overflow: auto;
    z-index: 12001;
    max-height: 250px;
    width: 100%;
}

.filter_table .open .dd-links {
    max-height: 200px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

.filter_table .dd-links span {
    padding: 0 5px 0 28px;
    display: block;
    color: #ccc;
    text-decoration: none;
}

.filter_table .dd-links a {
    padding: 0 5px 0 28px;
    display: block;
    color: #413f3f;
    text-decoration: none;
}

.filter_table .dd-links a:hover {
    background-color: #c9c9c9;
    color: #413f3f;
}

.filter_table .bx_filter_block a {
    display: block;
}

.bx_filter form.params .bx_filter_parameters_box .dg_combo {
    width: 100% !important;
}

.pagination {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.pagination li {
    border: 1px solid #cdcdcd;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 3px;
}

.pagination li.active {
    color: #fff;
    background-color: #f39b23;
    border-color: #f39b23;
}

.pagination li.arrow_left,
.pagination li.arrow_right {
    background-image: url(/bitrix/templates/s1/images/right_arrow.png);
    background-color: #f39b23;
    border-color: #f39b23;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pagination li.arrow_left {
    transform: rotate(-180deg);
}

.pagination li a {
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%;
}

.pagination>div {
    position: absolute;
    right: 0;
    top: 20%;
    color: #ff0000;
    font-size: 16px;
}

.listtable {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.listtable .header {
    background-color: #f0f0f0;
    height: 75px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #f0f0f0;
    font-size: 16px;
}

.listtable .header td {
    padding: 15px;
}

.listtable .header td:first-child,
.listtable .header td:last-child {
    padding: 15px 35px;
}

.listtable .rows {
    color: #777777;
    text-align: center;
}

.rows td a {
    text-decoration: none;
    color: #777777;
}

.rows td a:hover {
    color: #f36223;
}

.listtable .rows td {
    padding: 8px;
}

.listtable .rows td img {
    padding: 6px 1px;
    /*border: 1px solid #eaeaea;*/
}

.listtable .rows td:nth-child(1) {
    text-align: right;
}

.listtable .rows td:nth-child(2),
.listtable .rows td:nth-child(6) {
    text-align: left;
}

.cols6 {
    padding: 20px 18px;
    position: relative;
    color: #f36223;
    font-size: 16px;
}

.cols6:before

/*,.cols6:after*/
    {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    border-top: 1px solid #51bad7;
}

.cols6:before {
    left: 0;
    width: 100%;
}

/*.cols6:after{
    right:0;
    width:328px;
}*/
.cols6>span {
    display: inline-block;
    padding: 0px 10px;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.brick_cost div:last-child {
    color: #f39b23;
}

.brick_cost div:first-child {
    color: #f36223;
}

.expander {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.expander>div>a:first-child {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding-top: 20px;
    display: block;
}

.exps {
    margin-bottom: 40px;
}

.expander li {
    width: 245px;
    height: 217px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px;
    color: #888888;
    position: relative;
    text-align: center;
}

.expander li>p {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
    padding: 10px 20px;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
}

.news-detail {
    margin-bottom: 10px;
}

.news-detail-text {
    color: #757575;
}

.expander li:hover p {
  /*  display: block;*/
}

.expander li:nth-child(3n + 1) {
    margin-right: 5px;
}

.expander li>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.expander li>a {
    display: block;
    font-size: 16px;
    color: #000;
}

.expander li>div a {
    background-color: #de8b05;
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.subsubtitle {
    font-size: 16px;
    color: #000;
    /* text-transform: uppercase; */
}

.certificate {
    padding: 35px 0;
}

.certificate li {
    padding: 17px 15px 17px 82px;
    background-image: url(/bitrix/templates/s1/images//cert.png);
    background-repeat: no-repeat;
    background-position: 10px 100%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    max-width: 245px;
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
}

.certificate li a {
    text-decoration: none;
}

.certificate li a>div:first-child {
    font-size: 12px;
    color: #f36223;
}

.certificate li a>div:last-child {
    font-size: 10px;
    color: #888888;
}

.attention {
    font-size: 16px;
    color: #ff0000;
    line-height: 20px;
}

.other_costs {
    font-size: 14px;
    color: #888;
    padding: 15px 0;
}

.other_costs span {
    color: #f36223;
}

.cost_product {
    position: relative;
}

.cost_product_value {
    font-size: 16px;
}

.cost_product_value span {
    color: #f36223;
}

.cost_product_value>span>span {
    font-size: 21px;
}

.product_exists {
    position: absolute;
    right: 0;
    top: 0;
    color: #18a56c;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(/bitrix/templates/s1/images//green_galka.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.preview {
    margin-top: 25px;
    border: 1px solid #e6e6e6;
}

.preview a {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 272px;
    height: 216px;
}

.preview_mini li {
    display: inline-block;
    border: 1px solid #e6e6e6;
    vertical-align: top;
    text-align: center;
    margin: 7px 0;
}

.preview_mini li:first-child {
    margin-left: 0;
}

.preview_mini li>a {
    width: 86px;
    height: 59px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    line-height: 11px;
}

.preview_mini li>a img {
    max-width: 86px;
    max-height: 59px;
}

.table_list .subsubtitle {
    margin: 30px 0 10px 0;
}

.table_list table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.table_list td {
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0 2px 0;
}

.table_list tr:last-child td {
    border-bottom-color: transparent;
}

.table_list td:first-child {
    color: #888888;
}

.table_list td:last-child {
    color: #f36223;
    padding-left: 15px;
    padding-right: 33px;
}

.fright .table_list td:first-child {
    padding-left: 20px;
}

.fright .table_list .subsubtitle {
    padding-left: 20px;
}

.table_list tr.marked td {
    background-color: #e6e6e6;
}

.raschetform {
    padding-top: 20px;
}

.raschetform>div {
    display: inline-block;
    margin-right: 25px;
}

.raschetform>div>div {
    margin-bottom: 20px;
}

.raschetform label {
    padding-left: 5px;
    color: #888888;
    line-height: 20px;
}

.raschetform label>span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}

.radiobox {
    width: 16px;
    height: 20px;
    background-image: url(/bitrix/templates/s1/images//radio.png);
    background-position-y: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.radiobox.checked {
    background-image: url(/bitrix/templates/s1/images//radiocheck.png);
}

.coution {
    display: inline-block;
    color: #ff0000;
    font-size: 16px;
    vertical-align: top;
    margin-bottom: 20px;
    line-height: 32px;
    float: right;
}

.certificate,
.clear.bottom_border {
    float: left;
    width: 100%;
}

.clear.bottom_border .table_list a {
    color: #f36223;
}

.clear.bottom_border .table_list a:hover {
    text-decoration: none;
}

.fright.max404 {
    max-width: 404px;
    width: 100%;
}

.filter_table .params .bx_filter_button_box {
    vertical-align: middle;
    padding-top: 11px;
    display: none;
}

.filter_table .params .bx_filter_button_box.active {
    display: table-cell;
}

.filter_table .params .bx_filter_button_box input[type="submit"] {
    display: block;
    border: 1px solid rgb(255, 255, 255);
    background-color: unset;
    color: rgb(255, 255, 255);
    position: relative;
    margin-top: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color.5s, background-color.5s;
}

.filter_table .params .bx_filter_button_box input[type="submit"]:hover {
    background-color: #ffffff;
    color: #f36223;
}

.product_list li.gallery-block {
    position: relative;
    overflow: hidden;
}

.product_list ul li.gallery-block ul.image-list {
    position: absolute;
    top: 0px;
    left: -54px;
}

.product_list ul li.gallery-block ul.image-list li {
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    border: none;
    margin: 0px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0px;
}

.product_list ul li.gallery-block ul.image-list li:first-child {
    display: block;
}

.product_list ul li.gallery-block ul.image-list li:hover {
    box-shadow: none;
}

.gallery-block .upTitle {
    position: absolute;
    height: 70px;
    bottom: -70px;
    left: 0px;
    right: 0px;
    display: block;
    background-color: rgba(85, 85, 85, 0.9);
    z-index: 1;
    padding: 5px 3px;
    transition: bottom.5s;
    box-sizing: border-box;
}

.gallery-block:hover .upTitle {
    bottom: 0px;
}

.gallery-block .upTitle a {
    color: #ffffff;
    text-decoration: underline;
}

.gallery-block .upTitle a:hover {
    text-decoration: none;
    color: #f39b23;
}

.product_list.rectangle ul {
    margin-left: -7px;
}

.product_list.rectangle li.news-item {
    height: 178px;
    position: relative;
    overflow: hidden;
    margin-left: 7px;
}

.product_list.rectangle li.news-item>a {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 5px;
    line-height: 158px;
    text-align: center;
}

.product_list.rectangle li.news-item>a img {
    max-width: 100%;
    vertical-align: middle;
}

.news-item>.upTitle {
    position: absolute;
    height: auto;
    bottom: -50px;
    left: 0px;
    right: 0px;
    display: block;
    background-color: rgba(85, 85, 85, 0.9);
    z-index: 1;
    padding: 5px 3px;
    transition: bottom.3s;
    box-sizing: border-box;
}

.news-item>.upTitle>a {
    color: #ffffff;
}

.news-item:hover>.upTitle {
    bottom: 0px;
}

/*404*/
#page404 {
    height: 350px;
    margin: auto;
}

#page404 h1 {
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 144px;
    color: #f36223;
    line-height: 166px;
    text-shadow: 4px 4px 4px rgba(190, 190, 190, 0.5);
    margin-top: 70px;
}

#page404 p {
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    color: #f36223;
    line-height: 23px;
    text-shadow: 0px 1px 1px #f2f2f2;
    margin-top: -90px;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
}

#all_price_light {
    cursor: pointer;
}

.rz_podsk_price {
    display: none;
    position: absolute;
    background-color: white;
    padding: 5px;
    width: 130px;
    right: 140px;
    margin-top: 30px;
    border: 1px solid;
    border-radius: 5px;
}

#all_price_light:hover+.rz_podsk_price {
    display: inline-block;
}

#rz_pods_pod_zak {
    cursor: pointer;
}

#rz_pods_pod_zak:hover .rz_podsk_price {
    display: inline-block;
}

.filters>.vendors-filter-list>.dg_combo {
    border-color: #f39b23;
    color: #fff;
    background-color: #f39b23;
}

.filters>.vendors-filter-list>.dg_combo .dg_combo_arrow {
    background-image: url(/bitrix/templates/okz-new/images//arrowrz.png) !important;
}

.certificate li {
    background: none;
    padding-left: 2px;
    padding-top: 9px;
    padding-bottom: 0px;
}

.certificate li a {
    content: " ";
    background-image: url(/bitrix/templates/okz-new/images//cert.png);
    background-repeat: no-repeat;
    height: 53px;
    display: block;
    padding-left: 70px;
    padding-top: 10px;
}

.fright a:nth-child(2) {
    margin-left: 30px;
}

header>div:first-child {
    position: fixed;
    z-index: 9997;
    width: 100%;
    top: 0px;
}

header>div:last-child {
    margin-top: 40px;
}

.filters {
    margin-bottom: 20px;
}

/*RZ*/
.fleft .preview .element-mini-galery img {
    width: auto;
}

.product_list ul li a div.pimg img {
    width: auto;
}

/*RZ*/
.show_form_prod {
    height: 38px;
    display: inline-block;
    border: 1px solid #dadada;
    cursor: pointer;
    min-width: 85px;
    box-sizing: border-box;
    text-align: left;
    color: #888888;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    border-color: #f39b23;
    color: #fff;
    background-color: #f39b23;
    margin-left: 0px;
}

img {
    border: none;
}

/*RZ*/
.not_found_rz {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: red !important;
    font-weight: bold;
}

.leftblock .cat ul li.active.parent:last-child {
    height: 32px;
    margin-bottom: 310px;
}

.ms-slide a {
    position: absolute;
    bottom: 5px;
    right: 50px;
}

/*----------------------DM-----------------------*/

.slider-link {
    background-color: #f39b23;
    color: #fff;
    padding: 0px 10px;
    margin-bottom: 20px;
    line-height: 40px;
}

.fleft.logo-wrap {
    padding-top: 35px;
}

.fleft.logo-wrap a {
    font-size: 45px;
}

.product-titleblock .subsubtitle {
    display: inline-block;
}

.product-titleblock .button-order {
    display: inline-block;
    margin: 10px 0px 0px 20px;
    padding-top: 10px;
}

.slider {
    margin: 0 0 30px 0;
}

.nbrains-slider-block {
    max-width: none !important;
}

header>div>div:after {
    content: "";
    clear: both;
    display: block;
}

.breads {
    margin: 20px 0 0 0;
}

span.cphone {
    margin: 0 0 0 15px;
}

/******************DG*************************/

header {
    position: relative;
    padding-top: 40px;
}

header>div:last-child {
    margin-top: 0;
    width: 100%;
}


footer>div>div,
section>div {
    width: 100%;
    padding: 0 102px;
    box-sizing: border-box;
}

header .fright {
    position: relative;
}

.phone a {
    text-decoration: none;
}

.burger,
.burger:after,
.burger:before {
    width: 35px;
    height: 3px;
}

.burger-body {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}

.burger {
    position: relative;
    background: black;
    -webkit-transition: all 0ms 300ms;
    -o-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
}

.burger-body.animate .burger {
    background: rgba(0, 0, 0, 0);
}

.burger:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: black;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: black;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.animate .burger:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.animate .burger:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__topline .fright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 102px;
}

.header__topline {
    padding: .5rem 1rem;
    height: auto !important;
}

.header__topline .phone {
    font-size: 22px;
}

.header__topline a {
    font-size: 16px;
}

.header__body * {
    padding: 0;
}

.header__body {
    padding: 0 102px;
    display: flex;
    align-items: center;
    height: 90px;
    grid-gap: 1rem;
}

.burger-body {
    display: none;
}

.mobile-menu {
    padding: 1rem;
}

@media(max-width: 1250px) {
    .header__topline .fright {
        padding-right: 2rem;
    }

    .header__body {
        padding: 1rem;
    }
}

@media(max-width: 1050px) {
    .burger-body {
        display: flex;
    }

    .header__menu {
        display: none;
    }

    .header__logo {
        margin: 0 auto;
    }
}

@media(max-width: 600px) {
    .header__topline .ya-phone-head {
        display: none;
    }

    .header__body {
        height: auto;
    }

    .leftblock {
        top: 101px !important;
    }

    .leftblock.active {
        height: calc(100% - 101px);
    }
}

@media(max-width: 375px) {
    .header__topline a {
        font-size: 12px;
    }
}

.header__body .header__logo {
    display: grid;
}

.header__bottom {
    display: none;
}

.header__body .header__logo span {
    margin-left: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: calc(12px + 2 * ((min(1200px, 100vw) - 320px) / 880));
}

.header__body .header__logo a {
    font-size: calc(20px + 25 * ((min(1200px, 100vw) - 320px) / 880));
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

.header__body .icons a,
.header__body .icons {
    position: relative;
}

.header__body .icons span {
    width: 15px;
    height: 15px;
    background-color: #f00;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    right: -7px;
    top: -7px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    text-indent: 0;
}

.header__menu a {
    color: #000;
    text-decoration: none;
}

.header__menu a:hover {
    color: #f36223;
    border-bottom: 1px solid #f3622360;
}

.header__body .icons {
    display: flex;
    grid-gap: 1.5rem;
}

.header__body .header__menu {
    margin: 0 auto;
}

.fortable {
    overflow: auto;
}

.leftblock {
    margin-right: 0;
}

#jPanelMenu-menu>ul>li a {
    padding: 0.5rem 2rem;
    display: block;
}

.dg_combo {
    position: relative;
}

.dg_combo_arrow {
    top: 0;
    right: 0;
    position: absolute;
}

.product_list ul li.gallery-block ul.image-list {
    left: 0;
}

@media screen and (max-width: 1360px) {
    body>div:first-child {
        width: auto;
    }

    footer>div>div,
    section>div {
        width: 1138px;
        padding: 0;
    }

    .clients>div:not(.subtitle) {
        background-size: contain;
    }

    .slider {
        width: auto;
    }
}

.news-detail {
    float: none;
    max-width: none;
}

@media screen and (max-width: 1170px) {

    .left-banner,
    .left-banner img {
        width: 100%;
    }

    .product_list,
    .menu3 {
        text-align: center;
    }

    header>div>div,
    footer>div>div,
    section>div {
        width: auto;
        padding: 0 1rem;
        box-sizing: border-box;
        box-sizing: border-box;
    }

    .pdesc,
    .pcost {
        text-align: left;
    }

    .slider {
        margin: 0 0 30px 0;
    }

    header>div:last-child {
        height: auto;
    }

    /*СЃРєСЂС‹РІР°РµРј Р»РµРІРѕРµ РјРµРЅСЋ*/
    .main>.collapse .leftblock {
        width: 100%;
        z-index: 9999;
        transition: width ease 1s;
    }

    .main .content {
        padding-left: 0;
        margin-left: 0;
    }

    /*СЃРєСЂС‹РІР°РµРј РіР»Р°РІРЅРѕРµ РјРµРЅСЋ*/
    header>div>div>div.fright:last-child>ul {
        display: none;
    }

    .menu-trigger {
        display: block;
    }

    footer>div:first-child {
        display: none;
    }

    .product_list li {
        margin: 0 5px 10px 5px;
    }

    h1.subtitle {
        width: 100%;
    }

    .filter_table {
        max-width: none;
    }
}

@media screen and (max-width: 960px) {

    footer .fleft,
    footer .fright {
        float: none;
        text-align: center;
        line-height: 2;
    }

    footer>div:last-child {
        height: auto;
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 777px) {
    .listtable .header td {
        padding: 0.1rem !important;
        word-wrap: break-word;
        font-size: 0.6rem;
    }

    .listtable .rows td {
        font-size: 0.6rem;
        max-width: none !important;
        min-width: auto !important;
    }

    .cols6 {
        font-size: 0.7rem;
    }

    .brick_cost {
        min-width: none;
        white-space: nowrap;
    }

    .filter_table .params,
    .filter_table .params>div,
    .content.bottom_border>.table {
        display: block;
    }
}

@media screen and (max-width: 750px) {

    .clear.bottom_border .fleft,
    .clear.bottom_border .fright {
        float: none;
        max-width: none !important;
    }

    .main .fright.max404 {
        width: auto;
        max-width: none;
    }

    .main .fright.max404 .button-order,
    .raschetform,
    form[name="hard_form"],
    .certificate ul {
        text-align: center;
    }

    .table_list table {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {}

@media screen and (max-width: 992px) {
    .filters {
        text-align: center;
    }

    .cphone {
        font-size: 14px;
        white-space: nowrap;
    }

    footer>div:last-child {
        height: 90px;
    }

    .calc {
        margin: auto;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 550px) {
    .expander ul {
        text-align: center;
    }

    .product_list li {
        margin-left: 0;
        width: 100%;
    }

    .sms,
    .product {
        margin-left: -171px !important;
    }

    footer>div:last-child {
        height: 90px;
    }

    .calc .fleft,
    .calc .fright {
        float: none;
    }
}

@media screen and (max-width: 470px) {
    h1.subtitle {
        width: auto;
    }

    .expander li {
        width: 100%;
    }

    .product_list li,
    .menu3 li,
    .dg_combo,
    .selectpicker,
    .search_input,
    .filters>div,
    #title-search {
        width: 100% !important;
    }

    .fleft.logo-wrap a {
        font-size: 25px;
        text-transform: uppercase;
    }

    .menu2 a {
        font-size: 16px;
    }
}

@media screen and (max-width: 350px) {
    .menu3 li {
        margin-right: 0;
    }
}

body[data-menu-position="closed"] .jPanelMenu-panel {
    transform: none !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.about-page,
.content .about-page p {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
}

.about-title {
    color: #000000;
    font-family: Arial;
    font-size: 38px;
    line-height: 43px;
    padding: 0;
    margin: 0 0 25px;
}

.about-subtitle {
    color: #000000;
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 20px;
}

.about-page .wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.about-page .row {
    margin-right: -12px;
    margin-left: -12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-page .row:after,
.about-page .row:before {
    display: table;
    content: " ";
}

.about-page .row:after {
    clear: both;
}

.about-page .delivery {
    min-height: 228px;
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 0 10px;
    margin: 0 0 24px;

    color: #000000;
    font-family: Arial;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.about-page .delivery .icon {
    height: 100px;
}

.about-page .delivery .icon span,
.about-page .delivery .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.about-page .delivery .icon span {
    height: 100%;
}

.about-page .delivery .mtitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 10px;
}

.about-page .col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-page .post {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.about-page .post .foto {
    height: 152px;
    border: 1px solid #f4f4f4;
    margin: 0 0 12px;
}

.about-page .post .foto span,
.about-page .post .foto img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.about-page .post .foto span {
    height: 100%;
}

.about-page .owl-carousel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px;
}

.about-page .owl-carousel .owl-nav button.owl-prev,
.about-page .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 36px;
    height: 80px;
    width: 35px;
    border-radius: 5px;
    background-color: #f5f5f5;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url("/bitrix/templates/s1/images/str.svg");
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
}

.about-page .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: rotate(180deg);
}

.about-page .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.about-page .command {
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.about-page .command .card {
    padding: 24px 0;
}

.about-page .command .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 8px;
}

.about-page .command .job {
    margin: 0 0 16px;
}

.about-page .command .phone,
.about-page .command .mail {
    line-height: 24px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.about-page .command .phone {
    background-image: url("/bitrix/templates/s1/images/ios-telephone.svg");
}

.about-page .command .mail {
    background-image: url("/bitrix/templates/s1/images/android-mail.svg");
}

.about-page .rekv {
    line-height: 24px;
}

@media (min-width: 768px) {
    .about-page .col-sm-6 {
        float: left;
        width: 50%;
    }

    .about-page .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }

    .about-page .command .row>div:nth-child(n + 3) .card {
        border-top: 1px solid #f4f4f4;
    }
}

@media (min-width: 1700px) {
    .preview a {
        width: 325px;
        height: 260px;
    }

    .buy-block {
        width: 235px;
    }

    .prop-block {
        margin: 0 300px 0 348px;
    }
}

@media (max-width: 992px) {
    header>div:first-child {
        position: absolute;
        box-sizing: border-box;
    }
}

.vendor-right ul.rz_ul_temp {
    display: block;
    list-style-type: disc;
    padding-left: 15px;
}

.vendor-right ul.rz_ul_temp li {
    list-style: initial;
}

.catalog_sort {
    margin: 0 0 10px;
}

.catalog_sort a.btn {
    margin: 0 5px 5px;
    padding: 4px 12px;
    text-decoration: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.btn-default,
.page-tabs .btns .form-control,
.catalog-tabs .btns .form-control {
    color: #040404;
    background-color: #f6f6f6;
    border-color: #a1a1a1;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@font-face {
    font-family: "FontAwesome";
    src: url("/bitrix/templates/s1/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("/bitrix/templates/s1/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("/bitrix/templates/s1/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("/bitrix/templates/s1/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("/bitrix/templates/s1/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("/bitrix/templates/s1/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.active i.fa-sort-amount-asc:before {
    content: "\f160";
}

.btn.active i.fa-sort-amount-desc:before {
    content: "\f161";
}

.toh_wish.selected {
    color: green;
}

.toh_compare.selected {
    color: green;
}

.catalog-list.grid .item .price {
    position: static;
    text-align: left;
}

.catalog-list.grid .item .border {
    padding-bottom: 35px;
}

.catalog-list.grid .item .border .propertyList {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
}

.toh_wish {
    background: url(/bitrix/templates/s1/images/pale_heart.svg) 50% 50% no-repeat;
    width: 24px;
    height: 20px;
    display: block;
    text-indent: -9999px;
}

.catalog-list.grid .item .name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.toh_wish:after {
    content: "В избранное";
    text-indent: 0;
    z-index: 11;
    width: 100px;
    position: absolute;
    right: 0;

    top: -50px;
    padding: 10px;
    border-radius: 5px;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: none;
}

.toh_link.toh_wish:after {
    content: none;
}

.toh_wish:hover:after {
    display: block;
}

.toh_compare:before {
    content: "Сравнить";
    text-indent: 0;
    z-index: 11;
    width: 100px;
    position: absolute;
    right: 0;
    top: -50px;
    padding: 10px;
    border-radius: 5px;
    background-color: #2d2d2d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: none;
}

.toh_link.toh_compare:before {
    content: none;
}

.toh_compare:hover:before {
    display: block;
}

.toh_wish:hover,
.toh_wish.selected {
    color: #b92f37;
    background: url(/bitrix/templates/s1/images/red-border-heart.svg) 50% 50% no-repeat;
}

.toh_compare {
    background: url(/bitrix/templates/s1/images/compare.svg) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
}

.toh_compare:hover,
.toh_compare.selected {
    background: url(/bitrix/templates/s1/images/compare-active.svg) 50% 50% no-repeat;
    color: #b92f37;
}

.buy-block .toh_wish,
.buy-block .toh_compare {
    position: static;
    text-indent: inherit;
    padding-left: 25px;
    width: auto;
    height: auto;
    background-position: 0 50%;
    display: inline-block;
    margin: 15px 7px;
    line-height: 20px;
    text-decoration: none;
}

.buy-block .toh_wish:hover:after,
.buy-block .toh_compare:hover:before {
    display: none;
}

.menu-trigger+ul {
    padding-right: 100px;
}

.fright .toh_wish,
.fright .toh_compare {
    bottom: 36px;
}

.fright .toh_compare:after {
    display: none;
}

.fright .icons a span {
    width: 15px;
    height: 15px;
    background-color: #f00;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    right: -7px;
    top: -7px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    text-indent: 0;
}

.toh_compare_delete {
    background: url(/bitrix/templates/s1/images/delete.png) 50% 50% no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 25px;
    z-index: 4;
    top: 10px;
}

.toh_wish_delete {
    background: url(/bitrix/templates/s1/images/delete.png) 50% 50% no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 25px;
    z-index: 4;
    top: 10px;
}

@media screen and (max-width: 1170px) {

    header .icons a {
        bottom: 0;
    }
}

@media screen and (max-width: 470px) {}

header {
    z-index: 1;
}

.compareCol {
    width: 280px;
    padding: 0;
}

.compareColTd {
    padding: 5px 10px;
}

tr:nth-child(odd) .zebra {
    background-color: #eee;
}

ol {
    padding: 0px 0 0 20px;
    margin: 0.5em 0 1.571em 1.9em;
    color: #2e2e2e;
    list-style-type: none;
    z-index: 2;
    counter-reset: point;
}

ol li {
    margin-bottom: 4px;
    line-height: 1.6;
    color: #2e2e2e;
    position: relative;
}

ol li:before {
    margin-bottom: 4px;
    counter-increment: point 1;
    line-height: 1.6;
    height: 24px;
    margin-left: -36px;
    left: 0px;
    width: 24px;
    margin-top: 1px;
    background: #f39b23;
    content: counter(point);
    text-align: center;
    position: absolute;
    font-weight: bold;
}

.main ul li {
    list-style-image: url("/images/li.png");
    padding: 2px 3px;
}

.cat>ul li {
    padding: 0 0 0 30px;
    list-style-image: none;
    margin-left: 0;
}

.product_list>ul li {
    margin-left: 0;
}

.gen-part {
    color: #f36223;
    font-size: 16px;
    text-align: center;
    padding: 0px;
    line-height: 20px;
}

/*rz*/
div.item dl[itemprop="description"] dd {
    width: 100% !important;
    text-align: left !important;
}

.copy {
    line-height: 30px;
    font-size: 14px;
}

.bx_breadcrumbs {
    display: flex;
    color: #555555;
}

.bx_breadcrumbs span {
    margin-right: 5px;
}

.bx_breadcrumbs a,
.bx_breadcrumbs span {
    color: #555555;
}

.bx_breadcrumbs li:last-child a {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
}


@media(min-width: 1200px) {
    .leftblock {
        max-width: 369px;
        width: 100%;
        margin-right: 15px;
        font-size: 16px;
        /* position: absolute; */
        position: relative;
        top: 0;
        float: left;
        margin-right: 0;
    }

    .leftblock .menu-mobile>ul:nth-of-type(2) {
        display: none;
    }

    .menu-mobile>ul>li:nth-of-type(1) {
        display: block !important;
    }

    .menu-mobile>ul>li:nth-of-type(1) a {
        height: auto !important;
    }

    .leftblock__phone:hover {
        color: #fff;
        text-decoration: none;
    }

    .leftblock__phone {
        display: none;
    }

    .leftblock .menu-mobile>ul:nth-of-type(1) {
        border-left: 1px solid #e6e6e6;
    }

    .leftblock .menu-mobile>ul:nth-of-type(1) ul {
        border-left: 1px solid #e6e6e6;
    }

    .leftblock .menu-mobile li a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        background-color: #e6e6e6;
        width: 15px;
        margin-left: -25px;
    }

    .leftblock .menu-mobile>ul>li:first-child {
        position: relative;
        padding-bottom: 5px;
    }

    .leftblock .menu-mobile>ul>li:first-child:before {
        content: "";
        position: absolute;
        left: 0;
        height: 42%;
        width: 1px;
        background-color: #fff;
        margin-left: -1px;
    }

    .leftblock .menu-mobile>ul>li:last-child {
        position: relative;
    }

    .leftblock .menu-mobile>ul>li:last-child:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        background-color: #fff;
        margin-left: -1px;
        top: 20px;
    }

    .leftblock .menu-mobile>ul ul li:last-child {
        position: relative;
    }

    .leftblock .menu-mobile>ul ul li:last-child:before {
        content: "";
        position: absolute;
        left: 0;
        height: 50%;
        width: 1px;
        background-color: #fff;
        margin-left: -1px;
        top: 50%;
    }

    .leftblock .menu-mobile>ul li a {
        color: #000;
        text-decoration: none;
        position: relative;
    }

    .leftblock .menu-mobile>ul li.active>a,
    .leftblock .menu-mobile>ul li a:hover {
        color: var(--site-color);
    }

    .leftblock .menu-mobile>ul li {
        padding-left: 25px;
        line-height: 30px;
        position: relative;
    }

    .leftblock .menu-mobile>ul ul {
        display: none;
    }

    .menu-mobile .parent.active ul {
        display: block;
    }

    .leftblock .menu-mobile>ul>li {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .leftblock .menu-mobile>ul li.parent {
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .menu-mobile {
        padding: 1rem 0 0 0;
    }

    .menu-mobile .trigger {
        position: absolute;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 8px;
        cursor: pointer;
    }

    .menu-mobile .trigger:before {
        content: '';
        background: url(/images/sec7-arr.svg) center center no-repeat;
        width: 14px;
        height: 8px;
        transition: all .3s;
    }

    .menu-mobile .active .trigger.active:before {
        transform: rotate(0);
    }

    .menu-mobile .active .trigger:before,
    .menu-mobile .trigger.active:before {
        transform: rotate(180deg);
    }
}

@media(max-width: 1200px) {
    .leftblock {
        overflow: hidden;
        position: fixed;
        background: #fff;
        box-shadow: 2px 2px 7px -3px;
        width: 100%;
        max-width: 100%;
        top: 160px;
        left: 0;
        z-index: 10;
        transition: all .3s;
        transform: translateX(100%);
    }


    .menu-mobile a {
        height: 35px;
        display: flex;
        align-items: center;
        padding: 1rem;
        border-top: 1px solid #E2E2E2;
        border-left: 1px solid #E2E2E2;
        border-right: 1px solid #E2E2E2;
        font-size: 14px;
        color: #888888;
        text-decoration: none;
        position: relative;
    }

    .menu-mobile .parent {
        position: relative;
    }

    .menu-mobile .parent ul {
        display: none;
    }

    .menu-mobile .parent.active ul {
        display: block;
    }

    .menu-mobile .parent ul a {
        padding-left: 2rem;
    }

    .menu-mobile .trigger {
        position: absolute;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 0;
        border-left: 1px solid #E2E2E2;
        cursor: pointer;
    }

    .menu-mobile .trigger:before {
        content: '';
        background: url(/images/sec7-arr.svg) center center no-repeat;
        width: 14px;
        height: 8px;
        transition: all .3s;
    }

    .menu-mobile .active .trigger.active:before {
        transform: rotate(0);
    }

    .menu-mobile .active .trigger:before,
    .menu-mobile .trigger.active:before {
        transform: rotate(180deg);
    }

    .menu-mobile>ul>li:nth-of-type(1) {
        display: none;
    }

    .menu-mobile>ul:nth-of-type(1)>li:nth-of-type(2) a {
        background: #F39B23;
        color: #fff;
        font-size: 14px !important;
    }

    .menu-mobile>ul:nth-of-type(1)>li:nth-of-type(2) span {
        font-size: 14px !important;
    }

    .menu-mobile>ul:nth-of-type(2) {
        border-bottom: 1px solid #E2E2E2;
    }

    .leftblock__banners {
        padding: 0 1rem;
        display: grid;
    }

    .leftblock__phone {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #f39b23;
        font-style: 14px;
    }

    .leftblock__banners .menu2 {
        margin: 0;
    }

    .leftblock__banners .online {
        margin: 0;
    }

    .leftblock__banners .online br {
        display: none;
    }

    .menu-mobile {
        padding: 1rem 1rem 0 1rem;
    }
}

.leftblock.active {
    z-index: 10;
}

.menu-mobile * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.menu-mobile ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.exps ul li {
    padding: 20px !important;
}

.bx-filter .bx-filter-block {
    display: block !important;
}

.new-filter .radiobox {
    display: none;
}

/*.new-filter #set_filter{
    display: none;
}*/

.new-filter form>.row:nth-of-type(1)>div {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.new-filter form>.row:nth-of-type(1)>div i {
    display: none !important;
}

.new-filter .smartfilter>.row:nth-of-type(1) {
    display: grid !important;
    grid-template-columns: 200px 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 10px;
}

@media(max-width: 1200px) {
    .new-filter .smartfilter>.row:nth-of-type(1) {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 767px) {
    .new-filter .smartfilter>.row:nth-of-type(1) {
        grid-template-columns: repeat(1, 1fr);
    }

    .new-filter .bx-filter .bx-filter-parameters-box-title {
        padding: 0;
    }
}

.new-filter .bx-filter .bx-filter-section {
    padding: 1rem;
}

.new-filter .bx-filter-button-box {
    margin-top: 1.5rem;
}

.new-filter .bx-filter-parameters-box-container {
    margin: 0;
    padding: 0;
}

.new-filter .smartfilter>.row:nth-of-type(1) {
    padding: 0;
    margin: 0;
}

.new-filter .smartfilter>.row:nth-of-type(1):before,
.new-filter .smartfilter>.row:nth-of-type(1):after {
    display: none;
}

.new-filter .bx-filter-title {
    display: none;
}
.new-filter .bx-filter .bx-filter-popup-result{
    display: none !important;
}
.new-filter .bx-filter .bx-filter-popup-result,
.new-filter .bx-filter .bx-filter-popup-result a,
.new-filter #del_filter {
    color: #f39b23 !important;
    outline: none;
}

.new-filter #set_filter {
    outline: none;
}

.new-filter .bx-filter .bx-filter-popup-result {
    position: relative;
}

.new-filter .bx-filter .bx-filter-popup-result a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx-filter-horizontal .bx-filter-popup-result {
    bottom: -12px;
}

.new-filter .bx-filter .bx-filter-popup-result,
.new-filter .bx-filter .bx-filter-select-container {
    border: 1px solid #f39b23;
}

.new-filter .bx-filter-parameters-box-hint {
    color: #f39b23 !important;
    pointer-events: none;
}

.popup-window {
    max-height: 400px;
    overflow: auto;
}

/* width */
.popup-window::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.popup-window::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.popup-window::-webkit-scrollbar-thumb {
    background: #F39B23;
}

/* Handle on hover */
.popup-window::-webkit-scrollbar-thumb:hover {
    background: #F39B23;
}

.product_list>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1rem;
}

.product_list>ul>li {
    height: auto;
    width: auto;
    margin: 0;
    flex: 1 1 200px;
    padding: 10px;
}

.product_list .pimg {
    margin: auto;
}

.product_list li a {
    display: grid;
    grid-gap: 10px;
}

.vendor-page {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2rem;
}

.vendor-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    list-style: none;
}
.vendor-logo{
    margin-bottom: 1rem;
}

.vendor-logo img{
    max-width: 300px;
}
.vendor-gallery li {
    list-style: none;
    list-style-image: none !important;
}

.vendor-gallery li img {
    object-fit: cover;
    aspect-ratio: 12/9;
    width: 100%;
}

.vendor-contacts{
    margin-top: 2rem;
    font-size: 16px;
}

.vendor-page + h2{
    margin-top: 3rem;
}

.vendor-right .certificate{
    padding-top: 0;
}

.vendor-right .certificate .subsubtitle{
    margin-top: 0;
}

@media(max-width: 750px){
    .vendor-page{
        grid-template-columns: 1fr;
    }
}

.certificate ul{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.certificate ul li{

}
/* End */
/* /bitrix/templates/s1/js/fancybox/jquery.fancybox.css?17594440894895 */
/* /bitrix/templates/s1/assets/owl.carousel.min.css?17594440233260 */
/* /bitrix/templates/s1/assets/owl.theme.default.min.css?17594440241013 */
/* /bitrix/templates/s1/components/bitrix/search.title/.default/style.css?17594440732128 */
/* /bitrix/templates/s1/styles.css?175944409046 */
/* /bitrix/templates/s1/template_styles.css?175944409166490 */
