

/* Start:/local/templates/stroymarket/css/slick.css?16860770131895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/stroymarket/css/slick-theme.css?16860770132886*/
@charset 'UTF-8';
/* Slider */

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    color: #484848;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/stroymarket/css/magnific-popup.css?16860770137998*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
/* End */


/* Start:/local/templates/stroymarket/colors.css?1686077013270*/
body.bx-background-gradient{background:#fff}.bx-logo-text small{color:#0083d1}a.bxd-block:hover{border-color:#0083d1}.bxd-icon{border:1px solid #0083d1}a.bxd-block:hover .bxd-icon{background:#0083d1}.bxd-icon .fa{color:#0083d1}a.bxd-block:hover .bxd-icon .fa{color:#fff}
/* End */


/* Start:/local/templates/stroymarket/vk.css?16860770131730*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600,400,700&subset=latin,cyrillic-ext);



/* floatingbox
----------------------------------------------------------------------------------*/
@media only screen and (max-width: 619px) {
	.floatingbox-wrap {
		display:none;
	}
}
.floatingbox-wrap {
	background-color:#fff;
	box-shadow:0 0 20px #222;
	width:240px;
	/*height:520px;*/
	/*height:539px;*/
	padding:0;
	position:fixed;
	bottom:0;
	left: -210px;
	z-index:99999;
	display:none;
	color:#fff;
	font-family:'Open Sans';
	border-radius: 5px 0 0 5px;
	}
	
.floatingbox-header {
	background-color:#427cd4;
	text-align:left;
	padding:0 0 0 0;
	border-radius: 5px 0 0 0;
	}
	
#floatingbox-arrow {
	width:20px;
	height:17px;
	cursor:pointer;
	display:block;
	float:right;
	margin:10px 10px 10px 5px;
	}
	
.floatingbox-arrow-show {
	background: url(/local/templates/stroymarket/images/arrow.png) no-repeat center -17px;
	}
	
.floatingbox-arrow-hide {
	background: url(/local/templates/stroymarket/images/arrow.png) no-repeat center 0px;
	}
	
.floatingbox-wrap .smm-button-wrap {
	text-align:center;
	background-color:#3154a6;
	}
	
.floatingbox-wrap a.smm-button {
	display: inline-block;
	background-color:#3154a6;
	text-decoration:none;
	color:#fff;
	/*padding:10px 15px;*/
	margin:20px 0;
	font-weight: 700;
	font-size:17px;
	}

.floatingbox-wrap .text {
	display:block;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:0px 20px 20px 20px;
	margin-top:-20px;
	line-height:1.5;
	}
.floatingbox-wrap .text b {
	font-size:16px;
}

#vk-floatingbox {
	margin:10px 10px;
	overflow: hidden;
	}
	
.floatingbox-hide {
	left: -210px;
	}
	
.floatingbox-show {
	left: 0;
	}




/* End */


/* Start:/local/templates/stroymarket/components/bitrix/catalog.section.list/mobile_menu/style.css?16860770121512*/
.mobile-menu ul {
    padding-left: 0;
}

.mobile-menu ul li {
    border-bottom: 1px solid #EFEFEF;
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu a {
    display: block;
    color: #333;
    text-transform: none;
    width: 100%;
    padding: 15px 0;
}
.mobile-menu .menu-item a {
    padding-left:40px;
    color: #C23136;
    text-transform: uppercase;
}
.section1, .section2, .section3 {
    display: flex;
    align-items: center;
}

.section1 span.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.section1 span.chevron, .section2 span.chevron {
    display: flex;
    align-items: center;
    width: 40px;
    height: 21px;
    text-align: center;
    justify-content: center;
}

.section1 + ul > li {
    padding-left: 55px;
    background-color: #F5F5F5;
    display: none;
}

.section2 + ul > li {
    margin-left: -55px;
    padding-left: 62px;
    background-color: #fff;
    display: none;
}
.section1.active, .section2.active {
    background-color: #EFEFEF;
}
.section1.active a, .section2.active a {
    color: #0A609D;
}
.section1.active img, .section2.active img {
    transition: transform .5s;
}

.section1.active .chevron img, .section2.active .chevron img {
    transform: rotate(90deg);
}

.section1.active + ul > li, .section2.active + ul > li {
    display: block;
}

/* End */


/* Start:/local/templates/stroymarket/components/arturgolubev/search.title/top_search_v2/style.css?16860770136025*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/stroymarket/components/arturgolubev/search.title/top_search_v2/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
div.title-search-result {
	min-width: 641px!important;
	display: flex!important;
}
.bx_searche{

	width: 50%;
}
.bx_searche:first-child {
	padding: 18px 20px 0px 21px;
	border-right: 1px solid #C4C4C4;
}
.bx_searche:last-child {

}
.bx_searche h2 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #0A609D;
	margin: 22px 20px 12px 44px;
}
.bx_searche .title-block {
	width: 100%;
	padding: 9px 20px 10px 44px;
}
.bx_searche .title-block:hover {
	background-color: #EFEFEF;
}
.bx_searche .title-block:hover h3 {
	color: #0A609D;
}
.bx_searche .title-block h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin: 0;
}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 67px;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 7px;
}
.bx_searche .bx_item_block.others_result,
.bx_searche .bx_item_block.others_result .bx_img_element,
.bx_searche .bx_item_block.others_result + .bx_item_block
{
	display: none;
}
.bx_searche .bx_item_block:nth-last-child(-n+2) .bx_img_element {
	display:none;
}
.bx_searche .bx_item_block.all_result {
	border-top: 1px solid #D1D1D1;
}

.bx_searche .bx_item_block.all_result .bx_img_element {
	display: none;
}
.bx_searche .bx_item_block.all_result .bx_item_element {
	margin-left: 0;
	padding: 0;
}
.bx_searche .bx_img_element {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	width: 60px;
	height: 60px;
	left: 0;
	border: 1px solid #D1D1D1;
}
.bx_searche .bx_image{
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element a {
	max-height: 40px;
	overflow: hidden;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
.title-search-result {
	display:flex !important;
}
.bx_searche {
	width:50%;
}
/* End */


/* Start:/local/templates/stroymarket/components/bitrix/menu/sm_topmenu/style.css?16860770138796*/

.bx_dropdown{
	position: relative;
}

.bx_sm_top_horizontal_menu_advaced .bx_children_container{
	display: none;
	width: 240px;
	height: auto;
	position: absolute;
	top: 46px;
	left: -10px;
	background: #fff;
	text-align: left;
	border: solid 1px #ccc;
	z-index: 100;
	border-radius: 3px;
}

.bx_dropdown:hover .bx_children_container{
	display: block;
}

.bx_children_container:hover{
	display: block;
}

.bx_children_container:before{
	content: '_';
	height: 52px;
	color: transparent;
	position: absolute;
	top: -51px;
	left: 10px;
	z-index: 10;
	border-top: solid 3px #c23136;
}

.bx_children_container:after{
	content: '_';
	height: 1px;
	color: transparent;
	position: absolute;
	top: -13px;
	left: 10px;
	z-index: 10;
	border-top: solid 3px #c23136;
}

.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(1) .bx_children_container:before,
.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(1) .bx_children_container:after{
	width: 99px;
}

.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(2) .bx_children_container:before,
.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(2) .bx_children_container:after{
	width: 55px;
}

.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(3) .bx_children_container:before,
.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(3) .bx_children_container:after{
	width: 100px;
}

.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(4) .bx_children_container:before,
.ul_sm_top_horizontal_menu_advaced .bx_dropdown:nth-child(4) .bx_children_container:after{
	width: 161px;
}











.bx_children_block ul{
	padding: 10px;
}

.bx_children_block ul li{
	display: block;
}

.bx_children_block ul li a:before,
.bx_children_block ul li a:after,
.bx_children_block ul li .bx_children_advanced_panel {
	display: none !important;
}

.bx_children_block ul li a:hover{
	font-weight: bold;
}






.ul_sm_top_horizontal_menu_advaced > li{
	width: auto !important;
	float: left;
}

.ul_sm_top_horizontal_menu_advaced{
	padding-left: 17px !important;
}

.bx_horizontal_menu_advaced .animate{}

.bx_horizontal_menu_advaced{position:relative}
.bx_horizontal_menu_advaced>ul{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
}
.bx_horizontal_menu_advaced.small>ul{}
/* 1st level */
/*.bx_hma_one_lvl*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl{
	display:block;
	float:left;
	padding:0;

}
/*bx_hma_one_lvl.dropdown:hover*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover{

}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl:hover,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl{}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.bx_dropdown.hover{border-radius:0;/*box-shadow:none*/}

