

/* Start:/local/templates/santehnika/css/jquery.bxslider.min.css?16655772742978*/
.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(/local/templates/santehnika/css/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(/local/templates/santehnika/css/images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(/local/templates/santehnika/css/images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/local/templates/santehnika/css/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/local/templates/santehnika/css/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
/* End */


/* Start:/local/templates/santehnika/css/owl.carousel.css?16655772745415*/
/**
 * Owl Carousel v2.3.1
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
  display: block;
  width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }
.owl-loaded {
  display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/santehnika/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.1
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }
.owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791; }
/* End */


/* Start:/local/templates/santehnika/css/tooltipster.css?16655772748472*/
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #fef3de;
    box-shadow: 0 0 15px rgba(200, 200, 200, .8);
    /*border: 2px solid #000;*/
    /*border-radius: 4px*/
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #000;
    line-height: 1.3;
    padding: 6px 14px;
    font-size: 12px;
    text-align: center;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fef3de;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fef3de;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fef3de;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fef3de;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fef3de
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fef3de
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fef3de
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fef3de
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}


/* preview image */

.tooltipster-previmg.tooltipster-right .tooltipster-box {
    margin-left: 10px;
    background: #fff;
    box-shadow: 0 0 1px #aaa;
}

.tooltipster-previmg.tooltipster-right .tooltipster-content {
    padding: 5px;
}

.tooltipster-previmg.tooltipster-right .tooltipster-arrow-border {
    border-right-color: rgba(0, 0, 0, .3);
    left: 0px;
}

.tooltipster-previmg.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 1px;
}
/* End */


/* Start:/local/templates/santehnika/css/fontawesome.css?166557727439094*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('/local/templates/santehnika/css/../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('/local/templates/santehnika/css/../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/santehnika/css/../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/santehnika/css/../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/santehnika/css/../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/santehnika/css/../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/* End */


/* Start:/local/templates/santehnika/css/jquery.fancybox.css?166557727413413*/
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/* End */


/* Start:/local/templates/santehnika/js/slick/slick.css?16655772741630*/
/* 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.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-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/santehnika/js/jQueryFormStyler/jquery.formstyler.css?16655772742169*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/santehnika/js/jQueryFormStyler/jquery.formstyler.theme.css?166557727410169*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform: rotate(180deg);
}

.jq-selectbox__select {
	height: 34px;
	padding: 0 45px 0 10px;
	border: 1px solid #cacaca;
	font-size: 14px;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	line-height: 32px;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	width: 100%;
	height: 100%;
	background: url(/local/templates/santehnika/js/jQueryFormStyler/../../images/icons/arrow_down.svg) center center no-repeat;
	background-size: 10px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	width: 100%;
	padding: 0;
	border: 1px solid #cacaca;
	background: #FFF;
	font-size: 14px;
	border-top: 0;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #1e1e1e;
	opacity: 0.8;
}
.jq-selectbox li.selected {
	color: #1e1e1e;
}
.jq-selectbox li:hover {
	opacity: 1;
}
.jq-selectbox li.disabled {
	color: #b9b9b9;
	opacity: 1;
	cursor: default;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/components/krayt/new_menu_catalog/templates/.default/style.css?16655772745427*/
ul.osn_box_menu {
    background-color: #f3f9ff;
    width: 100%;
    min-height: 100%;
    cursor: pointer;
}

ul.osn_box_menu li.osn_menu_li .submenu_box::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
    border: 0;
}

ul.osn_box_menu li.osn_menu_li .submenu_box::-webkit-scrollbar-thumb {
    background-color: rgba(88, 128, 172, .5);
}

ul.osn_box_menu li.osn_menu_li .submenu_box,
.sub_menu_catalog-in-box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: auto;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    z-index: 0;
    opacity: 0;
    /*overflow-y: scroll;*/
    cursor: pointer;
}

.open ul.osn_box_menu li.osn_menu_li:hover .submenu_box,
.open ul.osn_box_menu li.osn_menu_li.p_select .submenu_box {
    visibility: visible;
    opacity: 1 !important;
}

/*ul.osn_box_menu li.osn_menu_li.p_select .submenu_box {*/
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*z-index: 0;*/
/*}*/


