

/* Start:/bitrix/templates/enteros/css/jquery.fancybox.css?159984493514029*/
@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:/bitrix/templates/enteros/js/owlcarousel/owl.carousel.css?15998449354614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

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

  100% {
    opacity: 0;
  }
}

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

/* 
 *  Core Owl Carousel CSS File
 */
.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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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("/bitrix/templates/enteros/js/owlcarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/enteros/css/swiper-bundle.min.css?174297926218454*/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/enteros/components/bitrix/sale.basket.basket.line/new/style.min.css?15998449353567*/
.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}@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{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-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;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/enteros/styles.css?175273343220734*/
body{width:100%; margin: 0; padding: 0; line-height: 1.4; color: #0d0d0d; font-size: 14px; font-family: SegoeUI, 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;}

*{
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}


.detail_box iframe, .container object, .container video {
	display: block;
	margin: 0 auto;
	max-width: 100%!important;
	aspect-ratio: 16/9;
}

header, footer, nav{display: block;}
.select_area{
    background-color: #efefef;
    padding: 25px 40px;
    position: relative;
    line-height: 24px;
}    
    .select_area:before{
        content: " ";        
        display: block;
        width: 5px;
        height: 100%;
        background-color: #F0434B;
        position: absolute;
        top: 0;
        left: 0;
    }

button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}

img{vertical-align: middle;}
a img {border: none;}

h1, h2{margin-top: 0;}
h1{font-size:36px; font-weight: normal;}

select{height: 26px; border:1px solid #d9d9d9;}

input[type="text"], input[type="email"]{font-size: 14px;}
.input-box{width: 100%;}

.hide{display: none !important; }
.show{display: block !important;}
.overfolow-hidden{overflow:hidden;}

//.input-name{background: url(/bitrix/templates/enteros/images/icon-user.png) no-repeat left center; padding-left:30px;}
//.input-phone{background: url(/bitrix/templates/enteros/images/icon-phone.png) no-repeat left center; padding-left:30px;}
// .input-email{background: url(/bitrix/templates/enteros/images/icon-email.png) no-repeat left center; padding-left:30px;}

.input-box.error{border-bottom:1px solid #ff0000 !important;}
.input-box.valid{border-bottom:1px solid #78a500 !important;}
.input-box.required{border-bottom:1px solid #ff0000 !important;}

.placeholder { color: #aaa; }


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after
 {
  display: table;
  content: " ";
}


.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after{
  clear: both;
}

input[type=checkbox] {display: none;}

label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
}

label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
    top:0px;
}

.checkbox label:before {border: 1px solid #ccc;}

input[type=checkbox]:checked + label:before {
	content: " ";
	font-size: 15px;
	color: #f3f3f3;
    background:#F0434B url(/bitrix/templates/enteros/images/checked.png) no-repeat center center;
	text-align: center;
    line-height: 15px;
    border: none;
}

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

a.btn{text-decoration:none}

.btn-red, .btn-themes{background: #db312e; color: #fff;}

.btn-red:hover{background: #ff3a37;}
.btn-red:active{background: #ba2b28;}

.btn-link:hover,.btn-link:active{color:#db312e;}



.order-success{
    color: green;
    font-size: 18px;
    text-align: center;
    margin-top: 34px;
    line-height: 40px;	
}


.overlay{background: rgba(0,0,0,0.7); width: 100%; height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 399;
    cursor: pointer;
}

.container{width: 1200px; margin: 0 auto; padding: 0 10px;}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
  float: left;
  position:relative;
  margin-right: 20px;
  min-height: 1px;
}

.col-1{width: 80px;}
.col-2{width: 180px;}
.col-3{width: 280px;}
.col-4{width: 380px;}
.col-5{width: 480px;}
.col-6{width: 500px;}
.col-7{width: 680px;}
.col-8{width: 580px;}
.col-9{width: 880px;}
.col-10{width: 980px;}
.col-11{width: 500px;}
.col-12{width: 1180px;  margin-right:0;}


*[class^="col-"]:last-child{margin-right: 0;}

@media (max-width: 1180px){
	
  .container {width: 960px;padding: 0 10px; }
  
  .col-1{width: 60px;}
  .col-2{width: 140px;}
  .col-3{width: 220px;}
  .col-4{width: 300px;}
  .col-5{width: 380px;}
  .col-6{width: 460px;}
  .col-7{width: 540px;}
  .col-8{width: 620px;}
  .col-9{width: 700px;}
  .col-10{width: 780px;}
  .col-11{width: 860px;}
  .col-12{width: 940px;  margin-right:0;}
}

@media (max-width: 940px){  
  h1,.h1{font-size: 24px;}
  .col-12{width: 100%;  margin:0;}
}

@media (max-width: 780px){
  .container {width: 100%; padding:0 20px; }
}

@media (max-width: 680px){
	
  .container{min-width:320px;}	
	
  .col-1{width: 100%; margin:0;}
  .col-2{width: 100%; margin:0;}
  .col-3{width: 100%; margin:0;}
  .col-4{width: 100%; margin:0;}
  .col-5{width: 100%; margin:0;}
  .col-6{width: 100%; margin:0;}
  .col-7{width: 100%; margin:0;}
  .col-8{width: 100%; margin:0;}
  .col-9{width: 100%; margin:0;}
  .col-10{width: 100%; margin:0;}
  .col-11{width: 100%; margin:0;}
  .col-12{width: 100%;  margin:0;}
}


.modal{position: fixed;top:50%;left: 50%; z-index: 999; min-width: 200px;min-height: 20px;border: 2px solid #a6a6a6;}



/* fancyBox v2.1.5 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{padding: 0;margin: 0;	border: 0;outline: none;vertical-align: top;}

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

.fancybox-overlay{
    background: rgba(0, 0, 0, 0.5);
}    
.fancybox-wrap{
    width: initial !important;
}
    
.fancybox-inner{
    padding: 30px;
    border: 1px solid #dadada;
    background: #fff;
}
    
.fancybox-skin{
    background-color: #fff;
    box-shadow: none !important;
}    



.fancybox-nav{
    width: 30px;
    height: 30px;
    background-color: #efefef;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font: normal normal normal 24px/1 "Material Design Icons";
    text-align: center;
    color: #000;
    font-size: 25px;
}        
        
.fancybox-nav:before{
    line-height: 30px;
    transition: ease-out 0.2s;
}
        
.fancybox-nav:hover{
    color: #F0434B;
}
        
.fancybox-nav:active{
    background-color: #dadada;
}

    
.fancybox-prev{
    left: -30px;
}    
        
.fancybox-prev:before{
    content: "\F141";
}        
    
    
.fancybox-next{
    right: -30px;
}    
        
.fancybox-next:before{
    content: "\F142";
}

.fancybox-close{
    width: 30px;
    height: 30px;
    background-color: #efefef;
    top: -30px;
    right: -30px;
    text-align: center;
    color: #000;
    position: absolute;
}       
       
.fancybox-close:before{
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\F156";
    line-height: 30px;
    transition: ease-out 0.2s;
}
       
.fancybox-close:hover{
    color: #F0434B;
}
       
.fancybox-close:active{
    background-color: #dadada;
}


.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding:0 !important;
}

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

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

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

.fancybox-inner {overflow: hidden;}

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

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

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

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

#fancybox-loading{
	background-image: url('/bitrix/templates/enteros/images/fancybox_sprite.png');
}

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.7);
}

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

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

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

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

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

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

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

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

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

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

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

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





/***********jquery carousel****************/
.jcarousel {position: relative; overflow: hidden; width: 100%;}
.jcarousel ul {width: 20000em; position: relative; list-style: none;  margin: 0; padding: 0;}
.jcarousel li {float: left;}
.jcarousel img {max-width: 100%; height: auto !important;}

/** Carousel Controls **/
/*.jcarousel-control-prev,.jcarousel-control-next {background: url(/bitrix/templates/enteros/images/carrows.png) no-repeat;}
.jcarousel-control-prev:hover,.jcarousel-control-next:hover{background: url(/bitrix/templates/enteros/images/carrows-hover.png) no-repeat;}
.jcarousel-control-next:active,.jcarousel-control-prev:active{background: url(/bitrix/templates/enteros/images/carrows-active.png) no-repeat;}
.jcarousel-control-next.inactive,.jcarousel-control-prev.inactive
{
	background: url(/bitrix/templates/enteros/images/carrows-inactive.png) no-repeat;
    cursor: default;
}


.jcarousel-control-prev:hover{background-position: 0 0;}
.jcarousel-control-next,.jcarousel-control-next:hover{background-position: -23px 0;}
.jcarousel-control-prev:active{background-position: 1px 0;}
.jcarousel-control-next:active{background-position: -21px 0;}
.jcarousel-control-next.inactive{background-position: -21px 0;}
	
*/
.wrap_total {display: inline-block; vertical-align: middle;width:49px; height: 29px;	text-align:center; margin: 0 6px;}

.controls {font-size: 18px; position: absolute;  top: 13px; right: 0px;}
.controls a {display: inline-block; vertical-align: middle;  width: 20px; height: 38px;}

.wrap_total .cur {
    display: inline-block;
    vertical-align: 50%;
    color: #0d0d0d;
	font-size: 16px;
}

.wrap_total .total {
    display: inline-block;
    vertical-align: 45%;
    color: #898989;
	font-size: 16px;
}

.wrap_total span.slesh{display: inline-block; width: 13px; height: 29px;background: url(/bitrix/templates/enteros/images/carousel_slesh.png) no-repeat;}





.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ecebe9;
	position: relative;
}

.jspDrag
{
	background: #db312e;
	position: relative;
    width: 5px;
    margin: 0 4px;	
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

* html .jspCorner
{
	margin: 0 -3px 0 0;
}




/********jquery form styler**************************/
.jq-selectbox {vertical-align: middle;cursor: pointer;}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	font: 14px/32px Arial, sans-serif;
	color: #747474;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {}

.jq-selectbox__select:active {background: #F5F5F5;box-shadow: inset 1px 1px 3px #DDD;}
.jq-selectbox.focused .jq-selectbox__select {border: 1px solid #d9d9d9;}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
}
.jq-selectbox .placeholder {color: #888;}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 9px;
	height: 5px;
	//background: url(/bitrix/templates/enteros/images/select-triger.png) no-repeat;
}
.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%;
	margin: -1px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	background: #FFF;
	font: 14px/18px Arial, sans-serif;
}
.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;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.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;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #f1f1f1;
	color: #747474;
}
.jq-selectbox li:hover {background-color: #db312e;color: #fff;}
.jq-selectbox li.disabled {color: #AAA;}
.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;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}



@media (max-width: 320px){
  .product-slider-controls{top:23%;} 
	
  .product-slider .jcarousel-control-next.inactive, .product-slider .jcarousel-control-prev.inactive
  {
	//background: url(/bitrix/templates/enteros/images/carrows-inactive-320.png) no-repeat;
	cursor: default;
  }
   
 // .product-slider .jcarousel-control-prev, .product-slider .jcarousel-control-next{width: 14px;height: 25px;}
	
  .product-slider .jcarousel-control-prev:hover{background-position: 0 0;}
  .product-slider .jcarousel-control-next, .product-slider .jcarousel-control-next:hover{background-position: -14px 0;}
  .product-slider .jcarousel-control-prev:active{background-position: 1px 0;}
  .product-slider .jcarousel-control-next:active{background-position: -14px 0;}
  .product-slider .jcarousel-control-next.inactive{background-position: -14px 0;}  
}


/** Custom styles **/
.section_description {
	margin-top:80px;
}
.slider_prefooter{
	padding-bottom:50px;
}
.slider_prefooter h2{
	margin-top:0;
}
#slider_company .owl-controls .owl-nav .owl-next, #slider_company .owl-controls .owl-nav .owl-prev {
    width: 60px;
    height: 45px;
    background-color: rgba(255, 255, 255, .7);
    top: 50%;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
#slider_company .owl-controls .owl-nav .owl-prev {
    left: 0;
}
#slider_company  .owl-controls .owl-nav .owl-next {
    right: 0;
}

#slider_company .owl-controls .owl-nav .owl-next:before, #slider_company .owl-controls .owl-nav .owl-prev:before {
    color: #000;
    font-size: 30px;
    line-height: 45px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}


@media only screen and (max-width: 767px) {
.slider_prefooter h2 {
    margin: 0 0 30px 0;
}
}

/* QUAD */
.qutable {
	width: 100%;
	border: 0 solid #f8f8f8; }

.qutable tr.qugroup {
	height: 10px;
	font-weight: 400;
	color: #fff; }

.qutable td.quhead {
	height: 16px;
	font-size: 15px;
	font-weight: 700;
	color: #313131;
	background-color: #f9f9fa;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px; }

.qutable td.qurowtitle {
	font-size: 13px;
	font-weight: 400;
	padding-left: 30px;
	width: 40%;
	color: #313131; }

.qutable td.qurowvalue {
	font-size: 13px;
	padding-left: 40px;
	line-height: 25px;
}

.qutable td.qurowtitle2 {
	font-size: 13px;
	font-weight: 400;
	padding-left: 30px;
	width: 40%;
	color: #313131; }

.qutable td.qurowvalue2 {
	font-size: 13px;
	padding-left: 40px;
	line-height: 25px;
}

.halva_short_desc {
	background-color: #ff8812;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	color: white;

}

.qutable tr:hover td {
	background: #f7f7f7;
	cursor: default;
}

.quSDtable {
	width: 100%;
	font-size:13px;
}
.quSDtable tr:hover td
{
	background:#f7f7f7;
	cursor:default;
}
.quad_wow{
	background-color: #6ab400;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
}
.quSDrow2{
	background-color: #f9f9f9;
}

.quSDrowtitle {
	width: 60%;
}

.quSDrowvalue2, .quSDrowvalue{
	/*font-weight: 600;*/
	color: #2f2f2f;
}
/* End */


/* Start:/bitrix/templates/enteros/template_styles.css?1735029577463636*/
@charset "UTF-8";
.col-xs-6.prop_top_name_box {
    width: 35%;
}

.price_mego_box {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.g-recaptcha, .g-recaptcha div{ 
    overflow: hidden; 
    max-width: 100%; 
    } 
.g-recaptcha iframe, body > div[style]:last-of-type{ 
   transform: scale(0.7);
	margin-top: 20px;
   transform-origin: left top;
   }

.main-button-container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bx-catalog-element .click_buy_wrp {
    position: relative;
}

.main-button-container > div {
    width: 45%;
    text-align: center;
    line-height: 3;
}

.product-item-detail-info-container.podpis {
    display: none;
}

.mdi-check {
    padding: 0 0 0 10px;
}
.product-item-detail-info-section .mdi-check {
    padding: 10px 0;
}

.product-item-scu-item-text-container > .product-item-scu-item-text-block {
    outline: 1px solid #0fb8ae;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.product-item-scu-item-list > .product-item-scu-item-text-container.select > .product-item-scu-item-text-block {
    outline-color: #fc532e;
}

.in_basket_box {
    width: 100%;
}

.in_basket_box button{
    width: 100%;
    max-width: 250px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #F0434B;
    border: 0px;
    padding: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background:none;
}

.in_basket_box button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #0fb8ae;*/
    background: #fd593f;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.in_basket_box button:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.in_basket_box button:hover {
    color: #fff;
}
.count_price_box {
    padding-top: 25px;
    padding-bottom: 30px;
    width: 45%;
    line-height: 32px;
}

.count_price_box > span {
    display: inline-block;
    width: 55%;
    text-transform: uppercase;
    padding-top: 5px;
}

.count_box {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
}

.canteiner_batton_price {
    width: 50%;
}

.batton_in_basket a{
    display: inline-block;
    border: 2px solid #F0434B;
    background: #F0434B;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.bx-basket .basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    background: #EDEFF1;
}
.batton_in_basket a:hover {
    border-color: #E0434B;
    background-color: #E0434B;
    color: #FFFFFF;
}

.batton_in_basket a:active {
    border-color: #f42a33;
    background-color: #f42a33;
    color: #FFFFFF;
}

.batton_in_basket a:focus {
       color: #FFFFFF;
}

.click_buy_wrp {
    display: inline-block;
    margin-left: 11px;
    border: 1px solid #2A3A59;
    color: #171717;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.click_buy_wrp:hover {
    background-color: #2A3A59;
    color: #fff;
}

.click_buy_wrp:active {
    border-color: #212f45;
    background-color: #212f45;
    color: #FFFFFF;
}
.count_box .btn-minus,  .count_box .btn-plus{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #f2f2f2;
    float: left;
    text-decoration: none !important;
    transition: ease-out .25s;
}
.btn-minus-content, .btn-plus-content {
    width: 30px;
    height: 30px;
}
.btn-minus-content:before,
.btn-plus-content:after,
.btn-plus-content:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #000;
    content: "";
    transition: 300ms all ease;
}
.btn-plus-content:before {
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
}
.count_box .btn-minus:hover .btn-minus-content:before,
.count_box .btn-plus:hover .btn-plus-content:after,
.count_box .btn-plus:hover .btn-plus-content:before {
    background-color: #F0434B;
}

.count_box .btn-minus:active,  .count_box .btn-plus:active {
    background-color: #f7f7f7;
}

.count_box .btn-minus.product-item-amount-field-btn-disabled,
.count_box .btn-minus.product-item-amount-field-btn-disabled:hover,
.count_box .btn-plus.product-item-amount-field-btn-disabled,
.count_box .btn-plus.product-item-amount-field-btn-disabled:hover {
    color: #afafaf;
    background-color: #F7F7F7;
}
.count_box .btn-minus:hover, .count_box .btn-plus:hover {
    color: #F0434B;
}
.count_box .btn-plus{
    padding-bottom: 6px;
}
.product-item-detail-info-container.price_mego_box .count_box .btn-plus {
    padding-bottom: 0;
}

.count_box .btn-minus{
    padding-bottom: 4px;
}

.count_box .btn-minus {
    line-height: 26px;}

.count_input {
    height: 30px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border: none;
    float: left;
    font-size: 14px;
}

.orange {
    outline: 0;
    background-color: #fc532d;
    border-color: #fc532d;
    color: #FFF;
}

.btn.orange:hover {
    background-color: #e0434B;
    color: #fff;
}

.btn.orange:active {
    background-color: #f42a33;
    color: #fff;
}

.btn.orange:active > span {
    color: #fff;
}

.btn.orange span {
    font-weight: 400;
}

 .product-item-detail-info-container {
    margin-bottom: 25px;
}

.product-item-detail-slider-images-container {
    box-sizing: border-box;
}

.catalog_title_element {
    text-align: left;
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
    width: 50%;
    float: right;
    padding: 0px 10px;
}
.max_box_price {
    width: 50%;
    display: inline-block;
    width: 45%;
}

.detail_box h3,.product-props h3 {
    font-size: 20px;
    font-family: Helvetica;
}

.product-item-detail-info-container .element-price {
    color: #F0434B;
    font-size: 30px;
}
@media screen and (max-width: 490px) {
    .catalog .product-item-detail-info-container .element-price {
        font-size: 20px !important;
    }
    .catalog .product-item-detail-info-container .old_price {
        font-size: 16px !important;
    }
    .bx-catalog-element .product-item-detail-pay-block {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}

.product-item-detail-info-container .old_price {
    color: #949494;
    font-size: 18px;
    text-decoration: line-through;
}

.product-item-detail-info-container .click_buy_wrp {
    width: 50%;
    display: inline;
    color: #F0434B;
    border-bottom: 1px dashed #F0434B;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    margin-left: 3%;
    vertical-align: super;
}

.product-item-detail-slider-block > .product-item-detail-slider-left,.product-item-detail-slider-block > .product-item-detail-slider-right {
    bottom: 10em;
    width: 2em;
    height: 10%;
    top: 50%;
}


.detail_box {
}

.product-props h3,.detail_box h3 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
.product-props h3 {
    padding-left: 15px;
    font-size: 18px;
}
.detail_box {
    padding-right: 15px;
}
.hiden {
    display: none;
}
 .prop_tr:nth-child(2n) {
    background-color: #f7f7f7;
}


.prop_tr {
    line-height: 1.5;
    padding: 7px 15px;
    cursor: default;
    width: 100%;
}

.prop_tr:after {
    content: '';
    display: table;
    clear: both;
}

.prop_tr .prop_name {
    color: #333;
    display: inline-block;
}

.prop_tr .prop_value {
    float: right;
    text-align: right;
}

.prop_tr .prop_value a {
    display: block;
    text-align: right;
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox {
    font-family: "Arimo" !important;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__select {
    height: auto;
    padding: 0 20px 0 3px;
    border: 0;
    font-size: 12px;
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__select-text {
    display: inline-block;
    width: 100%;
    line-height: normal;
    color: #fc532e;
    border-bottom: 1px dashed;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__trigger-arrow {
    -webkit-background-size: 7px;
    background-size: 7px; }

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__trigger {
    width: 20px;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box * {
    display: inline-block;
    vertical-align: middle;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__dropdown {
    top: 35px !important;
    font-size: 12px !important;
    border: 0;
    background: none;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox li {
    height: auto;
    padding: 5px;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .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;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox__dropdown {
    top: 25px !important;
    font-size: 12px !important;
    border: 0;
    background: none;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox li {
    height: auto;
    padding: 5px;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .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;}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .jq-selectbox ul {
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}

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

.bx-catalog-element .complect_box .element_dop_bloc .input_box label.checkbox {
    border: 1px solid #fc532e;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;}

.bx-catalog-element .complect_box .content_hiden_block button.slick-arrow {
    text-indent: -9999px;
    position: absolute;
    border: 0;
    background-color: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer;
}

.bx-catalog-element .complect_box .content_hiden_block button.slick-prev {
    background-image: url(/bitrix/templates/enteros/images/slider_arrow_left.svg);
    left: -30px;
}
.bx-catalog-element .complect_box .content_hiden_block button.slick-next {
    background-image: url(/bitrix/templates/enteros/images/slider_arrow_right.svg);
    right: -30px;
}

.prop_top {
    margin-bottom: 40px;
}

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

.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: 8px;
    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;
    transition: .2s ease-in-out
}

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

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

.bx-catalog-element .bx-title-line .btns .icon .hint {
    display: none;
    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 .icon .hint:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 19px;
    border: 6px solid transparent;
    border-bottom: 8px solid #fef3de;
    width: 10px
}

.bx-catalog-element .bx-title-line .btns .print {
    background: url(/bitrix/templates/enteros/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 {
    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-image: url(/bitrix/templates/enteros/images/icons/bar-chart_item.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    transition: .15s ease-i-out
}

.bx-catalog-element .bx-title-line .btns .compare input:checked+label {
    background-image: url(/bitrix/templates/enteros/images/icons/bar-chart_item_act.svg)
}

.bx-catalog-element .bx-title-line .btns .bookmark .hint,
.bx-catalog-element .bx-title-line .btns .compare .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 {
    background-image: url(/bitrix/templates/enteros/images/icons/big-bookmark_item.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: right;
    transition: .15s ease-i-out
}

.bx-catalog-element .bx-title-line .btns .bookmark.active {
    background-image: url(/bitrix/templates/enteros/images/icons/bookmark-tag_act.svg)
}

.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: 55%;
    padding-right: 3%;
    border-right: 1px solid #cacaca
}

.bx-catalog-element .product-item-left .product-item-detail-sep {
    height: 1px;
    border-bottom: 1px solid #cacaca
}

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

.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;
    transition: opacity .3s ease;
    opacity: .5
}

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

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

.bx-catalog-element .product-item-detail-slider .slick-next {
    bottom: 3px;
    background-image: url(/bitrix/templates/enteros/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(/bitrix/templates/enteros/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: #fc532e;
    position: relative
}

.bx-catalog-element .top_prop_block_sku {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cacaca
}

.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(/bitrix/templates/enteros/images/icons/check_mark_black.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 {*/
    /*background: #F7F7F7;*/
    /*padding-bottom: 15px;*/
/*}*/

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

.bx-catalog-element .product-item-detail-pay-block .buy-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border: 20px solid transparent;
    border-left: 16px solid #f1c449;
    clip: rect(0, 16px, 40px, 0);
    transition: .3s ease-in-out
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn:hover {
    background: #e5ba45
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn:hover:after {
    border-left-color: #e5ba45
}

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

.bx-catalog-element .product-item-detail-pay-block .buy-btn 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;
    transition: .3s ease-in-out
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn:before {
    content: '✔';
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 30px;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: -1
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn.active {
    background: #8ab75a
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn.active i,
.bx-catalog-element .product-item-detail-pay-block .buy-btn.active span {
    opacity: 0
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn.active:before {
    opacity: 1;
    z-index: 0
}

.bx-catalog-element .product-item-detail-pay-block .buy-btn.active:after {
    border-left-color: #8ab75a
}

.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 {
    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 {
    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
}

.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_tr:hover {
    background-color: #fc532e;
    color: #fff
}

.bx-catalog-element .product-item-detail-properties .prop_tr:hover .prop_name,
.bx-catalog-element .product-item-detail-properties .prop_tr:hover a {
    color: #fff
}

.bx-catalog-element .product-item-detail-properties .prop_tr:hover .prop_tooltip:after {
    border-color: #fff;
    color: #fff
}

.bx-catalog-element .product-item-detail-properties .prop_tr:hover .yes {
    background-image: url(/bitrix/templates/enteros/images/icons/check_mark_white.svg)
}

.bx-catalog-element .product-item-detail-properties .prop_tr:hover .no {
    background-image: url(/bitrix/templates/enteros/images/icons/minus_white.svg)
}

.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;
    margin-left: 5px;
    display: inline-block;
    width: 11px;
    height: 11px;
    line-height: 11px
}

.bx-catalog-element .product-item-detail-properties .prop_name .prop_tooltip:after {
    content: '?';
    display: inline-block;
    border: 1px solid #fc532e;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 900;
    line-height: 14px;
    padding-left: 2.5px;
    color: #fc532e;
    border-radius: 50%;
    vertical-align: middle;
    cursor: default
}

.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: 10;
    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);
    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(/bitrix/templates/enteros/images/icons/minus.svg);
    background-size: 10px
}

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

.bx-catalog-element .product-item-detail-properties .prop_value a {
    display: block;
    color: #fc532e
}

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

.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 {
    border: 1px solid #fe3153;
    padding: 20px 20px 20px 70px;
    font-size: 14px;
    position: relative;
    margin: 35px 0
}

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

.bx-catalog-element .complect_box .complect_attention .img_box {
    width: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto
}

.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;
    transition: .3s ease-in-out
}

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

.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;
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    margin-top: 10px
}

.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: #fc532e;
    font-size: 18px;
    font-family: Helvetica-Bold;
    border-bottom: 1px dashed #fc532e;
    transition: border .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:active,
.bx-catalog-element .complect_box .complect_text .count-elements:hover {
    border-bottom: 1px dashed transparent
}

.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 {
    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;
    background-image: url(/bitrix/templates/enteros/images/icons/shopping_cart.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f1c449;
    background-size: 20px;
    cursor: pointer;
    position: relative
}

.bx-catalog-element .complect_box .buy-btn:hover {
    background-color: #e5ba45
}

.bx-catalog-element .complect_box .buy-btn:before {
    content: '✔';
    width: 100%;
    line-height: 80px;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 30px;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: -1;
    color: #fff
}

.bx-catalog-element .complect_box .buy-btn.active {
    background-color: rgba(138, 183, 90, .8);
    background-image: none
}

.bx-catalog-element .complect_box .buy-btn.active:before {
    opacity: 1;
    z-index: 0
}

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

.bx-catalog-element .complect_box .content_hiden_block {
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    padding: 0 46px;
    background: #fff;
    position: relative;
    display: none;
    max-height: 145px
}

.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
}

.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%
}

.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;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

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

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

.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item:active span,
.bx-catalog-element .complect_box .content_hiden_block .complect_slaider_box .item:hover span {
    border-bottom: 1px dashed transparent
}

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

.bx-catalog-element .complect_box .title_box {
    color: #000000;
    font-size: 20px;
    font-family: Helvetica;
    padding: 0 50px;
    height: 46px;
    line-height: 46px;
    background: url(/bitrix/templates/enteros/images/icons/like.svg) no-repeat;
    background-size: 1.3em;
    background-position: 0px 0.2em;
    text-transform: uppercase;

}

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

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

.bx-catalog-element .complect_box .element_dop_bloc {
    padding: 15px 15px;
    display: block;
    width: 100%;
    height: 120px
}

.bx-catalog-element .complect_box .element_dop_bloc .input_box {
    width: 10%;
    height: 100%;
    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
}

.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(/bitrix/templates/enteros/images/icons/check_mark_green.svg)
}

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

.bx-catalog-element .complect_box .element_dop_bloc .input_box label.checkbox .checked {
    background-image: url(/bitrix/templates/enteros/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
}

.bx-catalog-element .complect_box .element_dop_bloc .img_box {
    width: 25%%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.bx-catalog-element .complect_box .element_dop_bloc .img_box .img {
    background: #fff;
    width: 90px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #cacaca
}

.bx-catalog-element .complect_box .element_dop_bloc .img_box .img img {
    max-width: 80px;
    max-height: 80px;
    vertical-align: middle
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    position: relative;
    width: 55%;
    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: 5px
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .name_box a {
    color: #fc532e;
    font-weight: 700
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box {
    width: 100%;
    max-height: 70px
}

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

.bx-catalog-element .complect_box .element_dop_bloc .info_box .prop_box .box_properties .name {
    color: #adacac;
}

.bx-catalog-element .complect_box .element_dop_bloc .info_box .more-recommend-switch {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #fc532e;
    border-bottom: 1px dashed #fc532e;
    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(/bitrix/templates/enteros/images/icons/down_arrow_blue.svg) center center no-repeat;
    background-size: 9px;
    margin-left: 2px;
    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: 27%;
    font-family: Helvetica-Bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    position: relative;
    height: 100%;
}

.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 {
    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
}

.bx-catalog-element .complect_box .section_name span:active,
.bx-catalog-element .complect_box .section_name span:hover {
    border-bottom: 1px dashed transparent;
    text-transform: uppercase;
    font-size: 12px;
}

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

.bx-catalog-element .complect_box .recomend .doprectovar-list .mego_box .doptovarbox .element_dop_bloc {
}

.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 .section_name {
    border-bottom: 2px solid #fc532e;
    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: 24%;
    height: 100%;
    background-image: url(/bitrix/templates/enteros/images/service.svg);
    background-repeat: no-repeat;
    background-size: 145px;
    background-position: center 5px
}

.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(/bitrix/templates/enteros/images/icons/check_mark_yellow.svg)
}

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

.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: 10px
}

.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:nth-child(2n+1) td {
    background-color: rgba(244, 244, 244, .4)
}

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

.bx-catalog-element .vision_blok table tr td a {
    color: #fc532e;
    border-bottom: 1px solid
}

.bx-catalog-element .vision_blok table tr td a:hover {
    border-bottom-color: transparent
}

.bx-catalog-element .vision_blok table tr:hover td {
    background-color: #ffedcf
}

.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 {
    margin-top: 70px
}

.bx-catalog-element .goods_block .goods-carousel {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0
}

.bx-catalog-element .goods_block .goods_box {
    border: 1px solid #fc532e;
    overflow: hidden;
    padding: 30px 50px;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.bx-catalog-element .goods_block .goods_img {
    float: left;
    width: 36%;
    margin-right: 4%;
    text-align: center;
    display: block
}

.bx-catalog-element .goods_block .goods_img .goods_img-box {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 80%
}

.bx-catalog-element .goods_block .goods_img .goods_img-box .img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.bx-catalog-element .goods_block .goods_data,
.bx-catalog-element .goods_block .goods_set_block,
.bx-catalog-element .goods_block .goods_text {
    float: left;
    width: 60%
}

.bx-catalog-element .goods_block .goods_data:after {
    display: block;
    clear: both;
    content: " "
}

.bx-catalog-element .goods_block .goods_title_box {
    float: left;
    display: block;
    width: 71%;
    margin-right: 2%
}

.bx-catalog-element .goods_block .goods_title_box span {
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.bx-catalog-element .goods_block .goods_title_box a {
    color: #fc532e;
    font-size: 16px;
    white-space: normal
}

.bx-catalog-element .goods_block .goods_pay_box {
    float: left;
    width: 27%;
    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 .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 .goods_in_basket {
    width: 100%;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #fc532e;
    height: 40px;
    display: block;
    text-align: center;
    position: relative;
    transition: .3s ease-in-out;
    outline: 0
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border: 20px solid transparent;
    border-left: 16px solid #fc532e;
    clip: rect(0, 16px, 40px, 0);
    transition: .3s ease-in-out
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:hover {
    background: #467bb5
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:hover:after {
    border-left-color: #467bb5
}

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

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket 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;
    transition: .3s ease-in-out
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket:before {
    content: '✔';
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 30px;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: -1
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket.active {
    background: #8ab75a
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket.active i,
.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket.active span {
    opacity: 0
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket.active:before {
    opacity: 1;
    z-index: 0
}

.bx-catalog-element .goods_block .goods_pay_box .goods_in_basket.active:after {
    border-left-color: #8ab75a
}

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

.bx-catalog-element .goods_block .set_box_tr {
    overflow: hidden;
    line-height: 20px;
    height: 55px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    float: left;
    padding-right: 35px
}

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

.bx-catalog-element .goods_block .set_box_tr .set_prise {
    float: right
}

.bx-catalog-element .goods_block .set_box_tr .set_prise div {
    float: left
}

.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
}

.bx-catalog-element .goods_block .slick-dots {
    text-align: center;
    margin-top: 20px
}

.bx-catalog-element .goods_block .slick-dots li {
    display: inline-block
}

.bx-catalog-element .goods_block .slick-dots li.slick-active button {
    background-color: #fc532e
}

.bx-catalog-element .goods_block .slick-dots li button {
    border: 1px solid #fc532e;
    border-radius: 50%;
    color: transparent;
    background: #fff;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 4px;
    outline: 0;
    cursor: pointer;
    transition: background .3s ease
}

.bx-catalog-element .product-carousel {
    margin-top: 60px;
    overflow: hidden;
    position: relative
}

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

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

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

.bx-catalog-element .collection_element_block .product-item-container {
    height: auto
}

.preview_img {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100px;
    min-width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    top: 125px;
    z-index: 1000;}

.preview_img span {
    background-color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate( 45deg );
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    float: right;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    z-index: -2;
    top: -10px;
    left: 20px;}

.bx-catalog-element .complect_box .element_dop_bloc .img_box .preview_img {
    top: 0px;
    right: 162px;}

.bx-catalog-element .complect_box .recomend .doprectovar-list .preview_img {
    right: 152px;}

.bx-catalog-element .complect_box .element_dop_bloc .img_box .preview_img span {
    top: 35px;
    right: -11px;
    left: initial;}

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

    .bx-catalog-element .complect_box .element_dop_bloc .img_box .preview_img {
        right: initial;
        left: 115px;}

    .bx-catalog-element .complect_box .recomend .doprectovar-list .preview_img {
        right: initial;
        left: 110px;}

    .bx-catalog-element .complect_box .element_dop_bloc .img_box .preview_img span {
        left: -11px;
        right: initial;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-left: 1px solid rgba(0, 0, 0, 0.2);}
}

.preview_img-box {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding: 5px;}

.preview_img-box img {
    float: left;
    vertical-align: middle;
    max-width: 250px;
    max-height: 250px;}

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

.prise_box .in_basket_box {
    position: absolute;
    bottom: 0px;
}





/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.label, sub, sup {
    vertical-align: baseline;
}
hr, img {
    border: 0;
}
.glyphicon, .mdi-set, .mdi:before {
    -moz-osx-font-smoothing: grayscale;
}
body, figure {
    margin: 0;
}
.btn-group>.btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
    float: left;
}
.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }
    *, :after, :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")"}
    abbr[title]:after {
        content: " (" attr(title) ")"}
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""}
    blockquote, pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100%!important;
    }
    h2, h3, p {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000!important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse!important;
    }
    .table td, .table th {
        background-color: #fff!important;
    }
    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd!important;
    }
}.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover, .form-control, .navbar-toggle, .open>.btn-danger.dropdown-toggle, .open>.btn-default.dropdown-toggle, .open>.btn-info.dropdown-toggle, .open>.btn-primary.dropdown-toggle, .open>.btn-warning.dropdown-toggle {
     background-image: none;
 }
*, :after, :before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: 1.42857;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #23527c;
    transition: ease-out .25s;
    text-decoration: none;
}
a:focus, a:hover {
    color: #e0434B;
    text-decoration: underline;
}
a:focus {
    outline-offset: -2px;
}
.img-responsive {
    display: block;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}
[role=button] {
    cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
dt, kbd kbd, label {
    font-weight: 700;
}
.sale-profile-detail-form .form-control {
    border-radius: 0 !important;
    border-color: #d2d2d2 !important;
    box-shadow: none !important;
}
label.col-md-3.sale-personal-profile-detail-form-label.text-md-right {
    font-weight: normal;
}
.sale-personal-profile-detail-form-title-row h4 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
}
.sale-profile-detail-form .sale-personal-profile-btn-block {
    display: flex;
    margin-top: 15px;
    padding-bottom: 20px;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="save"] {
    max-width: 150px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    background-color: #F0434B;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
    margin-right: 10px;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="apply"] {
    max-width: 150px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border: 1px solid #2A3A59;
    color: #171717;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
    margin-right: 10px;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="reset"] {
    max-width: 70px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="save"]:hover {
    background-color: #e0434B;
    color: #fff;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="save"]:active {
    background-color: #f42a33;
    color: #fff;
    outline: none;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="apply"]:hover {
    background-color: #2A3A59;
    color: #fff;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="apply"]:active {
    border-color: #212f45;
    background-color: #212f45;
    color: #FFFFFF;
    outline: none;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="reset"]:hover {
    background-color: transparent;
    color: #F0434B;
}
.sale-profile-detail-form .sale-personal-profile-btn-block input[name="reset"]:active {
    color: #F0434B;;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    outline: none;
}
.sale-personal-profile-detail-form-title-row h4 b {
    font-weight: normal;
}
@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }

}.small, small {
     font-size: 85%}
.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.initialism, .text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus, a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}
pre code, table {
    background-color: transparent;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
dl, ol, ul {
    margin-top: 0;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
address, dl {
    margin-bottom: 20px;
}
ol, ul {
    margin-bottom: 10px;
}
.list-inline {
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dd, dt {
    line-height: 1.42857;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .container {
        width: 740px;
    }
}.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clear_both, .clearfix:after, .container-fluid:after, .container:after, .dropdown-menu>li>a, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .pager:after, .panel-body:after, .row:after {
     clear: both;
 }
abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}
legend, pre {
    color: #333;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
code, kbd {
    padding: 2px 4px;
    font-size: 90%}
caption, th {
    text-align: left;
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'}
address {
    font-style: normal;
    line-height: 1.42857;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
.pre-scrollable {
    overflow-y: scroll;
}
@media (min-width:992px) {
    .container {
        width: 960px;
    }
}@media (min-width:1200px) {
    .container {
        width: 1160px;
    }
}.row {
     margin-left: -10px;
     margin-right: -10px;
 }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1 {
    width: 8.33333%}
.col-xs-2 {
    width: 16.66667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.33333%}
.col-xs-5 {
    width: 41.66667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.33333%}
.col-xs-8 {
    width: 66.66667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.33333%}
.col-xs-11 {
    width: 91.66667%}
.col-xs-12 {
    width: 100%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%}
.col-xs-pull-2 {
    right: 16.66667%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-4 {
    right: 33.33333%}
.col-xs-pull-5 {
    right: 41.66667%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-7 {
    right: 58.33333%}
.col-xs-pull-8 {
    right: 66.66667%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-10 {
    right: 83.33333%}
.col-xs-pull-11 {
    right: 91.66667%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%}
.col-xs-push-2 {
    left: 16.66667%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-4 {
    left: 33.33333%}
.col-xs-push-5 {
    left: 41.66667%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-7 {
    left: 58.33333%}
.col-xs-push-8 {
    left: 66.66667%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-10 {
    left: 83.33333%}
.col-xs-push-11 {
    left: 91.66667%}
.col-xs-push-12 {
    left: 100%}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%}
.col-xs-offset-2 {
    margin-left: 16.66667%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-4 {
    margin-left: 33.33333%}
.col-xs-offset-5 {
    margin-left: 41.66667%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-7 {
    margin-left: 58.33333%}
.col-xs-offset-8 {
    margin-left: 66.66667%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-10 {
    margin-left: 83.33333%}
.col-xs-offset-11 {
    margin-left: 91.66667%}
.col-xs-offset-12 {
    margin-left: 100%}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%}
    .col-sm-2 {
        width: 16.66667%}
    .col-sm-3 {
        width: 25%}
    .col-sm-4 {
        width: 33.33333%}
    .col-sm-5 {
        width: 41.66667%}
    .col-sm-6 {
        width: 50%}
    .col-sm-7 {
        width: 58.33333%}
    .col-sm-8 {
        width: 66.66667%}
    .col-sm-9 {
        width: 75%}
    .col-sm-10 {
        width: 83.33333%}
    .col-sm-11 {
        width: 91.66667%}
    .col-sm-12 {
        width: 100%}
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%}
    .col-sm-pull-2 {
        right: 16.66667%}
    .col-sm-pull-3 {
        right: 25%}
    .col-sm-pull-4 {
        right: 33.33333%}
    .col-sm-pull-5 {
        right: 41.66667%}
    .col-sm-pull-6 {
        right: 50%}
    .col-sm-pull-7 {
        right: 58.33333%}
    .col-sm-pull-8 {
        right: 66.66667%}
    .col-sm-pull-9 {
        right: 75%}
    .col-sm-pull-10 {
        right: 83.33333%}
    .col-sm-pull-11 {
        right: 91.66667%}
    .col-sm-pull-12 {
        right: 100%}
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%}
    .col-sm-push-2 {
        left: 16.66667%}
    .col-sm-push-3 {
        left: 25%}
    .col-sm-push-4 {
        left: 33.33333%}
    .col-sm-push-5 {
        left: 41.66667%}
    .col-sm-push-6 {
        left: 50%}
    .col-sm-push-7 {
        left: 58.33333%}
    .col-sm-push-8 {
        left: 66.66667%}
    .col-sm-push-9 {
        left: 75%}
    .col-sm-push-10 {
        left: 83.33333%}
    .col-sm-push-11 {
        left: 91.66667%}
    .col-sm-push-12 {
        left: 100%}
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%}
    .col-sm-offset-2 {
        margin-left: 16.66667%}
    .col-sm-offset-3 {
        margin-left: 25%}
    .col-sm-offset-4 {
        margin-left: 33.33333%}
    .col-sm-offset-5 {
        margin-left: 41.66667%}
    .col-sm-offset-6 {
        margin-left: 50%}
    .col-sm-offset-7 {
        margin-left: 58.33333%}
    .col-sm-offset-8 {
        margin-left: 66.66667%}
    .col-sm-offset-9 {
        margin-left: 75%}
    .col-sm-offset-10 {
        margin-left: 83.33333%}
    .col-sm-offset-11 {
        margin-left: 91.66667%}
    .col-sm-offset-12 {
        margin-left: 100%}
}@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%}
    .col-md-2 {
        width: 16.66667%}
    .col-md-3 {
        width: 25%}
    .col-md-4 {
        width: 33.33333%}
    .col-md-5 {
        width: 41.66667%}
    .col-md-6 {
        width: 50%}
    .col-md-7 {
        width: 58.33333%}
    .col-md-8 {
        width: 66.66667%}
    .col-md-9 {
        width: 75%}
    .col-md-10 {
        width: 83.33333%}
    .col-md-11 {
        width: 91.66667%}
    .col-md-12 {
        width: 100%}
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%}
    .col-md-pull-2 {
        right: 16.66667%}
    .col-md-pull-3 {
        right: 25%}
    .col-md-pull-4 {
        right: 33.33333%}
    .col-md-pull-5 {
        right: 41.66667%}
    .col-md-pull-6 {
        right: 50%}
    .col-md-pull-7 {
        right: 58.33333%}
    .col-md-pull-8 {
        right: 66.66667%}
    .col-md-pull-9 {
        right: 75%}
    .col-md-pull-10 {
        right: 83.33333%}
    .col-md-pull-11 {
        right: 91.66667%}
    .col-md-pull-12 {
        right: 100%}
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%}
    .col-md-push-2 {
        left: 16.66667%}
    .col-md-push-3 {
        left: 25%}
    .col-md-push-4 {
        left: 33.33333%}
    .col-md-push-5 {
        left: 41.66667%}
    .col-md-push-6 {
        left: 50%}
    .col-md-push-7 {
        left: 58.33333%}
    .col-md-push-8 {
        left: 66.66667%}
    .col-md-push-9 {
        left: 75%}
    .col-md-push-10 {
        left: 83.33333%}
    .col-md-push-11 {
        left: 91.66667%}
    .col-md-push-12 {
        left: 100%}
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%}
    .col-md-offset-2 {
        margin-left: 16.66667%}
    .col-md-offset-3 {
        margin-left: 25%}
    .col-md-offset-4 {
        margin-left: 33.33333%}
    .col-md-offset-5 {
        margin-left: 41.66667%}
    .col-md-offset-6 {
        margin-left: 50%}
    .col-md-offset-7 {
        margin-left: 58.33333%}
    .col-md-offset-8 {
        margin-left: 66.66667%}
    .col-md-offset-9 {
        margin-left: 75%}
    .col-md-offset-10 {
        margin-left: 83.33333%}
    .col-md-offset-11 {
        margin-left: 91.66667%}
    .col-md-offset-12 {
        margin-left: 100%}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%}
    .col-lg-2 {
        width: 16.66667%}
    .col-lg-3 {
        width: 25%}
    .col-lg-4 {
        width: 33.33333%}
    .col-lg-5 {
        width: 41.66667%}
    .col-lg-6 {
        width: 50%}
    .col-lg-7 {
        width: 58.33333%}
    .col-lg-8 {
        width: 66.66667%}
    .col-lg-9 {
        width: 75%}
    .col-lg-10 {
        width: 83.33333%}
    .col-lg-11 {
        width: 91.66667%}
    .col-lg-12 {
        width: 100%}
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%}
    .col-lg-pull-2 {
        right: 16.66667%}
    .col-lg-pull-3 {
        right: 25%}
    .col-lg-pull-4 {
        right: 33.33333%}
    .col-lg-pull-5 {
        right: 41.66667%}
    .col-lg-pull-6 {
        right: 50%}
    .col-lg-pull-7 {
        right: 58.33333%}
    .col-lg-pull-8 {
        right: 66.66667%}
    .col-lg-pull-9 {
        right: 75%}
    .col-lg-pull-10 {
        right: 83.33333%}
    .col-lg-pull-11 {
        right: 91.66667%}
    .col-lg-pull-12 {
        right: 100%}
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%}
    .col-lg-push-2 {
        left: 16.66667%}
    .col-lg-push-3 {
        left: 25%}
    .col-lg-push-4 {
        left: 33.33333%}
    .col-lg-push-5 {
        left: 41.66667%}
    .col-lg-push-6 {
        left: 50%}
    .col-lg-push-7 {
        left: 58.33333%}
    .col-lg-push-8 {
        left: 66.66667%}
    .col-lg-push-9 {
        left: 75%}
    .col-lg-push-10 {
        left: 83.33333%}
    .col-lg-push-11 {
        left: 91.66667%}
    .col-lg-push-12 {
        left: 100%}
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%}
    .col-lg-offset-2 {
        margin-left: 16.66667%}
    .col-lg-offset-3 {
        margin-left: 25%}
    .col-lg-offset-4 {
        margin-left: 33.33333%}
    .col-lg-offset-5 {
        margin-left: 41.66667%}
    .col-lg-offset-6 {
        margin-left: 50%}
    .col-lg-offset-7 {
        margin-left: 58.33333%}
    .col-lg-offset-8 {
        margin-left: 66.66667%}
    .col-lg-offset-9 {
        margin-left: 75%}
    .col-lg-offset-10 {
        margin-left: 83.33333%}
    .col-lg-offset-11 {
        margin-left: 91.66667%}
    .col-lg-offset-12 {
        margin-left: 100%}
}caption {
     padding-top: 8px;
     padding-bottom: 8px;
     color: #777;
 }
.sale-personal-profile-list-actions .sale-personal-profile-list-change-button,
.sale-personal-profile-list-actions .sale-personal-profile-list-change-button:hover {
    border-bottom: none;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px 8px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>th:nth-child(3) {
    width: 270px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}
.bx_my_order_cancel input[value="Отменить заказ"] {
    max-width: 150px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border: none;
    background: unset;
    background-color: #F0434B;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
    margin-right: 10px;
    border-radius: 0;
    font-weight: normal;
    text-shadow: none;
}
.bx_my_order_cancel input[value="Отменить заказ"]:hover {
    background-color: #e0434B;
    color: #fff;
}
.bx_my_order_cancel input[value="Отменить заказ"]:active {
    background: none;
    background-color: #f42a33;
    color: #fff;
    outline: none;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
}fieldset, legend {
     padding: 0;
     border: 0;
 }
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}
input[type=file] {
    display: block;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color:  #5372ac;
    outline: 0;
    box-shadow: none;
}
.bx-blue .basket-item-amount-filed:hover, .bx-blue .basket-item-amount-filed:focus {
    border-color: #e4e4e4;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm>.input-group-btn>input[type=date].btn, .input-group-sm>.input-group-btn>input[type=time].btn, .input-group-sm>.input-group-btn>input[type=datetime-local].btn, .input-group-sm>.input-group-btn>input[type=month].btn, .input-group-sm>input[type=date].form-control, .input-group-sm>input[type=date].input-group-addon, .input-group-sm>input[type=time].form-control, .input-group-sm>input[type=time].input-group-addon, .input-group-sm>input[type=datetime-local].form-control, .input-group-sm>input[type=datetime-local].input-group-addon, .input-group-sm>input[type=month].form-control, .input-group-sm>input[type=month].input-group-addon, input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg>.input-group-btn>input[type=date].btn, .input-group-lg>.input-group-btn>input[type=time].btn, .input-group-lg>.input-group-btn>input[type=datetime-local].btn, .input-group-lg>.input-group-btn>input[type=month].btn, .input-group-lg>input[type=date].form-control, .input-group-lg>input[type=date].input-group-addon, .input-group-lg>input[type=time].form-control, .input-group-lg>input[type=time].input-group-addon, .input-group-lg>input[type=datetime-local].form-control, .input-group-lg>input[type=datetime-local].input-group-addon, .input-group-lg>input[type=month].form-control, .input-group-lg>input[type=month].input-group-addon, input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}.form-group {
     margin-bottom: 15px;
 }
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px;
}
.input-group-sm>.input-group-btn>select[multiple].btn, .input-group-sm>.input-group-btn>textarea.btn, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.input-group-lg>.input-group-btn>select.btn, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px;
}
.input-group-lg>.input-group-btn>select[multiple].btn, .input-group-lg>.input-group-btn>textarea.btn, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.collapsing, .dropdown, .dropup {
    position: relative;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%}
    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
     margin-top: 0;
     margin-bottom: 0;
     padding-top: 7px;
 }
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}.btn {
     margin-bottom: 0;
     font-weight: 400;
     text-align: center;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     white-space: nowrap;
     font-size: 14px;
     line-height: 1.42857;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.btn-success.dropdown-toggle.focus, .open>.btn-success.dropdown-toggle:focus, .open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.btn-warning.dropdown-toggle.focus, .open>.btn-warning.dropdown-toggle:focus, .open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.btn-danger.dropdown-toggle.focus, .open>.btn-danger.dropdown-toggle:focus, .open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-header, .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857;
    white-space: nowrap;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child, .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child), .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    font-weight: 400;
    color: #333;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    font-size: 12px;
    color: #777;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""}
.btn-toolbar:after, .btn-toolbar:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
    content: " "}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}.btn-group, .btn-group-vertical {
     position: relative;
     display: inline-block;
     vertical-align: middle;
 }
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after, .btn-toolbar:before {
    display: table;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn .caret, .btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group>.btn+.dropdown-toggle, .btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn-group-lg>.btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-group-lg>.btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%}
.btn-group-justified>.btn-group .btn {
    width: 100%}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group, .input-group-btn, .input-group-btn>.btn {
    position: relative;
}
.input-group {
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after, .nav:before {
    display: table;
}
.nav>li, .nav>li>a {
    display: block;
    position: relative;
}
.nav>li>a {
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #777;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills>li {
    float: left;
}
.nav-justified>li, .nav-stacked>li, .nav-tabs.nav-justified>li {
    float: none;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}
@media (min-width:768px) {
    .nav-justified>li, .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%}
    .nav-justified>li>a, .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
    .nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff;
    }
}.tab-content>.tab-pane {
     display: none;
 }
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:after, .navbar:before {
    display: table;
}
.navbar:after {
    clear: both;
}
.navbar-header:after, .navbar-header:before {
    display: table;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after, .navbar-collapse:before {
    display: table;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}.embed-responsive, .modal, .modal-open, .progress {
     overflow: hidden;
 }
@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
     margin-right: -10px;
     margin-left: -10px;
 }
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -10px;
    }
}.navbar-toggle {
     position: relative;
     float: right;
     margin-right: 10px;
     padding: 9px 10px;
     margin-top: 8px;
     margin-bottom: 8px;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 4px;
 }
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-nav {
    margin: 7.5px -10px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
     background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 }
@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}.navbar-form {
     padding: 10px;
     border-top: 1px solid transparent;
     border-bottom: 1px solid transparent;
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
     margin: 8px -10px;
 }
@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%}
    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}.breadcrumb>li, .pagination {
     display: inline-block;
 }
.btn .badge, .btn .label {
    top: -1px;
    position: relative;
}
@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}.navbar-nav>li>.dropdown-menu {
     margin-top: 0;
     border-top-right-radius: 0;
     border-top-left-radius: 0;
 }
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.btn-group-sm>.navbar-btn.btn, .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-group-xs>.navbar-btn.btn, .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
    .navbar-left {
        float: left!important;
    }
    .navbar-right {
        float: right!important;
        margin-right: -10px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}.navbar-default {
     background-color: #f8f8f8;
     border-color: #e7e7e7;
 }
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent;
    }
}.navbar-default .navbar-link {
     color: #777;
 }
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}.navbar-inverse .navbar-link {
     color: #9d9d9d;
 }
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>.active {
    color: #777;
}
.pagination {
    padding-left: 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:after, .pager:before {
    content: " ";
    display: table;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
}
.label:empty {
    display: none;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.media-object, .thumbnail {
    display: block;
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item>.badge {
    float: right;
}
.list-group-item>.badge+.badge {
    margin-right: 5px;
}
.nav-pills>li>a>.badge {
    margin-left: 3px;
}
a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.alert, .thumbnail {
    margin-bottom: 20px;
}
.alert .alert-link, .close {
    font-weight: 700;
}
.jumbotron>hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.jumbotron .container {
    max-width: 100%}
@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}.thumbnail {
     padding: 4px;
     line-height: 1.42857;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 4px;
     -webkit-transition: border .2s ease-in-out;
     transition: border .2s ease-in-out;
 }
.thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #585858;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}@keyframes progress-bar-stripes {
     from {
         background-position: 40px 0;
     }
     to {
         background-position: 0 0;
     }
 }.progress {
      height: 20px;
      margin-bottom: 20px;
      background-color: #f5f5f5;
      border-radius: 4px;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  }
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media>.pull-right {
    padding-left: 10px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.panel-heading>.dropdown .dropdown-toggle, .panel-title, .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-title, .panel>.list-group, .panel>.panel-collapse>.list-group, .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-body:after, .panel-body:before {
    content: " ";
    display: table;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}
.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.embed-responsive-4by3 {
    padding-bottom: 75%}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.popover, .tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-content, .popover {
    background-clip: padding-box;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {
    display: table;
    content: " "}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel-control, .modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
     bottom: 0;
     margin-bottom: -5px;
     border-width: 5px 5px 0;
     border-top-color: #000;
 }
@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}.tooltip {
     position: absolute;
     z-index: 1070;
     display: block;
     text-align: left;
     text-align: start;
     font-size: 12px;
     opacity: 0;
     filter: alpha(opacity=0);
 }
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}
.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.carousel-caption, .carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.carousel, .carousel-inner {
    position: relative;
}
.popover>.arrow {
    border-width: 11px;
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.left>.arrow:after, .popover.right>.arrow:after {
    content: " ";
    bottom: -10px;
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
}
.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px;
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel-inner {
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.active.right, .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
     display: block;
 }
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    font-size: 20px;
    background-color: transparent;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
}
#fix_logo .img img, .top_panel .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#fix_logo .img, .services .img_wrp .img, .top_panel .logo {
    background-repeat: no-repeat;
}
.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}
.carousel-caption .btn, .text-hide {
    text-shadow: none;
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}.clearfix:after, .clearfix:before {
     content: " ";
     display: table;
 }
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
    display ease-out .25s;
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}
.container-fluid, .relative, .select_area, html {
    position: relative;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width:767px) {
    .basket-items-list-table tr.basket-items-list-item-container {
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: flex-start;
    }
    .basket-items-list-item-amount {
        padding-top: 20px;
    }
    .visible-xs {
        display: block!important;
    }
    table.visible-xs {
        display: table!important;
    }
    tr.visible-xs {
        display: table-row!important;
    }
    td.visible-xs, th.visible-xs {
        display: table-cell!important;
    }
    .visible-xs-block {
        display: block!important;
    }
    .visible-xs-inline {
        display: inline!important;
    }
    .visible-xs-inline-block {
        display: inline-block!important;
    }
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }
    table.visible-sm {
        display: table!important;
    }
    tr.visible-sm {
        display: table-row!important;
    }
    td.visible-sm, th.visible-sm {
        display: table-cell!important;
    }
    .visible-sm-block {
        display: block!important;
    }
    .visible-sm-inline {
        display: inline!important;
    }
    .visible-sm-inline-block {
        display: inline-block!important;
    }
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }
    table.visible-md {
        display: table!important;
    }
    tr.visible-md {
        display: table-row!important;
    }
    td.visible-md, th.visible-md {
        display: table-cell!important;
    }
    .visible-md-block {
        display: block!important;
    }
    .visible-md-inline {
        display: inline!important;
    }
    .visible-md-inline-block {
        display: inline-block!important;
    }
}@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }
    table.visible-lg {
        display: table!important;
    }
    tr.visible-lg {
        display: table-row!important;
    }
    td.visible-lg, th.visible-lg {
        display: table-cell!important;
    }
    .visible-lg-block {
        display: block!important;
    }
    .visible-lg-inline {
        display: inline!important;
    }
    .visible-lg-inline-block {
        display: inline-block!important;
    }
    .hidden-lg {
        display: none!important;
    }
}@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}.visible-print {
     display: none!important;
 }
@media print {
    .visible-print {
        display: block!important;
    }
    table.visible-print {
        display: table!important;
    }
    tr.visible-print {
        display: table-row!important;
    }
    td.visible-print, th.visible-print {
        display: table-cell!important;
    }
}.visible-print-block {
     display: none!important;
 }
@media print {
    .visible-print-block {
        display: block!important;
    }
}.visible-print-inline {
     display: none!important;
 }
@media print {
    .visible-print-inline {
        display: inline!important;
    }
}.visible-print-inline-block {
     display: none!important;
 }
@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }
    .hidden-print {
        display: none!important;
    }
}
.mdi-set, .mdi:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mdi-access-point:before {
    content: "\F002"}
.mdi-access-point-network:before {
    content: "\F003"}
.mdi-account:before {
    content: "\F004"}
.mdi-account-alert:before {
    content: "\F005"}
.mdi-account-box:before {
    content: "\F006"}
.mdi-account-box-outline:before {
    content: "\F007"}
.mdi-account-card-details:before {
    content: "\F5D2"}
.mdi-account-check:before {
    content: "\F008"}
.mdi-account-circle:before {
    content: "\F009"}
.mdi-account-convert:before {
    content: "\F00A"}
.mdi-account-key:before {
    content: "\F00B"}
.mdi-account-location:before {
    content: "\F00C"}
.mdi-account-minus:before {
    content: "\F00D"}
.mdi-account-multiple:before {
    content: "\F00E"}
.mdi-account-multiple-minus:before {
    content: "\F5D3"}
.mdi-account-multiple-outline:before {
    content: "\F00F"}
.mdi-account-multiple-plus:before {
    content: "\F010"}
.mdi-account-network:before {
    content: "\F011"}
.mdi-account-off:before {
    content: "\F012"}
.mdi-account-outline:before {
    content: "\F013"}
.mdi-account-plus:before {
    content: "\F014"}
.mdi-account-remove:before {
    content: "\F015"}
.mdi-account-search:before {
    content: "\F016"}
.mdi-account-settings:before {
    content: "\F630"}
.mdi-account-settings-variant:before {
    content: "\F631"}
.mdi-account-star:before {
    content: "\F017"}
.mdi-account-star-variant:before {
    content: "\F018"}
.mdi-account-switch:before {
    content: "\F019"}
.mdi-adjust:before {
    content: "\F01A"}
.mdi-air-conditioner:before {
    content: "\F01B"}
.mdi-airballoon:before {
    content: "\F01C"}
.mdi-airplane:before {
    content: "\F01D"}
.mdi-airplane-landing:before {
    content: "\F5D4"}
.mdi-airplane-off:before {
    content: "\F01E"}
.mdi-airplane-takeoff:before {
    content: "\F5D5"}
.mdi-airplay:before {
    content: "\F01F"}
.mdi-alarm:before {
    content: "\F020"}
.mdi-alarm-check:before {
    content: "\F021"}
.mdi-alarm-multiple:before {
    content: "\F022"}
.mdi-alarm-off:before {
    content: "\F023"}
.mdi-alarm-plus:before {
    content: "\F024"}
.mdi-alarm-snooze:before {
    content: "\F68D"}
.mdi-album:before {
    content: "\F025"}
.mdi-alert:before {
    content: "\F026"}
.mdi-alert-box:before {
    content: "\F027"}
.mdi-alert-circle:before {
    content: "\F028"}
.mdi-alert-circle-outline:before {
    content: "\F5D6"}
.mdi-alert-octagon:before {
    content: "\F029"}
.mdi-alert-outline:before {
    content: "\F02A"}
.mdi-alpha:before {
    content: "\F02B"}
.mdi-alphabetical:before {
    content: "\F02C"}
.mdi-altimeter:before {
    content: "\F5D7"}
.mdi-amazon:before {
    content: "\F02D"}
.mdi-amazon-clouddrive:before {
    content: "\F02E"}
.mdi-ambulance:before {
    content: "\F02F"}
.mdi-amplifier:before {
    content: "\F030"}
.mdi-anchor:before {
    content: "\F031"}
.mdi-android:before {
    content: "\F032"}
.mdi-android-debug-bridge:before {
    content: "\F033"}
.mdi-android-studio:before {
    content: "\F034"}
.mdi-angular:before {
    content: "\F6B1"}
.mdi-animation:before {
    content: "\F5D8"}
.mdi-apple:before {
    content: "\F035"}
.mdi-apple-finder:before {
    content: "\F036"}
.mdi-apple-ios:before {
    content: "\F037"}
.mdi-apple-keyboard-caps:before {
    content: "\F632"}
.mdi-apple-keyboard-command:before {
    content: "\F633"}
.mdi-apple-keyboard-control:before {
    content: "\F634"}
.mdi-apple-keyboard-option:before {
    content: "\F635"}
.mdi-apple-keyboard-shift:before {
    content: "\F636"}
.mdi-apple-mobileme:before {
    content: "\F038"}
.mdi-apple-safari:before {
    content: "\F039"}
.mdi-application:before {
    content: "\F614"}
.mdi-appnet:before {
    content: "\F03A"}
.mdi-apps:before {
    content: "\F03B"}
.mdi-archive:before {
    content: "\F03C"}
.mdi-arrange-bring-forward:before {
    content: "\F03D"}
.mdi-arrange-bring-to-front:before {
    content: "\F03E"}
.mdi-arrange-send-backward:before {
    content: "\F03F"}
.mdi-arrange-send-to-back:before {
    content: "\F040"}
.mdi-arrow-all:before {
    content: "\F041"}
.mdi-arrow-bottom-left:before {
    content: "\F042"}
.mdi-arrow-bottom-right:before {
    content: "\F043"}
.mdi-arrow-compress:before {
    content: "\F615"}
.mdi-arrow-compress-all:before {
    content: "\F044"}
.mdi-arrow-down:before {
    content: "\F045"}
.mdi-arrow-down-bold:before {
    content: "\F046"}
.mdi-arrow-down-bold-circle:before {
    content: "\F047"}
.mdi-arrow-down-bold-circle-outline:before {
    content: "\F048"}
.mdi-arrow-down-bold-hexagon-outline:before {
    content: "\F049"}
.mdi-arrow-down-drop-circle:before {
    content: "\F04A"}
.mdi-arrow-down-drop-circle-outline:before {
    content: "\F04B"}
.mdi-arrow-expand:before {
    content: "\F616"}
.mdi-arrow-expand-all:before {
    content: "\F04C"}
.mdi-arrow-left:before {
    content: "\F04D"}
.mdi-arrow-left-bold:before {
    content: "\F04E"}
.mdi-arrow-left-bold-circle:before {
    content: "\F04F"}
.mdi-arrow-left-bold-circle-outline:before {
    content: "\F050"}
.mdi-arrow-left-bold-hexagon-outline:before {
    content: "\F051"}
.mdi-arrow-left-drop-circle:before {
    content: "\F052"}
.mdi-arrow-left-drop-circle-outline:before {
    content: "\F053"}
.mdi-arrow-right:before {
    content: "\F054"}
.mdi-arrow-right-bold:before {
    content: "\F055"}
.mdi-arrow-right-bold-circle:before {
    content: "\F056"}
.mdi-arrow-right-bold-circle-outline:before {
    content: "\F057"}
.mdi-arrow-right-bold-hexagon-outline:before {
    content: "\F058"}
.mdi-arrow-right-drop-circle:before {
    content: "\F059"}
.mdi-arrow-right-drop-circle-outline:before {
    content: "\F05A"}
.mdi-arrow-top-left:before {
    content: "\F05B"}
.mdi-arrow-top-right:before {
    content: "\F05C"}
.mdi-arrow-up:before {
    content: "\F05D"}
.mdi-arrow-up-bold:before {
    content: "\F05E"}
.mdi-arrow-up-bold-circle:before {
    content: "\F05F"}
.mdi-arrow-up-bold-circle-outline:before {
    content: "\F060"}
.mdi-arrow-up-bold-hexagon-outline:before {
    content: "\F061"}
.mdi-arrow-up-drop-circle:before {
    content: "\F062"}
.mdi-arrow-up-drop-circle-outline:before {
    content: "\F063"}
.mdi-assistant:before {
    content: "\F064"}
.mdi-at:before {
    content: "\F065"}
.mdi-attachment:before {
    content: "\F066"}
.mdi-audiobook:before {
    content: "\F067"}
.mdi-auto-fix:before {
    content: "\F068"}
.mdi-auto-upload:before {
    content: "\F069"}
.mdi-autorenew:before {
    content: "\F06A"}
.mdi-av-timer:before {
    content: "\F06B"}
.mdi-baby:before {
    content: "\F06C"}
.mdi-baby-buggy:before {
    content: "\F68E"}
.mdi-backburger:before {
    content: "\F06D"}
.mdi-backspace:before {
    content: "\F06E"}
.mdi-backup-restore:before {
    content: "\F06F"}
.mdi-bandcamp:before {
    content: "\F674"}
.mdi-bank:before {
    content: "\F070"}
.mdi-barcode:before {
    content: "\F071"}
.mdi-barcode-scan:before {
    content: "\F072"}
.mdi-barley:before {
    content: "\F073"}
.mdi-barrel:before {
    content: "\F074"}
.mdi-basecamp:before {
    content: "\F075"}
.mdi-basket:before {
    content: "\F076"}
.mdi-basket-fill:before {
    content: "\F077"}
.mdi-basket-unfill:before {
    content: "\F078"}
.mdi-battery:before {
    content: "\F079"}
.mdi-battery-10:before {
    content: "\F07A"}
.mdi-battery-20:before {
    content: "\F07B"}
.mdi-battery-30:before {
    content: "\F07C"}
.mdi-battery-40:before {
    content: "\F07D"}
.mdi-battery-50:before {
    content: "\F07E"}
.mdi-battery-60:before {
    content: "\F07F"}
.mdi-battery-70:before {
    content: "\F080"}
.mdi-battery-80:before {
    content: "\F081"}
.mdi-battery-90:before {
    content: "\F082"}
.mdi-battery-alert:before {
    content: "\F083"}
.mdi-battery-charging:before {
    content: "\F084"}
.mdi-battery-charging-100:before {
    content: "\F085"}
.mdi-battery-charging-20:before {
    content: "\F086"}
.mdi-battery-charging-30:before {
    content: "\F087"}
.mdi-battery-charging-40:before {
    content: "\F088"}
.mdi-battery-charging-60:before {
    content: "\F089"}
.mdi-battery-charging-80:before {
    content: "\F08A"}
.mdi-battery-charging-90:before {
    content: "\F08B"}
.mdi-battery-minus:before {
    content: "\F08C"}
.mdi-battery-negative:before {
    content: "\F08D"}
.mdi-battery-outline:before {
    content: "\F08E"}
.mdi-battery-plus:before {
    content: "\F08F"}
.mdi-battery-positive:before {
    content: "\F090"}
.mdi-battery-unknown:before {
    content: "\F091"}
.mdi-beach:before {
    content: "\F092"}
.mdi-beaker:before {
    content: "\F68F"}
.mdi-beats:before {
    content: "\F097"}
.mdi-beer:before {
    content: "\F098"}
.mdi-behance:before {
    content: "\F099"}
.mdi-bell:before {
    content: "\F09A"}
.mdi-bell-off:before {
    content: "\F09B"}
.mdi-bell-outline:before {
    content: "\F09C"}
.mdi-bell-plus:before {
    content: "\F09D"}
.mdi-bell-ring:before {
    content: "\F09E"}
.mdi-bell-ring-outline:before {
    content: "\F09F"}
.mdi-bell-sleep:before {
    content: "\F0A0"}
.mdi-beta:before {
    content: "\F0A1"}
.mdi-bible:before {
    content: "\F0A2"}
.mdi-bike:before {
    content: "\F0A3"}
.mdi-bing:before {
    content: "\F0A4"}
.mdi-binoculars:before {
    content: "\F0A5"}
.mdi-bio:before {
    content: "\F0A6"}
.mdi-biohazard:before {
    content: "\F0A7"}
.mdi-bitbucket:before {
    content: "\F0A8"}
.mdi-black-mesa:before {
    content: "\F0A9"}
.mdi-blackberry:before {
    content: "\F0AA"}
.mdi-blender:before {
    content: "\F0AB"}
.mdi-blinds:before {
    content: "\F0AC"}
.mdi-block-helper:before {
    content: "\F0AD"}
.mdi-blogger:before {
    content: "\F0AE"}
.mdi-bluetooth:before {
    content: "\F0AF"}
.mdi-bluetooth-audio:before {
    content: "\F0B0"}
.mdi-bluetooth-connect:before {
    content: "\F0B1"}
.mdi-bluetooth-off:before {
    content: "\F0B2"}
.mdi-bluetooth-settings:before {
    content: "\F0B3"}
.mdi-bluetooth-transfer:before {
    content: "\F0B4"}
.mdi-blur:before {
    content: "\F0B5"}
.mdi-blur-linear:before {
    content: "\F0B6"}
.mdi-blur-off:before {
    content: "\F0B7"}
.mdi-blur-radial:before {
    content: "\F0B8"}
.mdi-bomb:before {
    content: "\F690"}
.mdi-bone:before {
    content: "\F0B9"}
.mdi-book:before {
    content: "\F0BA"}
.mdi-book-minus:before {
    content: "\F5D9"}
.mdi-book-multiple:before {
    content: "\F0BB"}
.mdi-book-multiple-variant:before {
    content: "\F0BC"}
.mdi-book-open:before {
    content: "\F0BD"}
.mdi-book-open-page-variant:before {
    content: "\F5DA"}
.mdi-book-open-variant:before {
    content: "\F0BE"}
.mdi-book-plus:before {
    content: "\F5DB"}
.mdi-book-variant:before {
    content: "\F0BF"}
.mdi-bookmark:before {
    content: "\F0C0"}
.mdi-bookmark-check:before {
    content: "\F0C1"}
.mdi-bookmark-music:before {
    content: "\F0C2"}
.mdi-bookmark-outline:before {
    content: "\F0C3"}
.mdi-bookmark-plus:before {
    content: "\F0C5"}
.mdi-bookmark-plus-outline:before {
    content: "\F0C4"}
.mdi-bookmark-remove:before {
    content: "\F0C6"}
.mdi-boombox:before {
    content: "\F5DC"}
.mdi-border-all:before {
    content: "\F0C7"}
.mdi-border-bottom:before {
    content: "\F0C8"}
.mdi-border-color:before {
    content: "\F0C9"}
.mdi-border-horizontal:before {
    content: "\F0CA"}
.mdi-border-inside:before {
    content: "\F0CB"}
.mdi-border-left:before {
    content: "\F0CC"}
.mdi-border-none:before {
    content: "\F0CD"}
.mdi-border-outside:before {
    content: "\F0CE"}
.mdi-border-right:before {
    content: "\F0CF"}
.mdi-border-style:before {
    content: "\F0D0"}
.mdi-border-top:before {
    content: "\F0D1"}
.mdi-border-vertical:before {
    content: "\F0D2"}
.mdi-bow-tie:before {
    content: "\F677"}
.mdi-bowl:before {
    content: "\F617"}
.mdi-bowling:before {
    content: "\F0D3"}
.mdi-box:before {
    content: "\F0D4"}
.mdi-box-cutter:before {
    content: "\F0D5"}
.mdi-box-shadow:before {
    content: "\F637"}
.mdi-bridge:before {
    content: "\F618"}
.mdi-briefcase:before {
    content: "\F0D6"}
.mdi-briefcase-check:before {
    content: "\F0D7"}
.mdi-briefcase-download:before {
    content: "\F0D8"}
.mdi-briefcase-upload:before {
    content: "\F0D9"}
.mdi-brightness-1:before {
    content: "\F0DA"}
.mdi-brightness-2:before {
    content: "\F0DB"}
.mdi-brightness-3:before {
    content: "\F0DC"}
.mdi-brightness-4:before {
    content: "\F0DD"}
.mdi-brightness-5:before {
    content: "\F0DE"}
.mdi-brightness-6:before {
    content: "\F0DF"}
.mdi-brightness-7:before {
    content: "\F0E0"}
.mdi-brightness-auto:before {
    content: "\F0E1"}
.mdi-broom:before {
    content: "\F0E2"}
.mdi-brush:before {
    content: "\F0E3"}
.mdi-buffer:before {
    content: "\F619"}
.mdi-bug:before {
    content: "\F0E4"}
.mdi-bulletin-board:before {
    content: "\F0E5"}
.mdi-bullhorn:before {
    content: "\F0E6"}
.mdi-bullseye:before {
    content: "\F5DD"}
.mdi-burst-mode:before {
    content: "\F5DE"}
.mdi-bus:before {
    content: "\F0E7"}
.mdi-cached:before {
    content: "\F0E8"}
.mdi-cake:before {
    content: "\F0E9"}
.mdi-cake-layered:before {
    content: "\F0EA"}
.mdi-cake-variant:before {
    content: "\F0EB"}
.mdi-calculator:before {
    content: "\F0EC"}
.mdi-calendar:before {
    content: "\F0ED"}
.mdi-calendar-blank:before {
    content: "\F0EE"}
.mdi-calendar-check:before {
    content: "\F0EF"}
.mdi-calendar-clock:before {
    content: "\F0F0"}
.mdi-calendar-multiple:before {
    content: "\F0F1"}
.mdi-calendar-multiple-check:before {
    content: "\F0F2"}
.mdi-calendar-plus:before {
    content: "\F0F3"}
.mdi-calendar-question:before {
    content: "\F691"}
.mdi-calendar-range:before {
    content: "\F678"}
.mdi-calendar-remove:before {
    content: "\F0F4"}
.mdi-calendar-text:before {
    content: "\F0F5"}
.mdi-calendar-today:before {
    content: "\F0F6"}
.mdi-call-made:before {
    content: "\F0F7"}
.mdi-call-merge:before {
    content: "\F0F8"}
.mdi-call-missed:before {
    content: "\F0F9"}
.mdi-call-received:before {
    content: "\F0FA"}
.mdi-call-split:before {
    content: "\F0FB"}
.mdi-camcorder:before {
    content: "\F0FC"}
.mdi-camcorder-box:before {
    content: "\F0FD"}
.mdi-camcorder-box-off:before {
    content: "\F0FE"}
.mdi-camcorder-off:before {
    content: "\F0FF"}
.mdi-camera:before {
    content: "\F100"}
.mdi-camera-burst:before {
    content: "\F692"}
.mdi-camera-enhance:before {
    content: "\F101"}
.mdi-camera-front:before {
    content: "\F102"}
.mdi-camera-front-variant:before {
    content: "\F103"}
.mdi-camera-iris:before {
    content: "\F104"}
.mdi-camera-off:before {
    content: "\F5DF"}
.mdi-camera-party-mode:before {
    content: "\F105"}
.mdi-camera-rear:before {
    content: "\F106"}
.mdi-camera-rear-variant:before {
    content: "\F107"}
.mdi-camera-switch:before {
    content: "\F108"}
.mdi-camera-timer:before {
    content: "\F109"}
.mdi-candle:before {
    content: "\F5E2"}
.mdi-candycane:before {
    content: "\F10A"}
.mdi-car:before {
    content: "\F10B"}
.mdi-car-battery:before {
    content: "\F10C"}
.mdi-car-connected:before {
    content: "\F10D"}
.mdi-car-wash:before {
    content: "\F10E"}
.mdi-cards:before {
    content: "\F638"}
.mdi-cards-outline:before {
    content: "\F639"}
.mdi-cards-playing-outline:before {
    content: "\F63A"}
.mdi-carrot:before {
    content: "\F10F"}
.mdi-cart:before {
    content: "\F110"}
.mdi-cart-off:before {
    content: "\F66B"}
.mdi-cart-outline:before {
    content: "\F111"}
.mdi-cart-plus:before {
    content: "\F112"}
.mdi-case-sensitive-alt:before {
    content: "\F113"}
.mdi-cash:before {
    content: "\F114"}
.mdi-cash-100:before {
    content: "\F115"}
.mdi-cash-multiple:before {
    content: "\F116"}
.mdi-cash-usd:before {
    content: "\F117"}
.mdi-cast:before {
    content: "\F118"}
.mdi-cast-connected:before {
    content: "\F119"}
.mdi-castle:before {
    content: "\F11A"}
.mdi-cat:before {
    content: "\F11B"}
.mdi-cellphone:before {
    content: "\F11C"}
.mdi-cellphone-android:before {
    content: "\F11D"}
.mdi-cellphone-basic:before {
    content: "\F11E"}
.mdi-cellphone-dock:before {
    content: "\F11F"}
.mdi-cellphone-iphone:before {
    content: "\F120"}
.mdi-cellphone-link:before {
    content: "\F121"}
.mdi-cellphone-link-off:before {
    content: "\F122"}
.mdi-cellphone-settings:before {
    content: "\F123"}
.mdi-certificate:before {
    content: "\F124"}
.mdi-chair-school:before {
    content: "\F125"}
.mdi-chart-arc:before {
    content: "\F126"}
.mdi-chart-areaspline:before {
    content: "\F127"}
.mdi-chart-bar:before {
    content: "\F128"}
.mdi-chart-bubble:before {
    content: "\F5E3"}
.mdi-chart-gantt:before {
    content: "\F66C"}
.mdi-chart-histogram:before {
    content: "\F129"}
.mdi-chart-line:before {
    content: "\F12A"}
.mdi-chart-pie:before {
    content: "\F12B"}
.mdi-chart-scatterplot-hexbin:before {
    content: "\F66D"}
.mdi-chart-timeline:before {
    content: "\F66E"}
.mdi-check:before {
    content: "\F12C"}
.mdi-check-all:before {
    content: "\F12D"}
.mdi-check-circle:before {
    content: "\F5E0"}
.mdi-check-circle-outline:before {
    content: "\F5E1"}
.mdi-checkbox-blank:before {
    content: "\F12E"}
.mdi-checkbox-blank-circle:before {
    content: "\F12F"}
.mdi-checkbox-blank-circle-outline:before {
    content: "\F130"}
.mdi-checkbox-blank-outline:before {
    content: "\F131"}
.mdi-checkbox-marked:before {
    content: "\F132"}
.mdi-checkbox-marked-circle:before {
    content: "\F133"}
.mdi-checkbox-marked-circle-outline:before {
    content: "\F134"}
.mdi-checkbox-marked-outline:before {
    content: "\F135"}
.mdi-checkbox-multiple-blank:before {
    content: "\F136"}
.mdi-checkbox-multiple-blank-circle:before {
    content: "\F63B"}
.mdi-checkbox-multiple-blank-circle-outline:before {
    content: "\F63C"}
.mdi-checkbox-multiple-blank-outline:before {
    content: "\F137"}
.mdi-checkbox-multiple-marked:before {
    content: "\F138"}
.mdi-checkbox-multiple-marked-circle:before {
    content: "\F63D"}
.mdi-checkbox-multiple-marked-circle-outline:before {
    content: "\F63E"}
.mdi-checkbox-multiple-marked-outline:before {
    content: "\F139"}
.mdi-checkerboard:before {
    content: "\F13A"}
.mdi-chemical-weapon:before {
    content: "\F13B"}
.mdi-chevron-double-down:before {
    content: "\F13C"}
.mdi-chevron-double-left:before {
    content: "\F13D"}
.mdi-chevron-double-right:before {
    content: "\F13E"}
.mdi-chevron-double-up:before {
    content: "\F13F"}
.mdi-chevron-down:before {
    content: "\F140"}
.mdi-chevron-left:before {
    content: "\F141"}
.mdi-chevron-right:before {
    content: "\F142"}
.mdi-chevron-up:before {
    content: "\F143"}
.mdi-chip:before {
    content: "\F61A"}
.mdi-church:before {
    content: "\F144"}
.mdi-cisco-webex:before {
    content: "\F145"}
.mdi-city:before {
    content: "\F146"}
.mdi-clipboard:before {
    content: "\F147"}
.mdi-clipboard-account:before {
    content: "\F148"}
.mdi-clipboard-alert:before {
    content: "\F149"}
.mdi-clipboard-arrow-down:before {
    content: "\F14A"}
.mdi-clipboard-arrow-left:before {
    content: "\F14B"}
.mdi-clipboard-check:before {
    content: "\F14C"}
.mdi-clipboard-outline:before {
    content: "\F14D"}
.mdi-clipboard-text:before {
    content: "\F14E"}
.mdi-clippy:before {
    content: "\F14F"}
.mdi-clock:before {
    content: "\F150"}
.mdi-clock-alert:before {
    content: "\F5CE"}
.mdi-clock-end:before {
    content: "\F151"}
.mdi-clock-fast:before {
    content: "\F152"}
.mdi-clock-in:before {
    content: "\F153"}
.mdi-clock-out:before {
    content: "\F154"}
.mdi-clock-start:before {
    content: "\F155"}
.mdi-close:before {
    content: "\F156"}
.mdi-close-box:before {
    content: "\F157"}
.mdi-close-box-outline:before {
    content: "\F158"}
.mdi-close-circle:before {
    content: "\F159"}
.mdi-close-circle-outline:before {
    content: "\F15A"}
.mdi-close-network:before {
    content: "\F15B"}
.mdi-close-octagon:before {
    content: "\F15C"}
.mdi-close-octagon-outline:before {
    content: "\F15D"}
.mdi-closed-caption:before {
    content: "\F15E"}
.mdi-cloud:before {
    content: "\F15F"}
.mdi-cloud-check:before {
    content: "\F160"}
.mdi-cloud-circle:before {
    content: "\F161"}
.mdi-cloud-download:before {
    content: "\F162"}
.mdi-cloud-outline:before {
    content: "\F163"}
.mdi-cloud-outline-off:before {
    content: "\F164"}
.mdi-cloud-print:before {
    content: "\F165"}
.mdi-cloud-print-outline:before {
    content: "\F166"}
.mdi-cloud-sync:before {
    content: "\F63F"}
.mdi-cloud-upload:before {
    content: "\F167"}
.mdi-code-array:before {
    content: "\F168"}
.mdi-code-braces:before {
    content: "\F169"}
.mdi-code-brackets:before {
    content: "\F16A"}
.mdi-code-equal:before {
    content: "\F16B"}
.mdi-code-greater-than:before {
    content: "\F16C"}
.mdi-code-greater-than-or-equal:before {
    content: "\F16D"}
.mdi-code-less-than:before {
    content: "\F16E"}
.mdi-code-less-than-or-equal:before {
    content: "\F16F"}
.mdi-code-not-equal:before {
    content: "\F170"}
.mdi-code-not-equal-variant:before {
    content: "\F171"}
.mdi-code-parentheses:before {
    content: "\F172"}
.mdi-code-string:before {
    content: "\F173"}
.mdi-code-tags:before {
    content: "\F174"}
.mdi-code-tags-check:before {
    content: "\F693"}
.mdi-codepen:before {
    content: "\F175"}
.mdi-coffee:before {
    content: "\F176"}
.mdi-coffee-to-go:before {
    content: "\F177"}
.mdi-coin:before {
    content: "\F178"}
.mdi-coins:before {
    content: "\F694"}
.mdi-collage:before {
    content: "\F640"}
.mdi-color-helper:before {
    content: "\F179"}
.mdi-comment:before {
    content: "\F17A"}
.mdi-comment-account:before {
    content: "\F17B"}
.mdi-comment-account-outline:before {
    content: "\F17C"}
.mdi-comment-alert:before {
    content: "\F17D"}
.mdi-comment-alert-outline:before {
    content: "\F17E"}
.mdi-comment-check:before {
    content: "\F17F"}
.mdi-comment-check-outline:before {
    content: "\F180"}
.mdi-comment-multiple-outline:before {
    content: "\F181"}
.mdi-comment-outline:before {
    content: "\F182"}
.mdi-comment-plus-outline:before {
    content: "\F183"}
.mdi-comment-processing:before {
    content: "\F184"}
.mdi-comment-processing-outline:before {
    content: "\F185"}
.mdi-comment-question-outline:before {
    content: "\F186"}
.mdi-comment-remove-outline:before {
    content: "\F187"}
.mdi-comment-text:before {
    content: "\F188"}
.mdi-comment-text-outline:before {
    content: "\F189"}
.mdi-compare:before {
    content: "\F18A"}
.mdi-compass:before {
    content: "\F18B"}
.mdi-compass-outline:before {
    content: "\F18C"}
.mdi-console:before {
    content: "\F18D"}
.mdi-contact-mail:before {
    content: "\F18E"}
.mdi-content-copy:before {
    content: "\F18F"}
.mdi-content-cut:before {
    content: "\F190"}
.mdi-content-duplicate:before {
    content: "\F191"}
.mdi-content-paste:before {
    content: "\F192"}
.mdi-content-save:before {
    content: "\F193"}
.mdi-content-save-all:before {
    content: "\F194"}
.mdi-content-save-settings:before {
    content: "\F61B"}
.mdi-contrast:before {
    content: "\F195"}
.mdi-contrast-box:before {
    content: "\F196"}
.mdi-contrast-circle:before {
    content: "\F197"}
.mdi-cookie:before {
    content: "\F198"}
.mdi-copyright:before {
    content: "\F5E6"}
.mdi-counter:before {
    content: "\F199"}
.mdi-cow:before {
    content: "\F19A"}
.mdi-creation:before {
    content: "\F1C9"}
.mdi-credit-card:before {
    content: "\F19B"}
.mdi-credit-card-multiple:before {
    content: "\F19C"}
.mdi-credit-card-off:before {
    content: "\F5E4"}
.mdi-credit-card-plus:before {
    content: "\F675"}
.mdi-credit-card-scan:before {
    content: "\F19D"}
.mdi-crop:before {
    content: "\F19E"}
.mdi-crop-free:before {
    content: "\F19F"}
.mdi-crop-landscape:before {
    content: "\F1A0"}
.mdi-crop-portrait:before {
    content: "\F1A1"}
.mdi-crop-rotate:before {
    content: "\F695"}
.mdi-crop-square:before {
    content: "\F1A2"}
.mdi-crosshairs:before {
    content: "\F1A3"}
.mdi-crosshairs-gps:before {
    content: "\F1A4"}
.mdi-crown:before {
    content: "\F1A5"}
.mdi-cube:before {
    content: "\F1A6"}
.mdi-cube-outline:before {
    content: "\F1A7"}
.mdi-cube-send:before {
    content: "\F1A8"}
.mdi-cube-unfolded:before {
    content: "\F1A9"}
.mdi-cup:before {
    content: "\F1AA"}
.mdi-cup-off:before {
    content: "\F5E5"}
.mdi-cup-water:before {
    content: "\F1AB"}
.mdi-currency-btc:before {
    content: "\F1AC"}
.mdi-currency-eur:before {
    content: "\F1AD"}
.mdi-currency-gbp:before {
    content: "\F1AE"}
.mdi-currency-inr:before {
    content: "\F1AF"}
.mdi-currency-ngn:before {
    content: "\F1B0"}
.mdi-currency-rub:before {
    content: "\F1B1"}
.mdi-currency-try:before {
    content: "\F1B2"}
.mdi-currency-usd:before {
    content: "\F1B3"}
.mdi-currency-usd-off:before {
    content: "\F679"}
.mdi-cursor-default:before {
    content: "\F1B4"}
.mdi-cursor-default-outline:before {
    content: "\F1B5"}
.mdi-cursor-move:before {
    content: "\F1B6"}
.mdi-cursor-pointer:before {
    content: "\F1B7"}
.mdi-cursor-text:before {
    content: "\F5E7"}
.mdi-database:before {
    content: "\F1B8"}
.mdi-database-minus:before {
    content: "\F1B9"}
.mdi-database-plus:before {
    content: "\F1BA"}
.mdi-debug-step-into:before {
    content: "\F1BB"}
.mdi-debug-step-out:before {
    content: "\F1BC"}
.mdi-debug-step-over:before {
    content: "\F1BD"}
.mdi-decimal-decrease:before {
    content: "\F1BE"}
.mdi-decimal-increase:before {
    content: "\F1BF"}
.mdi-delete:before {
    content: "\F1C0"}
.mdi-delete-circle:before {
    content: "\F682"}
.mdi-delete-forever:before {
    content: "\F5E8"}
.mdi-delete-sweep:before {
    content: "\F5E9"}
.mdi-delete-variant:before {
    content: "\F1C1"}
.mdi-delta:before {
    content: "\F1C2"}
.mdi-deskphone:before {
    content: "\F1C3"}
.mdi-desktop-mac:before {
    content: "\F1C4"}
.mdi-desktop-tower:before {
    content: "\F1C5"}
.mdi-details:before {
    content: "\F1C6"}
.mdi-developer-board:before {
    content: "\F696"}
.mdi-deviantart:before {
    content: "\F1C7"}
.mdi-dialpad:before {
    content: "\F61C"}
.mdi-diamond:before {
    content: "\F1C8"}
.mdi-dice-1:before {
    content: "\F1CA"}
.mdi-dice-2:before {
    content: "\F1CB"}
.mdi-dice-3:before {
    content: "\F1CC"}
.mdi-dice-4:before {
    content: "\F1CD"}
.mdi-dice-5:before {
    content: "\F1CE"}
.mdi-dice-6:before {
    content: "\F1CF"}
.mdi-dice-d20:before {
    content: "\F5EA"}
.mdi-dice-d4:before {
    content: "\F5EB"}
.mdi-dice-d6:before {
    content: "\F5EC"}
.mdi-dice-d8:before {
    content: "\F5ED"}
.mdi-dictionary:before {
    content: "\F61D"}
.mdi-directions:before {
    content: "\F1D0"}
.mdi-directions-fork:before {
    content: "\F641"}
.mdi-discord:before {
    content: "\F66F"}
.mdi-disk:before {
    content: "\F5EE"}
.mdi-disk-alert:before {
    content: "\F1D1"}
.mdi-disqus:before {
    content: "\F1D2"}
.mdi-disqus-outline:before {
    content: "\F1D3"}
.mdi-division:before {
    content: "\F1D4"}
.mdi-division-box:before {
    content: "\F1D5"}
.mdi-dna:before {
    content: "\F683"}
.mdi-dns:before {
    content: "\F1D6"}
.mdi-do-not-disturb:before {
    content: "\F697"}
.mdi-do-not-disturb-off:before {
    content: "\F698"}
.mdi-dolby:before {
    content: "\F6B2"}
.mdi-domain:before {
    content: "\F1D7"}
.mdi-dots-horizontal:before {
    content: "\F1D8"}
.mdi-dots-vertical:before {
    content: "\F1D9"}
.mdi-douban:before {
    content: "\F699"}
.mdi-download:before {
    content: "\F1DA"}
.mdi-drag:before {
    content: "\F1DB"}
.mdi-drag-horizontal:before {
    content: "\F1DC"}
.mdi-drag-vertical:before {
    content: "\F1DD"}
.mdi-drawing:before {
    content: "\F1DE"}
.mdi-drawing-box:before {
    content: "\F1DF"}
.mdi-dribbble:before {
    content: "\F1E0"}
.mdi-dribbble-box:before {
    content: "\F1E1"}
.mdi-drone:before {
    content: "\F1E2"}
.mdi-dropbox:before {
    content: "\F1E3"}
.mdi-drupal:before {
    content: "\F1E4"}
.mdi-duck:before {
    content: "\F1E5"}
.mdi-dumbbell:before {
    content: "\F1E6"}
.mdi-earth:before {
    content: "\F1E7"}
.mdi-earth-off:before {
    content: "\F1E8"}
.mdi-edge:before {
    content: "\F1E9"}
.mdi-eject:before {
    content: "\F1EA"}
.mdi-elevation-decline:before {
    content: "\F1EB"}
.mdi-elevation-rise:before {
    content: "\F1EC"}
.mdi-elevator:before {
    content: "\F1ED"}
.mdi-email:before {
    content: "\F1EE"}
.mdi-email-open:before {
    content: "\F1EF"}
.mdi-email-open-outline:before {
    content: "\F5EF"}
.mdi-email-outline:before {
    content: "\F1F0"}
.mdi-email-secure:before {
    content: "\F1F1"}
.mdi-email-variant:before {
    content: "\F5F0"}
.mdi-emby:before {
    content: "\F6B3"}
.mdi-emoticon:before {
    content: "\F1F2"}
.mdi-emoticon-cool:before {
    content: "\F1F3"}
.mdi-emoticon-dead:before {
    content: "\F69A"}
.mdi-emoticon-devil:before {
    content: "\F1F4"}
.mdi-emoticon-excited:before {
    content: "\F69B"}
.mdi-emoticon-happy:before {
    content: "\F1F5"}
.mdi-emoticon-neutral:before {
    content: "\F1F6"}
.mdi-emoticon-poop:before {
    content: "\F1F7"}
.mdi-emoticon-sad:before {
    content: "\F1F8"}
.mdi-emoticon-tongue:before {
    content: "\F1F9"}
.mdi-engine:before {
    content: "\F1FA"}
.mdi-engine-outline:before {
    content: "\F1FB"}
.mdi-equal:before {
    content: "\F1FC"}
.mdi-equal-box:before {
    content: "\F1FD"}
.mdi-eraser:before {
    content: "\F1FE"}
.mdi-eraser-variant:before {
    content: "\F642"}
.mdi-escalator:before {
    content: "\F1FF"}
.mdi-ethernet:before {
    content: "\F200"}
.mdi-ethernet-cable:before {
    content: "\F201"}
.mdi-ethernet-cable-off:before {
    content: "\F202"}
.mdi-etsy:before {
    content: "\F203"}
.mdi-ev-station:before {
    content: "\F5F1"}
.mdi-evernote:before {
    content: "\F204"}
.mdi-exclamation:before {
    content: "\F205"}
.mdi-exit-to-app:before {
    content: "\F206"}
.mdi-export:before {
    content: "\F207"}
.mdi-eye:before {
    content: "\F208"}
.mdi-eye-off:before {
    content: "\F209"}
.mdi-eyedropper:before {
    content: "\F20A"}
.mdi-eyedropper-variant:before {
    content: "\F20B"}
.mdi-face:before {
    content: "\F643"}
.mdi-face-profile:before {
    content: "\F644"}
.mdi-facebook:before {
    content: "\F20C"}
.mdi-facebook-box:before {
    content: "\F20D"}
.mdi-facebook-messenger:before {
    content: "\F20E"}
.mdi-factory:before {
    content: "\F20F"}
.mdi-fan:before {
    content: "\F210"}
.mdi-fast-forward:before {
    content: "\F211"}
.mdi-fax:before {
    content: "\F212"}
.mdi-ferry:before {
    content: "\F213"}
.mdi-file:before {
    content: "\F214"}
.mdi-file-chart:before {
    content: "\F215"}
.mdi-file-check:before {
    content: "\F216"}
.mdi-file-cloud:before {
    content: "\F217"}
.mdi-file-delimited:before {
    content: "\F218"}
.mdi-file-document:before {
    content: "\F219"}
.mdi-file-document-box:before {
    content: "\F21A"}
.mdi-file-excel:before {
    content: "\F21B"}
.mdi-file-excel-box:before {
    content: "\F21C"}
.mdi-file-export:before {
    content: "\F21D"}
.mdi-file-find:before {
    content: "\F21E"}
.mdi-file-hidden:before {
    content: "\F613"}
.mdi-file-image:before {
    content: "\F21F"}
.mdi-file-import:before {
    content: "\F220"}
.mdi-file-lock:before {
    content: "\F221"}
.mdi-file-multiple:before {
    content: "\F222"}
.mdi-file-music:before {
    content: "\F223"}
.mdi-file-outline:before {
    content: "\F224"}
.mdi-file-pdf:before {
    content: "\F225"}
.mdi-file-pdf-box:before {
    content: "\F226"}
.mdi-file-powerpoint:before {
    content: "\F227"}
.mdi-file-powerpoint-box:before {
    content: "\F228"}
.mdi-file-presentation-box:before {
    content: "\F229"}
.mdi-file-restore:before {
    content: "\F670"}
.mdi-file-send:before {
    content: "\F22A"}
.mdi-file-tree:before {
    content: "\F645"}
.mdi-file-video:before {
    content: "\F22B"}
.mdi-file-word:before {
    content: "\F22C"}
.mdi-file-word-box:before {
    content: "\F22D"}
.mdi-file-xml:before {
    content: "\F22E"}
.mdi-film:before {
    content: "\F22F"}
.mdi-filmstrip:before {
    content: "\F230"}
.mdi-filmstrip-off:before {
    content: "\F231"}
.mdi-filter:before {
    content: "\F232"}
.mdi-filter-outline:before {
    content: "\F233"}
.mdi-filter-remove:before {
    content: "\F234"}
.mdi-filter-remove-outline:before {
    content: "\F235"}
.mdi-filter-variant:before {
    content: "\F236"}
.mdi-fingerprint:before {
    content: "\F237"}
.mdi-fire:before {
    content: "\F238"}
.mdi-firefox:before {
    content: "\F239"}
.mdi-fish:before {
    content: "\F23A"}
.mdi-flag:before {
    content: "\F23B"}
.mdi-flag-checkered:before {
    content: "\F23C"}
.mdi-flag-outline:before {
    content: "\F23D"}
.mdi-flag-outline-variant:before {
    content: "\F23E"}
.mdi-flag-triangle:before {
    content: "\F23F"}
.mdi-flag-variant:before {
    content: "\F240"}
.mdi-flash:before {
    content: "\F241"}
.mdi-flash-auto:before {
    content: "\F242"}
.mdi-flash-off:before {
    content: "\F243"}
.mdi-flash-red-eye:before {
    content: "\F67A"}
.mdi-flashlight:before {
    content: "\F244"}
.mdi-flashlight-off:before {
    content: "\F245"}
.mdi-flask:before {
    content: "\F093"}
.mdi-flask-empty:before {
    content: "\F094"}
.mdi-flask-empty-outline:before {
    content: "\F095"}
.mdi-flask-outline:before {
    content: "\F096"}
.mdi-flattr:before {
    content: "\F246"}
.mdi-flip-to-back:before {
    content: "\F247"}
.mdi-flip-to-front:before {
    content: "\F248"}
.mdi-floppy:before {
    content: "\F249"}
.mdi-flower:before {
    content: "\F24A"}
.mdi-folder:before {
    content: "\F24B"}
.mdi-folder-account:before {
    content: "\F24C"}
.mdi-folder-download:before {
    content: "\F24D"}
.mdi-folder-google-drive:before {
    content: "\F24E"}
.mdi-folder-image:before {
    content: "\F24F"}
.mdi-folder-lock:before {
    content: "\F250"}
.mdi-folder-lock-open:before {
    content: "\F251"}
.mdi-folder-move:before {
    content: "\F252"}
.mdi-folder-multiple:before {
    content: "\F253"}
.mdi-folder-multiple-image:before {
    content: "\F254"}
.mdi-folder-multiple-outline:before {
    content: "\F255"}
.mdi-folder-outline:before {
    content: "\F256"}
.mdi-folder-plus:before {
    content: "\F257"}
.mdi-folder-remove:before {
    content: "\F258"}
.mdi-folder-star:before {
    content: "\F69C"}
.mdi-folder-upload:before {
    content: "\F259"}
.mdi-food:before {
    content: "\F25A"}
.mdi-food-apple:before {
    content: "\F25B"}
.mdi-food-fork-drink:before {
    content: "\F5F2"}
.mdi-food-off:before {
    content: "\F5F3"}
.mdi-food-variant:before {
    content: "\F25C"}
.mdi-football:before {
    content: "\F25D"}
.mdi-football-australian:before {
    content: "\F25E"}
.mdi-football-helmet:before {
    content: "\F25F"}
.mdi-format-align-center:before {
    content: "\F260"}
.mdi-format-align-justify:before {
    content: "\F261"}
.mdi-format-align-left:before {
    content: "\F262"}
.mdi-format-align-right:before {
    content: "\F263"}
.mdi-format-annotation-plus:before {
    content: "\F646"}
.mdi-format-bold:before {
    content: "\F264"}
.mdi-format-clear:before {
    content: "\F265"}
.mdi-format-color-fill:before {
    content: "\F266"}
.mdi-format-color-text:before {
    content: "\F69D"}
.mdi-format-float-center:before {
    content: "\F267"}
.mdi-format-float-left:before {
    content: "\F268"}
.mdi-format-float-none:before {
    content: "\F269"}
.mdi-format-float-right:before {
    content: "\F26A"}
.mdi-format-header-1:before {
    content: "\F26B"}
.mdi-format-header-2:before {
    content: "\F26C"}
.mdi-format-header-3:before {
    content: "\F26D"}
.mdi-format-header-4:before {
    content: "\F26E"}
.mdi-format-header-5:before {
    content: "\F26F"}
.mdi-format-header-6:before {
    content: "\F270"}
.mdi-format-header-decrease:before {
    content: "\F271"}
.mdi-format-header-equal:before {
    content: "\F272"}
.mdi-format-header-increase:before {
    content: "\F273"}
.mdi-format-header-pound:before {
    content: "\F274"}
.mdi-format-horizontal-align-center:before {
    content: "\F61E"}
.mdi-format-horizontal-align-left:before {
    content: "\F61F"}
.mdi-format-horizontal-align-right:before {
    content: "\F620"}
.mdi-format-indent-decrease:before {
    content: "\F275"}
.mdi-format-indent-increase:before {
    content: "\F276"}
.mdi-format-italic:before {
    content: "\F277"}
.mdi-format-line-spacing:before {
    content: "\F278"}
.mdi-format-line-style:before {
    content: "\F5C8"}
.mdi-format-line-weight:before {
    content: "\F5C9"}
.mdi-format-list-bulleted:before {
    content: "\F279"}
.mdi-format-list-bulleted-type:before {
    content: "\F27A"}
.mdi-format-list-numbers:before {
    content: "\F27B"}
.mdi-format-paint:before {
    content: "\F27C"}
.mdi-format-paragraph:before {
    content: "\F27D"}
.mdi-format-quote:before {
    content: "\F27E"}
.mdi-format-section:before {
    content: "\F69E"}
.mdi-format-size:before {
    content: "\F27F"}
.mdi-format-strikethrough:before {
    content: "\F280"}
.mdi-format-strikethrough-variant:before {
    content: "\F281"}
.mdi-format-subscript:before {
    content: "\F282"}
.mdi-format-superscript:before {
    content: "\F283"}
.mdi-format-text:before {
    content: "\F284"}
.mdi-format-textdirection-l-to-r:before {
    content: "\F285"}
.mdi-format-textdirection-r-to-l:before {
    content: "\F286"}
.mdi-format-title:before {
    content: "\F5F4"}
.mdi-format-underline:before {
    content: "\F287"}
.mdi-format-vertical-align-bottom:before {
    content: "\F621"}
.mdi-format-vertical-align-center:before {
    content: "\F622"}
.mdi-format-vertical-align-top:before {
    content: "\F623"}
.mdi-format-wrap-inline:before {
    content: "\F288"}
.mdi-format-wrap-square:before {
    content: "\F289"}
.mdi-format-wrap-tight:before {
    content: "\F28A"}
.mdi-format-wrap-top-bottom:before {
    content: "\F28B"}
.mdi-forum:before {
    content: "\F28C"}
.mdi-forward:before {
    content: "\F28D"}
.mdi-foursquare:before {
    content: "\F28E"}
.mdi-fridge:before {
    content: "\F28F"}
.mdi-fridge-filled:before {
    content: "\F290"}
.mdi-fridge-filled-bottom:before {
    content: "\F291"}
.mdi-fridge-filled-top:before {
    content: "\F292"}
.mdi-fullscreen:before {
    content: "\F293"}
.mdi-fullscreen-exit:before {
    content: "\F294"}
.mdi-function:before {
    content: "\F295"}
.mdi-gamepad:before {
    content: "\F296"}
.mdi-gamepad-variant:before {
    content: "\F297"}
.mdi-gas-cylinder:before {
    content: "\F647"}
.mdi-gas-station:before {
    content: "\F298"}
.mdi-gate:before {
    content: "\F299"}
.mdi-gauge:before {
    content: "\F29A"}
.mdi-gavel:before {
    content: "\F29B"}
.mdi-gender-female:before {
    content: "\F29C"}
.mdi-gender-male:before {
    content: "\F29D"}
.mdi-gender-male-female:before {
    content: "\F29E"}
.mdi-gender-transgender:before {
    content: "\F29F"}
.mdi-ghost:before {
    content: "\F2A0"}
.mdi-gift:before {
    content: "\F2A1"}
.mdi-git:before {
    content: "\F2A2"}
.mdi-github-box:before {
    content: "\F2A3"}
.mdi-github-circle:before {
    content: "\F2A4"}
.mdi-glass-flute:before {
    content: "\F2A5"}
.mdi-glass-mug:before {
    content: "\F2A6"}
.mdi-glass-stange:before {
    content: "\F2A7"}
.mdi-glass-tulip:before {
    content: "\F2A8"}
.mdi-glassdoor:before {
    content: "\F2A9"}
.mdi-glasses:before {
    content: "\F2AA"}
.mdi-gmail:before {
    content: "\F2AB"}
.mdi-gnome:before {
    content: "\F2AC"}
.mdi-gondola:before {
    content: "\F685"}
.mdi-google:before {
    content: "\F2AD"}
.mdi-google-cardboard:before {
    content: "\F2AE"}
.mdi-google-chrome:before {
    content: "\F2AF"}
.mdi-google-circles:before {
    content: "\F2B0"}
.mdi-google-circles-communities:before {
    content: "\F2B1"}
.mdi-google-circles-extended:before {
    content: "\F2B2"}
.mdi-google-circles-group:before {
    content: "\F2B3"}
.mdi-google-controller:before {
    content: "\F2B4"}
.mdi-google-controller-off:before {
    content: "\F2B5"}
.mdi-google-drive:before {
    content: "\F2B6"}
.mdi-google-earth:before {
    content: "\F2B7"}
.mdi-google-glass:before {
    content: "\F2B8"}
.mdi-google-maps:before {
    content: "\F5F5"}
.mdi-google-nearby:before {
    content: "\F2B9"}
.mdi-google-pages:before {
    content: "\F2BA"}
.mdi-google-physical-web:before {
    content: "\F2BB"}
.mdi-google-play:before {
    content: "\F2BC"}
.mdi-google-plus:before {
    content: "\F2BD"}
.mdi-google-plus-box:before {
    content: "\F2BE"}
.mdi-google-translate:before {
    content: "\F2BF"}
.mdi-google-wallet:before {
    content: "\F2C0"}
.mdi-gradient:before {
    content: "\F69F"}
.mdi-grease-pencil:before {
    content: "\F648"}
.mdi-grid:before {
    content: "\F2C1"}
.mdi-grid-off:before {
    content: "\F2C2"}
.mdi-group:before {
    content: "\F2C3"}
.mdi-guitar-electric:before {
    content: "\F2C4"}
.mdi-guitar-pick:before {
    content: "\F2C5"}
.mdi-guitar-pick-outline:before {
    content: "\F2C6"}
.mdi-hackernews:before {
    content: "\F624"}
.mdi-hamburger:before {
    content: "\F684"}
.mdi-hand-pointing-right:before {
    content: "\F2C7"}
.mdi-hanger:before {
    content: "\F2C8"}
.mdi-hangouts:before {
    content: "\F2C9"}
.mdi-harddisk:before {
    content: "\F2CA"}
.mdi-headphones:before {
    content: "\F2CB"}
.mdi-headphones-box:before {
    content: "\F2CC"}
.mdi-headphones-settings:before {
    content: "\F2CD"}
.mdi-headset:before {
    content: "\F2CE"}
.mdi-headset-dock:before {
    content: "\F2CF"}
.mdi-headset-off:before {
    content: "\F2D0"}
.mdi-heart:before {
    content: "\F2D1"}
.mdi-heart-box:before {
    content: "\F2D2"}
.mdi-heart-box-outline:before {
    content: "\F2D3"}
.mdi-heart-broken:before {
    content: "\F2D4"}
.mdi-heart-outline:before {
    content: "\F2D5"}
.mdi-heart-pulse:before {
    content: "\F5F6"}
.mdi-help:before {
    content: "\F2D6"}
.mdi-help-circle:before {
    content: "\F2D7"}
.mdi-help-circle-outline:before {
    content: "\F625"}
.mdi-hexagon:before {
    content: "\F2D8"}
.mdi-hexagon-outline:before {
    content: "\F2D9"}
.mdi-highway:before {
    content: "\F5F7"}
.mdi-history:before {
    content: "\F2DA"}
.mdi-hololens:before {
    content: "\F2DB"}
.mdi-home:before {
    content: "\F2DC"}
.mdi-home-map-marker:before {
    content: "\F5F8"}
.mdi-home-modern:before {
    content: "\F2DD"}
.mdi-home-outline:before {
    content: "\F6A0"}
.mdi-home-variant:before {
    content: "\F2DE"}
.mdi-hops:before {
    content: "\F2DF"}
.mdi-hospital:before {
    content: "\F2E0"}
.mdi-hospital-building:before {
    content: "\F2E1"}
.mdi-hospital-marker:before {
    content: "\F2E2"}
.mdi-hotel:before {
    content: "\F2E3"}
.mdi-houzz:before {
    content: "\F2E4"}
.mdi-houzz-box:before {
    content: "\F2E5"}
.mdi-human:before {
    content: "\F2E6"}
.mdi-human-child:before {
    content: "\F2E7"}
.mdi-human-female:before {
    content: "\F649"}
.mdi-human-greeting:before {
    content: "\F64A"}
.mdi-human-handsdown:before {
    content: "\F64B"}
.mdi-human-handsup:before {
    content: "\F64C"}
.mdi-human-male:before {
    content: "\F64D"}
.mdi-human-male-female:before {
    content: "\F2E8"}
.mdi-human-pregnant:before {
    content: "\F5CF"}
.mdi-image:before {
    content: "\F2E9"}
.mdi-image-album:before {
    content: "\F2EA"}
.mdi-image-area:before {
    content: "\F2EB"}
.mdi-image-area-close:before {
    content: "\F2EC"}
.mdi-image-broken:before {
    content: "\F2ED"}
.mdi-image-broken-variant:before {
    content: "\F2EE"}
.mdi-image-filter:before {
    content: "\F2EF"}
.mdi-image-filter-black-white:before {
    content: "\F2F0"}
.mdi-image-filter-center-focus:before {
    content: "\F2F1"}
.mdi-image-filter-center-focus-weak:before {
    content: "\F2F2"}
.mdi-image-filter-drama:before {
    content: "\F2F3"}
.mdi-image-filter-frames:before {
    content: "\F2F4"}
.mdi-image-filter-hdr:before {
    content: "\F2F5"}
.mdi-image-filter-none:before {
    content: "\F2F6"}
.mdi-image-filter-tilt-shift:before {
    content: "\F2F7"}
.mdi-image-filter-vintage:before {
    content: "\F2F8"}
.mdi-image-multiple:before {
    content: "\F2F9"}
.mdi-import:before {
    content: "\F2FA"}
.mdi-inbox:before {
    content: "\F686"}
.mdi-inbox-arrow-down:before {
    content: "\F2FB"}
.mdi-inbox-arrow-up:before {
    content: "\F3D1"}
.mdi-incognito:before {
    content: "\F5F9"}
.mdi-information:before {
    content: "\F2FC"}
.mdi-information-outline:before {
    content: "\F2FD"}
.mdi-information-variant:before {
    content: "\F64E"}
.mdi-instagram:before {
    content: "\F2FE"}
.mdi-instapaper:before {
    content: "\F2FF"}
.mdi-internet-explorer:before {
    content: "\F300"}
.mdi-invert-colors:before {
    content: "\F301"}
.mdi-itunes:before {
    content: "\F676"}
.mdi-jeepney:before {
    content: "\F302"}
.mdi-jira:before {
    content: "\F303"}
.mdi-jsfiddle:before {
    content: "\F304"}
.mdi-json:before {
    content: "\F626"}
.mdi-keg:before {
    content: "\F305"}
.mdi-kettle:before {
    content: "\F5FA"}
.mdi-key:before {
    content: "\F306"}
.mdi-key-change:before {
    content: "\F307"}
.mdi-key-minus:before {
    content: "\F308"}
.mdi-key-plus:before {
    content: "\F309"}
.mdi-key-remove:before {
    content: "\F30A"}
.mdi-key-variant:before {
    content: "\F30B"}
.mdi-keyboard:before {
    content: "\F30C"}
.mdi-keyboard-backspace:before {
    content: "\F30D"}
.mdi-keyboard-caps:before {
    content: "\F30E"}
.mdi-keyboard-close:before {
    content: "\F30F"}
.mdi-keyboard-off:before {
    content: "\F310"}
.mdi-keyboard-return:before {
    content: "\F311"}
.mdi-keyboard-tab:before {
    content: "\F312"}
.mdi-keyboard-variant:before {
    content: "\F313"}
.mdi-kodi:before {
    content: "\F314"}
.mdi-label:before {
    content: "\F315"}
.mdi-label-outline:before {
    content: "\F316"}
.mdi-lambda:before {
    content: "\F627"}
.mdi-lamp:before {
    content: "\F6B4"}
.mdi-lan:before {
    content: "\F317"}
.mdi-lan-connect:before {
    content: "\F318"}
.mdi-lan-disconnect:before {
    content: "\F319"}
.mdi-lan-pending:before {
    content: "\F31A"}
.mdi-language-c:before {
    content: "\F671"}
.mdi-language-cpp:before {
    content: "\F672"}
.mdi-language-csharp:before {
    content: "\F31B"}
.mdi-language-css3:before {
    content: "\F31C"}
.mdi-language-html5:before {
    content: "\F31D"}
.mdi-language-javascript:before {
    content: "\F31E"}
.mdi-language-php:before {
    content: "\F31F"}
.mdi-language-python:before {
    content: "\F320"}
.mdi-language-python-text:before {
    content: "\F321"}
.mdi-laptop:before {
    content: "\F322"}
.mdi-laptop-chromebook:before {
    content: "\F323"}
.mdi-laptop-mac:before {
    content: "\F324"}
.mdi-laptop-windows:before {
    content: "\F325"}
.mdi-lastfm:before {
    content: "\F326"}
.mdi-launch:before {
    content: "\F327"}
.mdi-layers:before {
    content: "\F328"}
.mdi-layers-off:before {
    content: "\F329"}
.mdi-lead-pencil:before {
    content: "\F64F"}
.mdi-leaf:before {
    content: "\F32A"}
.mdi-led-off:before {
    content: "\F32B"}
.mdi-led-on:before {
    content: "\F32C"}
.mdi-led-outline:before {
    content: "\F32D"}
.mdi-led-variant-off:before {
    content: "\F32E"}
.mdi-led-variant-on:before {
    content: "\F32F"}
.mdi-led-variant-outline:before {
    content: "\F330"}
.mdi-library:before {
    content: "\F331"}
.mdi-library-books:before {
    content: "\F332"}
.mdi-library-music:before {
    content: "\F333"}
.mdi-library-plus:before {
    content: "\F334"}
.mdi-lightbulb:before {
    content: "\F335"}
.mdi-lightbulb-outline:before {
    content: "\F336"}
.mdi-link:before {
    content: "\F337"}
.mdi-link-off:before {
    content: "\F338"}
.mdi-link-variant:before {
    content: "\F339"}
.mdi-link-variant-off:before {
    content: "\F33A"}
.mdi-linkedin:before {
    content: "\F33B"}
.mdi-linkedin-box:before {
    content: "\F33C"}
.mdi-linux:before {
    content: "\F33D"}
.mdi-lock:before {
    content: "\F33E"}
.mdi-lock-open:before {
    content: "\F33F"}
.mdi-lock-open-outline:before {
    content: "\F340"}
.mdi-lock-outline:before {
    content: "\F341"}
.mdi-lock-plus:before {
    content: "\F5FB"}
.mdi-login:before {
    content: "\F342"}
.mdi-login-variant:before {
    content: "\F5FC"}
.mdi-logout:before {
    content: "\F343"}
.mdi-logout-variant:before {
    content: "\F5FD"}
.mdi-looks:before {
    content: "\F344"}
.mdi-loupe:before {
    content: "\F345"}
.mdi-lumx:before {
    content: "\F346"}
.mdi-magnet:before {
    content: "\F347"}
.mdi-magnet-on:before {
    content: "\F348"}
.mdi-magnify:before {
    content: "\F349"}
.mdi-magnify-minus:before {
    content: "\F34A"}
.mdi-magnify-plus:before {
    content: "\F34B"}
.mdi-mail-ru:before {
    content: "\F34C"}
.mdi-map:before {
    content: "\F34D"}
.mdi-map-marker:before {
    content: "\F34E"}
.mdi-map-marker-circle:before {
    content: "\F34F"}
.mdi-map-marker-minus:before {
    content: "\F650"}
.mdi-map-marker-multiple:before {
    content: "\F350"}
.mdi-map-marker-off:before {
    content: "\F351"}
.mdi-map-marker-plus:before {
    content: "\F651"}
.mdi-map-marker-radius:before {
    content: "\F352"}
.mdi-margin:before {
    content: "\F353"}
.mdi-markdown:before {
    content: "\F354"}
.mdi-marker:before {
    content: "\F652"}
.mdi-marker-check:before {
    content: "\F355"}
.mdi-martini:before {
    content: "\F356"}
.mdi-material-ui:before {
    content: "\F357"}
.mdi-math-compass:before {
    content: "\F358"}
.mdi-matrix:before {
    content: "\F628"}
.mdi-maxcdn:before {
    content: "\F359"}
.mdi-medium:before {
    content: "\F35A"}
.mdi-memory:before {
    content: "\F35B"}
.mdi-menu:before {
    content: "\F35C"}
.mdi-menu-down:before {
    content: "\F35D"}
.mdi-menu-down-outline:before {
    content: "\F6B5"}
.mdi-menu-left:before {
    content: "\F35E"}
.mdi-menu-right:before {
    content: "\F35F"}
.mdi-menu-up:before {
    content: "\F360"}
.mdi-menu-up-outline:before {
    content: "\F6B6"}
.mdi-message:before {
    content: "\F361"}
.mdi-message-alert:before {
    content: "\F362"}
.mdi-message-bulleted:before {
    content: "\F6A1"}
.mdi-message-bulleted-off:before {
    content: "\F6A2"}
.mdi-message-draw:before {
    content: "\F363"}
.mdi-message-image:before {
    content: "\F364"}
.mdi-message-outline:before {
    content: "\F365"}
.mdi-message-plus:before {
    content: "\F653"}
.mdi-message-processing:before {
    content: "\F366"}
.mdi-message-reply:before {
    content: "\F367"}
.mdi-message-reply-text:before {
    content: "\F368"}
.mdi-message-text:before {
    content: "\F369"}
.mdi-message-text-outline:before {
    content: "\F36A"}
.mdi-message-video:before {
    content: "\F36B"}
.mdi-meteor:before {
    content: "\F629"}
.mdi-microphone:before {
    content: "\F36C"}
.mdi-microphone-off:before {
    content: "\F36D"}
.mdi-microphone-outline:before {
    content: "\F36E"}
.mdi-microphone-settings:before {
    content: "\F36F"}
.mdi-microphone-variant:before {
    content: "\F370"}
.mdi-microphone-variant-off:before {
    content: "\F371"}
.mdi-microscope:before {
    content: "\F654"}
.mdi-microsoft:before {
    content: "\F372"}
.mdi-minecraft:before {
    content: "\F373"}
.mdi-minus:before {
    content: "\F374"}
.mdi-minus-box:before {
    content: "\F375"}
.mdi-minus-circle:before {
    content: "\F376"}
.mdi-minus-circle-outline:before {
    content: "\F377"}
.mdi-minus-network:before {
    content: "\F378"}
.mdi-mixcloud:before {
    content: "\F62A"}
.mdi-monitor:before {
    content: "\F379"}
.mdi-monitor-multiple:before {
    content: "\F37A"}
.mdi-more:before {
    content: "\F37B"}
.mdi-motorbike:before {
    content: "\F37C"}
.mdi-mouse:before {
    content: "\F37D"}
.mdi-mouse-off:before {
    content: "\F37E"}
.mdi-mouse-variant:before {
    content: "\F37F"}
.mdi-mouse-variant-off:before {
    content: "\F380"}
.mdi-move-resize:before {
    content: "\F655"}
.mdi-move-resize-variant:before {
    content: "\F656"}
.mdi-movie:before {
    content: "\F381"}
.mdi-multiplication:before {
    content: "\F382"}
.mdi-multiplication-box:before {
    content: "\F383"}
.mdi-music-box:before {
    content: "\F384"}
.mdi-music-box-outline:before {
    content: "\F385"}
.mdi-music-circle:before {
    content: "\F386"}
.mdi-music-note:before {
    content: "\F387"}
.mdi-music-note-bluetooth:before {
    content: "\F5FE"}
.mdi-music-note-bluetooth-off:before {
    content: "\F5FF"}
.mdi-music-note-eighth:before {
    content: "\F388"}
.mdi-music-note-half:before {
    content: "\F389"}
.mdi-music-note-off:before {
    content: "\F38A"}
.mdi-music-note-quarter:before {
    content: "\F38B"}
.mdi-music-note-sixteenth:before {
    content: "\F38C"}
.mdi-music-note-whole:before {
    content: "\F38D"}
.mdi-nature:before {
    content: "\F38E"}
.mdi-nature-people:before {
    content: "\F38F"}
.mdi-navigation:before {
    content: "\F390"}
.mdi-near-me:before {
    content: "\F5CD"}
.mdi-needle:before {
    content: "\F391"}
.mdi-nest-protect:before {
    content: "\F392"}
.mdi-nest-thermostat:before {
    content: "\F393"}
.mdi-new-box:before {
    content: "\F394"}
.mdi-newspaper:before {
    content: "\F395"}
.mdi-nfc:before {
    content: "\F396"}
.mdi-nfc-tap:before {
    content: "\F397"}
.mdi-nfc-variant:before {
    content: "\F398"}
.mdi-nodejs:before {
    content: "\F399"}
.mdi-note:before {
    content: "\F39A"}
.mdi-note-multiple:before {
    content: "\F6B7"}
.mdi-note-multiple-outline:before {
    content: "\F6B8"}
.mdi-note-outline:before {
    content: "\F39B"}
.mdi-note-plus:before {
    content: "\F39C"}
.mdi-note-plus-outline:before {
    content: "\F39D"}
.mdi-note-text:before {
    content: "\F39E"}
.mdi-notification-clear-all:before {
    content: "\F39F"}
.mdi-nuke:before {
    content: "\F6A3"}
.mdi-numeric:before {
    content: "\F3A0"}
.mdi-numeric-0-box:before {
    content: "\F3A1"}
.mdi-numeric-0-box-multiple-outline:before {
    content: "\F3A2"}
.mdi-numeric-0-box-outline:before {
    content: "\F3A3"}
.mdi-numeric-1-box:before {
    content: "\F3A4"}
.mdi-numeric-1-box-multiple-outline:before {
    content: "\F3A5"}
.mdi-numeric-1-box-outline:before {
    content: "\F3A6"}
.mdi-numeric-2-box:before {
    content: "\F3A7"}
.mdi-numeric-2-box-multiple-outline:before {
    content: "\F3A8"}
.mdi-numeric-2-box-outline:before {
    content: "\F3A9"}
.mdi-numeric-3-box:before {
    content: "\F3AA"}
.mdi-numeric-3-box-multiple-outline:before {
    content: "\F3AB"}
.mdi-numeric-3-box-outline:before {
    content: "\F3AC"}
.mdi-numeric-4-box:before {
    content: "\F3AD"}
.mdi-numeric-4-box-multiple-outline:before {
    content: "\F3AE"}
.mdi-numeric-4-box-outline:before {
    content: "\F3AF"}
.mdi-numeric-5-box:before {
    content: "\F3B0"}
.mdi-numeric-5-box-multiple-outline:before {
    content: "\F3B1"}
.mdi-numeric-5-box-outline:before {
    content: "\F3B2"}
.mdi-numeric-6-box:before {
    content: "\F3B3"}
.mdi-numeric-6-box-multiple-outline:before {
    content: "\F3B4"}
.mdi-numeric-6-box-outline:before {
    content: "\F3B5"}
.mdi-numeric-7-box:before {
    content: "\F3B6"}
.mdi-numeric-7-box-multiple-outline:before {
    content: "\F3B7"}
.mdi-numeric-7-box-outline:before {
    content: "\F3B8"}
.mdi-numeric-8-box:before {
    content: "\F3B9"}
.mdi-numeric-8-box-multiple-outline:before {
    content: "\F3BA"}
.mdi-numeric-8-box-outline:before {
    content: "\F3BB"}
.mdi-numeric-9-box:before {
    content: "\F3BC"}
.mdi-numeric-9-box-multiple-outline:before {
    content: "\F3BD"}
.mdi-numeric-9-box-outline:before {
    content: "\F3BE"}
.mdi-numeric-9-plus-box:before {
    content: "\F3BF"}
.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "\F3C0"}
.mdi-numeric-9-plus-box-outline:before {
    content: "\F3C1"}
.mdi-nutrition:before {
    content: "\F3C2"}
.mdi-oar:before {
    content: "\F67B"}
.mdi-octagon:before {
    content: "\F3C3"}
.mdi-octagon-outline:before {
    content: "\F3C4"}
.mdi-odnoklassniki:before {
    content: "\F3C5"}
.mdi-office:before {
    content: "\F3C6"}
.mdi-oil:before {
    content: "\F3C7"}
.mdi-oil-temperature:before {
    content: "\F3C8"}
.mdi-omega:before {
    content: "\F3C9"}
.mdi-onedrive:before {
    content: "\F3CA"}
.mdi-opacity:before {
    content: "\F5CC"}
.mdi-open-in-app:before {
    content: "\F3CB"}
.mdi-open-in-new:before {
    content: "\F3CC"}
.mdi-openid:before {
    content: "\F3CD"}
.mdi-opera:before {
    content: "\F3CE"}
.mdi-ornament:before {
    content: "\F3CF"}
.mdi-ornament-variant:before {
    content: "\F3D0"}
.mdi-owl:before {
    content: "\F3D2"}
.mdi-package:before {
    content: "\F3D3"}
.mdi-package-down:before {
    content: "\F3D4"}
.mdi-package-up:before {
    content: "\F3D5"}
.mdi-package-variant:before {
    content: "\F3D6"}
.mdi-package-variant-closed:before {
    content: "\F3D7"}
.mdi-page-first:before {
    content: "\F600"}
.mdi-page-last:before {
    content: "\F601"}
.mdi-palette:before {
    content: "\F3D8"}
.mdi-palette-advanced:before {
    content: "\F3D9"}
.mdi-panda:before {
    content: "\F3DA"}
.mdi-pandora:before {
    content: "\F3DB"}
.mdi-panorama:before {
    content: "\F3DC"}
.mdi-panorama-fisheye:before {
    content: "\F3DD"}
.mdi-panorama-horizontal:before {
    content: "\F3DE"}
.mdi-panorama-vertical:before {
    content: "\F3DF"}
.mdi-panorama-wide-angle:before {
    content: "\F3E0"}
.mdi-paper-cut-vertical:before {
    content: "\F3E1"}
.mdi-paperclip:before {
    content: "\F3E2"}
.mdi-parking:before {
    content: "\F3E3"}
.mdi-pause:before {
    content: "\F3E4"}
.mdi-pause-circle:before {
    content: "\F3E5"}
.mdi-pause-circle-outline:before {
    content: "\F3E6"}
.mdi-pause-octagon:before {
    content: "\F3E7"}
.mdi-pause-octagon-outline:before {
    content: "\F3E8"}
.mdi-paw:before {
    content: "\F3E9"}
.mdi-paw-off:before {
    content: "\F657"}
.mdi-pen:before {
    content: "\F3EA"}
.mdi-pencil:before {
    content: "\F3EB"}
.mdi-pencil-box:before {
    content: "\F3EC"}
.mdi-pencil-box-outline:before {
    content: "\F3ED"}
.mdi-pencil-lock:before {
    content: "\F3EE"}
.mdi-pencil-off:before {
    content: "\F3EF"}
.mdi-percent:before {
    content: "\F3F0"}
.mdi-pharmacy:before {
    content: "\F3F1"}
.mdi-phone:before {
    content: "\F3F2"}
.mdi-phone-bluetooth:before {
    content: "\F3F3"}
.mdi-phone-classic:before {
    content: "\F602"}
.mdi-phone-forward:before {
    content: "\F3F4"}
.mdi-phone-hangup:before {
    content: "\F3F5"}
.mdi-phone-in-talk:before {
    content: "\F3F6"}
.mdi-phone-incoming:before {
    content: "\F3F7"}
.mdi-phone-locked:before {
    content: "\F3F8"}
.mdi-phone-log:before {
    content: "\F3F9"}
.mdi-phone-minus:before {
    content: "\F658"}
.mdi-phone-missed:before {
    content: "\F3FA"}
.mdi-phone-outgoing:before {
    content: "\F3FB"}
.mdi-phone-paused:before {
    content: "\F3FC"}
.mdi-phone-plus:before {
    content: "\F659"}
.mdi-phone-settings:before {
    content: "\F3FD"}
.mdi-phone-voip:before {
    content: "\F3FE"}
.mdi-pi:before {
    content: "\F3FF"}
.mdi-pi-box:before {
    content: "\F400"}
.mdi-piano:before {
    content: "\F67C"}
.mdi-pig:before {
    content: "\F401"}
.mdi-pill:before {
    content: "\F402"}
.mdi-pin:before {
    content: "\F403"}
.mdi-pin-off:before {
    content: "\F404"}
.mdi-pine-tree:before {
    content: "\F405"}
.mdi-pine-tree-box:before {
    content: "\F406"}
.mdi-pinterest:before {
    content: "\F407"}
.mdi-pinterest-box:before {
    content: "\F408"}
.mdi-pizza:before {
    content: "\F409"}
.mdi-plane-shield:before {
    content: "\F6BA"}
.mdi-play:before {
    content: "\F40A"}
.mdi-play-box-outline:before {
    content: "\F40B"}
.mdi-play-circle:before {
    content: "\F40C"}
.mdi-play-circle-outline:before {
    content: "\F40D"}
.mdi-play-pause:before {
    content: "\F40E"}
.mdi-play-protected-content:before {
    content: "\F40F"}
.mdi-playlist-check:before {
    content: "\F5C7"}
.mdi-playlist-minus:before {
    content: "\F410"}
.mdi-playlist-play:before {
    content: "\F411"}
.mdi-playlist-plus:before {
    content: "\F412"}
.mdi-playlist-remove:before {
    content: "\F413"}
.mdi-playstation:before {
    content: "\F414"}
.mdi-plex:before {
    content: "\F6B9"}
.mdi-plus:before {
    content: "\F415"}
.mdi-plus-box:before {
    content: "\F416"}
.mdi-plus-circle:before {
    content: "\F417"}
.mdi-plus-circle-multiple-outline:before {
    content: "\F418"}
.mdi-plus-circle-outline:before {
    content: "\F419"}
.mdi-plus-network:before {
    content: "\F41A"}
.mdi-plus-one:before {
    content: "\F41B"}
.mdi-pocket:before {
    content: "\F41C"}
.mdi-pokeball:before {
    content: "\F41D"}
.mdi-polaroid:before {
    content: "\F41E"}
.mdi-poll:before {
    content: "\F41F"}
.mdi-poll-box:before {
    content: "\F420"}
.mdi-polymer:before {
    content: "\F421"}
.mdi-pool:before {
    content: "\F606"}
.mdi-popcorn:before {
    content: "\F422"}
.mdi-pot:before {
    content: "\F65A"}
.mdi-pot-mix:before {
    content: "\F65B"}
.mdi-pound:before {
    content: "\F423"}
.mdi-pound-box:before {
    content: "\F424"}
.mdi-power:before {
    content: "\F425"}
.mdi-power-plug:before {
    content: "\F6A4"}
.mdi-power-plug-off:before {
    content: "\F6A5"}
.mdi-power-settings:before {
    content: "\F426"}
.mdi-power-socket:before {
    content: "\F427"}
.mdi-presentation:before {
    content: "\F428"}
.mdi-presentation-play:before {
    content: "\F429"}
.mdi-printer:before {
    content: "\F42A"}
.mdi-printer-3d:before {
    content: "\F42B"}
.mdi-printer-alert:before {
    content: "\F42C"}
.mdi-priority-high:before {
    content: "\F603"}
.mdi-priority-low:before {
    content: "\F604"}
.mdi-professional-hexagon:before {
    content: "\F42D"}
.mdi-projector:before {
    content: "\F42E"}
.mdi-projector-screen:before {
    content: "\F42F"}
.mdi-publish:before {
    content: "\F6A6"}
.mdi-pulse:before {
    content: "\F430"}
.mdi-puzzle:before {
    content: "\F431"}
.mdi-qqchat:before {
    content: "\F605"}
.mdi-qrcode:before {
    content: "\F432"}
.mdi-qrcode-scan:before {
    content: "\F433"}
.mdi-quadcopter:before {
    content: "\F434"}
.mdi-quality-high:before {
    content: "\F435"}
.mdi-quicktime:before {
    content: "\F436"}
.mdi-radar:before {
    content: "\F437"}
.mdi-radiator:before {
    content: "\F438"}
.mdi-radio:before {
    content: "\F439"}
.mdi-radio-handheld:before {
    content: "\F43A"}
.mdi-radio-tower:before {
    content: "\F43B"}
.mdi-radioactive:before {
    content: "\F43C"}
.mdi-radiobox-blank:before {
    content: "\F43D"}
.mdi-radiobox-marked:before {
    content: "\F43E"}
.mdi-raspberrypi:before {
    content: "\F43F"}
.mdi-ray-end:before {
    content: "\F440"}
.mdi-ray-end-arrow:before {
    content: "\F441"}
.mdi-ray-start:before {
    content: "\F442"}
.mdi-ray-start-arrow:before {
    content: "\F443"}
.mdi-ray-start-end:before {
    content: "\F444"}
.mdi-ray-vertex:before {
    content: "\F445"}
.mdi-rdio:before {
    content: "\F446"}
.mdi-read:before {
    content: "\F447"}
.mdi-readability:before {
    content: "\F448"}
.mdi-receipt:before {
    content: "\F449"}
.mdi-record:before {
    content: "\F44A"}
.mdi-record-rec:before {
    content: "\F44B"}
.mdi-recycle:before {
    content: "\F44C"}
.mdi-reddit:before {
    content: "\F44D"}
.mdi-redo:before {
    content: "\F44E"}
.mdi-redo-variant:before {
    content: "\F44F"}
.mdi-refresh:before {
    content: "\F450"}
.mdi-regex:before {
    content: "\F451"}
.mdi-relative-scale:before {
    content: "\F452"}
.mdi-reload:before {
    content: "\F453"}
.mdi-remote:before {
    content: "\F454"}
.mdi-rename-box:before {
    content: "\F455"}
.mdi-reorder-horizontal:before {
    content: "\F687"}
.mdi-reorder-vertical:before {
    content: "\F688"}
.mdi-repeat:before {
    content: "\F456"}
.mdi-repeat-off:before {
    content: "\F457"}
.mdi-repeat-once:before {
    content: "\F458"}
.mdi-replay:before {
    content: "\F459"}
.mdi-reply:before {
    content: "\F45A"}
.mdi-reply-all:before {
    content: "\F45B"}
.mdi-reproduction:before {
    content: "\F45C"}
.mdi-resize-bottom-right:before {
    content: "\F45D"}
.mdi-responsive:before {
    content: "\F45E"}
.mdi-restore:before {
    content: "\F6A7"}
.mdi-rewind:before {
    content: "\F45F"}
.mdi-ribbon:before {
    content: "\F460"}
.mdi-road:before {
    content: "\F461"}
.mdi-road-variant:before {
    content: "\F462"}
.mdi-robot:before {
    content: "\F6A8"}
.mdi-rocket:before {
    content: "\F463"}
.mdi-rotate-3d:before {
    content: "\F464"}
.mdi-rotate-90:before {
    content: "\F6A9"}
.mdi-rotate-left:before {
    content: "\F465"}
.mdi-rotate-left-variant:before {
    content: "\F466"}
.mdi-rotate-right:before {
    content: "\F467"}
.mdi-rotate-right-variant:before {
    content: "\F468"}
.mdi-rounded-corner:before {
    content: "\F607"}
.mdi-router-wireless:before {
    content: "\F469"}
.mdi-routes:before {
    content: "\F46A"}
.mdi-rowing:before {
    content: "\F608"}
.mdi-rss:before {
    content: "\F46B"}
.mdi-rss-box:before {
    content: "\F46C"}
.mdi-ruler:before {
    content: "\F46D"}
.mdi-run:before {
    content: "\F46E"}
.mdi-sale:before {
    content: "\F46F"}
.mdi-satellite:before {
    content: "\F470"}
.mdi-satellite-variant:before {
    content: "\F471"}
.mdi-saxophone:before {
    content: "\F609"}
.mdi-scale:before {
    content: "\F472"}
.mdi-scale-balance:before {
    content: "\F5D1"}
.mdi-scale-bathroom:before {
    content: "\F473"}
.mdi-scanner:before {
    content: "\F6AA"}
.mdi-school:before {
    content: "\F474"}
.mdi-screen-rotation:before {
    content: "\F475"}
.mdi-screen-rotation-lock:before {
    content: "\F476"}
.mdi-screwdriver:before {
    content: "\F477"}
.mdi-script:before {
    content: "\F478"}
.mdi-sd:before {
    content: "\F479"}
.mdi-seal:before {
    content: "\F47A"}
.mdi-seat-flat:before {
    content: "\F47B"}
.mdi-seat-flat-angled:before {
    content: "\F47C"}
.mdi-seat-individual-suite:before {
    content: "\F47D"}
.mdi-seat-legroom-extra:before {
    content: "\F47E"}
.mdi-seat-legroom-normal:before {
    content: "\F47F"}
.mdi-seat-legroom-reduced:before {
    content: "\F480"}
.mdi-seat-recline-extra:before {
    content: "\F481"}
.mdi-seat-recline-normal:before {
    content: "\F482"}
.mdi-security:before {
    content: "\F483"}
.mdi-security-home:before {
    content: "\F689"}
.mdi-security-network:before {
    content: "\F484"}
.mdi-select:before {
    content: "\F485"}
.mdi-select-all:before {
    content: "\F486"}
.mdi-select-inverse:before {
    content: "\F487"}
.mdi-select-off:before {
    content: "\F488"}
.mdi-selection:before {
    content: "\F489"}
.mdi-send:before {
    content: "\F48A"}
.mdi-serial-port:before {
    content: "\F65C"}
.mdi-server:before {
    content: "\F48B"}
.mdi-server-minus:before {
    content: "\F48C"}
.mdi-server-network:before {
    content: "\F48D"}
.mdi-server-network-off:before {
    content: "\F48E"}
.mdi-server-off:before {
    content: "\F48F"}
.mdi-server-plus:before {
    content: "\F490"}
.mdi-server-remove:before {
    content: "\F491"}
.mdi-server-security:before {
    content: "\F492"}
.mdi-settings:before {
    content: "\F493"}
.mdi-settings-box:before {
    content: "\F494"}
.mdi-shape-circle-plus:before {
    content: "\F65D"}
.mdi-shape-plus:before {
    content: "\F495"}
.mdi-shape-polygon-plus:before {
    content: "\F65E"}
.mdi-shape-rectangle-plus:before {
    content: "\F65F"}
.mdi-shape-square-plus:before {
    content: "\F660"}
.mdi-share:before {
    content: "\F496"}
.mdi-share-variant:before {
    content: "\F497"}
.mdi-shield:before {
    content: "\F498"}
.mdi-shield-outline:before {
    content: "\F499"}
.mdi-shopping:before {
    content: "\F49A"}
.mdi-shopping-music:before {
    content: "\F49B"}
.mdi-shredder:before {
    content: "\F49C"}
.mdi-shuffle:before {
    content: "\F49D"}
.mdi-shuffle-disabled:before {
    content: "\F49E"}
.mdi-shuffle-variant:before {
    content: "\F49F"}
.mdi-sigma:before {
    content: "\F4A0"}
.mdi-sigma-lower:before {
    content: "\F62B"}
.mdi-sign-caution:before {
    content: "\F4A1"}
.mdi-signal:before {
    content: "\F4A2"}
.mdi-signal-variant:before {
    content: "\F60A"}
.mdi-silverware:before {
    content: "\F4A3"}
.mdi-silverware-fork:before {
    content: "\F4A4"}
.mdi-silverware-spoon:before {
    content: "\F4A5"}
.mdi-silverware-variant:before {
    content: "\F4A6"}
.mdi-sim:before {
    content: "\F4A7"}
.mdi-sim-alert:before {
    content: "\F4A8"}
.mdi-sim-off:before {
    content: "\F4A9"}
.mdi-sitemap:before {
    content: "\F4AA"}
.mdi-skip-backward:before {
    content: "\F4AB"}
.mdi-skip-forward:before {
    content: "\F4AC"}
.mdi-skip-next:before {
    content: "\F4AD"}
.mdi-skip-next-circle:before {
    content: "\F661"}
.mdi-skip-next-circle-outline:before {
    content: "\F662"}
.mdi-skip-previous:before {
    content: "\F4AE"}
.mdi-skip-previous-circle:before {
    content: "\F663"}
.mdi-skip-previous-circle-outline:before {
    content: "\F664"}
.mdi-skull:before {
    content: "\F68B"}
.mdi-skype:before {
    content: "\F4AF"}
.mdi-skype-business:before {
    content: "\F4B0"}
.mdi-slack:before {
    content: "\F4B1"}
.mdi-sleep:before {
    content: "\F4B2"}
.mdi-sleep-off:before {
    content: "\F4B3"}
.mdi-smoking:before {
    content: "\F4B4"}
.mdi-smoking-off:before {
    content: "\F4B5"}
.mdi-snapchat:before {
    content: "\F4B6"}
.mdi-snowman:before {
    content: "\F4B7"}
.mdi-soccer:before {
    content: "\F4B8"}
.mdi-sofa:before {
    content: "\F4B9"}
.mdi-solid:before {
    content: "\F68C"}
.mdi-sort:before {
    content: "\F4BA"}
.mdi-sort-alphabetical:before {
    content: "\F4BB"}
.mdi-sort-ascending:before {
    content: "\F4BC"}
.mdi-sort-descending:before {
    content: "\F4BD"}
.mdi-sort-numeric:before {
    content: "\F4BE"}
.mdi-sort-variant:before {
    content: "\F4BF"}
.mdi-soundcloud:before {
    content: "\F4C0"}
.mdi-source-branch:before {
    content: "\F62C"}
.mdi-source-fork:before {
    content: "\F4C1"}
.mdi-source-merge:before {
    content: "\F62D"}
.mdi-source-pull:before {
    content: "\F4C2"}
.mdi-speaker:before {
    content: "\F4C3"}
.mdi-speaker-off:before {
    content: "\F4C4"}
.mdi-speedometer:before {
    content: "\F4C5"}
.mdi-spellcheck:before {
    content: "\F4C6"}
.mdi-spotify:before {
    content: "\F4C7"}
.mdi-spotlight:before {
    content: "\F4C8"}
.mdi-spotlight-beam:before {
    content: "\F4C9"}
.mdi-spray:before {
    content: "\F665"}
.mdi-square-inc:before {
    content: "\F4CA"}
.mdi-square-inc-cash:before {
    content: "\F4CB"}
.mdi-stackexchange:before {
    content: "\F60B"}
.mdi-stackoverflow:before {
    content: "\F4CC"}
.mdi-stairs:before {
    content: "\F4CD"}
.mdi-star:before {
    content: "\F4CE"}
.mdi-star-circle:before {
    content: "\F4CF"}
.mdi-star-half:before {
    content: "\F4D0"}
.mdi-star-off:before {
    content: "\F4D1"}
.mdi-star-outline:before {
    content: "\F4D2"}
.mdi-steam:before {
    content: "\F4D3"}
.mdi-steering:before {
    content: "\F4D4"}
.mdi-step-backward:before {
    content: "\F4D5"}
.mdi-step-backward-2:before {
    content: "\F4D6"}
.mdi-step-forward:before {
    content: "\F4D7"}
.mdi-step-forward-2:before {
    content: "\F4D8"}
.mdi-stethoscope:before {
    content: "\F4D9"}
.mdi-sticker:before {
    content: "\F5D0"}
.mdi-stocking:before {
    content: "\F4DA"}
.mdi-stop:before {
    content: "\F4DB"}
.mdi-stop-circle:before {
    content: "\F666"}
.mdi-stop-circle-outline:before {
    content: "\F667"}
.mdi-store:before {
    content: "\F4DC"}
.mdi-store-24-hour:before {
    content: "\F4DD"}
.mdi-stove:before {
    content: "\F4DE"}
.mdi-subdirectory-arrow-left:before {
    content: "\F60C"}
.mdi-subdirectory-arrow-right:before {
    content: "\F60D"}
.mdi-subway:before {
    content: "\F6AB"}
.mdi-subway-variant:before {
    content: "\F4DF"}
.mdi-sunglasses:before {
    content: "\F4E0"}
.mdi-surround-sound:before {
    content: "\F5C5"}
.mdi-swap-horizontal:before {
    content: "\F4E1"}
.mdi-swap-vertical:before {
    content: "\F4E2"}
.mdi-swim:before {
    content: "\F4E3"}
.mdi-switch:before {
    content: "\F4E4"}
.mdi-sword:before {
    content: "\F4E5"}
.mdi-sync:before {
    content: "\F4E6"}
.mdi-sync-alert:before {
    content: "\F4E7"}
.mdi-sync-off:before {
    content: "\F4E8"}
.mdi-tab:before {
    content: "\F4E9"}
.mdi-tab-unselected:before {
    content: "\F4EA"}
.mdi-table:before {
    content: "\F4EB"}
.mdi-table-column-plus-after:before {
    content: "\F4EC"}
.mdi-table-column-plus-before:before {
    content: "\F4ED"}
.mdi-table-column-remove:before {
    content: "\F4EE"}
.mdi-table-column-width:before {
    content: "\F4EF"}
.mdi-table-edit:before {
    content: "\F4F0"}
.mdi-table-large:before {
    content: "\F4F1"}
.mdi-table-row-height:before {
    content: "\F4F2"}
.mdi-table-row-plus-after:before {
    content: "\F4F3"}
.mdi-table-row-plus-before:before {
    content: "\F4F4"}
.mdi-table-row-remove:before {
    content: "\F4F5"}
.mdi-tablet:before {
    content: "\F4F6"}
.mdi-tablet-android:before {
    content: "\F4F7"}
.mdi-tablet-ipad:before {
    content: "\F4F8"}
.mdi-tag:before {
    content: "\F4F9"}
.mdi-tag-faces:before {
    content: "\F4FA"}
.mdi-tag-heart:before {
    content: "\F68A"}
.mdi-tag-multiple:before {
    content: "\F4FB"}
.mdi-tag-outline:before {
    content: "\F4FC"}
.mdi-tag-text-outline:before {
    content: "\F4FD"}
.mdi-target:before {
    content: "\F4FE"}
.mdi-taxi:before {
    content: "\F4FF"}
.mdi-teamviewer:before {
    content: "\F500"}
.mdi-telegram:before {
    content: "\F501"}
.mdi-television:before {
    content: "\F502"}
.mdi-television-guide:before {
    content: "\F503"}
.mdi-temperature-celsius:before {
    content: "\F504"}
.mdi-temperature-fahrenheit:before {
    content: "\F505"}
.mdi-temperature-kelvin:before {
    content: "\F506"}
.mdi-tennis:before {
    content: "\F507"}
.mdi-tent:before {
    content: "\F508"}
.mdi-terrain:before {
    content: "\F509"}
.mdi-test-tube:before {
    content: "\F668"}
.mdi-text-shadow:before {
    content: "\F669"}
.mdi-text-to-speech:before {
    content: "\F50A"}
.mdi-text-to-speech-off:before {
    content: "\F50B"}
.mdi-textbox:before {
    content: "\F60E"}
.mdi-texture:before {
    content: "\F50C"}
.mdi-theater:before {
    content: "\F50D"}
.mdi-theme-light-dark:before {
    content: "\F50E"}
.mdi-thermometer:before {
    content: "\F50F"}
.mdi-thermometer-lines:before {
    content: "\F510"}
.mdi-thumb-down:before {
    content: "\F511"}
.mdi-thumb-down-outline:before {
    content: "\F512"}
.mdi-thumb-up:before {
    content: "\F513"}
.mdi-thumb-up-outline:before {
    content: "\F514"}
.mdi-thumbs-up-down:before {
    content: "\F515"}
.mdi-ticket:before {
    content: "\F516"}
.mdi-ticket-account:before {
    content: "\F517"}
.mdi-ticket-confirmation:before {
    content: "\F518"}
.mdi-tie:before {
    content: "\F519"}
.mdi-timelapse:before {
    content: "\F51A"}
.mdi-timer:before {
    content: "\F51B"}
.mdi-timer-10:before {
    content: "\F51C"}
.mdi-timer-3:before {
    content: "\F51D"}
.mdi-timer-off:before {
    content: "\F51E"}
.mdi-timer-sand:before {
    content: "\F51F"}
.mdi-timer-sand-empty:before {
    content: "\F6AC"}
.mdi-timetable:before {
    content: "\F520"}
.mdi-toggle-switch:before {
    content: "\F521"}
.mdi-toggle-switch-off:before {
    content: "\F522"}
.mdi-tooltip:before {
    content: "\F523"}
.mdi-tooltip-edit:before {
    content: "\F524"}
.mdi-tooltip-image:before {
    content: "\F525"}
.mdi-tooltip-outline:before {
    content: "\F526"}
.mdi-tooltip-outline-plus:before {
    content: "\F527"}
.mdi-tooltip-text:before {
    content: "\F528"}
.mdi-tooth:before {
    content: "\F529"}
.mdi-tor:before {
    content: "\F52A"}
.mdi-tower-beach:before {
    content: "\F680"}
.mdi-tower-fire:before {
    content: "\F681"}
.mdi-traffic-light:before {
    content: "\F52B"}
.mdi-train:before {
    content: "\F52C"}
.mdi-tram:before {
    content: "\F52D"}
.mdi-transcribe:before {
    content: "\F52E"}
.mdi-transcribe-close:before {
    content: "\F52F"}
.mdi-transfer:before {
    content: "\F530"}
.mdi-transit-transfer:before {
    content: "\F6AD"}
.mdi-translate:before {
    content: "\F5CA"}
.mdi-tree:before {
    content: "\F531"}
.mdi-trello:before {
    content: "\F532"}
.mdi-trending-down:before {
    content: "\F533"}
.mdi-trending-neutral:before {
    content: "\F534"}
.mdi-trending-up:before {
    content: "\F535"}
.mdi-triangle:before {
    content: "\F536"}
.mdi-triangle-outline:before {
    content: "\F537"}
.mdi-trophy:before {
    content: "\F538"}
.mdi-trophy-award:before {
    content: "\F539"}
.mdi-trophy-outline:before {
    content: "\F53A"}
.mdi-trophy-variant:before {
    content: "\F53B"}
.mdi-trophy-variant-outline:before {
    content: "\F53C"}
.mdi-truck:before {
    content: "\F53D"}
.mdi-truck-delivery:before {
    content: "\F53E"}
.mdi-tshirt-crew:before {
    content: "\F53F"}
.mdi-tshirt-v:before {
    content: "\F540"}
.mdi-tumblr:before {
    content: "\F541"}
.mdi-tumblr-reblog:before {
    content: "\F542"}
.mdi-tune:before {
    content: "\F62E"}
.mdi-tune-vertical:before {
    content: "\F66A"}
.mdi-twitch:before {
    content: "\F543"}
.mdi-twitter:before {
    content: "\F544"}
.mdi-twitter-box:before {
    content: "\F545"}
.mdi-twitter-circle:before {
    content: "\F546"}
.mdi-twitter-retweet:before {
    content: "\F547"}
.mdi-ubuntu:before {
    content: "\F548"}
.mdi-umbraco:before {
    content: "\F549"}
.mdi-umbrella:before {
    content: "\F54A"}
.mdi-umbrella-outline:before {
    content: "\F54B"}
.mdi-undo:before {
    content: "\F54C"}
.mdi-undo-variant:before {
    content: "\F54D"}
.mdi-unfold-less:before {
    content: "\F54E"}
.mdi-unfold-more:before {
    content: "\F54F"}
.mdi-ungroup:before {
    content: "\F550"}
.mdi-unity:before {
    content: "\F6AE"}
.mdi-untappd:before {
    content: "\F551"}
.mdi-update:before {
    content: "\F6AF"}
.mdi-upload:before {
    content: "\F552"}
.mdi-usb:before {
    content: "\F553"}
.mdi-vector-arrange-above:before {
    content: "\F554"}
.mdi-vector-arrange-below:before {
    content: "\F555"}
.mdi-vector-circle:before {
    content: "\F556"}
.mdi-vector-circle-variant:before {
    content: "\F557"}
.mdi-vector-combine:before {
    content: "\F558"}
.mdi-vector-curve:before {
    content: "\F559"}
.mdi-vector-difference:before {
    content: "\F55A"}
.mdi-vector-difference-ab:before {
    content: "\F55B"}
.mdi-vector-difference-ba:before {
    content: "\F55C"}
.mdi-vector-intersection:before {
    content: "\F55D"}
.mdi-vector-line:before {
    content: "\F55E"}
.mdi-vector-point:before {
    content: "\F55F"}
.mdi-vector-polygon:before {
    content: "\F560"}
.mdi-vector-polyline:before {
    content: "\F561"}
.mdi-vector-rectangle:before {
    content: "\F5C6"}
.mdi-vector-selection:before {
    content: "\F562"}
.mdi-vector-square:before {
    content: "\F001"}
.mdi-vector-triangle:before {
    content: "\F563"}
.mdi-vector-union:before {
    content: "\F564"}
.mdi-verified:before {
    content: "\F565"}
.mdi-vibrate:before {
    content: "\F566"}
.mdi-video:before {
    content: "\F567"}
.mdi-video-off:before {
    content: "\F568"}
.mdi-video-switch:before {
    content: "\F569"}
.mdi-view-agenda:before {
    content: "\F56A"}
.mdi-view-array:before {
    content: "\F56B"}
.mdi-view-carousel:before {
    content: "\F56C"}
.mdi-view-column:before {
    content: "\F56D"}
.mdi-view-dashboard:before {
    content: "\F56E"}
.mdi-view-day:before {
    content: "\F56F"}
.mdi-view-grid:before {
    content: "\F570"}
.mdi-view-headline:before {
    content: "\F571"}
.mdi-view-list:before {
    content: "\F572"}
.mdi-view-module:before {
    content: "\F573"}
.mdi-view-quilt:before {
    content: "\F574"}
.mdi-view-stream:before {
    content: "\F575"}
.mdi-view-week:before {
    content: "\F576"}
.mdi-vimeo:before {
    content: "\F577"}
.mdi-vine:before {
    content: "\F578"}
.mdi-violin:before {
    content: "\F60F"}
.mdi-visualstudio:before {
    content: "\F610"}
.mdi-vk:before {
    content: "\F579"}
.mdi-vk-box:before {
    content: "\F57A"}
.mdi-vk-circle:before {
    content: "\F57B"}
.mdi-vlc:before {
    content: "\F57C"}
.mdi-voice:before {
    content: "\F5CB"}
.mdi-voicemail:before {
    content: "\F57D"}
.mdi-volume-high:before {
    content: "\F57E"}
.mdi-volume-low:before {
    content: "\F57F"}
.mdi-volume-medium:before {
    content: "\F580"}
.mdi-volume-off:before {
    content: "\F581"}
.mdi-vpn:before {
    content: "\F582"}
.mdi-walk:before {
    content: "\F583"}
.mdi-wallet:before {
    content: "\F584"}
.mdi-wallet-giftcard:before {
    content: "\F585"}
.mdi-wallet-membership:before {
    content: "\F586"}
.mdi-wallet-travel:before {
    content: "\F587"}
.mdi-wan:before {
    content: "\F588"}
.mdi-watch:before {
    content: "\F589"}
.mdi-watch-export:before {
    content: "\F58A"}
.mdi-watch-import:before {
    content: "\F58B"}
.mdi-watch-vibrate:before {
    content: "\F6B0"}
.mdi-water:before {
    content: "\F58C"}
.mdi-water-off:before {
    content: "\F58D"}
.mdi-water-percent:before {
    content: "\F58E"}
.mdi-water-pump:before {
    content: "\F58F"}
.mdi-watermark:before {
    content: "\F612"}
.mdi-weather-cloudy:before {
    content: "\F590"}
.mdi-weather-fog:before {
    content: "\F591"}
.mdi-weather-hail:before {
    content: "\F592"}
.mdi-weather-lightning:before {
    content: "\F593"}
.mdi-weather-lightning-rainy:before {
    content: "\F67D"}
.mdi-weather-night:before {
    content: "\F594"}
.mdi-weather-partlycloudy:before {
    content: "\F595"}
.mdi-weather-pouring:before {
    content: "\F596"}
.mdi-weather-rainy:before {
    content: "\F597"}
.mdi-weather-snowy:before {
    content: "\F598"}
.mdi-weather-snowy-rainy:before {
    content: "\F67E"}
.mdi-weather-sunny:before {
    content: "\F599"}
.mdi-weather-sunset:before {
    content: "\F59A"}
.mdi-weather-sunset-down:before {
    content: "\F59B"}
.mdi-weather-sunset-up:before {
    content: "\F59C"}
.mdi-weather-windy:before {
    content: "\F59D"}
.mdi-weather-windy-variant:before {
    content: "\F59E"}
.mdi-web:before {
    content: "\F59F"}
.mdi-webcam:before {
    content: "\F5A0"}
.mdi-webhook:before {
    content: "\F62F"}
.mdi-wechat:before {
    content: "\F611"}
.mdi-weight:before {
    content: "\F5A1"}
.mdi-weight-kilogram:before {
    content: "\F5A2"}
.mdi-whatsapp:before {
    content: "\F5A3"}
.mdi-wheelchair-accessibility:before {
    content: "\F5A4"}
.mdi-white-balance-auto:before {
    content: "\F5A5"}
.mdi-white-balance-incandescent:before {
    content: "\F5A6"}
.mdi-white-balance-iridescent:before {
    content: "\F5A7"}
.mdi-white-balance-sunny:before {
    content: "\F5A8"}
.mdi-wifi:before {
    content: "\F5A9"}
.mdi-wifi-off:before {
    content: "\F5AA"}
.mdi-wii:before {
    content: "\F5AB"}
.mdi-wikipedia:before {
    content: "\F5AC"}
.mdi-window-close:before {
    content: "\F5AD"}
.mdi-window-closed:before {
    content: "\F5AE"}
.mdi-window-maximize:before {
    content: "\F5AF"}
.mdi-window-minimize:before {
    content: "\F5B0"}
.mdi-window-open:before {
    content: "\F5B1"}
.mdi-window-restore:before {
    content: "\F5B2"}
.mdi-windows:before {
    content: "\F5B3"}
.mdi-wordpress:before {
    content: "\F5B4"}
.mdi-worker:before {
    content: "\F5B5"}
.mdi-wrap:before {
    content: "\F5B6"}
.mdi-wrench:before {
    content: "\F5B7"}
.mdi-wunderlist:before {
    content: "\F5B8"}
.mdi-xaml:before {
    content: "\F673"}
.mdi-xbox:before {
    content: "\F5B9"}
.mdi-xbox-controller:before {
    content: "\F5BA"}
.mdi-xbox-controller-off:before {
    content: "\F5BB"}
.mdi-xda:before {
    content: "\F5BC"}
.mdi-xing:before {
    content: "\F5BD"}
.mdi-xing-box:before {
    content: "\F5BE"}
.mdi-xing-circle:before {
    content: "\F5BF"}
.mdi-xml:before {
    content: "\F5C0"}
.mdi-yeast:before {
    content: "\F5C1"}
.mdi-yelp:before {
    content: "\F5C2"}
.mdi-yin-yang:before {
    content: "\F67F"}
.mdi-youtube-play:before {
    content: "\F5C3"}
.mdi-zip-box:before {
    content: "\F5C4"}
.mdi-blank:before {
    content: "\F68C";
    visibility: hidden;
}
.mdi-set.mdi-18px, .mdi.mdi-18px:before {
    font-size: 18px;
}
.mdi-set.mdi-24px, .mdi.mdi-24px:before {
    font-size: 24px;
}
.mdi-set.mdi-36px, .mdi.mdi-36px:before {
    font-size: 36px;
}
.mdi-set.mdi-48px, .mdi.mdi-48px:before {
    font-size: 48px;
}
.mdi-dark {
    color: rgba(0, 0, 0, .54);
}
.mdi-dark.mdi-inactive {
    color: rgba(0, 0, 0, .26);
}
.mdi-light {
    color: #fff;
}
.mdi-light.mdi-inactive {
    color: rgba(255, 255, 255, .3);
}
.mdi-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mdi-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mdi-rotate-135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mdi-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mdi-rotate-225 {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.mdi-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.mdi-rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.mdi-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH"}
.mdi-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: "FlipV"}

html {
    min-height: 100%}
body {
    font-family: Roboto, Geneva, sans-serif;
    background-color: #fff;
    font-size: 14px!important;
    color: #000;
    margin-bottom: 384px;
}
.container-fluid {
    max-width: 1200px;
}
a {
    cursor: pointer;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0;
}
h2 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    font-weight: 400;
}
.btn {
    display: block;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.btn:focus {
    outline: 0;
    background: transparent;
}
.btn_orange {
    border: 2px solid #F0434B;
    background: #F0434B;
    color: #fff;
}
.btn_orange:hover {
    border-color: #E0434B;
    background-color: #E0434B;
    color: #fff;
}
.btn_orange:active, .btn_orange:focus {
    border-color: #f42a33;
    background-color: #f42a33;
    box-shadow: none;
}
.btn_orange:focus {
    outline: none !important;
}
.menu_line_wrp {
    height: 60px;
}
main {
    padding-bottom: 50px;
}
main h2 {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 30px;
}
main .business {
    background-color: initial;
    padding-bottom: 0;
}
main .business .items-list {
    padding-bottom: 25px;
    border-bottom: 1px solid #F7F7F7;
}
main .business .items-list .item svg {
    z-index: 3;
}
main .business .items-list .item svg line {
    stroke: #d2d2d2;
}
main .static_page h2 b{
    font-weight: normal;
}
main .static_page h2 {
    margin-bottom: 25px;
    font-weight: normal;
}
main .static_page ul {
    list-style-type: none;
    padding-left: 0;
}
main .static_page ul li:before {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #F0434B;
    float: left;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 10px;
}
.select_area {
    background-color: #F7F7F7;
    padding: 25px 40px;
    line-height: 24px;
}
.select_area:before {
    content: " ";
    display: block;
    width: 5px;
    height: 100%;
    background-color: #F0434B;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width:767px) {
    .select_area {
        padding: 15px 30px;
        line-height: 22px;
    }
}#fix_logo {
     width: 130px;
     height: 60px;
     float: left;
     padding: 8px 0;
     overflow: hidden;
     visibility: hidden;
     -webkit-transition: ease-out .3s;
     transition: ease-out .3s;
     position: absolute;
     z-index: 10;
 }
#fix_logo .img {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -60px;
    -webkit-transition: ease-out .35s;
    transition: ease-out .35s;
}
#fix_logo.visible {
    visibility: visible;
}
#fix_logo.visible .img {
    top: 15px;
    -webkit-transition: ease-out .35s;
    transition: ease-out .35s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
header {
    background-color: #2A3A58;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
header a {
    color: #fff;
    display: block;
}
header a:hover {
    color: #e0434B;
}
header a:active {
    color: #f42a33;
}
header a.selected {
    color: #F0434B;
}
header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header ul li {
    float: left;
    padding-left: 25px;
}
header ul li:first-child {
    padding-left: 0;
}
header .auth_wrp {
    float: right;
}
header .auth_wrp .top-auth a {
    float: left;
}
header .auth_wrp .top-auth a span {
    border-right: 1px solid #fff;
    padding: 0 15px;
}
header .auth_wrp .top-auth a:last-child span {
    border: 0;
    padding-right: 0;
}
header .auth_wrp .top-auth i {
    float: left;
    background-color: #F0434B;
    width: 40px;
    text-align: center;
}
.top_panel {
    height: 78px;
}
.top_panel .logo {
    width: 178px;
    height: 65px;
    display: block;
    margin-right: 40px;
    background-position: center center;
    position: relative;
}
.top_panel .panel_wrp {
    display: table-cell;
    vertical-align: middle;
    height: 78px;
}
.top_panel .description {
    line-height: 18px;
}
.top_panel .search {
    float: right;
    position: relative;
    display: table;
    width: 55%}
.top_panel .search #title-search {
    height: 30px;
    position: relative;
}
.top_panel .search #title-search:focus, .top_panel .search #title-search:hover {
    width: 100%}
.top_panel .search #title-search-input {
    width: 70%;
    height: 30px;
    padding-right: 30px;
    border: 0;
    border-bottom: 1px solid #aeaeae;
    font-size: 13px;
    display: block;
    float: right;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
.top_panel .search #title-search-input:focus {
    width: 100%;
    border-color: #e0434B;
    padding-left: 5px;
}
.top_panel .search #title-search-input:before {
    content: '\F349';
    display: block;
    font: normal normal normal 24px/1 "Material Design Icons"}
.top_panel .search input[type=submit] {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    z-index: 2;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0;
    height: 30px;
    width: 30px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.top_panel .search i {
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 23px;
    cursor: pointer;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.top_panel .search i.active {
    color: #F0434B;
}
.top_panel .phone {
    float: right;
    text-align: right;
    line-height: 18px;
    padding-left: 10px;
    min-width: 210px;
    display: table;
}
.top_panel .phone i {
    color: #F0434B;
    margin-right: 7px;
}
.top_panel .phone .txt {
    float: right;
}
.head_menu_type {
    float: left;
}
.head_menu_type:hover .head_catalog {
    visibility: visible;
    opacity: 1;
    top: 60px;
}
.head_catalog {
    visibility: hidden;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    opacity: 0;
    top: 50px;
}
.menu_line {
    background-color: #EDEFF1;
    height: 60px;
    line-height: 60px;
}
.menu_line ul.header_line_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
.menu_line ul.header_line_menu li {
    float: left;
    margin-left: 20px;
    position: relative;
}
.menu_line ul.header_line_menu li a {
    display: block;
    color: #000;
    padding: 0 35px 0 15px;
}
.menu_line ul.header_line_menu li a.selected, .menu_line ul.header_line_menu li a:active {
    color: #F0434B;
}
.menu_line ul.header_line_menu li i {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
    color: #F0434B;
}
.menu_line ul.header_line_menu li:first-child {
    margin: 0;
}
.menu_line ul.header_line_menu li:hover {
    background-color: #e5e5e5;
}
@media only screen and (max-width:1045px) {
    .menu_line ul.header_line_menu li a {
        padding: 0 25px 0 10px;
    }
    .menu_line ul.header_line_menu li i {
        right: 0;
    }
}.menu_line .cart-box {
     float: right;
     width: 210px;
     margin-bottom: -60px;
 }
.menu_line .cart-box p {
    display: initial;
}
.menu_line .cart-box a {
    background-color: #F0434B;
    color: #fff;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 45px;
    overflow: hidden;
}
.menu_line .cart-box a i {
    font-size: 22px;
    position: absolute;
    left: 15px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    margin-top: 0;
    top: 0;
}
.menu_line .cart-box a span {
    padding-left: 5px;
}
.menu_line .cart-box a:hover {
    background-color: #e0434B;
}
.menu_line .cart-box a:active {
    background-color: #f42a33;
}
@media only screen and (max-width:991px) {
    .menu_line .cart-box {
        margin-right: -10px;
    }
    .brands .sections-list.catalog_type ul li:nth-child(3n+1), .business .sections-list.catalog_type ul li:nth-child(3n+1), .catalog .sections-list.catalog_type ul li:nth-child(3n+1) {
        clear: initial;
    }
}.menu_line .header_line_menu {
     -webkit-transition: ease-out .4s;
     transition: ease-out .4s;
     padding-left: 0;
 }
.menu_line.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #d2d2d2;
}
.menu_line.fixed.fancybox-margin {
    margin-left: -8px;
}
.menu_line.fixed .header_line_menu {
    padding-left: 150px;
}
.menu_line .head_catalog, .menu_line .li_bussiness {
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    left: 0;
    z-index: 200;
    background-color: #fff;
    min-width: 355px;
    font-size: 13px;
}
.menu_line .head_catalog ul, .menu_line .li_bussiness ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}
.menu_line .head_catalog .catalog-section-list>ul li, .menu_line .li_bussiness .catalog-section-list>ul li {
    float: initial;
    position: initial;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.menu_line .head_catalog .catalog-section-list>ul li a, .menu_line .li_bussiness .catalog-section-list>ul li a {
    -webkit-transition: initial;
    transition: initial;
    padding: 7px 20px;
}
.menu_line .head_catalog .catalog-section-list>ul li:hover, .menu_line .li_bussiness .catalog-section-list>ul li:hover {
    background-color: #F0434B;
}
.menu_line .head_catalog .catalog-section-list>ul li:hover a, .menu_line .li_bussiness .catalog-section-list>ul li:hover a {
    background-color: initial;
    color: #fff;
}
.menu_line .head_catalog .catalog-section-list>ul li:active, .menu_line .li_bussiness .catalog-section-list>ul li:active {
    background-color: #f42a33;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul, .menu_line .li_bussiness .catalog-section-list>ul li>ul {
    position: absolute;
    background-color: #f5f5f5;
    top: 0;
    left: 355px;
    min-width: 300px;
    height: 100%;
    visibility: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.menu_line .head_catalog .catalog-section-list>ul li>ul li a, .menu_line .li_bussiness .catalog-section-list>ul li>ul li a {
    margin: 0;
    color: #000;
    -webkit-transition: color ease-out .25s;
    transition: color ease-out .25s;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul li a:hover, .menu_line .li_bussiness .catalog-section-list>ul li>ul li a:hover {
    background-color: initial;
    color: #e0434B;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul li a:hover:active, .menu_line .li_bussiness .catalog-section-list>ul li>ul li a:hover:active {
    color: #f42a33;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul li:first-child a, .menu_line .li_bussiness .catalog-section-list>ul li>ul li:first-child a {
    padding-top: 17px;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul li:last-child, .menu_line .li_bussiness .catalog-section-list>ul li>ul li:last-child {
    padding-bottom: 10px;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul .jspPane, .menu_line .li_bussiness .catalog-section-list>ul li>ul .jspPane {
    -webkit-transition: top ease-out .25s;
    transition: top ease-out .25s;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul .jspTrack, .menu_line .li_bussiness .catalog-section-list>ul li>ul .jspTrack {
    background-color: #f5f5f5;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul .jspDrag, .menu_line .li_bussiness .catalog-section-list>ul li>ul .jspDrag {
    -webkit-transition: ease-out opacity .25s, ease-out top .25s;
    transition: ease-out opacity .25s, ease-out top .25s;
    background-color: #F0434B;
    opacity: .7;
}
.menu_line .head_catalog .catalog-section-list>ul li:hover>ul li:active, .menu_line .head_catalog .catalog-section-list>ul li:hover>ul li:hover, .menu_line .li_bussiness .catalog-section-list>ul li:hover>ul li:active, .menu_line .li_bussiness .catalog-section-list>ul li:hover>ul li:hover {
    background-color: initial;
}
.menu_line .head_catalog .catalog-section-list>ul li>ul .jspDrag:active, .menu_line .head_catalog .catalog-section-list>ul li>ul .jspDrag:hover, .menu_line .li_bussiness .catalog-section-list>ul li>ul .jspDrag:active, .menu_line .li_bussiness .catalog-section-list>ul li>ul .jspDrag:hover {
    opacity: 1;
}
.menu_line .head_catalog .catalog-section-list>ul li:hover>ul, .menu_line .li_bussiness .catalog-section-list>ul li:hover>ul {
    visibility: visible;
}
.menu_line .head_catalog .catalog-section-list>ul li:hover>ul li a, .menu_line .li_bussiness .catalog-section-list>ul li:hover>ul li a {
    color: #000;
}
.menu_line .head_catalog .catalog-section-list>ul li:hover>ul li:hover a, .menu_line .li_bussiness .catalog-section-list>ul li:hover>ul li:hover a {
    color: #e0434B;
}
.menu_line .head_catalog .catalog-section-list>ul li:hover>ul li:active a, .menu_line .li_bussiness .catalog-section-list>ul li:hover>ul li:active a {
    color: #f42a33;
}
.menu_line #head_type {
    display: none;
}
.menu_line #head_type.open {
    display: initial;
}
.menu_line .bussiness_head {
    position: absolute;
    min-width: 350px;
    background-color: #fff;
    visibility: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    top: 50px;
    opacity: 0;
    -webkit-transition: ease-out .35s;
    transition: ease-out .35s;
}
.menu_line .brands_head:hover .company_head, .menu_line .li_bussiness:hover .bussiness_head {
    visibility: visible;
    opacity: 1;
    top: 60px;
}
.menu_line .li_bussiness {
    background-color: inherit;
    min-width: initial;
    box-shadow: none;
}
.menu_line .brands_head {
    position: initial!important;
}
.menu_line .brands_head a {
    position: relative;
}
.company_head {
    position: absolute;
    z-index: 151;
    width: calc(100% - 210px);
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    top: 50px;
}
.company_head .leters-list {
    background-color: #fff;
    padding: 20px;
}
.company_head .leters-list .leter-item {
    padding: 0;
}
.company_head .items-list {
    background-color: #F7F7F7;
    padding: 20px 30px;
}
.company_head .items-list .item_wrp {
    width: 20%;
    float: left;
    padding: 0 10px;
}
.company_head .items-list .item_wrp .item {
    padding: 7px 0;
    line-height: 18px;
}
.company_head .items-list .item_wrp .item:hover {
    background-color: initial;
    color: #e0434B;
}
.company_head .items-list .item_wrp .item:active {
    color: #f42a33;
}
.company_head .items-list .item_wrp .item.active {
    color: #F0434B;
}
.company_head .all_brands {
    background-color: #F7F7F7;
    padding: 10px 15px;
}
.company_head .all_brands ~ .text {
    display: none;
}
.company_head .all_brands a {
    padding: 0;
    line-height: initial;
}
.company_head .all_brands a:hover {
    color: #e0434B;
}
.company_head .all_brands a:active {
    color: #f42a33;
}
#owl-carousel.margin {
    margin-top: 60px;
}
#owl-carousel .owl-stage-outer {
    height: 705px;
    width: 100%}
#owl-carousel .news-item {
    height: 705px;
    background-position: center center;
    background-size: cover;
}
#owl-carousel .news-item .content_wrp {
    display: table;
    width: 100%}
#owl-carousel .news-item .content {
    display: table-cell;
    height: 705px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
#owl-carousel .news-item .content span {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
}
#owl-carousel .news-item .content .btn {
    width: 265px;
    height: 50px;
    line-height: 50px;
    margin: 25px auto 0;
    border: none;
    color: #fff;
    box-shadow: none;
}
#owl-carousel .owl-controls .owl-nav .owl-next, #owl-carousel .owl-controls .owl-nav .owl-prev {
    width: 60px;
    height: 45px;
    background-color: rgba(255, 255, 255, .7);
    top: 50%;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
#owl-carousel .owl-controls .owl-nav .owl-next:before, #owl-carousel .owl-controls .owl-nav .owl-prev:before {
    color: #000;
    font-size: 30px;
    line-height: 45px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
#owl-carousel .owl-controls .owl-nav .owl-next:active:before, #owl-carousel .owl-controls .owl-nav .owl-next:hover:before, #owl-carousel .owl-controls .owl-nav .owl-prev:active:before, #owl-carousel .owl-controls .owl-nav .owl-prev:hover:before {
    color: #e0434B;
}
#owl-carousel .owl-controls .owl-nav .owl-next:active, #owl-carousel .owl-controls .owl-nav .owl-prev:active {
    background-color: rgba(255, 255, 255, .8);
}
#owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
#owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
#owl-carousel .owl-controls .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
}
#owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    display: inline-block;
    /*-webkit-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    border-radius: 50%;
    margin: 0 10px;
}
#owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #F0434B;
}
.services .news-list {
    padding-bottom: 65px;
}
.services .news-item {
    position: relative;
    color: #000;
}
.services .news-item:hover h3 {
    color: #F0434B;
}
.services .news-item:hover .img_wrp {
    box-shadow: 0 0 0 10px #fff, 0 0 0 11px #EFEFEF;
}
.services .news-item:hover .img_wrp .img {
    width: 85px;
    height: 75px;
}
.services .img_wrp {
    width: 145px;
    height: 145px;
    /*-webkit-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    border-radius: 50%;
    background-color: #EDEFF1;
    margin: 30px auto 0;
    box-shadow: 0;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
.services .img_wrp .img-table {
    display: table-cell;
    vertical-align: middle;
    height: 145px;
    text-align: center;
    /*-webkit-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
    border-radius: 50%;
    width: 145px;
}
.services .img_wrp .img {
    width: 65px;
    height: 55px;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
}
.services h3 {
    font-size: 18px;
    margin: 50px 0 15px;
    text-align: center;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.services span {
    text-align: center;
    display: block;
}
.business {
    background-color: #EDEFF1;
    padding-bottom: 85px;
}
.business .items-list .item {
    height: 255px;
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #F7F7F7;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.business .items-list .item h3 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.business .items-list .item .image {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -15px;
    bottom: -20px;
    background-size: contain!important;
    background-position: right center!important;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
@media only screen and (max-width:1100px) {
    .business .items-list .item .image {
        width: 185px;
        height: 185px;
        right: -15px;
        bottom: -25px;
    }
}.business .items-list .item span {
     color: #F0434B;
     position: absolute;
     top: 80px;
     font-weight: 500;
     -webkit-transition: ease-out .3s;
     transition: ease-out .3s;
     line-height: 19px;
 }
.business .items-list .item span i {
    font-size: 23px;
    position: relative;
    top: 3px;
    background: #fff;
}
.about, .news .news-item .img {
    background-position: center center;
    background-size: cover;
}
.business .items-list .item span:hover {
    border-bottom: 1px solid #e0434B;
}
@media only screen and (max-width:510px) {
    .catalog .bx-catalog-element .product-item-detail-pay-block .max_box_price {
        font-size: 22px !important;
    }
}.business .items-list .item:hover {
     border-color: #e0434B;
 }
.business .items-list .item:hover .image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.business .items-list .item:hover span {
    color: #e0434B;
}
.business .items-list .item:active {
    border-color: #f42a33;
}
.business .items-list .item:active span {
    color: #f42a33;
}
.about, .business .btn:active, .business .btn:focus {
    color: #fff;
}
.business .items-list .visible-xs {
    display: none!important;
}
@media only screen and (max-width:450px) {
    .business .items-list .item span {
        display: none;
    }
    .business .items-list .col-xs-6 {
        width: 100%}
    .business .items-list .visible-xs {
        display: block!important;
    }
    .buy_one_click {
        width: 100%;
        right: 0;
        top: 43px;
        left: 0;
    }
    .bx-catalog-element .click_buy_wrp {
        position: static;
    }
    .bx-catalog-element .main-button-container {
        position: relative;
    }

    .bx-sap .container-fluid .row:nth-child(4) {
        width: 100%;
        max-width: 250px;
        margin-left: -10px;
    }
    .bx-sap .container-fluid .row:nth-child(4) .col-xs-12 {
        padding: 0;
    }
}.business .btn {
     width: 265px;
     height: 50px;
     line-height: 50px;
     margin: 20px auto 0;
     border: none;
     box-shadow: none;
 }
.about {
    background-image: url(/bitrix/templates/enteros/images/img_about_1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    height: 520px;
    background-attachment: fixed;
}
.about .table_about {
    display: table-cell;
    vertical-align: middle;
    height: 520px;
    position: relative;
}
.sale-personal-profile-list-container .sale-personal-profile-list-arrow-up:hover,
.sale-personal-profile-list-container .sale-personal-profile-list-arrow-down:hover {
    color: #e0434B;
}
.sale-personal-profile-list-arrow-up i, .sale-personal-profile-list-arrow-down i {
    transform: translate(0, 0) scale(0.9);
}
.table.sale-personal-profile-list-container {
    margin-top: 25px;
}
/*.about .table_about:before {*/
    /*content: ' ';*/
    /*width: 330px;*/
    /*height: 330px;*/
    /*display: block;*/
    /*position: absolute;*/
    /*background-color: rgba(255, 255, 255, .1);*/
    /*top: 50%;*/
    /*margin-top: -165px;*/
    /*left: 50%;*/
    /*margin-left: -165px;*/
    /*-webkit-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
/*}*/
.about h2 {
    margin-top: 0;
    margin-bottom: 65px;
}
.about .txt {
    padding: 0 145px 25px;
    line-height: 24px;
}
.news .news-list {
    padding-bottom: 60px;
}
.news .head {
    position: relative;
}
.news .head a {
    color: #F0434B;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 12px;
    right: 0;
    line-height: 15px;
}
.news .head a:hover {
    color: #e0434B;
    border-bottom: 1px solid #F0434B;
}
.news .head a:active {
    color: #f42a33;
}
.news .news-item {
    height: 385px;
    display: block;
    background-color: #EDEFF1;
}
.news .news-item:hover .img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.news .news-item:hover .content .txt {
    color: #e0434B;
}
.news .news-item:active .content .txt {
    color: #f42a33;
}
.news .news-item .img_wrp {
    overflow: hidden;
    width: 100%;
    height: 260px;
}
.news .news-item .img {
    background-repeat: no-repeat;
    height: 260px;
    width: 100%;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s;
}
.brands-list .brand-item .brand-wrapp .image, .products-list a .product-item .item-image, .sections-list .sections-item .image_container .img {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.news .news-item .content {
    padding: 20px;
}
.news .news-item .content span {
    color: #000;
    padding-bottom: 15px;
    position: relative;
}
.news .news-item .content span:after {
    content: ' ';
    border-bottom: 3px solid #F0434B;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
}
.news .news-item .content .txt {
    color: #000;
    -webkit-transition: color ease-out .25s;
    transition: color ease-out .25s;
    padding-top: 25px;
}
.bx-breadcrumb {
    padding: 15px 0 25px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    padding-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item a span {
    color: #000;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover span {
    color: #e0434B;
}
.bx-breadcrumb .bx-breadcrumb-item a:active span {
    color: #f42a33;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    color: #949494;
}
.bx-breadcrumb .bx-breadcrumb-item i {
    padding-right: 7px;
}
.brands .sections-list.catalog_type ul li:nth-child(4n+1), .business .sections-list.catalog_type ul li:nth-child(4n+1), .catalog .sections-list.catalog_type ul li:nth-child(4n+1) {
    clear: initial;
}
.brands .sections-list ul, .business .sections-list ul, .catalog .sections-list ul {
    list-style-type: none;
    padding: 0 0 25px;
    margin: 0;
    border-bottom: 1px solid #F7F7F7;
}
.brands .sections-list ul li:before, .business .sections-list ul li:before, .catalog .sections-list ul li:before {
    display: initial;
}
.brands .sections-list ul li:nth-child(4n+1), .business .sections-list ul li:nth-child(4n+1), .catalog .sections-list ul li:nth-child(4n+1) {
    clear: both;
}
/* личный счет */
.container-fluid .sale-personal-account-wallet-container {
    display: flex;
    flex-wrap: wrap;
}
.container-fluid .sale-personal-account-wallet-container:before {
    display: block;
    content: 'Личный счет';
    width: 100%;
    max-width: 430px;
    color: #2a3957;
    font-size: 12px;
    background-color: #edeff1;
    margin-bottom: 5px;
    padding: 12px 17px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.container-fluid .sale-personal-account-wallet-title {
    display: flex;
    align-items: flex-end;
    width: 50%;
    border-radius: 0;
    background-color: #edeff1;
    color: #2a3957;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 10px;
}
.container-fluid .sale-personal-account-wallet-list-container {
    width: 50%;
    border-radius: 0;
    background-color: #edeff1;
    color: #2a3957;
    padding-top: 10px;
}
.container-fluid .sale-personal-account-wallet-currency {
    display: none;
}
.container-fluid .sale-personal-account-wallet-list-item {
    padding: 11px 30px 12px 17px;
}
.container-fluid .sale-personal-section-account-sub-header {
    margin-top: 30px;
    font-size: 20px;
}
.sale-acountpay-block {
    padding-left: 0;
    padding-right: 0;
}
.sale-acountpay-title {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
    min-width: unset;
    max-width: 80px;
    width: 100%;
    margin-right: 7px;
    border-radius: 0;
    background-color: #edeff1;
    font-size: 16px;
}
.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:last-child {
    margin-right: 0;
}
.sale-acountpay-fixedpay-list {
    max-width: 430px;
    display: flex;
    justify-content: space-between;
}
.container-fluid .sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
    background: #d4d9dd;
}
.sale-acountpay-block .sale-acountpay-pp .col-md-7.col-sm-8.col-xs-12 {
    width: 100%;
    max-width: 430px;
}

/*.sale-acountpay-block .sale-acountpay-pp .sale-acountpay-pp-company-image {*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
/*}*/
/*.sale-acountpay-block .sale-acountpay-pp .sale-acountpay-pp-company-smalltitle {*/
    /*display: none;*/
/*}*/
.bx-sap .container-fluid {
    display: flex;
    flex-wrap: wrap;
    max-width: 430px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
.bx-sap .container-fluid .row {
    order: 2;
}
.bx-sap .container-fluid .row:nth-child(1) {
    order: 1;
    width: 100%;
}
.bx-sap .container-fluid .row:nth-child(3) .sale-acountpay-pp div .sale-acountpay-pp-company:nth-child(4n+1) {
     padding-left: 7px;
}
.bx-sap .container-fluid .row:nth-child(3) {
    order: 1;
    width: 100%;
    margin: 0;
    margin-left: -10px;
}
.bx-sap .container-fluid .row:nth-child(3) .sale-acountpay-pp-company-graf-container {
    border: solid 1px #d8dadd;
}
.bx-sap .container-fluid .row:nth-child(3) .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container {
    border-color: #F0434B;
}
.bx-sap .container-fluid .row:nth-child(2) {
    width: 50%;
    margin-left: -10px;
    margin-right: 10px;
}
.bx-sap .container-fluid .row:nth-child(3) .sale-acountpay-title {
    margin-bottom: 7px;
}
.bx-sap .container-fluid .row:nth-child(4) {
    width: 50%;
    margin: 0;
}
.bx-sap .container-fluid .row:nth-child(3) .col-xs-12 {
    padding: 0;
}
.bx-sap .container-fluid .row:nth-child(2) .form-horizontal .sale-acountpay-title{
    display: none;
}
.bx-sap .container-fluid .row:nth-child(2) .form-horizontal .form-group .col-sm-9 {
    width: 100%;
}
.bx-sap .container-fluid .row:nth-child(2) .form-horizontal .form-group .sale-acountpay-input{
    text-align: left;
    padding-right: 50px;
    border: solid 1px #d8dadd;
    border-radius: 0;
    font-weight: bold;
}
.bx-sap .container-fluid .row:nth-child(2) .form-horizontal .form-group {
    position: relative;
}
.bx-sap .container-fluid .row:nth-child(2) .form-horizontal .form-group .control-label.input-lg {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    font-weight: bold;
    line-height: 31px;
}
.bx-sap .container-fluid .row:nth-child(4) .btn.sale-account-pay-button {
    height: 46px;
    line-height: 46px;
    border-radius: 0;
    background-color: #F0434B;
    font-size: 14px;
    font-weight: normal;
}
.bx-sap .container-fluid .row:nth-child(4) .btn.sale-account-pay-button:hover {
    background-color: #e0434B;
    color: #fff;
}
.bx-sap .container-fluid .row:nth-child(4) .btn.sale-account-pay-button:active {
    background-color: #f42a33;
    color: #fff;
}
.bx-sap .container-fluid .row:nth-child(4) .btn.sale-account-pay-button:focus {
    color: #fff;
}

@media only screen and (max-width:991px) {
    .brands .sections-list ul li: nth-child(4n+1), .business .sections-list ul li:nth-child(4n+1), .catalog .sections-list ul li:nth-child(4n+1) {
                                                       clear: initial;
                                                   }
    .brands .sections-list ul li:nth-child(3n+1), .business .sections-list ul li:nth-child(3n+1), .catalog .sections-list ul li:nth-child(3n+1) {
        clear: both;
    }
}@media only screen and (max-width:767px) {
    .brands .sections-list ul li: nth-child(3n+1), .business .sections-list ul li:nth-child(3n+1), .catalog .sections-list ul li:nth-child(3n+1) {
                                                       clear: initial;
                                                   }
    .brands .sections-list ul li:nth-child(2n+1), .business .sections-list ul li:nth-child(2n+1), .catalog .sections-list ul li:nth-child(2n+1) {
        clear: both;
    }
}.brands .sections-list .section-item, .business .sections-list .section-item, .catalog .sections-list .section-item {
     margin-bottom: 20px;
     height: 125px;
 }
.brands .sections-list .section-item .content, .business .sections-list .section-item .content, .catalog .sections-list .section-item .content {
    background-color: #EDEFF1;
    height: 125px;
    padding-right: 20px;
    padding-top: 15px;
    position: relative;
}
.brands .sections-list .section-item .content a, .business .sections-list .section-item .content a, .catalog .sections-list .section-item .content a {
    color: #000;
}
.brands .sections-list .section-item .content .link, .business .sections-list .section-item .content .link, .catalog .sections-list .section-item .content .link {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.brands .sections-list .section-item .content .link:hover, .business .sections-list .section-item .content .link:hover, .catalog .sections-list .section-item .content .link:hover {
    color: #e0434B;
}
.brands .sections-list .section-item .content .link:active, .business .sections-list .section-item .content .link:active, .catalog .sections-list .section-item .content .link:active {
    color: #f42a33;
}
.brands .sections-list .section-item .content .img_wrp, .business .sections-list .section-item .content .img_wrp, .catalog .sections-list .section-item .content .img_wrp {
    position: relative;
    width: 125px;
    height: 125px;
    overflow: hidden;
    float: left;
    top: -15px;
    margin-right: 25px;
}
.brands .sections-list .section-item .content .img, .business .sections-list .section-item .content .img, .catalog .sections-list .section-item .content .img {
    width: 125px;
    height: 125px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /*position: absolute;*/
    bottom: -15px;
    left: -15px;
}
.brands .sections-list .section-item .content .section-name, .business .sections-list .section-item .content .section-name, .catalog .sections-list .section-item .content .section-name {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
}
.brands .sections-list .section-item .content .icon-sec, .business .sections-list .section-item .content .icon-sec, .catalog .sections-list .section-item .content .icon-sec {
    color: #F0434B;
    position: relative;
    cursor: pointer;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    border-bottom: 1px dashed #e0434B;
    display: inline-block;
    line-height: 15px;
}
.brands .sections-list .section-item .content .icon-sec:hover, .business .sections-list .section-item .content .icon-sec:hover, .catalog .sections-list .section-item .content .icon-sec:hover {
    color: #e0434B;
    border-bottom: 1px dashed #F7F7F7;
}
.brands .sections-list .section-item .content .icon-sec:active, .business .sections-list .section-item .content .icon-sec:active, .catalog .sections-list .section-item .content .icon-sec:active {
    color: #f42a33;
}
.brands .sections-list .section-item .content .icon-sec.active:before, .business .sections-list .section-item .content .icon-sec.active:before, .catalog .sections-list .section-item .content .icon-sec.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.brands .sections-list .section-item .content .icon-sec:before, .business .sections-list .section-item .content .icon-sec:before, .catalog .sections-list .section-item .content .icon-sec:before {
    position: absolute;
    right: -20px;
    height: 20px;
    font-size: 20px;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    top: -2px;
}
.brands .sections-list .section-item .content .subsect, .business .sections-list .section-item .content .subsect, .catalog .sections-list .section-item .content .subsect {
    position: absolute;
    top: 125px;
    width: 100%!important;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    display: none;
    max-height: 150px;
}
.brands .sections-list .section-item .content .subsect.open, .business .sections-list .section-item .content .subsect.open, .catalog .sections-list .section-item .content .subsect.open {
    display: block;
}
.brands .sections-list .section-item .content .subsect ul, .business .sections-list .section-item .content .subsect ul, .catalog .sections-list .section-item .content .subsect ul {
    padding: 0 10px;
}
.brands .sections-list .section-item .content .subsect li, .business .sections-list .section-item .content .subsect li, .catalog .sections-list .section-item .content .subsect li {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0;
}
.brands .sections-list .section-item .content .subsect li:last-child, .business .sections-list .section-item .content .subsect li:last-child, .catalog .sections-list .section-item .content .subsect li:last-child {
    padding-bottom: 10px;
}
.brands .sections-list .section-item .content .subsect li:first-child, .business .sections-list .section-item .content .subsect li:first-child, .catalog .sections-list .section-item .content .subsect li:first-child {
    padding-top: 10px;
}
.brands .sections-list .section-item .content .subsect li a:hover, .business .sections-list .section-item .content .subsect li a:hover, .catalog .sections-list .section-item .content .subsect li a:hover {
    color: #e0434B;
}
.brands .sections-list .section-item .content .subsect li a:active, .business .sections-list .section-item .content .subsect li a:active, .catalog .sections-list .section-item .content .subsect li a:active {
    color: #f42a33;
}
.brands .sections-list .section-item .content .subsect li i, .business .sections-list .section-item .content .subsect li i, .catalog .sections-list .section-item .content .subsect li i {
    color: #F0434B;
    position: relative;
    top: 1px;
    padding-right: 5px;
}
.brands .sections-list .section-item .content .subsect .jspVerticalBar, .brands .sections-list .section-item .content .subsect .jspVerticalBar .jspTrack, .business .sections-list .section-item .content .subsect .jspVerticalBar, .business .sections-list .section-item .content .subsect .jspVerticalBar .jspTrack, .catalog .sections-list .section-item .content .subsect .jspVerticalBar, .catalog .sections-list .section-item .content .subsect .jspVerticalBar .jspTrack {
    background-color: #fff;
}
.brands .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag, .business .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag, .catalog .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag {
    opacity: .7;
}
.brands .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag:active, .brands .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag:hover, .business .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag:active, .business .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag:hover, .catalog .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag:active, .catalog .sections-list .section-item .content .subsect .jspVerticalBar .jspDrag:hover {
    opacity: 1;
}
.brands .sections-list .section-item .content .jspContainer, .business .sections-list .section-item .content .jspContainer, .catalog .sections-list .section-item .content .jspContainer {
    width: 100%!important;
}
.brands .sections-list .section-item .content .jspContainer .jspPane, .business .sections-list .section-item .content .jspContainer .jspPane, .catalog .sections-list .section-item .content .jspContainer .jspPane {
    width: 100%!important;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.jspDrag, .jspVerticalBar {
    width: 4px;
}
.brands .sections-list .section-item .content .jspContainer .jspVerticalBar, .business .sections-list .section-item .content .jspContainer .jspVerticalBar, .catalog .sections-list .section-item .content .jspContainer .jspVerticalBar {
    right: 0;
}
.brands .sections-list .section-item .content .jspContainer .jspVerticalBar .jspDrag, .business .sections-list .section-item .content .jspContainer .jspVerticalBar .jspDrag, .catalog .sections-list .section-item .content .jspContainer .jspVerticalBar .jspDrag {
    background-color: #F0434B;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.jspDrag {
    margin: 0;
    border-radius: 0;
}
.line-section {
    margin-bottom: 20px;
}
.line-section .line-sections-list {
    background-color: #F7F7F7;
    padding: 30px 20px 15px;
}
@media only screen and (max-width:480px) {
    .line-section .line-sections-list {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px;
    }
}.line-section .line-sections-list ul {
     padding: 0;
     list-style-type: none;
     margin: 0;
 }
.line-section .line-sections-list ul li {
    padding: 0 10px 15px;
    width: 20%;
    float: left;
    position: relative;
}
.line-section .line-sections-list ul li i {
    color: #F0434B;
    position: absolute;
    left: 7px;
}
.line-section .line-sections-list ul li a {
    color: #000;
    float: left;
    padding-left: 15px;
    line-height: 17px;
}
.line-section .line-sections-list ul li a:hover {
    color: #e0434B;
}
.line-section .line-sections-list ul li a:active {
    color: #f42a33;
}
.line-section .line-sections-list ul li:nth-child(5n+1) {
    clear: both;
}
.line-section .line-sections-list ul li:before {
    display: initial;
    width: 0;
}
@media only screen and (max-width:991px) {
    .line-section .line-sections-list ul li {
        width: 25%}
    .line-section .line-sections-list ul li:nth-child(5n+1) {
        clear: initial;
    }
    .line-section .line-sections-list ul li:nth-child(4n+1) {
        clear: both;
    }
}@media only screen and (max-width:767px) {
    .line-section .line-sections-list ul li {
        width: 33.3%}
    .line-section .line-sections-list ul li:nth-child(4n+1) {
        clear: initial;
    }
    .line-section .line-sections-list ul li:nth-child(3n+1) {
        clear: both;
    }
}@media only screen and (max-width:580px) {
    .line-section .line-sections-list ul li {
        width: 50%}
    .line-section .line-sections-list ul li:nth-child(3n+1) {
        clear: initial;
    }
    .line-section .line-sections-list ul li:nth-child(2n+1) {
        clear: both;
    }
}@media only screen and (max-width:480px) {
    .line-section .line-sections-list ul li {
        width: 100%}
}
/* личный кабинет, заказы, адаптив */
@media (max-width: 992px) {
    .sale-profile-detail-form .sale-personal-profile-btn-block {
        padding-bottom: 0;
    }
    .sale-order-detail-about-order-inner-container-repeat {
        max-width: 200px;
    }
    .sale-order-detail-about-order-inner-container-price {
        margin-bottom: 50px;
    }
    .sale-order-detail-about-order-inner-container-status-detail {
        margin-bottom: 10px;
    }
    .sale-order-detail-payment-options-methods-button-container .sale-order-detail-payment-options-methods-button-element {
        max-width: 150px;
        margin-left: auto;
    }
    .sale-order-detail-payment-options-methods-info-total-price {
        margin-bottom: 10px;
    }
    .sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-title, .sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-text,
    .sale-order-detail-total-payment-list-left .sale-order-detail-total-payment-list-left-item {
        text-align: left;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .sale-order-detail-about-order-inner-container  .sale-order-detail-about-order-inner-container-repeat {
        padding: 0;
    }
    .sale-order-detail-about-order-inner-container-status-title {
        margin-top: 15px;
    }
    .sale-order-detail-payment-options-methods-info-title .sale-order-detail-payment-options-methods-info-title-status-alert, .sale-order-list-inner-container .sale-order-list-status-alert, .sale-order-list-inner-container .sale-order-payment-change-status-alert, .sale-order-payment-change-payment-title .sale-order-payment-change-status-alert {
        margin-left: 0;
        padding-left: 0 !important;
    }
    .sale-order-detail-payment-inner-row-template {
        margin-top: 40px;
    }
    .sale-order-detail-payment-options-methods-image-container,
    .sale-order-detail-payment-options-shipment-image-container {
        margin-bottom: 15px;
    }
}
.filter_btn {
     height: 50px;
     line-height: 50px;
     margin-bottom: 25px;
 }
.filter_btn:before {
    content: 'Фильтр';
    text-transform: uppercase;
    letter-spacing: .5px;
}
.filter_btn:focus {
    color: #fff;
}
.filter_btn.open:before {
    content: 'Скрыть фильтр'}
.product_content {
    border-bottom: 1px solid #F7F7F7;
    padding-bottom: 40px;
}
.icon-sec {
    position: relative;
    z-index: 4;
}
.catalog_description {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.catalog_description, .page-description, .section-description {
    padding-top: 35px;
}
.catalog_description p, .page-description p, .section-description p {
    margin-top: 20px;
}
.catalog_description p:first-child, .page-description p:first-child, .section-description p:first-child {
    margin-top: 0;
}

.sections-list .sections-item .image_container {
    width: 100%;
    height: 175px;
    border: 1px solid #d2d2d2;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.sale-order-payment-change-pp label[for="OrderDetails"] {
    padding-left: 0;
    margin-bottom: 15px;
}
.sale-order-payment-change-pp input[value="Отправить заявку"] {
    background-color: #F0434B;
    color: #fff;
    text-decoration: none;
    transition: ease-out .25s;
    min-width: 125px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    margin: 10px 0 20px;
    display: block
}
.sale-order-payment-change-pp input[value="Отправить заявку"]:hover {
    background-color: #e0434B;
    color: #fff;
}
.sale-order-payment-change-pp input[value="Отправить заявку"]:active {
    background-color: #f42a33;
    color: #fff;
    outline: none;
}
@media only screen and (max-width:475px) {
    .sections-list .sections-item .image_container {
        height: 140px;
    }
}.sections-list .sections-item .image_container .img {
     width: 100%;
     height: 100%;
     background-size: contain;
     margin: 0 auto;
     -webkit-transition: ease-out .25s;
     transition: ease-out .25s;
 }
@media only screen and (max-width:677px) {
    .sections-list .sections-item .image_container .img {
        width: 100%}
}.sections-list .sections-item .section-name {
     text-align: center;
     color: #000;
     padding: 10px 0;
     -webkit-transition: ease-out .25s;
     transition: ease-out .25s;
 }
.sections-list .sections-item {
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
    position: relative;
}
.sections-list .sections-item:hover {
    /*margin-top: -10px;*/
    transform: scale(1.03);
}
.sections-list .sections-item:hover .image_container {

}
.sections-list .sections-item:hover .section-name {
    color: #F0434B;
}
/*.sections-list .sections-item:hover .image_container .img {*/
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
/*}*/

.sections-list .sections-item:active .image_container {
    border-color: #f42a33;
}
.sections-list .sections-item:active .section-name {
    color: #f42a33;
}
.leters-list {
    background-color: #F7F7F7;
    padding: 25px 20px;
    margin-bottom: 20px;
}
.header_line_menu .leters-list {
    margin-bottom: 0;
}
.header_line_menu .leters-list .brands-page-title{
    display: none;
}
.leters-list .leters {
    margin-top: 10px;
}
.leters-list .leters:first-child {
    margin-top: 0;
}
.leters-list .leters .leter-item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    float: left;
    text-align: center;
    line-height: 26px;
    -webkit-transition: initial;
    transition: initial;
    color: #000;
    font-size: 15px;
    margin: 0 2px;
}
.leters-list .leters .leter-item:hover {
    background-color: #F0434B;
    color: #fff;
}
.leters-list .leters .leter-item:active {
    background-color: #f42a33;
}
.leters-list .leters .leter-item.active {
    background-color: #F0434B;
    color: #fff;
}
.brands-list {
    padding-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F7F7F7;
}
.brands-list .brand-item {
    width: 12.5%;
    display: block;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}
.brands-list .brand-item .brand-wrapp {
    width: 100%;
    height: 65px;
    border: 1px solid #d2d2d2;
    padding: 15px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.brands-list .brand-item .brand-wrapp .image {
    width: 100%;
    height: 100%;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}
.brands-list .brand-item .brand-name {
    text-align: center;
    color: #000;
    padding-top: 10px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    overflow: hidden;
}
.brands-list .brand-item:hover .brand-wrapp {
    border-color: #e0434B;
}
.brands-list .brand-item:hover .brand-name {
    color: #e0434B;
}
.brands-list .brand-item:active .brand-wrapp {
    border-color: #f42a33;
}
.adv_plane.sale:before, .adv_plane:before {
    border-right: 10px solid #F0434B;
}
.brands-list .brand-item:active .brand-name {
    color: #f42a33;
}
.brands-list .brand-item:nth-child(8n+1) {
    clear: both;
}
.adv_plane {
    position: absolute;
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
}
.adv_plane:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -10px;
}
.adv_plane.sale {
    background-color: #F0434B;
    font-size: 13px;
}
/* лейбел скидки в каруселях */
.sale_recommended .adv_plane.sale {
    visibility: hidden;
    opacity: 0;
}
.sale_recommended .bx_stick_disc {
    position: absolute;
    width: 40px;
    display: block;
    height: 24px;
    line-height: 24px;
    background: #F0434B;
    text-align: center;
    color: #fff;
    top: 0;
    right: 0;
}
.sale_recommended .bx_stick_disc:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #F0434B;
    position: absolute;
    left: -10px;
}
.sale_recommended .bx_stick_disc:last-child {
    display: none;
}
.product-item-detail-slider-container .product-item-label-ring.product-item-label-big {
    border-radius: 0;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    width: 50px;
    margin: 0;
}
.product-item-detail-slider-container .product-item-label-ring.product-item-label-big:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: -10px;
    border-right: 10px solid #f42c2c;
}
.adv_plane.hit {
    background-color: #d21300;
}
.adv_plane.hit:before {
    border-right: 10px solid #d21300;
}
.adv_plane.new {
    background-color: #2c93fc;
}
.adv_plane.new:before {
    border-right: 10px solid #2c93fc;
}
.products-list a .product-item {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 365px;
    padding: 30px 15px 15px;
    margin-bottom: 20px;
    color: #000;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    position: relative;
    overflow: hidden;
}
.products-list a .item-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 0%;
    bottom: 0%;
    left: -100%;
    width: 100%;
    height: 170px;
    opacity: 1;
    transform: skew(-30deg);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
}
@keyframes sheenkrayt {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        left: 150%;
    }
}
.products-list a .product-item:hover .item-image:before {
    animation: sheenkrayt 1s;
}
.products-list a .product-item:hover {
    border-color: #e0434B;
}
.products-list a .product-item:hover .item-image {
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
}
.products-list a .product-item:active {
    border-color: #f42a33;
}
.products-list a .product-item .item-image {
    width: 210px;
    height: 170px;
    margin: 0 auto;
    /*-webkit-transform: scale(.95);*/
    /*transform: scale(.95);*/
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.products-list .label_box span,
.sale_recommended .product-item .label_box span{
    position: relative;
    padding: 4px 10px;
    font-size: 13px;
    height: 24px;
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}
.sale_recommended .product-item .label_box {
    line-height: 1.4;
}
.product-item-detail-slider-block .product-item-label-text.product-item-label-big span {
    position: relative;
    font-weight: normal;
}
.product-item-label-text span:after,
.products-list .label_box span:after,
.sale_recommended .product-item .label_box span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #F0434B;
    position: absolute;
    right: -10px;
    top: 0;
}
.product-item-label-text span:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.product-item .label_box{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-item-detail-slider-container .product-item-label-text.product-item-label-big span {
    padding: 7px 13px;
    font-size: 16px;
}
.product-item-label-text .hidden-xs,
.product-item .label_box .hidden-xs {
    margin-bottom: 2px;
}
.product-item-label-text .label_STOCK span,
.product-item .label_box .label_STOCK span {
    background: #40cee3;
}
.product-item-label-text .label_STOCK span:after,
.products-list .label_box .label_STOCK span:after,
.sale_recommended .product-item .label_box .label_STOCK span:after {
    border-left-color: #40cee3;
}
.product-item-label-text .label_SALE span,
.product-item .label_box .label_SALE span {
    background: #ffbc47;
}
.product-item-label-text .label_SALE span:after,
.products-list .label_box .label_SALE span:after,
.sale_recommended .product-item .label_box .label_SALE span:after  {
    border-left-color: #ffbc47;
}
.product-item-label-text .label_HIT span,
.product-item .label_box .label_HIT span {
    background: #4461ab;
}
.product-item-label-text .label_HIT span:after,
.products-list .label_box .label_HIT span:after,
.sale_recommended .product-item .label_box .label_HIT span:after {
    border-left-color: #4461ab;
}
.product-item-label-text .label_NEW span,
.product-item .label_box .label_NEW span {
    background: #09b66d;
}
.product-item-label-text .label_NEW span:after,
.products-list .label_box .label_NEW span:after,
.sale_recommended .product-item .label_box .label_NEW span:after {
    border-left-color: #09b66d;
}
.products-list a .product-item .item-title {
    text-align: center;
    margin-top: 30px;
    line-height: 18px;
    font-size: 14px;
    padding: 0 15px;
    overflow: hidden;
    height: 55px;
}
.products-list a .product-item .item_info {
    margin-top: 35px;
    height: 25px;
    line-height: 25px;
}
.products-list a .product-item .bx_catalog_item_price {
    float: left;
}
.products-list a .product-item .bx_catalog_item_price .price {
    font-size: 18px;
    font-weight: 500;
    color: #F0434B;
    position: relative;
}
.products-list a .product-item .bx_catalog_item_price .price span {
    color: #949494;
    text-decoration: line-through;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -22px;
    white-space: nowrap;
}
.products-list a .product-item .available {
    float: right;
    font-size: 13px;
}
.available:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #2A3A58;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 7px;
}
.available.mdi.mdi-check {
    align-items: center;
}
.available.disabled:before {
    background-color: #b4b4b4;
}
.sort-box {
    margin-bottom: 18px;
}
.sort-box .filter-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: Helvetica;
}
.sort-box .pager-box .pager_wrp {
    float: right;
}
.sort-box .pager-box .page-count-text {
    float: left;
}
.sort-box .pager-box .pager-count {
    float: left;
    padding-left: 10px;
}
.sort-box .pager-box .pager-count .jq-selectbox {
    width: 40px;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select {
    height: initial;
    padding: 0;
    border: 0;
    font: inherit;
    text-shadow: none;
    top: 2px;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select:hover .jq-selectbox__select-text {
    border-color: #fff;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select:active {
    background: initial;
    box-shadow: none;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select:active .jq-selectbox__select-text {
    color: #f42a33;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    width: initial;
    display: inline-block;
    color: #F0434B;
    border-bottom: 1px dashed #F0434B;
    line-height: 15px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    width: initial;
    height: initial;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow {
    position: initial;
    width: initial;
    height: 20px;
    background: initial;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow:before {
    content: "\F35D";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #F0434B;
    position: relative;
    top: -2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    left: -2px;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__dropdown {
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    top: 25px!important;
    font: inherit;
    border: 0;
    border-radius: 2px;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__dropdown li.selected {
    background-color: #F7F7F7;
    color: #000;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__dropdown li:hover {
    background-color: #e0434B;
    color: #fff;
}
.sort-box .pager-box .pager-count .jq-selectbox .jq-selectbox__dropdown li:active {
    background-color: #f42a33;
}
.sort-box .pager-box .pager-count .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__select-text {
    border-color: #fff;
}
.sort-box .pager-box .pager-count .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.sort-box .sort-items .sort-title {
    float: left;
}
.sort-box .sort-items .sort-item {
    float: left;
    color: #949494;
    padding: 0 7px;
}
.sort-box .sort-items .sort-item.active {
    color: #F0434B;
}
.sort-box .sort-items .sort-item:hover {
    color: #e0434B;
}
.sort-box .sort-items .sort-item:active {
    color: #f42a33;
}
#sort_item_toggle_xs {
    display: none;
}
.bx-filter {
    padding: 0 15px 15px;
}
.bx-filter label:before {
    background-color: #fff;
    border: 0!important;
}
.bx-filter .bx-filter-block {
    font-size: 13px;
    line-height: 18px;
}
.bx-filter .checkbox {
    margin-bottom: 17px;
}
.bx-filter .checkbox .bx-filter-param-label {
    padding-left: 25px;
    margin-right: 10px;
}
.bx-filter .checkbox:last-child {
    margin: 0;
}
.bx-filter .bx-filter-parameters-box {
    padding: 15px 0;
}
.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title {
    padding: 0;
    cursor: pointer;
}
.bx-filter .bx-filter-parameters-box.active .bx-filter-parameters-box-hint i:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.bx-filter .bx-filter-parameters-box:last-child {
    border: 0;
    padding-top: 20px;
}
.bx-filter .bx-filter-parameters-box-container {
    padding-bottom: 0;
    padding-top: 15px;
}
.bx-filter .bx-filter-parameters-box-container .bx-left, .bx-filter .bx-filter-parameters-box-container .bx-right {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    display: flex;
}
.bx-filter .bx-filter-parameters-box-container .bx-ft-sub {
    float: left;
    padding-right: 10px;
}
.bx-filter .bx-filter-parameters-box-container .bx-filter-input-container {
    float: left;
    padding-right: 7px;
}
.bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input {
    height: 25px;
    border: 0;
    font-size: 13px;
    width: 100%;
    max-width: 65px;
}
@media only screen and (max-width:1170px) {
    .bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input {
        max-width: 50px;
    }
}@media only screen and (max-width:1100px) {
    .bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input {
        max-width: 39px;
    }
}.bx-filter .bx-filter-parameters-box-hint {
     position: relative;
 }
.bx-filter .bx-filter-parameters-box-hint i {
    font-size: 20px;
    position: absolute;
    top: -5px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #F0434B;
}
.bx-filter .bx-filter-parameters-box-hint i:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
.bx-filter .bx-filter-block .btn {
    width: 50%;
    float: left;
    height: 35px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}
.bx-filter .bx-filter-block .btn:active {
    border: 0;
    outline: 0;
    color: #fff;
}
.bx-filter .bx-filter-block .btn:focus {
    color: #fff;
}
.bx-filter .bx-filter-block .btn-link {
    color: #F0434B;
    text-decoration: underline;
}
.bx-filter .bx-filter-block .btn-link:hover {
    color: #e0434B;
    text-decoration: none;
}
.bx-filter .bx-filter-block .btn-link:active {
    color: #f42a33;
}
.bx-filter .bx-filter-block .btn-link:focus {
    color: #F0434B;
}
.bx-filter .bx-ui-slider-track {
    height: 5px;
    top: -15px;
}
.bx-filter .bx-ui-slider-range {
    background-color: #bfbfbf;
    z-index: initial;
}
.bx-filter .bx-ui-slider-range .bx-ui-slider-handle {
    width: 13px;
    height: 13px;
    background-color: #e0434B;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin: 0;
    top: -4px;
    -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;
    z-index: 100;
    border-radius: 50%;
}
.bx-filter .bx-ui-slider-range .bx-ui-slider-handle:active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bx-filter .bx-ui-slider-pricebar-v {
    background-color: #F0434B;
}
.bx-filter .bx-ui-slider-part {
    background-color: initial;
    top: 35px;
}
.bx-filter .bx-ui-slider-part span {
    width: initial;
    left: 0;
    margin: 0;
    font-size: 14px;
}
.bx-filter .bx-ui-slider-part.p2, .bx-filter .bx-ui-slider-part.p3, .bx-filter .bx-ui-slider-part.p4 {
    display: none;
}
.bx-filter .bx-ui-slider-part.p5 {
    right: 30px;
}
.bx-filter .bx-ui-slider-track-container {
    padding-bottom: 15px;
}
.bx-filter .bx-filter-popup-result.right {
    left: 100%;
    margin-left: 22px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    top: 4px;
    z-index: 3;
}
.bx-filter .bx-filter-popup-result a {
    color: #fff;
    display: initial;
    padding: 5px 10px;
    margin-left: 7px;
    font-size: 13px;
}
.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}
.bx-filter .bx-filter-popup-result a:focus {
    color: #fff;
    outline: 0;
}
.bx-filter .bx-filter-popup-result .triangle {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: -14px;
    bottom: 50%;
    margin-bottom: -7px;
}
.bx-filter .bx-filter-popup-result .triangle:before {
    content: " ";
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -10px;
    border: 1px solid #d2d2d2;
    display: block;
    right: -8px;
    position: absolute;
    top: 0;
    background: #fff;
}
.pagination {
    margin: 0;
}
.modern-page-navigation {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    position: relative;
}
.modern-page-navigation .navigation-arrows {
    position: absolute;
    width: 100%}
.modern-page-navigation .navigation-arrows .modern-page-next {
    right: 0;
    position: absolute;
    top: 0;
}
.modern-page-navigation .navigation-arrows .modern-page-next.disabled {
    cursor: default;
    color: #dadada;
}
.modern-page-navigation .navigation-arrows .modern-page-next.disabled:before {
    color: #dadada;
}
.modern-page-navigation .navigation-arrows .modern-page-next.disabled:active:before, .modern-page-navigation .navigation-arrows .modern-page-next.disabled:hover:before {
    color: #dadada;
    background-color: #F7F7F7;
}
.modern-page-navigation .navigation-arrows .modern-page-prev {
    left: 0;
    position: absolute;
    top: 0;
}
.modern-page-navigation .navigation-arrows .modern-page-prev.disabled {
    cursor: default;
}
.modern-page-navigation .navigation-arrows .modern-page-prev.disabled:before {
    color: #dadada;
}
.modern-page-navigation .navigation-arrows .modern-page-prev.disabled:active:before, .modern-page-navigation .navigation-arrows .modern-page-prev.disabled:hover:before {
    color: #dadada;
    background-color: #F7F7F7;
}
.modern-page-navigation .navigation-pages {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    z-index: 2;
}
.modern-page-navigation a {
    color: #000;
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 25px;
}
.modern-page-navigation a:hover {
    color: #e0434B;
}
.modern-page-navigation a:active {
    color: #f42a33;
}
.modern-page-navigation .mdi {
    padding: 0;
}
.modern-page-navigation .mdi:before {
    background-color: #f2f2f2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    color: #000;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.modern-page-navigation .mdi:hover:before {
    color: #F0434B;
}
.modern-page-navigation .mdi:active:before {
    background-color: #f7f7f7;
    color: #F0434B;
}
.modern-page-navigation span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #f2f2f2;
    text-align: center;
    position: relative;
    display: block;
    float: left;
}
.modern-page-navigation span.point {
    background-color: initial;
}
.modern-page-navigation .modern-page-previous {
    margin-right: 15px;
}
.modern-page-navigation .modern-page-next {
    margin-left: 15px;
}
.product-detail h2 {
    margin-bottom: 20px;
}
.product-detail .item-top {
    padding-bottom: 25px;
}
.product-detail .images-wrapp {
    padding-right: 30px;
}
.basket-item-block-image .basket-item-label-ring.basket-item-label-small {
    right: -2px;
    bottom: 0 !important;
    top: -2px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    background-color: #F0434B;
    font-size: 13px;
    font-weight: normal;
}
.basket-item-block-image .basket-item-label-ring.basket-item-label-small:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: -10px;
    border-right: 10px solid #F0434B;
}
@media only screen and (max-width:991px) {
    .product-detail .images-wrapp {
        padding-right: 10px;
    }
}.product-detail .images-wrapp .big-image {
     position: relative;
     width: 100%;
     height: 560px;
     padding: 50px;
     display: table-cell;
     vertical-align: middle;
 }
@media only screen and (max-width:991px) {
    .product-detail .images-wrapp .big-image {
        height: 390px;
        padding: 30px;
    }
}.product-detail .images-wrapp .big-image img {
     display: inline-block;
     vertical-align: middle;
 }
.product-detail .img_tab {
    display: table;
    width: 100%}
@media only screen and (max-width:767px) {
    .bx-filter .bx-filter-parameters-box-container .bx-filter-input-container input {
        max-width: 65px;
    }
    .product-detail .img_tab .big-image {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
}@media only screen and (max-width:767px) and (max-width:424px) {
    .product-detail .img_tab .big-image {
        height: 270px;
    }
}.product-detail .product-slider {
     margin-top: 15px;
 }
@media only screen and (max-width:991px) {
    .product-detail .product-slider .jcarousel {
        width: 264px;
        margin: 0 auto;
    }
    .product-detail .product-slider .jcarousel li {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .product-detail .product-slider .jcarousel li a {
        height: 60px;
    }
}.product-detail .product-slider .product-slider-controls {
     position: absolute;
     width: 100%;
     height: 30px;
     top: 50%;
     margin-top: -15px;
 }
.product-detail .product-slider .product-slider-controls a {
    position: absolute;
}
.product-detail .product-slider .product-slider-controls a:before {
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 35px;
    color: #F0434B;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.product-detail .product-slider .product-slider-controls a:hover:before {
    color: #e0434B;
}
.product-detail .product-slider .product-slider-controls a:active:before {
    color: #f42a33;
}
.product-detail .product-slider .product-slider-controls a.inactive {
    cursor: default;
}
.product-detail .product-slider .product-slider-controls a.inactive:before {
    color: #949494;
}
.product-detail .product-slider .product-slider-controls .jcarousel-control-prev {
    left: -10px;
}
.product-detail .product-slider .product-slider-controls .jcarousel-control-prev:before {
    content: "\F141";
    display: block;
}
.product-detail .product-slider .product-slider-controls .jcarousel-control-next {
    right: -10px;
}
.product-detail .product-slider .product-slider-controls .jcarousel-control-next:before {
    content: '\F142';
    display: block;
}
@media only screen and (max-width:767px) {
    .product-detail .product-slider {
        max-width: 500px;
        margin: 20px auto 0;
        float: initial;
    }
}.product-detail .product-options-box .buy_info {
     background-color: #F7F7F7;
     padding: 20px;
 }
.product-detail .product-options-box .buy_info .add_to_basket {
    margin-top: 15px;
    position: relative;
}
.product-detail .product-options-box .buy_info .add_to_basket .add_count {
    float: left;
    margin-top: 10px;
}
.product-detail .product-options-box .buy_info .add_to_basket .add_count .btn-minus, .product-detail .product-options-box .buy_info .add_to_basket .add_count .btn-plus {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #dadada;
    color: #000;
}
.product-detail .product-options-box .buy_info .add_to_basket .add_count .btn-minus:hover, .product-detail .product-options-box .buy_info .add_to_basket .add_count .btn-plus:hover {
    color: #e0434B;
}
.product-detail .product-options-box .buy_info .add_to_basket .add_count .btn-minus:active, .product-detail .product-options-box .buy_info .add_to_basket .add_count .btn-plus:active {
    border: none;
    color: #f42a33!important;
    background-color: #cfcfcf!important;
}
.product-detail .product-options-box .buy_info .add_to_basket .add_count .buy-count {
    height: 30px;
    width: 40px;
    text-align: center;
    background-color: #fff;
    border: none;
}
@media only screen and (max-width:424px) {
    .product-detail .product-options-box .buy_info .add_to_basket .add_count {
        width: 100%}
}.product-detail .product-options-box .buy_info .add_to_basket input[type=submit] {
     float: right;
     width: 230px;
     height: 50px;
     -webkit-transition: ease-out .25s;
     transition: ease-out .25s;
 }
@media only screen and (max-width:991px) {
    .product-detail .product-options-box .buy_info .add_to_basket input[type=submit] {
        width: 200px;
    }
}@media only screen and (max-width:424px) {
    .product-detail .product-options-box .buy_info .add_to_basket input[type=submit] {
        float: left;
        margin-top: 25px;
    }
}.product-detail .product-options-box .buy_info .add_to_basket input[type=submit]:active {
     outline: 0;
 }
.product-detail .product-options-box .buy_info .add_to_basket input[type=submit]:focus {
    outline: 0;
    color: #fff;
}
.product-detail .product-options-box .buy_info .add_to_basket .btn.disabled {
    background-color: #dadada;
    float: right;
    width: 230px;
    height: 50px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    cursor: default;
    line-height: 50px;
    color: #afafaf;
    opacity: 1;
}
.product-detail .product-options-box .buy_info .add_to_basket .product-buy {
    position: relative;
}
.product-detail .product-options-box .buy_info .add_to_basket .product-buy .in_basket {
    width: 230px;
    height: 50px;
    background-color: #e0434B;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    cursor: default;
}
@media only screen and (max-width:424px) {
    .product-detail .product-options-box .buy_info .add_to_basket .product-buy .in_basket {
        left: 0;
        top: 65px;
    }
}.product-detail .product-options-box .buy_info .add_to_basket .product-buy .in_basket:active {
     background-color: #e0434B;
     outline: 0;
     box-shadow: none;
 }
.product-detail .product-options-box .available:before {
    position: relative;
    top: -2px;
}
@media only screen and (max-width:767px) {
    .product-detail .product-options-box {
        margin-top: 30px;
    }
}.product-detail .price_info {
     padding-top: 10px;
 }
.product-detail .price_info .price_wrp {
    float: left;
}
.product-detail .price_info .price_wrp .price {
    color: #F0434B;
    font-size: 30px;
}
@media only screen and (max-width:991px) {
    .product-detail .product-options-box .buy_info .add_to_basket .product-buy .in_basket {
        width: 200px;
    }
    .product-detail .price_info .price_wrp .price {
        font-size: 25px;
    }
}@media only screen and (max-width:475px) {
    .product-detail .price_info .price_wrp .price {
        font-size: 22px;
    }
}.product-detail .price_info .price_wrp .old_price {
     color: #949494;
     font-size: 18px;
     text-decoration: line-through;
 }
.product-detail .price_info .click_buy_wrp {
    float: right;
    width: 230px;
    padding-top: 12px;
    position: relative;
}
@media only screen and (max-width:991px) {
    .product-detail .price_info .click_buy_wrp {
        width: 200px;
    }
}@media only screen and (max-width:475px) {
    .product-detail .price_info .click_buy_wrp {
        padding-top: 7px;
    }
}.product-detail .price_info .click_buy_wrp>span {
     color: #F0434B;
     border-bottom: 1px dashed #F0434B;
     font-size: 15px;
     font-weight: 500;
     cursor: pointer;
     -webkit-transition: ease-out .25s;
     transition: ease-out .25s;
 }
.product-detail .price_info .click_buy_wrp>span:hover {
    border-color: #F7F7F7;
    color: #e0434B;
}
.product-detail .price_info .click_buy_wrp>span:active {
    color: #f42a33;
}
.product-detail .price_info .click_buy_wrp>span.disabled {
    cursor: default;
    color: #949494;
    border: 0;
    font-weight: 400;
}
@media only screen and (max-width:424px) {
    .product-detail .price_info {
        padding-top: 25px;
    }
    .product-detail .price_info .price_wrp {
        width: 100%}
    .product-detail .price_info .click_buy_wrp {
        float: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}.product-detail .download_info {
     padding-top: 25px;
 }
.product-detail .download_info a {
    color: #F0434B;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.product-detail .download_info a:first-child {
    margin-top: 0;
}
.product-detail .download_info a i {
    display: block;
    float: left;
    font-size: 20px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}
.product-detail .download_info a span {
    border-bottom: 1px dashed #F0434B;
    float: left;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.product-detail .download_info a:active span, .product-detail .download_info a:hover span {
    border-color: #fff;
}
.product-detail .download_info a:hover {
    color: #e0434B;
}
.product-detail .download_info a:active {
    color: #f42a33;
}
@media only screen and (max-width:550px) {
    .product-detail .download_info a {
        font-size: 14px;
    }
    .product-detail .download_info a i {
        font-size: 18px;
        margin-right: 5px;
        top: 0;
    }
}.product-detail .product-props h4 {
     font-weight: 400;
     text-transform: uppercase;
     margin: 25px 0 20px;
     font-size: 14px;
 }
.product-detail .product-props .prop-item {
    font-size: 13px;
    line-height: 16px;
    padding: 3px 0;
    position: relative;
}
.product-detail .product-props .prop-item .prop_name {
    position: relative;
    margin-right: -10px;
}
.product-detail .product-props .prop-item .prop_name:after {

    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #d2d2d2;
    bottom: 4px;
}
.product-detail .product-props .prop-item .prop_name span {
    color: #5d5d5d;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 4px;
}
.product-detail .product-props .prop-item.more-props {
    cursor: pointer;
    color: #F0434B;
    border-bottom: 1px dashed #F0434B;
    padding-top: 15px;
}
.carousel-template .product-item, .products-carousel .product-item {
    width: 100%;
    height: 365px;
    padding: 30px 15px 15px;
    border: 1px solid #d2d2d2;
    color: #000;
    position: relative;
}
.product-detail .product-description h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0;
}
.products-carousel .carousel-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
    .products-carousel .carousel-title {
        font-size: 22px;
    }
}


.products-carousel .product-item {
     margin: 0 0 20px;
     -webkit-transition: ease-out .25s;
     transition: ease-out .25s;
 }
.carousel-template .product-item {
    margin: 0;
}
.carousel-template .product-item .item-image {
    position: static;
    width: 210px;
    height: 170px;
    margin: 0 auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: ease-out .25s;
}
.carousel-template .product-item .item-title {
    text-align: center;
    margin-top: 30px;
    line-height: 18px;
    font-size: 14px;
    padding: 0 15px;
    overflow: hidden;
    height: 55px;
}
.carousel-template .product-item .item_info {
    margin-top: 30px;
    height: 25px;
    line-height: 25px;
}
.carousel-template .product-item .bx_catalog_item_price {
    float: left;
}
.carousel-template .product-item .bx_catalog_item_price .price {
    font-size: 18px;
    font-weight: 500;
    color: #F0434B;
    position: relative;
}
.carousel-template .product-item .bx_catalog_item_price .price span {
    color: #949494;
    text-decoration: line-through;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -22px;
    white-space: nowrap;
}
.carousel-template .product-item .available {
    float: right;
    font-size: 13px;
}
.carousel-template .product-item:hover {
    border-color: #e0434B;
}
.carousel-template .item-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 0%;
    bottom: 0%;
    left: -100%;
    width: 100%;
    height: 170px;
    opacity: 1;
    transform: skew(-30deg);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
}
.carousel-template.carousel-yousee .owl-stage-outer .item-image:before {
    top: 0;
}
.carousel-template .product-item:hover .item-image:before {
    animation: sheenkrayt 1s;
}
.carousel-template .product-item:active {
    border-color: #f42a33;
}
.sale-order-detail-about-order-inner-container-list-item .sale-order-detail-about-order-inner-container-list-item-link {
    color: #2A3A58;
    font-weight: normal;
}
.sale-order-detail-about-order-inner-container-list-item .sale-order-detail-about-order-inner-container-list-item-link:hover {
    color: #e0434B;
    text-decoration: underline;
}
@media only screen and (max-width:499px) {
    .carousel-template .product-item {
        padding-top: 15px;
        height: 350px;
    }
    .carousel-template .product-item .item-image {
        height: 190px;
    }
    .carousel-template .product-item .item_info {
        margin-top: 15px;
    }
}.carousel-template .owl-controls {
     position: absolute;
     top: -60px;
     right: 0;
 }
.carousel-template .owl-controls .owl-nav {
    position: absolute;
    top: 0;
    right: 30px;
}
.carousel-template .owl-controls .owl-nav .owl-next, .carousel-template .owl-controls .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    position: absolute;
    text-align: center;
    line-height: 33px;
    font-size: 25px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.carousel-template .owl-controls .owl-nav .owl-next:hover, .carousel-template .owl-controls .owl-nav .owl-prev:hover {
    color: #F0434B;
}
.carousel-template .owl-controls .owl-nav .owl-next:active, .carousel-template .owl-controls .owl-nav .owl-prev:active {
    background-color: #f7f7f7;
}
.carousel-template .owl-controls .owl-nav .owl-next.disabled, .carousel-template .owl-controls .owl-nav .owl-prev.disabled {
    color: #afafaf;
    background-color: #F7F7F7;
    cursor: default;
}
.carousel-template .owl-controls .owl-nav .owl-next:before, .carousel-template .owl-controls .owl-nav .owl-prev:before {
    font: normal normal normal 24px/1 "Material Design Icons"}
.carousel-template .owl-controls .owl-nav .owl-prev {
    right: 12px;
}
.carousel-template .owl-controls .owl-nav .owl-prev:before {
    content: "\F141"}
.carousel-template .owl-controls .owl-nav .owl-next:before {
    content: "\F142"}
@media only screen and (max-width:767px) {
    .carousel-template .owl-controls {
        top: -57px;
    }
}@media only screen and (max-width:375px) {
    .carousel-template .owl-controls {
        top: -53px;
    }
}.product-added {
     width: 230px;
     height: 105px;
     position: absolute;
     right: 0;
     background: #fff;
     box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
     padding: 20px;
     text-align: center;
     top: 75px;
     z-index: 3;
 }
.product-added .btn {
    width: 170px;
    height: 35px;
    line-height: 35px;
    margin: 14px auto 0;
}
.product-added .btn:active, .product-added .btn:focus {
    color: #fff;
}
@media only screen and (max-width:677px) {
    .product-added {
        top: 60px;
    }
}@media only screen and (max-width:424px) {
    .product-added {
        left: 0;
        top: 125px;
    }
}#basket_form h2 {
     margin-bottom: 10px;
 }
#col_QUANTITY {
    padding-left: 15px;
}
.bx_ordercart .bx_sort_container {
    color: #000;
    margin-bottom: 10px;
}
.bx_ordercart>a, .bx_ordercart>a.current {
    display: none;
}
.bx_ordercart .bx_ordercart_order_table_container {
    border-radius: 0;
    border: 1px solid #d2d2d2;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td {
    background-color: #F7F7F7;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td.price {
    padding-left: 25px;
}
@media only screen and (max-width:530px) {
    .bx_ordercart .bx_ordercart_order_table_container table tbody {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
        position: relative;
    }
}.bx_ordercart .bx_ordercart_order_table_container table tbody td {
     padding: 20px 15px;
     border-color: #d2d2d2;
 }
.bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto {
    padding-left: 3px;
    width: 10%}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.item {
    vertical-align: middle;
    width: 38%}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.item h2 {
    font-weight: 400;
    margin: 0!important;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.item h2 a {
    font-weight: 400;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.item h2 a:hover {
    color: #e0434B;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.item h2 a:active {
    color: #f42a33;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.item .price_for_xs {
    display: none;
    font-size: 15px;
    padding-top: 10px;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.item .price_for_xs .old_price {
    color: #b8b8b8;
    text-decoration: line-through;
}
@media only screen and (max-width:650px) {
    .bx_ordercart .bx_ordercart_order_table_container table thead td.price {
        display: none;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item .price_for_xs {
        display: block;
    }
}.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom {
     vertical-align: middle;
 }
@media only screen and (max-width:530px) {
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item {
        padding-bottom: 5px!important;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item .price_for_xs {
        display: none;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom span {
        display: block;
        float: left;
        font-weight: 400!important;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered {
        display: inline-block;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered td {
        display: table-cell;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered td input {
        left: 25px;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom:nth-child(5) span {
        display: none;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom:nth-child(6) span {
        padding-top: 2px;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom:nth-child(6) div {
        font-size: 22px;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.price .old_price {
        margin-left: 0!important;
    }
}.bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
     vertical-align: middle;
     width: 13%;
     padding-left: 25px;
 }
.bx_ordercart .bx_ordercart_order_table_container table tbody td.price .current_price {
    font-weight: 400;
}
@media only screen and (max-width:650px) {
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
        display: none;
    }
}.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered {
     position: relative;
     width: 95px;
 }
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered a {
    position: absolute;
    height: 28px;
    width: 28px;
    display: block;
    text-align: center;
    line-height: 30px;
    background-color: #dadada;
    top: 0;
    color: #000;
    font-size: 20px;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered a:hover {
    color: #F0434B;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered a:active {
    background-color: #cfcfcf;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered a.minus {
    left: 0;
    border-radius: 0;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered a.plus {
    right: 0;
    border-radius: 0;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered input {
    height: 28px;
    border: 0;
    text-align: center;
    background: #F7F7F7;
    position: relative;
    left: 25px;
    width: 41px;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control {
    vertical-align: middle;
    width: 35px;
    padding: 0;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control a {
    color: #F0434B;
    border-bottom: 1px dashed #F0434B;
    font-size: 14px;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control a:before {
    display: none;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control a:hover {
    border-color: #fff;
    color: #e0434B;
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control a:active {
    color: #f42a33;
}
@media only screen and (max-width:767px) {
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.control a {
        border: 0;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.control a:before {
        display: initial;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.control a span {
        display: none;
    }
}@media only screen and (max-width:530px) {
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom .centered input {
        left: 0;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.control {
        position: absolute;
        top: 6px;
        right: 6px;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody td.control a {
        font-size: 20px;
    }
}.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
     position: initial;
     background-position: center center;
     background-size: contain;
     background-repeat: no-repeat;
     height: 80px;
     width: 80px;
     margin: 9px auto 0;
 }
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
    display: none;
}
.bx_ordercart .bx_ordercart_photo_container {
    width: 100px;
    height: 100px;
    padding-top: 0;
    border-color: #d2d2d2;
}
@media only screen and (max-width:530px) {
    .bx_ordercart .bx_ordercart_photo_container {
        width: 100%;
        margin: 0!important;
    }
    .bx_ordercart .bx_ordercart_photo_container .bx_ordercart_photo {
        position: absolute;
        width: initial;
        height: initial;
        margin: 10px auto;
    }
}@media only screen and (max-width:425px) {
    .bx_ordercart .bx_ordercart_photo_container {
        max-width: 180px!important;
    }
}.bx_ordercart .bx_ordercart_order_pay {
     padding: 0;
 }
.bx_ordercart .bx_ordercart_coupon {
    margin: 0;
}
.bx_ordercart .bx_ordercart_coupon span {
    color: #000;
    font-size: 14px;
    margin-bottom: 7px;
}
.bx_ordercart .bx_ordercart_coupon input {
    width: 275px;
    height: 40px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    padding: 0 15px;
}
.bx_ordercart .bx_ordercart_coupon input.bad, .bx_ordercart .bx_ordercart_coupon input.good {
    border: 0;
    background-color: #fff;
    box-shadow: none;
}
.bx_ordercart .bx_ordercart_coupon input.bad {
    color: #d21300;
}
.bx-auth .bx-auth-table .checkbox:not(checked)+label:before, .bx-auth .bx-changepass-table .checkbox:not(checked)+label:before, .bx-auth .bx-forgotpass-table .checkbox:not(checked)+label:before, .bx-auth .bx-registration-table .checkbox:not(checked)+label:before, .forgot_pass .bx-auth-table .checkbox:not(checked)+label:before, .forgot_pass .bx-changepass-table .checkbox:not(checked)+label:before, .forgot_pass .bx-forgotpass-table .checkbox:not(checked)+label:before, .forgot_pass .bx-registration-table .checkbox:not(checked)+label:before, .search-page .search {
    border: 1px solid #d2d2d2;
}
.bx-auth .authorize-submit-cell .btn:focus, .bx_ordercart .btn:active, .bx_ordercart .btn:focus, .forgot_pass .authorize-submit-cell .btn:focus {
    color: #fff;
}
@media only screen and (max-width:550px) {
    .bx_ordercart .bx_ordercart_order_pay_left {
        float: initial;
        width: 100%;
        max-width: 300px;
    }
    .bx_ordercart .bx_ordercart_order_pay_left .btn {
        left: initial;
        right: 0;
    }
    .bx_ordercart .bx_ordercart_order_pay_left .bx_ordercart_coupon input {
        width: 100%}
    .bx_ordercart .bx_ordercart_order_pay_right {
        float: initial;
        width: 100%}
    .bx_ordercart .bx_ordercart_order_pay_right .bx_ordercart_order_sum {
        float: initial;
    }
    .bx_ordercart .bx_ordercart_order_pay_center {
        margin-top: 0;
    }
    .bx_ordercart .bx_ordercart_order_pay_center .btn {
        float: initial!important;
        margin: 0 auto;
    }
}.bx_ordercart .btn {
     position: absolute;
     top: 26px;
     left: 275px;
     height: 40px;
     width: 40px;
     line-height: 40px;
 }
.bx_ordercart .bx_ordercart_order_pay_center {
    border-top: 1px solid #d2d2d2;
    padding-top: 30px;
    padding-bottom: 50px;
}
.bx_ordercart .bx_ordercart_order_pay_center .btn {
    position: initial;
    width: 210px;
    height: 50px;
    line-height: 50px;
    float: right;
}
.bx_ordercart .bx_ordercart_order_sum tr {
    height: 70px;
}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
    font-size: 14px;
}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb:first-child {
    padding-right: 30px;
}
.bx-auth, .forgot_pass {
    padding-bottom: 25px;
}
.bx-auth h2, .forgot_pass h2 {
    margin-bottom: 10px;
}
.bx-auth .bx-auth-note, .forgot_pass .bx-auth-note {
    font-size: 16px;
    margin-bottom: 5px;
}
.bx-auth .bx-auth-table, .bx-auth .bx-changepass-table, .bx-auth .bx-forgotpass-table, .bx-auth .bx-registration-table, .forgot_pass .bx-auth-table, .forgot_pass .bx-changepass-table, .forgot_pass .bx-forgotpass-table, .forgot_pass .bx-registration-table {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
}
.bx-auth .bx-auth-table td, .bx-auth .bx-changepass-table td, .bx-auth .bx-forgotpass-table td, .bx-auth .bx-registration-table td, .forgot_pass .bx-auth-table td, .forgot_pass .bx-changepass-table td, .forgot_pass .bx-forgotpass-table td, .forgot_pass .bx-registration-table td {
    float: left;
    width: 100%}
.bx-auth .bx-auth-table .bx-auth-label, .bx-auth .bx-changepass-table .bx-auth-label, .bx-auth .bx-forgotpass-table .bx-auth-label, .bx-auth .bx-registration-table .bx-auth-label, .forgot_pass .bx-auth-table .bx-auth-label, .forgot_pass .bx-changepass-table .bx-auth-label, .forgot_pass .bx-forgotpass-table .bx-auth-label, .forgot_pass .bx-registration-table .bx-auth-label {
    margin-bottom: 7px;
    margin-top: 25px;
}
.bx-auth .bx-auth-table .bx-auth-input, .bx-auth .bx-changepass-table .bx-auth-input, .bx-auth .bx-forgotpass-table .bx-auth-input, .bx-auth .bx-registration-table .bx-auth-input, .forgot_pass .bx-auth-table .bx-auth-input, .forgot_pass .bx-changepass-table .bx-auth-input, .forgot_pass .bx-forgotpass-table .bx-auth-input, .forgot_pass .bx-registration-table .bx-auth-input {
    height: 40px;
    border: 1px solid #d2d2d2;
    outline: 0;
    width: 100%;
    padding: 0 10px;
}
.bx-auth .bx-auth-table .remember label, .bx-auth .bx-changepass-table .remember label, .bx-auth .bx-forgotpass-table .remember label, .bx-auth .bx-registration-table .remember label, .forgot_pass .bx-auth-table .remember label, .forgot_pass .bx-changepass-table .remember label, .forgot_pass .bx-forgotpass-table .remember label, .forgot_pass .bx-registration-table .remember label {
    font-weight: 400;
    padding: 0;
    margin-top: 25px;
}
.bx-auth .bx-auth-table .remember label:before, .bx-auth .bx-changepass-table .remember label:before, .bx-auth .bx-forgotpass-table .remember label:before, .bx-auth .bx-registration-table .remember label:before, .forgot_pass .bx-auth-table .remember label:before, .forgot_pass .bx-changepass-table .remember label:before, .forgot_pass .bx-forgotpass-table .remember label:before, .forgot_pass .bx-registration-table .remember label:before {
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.bx-auth .bx-auth-table .checkbox:checked+label:before, .bx-auth .bx-changepass-table .checkbox:checked+label:before, .bx-auth .bx-forgotpass-table .checkbox:checked+label:before, .bx-auth .bx-registration-table .checkbox:checked+label:before, .forgot_pass .bx-auth-table .checkbox:checked+label:before, .forgot_pass .bx-changepass-table .checkbox:checked+label:before, .forgot_pass .bx-forgotpass-table .checkbox:checked+label:before, .forgot_pass .bx-registration-table .checkbox:checked+label:before {
    border: 0;
}
.bx-auth .authorize-submit-cell .btn, .forgot_pass .authorize-submit-cell .btn {
    width: 170px;
    height: 45px;
    line-height: 45px;
    margin: 25px 0 30px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.bx-auth .authorize-submit-cell .btn:active, .forgot_pass .authorize-submit-cell .btn:active {
    outline: 0;
}
.bx-auth .auth_link, .forgot_pass .auth_link {
    color: #F0434B;
    display: block;
}
.bx-auth .auth_link:hover, .forgot_pass .auth_link:hover {
    color: #e0434B;
    text-decoration: underline;
}
.bx-auth .auth_link:active, .forgot_pass .auth_link:active {
    color: #f42a33;
}
.bx-auth .links, .forgot_pass .links {
    padding-top: 20px;
}
.bx-auth .links p, .forgot_pass .links p {
    margin-bottom: 5px;
    margin-top: 20px;
}
.bx-yandex-view-layout, .contact_item, .item_contact_wrp {
    margin-bottom: 20px;
}
.bx-auth .links .auth_pass, .forgot_pass .links .auth_pass {
    margin-top: 7px;
}
.forgot_pass .bx-auth-note {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.forgot_pass .notetext {
    width: 50%;
    display: block;
}
.starrequired {
    color: #F0434B;
}
.item_contact_wrp {
    display: table;
}
.contact_item {
    background-color: #F7F7F7;
    padding: 20px;
    height: 80px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}
.contact_item i {
    color: #F0434B;
    font-size: 20px;
    padding-right: 10px;
    float: left;
}
.contact_item span {
    float: left;
    width: 88%}
.articles .news-item {
    height: 385px;
    display: block;
    background-color: #F7F7F7;
    margin-bottom: 20px;
}
.articles .news-item .img_wrp {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.articles .news-item .img_wrp .img {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.articles .news-item .content {
    padding: 20px;
}
.articles .news-item .content span {
    color: #000;
    padding-bottom: 15px;
    position: relative;
}
.articles .news-item .content span:after {
    content: ' ';
    border-bottom: 3px solid #F0434B;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
}
.articles .news-item .content .txt {
    color: #000;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s;
    padding-top: 25px;
    height: 63px;
    overflow: hidden;
}
.articles .news-item:hover .img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.articles .news-item:hover .txt {
    color: #e0434B;
}
.articles .news-item:active .txt {
    color: #f42a33;
}
.articles-detail h2 {
    margin-bottom: 27px;
}
.articles-detail .img_wrp {
    padding-right: 20px;
    padding-left: 0;
    padding-bottom: 10px;
}
.articles-detail .img_wrp .detail_img {
    width: 100%;
    height: 390px;
    background-size: cover;
    background-position: center center;
}
.articles-detail span {
    display: block;
    padding-bottom: 15px;
    position: relative;
    top: -5px;
}
.news_navigation {
    padding-top: 35px;
    padding-bottom: 20px;
}
.news_navigation .prev_next a {
    height: 30px;
    line-height: 30px;
    color: #000;
}
.news_navigation .prev_next a i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f2f2f2;
    display: block;
    float: left;
    font-size: 25px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.news_navigation .prev_next a span {
    display: block;
    float: left;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.news_navigation .prev_next a:hover i, .news_navigation .prev_next a:hover span {
    color: #e0434B;
}
.news_navigation .prev_next a:active i {
    background-color: #f7f7f7;
}
.news_navigation .prev_next a.next {
    float: right;
}
.news_navigation .prev_next a.next span {
    padding-right: 15px;
}
.news_navigation .prev_next a.prev {
    float: left;
}
.news_navigation .prev_next a.prev span {
    padding-left: 15px;
}
.page_404 {
    padding-top: 65px;
}
.page_404 .img_wrp {
    height: 560px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-left: 25px;
}
.page_404 .img_wrp .img_404 {
    width: 100%;
    height: 560px;
    background-image: url(/include/404.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.page_404 .txt_wrp {
    padding-left: 45px;
}
.page_404 .txt_wrp p {
    margin-bottom: 5px;
}
.page_404 .txt_wrp ul {
    margin: 0;
}
.page_404 .txt_wrp ul li {
    padding-bottom: 3px;
}
.page_404 .txt_wrp .on_main {
    margin-top: 35px;
    line-height: 23px;
}
.page_404 .txt_wrp .on_main a {
    color: #F0434B;
}
.page_404 .txt_wrp .on_main a:hover {
    color: #e0434B;
    text-decoration: underline;
}
.page_404 .txt_wrp .on_main a:active {
    color: #f42a33;
}
.page_404 h2 {
    font-size: 150px;
    font-weight: 600;
    margin-top: 0;
    line-height: initial;
    margin-bottom: 0;
}
.page_404 h2 span {
    color: #F0434B;
}
.page_404 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    font-weight: 400;
    max-width: 500px;
    margin-bottom: 25px;
}
@media only screen and (max-width:991px) {
    .page_404 {
        padding-top: 35px;
    }
    .page_404 h2 {
        font-size: 100px;
        margin-bottom: 10px;
        line-height: 100px;
        display: none;
    }
    .page_404 h3 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        max-width: initial;
    }
    .page_404 .txt_wrp .on_main {
        margin-top: 20px;
        line-height: 20px;
    }
    .page_404 .img_wrp {
        height: 200px;
        padding: 0;
    }
    .page_404 .img_wrp .img_404 {
        height: 200px;
    }
    .page_404 .txt_wrp {
        padding-left: 10px;
    }
}.title-search-result {
     background-color: #fff;
     position: relative;
     z-index: 100;
 }
.title-search-result table {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    width: 100%}
.title-search-result table .title-search-item {
    padding: 0 15px 12px 5px;
}
.title-search-result table .title-search-item a {
    color: #000;
    padding-left: 15px;
    position: relative;
    display: block;
}
.title-search-result table .title-search-item a i {
    color: #F0434B;
    position: absolute;
    left: 0;
}
.title-search-result table .title-search-item a:hover {
    color: #e0434B;
}
.title-search-result table .title-search-item a:active {
    color: #f42a33;
}
.title-search-result table .title-search-more {
    display: none;
}
.title-search-result table .title-search-all {
    padding-bottom: 15px;
    padding-left: 20px;
}
.title-search-result table .title-search-all a {
    color: #F0434B;
}
.title-search-result table .title-search-all a:hover {
    color: #e0434B;
    text-decoration: underline;
}
.title-search-result table .title-search-all a:active {
    color: #f42a33;
}
.search-page .search {
    width: 80%;
    height: 40px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    padding: 0 15px;
    float: left;
}
.search-page .btn {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 20%;
    box-shadow: none;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    border: none;
}
.search-language-guess {
    margin-top: 5px;
}
font.notetext {
    color: #F0434B;
}
.buy_one_click, .buy_one_click .triangle:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    position: absolute;
}
.search-page .btn:focus {
    outline: 0;
    color: #fff;
}
.search-page .search_page_result a {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}
.search-page .search_page_result a:hover {
    color: #e0434B;
}
.search-page .search_page_result a:active {
    color: #f42a33;
}
.search-page .modern-page-navigation {
    margin-top: 35px;
}
.search-page .errors {
    margin-top: 20px;
}

.product-item-detail-pay-block {
    padding: 0 20px 20px;}

.basket_error {
    margin: 20px 0;
    font-size: 16px;
}
.buy_one_click {
    background-color: #fff;
    width: 290px;
    min-height: 300px;
    padding: 15px;
    padding-top: 10px;
    z-index: 10;
    top: 181px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.buy_one_click .title_form {
    display: none;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
.buy_one_click .input_title {
    display: block;
    padding: 15px 0 0;
    text-align: left;
}
.buy_one_click input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
}
.buy_one_click .btn_orange {
    border: none;
}
.buy_one_click .send_form {
    height: 45px;
    margin: 25px auto 0;
    width: 100%;
}
.buy_one_click .send_form input {
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.buy_one_click .send_form input:focus {
    outline: 0;
    color: #fff;
}
.buy_one_click .mdi {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.buy_one_click .mdi:hover {
    color: #e0434B;
}
.buy_one_click .mdi:active {
    color: #f42a33;
}
.buy_one_click p {
    margin: 0;
}
.buy_one_click p font {
    margin-top: 15px;
    display: block;
}
.buy_one_click .triangle {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 105px;
    margin-bottom: -7px;
    top: -20px;
}
.buy_one_click .triangle:before {
    content: " ";
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -10px;
    display: block;
    background: #fff;
    bottom: -2px;
}
.buy_one_click.open {
    visibility: visible;
    opacity: 1;
}
.buy_one_click .notetext {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    align-items: center;
    height: 265px;
    width: 100%;
    padding-bottom: 40px;
    background: #fff;
    color: #2A3A58;
    left: 0;
    font-size: 20px;
    margin-top: 0;
    line-height: 2;
}
@media only screen and (max-width:424px) {
    .buy_one_click {
        right: initial;
    }
}#bx-soa-order h2 {
     padding: 0 10px;
 }
@media only screen and (min-width:767px) {
    #bx-soa-order .col-sm-9 {
        width: 77%;
        max-width: 920px;
    }
    #bx-soa-order .col-sm-3 {
        width: 23%;
        max-width: 265px;
        float: right;
    }
}#bx-soa-order #bx-soa-total .bx-soa-cart-total {
     padding: 20px 15px;
     border-color: #d2d2d2;
     -webkit-transition: ease-out .3s;
     transition: ease-out .3s;
     position: relative;
     top: 20px;
     display: flex;
     flex-direction: column;
 }
#bx-soa-order .bx-soa-section-content .bx-price-old {
    color: #a1a1a1;
    line-height: 1.2;
}
#bx-soa-order .bx-soa-section-content .bx-price {
    color: #2f3435;
    font-weight: normal;
    font-size: 16px;
}
#bx-soa-order #bx-soa-total .bx-soa-cart-total-line {
    font-size: 14px;
    padding: 5px 0;
    border-color: #d2d2d2;
    border: none;
    order: 2;
}
#bx-soa-order #bx-soa-total .bx-soa-cart-total-line .bx-price-old {
    display: none;
}
#bx-soa-order #bx-soa-total .bx-soa-cart-total-line-total {
    padding-top: 0;
    padding-bottom: 20px;
    order: 1;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 5px;
}
#bx-soa-order #bx-soa-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
    font-size: 18px;
}
#bx-soa-order #bx-soa-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 20px;
    font-weight: bold;
}
#bx-soa-order #bx-soa-total .bx-soa-cart-total.bx-soa-cart-total-fixed {
    position: fixed;
    top: 70px;
}
#bx-soa-order .bx-soa-section-content {
    padding-bottom: 20px;
    padding-top: 20px;
}

#bx-soa-order  .bx-soa-reference {
    font-size: 12px;
    padding-bottom: 10px;
}
#bx-soa-order .bx-soa-section h2 {
    font-size: 16px;
    line-height: 20px;
    /*font-weight: bold;*/
    font-family: Roboto, Geneva, sans-serif;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
    background-color: #fff;
    border-bottom: solid 1px #dfdcdc;
    padding: 10px 0;
}
#bx-soa-order .bx-soa-section.bx-selected {
    border-color: #7a7a7a;
}
#bx-soa-order .bx-soa-section.bx-selected h2 {
    font-size: 18px;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-img-block {
    width: initial;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-img-block a {
    display: block;
    width: 100px;
    padding: 10px;
    /*border: 1px solid #d2d2d2;*/
    height: 100px;
}
#bx-soa-order .bx-soa-item-td {
    border-top: solid 1px #dfdcdc;
}
#bx-soa-order .bx-soa-section {
    margin-bottom: 20px;
}
#bx-soa-order .bx-soa-section .bx-soa-pp-company-selected strong {
    font-weight: 400;
}
#bx-soa-order .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
    border-top: none;
}
#bx-soa-order .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text {
    position: relative;
}
#bx-soa-order .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text:before {
    display: block;
    content: 'цена за 1 шт';
    color: #a1a1a1;
    text-align: right;
    font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-img-block a .bx-soa-item-imgcontainer {
    width: 100%;
    height: 100%;
    border: 0;
}
#bx-soa-order .bx-soa-item-table {
    margin-bottom: 0;
}

@media only screen and (max-width:991px) {
    #bx-soa-order .bx-soa-item-table .bx-soa-item-tr-first {
        padding-top: 0;
    }
}#bx-soa-order .bx-soa-item-td {
     vertical-align: middle;
     padding-left: 25px;
     padding-bottom: 15px;
     padding-top: 15px;
 }
#bx-soa-order .bx-soa-item-td .bx-price-old {
    font-weight: normal;
}
#bx-soa-order .bx-soa-item-td:last-child .bx-price {
    /*font-size: 18px;*/
}
#bx-soa-order .bx-soa-item-td:first-child {
    padding-left: 0;
}
.radio-inline input[type=radio] {
    margin-top: 2px;
}
.radio-inline + br {
    display: none;
}
@media only screen and (max-width:991px) {
    #bx-soa-order .bx-soa-item-td.bx-soa-item-properties {
        width: 100%!important;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 3px;
        clear: both;
    }
    #bx-soa-order .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-text, #bx-soa-order .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-title {
        text-align: left;
        float: left;
        padding-right: 10px;
        font-size: 14px;
        line-height: initial;
        padding-left: 0;
        padding-bottom: 0;
    }
    #bx-soa-order .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-text br, #bx-soa-order .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-title br {
        display: none;
    }
    #bx-soa-order .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-text strong, #bx-soa-order .bx-soa-item-td.bx-soa-item-properties .bx-soa-item-td-title strong {
        padding-left: 10px;
    }
}#bx-soa-order .bx-soa-item-td-text {
     display: flex;
     flex-direction: column-reverse;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
#bx-soa-order .bx-soa-item-td-text br {
     display: none;
 }
#bx-soa-order .bx-soa-item-content {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}
.products-carousel.sale_recommended .carousel-title {
    margin-top: 0;
}
.products-carousel.sale_recommended + .products-carousel.sale_recommended {
    /*margin-bottom: 35px;*/
}

@media only screen and (max-width:375px) {
    #bx-soa-order .bx-soa-item-content {
        float: left;
        width: 52%;
        padding-top: 0;
    }
}#bx-soa-order .bx-soa-section-title-container .text-right {
     padding-right: 20px;
 }
#bx-soa-order .bx-soa-section-title-container .text-right a {
    color: #F0434B;
    font-size: 14px;
    border-bottom: 1px dashed #F0434B;
}
#bx-soa-order .bx-soa-section-title-container .text-right a:hover {
    border-color: #F7F7F7;
    color: #e0434B;
}
#bx-soa-order .bx-soa-section-title-container .text-right a:active {
    color: #f42a33;
}
#bx-soa-order .bx-soa-item-title {
    padding: 0;
    font-weight: 400;
}
#bx-soa-order .bx-soa-item-title a {
    color: #000;
}
#bx-soa-order .bx-soa-item-title a:hover {
    color: #e0434B;
}
#bx-soa-order .bx-soa-item-title a:active {
    color: #f42a33;
}
#bx-soa-order .bx-soa-coupon {
    margin: 0;
    padding: 0;
}
#bx-soa-order .bx-soa-coupon-item-fixed .bx-soa-coupon-label {
    padding: 0 10px 0 0;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-block .bx-soa-coupon-input .form-control {
    width: 270px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    border-radius: 0;
    height: 40px;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-block .bx-soa-coupon-input:hover:after {
    border-color: #e0434B
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-block .bx-soa-coupon-input:after {
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border: 0;
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
    top: 50%;
    right: 20px;
    margin-top: 0;
}
.container-fluid .sale-order-link, .container-fluid .sale-order-history-link {
    color: #23527c;
}
.sale-order-history-link {
    padding-top: 20px;
    margin-bottom: 0;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item {
    display: block;
    margin-top: 7px;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-danger,
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-success,
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-used {
    display: flex;
    align-items: center;
    color: #F0434B;
    font-weight: normal;
    margin: 0;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-success,
#bx-soa-order .bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner {
    color: #09b66d;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-used,
#bx-soa-order .bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner {
    color: #949494;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-danger .bx-soa-tooltip,
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-success .bx-soa-tooltip,
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-used .bx-soa-tooltip{
    position: relative;
    display: block;
    opacity: 1;
    margin-top: 0;
    margin-left: 10px;
    padding: 0;
}

#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-danger .bx-soa-coupon-remove,
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-success .bx-soa-coupon-remove,
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-item .bx-soa-coupon-item-used .bx-soa-coupon-remove {
    top: 0;
    order: 3;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiCgMNETi8Xq+7AAABEElEQVRo3sWZ2xKDIAwFM/64+OX2hXak3iAkZ33zoWd3rEISzMyKFSOuyi222w4oVO5Sb1exQrH130X5FE5ErcIlTadwS9IoPFLyFV4JuQpd6XkK3ck5CkOp8QrDibEKrrQ4BXdSjMJUyrzCdMJcQMgz9IeEvUW+oNDvaDwsfCUZC0xZS/tD03aTvuDU/fQ9PL2ieAZIaqp7iKyqvAZJ6+ozTN5ZtEB9Y9NAEfxRAcK3ChP4xf9T+oL/AvglhD9DeCGCl2J4M4K3Y7gggUsyuCiFy3K4MYFbM7g5hdtzeEABj2jgIRU8poMHlfCoFh5Ww+N6+MACPrKBD63gYzv44JLp73/Ub3e8yQW2440W3nA/z0HXuColR3cAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMTAtMDNUMTM6MTc6NTYrMDI6MDANO0yvAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTEwLTAzVDEzOjE3OjU2KzAyOjAwfGb0EwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=') no-repeat center;
    background-size: 10px;
    margin-left: 5px;
}
#bx-soa-order .bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-item {
    display: flex;
}
#bx-soa-order .bx-soa-coupon .bx-soa-coupon-block .bx-soa-coupon-input input.form-control {
    border: none;
    background-color: #edeff1;
}

#bx-soa-order .bx-soa-coupon .bx-soa-coupon-block .bx-soa-coupon-input:after:hover {
    background-color: #e0434B;
}
#bx-soa-order .bx-soa-more {
    margin-top: 20px;
    padding-top: 20px;
}
#bx-soa-order .bx-soa-more .btn {
    width: 125px;
    height: 40px;
    border: 1px solid #2A3A59;
    color: #171717;
    background: transparent;
    padding-top: 10px;
}
#bx-soa-order .bx-soa-more .btn:hover {
    background-color: #2A3A59;
    color: #fff;
}
#bx-soa-order .bx-soa-more .btn:active {
    border-color: #212f45;
    background-color: #212f45;
    color: #FFFFFF;
}
#bx-soa-order #bx-soa-orderSave .btn-default {
    background-color: #F0434B;
    width: 195px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
    padding: 0;
    border: none;
}
#bx-soa-order #bx-soa-orderSave .btn-default:hover {
    background-color: #e0434B;
}
#bx-soa-order #bx-soa-orderSave .btn-default:active {
    background-color: #f42a33;
}
#bx-soa-order label {
    padding: 0;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: default;
    margin-right: 30px;
}
label.bx-soa-custom-label {

}
#bx-soa-order .soa-property-container input {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
}
#bx-soa-order .soa-property-container input:focus {
    outline: 0;
    box-shadow: none;
}
#bx-soa-order .bx-soa-customer-field {
    margin-bottom: 5px;
}
#bx-soa-order .bx-soa-customer-field label {
    margin-bottom: 7px;
    margin-top: 15px;
}
#bx-soa-order .bx-soa-customer-field textarea {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
}
#bx-soa-order .bx-soa-customer-field textarea:focus {
    outline: 0;
    box-shadow: none;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company {
    cursor: pointer;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container {
    border: 1px solid #d2d2d2;
    height: 65px;
    border-radius: 0;
    padding: 0;
    position: relative;
    border: none;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container:before {
    content: ' ';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    border: 1px solid #d2d2d2;
    z-index: 2;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 13px;
    color: #fff;
    line-height: 12px;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-delivery-cost, #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-graf-container:before {
    display: none;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-position: 20px 50%;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-desc-container.col-sm-5 .bx-soa-pp-company .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    background-size: 50%;
    background-position: center;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company .bx-soa-pp-company-smalltitle {
    font-size: 12px;
    line-height: 14px;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border: 1px solid #F0434B;
}
#bx-soa-order .bx-soa-pp .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
    content: "\F12C";
    border-color: #F0434B;
    background-color: #F0434B;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company {
    box-shadow: 0 4px 16px 0 #edeff1;
    background-color: #ffffff;
    border: solid 1px #f3f3f3;
    padding-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company div:first-child {
    display: flex;
    flex-wrap: wrap;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
    width: 75%;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo {
    width: 25%;
    padding-top: 0;
    flex-basis: 100px;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block,
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list {
    width: 100%;
    order: 2;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-graf-container {
    height: 80px;
}
#bx-soa-order .bx-soa-pp.row .col-sm-7.bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container {
    background-color: #edeff1;
    border: none;
}
#bx-soa-order .bx-soa-pp.row .col-sm-7.bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    box-shadow: 0 4px 16px 0 #edeff1;
    background-color: #ffffff;
    border: solid 1px #f3f3f3;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
    font-size: 14px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    order: 2;
}
#bx-soa-order .bx-soa-pp-desc-container .form-control {
    border-radius: 0;
}
#bx-soa-order .bx-soa-pp-desc-container .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #d2d2d2;
}
#bx-soa-order .bx-slst .form-control.dropdown-block {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
#bx-soa-order .bx-slst .form-control.dropdown-block .bx-ui-combobox-fake {
    font-size: 13px;
    padding-top: 0;
    line-height: 33px;
}
#bx-soa-order .bx-slst .form-control.dropdown-block .bx-ui-combobox-toggle {
    background-image: initial;
    margin-top: 0;
    width: 33px;
    height: 33px;
}
#bx-soa-order .bx-slst .form-control.dropdown-block .bx-ui-combobox-toggle:before {
    content: "\F35D";
    font: normal normal normal 24px/1 "Material Design Icons";
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #F0434B;
}
#bx-soa-order .bx-soa-pp-company-selected img, #bx-soa-order .bx-soa-tooltip .tooltip-arrow {
    display: none;
}
#bx-soa-order .bx-slst .bx-ui-combobox-dropdown {
    border: 1px solid #d2d2d2;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
#bx-soa-order .bx-slst .bx-ui-combobox-dropdown .bx-ui-combobox-variant {
    padding: 5px 10px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
#bx-soa-order .bx-slst .bx-ui-combobox-dropdown .bx-ui-combobox-variant:hover {
    background-color: initial;
    color: #e0434B;
}
#bx-soa-order .bx-slst .bx-ui-combobox-dropdown .bx-ui-combobox-variant-active {
    background-color: initial;
    color: #F0434B;
}
#bx-soa-order .bx-slst .bx-ui-combobox-dropdown .bx-ui-combobox-deselect-item {
    border-color: #d2d2d2;
}
#bx-soa-order .bx-soa-tooltip .tooltip-inner {
    border-radius: 0;
    text-align: left;
    padding-left: 0;
    background: initial;
    color: #F0434B;
    max-width: 100%;
    width: 100%}
#bx-soa-order #bx-soa-auth .bx-soa-reg-block {
    margin-top: 15px;
}
#bx-soa-order #bx-soa-auth .bx-soa-reg-block .btn {
    width: 100%;
    max-width: 160px;
    margin: 20px auto 0;
    display: block;
    height: 40px;
    line-height: 40px;
}
div#bx-soa-properties .bx-soa-section-content div {
    margin-bottom: 3px;
}
div#bx-soa-properties .bx-soa-section-content div:last-child {
    margin-bottom: 0;
}
div#bx-soa-properties .bx-soa-section-content .alert-danger {
    margin-bottom: 15px;
}
div#bx-soa-basket .bx-soa-section-content{
    padding-top: 10px;
}
#bx-soa-order .alert-danger {
    color: #e0434B;
    background-color: #EDEFF1;
}
#bx-soa-region {

}
@media only screen and (max-width:991px) {
    #bx-soa-order #bx-soa-auth .bx-soa-reg-block {
        margin-bottom: 30px;
        padding: 15px;
    }
}#bx-soa-order #bx-soa-auth .bx-filter-param-text {
     margin-left: 25px;
 }
#bx-soa-order #bx-soa-auth .bx-authform-formgroup-container .btn {
    width: 100%;
    max-width: 160px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
#bx-soa-order #bx-soa-auth .bx-authform-formgroup-container .btn.register {
    margin-top: 20px;
}
#bx-soa-order #bx-soa-auth .bx-authform-formgroup-container .btn:active {
    outline: 0;
}
#bx-soa-order #bx-soa-auth .bx-authform-formgroup-container .btn:focus {
    color: #fff;
}
#bx-soa-order #bx-soa-auth .link {
    color: #F0434B;
}
#bx-soa-order #bx-soa-auth .link.auth {
    margin-top: 25px;
    display: block;
}
#bx-soa-order #bx-soa-auth .link:hover {
    color: #e0434B;
    text-decoration: underline;
}
#bx-soa-order #bx-soa-auth .link:active {
    color: #f42a33;
}
#bx-soa-order #bx-soa-auth .checkbox .checkbox-input {
    display: block;
    left: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
    height: 20px;
}
#bx-soa-order #bx-soa-auth .generated, .personal_menu {
    margin-top: 15px;
}
#bx-soa-order #bx-soa-auth .checkbox .bx-filter-param-label.active:before {
    border: 0;
    background: url(/bitrix/templates/enteros/images/checked.png) center center no-repeat #F0434B;
}
#bx-soa-order #bx-soa-auth .ratio {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.sale_order_full_table td{
    font-size: 12pt;
}
.sale_order_full_table ~ br {
    display: none;
}
.sale_order_full_table a {
    color: #F0434B;
    text-decoration: underline;
}
.sale_order_full_table .ps_logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sale_order_full_table .ps_logo img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.sale_order_full_table .ps_logo .pay_name {
    margin-right: 10px;
}
.sale_order_full_table p,
.sale_order_full_table ul,
.sale_order_full_table ol,
.sale_order_full_table h1 {
    margin-top: 14px;
    margin-bottom: 14px;
}
.sale_order_full_table .ps_logo .paysystem_name {
    /*display: none;*/
    margin-left: 10px;
}
.sale_order_full_table a:hover {
    color: #e0434B;
    text-decoration: none;
}
.sale_order_full_table a:active {
    color: #f42a33;
}
.personal_menu .personal_menu_item {
    text-align: center;
}
#bx-soa-order .bx-soa {
    padding-bottom: 0;
}
/* текущие заказы */
.container-fluid .sale-order-list-title, .sale-order-list-accomplished-title {
    font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 15px;
}
@media only screen and (max-width:992px) {
    #bx-soa-order .bx-soa-item-td-text {
         display: block;
    }
    #bx-soa-order .bx-soa-item-td:last-child .bx-price {
        font-size: 14px;
    }
    #bx-soa-order .bx-soa-item-td {
        border: none;
    }
    .catalog-box .line-section .sections-list ul > .row,
    .business .sections-list  ul > .row {
         display: flex;
         flex-wrap: wrap;
    }
    .catalog_title_element {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width:767px) {
    .catalog_title_element {
        font-size: 20px;
    }
    #bx-soa-order #bx-soa-total .bx-soa-cart-total-line-total {
        padding-top: 20px;
    }
    #bx-soa-order.bx-blue .btn.btn-default {
        margin-left: 0;
    }
    .personal_menu .personal_menu_item {
        margin-top: 15px;
    }
    #bx-soa-order .bx-soa-pp-desc-container.col-sm-5,
    #bx-soa-order .bx-soa-pp.row .col-sm-7.bx-soa-pp-item-container {
        width: 100% !important;
    }
    .ordering-page-title {
        margin: 25px 0 35px;
    }
}
@media only screen and (max-width:576px) {
    .bx-soa-cart-total {
        padding: 20px 10px;
    }
    #bx-soa-order .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
        min-width: unset !important;
    }
    .sale-profile-detail-form .sale-personal-profile-btn-block {
        flex-direction: column;
    }
}

.personal_menu .personal_menu_item a {
     display: block;
     width: 100%;
     height: 45px;
     line-height: 45px;
     background-color: #EDEFF1;
     color: #000;
 }
.personal_menu .personal_menu_item a:hover {
    color: #e0434B;
}
.personal_menu .personal_menu_item a:active {
    color: #f42a33;
}
.personal_menu .personal_menu_item a.selected {
    color: #F0434B;
}
.sale-personal-section-index-block {
    background-image: initial!important;
    background-color: #F7F7F7!important;
    margin-top: 0;
    margin-bottom: 20px;
}
.sale-personal-section-index-block .sale-personal-section-index-block-link {
    display: block;
    width: 100%}
.sale-personal-section-index-block .sale-personal-section-index-block-link:hover h2 {
    color: #e0434B;
}
.sale-personal-section-index-block .sale-personal-section-index-block-link:active h2 {
    color: #f42a33;
}
.sale-personal-section-index-block .sale-personal-section-index-block-link .sale-personal-section-index-block-ico {
    color: #F0434B;
    font-size: 50px;
}
.sale-personal-section-index-block .sale-personal-section-index-block-link h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    text-align: center;
    color: #000;
}
.main-profile-block-shown {
    position: relative;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.main-profile-block-shown div {
    order: 1;
}
.main-profile-block-shown div:nth-last-child(3) {
    order: 2;
}
.main-profile-block-shown div:last-child {
    order: 3;
}
.main-profile-block-shown:before {
    content: 'Персональные данные';
    display: block;
    position: relative;
    padding-left: 10px;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
}
.main-profile-block-shown .main-profile-form-label {
    margin-right: 0;
    font-weight: 400;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    float: initial;
    cursor: default;
    text-align: left;
}
.main-profile-block-shown .form-control {
    border-radius: 0;
    border-color: #d2d2d2;
    box-shadow: none;
}
.main-profile-block-shown .form-control:focus {
    box-shadow: none;
    outline: 0;
}
.main-profile-form-buttons-block {
    display: flex;
    margin-top: 25px;
    margin-left: 0;
}
.main-profile-form-buttons-block .main-profile-submit {
    width: 170px;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: #F0434B;
    color: #fff;
    font-size: 14px;
    transition: all .2s;
    margin-right: 25px;
}
.main-profile-form-buttons-block .main-profile-submit:hover {
    background-color: #e0434B;
    color: #fff;
    outline: 0;
}
.main-profile-form-buttons-block .main-profile-submit:active {
    background-color: #f42a33;
    color: #fff;
    outline: 0;
}
.main-profile-form-buttons-block input:last-child{
    width: 170px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #2A3A59;
    background: transparent;
    color: #171717;
    font-size: 14px;
    transition: all .2s;
}
.main-profile-form-buttons-block input:last-child:hover {
    background-color: #2A3A59;
    color: #fff;
    outline: 0;
}
.main-profile-form-buttons-block input:last-child:active {
    border-color: #212f45;
    background-color: #212f45;
    color: #FFFFFF;
    outline: 0;
}

@media only screen and (max-width:767px) {
    .main-profile-form-buttons-block .main-profile-submit {
        width: 150px;
    }
    #bx-soa-order #bx-soa-basket .bx-soa-item-block {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    #bx-soa-order #bx-soa-basket .bx-soa-item-block .bx-soa-item-content{
         height: unset;
    }
    .bx-step-completed .bx-soa-item-img-block {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.bx_profile form .main-profile-block-date-info {
    margin-bottom: 20px;
    font-size: 16px;
}
.main-profile-form-buttons-block .btn-link {
     color: #F0434B;
     text-decoration: underline;
     width: 170px;
     height: 45px;
     line-height: 45px;
     float: left;
     -webkit-transition: ease-out .25s;
     transition: ease-out .25s;
 }
.main-profile-form-buttons-block .btn-link:hover {
    color: #e0434B;
    text-decoration: none;
}
.main-profile-form-buttons-block .btn-link:active {
    color: #f42a33;
}
.main-profile-form-buttons-block .btn-link:focus {
    outline: 0;
    color: #f42a33;
}
.sale_order_full_table {
    margin-top: 40px;
}
.order-top-link-catalog, .order-top-links {
    margin-top: 20px;
    padding: 0 10px;
}
.order-top-link-catalog a, .order-top-links a {
    color: #000;
}
.order-top-link-catalog a:hover, .order-top-links a:hover {
    color: #e0434B;
}
.order-top-link-catalog a:active, .order-top-links a:active {
    color: #f42a33;
}
.order-top-link-catalog a i, .order-top-links a i {
    color: #F0434B;
    position: relative;
    top: 1px;
}
.order-top-link-catalog {
    margin-top: 10px;
}
.sale-order-title {
    padding-top: 20px;
    margin-bottom: 27px;
}
.sale-order-title:nth-child(5) {
    margin-top: 25px;
}
.order-not-history {
    float: left;
    font-weight: 400;
}
.sale-order-list-accomplished-title-container, .sale-order-list-title-container {
    background-color: #EDEFF1;
    padding-left: 15px;
    height: 45px;
}
.sale-order-list-accomplished-title-container h4, .sale-order-list-title-container h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    float: left;
    display: block;
}
.sale-order-list-accomplished-title-container .sale-order-list-about-link, .sale-order-list-title-container .sale-order-list-about-link {
    float: right;
    display: block;
    line-height: 45px;
    color: #F0434B;
}
.sale-order-list-accomplished-title-container .sale-order-list-about-link:hover, .sale-order-list-title-container .sale-order-list-about-link:hover {
    color: #e0434B;
}
.sale-order-list-accomplished-title-container .sale-order-list-about-link:active, .sale-order-list-title-container .sale-order-list-about-link:active {
    color: #f42a33;
}
@media only screen and (max-width:767px) {
    .main-profile-form-buttons-block .btn-link {
        width: 150px;
    }
    .sale-order-list-accomplished-title-container .sale-order-list-about-link, .sale-order-list-title-container .sale-order-list-about-link {
        width: 100%;
        line-height: initial;
        padding-top: 5px;
    }
}
.sale-order-list-accomplished-title-container .sale-order-list-accomplished-date-container a, .sale-order-list-title-container .sale-order-list-accomplished-date-container a {
     color: #F0434B;
     line-height: 35px;
     text-decoration: none;
     padding-right: 15px;
 }
.sale-order-list-inner-accomplished, .sale-order-list-inner-container {
    padding: 20px;
}
.sale-order-list-title-container {
    padding: 0 20px;
    background-color: transparent;
    border: solid 1px #dfdcdc;
    border-bottom: none;
}
.sale-order-list-inner-container .sale-order-list-inner-title-line {
    flex-direction: column;
}
.sale-order-list-inner-title-line .sale-order-list-inner-title-line-border {
    margin-top: 15px;
    margin-bottom: 0;
    background: #dfdcdc;
}
.sale-order-list-inner-container .sale-order-payment-change-payment-title,
.sale-order-list-inner-container .sale-order-payment-change-payment-element,
.sale-order-list-inner-container .sale-order-payment-change-payment-number,
.sale-order-list-inner-container .sale-order-list-payment-title,
.sale-order-list-inner-container .sale-order-list-payment-price,
.sale-order-list-inner-container .sale-order-list-shipment-status-item,
.sale-order-list-inner-container .sale-order-list-shipment-item,
.sale-order-list-inner-container .sale-order-list-shipment-element {
    font-weight: normal;
    color: #919191;
    font-size: 13px;
}
.sale-order-detail-payment-options-methods-info-title .sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-list-inner-container .sale-order-list-status-alert,
.sale-order-list-inner-container .sale-order-payment-change-status-alert,
.sale-order-payment-change-payment-title .sale-order-payment-change-status-alert {
    margin-left: 20px;
    background: transparent;
    border: none;
    color: #f0434b;
    font-weight: normal;
    font-size: 14px;
}
.sale-order-detail-payment-options-methods-button-container .sale-order-detail-payment-options-methods-button-element {
    background-color: #F0434B;
    color: #fff;
    text-decoration: none;
    transition: ease-out .25s;
    font-weight: normal;
}
.sale-order-list-inner-container .sale-order-list-inner-row-body .sale-order-list-button {
    background-color: #F0434B;
    color: #fff;
    text-decoration: none;
    transition: ease-out .25s;
    min-width: 125px;
    font-weight: normal;
}
.sale-order-detail-payment-options-methods-button-container .sale-order-detail-payment-options-methods-button-element:hover,
.sale-order-list-inner-container .sale-order-list-inner-row-body .sale-order-list-button:hover {
    background-color: #e0434B;
    color: #fff;
}
.sale-order-list-inner-container .sale-order-list-shipment-status-block {
    border: none;
    background: transparent;
    color: #919191;
    font-weight: normal;
}
.sale-order-list-inner-container .sale-order-list-change-payment {
    margin: 25px 0 20px 0;
    text-decoration: none;
    color: #23527c;
    display: inline-block;
}
.sale-order-list-inner-container .sale-order-list-change-payment:hover {
    color: #e0434B;
}
.sale-order-detail-payment-options-methods-button-container .sale-order-detail-payment-options-methods-button-element:active,
.sale-order-list-inner-container .sale-order-list-inner-row-body .sale-order-list-button:active {
    background-color: #f42a33;
    color: #fff;
}
.sale-order-list-inner-container {
    border: solid 1px #dfdcdc;
    padding-top: 0;
}
.sale-order-list-inner-container .sale-order-list-inner-title-line-item {
    font-size: 14px;
    color: #262119;
}

.sale-order-list-inner-accomplished .sale-order-list-accomplished-date, .sale-order-list-inner-container .sale-order-list-accomplished-date {
    margin-top: 0;
    float: left;
}
.sale-order-list-inner-accomplished .sale-order-list-about-link, .sale-order-list-inner-container .sale-order-list-about-link {
    color: #23527c;
    text-decoration: none;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: normal;
}
.sale-order-list-inner-container .sale-order-list-about-link {
    color: #23527c;
    font-weight: normal;
    font-size: 13px;
    margin-top: 0px;
}
.sale-order-list-accomplished-title-container .sale-order-list-accomplished-date {
    margin-top: 16px;
}
.sale-order-list-inner-container .sale-order-list-top-border {
    background: #dfdcdc;
}
.sale-order-list-inner-accomplished .sale-order-list-about-link:hover, .sale-order-list-inner-container .sale-order-list-about-link:hover {
    color: #e0434B;
}
.sale-order-list-inner-accomplished .sale-order-list-about-link:active, .sale-order-list-inner-container .sale-order-list-about-link:active {
    color: #f42a33;
}
.sale-order-list-inner-accomplished .repear_link a, .sale-order-list-inner-container .repear_link a {
    color: #fff;
}

.sale-order-list-inner-container .sale-order-list-cancel-link {
    margin-top: 0;
    color: #fff;
    text-decoration: none;
    float: right;
    width: 100%;
    height: 40px;
    line-height: 40px;
    max-width: 150px;
    text-align: center;
    background-color: #c5c5c5;
}
.sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-cancel {
    color: #fff;
    background-color: #c5c5c5;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    margin-top: 10px;
    padding: 0;
}
.sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-cancel:hover,
.sale-order-list-inner-container .sale-order-list-cancel-link:hover {
    background-color: #1a1a1a;
    color: #fff;
}
.sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-cancel:active,
.sale-order-list-inner-container .sale-order-list-cancel-link:active {
    background-color: #000;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .sale-order-list-inner-container .sale-order-list-cancel-link {
        float: left;
    }
}
.sale-order-detail-about-order-inner-container-repeat  .sale-order-detail-about-order-inner-container-repeat-button {
    border: 1px solid #2A3A59;
    color: #171717;
    border-radius: 0;
    font-weight: normal;
    background: transparent;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}
.sale-order-detail-about-order-inner-container-repeat  .sale-order-detail-about-order-inner-container-repeat-button:hover {
    background-color: #2A3A59;
    color: #fff;
}
.sale-order-detail-about-order-inner-container-repeat  .sale-order-detail-about-order-inner-container-repeat-button:active {
    border-color: #212f45;
    background-color: #212f45;
    color: #FFFFFF;
}
/*.sale-order-detail-about-order-inner-container .sale-order-detail-about-order-inner-container-name-read-more {*/
    /*border-bottom: none;*/
/*}*/
.sale-order-list-repeat-link {
     float: right;
     max-width: 150px;
     display: block;
     width: 100%;
     height: 40px;
     line-height: 40px;
     margin-top: 0;
     border: 1px solid #2A3A59;
     color: #171717;
     transition: all 0.3s ease-in-out;
     text-decoration: none;
     padding: 0 10px;
     text-align: center;
 }
.sale-order-list-inner-row .sale-order-list-repeat-link:hover {
    background-color: #2A3A59;
    color: #fff;
}
.sale-order-list-inner-row .sale-order-list-repeat-link:before {
    display: none;
}
.sale-order-list-inner-row .sale-order-list-repeat-link:active {
    border-color: #212f45;
    background-color: #212f45;
    color: #FFFFFF;
}
.sale-order-list-repeat-link:focus {
    /*color: #fff;*/
}
.sale-order-detail-order-item-title a {
    color: #2f3435;
    font-weight: normal;
}
.sale-order-detail-order-item-title a:hover {
    color: #e0434B;
    font-weight: normal;
}
.sale-order-detail-order-item-block .sale-order-detail-order-item-imgcontainer {
    border: none;
}
@media only screen and (max-width:767px) {
    .sale-order-list-repeat-link {
        float: left;
    }
    .sale-order-list-repeat-link.canseled {
        float: right;
    }
}@media only screen and (max-width:767px) and (max-width:424px) {
    .sale-order-list-repeat-link.canseled {
        float: left;
    }
}.items_order, .sale-order-list-inner-row-body, .sale-order-list-shipment {
     line-height: 22px;
 }
.items_order .sale-order-list-status, .sale-order-list-inner-row-body .sale-order-list-status, .sale-order-list-shipment .sale-order-list-status {
    background: initial;
    border: 0;
    padding: 0;
}
.order-detail-item-container .order-detail-item-title-container, .sale-order-detail .sale-order-detail-general-head {
    background-color: #F7F7F7;
}
.items_order .sale-order-list-status.sale-order-list-status-success, .sale-order-list-inner-row-body .sale-order-list-status.sale-order-list-status-success, .sale-order-list-shipment .sale-order-list-status.sale-order-list-status-success {
    color: #75b671;
}
.items_order .sale-order-list-status.sale-order-list-status-alert, .sale-order-list-inner-row-body .sale-order-list-status.sale-order-list-status-alert, .sale-order-list-shipment .sale-order-list-status.sale-order-list-status-alert {
    color: #d21300;
}
.items_order .sale-order-list-button, .sale-order-list-inner-row-body .sale-order-list-button, .sale-order-list-shipment .sale-order-list-button {
    padding-left: 15px;
    color: #F0434B;
    text-decoration: underline;
}
.items_order .sale-order-list-button:hover, .sale-order-list-inner-row-body .sale-order-list-button:hover, .sale-order-list-shipment .sale-order-list-button:hover {
    text-decoration: none;
    color: #e0434B;
}
.items_order .sale-order-list-button:active, .sale-order-list-inner-row-body .sale-order-list-button:active, .sale-order-list-shipment .sale-order-list-button:active {
    color: #f42a33;
}
.value_span {
    color: #949494;
}
.items_order {
    margin-top: 15px;
}
.items_order ol li {
    padding: 3px 0;
}
.items_order ol li a {
    color: #000;
}
.items_order ol li a:hover {
    color: #e0434B;
}
.items_order ol li a:active {
    color: #f42a33;
}
.bx_my_order_cancel .link_back_orders {
    color: #F0434B;
    text-decoration: underline;
}
.bx_my_order_cancel .link_back_orders:hover {
    color: #e0434B;
    text-decoration: none;
}
.bx_my_order_cancel .link_back_orders:active {
    color: #f42a33;
}
.bx_my_order_cancel .form_cancel {
    margin-top: 20px;
}
.bx_my_order_cancel .form_cancel a {
    color: #F0434B;
}
.bx_my_order_cancel .form_cancel a:hover {
    color: #e0434B;
}
.bx_my_order_cancel .form_cancel a:active {
    color: #f42a33;
}
.bx_my_order_cancel .form_cancel .danger {
    font-weight: 600;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.bx_my_order_cancel .form_cancel .btn {
    width: 170px;
    height: 45px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.bx_my_order_cancel .form_cancel .btn:focus {
    outline: 0;
    color: #fff;
}
.bx_my_order_cancel .errors {
    margin-top: 20px;
}
.sale-order-detail .sale-order-detail-back-to-list-link {
    color: #F0434B;
    text-decoration: underline;
    margin: 25px 0;
    display: block;
}
.sale-order-detail .sale-order-detail-back-to-list-link:hover {
    color: #e0434B;
    text-decoration: none;
}
.sale-order-detail .sale-order-detail-back-to-list-link:active {
    color: #f42a33;
}
.sale-order-detail .sale-order-detail-general {
    border: 1px solid #F7F7F7;
}
.sale-order-detail .sale-order-detail-general .span_name {
    color: #949494;
    padding-top: 0;
}
.sale-order-detail .sale-order-detail-general .span_value {
    color: #000;
    padding-top: 0;
}
.sale-order-detail .sale-order-detail-general-head .sale-order-detail-general-item {
    color: #000;
    margin: 0;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}
@media only screen and (max-width:767px) {
    .sale-order-detail .sale-order-detail-general-head .sale-order-detail-general-item {
        height: initial;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }
}.sale-order-detail .sale-order-detail-about-order-inner-container {
     border: 0;
 }
.sale-order-detail .sale-order-detail-about-order-inner-container .btn {
    width: 100%;
    max-width: 160px;
    height: 35px;
    line-height: 35px;
    float: right;
    border: none;
}
.sale-order-detail .sale-order-detail-about-order-inner-container .btn:focus {
    color: #fff;
}
@media only screen and (max-width:767px) {
    .sale-order-detail .sale-order-detail-about-order-inner-container .btn {
        float: left;
        margin-top: 15px;
    }
}.sale-order-detail .sale-order-detail-about-order-inner-container-price-detail a {
     color: #F0434B;
     padding-left: 10px;
     text-decoration: underline;
 }
.sale-order-detail .sale-order-detail-about-order-inner-container-price-detail a:hover {
    color: #e0434B;
    text-decoration: none;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-price-detail a:active {
    color: #f42a33;
}
.sale-order-detail .inner_container {
    border-top: 1px solid #d2d2d2;
    padding: 17px 16px 22px 19px;
    line-height: 23px;
}
.sale-order-detail .inner_container .sale-order-detail-payment-options-methods-button-element {
    width: 100%;
    max-width: 160px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    border: none;
}
.order-detail-item-container .order-detail-item-title-container .sale-order-detail-general-item {
    color: #000;
    padding-left: 10px;
    text-transform: uppercase;
}
.sale-order-detail-payment-options-order-content h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0;
    font-weight: 400;
}
.sale-order-detail-payment-options-order-content .sale-order-detail-payment-options-order-content-title {
    background-color: initial;
}
.sale-order-detail-payment-options-order-content .sale-order-detail-order-section {
    border: 0;
}
.sale-order-detail-payment-options-order-content .table_basket_items {
    border: 1px solid #F7F7F7;
}
.sale-order-detail-payment-options-order-content .table_basket_items .head_table {
    background-color: #F7F7F7;
    color: #000;
    height: 35px;
    line-height: 35px;
}
.sale-order-detail-payment-options-order-content .table_basket_items .head_table .sale-order-detail-order-item-td-title {
    padding-left: 20px;
}
.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td {
    padding: 0;
}
.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-block {
    padding: 15px 0 15px 20px;
}
@media only screen and (max-width:375px) {
    .sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-block {
        padding-left: 20px;
        padding-right: 20px;
    }
}.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-img-block {
     width: 100px;
     height: 100px;
     padding: 0;
     margin-right: 20px;
     border: 1px solid #d2d2d2;
 }
.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-img-block .sale-order-detail-order-item-imgcontainer {
    border: 0;
}
.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-img-block a {
    display: block;
    padding: 7px;
}
@media only screen and (max-width:375px) {
    .sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-img-block {
        margin: 0 auto;
        width: 100%;
        max-width: 170px;
        height: 160px;
    }
}.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-content {
     display: table-cell;
     vertical-align: middle;
     height: 100px;
     max-width: 500px;
 }
.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-content .sale-order-detail-order-item-title a {
    color: #000;
    font-weight: 400;
}
.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-content .sale-order-detail-order-item-title a:hover {
    color: #e0434B;
}
.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-content .sale-order-detail-order-item-title a:active {
    color: #f42a33;
}
@media only screen and (max-width:375px) {
    .sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-content .sale-order-detail-order-item-title {
        height: initial;
        margin-top: 20px;
        display: block;
        text-align: left;
    }
}@media only screen and (max-width:991px) {
    .sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-content {
        max-width: 350px;
        height: initial;
    }
}.sale-order-detail-payment-options-order-content .table_basket_items .sale-order-detail-order-item-td .sale-order-detail-order-item-td-text {
     padding: 13px 0;
 }
footer {
    background-color: #212e45;
    color: #d4d9dd;
    padding-top: 50px;
    height: 384px;
    position: absolute;
    bottom: 0;
    width: 100%}
footer a {
    color: #fff;
    display: block;
}
footer a.selected {
    color: #F0434B;
}
footer a:active, footer ul a:active {
    color: #f42a33;
}
footer a:hover {
    color: #e0434B;
}
footer .first_line {
    padding-bottom: 35px;
    border-bottom: 1px solid #414245;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    padding-top: 20px;
}
footer ul li:first-child {
    padding-top: 0;
}
footer .footer_contact {
    float: right;
    text-align: right;
}
footer .footer_contact .phone {
    font-size: 14px;
    line-height: 24px;
}
footer .footer_contact .worktime {
    color: #d4d9dd;
    line-height: 18px;
    padding-top: 25px;
}
footer .copyright {
    height: 60px;
    line-height: 60px;
}
footer .copyright .krayt_copy {
    float: right;
    position: relative;
}
footer .copyright .krayt_copy a {
    display: initial;
}
footer .copyright .krayt_copy a:hover {
    color: #e0434B;
}
footer .copyright .krayt_copy a:active {
    color: #f42a33;
}
footer .copyright .krayt_copy .krayt {
    background-image: url(/bitrix/templates/enteros/images/sprite.png);
    background-position: 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    left: -55px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
}
@media only screen and (max-width:991px) {
    #fix_logo, .menu_line .cart-box p, .menu_line ul.header_line_menu .bussiness_head, .menu_line ul.header_line_menu .company_head, .menu_line ul.header_line_menu .head_catalog {
        display: none;
    }
    body {
        margin-bottom: 485px;
    }
    .menu_line .cart-box {
        width: 60px;
    }
    .menu_line .cart-box a {
        height: 60px;
    }
    .menu_line .cart-box a i {
        left: 50%;
        margin-left: -11px;
        font-size: 27px;
    }
    .menu_line .cart-box a span {
        position: absolute;
        background-color: #fff;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        left: 37px;
        top: 7px;
        border: 1px solid #F0434B;
        padding: 0;
        line-height: 17px;
        color: #F0434B;
        text-align: center;
        font-size: 10px;
    }
    .menu_line.fixed .header_line_menu {
        padding: 0;
    }
    .menu_line ul.header_line_menu {
        margin-left: -10px;
    }
    #owl-carousel .news-item, #owl-carousel .news-item .content, #owl-carousel .owl-stage-outer {
        height: 600px;
    }
    #owl-carousel .news-item .content span {
        font-size: 34px;
        line-height: 45px;
    }
    #owl-carousel .owl-controls .owl-nav .owl-next, #owl-carousel .owl-controls .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
    }
    #owl-carousel .owl-controls .owl-nav .owl-next:before, #owl-carousel .owl-controls .owl-nav .owl-prev:before {
        line-height: 40px;
    }
    .services .news-item:last-child {
        width: 100%;
        margin-top: 25px;
    }
    .services .news-item:last-child span {
        max-width: 450px;
        margin: 0 auto;
    }
    .business .items-list .item {
        height: 230px;
    }
    .about h2 {
        margin-bottom: 45px;
    }
    .about .table_about .txt {
        padding-left: 65px;
        padding-right: 65px;
    }
    .brands-list .brand-item {
        width: 20%}
    .brands-list .brand-item:nth-child(8n+1) {
        clear: initial;
    }
    .brands-list .brand-item:nth-child(5n+1) {
        clear: both;
    }
}@media only screen and (max-width:991px) and (max-width:700px) {
    .brands-list .brand-item {
        width: 33.3%}
    .brands-list .brand-item:nth-child(5n+1) {
        clear: initial;
    }
    .brands-list .brand-item:nth-child(3n+1) {
        clear: both;
    }
}@media only screen and (max-width:991px) and (max-width:375px) {
    .brands-list .brand-item {
        width: 50%}
    .brands-list .brand-item:nth-child(3n+1) {
        clear: initial;
    }
    .brands-list .brand-item:nth-child(2n+1) {
        clear: both;
    }
}@media only screen and (max-width:991px) {
    .products-list a .product-item {
        padding-top: 20px;
        height: 320px;
    }
    .products-list a .product-item .item-image {
        height: 150px;
    }
    .products-list a .product-item .item-title, .products-list a .product-item .item_info {
        margin-top: 25px;
    }
    .forgot_pass .notetext {
        width: 70%}
    footer {
        height: 485px;
        padding-top: 30px;
    }
    footer .first_line {
        padding-bottom: 0;
    }
    footer .footer_contact {
        float: initial;
        text-align: center;
    }
    footer .footer_contact .phone, footer .footer_contact .worktime {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #414245;
    }
    footer .footer_contact .phone {
        margin-top: 30px;
    }
    #bx-composite-banner {
        bottom: -50px;
    }
}@media only screen and (max-width:767px) {
    .top_panel, header .phone br {
        display: none;
    }
    body {
        font-size: 13px!important;
        margin-bottom: 0;
    }
    h2, main h2 {
        font-size: 20px;
    }
    h2 {
        line-height: 27px;
        margin: 30px 0;
    }
    main {
        position: relative;
    }
    .menu_line, header {
        position: fixed;
        width: 100%}
    main h2 {
        margin-top: 20px;
        margin-bottom: 25px;
        line-height: 26px;
    }
    header {
        top: 0;
        height: 50px;
        line-height: 50px;
        z-index: 100;
        text-align: right;
    }
    .menu_line, .menu_line.fixed {
        z-index: 1000;
    }
    header .phone {
        float: right;
        padding-right: 10px;
    }
    header .phone span {
        padding-left: 15px;
    }
    .menu_line {
        border-bottom: 1px solid #d2d2d2;
    }
    .menu_line .button_xs-menu {
        float: left;
        width: 60px;
        height: 60px;
        margin-left: -10px;
        text-align: center;
        position: relative;
        z-index: 3;
    }
    .menu_line .button_xs-menu i {
        color: #F0434B;
        font-size: 34px;
        width: 60px;
        height: 60px;
        display: block;
    }
    .menu_line .logo_xs {
        background-image: url(/include/logo.png);
        width: 120px;
        height: 45px;
        top: 7px;
        position: absolute;
        float: left;
        z-index: 101;
        left: 50%;
        margin-left: -60px;
        display: block;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .menu_line .cart-box a {
        background-color: initial;
        color: #F0434B;
    }
    .menu_line .cart-box a span {
        display: none;
    }
    .menu_line .cart-box a:hover {
        background-color: initial;
        color: #e0434B;
    }
    .menu_line .cart-box a:active {
        background-color: initial;
        color: #f42a33;
    }
    .articles-detail h2 {
        margin-bottom: 22px;
    }
    #owl-carousel .news-item, #owl-carousel .news-item .content, #owl-carousel .owl-stage-outer {
        height: 450px;
    }
    #owl-carousel .news-item .content span {
        font-size: 25px;
    }
}@media only screen and (max-width:767px) and (max-width:550px) {
    #owl-carousel .news-item .content span {
        font-size: 22px;
        line-height: 36px;
    }
}@media only screen and (max-width:767px) and (max-width:450px) {
    #owl-carousel .news-item .content span {
        font-size: 18px;
        line-height: 30px;
    }
}@media only screen and (max-width:767px) {
    #owl-carousel .owl-controls {
        display: none;
    }
    .services .news-item {
        width: 100%;
        margin-top: 30px;
    }
    .services .news-item h3 {
        margin: 40px 0 10px;
        font-size: 16px;
    }
    .services .news-item span {
        max-width: 500px;
        margin: 0 auto;
    }
    .services .news-item:first-child {
        margin-top: 0;
    }
    .about h2, .services .news-item:last-child {
        margin-top: 30px;
    }
    .services .news-item:hover .img_wrp {
        box-shadow: 0 0 0 7px #fff, 0 0 0 8px #EFEFEF;
    }
    .services .news-item .img_wrp, .services .news-item .img_wrp .img-table {
        width: 120px;
        height: 120px;
    }
    .services .news-item .img_wrp .img-table .img {
        width: 55px;
        height: 50px;
    }
    .about {
        height: initial;
    }
    .about h2 {
        margin-bottom: 30px;
    }
    .about .table_about {
        display: block;
        height: initial;
    }
    .about .table_about:before {
        display: none;
    }
    .about .table_about .txt {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 65px;
        line-height: 22px;
    }
    .news .news-list .news-item {
        margin-bottom: 35px;
    }
    .news .btn {
        width: 265px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto 25px;
    }
    .news .btn:focus {
        color: #fff;
    }
    .articles .news-item {
        margin-bottom: 35px;
    }
}@media only screen and (max-width:767px) and (max-width:425px) {
    .articles .news-item {
        height: 340px;
    }
    .articles .news-item .img_wrp, .articles .news-item .img_wrp .img {
        height: 220px;
    }
}@media only screen and (max-width:767px) and (max-width:610px) {
    .catalog .sections-list .section-item {
        width: 100%}
}@media only screen and (max-width:767px) and (max-width:670px) {
    .catalog .sections-list .section-item .content .img_wrp {
        width: 95px;
        margin-right: 20px;
    }
    .catalog .sections-list .section-item .content .img_wrp .img {
        width: 95px;
    }
}@media only screen and (max-width:767px) {
    .articles-detail .img_wrp {
        padding-right: 0;
    }
    .articles-detail .img_wrp .detail_img {
        height: 300px;
    }
    .col-filter {
        display: none;
    }
    .bx-breadcrumb {
        border-bottom: 1px solid #d2d2d2;
    }
    .bx-breadcrumb .bx-breadcrumb-item {
        position: relative;
        display: none;
    }
    .bx-breadcrumb .bx-breadcrumb-item:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        top: 2px;
        color: #F0434B;
    }
    .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(3) {
        display: block;
    }
    .bx-breadcrumb .bx-breadcrumb-item:hover:before {
        color: #e0434B;
    }
    .bx-breadcrumb .bx-breadcrumb-item:active:before {
        color: #f42a33;
    }
    .bx-breadcrumb .bx-breadcrumb-item i {
        display: none;
    }
    .bx-breadcrumb .bx-breadcrumb-item a {
        padding-left: 15px;
    }
    .sort-items {
        padding-bottom: 10px;
        margin: 0 -10px;
    }
    .sort-items .sort-title {
        width: 100%}
    .sort-items a {
        display: block;
        color: #949494;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .sort-items a.active {
        color: #F0434B;
    }
    .sort-box {
        margin: 0;
    }
    .bx-filter .bx-filter-popup-result.right {
        border: 0;
        border-top: 1px solid #d2d2d2;
        margin: 0;
    }
    .bx-filter .bx-filter-popup-result.right .triangle {
        display: none;
    }
    .forgot_pass .notetext {
        width: 100%}
}@media only screen and (max-width:767px) and (max-width:520px) and (max-width:490px) {
    .products-list a .product-item .item_info .available: before {
        opacity: 0;
    }
}@media only screen and (max-width:767px) and (max-width:520px) {
    .products-list a .product-item {
        height: 280px;
    }
    .products-list a .product-item .item-image {
        width: 100%;
        height: 120px;
    }
    .products-list a .product-item .item-title {
        margin-top: 15px;
        font-size: 13px;
        padding: 0;
    }
    .products-list a .product-item .item_info {
        margin-top: 15px;
    }
    .products-list a .product-item .bx_catalog_item_price .price {
        font-size: 15px;
    }
}@media only screen and (max-width:767px) and (max-width:450px) {
    .products-list a {
        width: 100%}
    .products-list a .product-item {
        height: 300px;
    }
    .products-list a .product-item .item-image {
        height: 150px;
    }
    .products-list a .product-item .item-title {
        margin-top: 25px;
        height: 35px;
        font-size: 14px;
    }
    .products-list a .product-item .item_info {
        margin-top: 20px;
    }
    .products-list a .product-item .item_info .available:before {
        opacity: 1;
    }
}.overlay, aside.left_panel .content .aside_menu ul.left_catalog_menu li:nth-child(3) i {
     opacity: 0;
 }
@media only screen and (max-width:767px) {
    .order_content {
        margin-top: 10px;
        display: block;
    }
    .items_order {
        margin-top: 5px;
    }
    .items_order ol {
        padding-left: 15px;
    }
    .sale-order-list-title-container {
        height: initial;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sale-order-list-title-container h4 {
        line-height: initial;
    }
}@media only screen and (max-width:767px) and (max-width:424px) {
    .sale-order-list-about-accomplished.col-xs-6, .sale-order-list-repeat-accomplished.col-xs-6, .sale-personal-section-row-flex .col-xs-6 {
        width: 100%}
    .sale-order-list-about-accomplished.col-xs-6 .canseled, .sale-order-list-repeat-accomplished.col-xs-6 .canseled {
        margin-top: 15px;
    }
}@media only screen and (max-width:767px) {
    footer .bottom-menu li a, footer .copyright {
        text-align: center;
    }
    .sale-order-list-accomplished-title-container {
        height: initial;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sale-order-list-accomplished-title-container .sale-order-list-accomplished-title-container {
        height: initial;
    }
    .sale-order-list-accomplished-title-container .sale-order-list-accomplished-title-container h4 {
        line-height: initial;
        float: initial;
        display: initial;
    }
    .sale-order-detail-order-item-properties .sale-order-detail-order-item-td-title {
        float: left;
        padding: 0 0 0 20px;
    }
    .sale-order-detail-order-item-properties .sale-order-detail-order-item-td-text {
        float: left;
        padding: 0 0 0 15px!important;
    }
    .sale-order-detail-order-item-properties .sale-order-detail-order-item-td-text .sale-order-detail-order-item-content {
        height: initial!important;
        line-height: 18px;
        font-weight: 700;
    }
    .sale-order-detail-order-item-tr {
        border-bottom: 1px solid #F7F7F7!important;
    }
    .sale-order-detail-order-item-tr:last-child {
        border-bottom: 0!important;
    }
    footer {
        padding-top: 0;
        height: unset;
        position: static;
    }
    footer .bottom-menu {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #414245;
    }
    footer .bottom-menu li {
        padding-top: 12px;
    }
    footer .bottom-menu li:firsr-child {
        padding-top: 0;
    }
    footer .footer_contact .phone {
        border: 0;
        margin: 0;
    }
    footer .copyright .krayt_copy {
        float: initial;
    }
    footer .copyright .krayt_copy .krayt {
        position: initial;
        display: block;
        margin: 0 auto -10px;
    }
}aside.left_panel {
     width: 300px;
     height: 100%;
     background-color: #000;
     position: fixed;
     top: 0;
     z-index: 1100;
     left: -300px;
     overflow: auto;
     -webkit-transition: ease-out .25s;
     transition: ease-out .25s;
 }
aside.left_panel a {
    color: #fff;
}
aside.left_panel a:hover {
    color: #e0434B;
}
aside.left_panel a:active {
    color: #f42a33;
}
aside.left_panel a.selected {
    color: #F0434B;
}
.sort-title {
    margin-left: 9px;
}
aside.left_panel .head {
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-bottom: 1px solid #414245;
}
aside.left_panel .head i {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 25px;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
aside.left_panel .head i:hover {
    color: #e0434B;
}
aside.left_panel .head i:active {
    color: #f42a33;
}
aside.left_panel .head span {
    text-transform: uppercase;
    font-size: 14px;
    color: #F0434B;
}
aside.left_panel .content {
    padding: 0 20px 20px;
}
aside.left_panel .content .aside_menu {
    border-bottom: 1px solid #414245;
    padding: 15px 0 10px;
}
aside.left_panel .content .aside_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
aside.left_panel .content .aside_menu ul li a {
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
}
aside.left_panel .content .aside_menu ul li i {
    color: #F0434B;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu .mdi-menu-right {
    font-size: 22px;
    position: relative;
    top: -5px;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu .mdi-menu-right:before {
    width: 30%}
aside.left_panel .content .aside_menu ul.left_catalog_menu a {
    float: left;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    background-color: #000;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
    z-index: 3;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list.open {
    left: 0;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list .head {
    background-color: #F0434B;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list .head i, aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list .head span {
    color: #fff;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list .head i:active, aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list .head i:hover {
    color: #000;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list ul {
    padding: 20px;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list ul a {
    line-height: 19px;
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
    padding-left: 15px;
    float: initial;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list ul li {
    position: relative;
}
aside.left_panel .content .aside_menu ul.left_catalog_menu li .catalog-section-list ul li:before {
    content: "\F142";
    font: normal normal normal 14px/1 "Material Design Icons";
    position: absolute;
    top: 2px;
    color: #F0434B;
    left: -3px;
}
aside.left_panel .content .top-auth {
    margin-top: 15px;
}
aside.left_panel .content .top-auth i {
    display: none;
}
aside.left_panel .content .top-auth a {
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
}
aside.left_panel .content #title-search {
    position: relative;
    top: 10px;
}
aside.left_panel .content #title-search #title-search-input {
    width: 100%;
    padding-right: 30px;
    background-color: #000;
    border: none;
    border-bottom: 1px solid #fff;
    height: 40px;
    color: #fff;
}
aside.left_panel .content #title-search #sub_search {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: initial;
    border: 0;
    z-index: 3;
}
aside.left_panel .content #title-search i {
    position: absolute;
    color: #F0434B;
    top: 8px;
    right: 0;
    font-size: 20px;
}
aside.left_panel.open {
    left: 0;
}
.overlay {
    z-index: 1001;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}
.overlay.show {
    opacity: .7;
}
#bx-composite-banner {
    position: absolute;
    left: 50%;
    margin-left: -88px;
    opacity: .6;
}


@media only screen and (max-width:375px) {
    .element_dop_bloc {
        height: auto !important;
    }
    .element_dop_bloc .info_box {
        width: 60% !important;
        margin-bottom: 30px;
    }
    .element_dop_bloc .more-recommend-switch {
        bottom: -15px !important;
    }
    .element_dop_bloc .prise_box {
        width: 100% !important;
        margin-top: 35px !important;
    }
    .element_dop_bloc .in_basket_box {
        width: 50%;
        bottom: -20%;
    }

}


.basket-items-list-header {
    background: #EDEFF1;
}
.catalog a{
    /*color: #d41114;*/
}

.catalog a:hover{
    /*text-decoration: underline;*/
}

.catalog .batton_in_basket a{
    color: #fff;
}

.catalog .batton_in_basket a:hover,.catalog .batton_in_basket a:focus,.catalog .batton_in_basket a:active{
    text-decoration: none;
}


.product-detail .product-props .prop-item .prop_name span{
    color: #000;
}

.col-6-c{
    width: 50%;
    float: left;
    padding: 10px;
    margin-bottom: 40px;
}

.bx-set-constructor{
    border: none !important;
}

.bx-modal-small-title{
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.bx-constructor-result-table-value{
    text-align: left;
}

.bx-constructor-result-table td{
    padding-right: 18px;
}

.bx-constructor-result-table{
    display: flex;
    justify-content: flex-end;
}

.bx-set-constructor .row:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bx-set-constructor .row:nth-child(4) div:nth-child(2){
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
}

.bx-constructor-result-btn-container{
    margin: 0;
}

.bx-blue .bx-constructor-result-price{
    color: #F0434B;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #F0434B;
}

.bx-blue .btn.btn-default{
    background-color: #F0434B;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 10px;
    font-size: 14px;
}

.bx-constructor-result-price{
    height: 37px;
    padding-top: 8px;
}

.bx-blue .btn.btn-default:hover,.bx-blue .btn.btn-default:focus{
    background-color: #E0434B;
    color: #fff;
}

.bx-blue .btn.btn-default:active{
    background-color: #f42a33;
    box-shadow: none;
}

.bx-constructor-result-table-title,.bx-constructor-result-table-value{
    font-size: 14px !important;
}

.product-item-detail-info-section .prop_value span{
    display: flex;
    flex-wrap: wrap;
}

.bx-filter {
    background: #f6f6f6 !important;
}

.you_see{
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 25px;
    display: block;
    padding-left: 10px;
}

.products-carousel{
    margin-bottom: 35px;
}

.products-list{
    padding-left: 10px;
    padding-right: 10px;
}

.bx-constructor-result-btn-container .btn{
    text-decoration: none !important;
}

/*CUSTOM*/
.product-detail.bx-catalog-element.bx-blue .product-item-detail-info-section {
    padding-left: 0;
}
.bx-ui-slider-part.p5 {
    width: 70px;
}
.bx-filter .bx-ui-slider-part.p5 {
    right: 0;
}
.bx-ui-slider-part.p5 span {
    width: 100%;
    left: unset;
    text-align: right;
}
.basket-items-search-field .form-control-feedback {
    pointer-events: auto;
}
.basket-coupon-block-field-description {
    margin-bottom: 5px;
}
.basket-checkout-container .basket-coupon-alert-section {
    width: 100%;
}
.basket-coupon-text {
    color: #F0434B;
}
.basket-coupon-alert .close-link {
    color: #23527c;
}
.basket-coupon-block-coupon-btn {
    transition: border-color 0.3s;
}
.basket-coupon-block-coupon-btn:hover {
    border-color: #23527c;
}
.basket-coupon-block-coupon-btn:before {
    display: block;
    content: '';
    position: absolute;
    top: -14px;
    right: -12px;
    width: 30px;
    height: 34px;
    transform: rotate(45deg);
}
.basket-item-price-old-text,
.basket-coupon-block-total-price-old {
    text-decoration: line-through;
}
.basket-item-price-old-text:after,
.basket-coupon-block-total-price-old:after{
    display: none;
}
.buy_one_click.open {
    color: #171717;
}
.buy_one_click {
    width: 100%;
    top: 43px;
}
.buy_one_click .triangle {
    display: none;
}
.buy_one_click .notetext br:first-child {
    display: none;
}
.bx-basket .basket-checkout-block-btn {
    max-width: 242px;
    width: 100%;
}
.btn.btn-lg.btn-default.basket-btn-checkout {
    border: 1px solid #2A3A59;
    color: #171717;
    background-color: transparent;
    width: 100%;
    height: 44px;
}
.btn.btn-lg.btn-default.basket-btn-checkout:hover {
    background-color: #2A3A59;
    color: #fff;
    border-color: #2A3A58;
}
.btn.btn-lg.btn-default.basket-btn-checkout:active,
.btn.btn-lg.btn-default.basket-btn-checkout:focus {
    border-color: #212f45;
    background-color: #212f45;
    color: #FFFFFF;
}
.click_buy_wrp #click_form {
    display: block;
}
#bx-soa-order-form .alert-warning {
    margin-top: 20px;
}
.product-item-label-ring {
    top: -5px !important;
    right: 30px !important;
}
#loading_screen img{
    width: 150px;
}
@media only screen and (max-width:500px) {
    .products-carousel .carousel-title,
    .you_see {
        font-size: 20px;
    }
    .sale-order-detail-payment-options-methods-info-title .sale-order-detail-payment-options-methods-info-title-status-alert, .sale-order-list-inner-container .sale-order-list-status-alert, .sale-order-list-inner-container .sale-order-payment-change-status-alert{
        display: block;
        margin: 10px 0 20px;
        padding: 0;
    }
}
@media only screen and (max-width:375px) {
    .products-carousel .carousel-title,
    .you_see {
        font-size: 17px;
    }
}
/*Корзина*/
.basket-page-title,
.brands-page-title {
    margin: 15px 0 35px;
    font-size: 24px;
    font-weight: 400;
}
.company_head .brands-page-title {
    display: none;
}
.bx-basket .basket-item-info-name-link:hover {
    text-decoration: none;
}
.bx-basket .basket-item-block-image {
    max-width: 130px;
}
.basket-items-list-item-price.basket-items-list-item-price-for-one {
    padding-top: 17px;
    padding-right: 20px;
}
.basket-items-list-item-price {
    padding-top: 17px;
    padding-right: 7px;
}
.basket-items-list-item-amount {
    padding-right: 20px;
    padding-top: 40px;
}
@media (max-width:767px) {
    .basket-items-list-item-amount {
        padding-top: 0;
    }
    .basket-checkout-section-inner {
        justify-content: flex-start;
    }
    .bx-basket .basket-checkout-block-btn {
        margin-left: auto;
    }
    .bx-blue .btn.btn-default {
        margin-left: 0;
    }
    .basket-items-list-item-container .basket-items-list-item-price {
        padding-top: 0;
    }
    .sale-order-list-inner-container .sale-order-list-inner-row-body .sale-order-list-button {
        width: 125px;
        margin-left: auto;
    }
}

@media (max-width: 992px) {
    .basket-checkout-section .basket-checkout-section-inner {
        justify-content: flex-start;
    }
    .bx-basket .basket-checkout-section-inner .basket-checkout-block-btn {
        margin-left: auto;
    }
    #bx-soa-order .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:nth-child(2) .bx-soa-item-td-text:before {
        display: none;
    }
    #bx-soa-order .bx-soa-item-td.bx-soa-item-properties {
        padding-top: 10px;
    }
    .sale-order-list-inner-row .sale-order-list-repeat-container,
    .sale-order-list-inner-row .sale-order-list-cancel-container {
        width: 150px;
        float: right;
        padding: 0;
        margin-left: 15px;
    }
}
@media (max-width: 580px) {
    .basket-items-list-item-container .basket-items-list-item-amount {
        padding: unset;
        min-width: unset;
    }
    .basket-items-list-item-container .basket-items-list-item-amount .basket-item-block-amount {
        padding-top: 20px;
    }
    .basket-items-list-table tr.basket-items-list-item-container,
    .basket-checkout-section .basket-checkout-section-inner {
        justify-content: space-between;
    }
    .basket-checkout-block-total {
        display: flex;
    }
    .basket-items-list-item-container .basket-items-list-item-price,
    .basket-items-list .basket-items-list-item-container:first-child > td.basket-items-list-item-price {
        margin-left: auto;
    }
    #bx-soa-order .bx-soa-section-content .bx-price {
        font-size: 14px;
    }
    .sale-order-list-inner-container .sale-order-list-about-link {
        margin-bottom: 25px;
    }
}
@media (max-width: 450px) {
    .bx-sap .container-fluid .row:nth-child(2) {
        width: 100%;
    }
    .bx-sap .container-fluid .row:nth-child(4) {
        width: 100%;
        max-width: 200px;
        margin-left: -10px;
    }
    .sale-order-list-inner-row .sale-order-list-repeat-container {
        margin-left: 10px;
        float: unset;
    }
    .sale-order-list-inner-row .sale-order-list-cancel-container {
        margin-left: 10px;
        float: unset;
    }
    .sale-order-list-inner-container .sale-order-list-inner-row-body .sale-order-list-button {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .sale-order-list-repeat-link {
        margin-bottom: 10px;
    }
}
.bx-basket .basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
    background-color: #f2f2f2;
}
.bx-basket .basket-item-amount-btn-plus:hover:before, .basket-item-amount-btn-plus:hover:after, .basket-item-amount-btn-minus:hover:after {
    background-color: #F0434B;
}
.bx-basket .basket-item-amount-btn-plus:active, .basket-item-amount-btn-minus:active {
    background-color: #f7f7f7;
}

/*Блок набор*/
.bx-set-constructor.bx-blue {
    padding: 20px 20px;
    border-radius: 8px;
    background-color: #EDEFF1;
    margin-bottom: 50px;
}
.bx-set-constructor.bx-blue .col-sm-3:before {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2.5px;
    background-color: #727272;
}
.bx-set-constructor.bx-blue .col-sm-3:after {
    content: '';
    display: block;
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5px;
    height: 20px;
    background-color: #727272;
}
.bx-set-constructor.bx-blue .bx-modal-small-title {
    font-size: 26px;
    font-weight: 500;
    margin-left: 20px;
}
.bx-original-item-container {
    width: 200px;
    margin-left: 20px;
}
.bx-original-item-container .bx-original-item-image {
    position: relative;
    height: 200px;
    width: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    z-index: 1;
}
.bx-original-item-container:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 30px;
    height: 200px;
    width: 200px;
    background-color: #fff;
    z-index: 0;
}
.bx-original-item-container div:first-of-type {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.bx-original-item-container div:first-of-type .bx-catalog-set-item-price-old {
    margin-top: 15px;
    color: #727272;
}
.bx-original-item-container div:first-of-type .bx-added-item-new-price {
    order: 2;
    font-size: 16px;
}
.bx-added-item-table-container tr td {
    border-top: solid 1px #cfcfcf;
}
.bx-added-item-table-container tr:last-child td {
    border-bottom: solid 1px #cfcfcf;
}
.bx-added-item-table-container tr td:first-child {
    padding: 15px 0;
    width: 60px;
    height: 60px;
}
.bx-added-item-table-container tr td:nth-child(2) {
    padding-left: 30px;
}
.bx-added-item-table-cell-itemname a.tdn {
    color: #585858;
    transition: ease-out .25s;
}
.bx-added-item-table-cell-itemname a.tdn:hover {
    color:  #e0434B;
}
.bx-catalog-set-item-title a {
    color: #353232;
}
.bx-catalog-set-item-price-new {
    text-align: left;
}
.bx-catalog-set-item-add-btn .btn.btn-default.btn-sm {
    margin: 0;
}
.bx-catalog-set-topsale-slider {
    background: transparent;
    padding-bottom: 50px;
    border-left: none;
    border-right: none;
    border-top: none;
}
.bx-catalog-set-topsale-slider:before {
    display: none;
}
.bx-set-constructor.bx-blue .row:nth-child(4) {
    flex-wrap: wrap;
}
.bx-set-constructor.bx-blue .row:nth-child(4) div:first-of-type {
    width: 100%;
}
.bx-set-constructor.bx-blue .row:nth-child(4) .bx-constructor-result-price {
    display: none;
}
.bx-set-constructor.bx-blue .row:nth-child(4) .col-sm-4 {
    margin-top: 25px;
    margin-right: 20px;
}
.bx-set-constructor.bx-blue .row:nth-child(4) .bx-constructor-result-btn-container .btn.btn-default.btn-sm {
    min-width: 200px;
}
.bx-catalog-set-topsale-slids-NHsiPA {
    width: 100% !important;
}
.bx-catalog-set-item-container {
    width: 280px !important;
    margin-right: 50px;
}
.bx-catalog-set-item-container:last-child {
    margin-right: 0;
}
.bx-catalog-set-item-container:before {
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1.5px;
    background-color: #727272;
}
.bx-catalog-set-item-container:after {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5px;
    height: 15px;
    background-color: #727272;
}
.bx-catalog-set-item-container:last-child:before,
.bx-catalog-set-item-container:last-child:after {
    display: none;
}
.bx-constructor-result-table tr .bx-constructor-result-table-value strong {
    font-weight: 500;
}
.bx-constructor-result-table tr:nth-child(2) .bx-constructor-result-table-value strong {
    font-size: 18px;
    font-weight: 700;
}
.bx-constructor-result-table tr:nth-child(3) .bx-constructor-result-table-value strong {
    color: #F0434B;
}
    /*Оформление заказа */
.ordering-page-title {
    margin: 15px 0 35px;
    font-size: 24px;
    font-weight: 400;
}
#bx-soa-order .bx-soa-section.bx-step-completed {
    border: solid 1px #dfdcdc;
}
#bx-soa-order .alert.alert-warning {
    display: none;
}
#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
    color: #fff;
}
#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {
    display: none;
}
#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #000;
    border: none;
}
#bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background-color: transparent;
    color: #F0434B;
}
#bx-soa-order .bx-soa-price-free {
    color: #000;
}
#bx-soa-order .bx-soa-pp.row .col-sm-7.bx-soa-pp-item-container {
    width: 45%;
}
#bx-soa-order .bx-soa-pp.row .col-sm-7.bx-soa-pp-item-container .bx-soa-pp-company {
    width: 50%;
}
#bx-soa-order .bx-soa-pp-desc-container.col-sm-5 {
    width: 55%;
}

/*Конец оформление заказа */
.products-list.carousel-template .owl-controls .owl-nav {
    right: 40px;
}
.basket-coupon-block-total-price-current {
    font-size: 32px;
}
.products-list a .product-item .bx_catalog_item_price .bx_stick_disc {
    display: none;
}
.basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old {
    top: -3px;
    font-size: 18px;
}
.basket-checkout-block-total {
    padding-right: 20px;
}
.basket-checkout-block-total-price-inner {
    margin-right: 15px;
}
.basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference,
.basket-items-list-item-price .basket-item-price-difference {
    background: #F0434B;
    color: #fff;
}
.search-page .search_page_result p b,
.search-page .search_page_result a b {
    color: #F0434B;
}

footer .footer_contact .phone a:first-child {
    display: inline-block !important;
}
.carousel-yousee a .product-item {
    height: 200px;
    padding: 10px;
}
.carousel-yousee a .product-item .item-image {
    height: 100px;
}
.carousel-yousee a .product-item .item_info {
    display: none;
}
.carousel-yousee a .product-item .item-title {
    margin-top: 20px;
}
.bx_profile form .main-profile-block-date-info {
    margin-bottom: 40px;
    font-size: 16px;
    color: grey;
}
.bx_profile form .main-profile-block-date-info strong {
    font-weight: normal;
}
.bx_profile .form-group .main-profile-form-password-annotation {
    margin-left: 0;
    margin-top: 0;
}
.container-fluid .bx_profile .main-profile-social-block {
    margin-top: 0;
}
.bx_profile .form-group {
    display: block;
    width: 50%;
}
.bx_profile .main-profile-block-date-info .col-md-offset-3 {
     margin-left: 0;
}

@media (max-width: 1140px) {
    .products-list a .product-item .item_info {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .bx_profile .form-group .main-profile-form-password-annotation {
         margin-bottom: 0;
        margin-left: 0;
    }
    .catalog_title_element {
        width: 100%;
    }
    .bx-set-constructor.bx-blue .bx-modal-small-title,
    .bx-original-item-container {
        margin-left: 0;
    }
    .bx-original-item-container:before {
        left: 10px;
    }
    .products-list a .product-item .item_info {
        margin-top: 20px;
    }
}
@media (max-width: 576px) {
    .product-detail.bx-catalog-element.bx-blue .col-6-c {
        width: 100%;
    }
    .product-detail.bx-catalog-element.bx-blue .col-6-c:first-child {
        margin-bottom: 0;
    }
    .detail_box {
        padding-right: 0;
    }
    .bx-set-constructor.container-fluid.bx-blue .row:nth-child(4) {
        justify-content: flex-start;
        flex-direction: column;
    }
    .bx-set-constructor.container-fluid.bx-blue .row:nth-child(4) .bx-constructor-result-table td {
        padding-bottom: 10px;
    }
    .basket-checkout-block-total-price-inner {
        margin-right: 0;
    }
}
@media (max-width: 435px) {
    .products-list a .product-item .item_info {
        margin-top: 30px;
    }
}


.nav_br {
position:relative;
left:37%;
bottom:20px;
max-width: 500px;
}
@media (max-width: 560px) {
    .nav_br{
position:relative;
left:12%;
bottom:20px;
max-width: 500px;
    display: flow-root;
}
}
.catalog_h1{
    margin-bottom: 30px;
    font-size: 30px;
}

.services .news-item:hover .offer_title {
    color: #F0434B;
}

.services .offer_title {
    font-size: 18px;
    margin: 50px 0 15px;
    text-align: center;
    -webkit-transition: ease-out .25s;
    transition: ease-out .25s;
}

.offer_main_title{
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 400;
}
/* End */
/* /bitrix/templates/enteros/css/jquery.fancybox.css?159984493514029 */
/* /bitrix/templates/enteros/js/owlcarousel/owl.carousel.css?15998449354614 */
/* /bitrix/templates/enteros/css/swiper-bundle.min.css?174297926218454 */
/* /bitrix/templates/enteros/components/bitrix/sale.basket.basket.line/new/style.min.css?15998449353567 */
/* /bitrix/templates/enteros/styles.css?175273343220734 */
/* /bitrix/templates/enteros/template_styles.css?1735029577463636 */