/*.bx_horizontal_menu_advaced.small .bx_hma_one_lvl,*/
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
}
/* .bx_hma_one_lvl>a*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:19px 10px;
	color:#444;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
}

.bx_horizontal_menu_advaced .bx_hma_one_lvl.bx_dropdown.hover>a{
	z-index:140;
	height:59px;
	background:#fff;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.bx_dropdown.hover>a{z-index:140;height:40px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl>a:active,
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl.current a{}
/* // 1st level */

/* The Container */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:56px;
	z-index:1001;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:3px;
	max-width:100%;
	box-shadow:0 4px 5px 0 rgba(1,1,1,.16);
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container{top:38px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx-ie8 .bx_horizontal_menu_advaced 		.bx_hma_one_lvl:hover 	.bx_children_container{display:block !important} /*IE8*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
	border-left:1px solid #f2f2f2;
	background:#fff;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container 	  .bx_children_block:first-child{border-left:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container    .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow: inset 0 122px 57px -59px #fff,
	inset 5px 0    7px  -5px rgba(0,0,0,.12);
}
/*// Container */

/* 2nd level*/
.bx_horizontal_menu_advaced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{display:block;background:#fff}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent>a{display:block;padding:5px 10px}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent a{line-height:15px}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block    li.parent>a:hover{color: #366181}
.bx_horizontal_menu_advaced 	  .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}
.bx_horizontal_menu_advaced.small .bx_hma_one_lvl .bx_children_container .bx_children_block    li a{font-size:11px;line-height:normal}
/* // 2nd level*/

/* 3rd level */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a{
	display:block;
	padding:5px 10px
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block li ul li a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
/* // 3rd level */

/* Panel */
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel strong{
	display:block;
	color:#000;
	text-align:left !important;
	margin-top:10px;
	margin-bottom:10px;
}
.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	display:block;
	color:#000;
	text-align:left !important;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	padding-bottom: 10px;
	overflow: hidden;
	line-height:18px !important;
}
/* // The Panel*/
@media (min-width:980px) {.bx_horizontal_menu_advaced .bx_hma_one_lvl .bx_children_container .bx_children_block{min-width:200px}}
@media (max-width:569px) {.header_inner_bottom_line{overflow:hidden;height:auto}}


/* End */


/* Start:/local/templates/stroymarket/components/bitrix/sale.basket.basket.line/.default/style.css?16860770134439*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/stroymarket/components/bitrix/catalog.section.list/catalog_menu/style.css?16860770134452*/
.catalog-menu-box {
	position: relative;
	margin-left: -10px;
	margin-right: -20px;
}

.catalog-menu-box > label {
	cursor: pointer;
	display: block;
	color: #fff;
	background: #E31E24;
	padding: 10px 20px;
	margin-bottom: 0;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
}

.catalog-menu-box #catalog-menu {
	display: none;
}

.catalog-menu-box .menu-content {
	position: absolute;
	top: 45px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
	transition: all .2s linear;
}

.catalog-menu-box #catalog-menu:checked + .menu-content {
	visibility: visible;
	opacity: 1;
}

.catalog-menu-box .menu-content > ul,
.catalog-menu-box .menu-content .dropdown > ul {
	box-sizing: border-box;
	background: #fff;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	list-style: none;
	margin-bottom: 0;
}

.catalog-menu-box .menu-content > ul {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.catalog-menu-box .menu-content .dropdown > ul {
	box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.25);
}

.catalog-menu-box .menu-content li {
	position: relative;
}

.catalog-menu-box .menu-content li a,
.catalog-menu-box .menu-content li span:not(.icon),
.catalog-menu-box .menu-content li .spoiler-label {
	cursor: pointer;
	display: inline-block;
	color: #333;
	padding: 5px 45px;
}

.catalog-menu-box .menu-content li a,
.catalog-menu-box .menu-content li span:not(.icon),
.catalog-menu-box .menu-content .title,
.catalog-menu-box .menu-content li .spoiler-label {
	width: 275px;
	word-wrap: break-word;
	text-transform: lowercase;
}

.catalog-menu-box .menu-content li a:first-letter,
.catalog-menu-box .menu-content li span:not(.icon):first-letter,
.catalog-menu-box .menu-content .title:first-letter,
.catalog-menu-box .menu-content li .spoiler-label:first-letter {
	text-transform: uppercase;
}

.catalog-menu-box .menu-content .dropdown li > a,
.catalog-menu-box .menu-content .dropdown li > span:not(.icon),
.catalog-menu-box .menu-content .dropdown li > .spoiler-label {
	padding: 5px 45px 5px 30px;
}

.catalog-menu-box .menu-content .dropdown > ul {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	visibility: hidden;
	opacity: 0;
	transform: translateX(90%);
	border-left: 1px solid #d1d1d1;
	transition: all .3s linear;
	overflow-y: auto;
	overflow-x: hidden;
}