ul.osn_box_menu li.osn_menu_li a {
    display: block;
    color: #1e1e1e;
    position: relative;
    line-height: 1.3;
    font-weight: 100;
    padding: 11px 15px;
    opacity: 1;
    background: 0 0;
    font-size: 14px;
    border: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

ul.osn_box_menu li.osn_menu_li i.root-menu-open {
    display: block;
    border: 5px solid transparent;
    border-left: 6px solid #6290c3;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 16px
}

.open ul.osn_box_menu li.osn_menu_li {
    position: relative;
}

.open ul.osn_box_menu li.osn_menu_li:hover a.osn_menu_li-link,
.open ul.osn_box_menu li.osn_menu_li.p_select a.osn_menu_li-link
/*.catalog-nav-box.open ul.osn_box_menu li.osn_menu_li:first-child a.osn_menu_li-link */{
    opacity: 1;
    background-color: rgba(98, 144, 195, .3)
}

.open ul.osn_box_menu li.osn_menu_li a.osn_menu_li-link:active {
    background-color: #5880ac;
}

ul.osn_box_menu li.osn_menu_li .submenu_box .submenu_box-container {
    position: relative;
    /*min-width: 1020px;*/
}

ul.osn_box_menu li.osn_menu_li ul.sub_menu_catalog_in li {
    padding: 0;}

ul.osn_box_menu li.osn_menu_li ul.sub_menu_catalog_in li a {
    padding: 4px 35px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

ul.osn_box_menu li.osn_menu_li ul.sub_menu_catalog_in li a:hover {
    color: #6290c3;
    background: 0 0;
}

.sub_menu_catalog-box, ul.sub_podborki_catalog, .tovar_blok {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    /*padding: 10px 15px;*/
    /*overflow-y: scroll;*/
}

.sub_menu_catalog-box {
    /*width: 475px;*/
}

.sub_menu_catalog-box::-webkit-scrollbar, ul.sub_podborki_catalog::-webkit-scrollbar {
     width: 3px;
     background-color: transparent;
}

.sub_menu_catalog-box::-webkit-scrollbar-thumb, ul.sub_podborki_catalog::-webkit-scrollbar-thumb {
     background-color: rgba(88, 128, 172, .5);
}

ul.sub_menu_catalog {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

ul.sub_menu_catalog li {
    position: relative;}

.sub_menu_catalog_in {
    position: relative;
    width: 100%;
    margin: 0;
    border: 0;
    display: none;
}

ul.osn_box_menu li.osn_menu_li a.sub_menu_catalog-link {
    padding-right: 40px;}

ul.sub_menu_catalog li a, ul.sub_podborki_catalog li a {
    /*display: block;*/
    /*padding: 5px 15px;*/
    /*color: #6290c3;*/
}

ul.osn_box_menu li.osn_menu_li a.open_top-menu {
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
}

ul.osn_box_menu li.osn_menu_li i.in-menu {
    position: absolute;
    border: 5px solid transparent;
    display: inline-block;
    border-top: 6px solid #6290c3;
    top: 17px !important;
    right: 10px !important;
    transition: ease-out .3s;
}

ul.osn_box_menu li.osn_menu_li li.opened-list_menu-in i.in-menu {
    border: 5px solid transparent !important;
    border-bottom: 6px solid #6290c3 !important;
    top: 12px !important;
}

ul.sub_podborki_catalog li a {
    border-left: 2px solid #8ab75a;
    text-decoration: underline;
    padding-left: 25px;
}

ul.sub_menu_catalog li:hover a {
    /*text-decoration: underline;*/
    color: #6290c3;
    /*color:  #365d88;*/
}

ul.sub_menu_catalog li:active a {
    /*text-decoration: underline;*/
    /*color: #6290c3;*/
    color:  #23476f;
}

ul.sub_podborki_catalog li:hover a {
    text-decoration: none;
    color: #6290c3;
}

.tovar_blok {
    overflow: visible;
    position: relative;
}

.tovar_blok .title_box {
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

.tovar_box .product-item-container .product-item:before {
    display: none;}

.tovar_box .product-item-container .product-item, .tovar_box .product-item-container .product-item:hover {
    /*box-shadow: none;*/
    padding: 0;
}


.tovar_box .product-item-container .product-item-image-wrapper {
    padding-top: 85%;
}

.tovar_box .product-item-container .product-item .product-item-image-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tovar_box .product-item-price-container {
    margin: 5px 0;
}

.tovar_box:hover .product-item-container .product-item-title {
    /*text-decoration: underline;*/
}
/* End */


/* Start:/local/templates/santehnika/components/bitrix/search.title/search/style.css?1665577274616*/
#title-search{
    width: 90%;
    position: relative;
}
.search-result_header .title-search-all a:hover{
    color: #365d88
}

.search-result_header {
    display: block;
    overflow: hidden;
    border-radius: 0px 0 3px 3px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 1000
}
.search-result_header a {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
}
.search-result_header .title-search-all a {
    border: 0;
    color: #bdbdbd;
    padding-top: 10px;
    margin: 0;
}
/* End */


/* Start:/local/templates/santehnika/components/bitrix/catalog.compare.list/san/style.css?16655772743933*/
.bx_catalog_compare_form  {
    display: none;
    width: 450px;
    max-height: 266px;
    z-index: 1000;
    background: #fff;
    top: 50px;
    right: -10px;
    position: absolute;
    box-shadow: 0 5px 10px #cacaca;
    text-align: left;
    overflow-y: scroll;
}

.bx_catalog_compare_form::-webkit-scrollbar {
    width: 3px;
    background-color: #cacaca;
}
.bx_catalog_compare_form::-webkit-scrollbar-thumb {
    background-color: #5880ac;
}

/*
.emarket-compare-list  a:hover{
	background-position: 0px -34px !important;
}*/
.emarket-compare-list  a.deactivated:hover{
	background-position: 0px 0px !important;
}
.emarket-compare-list .list-compare-hide{
    display: none;
}
.emarket-compare-list:hover .list-compare-hide{
    display: block;
    margin-left: -165px;
    top: 56px;
    z-index: 1000;
}
.list-compare-hide ul{
    margin: 0;
    padding: 0;
}
.list-compare-hide ul li{
    border-bottom: 1px solid #94bfdc ;   
    padding: 3px;
}
.list-compare-hide ul li div{
    display: inline-block;
    vertical-align: top;
}
.list-compare-hide ul li div.compare-prod-name{
    width: 76%;
}
.list-compare-hide ul li a{
     font-size: 13px;
    height: auto;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    color: #3f3f3f;
    padding: 10px 0;
}
.list-compare-hide ul li a:hover{
     color:#1763a6;
}
.list-compare-hide ul li.btn-item{
    text-align: center;
    background-color: #dceaf3;
    padding: 15px 0;
}
.link-compare {
    display: inline-block;
    margin: 0 !important;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #6290c3;
    text-align: center;
    font-size: 16px;
    transition: .2s ease-in-out;
}

.link-compare.disabled, .link-compare.disabled:hover {
    background-color: #f6f6f6;
    cursor: default;
    color: #1e1e1e !important;
}

.link-compare:hover {
    background-color: #5880ac;
}

.link-compare:active {
    background-color: #365d88;
}

.emarket-compare-list ul li  .mdi {
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #e0e0e0;
    cursor: pointer;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
.emarket-compare-list ul li .mdi:hover {
    color: #7cb342;
}
.emarket-compare-list ul li .mdi:active {
    color: #689f38;
    transform: scale(.8);
}
.bx_catalog_compare_form li a .compare-prod-name {
    max-height: 60px;
    overflow: hidden;
    max-width: 70%;
}
 .bx_catalog_compare_form{
	    outline: none;
}

.bx_catalog_compare_form .compare_item {
    position: relative;
    padding: 15px;
    padding-right: 30px;
    border-bottom: 1px solid #F7F7F7;
}

.bx_catalog_compare_form .compare-prod-name a {
    font-size: 12px;
    color: #5880ac !important;
    text-decoration: none;
    white-space: normal;
    line-height: 14px;
}

.bx_catalog_compare_form .compare_item:hover .compare_item_img {
    box-shadow: -1px 0 10px 0 rgba(0,0,0,.2);
}

.bx_catalog_compare_form .compare_item:hover .compare-prod-name a {
    color: #365d88 !important;
}

.bx_catalog_compare_form .compare_item:active .compare-prod-name a {
    color: #23476f !important;
}

.bx_catalog_compare_form .compare_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

.bx_catalog_compare_form .compare_item_img {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    transition: ease-out .3s;
}

.bx_catalog_compare_form .compare_item_img a {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    padding: 3px;
}

.bx_catalog_compare_form .compare_item_img img {
    vertical-align: middle;
    max-width: 74px;
    max-height: 74px;
}


.bx_catalog_compare_form .compare-prod-name {
    display: table-cell;
    vertical-align: middle;
    width: 245px;
    height: 80px;
    padding-left: 15px;
}
/* End */


/* Start:/local/templates/santehnika/components/bitrix/sale.basket.basket.line/mini_basket/style.css?16655772747142*/
.bx-basket-item-list {
	display: none;
	height: auto;
	width: 400px;
	position: relative;
	right: -25px;
	z-index: 9999;
	background: #fff;
	top: -5px;
}

/*//////////////////////////////////////////////////////////////////////////*/

.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: 998;
		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: 998;
		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: 0;
	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;
	border-top: 1px solid #F7F7F7;
	background: #fff;
}

.bx-basket-item-list-button-container .prise_box {
	display: block;
	float: left;
	/*width: 50%;*/
	/*height: 70px;*/
	color: #1e1e1e !important;
	/*font-size: 24px;*/
	/*padding: 25px 0;*/
	cursor: default;
	width: 60%;
	height: 50px;
	padding: 15px 0;
	font-size: 20px;
}

.bx-basket-item-list-button-container .prise_box span.bold {
	font-weight: bold;
}

.bx-basket-item-list-button-container a.btn {
	display: block;
	float: left;
	/*width: 50%;*/
	/*height: 70px;*/
	text-decoration: none;
	background: linear-gradient(#f1c449, #e8ac0a) no-repeat 100% 0;
	position: relative;
	/*font-size: 18px;*/
	text-transform: uppercase;
	font-weight: bold;
	/*padding: 25px 0;*/
	transition: .3s ease-in-out;
	border: none;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	padding: 0;
	width: 40%;
	font-size: 16px;
}

.bx-basket-item-list-button-container a.btn span {
	display: block;
	position: relative;
	z-index: 10;
}

.bx-basket-item-list-button-container a.btn:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(#e8ac0a, #f1c449) 100% 0 no-repeat;
	transition: .2s ease-out;
}

.bx-basket-item-list-button-container a.btn:hover:before,
.bx-basket-item-list-button-container a.btn:active:before {
	opacity: 1;
}

.bx-basket-item-list-button-container a.btn:active:before{
	/*background: linear-gradient(#f1c449, #f1c449) 100% 0 no-repeat;*/
	filter: brightness(95%);
}

.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: scroll;
	max-height: 220px;
}

.bx-basket-item-list-container::-webkit-scrollbar {
	width: 3px;
	background-color: #cacaca;
}
.bx-basket-item-list-container::-webkit-scrollbar-thumb {
	background-color: #5880ac;
}

.bx-basket-item-list-item{
	position: relative;
	padding: 15px;
	padding-right: 30px;
	border-bottom: 1px solid #F7F7F7;
}

.bx-basket-item-list-item:hover .bx-basket-item-list-item-img{
	box-shadow: -1px 0 10px 0 rgba(0,0,0,.2);
}

.bx-basket-item-list-item:hover .bx-basket-item-list-item-name a{
	color: #365d88 !important;
}

.bx-basket-item-list-item:active .bx-basket-item-list-item-name a{
	color: #23476f !important;
}

.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 {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	transition: ease-out .3s;
}

.bx-basket-item-list-item-img a {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.bx-basket-item-list-item-img img{
	vertical-align: middle;
}
.bx-basket-item-list-item-name {
	display: table-cell;
	vertical-align: middle;
	width: 245px;
	height: 80px;
	padding-left: 15px;
}
.bx-basket-item-list-item-name a
{
	font-size: 12px;
	color: #5880ac !important;
	text-decoration: none;
	white-space: normal;
	line-height: 14px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background-image: url(/local/templates/santehnika/components/bitrix/sale.basket.basket.line/mini_basket/../../../../images/icons/cross-remove.svg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	opacity: .5;
	transition: ease-out .3s;
}
.bx-basket-item-list-item-remove:hover{
	opacity: 1;
}

.bx-basket-item-list-item-remove:active{
	transform: scale(.8);
}

.bx-basket-item-list-item-price-block{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	width: 105px;
	height: 80px;
	background-color: #f6f6f6;
	position: relative;
}
.bx-basket-item-list-item-price{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bx-basket-item-list-item-price strong {
	font-size: 18px;
	font-weight: bold;
	color: #1e1e1e;
}

.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0;
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
}
.bx-basket-item-list-item-price-summ{
	display: none;
}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}

.bx-basket .bx-basket-item-list {
	top: 50px;
	right: -10px;
	position: absolute;
	width: 500px;
	box-shadow: 0 5px 10px #cacaca;
	text-align: left;
}

/*.bx-basket-item-list {*/
	/*padding-bottom: 0;*/
/*}*/

/* End */


/* Start:/local/templates/santehnika/components/bitrix/menu/menu_catalog-mobile/style.css?16655772742835*/
ul.vertical-multilevel-menu, .vertical-multilevel-menu ul
{
	/*margin: 0;*/
	/*padding: 0;*/
	/*list-style: none;*/
	/*width: 214px;*/
	/*font-size:12px;*/
}

/*Submenu box*/
.vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:block;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
	opacity: 0;
	visibility: hidden;
	/*transition: .3s ease-in-out;*/
}

/* Submenu Items */
.vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
.vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
.vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
.vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/santehnika/components/bitrix/menu/menu_catalog-mobile/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
.vertical-multilevel-menu a.root-item:hover, .vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/local/templates/santehnika/components/bitrix/menu/menu_catalog-mobile/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
.vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/santehnika/components/bitrix/menu/menu_catalog-mobile/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
.vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/local/templates/santehnika/components/bitrix/menu/menu_catalog-mobile/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
.vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/local/templates/santehnika/components/bitrix/menu/menu_catalog-mobile/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul.vertical-multilevel-menu li { float: left; height: 1%; }
* html ul.vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
.vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

.vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
.vertical-multilevel-menu li:hover ul ul,
.vertical-multilevel-menu li.jsvhover ul ul,
.vertical-multilevel-menu li:hover ul ul ul,
.vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
.vertical-multilevel-menu li:hover ul,
.vertical-multilevel-menu li.jsvhover ul,
.vertical-multilevel-menu li li:hover ul,
.vertical-multilevel-menu li li.jsvhover ul,
.vertical-multilevel-menu li li li:hover ul,
.vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	opacity: 1;
	visibility: visible;
}

/* End */


/* Start:/local/templates/santehnika/styles.css?17562778737348*/
/* label_block catalog.item */

/*ополнительный товар дополнительного товара*/

.box__element_ocn_block .doprectovar-list  .mego_box  {
    margin-left: 40px;
}

/*.box__element_ocn_block .doprectovar-list  .mego_box > .section_name {*/
    /*display: block !important;*/
    /*border: 0px !important;*/
/*}*/

.box__element_ocn_block .doprectovar-list  .mego_box .doptovarbox {
    margin-left: 0px;
}

 /*.content_hiden_block  .complect_slaider_box {*/
    /*height: 130px !important;*/
/*}*/

/* подбореи слева */

.left_podborki_block ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.left_podborki_block ul.blue {
    border-left: 2px solid #6290c3;
}

.left_podborki_block ul.red {
    border-left: 2px solid red;
}

.left_podborki_block ul.green {
    border-left: 2px solid green;
}

/*Вы смртрели на странице раздела*/

/*.prosmotr-carousel-section {*/
    /*position: relative;*/
/*}*/

/*.prosmotr-carousel-section h3 {*/
    /*font-size: 18px;*/
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*margin: 0 auto 35px;*/
    /*text-align: center;*/
    /*max-width: 700px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section{*/
    /*position: absolute;*/
    /*top: -2px;*/
    /*right: 0;*/
/*}*/

/*.prosmotr-carousel-section .product-item-container {*/
    /*height: 250px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section .slick-prev {*/
    /*background: url(/local/templates/santehnika/images/icons/slider_arrow_left.svg) center center no-repeat;*/
    /*background-size: 22px;*/
    /*margin-right: 15px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section .slick-next {*/
    /*background: url(/local/templates/santehnika/images/icons/slider_arrow_right.svg) center center no-repeat;*/
    /*background-size: 22px;*/
/*}*/

/*.prosmotr-carousel-section .product-carousel-nav-section  .slick-arrow {*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*float: left;*/
    /*border: 0;*/
    /*color: transparent;*/
    /*font-size: 0;*/
    /*outline: 0;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*cursor: pointer;*/
    /*padding: 0;*/
/*}*/

/*Ибраное значек в каталоге*/

.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_blue {
    background-color: #edf5ff;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_blue:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #6290c3;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.static_page ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.static_page li {
    position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.static_page ul li{
    padding-left: 2em;
}
.static_page li:hover {
    color: rgb(0,0,0);
}

.static_page ol li:before {
     content:counter(myCounter);
     counter-increment:myCounter;
     position:absolute;
     top:0;
     left:0;
     width: 1.8em;
     height: 1.8em;
     line-height: 1.8em;
     padding:0px;
     color:#fff;
     background:#0073a3;
     font-weight:normal;
     text-align:center;
     border-radius: .9em;
     box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
     z-index: 1;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }
.static_page ul li:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 10px;
    height: 10px;
    line-height: 1.8em;
    padding:0px;
    color:#fff;
    background:#0073a3;
    font-weight:bold;
    text-align:center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.static_page li:hover:before {
    background-color: #8ab75a;
}

.static_page li li:before{
    background-color: #0073a3;
}

.static_page li:after {
    position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    /*content: '';*/
    background-color: rgb(203, 203, 203);
    z-index: 0;
}

.static_page li:hover:after {
    background-color: #8ab75a;
}

.static_page li li {
    font-size: 0.8em;
}
.contact {
    padding: 30px 20px;
    background-color: #f5f5f5;
	margin-bottom: 20px;
}
.contact h4 {
    margin: 0 0 25px;
}
.contact .item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.contact .item:last-child {
    border: 0;
}
footer .copyright a {
    color: #fff;
}
footer .copyright a:hover{
	color: #6290c3;
}
#cookies_modal {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #e0e0e0;
    padding: 5px 20px;
    min-height: 36px;
    color: #fff;
    z-index: 100;
    display: none;
}
.cookies_modal_text
{
    float:left;
    font-size:12px;
    color: #000;
}
.cookies_modal_text{
    padding:5px;
}
.cookies_modal_btn{
    float:right;
}
.cookies_modal_btn button.btn{
    padding: 5px;
    font-size: 12px;
    background-color: #6290c3;
    color: #fff !important;

}

.category-block .category-item-img {
    max-width: 130px;}

.product-item-info-container .product-item-conteiner-low .flag-low {
    width: 100%;
    height: 100%;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.product-item-info-container .product-item-conteiner-low .flag-low {
    top: 0;}

.objects_content_wrap{
    display: flex;
}
.objects_content_wrap img{
    margin: 0 0 15px 20px;
    max-width: 30%;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.object_item{
    padding-top: 90%;
}
.object_item img{
    top: 0;
    left: 0;
    z-index: 150;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 250px;
}
.objects_carousel{
    margin-top: 70px !important;
    margin-bottom: 20px !important;
	width:100% !important;
}
.sertificates_wrap{
    display: flex;
    flex-wrap: wrap;
}
.sertificates_wrap .sertificate_item{
    max-width: 33%;
    padding: 10px;
}
.sertificates_wrap .sertificate_item img{
    max-width: 100%;
}
@media (max-width: 991px){
    .object_item img{
        max-height: 200px;
    }
    .object_item{
        padding-top: 70%;
    } 
    .object_item img{
        max-height: 250px;
    }
    .sertificates_wrap .sertificate_item{
        max-width: 50%;
    }

}
@media (max-width: 768px){
    .objects_content_wrap{
        flex-wrap: wrap;
    }
    .objects_content_wrap img{
        max-width: 100%;
        margin: 10px 0 10px 0;
    }
    
}
@media (max-width: 550px){
    .object_item img{
        max-height: 250px;
    }
   .object_item{
        padding-top: 70%;
    } 
    .sertificates_wrap .sertificate_item{
        max-width: 100%;
    }
	.object_name{
		margin-top:10px;
	}
}
/* End */


/* Start:/local/templates/santehnika/template_styles.css?1665577274242772*/
@charset "UTF-8";
a, a:focus, a:hover {
    text-decoration: none
}

/*::-moz-selection {*/
    /*background: #6290c3;*/
    /*color: #fff*/
/*}*/

/*::selection {*/
    /*background: #6290c3;*/
    /*color: #fff*/
/*}*/

*, input[type=submit], input[type=text] {
    font-family: Arimo
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, button, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 !important;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

body, header .top-auth a, header .top-menu li a {
    color: #1e1e1e;
    font-size: 14px
}

.logo, .phone, caption, td, th {
    vertical-align: middle
}

body {
    height: 100vh
}

body.compare {
    background: #ddd
}

body.menu-in {
    height: 100%;
    overflow: hidden;
    width: 100%
}

*, :after, :before {
    box-sizing: border-box
}

html {
    line-height: 1.5
}

ol, ul {
    list-style: none
}

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

caption, td, th {
    text-align: left;
    font-weight: 400
}

.phone, header .header-middle .city-change .title {
    font-weight: 900
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

header .header-top:after, header .top-menu:after {
    clear: both;
    content: " ";
    display: block
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

@font-face {
    font-family: Arimo;
    src: url(/local/templates/santehnika/fonts/Arimo/Arimo-Regular.eot);
    src: url(/local/templates/santehnika/fonts/Arimo/Arimo-Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Regular.woff2) format("woff2"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Regular.woff) format("woff"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Regular.ttf) format("truetype"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Regular.svg#Arimo-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Arimo;
    src: url(/local/templates/santehnika/fonts/Arimo/Arimo-Bold.eot);
    src: url(/local/templates/santehnika/fonts/Arimo/Arimo-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Bold.woff2) format("woff2"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Bold.woff) format("woff"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Bold.ttf) format("truetype"), url(/local/templates/santehnika/fonts/Arimo/Arimo-Bold.svg#Arimo-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Helvetica-Light;
    src: url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Light.eot);
    src: url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Light.eot?#iefix) format("embedded-opentype"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Light.woff2) format("woff2"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Light.woff) format("woff"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Light.ttf) format("truetype"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Light.svg#Helvetica-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Helvetica-Bold;
    src: url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Bold.eot);
    src: url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Bold.woff2) format("woff2"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Bold.woff) format("woff"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Bold.ttf) format("truetype"), url(/local/templates/santehnika/fonts/Helvetica/Helvetica-Bold.svg#Helvetica-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ALSRublRegular;
    src: url(/local/templates/santehnika/fonts/ALSRublRegular/ALSRublRegular.eot);
    src: url(/local/templates/santehnika/fonts/ALSRublRegular/ALSRublRegular.eot?#iefix) format("embedded-opentype"), url(/local/templates/santehnika/fonts/ALSRublRegular/ALSRublRegular.woff) format("woff"), url(/local/templates/santehnika/fonts/ALSRublRegular/ALSRublRegular.ttf) format("truetype"), url(/local/templates/santehnika/fonts/ALSRublRegular/ALSRublRegular.svg#ALSRublRegular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: initial;
    position: relative
}

.w1200.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%
}

.w1200:after, .w1200:before {
    display: block;
    clear: both;
    content: " "
}

.w1200 h1, .w1200 h2 {
    font-size: 30px;
    padding: 20px 0 10px;
    font-weight: 900
}

.w1200 h2 {
    font-size: 25px
}

.btn_anim, .bx-advertisingbanner-btn {
    position: relative
}

.btn_anim .text, .btn_anim span, .bx-advertisingbanner-btn .text, .bx-advertisingbanner-btn span {
    z-index: 2;
    position: relative
}

.btn_anim:before, .bx-advertisingbanner-btn:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform ease-out .3s;
    transition: -webkit-transform ease-out .3s;
    transition: transform ease-out .3s;
    transition: transform ease-out .3s, -webkit-transform ease-out .3s
}

.btn_anim:hover:before, .bx-advertisingbanner-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.btn_anim:active:before, .bx-advertisingbanner-btn:active:before {
    -webkit-transform: scaleX(.85);
    transform: scaleX(.85);
    -webkit-transform-origin: center;
    transform-origin: center
}

.podborki_section_content:after, .podborki_section_content:before {
    display: block;
    clear: both;
    content: " "
}

.podborki_section_serch input {
    background-image: url(/local/templates/santehnika/images/icons/search.svg)
}

a.scrollup {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 50px;
    height: 50px;
    background-color: rgba(98, 144, 195, .5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: fixed;
    bottom: 35px;
    left: 30px;
    border-radius: 50%;
    padding: 3px;
}

a.scrollup.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

a.scrollup:hover, a.scrollup:hover span.circle-in {
    background-color: #6290c3
}

a.scrollup:active {
    box-shadow: none
}

a.scrollup span.circle {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 3px
}

a.scrollup span.circle-in {
    background-color: rgba(98, 144, 195, .5);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

a.scrollup span.arrow-in {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

a.scrollup span.arrow-in:after, a.scrollup span.arrow-in:before {
    content: '';
    width: 3px;
    height: 15px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 12px
}

a.scrollup span.arrow-in:before {
    left: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

a.scrollup span.arrow-in:after {
    right: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

a {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.rubl {
    font-family: ALSRublRegular
}

.logo {
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 250px;
    height: 90px;
    margin: 15px 0
}

.logo.fixed {
    display: none
}

.logo .logo-img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 149px;
}

.logo .logo-img.mobile {
    display: none
}

.phone {
    display: inline-block;
    font-size: 24px
}

header .header-top {
    border-bottom: 1px solid #cacaca
}

header .menu.mobile {
    display: none
}

header .top-menu {
    float: left
}

header .top-menu li {
    float: left;
    margin-right: 40px;
    height: 38px;
    line-height: 38px
}

header .top-menu li a {
    display: block;
    position: relative
}

header .top-menu li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background: #212330;
    -webkit-transition: width .25s ease;
    transition: width .25s ease;
    display: none
}

header .top-menu li a:hover {
    color: #6290c3
}

header .top-menu li a:active {
    color: #5880ac
}

header .top-auth a:hover, header .top-menu li a.selected {
    color: #6290c3
}

header .top-auth {
    float: right;
    line-height: 38px;
    background: url(/local/templates/santehnika/images/icons/user.svg) left center no-repeat;
    background-size: 12px;
    padding-left: 20px
}

header .top-auth a:active {
    color: #5880ac
}

header .header-middle .city-change .city-change-box, header .top-auth a.selected {
    color: #6290c3
}

header .header-middle .w1200 {
    height: 100%
}

header .header-middle .city-change, header .header-middle .header-middle-left, header .header-middle .header-middle-right, header .header-middle .phone {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%
}

header .header-middle .city-change, header .header-middle .phone {
    vertical-align: middle;
}

header .header-middle .header-middle-right {
    text-align: right
}

header .header-middle .header-middle-round {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0 7px 20px;
    font-size: 12px;
    text-transform: uppercase
}

header .header-middle .header-middle-round span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #B4B4B4;
}

header .header-middle .header-middle-round span strong {
    color: #000000;
}

header .header-middle .header-middle-round span.clock {
    display: none;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-image: url(/local/templates/santehnika/images/24-hours.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain
}

header .header-middle .city-change {
    width: 200px;
    text-align: left
}

header .header-middle .city-change .jq-selectbox {
    margin-left: 5px
}

header .header-middle .city-change .jq-selectbox__select {
    border: 0;
    padding: 0 20px 0 0
}

header .header-middle .city-change .jq-selectbox__trigger {
    width: 20px
}

header .header-middle .city-change .jq-selectbox__trigger-arrow {
    background: 0 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center
}

header .header-middle .city-change .jq-selectbox__trigger-arrow:before {
    content: "\f107";
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto
}

header .header-middle .city-change .jq-selectbox__dropdown {
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border: 0;
    min-width: 175px
}

header .header-middle .city-change .jq-selectbox__dropdown:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid transparent;
    border-bottom: 5px solid #fff;
    width: 10px
}

header .header-bottom {
    height: 60px
}

header .header-bottom .logo {
    display: none
}

header .hb-content {
    height: 60px;
    background: #227ADA;
    position: relative
}

header .hb-content .catalog-nav-box {
    position: relative;
    float: left;
    width: 21%;
    max-width: 252px;
    height: 60px;
    cursor: pointer;
}

header .hb-content .catalog-nav-box .top_menu_catalog {
    display: none;
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    left: 0;
    background-color: #fff;
    /*width: 1200px;*/
    font-size: 13px;
    /*-webkit-transition: ease-out .25s;*/
    /*transition: ease-out .25s;*/
    /*opacity: 0;*/
    top: 60px;
    width: 100%;
    /*height: 0;*/
    /*overflow: hidden;*/
    z-index: 1000;
    cursor: pointer;
}

header .hb-content .catalog-nav-box.open .catalog-btn i.cat-menu .line:first-child {
    -webkit-transform: translateY(5px) rotate(90deg);
    transform: translateY(5px) rotate(90deg)
}

header .hb-content .catalog-nav-box.open .catalog-btn i.cat-menu .line:nth-child(2) {
    -webkit-transform: translateY(4px) translateX(-1px) rotate(45deg);
    transform: translateY(4px) translateX(-1px) rotate(45deg);
    width: 10px
}

header .hb-content .catalog-nav-box.open .catalog-btn i.cat-menu .line:last-child {
    -webkit-transform: translateY(-1px) translateX(6px) rotate(-45deg);
    transform: translateY(-1px) translateX(6px) rotate(-45deg);
    width: 10px
}

header .hb-content .catalog-btn {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #176AC5;
}

header .hb-content .catalog-btn i.cat-menu {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

header .hb-content .catalog-btn i.cat-menu .line {
    width: 15px;
    height: 2px;
    background: #fff;
    margin-bottom: 3px;
    -webkit-transition: cubic-bezier(.445, .05, .55, .95) .3s;
    transition: cubic-bezier(.445, .05, .55, .95) .3s
}

header .hb-content .catalog-btn i.cat-menu .line:last-child {
    margin-bottom: 0
}

header .hb-content .catalog-btn span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

header .hb-content.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1005;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.header-title-search {
    display: block;
    float: left;
    width: 61%;
    height: 60px;
    position: relative;
    padding: 0 15px
}
.hb-content.fixed .w1200{
	position: initial;
}
.hb-content.fixed .header-title-search{
	position:inherit;
}

.header-title-search input[type=submit] {
    position: absolute;
    top: 10px;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url(/local/templates/santehnika/images/icons/search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header-title-search input[type=submit]:hover {
    opacity: 1
}

.header-title-search input[type=submit]:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

#title-search {
    width: 100%;}

header #title-search-input {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border: 0;
    padding-left: 10px;
    padding-right: 50px;
    outline: 0
}

header .panel_box {
    display: block;
    float: left;
    width: 18%
}

header .panel_box .circle-num {
    display: block;
    position: absolute;
    top: 10px;
    bottom: initial;
    left: initial;
    right: 10px;
    background: initial;
    width: 19px;
    height: 19px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

header .panel_box .circle-num a {
    color: #fff
}

header .panel_box .basket_icon_box, header .panel_box .cpmpare_icon_box, header .panel_box .favorit_icon_box {
    display: block;
    float: left;
    cursor: pointer;
    width: 33.3%;
    height: 60px;
    position: relative;
    background-image: url(/local/templates/santehnika/images/icons/big-bookmark.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

header .panel_box .basket_icon_box:hover, header .panel_box .cpmpare_icon_box:hover, header .panel_box .favorit_icon_box:hover {
    background-color: #5880ac
}

header .panel_box .basket_icon_box:active .circle-num, header .panel_box .cpmpare_icon_box:active .circle-num, header .panel_box .favorit_icon_box:active .circle-num {
    background-color: #d0a635
}

header .panel_box .basket_icon_box .circle-num, header .panel_box .cpmpare_icon_box .circle-num, header .panel_box .favorit_icon_box .circle-num {
    background-color: #f1c449
}

header .panel_box .cpmpare_icon_box {
    background-image: url(/local/templates/santehnika/images/icons/bar-chart.svg)
}

header .panel_box .cpmpare_icon_box .circle-num {
    background-color: #8ab75a
}

header .panel_box .cpmpare_icon_box:active .circle-num {
    background-color: #7faf4d !important
}

header .panel_box .basket_icon_box {
    background-image: url(/local/templates/santehnika/images/icons/shopping_cart.svg)
}

header .panel_box .basket_icon_box .circle-num {
    background-color: #fe3153
}

header .panel_box .basket_icon_box .bx-basket-block {
    line-height: 20px;
    padding-left: 0;
}

header .panel_box .basket_icon_box:active .circle-num {
    background-color: #d02340
}

footer {
    background-color: #1e2a36;
    margin-top: 50px
}

footer .footer-left, footer .footer-right {
    display: inline-block;
    vertical-align: top;
    padding: 35px 0
}

footer .footer-left {
    width: 24%
}

footer .footer-left .footer-logo {
    display: block;
    width: 100%;
    height: 70px;
    background-position: center;
    background-image: url(/local/templates/santehnika/images/logo_f.png);
    background-size: contain;
    background-repeat: no-repeat
}

footer .footer-right {
    width: 75%;
    color: #fff
}

footer .footer-right .footer-right-block {
    width: 24.5%;
    display: inline-block;
    vertical-align: top
}

footer .footer-right .footer-right-block.social {
    width: 20%
}

footer .footer-right .footer-right-block:last-child {
    width: 29%
}

footer .footer-right .footer-right-block .fa {
    margin-right: 15px;
    color: #6290c3;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

footer .footer-right .footer-right-block .fa.fa-vk {
    font-size: 25px
}

footer .footer-right .footer-right-block .fa.fa-instagram {
    font-size: 21px
}

footer .footer-right .footer-right-block .fa.fa-facebook-f {
    font-size: 20px
}

footer .footer-right .footer-right-block .fa:hover {
    color: #fff
}

footer .footer-right .footer-right-block .fa:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

footer .footer-right .title_box {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    opacity: 0.5;
}

footer .footer-right .footer-text {
    padding: 7px 0
}

footer .footer-right .footer-link {
    display: block;
    padding: 7px 0;
    color: #6290c3
}

footer .footer-right .footer-link span {
    border-bottom: 1px dashed #6290c3;
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

footer .footer-right .footer-link:hover span {
    border-bottom-color: transparent
}

footer .footer-right .footer-link:active {
    color: #5880ac
}

footer .footer-right .footer-menu li .footer-menu-link {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

footer .footer-right .footer-middle-round, footer .footer-right .footer-middle-round span, i.return {
    display: inline-block;
    vertical-align: middle
}

footer .footer-right .footer-menu li .footer-menu-link:hover {
    color: #6290c3
}

footer .footer-right .footer-menu li .footer-menu-link:active {
    color: #5880ac
}

footer .footer-right .footer-menu li .footer-menu-link.selected {
    color: #6290c3
}

footer .footer-right .footer-middle-round {
    margin-top: 10px;
    padding: 7px 0;
    font-size: 12px;
    text-transform: uppercase
}

footer .footer-right .footer-middle-round span.clock {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-image: url(/local/templates/santehnika/images/24-hours_f.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain
}

i.return {
    opacity: .5;
    background-image: url(/local/templates/santehnika/images/returns.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    margin-right: 7px
}

.bx-breadcrumb {
    border-bottom: 1px solid #cacaca;
    padding: 10px 0
}

.bx-breadcrumb:after, .bx-breadcrumb:before {
    display: block;
    clear: both;
    content: " "
}

.bx-breadcrumb .left {
    float: left
}

.bx-breadcrumb .right {
    float: right;
    width: 90%;
    text-align: right;
}

.bx-breadcrumb a {
    color: #1e1e1e;
    opacity: .5;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.btn-back, .bx-breadcrumb a:hover {
    opacity: 1
}

.bx-breadcrumb a:active {
    color: #6290c3
}

.bx-breadcrumb .bx-breadcrumb-item {
    /*float: left;*/
    color: #999;
    margin-right: 7px;
    display: inline;
}

.btn-back, .bx-breadcrumb .bx-breadcrumb-item:last-child span {
    color: #1e1e1e
}

.bx-breadcrumb .bx-breadcrumb-item:first-child {
    margin-left: 0
}

.bx-breadcrumb .fa-angle-right {
    margin-right: 5px
}

.btn-back {
    display: block;
    position: relative
}

.hint, .hint:after {
    position: absolute
}

.btn-back span {
    opacity: .5;
    display: inline-block;
    vertical-align: middle
}

.btn-back .hint {
    width: 210px;
    left: 0;
    bottom: -35px
}

.btn-back .hint:after {
    right: initial;
    left: 19px
}

.btn-back:active .hint, .btn-back:hover .hint {
    opacity: 1;
    visibility: visible
}

.btn-back:active i.return, .btn-back:active span, .btn-back:hover i.return, .btn-back:hover span {
    opacity: 1
}

.btn-back-mobile {
    display: none
}

.hint {
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    padding: 5px 10px;
    z-index: -1;
    color: #000;
    background-color: #fef3de;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    line-height: 1.3;
    text-align: center;
    -webkit-transition: .35s ease-out;
    transition: .35s ease-out
}

.hint:after {
    content: '';
    bottom: 100%;
    right: 19px;
    border: 6px solid transparent;
    border-bottom: 8px solid #fef3de;
    width: 10px
}

.open_hint:hover .hint {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.open_hint .hint:before {
    content: attr(data-label-in);
}

.open_hint.active .hint:before {
    content: attr(data-label-out);
}

.product-item-container .product-item-compare-container .open_hint input + label .hint:before {
    content: attr(data-label-in);
}

.product-item-container .product-item-compare-container .open_hint input:checked + label .hint:before {
    content: attr(data-label-out);
}

.bx-catalog-element .prosmotr-carousel .product-item-container, .product-carousel.prosmotr-carousel .product-item-container, .prosmotr-carousel-section .product-item-container {
    padding: 3px 0 3px 3px
}

.bx-catalog-element .prosmotr-carousel .product-item-container .product-item-box, .product-carousel.prosmotr-carousel .product-item-container .product-item-box, .prosmotr-carousel-section .product-item-container .product-item-box {
    padding: 10px
}

.bx-catalog-element .prosmotr-carousel .product-item-container .product-item .product-item-image-slide-box, .bx-catalog-element .prosmotr-carousel .product-item-container .product-item-image-wrapper, .product-carousel.prosmotr-carousel .product-item-container .product-item .product-item-image-slide-box, .product-carousel.prosmotr-carousel .product-item-container .product-item-image-wrapper, .prosmotr-carousel-section .product-item-container .product-item .product-item-image-slide-box, .prosmotr-carousel-section .product-item-container .product-item-image-wrapper {
    padding-top: 50% !important
}

.bx-catalog-element .prosmotr-carousel .product-item-container .product-item-title, .product-carousel.prosmotr-carousel .product-item-container .product-item-title, .prosmotr-carousel-section .product-item-container .product-item-title {
    font-size: 12px
}

.bx-catalog-element .bx-title-line {
    position: relative;
    border-bottom: 1px solid #cacaca
}

.bx-catalog-element .bx-title-line:after, .bx-catalog-element .bx-title-line:before {
    display: block;
    clear: both;
    content: " "
}

.bx-catalog-element .bx-title-line .btns {
    right: 0;
    bottom: 13px;
    position: absolute;
    width: 10%;
    text-align: right;
    height: 40px
}

.bx-catalog-element .bx-title-line .btns .icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 40px;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.bx-catalog-element .bx-title-line .btns .icon:hover {
    opacity: 1
}

.bx-catalog-element .bx-title-line .btns .icon:hover .hint {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .35s ease-in;
    transition: .35s ease-in
}

.bx-catalog-element .bx-title-line .btns .icon label {
    width: 100%;
    height: 100%;
    display: block
}

.bx-catalog-element .bx-title-line .btns .icon .hint {
    background-color: #fef3de;
    position: absolute;
    padding: 5px 10px;
    z-index: 100;
    right: -15px;
    top: 100%;
    font-size: 12px
}

.bx-catalog-element .bx-title-line .btns .print {
    background: url(/local/templates/santehnika/images/icons/print.svg) right center no-repeat;
    background-size: 19px
}

.bx-catalog-element .bx-title-line .btns .compare {
    margin-left: 25px
}

.bx-catalog-element .bx-title-line .btns .compare span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.bx-catalog-element .bx-title-line .btns .compare input, .bx-catalog-element .bx-title-line .btns .compare input + label svg.active, .bx-catalog-element .bx-title-line .btns .compare input:checked + label svg.not_active {
    display: none
}

.bx-catalog-element .bx-title-line .btns .compare input + label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    -webkit-transition: .15s ease-i-out;
    transition: .15s ease-i-out
}

.bx-catalog-element .bx-title-line .btns .compare input + label svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bx-catalog-element .bx-title-line .btns .compare input + label svg path {
    fill: #6290c3;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-catalog-element .bx-title-line .btns .compare input + label svg rect {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-catalog-element .bx-title-line .btns .compare input:checked + label svg.active {
    display: block
}

.bx-catalog-element .bx-title-line .btns .compare:hover input + label svg path, .bx-catalog-element .bx-title-line .btns .compare:hover input + label svg rect {
    fill: #7aa54c
}

.bx-catalog-element .bx-title-line .btns .compare:active input + label svg path, .bx-catalog-element .bx-title-line .btns .compare:active input + label svg rect {
    fill: #6c963f
}

.bx-catalog-element .bx-title-line .btns .compare .hint {
    width: 147px
}

.bx-catalog-element .bx-title-line .btns .compare.loading:before {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-image: url(/local/templates/santehnika/images/rollig_compare.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5
}

.bx-catalog-element .bx-title-line .btns .compare.loading input + label {
    display: none
}

.bx-catalog-element .bx-title-line .btns .bookmark .hint {
    width: 147px
}

.bx-catalog-element .product-item-content:after, .bx-catalog-element .top_prop_box:after {
    display: block;
    content: " ";
    clear: both
}

.bx-catalog-element .bx-title-line .btns .bookmark svg.active, .bx-catalog-element .bx-title-line .btns .bookmark.active svg.not-active {
    display: none
}

.bx-catalog-element .bx-title-line .btns .bookmark {
    position: relative
}

.bx-catalog-element .bx-title-line .btns .bookmark svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.bx-catalog-element .bx-title-line .btns .bookmark svg path {
    fill: #6290c3;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-catalog-element .bx-title-line .btns .bookmark svg polygon {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-catalog-element .bx-title-line .btns .bookmark:hover svg path, .bx-catalog-element .bx-title-line .btns .bookmark:hover svg polygon {
    fill: #f1c449
}

.bx-catalog-element .bx-title-line .btns .bookmark:active svg path, .bx-catalog-element .bx-title-line .btns .bookmark:active svg polygon {
    fill: #d0a635
}

.bx-catalog-element .bx-title-line .btns .bookmark.active svg.active {
    display: block
}

.bx-catalog-element .bx-title {
    font-size: 36px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-family: Helvetica-Light;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 44px;
    padding: 10px 10px 10px 0;
    float: left;
    width: 90%
}

.bx-catalog-element .product-item-content {
    margin-top: 20px
}

.bx-catalog-element .product-item-left {
    float: left;
    width: 54%;
    padding-right: 2%;
    border-right: 1px solid #cacaca
}

.bx-catalog-element .product-item-left .product-item-detail-sep {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #cacaca;
    position: absolute;
    top: 0;
    left: 0
}

.bx-catalog-element .product-item-right {
    float: right;
    width: 46%;
    padding-left: 2%
}

.bx-catalog-element .product-item-detail-slider {
    height: 100%
}

.bx-catalog-element .product-item-detail-slider.slick-slider {
    padding-top: 55px
}

.bx-catalog-element .product-item-detail-slider .slick-slide {
    margin: 5px 0
}

.bx-catalog-element .product-item-detail-slider .slick-arrow {
    position: absolute;
    left: 20px;
    width: 50px;
    height: 50px;
    color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: .5
}

.bx-catalog-element .product-item-detail-slider .slick-arrow:hover {
    opacity: 1
}

.bx-catalog-element .product-item-detail-slider .slick-arrow:active {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.bx-catalog-element .product-item-detail-slider .slick-prev {
    top: 3px;
    background-image: url(/local/templates/santehnika/images/icons/arrow_up.svg)
}

.bx-catalog-element .product-item-detail-slider .slick-next {
    bottom: 3px;
    background-image: url(/local/templates/santehnika/images/icons/arrow_down.svg)
}

.bx-catalog-element .product-item-detail-slider .slick-disabled {
    opacity: .1;
    cursor: default
}

.bx-catalog-element .product-item-detail-slider .slick-disabled:hover {
    opacity: .1
}

.bx-catalog-element .product-item-label-discount {
    background: url(/local/templates/santehnika/images/discount_bg.png) no-repeat;
    width: 59px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 25px;
    color: #fff;
    z-index: 80;
    font-size: 21px;
    font-weight: 700;
    line-height: 64px;
    text-align: center
}

.bx-catalog-element .top_prop_box {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px
}

.bx-catalog-element .top_prop_box:last-child {
    margin-bottom: 0
}

.bx-catalog-element .top_prop_box span {
    float: left
}

.bx-catalog-element .top_prop_box .top_prop_box_name {
    width: 45%;
    font-weight: 700
}

.bx-catalog-element .top_prop_box .top_prop_box_value {
    width: 55%
}

.bx-catalog-element .top_prop_box a {
    color: #6290c3;
    position: relative
}

.bx-catalog-element .top_prop_box a:hover {
    color: #365d88
}

.bx-catalog-element .top_prop_box a:active {
    color: #23476f
}

.bx-catalog-element .top_prop_block_sku {
    margin-top: 30px;
    padding-bottom: 30px
}

.bx-catalog-element .top_prop_block_sku .top_prop_blox_sku {
    margin-top: 18px
}

.bx-catalog-element .top_prop_block_sku .title_prop_sku {
    font-size: 14px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 5px
}

.bx-catalog-element .top_prop_block_sku .pic_box {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    position: relative
}

.bx-catalog-element .top_prop_block_sku .pic_box.active:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/local/templates/santehnika/images/icons/check_mark_disabled.svg) center center no-repeat;
    background-size: 10px
}

.bx-catalog-element .product-item-detail-data {
    position: relative
}

.bx-catalog-element .product-item-detail-data:after {
    display: block;
    clear: both;
    content: " "
}

.bx-catalog-element .product-item-detail-data.mobile {
    display: none
}

.bx-catalog-element .product-item-detail-data-left {
    float: left;
    width: 57%;
    margin-right: 3%
}

.bx-catalog-element .product-item-detail-data-right {
    float: left;
    width: 37%
}

.bx-catalog-element .product-item-detail-pay-block {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .15)
}

.bx-catalog-element .product-item-detail-pay-block .box-buy-btn {
    position: relative
}

.bx-catalog-element .product-item-detail-pay-block .box-buy-btn:hover .buy-btn {
    width: 105%
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    border-radius: 5px;
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn .buy-btn-in {
    background: -webkit-linear-gradient(180deg, #FFC119 0%, #E19603 100%);
    background: linear-gradient(180deg, #FFC119 0%, #E19603 100%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 10;
    position: relative;
}


.bx-catalog-element .product-item-detail-pay-block .buy-btn .buy-btn-in.loading i.basket-btn {
    background: url(/local/templates/santehnika/images/rollig_basket_card.svg) center center no-repeat;
    background-size: 20px
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn .buy-btn-in i.basket-btn {
    background: url(/local/templates/santehnika/images/icons/shopping_cart.svg) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 40px;
    background-size: 20px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 10;
    position: relative
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn .buy-btn-in:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(#e8ac0a, #f1c449) 100% 0 no-repeat;
    background: linear-gradient(#e8ac0a, #f1c449) 100% 0 no-repeat;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn .buy-btn-in:active .buy-btn-in:after, .bx-catalog-element .product-item-detail-pay-block .buy-btn .buy-btn-in:hover .buy-btn-in:after {
    opacity: 1
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 10;
    position: relative
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn span.arrow {
    position: absolute;
    top: 6px;
    right: -15px;
    width: 29px;
    height: 29px;
    background: -webkit-linear-gradient(180deg, #FFC119 0%, #E19603 100%);
    background: linear-gradient(180deg, #FFC119 0%, #E19603 100%);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0
}

/*.bx-catalog-element .product-item-detail-pay-block .buy-btn span.arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(#e8ac0a, #f1c449) 100% 0 no-repeat;
    background: linear-gradient(#e8ac0a, #f1c449) 100% 0 no-repeat;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}*/

.bx-catalog-element .product-item-detail-pay-block .buy-btn:active .buy-btn-in:after, .bx-catalog-element .product-item-detail-pay-block .buy-btn:active span.arrow:after, .bx-catalog-element .product-item-detail-pay-block .buy-btn:hover .buy-btn-in:after, .bx-catalog-element .product-item-detail-pay-block .buy-btn:hover span.arrow:after {
    opacity: 1
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn:active .buy-btn-in:after, .bx-catalog-element .product-item-detail-pay-block .buy-btn:active span.arrow:after {
    -webkit-filter: brightness(95%);
    filter: brightness(95%)
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 45px;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background-size: 50px 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-position: -65px 0;
    z-index: 40;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: blink_button;
    animation-name: blink_button;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bx-catalog-element .product-item-detail-price {
    background: #f6f6f6;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 14px 0 10px
}

.bx-catalog-element .product-item-detail-price .product-item-detail-price-old, .bx-catalog-element .goods_block .goods_pay_box .goods_prise .old_prise {
    font-size: 24px;
    text-decoration: line-through;
    opacity: .6;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 8px
}

.bx-catalog-element .product-item-detail-price .product-item-detail-price-current .prise_nap, .bx-catalog-element .goods_block .goods_pay_box .goods_prise .osn_price {
    font-family: Helvetica-Bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px
}

.bx-catalog-element .product-item-detail-price .product-item-detail-price-current .rubl {
    font-size: 32px;
    font-weight: 700
}

.bx-catalog-element .discount-timer {
    color: #fff;
    font-size: 12px;
    background: #8ab75a;
    padding: 8px 12px 0;
    height: 78px;
    line-height: 14px
}

.bx-catalog-element .discount-timer .timer {
    font-family: Helvetica-Bold;
    font-weight: 700;
    font-size: 12px;
    margin-top: 6px;
    line-height: 1
}

.bx-catalog-element .discount-timer .timer .number {
    font-size: 27px
}

.bx-catalog-element .quantity-attention {
    margin-top: 15px;
    color: #fe3153;
    font-size: 14px;
    line-height: 16px
}

.bx-catalog-element .quantity-attention span {
    position: relative;
    display: inline-block;
    padding-left: 18px
}

.bx-catalog-element .quantity-attention span:before {
    content: '!';
    color: #fff;
    background: #fe3153;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0
}

.bx-catalog-element .product-item-detail-properties {
    margin-top: 30px
}

.bx-catalog-element .product-item-detail-properties .prop_group_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 7px
}

.bx-catalog-element .product-item-detail-properties .prop_group {
    margin-bottom: 25px
}

.bx-catalog-element .product-item-detail-properties .prop_tr {
    line-height: 1.5;
    padding: 7px 15px;
    cursor: default;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

.bx-catalog-element .product-item-detail-properties .prop_tr:after {
    display: block;
    clear: both;
    content: " "
}

.bx-catalog-element .product-item-detail-properties .prop_tr:nth-child(2n) {
    background-color: #f4f4f4
}

.bx-catalog-element .product-item-detail-properties .prop_name {
    float: left;
    color: #7d7d7d
}

.bx-catalog-element .product-item-detail-properties .prop_name .prop_tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 11px
}

.bx-catalog-element .product-item-detail-properties .prop_name .value {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.bx-catalog-element .product-item-detail-properties .prop_name .fa {
    color: #6290c3;
    font-size: 15px;
    vertical-align: middle;
}

.bx-catalog-element .product-item-detail-properties .prop_name .prop_tooltip:hover .fa:before {
    content: '\f059';
    transition: .2s ease-in-out;
}

.bx-catalog-element .product-item-detail-properties .prop_name .prop_tooltip .prop_desc {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 23px;
    left: 6px;
    background: #fef3de;
    width: 400px;
    z-index: 1000;
    padding: 10px;
    line-height: 16px;
    font-size: 12px;
    box-shadow: 0 3px 25px 0 rgba(200, 200, 200, .8);
    border-radius: 5px;
    -webkit-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000
}

.bx-catalog-element .product-item-detail-properties .prop_value .no, .bx-catalog-element .product-item-detail-properties .prop_value .yes {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 0;
    vertical-align: middle
}

.bx-catalog-element .product-item-detail-properties .prop_name .prop_tooltip .prop_desc:after {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #fef3de;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.bx-catalog-element .product-item-detail-properties .prop_name .prop_tooltip:hover .prop_desc {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.bx-catalog-element .product-item-detail-properties .prop_value {
    float: right
}

.bx-catalog-element .product-item-detail-properties .prop_value .value_item {
    text-align: right
}

.bx-catalog-element .product-item-detail-properties .prop_value .no {
    background-image: url(/local/templates/santehnika/images/icons/minus.svg);
    background-size: 10px
}

.bx-catalog-element .product-item-detail-properties .prop_value .yes {
    background-image: url(/local/templates/santehnika/images/icons/check_mark_green.svg);
    background-size: 12px
}

.bx-catalog-element .product-item-detail-properties .prop_value a {
    display: block;
    color: #6290c3;
    position: relative
}

.bx-catalog-element .product-item-detail-properties .prop_value a:hover {
    color: #365d88
}

.bx-catalog-element .product-item-detail-properties .prop_value a:active {
    color: #23476f
}

.bx-catalog-element .product-item-detail-properties .prop_value a.prop_more {
    width: 100%;
    float: left;
    padding-left: 15px
}

.bx-catalog-element .product-item-detail-properties .prop_value a.prop_more:first-child {
    margin-top: 5px
}

.bx-catalog-element .complect_box {
    position: relative
}

.bx-catalog-element .complect_box .complect_attention {
    padding: 35px 0 0
}

.bx-catalog-element .complect_box .complect_attention .complect_attention-box {
    border: 1px solid #fe3153;
    padding: 20px;
    font-size: 14px;
    position: relative
}

.bx-catalog-element .complect_box .complect_attention .complect_attention-box span {
    color: #fe3153;
    display: block;
    font-family: Helvetica-Bold;
    font-size: 16px
}

.bx-catalog-element .complect_box .complect_attention .complect_attention-box .img_box {
    width: 40px;
    height: 60px;
    float: left;
    background-repeat: no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: 50%;
}

.bx-catalog-element .complect_box .complect_attention .complect_attention-box .content_box {
    padding-left: 60px;
}

.bx-catalog-element .complect_box .complect_block_padding {
    display: none
}

.bx-catalog-element .complect_box .complect_block {
    background: #fff;
    width: 100%;
    height: 80px !important;
    z-index: 10;
    margin-top: 35px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.bx-catalog-element .complect_box .complect_block .sticky {
    position: fixed;
    z-index: 101
}

.bx-catalog-element .complect_box .complect_block .sticky .bg_niz2 {
    display: block
}

.bx-catalog-element .complect_box .complect_block .stop {
    position: relative;
    z-index: 101
}

.bx-catalog-element .complect_box .complect_block.full {
    height: 218px !important
}

.bx-catalog-element .complect_box .complect_block_data {
    height: 80px;
    border: 1px solid #cacaca;
    position: relative;
    z-index: 100
}

.bx-catalog-element .complect_box .complect_img {
    width: 20%;
    position: relative;
    overflow: hidden;
    height: 100%;
    float: left
}

.bx-catalog-element .complect_box .complect_img img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bx-catalog-element .complect_box .complect_text {
    float: left;
    font-size: 12px;
    padding: 16px 0 0 20px
}

.bx-catalog-element .complect_box .complect_text .text {
    display: block
}

.bx-catalog-element .complect_box .complect_text .count-elements {
    display: block;
    color: #6290c3;
    font-size: 18px;
    font-family: Helvetica-Bold;
    border-bottom: 1px dashed #6290c3;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1;
    margin-top: 2px
}

.bx-catalog-element .complect_box .complect_text .count-elements:hover {
    border-bottom: 1px dashed transparent;
    color: #365d88
}

.bx-catalog-element .complect_box .complect_text .count-elements:active {
    color: #23476f
}

.bx-catalog-element .complect_box .complect_basket_box {
    float: right;
    height: 100%
}

.bx-catalog-element .complect_box .complect_prise {
    float: left;
    height: 100%;
    background: #f6f6f6;
    width: 117px;
    padding: 16px 0 0 20px;
    font-size: 12px
}

.bx-catalog-element .complect_box .complect_prise .current-price {
    display: block;
    font-size: 18px;
    font-family: Helvetica-Bold;
    font-weight: 700
}

.bx-catalog-element .complect_box .complect_prise .current-price .rubl {
    font-size: 16px
}

.bx-catalog-element .complect_box .complect_in_basket {
    float: left;
    height: 100%
}

.bx-catalog-element .complect_box .complect_in_basket .box-buy-btn {
    width: 100%;
    height: 100%
}

.bx-catalog-element .complect_box .buy-btn {
    height: 100%;
    width: 80px;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.bx-catalog-element .complect_box .buy-btn .buy-btn-in {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(#f1c449, #e8ac0a) 100% 0 no-repeat;
    background: linear-gradient(#f1c449, #e8ac0a) 100% 0 no-repeat
}

.bx-catalog-element .complect_box .buy-btn .buy-btn-in.loading:after {
    background: url(/local/templates/santehnika/images/rollig_basket_card.svg) center center no-repeat;
    background-size: 25px
}

.bx-catalog-element .complect_box .buy-btn .buy-btn-in:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/local/templates/santehnika/images/icons/shopping_cart.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px
}

.bx-catalog-element .complect_box .buy-btn .buy-btn-in:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(#e8ac0a, #f1c449) 100% 0 no-repeat;
    background: linear-gradient(#e8ac0a, #f1c449) 100% 0 no-repeat;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.bx-catalog-element .complect_box .buy-btn:hover .buy-btn-in:before {
    opacity: 1
}

.bx-catalog-element .complect_box .buy-btn:active .buy-btn-in:before {
    -webkit-filter: brightness(95%);
    filter: brightness(95%)
}

.bx-catalog-element .complect_box .product-modal {
    right: 0;
    left: initial;
    top: 80px;
    width: 197px
}

.bx-catalog-element .complect_box .content_hiden_block {
    padding: 0 46px;
    background: #fff;
    position: relative;
    z-index: 10;
    display: none;
    max-height: 145px;
    border: 1px solid #cacaca;
    border-top: 0;
}

.bx-catalog-element .complect_box .content_hiden_block span.mark {
    display: none;
    position: absolute;
    top: -8px;
    left: 150px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    background: #fff;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box {
    padding: 20px 0 10px;
    background: #fff;
    position: relative;
    z-index: 10
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item {
    display: block;
    float: left;
    width: 67px;
    margin: 1px 10px;
    text-align: center;
    line-height: 1;
    outline: 0;
    cursor: pointer;
    position: relative;
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .img {
    width: 67px;
    margin-bottom: 5px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border: 1px solid #cacaca
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .img .box-img {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
    display: block;
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .img .img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 90%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .del_block {
    width: 17px;
    height: 17px;
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: .3;
    transition: .2s ease-in-out;
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .del_block:after, .bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .del_block:before {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 1px;
    background-color: #000;
    top: 7px;
    left: 2px;
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .del_block:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .del_block:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .del_block:hover {
    opacity: 1;
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .del_block:active {
    opacity: .5;
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .name {
    display: inline-block;
    font-size: 10px;
    color: #1e1e1e;
    width: 67px;
    height: 21px;
    overflow: hidden;
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item .name span {
    display: inline;
    border-bottom: 1px dashed #1e1e1e;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item:hover .del_block {
    display: block
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item:hover .name span {
    border-bottom: 1px dashed transparent;
    color: #365d88
}

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item:active .name span {
    color: #23476f
}

.bx-catalog-element .complect_box .content_hiden_block .slick-track {
    margin: 0
}

.bx-catalog-element .complect_box .title_box {
    color: #fff;
    font-size: 16px;
    font-family: Helvetica-Bold;
    font-weight: 700;
    padding: 10px 20px;
    margin: 0;
    text-transform: none
}

.bx-catalog-element .complect_box .complect .title_box {
    background: #8ab75a
}

.bx-catalog-element .complect_box .element_dop_bloc {
    background: #f2f7ec;
    padding: 15px 0;
    display: block;
    width: 100%;
    position: relative
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box {
    width: 10%;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box .check-disabled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    display: block;
    margin: auto
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box input[type=checkbox], .bx-catalog-element .complect_box .element_dop_bloc .input_box input[type=radio] {
    display: none
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box input[type=checkbox]:checked + .checked, .bx-catalog-element .complect_box .element_dop_bloc .input_box input[type=radio]:checked + .checked {
    display: block;
    opacity: 1
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box label {
    background: #fff;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box label.radio {
    border: 1px solid #8ab75a;
    border-radius: 50%
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box label.radio .checked {
    background-image: url(/local/templates/santehnika/images/icons/check_mark_green.svg)
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box label.checkbox {
    border: 1px solid #6290c3
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box label.checkbox .checked {
    background-image: url(/local/templates/santehnika/images/icons/check_mark_blue.svg)
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box label .checked {
    width: 100%;
    height: 100%;
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    opacity: 0
}

.bx-catalog-element .complect_box .element_dop_bloc .img_box {
    width: 16%;
    display: inline-block;
    vertical-align: middle;
    max-width: 90px;
    position: relative
}

.bx-catalog-element .complect_box .element_dop_bloc .img_box .img {
    background: #fff;
    width: 100%;
    height: 0;
    display: block;
    text-align: center;
    padding-top: 100%;
    position: relative;
    border: 1px solid #cacaca
}

.bx-catalog-element .complect_box .element_dop_bloc .img_box .img .bg-img, .bx-catalog-element .complect_box .element_dop_bloc .img_box .img img {
    display: block;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 54%;
    height: 100%;
    padding-left: 15px;
    line-height: 1.3
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .name_box {
    display: block;
    color: #1e1e1e;
    width: 100%;
    max-height: 30px;
    margin-bottom: 7px;
    font-weight: 700
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .name_box a {
    color: #6290c3
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .name_box a:hover {
    color: #365d88
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .name_box a:active {
    color: #23476f
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box {
    width: 100%;
    height: 45px;
    position: relative
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .box_properties {
    width: 100%;
    display: block;
    line-height: 15px;
    margin-right: 5px;
    padding-bottom: 3px
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .box_properties .name {
    font-weight: 900
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: #6290c3;
    border-bottom: 1px dashed #6290c3;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(/local/templates/santehnika/images/icons/down_arrow_blue.svg) center center no-repeat;
    background-size: 9px;
    margin-left: 2px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch:active, .bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch:hover {
    border-bottom: 1px dashed transparent
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch.opened:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bx-catalog-element .complect_box .element_dop_bloc .prise_box {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    text-align: right;
    width: 17.5%;
    font-family: Helvetica-Bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 1
}

.bx-catalog-element .complect_box .element_dop_bloc .prise_box .rubl {
    font-size: 16px
}

.bx-catalog-element .complect_box .element_dop_bloc .prise_box .discont_prise {
    display: block
}

.bx-catalog-element .complect_box .recomend .doprectovar-list, .bx-catalog-element .complect_box .recomend .doprectovar-list .section_name, .bx-catalog-element .complect_box .recomend .mego_box .element_ocn_block .section_name {
    display: none
}

.bx-catalog-element .complect_box .element_dop_bloc .prise_box .old_prise, .bx-catalog-element .goods_block .set_box_tr .set_prise .old_prise {
    font-size: 12px;
    font-weight: 100;
    font-style: italic;
    text-decoration: line-through;
    opacity: .6;
    margin-bottom: 8px
}

.bx-catalog-element .complect_box .element_dop_bloc .prise_box .old_prise .rubl {
    font-size: inherit
}

.bx-catalog-element .complect_box .dop_tovar .section_name {
    border-bottom: 2px solid #8ab75a;
    padding: 15px 0 10px
}

.bx-catalog-element .complect_box .section_name span {
    border-bottom: 1px dashed #1e1e1e;
    line-height: 1.1;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-catalog-element .complect_box .section_name span:hover {
    border-bottom: 1px dashed transparent;
    color: #365d88
}

.bx-catalog-element .complect_box .section_name span:active {
    color: #23476f
}

.bx-catalog-element .complect_box .recomend {
    margin-top: 35px
}

.bx-catalog-element .complect_box .recomend .title_box {
    background: #6290c3
}

.bx-catalog-element .complect_box .recomend .element_dop_bloc {
    background: #edf5ff
}

.bx-catalog-element .complect_box .recomend .doprectovar-list .mego_box .doptovarbox .element_dop_bloc {
    background: #fcfbfb
}

.bx-catalog-element .complect_box .recomend .doprectovar-list .mego_box .doptovarbox .element_dop_bloc .input_box {
    width: 60px
}

.bx-catalog-element .complect_box .recomend .doprectovar-list .mego_box .doptovarbox .element_dop_bloc .info_box {
    width: 50%
}

.bx-catalog-element .complect_box .recomend .doprectovar-list .mego_box .doptovarbox .element_dop_bloc .prise_box {
    width: 20.5%
}

.bx-catalog-element .complect_box .recomend .section_name {
    border-bottom: 2px solid #6290c3;
    padding: 15px 0 10px
}

.bx-catalog-element .complect_box .service .section_name {
    border-bottom: 2px solid #f1c449;
    padding: 15px 0 10px
}

.bx-catalog-element .complect_box .service .element_dop_bloc {
    background-color: #fff9ed;
    padding: 0
}

.bx-catalog-element .complect_box .service .element_dop_bloc .img_box {
    width: 25%;
    max-width: 145px
}

.bx-catalog-element .complect_box .service .element_dop_bloc .img_box .img {
    background: 0 0;
    border: 0;
    padding-top: 84%
}

.bx-catalog-element .complect_box .service .element_dop_bloc .img_box .img .bg-img {
    background-image: url(/local/templates/santehnika/images/service.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 5px;
    width: 100%;
    height: 100%
}

.bx-catalog-element .complect_box .service .element_dop_bloc .input_box label.checkbox {
    border-color: #f1c449;
    border-radius: 0
}

.bx-catalog-element .complect_box .service .element_dop_bloc .input_box label.checkbox .checked {
    background-image: url(/local/templates/santehnika/images/icons/check_mark_yellow.svg)
}

.bx-catalog-element .complect_box .service .element_dop_bloc .info_box {
    padding: 15px 0 15px 5%;
    width: 40% !important
}

.bx-catalog-element .complect_box .service .element_dop_bloc .info_box .title {
    font-size: 18px;
    font-family: Helvetica-Bold;
    color: #e9b528;
    margin-bottom: 3px
}

.bx-catalog-element .complect_box .service .element_dop_bloc .info_box li {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding-left: 15px
}

.bx-catalog-element .complect_box .service .element_dop_bloc .info_box li:before {
    content: '';
    background: #1e1e1e;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0
}

.bx-catalog-element .complect_box .service .element_dop_bloc .prise_box {
    width: 18%;
    padding: 15px 0
}

.bx-catalog-element .complect_box .service .element_dop_bloc .prise_box .price-text {
    color: #1e1e1e;
    opacity: .5;
    font-size: 10px;
    margin-top: 5px
}

.bx-catalog-element .vision_blok {
    text-align: center;
    max-width: 985px;
    margin: 70px auto 50px
}

.bx-catalog-element .vision_blok table {
    width: 100%;
    border-top: 2px solid #f1c449
}

.bx-catalog-element .vision_blok table tr {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    box-shadow: -1px 0 10px 0 transparent
}

.bx-catalog-element .vision_blok table tr:hover, .product-item-container .product-item:focus, .product-item-container .product-item:hover {
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, .2);
    border-color: #ddd;
}

.bx-catalog-element .vision_blok table tr:nth-child(2n+1) {
    background-color: rgba(244, 244, 244, 84);
}

.bx-catalog-element .vision_blok table tr:hover {
    background-color: #fff9ed !important;}

.bx-catalog-element .vision_blok table tr td {
    text-align: center;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 15px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.bx-catalog-element .vision_blok table tr td a {
    color: #6290c3
}

.bx-catalog-element .vision_blok table tr td a:hover {
    color: #365d88
}

.bx-catalog-element .vision_blok table tr td a:active {
    color: #23476f
}

.bx-catalog-element .vision_blok table th {
    background: #fff9ed;
    text-align: center;
    border-right: 1px solid #fde7be;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    line-height: 16px
}

.bx-catalog-element .vision_blok table th:first-child {
    min-width: 190px
}

.bx-catalog-element .vision_blok table th:last-child {
    border: 0
}

.bx-catalog-element .vision_blok table th.price {
    min-width: 110px
}

.bx-catalog-element .goods_block .goods_box {
    padding: 10px;
    border: 0;
}

.bx-catalog-element .goods_block .goods_box .goods_box-wrp {
    border: 1px solid #6290c3;
    padding: 30px 50px;
    transition: .2s ease-in-out;
}

.bx-catalog-element .goods_block .goods_box:hover .goods_box-wrp {
    border-color: rgba(98, 144, 195, .2);
    box-shadow: 0 0 15px rgba(98, 144, 195, .5);
}

.bx-catalog-element .goods_block .goods_title_box span {
    color: #1e1e1e
}

.bx-catalog-element .goods_block .goods_title_box a {
    color: #6290c3
}

.bx-catalog-element .goods_block .goods_title_box a:hover {
    color: #365d88;}

.bx-catalog-element .goods_block .goods_title_box a:active {
    color: #23476f;}

.bx-catalog-element .goods_block .goods_pay_box {
    float: left;
    width: 29%;
    display: block;
    text-align: center
}

.bx-catalog-element .goods_block .goods_pay_box .goods_prise {
    background: #f6f6f6;
    padding: 14px 0 10px
}

.bx-catalog-element .goods_block .goods_pay_box .osn_price {
    font-size: 36px;
    font-family: Helvetica-Bold;
    font-weight: 700;
    line-height: 30px
}

.bx-catalog-element .goods_block .goods_pay_box  .osn_price .rubl {
    font-size: 32px;
    font-weight: 700
}

.bx-catalog-element .goods_block .goods_pay_box .old_price {
    text-decoration: line-through;
    opacity: .6;
    font-style: italic;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 8px
}

.bx-catalog-element .goods_block .goods_pay_box .box-buy-btn {
    position: relative
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    border: 0;
    outline: 0 !important
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket .buy-btn-in {
    width: 100%;
    background: -webkit-linear-gradient(#71a3da, #5880ac) 100% 0 no-repeat;
    background: linear-gradient(#71a3da, #5880ac) 100% 0 no-repeat;
    z-index: 10;
    position: relative;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket .buy-btn-in i.basket-btn {
    background: url(/local/templates/santehnika/images/icons/shopping_cart.svg) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 40px;
    background-size: 20px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 10;
    position: relative
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket .buy-btn-in:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(#5880ac, #71a3da) 100% 0 no-repeat;
    background: linear-gradient(#5880ac, #71a3da) 100% 0 no-repeat;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 10;
    position: relative
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket span.arrow {
    display: block;
    position: absolute;
    top: 6px;
    right: -15px;
    width: 29px;
    height: 29px;
    background: -webkit-linear-gradient(#71a3da, #5880ac) 100% 0 no-repeat;
    background: linear-gradient(#71a3da, #5880ac) 100% 0 no-repeat;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket span.arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-linear-gradient(#5880ac, #71a3da) 100% 0 no-repeat;
    background: linear-gradient(#5880ac, #71a3da) 100% 0 no-repeat;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:active .buy-btn-in:after, .bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:active span.arrow:after, .bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:hover .buy-btn-in:after, .bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:hover span.arrow:after {
    opacity: 1
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:active .buy-btn-in:after, .bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:active span.arrow:after {
    background: -webkit-linear-gradient(#71a3da, #71a3da) 100% 0 no-repeat;
    background: linear-gradient(#71a3da, #71a3da) 100% 0 no-repeat
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 45px;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background-size: 50px 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-position: -65px 0;
    z-index: 40;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: blink_button;
    animation-name: blink_button;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bx-catalog-element .goods_block .goods_set_title {
    font-size: 16px;
    color: #1e1e1e;
    border-bottom: 2px solid #6290c3;
    padding-bottom: 5px;
    margin-top: 20px
}

.bx-catalog-element .goods_block .set_box_tr {
    overflow: hidden;
    line-height: 20px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.bx-catalog-element .goods_block .set_box_tr:nth-child(2n+1) {
    background: #eff3f9
}

.bx-catalog-element .goods_block .set_box_tr .set_name {}

.bx-catalog-element .goods_block .set_box_tr .set_name a {
    color: #6290c3;
    font-size: 14px
}

.bx-catalog-element .goods_block .set_box_tr .set_name a:active, .bx-catalog-element .goods_block .set_box_tr .set_name a:hover {
    text-decoration: underline
}

.bx-catalog-element .goods_block .set_box_tr .set_prise {}

.bx-catalog-element .goods_block .set_box_tr .set_prise div {
    display: inline-block;
    vertical-align: middle;
}

.bx-catalog-element .goods_block .set_box_tr .set_prise .old_prise {
    margin-bottom: 0;}

.bx-catalog-element .goods_block .set_box_tr .set_prise .old_price {
    margin-right: 10px;
    font-size: 12px;
    opacity: .6;
    text-decoration: line-through
}

.bx-catalog-element .goods_block .set_box_tr .set_prise .osn_price {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}

.product-carousel {
    margin-top: 60px;
    position: relative
}

.product-carousel .product-carousel-wrp {
    white-space: nowrap;
    margin-bottom: 25px
}

.product-carousel.prosmotr-carousel .product-item {
    padding: 0
}

.product-carousel.prosmotr-carousel .product-item-box {
    padding: 10px
}

.collection_element_block .product-carousel-inner {
    max-width: 1055px;
    margin: 0 auto
}

.collection_element_block .product-carousel-inner-content {
    padding: 0 50px
}

.collection_element_block .product-item-container {
    height: auto
}

.product-carousel.prosmotr-carousel .product-item-container, .section_carusel_recomend .product-item-container {
    padding: 3px
}

.product-carousel.prosmotr-carousel .product-item-container .product-item, .section_carusel_recomend .product-item-container .product-item {
    padding: 0;
    height: auto
}

.catalog-empty {
    margin-bottom: 50px;
}

.catalog-empty p {
    font-size: 18px;
    text-align: center;
}

.decripshen_section {
    font-size: 12px;
    margin: 35px 0;
}

.decripshen_section .title_catalog {
    font-size: 18px;
    margin-bottom: 10px
}

.bottom_podborki, .prosmotr-carousel-section {
    margin-bottom: 35px
}

h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 35px;
    text-align: center;
    max-width: 80%
}

h3 a {
    color: #6290c3;
    border-bottom: 1px solid transparent;
    position: relative
}

h3 a .hint {
    text-transform: none;
    font-weight: 100
}

h3 a:hover {
    color: #365d88
}

h3 a:active {
    color: #23476f
}

.product-item-container .product-item {
    width: 100%;
    position: relative;
    display: block;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    height: auto;
    color: #000;
    border: 1px solid #cacaca
}

.product-item-container .product-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #cacaca
}

.product-item-container .product-item:focus .product-item-price-container .product-item-price-current:after, .product-item-container .product-item:hover .product-item-price-container .product-item-price-current:after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.product-item-container .product-item .product-item-image-slide-box {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 90%
}

.product-item-container .product-item .product-item-image-slide-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.product-item-container .card_prop_block {
    height: 90px;
    overflow: hidden
}

.product-item-container .item_lable_blck {
    display: block;
    position: absolute;
    top: -10px;
    right: -32px;
    width: 65px;
    z-index: 500
}

.product-item-container .item_lable_blck .discont_box, .product-item-container .item_lable_blck .lable_box {
    display: block;
    position: relative;
    padding: 2px 0;
    margin-bottom: 5px;
    width: 60px;
    height: 25px;
    color: #fff;
    z-index: 80;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    background-size: 100%;
    text-transform: uppercase;
    background-color: #90b768
}

.product-item-container .item_lable_blck .discont_box:after, .product-item-container .item_lable_blck .lable_box:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    bottom: -7px;
    border-right: 7px solid transparent;
    border-top: 7px solid #6f9646
}

.product-item-container .item_lable_blck .lable_box {
    padding: 6px 0;
    font-size: 10px
}

.product-item-container .item_lable_blck .lable_box.best {
    background-color: #6290c3
}

.product-item-container .item_lable_blck .lable_box.best:after {
    border-top-color: #42658c
}

.product-item-container .item_lable_blck .lable_box.akciya {
    background-color: #d33a69
}

.product-item-container .item_lable_blck .lable_box.akciya:after {
    border-top-color: #bd5071
}

.product-item-container .item_lable_blck .lable_box.ucenka {
    background-color: #fbc73a
}

.product-item-container .item_lable_blck .lable_box.ucenka:after {
    border-top-color: #c49f39
}

.product-item-container .item_lable_blck .lable_box.new {
    background-color: #26cada
}

.product-item-container .item_lable_blck .lable_box.new:after {
    border-top-color: #3fa2ab
}

.product-item-container .product-item-box {
    padding: 20px
}

.product-item-container .product-item-box:hover .product-item-title a {
    color: #365d88
}

.product-item-container .product-item-box:active .product-item-title a {
    color: #23476f
}

.product-item-container .product-item-image-slider-slide-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.product-item-container .product-item-image-alternative, .product-item-container .product-item-image-original {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.product-item-container .product-item-image-wrapper {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    padding: 90% 0 0
}

.product-item-container .product-item-title {
    text-align: left;
    margin: 13px 0 10px;
    line-height: 18px;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    white-space: normal;
    display: block;
    position: relative;
    color: #6290c3
}

.product-item-container .product-item-title:hover {
    color: #365d88
}

.product-item-container .product-item-title:active {
    color: #23476f
}

.product-item-container .product-item-price-container {
    color: #1e1e1e;
    text-align: center;
    height: auto;
    margin-bottom: 0;
}

.product-item-container .product-item-price-container .product-item-price-current {
    width: auto;
    max-width: 155px;
    background: #fef3de;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
    line-height: 1;
    position: relative;
    overflow: hidden
}

.product-item-container .product-item-price-container .product-item-price-current:after, .product-item-container .product-item-price-container .product-item-price-current:before {
    content: " ";
    display: block;
    height: 5px;
    width: 100%;
    background: #f1c449;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.product-item-container .product-item-price-container .product-item-price-current:after {
    top: initial;
    bottom: 0;
    height: 2px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.product-item-container .product-item-price-container .product-item-price-current .rubl {
    font-size: 22px
}

.product-item-container .product-item-price-container .product-item-price-old {
    display: block;
    margin-top: 5px;
    text-decoration: line-through;
    opacity: .6;
    font-size: 19px;
    font-style: italic
}

.product-item-container .product-item-properties {
    color: #1e1e1e;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
    height: 90px;
    overflow: hidden
}

.product-item-container .product-item-properties .prop-cont:after, .product-item-container .product-item-properties .prop-cont:before {
    display: block;
    clear: both;
    content: " "
}

.product-item-container .product-item-properties .hidden-xs {
    display: inline-block
}

.product-item-container .product-item-properties dt {
    color: #cacaca;
    margin-right: 2px;
    font-weight: 100
}

.product-item-container .product-item-properties dd {
    color: #1e1e1e
}

.product-item-container .product-item-properties .prop-line {
    line-height: 22px
}

.product-item-container .product-item-properties .prop-name {
    color: #bababa;
    margin-right: 5px
}

.brend_spisok_block .brend_spisok_alfavit .alfavit:after, .brend_spisok_block .brend_spisok_alfavit .alfavit:before {
    display: block;
    clear: both;
    content: " "
}

.brend_spisok_block {
    margin-left: 0;
    margin-right: 0
}

.row.m_none {
    margin: 0
}

.left_content_block {
    margin-top: 30px
}

.left_content_block .left_menu_box .title-menu {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    background-color: #5880ac;
    padding: 10px 20px
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu {
    background: #edf5ff
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li {
    position: relative
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li .root-menu-open {
    display: block;
    border: 5px solid transparent;
    border-left: 6px solid #6290c3;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 16px
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li a {
    color: #1e1e1e;
    font-weight: 100;
    display: block;
    padding: 11px 15px;
    opacity: 1;
    background: 0 0;
    font-size: 14px;
    border: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li a:hover {
    opacity: 1;
    background-color: rgba(98, 144, 195, .3)
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li a:active {
    color: #365d88
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li a.item-link-selected, .left_content_block .left_menu_box ul.vertical-multilevel-menu li a.root-item-link-selected {
    opacity: 1;
    font-weight: 700
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li ul.root-item-menu {
    width: 252px;
    margin: 0;
    left: 100%;
    top: 0;
    border: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background: #fff;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.right_content_block .podborki_block .podborki_box a.podborki_box-link:focus, .right_content_block .podborki_block .podborki_box a.podborki_box-link:hover, .right_content_block .podborki_block .podborki_box:hover a.podborki_box-link {
    text-decoration: none;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, .2);
    outline: 0
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li ul.root-item-menu li a:hover {
    color: #6290c3;
    background: 0 0
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li ul.root-item-menu li a:active {
    color: #365d88
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li ul.root-item-menu-in {
    position: relative;
    width: 100%;
    margin: 0;
    border: 0;
    display: none
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li ul.root-item-menu-in li {
    padding: 0
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu li ul.root-item-menu-in li a {
    padding: 4px 35px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.left_content_block .left_menu_box ul.vertical-multilevel-menu.mobile {
    display: none
}

.left_content_block .left_podborki_block {
    margin-top: 35px
}

.left_content_block .left_podborki_block .title_box {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px
}

.left_content_block .left_podborki_block ul.brand_block_left {
    padding: 0 25px;
    border-left: 2px solid #6290c3
}

.left_content_block .left_podborki_block ul.brand_block_left li {
    margin-bottom: 5px
}

.left_content_block .left_podborki_block a {
    color: #6290c3;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.left_content_block .left_podborki_block a:hover {
    color: #365d88
}

.left_content_block .left_podborki_block a:active {
    color: #23476f
}

.catalog_section_option_bolock {
    background-color: #f6f6f6;
    padding: 10px 20px;
    margin-bottom: 30px
}

.catalog_section_option_bolock:after, .catalog_section_option_bolock:before {
    display: block;
    clear: both;
    content: " "
}

.catalog_section_option_bolock .sorting {
    display: inline-block;
    font-size: 14px;
    color: #1e1e1e;
    position: relative
}

.catalog_section_option_bolock .sorting.l_option_box {
    width: 70%
}

.catalog_section_option_bolock .sorting.r_option_box {
    width: 29%;
    text-align: right
}

.catalog_section_option_bolock .sorting .select-name, .catalog_section_option_bolock .sorting .sorting-box, .catalog_section_option_bolock .sorting ul.select-dropdown, .catalog_section_option_bolock .sorting ul.select-dropdown li {
    display: inline-block;
    vertical-align: middle
}

.catalog_section_option_bolock .sorting .select-name span.choose {
    display: none
}

.catalog_section_option_bolock .sorting span {
    margin-right: 5px
}

.catalog_section_option_bolock .sorting a.per_count, .catalog_section_option_bolock .sorting a.per_option {
    display: inline-block;
    vertical-align: middle;
    color: #1e1e1e;
    opacity: .6;
    cursor: pointer;
    padding: 3px 5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.catalog_section_option_bolock .sorting a.per_count:hover, .catalog_section_option_bolock .sorting a.per_option:hover {
    opacity: 1
}

.catalog_section_option_bolock .sorting a.per_count.active, .catalog_section_option_bolock .sorting a.per_option.active {
    opacity: 1;
    background-color: #8ab75a;
    color: #fff;
    pointer-events: none;
}

.catalog_section_option_bolock .sorting a.per_count:active, .catalog_section_option_bolock .sorting a.per_option:active {
    opacity: 1;
    color: #8ab75a;
}

.right_content_block {
    margin-top: 30px
}

.right_content_block h1.sectiom_catalog_h1 {
    padding: 0;
    margin-bottom: 15px
}

.right_content_block .podborki_block:after, .right_content_block .podborki_block:before {
    display: block;
    clear: both;
    content: " "
}

.right_content_block .podborki_block .podborki_box {
    text-align: center;
    display: block;
    float: left;
    width: 23.5%;
    margin: 0 2% 25px 0
}

.right_content_block .podborki_block .podborki_box:nth-child(4n) {
    margin-right: 0
}

.right_content_block .podborki_block .podborki_box a.podborki_box-link {
    display: block;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.right_content_block .podborki_block .podborki_box .img_box {
    width: 100%;
    height: 0;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    position: relative;
    padding-top: 100%;
    overflow: hidden
}

.right_content_block .podborki_block .podborki_box .img_box .bg_img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.right_content_block .podborki_block .podborki_box .title {
    padding-top: 5px
}

.right_content_block .podborki_block .podborki_box .title a {
    color: #6290c3
}

.right_content_block .podborki_block .podborki_box:hover .title a {
    color: #365d88
}

.right_content_block .podborki_block .podborki_box:hover .img_box .bg_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.right_content_block .podborki_block .podborki_box:active .title a {
    color: #23476f
}

.right_content_block .podborki_block .podborki_box:active .img_box .bg_img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.bottom_podborki h3, .prosmotr-carousel-section h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 35px;
    text-align: center;
    max-width: 700px
}

.bottom_podborki .podboki_box_podboki, .prosmotr-carousel-section .podboki_box_podboki {
    display: block
}

.bottom_podborki ul, .prosmotr-carousel-section ul {
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: 33%
}

.bottom_podborki ul.blue, .prosmotr-carousel-section ul.blue {
    border-left: 2px solid #6290c3
}

.bottom_podborki ul.red, .prosmotr-carousel-section ul.red {
    border-left: 2px solid red
}

.bottom_podborki ul.green, .prosmotr-carousel-section ul.green {
    border-left: 2px solid green
}

.bottom_podborki a, .prosmotr-carousel-section a {
    color: #6290c3;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.bottom_podborki a:hover, .prosmotr-carousel-section a:hover {
    color: #365d88
}

.bottom_podborki a:active, .prosmotr-carousel-section a:active {
    color: #23476f
}

.catalog-section .product-item-big-card {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 25px
}

.catalog-section .product-item-big-card:nth-child(3n) {
    margin-right: 0
}

.catalog-section .product-item-big-card .product-item-container {
    width: 100%;
    padding: 0
}

.catalog-section .product-item-big-card .product-item-container .product-item-image-original {
    -webkit-transition: none;
    transition: none
}

.catalog-section .product-item-big-card .product-item-container.hover .product-item {
    border: 1px solid #6290c3;
    border-top: 2px solid #6290c3;
    position: relative;
    left: 0;
    right: 0;
    box-shadow: none;
    -webkit-animation: none;
    animation: none
}

.catalog-section .product-item-big-card .product-item-container.hover .product-item .product-item-image-original {
    opacity: 1
}

.product-item-container .product-item-compare-container {
    display: block;
    position: absolute;
    top: 7px;
    right: 6px;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.product-item-container .product-item-compare-container label {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0
}

.product-item-container .product-item-compare-container label span.bar-chart {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product-item-container .product-item-compare-container label span.bar-chart i {
    border: 1px solid #6290c3;
    margin-right: 2px;
    width: 6px;
    display: inline-block;
}

.product-item-container .product-item-compare-container label span.bar-chart i:nth-child(1) {
    height: 11px;
}

.product-item-container .product-item-compare-container label span.bar-chart i:nth-child(2) {
    height: 22px;
}

.product-item-container .product-item-compare-container label span.bar-chart i:nth-child(3) {
    height: 15px;
    margin-right: 0;
}

.product-item-container .product-item-compare-container label:hover span.bar-chart i {
    border-color: #8ab75a;
}

.product-item-container .product-item-compare-container  input:checked + label span.bar-chart i {
    background-color: #8ab75a;
    border-color: #8ab75a;
}

.product-item-container .product-item-compare-container input {
    display: none
}



.product-item-container .product-item-label-ring.product-item-label-small {
    background: url(/local/templates/santehnika/images/discount_bg.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: -15px;
    left: 0;
    color: #fff;
    z-index: 500;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 0
}

.product-item-price-container {
    margin-bottom: 15px;
    height: 85px;
    position: relative
}

.catalog-section .product-item-big-card .product-item-info-container {
    margin: 0
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container {
    padding: 0
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .product-item-scu-block, .catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container span.name {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    color: #c8c8c8
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .product-item-scu-block {
    padding: 0
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .product-item-scu-block ul.product-item-scu-item-list li.product-item-scu-item-color-container {
    max-width: none;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .product-item-scu-block ul.product-item-scu-item-list li.product-item-scu-item-color-container .product-item-scu-item-color-block {
    width: 100%;
    height: 100%;
    outline: 0;
    padding: 0;
    border: 1px solid #c8c8c8
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .product-item-scu-block ul.product-item-scu-item-list li.product-item-scu-item-color-container .product-item-scu-item-color-block .product-item-scu-item-color {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.card_prop_block {
    font-size: 12px
}

.card_prop_block span {
    display: inline-block;
    vertical-align: top
}

.card_prop_block span.prop_name {
    color: #000;
    opacity: .4
}

.card_prop_block span.country {
    vertical-align: middle
}

.card_prop_block a {
    color: #6290c3
}

.card_prop_block a:hover {
    color: #365d88
}

.card_prop_block a:active {
    color: #23476f
}

.product-item-scu-block {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px
}

.product-item-scu-block .product-item-scu-item-list .product-item-scu-item-color-container {
    height: 25px;
    width: 25px;
    padding: 3px
}

.bx-filter-container-box {
    margin-bottom: 40px;
    border-top: none
}

.bx-filter {
    margin-bottom: 0
}

.bx-filter.bx-green .bx-filter-section {
    background-color: transparent;
    padding: 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block {
    width: 22.5%;
    border-top: 2px solid #cacaca;
    background-color: #fcfbfb;
    position: absolute;
    top: 0;
    bottom: 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .title_box {
    font-size: 16px;
    font-weight: 900;
    padding: 7px 20px;
    background-color: #f6f6f6;
    text-transform: none;
    margin: 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .box-brand {
    overflow: hidden;
    height: calc(100% - 40px)
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block {
    height: 100%
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list {
    padding: 10px 20px;
    height: calc(100% - 35px);
    overflow: hidden;
    overflow-y: scroll
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list::-webkit-scrollbar {
    width: 3px;
    background-color: transparent
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list::-webkit-scrollbar-thumb {
    background-color: #5880ac
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection {
    margin: 0;
    display: block;
    padding: 5px 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection input[type=checkbox], .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection label:before {
    display: none
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection label {
    position: relative;
    padding-left: 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/santehnika/images/icons/check_mark_blue.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .botton_colection {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .botton_colection span {
    border-bottom: 1px dashed;
    opacity: .6;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: default
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .botton_colection span.active:hover {
    border-bottom-color: transparent;
    cursor: pointer;
    opacity: .8
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .botton_colection span.active:active {
    opacity: 1;
    color: #6290c3
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block {
    /* TMP: блок фильтра по брендам временно отключен */
    /*margin-left: 25%;*/
    position: relative
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter {
    display: block
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block {
    background-color: #fcfbfb;
    margin-bottom: 22px;
    border-top: 2px solid #cacaca
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block:after, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block:before {
    display: block;
    clear: both;
    content: " "
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box-title {
    font-size: 16px;
    font-weight: 900;
    padding: 7px 20px;
    background-color: #f6f6f6
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box-title span {
    cursor: default;
    color: #1e1e1e;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box-title span:hover {
    border: 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 20px
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box {
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: center
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box:after, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box:before {
    display: block;
    clear: both;
    content: " "
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block {
    width: 25%;
    width: 120px;
    padding: 0;
    float: none
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block.bx-left {
    margin-right: 15px
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block.bx-right {
    margin-left: 15px
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block input {
    border: 1px solid #CCC;
    text-align: center;
    height: 30px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block input:focus {
    border-color: #8ab75a
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .dash__line {
    width: 20px;
    height: 30px;
    position: relative
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .dash__line:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1e1e1e
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .filter_prise_diopozon {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 14px
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .filter_prise_diopozon .range__item span {
    display: inline;
    border-bottom: 1px dashed #1e1e1e
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block {
    background-color: #fcfbfb;
    border-top: 2px solid #cacaca
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont {
    padding: 10px 20px 0
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont:after, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont:before {
    display: block;
    clear: both;
    content: " "
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont .bx-filter-parameters-box-title {
    font-size: 14px;
    padding-bottom: 10px
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont .bx-filter-parameters-box-title span {
    border-bottom: 1px dashed #6290c3;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    margin-right: 5px;
    position: relative;
    color: #6290c3
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont .bx-filter-parameters-box-title span:hover {
    border-bottom-color: transparent
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont .bx-filter-parameters-box-title span:active {
    color: #365d88
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont .bx-filter-parameters-box-title i {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    position: absolute;
    top: 2px;
    right: -15px
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont .bx-filter-parameters-box-title .fa-question-circle {
    color: #039be5
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .title_hide {
    text-align: center;
    padding: 15px 0;
    background-color: #fcfbfb;
    z-index: 50;
    position: relative
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .title_hide span {
    color: #000;
    opacity: .6;
    border-bottom: 1px dashed;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .title_hide span:hover {
    border-bottom-color: transparent;
    opacity: .8
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .title_hide span:active {
    color: #6290c3;
    opacity: 1
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_bottom_block .title {
    font-size: 16px;
    font-weight: 900;
    padding: 7px 20px;
    background-color: #f6f6f6
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: calc(100% - 25px);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    margin: auto;
    z-index: 950
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #edf5ff;
    position: relative;
    text-transform: none
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box .close:after, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box .close:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000;
    top: 6px;
    left: 0;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box .close:active:after, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .title_box .close:active:before {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .name_brand_collection {
    margin-bottom: 10px;
    font-size: 16px
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list {
    padding: 10px 20px;
    height: calc(100% - 45px);
    overflow: hidden;
    overflow-y: scroll
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list:after, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list:before {
    display: block;
    clear: both;
    content: " "
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list::-webkit-scrollbar {
    width: 3px;
    background-color: transparent
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list::-webkit-scrollbar-thumb {
    background-color: #5880ac
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list .checkbox {
    margin: 0;
    display: block;
    float: left;
    width: 33%;
    padding-right: .3%
}

.bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list .checkbox label {
    margin-bottom: 10px
}

.bx-filter.bx-green .bx-ui-slider-range {
    z-index: 40
}

.bx-filter.bx-green .bx-filter-button-box {
    background-color: #edf5ff;
    text-align: center
}

.bx-filter.bx-green .bx-filter-button-box .bx-filter-parameters-box-container {
    padding: 15px 0
}

.bx-filter.bx-green .bx-filter-button-box .bx-filter-parameters-box-container .btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #6290c3;
    outline: 0;
    border-radius: 0;
    margin: 0 10px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.bx-filter.bx-green .bx-filter-button-box .bx-filter-parameters-box-container .btn.btn-themes {
    display: none
}

.bx-filter.bx-green .bx-filter-button-box .bx-filter-parameters-box-container .btn.btn-link {
    text-decoration: none !important
}

.bx-filter.bx-green .bx-filter-button-box .bx-filter-parameters-box-container .btn.btn-link:hover {
    color: #365d88
}

.bx-filter.bx-green .bx-filter-button-box .bx-filter-parameters-box-container .btn.btn-link:active {
    color: #23476f
}

.bx-filter.bx-green .bx-filter-button-box .bx-filter-parameters-box-container .bx-filter-popup-result {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0;
    border: 0;
    bottom: 0;
    margin: 0;
    height: auto;
    font-size: 14px;
    min-height: auto
}

.bx-filter.bx-green .bx-ui-slider-track-container {
    width: 100%;
    margin: 10px 0 0;
    padding: 25px 0 0
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-track {
    width: 90%;
    height: 5px;
    display: block;
    margin: 0 auto
}

.bx-filter .checkbox input[type=checkbox], .bx-filter .checkbox label.bx-filter-param-label:before {
    display: none
}

.bx-filter .checkbox, .bx-filter .radio {
    margin-top: 0
}

.bx-filter .checkbox:last-child, .bx-filter .radio:last-child {
    margin-bottom: 0
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn {
    background-color: rgba(138, 183, 89, .2)
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
    background-color: #8ab75a
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-handle {
    width: 15px;
    height: 15px;
    background: #8ab75a;
    margin: 0;
    top: -5px;
    -webkit-transition: background ease-out .3s;
    transition: background ease-out .3s
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-handle.left {
    margin-left: -7px;
    box-shadow: -3px 0 10px rgba(0, 0, 0, .3)
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-handle.right {
    margin-right: -7px;
    box-shadow: 3px 0 10px rgba(0, 0, 0, .3)
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-handle:hover {
    background: #7aa54c
}

.bx-filter.bx-green .bx-ui-slider-track-container .bx-ui-slider-handle:active {
    background: #6c963f
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    width: 20px;
    height: 20px
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label .bx-filter-param-btn {
    width: 20px;
    height: 20px;
    border: 1px solid #c8c8c8;
    padding: 0;
    border-radius: 0
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label .bx-filter-param-btn .bx-filter-btn-color-icon {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    left: 0
}

.bx-filter .checkbox label.bx-filter-param-label {
    padding-left: 0
}

.bx-filter .checkbox input[type=checkbox]:checked + label.bx-filter-param-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/santehnika/images/icons/check_mark_blue.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center
}

.bx-filter .radio input[type=radio] {
    display: none
}

.bx-filter .radio label.bx-filter-param-label {
    padding-left: 20px
}

.bx-filter .radio label.bx-filter-param-label:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #6290c3;
    border-radius: 50%
}

.bx-filter .radio input[type=radio]:checked + label.bx-filter-param-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #6290c3;
    border-radius: 50%
}

.bx-filter .bx-filter-param-text {
    font-size: 14px
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    display: none
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bx-filter .bx-filter-select-container {
    border: 0 !important
}

.bx-filter .bx-filter-select-container .bx-filter-select-block {
    background: 0 0;
    padding: 0 0 5px;
    height: auto
}

.bx-filter .bx-filter-select-container .bx-filter-select-text {
    display: inline;
    border-bottom: 1px dashed;
    vertical-align: middle;
    font-size: 14px;
    height: auto;
    line-height: normal;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-filter .bx-filter-select-container .bx-filter-select-text:hover {
    border-bottom-color: transparent
}

.bx-filter .bx-filter-select-container .bx-filter-select-text:active {
    color: #6290c3
}

.bx-filter .bx-filter-select-container .bx-filter-select-arrow {
    background-image: url(/local/templates/santehnika/images/icons/arrow_down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 10px
}

.bx-filter .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block {
    width: 35%;
    display: inline-block;
    vertical-align: middle
}

.bx-filter .bx-filter-parameters-box-container .dash__line {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 25px;
    position: relative;
    margin: 0 5px
}

.bx-filter .bx-filter-parameters-box-container .dash__line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #1e1e1e
}

.bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input {
    font-size: 14px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input:focus {
    border-color: #8ab75a
}

.popup-window {
    padding: 0
}

.popup-window .popup-window-content {
    padding: 10px;
    position: relative
}

.popup-window .popup-window-content:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid transparent;
    border-bottom: 5px solid #fff;
    width: 10px
}

.nav_section.in-collection, .title_box.in-collection {
    width: 75%
}

.popup-window .bx-filter-select-popup {
    min-width: auto
}

.popup-window .bx-filter-select-popup ul li:first-child {
    padding: 0;
    margin: 0;
    border: 0
}

.popup-window .bx-filter-select-popup ul li label {
    height: auto;
    line-height: normal;
    padding: 0 0 5px;
    font-weight: 100
}

.popup-window .bx-filter-select-popup ul li label.selected, .popup-window .bx-filter-select-popup ul li label:hover {
    background-color: transparent
}

.popup-window .bx-filter-select-popup ul li:last-child label {
    padding: 0
}

.brend_section_box {
    margin-bottom: 40px
}

.brend_section_box .product-item-container {
    padding: 5px
}

.brend_section_box .owl-controls {
    top: -45px
}

.title_box {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px
}

.title_box.sub {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
    display: inline-block
}

.title_box.sub span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.title_box.sub span.count {
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
    background-color: #8ab75a;
    font-weight: 100;
    margin-left: 10px
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .title_box.sub:hover .product-item-scu-block, .title_box.sub:hover .catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .product-item-scu-block, .title_box.sub:hover span, .title_box.sub:hover span.name {
    color: #6290c3
}

.title_box.sub:hover span.count {
    color: #fff
}

.catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .title_box.sub:active .product-item-scu-block, .title_box.sub:active .catalog-section .product-item-big-card .product-item-info-container .product-item-scu-container .product-item-scu-block, .title_box.sub:active span.name {
    color: #365d88
}

.collection_section_block, .dop_collection_box {
    margin-bottom: 50px
}

.collection_section_block .title_box, .dop_collection_box .title_box {
    margin-bottom: 15px
}

.nav_section {
    margin-bottom: 35px
}

.nav_section a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 4%;
    border-bottom: 1px solid transparent;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    color: #6290c3;
    position: relative
}

.nav_section a span {
    color: #909090
}

.nav_section a:hover {
    color: #365d88
}

.nav_section a:active {
    color: #23476f
}

.spisok_collection .collection_box {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    margin-right: 1%;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    background-color: #edf5ff;
    position: relative;
    overflow: hidden
}

.spisok_collection .collection_box span {
    display: block;
    padding: 10px;
    position: relative;
    z-index: 10;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.spisok_collection .collection_box:after, .spisok_collection .collection_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #6290c3;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.spisok_collection .collection_box:after {
    top: initial;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.spisok_collection .collection_box:hover:after {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.spisok_collection .collection_box:hover span {
    color: #365d88
}

.spisok_collection .collection_box:active span {
    color: #23476f
}

.brend_collection_top_block .c-elem {
    position: absolute;
    top: 0;
    right: 0
}

.c-elem {
    display: block;
    width: 100%
}

.c-elem .img_box {
    width: 100%;
    display: block;
    position: relative;
    height: 0 !important;
    border: none;
    padding-top: 50%
}

.c-elem .img_box .bg_img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

{
    margin: 15px -15px
}

.colvo-pages {
    text-align: center;
    display: block;
    margin: 10px 0
}

.pagination-catalog * {
    display: block;
    float: left
}

.pagination-catalog:after, .pagination-catalog:before {
    display: block;
    clear: both;
    content: " "
}

.pagination-catalog .begin, .pagination-catalog .end, .pagination-catalog .nextpage, .pagination-catalog .prevpage {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 35px;
    background-size: 15px;
    opacity: .4;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer
}

.pagination-catalog .begin:hover, .pagination-catalog .end:hover, .pagination-catalog .nextpage:hover, .pagination-catalog .prevpage:hover {
    opacity: 1
}

.pagination-catalog .begin:active, .pagination-catalog .end:active, .pagination-catalog .nextpage:active, .pagination-catalog .prevpage:active {
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.pagination-catalog .begin {
    background-image: url(/local/templates/santehnika/images/page-start.svg)
}

.pagination-catalog .end {
    background-image: url(/local/templates/santehnika/images/page-end.svg)
}

.pagination-catalog .prevpage {
    background-image: url(/local/templates/santehnika/images/page-prev.svg)
}

.pagination-catalog .nextpage {
    background-image: url(/local/templates/santehnika/images/page-next.svg)
}

.pagination-catalog .no_link {
    display: none
}

.pagination-catalog .activepage, .pagination-catalog .all, .pagination-catalog .morepage {
    font-size: 16px;
    padding: 7px 15px;
    color: #000;
    margin-right: 5px
}

.pagination-catalog .activepage {
    background-color: #8ab75a;
    color: #fff
}

.pagination-catalog .all, .pagination-catalog .morepage {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.pagination-catalog .all:hover, .pagination-catalog .morepage:hover {
    color: #7aa54c
}

.pagination-catalog .all:active, .pagination-catalog .morepage:active {
    color: #6c963f
}

.pagination-catalog i {
    font-style: normal;
    margin: 0 5px;
    display: none
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-modal {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 200;
    top: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    white-space: normal;
    overflow: hidden;
    height: 0
}

.product-modal span {
    padding-bottom: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.product-modal a.btn {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    border: 0;
    width: 100%;
    color: #fff;
    background: -webkit-linear-gradient(#bdcf63, #7d9e5b) 100% 0 no-repeat;
    background: linear-gradient(#bdcf63, #7d9e5b) 100% 0 no-repeat
}

.bx-soa-cart-total, .bx-soa-item-imgcontainer {
    border-radius: 0 !important
}

.product-modal a.btn span {
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 0;
    position: relative;
    z-index: 10;
    font-size: 12px
}

.product-modal a.btn:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    background: -webkit-linear-gradient(#7d9e5b, #bdcf63) 100% 0 no-repeat;
    background: linear-gradient(#7d9e5b, #bdcf63) 100% 0 no-repeat
}

.product-modal a.btn:hover:before {
    opacity: 1
}

.product-modal a.btn:active:before {
    -webkit-filter: brightness(85%);
    filter: brightness(85%)
}

.product-modal a.btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 45px;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background-size: 50px 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-position: -65px 0;
    z-index: 40;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: blink_button;
    animation-name: blink_button;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.product-modal.open {
    visibility: visible;
    opacity: 1;
    height: 125px
}

.owl-carousel .owl-stage-outer {
    z-index: 10
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    right: 10px;
    top: -52px;
    z-index: 0;
    width: 70px;
    height: 22px;
    margin: 0
}

.owl-carousel .owl-nav.disabled {
    display: block
}

.owl-carousel .owl-nav button {
    outline: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    position: absolute;
    opacity: .45;
    margin: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.owl-carousel .owl-nav button:hover {
    opacity: 1
}

.owl-carousel .owl-nav button:active {
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(/local/templates/santehnika/images/icons/slider_arrow_left.svg);
    left: 0
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(/local/templates/santehnika/images/icons/slider_arrow_right.svg);
    right: 0
}

.owl-carousel .owl-nav button.disabled {
    opacity: .15 !important;
    cursor: default
}

.product-item-container {
    padding: 5px;
}

.left_panel {
    display: none
}

.overflow {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1050;
    visibility: hidden;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    opacity: 0
}

.overflow.open {
    visibility: visible;
    opacity: 1
}

.bx-soa-cart-total {
    border-top: 0 !important
}

.bx-soa-item-title {
    font-weight: 100 !important
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background-color: rgba(138, 183, 90, .3) !important;
    margin: 0 -20px;
    padding-left: 25px;
    padding-right: 25px
}

.bx-green .btn.btn-default {
    background-color: #8ab75a !important;
    border-color: #8ab75a !important;
    padding: 13px 25px;
    text-shadow: none !important;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 14px !important
}

.bx-soa-coupon, .bx-soa-table-fade {
    margin: 0 -15px !important
}

.bx-green .btn.btn-default:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.bx-green .btn.btn-default:active {
    box-shadow: none
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
    top: 60px !important
}

.bx-soa-sidebar {
    padding-left: 0 !important
}

.bx-soa-item-img-block {
    padding-left: 5px !important
}

.bx-soa-item-td-text {
    padding-right: 5px !important
}

.bx-soa-coupon {
    padding: 0 12px !important
}

.bx-soa-pp-list-description {
    font-weight: 900 !important;
    font-size: 16px !important
}

table.sale_order_full_table {
    margin: 15px 0;
    font-size: 16px;
    padding: 0 15px
}

.section_in_glav {
    padding: 50px 0
}

.section_in_glav .link-block {
    text-align: center
}

.section_in_glav .link-block a {
    font-size: 18px;
    background-color: #227ADA;
    padding: 10px 25px 12px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    max-width: 100%
}

.text-box {
    margin-top: 35px
}

.text-box h1 {
    margin-bottom: 10px
}

.text-box .title_box {
    text-transform: none
}

.text-box .text {
    display: block;
    margin-bottom: 25px
}

.banner.carousel, .banner.carousel .carousel-inner .item, .banner.carousel .carousel-inner .item a img, .banner.carousel .carousel-inner .item img {
    height: 438px
}

.banner.carousel .carousel-inner .bx-advertisingbanner-btn {
    background: #227ADA !important;
    font-size: 0
}

.banner.carousel .carousel-inner .bx-advertisingbanner-btn:after {
    content: attr(title);
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 2
}

.banner.carousel .carousel-control {
    opacity: .5;
    color: #fff;
    text-shadow: none
}

.banner.carousel .carousel-control:hover {
    opacity: .8
}

.banner.carousel .carousel-control:active {
    opacity: 1;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.banner.carousel .carousel-indicators li {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    margin: 0 5px
}

.banner.carousel .carousel-indicators li:hover {
    background: rgba(255, 255, 255, .7)
}

.banner.carousel .carousel-indicators li:active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    background: #fff
}

.banner.carousel .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background: #fff;
    border-color: #fff;
    cursor: default
}

.compare-box h1 {
    padding: 0 0 10px
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes blink_button {
    0% {
        background-position: -20% 0
    }
    10%, 100% {
        background-position: 120% 0
    }
}

@keyframes blink_button {
    0% {
        background-position: -20% 0
    }
    10%, 100% {
        background-position: 120% 0
    }
}

.category-block:after, .category-block:before, .clearfix, .clearfix:before, .clearfix:after  {
    display: block;
    clear: both;
    content: " "
}

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

    .product-item-info-container .product-item-conteiner-low {
        left: -20px;}

    .product-item-container .product-item-compare-container {
        right: -5px;}

    .brend_collection_block, .bx-catalog-element .product-item-right, .content_brend_section_block {
        padding: 0 2%
    }

    .w1200 {
        width: 100%
    }

    .bx-catalog-element {
        margin-bottom: 50px
    }

    .bx-catalog-element .product-item-content {
        max-width: 768px;
        margin: 20px auto 0
    }

    .bx-catalog-element .product-item-left {
        padding: 0 2%;
        border: 0
    }

    .bx-catalog-element .bx-title-line, .bx-catalog-element .goods_block {
        padding: 0 20px
    }

    .bx-catalog-element .product-carousel {
        padding: 0 2%
    }

    .bx-catalog-element .product-carousel .product-carousel-nav {
        right: 13px
    }

    header .header-middle, header .header-top {
        padding: 0 20px
    }

    .bx-breadcrumb {
        padding: 10px 20px;
        font-size: 14px
    }
}

.auth_page {
    padding-bottom: 40px
}

.auth_page a {
    color: #6290c3
}

.auth_page a:hover {
    color: #365d88
}

.auth_page a:active {
    color: #23476f
}

.auth_page .addition_text {
    margin-top: 20px;
    display: block;
    font-size: 16px
}

.auth_page .starrequired {
    color: #fe3153
}

.auth_page .change_text {
    max-width: 600px;
    margin-bottom: 25px
}

.bx-auth-table {
    width: 100%;
    max-width: 600px;
    margin-top: 20px
}

.bx-auth-table td {
    padding-bottom: 25px;
    position: relative
}

.bx-auth-table .bx-auth-label {
    width: 150px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.2;
    padding-right: 7px
}

.bx-auth-table .bx-auth-label.change {
    float: left;
    line-height: 40px
}

.bx-auth-table .bx-auth-input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #cacaca;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-auth-table .bx-auth-input.change {
    float: left;
    width: calc(100% - 150px);
    border: 0;
    padding: 0
}

.bx-auth-table .bx-auth-input.change input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: 1px solid #cacaca;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-auth-table .bx-auth-input.change input:focus, .bx-auth-table .bx-auth-input:focus {
    border-color: #6290c3;
    outline: 0;
    box-shadow: none
}

.bx-auth-table .bx-authform-formgroup-container {
    margin-bottom: 15px;
    position: relative
}

.bx-auth-table .bx-authform-formgroup-container:after {
    content: " ";
    display: block;
    clear: both
}

.bx-auth-table .authorize-submit-cell .btn_anim {
    width: 185px;
    height: 40px;
    background: #6290c3;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    text-align: center;
    line-height: 40px
}

.bx-auth-table .authorize-submit-cell .btn_anim:focus {
    outline: 0;
    box-shadow: none
}

.bx-auth-table .authorize-submit-cell input {
    display: none
}

.bx-auth-table .remember input + label:after, .bx-auth-table .remember input + label:before {
    display: block;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    content: " "
}

.bx-auth-table .remember input {
    opacity: 0;
    position: absolute
}

.bx-auth-table .remember input + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    color: #1e1e1e;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.bx-auth-table .remember input + label:hover {
    color: #365d88
}

.bx-auth-table .remember input + label:active {
    color: #23476f
}

.bx-auth-table .remember input + label:before {
    border: 1px solid #6290c3;
    position: absolute
}

.bx-auth-table .remember input + label:after {
    position: absolute;
    background-image: url(/local/templates/santehnika/images/check_mark_blue.svg);
    background-position: center center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.bx-auth-table .remember input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.bx-auth-table .captcha {
    vertical-align: middle;
    font-size: 16px
}

.bx-auth-table .captcha_img input {
    width: calc(100% - 180px)
}

.bx-auth-table .captcha_img img {
    position: absolute;
    top: 0;
    right: 0
}

.bx-auth-table .forgot_path {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 10px;
    right: 0
}

.jq-selectbox__trigger-arrow {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

#bx-soa-order {
    padding-top: 25px
}

#bx-soa-delivery .bx-soa-pp {
    padding-bottom: 20px
}

#bx-soa-orderSave .btn_anim {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #8ab75a;
    color: #fff;
    padding: 0;
    text-transform: uppercase
}

#bx-soa-orderSave .btn_anim:active {
    box-shadow: none
}

.bx-soa-section .bx-soa-section-title-container {
    background: #6290c3;
    color: #fff;
    padding: 15px !important
}

.bx-soa-section .bx-soa-section-title {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    min-height: initial
}

.bx-soa-section .bx-soa-section-title-count {
    border-color: #fff;
    margin: 0 10px 0 0
}

.bx-soa-section .bx-soa-section-title-count:after {
    color: #fff !important
}

.bx-soa-section .bx-soa-editstep {
    color: #fff;
    border-color: #fff
}

.bx-soa-section .bx-soa-editstep:hover {
    border-color: transparent
}

.bx-soa-section .bx-soa-editstep:active {
    opacity: .9
}

.bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
    padding-top: 15px;
    padding-bottom: 15px
}

.bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child {
    padding-left: 20px
}

.bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child {
    padding-right: 20px
}

.bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-imgcontainer {
    border-color: #cacaca;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-soa-section .bx-soa-item-table .bx-soa-item-tr:hover .bx-soa-item-imgcontainer {
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, .2)
}

.bx-soa-section .bx-soa-coupon {
    padding: 10px 20px 0 !important
}

.bx-soa-section .bx-soa-coupon .bx-soa-coupon-label {
    /*display: none;*/
}

.bx-soa-section .bx-soa-coupon .bx-soa-coupon-input input[type=text] {
    width: 205px;
    height: 30px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-soa-section .bx-soa-coupon .bx-soa-coupon-input input[type=text]:focus {
    border-color: #6290c3
}

.bx-soa-section .bx-soa-more-btn .btn_anim {
    width: 120px;
    height: 40px;
    background: #8ab75a;
    color: #fff;
    border-radius: 0;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase
}

.bx-soa-section .bx-soa-more-btn .btn_anim:active {
    box-shadow: none
}

.bx-soa-section .form-group .bx-soa-custom-label {
    padding: 7px 0;
    font-size: 16px
}

.bx-soa-section .form-group .form-control:focus {
    border-color: #6290c3;
    outline: 0;
    box-shadow: none
}

.bx-soa-section .bx-soa-pp-company-graf-container {
    border: 1px solid #cacaca;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    cursor: pointer
}

.bx-soa-section .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.bx-soa-section .bx-soa-pp-company-graf-container:hover {
    border-color: #6290c3
}

.bx-soa-section .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.bx-soa-section .bx-soa-pp-company-graf-container:active {
    border-color: #365d88
}

.bx-soa-section .bx-soa-pp-desc-container .bx-soa-pp-company {
    background: #edf5ff
}

.bx-soa-section input[type=checkbox].bx-soa-pp-company-checkbox {
    opacity: 0
}

.bx-soa-section .bx-soa-pickup-subTitle {
    padding-top: 10px
}

.bx-soa-section .bx-soa-pickup-l-item-btn .btn_anim {
    width: 100px;
    padding: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 13px !important;
    background: #6290c3 !important;
    border: 0 !important
}

.bx-soa-section .bx-soa-pickup-l-item-btn .btn_anim:hover {
    border: 0 !important;
    box-shadow: none
}

.bx-soa-section .bx-soa-pickup-l-item-btn .btn_anim:active {
    box-shadow: none
}

.sale-personal-section-row-flex {
    display: block;
    margin: 0 -15px;
    padding-bottom: 40px;
    padding-top: 25px
}

.sale-personal-section-row-flex .personal_item {
    width: 20%;
    float: left;
    height: 200px;
    padding: 0 15px
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block {
    background: #6290c3;
    opacity: 1;
    margin-top: 0
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block:hover {
    background: #5880ac
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block:hover .sale-personal-section-index-block-ico {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block:active {
    background: #365d88
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block:active .sale-personal-section-index-block-ico {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block-link {
    width: 100%
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block-ico {
    font-size: 40px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    display: block
}

.sale-personal-section-row-flex .personal_item .sale-personal-section-index-block-name {
    font-weight: 400;
    line-height: 1.25;
    padding-top: 20px;
    width: 100%;
    max-width: none
}

.sale-personal-section-row-flex:after {
    content: " ";
    display: block;
    clear: both
}

.bx_profile .main-profile-block-date-info {
    font-size: 12px;
    margin-bottom: 25px
}

.bx_profile .form-group {
    margin-bottom: 15px
}

.bx_profile .form-group .main-profile-form-label {
    text-align: left;
    width: 150px;
    line-height: 1.2
}

.bx_profile .form-group .form-control {
    width: 100%;
    max-width: 600px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    padding: 0 15px;
    border: 1px solid #cacaca
}

.bx_profile .form-group .form-control:focus {
    border-color: #6290c3;
    outline: 0;
    box-shadow: none
}

.sale-order-detail-order-item-tr:hover .sale-order-detail-order-item-imgcontainer, .sale-order-list-container:hover {
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, .2)
}

.bx_profile .main-profile-form-buttons-block {
    padding-top: 20px
}

.bx_profile .main-profile-form-buttons-block .label_btn {
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    float: left;
    cursor: pointer
}

.bx_profile .main-profile-form-buttons-block .label_btn input {
    display: none
}

.bx_profile .main-profile-form-buttons-block .label_btn.btn_save {
    background: #8ab75a;
    margin-right: 25px
}

.bx_profile .main-profile-form-buttons-block .label_btn.btn_cansel {
    background: #cacaca
}

.bx_profile .main-profile-form-buttons-block:after {
    display: block;
    content: " ";
    clear: both
}

.history_link_block {
    padding-top: 15px;
    padding-bottom: 15px
}

.history_link_block .sale-order-history-link {
    color: #6290c3;
    margin-bottom: 15px
}

.history_link_block .sale-order-history-link:active, .history_link_block .sale-order-history-link:hover {
    color: #365d88
}

.sale-order-title {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding-bottom: 20px !important;
    margin: 0
}

.sale-order-list-accomplished-title, .sale-order-list-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 15px 0 !important
}

.sale-order-list-container {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.sale-order-list-container .sale-order-list-about-link {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background: #8ab75a;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none
}

.sale-order-list-title-container {
    background: #6290c3;
    color: #fff
}

.sale-order-list-title-container .sale-order-list-title {
    color: #fff
}

.sale-order-list-cancel-link, .sale-order-list-repeat-link {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.sale-order-list-repeat-link {
    background: #6290c3
}

.sale-order-list-cancel-link {
    background: #cacaca
}

.sale-order-list-button {
    background: 0 0 !important;
    color: #8ab75a
}

.sale-order-list-button:hover {
    color: #7aa54c
}

.sale-order-list-button:active {
    color: #6c963f
}

.sale-order-list-button:focus {
    color: #8ab75a
}

.sale-order-list-change-payment {
    color: #6290c3;
    text-decoration: none
}

.sale-order-list-change-payment:hover {
    color: #365d88
}

.sale-order-list-change-payment:active {
    color: #23476f
}

.sale-order-list-shipment-status-block, .sale-order-list-status-alert, .sale-order-list-status-restricted, .sale-order-list-status-success {
    margin-left: 10px
}

.bx_my_order_cancel {
    margin: 0
}

.bx_my_order_cancel a {
    color: #6290c3
}

.bx_my_order_cancel a:hover {
    color: #365d88
}

.bx_my_order_cancel a:active {
    color: #23476f
}

.bx_my_order_cancel form {
    padding-top: 20px
}

.bx_my_order_cancel .btn_anim {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #6290c3;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    display: block;
    cursor: pointer
}

.bx_my_order_cancel .btn_anim input {
    display: none
}

.sale-order-detail-back-to-list-link-up {
    padding: 20px 0;
    color: #6290c3
}

.sale-order-detail-back-to-list-link-up:hover {
    color: #365d88
}

.sale-order-detail-back-to-list-link-up:active {
    color: #23476f
}

.sale-order-detail-general-head {
    background: #6290c3
}

.sale-order-detail-general-head .sale-order-detail-general-item {
    font-weight: 400
}

.sale-order-detail-about-order, .sale-order-detail-payment-options, .sale-order-detail-payment-options-order-content {
    margin-top: 0
}

.sale-order-detail-about-order-title-element, .sale-order-detail-payment-options-order-content-title-element, .sale-order-detail-payment-options-title-element {
    text-align: left
}

.sale-order-detail-general {
    border: 1px solid #cacaca;
    margin-bottom: 20px
}

.sale-order-detail-about-order-inner-container-details {
    padding-top: 20px
}

.sale-order-detail-about-order-inner-container-details-title {
    font-size: 16px
}

.sale-order-detail-about-order-inner-container-name-read-less, .sale-order-detail-about-order-inner-container-name-read-more, .sale-order-detail-back-to-list-link-down, .sale-order-detail-hide-link, .sale-order-detail-order-item-title a, .sale-order-detail-payment-options-methods-info-change-link, .sale-order-detail-show-link {
    text-decoration: none;
    border: none;
    color: #6290c3;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.sale-order-detail-about-order-inner-container-name-read-less:hover, .sale-order-detail-about-order-inner-container-name-read-more:hover, .sale-order-detail-back-to-list-link-down:hover, .sale-order-detail-hide-link:hover, .sale-order-detail-order-item-title a:hover, .sale-order-detail-payment-options-methods-info-change-link:hover, .sale-order-detail-show-link:hover {
    color: #365d88
}

.sale-order-detail-about-order-inner-container-name-read-less:active, .sale-order-detail-about-order-inner-container-name-read-more:active, .sale-order-detail-back-to-list-link-down:active, .sale-order-detail-hide-link:active, .sale-order-detail-order-item-title a:active, .sale-order-detail-payment-options-methods-info-change-link:active, .sale-order-detail-show-link:active {
    color: #23476f
}

.sale-order-detail-payment-options-methods-info-change-link {
    padding-top: 10px;
    display: block
}

.sale-order-detail-about-order-inner-container-repeat-button, .sale-order-detail-about-order-inner-container-repeat-cancel, .sale-order-detail-payment-options-methods-button-element-new-window {
    background: #6290c3 !important;
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    display: block
}

.sale-order-detail-about-order-inner-container-repeat-button:focus, .sale-order-detail-about-order-inner-container-repeat-cancel:focus, .sale-order-detail-payment-options-methods-button-element-new-window:focus {
    color: #fff
}

.sale-order-detail-about-order-inner-container-repeat-cancel {
    background: #cacaca !important;
    padding: 0;
    text-decoration: none;
    color: #fff !important;
    margin-top: 10px
}

.sale-order-detail-payment-options-methods-button-element-new-window {
    background: #8ab75a !important;
    color: #fff !important
}

.sale-order-detail-order-item-tr .sale-order-detail-order-item-imgcontainer {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    border: 1px solid #cacaca
}

.news_in_glav {
  margin-top: 80px;
}

.news_in_glav-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news_in_glav .news-item {
    position: relative;
    margin-right: 30px;
    width: 364px;
    height: 514px;
}

.news_in_glav .news-item:last-child {
  margin-right: 0;
}

.news_in_glav .news-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%), rgba(0, 0, 0, 0.3);
}

.news_in_glav .news-item .text_box.right, .news_in_glav .news-item .text_box.left {
    padding: 0px;
    height: 100%;
    position: relative;
}

.news_in_glav .news-item .text_box .title_box {
    color: #ffffff;
    font-size: 24px;
}

.btn_search-go input {
    background-image: url(/local/templates/santehnika/images/icons/search.svg);}

@media (max-width: 1230px) {
    .mobile_wrp, .sale-personal-section-index {
        padding: 0 15px
    }

    .sale-personal-section-row-flex {
        padding: 0
    }
}

@media (max-width: 991px) {
    .sale-personal-section-index {
        padding: 0 10px
    }

    .sale-personal-section-row-flex {
        margin: 0 -10px
    }

    .sale-personal-section-row-flex .personal_item {
        width: 25%;
        padding: 0 10px
    }

    .sale-personal-section-row-flex .personal_item .sale-personal-section-index-block-name {
        font-size: 14px;
        text-align: center
    }

    .bx-soa-sidebar .bx-soa-cart-total {
        padding: 10px
    }

    .bx-soa-sidebar .bx-soa-cart-total-line {
        padding-left: 0;
        padding-right: 0
    }

    .bx-soa-sidebar .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .bx-soa-item-properties.bx-soa-item-td {
        width: 100% !important;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .bx-soa-item-properties.bx-soa-item-td .bx-soa-item-td-text, .bx-soa-item-properties.bx-soa-item-td .bx-soa-item-td-title {
        text-align: left !important;
        float: left;
        padding-right: 15px;
        line-height: 25px
    }

    .bx-soa-item-properties.bx-soa-item-td .bx-soa-item-td-text br, .bx-soa-item-properties.bx-soa-item-td .bx-soa-item-td-title br {
        display: none
    }

    .bx-soa-item-properties.bx-soa-item-td .bx-soa-item-td-text .bx-price-old, .bx-soa-item-properties.bx-soa-item-td .bx-soa-item-td-title .bx-price-old {
        padding-left: 15px
    }

    .bx-soa-item-properties.bx-soa-item-td:after {
        content: " ";
        display: block;
        clear: both
    }

    .sale-order-detail-payment-options-methods-container:before, .sale-order-detail-payment-options-methods-image-container, .sale-order-detail-payment-options-methods-shipment-list-item-link, div.payment-options-methods-row:before, div.payment-options-methods-row:last-child:after {
        display: none
    }

    .bx-soa-section .form-group .bx-soa-custom-label {
        font-size: 14px
    }

    .sale-order-list-repeat-accomplished .sale-order-link-accomplished {
        float: right
    }

    .sale-order-detail-about-order-inner-container-repeat {
        overflow: hidden;
        padding-top: 10px !important
    }

    .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-button {
        float: left
    }

    .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-cancel {
        float: left;
        margin-top: 0;
        margin-left: 10px
    }

    div.payment-options-methods-row {
        padding-left: 20px
    }

    .sale-order-detail-payment-options-methods-button-container {
        margin-top: 15px
    }

    .sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-text, .sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-title {
        text-align: left;
        float: left
    }

    .sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-title {
        width: 100px !important;
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .bx-soa-section .bx-soa-section-title-container, main {
        position: relative
    }

    body {
        font-size: 13px
    }

    .section_in_glav .link-block a {
        font-size: 14px;
        padding: 6px 25px 8px;
        margin-top: 20px
    }

    .auth_page .addition_text {
        font-size: 14px
    }

    .sale-personal-section-row-flex .personal_item {
        width: 33.3333%;
        height: 180px
    }

    .sale-personal-section-row-flex .personal_item .sale-personal-section-index-block-ico {
        font-size: 32px
    }

    .sale-personal-section-row-flex .personal_item .sale-personal-section-index-block-name {
        font-size: 13px;
        margin-right: 0;
        margin-left: 0;
        padding-top: 15px
    }

    form#bx-soa-order-form {
        padding-bottom: 40px !important
    }

    .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title {
        padding-right: 85px
    }

    .bx-soa-section .bx-soa-section-title-container .text-right {
        position: absolute;
        top: 10px;
        right: 0;
        width: initial
    }

    .bx-soa-section .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
        width: 100%;
        display: block !important
    }

    .bx-soa-section .bx-soa-item-table .bx-soa-item-content .bx-scu-container {
        max-width: none
    }

    .bx_profile .main-profile-form-buttons-block .label_btn {
        width: 120px;
        font-size: 12px
    }

    .sale-order-list-button {
        text-align: left;
        padding-left: 0;
        margin-top: 0
    }

    .history_link_block {
        padding-bottom: 0
    }

    .sale-order-list-accomplished-title, .sale-order-list-title {
        font-size: 14px !important
    }

    .bx_my_order_cancel {
        font-size: 13px
    }

    div.sale-order-detail-about-order-inner-container-repeat {
        padding: 0
    }

    .sale-order-detail-payment-options-info-image {
        display: none
    }

    .sale-order-detail-payment-options-info-container {
        padding-left: 20px !important
    }

    .sale-order-detail-payment-options-info {
        padding-bottom: 15px
    }

    .sale-order-detail-about-order-inner-container-name-read-more {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width: 500px) {
    .bx-auth-table .forgot_path {
        position: static
    }

    .bx-auth-table .bx-auth-label {
        width: 120px;
        font-size: 13px
    }

    .bx-auth-table .remember input + label {
        font-size: 12px;
        line-height: 1.1
    }

    .bx-auth-table .bx-auth-input.change {
        width: calc(100% - 120px)
    }

    .bx-auth-table .captcha {
        font-size: 14px
    }

    .sale-personal-section-row-flex .personal_item {
        width: 50%;
        height: 180px
    }

    .bx-soa-item-img-block {
        float: none !important;
        width: 100px !important;
        padding-bottom: 15px !important;
        margin: 0 auto
    }

    .sale-order-list-about-container, .sale-order-list-repeat-container {
        float: none;
        margin-bottom: 15px
    }
}

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

    .mobile_none, .bx-catalog-element .product-item-left .product-item-detail-sep {
        display: none;}

    .bx-catalog-element .product-item-detail-data.mobile .discount-timer .text, .bx-catalog-element .product-item-detail-data.mobile .discount-timer .timer, .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-price .product-item-detail-price-old {
        vertical-align: bottom;
        display: inline-block
    }

    .bottom_podborki ul, .prosmotr-carousel-section ul {
        width: 32%
    }

    .category-block a.category-item {
        width: 100%
    }

    .catalog-section .product-item-big-card, .favorite-element-container .elemrnt_box {
        width: 32.3%;
        margin-bottom: 15px;
        margin-right: 1.5%
    }

    .compare-del-btn {
        margin-left: 2%
    }

    .compare-box, .favorite-container {
        min-height: calc(100vh - 350px)
    }

    .compare-box {
        margin-top: 15px
    }

    .favorite-element-container .elemrnt_box:nth-child(4n) {
        margin-right: 1.5%
    }

    .favorite-element-container .elemrnt_box:nth-child(3n) {
        margin-right: 0
    }

    table.sale_order_full_table {
        width: 95%;
        margin: 15px auto
    }

    #warning_message, .bx_catalog_tile, .c-footer, .catalog-box, .catalog-compare-result, .compare-box, .favorite-container, .news-list, .product-carousel, .rec_tovar_glav, .section_in_glav, .text-box, .top_akcii, form#basket_form, form#bx-soa-order-form, .news-detail,
    .contacts, .static_page {
        padding: 0 2%
    }

    .bx_catalog_tile .bx_catalog_tile_title {
        font-size: 18px
    }

    .left_content_block {
        display: none
    }

    .brend_spisok_block, .right_content_block {
        width: 100%;
        padding: 0 2%
    }

    .brend_spisok_element_block .brend_spisok_element_box {
        width: 18.5%;
        margin-right: 1.5% !important;
        margin-bottom: 15px
    }

    .left_panel {
        display: block;
        position: fixed;
        -webkit-transform: translateX(-280px);
        transform: translateX(-280px);
        top: 0;
        width: 280px;
        height: 100%;
        background-color: #fff;
        z-index: 1100;
        font-size: 14px;
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s
    }

    .left_panel.open {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .left_panel .head {
        background-color: #6290c3;
        padding: 15px;
        position: relative
    }

    .left_panel .head .footer-logo {
        display: block;
        width: 150px;
        height: 55px;
        background-position: left center;
        background-image: url(/local/templates/santehnika/images/logo_f.png);
        background-size: contain;
        background-repeat: no-repeat
    }

    .left_panel .head i.close-btn {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 22px;
        right: 15px
    }

    .left_panel .head i.close-btn:after, .left_panel .head i.close-btn:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        top: 7px
    }

    .left_panel .head i.close-btn:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .left_panel .head i.close-btn:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .left_panel .logo {
        margin: 0
    }

    .left_panel .logo .logo-img {
        display: none
    }

    .left_panel .logo .logo-img.mobile {
        display: block;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        font-size: 22px
    }

    .left_panel .logo .logo-img.mobile span {
        color: #000
    }

    .left_panel .content {
        height: calc(100% - 70px);
        overflow: hidden;
        overflow-y: scroll
    }

    .left_panel .content::-webkit-scrollbar {
        width: 3px;
        background-color: transparent;
        z-index: 0
    }

    .left_panel .content::-webkit-scrollbar-thumb {
        background-color: #6290c3
    }

    .left_panel ul.vertical-multilevel-menu {
        border-bottom: 1px solid #cacaca
    }

    .left_panel ul.vertical-multilevel-menu.mobile {
        display: block
    }

    .left_panel ul.vertical-multilevel-menu i.root-menu-open {
        display: block;
        border: 5px solid transparent;
        border-top: 6px solid #6290c3;
        width: 10px;
        position: absolute;
        right: 10px;
        top: 17px
    }

    .left_panel ul.vertical-multilevel-menu li {
        position: relative
    }

    .left_panel ul.vertical-multilevel-menu li a {
        display: block;
        padding: 10px 15px;
        color: #000;
        border: 0;
        background: 0 0;
        font-weight: 100
    }

    .left_panel ul.vertical-multilevel-menu li a.item-link-selected, .left_panel ul.vertical-multilevel-menu li a.root-item-link-selected {
        font-weight: 700
    }

    .left_panel ul.vertical-multilevel-menu li.opened-list_menu i.root-menu-open {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        top: 11px
    }

    .left_panel ul.vertical-multilevel-menu li.opened-list_menu ul.root-item-menu {
        height: auto;
        opacity: 1;
        visibility: visible
    }

    .left_panel ul.vertical-multilevel-menu li:hover ul {
        display: none
    }

    .left_panel ul.vertical-multilevel-menu li ul.root-item-menu {
        border: 0;
        position: relative;
        width: 287px;
        margin: 0 0 0 -5px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
        height: 0
    }

    .left_panel ul.vertical-multilevel-menu li ul.root-item-menu li a {
        font-size: 12px;
        padding: 7px 10px 7px 25px
    }

    .left_panel ul.vertical-multilevel-menu li ul.root-item-menu li a.parent {
        opacity: 1
    }

    .left_panel ul.vertical-multilevel-menu li ul.root-item-menu-in {
        position: relative;
        width: 95%;
        margin: 0 0 0 5%;
        border: 0;
        display: block
    }

    .left_panel ul.vertical-multilevel-menu li ul.root-item-menu-in li {
        padding: 0
    }

    .left_panel ul.vertical-multilevel-menu li ul.root-item-menu-in li a {
        padding: 3px 10px 3px 20px;
        font-size: 12px
    }

    .left_panel .top-menu {
        padding: 5px 15px;
        border-bottom: 1px solid #cacaca
    }

    .left_panel .top-menu li a {
        display: block;
        padding: 10px 15px 10px 0;
        color: #000
    }

    .bx-catalog-element .product-item-detail-data, header .hb-content .catalog-nav-box .top_menu_catalog {
        display: none
    }

    .left_panel .auth_form {
        padding: 20px 15px;
        border-bottom: 1px solid #cacaca
    }

    .left_panel .auth_form a {
        color: #000
    }

    .left_panel .search {
        padding: 20px 15px
    }

    .left_panel .search form {
        width: 100%;
        position: relative
    }

    .left_panel .search form input#title-search-input {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        border: 1px solid #cacaca
    }

    .left_panel .search form input[type=submit] {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        background-color: transparent;
        background-image: url(/local/templates/santehnika/images/icons/search.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center;
        border: 0;
        outline: 0;
        padding: 0;
        cursor: pointer;
        opacity: .5;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .header-title-search form {
        width: 100%
    }

    header .panel_box {
        float: right
    }

    .product-modal a.btn, .product-modal span {
        font-size: 12px
    }

    .bx-catalog-element .product-item-content {
        width: 100%
    }

    .bx-catalog-element .product-item-detail-data-left {
        width: 60%
    }

    .bx-catalog-element .product-item-detail-slider {
        padding: 15px 30px;
        width: 568px;
        margin: auto
    }

    .bx-catalog-element .product-item-detail-slider.slick-slider {
        padding: 0 30px
    }

    .bx-catalog-element .product-item-detail-slider .slick-slide {
        margin: 0 10px
    }

    .bx-catalog-element .goods_block .goods_box .goods_box-wrp {
        padding: 30px
    }

    .bx-catalog-element .goods_block .goods_pay_box .osn_price {
        font-size: 33px
    }

    .bx-catalog-element .goods_block .goods_pay_box .rubl {
        font-size: 29px
    }

    .bx-catalog-element .product-item-detail-price .product-item-detail-price-current .prise_nap {
        font-size: 33px
    }

    .bx-catalog-element .product-item-detail-price .product-item-detail-price-current .rubl {
        font-size: 29px
    }

    .bx-catalog-element .collection_element_block .product-carousel-inner-content {
        padding: 0
    }

    .bx-catalog-element .product-item-left, .bx-catalog-element .product-item-right {
        width: 100%
    }

    .bx-catalog-element .product-item-detail-data.mobile {
        display: block;
        margin: 0 auto;
        border-top: 1px solid #cacaca
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-data-left {
        float: none;
        width: 100%;
        margin: 0;
    }

    .bx-catalog-element .product-item-detail-data.mobile .top_prop_box {
        line-height: 1.5;
        padding: 7px 15px;
        margin: 0
    }

    .bx-catalog-element .product-item-detail-data.mobile .top_prop_box:nth-child(2n) {
        background-color: #f4f4f4
    }

    .bx-catalog-element .product-item-detail-data.mobile .top_prop_box_value {
        width: 55%;
        text-align: right
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-data-right {
        float: none;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 25px;
        border-bottom: 1px solid #cacaca;
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-pay-block {
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .15);
        position: relative;
        margin-top: 15px
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-price {
        text-align: left;
        padding: 14px 15px 10px
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-price .product-item-detail-price-current {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 15px
    }

    .bx-catalog-element .product-item-detail-data.mobile .box-buy-btn {
        position: absolute;
        right: 35px;
        top: 13px
    }

    .bx-catalog-element .product-item-detail-data.mobile .discount-timer {
        padding: 8px 12px 17px;
        height: auto;
        font-size: 20px;
        text-align: center;
        line-height: 1
    }

    .bx-catalog-element .product-item-detail-data.mobile .discount-timer .timer {
        font-size: 14px
    }

    .bx-catalog-element .product-item-detail-data.mobile .discount-timer .timer .number {
        line-height: .9
    }

    .bx-catalog-element .product-item-detail-data.mobile .quantity-attention {
        font-size: 16px;
        text-align: center
    }

    .bx-catalog-element .product-item-detail-data.mobile .quantity-attention span:before {
        top: 0;
        width: 14px;
        height: 14px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 900
    }

    .bx-catalog-element .bx-title-line .bx-title {
        font-size: 22px;
        line-height: initial
    }

    .bx-catalog-element .bx-title-line .btns {
        bottom: 2px;
        right: 15px
    }

    .owl-nav, .product-item-detail-slider-container .owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .bx-catalog-element .product-item-detail-properties .prop_group .prop_group_title i {
        display: inline-block;
        vertical-align: middle
    }

    .bx-catalog-element .detail_text_box .opened_list, .bx-catalog-element .product-item-detail-properties .prop_group .opened_list {
        display: none
    }

    .bx-catalog-element .detail_text_box .detail_text_box__title {
        border-bottom: 1px solid #cacaca
    }

    .bx-catalog-element .product-item-detail-slider.slick-slider {
        padding-top: 38px
    }

    .bx-catalog-element .product-item-detail-slider .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 20px
    }

    .bx-catalog-element .product-item-detail-slider .slick-prev {
        top: 0;
        background-position: center top
    }

    .bx-catalog-element .product-item-detail-slider .slick-next {
        bottom: 0;
        background-position: center bottom
    }

    .bx-catalog-element .detail_text_box__title i {
        display: inline-block;
        vertical-align: middle
    }

    .bx-catalog-element .product-item-right .phone__block {
        margin: 50px auto
    }

    h3 {
        max-width: 90%
    }

    .product-item-detail-slider-container, .product-item-detail-slider-container.fulling {
        margin-bottom: 20px;
        padding-left: 80px
    }

    .product-item-detail-slider-block.product-item-detail-slider-block-square {
        padding: 0;
        height: 100%
    }

    .product-item-detail-slider-controls-image {
        width: 70px !important;
        height: 70px !important
    }

    .product-item-detail-slider-controls-image img {
        max-width: 60px;
        max-height: 60px
    }

    .product-item-detail-slider-container, .product-item-detail-slider-container.fulling {
        height: 500px;
        padding: 0;
        margin: 0
    }

    .product-item-detail-slider-container .product-item-detail-slider-container-relative {
        height: 80%
    }

    .product-item-detail-slider-container.empty-slider {
        height: 400px;
        margin-bottom: 35px
    }

    .product-item-detail-slider-container.empty-slider .product-item-detail-slider-container-relative {
        height: 100%
    }

    .product-item-detail-slider-container .product-item-detail-slider-block.product-item-detail-slider-block-square {
        padding: 0;
        height: 100%
    }

    .product-item-detail-slider-container .slick-list {
        height: 100px !important
    }

    .product-item-detail-slider-container .owl-carousel .owl-stage-outer {
        z-index: 10
    }

    .product-item-detail-slider-container .owl-carousel .owl-nav {
        display: block;
        width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 0
    }

    .product-item-detail-slider-container .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-container-relative {
        padding-left: 0;
        padding-top: 100px;
        width: 100%;
        height: 100%;
        margin: 0
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        top: 0;
        right: 5px
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        width: 90%;
        height: 100px;
        overflow: hidden;
        top: 0;
        bottom: initial;
        padding: 0;
        margin: auto;
        right: 0;
        left: 0
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        margin: auto;
        padding: 0
    }

    .product-item-detail-slider-controls-block {
        top: initial;
        bottom: 0;
        width: 100%;
        height: 100px
    }

    .product-item-detail-slider-controls-image {
        margin: auto
    }

    .spisok_collection .collection_box {
        width: 18.5%
    }

    .section_in_glav.catalog {
        margin-bottom: 40px;}


    .news_in_glav .news-item .news-item-img.right, .news_in_glav .news-item .news-item-img.left {
        float: none;
        width: 100%;
    }

    .news_in_glav .news-item .news-item-img .img_box {
        padding-top: 30%;}

    .news_in_glav .news-item .text_box.right, .news_in_glav .news-item .text_box.left {
        width: 100%;
        padding: 0px;
    }

    .news_in_glav .news-item .text_box .title_box {
        font-size: 24px;}

    .news_in_glav .news-item .text_box .content {
        position: absolute;
    }

    .news_in_glav .news-item .text_box .link_box a {
        font-size: 16px;
    }

    .news_in_glav .news-item .text_box .link_box {
        margin-top: 25px;}

    .news_in_glav .news-item .text_box .text {
        max-height: 100%;}
}

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

    .product-item-container .product-item-price-container .product-item-price-current {
        max-width: 135px;
        font-size: 22px;
    }
}

@media screen and (min-width: 767px) {
    a.scrollup {
        display: none;}
}

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

    .product-item-info-container .product-item-conteiner-low, .product-item-container .product-item-compare-container {
        display: none;}

    .banner.carousel, .banner.carousel .carousel-inner .item, .banner.carousel .carousel-inner .item a img, .banner.carousel .carousel-inner .item img{
        height: 395px;
    }
    .banner.carousel .bx-advertisingbanner-content .bx-advertisingbanner-text-block{
        display: none;
    }
    .banner.carousel .carousel-inner .bx-advertisingbanner-btn{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 200px;
    }
    .embed-responsive{
        height: 100%;
    }
    footer .footer-left, header .header-middle .city-change, header .header-middle .header-middle-round {
        display: none
    }

    .bx-breadcrumb .right, .right_content_block .catalog-section .product-item-big-card {
        float: left
    }

    .bx-breadcrumb .right {
        text-align: left;
        width: 100%;
    }

    .rec_tovar_glav .elemrnt_box .product-item-container .item_lable_blck, .top_akcii .elemrnt_box .product-item-container .item_lable_blck {
        right: -22px
    }

    .compare-del-btn {
        margin: 20px 15px
    }

    footer, footer .footer-right .footer-middle-round {
        margin-top: 0
    }

    .favorite-element-container .elemrnt_box .item_lable_blck {
        top: 15px;
        right: -22px
    }

    header .header-middle .logo, header .header-middle .phone {
        width: 100%
    }

    footer .footer-right {
        padding: 20px 0;
        width: 100%;
        text-align: left;
    }

    footer .footer-right .footer-right-block {
        width: 100% !important;
        margin-bottom: 15px
    }

    footer .footer-right .footer-right-block.contacts, footer .footer-right .footer-right-block.social {
        width: 49% !important
    }

    footer .footer-right .footer-right-block .fa {
        margin-right: 20px
    }

    footer .footer-right .footer-right-block .fa.fa-vk {
        font-size: 35px
    }

    footer .footer-right .footer-right-block .fa.fa-instagram {
        font-size: 29px
    }

    footer .footer-right .footer-right-block .fa.fa-facebook-f {
        font-size: 27px
    }

    footer .footer-right .sub-right-block {
        display: inline-block;
        vertical-align: middle;
        width: 49%
    }

    footer .footer-right .title_box {
        margin-bottom: 0
    }

    footer .footer-right .phone_mobile .contain div {
        display: inline-block;
    }

    footer ul.footer-menu li {
        display: block;
        margin-right: 15px
    }

    .product-item-container .product-item {
        padding: 0
    }

    .minislaider .product-item-container .product-item-title a, .minislaider .product-item-container .product-item-title a:hover {
        font-size: 14px
    }

    .bx-breadcrumb {
        font-size: 12px
    }

    #warning_message, .bx-catalog-element .product-carousel, .bx-catalog-element .product-item-left, .catalog-box, .catalog-compare-result, .compare-box, .favorite-container, .news-list, .product-carousel, .rec_tovar_glav, .section_in_glav, .text-box, .top_akcii, form#basket_form, form#bx-soa-order-form, .news-detail,
    .contacts, .static_page {
        padding: 0 15px
    }
    .section_in_glav.catalog{
        padding-bottom: 20px;
    }
    .bx-soa {
        width: 100%;
        position: initial;
        padding-bottom: 0 !important
    }

    .bx-soa-sidebar {
        width: 100%;
        padding-left: 15px !important
    }

    .bx-soa-cart-total {
        border: 1px solid #e8e9eb !important
    }

    #bx-soa-order {
        margin-bottom: 20px
    }

    a.pull-right.btn.btn-default.btn-lg.hidden-xs {
        display: none !important
    }

    .bx-soa-cart-total-button-container.visible-xs, a.btn.btn-default.btn-lg.btn-order-save {
        display: block !important
    }

    #warning_message p:before {
        font-size: 25px
    }

    .bx-soa-item-td {
        display: table-cell !important
    }

    .bx_ordercart .bx_sort_container {
        font-size: 14px
    }

    .bx_ordercart .bx_ordercart_order_table_container table td.discount, .bx_ordercart .bx_ordercart_order_table_container table thead {
        display: none
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody {
        border-top: 1px solid #eee
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody tr.item-box {
        padding: 10px 0
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item_photo {
        width: 15%;
        padding: 0 10px
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item_name {
        width: 49%;
        padding: 0 10px
    }

    .bx_catalog_tile {
        padding: 0 15px
    }

    .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 32%
    }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n) {
        margin-right: 2%
    }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n) {
        margin-right: 0
    }

    .btn-back-mobile {
        display: block;
        border-top: 1px solid #cacaca;
        padding: 5px 20px;
        margin-top: 25px;
    }

    .btn-back-mobile .btn-back i.return, .btn-back-mobile .btn-back span {
        opacity: 1
    }

    .brend_section_block .text_box {
        width: 74%
    }

    .brend_collection_block, .content_brend_section_block {
        padding: 0 15px 0 20px
    }

    .description-brand {
        font-size: 13px
    }

    .spisok_collection .collection_box {
        width: 23.5%
    }

    .brend_collection_top_block .text_box {
        width: 75%;
        text-align: left
    }

    .brend_collection_top_block .c-elem {
        width: 23%
    }

    .brend_spisok_block .brend_spisok_alfavit .alfavit {
        width: 100%
    }

    .brend_spisok_block .brend_spisok_alfavit .alfavit .alfavit__item {
        margin-right: 6px
    }

    .brend_spisok_element_block .brend_spisok_element_box {
        width: 23.5%;
        margin-bottom: 15px
    }

    .w1200 h1 {
        font-size: 25px
    }

    .title_box {
        font-size: 20px
    }

    .bx-filter-container-box {
        margin-bottom: 30px
    }

    .bx-filter-container-box .title-open_filter {
        display: block
    }

    .bx-filter.opened_filter {
        display: none
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_title i, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_title span {
        display: inline-block;
        vertical-align: middle
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .opened_list-filter, .catalog_section_option_bolock .sorting .select-name span {
        display: none
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block {
        width: 100%;
        position: relative
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .botton_colection {
        position: relative
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .box-brand {
        padding: 0
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection {
        float: left;
        width: 33.3%;
        padding-right: 15px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block {
        width: 100%;
        margin-left: 0;
        position: initial
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter {
        margin: 0 !important
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block {
        min-height: 200px
    }

    .catalog_section_option_bolock .sorting.l_option_box {
        width: 100%;
        padding-bottom: 5px
    }

    .catalog_section_option_bolock .sorting.r_option_box {
        width: 100%;
        text-align: left
    }

    .catalog_section_option_bolock .sorting .select-name {
        height: auto;
        cursor: pointer;
        z-index: 11;
        position: relative
    }

    .catalog_section_option_bolock .sorting .select-name span.choose {
        display: block;
        padding: 5px 0 5px 5px;
        color: #2db472
    }

    header .hb-content .catalog-btn span, header .hb-content .catalog-nav-box:hover .top_menu_catalog {
        display: none
    }

    .catalog_section_option_bolock .sorting ul.select-dropdown {
        margin-top: 0;
        z-index: 50;
        background: #fff;
        position: absolute;
        width: 189px;
        padding: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        display: none;
        top: 102%;
        cursor: pointer
    }

    .catalog_section_option_bolock .sorting.r_option_box .select-name {
        width: 100px
    }

    .emarket-mSlider.property-value .mSlider-wrap .mSlider-window .slide-wrap {
        padding: 0 10px 0 5px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .picture {
        margin-bottom: 15px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .picture a {
        padding-top: 60%
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .price {
        height: 54px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .price span.current_price {
        font-size: 20px;
        padding: 5px 0;
        max-width: 135px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .price span.old_price {
        font-size: 16px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop a, .emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap a {
        font-size: 12px !important
    }

    .right_content_block .catalog-section .product-item-big-card .product-item {
        padding: 0
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-box {
        padding: 20px
    }

    .right_content_block .catalog-section .product-item-big-card .item_lable_blck {
        top: -10px
    }

    .product-item-container .right_content_block .catalog-section .product-item-big-card .item_lable_blck .lable_box, .right_content_block .catalog-section .product-item-big-card .item_lable_blck .discont_box, .right_content_block .catalog-section .product-item-big-card .item_lable_blck .lable_box, .right_content_block .catalog-section .product-item-big-card .product-item-container .item_lable_blck .lable_box {
        margin-bottom: 5px
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-info-container .product-item-conteiner-low {
        width: 33px;
        height: 33px;
        top: 9px
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-info-container .product-item-conteiner-low .flag-low {
        top: -2px;
        left: -5px
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-container .product-item-compare-container {
        top: 0;
        right: -5px
    }

    .right_content_block .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 20px;
        padding: 5px 0;
        max-width: 135px
    }

    .right_content_block .product-item-container .product-item-price-container .product-item-price-current .rubl {
        font-size: 19px
    }

    .right_content_block .product-item-container .product-item-price-container .product-item-price-old {
        font-size: 16px
    }

    .podborki_section_content {
        padding: 0 10px
    }

    .podborki_section_content h2 {
        font-size: 22px
    }

    .podborki_section_content a.link_podborki.big {
        margin-bottom: 15px
    }

    .podborki_section_content .podborki_box .li_box {
        width: 33.3%
    }

    header .hb-content .catalog-btn, header .hb-content .catalog-nav-box {
        width: 60px
    }

    .catalog-box {
        margin-bottom: 50px
    }

    header .hb-content .catalog-btn i.cat-menu {
        width: 15px;
        background-size: 15px
    }

    .bx-catalog-element .vision_blok .horizontal-scroll-mobile, header .menu.mobile {
        display: block
    }

    header .panel_box {
        width: 25%
    }

    header .top-menu li {
        margin-right: 20px
    }

    .bx-catalog-element .product-carousel .product-carousel-wrp .product-item-image-slide-box {
        padding-top: 90%
    }

    .bx-catalog-element .product-carousel .product-carousel-wrp .product-item-container .item_lable_blck {
        right: -22px
    }

    .bx-catalog-element .bx-title-line {
        padding: 0 0 40px;
        border: 0
    }

    .bx-catalog-element .bx-title-line .bx-title {
        font-size: 18px;
        line-height: 1.3;
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #cacaca
    }

    .bx-catalog-element .bx-title-line .btns {
        width: 100px;
        bottom: 0;
        height: 40px
    }

    .bx-catalog-element .vision_blok {
        padding: 0 15px;
        width: 100%
    }

    .bx-catalog-element .vision_blok .box-table {
        overflow-x: scroll;
        margin-bottom: 15px
    }

    .bx-catalog-element .vision_blok #myTable {
        width: 800px
    }

    .bx-catalog-element .bx-wrapper {
        max-width: 100% !important
    }

    .bx-catalog-element .bx-wrapper .product-item-container {
        width: 236px !important;
        margin-right: 10px !important
    }

    .bx-catalog-element .bx-wrapper .product-item-container .product-item-box {
        padding: 10px
    }

    .bx-catalog-element .prosmotr-carousel .bx-wrapper .product-item-container {
        width: 172px !important;
        margin-right: 15px !important
    }

    .bx-catalog-element .goods_block {
        margin-top: 50px
    }

    .bx-catalog-element .goods_block .goods_box {
        padding: 6px;}

    .bx-catalog-element .goods_block .goods_box .goods_box-wrp {
        padding: 15px
    }

    .bx-catalog-element .goods_block .goods_title_box {
        width: 100%;
        margin: 0 0 10px
    }

    .bx-catalog-element .goods_block .goods_title_box a, .bx-catalog-element .goods_block .goods_title_box span {
        font-size: 14px
    }

    .bx-catalog-element .goods_block .goods_pay_box {
        width: 100%;
        position: relative
    }

    .bx-catalog-element .goods_block .goods_pay_box .goods_prise {
        padding: 14px 0 14px 15px;
        text-align: left;
    }

    .bx-catalog-element .goods_block .goods_pay_box .osn_price {
        font-size: 30px
    }

    .goods_block .goods_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .goods_block .goods_img .goods_img-box {
        padding-top: 35%;}

    .goods_block .goods_text, .goods_block .goods_data, .goods_block .goods_set_block {
        width: 100%;}

    .bx-catalog-element .goods_block .goods_pay_box .box-buy-btn {
        position: absolute;
        top: 0;
        right: 35px;
        bottom: 0;
        margin: auto;
        height: 40px;
    }

    .bx-catalog-element .goods_block .goods_pay_box .goods_in_basket .buy-btn-in {
        padding: 0 10px;}

    .bx-catalog-element .goods_block .goods_set_title {
        font-size: 14px
    }

    .bx-catalog-element .goods_block .set_box_tr {
        /*height: 35px*/
    }

    .bx-catalog-element .goods_block .set_box_tr .set_name a, .bx-catalog-element .goods_block .set_box_tr .set_name span {
        font-size: 12px
    }

    .bx-catalog-element .product-item-content {
        margin-top: 0
    }

    .bx-catalog-element .product-item-right .phone__block {
        margin: 0 auto
    }

    .bx_catalog_compare_form {
        right: -80px
    }

    .bx-breadcrumb .left .btn-back {
        display: none
    }

    .bx-basket .bx-basket-item-list {
        display: none !important
    }

    .product-item-detail-slider-container .slick-list {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .favorite-element-container .elemrnt_box .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 20px;
        padding: 5px 0;
        max-width: 135px
    }

    .recomend_in_glav .product-item-container .product-item .product-item-image-slide-box, .top_akcii .product-item-container .product-item .product-item-image-slide-box {
        padding-top: 90%
    }

    .product-item-container .product-item .product-item-image-slide-box {
        padding-top: 70%
    }

    .product-item-container .card_prop_block, .product-item-container .product-item-properties {
        display: none
    }

    .product-item-container .product-item-box {
        padding: 15px 10px 0;
    }

    .product-item-container .product-item-price-container {
        height: 54px !important
    }

    .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 20px;
        padding: 5px 0;
        max-width: 135px
    }

    .product-item-container .product-item-price-container .product-item-price-current .rubl {
        font-size: 19px
    }

    .product-item-container .product-item-price-container .product-item-price-old, .prosmotr-carousel-section h3, h3 {
        font-size: 16px
    }

    .logo-img.mobile {
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        font-size: 22px
    }

    .logo-img.mobile span {
        color: #000
    }
}

@media screen and (max-width: 736px) {
    .bx-catalog-element .product-item-container .product-item-price-container, .right_content_block .catalog-section .product-item-big-card .product-item-info-container {
        height: 70px
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-info-container {
        max-width: 80%;
        margin: auto;
    }

    .product-item-info-container .product-item-conteiner-low {
        left: -3px;}

    header .header-title-search, header .header-top {
        display: none
    }

    header .header-bottom .logo.fixed {
        display: block;
        position: absolute;
        left: 80px;
        top: 9px;
        margin: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .15s ease-in;
        transition: .15s ease-in
    }

    header .header-bottom .logo.fixed .logo-img.mobile {
        display: block;
        font-size: 28px
    }

    header .header-bottom .hb-content.fixed .logo.fixed {
        visibility: visible;
        opacity: 1
    }

    header .panel_box {
        width: 200px
    }

    .bx-catalog-element .vision_blok h3 {
        text-align: center;
        margin: 0 auto 30px
    }

    h3 {
        text-align: left;
        margin: 0 0 30px
    }

    .owl-nav {
        top: -42px
    }

    .bx-catalog-element .product-item-container, .product-carousel .product-item-container {
        padding: 5px 6px;
    }

    .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 22px;
        padding: 8px 0;
        max-width: 155px
    }
}

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

    .news_in_glav .news-item .news-item-img .img_box {
        padding-top: 45%;
    }

    .news_in_glav .news-item .text_box .title_box {
        font-size: 20px;}

    .news_in_glav .news-item .text_box .text {
        font-size: 14px;}

    .bx-catalog-element .product-item-detail-slider {
        width: 100%;}

    .brend_collection_top_block .c-elem .img_box .bg_img, .brend_section_block .c-elem .img_box .bg_img, .owl-nav .owl-nav * {
        background-position: center
    }

    .brend_collection_top_block .c-elem, .bx-catalog-element .complect_box .element_dop_bloc {
        position: relative
    }

    .bx-catalog-element .product-item-detail-data.mobile .discount-timer {
        padding: 12px
    }

    .bx-catalog-element .product-item-detail-data.mobile .discount-timer .text {
        display: block
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-item-detail-price {
        display: block;
        text-align: center;
        border: 0
    }

    .bx-catalog-element .product-item-detail-data.mobile .box-buy-btn {
        position: relative;
        display: block;
        top: initial;
        right: initial;
        width: 100%;
        margin: auto;
        background-color: #f6f6f6;
        padding-bottom: 15px
    }

    .bx-catalog-element .product-item-detail-data.mobile .box-buy-btn .buy-btn, .product-modal {
        width: 60%;
        margin: auto
    }

    .product-modal {
        right: 0
    }

    .podborki_section_content h2 {
        font-size: 18px
    }

    .podborki_section_content .podborki_box .li_box {
        width: 50%
    }

    .compare-del-btn {
        padding: 10px 0;
        width: auto;
        margin: 15px
    }

    .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 48%;
        margin-right: 3%
    }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n) {
        margin-right: 3%
    }

    .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(2n) {
        margin-right: 0
    }

    .bx_catalog_tile .bx_catalog_tile_img {
        padding-top: 100%
    }

    #warning_message p {
        font-size: 14px
    }

    .bx_ordercart h1 {
        text-align: left
    }

    .bx_ordercart .bx_sort_container a {
        display: block;
        width: 25%;
        float: left;
        font-size: 10px;
        padding: 0 10px;
        text-align: center;
        text-transform: uppercase
    }

    .bx_ordercart .bx_ordercart_order_table_container .servis label {
        font-size: 12px
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td {
        width: 18%
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
        display: none
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item_photo {
        width: 20%;
        min-width: 90px
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item_name {
        width: 80%
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.colvo, .bx_ordercart .bx_ordercart_order_table_container table tbody td.sum_all {
        width: 100%;
        padding-left: 22%;
        text-align: left
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.sum_all {
        width: 60%
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.sum_all span {
        font-weight: 900
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.colvo {
        line-height: 30px
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td .sum-name {
        display: inline-block;
        margin-right: 10px;
        font-weight: 100 !important
    }

    .bx_ordercart #basket_items_not_available table tbody td.price {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0 10px
    }

    .bx_ordercart #basket_items_not_available table tbody td.colvo, .bx_ordercart .bx_ordercart_order_sum span.custom_t2 {
        display: none
    }

    .bx_ordercart .bx_ordercart_order_sum span {
        font-size: 16px
    }

    .bx_ordercart .bx_ordercart_order_sum span.name-sale_total {
        margin-right: 5px
    }

    .bx_ordercart .input-box {
        width: 205px
    }

    .brend_spisok_element_block .brend_spisok_element_box {
        width: 30%;
        margin-bottom: 15px;
        margin-right: 3% !important
    }

    .pagination-catalog .begin, .pagination-catalog .end, .pagination-catalog .nextpage, .pagination-catalog .prevpage {
        height: 23px
    }

    .w1200 h1 {
        font-size: 22px
    }

    .rec_tovar_glav .title_box, .title_box, .top_akcii .title_box {
        font-size: 18px
    }

    .rec_tovar_glav .title_box.sub, .title_box.sub, .top_akcii .title_box.sub {
        font-size: 14px;
        margin-bottom: 10px
    }

    .rec_tovar_glav .title_box.sub span.count, .title_box.sub span.count, .top_akcii .title_box.sub span.count {
        font-size: 12px;
        margin-left: 5px;
        padding: 2px 8px
    }

    .spisok_collection .collection_box {
        width: 31.5%
    }

    .collection_section_block, .dop_collection_box {
        margin-bottom: 30px
    }

    .brend_section_box {
        margin-bottom: 25px
    }

    .brend_collection_top_block .text_box, .brend_section_block .text_box {
        width: 100%;
        text-align: center
    }

    .brend_collection_top_block .text_box .description-brand, .brend_section_block .text_box .description-brand {
        text-align: left
    }

    .brend_collection_top_block .c-elem, .brend_section_block .c-elem.mobile {
        width: 50%;
        margin: 0 auto;
        display: block
    }

    .prosmotr-carousel-section .owl-carousel .owl-item {
        padding: 3px
    }

    .recomend_in_glav .product-item-container .product-item .product-item-image-slide-box, .top_akcii .product-item-container .product-item .product-item-image-slide-box {
        padding-top: 90%
    }

    .product-item-container .product-item .product-item-image-slide-box {
        padding-top: 60%
    }

    .favorite-element-container .elemrnt_box {
        width: 100%;
        margin-right: 0
    }

    .favorite-element-container .elemrnt_box .product-item-box {
        padding: 10px
    }

    .favorite-element-container .elemrnt_box .item_lable_blck {
        right: -22px;
        top: 0
    }

    .favorite-element-container .elemrnt_box .product-item-container .product-item-compare-container, .favorite-element-container .elemrnt_box .product-item-info-container .product-item-conteiner-low {
        top: 0
    }

    .favorite-element-container .elemrnt_box .product-item-image-wrapper {
        width: 40%;
        padding-top: 25%;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .favorite-element-container .elemrnt_box .product-item-image-wrapper .item_lable_blck {
        right: initial;
        top: -5px;
        left: -17px
    }

    .favorite-element-container .elemrnt_box .product-item-image-wrapper .item_lable_blck .discont_box:after, .favorite-element-container .elemrnt_box .product-item-image-wrapper .item_lable_blck .lable_box:after, .favorite-element-container .elemrnt_box .product-item-image-wrapper .product-item-container .item_lable_blck .lable_box:after, .product-item-container .favorite-element-container .elemrnt_box .product-item-image-wrapper .item_lable_blck .lable_box:after {
        border-right: none;
        border-left: 7px solid transparent;
        right: initial;
        left: 0
    }

    .favorite-element-container .elemrnt_box .box-title-price {
        display: inline-block;
        vertical-align: middle;
        width: 57%;
        margin-left: 2%
    }

    .favorite-element-container .elemrnt_box .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 22px;
        padding: 8px 0
    }

    .favorite-element-container .elemrnt_box .product-item-title {
        margin: 20px 0 10px
    }

    .right_content_block {
        padding: 0 15px;
        font-size: 12px
    }

    .right_content_block .podborki_block .podborki_box {
        width: 48.5%;
        margin-bottom: 15px
    }

    .right_content_block .podborki_block .podborki_box:nth-child(2n) {
        margin-right: 0
    }

    .right_content_block .catalog-section .product-item-big-card {
        width: 100%;
        margin-right: 0
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-box {
        padding: 10px
    }

    .right_content_block .catalog-section .product-item-big-card .item_lable_blck {
        right: -22px;
        top: 0
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-container .product-item-compare-container, .right_content_block .catalog-section .product-item-big-card .product-item-info-container .product-item-conteiner-low {
        top: 0
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-container .product-item-compare-container, .right_content_block .catalog-section .product-item-big-card .product-item-info-container .product-item-conteiner-low {
        display: block;}

    .right_content_block .catalog-section .product-item-image-wrapper {
        width: 40%;
        padding-top: 25%;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck {
        right: initial;
        top: -5px;
        left: -17px
    }

    .product-item-container .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .lable_box:after, .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .discont_box:after, .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .lable_box:after, .right_content_block .catalog-section .product-item-image-wrapper .product-item-container .item_lable_blck .lable_box:after {
        border-right: none;
        border-left: 7px solid transparent;
        right: initial;
        left: 0
    }

    .right_content_block .catalog-section .box-title-price {
        display: inline-block;
        vertical-align: middle;
        width: 57%;
        margin-left: 2%
    }

    .bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .filter_prise_diopozon, header .header-middle .header-middle-right {
        display: none
    }

    .right_content_block .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 22px;
        padding: 8px 0
    }

    .bx-filter .bx-filter-param-text {
        font-size: 12px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_title, .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_title {
        font-size: 14px !important
    }

    .bx-filter .checkbox input[type=checkbox] + span.checkbox-custom, .bx-filter .radio label.bx-filter-param-label:before {
        top: 0
    }

    .bx-filter .bx-filter-parameters-box {
        width: 100%
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection {
        width: 50%
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box {
        width: 100%
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block {
        width: 90px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block.bx-left {
        margin-right: 10px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block.bx-right {
        margin-left: 10px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .bx-filter-parameters-box-container-block input {
        height: 30px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .dash__line {
        width: 15px;
        height: 30px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .style__filter.filter_price_block .bx-filter-parameters-box .input__box .dash__line:after {
        height: 2px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list .checkbox {
        width: 50%
    }

    .owl-nav {
        top: -52px;
        width: 62px
    }

    .owl-nav .owl-nav * {
        width: 30px;
        height: 30px;
        background-size: 20px
    }

    .bx_catalog_compare_form {
        width: 400px
    }

    .bx_catalog_compare_form .compare-prod-name {
        height: 60px
    }

    .bx_catalog_compare_form .compare_item_img, .bx_catalog_compare_form .compare_item_img a {
        width: 60px;
        height: 60px
    }

    .bx_catalog_compare_form .compare_item_img img {
        max-width: 55px;
        max-height: 55px
    }

    header .header-bottom .logo.fixed {
        top: 14px
    }

    header .header-bottom .logo.fixed .logo-img.mobile {
        font-size: 22px
    }

    header .header-middle {
        height: 100px;
        padding: 10px 20px
    }

    header .header-middle .logo {
        margin: 0;
        max-width: 100%;
        height: 100%
    }

    header .header-middle .logo .logo-img {
        height: 52px;
    }

    header .header-middle .header-middle-left {
        width: 100%;
        height: 100%
    }

    .element_ocn_block {
        border-bottom: 1px solid rgba(98, 144, 195, .3)
    }

    .element_ocn_block:last-child {
        border-bottom: 0
    }

    .bx-catalog-element .complect_box .complect .title_box, .bx-catalog-element .complect_box .recomend .title_box {
        font-size: 14px
    }

    .bx-catalog-element .complect_box .complect .section_name, .bx-catalog-element .complect_box .recomend .section_name {
        padding: 10px 0
    }

    .bx-catalog-element .goods_block .goods_set_block {
        width: 100%
    }

    .bx-catalog-element .goods_block .goods_pay_box {
        background-color: #f6f6f6
    }

    .bx-catalog-element .goods_block .goods_pay_box .goods_prise {
        text-align: center;
        padding-left: 0
    }

    .bx-catalog-element .goods_block .goods_pay_box .box-buy-btn {
        top: auto;
        right: auto;
        position: relative;
        background: #f6f6f6;
        padding-bottom: 15px;
        height: auto;
    }

    .bx-catalog-element .goods_block .set_box_tr {
        padding: 10px;}

    .bx-catalog-element .goods_block .goods_pay_box .goods_in_basket {
        width: 60%;
        margin: auto;
    }

    .bx-catalog-element .complect_box .element_dop_bloc .input_box {
        width: 50px !important
    }

    .bx-catalog-element .complect_box .element_dop_bloc .info_box {
        width: 70% !important;
        position: initial
    }

    .bx-catalog-element .complect_box .element_dop_bloc .info_box .name_box {
        min-height: 60px
    }

    .bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch {
        bottom: 15px
    }

    .bx-catalog-element .complect_box .element_dop_bloc .prise_box {
        display: block;
        width: 50% !important;
        position: absolute;
        right: 0;
        bottom: 10px;
        font-size: 25px
    }

    .bx-catalog-element .complect_box .element_dop_bloc .prise_box .rubl {
        font-size: 20px;
        margin-left: -5px
    }

    .bx-catalog-element .complect_box .service .element_dop_bloc .info_box .title {
        font-size: 16px
    }

    .bx-catalog-element .complect_box .service .element_dop_bloc .info_box li {
        font-size: 12px
    }

    .bx-catalog-element .complect_box .service .element_dop_bloc .prise_box {
        width: 30% !important;
        padding: 15px 0;
        right: 20px
    }

    .bx-catalog-element .complect_box .service .element_dop_bloc .img_box {
        width: 20%
    }

    .bx-catalog-element .complect_box .complect_attention {
        margin: 20px 0;
        /*padding: 15px;*/
        font-size: 14px;
        line-height: 1.3
    }

    .bx-catalog-element .complect_box .complect_attention .img_box {
        left: 15px
    }

    .bx-catalog-element .complect_box .complect_attention span {
        font-size: 14px;
        margin-bottom: 5px
    }

    .bx-catalog-element .vision_blok #myTable {
        width: 600px
    }

    .bx-catalog-element .bx-title-line .bx-title {
        font-size: 16px;
        padding: 10px
    }

    .bx-breadcrumb {
        font-size: 10px;
        line-height: 1.3;
        height: auto;
        padding: 10px;
        overflow: visible
    }

    .lable_detail_box {
        right: -5px
    }

    .lable_detail_box .product-item-label-discount_detail, .lable_detail_box .product_deteil_label {
        font-size: 11px;
        padding: 6px 0;
        font-weight: 900;
        width: 70px;
        height: 25px;
        margin-bottom: 7px
    }

    .lable_detail_box .product-item-label-discount_detail {
        font-size: 15px;
        padding: 2px 0;
        font-weight: 100
    }

    .product-item-detail-slider-container, .product-item-detail-slider-container.fulling {
        height: 400px
    }

    .product-item-detail-slider-container .product-item-detail-slider-container-relative {
        height: 75%
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        width: 30px;
        height: 30px
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close:after, .product-item-detail-slider-container.popup .product-item-detail-slider-close:before {
        width: 20px;
        height: 2px;
        top: 15px;
        left: 5px
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider {
        margin-top: 20px
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-container-relative {
        padding-top: 120px;}

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        height: 120px;}

    .product-item-detail-slider-container.popup .owl-carousel .owl-nav {
        top: -20px;}
}

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

    .category-block .category-item-img {
        padding: 8px;}

    .bottom_podborki ul, .prosmotr-carousel-section ul {
        width: 80%;
        margin: 0 auto 20px;
        display: block
    }

    .bx-filter .bx-ui-slider-part.big2, .bx-filter .bx-ui-slider-part.big3, .bx-filter .bx-ui-slider-part.big4, .bx-filter .bx-ui-slider-part.big5 {
        display: none
    }

    .bx_ordercart .bx_sort_container a {
        display: inline-block;
        width: 49%;
        margin-bottom: 2px;
        float: none
    }

    .catalog_section_option_bolock .sorting .sorting-box {
        display: block
    }

    .catalog_section_option_bolock .sorting .sorting-title {
        display: block;
        margin-bottom: 5px
    }

    .favorite-container .elemrnt_box .product-item-container .product-item-compare-container, .favorite-container .elemrnt_box .product-item-info-container .product-item-conteiner-low, .right_content_block .catalog-section .product-item-container .product-item-compare-container, .right_content_block .catalog-section .product-item-info-container .product-item-conteiner-low {
        display: none !important
    }

    .favorite-container .elemrnt_box .product-item-image-wrapper .item_lable_blck {
        top: -15px
    }

    .favorite-container .elemrnt_box .product-item-big-card {
        width: 100%;
        margin-right: 0
    }

    .favorite-container .elemrnt_box .box-title-price, .right_content_block .catalog-section .box-title-price {
        width: 56%
    }

    .favorite-container .elemrnt_box .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 20px;
        padding: 5px 0;
        max-width: 135px
    }

    .favorite-container .elemrnt_box .product-item-container .product-item-price-container .product-item-price-current .rubl {
        font-size: 19px
    }

    .favorite-container .elemrnt_box .product-item-container .product-item-price-container .product-item-price-old, .favorite-container .elemrnt_box .product-item-container .product-item-price-container .product-item-price-old .rubl {
        font-size: 16px
    }

    .product-item-container .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .lable_box, .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .discont_box, .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .lable_box, .right_content_block .catalog-section .product-item-image-wrapper .product-item-container .item_lable_blck .lable_box {
        padding: 3px 0;
        height: 20px
    }

    .product-item-container .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .lable_box, .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck .discont_box, .right_content_block .catalog-section .product-item-image-wrapper .product-item-container .item_lable_blck .lable_box {
        font-size: 12px
    }

    .right_content_block .product-item-container .product-item-price-container .product-item-price-current {
        font-size: 20px;
        padding: 5px 0;
        max-width: 135px
    }

    .right_content_block .product-item-container .product-item-price-container .product-item-price-current .rubl {
        font-size: 19px
    }

    .right_content_block .product-item-container .product-item-price-container .product-item-price-old, .right_content_block .product-item-container .product-item-price-container .product-item-price-old .rubl {
        font-size: 16px
    }

    .bx-catalog-element .product-item-detail-slider, form.smartfilter .filter_r_block .left_block_filter, form.smartfilter .filter_r_block .right_filter_block {
        width: 100%
    }

    form.smartfilter .filter_r_block .style__filter.filter_bottom_block .box__cont .bx-filter-parameters-box-title {
        font-size: 15px !important
    }
}

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


    .category-block.owl-carousel, .brend-block.owl-carousel {
        width: 100%;
        padding: 0 20px;
    }

    .category-block.owl-carousel .owl-nav .owl-prev, .brend-block.owl-carousel .owl-nav .owl-prev {
        left: -5px;}

    .category-block.owl-carousel .owl-nav .owl-next, .brend-block.owl-carousel .owl-nav .owl-next {
        right: -5px;}

    .catalog-compare-result .compare-switch-link, .podborki_section_content .podborki_box, .podborki_section_content a.link_podborki.big {
        margin-bottom: 15px
    }

    .favorite-container .elemrnt_box .product-item-image-wrapper .item_lable_blck, .right_content_block .catalog-section .product-item-image-wrapper .item_lable_blck {
        top: -15px
    }

    .podborki_section_content h2 {
        font-size: 16px
    }

    .catalog-compare-result .property-list .property-name, .podborki_section_content .podborki_box .li_box a.link_podborki {
        font-size: 12px
    }

    .podborki_section_content .podborki_box .li_box {
        width: 100%
    }

    .catalog-compare-result .head .control .compare-switch {
        height: auto
    }

    .catalog-compare-result .compare-switch-link a, .catalog-compare-result .compare-switch-link span {
        margin: 0 0 10px;
        display: block;
        width: 190px;
        text-align: center
    }

    .bx-catalog-element .complect_box .complect_img, header .header-bottom .hb-content.fixed .logo.fixed {
        display: none
    }

    .catalog-compare-result .property-list h2 {
        font-size: 14px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop {
        font-size: 12px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .price span.current_price {
        font-size: 18px
    }

    .emarket-mSlider .mSlider-wrap .mSlider-window li .price span.old_price {
        font-size: 14px
    }

    footer .footer-right .footer-right-block.contacts, footer .footer-right .footer-right-block.social, footer .footer-right .sub-right-block {
        width: 100% !important
    }

    .brend_spisok_block .brend_spisok_alfavit .alfavit .alfavit__item {
        margin-right: 9px
    }

    .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 100%;
        margin-right: 0 !important
    }

    .bx_catalog_tile .bx_catalog_tile_title {
        font-size: 20px
    }

    .bx_catalog_tile .bx_catalog_tile_img {
        padding-top: 75%
    }

    #warning_message p:before {
        padding-right: 5px;
        line-height: 20px;
        margin: 10px 0
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody tr.item-box {
        padding-bottom: 5px
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item_photo {
        width: 100%;
        max-width: 150px;
        margin: 0 auto 15px;
        float: none
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item_name {
        width: 100%
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.control {
        position: relative;
        right: initial;
        text-align: right;
        width: 100%;
        bottom: initial;
        padding-right: 10px
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.sum_all {
        width: 80%;
        text-align: right;
        padding: 0 10px
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.colvo {
        width: 20%;
        padding: 0 10px
    }

    .bx_ordercart .bx_ordercart_photo_container {
        padding: 3px
    }

    .bx_ordercart .bx_ordercart_order_pay {
        width: 100%
    }

    .bx_ordercart .bx_ordercart_order_pay.right {
        text-align: center;
        margin-top: 10px
    }

    .bx_ordercart .bx_ordercart_order_pay-box .table-over {
        padding: 20px 15px 15px
    }

    .bx_ordercart .input-box {
        width: 100%;
        padding: 0
    }

    .bx_ordercart .bx_ordercart_coupon input {
        width: calc(100% - 40px)
    }

    .bx_ordercart .bx_ordercart_order_pay_center {
        text-align: center
    }

    .box__element_ocn_block .element_ocn_block {
        border-bottom: 1px solid rgba(138, 183, 90, .3)
    }

    .box__element_ocn_block .doprectovar-list {
        border-bottom: 1px solid rgba(202, 202, 202, .3)
    }

    .box__element_ocn_block .doprectovar-list .mego_box {
        margin-left: 0
    }

    .brend_spisok_element_block .brend_spisok_element_box {
        width: 47%;
        margin-bottom: 10px;
        height: 200px
    }

    .brend_spisok_element_block .brend_spisok_element_box .name {
        font-size: 12px
    }

    .w1200 h1 {
        font-size: 18px
    }

    .content_brend_section_block h1 {
        font-size: 22px
    }

    .nav_section a {
        margin-right: 3%
    }

    .rec_tovar_glav .title_box, .title_box, .top_akcii .title_box {
        font-size: 16px
    }

    .rec_tovar_glav .title_box.sub, .title_box.sub, .top_akcii .title_box.sub {
        text-align: center
    }

    .spisok_collection .collection_box {
        font-size: 14px;
        width: 47.5%
    }

    .bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input, .favorite-container .product-item-container .product-item-title a, .right_content_block .product-item-container .product-item-title a {
        font-size: 12px
    }

    .bx-filter .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block {
        width: 80px
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_l_block .filter_brend_block .c-brand__list .hidden_collection {
        width: 100%;
        padding-left: 0
    }

    .bx-filter.bx-green .bx-filter-section form.smartfilter .filter_r_block .filter_collection_block .collection_list .checkbox {
        width: 100%
    }

    .bx-catalog-element .complect_box .complect_prise .current-price, .bx-catalog-element .complect_box .complect_text .count-elements {
        font-size: 16px
    }

    .catalog_section_option_bolock .sorting a.per_option {
        white-space: nowrap;
        line-height: 1.7
    }

    .prosmotr-carousel-section h3, h3 {
        margin-bottom: 20px
    }

    .rec_tovar_glav .title_box, .top_akcii .title_box {
        margin-bottom: 10px
    }

    .owl-carousel .owl-nav {
        top: -42px
    }

    .collection_element_block h3, .companent_section_box h3, .minislaider h3, .prosmotr-carousel h3, .prosmotr-carousel-section h3, .rec_tovar_glav h3, .test-carousel h3, .top_akcii h3 {
        text-align: center;
        margin: 0 auto 20px
    }

    .collection_element_block .product-item, .companent_section_box .product-item, .minislaider .product-item, .prosmotr-carousel .product-item, .prosmotr-carousel-section .product-item, .rec_tovar_glav .product-item, .test-carousel .product-item, .top_akcii .product-item {
        /*padding: 3px*/
    }

    .collection_element_block .product-item-container, .companent_section_box .product-item-container, .minislaider .product-item-container, .prosmotr-carousel .product-item-container, .prosmotr-carousel-section .product-item-container, .rec_tovar_glav .product-item-container, .test-carousel .product-item-container, .top_akcii .product-item-container {
        /*padding: 0*/
    }

    .collection_element_block .owl-nav, .companent_section_box .owl-nav, .minislaider .owl-nav, .prosmotr-carousel .owl-nav, .prosmotr-carousel-section .owl-nav, .rec_tovar_glav .owl-nav, .test-carousel .owl-nav, .top_akcii .owl-nav {
        width: 100%;
        top: 50%;
        right: 0
    }

    .owl-carousel {
        width: 80%;
        margin: auto
    }

    .rec_tovar_glav .elemrnt_box .product-item, .top_akcii .elemrnt_box .product-item {
        padding: 3px
    }

    .bx-catalog-element .complect_box .complect_prise, .bx-catalog-element .complect_box .complect_text {
        padding-top: 10px
    }

    .minislaider h3 {
        margin: 25px auto 20px
    }

    header .header-middle {
        height: 80px
    }

    .bx-catalog-element .complect_box .complect_block_data {
        height: 70px
    }

    .bx-catalog-element .complect_box .content_hiden_block {
        padding: 0 30px
    }

    .bx-catalog-element .complect_box .content_hiden_block button.slick-prev {
        left: -25px
    }

    .bx-catalog-element .complect_box .content_hiden_block button.slick-next {
        right: -25px
    }

    .bx-catalog-element .goods_block .goods_box {
        padding: 10px
    }

    .bx-catalog-element .goods_block .goods_data, .bx-catalog-element .goods_block .goods_img {
        width: 100%
    }

    .bx-catalog-element .product-item-detail-data.mobile .box-buy-btn {
        height: 55px
    }

    .bx-catalog-element .product-item-detail-data.mobile .box-buy-btn .buy-btn {
        width: 70%;
        margin: auto;
        position: absolute;
        left: 50px
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-modal {
        width: 70%;
        right: 15px
    }

    .bx-catalog-element .complect_box .element_dop_bloc .img_box {
        width: 40% !important
    }

    .bx-catalog-element .complect_box .element_dop_bloc .input_box {
        width: 40px !important
    }

    .bx-catalog-element .complect_box .element_dop_bloc .info_box {
        width: 100% !important;
        margin-top: 15px;
        padding-left: 44px
    }

    .bx-catalog-element .complect_box .element_dop_bloc .info_box .name_box {
        min-height: auto
    }

    .bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch {
        position: relative;
        bottom: initial
    }

    .bx-catalog-element .complect_box .element_dop_bloc .prise_box {
        font-size: 22px;
        bottom: initial;
        top: 15px
    }

    .bx-catalog-element .complect_box .element_dop_bloc .prise_box .rubl {
        font-size: 18px
    }

    .bx-catalog-element .complect_box .service .element_dop_bloc .prise_box {
        position: relative;
        width: 100% !important;
        text-align: left;
        right: 0;
        top: 0;
        padding-left: 44px;
        padding-top: 0
    }

    .bx-catalog-element .complect_box .service .element_dop_bloc .info_box {
        width: 50% !important;
        margin-top: 0
    }

    .bx-catalog-element .complect_box .service .element_dop_bloc .img_box {
        max-width: 100px
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -13%
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -13%
    }
}

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

    .news_in_glav .news-item .text_box .link_box {
        margin-top: 15px;}

    .news_in_glav .news-item .text_box .link_box a {
        line-height: 1.7;
    }

    .bx_catalog_compare_form {
        width: 300px
    }

    .bx_catalog_compare_form .compare-prod-name {
        padding: 5px 10px
    }

    .product-item-detail-slider-container, .product-item-detail-slider-container.fulling {
        height: 340px
    }

    .product-item-detail-slider-container .product-item-detail-slider-container-relative {
        height: 70%
    }
}

@media screen and (max-width: 320px) {
    .owl-nav, .prosmotr-carousel .owl-carousel .owl-nav {
        width: 100%;
        top: 50%;
        right: 0
    }

    .bx-catalog-element .complect_box .complect_prise .count-elements, .bx-catalog-element .complect_box .complect_text .current-price, .bx-catalog-element .complect_box .service .element_dop_bloc .info_box .title {
        font-size: 14px
    }

    .prosmotr-carousel .product-item-container {
        padding: 5px 40px
    }

    h3 {
        text-align: center;
        margin: 0 auto 20px
    }

    .owl-nav .owl-nav * {
        width: 30px;
        height: 30px;
        background-size: 20px;
        background-position: center
    }

    .owl-nav .owl-nav .owl-prev {
        left: -15px
    }

    .owl-nav .owl-nav .owl-next {
        right: -15px
    }

    .right_content_block .catalog-section .product-item-big-card .product-item-container {
        padding: 0 !important
    }

    .bx-catalog-element .complect_box .complect_prise {
        width: 100px;
        padding-left: 15px
    }

    .bx-catalog-element .complect_box .complect_text {
        padding-left: 15px
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -15%
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -15%
    }

    .bx-catalog-element .product-item-detail-data.mobile .box-buy-btn .buy-btn {
        width: 80%;
        left: 20px
    }

    .bx-catalog-element .product-item-detail-data.mobile .product-modal {
        width: 80%
    }
}


.shine-wrp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
}

.shine-wrp .shine {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-item:hover .shine-wrp .shine:before {
    -webkit-animation: shine .8s ease-in-out;
    animation: shine .8s ease-in-out;
    opacity: 1;
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.category-block .category-item-img{
  margin: 0 auto;
}

.content-blog{
  position: absolute;
  padding: 20px;
  bottom: 0;
  z-index: 20;
  color: #ffffff;
}

.carousel-promo-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 16px;
}

.carousel-promo-container > * {
    width: 100%;
}

.carousel-promo-container .product-item-container{
  padding: 0;
}

.carousel-promo-container .elemrnt_box {
  margin-bottom: 11px;
}

.carousel-promo-container .box-group {
  margin-left: 10px;
  width: auto;
}

.carousel-promo-container .product-item-container .product-item-image-wrapper {
  padding: 60% 0 0;
}

.carousel-promo-container .product-item-box {
  display: flex; 
  width: 390px;
  height: 212px;
}

.carousel-promo-container .product-item-image-wrapper {
  order: 1;
}

.carousel-promo-container .group-box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
}

.carousel-promo-container .product-item-price-container{
  height: 48px;
}

.carousel-promo-container .product-item-container .product-item-image-slider-slide-container{
  width: 210px;
}

.carousel-promo-container .product-item-container .product-item-box {
  padding: 12px 16px;
}

.product-promo-shares {
  position: absolute;
  top: 0;
  background-color: #fc143a;
  color: #ffffff;
  padding: 5px 10px;
}

.text-about-container{
  position: relative;
  background-color: #f7f7f7;
  padding: 48px 64px; 
  margin-top: 48px;
}

.text-about-container::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/local/templates/santehnika/images/text-after.png);
  width: 120px;
  height: 120px;
}

.text-about-container h1,
.text-about-container h2,
.text-about-container h3,
.text-about-container h4,
.text-about-container h5,
.text-about-container h5,
.text-about-container h6,
.text-about-container p {
  max-width: 790px;
}

.rec_tovar_glav {
  margin-top: 80px;
}

.top_akcii{
  margin-top: 96px;
}

.banner.carousel {
  width: 100%;
}

.embed-responsive-16by9 {
  padding-bottom: 73.25%; 
}


.section_in_glav .owl-carousel .owl-nav{
  position: static; 
}

.section_in_glav .owl-carousel .owl-nav button.owl-next,
.section_in_glav .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 61.33%, rgba(255, 255, 255, 0) 100%);
  z-index: 100;
  cursor: pointer;
  width: 70px;
  opacity: 1;
}

.section_in_glav .owl-carousel .owl-nav button.owl-prev {
  background: linear-gradient(95deg, #FFFFFF 61.33%, rgba(255, 255, 255, 0) 100%);
}

.section_in_glav .owl-carousel .owl-nav button.owl-next::after,
.section_in_glav .owl-carousel .owl-nav button.owl-prev::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #1e1e1e;
  border-right: 3px solid #1e1e1e;
  opacity: 0.4;
}

.section_in_glav .owl-carousel .owl-nav button.owl-next {
  right: -15px;
}

.section_in_glav .owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}

.section_in_glav .owl-carousel .owl-nav button.owl-prev::after{
  transform: translate(-50%, -50%) rotate(135deg);
}

.section_in_glav .owl-carousel .owl-nav button.disabled{
  display: none;
  opacity: 1 !important;
}

.news_in_glav,
.page-container{
  padding: 0 2%;
}

.news_in_glav .owl-item {
  padding-right: 30px;
}

.news_in_glav .owl-item:last-child{
  padding-right: 0;
}

body > .copyright {
  display: none !important;
}

footer .title_box {
  text-transform: capitalize
}


.footer-right-block.social .title_box{
  margin-bottom: 15px;
}

.bx-catalog-element .product-item-right .phone__block span.square_top,
.bx-catalog-element .product-item-right .phone__block span.square_bot,
.bx-catalog-element .product-item-right .phone__block span.square_big{
  display: none !important;
}

.bx-catalog-element .product-item-right .phone__block {
  margin: 25px auto;
  padding: 20px 32px;
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: rgba(255,193,25, 0.1);
}

.bx-catalog-element .product-item-right .phone__block .text_box {
  padding-right: 100px;
}

.bx-catalog-element .product-item-right .phone__block .text_box::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 73px;
  height: 73px;
  background-color: rgba(217,164,18, 0.1);
  border-radius: 50%;
  background-image: url(/local/templates/santehnika/images/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.bx-catalog-element .product-item-right .phone__block-box {
  display: block;
  width: auto;
  height: auto;
  text-align: left;
}

.static_page {
  padding-bottom: 80px;
}

@media(max-width: 1225px) {
  .news_in_glav .news-item {
    width: 305px;
  }
}

@media(max-width: 1024px) {
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .carousel-promo-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .box-group {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .elemrnt_box {
    margin-top: 10px;
  }
  .elemrnt_box:first-child{
    margin-right: 10px;
  }
  .carousel-promo-container .product-item-box{
    width: 356px;
  }
  
  .news_in_glav .news-item {
    width: auto;
  }
  
  footer .footer-left {
    display: none;
  }
  
  footer .footer-right{
    width: 100%;
  }
  
  footer .footer-right .footer-right-block {
    width: 45%;
    margin-bottom: 40px;
  }
  
  footer .footer-right .footer-right-block:last-child {
    width: 45%;
  }
  
  footer .footer-right .footer-right-block.social {
    width: 45%;
  }
  
  .footer-right-block.contacts {
    padding: 0;
  }
  .text-about-container h1,
  .text-about-container h2,
  .text-about-container h3,
  .text-about-container h4,
  .text-about-container h5,
  .text-about-container h5,
  .text-about-container h6,
  .text-about-container p {
    max-width: 475px;
  }
}

@media(max-width: 768px) {
  .carousel-promo-container .box-group {
    margin-left: 0;
  }
  
  .carousel-promo-container .product-item-box{
    width: 355px;
  }
  
  .embed-responsive-16by9 {
    padding-bottom: 60.25%;
  }
  
  .news_in_glav,
  .page-container{
    padding: 0 15px;
  }

}

@media(max-width: 767px) {
  .banner.carousel, .banner.carousel .carousel-inner .item, .banner.carousel .carousel-inner .item a img, .banner.carousel .carousel-inner .item img {
    height: 186px;
  }
  
  .embed-responsive-16by9 {
    padding-bottom: 66.25%;
  }
  
  .carousel-promo-container {
    padding: 0;
    margin-top: 0;
  }
  
  .banner.carousel .carousel-indicators  {
    display: none;
  }
  
  .bx-slider-preset-4 .bx-advertisingbanner-content {
    padding:  60px 10% 0;
  }
  
  .banner.carousel .carousel-inner .bx-advertisingbanner-btn {
    top: 60%;
  }
  
  .logo .logo-img{
    width: 106px;
    height: 52px;
  }
  
  .carousel-promo-container .box-group {
    margin-left: 0;
    flex-wrap: wrap;
  }
  
  .carousel-promo-container .product-item-box {
    width: 300px;
  }
  
  .elemrnt_box {
    margin-bottom: 10px;
  }
  
  .elemrnt_box:first-child {
    margin-right: 0;
  }
  
  .carousel-promo-container .product-item-container .product-item-image-slider-slide-container{
    width: 150px;
  }
  
  .box-group .product-item-container .product-item .product-item-image-slide-box{
    padding-top: 100%;
  }
  
  .carousel-promo-container .elemrnt_box {
    padding: 0 5px;
  }
  
  .news_in_glav .owl-item {
    padding-right: 0px;
  }
  
  .news_in_glav .news-item {
    height: 329px;
  }
  
  .news_in_glav-container.owl-carousel {
    width: 100%;
  }
  
  .text-about-container h1,
  .text-about-container h2,
  .text-about-container h3,
  .text-about-container h4,
  .text-about-container h5,
  .text-about-container h5,
  .text-about-container h6,
  .text-about-container p {
    max-width: 80%;
  }
  
  .text-about-container::after {
    width: 40px;
    height: 40px;
  }
  
  .text-about-container{
    padding: 20px 32px;
  }
  
  footer .footer-right .footer-right-block {
    width: 100% !important;
  }
  
  footer .footer-right .footer-right-block:last-child {
    width: 100%;
  }
  
  footer .footer-right .footer-right-block.social {
    width: 100% !important;
  }
  
}

.banner-row {
    display: flex;
}

.banner-row > * {
    width: 100%;
}

.banner-row > *:last-child {
    width: auto;
}

.action {
    display: block;
    margin-left: 10px;
    text-decoration: none;
}

.action__col {
    display: block;
    width: auto;
}

.action__item {
    display: flex;
    width: 100%;
    height: 212px;
    margin-bottom: 11px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    padding: 13px 24px;
}

.action__col:last-child .action__item {
    margin-bottom: 0;
}

.action__note {
    background-color: #fc143a;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

.action__item p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #227ada;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.action__text {
    max-width: 225px;
}

.action__image {
    position: relative;
    width: 201px;
    height: 188px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.action__item:hover .action__image::before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%
    );
    animation: shine 1.4s infinite alternate;
}

.action__image:active::before {
    opacity: 0;
}

@keyframes shine{
    to {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }
}

/*взял с сайта*/
.product-item-price-current {
    width: auto;
    max-width: 155px;
    background: #fef3de;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 0;
    line-height: 1;
    position: relative;
    overflow: hidden;
    color: #3f3f3f;
    white-space: nowrap;
    text-align: center;
}

.product-item-price-current::before {
    content: " ";
    display: block;
    height: 5px;
    width: 100%;
    background: #f1c449;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
/**/

@media(max-width: 1024px) {
    .banner-row {
        display: block;
    }
    .action {
        margin: 10px -5px 0 -5px;
        display: flex;
        flex-wrap: wrap;
    }
    .action__col {
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box
    }
    .action__item {
        height: auto;
    }
    .action__item p {
        max-width: 220px;
    }
}

@media(max-width: 767px) {
    .action__item {
        justify-content: space-between;
        padding: 12px;
    }
    .action__col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .action__item p {
        font-size: 14px;
        line-height: 21px;
    }
}
.item-box {
display: table-cell;
}
/* End */
/* /local/templates/santehnika/css/jquery.bxslider.min.css?16655772742978 */
/* /local/templates/santehnika/css/owl.carousel.css?16655772745415 */
/* /local/templates/santehnika/css/tooltipster.css?16655772748472 */
/* /local/templates/santehnika/css/fontawesome.css?166557727439094 */
/* /local/templates/santehnika/css/jquery.fancybox.css?166557727413413 */
/* /local/templates/santehnika/js/slick/slick.css?16655772741630 */
/* /local/templates/santehnika/js/jQueryFormStyler/jquery.formstyler.css?16655772742169 */
/* /local/templates/santehnika/js/jQueryFormStyler/jquery.formstyler.theme.css?166557727410169 */
/* /local/components/krayt/new_menu_catalog/templates/.default/style.css?16655772745427 */
/* /local/templates/santehnika/components/bitrix/search.title/search/style.css?1665577274616 */
/* /local/templates/santehnika/components/bitrix/catalog.compare.list/san/style.css?16655772743933 */
/* /local/templates/santehnika/components/bitrix/sale.basket.basket.line/mini_basket/style.css?16655772747142 */
/* /local/templates/santehnika/components/bitrix/menu/menu_catalog-mobile/style.css?16655772742835 */
/* /local/templates/santehnika/styles.css?17562778737348 */
/* /local/templates/santehnika/template_styles.css?1665577274242772 */