.catalog-menu-box .menu-content .title {
	color: #23527C;
	padding: 20px 30px 15px 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.catalog-menu-box .menu-content li .icon {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 35px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}

.catalog-menu-box .menu-content li a:hover,
.catalog-menu-box .menu-content li span:not(.icon):hover,
.catalog-menu-box .menu-content .spoiler-label:hover,
.catalog-menu-box .menu-content .dropdown input.spoiler:checked ~ .spoiler-label,
.catalog-menu-box .menu-content .dropdown:hover > a,
.catalog-menu-box .menu-content .dropdown:hover > span:not(.icon) {
	color: #0A609D;
	background: #EFEFEF;
}

.catalog-menu-box .menu-content .dropdown:hover > ul {
	visibility: visible;
	transform: translateX(100%);
	opacity: 1;
}

.catalog-menu-box .menu-content .dropdown > a:after,
.catalog-menu-box .menu-content .dropdown > span:not(.icon):after,
.catalog-menu-box .menu-content .dropdown .spoiler-label:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 8px;
	display: block;
	width: 11px;
	height: 16px;
	background: url(/local/templates/stroymarket/components/bitrix/catalog.section.list/catalog_menu/images/arrow.png);
}

.catalog-menu-box .menu-content .dropdown .spoiler-label:after {
	transform: rotate(90deg);
	transition: all .3s linear;
}

.catalog-menu-box .menu-content .dropdown li > .spoiler-label {
	margin-bottom: 0;
	font-weight: normal;
}

.catalog-menu-box input.spoiler {
	display: none;
}

.catalog-menu-box input.spoiler ~ ul {
	display: none;
	padding: 0;
}

.catalog-menu-box input.spoiler:checked ~ ul {
	display: block;
}

.catalog-menu-box .menu-content .dropdown input.spoiler:checked ~ .spoiler-label:after {
	transform: rotate(270deg);
}

.catalog-menu-box .menu-content .side ul > li > a {
	background: #EFEFEF;
	padding: 5px 45px;
}


/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1686076999585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/stroymarket/components/bitrix/menu/bottom_menu/style.css?1686077013567*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 0 5px 0;
}

/* End */


/* Start:/local/templates/stroymarket/styles.css?17635490185685*/
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Open Sans", "Helvetica Neue",  Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/local/templates/stroymarket/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
.cat-sort {display:flex;flex-wrap:nowrap;}
.cat-sort .select {width:100%;max-width:200px;margin-top: 10px;}
.cat-sort .select select {background:#fff;border:2px solid #eff0f1;padding:5px;border-radius:15px;transition:border-color .3s;}
.cat-sort .select select:hover {border-color:#dadada;}
@media (max-width: 540px) {
	.cat-sort {
		flex-wrap:wrap;
	}
}

/* End */


/* Start:/local/templates/stroymarket/template_styles.css?176354901847629*/
@media (max-width: 767px) {
    #bx-panel {
        display: none !important
    }
}

body {
    background: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    --font-weight: 300; /*fix top menu*/
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.bx-opened {
    overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper {
    position: relative;
}

body.bx-background-image {
    background: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.bx-background-image {
        -webkit-background-size: 1600px auto;
        background-size: 1600px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.bx-background-image {
        -webkit-background-size: 1280px auto;
        background-size: 1280px auto;
    }
}

@media (max-width: 767px) {
    body.bx-background-image {
        background: none;
    }
}
.mobile {
    display:none;
}
body.bx-background-gradient {
    background: rgb(246, 247, 251);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 247, 251, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7fb', endColorstr='#ffffff', GradientType=0);
    background-attachment: fixed;
}

.icon-empty {
    opacity: 0;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    border-color: transparent;
    text-decoration: none;
}

a,
.container {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.flex {
    display: flex;
}

.btn-red {
    background-color: #e31e24;
    color: #fff;
    border-radius: 4px;
    padding: 10px 25px;
}

.bx-header {
    position: relative;
}

/*Logo*/
.top-right-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 445px;
    width: 100%;
    height: 146px;
    background: url(/images/right_top_bg.jpg) no-repeat top right;
}

.top-block {
    height: 158px;
    position:relative;
}

.top-logo {
    height: 158px;
    width: 292px;
    background: url(/images/logo_man.jpg) no-repeat center / contain;
    float: left;
}

.top-menu {
    height: 158px;
    margin-left: 292px;
    padding-left: 20px;
}

.top-personal {
    display: flex;
    justify-content: center;
    align-content: start;
    padding-top: 10px;
}

.top-personal .cart, .mobile .cart {
    width: 23px;
    height: 19px;
    background: url(/images/cart_small.png) no-repeat center / contain;
    margin-left: 20px;
    display:inline-block;
}

.ul_sm_top_horizontal_menu_advaced {
    list-style: none;
    margin: 0;
    text-align: center;
}

.ul_sm_top_horizontal_menu_advaced li {
    display: inline-block;
    line-height: 1em;
}

.ul_sm_top_horizontal_menu_advaced li a {
    padding: 10px 5px 10px !important;
    color: #c23136;
    text-shadow: none;
    -font-weight: 700;
    display: block;
    position: relative;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    z-index: 101;
}

.ul_sm_top_horizontal_menu_advaced li a::before,
.ul_sm_top_horizontal_menu_advaced li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c23136;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

.ul_sm_top_horizontal_menu_advaced li a::after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.ul_sm_top_horizontal_menu_advaced li a:hover::before,
.ul_sm_top_horizontal_menu_advaced li a:hover::after,
.ul_sm_top_horizontal_menu_advaced li a:focus::before,
.ul_sm_top_horizontal_menu_advaced li a:focus::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.ul_sm_top_horizontal_menu_advaced li a:hover::after,
.ul_sm_top_horizontal_menu_advaced li a:focus::after {
    top: 0;
    opacity: 1;
}

.tagline {
    text-transform: uppercase;
    color: #0a609d;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 0;
}
.top-contact span {
    padding-left: 38px;
    min-height: 27px;
    color: #e31e24;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
}

.top-contact .phone, .mobile .phone {
    background: url(/images/phone_rounded.png) center left no-repeat;
    margin-right: 20px;
}

.top-contact .address {
    background: url(/images/point.png) center left no-repeat;
    padding-left: 30px;
}

.top-line .toolkit {
    background: url(/images/instrument_line.png) left center repeat-x;
}

/*.top-line .social-vk {
    display: block;
    margin: -10px 0;
    padding: 4px 0;
    background-color:#3087bd;
    transition: background-color .5s;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size: .8em;
}

.top-line .social-vk div {
    background: url(/bitrix/templates/stroymarket/images/sprite-new.png) no-repeat 0 28%;
    background-size: 100% auto;
    height:30px;
}

.top-line .social-vk:hover {
    background-color:#0a609d;
}*/

.social-buttons .social-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/local/templates/stroymarket/images/sprite-socials.png) no-repeat;
    margin-right: 8px;
    transition: all .2s linear;
}

.social-buttons .social-btn:hover {
    transform: scale(1.1);
    border-bottom: none;
}

.social-buttons .social-btn:last-child {
    margin-right: 0;
}

.social-btn.social-tg {
    background-position: 50% 0;
}

.social-btn.social-wa {
    background-position: 100% 0;
}

.bx-footer-line .social-buttons {
    padding: 7px 0;
}

.left-catalog .btn-red {
    font-size: 1.2em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.left-catalog .btn-red:hover {
    color: #ccc;
}

.left-catalog .menu {
    list-style: none;
}

.left-catalog .menu a {
    position: relative;
    margin: 0 0 5px 24px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px dashed #d1d1d1;
    padding: 0 0 5px;
}

.left-catalog .menu a:last-child {
    border-bottom: none;
}

.left-catalog .menu a:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/gear.png) no-repeat center / contain;
    top: 3px;
    left: -24px;
}

/* Sections */
.bx-content-seection {
    padding: 0 45px 5px;
}
header.mobile {
    display:none;
}
@media (max-width:1200px) {
    .tagline {
        font-size:1.6em;
        padding: 5px 0;
    }
    header {
        background-color:rgba(255,255,255,.7);
    }
    .top-line .social-vk {
        font-size:.6em;
        font-weight:bold;
    }
}
@media (max-width:991px) {
    header.mobile{
        display:block;
        position:relative;
        height:50px;
        padding:5px 3%;
    }
    header.bx-header {
        display:none;
    }
    .top-logo {
        height:50px;
        width:40%;
        background: url(/images/smkt.png) no-repeat center / contain;
        max-width:216px;
    }
    .menu-burger {
        display:block;
        color:#e31e24;
        font-size:2em;
        float:left;
        padding:3px;
        margin:9px 20px 0 0;
        cursor:pointer;
    }
    .bx-basket-fixed {
        z-index: 4;
    }
    .mobile-menu {
        position:fixed;
        left:0;
        top:50px;
        width:100vw;
        height:calc(100vh - 50px);
        padding:10px;
        z-index:10;
        overflow:hidden;
        overflow-y: auto;
        background: #fff;
        display:none;
    }
    /*.mobile-menu:before {*/
    /*    content:'';*/
    /*    position:absolute;*/
    /*    width:100%;*/
    /*    background:url(/images/right_top_bg.jpg) no-repeat top right;*/
    /*    left:0;*/
    /*    top:0;*/
    /*    height:40%;*/
    /*    z-index: -1;*/
    /*    opacity:.3;*/
    /*}*/
    .mobile .fa-user {
        color:#0a609d;
        font-size:21px;
    }
    .mobile .personal, .mobile .cart, .mobile .phone {
        float:right;
        margin:15px 2% 0;
    }
    .mobile .phone {
        width:19px;
        height:19px;
        background: url(/images/phone_rounded.png) no-repeat center / contain;
    }
    .mobile-menu ul li {
        list-style-type: none;
    }
}

@media (min-width: 1200px) {
    .bx-content-seection {
        padding: 0 45px 5px;
    }

    .bx-logo .bx-logo-block {
        height: auto;
        min-height: 137px;
        background: url(/images/logo-big3.jpg) 0 0 no-repeat;
        background-size: auto 100%;
    }

    .bx-logo .bx-logo-block img {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bx-content-seection {
        padding: 0 30px 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bx-content-seection {
        padding: 0 15px 5px;
    }
}

@media (max-width: 767px) {
    .bx-content-seection {
        padding: 0 15px 10px
    }
}

/* header / phone */

.bx-inc-orginfo {
    padding-left: 28px;
}

@media (max-width: 767px) {
    .bx-inc-orginfo {
        text-align: center;
        padding-bottom: 10px;
    }
}

.bx-inc-orginfo-phone {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    white-space: nowrap;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inc-orginfo-phone i {
    color: #97a1ab;
    position: relative;
    margin-left: -23px;
}

.bx-inc-orginfo-recall {
}

.bx-inc-orginfo-recall a {
    color: #039be5;
    border-bottom: 1px dashed;
    font-size: 12px;
    margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

/* header / worktime */

.bx-worktime {
}

@media (max-width: 767px) {
    .bx-worktime {
        text-align: center;
    }
}

.bx-worktime-title {
    color: #8d8d8d;
    font-size: 12px;
}

.bx-worktime-prop {
    font-size: 13px;
    color: #000;
}

.bx-worktime-prop > span {
    white-space: nowrap;
}

/*sidebar*/

.bx-sidebar-block {
    margin-bottom: 40px;
}

.bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

.bx-footer .bx-block-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
}

/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
    color: #757575;
}

.bx-breadcrumb-item a:hover {
    color: #2d2d2d;
}

/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
    padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {
}

h1.bx-title {
    margin-top: 0;
    padding-bottom: 10px;
}

h2.bx-title {
    font-size: 25px
}

h3.bx-title {
}

h4.bx-title {
}

h5.bx-title {
}

h6.bx-title {
}

/* FORMS */
input[type=text],
input[type=password] {
    margin: inherit 4px;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 18px;
    min-height: 150px;
    max-height: 450px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
}

/* INC.banners */

.bx-incbanners {
    margin: 10px 0 25px;
    text-align: center;
}

/* INC.links.footer */

.bx-inclinksfooter a {
    border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 600;
}

.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-inclinksfooter-item {
    padding: 0 0 5px 0;
}

/* INC.logo.footer */

.bx-inclogofooter {
    color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
    border-bottom: none;
}

.bx-inclogofooter-logo img {
    max-width: 180px;
    height: auto;
}

.bx-inclogofooter-block {
    padding-bottom: 20px;
}

.bx-inclogofooter-tel {
    color: #444;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
    color: #444;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* INC.social.widget */

.bx-banners {
    margin: 10px 0;
}

.bx-banners .bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}

/* INC.wt */

.bx-wt-block {
    color: #fff;
    padding: 5px 15px;
    background: url(/local/templates/stroymarket/images/wt.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
}

.bx-wt .bx-block-title {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}

.bx-wt-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.bx-wt-block ul li {
    padding-bottom: 7px;
}

.bx-wt-others-block {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 4px;
}

/* news.list.sidebar */
.bx-s-info {
    margin: 10px 0;
    padding-top: 5px;
}

.bx-s-info-block {
    display: block;
    margin-bottom: 25px;
}

.bx-s-info-title {
    display: block;
    min-height: 29px;
    padding-left: 36px;
    margin-bottom: 5px;
    position: relative;
}

.bx-s-info-titleicon {
    display: block;
    background: #007FCA;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.bx-s-info-titleicon i {
    line-height: 30px;
    vertical-align: middle;
    font-style: normal;
}

.bx-s-info-titletext {
    display: block;
    padding: 6px 0;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.bx-s-info-content {
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #3e454c;
    padding-left: 36px;
}

/* FOOTER */

.bx-footer {
    background: #d4d4d4;
    color: #444;
    margin-top:40px;
}

.bx-footer-section.bx-center-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bx-footer-section.bx-center-section > div {
    margin-bottom: 20px;
}

.bx-footer a {
    color: #444;
}

.bx-footer a:hover {
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
}

.bx-footer-line {
    background: #1f496a;
    background: #0a609d;
}

.bx-footer-bottomline {
    background: #868686;
    font-size: 14px;
    padding: 22px 0;
    color: #fff;
}

.bx-footer-bottomline a {
    color: #fff;
}

.bx-up {
    text-align: right;
}

.bx-up a,
.bx-up a:hover {
    border-bottom: none;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .bx-footer {
        text-align: center;
    }

    .bx-up {
        text-align: center;
    }
}

/**/

.btn-primary {
    background-color: #1485ce;
    border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #53a4d8;
    border-color: #53a4d8;
}

.btn-link {
    color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
    color: #53a4d8;
    text-decoration: none;
}

/*404*/

.bx-404-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bx-404-block {
    margin-top: 100px;
    margin-bottom: 66px;
}

@media (max-width: 768px) {
    .bx-404-block {
        margin-top: 50px;
        margin-bottom: 33px;
    }
}

.bx-404-text-block {
    font-size: 20px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}

.bx-maps-title {
    color: #8f8f8f;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #e9eaea;
}

.map-columns {
    padding-top: 20px;
}

.bx-map-title {
    font-weight: bold;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: relative;
    min-height: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.bx-map-title .fa {
    color: #0083d1;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
}

.map-columns ul {
    list-style: none;
    margin-bottom: 5px;
}

.map-level-0 {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 20px;
}

.map-level-0 li {
    margin-left: 0;
    padding-left: 0;
}

.map-level-0 ul {
    padding-left: 15px;
}

ul.map-level-1 {
    margin-bottom: 30px;
}

/*ABOUT*/

.bxd-block {
    width: 100%;
    border: 1px solid #e3e6e7;
    display: block;
    background: #fff;
    padding: 15px;
    min-height: 210px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.bxd-block:hover {
}

.bxd-icon {
    display: block;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    margin: 0 auto;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {
}

.bxd-icon .fa {
    margin-left: -1px;
    position: relative;
    font-size: 35px;
    height: 68px;
    width: 68px;
    text-align: center;
    line-height: 68px;
    vertical-align: middle;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {
}

.bxd-title {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
}

.bxd-desc {
    display: block;
    text-align: center;
    color: #737373;
    font-size: 12px;
}


.bx-up-button {
    border-radius: 2px;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    padding: 9px 18px 7px 38px;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    -moz-transition: background-color .3s ease, opacity .3s ease;
    -ms-transition: background-color .3s ease, opacity .3s ease;
    -o-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease;
    background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}

.bx-up-button:hover {
    background-color: #9fa0a3;
}


/*

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
                              STROYMARKET
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

*/
#topline .bx-header-section {
    padding: 10px 0;
}

#topline .bx-searchtitle {
    margin: 5px 0 0;
}

#topline.pin-to-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
}

.bx-searchtitle .bx-input-group .bx-form-control {
    border-radius: 4px;
    width: calc(100% - 40px);
    margin-right: 10px;
}

.bx-searchtitle .bx-input-group-btn {
    display: inline-block;
}

.bx-searchtitle .bx-input-group-btn button {
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px 5px;
}

.bx-searchtitle .fa {
    color: #0a609d;
}

.top-line {
    background: #0a609d;
    color: #fff;
}

.h-btn-basket i,
.h-btn-cat i {
    margin-right: 10px;
}

.h-btn-basket a {
    font-size: 20px;
    color: #fff;
}

.h-btn-cat {
    background-color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    text-align: center;
}

.h-btn-cat a {
    font-size: 20px;
    color: #c23136;
}


.h-btn-basket {
    text-align: right;
}

.f-title {
    font-size: 24px;
    font-weight: bold; /*ispravit*/
}

.padt55 {
    padding-top: 55px;
}

.mart65 {
    margin-top: 65px;
}

.pr-title {
    text-align: center;
    font-size: 24px;
    color: #c23136;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pr-text {
    font-size: 17px;
    padding-left: 100px;
}

.ico01-1 {
    background: url(/local/templates/stroymarket/images/ico01-1.png) left top no-repeat;
}

.ico01-2 {
    background: url(/local/templates/stroymarket/images/ico01-2.png) left top no-repeat;
}

.ico01-3 {
    background: url(/local/templates/stroymarket/images/ico01-3.png) left top no-repeat;
}

.pr-brd {
    border-right: 4px solid #e9b5b6;
}

h2 {
    font-size: 39px;
    color: #0a609d;
    text-align: center;
    margin-bottom: 25px;
}

/* main page - ni test */
.ni-test .row .col-lg-4 {
    padding: 20px;
}


.ni-test .row .col-lg-4 .ni-title {
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding-left: 25px;
    padding-bottom: 2px;
}

.ni-test .row .col-lg-4 .ni-text {
    margin-top: 15px;
    margin-left: 35px;
    height: 100px;
}

.ni-test .row .col-lg-4 .ni-link {
    text-align: right;
}

.ni-test .row .col-lg-4 .ni-link a {
    color: #fff;
}

.btn-subscribe span {
    width: 170px;
    margin-left: -40px;
}

.ni-test a {
    color: #fff;
}

.ni-test a:hover {

}

/* banners menu for main */

.mn-box .mn-title {
    white-space: nowrap;
}
.mn-box .mn-title img {
    height: 44px;
    margin-right: 10px;
    width: auto;
}

.mn-box a {
    color: #000;
    display: block;
    border: 1px solid #ffffff;
}

.mn-box a:hover {
    border-radius: 20px;
    border: 1px solid #5520e9;
}

.mn-box a > span {
    margin: 15px 5px;
}

span.mn-title h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

span.mn-text ul {
    list-style: none;
    margin-left: 5px;
    font-size: 12px;
}

span.mn-title {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    -moz-border-image: -moz-radial-gradient(at center bottom, #898989, #ffffff);
    -webkit-border-image: -webkit-radial-gradient(at center bottom, #898989, #ffffff);
    border-image: radial-gradient(at center bottom, #898989, #ffffff);
    border-image-slice: 1;
}

.mn-box {
    text-align: center;
    min-height: 220px;
}

span.mn-text {
    text-align: left;
    display: block;
}

span.mn-text ul li {
    background: url(/images/nm2-list.png) no-repeat left top;
    padding-left: 35px;
    min-height: 30px;
    margin-bottom: 5px;
}


/* main page - feedback form */
.fb-block {
    height: 395px;
    height: 180px;
    background-color: #10aaf1;
    background-color: #0a609d;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
}

.fb-image {
    background: url(/local/templates/stroymarket/images/fb-lady-image.jpg) center center no-repeat;
    width: 263px;
    height: 230px;
    margin: 0 auto;
}

.fb-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fb-link a {
    font-size: 24px;
    text-transform: uppercase;

    color: #fff;
    font-weight: 200;
    border-bottom: 1px solid #fff;
}

.vote-block {
    padding: 0 10px 10px;
    border: 2px solid #0a609d;
    border-radius: 5px;
    margin-top: 20px;
    text-align: left;
}

.vote-block .voting-form-box {
    border: none;
}


/* main page - new goods fix , hide pagination */
.bx_catalog_list_home {
    -border: none;
}

.bx_catalog_list_home ~ .bx-pagination {
    -display: none;
}

/* main page - hide slider dev link */
.owl-dev-link {
    display: none;
}

/* main page - slider pagination bg color */
.owl-page.active span {
    background-color: #eec6c8 !important;
}

/* main page - 2gis map fix for 100% width */
.bx-center-section iframe {
    width: 100%;
}


/* catalog */

/* catalog tile  */

.bx_catalog_tile .bx_catalog_tile_img {
    width: 138px !important;
    height: 138px !important;
}

.bx_catalog_tile_ul li {
    height: 200px;
    -width: 12, 5% !important;
    padding: 0px 10px !important;
    padding: 0px 5px !important;
    margin: 0 5px 20px !important;
    width: 23% !important;
    overflow: hidden !important;
}

.bx_catalog_tile_ul li h2 {
    -border: none;
}

.bx_catalog_tile .bx_catalog_tile_img {
    border: none !important;
}


h2.bx_ordercart_itemtitle {
    font-size: 14px;
    text-align: left;
    color: #000;

}

.bx-top-nav-container1111 .bx-nav-1-lvl > a {
    -border-radius: 30px;
    border: 2px solid #fff;
    margin-bottom: 5px;
    font-weight: normal;
    padding: 0;
}

.bx-top-nav-container1111 .bx-nav-1-lvl > a span {
    padding: 5px 10px;
    -border: 1px dashed #fff;
    margin: 1px;
}

.bx-blue.bx-top-nav .bx-top-nav-container1111 .bx-nav-1-lvl.bx-hover > a, .bx-blue.bx-top-nav .bx-top-nav-container1111 .bx-nav-1-lvl.bx-active > a, .bx-blue.bx-top-nav .bx-top-nav-container1111 .bx-nav-1-lvl:hover > a {
    border: 2px solid #0a609d;
    background: #0a609d;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf1f25+0,3154a6+21,3154a6+100 */

    -background: #bf1f25; /* Old browsers */
    -background: -moz-linear-gradient(left, #bf1f25 0%, #0a609d 21%, #0a609d 100%); /* FF3.6-15 */
    -background: -webkit-linear-gradient(left, #bf1f25 0%, #0a609d 21%, #0a609d 100%); /* Chrome10-25,Safari5.1-6 */
    -background: linear-gradient(to right, #bf1f25 0%, #0a609d 21%, #0a609d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf1f25', endColorstr='#0a609d', GradientType=1); /* IE6-9 */


    color: #fff;
}

.bx-blue.bx-top-nav .bx-top-nav-container1111 .bx-nav-1-lvl.bx-hover > a span, .bx-blue.bx-top-nav .bx-top-nav-container1111 .bx-nav-1-lvl.bx-active > a span, .bx-blue.bx-top-nav .bx-top-nav-container1111 .bx-nav-1-lvl:hover > a span {
    -border: 1px dashed #a6b5d9;

}

.bx_horizontal_menu_advaced {
    -background: #bf1f25;
    color: #fff;
}

.bx_horizontal_menu_advaced .bx_hma_one_lvl > a {
    color: #fff;

}

.bx_horizontal_menu_advaced .bx_hma_one_lvl:hover {
    --background: #ff1f25;

}


/* ���� ���� - ����� */

.bx-nav-1-lvl {
    padding: 0;
    margin: 0;
    width: 100%;
}

.bx-nav-1-lvl a {
    border: none;
    color: inherit;
    background: none;
    cursor: pointer;
    -padding: 25px 80px;
    display: inline-block;
    -margin: 15px 30px;
    text-transform: uppercase;

    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}

.bx-nav-1-lvl a:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.bx-nav-1-lvl a {
    -border: 1px solid #ccc;
    color: #fff;
    width: 100%;
}


.bx-nav-1-lvl a {
    overflow: hidden;
}

.bx-nav-1-lvl a:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #ccc;
    background: #0a609d;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.bx-nav-1-lvl a:hover,
.bx-nav-1-lvl a:active {
    color: #0e83cd;
    color: #fff;
}

.bx-nav-1-lvl a:hover:after {
    height: 320%;
    opacity: 1;
}

.bx-nav-1-lvl a:active:after {
    height: 400%;
    opacity: 1;
}

/* �������� */
#contact_map iframe {
    width: 100% !important;
}

#owl-carousel-brands img {
    margin: 5px !important;
    width: 180px;
    height: 133px;
    border: 1px solid #ccc;
}

.sm-header-small {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.sm-header-phone {
    text-align: right;
}

#coupons_block .bx_ordercart_coupon {
    display: none;
}

.bx_ordercart .bx_ordercart_order_pay_right {
    float: right !important;
}

.bx-socialfooter a.bx-socialfooter-icon {
    background-image: url(/local/templates/stroymarket/images/sprite-new.png);
}

.bx-socialfooter .row {
    width: 570px;
}

.bx-socialfooter .row .col-xs-2 {
    width: 190px;
}

.ctab td {
    padding: 5px;
}

.tcontact {
}

.tcontact td[colspan="4"] {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.tcontact img {
    width: 100px;
    padding: 2px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(128, 128, 128, 0.4);
}

.hidecMap {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
    transition: all 0.5s ease 0s;
}

.hidecMap iframe {
    width: 100%;
}

.showcMap {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 430px;
    display: block;
}

.f-info td {
    vertical-align: top;
    padding: 5px 5px 10px;
}

.f-info tr {
    border-bottom: 1px dotted #ccc;
}

.infoline {
    font-size: 12px;
    text-align: right;
}

.infoline a {
    border-bottom: 1px dotted #337ab7
}

.bx_profile h2 {
    font-size: 16px;
    font-weight: bold;
}

.vrz1 {
    padding: 20px 30px 20px;
    border: 2px solid rgb(49, 84, 166);
    background-color: rgba(226, 226, 226, 0.55);
    color: #C74348;
    font-size: 15px;
    font-weight: bolder;
    border-radius: 19px;
    margin-bottom: 12px;
    margin: 14px 29px 20px 1px;
}

/* new css vigoda */
.vrz1.vrz1-new {
    border: 0;
    background-color: initial;
    font-size: 18px;
}

.vrz1.vrz1-new div {
    padding: 40px 0 20px 0;
}

.vrz1.vrz1-new div a.btn-primary {
    margin-right: 20px;
    width: 200px;
}

.vrz1.vrz1-new div a.btn-default {
    color: #fff;
    background: #959595;
    width: 200px;
}

/** end */

.vrz2 {
    background-color: #F7F6F6;
    padding: 18px 18px 18px 23px;
    border: 4px solid rgb(237, 27, 38);
    margin: 13px 24px 22px 29px;
    box-shadow: #DEE2E4 9px 8px 7px 1px;
    border-radius: 0px;
    border-left-color: #0a609d;
    border-right-color: #ED1B26;
    border-top-color: #0a609d;
    color: #0a609d;
    font-weight: bolder;
}

h1.main-title {
    font-size: 39px;
    color: #0a609d;
    text-align: center;
    margin-bottom: 25px;
}

h2.main-title {
    font-weight: bold;
    display: inline-block;
    margin: 25px auto;
    position: relative;
    border-bottom: 2px solid #0a609d;
    padding-bottom: 8px;
    text-transform: uppercase;
}

h2.main-title::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35%;
    width: 30%;
    height: 4px;
    background-color: #e31e24;
    transition: all .5s;
}

h2.main-title:hover::after {
    left: 25%;
    width: 50%;
}

.row.text {
    background: #f6f6f6;
    padding: 5px 15px;
    border-radius: 5px;
}

.row.text p {
    font-size: 15px;
}

.center {
    text-align: center;
}

.img_left {
    float: left;
    margin: 5px 15px 5px 0;
}

.img_right {
    float: right;
    margin: 5px 0 5px 15px;
}


table.f-info {
    width: 80%;
}

.valign-top {
    vertical-align: top;
}

table.about-contacts {
    width: 100%;
}

.slick-prev::before, .slick-next::before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    transition: opacity .5s;
    opacity: 1;
}

.slick-prev::before {
    background: url(/local/templates/stroymarket/./images/larr_blue.png) no-repeat center / contain;
}

.slick-next::before {
    background: url(/local/templates/stroymarket/./images/rarr_blue.png) no-repeat center / contain;
}

.slick-next:hover, .slick-prev:hover {
    opacity: .8;
}

.slider_slick .slide {
    padding: 20px;
}

.slider_slick .slide_base a {
    color: #111926;
}

.slider_slick .slide .title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.slider_slick .slide .image {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.slider_slick .slide_base .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    text-align: left;
}

.slider_slick .slide .description {
    text-align: center;
}

.slider_slick .slide .price {
    font-weight: bold;
}

.short-news {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.short-news .item {
    padding:10px;
}

.short-news .item .image {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.short-news .item .title {
    margin-bottom: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3e3e3e;
}

.short-news .item .description {
    margin-bottom: 40px;
    color: #3e3e3e;
    height: 42px;
    overflow: hidden;
}

.short-news .item .more {
    color: #626262;
    text-decoration: underline;
    text-align:right;
}

.bx-socialfooter ul li a.vk {
    background-color: #3087bd;
}
.bx-socialfooter ul li a.vk:hover {
    background-color: #0a609d;
}
.bx_catalog_list_home .bx_catalog_item_title {
    min-height: 70px;
}
.bx_catalog_item_quan {
    text-align: center;
    margin-top: 5px;
}
.bx_catalog_item_quan p {
    font-size: 11px;
}
.mfp-content {
    background: #fff;
    box-shadow: 0px 1px 7px #333;
    max-width: 360px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}
.mfp-bg {
    opacity: 0.5;
    background: #000;
}
.popup-cart {

}
img.popup-cart--img {
    max-height: 110px;
}
.popup-cart h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.popup-cart .bx_medium {
    background: #1485CE;
    color: #fff;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
}

.popup-cart .bx_medium:hover {
    background: #00a2df;
}
.block-element-cart {
    margin-top: 15px;
    margin-bottom: 15px;
}
.popup-cart--name {
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 19px;
    font-weight: 400;
}
.popup-cart--price {
    padding-left: 20px;
    font-weight: 700;
    line-height: 20px;
    font-size: 15px;
}
.bx_catalog_item_controls .msg {
    color: red;
    font-size: 11px;
    margin-bottom: 15px;
}

.top-personal .cart {
    width: 56px;
    height: 30px;
    background: url("/images/cart_small2.png") no-repeat 15% / auto #1485CE;
    margin-left: 20px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    top: -5px;
}

.top-personal .cart span {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: 700;
    font-size: 15px;
}

a.btn-save-order {
    background: #1485CE;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 15px;
    margin-right: 60px;
}

a.btn-save-order:hover {
    background: #00a2df;
}

a.btn-save-pdf {
    color: #000;
    font-size: 15px;
    display: inline-block;
    background-image: url(/local/templates/stroymarket/components/custom/sale.order.ajax/template1/images/pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding-left: 35px;
}
.soa-property-container select {
    background:none;
    width: 100%;
    border: 1px solid #CCD5DB;
    padding: 5px;
}
.buy-button {
    box-sizing: border-box;
    width: 120px;
    height: 32px;
    color: #fff !important;
    background: #1485CE;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 32px;
    text-shadow: 0 1px 0 #165c99;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 0 13px;
    white-space: nowrap;
    outline: 0;
}

.title-search-result {
    display:flex !important;
    width:100% !important;
    max-width: 550px !important;
}
.title-search-result .bx_searche:first-child {
    border-right:1px solid #c4c4c4;
    padding-right: 18px;
}
.bx_searche {
    width:50%;
}
.bx_searche .bx_item_block .bx_img_element {
    background: #fff;
    padding:5px;
    margin: 5px;
}
.bx_searche .bx_item_block .bx_image {
    border:1px solid #d1d1d1;
}
.bx_searche .bx_item_block .bx_item_element a {
    font-size: 14px;
    color: #333333;
}
.title-search-result .bx_searche:last-child h2 {
    font-size:14px;
    font-weight: 700;
    color: #0A609D;
    font-family: "Open Sans", serif;
    text-transform: uppercase;

}
.title-search-result .bx_searche:last-child .title-block a {
    font-size:14px;
    color:black;
    font-weight:400;
    transition: background-color .5s, color .5s;
    padding:9px 18px 10px 44px;
    display:block;
}
.title-search-result .bx_searche:last-child .title-block a:hover {
    background-color:#efefef;
    color: #0A609D;
}
.bx_searche .bx_item_element hr {
    border-bottom:1px solid #d1d1d1;
}
.mobile .second-line {
    display:flex;
    align-items: center;
}
.mobile .bx-searchtitle .bx-input-group {
    display:flex;
}
.mobile .top-search {
    width: calc(100% - 110px);
}
.mobile .social-buttons {
    display:inline-block;
    max-width: 100px;
    margin-right:10px;
}
.mobile .social-buttons a {
    margin-right: 5px;
}
.d-flex {
    display: flex;
}
.mobile #search input {
    width: 100%;
    margin-right: 0;
    padding-right: 25px;
    border: 1px solid #23527C;
}
.mobile #search .bx-input-group-btn {
    position: absolute;
    top:0;
    right: 20px;
    z-index:5;
}
.mobile #search .bx-input-group-btn button {
    background: transparent;
    padding: 5px 0;
}
@media (max-width: 540px) {
    .title-search-result {
        left: 0 !important;
    }
    .slick-prev, .slick-next {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 45px;
        height:45px;
        top:100%;
        border-radius: 50%;
        border:2px solid #4c8ebc;
    }
    .slick-prev {
        left:30%;
    }
    .slick-next {
        right:30%;
    }
    .vrz1.vrz1-new div a.btn-primary {
        margin-right:0;
        margin-bottom: 15px;
    }
    .bx-footer .bx-inclinksfooter-item {
        text-align: left;
    }
    .bx-searchtitle {
        margin: 0;
    }
    table.f-info {
        width: 100%;
        margin-top: 10px;
    }
    table.f-info tr td {
        border-bottom: 1px dashed #959595;
        text-align: left;
        padding: 0;
    }
    table.f-info tr td:first-child {
        width: 50%;
        padding: 0 10px 5px 0;
    }
    table.f-info tr td:last-child {
        width:50%;
        padding-left:10px;
    }
    .bx-top-nav-container {
        display:block;
    }
    .bx-top-nav-container li.bx-active {
        background: #0a609d;
        position:relative;
    }
    .bx-top-nav-container li.bx-active a span {
        color:white;
    }
    .bx-top-nav-container li.bx-active a:after {
        content: '';
        bottom:0;
        left:0;
        width: 15px;
        height: 15px;
        transform: none;
        opacity:1;
        z-index: 5;
        border: 15px solid transparent;
        border-bottom: 15px solid white;
        border-left: 15px solid white;
        background:none;
    }
    .bx-top-nav-container li.bx-active a:before {
        position: absolute;
        content: '';
        top:0;
        right:0;
        width: 15px;
        height: 15px;
        transform: none;
        opacity:1;
        z-index: 4;
        border: 15px solid transparent;
        border-top: 15px solid white;
        border-right: 15px solid white;
        background:none;
    }
    .bx-newslist-other {
        margin-bottom:10px;
    }
    .bx-newslist-more {
        display:none;
    }
    .bx_catalog_list_home.col4 {
        justify-content: space-evenly;
    }
    .bx_catalog_list_home.col4 .bx_catalog_item .bx_catalog_item_images {
        display:block;
        width:100%;
    }
    .bx_catalog_list_home.col4 .bx_catalog_item {
        width:45%;
        margin-bottom:15px;
        border: 1px solid #C4C4C4;
    }
    .bx_catalog_list_home .bx_catalog_item_title {
        /*height: auto;*/
        min-height: 100px;
        padding: 0 5px;
    }
    .bx_catalog_list_home .bx_catalog_item_price {
        min-height: 25px;
    }
    .bx_catalog_list_home span.buy-button {
        margin-top: 45px;
    }
    .bx_catalog_list_home .bx_catalog_item_price {
        padding: 0 5px;
    }
    .bx_catalog_item .bx_catalog_item_articul {
        padding: 0 5px;
    }

    .bx_catalog_tile .bx_catalog_tile_ul {
        display:flex;
        flex-wrap:wrap;
    }
    .bx_catalog_tile_ul li {
        float: none;
        width:45% !important;
    }
    .bx_catalog_tile .bx_catalog_tile_img {
        width:100% !important;
    }

    .smart-filter .bx-filter .bx-filter-title {
        padding-top:20px;
    }
    .smart-filter .bx-filter-section.container-fluid{
        padding-left: 45px;
    }
    .smart-filter {
        display:none;
        z-index:4;
        width:75%;
    }

    .mobile {
        display:block;
    }

    .bx_catalog_tile .bx_catalog_tile_category_title {
        border-bottom:none;
        margin-bottom:0;
    }
    .js-smart-filter {
        display:flex;
        align-items: flex-start;
        margin-bottom: 10px;
        z-index:6;
        position:relative;
    }
    .js-smart-filter .icon.active {
        display:none;
    }
    .js-smart-filter svg {
        margin-right: 15px;
    }
    .js-smart-filter span {
        display:inline-block;
        font-size:15px;
        font-weight: 700;
        color: #0A609D;
    }
    .bx-footer-line .social-buttons {
        text-align: left;
    }
    .bx-footer-section.bx-center-section > div {
        padding:0;
    }

    .slick-slider {
        margin-bottom: 40px;
    }
    footer .f-title {
        text-align: left;
    }
    .bx-touch .bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone, .bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_controls, .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_scu {
        display:block;
    }
    .bx_item_list_you_looked_horizontal .bx_catalog_item_controls {
        opacity:1;
    }
    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item, .bx_item_list_you_looked_horizontal.col4 .bx_catalog_item, .bx_item_list_you_looked_horizontal.col5 .bx_catalog_item {
        width:45% !important;
    }
    .bx_item_list_slide {
        display:flex;
        flex-wrap: wrap;
    }
    .bx_item_list_slide .bx_catalog_item.double {
        border: 1px solid #C4C4C4;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
        margin: 10px 5px !important;
        padding: 0 10px 10px !important;
    }
}
.catalog-menu-box .menu-content {
    z-index: 105;
}

/* MODAL MAIN */
#modal_main {
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1044;
    overflow: hidden auto;
    display:none;
}
#modal_main.show {
    display:block;
}
#modal_main .modal-content {
    width: 100%;
    position: relative;
    max-width: 540px;
    padding: 40px;
    background-color: white;
    margin: 5% auto;
    box-sizing: border-box;
    min-height: 100px;
    opacity:0;
    transform: translateY(-200px);
    transition: all .5s;
}
#modal_main.active .modal-content {
    opacity: 1;
    transform: translateY(0);
}
#modal_main .modal-content .modal-close {
    position: absolute;
    top:0;
    right:0;
    font-size: 24px;
    box-shadow:none;
    outline:none;
    border:none;
    width:40px;
    height: 40px;
    background: none;
}
#modal_main .form-error {
    margin: 5px 0 0 0;
    color: red;
    font-size: .9em;
}

/* End */
/* /local/templates/stroymarket/css/slick.css?16860770131895 */
/* /local/templates/stroymarket/css/slick-theme.css?16860770132886 */
/* /local/templates/stroymarket/css/magnific-popup.css?16860770137998 */
/* /local/templates/stroymarket/colors.css?1686077013270 */
/* /local/templates/stroymarket/vk.css?16860770131730 */
/* /local/templates/stroymarket/components/bitrix/catalog.section.list/mobile_menu/style.css?16860770121512 */
/* /local/templates/stroymarket/components/arturgolubev/search.title/top_search_v2/style.css?16860770136025 */
/* /local/templates/stroymarket/components/bitrix/menu/sm_topmenu/style.css?16860770138796 */
/* /local/templates/stroymarket/components/bitrix/sale.basket.basket.line/.default/style.css?16860770134439 */
/* /local/templates/stroymarket/components/bitrix/catalog.section.list/catalog_menu/style.css?16860770134452 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1686076999585 */
/* /local/templates/stroymarket/components/bitrix/menu/bottom_menu/style.css?1686077013567 */
/* /local/templates/stroymarket/styles.css?17635490185685 */
/* /local/templates/stroymarket/template_styles.css?176354901847629 */
