

/* Start:/local/templates/aspro_next/printer.css?1763035582409*/
@media print {
    header {
        display: none !important;
    }

    .top_inner_block_wrapper {
        display: none !important;
    }

    footer {
        display: none !important;
    }

    #mobileheader {
        display: none !important;
    }

    .toolbar {
        display: none !important;
    }

    .panel-collapse {
        display: block !important;
        height: auto !important;
    }
}
/* End */


/* Start:/local/templates/aspro_next/css/fancybox.min.css?176526361429500*/
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.f-throwOutUp {
  animation: .175s ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: .175s ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0; } }

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown; }

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0; } }

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeOut {
  100% {
    opacity: 0; } }

.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }

.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0; } }

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0; } }

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;

  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 100000);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(/local/templates/aspro_next/css/../images/fancybox_overlay.png);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab; }

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2px;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px; }

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1px;
  --f-button-prev-pos: 1px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1; }

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: .25s ease .1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: .35s ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: .15s ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: .35s ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden; }

.f-thumbs__track {
  display: flex;
  will-change: transform; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0)*1px);
  width: calc(100% - var(--width, 0)*1px);
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern .f-thumbs__slide > * {
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path); }

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color)); }

.is-modern.in-touch .f-thumbs__slide {
  filter: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: all .33s ease; }

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s ease; }

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover; }

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px; }

.fancybox__thumbs.is-masked {
  max-height: 0px !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }

.fancybox__infobar span {
  padding: 0 5px; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none; }

/*# sourceMappingURL=fancybox.min.css.map */

/* End */


/* Start:/local/templates/aspro_next/js/splide/splide.min.css?17652636145002*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/local/templates/aspro_next/js/jquery.scrollbar.css?176526361422152*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* End */


/* Start:/local/templates/aspro_next/vendor/css/bootstrap.css?1755703924114202*/
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

textarea.bxeditor-textarea { line-height: normal !important; }
 
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cccccc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a6a6a6;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #cccccc;
}
.text-primary:hover {
  color: #b3b3b3;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .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;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .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-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .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-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1, .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-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #b8b8b8;
  border-color: #a1a1a1;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #cccccc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a6a6a6;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #cccccc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.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 > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.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: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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 > .dropdown-toggle,
.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:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cccccc;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #cccccc;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.nav a:hover .caret {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
}
.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:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.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 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 15px;
  font-size: 18px;
}
.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;
}
.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:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background: #999;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #cccccc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b3b3b3;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cccccc;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cccccc;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #cccccc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.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: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #cccccc;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cccccc;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cccccc;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  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;
}
.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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.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;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/aspro_next/css/jquery.fancybox.css?17652636144338*/
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #F9F9FA;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/aspro_next/css/../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('/local/templates/aspro_next/css/../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	/*background: transparent url('/local/templates/aspro_next/css/../images/blank.gif');*/ /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper

.fancybox-lock {
	overflow: hidden;
}
 */
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9999;
	background: url('/local/templates/aspro_next/css/../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/aspro_next/css/styles.css?1765263614120036*/
.table-no-border { border-width:0; border-collapse: collapse; }
.table-no-border td { padding: 0px; }
.noborder { border-width: 0; }

.tabs > li:before, .tabs_content > li:before, .flex-viewport li:before, .flex-direction-nav  li:before, .slider_navigation li:before,
#footer .bottom_submenu li:before, .extended_pagination  li:before, .main-nav li:before, .bottom_main_menu li:before, .item_slider ul.slides li:before,
.module-gallery-list li:before, ul.left_menu li:before, ul.brands_list li:before, ul.stores_list li:before, .section_item_inner ul li:before, ul.tabs-content li:before,
.internal_sections_list  li:before, li.catalog_item:before, .compare_list ul li:before, .catalog_detail .set_wrapp li:before, .catalog_detail .bx_item_set_hor_container_big li:before,
.bx_modal_body  .bx_kit_one_section li:before, .bx_modal_body  .bx_kit_two_section li:before, .bx_kit_one_section li:before, .bx_kit_two_section li:before, .menu li:before, ul.flex-control-nav li:before,
.flex-control-nav ol li:before { content: none !important; padding-right: 0; }
div[class^="bx-"] li:before, ul[class^="bx-"] li:before { padding-right: inherit; }
div[class^="bx-"] input[type='button'], div[class^="bx-"] input[type='submit'], div[class^="bx-"] button { text-transform: inherit; font-family: inherit; border: inherit; }

.catalog_detail .tabs_content h4 { margin: 10px 0 15px; }
#bx-composite-banner{text-align:center;margin:10px 0 0;}
.m16{margin:0;padding:0 0 18px 0;color:green;}
#content { position: relative; zoom: 1; z-index:3;}
#content.main { margin-bottom: 0; }
.pseudo, .catalog_detail .extended_info.open_stores .availability-row .value{ text-decoration: none; border-bottom: 1px dotted; cursor: pointer; }
.specials_slider_wrapp ul.tabs li { text-transform: uppercase; }
.specials_slider_wrapp ul.tabs li span  {  border-bottom: 1px dotted; }

.tab_slider_wrapp ul.tabs li{padding-right:0px;}
.catalog_section_list .section_item li.name{padding-left:0px;}

.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.wrapper.has_menu  .top-h-row  .search{ display: none; }

.top-h-row  .search input[id^=title-search-input]{ height: 26px; font-size: 12px; padding: 0 8px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; width: 100%; line-height: 25px; }
.top-h-row  .search #search-submit-button{ cursor: pointer; height: 24px; width: 29px; font-size: 0; border: 0; border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; position: absolute; 	top: 0; right: 0; margin-top: 1px; display: block; }
.middle-h-row  .search input[id^=title-search-input], #header ul.menu.full > li.search_row input[id^=title-search-input] { height: 33px; font-size: 12px; padding: 0 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; line-height: 32px; }
.middle-h-row .search #search-submit-button, #header ul.menu.full > li.search_row #search-submit-button { cursor: pointer; height: 31px; width: 35px; font-size: 0; border: 0; border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; position: absolute; top: 1px; right: 1px; display: block; }
#header ul.menu.full > li.search_row #search-submit-button { top: 3px; right: 3px; height: 33px; width: 35px; }
#header ul.menu.full > li.search_row { padding: 3px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; position: relative; display: none; }
.wrapper.has_menu .main-nav { display: none; }
.main-nav .menu > li > a{ border-bottom: 1px solid transparent; }
.top-h-row  .search #search-submit-button i, .middle-h-row  .search #search-submit-button i, #header ul.menu.full > li.search_row #search-submit-button i{ display: inline-block; background: url(/local/templates/aspro_next/css/../images/magnifier.png); background-repeat: no-repeat; }
.top-h-row  .search #search-submit-button i, #header ul.menu.full > li.search_row #search-submit-button i{ height: 26px; width: 29px; background-position: top center; }

#footer .phone .icon i { background-position: 0px -24px; }
.price .title-search-price .price:not(.discount) {margin-right: 2px;}

.bx_item_element .title-search-price{line-height:20px;margin-top: -20px;margin-left: -7px;margin-bottom: 16px;}
.bx_item_element .cost.prices .title-search-price .price_name{margin-left:7px;}
.bx_item_element .title-search-price .price{display:inline-block;}

.basket_fly td.total_wrapp a.more_row .icon, .basket_fly td.total_wrapp a.more_row .icon i { display: inline-block; height: 15px; width: 15px; }
table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator { padding:0; height: 10px; font-size:0; }
#header .middle-h-row, #header .catalog_menu{ margin: 0 auto; position: relative; zoom: 1;z-index:3; }
#header .middle-h-row{ z-index: 202; }
#header .middle-h-row .logo_wrapp .logo{min-height:51px;line-height:51px;overflow: hidden;display: table-cell;max-width: 220px;}

#header .basket_fly{-webkit-transform: translateZ(0);}
#header .basket_fly td { box-sizing: content-box; -moz-box-sizing: content-box; -o-box-sizing: content-box; -webkit-box-sizing: content-box;text-align: left; }
ul.menu, ul.mini-menu { text-align: justify; list-style-type: none; font-size: 0px; line-height: 0; zoom: 1; }
.bx-ie ul.menu, .bx-ie ul.mini-menu { font-size: 1px; }
ul.menu li, ul.mini-menu li { display: inline-block; vertical-align: top; padding: 0; line-height: 20px;  }
.main-nav  ul.menu > li > a, ul.mini-menu li a{ font-size: 14px; text-transform: uppercase; padding: 0 10px; text-decoration: none; white-space:nowrap; color:#000000; }
ul.menu li.stretch{ display: inline-block;    width: 100%; *display: inline; zoom: 1 }
ul.menu li:hover .child{ display: block; }
ul.menu li:hover b.space, .breadcrumbs .drop:hover b.space{ display: inline-block; }
ul.mini-menu, ul.menu li .child, ul.mini-menu li .child{ display: none; }
.module-drop-cart { position: absolute; right: 0px !important; top: 87px; width: 431px; max-width: 100%; z-index: 999; display: none; }
.wrapper .basket_normal { display: none; }
.wrapper.basket_normal .basket_normal { display: block; }
.header-cart-block .cart  { width: 230px;  text-align: left; position: relative; zoom: 1; }
.header-cart-block .delay_small, .header-cart-block .cart_small { display: none; }
.header-cart-block .cart a  { text-decoration: none; }
.header-cart-block .cart a span { font-size: 14px; }
.header-cart-block .cart.empty_cart a span.pseudo { border-bottom: 1px solid; }
.header-cart-block .cart span.icon { float: left; }
.header-cart-block .cart .summ, .header-cart-block .cart .delay_link { white-space: nowrap; }
.header-cart-block .cart > span.icon, .header-cart-block .cart > span.icon i { display: inline-block; height: 42px; width: 42px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.header-cart-block .cart > span.icon.small, .header-cart-block .cart > span.icon.small i { width: 26px; height: 26px; }
.header-cart-block .cart > span.icon.small { display: none; position: relative; zoom: 1; z-index: 1; }
.header-cart-block .cart .cart-call.small, body .header-cart-block .cart .cart-call.small span { font-size: 11px; line-height: 15px; text-transform: uppercase; border: none; }
body .header-cart-block .cart .cart-call.small span { text-decoration: underline; }
.header-cart-block .cart .small { display: none; }
.header-cart-block .cart > span.icon.small i { background-position: -7px -173px; }
.header-cart-block .cart span.icon i, .header-cart-block .cart span.icon i { background-image: url(/local/templates/aspro_next/css/../images/basket_icons.png); background-repeat: no-repeat; }
.header-cart-block .cart.empty_cart span.icon i { background-position: 0px 0px; }
.header-cart-block .cart.empty_cart span.icon.small i { background-position: 0px 0px; background-position: -7px -134px; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6;-khtml-opacity: 0.6; opacity: 0.6; }
.header-cart-block .cart .cart_wrapp { padding-left: 55px; padding-top: 4px; position: absolute; top: -3px; }
#header .middle-h-row .center_block.no_basket { padding-right: 0; }
#header .middle-h-row .basket_wrapp .header-cart-block { margin-top: 7px; float: right; }
.wrapper.basket_normal.has_menu #header .middle-h-row .basket_wrapp .header-cart-block{min-width:145px;}
#content_new, #preload_wrapp { position: absolute; z-index: -1000; top: -9999px; left: -999px; }

.main-nav ul.menu .child a { font-size: 12px; }
.top-h-row ul.menu .space { position: static; }
#header .catalog_menu  li .space { top: 18px; }
#header .catalog_menu li.more .space { margin: 0 0 0 -50px; left: inherit; position: absolute; top: 50px; }
#header .catalog_menu .child { text-align: center; padding-top: 24px; }

.breadcrumbs .drop b.space { left: 10px; bottom: -6px; }
ul.menu li.catalog b.space { left: 34%; }
ul.menu > li > a { position: relative; }
.flexslider  { margin: 0;  padding: 0; }
.flexslider .slides > li  {-webkit-backface-visibility: hidden; overflow: hidden;}
.flexslider .slides > li:not(.visible){display: none;}
.flexslider .slides > li.visible{opacity:0;}
.front_slider > li { display: none; overflow:hidden; }
.flexslider .slides > li .text, .flexslider .slides > li .img { width: 50%; }
.flexslider .slides > li.image .img { width: 100%; }
.flexslider .slides > li .img img { margin: 0 auto; max-height: 100%; }
.flexslider .slides img { display: inline-block; border-radius: 0px; }

form .rating_message{margin:0 0 0 8px;position:relative;padding:0 0 0 24px;color:#999999;font-size: 13px;}
form .rating_message:before{content:"\2014";position:absolute;left:0;top:0;}

.slides:after  { content: "\0020";  display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
html[xmlns] .slides  { display: block; list-style: none; }
* html .slides  { height: 1%; }
.no-js .slides > li:first-child  { display: block; }
.flexslider  .slides { margin: 0; padding: 0; }
.flexslider  {  margin: 0 0 9px;  position: relative;  zoom: 1;  text-align: center;display:block; }
.flex-viewport  {  max-height: 2000px;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease; -o-transition: all 1s ease;  transition: all 1s ease;  }
.module-cart, .module-cart tr { -webkit-transition: all 1s ease;  -moz-transition: all 1s ease; -o-transition: all 1s ease;  transition: all 1s ease;  }
.loading .flex-viewport {  max-height: 300px;  }
.flexslider .slides  {  zoom: 1;  }
.carousel li  {  margin-right: 5px;  }
.include_module_error { text-align: center; margin: 0 auto; }
.include_module_error p { margin-top: 0; line-height: 18px; font-size: 14px; color: #555; }
.flexslider .flex-control-nav, .front_slider_wrapp .flex-control-nav { zoom: 1; top: -41px; position: relative; display: inline-block; z-index: 10;margin: 0px; }
.flexslider .flex-control-nav li, .front_slider_wrapp .flex-control-nav  li,  .flex-control-nav  li { padding: 6px 6px 6px 2px; font-size: 0; margin: 0; text-indent: 0; display: inline-block; zoom: 1; position: relative; }
.flexslider .flex-control-nav li:last-child, .front_slider_wrapp .flex-control-nav  li:last-child,  .flex-control-nav  li:last-child{ padding-right:0px;}
.front_slider_wrapp .flex-control-nav li { padding-top: 0; }
.flexslider.color-controls .slides img{margin:auto;display: inline-block;vertical-align: middle; max-width: 90%}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background-position: -2px -20px; }
.flex-direction-nav { margin: 0; padding: 0;   -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  -o-user-select: none;  user-select: none; }
.flex-direction-nav *{ outline: none; }
.flexslider li *{ text-decoration: none; }
.flexslider .banner_title span{  font-size: 32px; line-height: 44px; }
.flexslider .banner_text{ font-size: 15px; line-height: 24px; margin-top: 11px; }
.flexslider .left{ text-align: left;}
.flexslider .right{ text-align: left; }
.flexslider .center{ text-align: left; }
.flexslider .center .banner_title{ margin: 45px auto 0; }
.flexslider .center .banner_title{ margin: 20px auto 0; }
.flexslider .banner_title, .flexslider .banner_text, .flexslider .banner_buttons {margin-left: 15px; margin-right: 15px; overflow: hidden; text-align: left; }
.flexslider .left .banner_title, .flexslider .left  .banner_text, .flexslider .left  .banner_buttons { margin-left: 90px; }
.flexslider .right .banner_title, .flexslider .right  .banner_text, .flexslider .right  .banner_buttons { margin-right: 90px; }
.flexslider .banner_buttons a { margin-right: 10px; margin-bottom: 4px; padding: 11px 20px 12px;}
.flexslider .banner_buttons { margin-top: 25px; }
.flexslider  li.box .underline { text-decoration: none; }

.info_column h3  { font-size: 18px;}
.index_bottom .info_column .about_column, .index_bottom .info_column .news_column { width: 50%; padding-left: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; 	float: left; }
.index_bottom .info_column .news_column .shadow{	display: none;}
a i.arrow{ margin: 0px 10px 0px 0px; position: relative; zoom: 1; bottom: -3px;}
a i.arrow, a i.arrow b{display: inline-block; height: 15px; width: 15px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; background: #ddd; }
a i.arrow b{	background: url(/local/templates/aspro_next/css/../images/arrows.png) 0 0 no-repeat;}
a:hover i.arrow b{	background-position: -36px 0px;}
a:hover i.arrow.down b{	background-position: -36px -35px;}
.index_bottom .info_column .news_slider{	margin-top: 18px;}
.index_bottom .about_column a[name='about_show_more']{	margin-top: 10px;	display: inline-block;}
.index_bottom .info_column .news_column .news_block > ul{	list-style: none;	margin-top: 18px;}

.news_slider_wrapp .flex-control-nav.flex-control-paging { display: none; margin-top: 5px; }
.jobs_wrapp .item .icon, .jobs_wrapp .item .icon i, .differences_table .left_arrow, .differences_table .right_arrow { display: inline-block; height: 30px; width: 30px; vertical-align:top; *display:inline; zoom:1; }
.jobs_wrapp .item td.icon{display:table-cell;}

.flex-direction-nav li { font-size: 0; }
.flex-direction-nav li:first-child { margin-right: 6px; }
.differences_table .left_arrow, .differences_table .right_arrow { font-size: 0px; background-image: url(/local/templates/aspro_next/css/../images/arrows_big.png); background-repeat: no-repeat; }

.news_slider_wrapp .flex-viewport { width: 100%; z-index: 10; }
img.shadow { width: 100%; max-width: 100%; margin: 10px 0; }
.search-page img.shadow { margin-bottom: 20px; }

#footer .footer_inner .line { padding: 10px 0 10px; }
#footer .footer_inner .line .wrapper_inner { position: relative; }
.footer_inner .line .wrapper_inner  div { display: inline-block; width: 79%; }
.footer_inner .line .wrapper_inner  div div { width: auto; }
#footer  ul.bottom_main_menu, #footer  ul.bottom_submenu { width: 79%; display: inline-block; vertical-align:top; }
#footer  ul.bottom_main_menu { margin-top: 4px; }
#footer .bottom_submenu li.selected a { font-weight: bold; }
.bottom_main_menu li, .bottom_submenu > li { display: inline-block; width: 24%; list-style: none; }
.bottom_main_menu li a { text-shadow: 0 1px 0 rgba(255,255,255,.4); -moz-text-shadow: 0 1px 0 rgba(255,255,255,.4); -o-text-shadow: 0 1px 0 rgba(255,255,255,.4); -webkit-text-shadow: 0 1px 0 rgba(255,255,255,.4); }
.bottom_submenu  li { list-style: none; }
#footer  .bottom_left_icons{ display:inline-block; width:20%; }
#footer .phone { display: inline-block; white-space: nowrap; vertical-align: top; }
#footer .phone .phone_wrapper { display: inline-block; vertical-align:top; }
#footer .phone .icon {     position: inherit; vertical-align: top; }
#footer .phone .phone_text {    display: inline-block; vertical-align: top; margin-top: 5px; }
.bottom_main_menu li a { text-transform: uppercase; text-decoration: none; }

#footer .bottom_submenu  li { line-height: 19px; }
#footer .bottom_submenu  li a { text-decoration: none; }
ul.tabs li.cur span { border-bottom: 0; }
ul.tabs, ul.tabs li { display: inline-block; }
.specials_slider_wrapp ul.tabs li:first-child { margin-left: 0; }
ul.tabs, ul.tabs_content, ul.slider_navigation { list-style: none; }
.specials_slider_wrapp ul.tabs { padding-right: 80px; }
.specials_slider_wrapp ul.slider_navigation { position: absolute; top: 0; right: 3px; }
ul.tabs_content > li { min-width: 100%; }
ul.tabs_content > li, .specials_slider_navigation, .tabs_slider_navigation {display: none; padding:0px;}
ul.tabs_content li.tab { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; /*overflow: hidden; */}

ul.tabs_content > li.cur, ul.tabs_content > li.current, .specials_slider_navigation.cur, .tabs_slider_navigation.cur { display:inline-block; /*opacity: 1; visibility: visible;*/ }
ul.tabs li { font-size: 13px; margin: 5px 10px 0 0 ; padding: 0 25px 0px 0px; height: 28px; line-height: 28px; text-align: center; cursor: pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
ul.tabs li.cur, ul.tabs-head li.current { cursor: default; }

ul.tabs li span { font-size: 13px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: 9px; line-height: 13px; display: inline-block; }
ul.tabs li span span { border: 0; padding: 0; }

.specials_slider > li:last-child { margin-right: 0; }
.specials_slider > li { width: 179.9px !important; overflow: hidden; margin-right: 15px; -webkit-transition: border-color ease-out 0.2s; -moz-transition: border-color ease-out 0.2s; -o-transition: border-color ease-out 0.2s; transition: border-color ease-out 0.2s; padding: 1px; display: block; float: left; vertical-align: top; padding-bottom: 5px; }
.right_block .specials_slider.product_slider > li { margin-right: 15px; width: 174px !important; }
.specials_slider.product_slider > li { margin-right: 14px; }
ul.specials_slider { width: 100000% !important; white-space: nowrap; }
ul.specials_slider li, ul.specials_slider li * { white-space: normal; }
.specials_slider li:hover { padding: 0; padding-bottom: 4px; }
.catalog_item .item-title a, .view-item .item-title a span { text-decoration: none; line-height: 17px; }
ul.tabs li span, .front_slider_wrapp .extended_pagination span, a, a span { -webkit-transition: color ease-out 0.07s; -moz-transition: color ease-out 0.07s; -o-transition: color ease-out 0.07s; transition: color ease-out 0.07s; }
.catalog_item .item-title a, .view-item .item-title a span, .articles-list .item .item-title a, .jobs_wrapp .item  .name a, .front_slider .item-title a span, .item-title a span, .item-title a { -webkit-transition: color ease-out 0.02s; -moz-transition: color ease-out 0.02s; -o-transition: color ease-out 0.02s; transition: color ease-out 0.02s; }
.button22, .button22 span, .popup .soc-avt .row a, #header .catalog_menu ul.menu > li > a, #header ul.menu.adaptive > li  > a, #header ul.menu.full.opened > li  > a { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.view-item .item-title a  { text-decoration: none; }
.catalog_item .item-title a, .catalog_item .item-title a span, .view-item .item-title a span { font-size: 14px;font-weight:bold; }
.catalog_item .price, .view-list .price{ font-size: 18px; /*margin-top: 8px;*/ display:inline-block; white-space:nowrap; }
.catalog_item .price.discount, .view-list .price.discount{ margin-top: 0; float: none; }
.differences_table .catalog_item .price.discount{ margin-top: 5px; }
.differences_table .catalog_item .price{ float: none; }
.differences_table td{ width: 25%; vertical-align: top; }
.differences_table .left_arrow, .differences_table .right_arrow{ position: absolute; top: 130px; width: 30px; height: 30px; cursor: pointer; z-index: 1; }
.differences_table .left_arrow{	left: 20%;	background-position: 0px -157px;}
.differences_table .left_arrow:hover{	background-position: 0px -189px;}
.differences_table .right_arrow{	right: 20px;	background-position: -29px -157px;}
.differences_table .right_arrow:hover{	background-position: -29px -189px;}
.catalog_item .price.discount strike, .view-list .price.discount strike{	font-size: 14px;	line-height: 14px;}
.catalog_item .image, .catalog_item .image a{ display: block; vertical-align: middle; height: 165px; line-height: 165px; vertical-align: middle; text-align: center; position: relative; 	zoom: 1; }
.catalog_item .image a{ padding: 3px; }
.differences_table{ margin-top: 20px; }
.differences_table .prop_name{ font-weight: bold; padding-right: 30px; }
.differences_table .catalog_item{ max-width: 190px; margin-bottom: 30px; }
.catalog_item .image img{ position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; border: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.specials_slider_wrapp ul.tabs_content, .tab_slider_wrapp ul.tabs_content {/*margin-top: 10px;*/ position: relative; zoom: 1; }
.catalog_detail .specials_slider_wrapp ul.tabs_content { margin-top: 5px; min-height: 300px; }
.specials_slider_wrapp ul.tabs_content > li, .tab_slider_wrapp ul.tabs_content > li { /*position: absolute;*/ z-index: 10;padding:0px; }

.tab_slider_wrapp.block_v ul.tabs_content > li{position:static;}
.catalog_detail + .clearfix + .tab_slider_wrapp.block_v{padding:0px;border:none;margin:0px;}
.specials.tab_slider_wrapp.block_v ul.tabs_content{margin:0px;}
.specials.tab_slider_wrapp.block_v .wraps{position:relative;}
.specials.tab_slider_wrapp.block_v .wraps:last-of-type{margin-bottom:40px;}
body .container .bottom_slider.tab_slider_wrapp.block_v .slider_navigation.top{top:33px;}

.specials_slider > li { background: #fff; }
.specials_slider_wrapp ul.tabs_content > li.cur, .tab_slider_wrapp ul.tabs_content > li.cur { z-index: 1;overflow:visible !important; }/*200*/
.specials_slider_wrapp ul.tabs_content > li .flex-viewport { padding-bottom: 5px; }

.item_info .cost .price_name + .price, .catalog_block  .cost .price_name + .price, .view-list .catalog_item .item_info .cost .price_name + .price{margin-top:0;margin-bottom:0px;float:none;}
.specials_slider .catalog_item .item_info .cost .price.discount, .catalog_block  .cost .price.discount, .view-list .catalog_item .item_info .cost .price.discount{/*margin-top: 8px;*/display: inline-block;vertical-align: top;}
.specials_slider .catalog_item .item_info .cost .price_name + .price + .price.discount, .catalog_block  .cost .price_name + .price  + .price.discount, .view-list .catalog_item .item_info .cost .price_name + .price + .price.discount{margin-top:0;}
.catalog_detail .item_main_info .price_block {overflow: hidden;}
.specials_slider .catalog_item .item_info .buttons_block{ display: none; }
.specials_slider .catalog_item .item_info .buttons_block, .catalog_block .catalog_item .item_info .buttons_block{ clear: both; margin-top: 7px; white-space: nowrap; }
.specials_slider.product_slider .catalog_item .item_info .buttons_block{ display: block; }
.specials_slider .catalog_item .item_info .basket_button, .catalog_block .catalog_item .item_info .basket_button{ float: left; margin-bottom: 4px; }

.soc-avt .row a span.name { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; text-decoration: none; cursor: pointer; text-transform: uppercase; }
.button30 span, .basket_button.button30 span, .compare_button span, .soc-avt .row a span.name{ display: inline-block; font-size: 11px; line-height: 32px; }

.compare_button span{ background: url(/local/templates/aspro_next/css/../images/like_icons.png) no-repeat; }
.sort_to_compare .compare_button:first-child{ margin-right: 5px; }
.compare_wrapp{ font-size: 11px; }
.prompt .star_big{ position: relative; bottom: -14px; }
.compare_wrapp.centered{ text-align: center; }
.compare_wrapp a.compare_link{ border-bottom: 1px dotted; }
.compare_button:hover span{ background-position: -32px -64px; }
.basket_button, .compare_button{ display: inline-block; height: 25px; line-height: 25px; text-transform: uppercase; clear: both; padding: 0 6px 0 0; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; text-decoration: none; cursor: pointer; }
.basket_button, .compare_button, .button30{ border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
a.wish_item, a.compare_item, a.wish_item i, a.compare_item i { display: inline-block; height: 26px; width: 26px; cursor: pointer; border-radius: 26px; -moz-border-radius: 26px; -webkit-border-radius: 26px; }
a.wish_item i, a.compare_item i { background: url(/local/templates/aspro_next/css/../images/like_icons.png) no-repeat; }
.front_slider .item-title a, .front_slider .item-title a span { font-size: 22px; line-height: 32px; text-decoration: none; }
.front_slider .price_name { margin-top: 20px; }
.front_slider .price { font-size: 32px; line-height: 34px; margin-top: 20px; }
.front_slider .price + .price_name { margin-top: 0; }
.front_slider .price_name + .price { margin-top: 0; }
.front_slider_wrapp { text-align: center; position: relative; zoom: 1; height: auto; margin-top: 20px; }
.front_slider_wrapp .flex-viewport { width: 75%; float: left; text-align: left; }
.front_slider_wrapp .extended_pagination  { float: right; width: 25%; list-style: none; text-align: left;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; padding-left: 30px;  right: 0; bottom: 0; top: 0; overflow-y: auto; max-height: 280px; }
.front_slider_wrapp .extended_pagination li.hider { margin: 0; padding: 0; width: 10px; position: absolute; top: 0; bottom: 0; z-index: 10; cursor: default; left: -10px; background: url(/local/templates/aspro_next/css/../images/hider_right.png) 0px 0px repeat-y; }
.front_slider_wrapp .flex-control-nav { width: 100%; top: 0; }
.front_slider_wrapp  a.read_more, .btn_big { display: inline-block; height: 37px; line-height: 37px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; 	-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; padding: 0 15px; font-size: 16px; margin-top: 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; cursor: pointer;
	text-decoration: none; }
.btn_big { margin: 0; }
.front_slider .price.discount { font-size: 12px; line-height: 18px; margin-top: 0; }
.front_slider .info, .front_slider .image { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.front_slider .info { width: 50%; padding-left: 12px; }
.front_slider .image { width: 50%; text-align: center; padding-left: 10px; }
.front_slider .image { }
.front_slider .info { max-width: 100%; max-height: 100%; }
.front_slider .image img { max-width: 240px; max-height: 100%; }
.front_slider_wrapp .extended_pagination > li:nth-child(1) { margin-top: 0; }
.front_slider_wrapp .extended_pagination > li{ margin-top: 10px; display: block; padding: 10px; border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; position: relative; zoom: 1; }
.front_slider_wrapp .extended_pagination > li.active span, .front_slider_wrapp .extended_pagination > li.active:hover span{ border-bottom: 0; }
.front_slider_wrapp .extended_pagination  span{ line-height: 18px; }
.front_slider_wrapp .extended_pagination > li.active{ cursor: default; }
.front_slider_wrapp .extended_pagination > li{ cursor: pointer; display: block; }
.front_slider_wrapp .extended_pagination > li i.triangle{ left: -15px; bottom: 0; position: absolute; top: 0px; display: inline-block; font-size: 0; width: 0px; height: 0; border-top-color: transparent; border-bottom-color: transparent; border-top-color: transparent; border-top-style: solid; border-bottom-style: solid; border-right-width: 15px; border-right-style: solid; border-right-color: transparent; }
.front_slider .preview_text{ line-height: 16px; margin-top: 10px; }

.breadcrumbs .drop a span {border-bottom: 1px dotted #b4b4b4;-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
.breadcrumbs .drop:hover  a span{ border-bottom: none;}
.breadcrumbs .drop{ position: relative; display: inline-block; zoom: 1; }
.breadcrumbs .dropdown_wrapp{box-sizing: border-box; display: none; padding-top: 8px !important; top: 18px;}
body .breadcrumbs .dropdown{ background:#fff;padding: 12px; border-radius: 2px; -moz-border-radius: 2px;-webkit-border-radius: 2px;text-align: left;box-shadow: 0 1px 5px 1px rgba(0,0,0,0.12);}
.breadcrumbs .dropdown > a{display: block; line-height: 14px; margin-top: 7px; text-decoration: none; text-transform: none;white-space:nowrap;}
.breadcrumbs .dropdown > a:first-child{margin-top: 0;}
.breadcrumbs .drop:hover .dropdown_wrapp { display: block; }
.breadcrumbs .drop b.space{display:inline-block;}

.left_side { padding-right: 200px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right_side { width: 200px; float: right; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 20px; }

.catalog_detail .item_main_info .buttons_block { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; width: 100%; }
.catalog_detail .item_main_info { margin: 0px 0 30px; padding: 0px; border: 1px solid #f2f2f2; position: relative; }
.catalog_detail .item_main_info .item_slider { width: 50%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 29px 56px 29px 56px;  float: left; position: relative; z-index: 1;text-align:center; }
.catalog_detail .item_main_info .right_info { padding: 0px 0px 0px 50%; position: relative; }
.catalog_detail .item_main_info .right_info .info_item { position: relative;padding:0px 30px 0px 11px;}
#order_form_div .info_block  .l_block:after, #order_form_div .info_block .r_block:before { position: absolute; top: 0px; background: #F2F2F2; width: 1px; height: 100%; content: ""; }
#order_form_div .info_block  .l_block:after { right: 0px; }
#order_form_div .info_block .r_block:before { left: -1px; }
.catalog_detail .right_info .price_block_wrapp, .catalog_detail .right_info .info_block { padding-left: 7px; }
.catalog_detail .info_block  b.block_title { display: block; }
.catalog_detail .info_block > div { display: inline-block; vertical-align: top; width: 130px; float: left; margin-bottom: 15px; min-height: 38px; }
.catalog_detail .info_block .brand.right { float: right; }
.catalog_detail .item_main_info .price { font-size: 24px; line-height: 26px; float: left; width: auto; white-space: nowrap; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; padding-right: 10px; }
.catalog_detail .item_main_info .price small { font-size: 16px; }
.catalog_detail .rows_block .item_block{padding-top:3px;}

.catalog_detail .item_main_info .buttons_block, .catalog_detail .extended_info { padding: 10px; }
.counter_block{white-space:nowrap;}

.module-cart .count-cell .measure { display: block; white-space: nowrap; font-size: 11px; line-height: 14px; }
.module-cart .counter_block  { white-space: nowrap;}
.module-cart .count-cell .some-class { display: none; }

.basket_button.one_click span { padding-left: 0; background: none; }
.basket_button.one_click { padding-left: 6px; }
.basket_button.button30.one_click { padding-left: 10px; }
.catalog_detail .item_main_info .buttons_block { margin-top: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; min-height: 54px; }
.catalog_detail .basket_button.one_click { margin-left: 8px; }
.catalog_detail .item_main_info .buttons_block .counter_block { white-space: nowrap; }
.module-cart .buttons_block .counter_block { display: inline-block; }
.catalog_detail .buy_buttons_wrapp { text-align: right; padding: 12px 15px 0 0; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.catalog_detail .buttons_block.adaptive .buy_buttons_wrapp a { width: 125px; text-align: center; }
.catalog_detail .buttons_block.adaptive .counter_block, .catalog_detail .buttons_block.adaptive .buy_buttons_wrapp { width: 50%; }
.catalog_detail .buttons_block.adaptive .counter_block { text-align: center; }
.catalog_detail .buy_buttons_wrapp a { margin-bottom: 10px; }
.catalog_detail .buy_buttons_wrapp.subscribe { float: left; min-width: 115px; padding: 12px 0 0 15px; }
.catalog_detail .buttons_block .description { font-size: 11px; line-height: 14px; padding: 5px 5px 0; }
.catalog_detail hr { height: 0; width: 100%; margin: 15px 0 25px; }
.catalog_detail .info_block + hr { margin-top: 0; }
.catalog_detail hr.separator { margin: 10px 0;  }
.availability-row .indicators{display:inline-block;vertical-align:top;zoom:1;*display:inline;}
.availability-row .indicators span, .quantity-indicators span { background: url(/local/templates/aspro_next/css/../images/quantity_icons.png) -13px -89px no-repeat; display: inline-block; vertical-align: top; width: 21px; height: 21px; margin: 0 -2px 0 0; 	position: relative; zoom: 1; z-index: 8; margin-left: -12px; }
.availability-row .indicators.no_products span { margin-left: 0; }
.availability-row .indicators span.last, .quantity-indicators span.last { background-position: -13px -130px; z-index: 7; }
.availability-row .indicators span.null, .quantity-indicators span.null { background-position: -13px -170px; margin-left: 0; }
.availability-row .indicators span.first, .quantity-indicators span.first { z-index: 9; margin-left: 0; }
.availability-row .indicators span.r, .quantity-indicators span.r, .availability-row .indicators span.last.r, .quantity-indicators span.last.r { background-position: -13px -49px; }
.availability-row .indicators span.r.first, .quantity-indicators span.r.first{	background-position: -13px -9px;}
.availability-row .indicators.no_products span{	background-position: -13px -170px;}
.catalog_detail .availability-row .value, .catalog_detail .quantity-wrapp .value{ display: inline-block; font-size: 11px; line-height: 13px; margin-left: 5px; vertical-align: middle; color:#000000; }
.catalog_detail .availability-row .value a, .catalog_detail .availability-row .value span{	font-size: 11px;}
.catalog_detail .item_main_info a.wish_item, .catalog_detail .item_main_info a.compare_item,
.module-cart a.wish_item, .display_list a.wish_item, .display_list a.compare_item { background: none; width: auto; text-decoration: none; display: inline-block; max-width: 102px; }
.module-cart a.wish_item.to_basket { max-width: 130px; }
.catalog_detail a.wish_item .value, .catalog_detail a.compare_item  .value, .module-cart a.wish_item .value { font-size: 11px; vertical-align: top; line-height: 24px; margin-left: 5px; }
.compare_item  .value.added, .wish_item .value.added { display: none; }

.module-cart a.wish_item.to_basket .icon, .module-cart a.wish_item.to_basket .icon i { height: 26px; width: 26px; border-radius: 28px; -moz-border-radius: 28px; -webkit-border-radius: 28px; }
.module-cart a.wish_item.to_basket .icon { position: relative; zoom: 1; top: -1px; }
.catalog_detail .item_main_info a.wish_item:hover, .catalog_detail .item_main_info a.compare_item:hover { background-position: 0; }

.catalog_detail .availability-row { padding-left: 7px; margin-right: 10px; margin-bottom: 8px; }
.catalog_detail .item_main_info .like_icons > div {border-radius:100%;overflow: hidden;margin: 0px 0px 5px;}
#fast_view_item .catalog_detail .item_main_info .like_icons > div {border-radius:2px;}
.catalog_detail .item_main_info .like_icons > div.added > span {background:none;}
.catalog_detail .extended_info { margin: 10px 0; }
.catalog_detail .adaptive_extended_info_wrapp { display: none; }
.catalog_detail .adaptive_extended_info .brand { float: right; }

.item_slider .slides { padding: 0px; margin: 0px auto 22px; width: 100%; max-width: 400px; height: 400px; line-height: 397px; position: relative; zoom: 1; }
.item_slider .slides .offers_img img { vertical-align: middle; border: 0; max-width: 100%;max-height:100%; }
.item_slider:not(.flex) .slides li  { padding: 0; margin: 0; display: none; width: 100%; height: 400px; overflow: hidden; position: absolute; line-height: 400px; z-index: 50; }
.item_slider:not(.flex) .slides li.current { display: block; }
.item_slider .thumbs .slides_block li a { display: inline-block; height: 100%; width: 100%; }
.catalog_detail .item_slider #thumbs { height: 54px; white-space: nowrap; width: 256px; overflow: hidden; margin:0px; }
.catalog_detail .item_slider .thumbs { margin: 0px auto; max-width: 256px; position: relative; z-index: 1; }
.item_slider .thumbs .slides_block li  {overflow:hidden;vertical-align: bottom; list-style: none; width: 54px !important; height: 54px; display: block; zoom: 1; background: none; position: relative; text-align: center; line-height: 54px; margin: 0px 10px 0px 0px; border: 2px solid #fff; -webkit-transition: border-color ease-out 0.2s; -moz-transition: border-color ease-out 0.2s; -o-transition: border-color ease-out 0.2s; transition: border-color ease-out 0.2s; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer; float: left; display: none; }

.item_slider .thumbs li.current { border-color: #ddd; }
.item_slider .thumbs li:hover { border-color: #9a9a9a; }

.item_slider .slides li.current { z-index: 0; }
.item_slider .slides li img, .item_slider .thumbs li img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; border: 0; max-width: 100%; }
.item_slider.flex { display: none; }
.item_slider.flex  .slides li, .item_slider.flex  .slides li img { position: static; text-align: center; }
.item_slider.flex  .slides li a{position:relative;}
.item_slider .flex-control-nav { text-align: center; margin-bottom: 10px; }
.b-share * { font-size: 10px; }
.item_slider.flex li{padding-left:0px;}
.mobile body .color-controls .flex-control-paging li:hover a{background: linear-gradient(to bottom,#b9b9b9 0,#cdcdcd 100%) !important;}

.tabs_content .stores_block_wrap{ margin-top: -7px;}
.stores_block_wrap .stores_block .stores_text_wrapp { position: relative; display: inline-block; background: #fff; padding: 0px 10px 0px 19px; }
.stores_block_wrap .stores_block .stores_text_wrapp > span { padding: 0px 0px 0px 10px; }
.stores_block .quantity-wrapp { 	float: right; padding-left: 10px; background: #fff; margin-top: 7px; }
.stores_block_wrap .stores_block { clear: both; line-height: 20px; position: relative; padding: 12px 0px 13px 0px; }
.stores_block_wrap .stores_block:before { content: ""; width: 100%; display: block; height: 1px; border-bottom: 1px dotted #c3c3c3; top: 50%; position: absolute; }
.stores_block_wrap .stores_block:hover, .stores_block_wrap .stores_block:hover .stores_text_wrapp, .stores_block_wrap .stores_block:hover .item-stock { background: #f7f7f7; }
.stores_block_wrap .stores_block:hover { transition: none; }
.stores_block_wrap .stores_block .item-stock { float: right; background: #fff; margin-top: 2px; position: relative; padding: 0px 0px 0px 20px; min-width: 115px; }
.phone span.phone_text > div{	display: inline-block;}
.tabs_content li.video > div, .tabs_content li.video > div *, .tabs_contentli.video iframe {	max-width: 100%;}
.tabs_content li.video {text-align: center;}
.tabs_content li.video .description{	text-align: left;}
.tabs_content li.video .description .shadow{	margin: 25px 0 0;}
.catalog_detail ul.tabs_content > li .video_wrapp > div{	margin: 0 auto;}
.catalog_detail .services_block{	margin: 31px 0px 10px;}
.services_block .item{ display: inline-block; width: 49%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; margin: -5px 0px 12px; vertical-align: top; }
.services_block .item a .arrow {float: left;width: 15px;height: 15px;margin: 0px;}
.services_block .item a span.link {font-size: 13px;line-height: 16px;padding-left: 25px;display: block;padding-top: 2px;}
.services_block .item a { text-decoration: none; }
.services_block a i.arrow b { background: url(/local/templates/aspro_next/css/../images/arrows.png) 2px -241px no-repeat; }
.services_block .shadow, .files_block .shadow { margin-top: 18px; }
.catalog_detail .stores_block_wrap .stores_block .value { margin-right: 10px; }
.catalog_detail .stores_block_wrap .stores_block .value:first-letter{ text-transform:lowercase; }

.articles-list .item .left-data, .catalog_section_list .section_item  .image  { width: 62px; }
.articles-list .item .left-data  img, .catalog_section_list .section_item  .image  img { max-width: 120px; max-height: 120px; }
.catalog_section_list .section_item .image { padding: 0 25px 10px 0; vertical-align: top; }
.catalog_section_list .section_item td.section_info { vertical-align: top; }
.articles-list .item .right-data, .catalog_section_list .section_item  .image + ul { margin-left: 140px; }
.right-item-data, .right-data, .catalog_section_list .section_item  ul { overflow: hidden; }

.filter_block +  .articles-list { margin-top: 30px; }
table.offers_table { border-collapse: collapse; }
table.offers_table td.name_th, table.offers_table td.name { text-align: left; }
.catalog_detail .offers_table thead td { border-top: none; }
table.offers_table thead td { font-size: 12px; padding: 8px 5px 7px;  border-top: 0; line-height:20px;}
table.offers_table td {text-align: left;}
table.offers_table td, .differences_table table td { font-size: 13px; padding: 5px; transition: none 0s ease 0s; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; }
.differences_table table td { padding: 5px 10px; }
table.offers_table td.price { font-size: 14px; }
table.offers_table td.one_click_buy, table.offers_table td.buy { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
table.offers_table td.one_click_buy { width: 145px;text-align: center; }
table.offers_table td.buy { width: 125px; text-align:center; }
table.offers_table td.buy .more_text { display: none; }
table.offers_table td.count { width: 150px; }
table.offers_table td.property, table.offers_table td.count { text-align: center; }
table.offers_table td.property.names{text-align:left !important;}
table.offers_table tbody td.property.names{color:#1d2029;}
.catalog_detail table.offers_table .like_icons {text-align: center;width: 90px;white-space: nowrap;position:static;}
.catalog_detail table.offers_table .like_icons span { opacity: 1;visibility: visible;}
.catalog_detail table.offers_table .like_icons .compare_item_button, .catalog_detail table.offers_table .like_icons .wish_item_button { display: inline-block;vertical-align: middle; margin: 0 5px 0 0;}
.catalog_detail table.offers_table .like_icons .compare_item_button span, .catalog_detail table.offers_table .like_icons .wish_item_button span {margin-bottom:5px;margin-top:5px;}
.catalog_detail .adaptive.text > div.like_icons .compare_item_button span, .catalog_detail .adaptive.text > div.like_icons .wish_item_button span{margin:0;}
.catalog_detail table.offers_table .like_icons > div:last-of-type{margin-right:0;}
.catalog_detail .adaptive.text > div.like_icons {width: 75px;}
table.offers_table td.price { text-align: center; white-space: nowrap; }
table.offers_table .counter_block_wr { text-align: right; }
div.reviews-collapse { margin-bottom: 20px; }
table.offers_table td { padding: 20px 10px;}
.offers_table .counter_block { font-size: 0px; padding: 0px; }
.specials_slider_wrapp, .tab_slider_wrapp { position: relative; zoom: 1;}

.bx_item_set_hor_item .item_info .item-title,
.bx_modal_body .item_wrapp .item-title, .bx_modal_body .bx_kit_item  .item-title { overflow:hidden; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; }
.bx_item_set_hor_item .item_info .item-title, .bx_modal_body .item_wrapp .item-title, .bx_modal_body .bx_kit_item  .item-title { text-align: left; }
.bx_item_set_hor_item .item_info .item-title span, .bx_modal_body .item_wrapp .item-title span, .bx_modal_body .bx_kit_item  .item-title span { line-height: 16px; }
.front_slider li .image img, .specials_slider li .image img, .advt_banner img, .viewed_products_column .view-item img,
.item_slider ul.slides li img, .item_slider .thumbs li img, .articles-list .item .left-data img, .brands_list li img,
.module-cart .thumb-cell img, .catalog_item .image img, .module_products_list td.foto-cell img, .display_list .list_item .image img,
.catalog_detail .set_wrapp .item .image img, .bx_item_set_hor .bx_item_set_hor_item  .bx_item_set_img_container img, .bx_modal_body .bx_kit_item .bx_kit_img_container img,
.catalog_section_list .section_item_inner .image img, .basket_popup_wrapp .cart_shell .catalog_item .thumb-cell img,
.bx_filter_vertical [class^=specials_] input[type="checkbox"] + label .icon, .include_module_error img:hover{ -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s; }
.flexslider .slides img{ -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; }
.front_slider .image:hover  img, .specials_slider li:hover .image img, .advt_banner:hover img,
.viewed_products_column .view-item:hover img, .item_slider .thumbs li:hover img, .articles-list .item:hover .left-data img,
.module-cart tr:hover img, .catalog_item:hover .image img, .module_products_list tr:hover td.foto-cell img, .display_list .list_item:hover  .image img,
.catalog_detail .set_wrapp .item:hover .image img, .bx_item_set_hor .bx_item_set_hor_item .item_wrapp:hover  .bx_item_set_img_container img, .bx_modal_body .bx_kit_item:hover .bx_kit_img_container img, .catalog_section_list .section_item_inner:hover .image img, .basket_popup_wrapp .cart_shell .catalog_item:hover .thumb-cell img, .news_slider_wrapp .item:hover img, .news_block .news_items .item .image:hover img { -webkit-filter: saturate(1.7); }
.brands_list li:hover img{ -webkit-filter: saturate(1.5); }
.bx_filter_vertical [class^=specials_] input[type="checkbox"] + label:hover .icon{ -webkit-filter: saturate(2); }
.include_module_error img:hover, .flexslider .slides li:hover img{ -webkit-filter: saturate(1.2); }

.detail_picture_block .picture_description{ font-size: 11px; margin-top: 10px; padding-top: 5px; text-align: center;	 }
.news_detail_wrapp .back{ margin-top: 30px; }
.news_detail_wrapp .detail_picture_block { float: right; border: 1px solid #E5E5E5; margin: 0px 0px 20px 30px; width: 278px; height: 161px; line-height: 161px; text-align: center; overflow: hidden; }
.news_detail_wrapp .detail_text { margin-top: 10px; }
.news_detail_wrapp .detail_picture_block img { vertical-align: middle; }

.module-gallery-list { font-size: 0; line-height: 0; margin: 30px 0 0; }
.right_block .module-gallery-list { margin-top: 30px; }
.module-gallery-list li { padding: 0; width: 25%; height: 143px; position: relative; display: inline-block; margin: 0 0 1px 1px; overflow: hidden; vertical-align: top; }
.module-gallery-list li .fancy_hover { border: 2px solid transparent; }
.news_detail_wrapp .price_block{ padding: 15px 15px 12px; margin-top: 30px; display: inline-block; }
.news_detail_wrapp .price_block .price{ font-size: 17px; }
.rss_feed_icon{ position: absolute; right: 0; top: 35px; padding: 1px 6px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;color:#fff !important; }
.rss_feed_icon img{ max-width: 100%; }
.news_date_time_detail{ font-size: 12px; margin: 0px 0px 18px; display: block; }
.articles-list .date_small { font-size: 12px; line-height: 12px; margin: 0 0 10px; padding: 0;}
.module-pagination { margin: 0; text-align: center; font-size: 0; padding: 20px 0 20px; position: relative; }

.module-pagination .nums > a, .module-pagination .nums span {display: inline-block; width: 24px; height: 25px; text-align: center; line-height: 24px; margin: 0 5px 0; text-decoration: none; font-size: 16px; font-weight: bold;  color: #6C6C6C!important; border-radius: 4px;  }
.module-pagination .nums .cur{color: #fff!important;}
.module-pagination .flex-direction-nav { position: absolute; width: 100%; padding: 0 !important; }
.module-pagination .flex-direction-nav > li { position: absolute;top: -3px; }
.module-pagination .flex-direction-nav .flex-nav-next{ right: -37px }
.module-pagination .flex-direction-nav .disabled { display: none; }
.module-pagination .flex-direction-nav .flex-nav-prev { left: -37px }
.module-pagination .point_sep { cursor: default; display: inline-block; width: 27px; height: 29px; font-size: 0; background: url(/local/templates/aspro_next/css/../images/pagination_sep.png) center no-repeat !important; border: 0 !important; vertical-align: bottom; }

@media (max-width: 500px) {
	.module-pagination .nums > a,
	.module-pagination .nums span{
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		margin: 0;
	}
	.module-pagination .flex-direction-nav > li
	{
		top: -4px;
	}
}
.news_detail_wrapp .similar_products_wrapp{ margin-top: 30px; clear: both; }
.news_detail_wrapp .specials_slider_wrapp{ position: relative; zoom: 1; margin-top: 10px; }
.news_detail_wrapp .similar_products_wrapp img.shadow{ margin: 0 0 20px; }
.news_detail_wrapp .specials_slider_wrapp .slider_navigation { position: absolute; top: -40px; right: 0; }

.left_block .left_menu{margin:0px 0px 26px;border-radius: 3px;overflow: hidden;}
.left_block .left_menu *{box-sizing:border-box;}
.left_menu > li { display: block; font-size: 13px;padding-left:0px;transition: background-color 0.07s ease-out 0s; -webkit-transition: background-color ease-out 0.07s; -moz-transition: background-color ease-out 0.07s; -o-transition: background-color ease-out 0.07s; background:#f7f7f7; }
.left_menu > li:first-child { margin-top: 0; }
.left_menu li a { font-size:13px; padding: 11px 19px 12px; text-decoration: none; }
.left_menu li:not(.exit) a { color: #383838; display:block; }
.left_menu li.exit a { display:block; text-align: left; position: relative; }
body .left_block .left_menu li.exit a:before { display:inline-block !important; width: 5px; height: 8px; background: url('/local/templates/aspro_next/css/../images/arrows.png') -3px -292px no-repeat !important; content: ""; margin: 0px 8px 0px 0px;position:static; }
.left_menu li:not(.exit).current a , .left_menu li:not(.exit).current a:hover { color: #fff; }
.left_menu > li.exit { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none !important;}
.left_menu > li.exit.current a {background: transparent;border: 0;}

.specials_tabs_section.specials_slider_wrapp .tabs_content > li.tab  ul.flex-direction-nav{display: none;}

.module-cart{margin-top: 25px;}
.module-cart table{ width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.module-cart .extra_properties { display: none; }
.module-cart .colored td { text-align: center; position: relative;}
.module-cart .colored td.delay-cell{ white-space: nowrap; }
.module-cart td.name-cell, .module-cart td.name-th{ text-align: left; }
.module-cart td.name-th{ padding-left: 10px; }
.module-cart .cost-cell, .module-cart .cost-cell *, .module-cart .summ-cell, .module-cart .summ-cell *, .module-cart .row_values .price{ font-size: 14px; }
.module-cart .summ-cell, .module-cart .weight-cell, .module-cart .count-cell, .module-cart .cell { white-space: nowrap; }
.module-cart .cost-cell .discount, .module-cart .cost-cell .discount *,  .cart_shell .cost-cell .price.discount * { font-size: 12px; }
.module-cart table td { vertical-align: middle; padding: 10px; }
.module-cart table td.thumb-cell{ position: relative; overflow: hidden; }
#order_form_content .module-cart table td.thumb-cell { padding-left: 20px; }
.module-cart table td.remove-cell { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; width: 55px; }
.module-cart table td.thumb-cell { position: relative; }
.module-cart table td.thumb-cell a { display: inline-block; height: 100px; width: 100px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.module-cart table td.thumb-cell img{	max-width: 100%;	max-height: 100%;}
.module-cart table td.thumb-cell a img {	border: 0;	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	max-width: 100%;	max-height: 100%;	vertical-align: middle;}
.module-cart .name-cell a, .module-cart .name-cell{	text-decoration: none;	font-size: 14px;	font-weight: bold;}

.module-cart .result-row .buttons-row div { max-width: 180px; }
.module-cart .result-row .buttons-row .description { float: none; font-size: 11px; margin-top: 10px; }
.module-cart .colored  tfoot td { text-align: left; padding-top: 20px; padding-bottom: 20px; }
.module-cart .colored  tfoot tr td:first-child { padding-left: 30px; }

.module-cart .colored tfoot td.row_values, .module-cart .colored tfoot td.row_values *{	white-space: nowrap;}
.module-cart .colored tfoot td.row_values{	padding-right: 20px;}
.module-cart .colored tfoot td.extended-cell{	display: none;}
.module-cart .colored  tfoot td.row_values.val{	text-align: right;}
.module-cart .colored  tfoot td{	vertical-align: top;}
.module-cart .colored tfoot tr[data-id="total_buttons"] td{	position: relative;	zoom: 1;	overflow: hidden;}

.module-cart .coupon_wrapp input[type="text"]{	margin-bottom: 5px;	margin-right: 5px;}
.module-cart.fixed tbody{	overflow:hidden;}
.module-cart .order_item_quantity_small{	display: none;}
.basket_fly .module-cart table.colored tbody td{	border-bottom: 0;}
.basket_fly .module-cart table.colored tbody tr:first-child td{	border-top: 0;}

/*basket gifts*/
div[data-entity="parent-container"] .catalog-block-header{font-size: 1.428em;color:#1d2029;font-weight: 700;border:none;margin: 24px 0px 0px;padding-left: 0px;}
body .sale-products-gift{padding: 21px 0px 35px;position: relative;z-index: 100;}
.sale-products-gift .product-item-container{border:1px solid #eee;margin: 0px 0px 0px 0px;height: 100% !important;}
.sale-products-gift .product-item-container:hover{box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);border-color: transparent;}
.sale-products-gift .product-item-image-wrapper{float: left;width: 80px;height: 80px;padding-top: 27%;}
.sale-products-gift .product-item-label-ring.product-item-label-small,
.sale-products-gift .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{background: #ffd83a;border-radius: 2px;height: 20px;line-height: 20px;color: #333;font-size: 0.800em;font-weight: normal;width: auto;padding: 0px 5px;top:0px;left:0px;right: auto;}
.sale-products-gift .product-item-label-text.product-item-label-small span, .sale-products-gift .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{letter-spacing: .5px;text-transform: uppercase;border-radius: 2px;font-size: 10px;line-height: 12px;padding: 4px 10px 5px;margin: 0px;}
.sale-products-gift .product-item-label-top{top:0px;}
.sale-products-gift .product-item-label-text{left: 100px;top:0px;}
.sale-products-gift .product-item-container.hover .product-item-image-slider-control-container, .sale-products-gift .product-item-line-card:hover .product-item-image-slider-control-container{display: none;}
.sale-products-gift .product-item-container .product-item-title{white-space: normal;padding: 29px 0px 0px 100px;overflow: visible;margin: 0px;}
.sale-products-gift .product-item-container .product-item-title a{display: block;color:#333;line-height: 20px;}
.product-item-label-left{left: 0px;}
.sale-products-gift .product-item-small-card > .row{margin: 0px;display: flex;flex-wrap: wrap;}
.sale-products-gift .product-item-small-card > .row > div{padding: 0px;margin-bottom: -1px;margin-left: -1px;}
.sale-products-gift .product-item-small-card .product-item-container .product-item{height: 100%;padding: 18px 19px 50px;position: static;animation: none;box-shadow: none;}
.sale-products-gift .product-item-small-card .product-item-container .product-item > .product-item-info-container{padding-left: 100px;}
.sale-products-gift .product-item-small-card .product-item-container .product-item > div[data-entity="buttons-block"]{position: absolute;bottom:9px;}
.sale-products-gift .product-item-small-card .product-item-container .product-item > .product-item-price-container{margin-top: 2px;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-button-container{text-align: left;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-price-current{font-size: 1em;color:#333;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-price-old{font-size: 0.928em;display: inline-block;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-button-container .btn{font-size: 13px;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-scu-container{font-size: 0.800em;margin-top: -9px;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-scu-item-list li{margin: 0px 1px 0px 0px;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-scu-item-list li:before{display: none;}
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-scu-item-text-block{padding: 7px 10px;}
.sale-products-gift .product-item-scu-item-color-container, .sale-products-gift .product-item-scu-item-text-container{padding: 3px 3px;float: left;}

.sale-products-gift .product-item-small-card .product-item-container:hover .product-item{position: static;animation: none;}
.sale-products-gift .product-item-container .product-item-info-container.product-item-hidden{display: block;opacity: 1;padding-left: 100px;}

.right_side.sections_list .banners_column{	margin-bottom: 20px;}
.right_side.sections_list .viewed_products_column{	margin-bottom: 0;}
.articles-list.sections .item{	clear: left;	min-height: 120px;}
.bx_filter_vertical .bx_filter_container_title{	padding: 7px 10px;	cursor: pointer;	position: relative; zoom: 1; }
.bx_filter_vertical .bx_filter_container {	position: relative;}
.bx_filter_vertical .bx_filter_container_title i.arr{	display: inline-block;	height: 15px;	width: 15px;	float: right;	position: absolute;	right: 8px;	top: 9px;}
.bx_filter_vertical .bx_filter_param_area{	padding: 0 10px;}
.bx_filter_vertical .bx_filter_container_title:hover i.arr{	background-position: 3px -21px;}
.bx_filter_vertical .bx_filter_container.active i.arr{	background-position: -18px -5px;}
.bx_filter_vertical .bx_filter_container.active:hover i.arr{	background-position: 0 -5px;}
.bx_filter_vertical .bx_filter_block.active{	display: block;}

.bx_filter_vertical .bx_filter_block { padding: 0px; font-size: 0px;zoom: 1;z-index: 1; }
.adaptive_filter {  position: relative; zoom: 1; z-index: 100; padding-right: 3px; display: none; }

.filter_opener  { display: inline-block; padding: 13px 14px 3px; margin: -1px 25px 0px 0px; border-radius: 2px; }
.filter_opener  span, .filter_opener  i { display: inline-block; vertical-align: top; }
.filter_opener  span { white-space: nowrap; font-size: 13px; color: #8e8c8c; line-height: 14px; }
.filter_opener:not(.opened) { background: #e5e5e5; }
.filter_opener:not(.opened) span { color: #383838; }
.filter_opener:hover span{color:#fff;}
.filter_opener  i { background: url(/local/templates/aspro_next/css/../images/svg/sort_icons.svg) -19px -62px no-repeat; width: 15px; height: 13px; margin: 0px 7px 0px 0px; }
.filter_opener.opened i, .filter_opener.opened.active i, .filter_opener.opened.active:hover i,.adaptive_filter .filter_opener:hover i{ background-position:-39px -62px !important;}
.filter_opener.opened span { color: #fff; }
.filter_opener:not(.opened) i { background-position: -1px -62px; }
.filter_opener.active i { /*background-position: 2px -288px;*/ }
.filter_opener.opened.active i, .filter_opener.active:hover i { /*background-position: -102px -288px;*/ }
.block .catalog_block .catalog_item_wrapp:hover, .block .catalog_block .catalog_item_wrapp.hover{z-index:60;}
.filter_opener.active:not(.opened) i { background-position: -1px -62px; }
.filter_opener.num > i{position:relative;}
.filter_opener.num > i:before {zoom:1;position:absolute;top:-12px;right:-4px;content:"\25CF";z-index:9;}
.filter_opener.num > i:after{content:" ";height:10px;width:10px;border:2px solid #e5e5e5;border-radius:50%;position:absolute;right:-5px;top:-5px;}
.adaptive_filter .filter_opener.num:hover i:after {content:"";border:none;}
.block .catalog_block .catalog_item.touch.hover{z-index:60;}
.block .catalog_block .catalog_item_wrapp .catalog_item{box-shadow:0px 0px 0px 1px #F2F2F2 inset;margin: 0px -1px 0px 0px;}
.catalog_block .catalog_item_wrapp {white-space:normal;  vertical-align: top; }
.catalog_block .availability-row {margin-top:5px;}
.catalog_block .catalog_item {text-align:center;background: #fff;/*overflow: hidden;*/ -webkit-transition: box-shadow ease-out 0.2s; -moz-transition: box-shadow ease-out 0.2s; -o-transition: box-shadow ease-out 0.2s; transition: box-shadow  ease-out 0.2s; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; white-space:normal; padding: 20px 19px 26px 20px; }

.catalog_block .catalog_item img, .product_slider .catalog_item img { max-width: 100%; max-height: 100%; }
.catalog_item { position: relative; }
.bx_filter_container .disabled { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.smartfilter .bx_ui_slider_track { height: 4px; margin: 33px 0px 13px; position: relative; zoom: 1; }
.smartfilter .bx_ui_slider_track .bx_ui_slider_handle { top: -7px; width: 18px; height: 18px; display: inline-block; cursor: pointer; position: absolute; z-index: 100; background: #fff; border-radius: 16px; border: 3px solid #ddd; }
.smartfilter .bx_ui_slider_track .bx_ui_slider_range { height: 4px; position: relative; }
.smartfilter .bx_ui_slider_track .bx_ui_slider_handle:after { font-size: 0; content: "."; background: #fff; display: inline-block; background: #fff; width: 6px; height: 6px; left: 3px; position: absolute; top: 3px; }
.bx_filter_vertical .bx_filter_block label, .bx_filter_vertical .bx_filter_block label span { font-size: 13px;color:#666; }

.module_products_list td { padding: 19px 0px; text-align:center;  }
.module_products_list td.item-name-cell { text-align: left; padding-left: 20px; padding-right: 10px; }
.module_products_list td.item-name-cell a { font-size: 14px; font-weight: bold; }
.module_products_list td.price-cell { /*max-width: 200px;*/ text-align: left; width: 25%;overflow:hidden;}
.module_products_list td.price-cell .cost.prices .price{font-size:15px;font-weight:bold;line-height: 16px;display:inline-block;}
.module_products_list td.like_icons { width: 56px; }
.module_products_list td.like_icons.full { width: 91px; }
.module_products_list td.but-cell { width: 215px; text-align: right; }
.module_products_list { width: 100%; font-size: 12px; margin: 0px 0px 30px;}
.module_products_list .foto-cell { width: 70px; }
.module_products_list tr.item {border: 1px solid #f2f2f2;display:block;margin: 0px 0px -1px;}
.module_products_list tr.item table {width:100%;}
.module_products_list tr.item .wrapper_td {width:100%;padding:0px;display:block;}
.module_products_list tr.item:hover {box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);}
.module_products_list tr  td:first-child{ padding-left: 19px; }
.module_products_list tr  td:last-child{ padding-right: 19px;padding-right: 5px; }
.module_products_list .foto-cell img { max-width: 100%; }

.module_products_list .adaptive_button_buy{display:none;margin: 10px 0px 10px;}
.module_products_list .adaptive_button_buy *{float:none !important;}

.module_products_list .title{}
.module_products_list .rating{padding:0px 18px 0px 0px;}
.module_products_list .rating .iblock-vote{margin-top:3px;}
.module_products_list .rating table tr td{padding:0px;}
.module_products_list .rating, .module_products_list .item-stock{display:inline-block;vertical-align:middle;margin:0px;padding-bottom:5px;}
/*.module_products_list .item-stock{padding-bottom:6px;padding-top: 5px;}*/
.module_products_list .item-stock{padding-bottom:0;}
.module_products_list .sa_block{display:inline-block;padding-bottom:6px;padding-top: 5px;font-size: 12px;line-height: 15px; padding-right: 18px;}
.module_products_list .article_block{display:inline-block; vertical-align: middle; margin: 0px; padding-bottom: 6px; padding-top: 5px; padding-right: 18px;}

.table .module_products_list td.like_icons { width: 92px; position: relative;top: 0px !important;right: 0px !important;}
.table .module_products_list td.like_icons .wrapp_stockers .like_icons{top: 50%;margin-top: -15px;position:static;margin:0px;}

.module_products_list .availability-row, .module_products_list .price-cell .price { white-space: nowrap; }
.module_products_list .availability-row { text-align:left; }
.module_products_list .price-cell .price { font-size: 14px; }
.module_products_list .price-cell .price.discount { font-size: 12px; }
.module_products_list .price-cell .price.discount strike { line-height: 14px; }
.module_products_list .quantity-cell { width: 90px; }

.display_list { margin-top: 0px; padding: 0px 0px 30px; }
.display_list .list_item_wrapp { position: relative; zoom: 1; z-index: 0; -webkit-transition: border-color ease-out 0.2s; -moz-transition: border-color ease-out 0.2s; -o-transition: border-color ease-out 0.2s; transition: border-color ease-out 0.2s; }
.display_list .list_item { min-height: 230px; white-space: normal; }
.display_list .list_item  td.image_block, .display_list .list_item  td.description_wrapp, .display_list .list_item  td.information_wrapp { padding: 20px; vertical-align: top; }
.display_list .list_item  td.description_wrapp{position:relative;z-index:61;}
.display_list .list_item  td.information_wrapp{position:relative;z-index:60;}
.display_list .list_item td.image_block, .display_list .list_item td.description_wrapp { padding: 19px; }
.display_list .list_item  td.description_wrapp{padding-left:12px;padding-right:20px;}
.display_list .list_item .image_block { width: 25%; position: relative; zoom: 1;text-align:center;min-height: 170px;  box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.display_list .description_wrapp .desc_name a span, .popup .item_name span { font-size: 16px; line-height: 24px; }
.display_list .adaptive_name { display: none; }
.display_list .adaptive_name .desc_name { margin-bottom: 0; }

.module_products_list .availability-row .value, .module_products_list .availability-row .value span { font-size: 11px; margin: 2px 0 0 5px; display:inline-block; vertical-align:top; *display:inline; zoom:1; }
.display_list .availability-row .value:first-letter, .display_list .availability-row .value span:first-letter, .module_products_list .availability-row .value:first-letter, .module_products_list .availability-row .value span:first-letter, .catalog_block .availability-row .value:first-letter, .catalog_block .availability-row .value span:first-letter, .catalog_detail .availability-row .value:first-letter, .catalog_detail .availability-row .value span:first-letter{ text-transform: uppercase; }
.display_list .adaptive_name  .desc_name a span { font-size: 14px; line-height: 16px; }
.display_list .adaptive_name td { padding: 15px; }
.display_list .description_wrapp .description, .display_list .description_wrapp .information { box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 6px 0px 0px; }
.display_list .list_item  td.information_wrapp { width: 23%; width: 240px; min-width: 155px;  max-width: 240px; padding: 0; position: relative; zoom: 1; }
.display_list .information_wrapp .information { padding: 25px 29px 27px 6px; }
.display_list .price_block { margin-bottom: 12px; }
.display_list .price_block .price_name{margin-top:8px;}
.display_list .price_block .price:not(.discount) { white-space: nowrap; }
.display_list .price { font-size: 24px; line-height: 26px;display:inline-block; }
.display_list .price.discount { line-height: 14px; }
.display_list .likes_icons * { font-size: 11px; }
.display_list .likes_icons a:first-child { margin-top: 3px; }
.display_list .likes_icons a{ margin-top: 5px; }
.display_list .likes_icons .icon { position: relative; zoom: 1; bottom: -9px; }
.display_list .likes_icons { margin-left: 2px; }
.compare_wrapp { padding: 6px; position: absolute; right: 0; top: -55px; width: 180px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: nowrap; }
.left_side  .compare_wrapp { top: -60px; }
.compare_wrapp .compare_button { margin-right: 3px; }
.compare_wrapp a.compare_link { text-decoration: none; cursor: pointer; margin: 0 4px; }
.compare_wrapp a.compare_link span { font-size: 11px; }
.display_list  .information .counter_wrapp{white-space:nowrap;}

.module-cart table tr[data-error="no_amounth"] td { padding-top: 20px; }
.count-cell .module-cart table td.remove-cell { min-height: 100px; vertical-align: middle; }
.display_list .price.discount, .display_list .price.discount * { font-size: 11px; }
.popup {
	display: none;
	position: absolute;
	min-width: 420px;
	max-width: 520px;
	max-height: 100%;
	/*left: 50%;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-radius: 5px;
	-webkit-border-radius: 5px;
	/*overflow: hidden;*/
}
.popup.card_popup_frame { max-width: 520px; }
.popup.card_popup_frame .popup-intro { position: absolute; top: 0; right: 0; left: 0; height: 63px; }
.popup.card_popup_frame .popup-intro.grey{ display: none; }
.popup.card_popup_frame .basket_popup_wrapp{ margin-top: 63px; overflow: hidden; }
.popup-window-titlebar .popup-window-top-row .popup-window-center-column{ height: auto; cursor: default !important; }
.popup .pop-up-title, .popup-window-titlebar .popup-window-top-row .popup-window-center-column span div{ padding: 22px 50px 20px 30px; font-size: 19px; line-height: 20px; }
.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div { padding: 17px 50px 14px 13px; }

.popup-window-close-icon.popup-window-titlebar-close-icon:after { content: ""; display: inline-block; width: 19px; height: 19px; border-radius: 19px; -moz-border-radius: 19px; -webkit-border-radius: 19px; background: url(/local/templates/aspro_next/css/../images/svg/close_icons.svg) -1px -59px no-repeat; }
.popup-window-close-icon.popup-window-titlebar-close-icon{ background: none; }
.popup a.item_name{ text-decoration: none; }
.popup a.item_name span{ line-height: 22px; }

.popup-window-close-icon.popup-window-titlebar-close-icon { margin: 0; position: absolute; right: 5px !important; top: 5px !important; cursor: pointer; }
.popup .close i, .inline.close i, .popup-window-close-icon.popup-window-titlebar-close-icon:after{ background: url(/local/templates/aspro_next/css/../images/svg/close_icons.svg) -1px -59px no-repeat; }
.popup .form-wr  p{ margin-top: 0; margin-bottom: 10px; }
.popup .form_description{ padding: 10px 30px; }
.card_popup_frame.popup .form-wr{ padding: 25px 0 30px 0; }
.popup .product_description { padding-left: 10px; }
.popup .buttons_wrapp{ clear: both; margin-top: 30px; }
.star_big{ font-size: 32px; }
.popup .r  { margin-bottom: 13px; position: relative; }
.popup .but-r .prompt { float: right; }
.popup input[type="text"], .popup input[type="password"], .popup input[type="email"], .popup textarea , .form-block input, .form-block textarea { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.popup textarea{ resize: vertical; }
.one_click_buy_result { display: none; }
.popup .cart_shell .catalog_item .slide, .basket_fly .module-cart .slide{ display: none; }
.popup .cart_shell .catalog_item[animated=false], .module-cart tr[animated=false] .thumb-cell img{  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0;   opacity: 0; }
.popup .cart_shell td.cost-cell{ padding-right: 0; }
.popup .cart_shell td.cost-cell .price:first-child{ margin-top: 0; }
.popup .cart_shell td.cost-cell, .popup .cart_shell td.cost-cell *{ text-align: right; }
.popup .cart_shell .thumb-cell{ width: 50px; }
.popup .cart_shell td{ padding: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box;}
.popup .cart_shell .thumb-cell a { display: block; position: relative; zoom: 1; height: 50px; width: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.popup .cart_shell .thumb-cell img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; border: 0; max-width: 100%; max-height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.popup .cart_shell .cost-cell .price { text-align: right; clear: both; float: right; white-space: nowrap; font-size: 14px; display: inline-block; margin-top: 0; }

.card_popup_frame.popup  .but_row { margin-top: 25px; clear:both; height: 31px; overflow: hidden; position: relative; zoom: 1; }
.card_popup_frame.popup .but_row.no_border { border: 0; }
.card_popup_frame.popup  .but_row .to_basket, .card_popup_frame.popup  .but_row .to_delay { display: inline-block; position: absolute; top: 0; }
.card_popup_frame.popup .but_row .to_basket{ display: inline-block; right: 0; }
.card_popup_frame.popup .but_row .to_delay{ display: none; }
.card_popup_frame.popup .total_wrapp hr{ clear: both; }
.card_popup_frame.popup .basket_empty{ display: none; padding: 20px; }
.card_popup_frame.popup .basket_empty td{ vertical-align: middle; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.card_popup_frame.popup .basket_empty td.image{ width: 91px; }
.card_popup_frame.popup .basket_empty td.description{ padding-left: 30px; }
.card_popup_frame.popup .basket_empty .image div{ min-height: 91px; background: url(/local/templates/aspro_next/css/../images/empty_cart_small.png) center no-repeat; }
.card_popup_frame.popup .basket_empty .basket_empty_subtitle{ font-size: 15px; margin-bottom: 15px; }
.card_popup_frame.popup .basket_empty .basket_empty_description { font-size: 13px; line-height: 16px; }
.card_popup_frame.popup  .but_row a.to_basket .text, .card_popup_frame.popup .but_row a.to_delay .text { margin-top: 10px; font-size: 12px; text-transform: uppercase; display: inline-block; line-height: 13px; vertical-align: top; }
.card_popup_frame.popup  .but_row a.to_basket .icon, .card_popup_frame.popup  .but_row a.to_basket .icon i,
.card_popup_frame.popup  .but_row a.to_delay .icon, .card_popup_frame.popup  .but_row a.to_delay .icon i { display: inline-block; height: 30px; width: 30px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.card_popup_frame.popup  .but_row a.to_basket .icon, .card_popup_frame.popup  .but_row a.to_delay .icon { margin-right: 15px; }
.card_popup_frame.popup  .but_row a.to_basket .icon i, .card_popup_frame.popup  .but_row a.to_delay .icon i { background: url(/local/templates/aspro_next/css/../images/basket_icons.png) no-repeat; }
.card_popup_frame.popup  .but_row a.to_basket:hover .icon  i { background-position: -5px -170px; }
.card_popup_frame.popup  .but_row a.to_delay:hover .icon  i{ background-position: -48px -257px; }
.card_popup_frame.popup .total_wrapp .price{ margin-left: 15px;  display: inline-block; }
.card_popup_frame.popup .total_wrapp .price.discount{ display: block; }
.card_popup_frame.popup  .item-title a span{ font-size: 13px; }
.card_popup_frame.popup a.more_row, .basket_fly td.total_wrapp a.more_row{ text-decoration: none; float: left; }
.card_popup_frame.popup a.more_row .icon, .basket_fly td.total_wrapp a.more_row .icon{ margin-left: 5px; border-radius: 5px; -moz-border-radius: 5px;  -webkit-border-radius: 5px; vertical-align: middle; margin-top: -1px; }
.card_popup_frame.popup a.more_row .text, .basket_fly td.total_wrapp a.more_row .text{ text-decoration: underline; }
.popup .compare_list{ padding: 25px 60px; text-align: center; position: relative; max-width: 445px; }
.popup .compare_list .compare_list_item:first-child{ margin-left: 0; }
.popup .compare_list .compare_list_item{ vertical-align: top; width: 135px !important; display: inline-block; margin-left: 15px;  position: relative; text-align: center; }
.popup .compare_list .compare_list_item .image{ min-height: 70px; }
.popup .compare_list ul{ display: inline-block; width: 100%; }
.popup .compare_list .compare_list_item img{ max-width: 100%; }
.compare_frame.popup .button_row{ padding: 15px 0; text-align: center; }
.compare_list .compare_list_item .name a{ font-size: 12px; line-height: 16px; }
.popup.compare_frame{ max-width: 970px; }
.compare_list_item:hover .delete, .differences_table .catalog_item:hover .remove{ display: inline-block; }
 .differences_table .catalog_item .remove { z-index: 100; }
.compare_list_item .delete, .differences_table .remove{ height: 16px; width: 16px; background: url(/local/templates/aspro_next/css/../images/svg/close_icons.svg) -6px -8px no-repeat; position: absolute; top: 0; right: 0; display: none; }
.popup .compare_list .compare_navigation{  display: inline-block; position: absolute; top: 65px; right: 0; left: 0; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.popup .compare_list .compare_navigation li{	position: absolute;	right: 20px;}
.popup .compare_list .compare_navigation li:first-child{	left: 20px;}
.catalog_detail .props_table{	margin-bottom: 15px;	width:100%;}
.props_table{	min-width: 300px;	margin-top: -10px;}
.props_table .char_name{	font-weight: bold;	width:57%;}
.props_table td {	padding: 5px 0;}
.props_table .char_value {	text-align: right;	width:38%;}
.props_table .char_name span, .props_table .char_value span {background: #fff; position: relative; zoom: 1; bottom: -10px;}
.props_block .char_name span{position: relative;	}
.props_block .char_name span.whint1 > span{padding-left: 22px;}
.props_table .char_name span {padding-right: 10px;}
.props_table .char_value span {padding-left: 10px;}
.char_name .hint .icon, .bx_filter_parameters_box_title .hint .icon {border:1px solid #e5e5e5;display: inline-block; position: absolute; z-index: 202; cursor: pointer; left: -35px; text-align: center; padding: 0; top: -1px; height: 16px; width: 16px; line-height: 12px;}
.props_list .char_name .hint .icon { top: 0px; }
.char_name .hint .icon:hover i, .char_name .hint.active .icon i { color: #fff;border-color:transparent; }

.char_name .hint .icon i, .bx_filter_parameters_box_title .hint .icon i{font-weight: normal; line-height: 14px; cursor: pointer; font-size: 11px; text-align: center; font-style: normal;}
.char_name .hint .tooltip, .bx_filter_parameters_box_title .hint .tooltip{display: none;}
.char_name .hint .icon:hover{border-color: rgba(0, 0, 0, 0);}
.bx_filter_parameters_box_title .hint .tooltip{ left: -10px;opacity:1;top:auto; bottom: 27px; z-index: 200; color: #888;background:#fff; overflow-wrap: break-word;}
.bx_filter_parameters_box_title .hint .tooltip:after { top: initial; bottom: -10px; border-top-color: #fff;border-top-width:5px; border-bottom-color: transparent; }
.hint .tooltip { position: absolute; left: -53px; top: 24px; line-height: 14px; z-index: 202; display: none; padding: 17px 20px 19px; min-width: 21px; max-width: 200px; font-size: 12px; -webkit-border-radius: 2px; -moz-border-radius: 2px; 	border-radius: 2px; font-weight: 400; box-shadow: 0px 0px 15px rgba(0,0,0,.12); background: #fff; }
.hint .tooltip:after { content: ''; position: absolute; width: 0; height: 0; border: 5px solid transparent;border-top-width: 1px;border-bottom-color: #fff; left: 22px; top: -5px; }
.char_name .hint .triangle, .bx_filter_parameters_box_title .hint .triangle{display: none;}
.char_name .hint.active .triangle, .bx_filter_parameters_box_title .hint.active .triangle{position: absolute; top: 19px; left: 5px; z-index: 100; display: inline-block; width: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; }
.bx_filter_parameters_box_title .hint.active .triangle{ position: inherit; top: inherit; left: inherit; margin: 0 0 -10px -12px; }
.tooltip .tooltip_close{ font-size: 15px; text-align: center; height: 16px; width: 16px; display: inline-block; top: 2px; right: 2px; position: absolute; cursor: pointer;}
.catalog_detail .offers_table tr td.str{	text-align: left; }
.catalog_detail .offers_table .cost.prices .price { float: none; }
.catalog_detail .offers_table .offer_stores td{	padding: 0;	border-bottom: 0;}
.opener_icon, .opener_icon i { display: inline-block; height: 29px; width: 29px; cursor: pointer; vertical-align: middle; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; }
.opener_icon { background: #eef1f1; }
.opener_icon.no_bg { background: none; }
.opener_icon i { background: url(/local/templates/aspro_next/css/../images/arrows.png) 8px -188px no-repeat; }
.opener_icon.no_bg  i { background: url(/local/templates/aspro_next/css/../images/arrows.png) 8px -255px no-repeat; }
.opener_icon.opened  i { background-position: -25px -190px; }
.catalog_detail .offers_table td.opener:hover .opener_icon i, .opener_icon:hover i, h4:hover .opener_icon i, .faq.list .item .q:hover .opener_icon i, .jobs_wrapp .item .name tr:hover .opener_icon i { background-position: 8px -210px; }
.catalog_detail .offers_table td.opener:hover .opener_icon.opened i, .opener_icon.opened:hover i, .opener_icon.opened.no_bg:hover i, h4:hover .opener_icon.opened i, .faq.list .item.opened .q:hover .opener_icon i, .jobs_wrapp .item.opened .name tr:hover .opener_icon i { background-position: -25px -212px; }
.opener_icon.opened.no_bg  i { background-position: -24px -257px; }
.catalog_detail .offers_table thead td{ text-align: center !important; }
.catalog_detail .offer_stores .stores_block_wrap{ display: none; margin-top:0; }
.catalog_detail .offer_stores .stores_block_wrap{ margin: 0 0 10px; }
.catalog_detail .offers_table  .opener{ cursor: pointer; width: 20px; }
.store_map .module-map{ float: left; width: 60%; margin-bottom: 20px; padding-right: 30px;   box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.store_map .store_description { padding-left: 60%; margin-bottom: 20px; }
.store_map .store_description .store_property{ width: 49%; display: inline-block; vertical-align: top; padding-right: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.store_map .store_image img{ margin-top: 5px; margin-right: 5px; border: 2px solid #c8c8c8; }
.store_map .store_image img:hover{ border: 2px solid #ffcc00; }
.store_map .stores_images{ clear: both; }
.store_map .stores_images.multiple .store_image{ display: inline-block; margin-right: 10px; }
.module-authorization, .registraion-page{padding: 20px 0 20px;}
.authorization-cols{ overflow:hidden; }
.authorization-cols .col{ display:inline-block;  vertical-align:top; }
.authorization-cols .col.authorization{ width: 49%;  padding-right: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.authorization-cols .col.registration{ width: 50%;  box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
.authorization-cols 	.auth-title{ font-size:22px;  line-height:26px;  margin: 0 0 13px 0; overflow: hidden; text-overflow: ellipsis; }
.authorization-cols .col.authorization .form-block  #avtorization-form-page { padding: 20px; }
.authorization-cols .auth-title { font-size: 22px; line-height: 30px; margin: 0 0 13px 0; overflow: hidden; text-overflow: ellipsis; }

.form-block .but-r .remember{ float: left; }
.form-block .but-r .remember label {  font-size:13px; padding: 0px 0px 0px 23px; margin: 0px; }
.filter .remember input[type="checkbox"] + label:after, .filter .remember input[type="checkbox"] + label:before { top: 2px; }
.filter.label_block input[type="checkbox"] + label:before, .filter.label_block input[type="checkbox"] + label:after{ top: 3px; }

.authorization-cols .col.registration p{ margin-bottom:21px }
.form-block .intro{ padding: 22px 50px 20px 30px; font-size: 19px; line-height: 20px; }
.authorization-cols .form_wrapp{ padding: 20px; }
.soc-avt .row a span.name, .soc-serv-main .row a span.name { vertical-align: top; }
.form-block-title, .cart_empty .title{ font-size: 22px; line-height: 24px; font-weight: normal; margin-bottom: 20px; }
span.form-block-title{display:inline-block;vertical-align:top;*display:inline;zoom:1;}
.module-form-block-wr.order_cancel .form-block{ padding: 20px; }
.module-form-block-wr.order_cancel textarea{ margin: 5px 0 15px; }
.module-form-block-wr .form-block label{ padding:1px 0 0 2px;  margin:0 0 5px; }
.module-form-block-wr .form-block .r{ width: 59%;  margin-bottom:18px; }
.module-form-block-wr .form-block .r #LOCATION_PERSONAL_CITY select{ margin-top: 10px; }
.module-form-block-wr .form-block .r #LOCATION_PERSONAL_CITY select:first-child { margin-top: 0; }
.module-form-block-wr .form-block .r.register-captcha img{ margin-bottom: 15px; }
.module-form-block-wr .form-block .r div.error{ top:23px; }
.module-form-block-wr .form-block .r.pass{ width:235px; }
.module-form-block-wr .form-block  input, .module-form-block-wr .form-block  textarea{ width: 100%; }
.module-form-block-wr .form-block  textarea{ height:98px; }

.module-form-block-wr .form-block .pr{ font-size:11px; margin:5px 0 -5px 3px; line-height:16px; margin-bottom: 0px; }
.module-form-block-wr .form-block .pr.em{ margin:8px 0 -5px 3px; }
.module-form-block-wr .form-block .but-r{ padding:0; margin:-3px 0 20px; }

.popup .form-description-wrapp{ padding: 10px 30px 10px 30px; }
.cart_confirmation { margin-top: 25px; }
.cart_empty .img{position: absolute;left: 0;top: 0;width: 90px;height: 90px;background: url(/local/templates/aspro_next/css/../images/svg/next.svg) 0 -18px no-repeat; }
.basket_fly .cart_empty{ margin: 30px 20px 23px 30px; }
.cart_empty .img_wrapp{ width: 90px;position:relative;}
.cart_empty .text{padding-left:30px;}
.cart_empty .text p{font-size:14px;margin: 0px;color:#333;}
.cart_empty .title{font-size: 18px;font-weight:bold;}
#order_form_div .sale_order_table .ps_logo img:hover, #order_form_div .sale_order_table .ps_logo input[type=radio]:checked + label img {cursor: pointer;padding: 0;}
#order_form_div form .title.summary {border-bottom: 0;margin-bottom: 0;}
#order_form_div .sale_data-table th {padding: 10px;font-weight: normal;}
#order_form_div .section table.colored.summary{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;}
.summary .cost_cell, .summary .order_item_weight {white-space: nowrap;}
#new_basket{ display: none; }
.page_error_block{padding: 50px 0px;}
.page_not_found { padding-top: 70px; }
.page_not_found td { vertical-align: middle; }
.page_not_found td.image { width: 60%;text-align:center; }
.page_not_found td.image img { max-width: 100%; }
.page_not_found td.description { text-align: center; }
.page_not_found td.description .title404 { font-size: 44px; line-height: 48px; }
.page_not_found td.description .subtitle404 { text-transform: uppercase; font-size: 18px; line-height: 24px; }
.page_not_found td.description .back404, .page_not_found td.description .back404 a { font-size: 12px; }
.page_not_found td.description .back404 a { text-decoration: underline; }
.page_not_found td.description .descr_text404 { font-size: 13px; line-height: 20px; margin-top: 20px; }
.page_not_found td.description .subtitle404, .page_not_found td.description .descr_text404, .page_not_found td.description .back404, .page_not_found td.description .back404 a{}
.page_not_found td.description .btn_big{ margin-top: 20px; }
.page_not_found td.description .back404{ margin-top: 5px; }
.catalog_detail .set_block .title{ font-size: 20px; margin-bottom: 29px; font-weight: bold; }
.set_block .cost .price:not(.discount) { padding: 0px; }

.catalog_detail .bx_item_set_hor_container_big .title{ line-height: 30px; }
.catalog_detail .set_block { padding: 26px 29px 34px; border-top: 1px solid #E7E7E7; }
.catalog_detail .set_block .item{  }
.catalog_detail .bx_item_set_hor_container_big .total_wrapp{ clear: left; }
.catalog_detail .set_block .item, .bx_modal_body .bx_kit_item { width: 79%; min-width: 180px; -webkit-transition: box-shadow ease-out 0.2s; -moz-transition: box-shadow ease-out 0.2s; -o-transition: box-shadow ease-out 0.2s; transition: box-shadow ease-out 0.2s; padding: 0px; display: inline-block; vertical-align: top; position: relative; zoom: 1; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0px 13px 5px 0px; width: 180px !important; }
.set_block .result_block .item { margin-right: 0px; margin-top: 55px; }
.set_block .item .item_inner { padding: 20px 20px 15px; }
.set_block .item .item_inner .image .quantity{position: absolute;right: 0px;top: 0px;width: 29px;height: 29px;line-height: 29px;background:#ddd;color:#fff;border-radius: 100%;font-size:11px}
.set_block .result_block .item .item_inner { padding-right: 0px; }
.set_block .bx_modal_body .item .item_inner { padding-bottom: 13px; }
.set_block .bx_modal_body .slider_wrapp .item .item_inner { padding-bottom: 13px; }
.set_block .item.main_item  .item_inner { padding: 19px 19px 14px; }
.bx_modal_body .bx_kit_item:hover{ padding: 0; }
.bx_item_set_hor .bx_item_set_hor_item{ margin-right: 0; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; vertical-align: top;	 position: relative; zoom: 1; margin-bottom: 15px; min-width: 150px;}
.bx_item_set_hor li{	display: inline-block;}
ul li.stretch{ display: inline-block; width: 100%; zoom: 1; margin: 0 !important; padding: 0 !important;}
.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container, .bx_kit .bx_kit_img_container{ box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; }
.bx_item_set_hor .bx_item_set_hor_item.equally  .item_wrapp{ width: 100%; }

.bx_item_set_hor .bx_item_set_hor_item .item_wrapp.main_item{ border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; padding: 0; border: 1px solid #efefef; }

.catalog_detail .set_wrapp .item:hover, .set_block .item:not(.r):hover{ box-shadow: 0px 0px 20px rgba(0,0,0,.1); }
.bx_modal_body .item_wrapp{ /*width: 21%;*/ display: inline-block; white-space: nowrap; margin-right: 0; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; vertical-align: top; position: relative; zoom: 1; min-width: 180px; font-size: 0; }
.bx_modal_body .item_wrapp .item_block_title{ position: absolute; top: -41px; }
.bx_modal_body .item_block_title{ font-size: 16px; font-weight: 600; }
.bx_modal_body .bx_kit_one_section{ margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; font-size: 0; white-space: nowrap; text-align: justify; }
.catalog_detail .set_block .separator, .bx_modal_body .separator { display: inline-block; position: relative; width: 13px; margin: 0px 10px 0px 0px; min-height: 140px; }
.catalog_detail .set_block .separator:after, .bx_modal_body .separator:after { content: ""; display: block; position: absolute; top: 50%; margin-top: 13px; width: 15px; height: 15px; background: url(/local/templates/aspro_next/css/../images/svg/icons_wish.svg) -116px -206px no-repeat;left: 50%;margin-left: -6px; }
.set_block .equally .separator:after, .set_block .item_equally.separator:after { background-position: -158px -206px; }
.catalog_detail .set_wrapp .item .image, .bx_item_set_hor .bx_item_set_hor_item  .bx_item_set_img_container a,
.bx_modal_body .bx_kit_item .image a, .bx_kit .bx_kit_img_container a, .bx_modal_body .bx_kit_item .image, .bx_kit .bx_kit_img_container{ display: block; vertical-align: middle; height: 140px; line-height: 140px; vertical-align: middle; text-align: center; position: relative; zoom: 1; margin: 0px 0px 20px; }
.catalog_detail .set_wrapp .item .image img, .bx_item_set_hor .bx_item_set_hor_item  .bx_item_set_img_container img, .bx_modal_body .bx_kit_item .image img,
.bx_kit .bx_kit_img_container img{ position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; border: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.catalog_detail .set_block .item .item-title a , .bx_item_set_hor .bx_item_set_hor_item .item-title a, .bx_modal_body .bx_kit_item  .item-title a{	text-decoration: none;}
.catalog_detail .set_block .item .item-title a span,  .bx_item_set_hor .bx_item_set_hor_item .item-title a span{	font-size: 12px;	line-height: 15px;}
.set_block .item .cost.prices .price, .bx_item_set_hor .bx_item_set_hor_item .price, .bx_modal_body .bx_kit_item .price{	font-size: 18px; line-height: 19px;}
.bx_item_set_hor .bx_item_set_hor_item .price, .bx_modal_body .bx_kit_item .price{	margin-top: 5px;}
.bx_item_set_hor .bx_item_set_hor_item .price.discount, .bx_modal_body .bx_kit_item .price.discount{	margin-top: 0;}

.catalog_detail .set_block .item_info .item-title span, .bx_item_set_hor .bx_item_set_hor_item_info .item-title span{	line-height: 16px;}
.catalog_detail .bx_item_set_hor_container_big .popup_open{ float: right; clear: none; margin: -4px 0px 0px; }
.set_block .item-title a { font-size: 12px; }

.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title{ font-size: 14px; display: inline-block; }
.set_block .item .total_wrapp .cost .price, .bx_kit_result_two .price, .bx_kit_result_one .price, .bx_kit_result_tre .price, .bx_kit_result_two .price *,
.bx_kit_result_one .price *, .bx_kit_result_tre .price *{ font-size: 28px; line-height: 28px; font-weight: 600; display: inline-block; float: none; margin: 0px 0px 3px; }
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_price{ vertical-align: bottom; }
.set_block .total_wrapp .buttons_wrapp{ margin: 20px 0px 0px; }
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_buttons .buttons_wrapp .one_click { margin-left: 10px; }
.set_block .item .total_wrapp .price.discount, .set_block .item .total_wrapp .price.discount * { font-size: 16px; line-height: 18px; display: block; font-weight: 400; margin: 0px 0px 12px; }
.bx_item_set_hor .bx_item_set_hor_item a.remove { display: none; position: absolute; top: -10px; left: -10px; }
.bx_item_set_hor .bx_item_set_hor_item:hover a.remove { display: inline-block; }

.muted svg path{fill: #999;}
.dotted{border-bottom: 1px dotted;cursor: pointer;}
.muted777{color: #777;}
.muted999{color: #999;}
.calculate-delivery{margin: 0px 0px 20px;display: block;font-size: 14px;}
.calculate-delivery .svg{min-height: auto;min-width: auto;}
.text-form.muted:hover span{color: #333;}
.calculate-delivery.text-form.muted .svg{margin: 0px 5px 0 0;}
.calculate-delivery:not(.with_preview) .svg{margin: 0px 5px 0 -1px;}
#fast_view_item .calculate-delivery.text-form.muted .svg{margin: 0px 12px 0px 6px;}
#fast_view_item .middle_info .catalog-delivery-preview {max-width: 175px;}

#main .catalog_detail .calculate-delivery-preview .font_sxs, #main .catalog_detail .calculate-delivery-preview .font_xs{font-size: 13px;}
#main .catalog_detail .calculate-delivery-preview .font_sxs{color:#333;}
.calculate-delivery-preview{display: inline-block;vertical-align: top;}
.catalog-delivery .svg{min-width: auto;min-height: auto;}
#main .catalog_detail .calculate-delivery.text-form{line-height: 20px;display: block;}
.info_item .middle_info .buy_block>.calculate-delivery + .gift_form{margin-top:-10px;}

/*popup set*/
div[id^="CatalogSetConstructor"]  .popup-window { border: 0; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; overflow: hidden; width: 1104px; }
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column { border-top: 0; box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; background: #fff; border-bottom: 2px solid; }

.popup-window-content{ margin: 0; }
.bx_modal_container{ padding: 25px 25px; }
.bx_modal_container  .bx_modal_body{ margin-top: 41px; }
.bx_modal_container .bx_modal_description{ display: inline-block; margin: 0px 0px 0px 24px; font-size: 12px; }
.bx_modal_container .bx_modal_small_title{ display: block; font-size: 17px; }
.bx_item_set_hor_container_big .bx_item_set_del, .bx_kit_item .bx_kit_item_del { display: none; height: 24px; width: 24px; top: -9px; left: -9px; position:absolute; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; cursor: pointer; }
.bx_item_set_hor_container_big .bx_item_set_del:after, .bx_kit_item .bx_kit_item_del:after{ content: "."; font-size: 0; display:block; width: 21px; height:21px; background: url(/local/templates/aspro_next/css/../images/svg/close_icons.svg) -30px 4px no-repeat; cursor: pointer; }
.popup-window-titlebar h2 { margin: 0px; padding: 34px 24px 33px; }
.bx_kit_two_section{ margin-top: 15px; }
.bx_kit_two_section .title{ margin: 25px 0 11px 10px; display: inline-block; }
.bx_kit_two_section .triangle, .bx_kit_two_section .triangle i{ width: 0; height: 0; display: inline-block; border-bottom: 5px solid #e6e6e6 !important; margin: 0 auto; }
.bx_kit_two_section .triangle{ margin: 0 auto; text-align: center; position: absolute; top: -16px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 9px solid transparent; border-bottom: 9px solid #e6e6e6 !important; }
.bx_kit_two_section .triangle i{ top: -4px; left: -9px; position: relative; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 7px solid transparent; border-bottom: 7px solid #fafafa !important; }
.bx_kit_item_empty:hover { box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; }
.bx_kit_item .bx_kit_item_add{ position:absolute; top:  -10px; right:-10px; display:block; width: 24px; height:24px; cursor:pointer; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; display:none; 	background: #ddd; }
.bx_kit_item_add:after{ content: "."; font-size: 0; display: block; width: 27px; height: 27px; background: url(/local/templates/aspro_next/css/../images/svg/icons_wish.svg) -178px -211px no-repeat; cursor: pointer; }

.bx_kit_two_section .slider_wrapp { position: relative; }
.bx_kit_two_section .slider_wrapp .flex-direction-nav  { position: absolute; top: -34px; right: 26px; font-size: 0px; }
.bx_kit_item_slider_arrow_left.disabled, .bx_kit_item_slider_arrow_right.disabled{ opacity: .5; }
.bx_modal_container.bx_kit{ padding-bottom: 30px; }
.bx_kit_one_section .bx_kit_item_discount{right:0; left: 0; z-index: 111; }
.bx_kit_two_section { position: relative; border-top: 1px solid #e5e5e5; margin: 15px -30px -30px; padding: 0px 6px 0 20px; box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; background: #f7f7f7; }
.bx_kit_item_empty{ background:#f7f7f7; border: 1px solid #e5e5e5; }
.bx_kit_two_section_ova{ position:relative; overflow: hidden; padding-top: 15px; padding-bottom: 30px; width: 100%; white-space:nowrap; }
.bx-touch .bx_kit_two_section_ova{ overflow-x:auto }
.bx_kit_two_item_slider{ position: relative; text-align: left; }
.bx_kit_item_slider{ position:relative; float:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding-left: 10px; }
.bx_kit_item_slider .bx_kit_item{ z-index:112; padding: 0px 0px 0px 0px; margin-right: 0px; background:#fff; }
.bx_kit_item_slider_drag { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; background-color: #fff; position: relative; z-index: 115; padding: 10px; background: #fafafa; border: 1px solid #e7e7e7; }
.bx_kit_item_slider_drag  .bx_kit_item_add{display: none !important; }
.bx_kit_item_slider_drag *, .bx_kit_item_slider_drag { height: auto !important; }
#basket_line .basket_hidden{ display: none; }
.header-cart-block .cart .delay_link { text-decoration: underline; }
.header-cart-block .cart .delay_link, .header-cart-block .cart .delay_link * { font-size: 11px; }
.header-cart-block .cart .delay_link .icon { display: inline-block; height: 18px; 	width: 19px; background: url(/local/templates/aspro_next/css/../images/basket_icons.png) -56px -12px no-repeat; }
.header-cart-block .cart .delay_link:hover .icon { background-position: -56px -138px; }

.one_click_buy_result_success, .one_click_buy_result_fail { display: none; }
.search-page form { display: inline-block; margin-bottom: 20px; padding: 15px 20px 17px; }
.search-page form input[type="text"] { height: 30px; position: relative; zoom: 1; bottom: -1px; }
.basket_button.to-subscribe span, .basket_button.in-subscribe span, .basket_button.to-order span { background: none; padding-left: 6px; width: 92px; text-align: center; }
.catalog_detail .item_main_info .buttons_block .basket_button.to-subscribe span, .catalog_detail .item_main_info .buttons_block .basket_button.in-subscribe span { padding-left: 3px; width: 90px; text-align: center; }
.order-checkout label{display:inline-block;}
.order-checkout label.error{position: relative;top:inherit;right:inherit;width:100%;text-align:right;}
.order-checkout label img{pointer-events: none;}
.fancybox-lock .fancybox-overlay {overflow: auto;}

/*flex arrow*/
.flex-direction-nav li:first-child, .flex-direction-nav li, .flex-direction-nav li:hover { border-bottom-width: 0px !important; }
ul.slider_navigation { right: 0px; position: absolute; top: 0px; z-index: 1;margin:0px; }
ul.slider_navigation ul{margin:0px;}
.bx-ie .specials_slider_wrapp ul.slider_navigation.top { top: 27px; }

.wraps > .wrapper_inner:not(.wide_page) ul.slider_navigation.top { top: 18px; }
.wraps > .wrapper_inner:not(.wide_page) .bx-ie ul.slider_navigation.top { top: 18px; }

ul.slider_navigation.top_big { top: 21px; }
ul.slider_navigation.compare { position: initial; }
ul.slider_navigation.compare li { position: absolute; z-index: 10; top: -14px; }
ul.slider_navigation.compare li:not(.disabled) { cursor: pointer; }
ul.slider_navigation.compare .flex-nav-prev { left: 0px; }
ul.slider_navigation.compare .flex-nav-next { right: 0px; }
.flex-direction-nav li, .flex-direction-nav li a, .flex-direction-nav li span { width: 29px; height: 29px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display: inline-block; }
.bx-ie .flex-direction-nav li, .bx-ie  .flex-direction-nav li a, .bx-ie  .flex-direction-nav li span { font-size: 0px; line-height: 0px; }
.flex-direction-nav li { border-bottom-width: 0px; }
body .flex-direction-nav li:first-child, body .flex-direction-nav li { /*background: none;*/ }
.flex-direction-nav li:first-child { margin-right: 5px; }
.flex-direction-nav li a, .flex-direction-nav li span{ background: url(/local/templates/aspro_next/css/../images/arrows.png) 0px 0px no-repeat; }
.flex-direction-nav li:not(.disabled) span { cursor: pointer; }
.flex-direction-nav li .flex-prev { background-position: 10px -50px; }
body .flex-direction-nav li:hover  .flex-prev, body .dark .flex-direction-nav li  .flex-prev{ background-position: 10px -26px; }
body .flex-direction-nav li .flex-next { background-position: -27px -50px; }
.flex-direction-nav li:hover .flex-next, .dark .flex-direction-nav li .flex-next { background-position: -27px -26px; }
.flex-direction-nav .flex-disabled { display: none; }

.border .flex-direction-nav{margin:0px;font-size:0px;line-height:0px;}
.border .flex-direction-nav li{border:1px solid #e5e5e5 !important;margin:0px;border-radius:0px;overflow:hidden;}
.border .flex-direction-nav li, .border .flex-direction-nav li a{width: 33px;height: 35px;}
.border .flex-direction-nav li:first-child{border-radius:2px 0px 0px 2px;}
.border .flex-direction-nav li:last-child{border-radius:0px 2px 2px 0px;}
.border.custom_flex .flex-direction-nav li:hover, .border.custom_flex .flex-direction-nav li:hover a{background-color:#f6f6f7 !important;overflow:hidden;}
.border.custom_flex .flex-direction-nav li a {background-position: 5px -18px ;}
.border.custom_flex .flex-direction-nav li:hover a {background-position: 5px 6px ;}
.border.custom_flex .flex-direction-nav li.flex-nav-next a {background-position: -70px -18px;}
.border.custom_flex .flex-direction-nav li.flex-nav-next:hover a {background-position: -69px 6px;}
.border.custom_flex .flex-direction-nav li.flex-nav-next{border-left-width:0px !important;}
.top_right.border.custom_flex .flex-direction-nav{position: absolute;top: -33px;right: 0px;}

.absolute .flex-direction-nav > li { position: absolute; top: 1px; }
.absolute .flex-direction-nav li.flex-nav-prev { left: -30px; }
.absolute .flex-direction-nav li.flex-nav-next { right: -30px; }

body .top_slider_wrapp .box[data-video_source="LINK"] .video.cover{left:auto;}
body .top_slider_wrapp .box .video.cover{max-height:none;position:static;min-height:0;}

.shops.list .item .phone{width:200px;}
/*.mega-menu table td:hover > .wrap > .dropdown-menu{min-width: 100%;}*/

/*countdown*/
.view_sale_block { margin: 10px 0px 0px; white-space: nowrap;font-size:0px; }
.view_sale_block > div { display: inline-block; vertical-align: top; font-size: 0px; }
.view_sale_block .title{ font-size: 11px; line-height: 15px; color: #666; margin: 0px 0px 5px; }
.view_sale_block .values { margin: 0px 0px 5px; line-height: 15px; font-size: 0px; }
.view_sale_block .values .item{ background: #eeeeee; border-radius: 0px; display: inline-block; vertical-align: top; font-weight: bold; font-size: 15px; width: 40px; height: 43px; padding: 7px 0px 0px; text-align: center; position: relative; margin: 0px 0px 0px 0px; }
.view_sale_block .values.countdown .item{width:46px;}
.view_sale_block .values .item:last-child { margin: 0px; }
.view_sale_block .values .item:before, .view_sale_block .values .item:after { content: ""; background: #333; width: 3px; height: 3px; display: block; position: absolute; right: -1px; border-radius: 6px; z-index: 10; }
.view_sale_block .values .item:last-child:before, .view_sale_block .values .item:last-child:after { display: none; }
.view_sale_block .values .item:before { top: 15px; }
.view_sale_block .values .item:after { bottom: 15px; }
.view_sale_block .values .item .text{ opacity: 0.6; font-weight: 400; font-size: 12px;display:block;width:auto; }
.view_sale_block .count_d_block { margin: 0px 0px 0px 0px; }
.view_sale_block .quantity_block{width:40px;}
.view_sale_block .quantity_block .values .item { background: #4f4f4f; color: #fff; }
.view_sale_block .countdown { width: 138px; height: 43px; display: block; overflow: hidden;border-radius:2px 0px 0px 2px;}
.view_sale_block .countdown.wq{border-radius:2px;}
.view_sale_block .quantity_block .values{border-radius:0px 2px 2px 0px;overflow: hidden;}
.view_sale_block .values .item:nth-child(3):before, .view_sale_block .values .item:nth-child(3):after { display: none; }

.border_block .block_wr { margin: 0px 0px 20px; color: #F00; }
.border_block .block_wr.alert-success {  color: #008000; }

.wbot .tab_slider_wrapp{display:none;}
.wbot .top_slider_wrapp .flexslider{background:none;}
.wbot .top_slider_wrapp .flexslider > .slides > li:first-of-type{display:block;}

.fill_bg_y .bx-sbb-empty-cart-image {margin-top: 0;}
.fill_bg_y .bx-sbb-empty-cart-container {padding-top: 50px;}


.sa_block {position: relative;}
.catalog_item .sa_block .article_block{word-break: break-all;word-break: break-word;}
.js-show-info-block{cursor:pointer;}
.js-info-block{position:absolute;left:0px;width:275px;background: #fff;top: 25px;z-index: 54;box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.15);display:none;}
.js-info-block .stores_block_wrap{margin:0px; text-align: left;}
.js-info-block .block_title{padding: 18px 24px 5px;color:#333;}
.js-info-block .block_title .svg{position: absolute;top: 15px;right: 15px;cursor:pointer;min-width: 10px;min-height: 10px;}
.js-info-block .block_title svg{width:10px;height:10px;}
.js-info-block .block_title svg:not(:hover) path{fill:#b8b8b8;}
.js-info-block .block_wrap .block_wrap_inner{padding: 0px 14px 2px 24px;max-height: 200px;}
.js-info-block .block_wrap .block_wrap_inner.prices{padding: 0px 14px 2px 24px;max-height: 260px;}
.js-info-block .block_wrap .block_wrap_inner .mCSB_container{padding: 0px 10px 0px 0px;}
.js-info-block .block_wrap .block_wrap_inner.prices{padding-top: 12px;}
.js-info-block .more-btn{margin: 20px 0px 25px;}
.js-info-block .block_wrap .stores_block.wo_image .item-stock{position:static;padding:0px;margin:0px;min-width: auto;float:none;background: #fff;display: block;}
.js-info-block .stores_block_wrap .stores_block{padding: 10px 0px 0px 0px;background: #fff;}
.js-info-block .stores_block_wrap .stores_block:before{display:none;}
.js-info-block .stores_block_wrap .stores_block .stores_text_wrapp{padding:0px;background: #fff;display: block;}
.js-info-block .stores_block_wrap .stores_block .stores_text_wrapp .title_stores{line-height: 16px;margin: 0px 0px 3px;display: block;font-size: 13px; font-weight: normal;}
.js-info-block .stores_block_wrap .stores_block .item-stock .value{font-size: 13px;line-height: 15px;}
.js-info-block .stores_block_wrap .stores_block:hover{background:none;}
.js-info-block .stores_block_wrap .block_wrap .block_wrap_inner{max-height: unset;}
.js-info-block .stores_block_wrap .block_wrap {max-height: 200px; overflow: auto;}
.js-info-block .stores_block_wrap .block_title {font-weight: 700;font-size: 14px;}
.js-info-block .stores_block_wrap .stores_block .stores_text_wrapp .main_info>span {margin-bottom: 3px;display: inline-block;}
.js-info-block .stores_block_wrap .stores_block .stores_text_wrapp .main_info{font-size: 14px;line-height: 24px;}
.display_list .description_wrapp .description .wrapp_stockers.with-rating .js-info-block {left: 95px;}
.display_list .description_wrapp .description .wrapp_stockers .js-info-block {top: 28px; z-index: 55;padding: 0;}
.js-info-block .stores_block_wrap .more-btn a{font-size: 13px; font-weight: normal;}
#fast_view_item .js-info-block {width: 250px;left: 5px;}

body .bx-sbb-empty-cart-text{font-size: 1.6em;margin: 2.2rem 0px 1.2rem;color: #333;}
#fast_view_item .counter_block input[type="text"].text {width: 52px;}
#fast_view_item .counter_wrapp .counter_block{width: 102px;}

.section-gallery-wrapper{position: absolute;top: 0px;bottom: 0px;left: 2px; right: 2px;z-index: 2;}
.section-gallery-wrapper.flexbox{flex-direction: row;}
.section-gallery-wrapper__item{flex-grow: 1;-webkit-box-flex: 1;-ms-flex-positive: 1;background-color: #fff;margin-bottom: -4px;}
.section-gallery-wrapper__item img{opacity: 0;transition: opacity .2s ease-in-out;left: 1px; right: 1px;}
.section-gallery-wrapper__item._active img{opacity: 1;}
.section-gallery-wrapper__item-nav{display: block;position:relative;margin: 0px 1px;height:100%;z-index: 2;}
.section-gallery-wrapper__item-nav:before{content:"";display: block;height: 1px;background-color: #cdcdcd;-webkit-transition: background-color .2s ease-in-out;transition: background-color .2s ease-in-out;position:absolute;left: 0px;right:0px;bottom:0px;cursor:pointer;}
.section-gallery-wrapper__item_hidden{display:none;}

.wrapper1.without-delay ~ .basket_wrapp .basket_fly .wish_count {display:none;}
.wrapper1.without-delay header .basket_wrap .basket-link.delay{display:none;}
.wrapper1.without-delay #headerfixed .basket-link.delay{display:none;}
.wrapper1.without-delay ~ .basket_bottom_block .basket-link.delay{display:none;}
body .wrapper1.without-delay header .baskets .basket-link.delay{display:none;}
.wrapper1.without-delay header .wrap_basket .basket-link.delay{display:none;}
.wrapper1.without-delay header .wrap_icon .basket-link.delay{display:none;}
.wrapper1.without-delay #mobileheader .basket-link.delay{display:none;}
.wrapper1.without-delay ~ .basket_wrapp .basket_fly .module-cart table td.delay-cell{display:none;}

/*reviews votes*/
.votes_block_review.nstar{margin:0px -2px 0px;font-size:0px;}
.votes_block_review.nstar > div{display:inline-block;vertical-align:middle;}
.votes_block_review.nstar .ratings{white-space:nowrap;}
.votes_block_review.nstar .ratings .inner_rating{height: 20px;}
.votes_block_review.nstar .ratings .item-rating{display:inline-block;padding:0px 0px 0 3px;}
.votes_block_review.nstar .ratings .inner_rating > span {font-size:11px;vertical-align:middle;margin-left:5px;}
.rating.sm-stars .votes_block_review.nstar .item-rating{padding:0px 1px;}
.rating.sm-stars{height:auto;}
.has_hover .votes_block_review.nstar .ratings .item-rating .svg:hover svg path, .votes_block_review.nstar .ratings .item-rating:not(.filled) .svg svg path{fill:#d3d3d3;}
.has_hover .votes_block_review.nstar .ratings .item-rating.filled .svg:hover svg path, .votes_block_review.nstar .ratings .item-rating.filled .svg svg path{fill:#fc9c00;}
.votes_block_review.nstar .item-stock{margin:0px 0px 2px;display:block;}
.votes_block_review.nstar .item-stock .value .store_view{letter-spacing:0.8px;}

.votes_block_review.nstar.big .ratings .item-rating svg{width:21px;height:20px;}
form .rating_message {margin: 0 0 0 8px;position: relative;padding: 0 0 0 24px;color: #999999;font-size: 13px;}
form .rating_message:before {content: "\2014";position: absolute;left: 0;top: 0;}

.votes_block_review.nstar .ratings .item-rating .svg{min-width: unset; min-height: unset;}
/**/

.btn.btn-lg.wides{padding-left: 20px;padding-right: 20px;}

/*detail review*/
.popup.review-detail_frame{max-width: 700px;width: 100%;}
.review-detail .reviews.item-views .close svg{display: none;}
.review-detail .reviews.item-views .item{padding:0px;margin: 0;}
.review-detail .reviews.item-views .item .image{width: 60px;height: 60px;line-height: 60px;}
.review-detail .reviews.item-views .item .top_wrapper{padding:0px;}
.review-detail .reviews.item-views .item .top_wrapper .top-info{padding-top:6px;padding-left: 79px!important;}
.review-detail .reviews.item-views .item .top_wrapper .top-info .wrap{padding-bottom:0;font-size: 13px;}
.review-detail .reviews.item-views .item .top_wrapper .date{}
.review-detail .reviews.item-views .item .top_wrapper .title{margin-bottom: 0px; font-size: 16px; margin-top: 2px;}
.review-detail .reviews.item-views .item .header-block{padding:40px 40px 10px 60px;}
.review-detail .reviews.item-views .item .bottom-block{padding:8px 40px 50px 60px;}
.review-detail .reviews.item-views .item .bottom-block .preview-text{line-height:22px;font-size: 15px;}
.review-detail .reviews.item-views .votes_block.nstar{margin:0 0 18px 2px;height:25px;}
.review-detail .reviews.item-views .votes_block.nstar{position:relative;}
.review-detail .reviews.item-views .votes_block.nstar svg{width: auto;height: 16px;}
.review-detail .reviews.item-views .votes_block.nstar:after{content:'';height:1px;position:absolute;left:116px; top:11px; right:0; background:#ececec;}
.review-detail .reviews.item-views .votes_block.nstar .ratings .item-rating{padding:0px 4px 0 0px;}
.review-detail .reviews.item-views .close-block{margin-top:35px;}
.review-detail .rounded{border-radius: 100%;}
/**/

@media(max-width:500px){
	.review-detail .reviews.item-views .item .header-block{padding:30px 30px 10px 30px;}
	.review-detail .reviews.item-views .item .bottom-block{padding:10px 30px 30px 30px;}
}

/*remove slice*/
html:not(.mobile) .catalog_block .catalog_item_wrapp .footer_button,
html:not(.mobile) .catalog_block_slider .catalog_item .footer_button,
html:not(.mobile) .bottom_slider.specials .tabs_slider .catalog_item .footer_button,
html:not(.mobile) .viewed_slider .tabs_slider .catalog_item .footer_button
{
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 26px);
	padding-left: 20px;
	padding-right: 19px;
	padding-bottom: 26px;
	background: #fff;
	/*box-shadow:0px 11px 20px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 11px 20px rgba(0,0,0,0.10);
	-o-box-shadow:0px 11px 20px rgba(0,0,0,0.10);
	-webkit-box-shadow:0px 11px 20px rgba(0,0,0,0.10);*/
	box-shadow:0px 15px 15px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 15px 15px rgba(0,0,0,0.10);
	-o-box-shadow:0px 15px 15px rgba(0,0,0,0.10);
	-webkit-box-shadow:0px 15px 15px rgba(0,0,0,0.10);
}
html:not(.mobile) .bottom_slider.specials .tabs_slider .catalog_item .footer_button,
html:not(.mobile) .viewed_slider .tabs_slider .catalog_item .footer_button
{
	margin-top: -11px;
	margin-left: -1px;
    padding-bottom: 21px;
    top: 100%;
}
.catalog_block.row.flexbox > .item.item_block{
	height: auto;
}
.catalog_block .catalog_item_wrapp .catalog_item,
.catalog_block.row.flexbox > .item.item_block .catalog_item_wrapp{
	height: 100%;
    min-height: unset;
}
.catalog_block .catalog_item > div,
.catalog_block_slider .flexslider .inner_wrap,
.bottom_slider.specials .tabs_slider .inner_wrap{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.catalog_block .catalog_item .image_wrapper_block,
.catalog_block_slider .flexslider .inner_wrap .image_wrapper_block,
.bottom_slider.specials .tabs_slider .catalog_item .inner_wrap .image_wrapper_block{
    width: 100%;
}
.catalog_block .catalog_item > div .item_info,
.catalog_block_slider .flexslider .inner_wrap .item_info,
.bottom_slider.specials .tabs_slider .inner_wrap .item_info{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.catalog_item .item_info--preview_text {
	font-size: 13px;
	margin: 5px 0;
    line-height: 18px;
}

.catalog_block_slider .flexslider .slides.flexbox{
	display:flex;
}
.catalog_block_slider .flexslider .catalog_item{
	height: auto;
}
.bottom_slider.specials .tabs_slider, 
.bigdata_recommended_products_items .viewed_slider .tabs_slider{
    display:flex;
}
body .bottom_slider.specials .tabs_slider .catalog_item,
.bigdata_recommended_products_items .viewed_slider .tabs_slider .catalog_item
{
	height: auto;
}
body .bottom_slider.specials .tabs_slider .catalog_item .inner_wrap
{
	height: 100%;
}
body .bottom_slider.specials .tabs_slider
{
	padding-bottom: 65px;
}
body .bottom_slider.specials .flex-viewport
{
	margin-bottom: -30px;
}
.viewed_slider .tab.content_inner:not(.absolute) .flex-viewport {
	padding-bottom: 60px
}
/*end remove slice*/

/*scrollbars */
.scrollbar {
	overscroll-behavior: contain;
	scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
	width: 8px;
}
.scrollbar::-webkit-scrollbar-track {
	/* box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15); */
	border-radius: 8px;
}
.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #999;
	border: 2px solid #fff;
}
.scrollbar::-webkit-scrollbar-thumb {
	background: #999;
	border: 2px solid #fff;
}

.scrollbar--overflow {overflow: hidden;overflow-y: auto;}
/* End */


/* Start:/local/templates/aspro_next/css/animation/animation_ext.css?17652636144934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit è Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */


/* Start:/local/templates/aspro_next/vendor/css/footable.standalone.min.css?172958781519590*/
.footable .btn,.footable .caret{display:inline-block;vertical-align:middle}.footable-details.table,.footable-details.table *,.footable.table,.footable.table *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.footable-details.table th,.footable.table th{text-align:left}.footable-details.table,.footable.table{width:100%;max-width:100%;margin-bottom:20px}.footable-details.table>caption+thead>tr:first-child>td,.footable-details.table>caption+thead>tr:first-child>th,.footable-details.table>colgroup+thead>tr:first-child>td,.footable-details.table>colgroup+thead>tr:first-child>th,.footable-details.table>thead:first-child>tr:first-child>td,.footable-details.table>thead:first-child>tr:first-child>th,.footable.table>caption+thead>tr:first-child>td,.footable.table>caption+thead>tr:first-child>th,.footable.table>colgroup+thead>tr:first-child>td,.footable.table>colgroup+thead>tr:first-child>th,.footable.table>thead:first-child>tr:first-child>td,.footable.table>thead:first-child>tr:first-child>th{border-top:0}.footable-details.table>tbody>tr>td,.footable-details.table>tbody>tr>th,.footable-details.table>tfoot>tr>td,.footable-details.table>tfoot>tr>th,.footable-details.table>thead>tr>td,.footable-details.table>thead>tr>th,.footable.table>tbody>tr>td,.footable.table>tbody>tr>th,.footable.table>tfoot>tr>td,.footable.table>tfoot>tr>th,.footable.table>thead>tr>td,.footable.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.footable-details.table>thead>tr>td,.footable-details.table>thead>tr>th,.footable.table>thead>tr>td,.footable.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.footable-details.table-condensed>tbody>tr>td,.footable-details.table-condensed>tbody>tr>th,.footable-details.table-condensed>tfoot>tr>td,.footable-details.table-condensed>tfoot>tr>th,.footable-details.table-condensed>thead>tr>td,.footable-details.table-condensed>thead>tr>th,.footable.table-condensed>tbody>tr>td,.footable.table-condensed>tbody>tr>th,.footable.table-condensed>tfoot>tr>td,.footable.table-condensed>tfoot>tr>th,.footable.table-condensed>thead>tr>td,.footable.table-condensed>thead>tr>th{padding:5px}.footable-details.table-bordered,.footable-details.table-bordered>tbody>tr>td,.footable-details.table-bordered>tbody>tr>th,.footable-details.table-bordered>tfoot>tr>td,.footable-details.table-bordered>tfoot>tr>th,.footable-details.table-bordered>thead>tr>td,.footable-details.table-bordered>thead>tr>th,.footable.table-bordered,.footable.table-bordered>tbody>tr>td,.footable.table-bordered>tbody>tr>th,.footable.table-bordered>tfoot>tr>td,.footable.table-bordered>tfoot>tr>th,.footable.table-bordered>thead>tr>td,.footable.table-bordered>thead>tr>th{border:1px solid #ddd}.footable-details.table-bordered>thead>tr>td,.footable-details.table-bordered>thead>tr>th,.footable.table-bordered>thead>tr>td,.footable.table-bordered>thead>tr>th{border-bottom-width:2px}.footable-details.table-striped>tbody>tr:nth-child(odd),.footable.table-striped>tbody>tr:nth-child(odd){background-color:#F9F9FA}.footable-details.table-hover>tbody>tr:hover,.footable.table-hover>tbody>tr:hover{background-color:#f5f5f5}.footable .btn{padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-appearance:button;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;overflow:visible;text-transform:none}.footable .btn.focus,.footable .btn:focus,.footable .btn:hover{color:#333;text-decoration:none}.footable .btn-default{color:#333;background-color:#fff;border-color:#ccc}.footable .btn-default.active,.footable .btn-default.focus,.footable .btn-default:active,.footable .btn-default:focus,.footable .btn-default:hover,.footable .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.footable .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.footable .btn-primary.active,.footable .btn-primary.focus,.footable .btn-primary:active,.footable .btn-primary:focus,.footable .btn-primary:hover,.footable .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.footable .btn-group,.footable .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.footable .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.footable .btn-group>.btn:first-child{margin-left:0}.footable .btn-group-vertical>.btn,.footable .btn-group>.btn{position:relative;float:left}.footable .btn-group-xs>.btn,.footable .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.footable .btn-group-sm>.btn,.footable .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.footable .btn-group-lg>.btn,.footable .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.footable .caret{width:0;height:0;margin-left:2px;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.footable .btn .caret{margin-left:0}.form-group{margin-bottom:15px}.footable .form-control{display:block;width:100%;height:34px;padding:6px 12px;margin:0;font-family:inherit;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-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}.footable .input-group{position:relative;display:table;border-collapse:separate}.footable .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.footable .input-group-btn{position:relative;font-size:0}.footable .input-group-addon,.footable .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.footable .input-group .form-control,.footable .input-group-addon,.footable .input-group-btn{display:table-cell}.footable .input-group-btn:last-child>.btn,.footable .input-group-btn:last-child>.btn-group,.footable .input-group-btn>.btn+.btn{margin-left:-1px}.footable .input-group-btn>.btn{position:relative}.footable .input-group-btn>.btn:active,.footable .input-group-btn>.btn:focus,.footable .input-group-btn>.btn:hover{z-index:2}.footable .input-group .form-control:first-child,.footable .input-group-addon:first-child,.footable .input-group-btn:first-child>.btn,.footable .input-group-btn:first-child>.btn-group>.btn,.footable .input-group-btn:first-child>.dropdown-toggle,.footable .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.footable .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.footable .input-group .form-control:last-child,.footable .input-group-addon:last-child,.footable .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.footable .input-group-btn:first-child>.btn:not(:first-child),.footable .input-group-btn:last-child>.btn,.footable .input-group-btn:last-child>.btn-group>.btn,.footable .input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.footable .checkbox,.footable .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.footable .checkbox label,.footable .radio label{max-width:100%;min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.footable .checkbox input[type=checkbox],.footable .checkbox-inline input[type=checkbox],.footable .radio input[type=radio],.footable .radio-inline input[type=radio]{position:absolute;margin:4px 0 0 -20px;line-height:normal}.footable .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.footable .open>.dropdown-menu{display:block}.footable .dropdown-menu-right{right:0;left:auto}.footable .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.footable .dropdown-menu>li>a:focus,.footable .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.footable .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.footable .pagination>li{display:inline}.footable .pagination>li:first-child>a,.footable .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.footable .pagination>li>a,.footable .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.footable .pagination>li>a:focus,.footable .pagination>li>a:hover,.footable .pagination>li>span:focus,.footable .pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.footable .pagination>.active>a,.footable .pagination>.active>a:focus,.footable .pagination>.active>a:hover,.footable .pagination>.active>span,.footable .pagination>.active>span:focus,.footable .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.footable .pagination>.disabled>a,.footable .pagination>.disabled>a:focus,.footable .pagination>.disabled>a:hover,.footable .pagination>.disabled>span,.footable .pagination>.disabled>span:focus,.footable .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.footable .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.footable .label-default{background-color:#777}.footable-loader.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.footable .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}table.footable-details,table.footable>thead>tr.footable-filtering>th div.form-group{margin-bottom:0}@media (min-width:768px){.footable .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.footable .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.footable .form-inline .input-group{display:inline-table;vertical-align:middle}.footable .form-inline .input-group .form-control,.footable .form-inline .input-group .input-group-addon,.footable .form-inline .input-group .input-group-btn{width:auto}.footable .form-inline .input-group>.form-control{width:100%}}table.footable,table.footable-details{position:relative;width:100%;border-spacing:0;border-collapse:collapse}table.footable-hide-fouc{display:none}table>tbody>tr>td>span.footable-toggle{margin-right:8px;opacity:.3}table>tbody>tr>td>span.footable-toggle.last-column{margin-left:8px;float:right}table.table-condensed>tbody>tr>td>span.footable-toggle{margin-right:5px}table.footable-details>tbody>tr>th:nth-child(1){min-width:40px;width:120px}table.footable-details>tbody>tr>td:nth-child(2){word-break:break-all}table.footable-details>tbody>tr:first-child>td,table.footable-details>tbody>tr:first-child>th,table.footable-details>tfoot>tr:first-child>td,table.footable-details>tfoot>tr:first-child>th,table.footable-details>thead>tr:first-child>td,table.footable-details>thead>tr:first-child>th{border-top-width:0}table.footable-details.table-bordered>tbody>tr:first-child>td,table.footable-details.table-bordered>tbody>tr:first-child>th,table.footable-details.table-bordered>tfoot>tr:first-child>td,table.footable-details.table-bordered>tfoot>tr:first-child>th,table.footable-details.table-bordered>thead>tr:first-child>td,table.footable-details.table-bordered>thead>tr:first-child>th{border-top-width:1px}div.footable-loader{vertical-align:middle;text-align:center;height:300px;position:relative}div.footable-loader>span.fooicon{display:inline-block;opacity:.3;font-size:30px;line-height:32px;width:32px;height:32px;margin-top:-16px;margin-left:-16px;position:absolute;top:50%;left:50%;-webkit-animation:fooicon-spin-r 2s infinite linear;animation:fooicon-spin-r 2s infinite linear}table.footable>tbody>tr.footable-empty>td{vertical-align:middle;text-align:center;font-size:30px}table.footable>tbody>tr>td,table.footable>tbody>tr>th{display:none}table.footable>tbody>tr.footable-detail-row>td,table.footable>tbody>tr.footable-detail-row>th,table.footable>tbody>tr.footable-empty>td,table.footable>tbody>tr.footable-empty>th{display:table-cell}@-webkit-keyframes fooicon-spin-r{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fooicon-spin-r{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fooicon{display:inline-block;font-size:inherit;font-family:FontAwesome!important;font-style:normal;font-weight:400;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fooicon:after,.fooicon:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fooicon-loader:before{content:"\f01e"}.fooicon-plus:before{content:"\f067"}.fooicon-minus:before{content:"\f068"}.fooicon-search:before{content:"\f002"}.fooicon-remove:before{content:"\f00d"}.fooicon-sort:before{content:"\f0dc"}.fooicon-sort-asc:before{content:"\f160"}.fooicon-sort-desc:before{content:"\f161"}.fooicon-pencil:before{content:"\f040"}.fooicon-trash:before{content:"\f1f8"}.fooicon-eye-close:before{content:"\f070"}.fooicon-flash:before{content:"\f0e7"}.fooicon-cog:before{content:"\f013"}.fooicon-stats:before{content:"\f080"}table.footable>thead>tr.footable-filtering>th{border-bottom-width:1px;font-weight:400}.footable-filtering-external.footable-filtering-right,table.footable.footable-filtering-right>thead>tr.footable-filtering>th,table.footable>thead>tr.footable-filtering>th{text-align:right}.footable-filtering-external.footable-filtering-left,table.footable.footable-filtering-left>thead>tr.footable-filtering>th{text-align:left}.footable-filtering-external.footable-filtering-center,.footable-paging-external.footable-paging-center,table.footable-paging-center>tfoot>tr.footable-paging>td,table.footable.footable-filtering-center>thead>tr.footable-filtering>th,table.footable>tfoot>tr.footable-paging>td{text-align:center}table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group{margin-top:5px}table.footable>thead>tr.footable-filtering>th div.input-group{width:100%}.footable-filtering-external ul.dropdown-menu>li>a.checkbox,table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox{margin:0;display:block;position:relative}.footable-filtering-external ul.dropdown-menu>li>a.checkbox>label,table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox>label{display:block;padding-left:20px}.footable-filtering-external ul.dropdown-menu>li>a.checkbox input[type=checkbox],table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox input[type=checkbox]{position:absolute;margin-left:-20px}@media (min-width:768px){table.footable>thead>tr.footable-filtering>th div.input-group{width:auto}table.footable>thead>tr.footable-filtering>th div.form-group{margin-left:2px;margin-right:2px}table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group{margin-top:0}}table.footable>tbody>tr>td.footable-sortable,table.footable>tbody>tr>th.footable-sortable,table.footable>tfoot>tr>td.footable-sortable,table.footable>tfoot>tr>th.footable-sortable,table.footable>thead>tr>td.footable-sortable,table.footable>thead>tr>th.footable-sortable{position:relative;padding-right:30px;cursor:pointer}td.footable-sortable>span.fooicon,th.footable-sortable>span.fooicon{position:absolute;right:6px;top:50%;margin-top:-7px;opacity:0;transition:opacity .3s ease-in}td.footable-sortable.footable-asc>span.fooicon,td.footable-sortable.footable-desc>span.fooicon,td.footable-sortable:hover>span.fooicon,th.footable-sortable.footable-asc>span.fooicon,th.footable-sortable.footable-desc>span.fooicon,th.footable-sortable:hover>span.fooicon{opacity:1}table.footable-sorting-disabled td.footable-sortable.footable-asc>span.fooicon,table.footable-sorting-disabled td.footable-sortable.footable-desc>span.fooicon,table.footable-sorting-disabled td.footable-sortable:hover>span.fooicon,table.footable-sorting-disabled th.footable-sortable.footable-asc>span.fooicon,table.footable-sorting-disabled th.footable-sortable.footable-desc>span.fooicon,table.footable-sorting-disabled th.footable-sortable:hover>span.fooicon{opacity:0;visibility:hidden}.footable-paging-external ul.pagination,table.footable>tfoot>tr.footable-paging>td>ul.pagination{margin:10px 0 0}.footable-paging-external span.label,table.footable>tfoot>tr.footable-paging>td>span.label{display:inline-block;margin:0 0 10px;padding:4px 10px}.footable-paging-external.footable-paging-left,table.footable-paging-left>tfoot>tr.footable-paging>td{text-align:left}.footable-paging-external.footable-paging-right,table.footable-editing-right td.footable-editing,table.footable-editing-right tr.footable-editing,table.footable-paging-right>tfoot>tr.footable-paging>td{text-align:right}ul.pagination>li.footable-page{display:none}ul.pagination>li.footable-page.visible{display:inline}td.footable-editing{width:90px;max-width:90px}table.footable-editing-no-delete td.footable-editing,table.footable-editing-no-edit td.footable-editing,table.footable-editing-no-view td.footable-editing{width:70px;max-width:70px}table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,table.footable-editing-no-edit.footable-editing-no-view td.footable-editing{width:50px;max-width:50px}table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing{width:0;max-width:0;display:none!important}table.footable-editing-left td.footable-editing,table.footable-editing-left tr.footable-editing{text-align:left}table.footable-editing button.footable-add,table.footable-editing button.footable-hide,table.footable-editing-show button.footable-show,table.footable-editing.footable-editing-always-show button.footable-hide,table.footable-editing.footable-editing-always-show button.footable-show,table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing{display:none}table.footable-editing.footable-editing-always-show button.footable-add,table.footable-editing.footable-editing-show button.footable-add,table.footable-editing.footable-editing-show button.footable-hide{display:inline-block}
/* End */


/* Start:/local/templates/aspro_next/css/h1-bold.css?176526361443*/
.option-font-bold {
    font-weight: 500;
}
/* End */


/* Start:/local/templates/aspro_next/css/blocks/blocks.css?17652636142015*/
/*Menu many sections*/
.menu-navigation{display: flex;height: 630px;}
body .menu-navigation__sections-wrapper{overflow: hidden;flex-direction: column;width: 256px;height: 100%;
border-right: 1px solid rgba(0,0,0,.09);flex-shrink: 0;}
.menu-navigation__sections{padding-top: 15px;width: 100%;font-size: 15px;}
body .menu-navigation__sections .menu-navigation__sections-item-link{white-space: normal;font-size: 13px;}
.menu-navigation__sections-item-link{padding: 10px 35px 10px 21px;position: relative;}
.menu-navigation__sections-item-link--fa:after{content: "\f105";position: absolute;right: 13px;top: 15px;width: 12px;height: 8px;font-weight: normal;display: block !important;
    font: normal normal normal 14px/1 FontAwesome;}
.menu-navigation__sections-item-link--image.menu-navigation__sections-item-link.menu-navigation__sections-item-link--fa:after{margin-top: -11px;}
.menu-navigation__sections-item-link:not(:hover).dark_link.menu-navigation__sections-item-link--fa:after{color: #888;}
.menu-navigation__sections-item-link .svg-inline-right{position: absolute;right: 20px;top: 17px;}
.menu-navigation__sections-item-link .image{display: table-cell;}
.menu-navigation__sections-item-link .image img{width: 30px;}
.menu-navigation__sections-item-link .image .svg svg{width: 30px;height: 30px;}
.menu-navigation__sections-item-link .image + .name{padding-left: 13px;display: table-cell;vertical-align: middle;padding-bottom: 1px;}
.menu-navigation__sections-item-link-inner{display: block;overflow: hidden;}

.menu-navigation__sections-item-link--image.menu-navigation__sections-item-link{padding-top: 6px;padding-bottom: 12px;}
.menu-navigation__content{flex-grow: 1;padding: 0px;}

/*.menu-navigation__content .dropdown-submenu{min-height: 630px;}*/
#main .menu-navigation__content > .scrollbar > .menu-wrapper > .dropdown-submenu:not(.active){display: none;}
/**/

/*MEDIA*/
@media (min-width: 768px) {
   
}
@media (max-width: 767px) {
}
@media (max-width: 600px) {
   
}
/* End */


/* Start:/local/templates/aspro_next/ajax/ajax.css?1678190858326*/
iframe.waitwindowlocal 
{
	position:absolute; 
	border:0px; 
	z-index:9999;
	
}
div.waitwindowlocal 
{
	position:absolute; 
	width:25px; 
	height: 25px; 
	padding:0px; 
	z-index:10000; 
	display: none;
}
div.waitwindowlocalshadow
 {
	position:absolute; 
	background: rgba(255,255,255, .6); 
	z-index: 2;
}
/* End */


/* Start:/local/templates/aspro_next/css/jquery.mCustomScrollbar.min.css?176526361447969*/
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);

}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(/local/templates/aspro_next/css/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}
/* End */


/* Start:/local/templates/aspro_next/js/scrollyeah/scrollyeah.css?17652636142471*/
/*! Scrollyeah - v0.3.2 - 2014-04-11
* https://github.com/artpolikarpov/scrollyeah
* Copyright (c) 2014 Artem Polikarpov; Licensed MIT */
.scrollyeah {
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  *zoom: 1;
}

.scrollyeah__wrap {
  overflow: hidden;
  *zoom: 1;
}

.scrollyeah__shaft {
  float: left;
}

.scrollyeah__shaft, .scrollyeah__parallax {
  left: 0;
  position: relative;
}

.scrollyeah_active .scrollyeah__shaft {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  *cursor: move !important;
}
.scrollyeah_active .scrollyeah__shaft_grabbing, .scrollyeah_active .scrollyeah__shaft_grabbing * {
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.scrollyeah__shadow {
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 333ms, 333ms;
  transition-duration: 333ms, 333ms;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1), cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1), cubic-bezier(0.1, 0, 0.25, 1);
  z-index: 10;
  *display: none !important;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.scrollyeah__shadow_prev {
  left: -10px;
  background-image:
          linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent),
          radial-gradient(circle farthest-side at left center, rgba(0, 0, 0, 0.5), transparent);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.scrollyeah__shadow_next {
  right: -10px;
  background-image:
          linear-gradient(transparent, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, transparent),
          radial-gradient(circle farthest-side at right center, rgba(0, 0, 0, 0.5), transparent);
  background-position: 100% 0, 100% 0;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.scrollyeah_shadow .scrollyeah__shadow_prev {
  left: 0;
}
.scrollyeah_shadow .scrollyeah__shadow_next {
  right: 0;
}

.scrollyeah_shadow_no-left .scrollyeah__shadow_prev {
  left: -10px;
}

.scrollyeah_shadow_no-right .scrollyeah__shadow_next {
  right: -10px;
}

/* End */


/* Start:/local/templates/aspro_next/css/suggestions.min.css?17652636142091*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/menu/top/style.css?1764320767161*/
.custom-item-image {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* End */


/* Start:/bitrix/components/aspro/marketing.popup.next/templates/.default/style.css?16781907366607*/
.popup.dyn_mp_jqm_frame{max-width: 768px;width: auto;}

.marketing-popup{min-height: 300px;min-width: 250px;}
.marketing-popup:not(.popup-text-info--has-img){max-width: 580px;}

.marketing-popup.popup-text-info--has-img .popup-text-info__picture{position: absolute;top:0px;bottom: 0px;left: 0px;/*max-width: 340px;max-height: 700px;*//*border-radius: 3px 0px 0px 3px;*/overflow: hidden;}
.marketing-popup.popup-text-info--has-img .popup-text-info__picture > div{display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.marketing-popup.popup-text-info--has-img .popup-text-info__text{line-height: 1.715em;}
/*.marketing-popup .popup-text-info__btn{margin-left: -10px;margin-right: -10px;}*/
.marketing-popup .popup-text-info__btn{margin-left: -5px;margin-right: -5px;}
.marketing-popup .popup-text-info__btn .btn{margin: 5px;}

.marketing-popup.popup-text-info--has-img .popup-text-info__text {padding: 0 50px 50px;}
.marketing-popup.popup-text-info--has-img .popup-text-info__title {
	padding: 45px 50px 15px;
	font-size: 1.6em;
	line-height: 1.25em;
}
.marketing-popup.popup-text-info--has-img .popup-text-info__btn{margin-top:29px;}
.marketing-popup.popup-text-info--has-img .popup-text-info__btn .btn{margin-bottom:0;}

/* TEXT */
.dyn_mp_jqm_frame.TEXT {
	box-shadow: 0px 5px 20px 0px #0000001f;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info {
	padding: 32px 35px 30px 35px;
	min-height: auto;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info__title {
	font-size: 1.142em;
	padding: 0;
    padding-bottom: 11px;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info__text {
    /* font-size: 0.8667em; */
    line-height: 1.54em;
    padding: 0;
}
.dyn_mp_jqm_frame.TEXT .jqmClose {
	padding: 8px;
	right: 2px;
    top: 3px;
}
.dyn_mp_jqm_frame.TEXT .jqmClose i,
.dyn_mp_jqm_frame.TEXT .jqmClose i svg {
	width: 10px;
    height: 10px;
}
.dyn_mp_jqm_frame.TEXT .popup-text-info__btn {
	font-size: 15px;
    /* letter-spacing: 0.8px; */
}

/* BOTTOM_LEFT */
.dyn_mp_jqm_frame.TEXT.BOTTOM_LEFT {
    bottom: 20px;
    left: 20px;
    max-width: 410px;
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_LEFT .popup-text-info__btn {
	margin-top: 19px;
}

/* BOTTOM_RIGHT */
.dyn_mp_jqm_frame.TEXT.BOTTOM_RIGHT {
    bottom: 20px;
    right: 20px;
    max-width: 410px;
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_RIGHT .popup-text-info__btn {
	margin-top: 19px;
}

/* BOTTOM_CENTER */
.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER {
    bottom: 20px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info {
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    padding: 21px 40px 20px 26px;
}
.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info__btn {
	margin-top: 0px;
    margin-left: 30px;
}

/*web_forms*/
/* .popup .marketing-popup.with_web_form.popup-text-info--has-img .form .form_head{padding-top: 45px;} */
.marketing-popup.with_web_form  .form .form_footer{margin-bottom: 0;}
.popup .marketing-popup.with_web_form  .form .form_footer{padding-bottom: 50px;}
.popup .marketing-popup.with_web_form.popup-text-info--has-img  .form .form_body,
.popup .marketing-popup.with_web_form.popup-text-info--has-img .form .form_head,
.popup .marketing-popup.with_web_form.popup-text-info--has-img .form .form_footer{padding-left: 50px; padding-right: 50px;}
.marketing-popup.with_web_form.popup-text-info--has-img .popup-text-info__picture{max-width: unset;}
/* .marketing-popup.with_web_form .popup-text-info__webform{max-height: 700px;} */
.marketing-popup.with_web_form .popup-text-info__webform .close.jqmClose{display: none;}
/* .dyn_mp_jqm_frame.jqmWindow.WEBFORM{max-height: 650px;}  */
/**/

/*close icon*/
.dyn_mp_jqm_frame .jqmClose{
	background: none;
	padding: 16px;
}
body .dyn_mp_jqm_frame .jqmClose {
	height: auto;
	width: auto;
	right: 5px;
	top: 5px;
}
body .dyn_mp_jqm_frame .jqmClose:hover{
	background: none;
}
.dyn_mp_jqm_frame .jqmClose .svg{
	background: none;
	min-width: auto;
	min-height: auto;
	width: auto;
	height: auto;
}

.dyn_mp_jqm_frame .jqmClose .svg path{
	fill: #6d6d6d;
}


@media (min-width: 1200px){
	.popup.dyn_mp_jqm_frame.WEBFORM {max-width: 850px;}
	.popup.dyn_mp_jqm_frame.MAIN {max-width: 850px;}
	body .marketing-popup.with_web_form.popup-text-info--has-img{min-width: 850px;}

	body .marketing-popup.with_web_form.popup-text-info--has-img .captcha-row .captcha_input{max-width: 135px;}
	body .popup .marketing-popup.with_web_form.popup-text-info--has-img .captcha-row .captcha_image{left:145px;}
}

@media (min-width: 768px){
	.marketing-popup.popup-text-info--has-img .popup-text-info__picture{width: 45%;}
	.marketing-popup.popup-text-info--has-img .popup-text-info__title,
	.marketing-popup.popup-text-info--has-img .popup-text-info__text{margin-left: 330px;margin-left: 45%;}

	.marketing-popup.popup-text-info--has-img .popup-text-info__webform{margin-left: 330px;margin-left: 45%;}

	.marketing-popup.with_web_form.popup-text-info--has-img{min-width: 767px;}

	.marketing-popup.with_web_form.popup-text-info--has-img .captcha-row .captcha_input{max-width: 95px;}
	.popup .marketing-popup.with_web_form.popup-text-info--has-img .captcha-row .captcha_image{left:105px;}

	.dyn_mp_jqm_frame.MAIN .marketing-popup,
	.dyn_mp_jqm_frame.WEBFORM .marketing-popup{min-width: 700px;}
}
@media (max-width: 767px){
	.marketing-popup .popup-text-info__title, .marketing-popup .popup-text-info__text{padding-left: 30px;padding-right: 30px;}
	.dyn_mp_jqm_frame.TEXT {
		bottom: 0px !important;
	    right: 0px !important;
	    left: 0 !important;
	    max-width: none !important;
	    border-radius: 0 !important;
	    width: 100% !important;
	    transform: none !important;
	}
	.dyn_mp_jqm_frame.TEXT .popup-text-info {
		padding: 22px 26px 20px 26px;
	}
	.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info {
	    flex-direction: column;
	    align-items: baseline;
	}
	.dyn_mp_jqm_frame.TEXT.BOTTOM_CENTER .popup-text-info__btn {
		margin-top: 19px;
		margin-left: -5px;
    	margin-right: -5px;
	}
	.marketing-popup.with_web_form.popup-text-info--has-img .popup-text-info__picture{display: none;}
	.dyn_mp_jqm_frame.WEBFORM{
		max-width: 100%;
	}

}
@media (min-width: 551px) and (max-width: 767px){
	.marketing-popup.popup-text-info--has-img .popup-text-info__picture{width: 35%;}
	body .marketing-popup.popup-text-info--has-img .popup-text-info__title, body .marketing-popup.popup-text-info--has-img .popup-text-info__text{margin-left: 35%;}
}
@media (max-width: 550px){
	.marketing-popup.popup-text-info--has-img .popup-text-info__picture{display: none;}
}
/* End */


/* Start:/local/components/bquadro/auth/templates/.default/style.css?176526361221992*/
.auth-popup {
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0);
    max-height: 100%;
    overflow-y: auto;
    padding: 40px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.auth-popup.is-active {
    background: rgba(0, 0, 0, 0.6);
}

.auth-popup__content {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.95);
    -ms-transform: translateY(50px) scale(0.95);
    transform: translateY(50px) scale(0.95);
    flex-shrink: 0;
    border-radius: 40px;
    margin: auto;
    background: #fff;
    max-width: 100%;
    width: 460px;
    padding: 40px;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -ms-flex-negative: 0;
}

.auth-popup.is-active .auth-popup__content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.auth-popup__close {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    margin-top: 4px;
    background: transparent;
    height: 20px;
    width: 20px;
    padding: 0;
    color: #7D7D7D;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth-popup__close:hover {
    color: var(--green);
}

.auth-popup__close::before,
.auth-popup__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    border-radius: 2px;
    background: currentColor;
    height: 2px;
    width: 18px;
}

.auth-popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.auth-popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Form */
.auth {
    z-index: 1;
    position: relative;
    width: 100%;
}

.auth__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.auth__back {
    position: relative;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    -ms-flex-negative: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth__back::before,
.auth__back::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.auth__back::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none' viewBox='0 0 19 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23D7D7D7' d='M4.085 10c0-.34.13-.681.39-.94l8.17-8.17a1.33 1.33 0 1 1 1.881 1.881L7.297 10l7.23 7.229a1.33 1.33 0 0 1-1.883 1.881l-8.17-8.17c-.259-.26-.389-.6-.389-.94Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M19 .5v19H0V.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.auth__back::after {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' fill='none' viewBox='0 0 19 20'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2372b774' d='M4.085 10c0-.34.13-.681.39-.94l8.17-8.17a1.33 1.33 0 1 1 1.881 1.881L7.297 10l7.23 7.229a1.33 1.33 0 0 1-1.883 1.881l-8.17-8.17c-.259-.26-.389-.6-.389-.94Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M19 .5v19H0V.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.auth__back:hover::before {
    opacity: 0;
}

.auth__back:hover::after {
    opacity: 1;
}

.auth__icon {
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2372B774'/%3E%3Cpath stroke='%23fff' stroke-width='1.875' d='m5.5 10 3.25 3.25 6-6'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    -ms-flex-negative: 0;
}

.auth__title {
    font-size: 24px;
    line-height: 1.166;
    font-weight: 600;
}

.auth__title:not(:first-child) {
    margin-left: 8px;
}

.auth__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.auth__body:not(:first-child) {
    margin-top: 30px;
}

.auth__control {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-weight: 400;
}

.auth__control:not(:first-child) {
    margin-top: 30px;
}

.auth__label {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1.21;
    font-weight: 400;
    color: #6C6C6C;
}

.auth__label:not(:last-child) {
    margin-bottom: 6px;
}

.auth__field {
    position: relative;
    display: block;
}

.auth__input {
    display: block;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
    background: #fff !important;
    height: 37px !important;
    width: 100% !important;
    overflow: hidden !important;
    padding: 8px 14px !important;
    font-size: 16px !important;
    line-height: 1.187 !important;
    font-weight: 400 !important;
    color: #000 !important;
    -webkit-transition: border-color 0.3s ease, opacity 0.3s ease !important;
    -o-transition: border-color 0.3s ease, opacity 0.3s ease !important;
    transition: border-color 0.3s ease, opacity 0.3s ease !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.auth__input--password {
    padding-right: 54px !important;
}

.auth__input.is-autofilled {
    background-color: #FAFBFC !important;
    color: #757575 !important;
    pointer-events: none !important;
}

.auth__input.is-error {
    border-color: #E03D3C !important;
}

.auth__input.is-success {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' fill='none' viewBox='0 0 18 19'%3E%3Ccircle cx='9' cy='9.5' r='9' fill='%2372B774'/%3E%3Cpath stroke='%23fff' stroke-width='1.688' d='m4.95 9.5 2.925 2.925 5.4-5.4'/%3E%3C/svg%3E") !important;
    background-color: transparent !important;
    background-position: calc(100% - 16px) 50% !important;
    background-size: 18px 18px !important;
    background-repeat: no-repeat !important;
    color: #000 !important;
    pointer-events: none !important;
    border-color: var(--green) !important;
}

.auth__input--password.is-success {
    padding-right: 88px !important;
}

.auth__input:hover,
.auth__input:focus {
    border-color: var(--green) !important;
}

.auth__input:disabled:hover,
.auth__input:disabled:focus,
.auth__input.is-autofilled:hover,
.auth__input.is-autofilled:focus {
    border-color: #d7d7d7 !important;
}

.auth__input:-webkit-autofill,
.auth__input:-webkit-autofill:hover,
.auth__input:-webkit-autofill:focus {
    background-clip: content-box;
    -webkit-transition: background-color 5000s ease-in-out 0s,
        color 0.3s ease, opacity 0.3s ease;
    transition: background-color 5000s ease-in-out 0s,
        color 0.3s ease, opacity 0.3s ease;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    caret-color: #000;
    -webkit-text-fill-color: #000;
}

.auth__input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.auth__input::-webkit-input-placeholder {
    opacity: 1;
    color: #d7d7d7 !important;
}

.auth__input::-moz-placeholder {
    opacity: 1;
    color: #d7d7d7 !important;
}

.auth__input:-ms-input-placeholder {
    opacity: 1;
    color: #d7d7d7 !important;
}

.auth__input::-ms-input-placeholder {
    opacity: 1;
    color: #d7d7d7 !important;
}

.auth__input::placeholder {
    opacity: 1;
    color: #d7d7d7 !important;
}

.auth__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px;
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.auth__message-error {
    color: #E03D3C;
}

.auth__message-link {
    text-decoration: underline;
    color: var(--green);
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth__message-link:hover {
    color: var(--dark-green);
}

.auth__submit {
    margin-top: 30px;
}

.auth__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 10px;
    background: var(--green);
    width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: 1.187;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth__submit:hover {
    background-color: var(--dark-green);
}

.auth__submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.auth__phone {
    width: 100%;
}

.auth__phone:not(:first-child) {
    margin-top: 30px;
}

.auth__phone-number {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.auth__phone-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #001A34;
}

.auth__resend {
    margin-top: 8px;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: #001A34;
}

.auth__resend span {
    font-weight: 600;
}

.auth__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid var(--green);
    border-radius: 10px;
    margin-top: 16px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.428;
    font-weight: 600;
    color: var(--green);
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth__btn.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.auth__btn:hover {
    background-color: var(--green);
    color: #fff;
}

.auth__toggler {
    position: absolute;
    top: 6.5px;
    right: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%23D7D7D7' d='M12 15.771a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3Cpath fill='%23D7D7D7' d='M18.507 7.391c-2.05-1.405-4.243-2.118-6.518-2.118-2.048 0-4.045.61-5.934 1.804-1.906 1.207-3.774 3.4-5.305 5.696 1.238 2.063 2.933 4.184 4.697 5.4 2.024 1.394 4.225 2.1 6.542 2.1 2.297 0 4.493-.706 6.53-2.1 1.792-1.228 3.499-3.345 4.731-5.4-1.237-2.035-2.948-4.15-4.743-5.382ZM12 17.273a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Z'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    cursor: pointer;
    -webkit-transition: background-image 0.3s ease;
    -o-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth__toggler:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%2372B774' d='M12 15.771a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3Cpath fill='%2372B774' d='M18.507 7.391c-2.05-1.405-4.243-2.118-6.518-2.118-2.048 0-4.045.61-5.934 1.804-1.906 1.207-3.774 3.4-5.305 5.696 1.238 2.063 2.933 4.184 4.697 5.4 2.024 1.394 4.225 2.1 6.542 2.1 2.297 0 4.493-.706 6.53-2.1 1.792-1.228 3.499-3.345 4.731-5.4-1.237-2.035-2.948-4.15-4.743-5.382ZM12 17.273a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9Z'/%3E%3C/svg%3E");
}

.auth__input--password.is-success~.auth__toggler {
    right: 50px;
}

.auth__toggler::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 32px;
    width: 32px;
}

.auth__toggler::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    background-color: #D7D7D7;
    height: 4.5px;
    width: 24px;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.auth__toggler:hover::after {
    background-color: var(--green);
}

.auth__toggler.is-active::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
    transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
}

.auth__policy {
    position: relative;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: #1D2029;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0 !important;
}

.auth__policy + .auth__message {
    padding-left: 30px;
}

.auth__policy-checkbox {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.auth__policy-text {
    position: relative;
    min-height: 18px;
    display: block;
    min-width: 18px;
    padding-left: 30px;
}

.auth__policy-text::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 1px solid #72b774;
    border-radius: 4px;
    background: #fff;
    height: 18px;
    width: 18px;
}

.auth__policy-checkbox.is-error + .auth__policy-text::before {
    border-color: #E03D3C;
}

.auth__policy-checkbox:checked + .auth__policy-text::before {
    background: url(/local/templates/aspro_next/images/check.svg) 50% 50% / 14px 14px no-repeat #72b774;
}

.auth__policy a {
    text-decoration: none;
    color: var(--green);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.auth__policy a:hover {
    text-decoration: none;
    color: var(--dark-green);
}

.auth__login {
    width: 100%;
}

.auth__login:not(:first-child) {
    margin-top: 30px;
}

.auth__login-title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #001A34;
}

.auth__login-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.auth__login-email {
    margin-right: 7px;
    font-size: 16px;
    line-height: 1.187;
    font-weight: 500;
}

.auth__login-link {
    margin-top: 1px;
    font-size: 12px;
    line-height: 1.666;
    font-weight: 600;
    color: var(--green);
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth__login-link:hover {
    color: var(--dark-green);
}

.auth__forget {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #001A34;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    -o-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth__forget.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.auth__forget:hover {
    color: var(--green);
}

.auth__forget::before,
.auth__forget::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.auth__forget::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%23676767' d='M22.203 11.35H10.06a4.777 4.777 0 0 0-4.646-3.663 4.814 4.814 0 0 0 0 9.627c2.251 0 4.143-1.556 4.67-3.664h6.297v2.323c0 .12.096.24.24.24h1.701a.24.24 0 0 0 .24-.24v-.886c0-.12.096-.24.24-.24h.933c.12 0 .24.096.24.24v.886c0 .12.096.24.24.24h1.46a.24.24 0 0 0 .24-.24V13.65h.335c.647 0 1.15-.503 1.15-1.15-.048-.622-.55-1.15-1.197-1.15ZM5.414 15.016a2.514 2.514 0 1 1 0-5.029 2.514 2.514 0 0 1 0 5.03Z'/%3E%3C/svg%3E");
}

.auth__forget::after {
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%2372B774' d='M22.203 11.35H10.06a4.777 4.777 0 0 0-4.646-3.663 4.814 4.814 0 0 0 0 9.627c2.251 0 4.143-1.556 4.67-3.664h6.297v2.323c0 .12.096.24.24.24h1.701a.24.24 0 0 0 .24-.24v-.886c0-.12.096-.24.24-.24h.933c.12 0 .24.096.24.24v.886c0 .12.096.24.24.24h1.46a.24.24 0 0 0 .24-.24V13.65h.335c.647 0 1.15-.503 1.15-1.15-.048-.622-.55-1.15-1.197-1.15ZM5.414 15.016a2.514 2.514 0 1 1 0-5.029 2.514 2.514 0 0 1 0 5.03Z'/%3E%3C/svg%3E");
}

.auth__forget:hover::before {
    opacity: 1;
}

.auth__forget:hover::after {
    opacity: 1;
}

.auth__text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #001A34;
}

.auth__text span {
    font-weight: 500;
}

.auth__text:not(:first-child) {
    margin-top: 30px;
}

.auth__success {
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #001A34;
}

@media (max-width: 991px) {
    .auth-popup {
        padding-top: 48px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .auth-popup__content {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        margin-bottom: 0;
        min-height: calc(100vh - 48px);
        min-height: calc(100svh - 48px);
        width: 100%;
        padding: 20px 30px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
    }

    .auth-popup.is-active .auth-popup__content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .auth__title {
        font-size: 20px;
        line-height: 1.2;
    }

    .auth__submit {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 100%;
    }

    .auth__text {
        font-size: 14px;
        line-height: 1.2;
    }

    .auth__forget {
        margin-right: auto;
        margin-left: auto;
    }

    .auth-popup__close {
        top: 20px;
        right: 30px;
        margin-top: 0;
    }

    .auth__success {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/aspro_next/styles.css?176191913814108*/
body{width:100%;position:relative;margin:0 auto;padding:0;color:#555;}
button, input[type='submit'], input[type='button'], .basket_button, .basket_button span {text-transform:none;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;outline:none;}
h1{color: #383838;font-size: 36px;font-weight:500;line-height: 38px;padding-bottom: 25px;}
h1.shifted{padding-right:200px;}
h2, h3, h4, h5{color:#383838;line-height:20px;font-weight:500;margin: 30px 0 26px;}
h2{font-size:24px;margin: 0 0 24px;}
h3{margin:0 0 23px;}
h3, h3 a{font-size:20px;line-height:20px;font-weight:500;}
a h3{display:inline-block;}
h4{font-size:16px;}
h5{font-size: 14px;}

h1{font-size:2.133em;line-height:30px;margin:0 0 18px;font-weight:500;}
h2{font-size:1.866em;line-height:28px;margin: 40px 0 26px;}
h3{font-size:1.6em;  line-height:24px;margin: 40px 0 26px;}
h4{font-size:1.33em; line-height:20px;margin: 40px 0 26px;}
h5{font-size:1.2em;  line-height:22px;margin: 40px 0 26px;}
h6{font-size:1.066em;line-height:22px;margin: 40px 0 26px;}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced{margin-top:50px;}
h1.no-top-space, h2.no-top-space, h3.no-top-space, h4.no-top-space, h5.no-top-space, h6.no-top-space{margin-top:0px;}
h1.no-bottom-space, h2.no-bottom-space, h3.no-bottom-space, h4.no-bottom-space, h5.no-bottom-space, h6.no-bottom-space{margin-bottom:0px;}
h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced{margin-top:64px;}
h1.bottom-spaced, h2.bottom-spaced, h3.bottom-spaced, h4.bottom-spaced, h5.bottom-spaced, h6.bottom-spaced{margin-bottom:36px;}
img{border:0;}

blockquote{color:#383838;margin:43px 0 45px;min-height:40px;padding-left:25px;position:relative;vertical-align:middle;border:none;}
blockquote:before{bottom:3px;content:" ";display:block;left:0;position:absolute;top:3px;width:3px;background-color:#ddd;}
.medium{font-weight: 500;font-size: 14px;}
hr{border:0;height:1px;margin:20px 0;background: #f0f0f0;}
p{margin:0px 0px 20px;}
a{cursor:pointer;text-decoration:none;}
table {border-collapse:collapse;}
ol {counter-reset:li;}
ol li, ul li{position:relative;padding-left:18px;}
ol li:before, ul li:before{position:absolute;left:0px;}
ol li:before{content:counter(li) ". " !important;counter-increment:li;padding-right:0 !important;color:#383838;}
ul li:before{content:"\25CF";color:#383838;}
li{list-style-type:none;}
.big_text {font-size:18px;font-weight:500;}
.middle_text {font-size:14px;}
hr.long { margin: 35px 0px 30px; }
.border_block_wide { border: 1px solid #e5e5e5; padding: 9px 38px 34px; }
.border_block_wide .props_list { width: 100%; }
.border_block_wide .props_list td:first-child { font-size: 14px; }
.border_block_wide .props_list td:first-child .txt { padding-right: 28px; }
.border_block_wide .props_list td:last-child { font-size: 16px; font-weight: bold; }
.border_block_wide .props_list td:last-child .txt { padding-left: 29px; }
.border_block_wide .props_list td .txt { padding-left: 14px; }
.border_block_wide .props_list td { padding-top: 6px; }
table.props_list { border-collapse: collapse; border: 0px;table-layout:fixed; }
table.table td{padding:10px;}
table[data-bx-no-border="Y"] td { border: 0px; border-bottom: 1px dotted #c3c3c3; }
.props_list td { text-align: right; padding: 2px 0px 2px 10px; font-size: 13px; }
.border_block_wide .props_list td {border-bottom: 1px dotted #c3c3c3;}
.props_list td > span, .props_list td > .txt { position: relative; background: #FFF; padding: 0px; display: inline-block;color: #666; }
.border_block_wide .props_list td > span, .border_block_wide .props_list td > .txt{bottom: -11px;background: #FFF;padding: 0px 0px 0px 10px;display: inline-block;}
.props_list tr td:first-child { text-align: left; padding-right: 10px; padding-left: 0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt { padding-right: 12px; position: relative; }
.props_list tr td:first-child > span.whint { padding-right: 32px; }
.border_block_wide .props_list tr td:first-child > span:before, .border_block_wide .props_list tr td:first-child > .txt:before  { content: ""; display: block; position: absolute; background: #ddd; left: 1px; top: 10px; width: 2px; height: 2px; }
.props_list tr td:first-child > .txt:before { top: 9px; width: 3px; height: 3px; }
.tizer_bold_text { font-weight: 600; font-size: 18px; }
.tizer_text { font-size: 16px; }

.styled-block{border-left:2px solid;background:url('/local/templates/aspro_next/images/background.png') #f5f5f5 0 0 repeat;color:#555555;margin-bottom:40px;clear:both;margin-top:30px;padding:37px 50px;font-size:15px;}
.order-block{background:#fbfbfb;border:1px solid #f5f5f5;color:#555555;clear:both;font-size:1em;margin:35px 0 51px;width:100%;}
.order-block .row{margin:0;}
.order-block .row > div{text-align:center;padding: 41px 0 40px;min-height:83px;}
.order-block  td{padding:41px 0px;vertical-align:top;}
.order-block  td .btns{text-align:center;}
.order-block  .btn{margin:0;}
.order-block .text{padding:0px 0px 0px 128px;min-height: 54px;line-height:24px;color:#222;text-align:left;position:relative;}
.order-block .text:before{content:"";background:url(/local/templates/aspro_next/images/svg/next.svg) -405px -211px no-repeat;display:block;width:48px;height:58px;position:absolute;top:39px;top:-2px;left:50px;}
.order-block .text h1, .order-block .text h2, .order-block .text h3, .order-block .text h4, .order-block .text h5, .order-block .text h6 {color:#333333;margin-bottom:5px;margin-top:0px;}
.styled-block .row > div, .order-block .row > div{/*float:left;*/display: table-cell;vertical-align:middle;}
.styled-block .row > div.col-md-3, .order-block .row > vib.col-md-3{text-align:center;}
.styled-block .row > div.col-md-3 .btn, .order-block .row > vib.col-md-3 .btn{position:relative;margin:0;}

.order-block.noicons .text:before{display:none;}
.order-block.noicons .text{min-height:auto;padding-left:30px;}
.order-block.noicons td{vertical-align:middle;}

.introtext {padding: 0px 0px 20px;font-size: 1.200em;color: #222222;border-bottom: 2px solid  #de002b; line-height: 1.6em;margin-bottom: 40px;position:relative;}

.btn-inline { cursor: pointer; white-space: nowrap; }
.btn-inline i { margin: 0 14px; }
.btn-inline.rounded i { margin: 0 8px;  border-radius: 50%; width: 18px; text-align: center; height: 18px; line-height: 18px;position:relative;top:1px; }
.btn-inline.rounded i:before { margin-left: 1px; }
.bx-firefox .btn-inline.rounded i:before { margin-left: 0px; }
.btn-inline.rounded:hover i { color: #fff; background: #ccc; }
.btn-inline:hover { color: #222;  }

.btn-inline.sm { font-size:0.867em; }
.btn-inline.sm i { margin: 0 12px; }
.btn-inline.sm.rounded i { margin: 0 6px; }

.btn-inline.xs { font-size:0.733em; }
.btn-inline.xs i { margin: 0 10px; }
.btn-inline.xs.rounded i { margin: 0 4px; }

.btn-inline.black { color: #222; }

.black { color: #222; }

/* i.fa.big-icon /info/more/icons/ */
.fa.big-icon { height: 54px; width: 54px;  line-height: 54px; font-size: 29px;  border-radius: 50%; background: #666; color: #fff; text-align: center; }
.fa.big-icon.grey { color: #222;}
.fa.big-icon.s50 { height: 50px; width: 50px;  line-height: 50px; font-size: 29px; }
.fa.big-icon.s45 { height: 45px; width: 45px;  line-height: 45px; font-size: 25px; }
.fa.big-icon.s40 { height: 40px; width: 40px;  line-height: 40px; font-size: 22px; }
.fa.big-icon.s35 { height: 35px; width: 35px;  line-height: 35px; font-size: 19px; }
.fa.big-icon.s30 { height: 30px; width: 30px;  line-height: 30px; font-size: 17px; }
.fa.big-icon.s25 { height: 25px; width: 25px;  line-height: 25px; font-size: 13px; }

/* .icon-text /info/more/icons/ */ 
.icon-text { padding: 0 20px; height: 54px; line-height: 54px;  display: inline-block;  border-radius: 27px; white-space: nowrap;  }
.icon-text .fa { font-size: 30px; margin-top: -7px; vertical-align: middle; margin-right: 10px; }

a.icon-text:hover { color: #fff; text-decoration: underline; }
a.icon-text:focus { color: #fff; }

.icon-text.s50 { padding: 0 18px; height: 50px; line-height: 50px; }
.icon-text.s50 .fa {  margin-top: -2px; font-size: 26px; margin-right: 6px;  }

.icon-text.s45 { height: 45px; line-height: 45px; }
.icon-text.s45 .fa { margin-top: -2px;  font-size: 22px; margin-right: 4px;  }

.icon-text.s40 {  padding: 0 16px; height: 40px; line-height: 40px; }
.icon-text.s40 .fa { font-size: 22px;     margin-top: -4px; margin-right: 4px;  }

.icon-text.s35 { padding: 0 14px; height: 35px; line-height: 33px; }
.icon-text.s35 .fa { margin-top: 0;  font-size: 18px; margin-right: 4px;  }

.icon-text.s30 { padding: 0 12px; height: 30px; line-height: 30px; font-size: 13px; line-height: 29px; }
.icon-text.s30 .fa { margin-top: 0;  font-size: 15px; margin-right: 2px;     line-height: 13px;  }

.icon-text.s25 { padding: 0 9px;  height: 25px; font-size: 13px; line-height: 24px; }
.icon-text.s25 .fa { margin-top: 0;  font-size: 14px; margin-right: 2px;     line-height: 13px;  }

/* BUTTONS */
.btn{font-size:13px;line-height:18px;font-weight:normal;text-transform:none;text-decoration:none;margin:0px;border:1px solid;border-radius:2px;padding:7px 18px 9px;overflow:hidden;transition:background-color 0.3s ease;-moz-transition:background-color 0.3s ease;-ms-transition:background-color 0.3s ease;-o-transition:background-color 0.3s ease;-webkit-transition:background-color 0.3s ease;}
.more_page_buttons_block .btn{margin:0 10px 10px 0;}
.btn.bold{font-weight:bold;}
.btn > *{-moz-transition:background-color 0.3s;-ms-transition:background-color 0.3s;-o-transition:background-color 0.3s;-webkit-transition:background-color 0.3s;transition:background-color 0.3s;}
.btn-lg{padding: 10px 25px 10px;font-weight:bold;}
.btn.btn-lg{font-size:14px;}
.btn-sm{padding:6px 15px 6px;font-size:12px;}
.btn.btn-sm{font-weight:normal;}
.btn-xs{font-size:11px;line-height:12px;padding:7px 14px 7px;border-radius:1px;}
.btn.btn-xs{font-weight:normal;}
.btn[disabled],.btn.disabled{background:none !important;border:1px solid #bbbbbb !important;color:#bbbbbb !important;}
.btn[disabled] > *,.btn.disabled > *{background:none !important;border:none !important;color:#bbbbbb !important;}
.btn-lg[disabled],.btn-lg.disabled{border-width:2px;}
.btn-icon i{margin-right:10px;}
.btn-icon-right i{margin-right:0;margin-left:10px;}
.btn-default.wc{padding:0 !important;font-size:0;}
.btn-default.wc .fa{display:inline-block;height:31px;line-height:32px;vertical-align:top;width:32px;*display:inline;zoom:1;font-size:13px;}
.btn-default.wc span{display:inline-block;padding:6px 12px 5px 0px;line-height:19px;vertical-align:top;*display:inline;zoom:1;font-size:13px;}
.btn-default.btn-xs.wc .fa{width:25px;height:26px;line-height:27px;font-size:14px;font-weight:bold;}
.btn-default.btn-xs.wc span{line-height:16px;padding:5px 10px 4px 0;font-size:11px;}
.btn-default.wc.vert{background:none;border:none;padding:0;min-width:100px;width:100%;}
.btn-default.wc.vert .fa{background-color:#cdd8dd;border:none;display:block;height:70px;line-height:70px;vertical-align:top;font-size:39px;border-radius:1px 1px 0 0;width:100%;}
.btn-default.wc.vert span{color:#1d2029;background:#dfeaed;border-bottom:1px solid #c8d2d5;border-top:1px solid #eaf1f3;display:block;padding:10px 12px 10px;line-height:16px;font-size:13px;font-weight:bold;border-radius:0 0 1px 1px;white-space:normal;text-shadow:none;}
.btn-default.wc.vert:hover span{background:#cdd8dd;border-bottom:1px solid #b8c2c6;border-top:1px solid #dde5e8;}
.btn.btn-responsive-nav{ color:#FFF; padding:5px 8px 3px;margin:0;border:medium none;}
.btn.btn-responsive-nav .fa{font-size:21px;}
.btn.btn-transparent-border{border:1px solid rgba(243,243,243,0.4);}
.btn.btn-transparent-border:hover{color:#fff;}
.btn.white.grey{color:#888888 !important;border:1px solid #aaaaaa;background:#ffffff;}
.to-order, .to-subscribe, .in-cart, .in-subscribe{display:block;}
.btn.btn-default.in-cart, .btn.btn-default.in-cart:hover{background: #4fad00;border-color: #4fad00;}
.btn.btn-default:focus:active{color:#fff;}
.btn.btn-default.transparent.white:not(:hover){background: transparent;}

.btn:hover,.btn:active,.btn:focus{outline:none;}
.btn.btn-default:active:hover{color:#fff;}

.lineclamp-2 {
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
}
.lineclamp-3 {
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
}
.lineclamp-4 {
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
}
.lineclamp-5 {
    -moz-box-orient: vertical;
    -moz-line-clamp: 5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
}
.lineclamp-12 {
    -moz-box-orient: vertical;
    -moz-line-clamp: 12;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
}

.font_sxs {
    font-size: 13px;
    line-height: 1.692em;
}
.font_xs {
    font-size: .867em;
    line-height: 1.692em;
}

.scrollblock {
  overflow:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin
}
.scrollblock--ob-auto {
  overscroll-behavior:auto
}
.scrollblock::-webkit-scrollbar {
  width:8px;
}
.scrollblock::-webkit-scrollbar-track {
  border-radius:8px;
}
.scrollblock::-webkit-scrollbar-thumb {
  border-radius:8px;
  background:#999;
  border:2px solid #fff;
  border-color:var(--card_bg_black)
}
.scrollblock::-webkit-scrollbar-thumb {
  background:#999;
  border:2px solid #fff;
  border-color:var(--card_bg_black)
}
.scrollblock.scrollblock--thick::-webkit-scrollbar {
  width:14px;
}
.scrollblock.scrollblock--thick::-webkit-scrollbar-thumb,
.scrollblock.scrollblock--thick::-webkit-scrollbar-thumb {
  border:5px solid var(--card_bg_black)
}
.smart-captcha{
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/aspro_next/template_styles.css?1764756427702194*/
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  position: relative;
}

body {
  height: 100vh;
  position: static;
}

body.simple_basket_mode {
  display: flex;
  flex-direction: column;
}

body.simple_basket_mode .wrapper1 {
  flex-grow: 1;
  -ms-flex-positive: 1;
}

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

div[id^="wait_comp"],
.bx-core-waitwindow {
  display: none;
}

.right_block ul,
.right_block ol {
  margin: 0 0 27px;
}

.right_block ul li:before,
.right_block ol li:before {
  padding: 0px;
  margin-left: 0px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.right_block ul li,
.right_block ol li {
  margin: 0 0 4px;
  padding-left: 20px;
  position: relative;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

#panel+div[id*="bx_incl_area"] {
  min-height: 0px !important;
}

.margin0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.margin-auto {
  margin: auto;
}

.nopadding {
  padding: 0px !important;
}

.nopadding_left {
  padding-left: 0px !important;
}

.nopadding_right {
  padding-right: 0px !important;
}

.print body {
  background: #fff !important;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexbox--reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.row.flexbox {
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox--row {
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
}

.flexbox--wrap {
  flex-wrap: wrap;
}

.bx-mac .row.flexbox:not(.nmac)>div {
  margin-left: -1px;
  /*margin-right:-1px;*/
}

.bx-mac .flexbox.nmac,
.bx-mac .row.flexbox.nmac {
  display: block;
}

.bx-mac .row.flexbox:after,
.bx-mac .row.flexbox:before {
  width: 100%;
}

.row.flexbox .item {
  height: 100%;
  min-height: 100%;
}

.bx-ios .flexbox>div {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.bx-ios .sections_wrapper .list .row>div {
  border: 1px solid #f2f2f2;
  margin-right: -1px !important;
}

.bx-ios .sections_wrapper .list .row>div:hover {
  border-color: transparent;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.bx-ios .sections_wrapper .list .row>div:hover .item {
  box-shadow: none;
}

.bx-ios .sections_wrapper .list .row>div:first-of-type {
  margin-left: -1px !important;
}

.bx-ios .sections_wrapper .list .row>div .item {
  border: none;
}

.catalog_detail.share.rss-block+h1 {
  padding-right: 195px;
}

.catalog_detail.share+h1 {
  padding-right: 130px;
}

.title_block {
  display: inline-block;
  margin: 0px 38px 0px 0px;
  font-size: 20px;
  color: #1d2029;
  line-height: 30px;
  font-weight: 500;
}

.title_block.sm {
  font-size: 18px;
}

.title_block.lg {
  font-size: 22px;
}

.icon_more {
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  background: url("/local/templates/aspro_next/images/arrows.png") -1px -78px no-repeat;
  padding: 0px 0px 0px 23px;
  margin: 10px 0px 0px;
  display: inline-block;
}

.text_before_items,
.text_before_items p {
  color: #555;
}

.text_before_items hr {
  margin: 31px 0 38px;
}

a.back {
  font-weight: bold;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  color: #222;
}

.transition_bg {
  transition: background-color ease 0.5s;
}

.close {
  text-shadow: none;
}

.close:hover,
.close:focus,
.btn.close {
  opacity: 1;
}

[data-event="jqm"],
[data-event="b24"] {
  cursor: pointer;
}

.twosmallfont {
  font-size: 0.867em;
  line-height: 18px;
}

.fill_bg_n .grey_block,
.grey_block .maxwidth-theme {
  background: #f9f9fa;
}

.front.wide_page .grey_block.small-padding .adv_list.small_banners {
  padding: 0;
}

.front.wide_page hr {
  margin: 0px auto;
}

/*scrollbars */
.scrollbar {
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
}

.scrollbar::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15); */
  border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid #fff;
}

.scrollbar--overflow {
  overflow: hidden;
  overflow-y: auto;
}

.animation-width {
  -webkit-transition: width ease 0.1s;
  -moz-transition: width ease 0.1s;
  -ms-transition: width ease 0.1s;
  -o-transition: width ease 0.1s;
  transition: width ease 0.1s;
}

.animation-bg {
  -webkit-transition: background ease 0.1s;
  -moz-transition: background ease 0.1s;
  -ms-transition: background ease 0.1s;
  -o-transition: background ease 0.1s;
  transition: background ease 0.1s;
}

.animation-height {
  -webkit-transition: height ease 0.1s;
  -moz-transition: height ease 0.1s;
  -ms-transition: height ease 0.1s;
  -o-transition: height ease 0.1s;
  transition: height ease 0.1s;
}

.animation-all {
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.animation-opacity {
  -webkit-transition: opacity ease 0.1s;
  -moz-transition: opacity ease 0.1s;
  -ms-transition: opacity ease 0.1s;
  -o-transition: opacity ease 0.1s;
  transition: opacity ease 0.1s;
}

.animation-boxs {
  -webkit-transition: box-shadow ease 0.1s, border-color ease 0.1s;
  -moz-transition: box-shadow ease 0.1s, border-color ease 0.1s;
  -ms-transition: box-shadow ease 0.1s, border-color ease 0.1s;
  -o-transition: box-shadow ease 0.1s, border-color ease 0.1s;
  transition: box-shadow ease 0.1s, border-color ease 0.1s;
}

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

.hover_shine .shine:before {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  content: "";
  width: 25%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover_shine .hover_blink .shine:before {
  display: none;
}

.hover_shine .shine:hover:before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
  opacity: 1;
}

.hover_blink .shine:hover {
  opacity: 1;
  -webkit-animation: flash 0.8s;
  animation: flash 0.8s;
}

.inner-table-block {
  display: table-cell;
  vertical-align: middle;
}

.dark-color:not(.active),
.colored:hover {
  color: #222;
}

.shares-block ul li:before,
.slides li:before,
body .nav li:before {
  display: none;
}

body .nav li {
  padding: 0px;
  margin: 0px;
}

.url-block {
  display: inline-block;
  margin-bottom: 25px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  position: relative;
  color: #222;
}

.url-block:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 44px;
  width: 1px;
  height: 100%;
  background: #F9F9FA;
}

.url-block i {
  position: absolute;
  width: 44px;
  font-size: 20px;
  font-weight: bold;
  left: 0px;
  top: 9px;
  text-align: center;
}

.url-block.next-url i {
  left: auto;
  right: 0px;
}

.url-block.next-url:before {
  left: auto;
  right: 44px;
}

.url-block.next-url span {
  padding-left: 20px;
  padding-right: 64px;
}

.url-block span {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 20px 9px 64px;
}

.url-block:hover {
  background: #F9F9FA;
}

.url-block:hover:before {
  background: #fff;
}

.url-block:hover {
  color: #222;
}

.bx-firefox .back-url i,
.bx-ie .back-url i {
  line-height: 24px;
}

div.blog-comment-hidden .blog-comment-cont-white,
div.blog-comment-hidden .blog-comment-date {
  background: #fff;
}

/*common*/
.wrapper,
.wrapper_inner,
.wrapp,
.wrapper1>div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  zoom: 1;
  z-index: 2;
}

.wrapper1 .header_wrap {
  z-index: 4;
}

.wrapper1 .header_wrap.zindexed {
  z-index: 3000;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.wrapp {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

.wrapper_inner,
.maxwidth-theme {
  padding: 0px 30px;
  margin: 0 auto;
  background: #fff;
  float: none;
}

.maxwidth-theme:before,
.maxwidth-theme:after {
  content: "";
  display: block;
  clear: both;
}

.maxwidth-theme>.inner-theme {
  padding: 0px 30px;
  background: #fff;
  margin: 0px -30px;
}

.tab-pane .maxwidth-theme {
  padding: 0px;
}

.wrapper_inner.wides {
  max-width: 1172px;
}

.wrapper_inner.wides_big {
  max-width: 1182px;
}

.wrapper_inner1.wides {
  margin: 0px -10px;
}

.wrapper_inner1.wides.float_banners {
  margin: 0px -10px 30px;
}

.opacity1 {
  opacity: 1 !important;
}

.ce_cmp_visible {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.left_block {
  width: 234px;
  float: left;
  position: relative;
  zoom: 1;
  z-index: 390;
  padding-top: 0px;
  /*right:calc(100% - 264px);*/
}

body .right_block.error_page {
  width: 100% !important;
}

.right_block>.middle>.maxwidth-theme {
  padding: 0px;
}

.left-menu-md .left_menu {
  margin-bottom: 30px;
}

.news-list {
  overflow: hidden;
}

form label {
  font-weight: normal;
}

.uploader {
  border-radius: 3px;
  padding: 11px 54px 5px 44px;
  border: 1px solid #ececec;
  position: relative;
  margin-bottom: -1px;
  margin-top: 10px;
  background: #fafafa;
  cursor: pointer;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.uploader:hover+.uploader {
  z-index: 11;
}

.uploader:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16px;
  width: 9px;
  height: 18px;
  background: url(/local/templates/aspro_next/images/svg/content_icons.svg) -118px -117px no-repeat;
}

.uploader:hover:before {
  background-position: -128px -117px;
}

.uploader input[type="file"] {
  z-index: 10;
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.uploader .action {
  display: none;
  position: absolute;
  top: 9px;
  left: 9px;
  background: #fff;
  border-radius: 3px;
  color: white;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 15px;
  margin-right: 10px;
}

.uploader:hover .action {
  color: #fff;
}

.form .add_text {
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  color: #999999;
  cursor: pointer;
  padding: 11px 24px;
}

.form .add_file {
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  padding: 4px 10px 0px 0px;
}

.form .add_file span {
  border-bottom: 1px dotted;
}

.uploader .filename {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  font-size: 0.8667em;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  line-height: 25px;
}

.uploader:hover .filename {
  color: #fff;
}

.uploader:first-of-type {
  margin-top: 0px;
}

.uploader:hover .filename {
  color: #fff;
}

.uploader.files_add .filename {
  color: #333;
}

.uploader:hover .filename {
  color: #fff;
}

.uploader .resetfile {
  position: absolute;
  right: -1px;
  width: 47px;
  display: block;
  top: -1px;
  bottom: -1px;
  z-index: 10;
  border-radius: 0 2px 2px 0;
}

.uploader .resetfile:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #eee;
  left: 0;
  top: 1px;
  bottom: 1px;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.uploader .resetfile svg {
  fill: #333;
  fill-rule: evenodd;
  position: absolute;
  width: 11px;
  height: 11px;
  display: block;
  top: 50%;
  margin: -5px 0 0 -5px;
  left: 50%;
}

.uploader:hover .resetfile svg {
  fill: #fff;
}

#content .right_block.catalog .catalog_list,
#content .right_block.catalog .catalog_table {
  left: 0;
  right: -20px;
  position: relative;
  zoom: 1;
}

#content .right_block.catalog .catalog_block {
  margin-top: 20px;
}

#content .right_block.catalog .catalog_section_list {
  margin-left: 11px;
}

.clearfix {
  clear: both;
}

.alert-danger {
  background: #ffeeee;
  color: #e83333;
}

.alert.alert-success {
  background: #e6f8de;
  color: #419a19;
}

.alert.alert-success .icon-success,
.alert-warning .icon-warning {
  display: none;
}

.alert.alert-success font.notetext {
  color: #419a19;
}

.alert font.errortext {
  margin: 0;
  background: none;
  padding: 0 !important;
}

.alert-danger p,
font.errortext {
  color: #e83333;
}

.alert-success p {
  color: #419a19;
}

.popup .form-wr .alert p {
  margin: 0px;
}

.rows_block {
  font-size: 0px;
  margin: 0px -6px;
}

.rows_block:after,
.rows_block:before {
  display: table;
  content: " ";
}

.rows_block:after {
  clear: both;
}

.rows_block * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.rows_block .item_block {
  display: inline-block;
  vertical-align: top;
  padding: 6px 6px;
}

.rows_block .col-80 {
  width: 80%;
}

.rows_block .col-75 {
  width: 75%;
}

.rows_block .col-66 {
  width: 66.66%;
}

.rows_block .col-5 {
  width: 20%;
}

.rows_block .col-4 {
  width: 25%;
}

.rows_block .col-3 {
  width: 33.33%;
}

.rows_block .col-2 {
  width: 50%;
}

.rows_block .col-1 {
  width: 100%;
}

.hover {
  cursor: pointer;
}

.grey_bg {
  background: #f7f7f9;
}

hr {
  padding: 0px;
  margin: 20px 0px;
  height: 1px;
}

hr.white {
  background: #fff;
}

hr.black {
  background: #000;
}

hr.grey {
  background: #f2f2f2;
}

.wrapper_block {
  position: relative;
  clear: both;
}

.top_border {
  border-top: 1px solid #f2f2f2;
}

font.notetext {
  color: #333;
}

/* SVG ICONS */
.svg {
  top: -1px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

.svg.normal {
  min-width: auto;
  min-height: auto;
}

.bx-firefox svg,
.bx-ie svg {
  transform: translateZ(0);
}

.svg svg {
  display: block;
}

.svg-phone {
  margin: 0 9px 0 0;
  min-width: 9px;
  min-height: 12px;
  background-image: url(/local/templates/aspro_next/images/svg/Phone_black.svg);
}

.svg-burger {
  background-image: url(/local/templates/aspro_next/images/svg/burger_black.svg);
}

.svg-burger.mask {
  background-color: #222;
  background-image: url(/local/templates/aspro_next/images/svg/Burger_mask.svg);
}

.svg-burger.white {
  background-image: url(/local/templates/aspro_next/images/svg/burger_white.svg);
}

.svg-burger.white.lg {
  background-image: url(/local/templates/aspro_next/images/svg/Burger_big_white.svg);
}

.svg-search {
  background-color: #222;
  background-image: url(/local/templates/aspro_next/images/svg/Search_mask.svg);
}

.svg-search.white {
  background-image: url(/local/templates/aspro_next/images/svg/Search_white.svg);
  background-color: transparent;
}

.svg-basket {
  background-color: transparent;
  background-image: url(/local/templates/aspro_next/images/svg/Basket_black.svg);
}

.svg-basket.white,
.basket_bottom_block:not(.basket_fill_WHITE) .svg-basket {
  min-width: 18px;
  min-height: 17px;
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Basket_white.svg);
}

.svg-compare.white,
.basket_bottom_block:not(.basket_fill_WHITE) .svg-compare {
  min-width: 17px;
  min-height: 17px;
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Comparison_white.svg);
}

.svg-wish.white,
.basket_bottom_block:not(.basket_fill_WHITE) .svg-wish {
  min-width: 18px;
  min-height: 16px;
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Wishlist_white.svg);
}

.svg-basket.white.lg {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Basket_big_white.svg);
}

.svg-compare {
  background-color: transparent;
  background-image: url(/local/templates/aspro_next/images/svg/Comparison_black.svg);
}

.svg-compare.white.lg {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Comparison_big_white.svg);
}

.svg-wish {
  background-color: transparent;
  background-image: url(/local/templates/aspro_next/images/svg/Wishlist_black.svg);
}

.svg-wish.white.lg {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Wishlist_big_white.svg);
}

.svg-spinner {
  background-image: url(/local/templates/aspro_next/images/svg/Spinner.svg);
  margin-right: 5px;
}

.svg-arrow-left {
  background-image: url(/local/templates/aspro_next/images/svg/Arrow_left.svg);
}

.svg-arrow-left.white {
  background-image: url(/local/templates/aspro_next/images/svg/Arrow_left_white.svg);
}

.svg-arrow-right {
  background-image: url(/local/templates/aspro_next/images/svg/Arrow_right.svg);
}

.svg-arrow-right.white {
  background-image: url(/local/templates/aspro_next/images/svg/Arrow_right_white.svg);
}

.svg_triangle_right {
  background-image: url(/local/templates/aspro_next/images/svg/Triangle_right.svg);
}

.svg-print {
  background-image: url('/local/templates/aspro_next/./images/svg/header_icons.svg');
}

.page-top-wrapper.color .svg-print {
  background-position: -25px 7px;
}

.svg-print,
.print-link:hover .svg-print {
  background-position: 7px 7px;
}

.svg-filter {
  background-image: url(/local/templates/aspro_next/images/svg/Filter_black.svg);
}

.svg-filter.white {
  background-image: url(/local/templates/aspro_next/images/svg/Filter_white.svg);
}

.page-top-wrapper__icon {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.page-top-wrapper__icon .svg {
  display: block;
  height: 30px;
  top: 0;
  width: 30px;
}

a:hover .svg.svg-basket:not(.lg),
a:hover .svg.svg-compare:not(.lg),
a:hover .svg.svg-wish:not(.lg) {
  background-color: transparent;
}

.svg.svg-address {
  top: -2px;
  background-image: url(/local/templates/aspro_next/images/svg/Addres_mask.svg);
  background-color: #222;
}

.svg.svg-address.black {
  position: relative;
  background: url(/local/templates/aspro_next/images/svg/Addres_black.svg) 0 0/100% no-repeat;
  background-color: transparent;
}

.svg.svg-email {
  background-image: url(/local/templates/aspro_next/images/svg/Email_mask.svg);
  background-color: #222;
}

.svg.svg-cabinet {
  min-width: 14px;
  min-height: 16px;
  top: -1px;
  background: #222 url(/local/templates/aspro_next/images/svg/User_mask.svg) 0px 0 no-repeat;
}

.svg.svg-cabinet.white {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/User_white.svg);
}

.svg.svg-cabinet.white.lg {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/User_big_white.svg);
}

.svg.svg-cabinet-login {
  background: #222 url(/local/templates/aspro_next/images/svg/Lock_mask.svg) 0px 0 no-repeat;
}

.svg.lg {
  top: -2px;
  min-width: 21px;
  min-height: 21px;
}

.svg-search.lg {
  background-image: url(/local/templates/aspro_next/images/svg/Search_big_mask.svg);
}

.svg-search.white {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Search_white.svg);
}

.svg-search.white.lg {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Search_big_white.svg);
}

.svg-basket.lg {
  background-color: #222;
  min-width: 22px;
  background-image: url(/local/templates/aspro_next/images/svg/Basket_big_mask.svg);
}

body .svg.svg-inline-basket.big {
  min-width: 22px;
  width: 22px;
}

.svg-wish.lg {
  background-color: #222;
  min-width: 23px;
  background-image: url(/local/templates/aspro_next/images/svg/Wishlist_big.svg);
}

body .svg.svg-inline-wish.big {
  min-width: 23px;
  width: 23px;
}

.svg-compare.lg {
  background-color: #222;
  background-image: url(/local/templates/aspro_next/images/svg/Comparison_big.svg);
}

.svg-cabinet.lg {
  background-image: url(/local/templates/aspro_next/images/svg/User_big_mask.svg);
}

.svg-cabinet-login.lg {
  background-image: url(/local/templates/aspro_next/images/svg/Lock_big_mask.svg);
}

.svg-cabinet-login.white.lg {
  background-color: transparent;
  background-image: url(/local/templates/aspro_next/images/svg/Lock_big_white.svg);
}

.svg-black {
  background: none;
}

.svg-search.svg-black {
  background-image: url(/local/templates/aspro_next/images/svg/Search_black_sm.svg);
}

.search-wrapper .svg-search {
  min-width: 16px;
  min-height: 16px;
}

.svg.svg-close {
  background-color: #222;
  background-image: url(/local/templates/aspro_next/images/svg/Close_mask.svg);
}

.svg-close.black {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Close.svg);
}

.svg-close.white {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Close_white.svg);
}

.svg-fullsize {
  background: none;
  background-image: url(/local/templates/aspro_next/images/svg/Fullsize.svg);
}

.svg-social-vk {
  background-image: url(/local/templates/aspro_next/images/svg/social/Vk_mask.svg);
  background-color: #222;
}

.svg-social-fb {
  background-image: url(/local/templates/aspro_next/images/svg/social/Facebook_mask.svg);
  background-color: #222;
}

.svg-social-twitter {
  background-image: url(/local/templates/aspro_next/images/svg/social/Twitter_mask.svg);
  background-color: #222;
}

.svg-social-instagram {
  background-image: url(/local/templates/aspro_next/images/svg/social/Instagram_mask.svg);
  background-color: #222;
}

.svg-social-telegram {
  background-image: url(/local/templates/aspro_next/images/svg/social/Telegram_mask.svg);
  background-color: #222;
}

.svg-social-ytb {
  background-image: url(/local/templates/aspro_next/images/svg/social/Youtube_mask.svg);
  background-color: #222;
}

.svg-social-odn {
  background-image: url(/local/templates/aspro_next/images/svg/social/Odnoklassniki_mask.svg);
  background-color: #222;
}

.svg-social-gplus {
  background-image: url(/local/templates/aspro_next/images/svg/social/Googleplus_mask.svg);
  background-color: #222;
}

.svg-social-mail {
  background-image: url(/local/templates/aspro_next/images/svg/social/Mailru_mask.svg);
  background-color: #222;
}

.wrap_md,
.wrap_md_row {
  margin: 0px;
}

.registraion-page .wrap_md {
  overflow: hidden;
}

.registraion-page .but-r .wrap_md {
  overflow: visible;
}

.registraion-page .wrap_md>.iblock {
  float: left;
}

.registraion-page .but-r .wrap_md>.iblock {
  float: none;
}

.registraion-page .but-r .wrap_md>.iblock .licence_block {
  display: inline-block;
}

.wrap_md_row {
  margin: 0px -15px;
}

.md-75,
.md-66,
.md-33,
.md-25,
.md-50,
.wrap_md .news_wrap,
.wrap_md .subscribe_wrap,
.wrap_md .iblock {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
}

.md-75 {
  width: 75%;
}

.md-66 {
  width: 66.66%;
}

.md-50 {
  width: 50%;
}

.md-33 {
  width: 33.33%;
}

.md-25 {
  width: 25%;
}

.wrap_md_row>div {
  padding: 0px 15px;
}

.wrap_md .img img {
  max-width: 100%;
}

.wrap_md .big {
  padding: 0px 0px 0px 20px;
}

.wrap_md .big p {
  font-size: 14px;
  color: #555;
}

.wrap_md .big .title_block {
  margin-bottom: 8px;
}

.company_bottom_block .wrap_md .big {
  padding-right: 15px;
}

.border-radius {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.hidden_block {
  visibility: hidden;
  opacity: 0;
}

.display-block {
  display: block !important;
  visibility: visible;
}

.bold {
  font-weight: bold;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.clear {
  width: 100%;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.top_block {
  margin: 0px 0px 24px;
  padding: 42px 0px 0px;
}

.top_block a {
  text-decoration: none;
}

#header {
  margin: -1px 0px 7px;
  padding: 16px 0px 18px;
  z-index: 100;
  right: 0;
  left: 0;
}

.header_wrap #header {
  padding: 0px !important;
  margin: -1px 0px 0px !important;
}

.basket_fly .header_wrap #header>.wrapper_inner {
  z-index: 9;
}

.has_menu #header {
  margin-bottom: 0px;
  padding-bottom: 16px;
}

.has_menu.m_color_colored #header {
  padding-bottom: 15px;
}

.head_type_1 #header {
  border-bottom: 1px solid #f2f2f2;
}

.middle:not(.menu) {
  position: relative;
  float: left;
  width: 100%;
}

.wide_page .middle,
#content>.middle {
  float: none;
}

body .wrapper_inner.wide_page {
  max-width: none;
  padding: 0px;
  background: none;
}

body .wrapper_inner.wide_page>.middle>.container>div.maxwidth-theme {
  padding-bottom: 0
}

body .wrapper_inner.wide_page>.middle.error-page div.maxwidth-theme {
  padding-top: 100px;
  padding-bottom: 100px;
}

.middle:after {
  content: "";
  clear: both;
  display: table;
}

#footer {
  position: relative;
  zoom: 1;
  z-index: 2;
  clear: both;
}

.sidebar,
.sidearea {
  margin-bottom: 57px;
}

.sidearea div.banner {
  margin-bottom: 47px;
}

.sidearea div.banner img {
  border: 0;
}

.banner.CONTENT_TOP {
  padding-bottom: 47px;
}

.banner.CONTENT_TOP,
.banner.CONTENT_BOTTOM {
  margin: auto;
}

.fill_bg_y .banner.CONTENT_TOP,
.fill_bg_y .banner.CONTENT_BOTTOM {
  background: #fff;
}

.banner.CONTENT_TOP img,
.banner.CONTENT_BOTTOM img {
  margin: auto;
}

.banner.CROP {
  overflow: hidden;
}

.banner.CROP img {
  margin-left: 50%;
  transform: translateX(-50%);
}

.banner.TOP_UNDERHEADER,
.banner.FOOTER {
  margin-left: auto;
  margin-right: auto;
}

.banner.SIDE {
  margin-bottom: 30px;
}

.flexslider .wrapper_inner {
  background: none;
}

.bg_image_site {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg_image_site.fixed {
  position: fixed;
}

.bg_image_site.opaci ty {
  transition: opacity 0.4s ease;
}

/* INPUTS */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
input::-ms-input-placeholder,
input::-o-input-placeholder {
  color: #6a6a6a;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-shadow: none;
  color: #383838;
  height: auto;
  font-size: 13px;
  padding: 8px 13px 7px;
  width: 100%;
  outline: none;
}

textarea {
  resize: none;
  min-height: 90px;
}

input[readonly],
select[readonly],
textarea[readonly] {
  background: #fff;
}

input:not(.btn) {
  line-height: 20px;
}

input.big {
  padding: 10px 13px 9px;
}

input.grey {
  background: #eeeeee;
}

input.medium {
  padding: 8px 13px 7px;
}

input.error,
textarea.error {
  border-color: #e62222;
  background: #ffefef;
}

.bxml-dialog input[type="text"] {
  width: auto;
  padding: initial;
  border-color: initial;
}

.bx-ie .bx-sls .bx-ui-sls-fake,
.bx-ie .bx-sls .bx-ui-sls-route {
  padding-bottom: 0px;
}

form[name="bx_auth_services"] .form-control input {
  margin: 5px 0px 20px;
}

form[name="bx_auth_services"] .form-control span {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px 0 0;
  vertical-align: top;
}

form[name="bx_auth_servicesform_inline"] #bx-auth-services>div span {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px 0 0;
  vertical-align: top;
}

/* SCROLL TO TOP */
a.scroll-to-top {
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #404040 url("/local/templates/aspro_next/images/svg/scroll.svg") no-repeat scroll center 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 75px;
  left: inherit;
  bottom: 55px;
  opacity: 0;
  z-index: 995;
  cursor: pointer;
}

a.scroll-to-top.visible {
  opacity: 1;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE {
  background-color: #fff;
}

a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
  background-color: #e3e3e3;
}

a.scroll-to-top.RECT_COLOR,
a.scroll-to-top.RECT_GREY,
a.scroll-to-top.RECT_WHITE {
  border-radius: 2px;
}

a.scroll-to-top.TOUCH {
  border-radius: 2px 0 0 2px;
  width: 50px;
  height: 50px;
  right: 0;
}

a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
  background-position: center 14px;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE,
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
  background-position: center -70px;
}

a.scroll-to-top.RECT_COLOR.TOUCH {
  background-position: center 17px;
}

a.scroll-to-top.RECT_GREY.TOUCH,
a.scroll-to-top.RECT_WHITE.TOUCH {
  background-position: center -67px;
}

/* customScroll */
.mCSB_scrollTools {
  width: 3px;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background: #e4e5e9 !important;
}

/* FORMS */
#popup_iframe_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

form .star,
.order-checkout .sof-req,
form .required-star {
  font-size: 12px;
  font-weight: normal;
  line-height: 0;
  margin: 0 0 0 4px;
  position: relative;
  color: #e62222;
}

.popup .form.ASK,
.form_block .form.ASK {
  display: block;
}

.form-control {
  position: relative;
  margin-bottom: 19px;
}

.form-control label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: normal;
}

body .form-group .form-control:focus,
body .form-group .form-control:active {
  box-shadow: none;
  border-color: #eee;
}

div.form-control {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0px;
  height: auto;
}

.form {
  position: relative;
}

body .sending:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff url("/local/templates/aspro_next/images/loaders/pl3.gif") center no-repeat;
  z-index: 1000;
  opacity: 0.8;
}

.form .form_body {
  margin: 0 0 9px;
  position: relative;
}

.form .form_desc {
  margin-bottom: 15px;
}

.form .form_result {
  margin-bottom: 30px;
}

.form .form_result,
.form .form_result.success * {
  color: #333;
}

.form .form_result>*,
.form .form_desc>* {
  margin: 0;
}

.form .form_footer {
  margin: 0 0 23px 0;
  display: inline-block;
}

.form .form_footer .button+.button {
  margin-left: 13px;
}

.form .form_left {
  width: 56%;
  float: left;
}

.form .form_right {
  left: 56%;
  padding-left: 30px;
  position: absolute;
  right: 0;
}

.form.b .form_left,
.form.b .form_right {
  float: none;
  left: inherit;
  margin: 0;
  max-width: inherit;
  padding: 0;
  position: relative;
  right: inherit;
  width: 100%;
}

.form textarea {
  min-height: 193px;
}

label.error {
  color: #e62222 !important;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0px;
  font-weight: 400;
}

.h label.error {
  display: none !important;
}

.popup .form .form_head {
  border-bottom: 2px solid;
  padding: 34px 75px 35px 35px;
}

.popup .form .form_head h2 {
  margin: 0;
}

.popup .form .form_desc {
  margin-bottom: 0;
  margin-top: 15px;
}

.popup .form .form_result {
  margin: 0;
  padding: 30px 35px 0;
}

.popup .form .form_body {
  margin: 0;
  padding: 29px 35px 6px;
}

.popup .form .form_footer {
  padding: 0 35px 12px;
  display: block;
}

.popup.show .form .form_result {
  padding-bottom: 30px;
}

.error_block_auth {
  color: #e62222 !important;
  font-size: 12px;
}

.delivery_note {
  float: right;
  width: 218px;
}

.delivery_note .title {
  border-bottom: 1px dashed;
  float: right;
  margin: 8px 0 0 0;
}

.delivery_note .title:hover {
  border-bottom-color: transparent;
}

.delivery_note .text {
  margin: -1px 0 0 0;
}

.popup .form .form_body .mess {
  color: #e62222;
  padding: 0px 0px 10px;
}

.popup .form .form_body .success {
  color: #5da247;
  margin-bottom: -12px;
}

.tab-pane .form_head h4 {
  margin-top: 0px;
}

.tab-pane .maxwidth-theme>.form.inline {
  padding: 0px;
}

#ask .row .text_block {
  padding-bottom: 20px;
}

.tab-pane .btn {
  margin-right: 10px;
}

.popup .form-control .files+.btn_block_file {
  margin: 10px 0px 0px;
}

.popup .form-control .files .inner_file .wrapper_file {
  position: relative;
  display: inline-block;
}

.popup .form-control .files .inner_file .wrapper_file .remove {
  position: absolute;
  right: -22px;
  top: 3px;
  width: 19px;
  height: 19px;
  z-index: 1;
  display: none;
}

.popup .form-control .files .inner_file .wrapper_file .remove i {
  width: 19px;
  height: 19px;
  display: block;
  background: url(/local/templates/aspro_next/images/svg/close_icons.svg) 4px -22px no-repeat;
}

.popup .form-control .files .inner_file .wrapper_file .remove:hover i {
  background-position: -16px -22px;
}

.popup .form-control .files .inner_file .wrapper_file.file .remove {
  display: block;
}

.popup .form-control .files .inner_file .wrapper_file label.error {
  top: -14px;
}

.popup .form-control .files .inner_file+.inner_file {
  margin: 10px 0px 0px;
}

.popup .form-control .files {
  max-width: 350px;
}

.popup .form-control .files input {
  outline: none;
}

/* CAPTCHA */
.captcha-row {
  position: relative;
  max-width: 418px;
}

.captcha-row .captcha_input {
  bottom: 0;
  height: 59px;
  left: 216px;
  max-width: 184px;
  position: absolute;
  right: 0;
}

.captcha-row .captcha_input label.error {
  white-space: nowrap;
}

.captcha-row .captcha_input input[name="captcha_word"] {
  bottom: 0;
  position: absolute;
}

.captcha-row .captcha_image {
  height: 37px;
  position: relative;
  width: 217px;
}

.captcha-row .captcha_image img {
  height: 37px;
  border: none;
  vertical-align: top;
  width: 100%;
  width: 180px;
}

.captcha_reload {
  border: 1px solid transparent;
  cursor: pointer;
  height: 35px;
  left: 179px;
  position: absolute;
  top: 0;
  width: 36px;
}

.captcha_reload::before,
.captcha_reload::after {
  content: "";
  display: block;
  position: absolute;
}

.captcha_reload::before {
  border-radius: 25px;
  height: 25px;
  left: 5px;
  top: 5px;
  width: 25px;
}

.captcha_reload::after {
  background: rgba(0, 0, 0, 0) url("/local/templates/aspro_next/images/svg/icons_wish.svg") repeat scroll -67px -82px;
  height: 13px;
  left: 10px;
  top: 11px;
  transition: background 0.7s ease-in-out 0s;
  width: 15px;
}

.captcha_reload:hover:before {
  background: #383838;
}

.captcha_reload.loading:after {
  -webkit-animation: spinner 0.5s linear infinite !important;
  animation: spinner 0.5s linear infinite !important;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.captcha_reload:hover:after {
  -webkit-animation: spinner 0.5s ease-out 1;
  animation: spinner 0.5s ease 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.captcha-row.b .captcha_input,
.captcha-row.b .captcha_image {
  height: 37px;
  left: inherit;
  margin: 0;
  max-width: inherit;
  position: relative;
  right: inherit;
}

.captcha-row.b .captcha_input label.error {
  top: -68px;
}

.captcha-row.b .captcha_image {
  margin-bottom: 9px;
}

.captcha-row .captcha_image .captcha_reload {
  right: 0;
  text-indent: -9999px;
}

.form .refresh a {
  display: none;
}

.captcha_reload.refresh {
  left: 202px;
  top: 8px;
}

/*recaptcha*/
body .captcha-row.invisible {
  margin: 0px;
  height: 0px;
  visibility: visible;
}

.captcha-row.invisible label {
  display: none;
}

.captcha-row .captcha_input.recaptcha_text {
  position: static;
  width: 100%;
  max-width: none;
  height: auto;
}

.captcha-row .captcha_image.recaptcha_tmp_img {
  display: none;
}

.bx-auth form[name="bx_auth_servicesform_inline"] .g-recaptcha,
.g-recaptcha {
  display: none !important;
}

div>.g-recaptcha {
  display: block !important;
}

body .captcha-row .recaptcha,
body .captcha-row>div.iblock {
  padding: 0px;
  margin: 0px;
  display: block;
}

body .captcha-row .recaptcha {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0px;
  display: block;
}

body .captcha-row.invisible.logo_captcha_n {
  display: none;
}

body .captcha-row.invisible.inline {
  height: auto;
  margin-bottom: 10px;
}

.form .but-r {
  clear: both;
}

.border_block .lk-page .form-control.forget_block {
  text-align: left;
}

/* FORMS */
/*colors and bg*/
b,
strong,
.popup .popup-intro .pop-up-title,
.registraion-page .top p,
.basket_popup_wrapp .item-title .one-item,
.basket_popup_wrapp .item-title .cost-cell,
.basket_sort ul.tabs li span,
.module-cart table td.name-cell div[class^="bx_item_detail_"] .titles,
.item-title .props .item_prop .value,
.module-pagination .nums a:not(.link),
.no_products,
.bx_compare .prop_title_table .data_table_props tr td:first-child,
.catalog_detail .set_wrapp .title,
.catalog_detail .bx_item_set_hor_container_big .title,
.bx_modal_body .item_block_title,
.props_block .char_value,
.char_name .hint .icon i,
.bx_filter_container_title .hint .hint_icon i,
.location-block-wrapper .bx-sls .bx-ui-sls-fake,
.location-block-wrapper .bx-sls .bx-ui-sls-route,
.bx_order_make .bx_description .name,
h4.hover:hover,
.filter_block ul li span,
.module-orders-list tbody td,
.jobs_wrapp .item .salary,
.medium,
.row_values .wrap_weight {
  color: #383838;
}

.module-cart tfoot td .item_title,
.bottom.middle td>.coupon .coupon-t,
.module-cart .row_values .price,
.module-cart table tr td.count-cell,
.sort_header .sort_filter a.current,
.sort_header .sort_filter a:hover,
.bx_filter_vertical .bx_filter_block label:hover span,
.bx_filter_vertical .bx_filter_block input:checked+label span,
.bx_filter .bx_filter_select_text,
.bx_filter_vertical input[type="checkbox"]+label.sku span,
.bx_filter_select_popup ul li label,
.common_select *,
.sku_props .bx_item_detail_size ul li,
.catalog_detail .stock_board .title,
.filter label span,
.reviews-post-table .reviews-text,
.forum-quote tbody tr td a,
.reviews-header-title a,
.stores_block .stores_text_wrapp,
.coupons_list .bx_ordercart_coupon,
.basket_wrapp table tbody td,
.border_block_wide table td,
.colored_table tbody tr td {
  color: #333;
}

a:hover,
.link:hover,
.header_wrap .top-h-row .menu li>a:hover,
.top-h-row .menu li.current>a,
.phones .phone_wrap a,
.phones .order_wrap_btn:hover,
.avtorization-call.enter,
.main-nav ul.menu>li>a,
ul.mini-menu li a,
body .main-nav .menu>li.current>a,
.white #header .catalog_menu ul.menu>li a,
ul.menu .child li.menu_title a,
ul.menu .child li.menu_item a:hover,
#header .catalog_menu ul.menu>li>a,
#header .catalog_menu ul.menu>li.current>a,
.wrapper.has_menu .white #header .catalog_menu ul.menu>li:hover>a,
body .white #header ul.menu li .child.submenu .child_wrapp a:hover,
body .wrapper.has_menu #header ul.menu li .child.submenu .child_wrapp a:not(.title):hover,
ul.menu li .depth3 a.title:hover,
#header .wrapper_middle_menu .menu>li .child.submenu .child_wrapp a.current:not(.title),
#header .menu>li .child_wrapp a.current:not(.title),
body #header ul.menu li .child.submenu.line .child_wrapp>a,
.search_middle_block .middle_form .noborder,
.basket_wrapp .wraps_icon_block .count a,
.basket_wrapp .wraps_icon_block .count .text,
.basket_wrapp .basket_block .title,
.cost.prices .price,
.sale_block .text,
.sale_block .value,
.news .item .info .date,
.stores .stores_list .item a:hover span,
.footer_top .sblock .wrap_more_text,
.footer_top .sblock .wrap_more_text div,
.footer_bottom .submenu_top .menu_item a,
.img_block_capcha .reload:hover,
.form-control .forgot:hover,
.basket_fly .basket_title,
.basket_sort ul.tabs li.cur span,
.basket_sort ul.tabs li:hover .wrap_li>span,
.basket_sort ul.tabs li:hover .wrap_li>span *,
.module-cart .name-cell a:hover,
.basket_sort ul.tabs li.cur .wrap_li>span,
.basket_sort ul.tabs li.cur .wrap_li>span *,
.basket_sort ul.tabs li .wrap_li>span *,
.section_item_inner .section_info ul li a:hover,
.bx_filter .bx_filter_popup_result a,
.catalog_item:hover .item-title a,
.item-title a:not(.dark-color):hover,
li.item:hover a,
.item_wrap:hover .item-title a,
.view_sale_block .values,
.more_text_ajax:hover,
.bx_compare .compare_view .item_block:hover a,
.item-stock .store_link:hover,
.set_block .item:hover .item_info a,
.item .date_small,
.articles-list.news .item:hover .item-title a,
.jobs_wrapp .item .name tr:hover .link,
.basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block .count span a,
.basket_wrapp .basket_empty .wraps_icon_block.basket .count span,
.basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span {
  color: #1d2029;
}

ul.menu .see_more,
ul.menu .see_more a,
a.dark_link {
  color: #1d2029 !important;
}

.h_color_colored .header_wrap #header,
.colored #header .catalog_menu ul.menu>li,
.module-cart .remove-cell a:hover,
.cart_shell .remove-cell a:hover,
.bx_item_set_hor .bx_item_set_hor_item a.remove,
.start_promo .item i.title span,
.start_promo .item p span,
.block_wr.dark,
.stores .all_map,
.registraion-page .top p:after,
.more_text_ajax:before,
.captcha_reload:before,
.left_block .internal_sections_list .child_wrapp ul.child li.cur:after,
.left_block .internal_sections_list .child_wrapp ul.child li:hover:after,
.left_block .internal_sections_list li.cur,
.left_block .internal_sections_list li:hover,
.left_block .internal_sections_list .title .inner_block:before,
.bx_filter .bx_filter_popup_result {
  background-color: #ddd;
}

.top-h-row .menu li a,
.cost.prices .price_name,
.news .item .info .preview,
.form-control label,
.social_block .row .title,
.module-cart thead tr,
.count-cell div.error,
.module-cart table td.name-cell div[class^="bx_item_detail_"] .values,
.item-title .props .item_prop .title,
.display_list .list_item .preview_text,
.display_list .list_item .props_list td,
.articles-list .item .right-data .preview-text,
.catalog_detail .stock_board .txt,
.file_type .description,
.catalog_detail .form_wr,
.reviews-post-reply-buttons a,
.reviews-post-table,
.bx_order_make .bx_block.r1x3.pt8,
.bx_order_make .float .bx_description .name,
.module-order-history .module-orders-list td.drop-cell .item-shell thead td,
.module-order-history .order_property.d td,
.orderdetail .module-orders-list.colored tbody td:first-child,
.soc-avt,
.module-cart table td.name-cell .item_props .item_prop .property_value,
.colored_table thead tr {
  color: #888888;
}

.header_wrap.colored .top-h-row .menu li a,
.stores .stores_list .item .store_text .value,
#footer .copyright,
#footer .copyright *,
.footer_bottom .all_menu_block ul li a {
  color: #545454;
}

.header_wrap.colored .main-nav ul.menu>li>a {
  color: #fff;
}

.item-stock,
.bx_compare .compare_view.data_table_props td,
.catalog_detail .like_icons>div,
.info_item .top_info .article,
.share_wrapp .text.button,
.share_wrapp .text.button:hover {
  color: #6d6d6d;
}

/* the most common styles are sorted for quick changes */
table.title-search-result .price,
.card_popup_frame.popup .total_wrapp,
.module_products_list .price-cell .price,
.compare_wrapp a.compare_link,
.module-cart .colored tfoot td.row_values,
.module-cart .summ-cell,
.module-cart .summ-cell *,
.catalog_detail .availability-row .value a,
.catalog_detail a.wish_item .value,
.catalog_detail a.compare_item .value,
ul.tabs li.cur:hover span,
ul.tabs li:active span,
.module_products_list .basket_button.read_more span,
ul.mini-menu li a,
.top-h-row .phone span,
.top-h-row .phone span a,
ul.tabs li span,
.compare_button span,
.left_block .internal_sections_list .title a,
.btn_big,
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title .price,
.bx_modal_container .bx_modal_small_title,
.card_popup_frame.popup .basket_empty * {
  color: #1d2029;
}

.filter_button span,
.catalog_detail .stock_board .title,
.module_products_list .basket_button.to-cart span,
.module_products_list .basket_button.to-subscribe span,
.module_products_list .basket_button.to-order span,
table.colored td.name,
.front_slider .price,
.page_not_found td.description .title404,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div,
#header .basket_fly .opener .count {
  color: #212121;
}

#header .catalog_menu ul.menu.full.opened>li:not(.current):hover a,
#header ul.menu.full.opened>li:not(.current):hover a,
#header ul.menu.adaptive>li a,
.specials_slider.product_slider .basket_button.in-cart span {
  color: #fff;
}

.display_list .list_item .props_list td,
.smartfilter,
.smartfilter input,
.catalog_detail .stock_board .txt,
.index_bottom .info_column .about_column,
.header-cart-block .cart .summ,
.header-cart-block .cart .delay_link {
  color: #666;
}

.show_number,
.show_number *,
.module-cart [data-id="total_buttons"] .description,
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title,
.display_list .availability-row .value {
  color: #777;
}

.catalog_detail .element_detail_text,
.tabs_content li.video {
  color: #7e7e7e;
}

.tooltip .tooltip_close:hover {
  color: #333;
}

.display_list .available_block,
.display_list .noavailable_block {
  color: #888;
}

.module_products_list .price-cell .price.discount,
.module-cart .cost-cell .discount,
.module-cart .cost-cell .discount strike,
.module-cart .count-cell .measure,
.catalog_detail .set_wrapp .item .price.detail,
.bx_item_set_hor .bx_item_set_hor_item .price.detail {
  color: #999;
}

#footer .copyright .grey {
  color: #a0a0a0;
}

.front_slider .price.discount {
  color: #adadad;
}

form div.r div.error,
.order-checkout .sof-req,
.pay-status-cell.not_payed {
  color: #cb0000;
}

.basket_button:hover,
.button30:hover,
.basket_button:hover span,
.button22:hover span,
.button30:hover span,
.compare_button:hover span,
.filter_button:hover span,
.button30.fast_order span,
.button30.back_button span,
.button30.grey span,
.bx_filter_container_title .hint .hint_icon:hover,
.popup .soc-avt .row a:hover,
.popup .bx-auth-service-form input[type="submit"]:hover,
#bx_auth_servform input[type="submit"]:hover {
  color: #fff;
}

/* borders */
a.avtorization-call.enter:hover,
.pseudo:hover,
.articles-list .item:hover .item-title a,
.articles-list .item .item-title a:hover {
  border-bottom-color: #919191;
}

.props_table td {
  border-bottom: 1px dotted #b4b4b4;
}

.staff_wrapp .item .contacts,
.question-list,
.detail_picture_block .picture_description,
.authorization-cols .col.authorization .soc-avt,
.popup .form-description-wrapp,
.popup .form_description,
.basket_fly .module-cart table.colored tbody td,
form.basket_wrapp {
  border-top: 1px solid #f2f2f2;
}

table.colored td,
.catalog_detail hr,
.viewed_products_column .view-list,
.ask_small_block .ask_btn_block,
.popup .form-description-wrapp,
.popup .form_description,
#order_form_div .title,
#order_form_div hr,
#order_form_div form .title,
#order_form_div .sale_order_table.props td,
.differences_table td,
.basket_fly li[item-section="AnDelCanBuy"] .module-cart table.colored tbody,
.basket_fly li[item-section="AnDelCanBuy"] .module-cart .colored tfoot td.total_wrapp {
  border-bottom: 1px solid #f2f2f2;
}

table.offers_table td {
  border-bottom: 0 none;
  border-top: 1px solid #f2f2f2;
  font-size: 12px;
  position: static;
}

table.offers_table td.price {
  width: 150px;
}

table.offers_table td .btn {
  margin: 0px;
}

table.offers_table td.counter_wrapp.counter_block_wr .total_summ {
  padding-top: 18px;
  position: absolute;
}

table.offers_table td.property img {
  min-width: 35px;
}

.catalog_detail .offers_table .cost.prices .price {
  font-size: 15px;
}

table.colored tr.nb td {
  border-bottom: none;
}

.module-cart .colored tbody,
.module-cart .colored tfoot {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.viewed_products_column .view-item,
.module-orders-list td.drop-cell {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.module-order-history .module-orders-list .tr-d:hover td {
  border-top: 1px solid #f2f2f2;
}

.module-order-history .module-orders-list .tr-d:hover td.item-name-cell,
.module-order-history .module-orders-list .tr-d.opened td.item-name-cell {
  border-left: 1px solid #f2f2f2;
}

.module-order-history .module-orders-list .tr-d:hover td.order-status-cell,
.module-order-history .module-orders-list .tr-d.opened td.order-status-cell,
.module-cart .colored tfoot tr[data-id="total_buttons"] td .basket_update {
  border-right: 1px solid #f2f2f2;
}

/* backgrounds */
.jobs_wrapp .item span.icon,
.staff_wrapp .section .icon {
  background: #eef1f1;
}

.catalog_detail .tabs.main_tabs>li {
  background: #f2f2f2;
}

table.colored.item-shell thead td,
.popup .form-description-wrapp,
.differences tr.hovered:hover,
.search-page form {
  background: #fafafa;
}

body,
.adaptive_filter {
  background: #fff;
}

body {
  background: #fff;
}

#footer .phone .icon {
  background: #fff;
}

.item_slider ul.slides li {
  background: #fff;
}

.item_slider .slides a.line_link {
  cursor: default;
}

.item_slider .slides a.line_link .zoom {
  display: none;
}

.item_slider .slides li.current:before {
  display: none;
}

.img_wrapper .item_slider .slides img {
  width: auto !important;
}

.wrapper.basket_normal #header .basket_fly {
  display: none;
}

.header-cart .basket_fly {
  background: #fff;
  box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
  -moz-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
  -webkit-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
  min-height: 283px;
}

.header-cart .basket_fly:not(.loaded) {
  background: url("/local/templates/aspro_next/images/waiter.gif") no-repeat center center #fff;
}

table.title-search-result td.title-search-all {
  background: #fff !important;
}

.header-cart-block .cart.empty_cart>span.icon {
  background: #e9e9e9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #d5d5d5));
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#d5d5d5', GradientType=0);
  border-bottom: 1px solid #cacaca;
}

.popup .popup-intro.grey {
  border-bottom: 1px solid #bfbfbf;
  background: #e9e9e9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #d5d5d5));
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#d5d5d5', GradientType=0);
}

.module-cart .colored tfoot tr[data-id="total_buttons"] td .top_shadow {
  box-shadow: 0 1px 2px #e7e7e7 inset;
  -moz-box-shadow: 0 1px 2px #e7e7e7 inset;
  -o-box-shadow: 0 1px 2px #e7e7e7 inset;
  -webkit-box-shadow: 0 1px 2px #e7e7e7 inset;
}

table.title-search-result img.item_preview {
  box-shadow: 0 0 15px 5px #fff;
  -moz-box-shadow: 0 0 15px 5px #fff;
  -o-box-shadow: 0 0 15px 5px #fff;
  -webkit-box-shadow: 0 0 15px 5px #fff;
}

/*table*/
table.colored_table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-collapse: collapse;
}

.colored_table thead {
  border: 1px solid #f2f2f2;
}

.colored_table thead tr {
  background: #f7f7f7;
}

.colored_table tr td {
  padding: 8px 29px;
}

.colored_table tbody {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.colored_table tbody tr td {
  border-bottom: 1px solid #e7e7e7;
}

/* unsorted styles*/
.front_slider .read_more:hover,
.btn_big:hover {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #212121 !important;
  background: linear-gradient(to bottom, #848484 0%, #464646 100%) !important;
  box-shadow: inset 0px -1px 0 #555;
}

ul.menu li .child.cat_menu hr {
  border-bottom: 1px solid #fff;
  background: #e7e7e7;
}

ul.menu .child .child_wrapp,
.breadcrumbs .dropdown {
  background: #f5f5f6;
  box-shadow: 0 1px 5px #fafafa;
  -moz-box-shadow: 0 1px 5px #fafafa;
  -o-box-shadow: 0 1px 5px #fafafa;
  -webkit-box-shadow: 0 1px 5px #fafafa;
}

.specials_slider.product_slider .catalog_item:hover .basket_button.read_more span {
  background-position: 1px -408px;
}

.module_products_list .basket_button.read_more span {
  background-position: 1px -408px;
}

.question-list .ans {
  color: #444;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  border-bottom: 1px solid #bdbdbd;
}

.question-list .ans .arr {
  border-bottom: 10px solid #f2f2f2;
}

input.error,
textarea.error {
  border-color: #cb0000;
}

input#COUPON.error {
  border-color: #cb0000 !important;
}

input#COUPON.good {
  border-color: #00cb00 !important;
}

h2.feedback_title {
  color: #221f26;
}

.bx-touch .bx_item_set_hor_container_big .bx_item_set_del,
.bx_item_set_hor_container_big .bx_item_set_hor_item:hover .bx_item_set_del,
.bx_kit_item:hover .bx_kit_item_del {
  background: #e62222;
}

.button30.fast_order {
  background: #00b0d8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjBkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00b0d8 0%, #007db9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b0d8), color-stop(100%, #007db9));
  background: -webkit-linear-gradient(top, #00b0d8 0%, #007db9 100%);
  background: -o-linear-gradient(top, #00b0d8 0%, #007db9 100%);
  background: -ms-linear-gradient(top, #00b0d8 0%, #007db9 100%);
  background: linear-gradient(to bottom, #00b0d8 0%, #007db9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0d8', endColorstr='#007db9', GradientType=0);
  border-bottom: 1px solid #00699d;
}

.button30.fast_order span {
  text-shadow: 0 1px 1px #006f9c;
  -moz-text-shadow: 0 1px 1px #006f9c;
  -o-text-shadow: 0 1px 1px #006f9c;
  -webkit-text-shadow: 0 1px 1px #006f9c;
}

.bx_filter_container_title>span.name span {
  color: #221f26;
  border-bottom: 1px dotted #6e6e6e;
}

.bx_filter_vertical .bx_filter_container_title i.arr {
  background: #fafafa url("/local/templates/aspro_next/../images/arrows_small.png") -15px -21px no-repeat;
}

.bx_filter_vertical .for_button {
  border-top: 1px solid #dadada;
}

.smartfilter .bx_ui_slider_track {
  background: #dadada;
  margin-left: 9px;
  margin-right: 9px;
}

.compare_wrapp {
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0px 1px #e7e7e7 inset;
  -moz-box-shadow: 0 0px 1px #e7e7e7 inset;
  -o-box-shadow: 0 0px 1px #e7e7e7 inset;
  -webkit-box-shadow: 0 0px 1px #e7e7e7 inset;
}

.popup,
div[id^="CatalogSetConstructor"] .popup-window {
  background: #fff;
}

.popup .close:hover,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.popup .pop-up-title,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
}

.jqmOverlay,
.popup-window-overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1 !important;
}

.jqmOverlay {
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2999;
}

.jqmOverlay.waiting {
  z-index: 997;
}

.jqmOverlay.mobp {
  z-index: 994;
}

.jqmWindow,
.popup {
  position: fixed;
  /* top: 0px; */
  animation: toggle_opacity 200ms;
}

.bx_filter_vertical .bx_filter_block.scrollable {
  background: #fff;
  border: 1px solid #cbcbcb;
  box-shadow: 0 0 0px 1px #eee inset;
  -moz-box-shadow: 0 0 0px 1px #eee inset;
  -o-box-shadow: 0 0 0px 1px #eee inset;
  -webkit-box-shadow: 0 0 0px 1px #eee inset;
}

.popup-window-overlay {
  background: rgba(255, 255, 255, 0.2) !important;
}

/*.jqmWindow.basket_error_frame .pop-up-title{padding-right:50px;}*/
.jqmWindow.basket_error_frame .popup-intro .pop-up-title {
  padding-right: 75px;
}

.cart_empty,
.module-cart,
.count-cell div.error {
  background: #fff;
  margin: 0px 0px 20px;
}

.basket_fly .basket_wrapp .tabs_content,
.basket_fly .basket_wrapp .module-cart {
  margin: 0px;
}

.basket_fly .basket_wrapp .module-cart .goods {
  border: none;
}

.question-list .q a:hover span {
  border-color: #b4b4b4;
}

.flexslider .light,
.flexslider .light .banner_title,
.flexslider .light .banner_text,
.flexslider .light .banner_title a {
  color: #fff;
}

.flexslider .light .banner_title {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.flexslider .light .banner_text {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.flexslider .dark .banner_title,
.flexslider .dark .banner_title a {
  color: #202020;
}

.flexslider .dark .banner_text {
  color: #333;
}

body .top_slider_wrapp .flexslider .slides>li .wrapper_inner>table {
  width: 100%;
}

.flexslider .target {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 10;
}

.top_slider_wrapp .flexslider .target {
  display: none;
}

.catalog_block .catalog_item .basket_button.to-cart span,
.catalog_block .catalog_item .basket_button.read_more span,
.catalog_block .catalog_item .basket_button.to-subscribe span,
.catalog_block .catalog_item .basket_button.to-order span {
  color: #000;
}

.catalog_block .catalog_item .basket_button.in-subscribe span,
.specials_slider.product_slider .basket_button.in-subscribe span {
  color: #fff;
}

.rss_feed_icon:hover {
  color: #fff !important;
}

.button22.grey:hover span {
  color: #fff;
}

.button22.grey span {
  color: #000;
}

.share.top {
  position: absolute;
  right: 0px;
  top: -5px;
  opacity: 0;
  z-index: 2;
  margin: 0px;
}

.page-top .share.top {
  opacity: 1;
}

.share.top.rss-block {
  right: 53px;
}

.share.top .shares-block {
  border: none;
  padding-left: 0px;
  padding-right: 47px;
}

.share.top .shares-block:hover {
  padding-left: 20px;
  padding-right: 67px;
}

.share.top .shares-block:before {
  background: none;
}

.share.top .shares-block:hover:before {
  background: #fff;
}

.page-top-main .rss {
  position: absolute;
  right: 0px;
  top: -4px;
}

body .page-top .print-link {
  position: absolute;
  top: 0px;
  font-size: 0px;
  transition: background ease 0.3s;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  right: 0px;
}

.page-top .rss+.print-link {
  right: 55px;
  top: -4px;
}

.page-top .share.top+.print-link {
  right: 55px;
  top: -5px;
}

.page-top-wrapper__icon:hover {
  background: #f2f2f2;
}

.page-top .share.top.rss-block .print-link {
  right: 52px;
  top: -3px;
}

body .line_block+.print-link+h1 {
  padding-right: 95px;
}

body .print-link+h1 {
  padding-right: 40px;
}

.rss {
  position: relative;
  bottom: 12px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  transition: background ease 0.3s;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: -11px;
  z-index: 1;
}

.rss:before {
  background-image: url('/local/templates/aspro_next/./images/svg/header_icons.svg');
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -9px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.rss:hover {
  background: #F9F9FA;
}

.page-top-wrapper.color .rss:before {
  background-position: -29px -60px;
}

.page-top-main .rss:before,
.page-top-main .rss:hover:before {
  background-position: 2px -60px;
}

.item .dark_block_animate {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.item:hover .dark_block_animate {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.scale_block_animate {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.item:not(.touch_class):hover .scale_block_animate,
.touch_class .scale_block_animate {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/*top header row*/
.basket_normal #header .top_br {
  width: 100%;
  height: 1px;
  background: #eaebec;
  margin: 0px 0px 15px;
}

/*top menu*/
#header .catalog_menu .wrapper_middle_menu {
  position: relative;
}

#header .catalog_menu .wrapper_middle_menu .inc_menu {
  padding-left: 220px;
}

.top-block .menu.topest {
  margin: 0px;
  padding: 0;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}

.top-block .menu.topest:hover {
  overflow: visible;
}

.top-block .menu.topest li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
}

.top-block .menu.topest>li {
  margin: 0 0 0 26px;
  text-align: center;
}

.top-block .menu.topest li:before {
  display: none;
}

.top-block .menu.topest>li:first-child {
  margin-left: 0;
}

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

.top-block .menu>li>a {
  color: #777777;
}

.top-block .menu.topest li.selected>a {
  color: #333;
}

.top-block .menu.topest li.selected>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  z-index: 1;
}

.top-block .menu.topest li.more {
  position: relative;
  padding: 1px 0 1px;
  width: 20px;
  cursor: pointer;
  z-index: 999;
}

.top-block .menu.topest li.more>span {
  display: block;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 1.5px;
  color: #777777;
}

.top-block .menu.topest li.more .dropdown {
  margin: 0;
  padding: 0;
  left: -17px;
  width: 191px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 90%;
  z-index: 999;
}

.top-block .menu.topest li.more:hover>.dropdown,
.top-block .menu.topest li.more.hover>.dropdown {
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.top-block .menu.topest li.more.hover {
  background: none;
}

.top-block .menu.topest li.more .dropdown>li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 14px;
  border-top: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
}

.top-block .menu.topest li.more .dropdown>li:before {
  display: none;
}

.top-block .menu.topest li.more .dropdown>li:first-child {
  border-top: none;
}

.top-block .menu.topest li.more .dropdown>li>a {
  line-height: 14px;
  padding: 12px 20px 15px;
}

.top-block .menu.topest li.more .dropdown>li>a:hover {
  background: #fbfbfb;
}

.dropdown .has-childs .dropdown .menu_item,
.menu_top_block .dropdown .dropdown .menu_item {
  padding: 0px 10px 0px 0px;
  display: inline-block;
  width: auto;
}

.menu_top_block .v_bottom .dropdown .dropdown .menu_item {
  display: block;
}

.phones .phone_wrap {
  display: inline-block;
}

.phones .phone_wrap a {
  text-decoration: none;
  cursor: default;
}

.phone_wrap>span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.order_wrap_btn .callback_btn {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.phone_wrap .icons {
  border-radius: 100%;
  color: #000;
  font-size: 16px;
  margin: 2px 5px 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
}

.middle_phone .phone_wrap .icons {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  color: #fff;
  background: #ddd;
}

.phone_block .phone_wrap .icons {
  background: none;
}

.middle_phone .phone_wrap .phone_text {
  padding: 0 0 0 48px;
  display: block;
}

.phone_wrap .phone_text>a {
  display: block;
}

.phones .order_wrap_btn {
  margin: 1px 0px 0px 20px;
  display: inline-block;
}

.footer_top .phones .order_wrap_btn {
  margin-left: 23px;
  font-size: 12px;
}

.phones .order_wrap_btn:hover {
  cursor: pointer;
}

.with_dropdown {
  position: relative;
  padding-right: 12px !important;
}

.with_dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 3px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -20px -333px no-repeat;
}

.with_dropdown .dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  min-width: 175px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 2;
}

.with_dropdown .dropdown>.wrap {
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.with_dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.footer-grey .with_dropdown:after {
  background-position: -31px -338px;
}

.top-block-item .phone-block {
  margin: 0 -7px;
}

.top-block-item .phone-block>.inline-block {
  padding: 0 7px;
}

.top-block-item .phone-block .callback-block {
  display: block;
}

.top-block-item .phone-block .dropdown {
  top: auto;
  left: 0;
  right: 0;
}

.top-block-item .phone-block .dropdown>.wrap {
  margin-top: 10px;
}

.top-block-item .phone {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
}

.top-block-item .phone.with_dropdown:after {
  margin-top: -1px;
}

.top-block-item .phone a {
  color: #222;
}

.top-block-item .phone>a {
  position: relative;
  margin: -14px 0;
  padding: 14px 0;
  z-index: 12;
}

.phone .more_phone {
  font-size: 1.1428em;
  line-height: 1em;
  border-top: 1px solid #f2f2f2;
}

.phone .more_phone:first-of-type {
  border-top: none;
}

.phone .more_phone a {
  padding: 11px 11px 11px 22px;
  display: block;
  white-space: nowrap;
  min-height: 55px;
}

.phone .more_phone a.no-decript {
  line-height: 31px;
}

.phone .more_phone a:hover {
  background-color: #f9f9fa;
}

.phone .more_phone a span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 2px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .phone .more_phone {
  font-size: 1.006289em;
}

.top-block {
  position: relative;
  background: none;
  z-index: 13;
  border-bottom: 1px solid #F9F9FA;
}

body.fill_bg_y .top-block {
  border: none;
}

body.fill_bg_y .top-block>.maxwidth-theme {
  border-bottom: 1px solid #F9F9FA;
}

.top-block>.maxwidth-theme {
  padding-top: 13px;
  padding-bottom: 13px;
}

.top-block>.maxwidth-theme>.wrapp_block {
  background: #fff;
}

.top-block.colored,
.top-block.colored * {
  color: #fff;
}

.top-block.colored a,
.top-block.colored a:hover,
.top-block.colored a:active,
.top-block.colored a:focus {
  color: #fff;
}

.top-block .maxwidth-theme.nopadding {
  padding: 0px;
}

.top-block .text-line {
  overflow: hidden;
  white-space: nowrap;
}

.top-block .muted {
  opacity: 0.8;
}

.top-block .top-block-item {
  line-height: 18px;
}

.top-block .top-block-item {
  border: none;
  padding: 0 15px;
}

.svg.inline.big {
  min-width: 21px;
  min-height: 21px;
  width: 21px;
  height: 21px;
  top: -2px;
}

.top-block .top-block-item .address {
  position: relative;
  max-width: 540px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}

.top-block .top-block-item .address>div {
  display: inline-block;
}

.top-block .top-block-item .address .svg-address {
  margin: 0 10px 0 0;
  min-width: 13px;
  min-height: 16.03px;
  background-color: transparent;
}

.top-block .top-block-item.inner-padding {
  padding: 0 21px;
}

.top-block .top-block-item .top-btn {
  padding: 0 19px;
  background: transparent;
  border: 0;
  display: inline-block;
}

.top-block .top-block-item .top-btn:hover {
  text-decoration: none;
}

.top-block .top-block-item .top-btn:focus {
  outline: 0;
}

.top-block .personal-link .svg-cabinet-login,
.top-block .personal-link .svg-inline-cabinet {
  min-width: 16px;
  min-height: 17px;
  height: 17px;
}

.top-block .js-basket-block .svg-basket,
.top-block .js-basket-block .svg-inline-basket {
  min-width: 18px;
  min-height: 17px;
  height: 17px;
  top: 0px;
  left: 1px;
}

.top-block .js-basket-block .svg-compare,
.top-block .js-basket-block .svg-inline-compare {
  min-width: 17px;
  min-height: 17px;
  height: 17px;
}

.top-block .js-basket-block .svg-wish,
.top-block .js-basket-block .svg-inline-wish {
  min-width: 18px;
  min-height: 16px;
  height: 16px;
}

.top-block .personal-link .svg-cabinet {
  min-width: 14px;
  min-height: 17px;
}

.top-block .top-block-item .basket-link {
  display: inline-block;
  padding: 13px 0;
  height: 45px;
}

.top-block .top-block-item .basket-link:not(.basket) {
  padding-right: 12px;
}

.top-block .top-block-item .basket-link .title {
  color: #222;
  padding: 0 6px 0 6px;
}

.top-block .top-block-item .basket-link:not(.basket) .title {
  font-size: 0px;
  padding: 0px 3px;
}

.top-block .top-block-item .basket-link.delay .title {
  padding: 0px;
}

.top-block .top-block-item .basket-link .count {
  position: relative;
}

.top-block .top-block-item .inline-search-show {
  padding: 0;
  border: none;
  padding: 14px 0 13px;
}

.top-block .top-block-item .inline-search-show>i {
  min-width: 17px;
  min-height: 17px;
  height: 17px;
  background-size: 100%;
  top: -1px;
}

.top-block .top-block-item .inline-search-show>span {
  margin-left: 8px;
  display: inline-block;
}

.top-block .top-block-item.top-ctrl {
  margin-top: -14px;
  margin-bottom: -14px;
}

.top-block .top-block-item .basket_wrap>div[id*="bx_incl"] {
  display: inline-block;
}

.top-block .top-block-item .personal.top {
  max-width: 115px;
}

.top-block .top-block-item .personal.top .wrapp-cabinet-menu>a,
.top-block .top-block-item .personal.top>a {
  position: relative;
  display: block;
  padding: 14px 0 14px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.top-block .top-block-item .personal-link .name {
  padding: 0 0 0 12px;
}

.top-block>.row {
  margin: 0px;
}

.top-block .info-text {
  font-size: 0px;
  line-height: 0px;
}

.top-block .info-text>div:not(.basket) {
  padding: 15px 0 17px;
  font-size: 0.933em;
  line-height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.top-block .hover:hover,
.hovered:hover {
  background: rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

.top-block .info-text>div.sep:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
  height: 100%;
  width: 1px;
  opacity: 0.12;
  background: #000;
}

body .top-block .info-text .phone-block {
  padding-right: 30px;
}

.top-block .info-text .phone-block a {
  display: inline-block;
  padding: 0px 0px 0px 10px;
}

body .top-block .info-text .callback-block {
  padding-left: 20px;
  padding-right: 17px;
  cursor: pointer;
  line-height: 18px;
  padding-bottom: 15px;
}

body .top-block .info-text .callback-block span {
  letter-spacing: 0.2px;
}

body .top-block .info-text .ajax_basket {
  padding: 0px;
}

.top-block .info-text .basket_top .icon {
  position: relative;
  display: block;
  width: 58px;
  height: 48px;
}

.top-block .info-text .basket_top .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -19px;
  width: 18px;
  height: 17px;
  background: url(/local/templates/aspro_next/images/svg/Basket_white.svg) 0px 0 no-repeat;
}

.top-block .info-text .basket_top.empted_cart .icon:before {
  margin-left: -8px;
}

.top-block .info-text .basket_top .icon .count {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 1px;
  width: 17px;
  height: 17px;
  line-height: 16px;
  white-space: nowrap;
  font-size: 11px;
  border-radius: 100%;
  text-align: center;
  background: #000;
}

.top-block .info-text .basket_top.empted_cart .icon .count {
  display: none;
}

.bx-chrome .header:not(.fixed) .top-block .info-text .basket_top .icon .count {
  padding-right: 0px;
}

.top-block .info-text .search-block,
.search-button-div .close-block {
  position: relative;
  min-width: 57px;
  cursor: pointer;
}

.top-block .social-icons li {
  margin: 0;
}

.top-block .social-icons li a {
  position: relative;
  margin: 0;
  padding: 0 12px;
  height: 20px;
  width: 45px;
  background: none;
  border-radius: 0;
}

.top-block .social-icons li a:hover {
  filter: none;
  opacity: 1;
}

.top-block .social-icons li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
}

.top-block .social-icons li.vk a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Vk_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.facebook a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Facebook_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.twitter a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Twitter_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.ytb a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Youtube_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.odn a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Odnoklassniki_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.gplus a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Googleplus_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.mail a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Mailru_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.instagram a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Instagram_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.telegram a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Telegram_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.viber a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Viber_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.whats a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Whatsapp_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.zen a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Zen_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.tiktok a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Tiktok_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.pinterest a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Pinterest_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.snapchat a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Snapchat_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons li.linkedin a:before {
  background: #909090 url(/local/templates/aspro_next/images/svg/social/Linkedin_mask.svg) 0 0 no-repeat;
}

.top-block .social-icons {
  max-width: 375px;
}

body .top-block .info-text .search-block {
  text-align: center;
  height: auto;
  padding-top: 17px;
  padding-bottom: 12px;
}

.top-block .info-text .search-block .search-icons {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -32px 0 no-repeat;
}

.top-block .info-text .search-block .search-icons {
  background: url(/local/templates/aspro_next/images/svg/Search_white.svg) 0px 0 no-repeat;
}

.logo-row .logo {
  display: inline-block;
  position: relative;
  height: 104px;
  max-width: 190px;
  line-height: 101px;
  z-index: 10;
}

.bx-firefox .logo-row .logo {
  display: block;
}

.logo-row .logo img,
.logo-row .logo svg {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.logo svg .icon-path {
  fill: none;
}

.logo svg {
  vertical-align: middle;
}

.logo-row .top-description {
  display: table-cell;
  vertical-align: middle;
  height: 104px;
  padding: 0;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

.logo-row .top-description.slogan {
  padding-left: 15px;
}

.header-v1 .logo-row .top-description:first-child {
  padding-right: 10px;
}

.logo-row .top-description .top-btn {
  padding: 0px 13px;
  cursor: pointer;
}

.logo-row .top-description .top-btn:last-of-type {
  padding-right: 0px;
}

.logo-row .top-mobile-menu {
  display: none;
}

/* HEADER LOGO_AND_MENU_ROW BASKET, PERSONAL, PHONES */
.menu-row.middle-block .mega-menu table td .wrap>a {
  display: block;
}

.logo_and_menu-row {
  position: relative;
  z-index: 12;
}

.logo_and_menu-row .wrap_icon {
  display: table-cell;
  padding: 0 20px;
  height: 104px;
  vertical-align: middle;
}

.logo_and_menu-row .basket-link {
  position: relative;
}

.logo_and_menu-row .basket-link:not(.basket) {
  padding-right: 32px;
}

.logo_and_menu-row .basket-link .count {
  position: absolute;
  top: -7px;
  left: 16px;
  box-shadow: 0px 0px 0px 2px #fff;
}

.basket-link .count {
  font-size: 11px;
  border-radius: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}

.basket-link:not(.basket-count) .svg {
  opacity: 0.5;
}

.basket-link .count:not(.basket-count) {
  background: #b0b0b0;
}

.logo_and_menu-row .basket-link .title {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9333em;
  font-weight: bold;
  line-height: 1.1em;
}

.logo_and_menu-row .basket-link:not(.has_prices) .title {
  font-size: 0px;
}

.logo_and_menu-row .basket-link .wrap {
  margin: 2px 0 0 24px;
  display: inline-block;
  vertical-align: top;
}

.logo_and_menu-row .basket-link .wrap .title {
  margin: 0 0 5px;
  display: block;
}

.logo_and_menu-row .basket-link .wrap .prices {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #999999;
  max-width: 62px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.logo_and_menu-row .personal-link {
  display: block;
}

.logo_and_menu-row .personal-link .wrap {
  margin: 2px 0 0 14px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  max-width: 80px;
}

.logo_and_menu-row .personal-link .wrap>span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.logo_and_menu-row .personal-link .name {
  position: relative;
  margin: 0 0 5px;
  display: block;
  font-size: 0.9333em;
  font-weight: bold;
  line-height: 1.1em;
}

.logo_and_menu-row .personal-link .title {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #999999;
}

.logo_and_menu-row .wrapp-cabinet-menu.icon-cabinet-text .personal-link.with_dropdown:after {
  display: none;
}

.logo_and_menu-row .personal-link.with_dropdown .name {
  padding: 0 13px 0 0;
  max-width: 92px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.logo_and_menu-row .personal-link.with_dropdown .name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -1px 0 0 0;
  width: 5px;
  height: 3px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -20px -333px no-repeat;
}

.logo_and_menu-row .block-link .basket-link {
  display: block;
  height: 21px;
}

.logo_and_menu-row .block-link .basket-link.basket .wrap {
  margin-top: -4px;
}

.logo_and_menu-row .phone-block .schedule {
  margin: 0 0 0 23px;
  font-size: 0.8em;
  line-height: 1em;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.logo_and_menu-row .phone {
  position: relative;
  margin: 4px 0 -3px;
  font-size: 1.0666em;
  font-weight: bold;
}

.logo_and_menu-row .phone.with_dropdown>.dropdown {
  top: 24px;
}

.logo_and_menu-row .with_btn .phone {
  margin-top: 0px;
}

.logo_and_menu-row .phone-block.phone .svg-phone {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0;
}

.logo_and_menu-row .phone a {
  color: #222;
  white-space: nowrap;
}

.logo_and_menu-row .phone .more_phone {
  font-size: 1.006289em;
}

.logo_and_menu-row .callback-block {
  margin: 0 0 0 23px;
}

.logo_and_menu-row .search-block {
  height: 104px;
  display: table;
  width: 100%;
}

.logo_and_menu-row .search-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 104px;
}

.header-v3 .logo_and_menu-row .search-block div[id*="bx_incl"] {
  display: table;
  width: 100%;
}

.logo_and_menu-row .search .search-button-div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.logo_and_menu-row .search .search-button-div .svg.svg-close {
  display: none;
}

.logo_and_menu-row .search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  border: none;
  background: none;
  font-size: 0;
}

.logo_and_menu-row .search .btn-search:active {
  box-shadow: none;
}

.logo_and_menu-row .search .search-input {
  padding: 0 44px 0 17px;
  height: 40px;
  font-size: 0.933em;
  line-height: 40px;
  background: #F9F9FA;
  border: 1px solid #eeeeee;
}

.logo_and_menu-row .phone-block .inner-table-block {
  padding-left: 15px;
  padding-right: 15px;
}

.logo_and_menu-row .inline-search-show {
  border: none;
  background: none;
  padding: 0;
}

.logo_and_menu-row .inline-search-show .svg-search {
  top: -7px;
}

.logo_and_menu-row .callback-block.btn {
  padding: 12px 19px 13px;
  margin: 0;
  font-size: 0.866em;
  line-height: 0.85em;
}

.logo_and_menu-row .search .svg {
  top: 0;
}

.logo_and_menu-row .phone-block.with_btn {
  padding: 0;
  display: table;
  height: 104px;
  max-width: 100%;
}

.logo_and_menu-row .phone-block.with_btn .phone {
  margin-bottom: 0;
  white-space: nowrap;
}

.logo_and_menu-row .address {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 0.8666em;
  line-height: 1.4615em;
  color: #666666;
}

.logo_and_menu-row .address .svg.svg-address {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0 10px 0 0;
  min-width: 13px;
  min-height: 16.03px;
}

.logo_and_menu-row .inner-table-block {
  height: 104px;
}

.logo_and_menu-row .burger {
  margin: 0 0 0 16px;
  display: block;
  position: relative;
  width: 68px;
  height: 104px;
  cursor: pointer;
}

.logo_and_menu-row .burger .svg-burger,
.logo_and_menu-row .burger .svg-inline-burger {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -9px;
  min-width: 18px;
  min-height: 16px;
}

div.header-v13 .logo_and_menu-row .phone-block .inner-table-block:first-of-type {
  padding-right: 5px;
}

div.header-v11 .logo_and_menu-row .wrap_icon.baskets,
div.header-v11 .logo_and_menu-row .wrap_icon.wrap_cabinet {
  padding-top: 2px;
}

body #header .catalog_menu ul.menu>li,
body #header .catalog_menu ul.menu>li>a,
.wrapper.has_menu #header .catalog_menu ul.menu>li.current>a {
  border: 0px;
}

body #header .catalog_menu ul.menu>li:not(.current):not(.stretch):hover {
  border: 0px;
}

.header-v16.title-v1 .line-row,
.header-v15.title-v1 .line-row,
.header-v14.title-v1 .line-row,
.header-v13.title-v1 .line-row,
.header-v12.title-v1 .line-row,
.header-v11.title-v1 .line-row,
.header-v4.title-v1 .line-row,
.header-v2.title-v1 .line-row,
.header-v1.title-v1 .line-row,
body .header-v1.front_page.with_left_block .line-row {
  display: block !important;
  border-top: 1px solid #f2f2f2;
  margin: auto;
}

.fill_bg_n .header-v2.title-v1 .menu-row.middle-block.bglight,
.fill_bg_y .header-v2.title-v1 .menu-row.middle-block.bglight .mega-menu,
.fill_bg_n .header-v11.title-v1 .menu-row.middle-block.bglight,
.fill_bg_y .header-v11.title-v1 .menu-row.middle-block.bglight .mega-menu {
  border: none;
}

ul.menu li a i {
  display: inline-block;
  height: 5px;
  width: 8px;
  background: url("/local/templates/aspro_next/images/arrows.png") 0px 0px no-repeat;
  zoom: 1;
  position: absolute;
  top: 7px;
}

.wrapper.has_menu .catalog_menu ul.menu li a i {
  background-position: -1px -143px;
}

.wrapper.m_color_white .catalog_menu ul.menu li a i {
  background-position: -34px -143px;
}

ul.menu li.more a i {
  position: static;
  margin: 0px 0 2px 11px;
}

.icons_fa:after,
li.has-child:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*header menu start*/
.menu_top_block.catalog_block {
  margin: 0px 0px 30px;
}

.visible_on_ready {
  visibility: hidden;
}

header .wrap_menu {
  position: relative;
  height: 47px;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
}

.menu_top_block {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

header .menu_top_block {
  border-radius: 4px;
  z-index: 101;
}

header .wrapper_middle_menu *,
.menu_top_block * {
  box-sizing: border-box;
}

header .menu_top_block>li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.menu_top_block li {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: normal;
}

.menu_top_block>li>a,
.menu_top_block.catalog_block .dropdown>li.full>a {
  position: relative;
  display: block;
  padding: 12px 22px 13px;
  color: #fff;
  white-space: normal;
}

.menu_top_block.catalog_block .dropdown>li.full>a {
  color: #1D2029;
}

.header_wrap #header .catalog_menu ul.menu>li {
  height: 47px;
  background: none;
}

.header_wrap #header .catalog_menu ul.menu>li.catalog {
  width: 220px;
}

.header_wrap #header .catalog_menu ul.menu>li>a,
.header_wrap #header .catalog_menu ul.menu.adaptive>li .text {
  color: #fff;
  border: 0px !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.menu_top_block li .dropdown {
  position: absolute;
  width: 220px;
  margin: 0;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 1;
  visibility: visible;
}

header .menu_top_block li.catalog>.dropdown {
  box-shadow: none;
}

header .menu_top_block li.catalog>.dropdown>li>a,
body .menu_top_block.catalog_block .dropdown>li.full>a,
.left_menu>li>a {
  border: 1px solid #f2f2f2;
  border-bottom-width: 0px;
  background: #F9F9FA;
  position: relative;
}

header .menu_top_block li.catalog>.dropdown>li:last-child>a,
body .menu_top_block.catalog_block .dropdown>li:last-child>a,
.left_menu>li:last-child>a {
  border-bottom-width: 1px;
}

header .menu_top_block li.catalog>.dropdown>li:hover>a,
header .menu_top_block li.catalog>.dropdown>li.current>a,
.menu_top_block.catalog_block .dropdown>li.full:hover>a {
  background: #fff;
}

.menu_top_block.catalog_block .dropdown>li.full.current>a,
.menu_top_block.catalog_block .dropdown>li.full.current>a:after,
.menu_top_block.catalog_block .dropdown>li.full.current:hover>a:after,
header .menu_top_block li.catalog>.dropdown>li.current>a,
header .menu_top_block li.catalog>.dropdown>li.current>a:after,
header .menu_top_block li.catalog>.dropdown>li.current:hover>a:after,
header .menu_top_block li.catalog>.dropdown>li.current:hover>a {
  color: #fff !important;
}

header .menu_top_block li.catalog>.dropdown>li:hover>a:before,
.menu_top_block.catalog_block .dropdown>li.full:hover>a:before,
.left_menu>li:hover>a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 100%;
  background: #ddd;
  display: block;
}

header .menu_top_block>li>.dropdown,
.menu_top_block.catalog_block .dropdown>li>.dropdown {
  z-index: 3;
  display: none;
  top: auto;
  left: 0;
  margin: 0;
  min-width: 100%;
  opacity: 1;
  visibility: visible;
}

header .menu_top_block li .dropdown>li,
.menu_top_block.catalog_block>.dropdown>li {
  display: block;
  width: 100%;
}

.light header .inc_menu .menu_top_block>li>.dropdown {
  margin-top: 1px !important;
}

.side_RIGHT header .menu_top_block li.catalog>.dropdown>li:hover>a:before,
.side_RIGHT .menu_top_block.catalog_block .dropdown>li.full:hover>a:before,
.side_RIGHT .left_menu>li:hover>a:before {
  left: auto;
  right: 0px;
}

.menu_top_block li.full .dropdown li .dropdown {
  background: transparent;
  opacity: 0;
  display: block;
  visibility: hidden;
  box-shadow: none;
  border: none;
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  margin: 11px 0 0;
  transition: opacity 0s ease 0.2s, visibility 0s ease 0.2s;
}

body .menu_top_block li.full .dropdown>li>a {
  padding: 0;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 14px;
  line-height: 16px;
  color: rgba(108, 108, 108, 1);
}

body .menu_top_block li.full .dropdown>li>a.section1 {
  background: #fff !important;
}

body .menu_top_block li.full.has-child.v_bottom:last-child>.dropdown {
  border-bottom-width: 1px;
}

.menu_top_block li .dropdown>li>a {
  display: block;
  padding: 11px 33px 13px 15px;
  font-size: 13px;
  text-align: left;
}

body .menu_top_block li .dropdown>li>a {
  color: #555555;
  background: #fff;
}

header .menu_top_block>li:not(.catalog) .dropdown>li>a {
  border-bottom: 1px solid #eaebec;
}

header .menu_top_block li .dropdown>li:last-child>a {
  border-bottom-width: 0px;
}

header .menu_top_block li .dropdown>li>.dropdown,
.menu_top_block.catalog_block .dropdown>li>.dropdown {
  left: 100%;
  top: 0;
  width: 241px;
}

header .menu_top_block li .dropdown>li>.dropdown {
  top: 1px;
}

header .menu_top_block>li>.dropdown li .dropdown {
  transition: opacity 0s ease 0.2s, visibility 0s ease 0.2s;
}

.menu_top_block>li.full .dropdown,
.menu_top_block.catalogfirst li.full .dropdown {
  box-shadow: none;
}

.menu_top_block .dropdown>li.full>.dropdown,
.menu_top_block.catalogfirst li.full>.dropdown {
  padding: 20px 0 20px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  display: none;
  transition: opacity 0s ease 0.33s, visibility 0s ease 0.33s;
  visibility: hidden;
  min-width: 500px;
}

.menu_top_block li.full:not(.v_bottom):hover>.dropdown {
  display: block;
}

.menu_top_block.catalogfirst li.full>.dropdown,
.menu_top_block.catalog_block .dropdown>li.full>.dropdown {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  /*max-width:940px;*/
  width: 1px;
  opacity: 0;
}

.hide_catalog .menu_top_block.catalog_block {
  display: none;
}

.catalog_icons_Y .menu_top_block.catalog_block .dropdown>li.full>a {
  background: #fff;
}

.menu_top_block.catalog_block .dropdown>li>a .image {
  display: table-cell;
}

.menu_top_block.catalog_block .dropdown>li>a .image img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.menu_top_block.catalog_block .dropdown>li>a .image+.name {
  font-size: 13px;
  line-height: 1.23;
  font-weight: 400;
  padding-left: 12px;
  display: table-cell;
  vertical-align: middle;
}

.side_RIGHT .menu_top_block.catalog_block .dropdown>li.full>.dropdown {
  left: auto !important;
  right: 100%;
}

.side_RIGHT .menu_top_block.catalog_block .dropdown>li.has-child>a:before {
  left: auto;
  right: 0px;
}

.catalog_icons_Y .menu_top_block.catalog_block .dropdown>li.has-child>a:after {
  top: 24px;
}

.side_RIGHT .menu_top_block.catalog_block .dropdown>li.has-child>.dropdown>li {
  float: right;
}

header .menu_top_block li .dropdown li:hover>.dropdown {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.menu_top_block li.full:not(.v_bottom):hover>.dropdown,
header .menu_top_block.catalogfirst li.full:not(.v_bottom):hover>.dropdown {
  opacity: 1;
  visibility: visible;
}

body .menu_top_block.catalog_block li.full.hover .dropdown {
  opacity: 1;
  visibility: visible;
  display: block;
}

.menu_top_block li.full:hover>.dropdown .dropdown,
header .menu_top_block.catalogfirst li.full:hover>.dropdown .dropdown {
  opacity: 1;
  visibility: visible;
}

.menu_top_block li.full {
  position: initial;
}

.menu_top_block li.full.m_line {
  position: relative;
  z-index: 20;
}

.menu_top_block li.full.m_line .dropdown {
  min-height: auto !important;
  border-radius: 20px;
  border: 1px solid #D7D7D7;
}

.menu_top_block li.full.v_bottom .dropdown,
.menu_top_block.catalogfirst li.full.v_bottom>.dropdown {
  position: static;
  min-width: auto;
  width: auto;
}

.menu_top_block.catalog_block .dropdown>li.full.v_bottom>.dropdown,
header .menu_top_block.catalogfirst li.full.v_bottom>.dropdown {
  width: auto;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  padding: 5px 0px 10px;
  border: 1px solid #f2f2f2;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.menu_top_block.catalog_block .dropdown>li.full.v_bottom>.dropdown>li,
header .menu.top.menu_top_block.catalogfirst li.full.v_bottom>.dropdown>li {
  float: none;
  display: block;
  width: auto;
  padding: 5px 20px 0px;
}

.menu_top_block.catalog_block .dropdown>li.full.v_bottom>.dropdown>li>a,
header .menu_top_block.catalogfirst li.full.v_bottom>.dropdown>li>a {
  padding-left: 0px;
  padding-top: 0px;
  font-weight: normal;
  font-size: 12px;
}

.menu_top_block.catalog_block .dropdown>li.full.v_bottom>.dropdown>li>.dropdown,
header .menu_top_block.catalogfirst li.full.v_bottom>.dropdown>li>.dropdown {
  padding-left: 10px;
  margin-top: 1px;
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu_top_block.catalog_block .dropdown>li.full.v_bottom>.dropdown>li>.dropdown>li>a,
header .menu_top_block.catalogfirst li.full.v_bottom>.dropdown>li>.dropdown>li>a {
  font-size: 12px;
}

header .menu_top_block li .dropdown>li.has-child.v_bottom>a .toggle_block,
.menu_top_block.catalog_block .dropdown>li.has-child.v_bottom>a .toggle_block {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 35px;
  height: 100%;
  bottom: 0px;
}

header .menu_top_block li.catalog>.dropdown>li.has-child.v_bottom.opened>a:after,
body .menu_top_block.catalog_block .dropdown>li.has-child.full.v_bottom.opened>a:after {
  content: "\f107";
}

header .menu_top_block li.catalog>.dropdown>li.v_bottom.current .dropdown,
body .menu_top_block.catalog_block .dropdown>li.full.v_bottom.current .dropdown {
  display: block;
}

header .menu_top_block li.catalog>.dropdown>li.v_bottom.opened:not(.current)>a,
body .menu_top_block.catalog_block .dropdown>li.full.v_bottom.opened:not(.current)>a {
  border-bottom-width: 1px;
}

header .menu_top_block>li>.dropdown li .dropdown {
  transition: none;
}

header .menu_top_block.catalogfirst>li:not(.current) li.full.v_bottom>.dropdown>li:not(.current):not(:hover)>a,
.menu_top_block li.full.v_bottom>.dropdown>li:not(.current) .section:not(:hover) {
  color: #333 !important;
}

header .menu_top_block li.v_bottom .dropdown>li:hover>a,
header .menu_top_block li.v_bottom .dropdown>li.current>a {
  color: #333;
}

header .catalog_menu_ext {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
}

header .menu_top_block>li.more>a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -8px;
  width: 15px;
  height: 3px;
  background: url(/local/templates/aspro_next/images/svg/ai.svg) -157px -10px no-repeat;
}

header .menu_light .menu_top_block>li.more>a:before {
  background-position: -118px -10px;
}

header .menu_top_block li .dropdown>li>a,
.menu_top_block.catalog_block .dropdown>li.full>a {
  display: block;
  padding: 11px 31px 13px 17px;
  margin-left: -17px;
  background: #F9F9FA;
  text-decoration: none;
  text-align: left;
}

header .menu_top_block li .dropdown>li:hover>a,
header .menu_top_block li .dropdown>li.current>a,
body header#header .catalog_menu .menu_top_block>li.current>a {
  color: #fff;
}

header .menu_top_block>li.more>a {
  height: 47px;
}

.menu_top_block li.catalog>a,
.menu_top_block.catalog_block .dropdown>li>a {
  position: relative;
  padding-left: 41px;
  padding-right: 120px;
}

.menu_top_block.catalog_block .dropdown>li>a {
  padding: 11px 31px 13px 17px;
}

.menu_top_block li.catalog>a:before {
  position: absolute;
  top: 12px;
  left: 12px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") 0px 0px no-repeat;
}

.menu_top_block li.catalog>a:after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.1;
}

body .menu_top_block.catalog_block .dropdown>li>a {
  font-size: 13px;
  color: #555555;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li,
header .menu.top.catalogfirst li.full>.dropdown>li {
  padding: 5px 30px 16px 24px;
  float: left;
  width: 33%;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>.image,
header .menu_top_block.catalogfirst li.full>.dropdown>li>.image {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>.image img,
header .menu_top_block.catalogfirst li.full>.dropdown>li>.image img {
  vertical-align: middle;
  max-width: 100%;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>a,
header .menu_top_block.catalogfirst li.full>.dropdown>li>a {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px 0px 70px;
  font-weight: 600;
  background: none;
  color: #333333;
}

.menu_top_block.catalog_block .dropdown>li.full:not(.v_bottom)>.dropdown>li>a:hover,
header .menu_top_block.catalogfirst li.full:not(.v_bottom)>.dropdown>li>a.section:hover,
.menu_top_block.catalog_block .dropdown>li.full:not(.v_bottom)>.dropdown>li.current>a.section {
  color: #60b062;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>.dropdown,
header .menu_top_block.catalogfirst li.full>.dropdown>li>.dropdown {
  padding: 0px 0px 0px 70px;
  margin-top: 9px;
  text-align: left;
}

.menu_top_block li.full>.dropdown>li:nth-child(3n + 1) {
  clear: both;
}

header .menu_top_block li .dropdown>li>.dropdown.toleft {
  border-right: 1px solid #e9e9e9;
  border-left: none;
  left: inherit;
  right: 100%;
}

header .menu_top_block li .dropdown>li.has-child a {
  position: relative;
}

header .menu_top_block li.catalog:after,
.menu_top_block.catalog_block .dropdown>li.has-child>a:after,
header .menu_top_block li .dropdown>li.has-child>a:after,
.left_menu>li.has-childs>a:after {
  content: "\f107";
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin: -3px 0 0 0px;
  width: 12px;
  height: 8px;
  font-weight: normal;
  display: block !important;
}

.bx-firefox header .menu_top_block li.catalog:after,
.bx-firefox .menu_top_block.catalog_block .dropdown>li.has-child>a:after,
.bx-firefox header .menu_top_block li .dropdown>li.has-child>a:after,
.bx-firefox .left_menu>li.has-childs>a:after {
  margin-top: -4px;
}

header .menu_top_block li.catalog:after,
.left_menu>li.has-childs>a:after {
  font-size: 13px;
  top: 21px;
  text-align: right;
  cursor: pointer;
}

header .menu_top_block li .dropdown>li.has-child>a:after,
.menu_top_block.catalog_block .dropdown>li.has-child>a:after,
.left_menu>li.has-childs>a:after {
  font-size: 13px;
  top: 19px;
  text-align: right;
  color: #888;
  content: "\f105";
}

.left_menu>li.has-childs.current>a:after {
  color: #fff !important;
  content: "\f107";
}

header .menu_top_block li .dropdown>li:hover>a:after,
header .menu_top_block li:not(.catalog) .dropdown>li.current>a:after {
  color: #fff;
}

.light header .catalog_menu_ext .menu_top_block>li.catalog>a {
  background-color: #fff;
}

.top-h-row .wrapper_inner {
  z-index: 5;
}

/*mobile start*/
.mobile_menu_wrapper {
  position: relative;
}

header .mobile_menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
}

#header .catalog_menu .wrap_menu ul.menu.adaptive:hover {
  cursor: pointer;
}

#header .catalog_menu .wrap_menu ul.menu.adaptive>li.menu_opener {
  border: 0px;
  display: block;
  width: 100%;
  padding: 0px 17px;
}

.header_wrap #header .catalog_menu ul.menu.adaptive>li {
  height: 47px;
  line-height: 47px;
  position: relative;
}

.header_wrap #header .catalog_menu ul.menu.adaptive>li:after {
  position: absolute;
  top: 12px;
  right: 17px;
  content: "";
  display: block !important;
  width: 20px;
  height: 20px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") 0px 0px no-repeat;
}

.mobile_menu_wrapper .mobile_menu li {
  background: #F9F9FA;
  border-top: 1px solid #eaebec;
  position: relative;
}

.mobile_menu_wrapper .mobile_menu li:before {
  display: none;
}

.mobile_menu_wrapper .mobile_menu li.has-child:before {
  display: block;
  content: "\f107";
  color: #1d2029;
  position: absolute;
  right: 16px;
  top: 12px;
  width: 12px;
  height: 8px;
}

.mobile_menu_wrapper .mobile_menu li.has-child:hover:before,
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li.current:before {
  color: #fff;
}

.mobile_menu_wrapper .mobile_menu li a {
  padding: 0px 31px 0px 17px;
  display: block;
  font-size: 13px;
  text-decoration: none;
  height: 40px;
  line-height: 41px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #333333;
}

#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li:hover>a,
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li.current>a {
  color: #fff !important;
}

ul.mobile_menu .dropdown {
  font-size: 13px;
  display: none;
  margin: 0;
  padding: 0 0 0 20px;
}

ul.mobile_menu .search {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  display: block !important;
  padding: 13px;
  background: none repeat scroll 0 0 #e0e7ea !important;
  border: medium none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
}

ul.mobile_menu .search .search-input-div {
  width: 100%;
  padding-right: 63px;
}

ul.mobile_menu .search .search-button-div {
  position: absolute;
  right: 14px;
  top: 13px;
}

ul.mobile_menu .search .search-button-div button {
  padding: 9px 13px 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

ul.mobile_menu .search .search-input-div input {
  border: 0px;
  font-size: 13px;
}

/*mobile end*/

/* MOBILE HEADER v1 */
#mobileheader .basket-link .title {
  display: none;
}

#mobileheader .v1 .bars .top-btn {
  padding: 0px 20px 5px;
}

/* MOBILE HEADER v2 */
#mobileheader .v2 .top-btn {
  height: 46px;
  line-height: 42px;
  padding: 0px 15px;
}

/* mobile headers */
#mobileheader {
  margin: 0;
  padding: 0;
  position: relative;
  height: 63px;
}

#mobileheader.fixed {
  overflow: visible;
}

.wrapper1>div#mobileheader {
  z-index: 10;
  position: relative;
}

.wrapper1.mfixed_view_scroll_top>div#mobileheader {
  top: -110px;
}

body .wrapper1.mfixed_Y>div#mobileheader.fixed {
  position: fixed;
  width: 100%;
  z-index: 3000;
  top: 0px;
  display: block !important;
}

#mobileheader .burger {
  height: 100%;
  width: 58px;
  position: relative;
  cursor: pointer;
}

#mobileheader .burger .svg-burger,
#mobileheader .burger .svg-inline-burger {
  width: 18px;
  height: 16px;
  min-width: 18px;
  min-height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -9px;
}

#mobileheader .burger .svg-close,
#mobileheader .burger .svg-inline-close {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  display: none;
}

#mobileheader .burger.c .svg-close,
#mobileheader .burger.c .svg-inline-close {
  display: inline;
}

#mobileheader .burger.c .svg-burger,
#mobileheader .burger.c .svg-inline-burger {
  display: none;
}

#mobileheader .title-block {
  height: 100%;
  padding: 0 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 60px;
}

#mobileheader .logo-block {
  height: 100%;
  padding: 0 5px 0 0;
}

#mobileheader .logo {
  max-width: 156px;
  line-height: 60px;
}

#mobileheader .logo img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

#mobileheader .right-icons {
  height: 100%;
  padding-right: 9px;
  margin-left: -15px;
}

#mobileheader .wrap_icon {
  display: table-cell;
  padding-right: 11px;
  padding-left: 11px;
  vertical-align: middle;
  line-height: 63px;
}

#mobileheader .inline-search-show {
  border: none;
  background: none;
  padding: 0;
  top: 1px;
  position: relative;
}

.ios #mobileheader .inline-search-show {
  top: 4px;
}

#mobileheader .inline-search-show .svg-inline-search {
  top: -4px;
}

#mobileheader .basket-link {
  position: relative;
  padding-right: 12px;
}

#mobileheader .basket-link:not(.basket) {
  padding-right: 22px;
}

#mobileheader .basket-link.compare {
  padding-right: 24px;
}

#mobileheader .basket-link .count {
  position: absolute;
  top: -7px;
  left: 16px;
  box-shadow: 0px 0px 0px 2px #fff;
}

#mobileheader *[class^="mobileheader-"] {
  height: 100%;
  width: 100%;
  color: #222;
}

#mobileheader .mobileheader-v1 {
  background: #fff;
  border-bottom: 1px solid #F9F9FA;
}

#mobileheader .mobileheader-v2 {
  color: #fff;
}

#mobileheader .mobileheader-v2 .basket-link .count {
  background-color: #fff;
  color: #222;
}

#mobileheader .mobileheader-v2 .svg.inline:not(.dark-i) path {
  fill: #fff;
}

/* mobile menu */
#mobilemenu {
  background: #fff;
  z-index: 3002;
  overflow: hidden;
  overflow-y: auto;
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  position: fixed;
}

#mobilemenu::-webkit-scrollbar {
  width: 8px;
}

#mobilemenu::-webkit-scrollbar-track {
  border-radius: 8px;
}

#mobilemenu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

#mobilemenu::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid #fff;
}

#mobilemenu.dropdown {
  top: 64px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  opacity: 0;
  visibility: hidden;
}

#mobilemenu.dropdown.show {
  opacity: 1;
  visibility: visible;
}

#mobilemenu.leftside {
  left: -100%;
  top: 0;
  bottom: 0;
  width: 300px;
  max-width: 100%;
}

#mobilemenu.leftside.show {
  left: 0;
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

#mobilemenu>.scroller {
  overflow: hidden;
}

#mobilemenu>.scroller>.wrap {
  width: 100%;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
}

#mobilemenu-overlay {
  display: none;
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2999;
}

#mobilemenu .dropdown {
  left: 100%;
  top: 0;
  width: 100%;
  border: medium none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
  position: absolute;
  z-index: 5;
  background: #fff;
  margin: 0;
  padding: 0;
}

#mobilemenu .expanded>.dropdown {
  display: block;
}

#mobilemenu .expanded>.dropdown>div {
  border-bottom: 1px solid #f2f2f2;
}

#mobilemenu .expanded>.dropdown .menu_back a {
  font-size: 15px;
  line-height: 18px;
  padding: 22px 20px 23px 57px;
  cursor: pointer;
  position: relative;
}

#mobilemenu.menu-compact .expanded>.dropdown .menu_back a {
  padding: 14px 20px 15px 57px;
}

#mobilemenu .expanded>.dropdown .menu_back .svg {
  position: absolute;
  top: 16px;
  left: 13px;
}

#mobilemenu.menu-compact .expanded>.dropdown .menu_back .svg {
  top: 8px;
}

#mobilemenu .expanded>.dropdown .menu_title {
  font-size: 15px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  padding: 22px 23px 23px 19px;
  background-color: #fbfbfb;
}

#mobilemenu.menu-compact .expanded>.dropdown .menu_title {
  padding: 14px 20px 15px 19px;
}

#mobilemenu .menu a:hover .svg {
  background-color: transparent;
}

#mobilemenu .menu>ul {
  padding: 0;
  margin: 0;
  display: block;
}

#mobilemenu .menu ul>li {
  list-style: none;
  display: block;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding: 0;
}

#mobilemenu .menu ul li:before {
  display: none;
}

#mobilemenu .menu ul>li a {
  padding: 10px 20px 20px 10px;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mobilemenu .menu ul>li a.decript {
  padding: 14px 20px 15px 19px;
  line-height: 1em;
  font-weight: bold;
}

#mobilemenu.menu-compact .menu ul>li a {
  padding: 12px 20px 13px 19px;
}

#mobilemenu.menu-compact .menu ul>li a.decript {
  padding-top: 9px;
  padding-bottom: 8px;
}

#mobilemenu .menu ul>li.menu_title a {
  padding: 0px;
}

#mobilemenu .menu ul>li a.parent {
  padding-right: 46px;
}

#mobilemenu .menu ul>li .arrow {
  position: absolute;
  z-index: 1;
  width: 46px;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding-left: 8px;
  display: block;
}

#mobilemenu .menu ul>li .arrow .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

#mobilemenu .menu ul>li.selected>a:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

#mobilemenu.menu-compact .menu ul>li.selected>a:before {
  top: 22px;
}

#mobilemenu .menu>ul>li>a:not(.not-weight) {
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
}

#mobilemenu .menu>ul>li>a.parent-catalog {
  background: #f6f6f7;
}

#mobilemenu .menu>ul>li.selected>a:before {
  left: 0px;
  top: -1px !important;
  bottom: -1px;
  width: 2px;
  z-index: 1;
  height: inherit;
  border-radius: 0;
}

#mobilemenu .menu>ul>li:not(.counters),
.menu ul>li.selected:not(.counters),
.menu ul>li.expanded {
  position: initial;
}

#mobilemenu .menu>ul>li.counters>a>span {
  padding-right: 25px;
  position: relative;
}

#mobilemenu .menu>ul>li.counters .count {
  width: 17px;
  height: 17px;
  line-height: 17px;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  font-weight: initial;
  left: auto;
}

#mobilemenu .menu>ul>li.counters .count.empted {
  background: #969ba5;
}

#mobilemenu .menu.middle>ul>li>a {
  padding-left: 57px;
  background: #fbfbfb;
}

#mobilemenu .menu.middle a .svg {
  position: absolute;
}

#mobilemenu .menu.middle a .svg-cabinet {
  width: 14px;
  min-width: 14px;
  height: 17px;
  min-height: 17px;
  left: 21px;
  top: 22px;
}

#mobilemenu .menu.middle a .svg-cabinet-login,
#mobilemenu .menu.middle a .svg-inline-cabinet {
  width: 16px;
  min-width: 16px;
  height: 17px;
  min-height: 17px;
  left: 21px;
  top: 22px;
}

#mobilemenu .menu.middle a .svg-address {
  width: 16px;
  min-width: 16px;
  height: 19px;
  min-height: 19px;
  left: 21px;
  top: 22px;
  background: url("/local/templates/aspro_next/images/svg/Marker.svg") 2px 0px no-repeat;
}

#mobilemenu .menu.middle a:hover .svg-cabinet-login {
  background-color: #222;
}

#mobilemenu .menu.middle a .svg-basket,
#mobilemenu .menu.middle a .svg-inline-basket {
  width: 18px;
  min-width: 18px;
  height: 17px;
  min-height: 17px;
  left: 20px;
  top: 23px;
}

#mobilemenu .menu.middle a .svg-wish,
#mobilemenu .menu.middle a .svg-inline-wish {
  width: 18px;
  min-width: 18px;
  height: 16px;
  min-height: 16px;
  left: 20px;
  top: 23px;
}

#mobilemenu .menu.middle a .svg-compare,
#mobilemenu .menu.middle a .svg-inline-compare {
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  left: 20px;
  top: 23px;
}

#mobilemenu .menu.middle a .svg-phone,
#mobilemenu .menu.middle a .svg-inline-phone {
  width: 9px;
  min-width: 9px;
  height: 12px;
  min-height: 12px;
  left: 25px;
  top: 26px;
}

#mobilemenu .menu.middle a:hover .svg-phone {
  background-color: transparent;
}

#mobilemenu .menu.middle a:hover .svg-cabinet {
  background-color: #222;
}

#mobilemenu .contacts .title {
  font-weight: bold;
  padding: 19px 20px 6px 19px;
}

#mobilemenu .contacts a {
  color: #222;
}

#mobilemenu .contacts .email,
#mobilemenu .contacts .address {
  padding: 12px 20px 0 50px;
  position: relative;
  line-height: 18px;
  font-size: 13px;
}

#mobilemenu .contacts .svg.svg-address,
#mobilemenu .contacts .svg.svg-inline-address {
  position: absolute;
  left: 20px;
  top: 14px;
  width: 13px;
  min-width: initial;
  height: 16px;
  min-height: initial;
}

#mobilemenu .contacts .svg-email,
#mobilemenu .contacts .svg-inline-email {
  min-width: initial;
  min-height: initial;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 20px;
  top: 13px;
}

#mobilemenu .social-icons {
  border-bottom: 1px solid #f2f2f2;
}

#mobilemenu .social-icons ul {
  padding: 16px 0 30px 0;
  margin: 0;
}

#mobilemenu .social-icons li {
  list-style: none;
  display: block;
}

#mobilemenu .social-icons ul li:before {
  display: none;
}

#mobilemenu .social-icons li>a {
  font-size: 13px;
  line-height: 20px;
  background: none;
  padding: 5px 27px 5px 50px;
  width: 100%;
  opacity: 1;
  position: relative;
  margin: 0;
  height: auto;
  border-radius: 0px;
}

#mobilemenu .social-icons li>a .svg {
  position: absolute;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  left: 19px;
  top: 5px;
}

#mobilemenu .downdrop .menu ul>li .arrow .svg {
  transform: rotate(0.25turn);
}

#mobilemenu .downdrop .dropdown {
  position: relative;
  left: inherit;
  top: inherit;
  padding: 0 0 0 19px;
}

#mobilemenu .downdrop .expanded>.dropdown .menu_back,
#mobilemenu .mobilemenu-v2 .expanded>.dropdown .menu_title {
  display: none;
}

#mobilemenu .downdrop .menu ul>li.expanded {
  border-bottom: none;
}

#mobilemenu .downdrop .menu ul>li.expanded>a {
  border-bottom: 1px solid #f2f2f2;
}

#mobilemenu.menu-compact .menu.middle a .svg-address,
#mobilemenu.menu-compact .menu.middle a .svg-inline-cabinet,
#mobilemenu.menu-compact .menu.middle a .svg-cabinet-login,
#mobilemenu.menu-compact .menu.middle a .svg-basket,
#mobilemenu.menu-compact .menu.middle a .svg-inline-basket {
  top: 15px;
}

#mobilemenu.menu-compact .menu.middle a .svg-compare,
#mobilemenu.menu-compact .menu.middle a .svg-inline-compare {
  top: 14px;
}

#mobilemenu.menu-compact .menu.middle a .svg-wish,
#mobilemenu.menu-compact .menu.middle a .svg-inline-wish {
  top: 16px;
}

#mobilemenu.menu-compact .menu.middle a .svg-phone,
#mobilemenu.menu-compact .menu.middle a .svg-inline-phone {
  top: 17px;
}

#mobilemenu a:hover .svg.inline path {
  fill: #222;
}

/*header menu end*/

.scrollbar-filter::-webkit-scrollbar {
  width: 2px;
}

.scrollbar-filter::-webkit-scrollbar-track {
  border-radius: 8px;
}

.scrollbar-filter::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 0px solid #fff;
}

.scrollbar-filter::-webkit-scrollbar-thumb {
  background: #999;
  border: 0px solid #fff;
}

/* SOCIAL ICONS */
footer .social {
  padding: 16px 0;
}

footer .info+.social {
  margin-top: -38px;
}

.soc .social-icons {
  text-align: right;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 0;
}

body .social-icons li,
body .soc-avt .row a {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  padding: 0px;
  margin: 0px;
}

.social-icons li:before {
  display: none;
}

.social-icons li a,
.soc-avt .row a {
  border-radius: 3px;
  display: block;
  height: 40px;
  margin: 5px 10px 5px 0px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 40px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 0;
  background: none;
  border-radius: 100%;
}

body .soc-avt .row a {
  border-radius: 0px;
}

.social-icons li a {
  background-color: #4f5a6b;
  background: url(/local/templates/aspro_next/images/social.png) -4px -4px no-repeat;
}

.soc-avt .row a i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/local/templates/aspro_next/images/social.png) 0px 0px no-repeat;
  border-radius: 100%;
}

.social-icons li a:hover,
.soc-avt .row a:hover {
  opacity: 0.8;
}

body .soc-avt .row a {
  display: inline-block;
  margin: 5px 11px 5px 0px;
}

.social-icons li.facebook a,
.soc-avt a i.facebook {
  background-position: -54px -4px;
}

.social-icons li.twitter a,
.soc-avt a i.twitter {
  background-position: -104px -4px;
}

.social-icons li.instagram a,
.soc-avt a i.instagram {
  background-position: -154px -4px;
}

.social-icons li.telegram a,
.soc-avt a i.telegram {
  background-position: -153px -104px;
}

.social-icons li.ytb a,
.soc-avt a i.ytb {
  background-position: -204px -4px;
}

.social-icons li.odn a,
.soc-avt a i.odn {
  background-position: -254px -4px;
}

.social-icons li.gplus a,
.soc-avt a i.gplus {
  background-position: -54px -54px;
}

.social-icons li.mail a,
.soc-avt a i.mymailru {
  background-position: -4px -54px;
}

.social-icons li.viber a,
.soc-avt a i.viber {
  background-position: -4px -104px;
}

.social-icons li.whats a,
.soc-avt a i.whats {
  background-position: -53px -104px;
}

.social-icons li.zen a,
.soc-avt a i.zen {
  background-position: -254px -104px;
}

.social-icons li.tiktok a,
.soc-avt a i.tiktok {
  background-position: -304px -104px;
}

.social-icons li.pinterest a,
.soc-avt a i.pinterest {
  background-position: -203px -104px;
}

.social-icons li.snapchat a,
.soc-avt a i.snapchat {
  background-position: -354px -104px;
}

.social-icons li.linkedin a,
.soc-avt a i.linkedin {
  background-position: -404px -104px;
}

.soc-avt a i.openid-mail-ru {
  background-position: -400px 0px;
}

.soc-avt a i.livejournal {
  background-position: -100px -50px;
}

.soc-avt a i.liveinternet {
  background-position: -350px -50px;
}

.soc-avt a i.openid {
  background-position: -300px -50px;
}

.soc-avt a i.bitrix24,
.bx-authform-social ul li .bx-authform-social-icon.bitrix24 {
  background-position: -153px -54px;
}

.soc-avt a i.box,
.bx-authform-social ul li .bx-authform-social-icon.box {
  background-position: -353px -4px;
}

.soc-avt a i.dropbox,
.bx-authform-social ul li .bx-authform-social-icon.dropbox {
  background-position: -253px -54px;
}

.soc-avt a i.google {
  background-position: -450px 0px;
}

.soc-avt a i.google-plus {
  background-position: -50px -50px;
}

.soc-avt a i.liveid {
  background-position: -300px 0px;
}

.soc-avt a i.office365 {
  background-position: -504px -4px;
}

.soc-avt a i.odnoklassniki {
  background-position: -250px 0px;
}

.soc-avt a i.yandex {
  background-position: -400px -50px;
}

.soc-avt a i.yandex {
  background-position: -400px -50px;
}

.soc-avt a i.blogger {
  background-position: -200px -50px;
}

li.viber.viber_mobile {
  display: none;
}

html.mobile li.viber.viber_mobile {
  display: inline-block;
}

html.mobile li.viber.viber_desktop {
  display: none;
}

.rounded_block .social-icons li a,
.soc-avt .row a {
  border-radius: 100%;
  margin: 5px 10px 5px 0px;
}

@media not print {

  header.fixed,
  #headerfixed.fixed,
  #headerSimple.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 994;
    right: 0;
    left: 0;
  }

  .inline-search-block.fixed {
    position: fixed;
    z-index: 997;
    background: #fff !important;
  }

  .inline-search-block.fixed .search-wrapper {
    padding: 0px;
    display: inline-block;
    width: 100%;
  }

  .inline-search-block.fixed .search-wrapper #title-search {
    padding: 14px 0px 15px;
  }

  body .xzoom-source,
  body .xzoom-hidden,
  body .xzoom-preview {
    z-index: 2999;
  }

  .inline-search-block.fixed.big {
    background: #fff !important;
    top: -200px;
    z-index: 3000;
    transition-duration: 0.5s;
  }

  .inline-search-block.fixed.big.show {
    top: 0px;
  }

  .inline-search-block.fixed.big .search-wrapper #title-search {
    padding: 0px;
  }

  .inline-search-block.fixed.big .search .search-input {
    padding: 0 200px 0 25px;
    font-size: 28px;
    height: 132px;
    background: none;
    border: none;
    border-radius: 0;
  }

  .inline-search-block.fixed.big .search .search-button-div {
    top: 45px;
  }

  .inline-search-block.fixed.big .search .btn-search {
    color: #fff;
    padding: 12px 25px;
    font-size: 1em;
  }

  .inline-search-block.fixed.big .search .close-block {
    min-width: 16px;
  }

  .inline-search-block.with-close.fixed.big .search .close-block {
    top: 6px;
  }

  #headerfixed {
    opacity: 1;
    transition: top 600ms linear;
    background: #fff;
    display: block;
    position: fixed;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
    top: -100%;
    z-index: 996;
    right: 0;
    left: 0;
  }

  #headerfixed.fixed {
    opacity: 1;
    display: block;
  }

  #headerfixed .logo-row .logo-block {
    max-width: 300px;
    min-width: 192px;
  }

  #headerfixed .logo-row .js-basket-block .title {
    display: none;
  }

  #headerfixed .search .inner-table-block {
    width: 20%;
  }

  #headerfixed .inner-table-block {
    height: 62px;
    overflow: visible;
    padding: 0px 25px;
  }

  #headerfixed .logo-row>div[id*="bx_incl"],
  #headerfixed .logo-row.v1 .pull-right>div[id*="bx_incl"] {
    display: table-cell;
  }

  #headerfixed .logo-row.v2>div[id*="bx_incl"] {
    width: 73px;
  }

  #headerfixed .inner-table-block.menu-block,
  #headerfixed .inner-table-block.phones {
    overflow: visible;
  }

  #headerfixed .inner-table-block.phones {
    padding: 0px;
  }

  #headerfixed .inner-table-block.phones .phone {
    margin: 0px;
  }

  #headerfixed .sep-left {
    border-right: rgba(0, 0, 0, 0.05) 1px solid;
  }

  #headerfixed .logo-row .logo {
    height: auto;
    line-height: normal;
    padding-right: 12px;
    max-width: 202px;
  }

  #headerfixed .logo-row .logo img,
  #headerfixed .logo-row .logo svg {
    max-height: 46px;
  }

  #headerfixed .menu-block.rows {
    position: relative;
    cursor: pointer;
    transition: background ease 0.3s;
    padding: 0px 23px 0px 16px;
  }

  #headerfixed .menu-block.rows .title {
    font-size: 0.933em;
    font-weight: bold;
    position: relative;
    color: #222;
  }

  .bx-ie #headerfixed .menu-block.rows .title {
    height: 62px;
    line-height: 62px;
  }

  #headerfixed .menu-block.rows:hover .title {
    color: #fff;
  }

  #headerfixed .menu-block .title .svg {
    margin-right: 5px;
  }

  #headerfixed .menu-block:hover .svg-burger {
    background: url(/local/templates/aspro_next/images/svg/burger_white.svg) center center no-repeat;
  }

  #headerfixed .logo-row .menu-block.rows .navs {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 240px;
  }

  #headerfixed .menu-block.rows:hover .navs ul.nav.nav-pills {
    display: block !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  #headerfixed .menu-block.rows:hover .navs ul {
    animation: toggle_opacity 300ms;
    background: #fff;
  }

  #headerfixed .menu-block.rows .navs ul li {
    padding: 0px;
    display: block;
    float: none;
    margin: 0px;
  }

  #headerfixed .menu-block.rows .navs ul .search {
    display: none;
  }

  #headerfixed .menu-block.rows .navs ul li:before {
    display: none;
  }

  #headerfixed .v1 .menu-block .navs ul li a {
    border-radius: 0px;
    font-size: 15px;
    padding: 14px 29px 14px 19px !important;
    border-top: 1px solid #f0f0f0;
    min-width: 225px;
    white-space: normal;
    color: #222;
    line-height: 24px;
  }

  #headerfixed .menu-block .navs ul li.active>a,
  #headerfixed .menu-block .navs ul li a:hover,
  #headerfixed .menu-block .navs ul li a:focus {
    background: #fff;
  }

  #headerfixed .menu-block .navs ul>li:first-of-type>a {
    border-top-width: 0px;
  }

  #headerfixed .menu-block.rows .navs ul li a i {
    position: absolute;
    right: 13px;
    top: 19px;
  }

  #headerfixed .menu-block.rows .navs ul li a i:before {
    content: "\f105";
  }

  #headerfixed .menu-block.rows .navs ul.dropdown-menu {
    top: 0px;
    left: 100%;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    border: none;
  }

  #headerfixed .menu-block.rows .navs li:hover>ul.dropdown-menu {
    display: block;
  }

  #headerfixed .btn {
    margin: 0px;
  }

  #headerfixed .search-button-div .btn-search {
    position: static;
  }

  #headerfixed .search-button-div .close-block {
    display: none;
  }

  #headerfixed .js-basket-block {
    position: relative;
  }

  #headerfixed .js-basket-block .count {
    top: -7px;
  }

  /* fixed v2*/
  #headerfixed .logo-row.v2 {
    display: table;
  }

  #headerfixed .logo-row.v2 .logo-block {
    min-width: 215px;
    max-width: 215px;
  }

  #headerfixed .logo-row.v2 .small-block {
    width: 80px;
    text-align: center;
  }

  #headerfixed .logo-row.v2 .small-block>div {
    min-height: 30px;
  }

  #headerfixed .logo-row.v2 .search-block {
    cursor: pointer;
  }

  #headerfixed .logo-row.v2 .js-nav {
    opacity: 0;
  }

  #headerfixed .logo-row.v2 .mega-menu table td .wrap>a {
    padding: 19px 12px 21px;
    display: inline-block;
  }

  #headerfixed .logo-row.v2 .svg {
    position: static;
    min-height: 21px;
    height: 21px;
  }

  #headerfixed .logo-row.v2 .svg.svg-basket {
    margin: 0px;
  }

  #headerfixed .logo-row .basket-link .count {
    position: absolute;
    top: -8px;
    left: 16px;
    box-shadow: 0px 0px 0px 2px #fff;
  }

  #headerfixed .logo-row.v2 .basket-link .count {
    top: -5px;
  }

  #headerfixed .logo-row.v2 .basket-link .js-basket-block {
    width: 34px;
    display: inline-block;
    text-align: left;
    min-height: 27px;
    position: relative;
  }

  #headerfixed .logo-row .basket-link .svg.svg-basket {
    margin: 0px;
  }

  #headerfixed .logo-row.v2 .basket-link {
    width: 73px;
    text-align: center;
  }

  /* header simple */
  #headerSimple.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 996;
    right: 0;
    left: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
  }

  #headerSimple {
    opacity: 1;
    transition: top 300ms linear;
    background: #fff;
    display: block;
    z-index: 996;
    right: 0;
    left: 0;
    top: -100px;
  }

  .header-simple-center {
    position: absolute;
    width: 100%;
  }

  .header-simple-2 .region_wrapper {
    margin-left: 0 !important;
  }

  .simple_basket_mode .logo-row .logo {
    display: inline-block;
  }

  .mobile-block-simple {
    position: relative;
  }
}

/*child menu*/
body #header .catalog_menu .child {
  margin-top: 0px;
  padding-top: 0px;
}

body #header ul.menu li .child .child_wrapp {
  border: 0px;
  background: #f7f7f9;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  padding: 35px 40px 17px;
}

body #header ul.menu.bottom li .child .child_wrapp:not(.clearfix) {
  padding: 27px 40px 21px;
}

.mobile .breadcrumbs .bx-breadcrumb-item:hover .dropdown_wrapp {
  display: none;
}

.bx-touch .breadcrumbs .bx-breadcrumb-item .dropdown_wrapp {
  display: none;
}

.bx-touch .breadcrumbs .drop a span {
  border-bottom: none;
}

ul.menu .child,
.breadcrumbs .dropdown_wrapp {
  z-index: 500;
  position: absolute;
  text-transform: none;
  font-size: 11px;
  padding-top: 20px;
}

ul.menu .child {
  margin-top: 0px;
  padding-top: 32px;
}

.basket_fly ul.menu .child {
  margin-top: -1px;
}

.bx-firefox .wrapper ul.menu .child,
.bx-ie .wrapper ul.menu .child {
  margin-top: -1px;
}

ul.menu .child a {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  text-transform: none;
}

ul.menu .child li.menu_title {
  display: block;
  margin: 0px 0px 6px;
}

ul.menu .child li.menu_title a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
}

ul.menu .child li.menu_item a {
  font-size: 12px;
  text-decoration: none;
  padding: 0;
  margin: 0px 8px 0px 0px;
  line-height: 20px;
}

ul.menu .child .child_wrapp>a,
ul.menu .child .child_wrapp .depth3>a {
  display: block;
  text-decoration: none;
  line-height: 20px;
  text-transform: none;
}

ul.menu .child .child_wrapp .depth3>a {
  margin-left: 15px;
}

ul.menu .more .child .child_wrapp .depth3>a,
ul.menu .child .child_wrapp .depth3 a.title {
  margin-left: 0;
}

ul.menu .more .child .child_wrapp .depth3>a.title {
  color: #000;
  margin-bottom: 5px;
  font-size: 12px;
}

ul.menu .more .child .child_wrapp .depth3 {
  margin-bottom: 8px;
}

.wrapper.has_menu .white #header .catalog_menu ul.menu>li.current,
.wrapper.has_menu .white #header .catalog_menu ul.menu>li:not(.current):hover {
  background: none;
}

.wrapper.has_menu .white #header .catalog_menu ul.menu>li.active,
.wrapper.has_menu .white #header .catalog_menu ul.menu>li.active:hover {
  background: #efefef;
}

/*child line menu*/
body #header ul.menu li .child.line .child_wrapp {
  padding: 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

body #header ul.menu li .child.line .child_wrapp>a {
  padding: 9px 20px 10px;
  border-bottom: 1px solid #fff;
  background: #f7f7f9;
}

body #header ul.menu li .child.line .child_wrapp>a:hover,
body #header ul.menu li .child.line .child_wrapp>a.current {
  background: #fff;
}

/* TOP SEARCH TITLE */
.mega-menu ul.nav .search {
  right: inherit;
  top: inherit;
  width: 100%;
  display: block !important;
  padding: 13px;
  background: none repeat scroll 0 0 #e0e7ec;
  max-height: 400px;
}

.mega-menu ul.nav .search .search-input-div {
  padding-right: 0px;
}

.mega-menu ul.nav .search .search-button-div {
  right: 13px;
  top: 13px;
  width: 74px;
}

.mega-menu ul.nav .search .search-button-div .btn-search {
  right: 0px;
  top: 0px;
}

div.title-search-result {
  margin-left: 1px;
  margin-top: -2px;
  display: none;
  overflow: visible;
  z-index: 100;
  padding: 0;
  border: none;
  position: absolute;
}

div.title-search-result.title-search-input_fixedtf .bx_searche .bx_img_element {
  padding-left: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

div.title-search-result.title-search-input_fixedtf .bx_searche .bx_item_element {
  padding-left: 0px;
  white-space: normal;
}

div.title-search-result.title-search-input_fixedtf .bx_searche .bx_item_element>span {
  line-height: 20px;
  margin-top: 5px;
  display: block;
}

div.title-search-result.title-search-input_fixedtf .bx_searche .bx_item_element .title-search-price {
  margin-top: 8px;
}

div.title-search-result.title-search-input_fixedtf .bx_searche .bx_item_element .title-search-price>.price {
  margin-bottom: 5px;
}

div.title-search-result.title-search-input_fixedtf .bx_searche .bx_img_element+.bx_item_element {
  padding-left: 22px;
  margin-left: 82px;
}

.all_block_nav {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -1px;
  padding-left: 5px;
}

div.title-search-result .bx_searche {
  overflow: auto;
  max-height: 400px;
}

.title-search-result.title-search-input {
  width: 100% !important;
  left: 0px !important;
  margin-left: 0px;
}

.bx_search_container {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

.bx_search_container .bx_field {
  position: relative;
  margin-top: 15px;
  height: 30px;
  border-top: 1px solid #8ca3ae;
  border-right: 1px solid #a0b4be;
  border-bottom: 1px solid #b6c8d1;
  border-left: 1px solid #a0b4be;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  line-height: 30px;
}

.bx_search_container .bx_field .bx_input_text {
  position: absolute;
  right: 34px;
  left: 5px;
  height: 30px;
  outline: none;
  border: none;
  background: none;
  line-height: 30px;
}

.bx_search_container .bx_field .bx_input_submit {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 34px;
  border: none;
  background: url("/local/templates/aspro_next/images/search_lupe.png") no-repeat left center;
  cursor: pointer;
}

div.title-search-fader {
  display: none;
  background-image: url("/local/templates/aspro_next/images/fader.png");
  background-position: right top;
  background-repeat: repeat-y;
  position: absolute;
}

p.title-search-preview {
  font-size: 12px;
}

div.title-search-result td.title-search-price span {
  font-size: 26px;
}

.bx_searche {
  background: none repeat scroll 0 0 #ffffff;
  border: medium none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.bx_searche .bx_img_element {
  background: none;
  float: left;
  padding: 0px;
  position: static;
  text-align: center;
}

.bx_searche .bx_item_block {
  position: relative;
  display: block;
  text-decoration: none;
  color: #2f383d;
  border-top: 1px solid #F9F9FA;
}

.bx_searche .bx_item_block:not(.all_result):hover,
.bx_searche .bx_item_block:not(.all_result):hover .maxwidth-theme {
  background: #fbfbfb;
}

.bx_searche .bx_image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bx_searche .bx_item_element {
  padding-left: 25px;
  margin-left: 0px;
  border-top: 1px solid transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bx_searche .bx_price .old {
  font-weight: normal;
  text-decoration: line-through;
  color: #636363;
}

.bx_searche .bx_item_element .all_result_title {
  font-size: 0.933em;
  margin: 0px;
}

.bx_searche .bx_item_block {
  min-height: 80px;
  line-height: 77px;
}

.bx_searche .bx_img_element {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.fixed_type .bx_searche .bx_img_element {
  padding-left: 25px;
}

.bx_searche .bx_img_element img {
  max-width: 100%;
  max-height: 100%;
}

.bx_searche .bx_image {
  width: 100%;
  height: 100%;
  margin: 10px 0px 0px 25px;
}

.bx_searche .bx_img_element+.bx_item_element {
  margin-left: 99px;
}

/* inline-search-block  */
.inline-search-block {
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  z-index: 100;
  transition: all ease 0.3s;
}

.inline-search-block .search-wrapper {
  border: none;
  padding: 7px 0;
}

.inline-search-block.with-close .search .search-input-div {
  padding-right: 58px;
}

.inline-search-block.show {
  top: 0px !important;
  background: #fff;
}

.inline-search-block.with-close .search .btn-search {
  right: 58px;
}

.inline-search-block.with-close:not(.big) .search .btn-search {
  background: none;
}

.inline-search-block .search .close-block {
  display: none;
  height: 34px;
}

.inline-search-block.with-close .search .close-block {
  display: block;
}

.inline-search-block .close-block .close-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin: -15px 0 0 -15px;
}

.inline-search-block .close-block .close-icons {
  margin-top: -8px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  background: #222 url(/local/templates/aspro_next/images/svg/Close_mask.svg) center center no-repeat;
}

.inline-search-block .close-block .close-icons:hover {
  opacity: 0.8;
}

form.search {
  position: relative;
}

.search .search-input-div {
  width: 100%;
}

.search .search-button-div {
  position: absolute;
  top: 0px;
  right: 0;
}

.search .search-input {
  background: #F9F9FA;
  border: none;
  color: #444444;
  display: block;
  height: 34px;
  line-height: 18px;
  padding: 0 70px 0px 10px;
  vertical-align: top;
  width: 100%;
  border-radius: 3px;
}

.search .btn-search {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  border: 1px solid #F9F9FA;
  color: #dedede;
  padding: 7px 10px 7px;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  margin: 0px;
}

.inline-search-block:not(.fixed) .search .btn-search {
  border-radius: 0px 3px 3px 0px;
}

.top-block .search .fa-close {
  color: #c2cbd2;
  display: block;
  float: left;
  font-size: 24px;
  margin-top: 4px;
  margin-left: 6px;
  cursor: pointer;
}

body.fill_bg_y .header_wrap header .header-wrapper {
  border: none;
}

/* TOP MENU */
.menu-row {
  position: static;
}

.menu-row>.maxwidth-theme {
  background: none;
}

.logo-row .menu-row.maxwidth-theme:before,
.logo-row .menu-row.maxwidth-theme:after {
  display: none;
}

.menu-only {
  position: relative;
}

.menu-row .menu-only {
  position: static;
}

.menu-row.bgcolored .menu-only {
  position: relative;
}

.mega-menu {
  position: relative;
  z-index: 10;
}

.menu-row .menu-only .mega-menu {
  position: static;
}

.mega-menu.sliced:not(.ovisible) {
  overflow: hidden;
}

.mega-menu ul.nav {
  padding: 0 0 0px 0;
  clear: both;
  float: none;
  position: static;
  display: block;
  font-size: 13px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.mega-menu ul.nav li {
  padding: 0;
  margin: 0;
  clear: both;
  float: none;
  display: block;
}

.mega-menu ul.nav li:before {
  display: none;
}

.mega-menu ul.nav li,
.mega-menu ul.nav .dropdown-menu {
  background-color: #fafafa;
}

.mega-menu ul.nav li>a {
  padding: 9px 45px 9px 10px;
  text-shadow: none !important;
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid transparent;
  margin: 0;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  border-radius: 0;
  clear: both;
  float: none;
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  white-space: normal;
  color: #444444;
}

.mega-menu ul.nav li>a i.fa-angle-down {
  position: absolute;
  right: -10px;
  top: 0px;
  font-size: 20px;
  width: 64px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}

.mega-menu ul.nav li:first-of-type>a {
  border-top: medium none !important;
}

.mega-menu ul.nav li.active>a,
.mega-menu ul.nav li:hover>a {
  border-top: 1px solid #e1e4e6;
  border-bottom: 1px solid #e1e4e6;
  margin: 0;
  padding: 9px 55px 9px 10px;
  background: none;
  color: #ffffff;
}

.mega-menu ul.nav li.active>a i.fa-angle-down,
.mega-menu ul.nav li:hover>a i.fa-angle-down {
  right: 0px;
}

.mega-menu ul.nav li.active+li>a,
.mega-menu ul.nav li:hover+li>a {
  border-top: 1px solid transparent;
}

.mega-menu ul.nav li>a:focus {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.mega-menu ul.nav .dropdown-menu {
  font-size: 13px;
  position: static;
  clear: both;
  float: none;
  display: none !important;
  box-shadow: none;
  border: none !important;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 20px;
}

.mega-menu ul.nav .dropdown-menu li:first-of-type>a {
  border-top: 1px solid transparent;
}

.mega-menu table td .wrap>.dropdown-menu .menu-wrapper>li:first-of-type:before,
.mega-menu table td .wrap>.dropdown-menu>li:first-of-type:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dedede;
  display: block;
  content: "";
  transition-property: right;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.mega-menu .table-menu>table>td .wrap>.dropdown-menu>li:first-of-type:before {
  display: block !important;
}

.bglight .mega-menu ul.nav .dropdown-menu li:last-of-type>a {
  border-bottom: 1px solid transparent;
}

.mega-menu ul.nav li.resp-active>ul.dropdown-menu {
  display: block !important;
}

.mega-menu table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

.bx-mac .mega-menu table,
.bx-ios .mega-menu table {
  max-width: inherit;
}

.mega-menu table a {
  display: block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
}

.mega-menu table td {
  padding: 0;
  text-align: center;
  position: relative;
}

.menu-row .menu-only .mega-menu table td {
  position: static;
}

.mega-menu table td.unvisible {
  visibility: hidden;
  opacity: 0;
}

.mega-menu table td.dropdown>.wrap {
  position: relative;
}

/*.mega-menu table td:hover > .wrap > .dropdown-menu{display:block;opacity:1;animation:toggle_opacity 300ms;}*/
.mega-menu table td>.wrap>a .fa {
  vertical-align: middle;
  display: none;
}

.mega-menu table td>.wrap>a .fa.fa-angle-down::before {
  font-size: 10px;
  font-weight: bold;
  vertical-align: top;
}

.mega-menu table .tail {
  display: none;
}

.mega-menu table .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: -1px 0 0;
  top: auto;
  padding: 0;
  text-align: left;
  opacity: 0;
}

.menu-row .mega-menu table td.dropdown.wide_menu>.wrap {
  position: static;
}

.menu-row .mega-menu table td.wide_menu .wrap>.dropdown-menu .menu-wrapper>li:first-of-type:before {
  display: none;
}

.menu-row .mega-menu table td.wide_menu:hover>.wrap>.dropdown-menu,
.menu-row .mega-menu table td.wide_menu.hover>.wrap>.dropdown-menu {
  /*display:block;width:100%;margin-top:0px;border-top:1px solid #f2f2f2;padding:25px 30px 10px;left:0px !important;*/
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu {
  width: 100%;
  margin-top: 0px;
  border-top: 1px solid #f2f2f2;
  padding: 25px 30px 10px;
  left: 0px !important;
  max-height: 485px;
  overflow: auto;
  background: #fff;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar-track {
  border-radius: 8px;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid #fff;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>a,
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>a {
  font-weight: 600;
  padding-top: 2px !important;
  padding-bottom: 5px !important;
  font-size: 13px;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li {
  display: inline-block;
  width: 25%;
  float: left;
  margin: 0px 0px 30px;
  padding: 0px 20px 0px 0px;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.has_img {
  padding-left: 80px;
  min-height: 60px;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.has_img .menu_img {
  display: block;
  width: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.has_img .menu_img img {
  max-width: 100%;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu .menu-wrapper>li:nth-child(4n + 1) {
  clear: left;
}

.menu-row .mega-menu table td.wide_menu .menu-wrapper>li>a,
.menu-row .mega-menu table td.wide_menu .dropdown-menu>li>a {
  white-space: normal;
  border: none;
  line-height: 1.428571429;
}

.mega-menu table td:not(.wide_menu) .dropdown-menu>li.has_img .menu_img,
body .mega_fixed_menu .mega-menu table td .dropdown-menu>li.has_img .menu_img,
body .mega_fixed_menu .mega-menu table td .menu-wrapper>li.has_img .menu_img,
.mega-menu table td:not(.wide_menu) .dropdown-menu .menu-wrapper>li.has_img .menu_img {
  display: none;
}

.logo-row.menu-row,
.logo-row.v1 {
  position: relative;
}

.logo-row.menu-row .mega-menu,
.logo-row.menu-row .mega-menu table td.wide_menu {
  position: static;
}

.menu-row .menu-item.hover>.dropdown-menu {
  display: block !important;
  opacity: 1 !important;
}

body .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>.dropdown-menu>li.collapsed:not(.clicked_exp) {
  display: none;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>.dropdown-menu>li,
.catalog_icons_N .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>.dropdown-menu>li.clicked_exp {
  display: inline-block;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.show_as_block>.dropdown-menu>li,
.catalog_icons_N .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.show_as_block>.dropdown-menu>li.clicked_exp {
  display: block;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.has_img>.dropdown-menu>li,
.catalog_icons_N .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.has_img>.dropdown-menu>li.clicked_exp,
.catalog_icons_Y .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li.has_img>.dropdown-menu>li.clicked_exp {
  display: block;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>.dropdown-menu li a {
  padding-right: 0px !important;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li:not(.has_img)>.dropdown-menu li a {
  font-size: 12px;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>.dropdown-menu li a:not(:hover) {
  color: #666;
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu:not(.has_img) .dropdown-submenu .dropdown-menu {
  display: block;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>.image+a {
  padding-left: 70px;
  padding-top: 10px;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>a {
  padding-left: 0px;
  padding-top: 0px;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>.image+a+.dropdown {
  padding-left: 70px;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>.dropdown {
  padding-left: 0px;
}

.mega-menu table .dropdown-menu li a {
  color: #222222;
  padding: 14px 29px 14px 19px !important;
  border-top: 1px solid #f0f0f0;
  line-height: 1.428571429;
}

.mega-menu table td:not(.wide_menu) .dropdown-menu li>a .name {
  display: block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mega-menu table .wrap>.dropdown-menu li:first-of-type>a {
  border-top-color: transparent !important;
}

.mega-menu table .wrap>.dropdown-menu li:first-of-type>.dropdown-menu {
  top: 1px;
}

.menu-row.bgcolored .mega-menu table .wrap>.dropdown-menu li:first-of-type>.dropdown-menu {
  top: 0px;
}

.mega-menu table td:not(.wide_menu) .wrap>.dropdown-menu li:first-of-type>.dropdown-menu li:first-of-type>a {
  padding-top: 15px !important;
}

.mega-menu table .dropdown-submenu,
.dropdown-menu li {
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
}

.mega-menu table .dropdown-submenu:before,
.dropdown-menu li:before {
  display: none;
}

.mega-menu table td:not(.wide_menu) .dropdown-submenu>a:after {
  display: block;
  font-family: FontAwesome;
  content: "\f105";
  right: 10px;
  position: absolute;
  top: 50%;
  margin: -6px 0 0;
  font-weight: bold;
  font-size: 11px;
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: static;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: none;
}

.menu-row .mega-menu table td.wide_menu.hover .dropdown-submenu .dropdown-menu {
  display: block !important;
  opacity: 1 !important;
}

.mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu>li.collapsed {
  display: none;
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu>li>a {
  font-size: 13px;
  padding: 4px 20px !important;
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-submenu .dropdown-menu {
  margin: 0px 0px 0px 20px;
  float: none;
}

.mega-menu table td .more_items {
  display: none;
}

.mega-menu table td.wide_menu .more_items {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.menu-row .mega-menu table td.wide_menu .more_items {
  padding: 4px 20px;
}

.mega-menu table td.wide_menu .with_dropdown:after {
  margin-top: -1px;
}

.mega-menu table .dropdown-submenu .dropdown-menu {
  top: 2px;
  left: 100%;
}

.menu-row.middle-block .mega-menu table .dropdown-submenu .dropdown-menu {
  top: 1px;
}

.menu-row.middle-block.bglight .mega-menu table .dropdown-submenu .dropdown-menu {
  top: 3px;
}

.menu-row.middle-block.bglight .mega-menu table .wrap>.dropdown-menu li:first-of-type>.dropdown-menu {
  top: 2px;
}

.mega-menu table .dropdown-submenu .dropdown-menu .menu-wrapper>li:first-of-type>a {
  border-top: none;
}

.mega-menu table .dropdown.js-dropdown .fa {
  display: none;
}

.mega-menu table .more-items>span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  vertical-align: top;
  padding-right: 21px;
}

.mega-menu table td.search-item .wrap>a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px !important;
  padding-bottom: 18px !important;
}

.mega-menu table td.search-item .wrap>a .fa {
  font-size: 15px;
}

.mega-menu table td .wrap>a {
  border: none;
  font-weight: 600;
  padding: 41px 12px 41px;
  position: relative;
  text-transform: none;
  color: #222222;
  width: auto;
  display: inline-block;
  font-size: 1em;
  position: relative;
  color: #222222;
  height: 104px;
}

#headerfixed .mega-menu table td .wrap>a {
  height: auto;
}

/**/
.menu-row .mega-menu table td.wide_menu .dropdown-menu:not(.long-menu-items) .customScrollbar {
  max-height: 485px;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items .customScrollbar {
  max-height: 630px;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu ul.menu-wrapper {
  max-height: none;
}

.menu-row .mega-menu table td .dropdown-menu ul.menu-wrapper {
  margin: 0px;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items {
  padding: 0px;
  max-height: none;
  overflow: visible;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items .menu-navigation__content>.scrollbar>.menu-wrapper>li {
  width: 100%;
  padding: 25px 30px 10px;
  margin: 0px;
  float: none;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items .menu-navigation__content>.scrollbar>.menu-wrapper>li a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.menu-row .mega-menu table td.wide_menu .long-menu-items .dropdown-submenu .dropdown-submenu .dropdown-menu {
  margin: 0;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items .menu-navigation__content .subitems-wrapper>.menu-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  max-width: 100%;
}

html:not(.bx-ie11) .menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items .menu-navigation__content .subitems-wrapper>.menu-wrapper>li {
  width: 100%;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items .menu-navigation__content .subitems-wrapper>.menu-wrapper>li {
  margin-bottom: 20px;
}

.menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items .menu-navigation__content>.scrollbar>.menu-wrapper>li {
  min-height: 630px;
}

#headerfixed:not(.fixed) .menu-row .mega-menu table td.wide_menu .dropdown-menu.long-menu-items {
  display: none !important;
  opacity: 0 !important;
}

/**/

/*middle menu*/
.menu-row.middle-block .mega-menu {
  height: 60px;
}

.menu-row.middle-block>.maxwidth-theme>.row {
  margin: 0px;
}

.menu-row.middle-block>.maxwidth-theme>.row>.col-md-12 {
  padding: 0px;
}

.menu-row.middle-block .mega-menu table td .wrap>a {
  padding: 20px 18px 25px;
  height: 60px;
  line-height: 1.33em;
}

.menu-row.middle-block .mega-menu table td .wrap>a>div {
  display: inline-block;
}

/*light menu*/
.menu-row.middle-block.bglight .mega-menu {
  border-top: 1px solid #f2f2f2;
}

.fill_bg_n .menu-row.middle-block.bglight,
.fill_bg_y .menu-row.middle-block.bglight .mega-menu {
  border-bottom: 1px solid #f2f2f2;
}

.menu-row.middle-block.bglight .mega-menu table td .wrap>a {
  padding-top: 19px;
  padding-bottom: 26px;
  height: 59px;
}

.fill_bg_y .menu-row.bglight>.maxwidth-theme {
  background: #fff;
}

.menu-row.middle-block.bglight .right-icons {
  border-top: 1px solid #f2f2f2;
}

.fill_bg_y .menu-row.middle-block.bglight .right-icons {
  border-bottom: 1px solid #f2f2f2;
}

.menu-row.middle-block.bglight .wrap_icon .personal-link {
  height: 58px;
}

.menu-row.middle-block.bglight .wrap_icon .basket-link {
  padding-bottom: 19px;
  padding-top: 17px;
}

.menu-row.middle-block.bglight .wrap_icon .svg-compare.white {
  background: url(/local/templates/aspro_next/images/svg/Comparison_black.svg) 0px 0px no-repeat;
}

.menu-row.middle-block.bglight .wrap_icon .svg-wish.white {
  background: url(/local/templates/aspro_next/images/svg/Wishlist_black.svg) 0px 0px no-repeat;
}

.menu-row.middle-block.bglight .wrap_icon .svg-basket.white {
  background: url(/local/templates/aspro_next/images/svg/Basket_black.svg) 0px 0px no-repeat;
}

.menu-row.middle-block.bglight .wrap_icon .svg.svg-cabinet-login {
  background: #222 url(/local/templates/aspro_next/images/svg/Lock_mask.svg) 0px 0 no-repeat;
  top: -3px;
}

.menu-row.middle-block.bglight .wrap_icon .svg.svg-cabinet {
  background: #222 url(/local/templates/aspro_next/images/svg/User_mask.svg) 0px 0 no-repeat;
  top: -2px;
}

.menu-row.middle-block.bglight .wrap_icon .inline-search-show {
  padding-bottom: 21px;
  padding-top: 20px;
}

.menu-row.middle-block.bglight .wrap_icon .inline-search-show .svg-search.white {
  background-color: #222;
  background-image: url(/local/templates/aspro_next/images/svg/Search_mask.svg);
  min-width: 17px;
  min-height: 17px;
}

/*dark menu*/
.fill_bg_n .menu-row.middle-block.bgdark,
.fill_bg_y .menu-row.bgdark>.maxwidth-theme {
  background: #424f60;
}

.menu-row.middle-block.bgdark table td:hover {
  background-color: #556170;
}

.menu-row.middle-block:not(.bglight) .mega-menu table {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-row.middle-block:not(.bglight) .mega-menu table td .wrap>a {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.menu-row.middle-block:not(.bglight) .mega-menu table td.active .wrap>a,
.menu-row.middle-block:not(.bglight) .mega-menu table td:not(.search-item):hover .wrap>a {
  color: #fff;
}

.menu-row.middle-block .mega-menu table .dropdown-menu {
  margin-top: 0px;
}

.menu-row.middle-block.bglight .mega-menu table .dropdown-menu {
  margin-top: -1px;
}

.menu-row.middle-block:not(.bglight) .mega-menu table .wrap>.dropdown-menu>li:first-of-type:before {
  display: none !important;
}

.header-v4 .menu-row.middle-block .mega-menu table td.catalog .wrap>a,
.header-v5 .menu-row.middle-block .mega-menu table td.catalog .wrap>a,
.header-v6 .menu-row.middle-block .mega-menu table td.catalog .wrap>a,
.header-v7 .menu-row.middle-block .mega-menu table td.catalog .wrap>a,
.header-v9 .menu-row.middle-block .mega-menu table td.catalog .wrap>a {
  padding-left: 62px;
  padding-right: 18px;
  text-align: left;
}

.header-v8 .menu-row.middle-block .mega-menu table td.catalog .wrap>a,
.header-v10 .menu-row.middle-block .mega-menu table td.catalog .wrap>a {
  padding-left: 62px;
  text-align: left;
}

.header-v8 .menu-row.middle-block .svg-wish,
.header-v10 .menu-row.middle-block .svg-wish {
  top: 0px;
}

.header-v8 .menu-row.middle-block .wrap_icon .basket-link,
.header-v10 .menu-row.middle-block .wrap_icon .basket-link {
  padding-left: 22px;
  padding-right: 22px;
}

.menu-row.middle-block .mega-menu table td.catalog {
  width: 234px;
}

.menu-row.middle-block:not(.bglight) .mega-menu table td.catalog>.wrap {
  width: 233px;
}

.menu-row.middle-block .mega-menu table td.catalog .wrap>a {
  padding-right: 60px;
  text-align: left;
}

.menu-row.middle-block.bglight .mega-menu table td.catalog .wrap>a {
  border-right: 1px solid #f2f2f2;
}

.menu-row.middle-block .mega-menu table td.catalog .wrap>a:before,
.menu-row.middle-block .mega-menu table td.dropdown .wrap>a:after {
  content: "";
  position: absolute;
  display: block;
}

.menu-row.middle-block .mega-menu table td.catalog .wrap>a:before {
  top: 23px;
  left: 20px;
  background: url("/local/templates/aspro_next/images/svg/Catalog_menu.svg") 0px 0px no-repeat;
  width: 15px;
  height: 12px;
}

.menu-row.middle-block.bglight .mega-menu table td.catalog .wrap>a:before {
  background: url("/local/templates/aspro_next/images/svg/Catalog_menu_black.svg") 0px 0px no-repeat;
  top: 22px;
}

.menu-row.middle-block .mega-menu table td.dropdown .wrap>a:not(.more-items):after {
  top: 21px;
  right: 20px;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 14px;
  width: 15px;
  height: 12px;
  text-align: center;
}

.menu-row.middle-block .mega-menu table td.dropdown .wrap>a:not(.more-items) {
  padding-right: 50px;
}

.menu-row.middle-block .mega-menu table td.icon .wrap>a {
  padding-left: 50px;
  padding-right: 40px;
}

.menu-row.middle-block .mega-menu table td.icon.sale_icon .wrap>a {
  padding-right: 20px;
}

.menu-row.middle-block .mega-menu table td.icon.sale_icon .wrap>a .svg {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -10px;
  left: 20px;
}

.menu-row.middle-block:not(.bglight) .mega-menu table td.icon.sale_icon .wrap>a .svg path {
  fill: #fff;
}

/*.menu-row.middle-block .mega-menu table td.icon.sale_icon .wrap > a:before{content:"";background:url('/local/templates/aspro_next/images/svg/Sale_mask.svg') 0px 0px no-repeat;position:absolute;display:block;top:50%;margin-top:-10px;left:20px;width:20px;height:16px;}
.menu-row.middle-block:not(.bglight) .mega-menu table td.icon.sale_icon .wrap > a:before{background:url('/local/templates/aspro_next/images/svg/Sale.svg') 0px 0px no-repeat;height:18px;width:22px;margin-top:-10px;}*/

.logo_and_menu-row .logo-row .menu-row .mega-menu {
  height: 104px;
}

.header-v11 .logo_and_menu-row .logo-row .menu-row .mega-menu>.table-menu,
.header-v2 .logo_and_menu-row .logo-row .menu-row .mega-menu>.table-menu {
  margin-left: 1px;
}

.menu-row.middle-block:not(.bglight) .line-wrapper {
  display: none;
}

.menu-row.middle-block:not(.bglight) .marker-nav {
  display: none;
}

.menu-row.middle-block .mega-menu table td .wrap>.more-items>span {
  left: 2px;
}

.menu-row.middle-block .wrap_icon {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 22px;
  font-size: 14px;
}

.menu-row.middle-block .wrap_icon .basket-link {
  position: relative;
  z-index: 10;
  padding: 18px 27px 20px;
  display: inline-block;
  vertical-align: top;
}

.menu-row.middle-block.bglight .wrap_icon {
  border-left: 1px solid #f2f2f2;
  border-right-width: 0px;
}

.menu-row.middle-block:not(.bglight) .wrap_icon .svg:not(.svg-inline-cabinet-exit) svg path,
.menu-row.middle-block:not(.bglight) .wrap_icon .svg:not(.svg-inline-cabinet-exit):hover svg path {
  fill: #fff;
}

.menu-row.middle-block .wrap_icon .personal-link {
  position: relative;
  z-index: 10;
  padding: 19px 19px 21px 16px;
  display: inline-block;
  vertical-align: top;
  height: 60px;
}

.menu-row.middle-block .wrap_icon .personal-link .svg-inline-cabinet {
  min-width: 16px;
  min-height: 17px;
  height: 17px;
}

.menu-row.middle-block .wrap_icon .svg-inline-compare {
  min-width: 17px;
  min-height: 17px;
  height: 17px;
}

.menu-row.middle-block .wrap_icon .svg-inline-wish {
  min-width: 18px;
  min-height: 16px;
  height: 16px;
  top: 0px;
}

.menu-row.middle-block .wrap_icon .svg-inline-basket {
  min-width: 18px;
  min-height: 17px;
  height: 17px;
}

.menu-row.middle-block .basket-link .count {
  margin: 2px 0 0 7px;
  vertical-align: top;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
}

.menu-row.middle-block.bgcolored .basket-link .count,
.menu-row.middle-block.bgdark .basket-link .count {
  background: #fff;
  color: #333;
}

.menu-row.middle-block:not(.bglight) .basket-link .count:not(.basket-count) {
  background: #fff;
}

.menu-row.middle-block .basket-link .title {
  display: none;
}

.menu-row.middle-block .logo_and_menu-row .right-icons {
  margin-left: 1px;
  margin-right: 1px;
}

.mega_fixed_menu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 997;
  overflow: auto;
}

.menu-row.middle-block.bglight .basket-link:not(.basket-count) .count {
  background: #b0b0b0;
  color: #fff;
}

.mega_fixed_menu::-webkit-scrollbar {
  width: 8px;
}

.mega_fixed_menu::-webkit-scrollbar-track {
  border-radius: 8px;
}

.mega_fixed_menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.mega_fixed_menu::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid #fff;
}

.mega_fixed_menu .mega-menu table td.unvisible {
  opacity: 1;
  visibility: visible;
}

.mega_fixed_menu .menu-only {
  padding: 13px 25px 30px;
}

.mega_fixed_menu .mega-menu table {
  padding: 0 0 0 72px;
  margin: 0 -25px;
  display: block;
}

.mega_fixed_menu .mega-menu table tr {
  display: block;
}

.mega_fixed_menu .mega-menu table td.unvisible {
  visibility: visible;
}

.mega_fixed_menu .mega-menu table td .wrap>.more-items {
  display: none !important;
}

.mega_fixed_menu .mega-menu table td .wrap>a {
  padding: 0;
}

.mega_fixed_menu .mega-menu table .menu-item {
  padding: 0 25px;
  margin: 24px 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.mega_fixed_menu .mega-menu table tbody>tr>.menu-item {
  width: 24.7%;
}

body .mega_fixed_menu .mega-menu table .menu-item>.wrap>.dropdown-menu {
  float: none;
  position: static;
  opacity: 1;
  display: block;
  box-shadow: none;
  opacity: 1;
  animation: none;
}

.mega_fixed_menu .mega-menu table .menu-item>.wrap>a {
  font-size: 1.1333em;
}

.mega_fixed_menu .mega-menu table .menu-item:hover>.wrap>.dropdown-menu {
  display: block;
  opacity: 1;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu {
  margin: 12px 0 0;
}

.mega_fixed_menu .mega-menu table .dropdown-menu {
  font-size: 1em;
  float: none;
}

.mega_fixed_menu .mega-menu table .dropdown-menu li>a {
  border: none;
}

.mega_fixed_menu .mega-menu table .dropdown-menu li a {
  width: auto;
}

.mega_fixed_menu .mega-menu table td .wrap>a .line-wrapper {
  display: none;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>.customScrollbar>.menu-wrapper>li {
  margin: 6px 0 0;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>.customScrollbar>.menu-wrapper>li:before {
  display: none;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>.customScrollbar>.menu-wrapper>li:first-of-type {
  margin-top: 0;
}

body .mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>li:first-of-type:before {
  display: none;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>.customScrollbar>.menu-wrapper>li>a {
  padding: 0 !important;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu>.customScrollbar>.menu-wrapper .dropdown-submenu>a {
  padding: 0 25px 0 0 !important;
  position: relative;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a:after {
  display: none;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a>.arrow {
  position: absolute;
  right: 0;
  top: 1px;
  padding: 5px;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a>.arrow>i {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -44px -334px no-repeat;
  border-radius: 4px;
}

.mega_fixed_menu .mega-menu table .wrap>.dropdown-menu .dropdown-submenu>a:hover>.arrow>i {
  background-position: -28px -334px;
}

body .mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu {
  position: static;
  margin: 0 0 13px;
  animation: none;
  box-shadow: none;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu a {
  padding: 0 !important;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu .dropdown-menu li {
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  font-size: 0.8666em;
  line-height: 1.3846em;
}

body .mega_fixed_menu .mega-menu table .dropdown-submenu:hover .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: none;
  animation: none;
}

.mega_fixed_menu .mega-menu table .dropdown-submenu.opened .dropdown-menu,
.mega_fixed_menu .mega-menu table .dropdown-submenu.opened:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

body .mega_fixed_menu .mega-menu table .wrap>.dropdown-menu li:first-of-type>.dropdown-menu li:first-of-type>a {
  padding-top: 0 !important;
}

.mega_fixed_menu .svg.svg-close,
.mega_fixed_menu .svg.svg-inline-close {
  position: absolute;
  left: 6px;
  top: 30px;
  min-width: 18px;
  min-height: 18px;
  cursor: pointer;
}

.mega_fixed_menu .marker-nav {
  display: none;
}

body .mega_fixed_menu .mega-menu table a {
  white-space: normal;
  height: auto;
}

.mega-menu table td .wrap>a .line-wrapper {
  position: relative;
  visibility: visible;
}

.mega-menu td .wrap>a .line-wrapper .line {
  position: absolute;
  bottom: -41px;
  left: 0px;
  height: 2px;
  background: #dedede;
  right: 100%;
  opacity: 1;
  -webkit-transition: right 0.15s ease-out;
  transition: right 0.15s ease-out;
}

.menu-row.middle-block.bglight .mega-menu td .wrap>a .line-wrapper .line {
  bottom: -22px;
}

#headerfixed .mega-menu td .wrap>a .line-wrapper .line {
  bottom: -21px;
}

.mega-menu table td.active .wrap>a .line-wrapper .line,
.mega-menu table td .wrap:hover>a .line-wrapper .line {
  right: 0px;
}

.mega-menu table td:last-child .wrap>a:after {
  display: none;
}

.mega-menu table .dropdown-submenu>a:hover:after {
  color: white;
}

.mega-menu table .dropdown-submenu .dropdown-menu:after {
  display: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background: #fff;
}

.mega-menu table td .wrap>.more-items>span:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 17px;
  height: 3px;
  background: #222222 url(/local/templates/aspro_next/images/svg/next.svg) -1px -333px no-repeat;
}

.mega-menu table td .wrap>.more-items>span {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 3px;
}

.menu-row.middle-block .mega-menu table td .wrap>.more-items {
  padding-left: 18px;
  padding-right: 18px;
}

.menu-row.middle-block .mega-menu table td .wrap>.more-items>span:before {
  background-position: -1px -337px;
  background-color: transparent;
  left: 0;
}

.menu-row.middle-block.bglight .mega-menu table td .wrap>.more-items>span:before {
  background-position: -1px -333px;
  background-color: #000;
  left: 0;
}

.mega-menu table td .wrap .line-wrapper {
  visibility: hidden;
}

.header-v2 .top-block .top-block-item .address {
  max-width: 290px;
}

.header-v4 .logo_and_menu-row .wrap_icon {
  padding-left: 23px;
  padding-right: 23px;
}

.header-v4 .logo_and_menu-row .svg-cabinet,
.header-v9 .logo_and_menu-row .svg-cabinet,
.header-v13 .logo_and_menu-row .svg-cabinet,
.header-v9 .logo_and_menu-row .svg-cabinet-login,
.header-v13 .logo_and_menu-row .svg-cabinet-login {
  top: 3px;
}

.header-v13 .logo_and_menu-row .inline-search-show .svg-search {
  top: -2px;
}

.header-v9 .logo_and_menu-row .wrap_icon .svg-inline-cabinet,
.header-v13 .logo_and_menu-row .wrap_icon .svg-inline-cabinet {
  top: 4px;
}

div.header-v5 .logo_and_menu-row .right-icons {
  margin: 0px;
}

.header-v7 .logo_and_menu-row .phone-block.with_btn {
  margin: 0 -15px;
}

.header-v7 .logo_and_menu-row .wrap_icon {
  padding-left: 19px;
  padding-right: 19px;
}

.header-v7 .logo_and_menu-row .wrap_icon.wrap_cabinet {
  padding-left: 9px;
  padding-right: 9px;
}

.header-v7 .logo_and_menu-row .wrap_icon.wrap_basket {
  padding-left: 0px;
  padding-right: 0px;
}

.header-v8 .logo_and_menu-row .phone-block.with_btn {
  margin-left: 0;
  margin-right: 0;
}

.header-v10 .logo_and_menu-row .phone-block.with_btn {
  margin-left: 0;
  margin-right: 0;
}

.header-v13 .menu-only {
  padding-right: 0;
}

.header-v7 .logo_and_menu-row .inline-search-show .svg-search,
.header-v12 .logo_and_menu-row .inline-search-show .svg-search {
  top: -2px;
}

.header-v11 .menu-row .wrap_icon .inline-search-show {
  padding: 0;
}

.header-v11 .menu-row .svg.svg-search {
  min-width: 21px !important;
  min-height: 21px !important;
  top: -2px;
}

.header-v14 .logo_and_menu-row .inline-search-show .svg-search {
  top: -2px;
}

.header-v15 .logo_and_menu-row .inline-search-show .svg-search {
  top: -2px;
}

.header-v15 .logo_and_menu-row .burger {
  margin-left: 0;
}

.header-v16 .logo_and_menu-row .inline-search-show .svg-search {
  top: -2px;
}

.header-v16 .logo_and_menu-row .burger {
  margin-left: 0;
}

.header-v16 .logo_and_menu-row .search-block {
  width: auto;
  padding: 0 0 0 25px;
  display: table-cell;
}

.with_order .top-block .top-block-item .address,
.with_cabinet .top-block .top-block-item .address {
  max-width: 430px;
}

.with_order.with_cabinet .top-block .top-block-item .address {
  max-width: 340px;
}

.logo_and_menu-row .search_wrap {
  opacity: 0;
  visibility: hidden;
}

.logo_and_menu-row .search_wrap.wide_search {
  padding-right: 0px;
  padding-left: 15px;
}

.menu-row.bgcolored a:hover .svg {
  background-color: transparent;
}

.menu-row .wrap_icon {
  z-index: 11;
}

.menu-row .wrap_icon .inline-search-show {
  padding: 21px 32px 21px;
  border: none;
  background: none;
}

.header-v2 .menu-row .wrap_icon .inline-search-show {
  padding-right: 0px;
  padding-left: 0px;
}

.menu-row:not(.logo-row) .svg.svg-search,
.menu-row:not(.logo-row) .svg.svg-inline-search {
  min-width: 16px;
  min-height: 16px;
  height: 16px;
}

.menu-row:not(.logo-row) .svg.svg-search.lg,
.menu-row:not(.logo-row) .svg.svg-inline-search.big {
  min-width: 21px;
  width: 21px;
  min-height: 21px;
  height: 21px;
}

body .logo_and_menu-row .wrap_icon.baskets {
  padding: 0px;
}

body .logo_and_menu-row .wrap_icon.baskets:first-of-type,
body .logo_and_menu-row div[id^="bxdynamic_header-basket"]+.wrap_icon.baskets {
  padding-left: 20px;
  padding-right: 0px;
}

body .logo_and_menu-row .wrap_icon.baskets:last-of-type {
  padding-left: 0px;
  padding-right: 20px;
}

body .header-v7 .logo_and_menu-row .wrap_icon.baskets:last-of-type {
  padding-right: 0px;
}

body .header-v7 .logo_and_menu-row .personal-link {
  height: 21px;
}

body .header-v7 .logo_and_menu-row .personal-link .wrap {
  margin-top: -4px;
}

body .logo_and_menu-row .basket-link.delay {
  padding-right: 26px;
}

body .logo_and_menu-row .wrap_icon.inner-table-block .basket-link.delay,
body .logo_and_menu-row .wrap_icon.baskets .basket-link.delay {
  display: block;
}

.header-v1 .logo_and_menu-row .basket-link.delay,
.header-v8 .logo_and_menu-row .basket-link.delay,
.header-v10 .logo_and_menu-row .basket-link.delay {
  padding-right: 22px;
}

.btn.btn-responsive-nav {
  outline: none;
}

/*basket fly*/
.basket_wrapp .header-cart .basket_fly .wraps_icon_block {
  display: inline-block;
  float: none;
  margin: 0px;
}

.header-cart .basket_fly .wraps_icon_block.delay .count span {
  background: #ddd;
  color: #fff;
}

.header-cart .basket_fly .opener {
  position: absolute;
  width: 58px;
  left: -58px;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  top: 0px;
  background: #424f60;
  overflow: hidden;
}

.basket_fill_WHITE .header-cart .basket_fly .opener {
  background: #edf0f3;
}

.header-cart .basket_fly .opener>div {
  display: inline-block;
  text-align: center;
  width: 58px;
  cursor: pointer;
  vertical-align: top;
  *display: inline-block;
  zoom: 1;
  height: auto;
}

.basket_wrapp .basket_fly .wraps_icon_block.delay .count span {
  background: #fff;
}

.basket_wrapp.basket_fill_COLOR .basket_fly .wraps_icon_block.delay .count span {
  color: #333333;
}

.fly2 .basket_fly .opener {
  top: 148px;
}

.basket_wrapp.basket_page .header-cart.fly .clicked>a {
  display: block;
}

.header-cart .basket_fly .opener .wish_count.empty .icon {
  background: transparent;
}

.header-cart .basket_fly tr.hidden {
  display: none;
}

.basket_sort ul.tabs li {
  height: auto;
  padding-bottom: 3px;
  margin-right: 0px;
  margin-top: 0;
  padding-right: 18px;
}

.middle .basket_sort ul.tabs li:first-child {
  padding-left: 0px;
}

.basket_sort ul.tabs li:last-child {
  margin-right: 0px;
}

.basket_sort ul.tabs li.cur div {
  border-bottom: 2px solid #ddd;
}

.basket_sort ul.tabs li span {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 0px;
}

.basket_sort ul.tabs li .wrap_li>span {
  padding-bottom: 6px;
  padding-top: 3px;
}

.basket_sort .remove_all_basket {
  position: relative;
  margin: 0px;
  float: right;
  display: none;
  padding: 5px 12px 6px;
}

.basket_sort .remove_all_basket.cur {
  display: block;
}

.basket_sort .remove_all_basket:before,
.bx_sort_container .wrap_remove_button .button:before,
.basket_sort .basket_print:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 9px;
  background: url("/local/templates/aspro_next/images/svg/close_icons.svg") -2px -26px no-repeat;
  vertical-align: middle;
  margin: 0px 7px 0px 0px;
}

.bx_sort_container .wrap_remove_button .button:before {
  background-position: -2px -27px;
}

.basket_sort .basket_print:before {
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -28px -85px no-repeat;
  width: 16px;
  top: -1px;
  position: relative;
}

.header-cart .basket_fly .opener>div {
  position: relative;
}

.header-cart .basket_fly .opener>div.wish_count:after {
  background: #e7edf2;
  opacity: 0.2;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.header-cart .basket_fly .opener>div:last-child:after {
  display: none;
}

.header-cart .basket_fly .opener>div:not(.basket_count):hover {
  background: #5e6978;
}

.basket_fill_WHITE .header-cart .basket_fly .opener>div:not(.basket_count):hover,
.basket_bottom_block.basket_fill_WHITE .maxwidth-theme .top-block-item .inner-table-block a:not(.basket):hover {
  background: #dde3ea;
}

.basket_fill_WHITE .header-cart .basket_fly .opener>div.wish_count:after {
  background: #fff;
  opacity: 1;
}

.basket_wrapp .basket_fly .basket_wrapp {
  margin-top: 27px;
  padding-top: 0px;
}

.fly2 .basket_fly .basket_wrapp {
  height: 100%;
}

.fly2 .basket_fly .basket_wrapp .tabs_content,
.fly2 .basket_fly .basket_wrapp .tabs_content>li,
.fly2 .basket_fly .basket_wrapp .module-cart,
.fly2 .basket_fly .basket_wrapp .module-cart .goods {
  height: 100%;
  max-height: none;
}

.fly2 .basket_fly .basket_wrapp .module-cart .goods {
  border-bottom: none;
}

.fly2 .basket_fly .basket_wrapp table.colored tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
}

.fly2 .basket_fly .basket_wrapp .itog {
  border-top: 1px solid #e7e7e7;
  margin-top: -1px;
  position: relative;
}

.fly2 .basket_fly .basket_wrapp li[item-section="AnDelCanBuy"] {
  padding-bottom: 210px;
}

.fly2 .basket_fly .basket_wrapp li[item-section="DelDelCanBuy"] {
  padding-bottom: 21px;
}

.middle .tabs_content.basket {
  margin: 27px 0px 0px;
}

.basket_wrapp .module-cart {
  margin-top: 0;
}

.basket_wrapp .module-cart.delayed {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px 0px 26px;
}

.coupons_list {
  text-align: left;
  padding: 0px 0px 0px 84px;
}

.coupons_list .bx_ordercart_coupon {
  clear: both;
  position: relative;
  margin: 14px 0px 0px;
}

.coupons_list .bx_ordercart_coupon+.bx_ordercart_coupon {
  margin-top: 9px;
}

.coupons_list .bx_ordercart_coupon .coupon_text {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0px 10px 0px 0px;
}

.coupons_list .bx_ordercart_coupon .coupon_text:before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 11px;
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") -19px -3px no-repeat;
  margin: 0px 6px 0px 0px;
}

.coupons_list .bx_ordercart_coupon:before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  border-bottom: 1px dotted #c3c3c3;
  top: 50%;
  position: absolute;
}

.coupons_list .bx_ordercart_coupon.not_found .coupon_text:before {
  background-position: -102px -86px;
}

.coupons_list .bx_ordercart_coupon.not_apply .coupon_text:before {
  background-position: -4px -3px;
}

.coupons_list .bx_ordercart_coupon .remove {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 1;
}

.coupons_list .bx_ordercart_coupon .bx_ordercart_coupon_notes {
  float: right;
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0px 27px 0px 10px;
}

.basket_wrapp .module-cart.delayed {
  max-height: 250px;
}

.basket_wrapp .module-cart thead tr {
  background: #f7f7f7;
}

.basket_wrapp .module-cart .goods {
  max-height: 260px;
  overflow-y: auto;
  border-bottom: 1px solid #e7e7e7;
}

.basket_wrapp .module-cart .cost.prices .price {
  margin-left: 0px;
}

.header-cart .basket_fly {
  border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -webkit-border-radius: 0 0 0 2px;
  top: 178px;
  z-index: 1046;
  position: fixed;
  width: 800px;
  right: -800px;
}

.fly2 .basket_fly {
  top: 0px;
  height: 100%;
}

.fly2 .basket_fly>.wrap_cont,
.fly2 .basket_fly>div[id^="bx_incl_area"]>.wrap_cont {
  text-align: left;
  height: 100%;
  padding-top: 90px;
}

.basket_wrapp .basket_sort ul.tabs {
  position: relative;
  zoom: 1;
  margin: 0px;
}

.basket_wrapp .basket_sort {
  padding: 0px;
}

.middle .basket_wrapp {
  margin: -13px 0px 0px;
}

.basket_wrapp .basket_sort {
  padding: 25px 20px 0px 15px;
  text-align: left;
}

.fly2.basket_wrapp .basket_sort {
  margin-top: -90px;
}

.basket_wrapp .module-cart td,
.basket_wrapp .module-cart td {
  vertical-align: top;
}

.basket_wrapp .module-cart td {
  text-align: left;
}

.basket_wrapp .module-cart .quantity-th,
body .basket_wrapp .module-cart td.count-cell {
  text-align: center;
}

.middle .module-cart thead {
  border: 1px solid #f2f2f2;
}

.basket_wrapp .basket_fly .module-cart .colored tbody {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: none;
}

.basket_wrapp .basket_fly .coupon {
  white-space: nowrap;
}

.basket_wrapp .basket_fly .basket_title {
  font-size: 24px;
  margin-right: 48px;
  margin-left: 13px;
  font-weight: bold;
  display: inline-block;
}

.basket_wrapp .basket_fly .basket_wrapp .itog tfoot .row_titles {
  text-align: right;
}

.basket_wrapp .module-cart table td {
  padding: 8px 10px;
}

.middle .basket_wrapp .module-cart table td {
  padding: 8px 25px;
}

.middle .basket_wrapp .module-cart table tbody td {
  padding-bottom: 19px;
}

.middle .basket_wrapp .module-cart table tbody td .item_props .item_prop {
  display: block;
}

.basket_wrapp .module-cart table tbody td {
  padding: 0px 10px 19px;
}

.middle .module-cart table tbody td {
  padding: 0px 29px 19px;
}

.basket_wrapp .module-cart table tbody td {
  padding-bottom: 9px;
}

.basket_wrapp .basket_fly .module-cart table td.thumb-cell {
  padding: 11px 18px 10px 29px;
}

.middle .basket_wrapp .module-cart table td.thumb-cell {
  padding-top: 19px;
  padding-right: 1px;
  width: 153px;
}

.basket_wrapp .basket_fly .module-cart table td.name-cell {
  padding-top: 20px;
  min-width: 150px;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"],
.module-cart table td.name-cell .item_props .item_prop {
  clear: both;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] span.titles {
  float: left;
  line-height: 16px;
  padding-right: 2px;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] .bx_scu_scroller_container,
.module-cart table td.name-cell div[class^="bx_item_detail_"] .bx_size_scroller_container {
  /*padding-left:37px;*/
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] .values {
  line-height: 16px;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] .values ul li:before {
  content: "";
  display: none;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] .values ul li *,
.module-cart table td.name-cell div[class^="bx_item_detail_"] .values ul li {
  line-height: 16px;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] .values ul li.bx_active {
  display: block;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] .values ul li {
  display: none;
  padding-left: 0px;
}

.module-cart table td.name-cell div[class^="bx_item_detail_"] .values ul li.bx_active {
  background: none;
  color: #888;
}

.middle .module-cart table td.name-cell {
  padding-top: 54px;
  white-space: normal;
}

.basket_wrapp .basket_fly .module-cart table td.cost-cell {
  padding-top: 33px;
  width: 200px;
}

.basket_wrapp .basket_fly .module-cart table td.cost-cell.notes {
  padding-top: 23px;
}

.middle .module-cart table td.cost-cell {
  padding-top: 55px;
  width: 230px;
}

.middle .module-cart table td.cost-cell.notes {
  padding-top: 32px;
}

.basket_wrapp .basket_fly .module-cart table tr td.count-cell {
  padding-top: 26px;
  width: 132px;
}

.module-cart table tr td.count-cell {
  font-size: 14px;
  line-height: 16px;
}

.middle .module-cart table td.delay-cell,
.middle .module-cart table td.remove-cell {
  padding: 0px 5px;
}

.middle .module-cart table td.remove-cell {
  width: auto;
}

.basket_wrapp .basket_fly .module-cart.delayed table tr td.count-cell {
  padding-top: 34px;
}

.middle .module-cart table tr td.count-cell {
  padding-top: 42px;
  width: 185px;
}

.middle .module-cart.delayed table tr td.count-cell {
  padding-top: 56px;
}

.basket_wrapp .basket_fly .module-cart table td.summ-cell {
  width: 150px;
  padding-top: 36px;
}

.middle .module-cart table td.summ-cell {
  width: 200px;
  padding-top: 56px;
}

.basket_wrapp .module-cart .cost-cell .cost.prices {
  text-align: left;
}

.basket_wrapp .module-cart .cost-cell .cost.prices .price_name {
  text-align: left;
}

.basket_wrapp .module-cart .cost .price.discount strike,
.basket_wrapp .module-cart .cost .price {
  color: #373737;
}

.basket_wrapp .module-cart .cost.prices .price {
  margin-top: 0px;
}

.basket_wrapp .module-cart .cost.prices .price:not(.discount) {
  margin-right: 4px;
  float: left;
  white-space: nowrap;
}

.basket_wrapp .module-cart .cost.prices .sale_block {
  margin-top: 4px;
}

.basket_wrapp .module-cart .cost.prices .sale_block .title,
.basket_wrapp .module-cart .cost.prices .sale_block .text {
  font-size: 12px;
}

.basket_wrapp .basket_fly .module-cart table td.delay-cell {
  padding-top: 25px;
  padding-bottom: 0px;
}

.middle .module-cart table tbody td.delay-cell {
  padding-top: 48px;
  width: 43px;
}

.basket_wrapp .basket_fly li[item-section="DelDelCanBuy"] .module-cart table td.delay-cell .icon {
  float: left;
  top: 0px;
}

.basket_wrapp .module-cart .summ-cell .cost.prices .price {
  margin: 0px;
}

.basket_wrapp .basket_fly .module-cart table td.remove-cell {
  width: 20px;
  padding-top: 5px;
  padding-right: 5px;
}

.middle .module-cart table td.remove-cell {
  width: 20px;
  padding-top: 5px;
}

.middle .module-cart table td.cell,
.middle .module-cart table td.weight-cell {
  padding-top: 55px;
}

.counter_block {
  box-sizing: border-box;
  border: 1px solid #f3f3f5;
  background: #f3f3f5;
  font-size: 0px;
  width: 84px;
  margin: 0px auto;
  display: inline-block !important;
  vertical-align: top;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 36px;
}

.counter_block.big_basket {
  width: 122px;
  text-align: center;
  height: auto;
}

.counter_block input[type="text"] {
  width: 34px;
  border: 0px;
  border-left: 1px solid #f3f3f5;
  border-right: 1px solid #f3f3f5;
  background: #f3f3f5;
  color: #666666;
  font-size: 13px;
  height: 34px;
  border-radius: 0px;
  text-align: center;
  line-height: 13px;
}

.flexslider .counter_block input[type="text"] {
  width: 34px;
}

.bx-firefox .counter_block input[type="text"] {
  padding-top: 7px;
}

.counter_block.big_basket input[type="text"] {
  font-size: 13px;
  height: 38px;
  width: 65px;
}

.counter_block .plus,
.counter_block .minus {
  font-size: 0;
  line-height: 40px;
  height: 34px;
  width: 24px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.counter_block.big_basket>span {
  height: 34px;
  width: 28px;
}

.module_product_list .counter_block .plus,
.module_product_list .counter_block .minus {
  height: 24px;
  width: 24px;
}

.counter_block>span:before {
  opacity: 0.7;
  display: inline-block;
  content: "";
  width: 24px;
  height: 34px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -80px -191px no-repeat;
  vertical-align: middle;
}

.counter_block.big_basket>span.minus:before {
  background-position: -18px -188px;
}

.counter_block.big_basket>span.plus:before {
  background-position: 2px -188px;
}

.counter_block>span.plus:before {
  background-position: -54px -191px;
}

.counter_block>span:hover:before {
  opacity: 1;
}

.counter_block input[type="text"] {
  padding: 7px 3px 7px;
}

.counter_wrapp {
  font-size: 0px;
  padding: 15px 0px 0px;
  white-space: nowrap;
}

.counter_wrapp .counter_block {
  margin: 0px 10px 0px 0px;
}

.button_block {
  display: inline-block;
  vertical-align: top;
}

.counter_wrapp .button_block.wide {
  display: block;
  margin: 0px;
}

.counter_wrapp .button_block.wide .button {
  display: block;
}

.button.in-cart i,
.btn.in-cart i {
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") -49px -5px no-repeat;
  vertical-align: middle;
  margin: 0px 8px 0px 0px;
}

.count-cell div.error *,
.count-cell div.error {
  line-height: 15px;
  font-size: 12px;
  margin: 6px 0px 10px;
}

.ajax_load.block .counter_wrapp {
  white-space: normal;
  margin-left: -5px;
  margin-right: -5px;
}

body .ajax_load.block .catalog_item:hover .footer_button,
body .ajax_load.block .catalog_item.hover .footer_button {
  margin-top: 0px;
}

body .tabs_content .tab .catalog_block .footer_button .read_more {
  margin-top: 12px;
}

body .tabs_content .tab .catalog_block .footer_button .button_block>.read_more {
  margin-top: 1px;
}

.basket_wrapp .basket-link {
  position: relative;
}

.basket_wrapp .basket-link .basket-go:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 20px;
  right: -17px;
  font-weight: 400;
  top: 9px;
  opacity: 1;
}

.basket_wrapp .basket-link:not(:hover) .basket-go:before {
  color: #969ba5;
}

.catalog_detail a.wish_item i,
.catalog_detail a.compare_item i,
.display_list a.wish_item i,
.display_list a.compare_item i,
.module-cart a.wish_item .icon i {
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") 0px 0px no-repeat;
}

.module-cart a.wish_item .icon i {
  background-position: 5px -14px;
}

.module-cart a.wish_item.to_basket .icon i {
  background-position: -31px -200px;
}

.catalog_detail .big_btn.slide_offer {
  margin: 0px 0px 20px;
}

.catalog_detail .button.one_click {
  white-space: nowrap;
}

.catalog_detail .tabs_section .tabs_content .prices_tab {
  overflow-x: auto;
}

#header .basket_fly .module-cart table td.thumb-cell a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.module-cart table td.thumb-cell a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

#header .basket_fly .module-cart .colored tfoot {
  border: 0;
}

.module-cart .colored tfoot td {
  border-bottom: 0;
  padding: 26px 0px 22px;
  vertical-align: top;
}

.module-cart .colored tfoot .bottom_btn td {
  padding: 5px 15px 20px;
}

#header .module-cart .colored tfoot .bottom_btn td {
  padding-bottom: 28px;
}

#header .module-cart .colored tfoot .bottom_btn td {
  padding-top: 29px;
}

.module-cart tfoot .bottom_btn td .description {
  font-size: 12px;
  line-height: 16px;
  color: #b3b3b3;
  margin-top: 13px;
  width: 100%;
  text-align: left;
}

.module-cart tfoot .bottom_btn td .description * {
  line-height: 16px;
}

.module-cart tfoot .bottom_btn td .close,
.module-cart td .text .close {
  float: none;
  opacity: 1;
  text-shadow: none;
}

#header .basket_fly .module-cart .colored tfoot td.total_wrapp {
  padding: 0;
}

#header .basket_fly .module-cart .colored tfoot td.total_wrapp.hidden {
  display: none;
}

#header .basket_fly .module-cart .colored tfoot td.total_wrapp .more_row {
  margin: 20px;
}

.module-cart .colored tfoot td.row_titles {
  text-align: right;
  margin: 0px;
}

.module-cart .colored tfoot td.row_titles .item_title {
  margin: 0px 43px 0px 0px;
}

.module-cart .colored tfoot td.row_values .wrap_prices {
  width: 202px;
}

.module-cart .colored tfoot td.row_values .wrap_prices .price+.price {
  margin-top: 0px;
}

.basket_wrapp .module-cart table.bottom.middle td.row_values .item_title {
  display: none;
}

.bottom.middle td>.coupon {
  float: left;
}

.bottom.middle td>.coupon .coupon-t {
  width: 70px;
  float: left;
  line-height: 16px;
  margin: 0px 14px 0px 0px;
  text-align: left;
}

.bottom.middle td>.coupon #COUPON {
  width: 267px;
  max-width: 267px;
  float: left;
  margin: 0px 3px 0px 0px;
}

.bottom.middle td>.coupon .coupon_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.bottom.middle td>.coupon .coupon_wrap label.error {
  top: -16px;
  right: 3px;
}

.bottom.middle .total.item_title {
  float: right;
  margin-top: 11px;
}

.bottom.middle .top_total_row {
  border-bottom: 1px solid #f2f2f2;
}

.top_inner .content_menu>div,
.basket_normal .basket_wrapp .header-cart>div,
.basket_wrapp .header-cart>.bx-context-toolbar-empty-area {
  min-height: 0px !important;
}

header .bx-context-toolbar-empty-area {
  min-width: 50px;
}

/*header compare*/
.basket_wrapp .wrapp_all_icons {
  padding: 20px 0px 0px;
}

.basket_normal .basket_wrapp .wrapp_all_icons {
  display: inline-block;
  text-align: left;
  min-height: 53px;
}

.bx-firefox .basket_normal .basket_wrapp .wrapp_all_icons,
.bx-ie .basket_normal .basket_wrapp .wrapp_all_icons {
  padding-top: 21px;
}

.basket_wrapp .header-compare-block,
.basket_wrapp .wraps_icon_block {
  margin: 0px 37px 0px 0px;
}

.basket_normal .basket_wrapp .header-compare-block {
  margin-right: 33px;
}

.basket_wrapp .icon_block {
  position: relative;
  width: 17px;
  height: 16px;
  float: left;
}

.basket_wrapp .wraps_icon_block {
  position: relative;
  cursor: pointer;
}

.basket_wrapp .wraps_icon_block:before {
  margin-top: 13px;
  width: 20px;
  height: 19px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  content: "";
  position: relative;
  top: 0px;
}

.basket_wrapp .wraps_icon_block.delay:before {
  background: url("/local/templates/aspro_next/images/svg/Wishlist_white.svg") center 0px no-repeat;
  height: 18px;
  margin-top: 16px;
}

.basket_wrapp.basket_fill_WHITE .wraps_icon_block.delay:before {
  background-image: url("/local/templates/aspro_next/images/svg/Wishlist_black.svg");
}

.basket_wrapp .wraps_icon_block.compare:before {
  background: url("/local/templates/aspro_next/images/svg/Comparison_white.svg") center 0px no-repeat;
}

.basket_wrapp.basket_fill_WHITE .wraps_icon_block.compare:before {
  background-image: url("/local/templates/aspro_next/images/svg/Comparison_black.svg");
}

.basket_wrapp .wraps_icon_block.empty_block:before,
.basket_wrapp .clicked.empty .wraps_icon_block:before {
  opacity: 0.5;
}

.basket_wrapp .wraps_icon_block.delay.ndelay {
  cursor: default;
}

.basket_wrapp .wraps_icon_block.basket:before {
  background: url("/local/templates/aspro_next/images/svg/Basket_white.svg") center 0px no-repeat;
}

.basket_wrapp .basket_block .wraps_icon_block .link {
  z-index: 1;
}

.header-cart.fly .opener>div>a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header-cart.fly .clicked>a {
  display: none;
}

/*header cart*/
body .basket_wrapp {
  z-index: 4;
}

.basket_wrapp .header-cart {
  float: left;
}

.basket_wrapp .basket_block {
  position: relative;
}

.basket_wrapp .link {
  display: block;
  position: absolute;
  left: -10px;
  top: -13px;
  right: -15px;
  bottom: -27px;
  z-index: 2;
}

.basket_wrapp .wraps_icon_block .count {
  text-align: center;
  opacity: 1;
  font-size: 12px;
  line-height: 13px;
}

.basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span,
.basket_wrapp .basket_empty .wraps_icon_block.basket .count span,
.basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span {
  background: #424f60;
  color: #fff;
}

.basket_wrapp .basket_fly .basket_count .wraps_icon_block.basket .count span {
  background: #424f60;
  color: #fff;
  border-radius: 100%;
}

.basket_wrapp .empty_cart .wraps_icon_block.basket .count,
.basket_wrapp .empty_cart.ecart.bcart .wraps_icon_block.basket .count,
.basket_wrapp .nitems.ecart .wraps_icon_block.basket .count {
  opacity: 0;
}

.basket_wrapp .empty_cart.bcart .wraps_icon_block.basket .count {
  opacity: 1;
}

.basket_wrapp .wraps_icon_block .count>span {
  width: 20px;
  background: #e3e3e3;
  display: block;
  height: 20px;
  vertical-align: middle;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 20px;
  margin: 4px 0px 12px;
}

.basket_normal .basket_wrapp .wraps_icon_block .count span {
  height: 19px;
  padding-top: 1px;
  line-height: 19px;
}

.bx-firefox .basket_wrapp .wraps_icon_block .count span .items {
  position: relative;
  top: -1px;
}

.basket_wrapp .wraps_icon_block .count a,
.basket_wrapp .wraps_icon_block .count .text {
  display: block;
  text-decoration: none;
  font-size: 11px;
}

.basket_wrapp .basket_block .link {
  bottom: -24px;
  z-index: 2;
}

.basket_wrapp .basket_block .text {
  margin: -7px 0px 0px;
}

.basket_wrapp .basket_block .text * {
  line-height: 18px;
}

.basket_wrapp .basket_block .title {
  font-size: 14px;
}

.basket_wrapp .basket_block .text .value {
  color: #5f5f5f;
  line-height: 16px;
  max-width: 67px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.basket_wrapp .wraps_icon_block.basket {
  margin-right: 19px;
}

.basket_wrapp .wraps_icon_block.basket .count a {
  color: #fff;
}

.basket_normal .popup {
  background: none;
  box-shadow: none;
  min-width: 0px;
  z-index: 11;
  width: 141px;
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  border-radius: 0;
}

.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
  margin: 0;
}

.basket_normal .basket_wrapp .wraps_icon_block .count span {
  box-shadow: 0px 0px 0px 2px #fff;
}

.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
  width: 397px;
  position: absolute;
  right: -11px;
  top: 56px;
  display: none;
  border-top: 2px solid #ddd;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.basket_normal .wrap_cabinet {
  padding-left: 0;
  padding-right: 0;
}

#basket_line .popup {
  display: block;
}

.item-title .props {
  margin: 0px 0px 6px;
}

.item-title .props .item_prop,
.item-title .props .item_prop .title {
  line-height: 16px;
  font-size: 12px;
}

.item-title .props .item_prop .title {
  padding: 0px 4px 0px 0px;
}

.popup .cart_shell td.thumb-cell {
  padding: 20px 10px 10px 20px;
}

.popup .basket_popup_wrapp .cart_shell .item-title {
  padding: 16px 20px 16px 10px;
  position: relative;
}

.popup .cart_shell tr:first-child td {
  border-top: 0px;
}

#header .popup .cart_shell td {
  border-top: 1px solid #f2f2f2;
  vertical-align: top;
}

/*bottom basket*/
.basket_bottom_block {
  position: fixed;
  height: 50px;
  line-height: 50px;
  background: #edf0f3;
  z-index: 5;
  width: 100%;
  bottom: 0px;
}

.basket_bottom_block .maxwidth-theme {
  background: none;
}

.basket_bottom_block .top-block-item .phone {
  line-height: 50px;
}

.basket_bottom_block:not(.basket_fill_WHITE) .top-block-item .phone>a {
  color: #fff;
}

.basket_bottom_block .dropdown {
  bottom: 100%;
  min-width: auto;
  right: -5px;
}

.basket_bottom_block .dropdown .wrap {
  margin: 0px 0px -10px;
  text-align: right;
}

.basket_bottom_block .dropdown .wrap a {
  white-space: nowrap;
  padding-right: 15px;
}

.basket_bottom_block:not(.basket_fill_WHITE) .with_dropdown:after {
  background-position: -31px -338px;
}

.basket_bottom_block:not(.basket_fill_WHITE) .top-block-item .callback-block {
  color: #fff;
}

.basket_bottom_block:not(.basket_fill_WHITE) .top-block-item .svg-phone {
  background-image: url("/local/templates/aspro_next/images/svg/Phone_white.svg");
  top: -2px;
}

.basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a {
  display: block;
  padding: 0px 16px;
}

.basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a.compare {
  position: relative;
}

.basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a:not(.basket):hover {
  background: #5e6978;
}

.basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a.compare:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.1;
}

.basket_bottom_block .maxwidth-theme .basket-link .title {
  color: #666666;
  padding: 0px 13px;
}

.basket_bottom_block .maxwidth-theme .basket-link .wrap .title {
  padding: 0px;
  position: relative;
}

.basket_bottom_block .maxwidth-theme .basket-link .wrap {
  padding: 0px 0px 0px 13px;
}

.basket_bottom_block .maxwidth-theme .basket-link.basket .title,
.basket_bottom_block .maxwidth-theme .basket-link.basket .prices,
.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme .basket-link .title {
  color: #fff;
}

.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme .svg,
.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme a:hover .svg {
  background-color: transparent;
}

.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme .svg path,
.basket_bottom_block:not(.basket_fill_WHITE) .maxwidth-theme a:hover .svg path {
  fill: #fff;
}

.basket_bottom_block .maxwidth-theme .svg.svg-inline-compare {
  min-width: 17px;
  width: 17px;
  min-height: 17px;
  height: 17px;
}

.basket_bottom_block .maxwidth-theme .svg.svg-inline-wish {
  min-width: 18px;
  width: 18px;
  min-height: 16px;
  height: 16px;
}

.basket_bottom_block .maxwidth-theme .svg.svg-inline-basket {
  min-width: 17px;
  width: 17px;
  min-height: 16px;
  height: 16px;
}

.basket_bottom_block .maxwidth-theme .svg-wish {
  min-height: 16px;
  min-width: 18px;
}

.basket_bottom_block.basket_fill_WHITE .maxwidth-theme .svg.svg-inline-basket path {
  fill: #fff;
}

/*dark*/
.basket_bottom_block.basket_fill_DARK {
  background: #444f5d;
}

body .basket_bottom_block .basket-link .svg-basket {
  background: url(/local/templates/aspro_next/images/svg/Basket_white.svg);
  min-width: 18px;
  min-height: 17px;
}

body .basket_bottom_block .basket-link.basket .count,
body .basket_bottom_block.basket_fill_COLOR .basket-link .count {
  background: #fff;
  color: #333333;
}

body .basket_bottom_block .basket-link.basket:not(.basket-count) .prices {
  display: none;
}

body .basket_bottom_block .basket-link.basket .js-basket-block {
  position: relative;
}

body .basket_bottom_block .basket-link.basket .count {
  position: static;
  margin-left: 15px;
}

body .basket_bottom_block .basket-link.basket .js-basket-block>.count,
body .basket_wrap .basket-link.basket .title .count {
  display: none;
}

body .basket_bottom_block .basket-link.basket.basket-count .prices {
  padding: 0px 0px 0px 3px;
  font-weight: bold;
}

.popup .cart_shell .cost-cell .price {
  margin-top: 1px;
}

.card_popup_frame.popup .remove-cell {
  position: absolute;
  top: 18px;
  right: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.catalog_item:hover .item-title a.remove,
.catalog_item .item-title a.remove:hover {
  border: 0px;
}

.basket_popup_wrapp .item-title .one-item span,
.popup .basket_popup_wrapp .item-title .cost-cell span {
  font-size: 13px;
  line-height: 16px;
}

.basket_popup_wrapp .item-title .one-item {
  float: left;
}

.basket_popup_wrapp .item-title .cost-cell {
  float: right;
}

.module-cart .remove-cell a,
.module-cart .remove-cell a i,
.cart_shell .remove-cell a,
.cart_shell .remove-cell a i,
.remove_item .remove a,
.remove_item .remove a i,
.bx_item_set_hor .bx_item_set_hor_item a.remove,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove,
.remove i {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  display: inline-block;
  height: 17px;
  width: 17px;
  cursor: pointer;
}

.module-cart .remove-cell a i,
.cart_shell .remove-cell a i,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove i {
  background: url("/local/templates/aspro_next/images/svg/close_icons.svg") 3px -23px no-repeat;
}

.module-cart .remove-cell a:hover i,
.cart_shell .remove-cell a:hover i,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove:hover i {
  background-position: -17px -23px;
}

.card_popup_frame.popup .total_wrapp {
  background: #f7f7f7;
}

.card_popup_frame.popup .total_wrapp .total span,
.card_popup_frame.popup .total_wrapp .price {
  font-size: 13px;
  line-height: 16px;
  float: left;
}

.card_popup_frame.popup .total_wrapp .total {
  white-space: nowrap;
  margin: 0 0px 20px 0px;
  padding: 15px 20px 14px 20px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}

.card_popup_frame.popup .total_wrapp .total .price {
  float: right;
  padding: 1px 0px 0px;
}

.total_wrapp .but_row1 {
  text-align: center;
  padding: 0px 20px 20px 20px;
}

/*wide front*/
.front_page .wraps>.wrapper_inner.wide_page {
  padding-bottom: 0px;
  padding-top: 0px;
}

.front_page .wraps>.wrapper_inner.wide_page>.middle .maxwidth-theme {
  padding-top: 30px;
}

/*Top flexslider*/
.top_slider_wrapp {
  margin: 0 auto 30px;
  overflow: hidden;
}

.front.wide_page .top_slider_wrapp {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.front.wide_page .top_big_one_banner .top_slider_wrapp {
  padding-bottom: 0;
}

.fill_bg_y .front .top_big_one_banner .top_slider_wrapp {
  background: #fff;
}

.front.wide_page .col-m-60 .top_slider_wrapp {
  padding-bottom: 20px;
}

.top_slider_wrapp li:before {
  width: auto;
  display: none !important;
}

.top_slider_wrapp .flex-control-nav {
  opacity: 0;
}

.top_slider_wrapp .flexslider .slides>li,
.top_slider_wrapp .flexslider .slides>li td:not(.bg),
.top_slider_wrapp .flexslider {
  height: 450px;
  margin: 0px;
}

.right_block .filter_tmp {
  display: none;
}

.banner_wide .maxwidth-banner {
  max-width: 1550px;
}

.banner_middle .maxwidth-banner {
  max-width: 1450px;
}

.banner_narrow .maxwidth-banner {
  max-width: 1343px;
}

.top_slider_wrapp .flexslider .slides>li:before {
  display: none;
}

.top_slider_wrapp .flexslider .slides>li.wurl {
  cursor: pointer;
}

.top_slider_wrapp .flexslider .slides>li.loading {
  background-image: none !important;
}

.top_slider_wrapp .flexslider .slides>li.started {
  background-color: black;
  background-image: none !important;
}

.top_slider_wrapp .flexslider .slides>li .img {
  z-index: 1;
  position: relative;
  vertical-align: bottom;
}

.top_slider_wrapp .flexslider .slides>li.image .img {
  vertical-align: middle;
}

.top_slider_wrapp .flexslider .slides>li .text {
  position: relative;
  z-index: 2;
}

.top_slider_wrapp .flexslider .slides>li:not(.image) .img img {
  position: absolute;
  bottom: 0px;
}

.top_slider_wrapp .flexslider .slides>li.center .banner_text {
  text-align: center;
}

.top_slider_wrapp .flexslider .slides>li .wrapper_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.top_slider_wrapp .flexslider .slides>li .wrapper_video~.wrapper_inner {
  visibility: hidden;
}

.top_slider_wrapp .flexslider .box .banner_buttons {
  font-size: 0;
}

.top_slider_wrapp .flexslider .slides>li .banner_bg {
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}

.top_slider_wrapp .flexslider .slides>li td.bg {
  height: auto !important;
}

.top_slider_wrapp .flex-control-nav li a {
  background: 0 0;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
}

.top_slider_wrapp .flex-control-paging li a:hover,
.top_slider_wrapp .flex-control-paging li a.flex-active {
  background: #fff;
}

.top_slider_wrapp .flex-dark.flex-control-nav li a {
  border-color: #1d1a1a;
}

.top_slider_wrapp .flex-dark.flex-control-nav li a.flex-active,
.top_slider_wrapp .flex-dark.flex-control-nav li a:hover {
  background: #1d1a1a;
}

.top_slider_wrapp .flex-direction-nav {}

.top_slider_wrapp:hover .flex-direction-nav {
  opacity: 1;
  visibility: visible;
}

.flex-control-paging li a,
.front_slider_wrapp .flex-control-nav li a {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: url("/local/templates/aspro_next/images/slider_pagination.png") 0px 0px no-repeat;
  cursor: pointer;
  font-size: 0;
}

.flex-control-nav li a {
  background-position: -20px -20px;
}

.top_slider_wrapp .flex-control-nav li a {
  background-position: -24px 0px;
}

.flex-control-nav li a:not(.touch):hover,
.front_slider_wrapp .flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active {
  background-position: -2px -20px;
}

.flex-control-paging li a:active {
  background-position: -1px -39px;
}

.top_slider_wrapp .flex-control-paging li a:hover,
.top_slider_wrapp .flex-control-paging li a.flex-active {
  background-position: 0px 0px;
}

body .top_slider_wrapp .flex-direction-nav li {
  background: #fff;
}

body .flexslider li,
body .flex-direction-nav li {
  padding: 0px;
}

.top_slider_wrapp .flex-direction-nav li,
.top_slider_wrapp .flex-direction-nav li a {
  height: 42px;
  width: 42px;
}

.top_slider_wrapp .flex-direction-nav li {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 2;
  transition: all ease 0.3s;
  opacity: 0;
}

.top_slider_wrapp:hover .flex-direction-nav li {
  opacity: 1;
  visibility: visible;
}

.top_slider_wrapp:hover .flex-direction-nav li {
  right: 20px;
}

.top_slider_wrapp .flex-direction-nav li {
  right: -50px;
}

.top_slider_wrapp .flex-direction-nav li:first-child {
  left: -50px;
}

.top_slider_wrapp:hover .flex-direction-nav li:first-child {
  left: 20px;
}

.top_slider_wrapp .flex-direction-nav li a {
  background-image: url("/local/templates/aspro_next/images/arrows.png");
}

.top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev {
  background-position: 15px -95px;
}

.top_slider_wrapp .flex-direction-nav li.flex-nav-prev:hover a.flex-prev {
  background-position: 15px 11px;
}

.top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next {
  background-position: -19px -95px;
}

.top_slider_wrapp .flex-direction-nav li.flex-nav-next:hover a.flex-next {
  background-position: -19px 11px;
}

.top_slider_wrapp .flexslider .banner_title span {
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
}

.top_slider_wrapp .flexslider .text.center .banner_title,
.top_slider_wrapp .flexslider .text.center .banner_buttons {
  text-align: center;
}

.top_slider_wrapp .flexslider .text.center .banner_buttons {
  margin-top: 25px;
}

.top_slider_wrapp .flexslider .wrapper_inner {
  padding: 0px;
  max-width: inherit;
}

.bx-mac .top_slider_wrapp .flexslider .slides>li {
  position: relative;
  left: -1px;
}

.top_slider_wrapp .flexslider {
  background-image: url(/local/templates/aspro_next/images/loaders/pl3.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.top_slider_wrapp .flexslider .slides>li .img .wrap_plaxy {
  max-height: inherit !important;
  max-width: inherit !important;
}

.top_slider_wrapp .flexslider .slides>li .img .wrap_plaxy img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  max-height: 450px;
}

.top_slider_wrapp .flexslider .slides>li:not(.image) .img .wrap_plaxy {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.top_slider_wrapp .flexslider .slides>li.left .img .wrap_plaxy {
  left: 0;
}

.top_slider_wrapp .flexslider .slides>li.left .img .wrap_plaxy img {
  left: 0;
}

.top_slider_wrapp .flexslider .slides>li.right .img .wrap_plaxy {
  right: 0;
}

.top_slider_wrapp .flexslider .slides>li.right .img .wrap_plaxy img {
  right: 0;
}

.top_slider_wrapp .flexslider .slides>li:not(.image) .img img {
  position: absolute;
  bottom: 0px;
}

.top_slider_wrapp .flexslider .slides>li.image .img .wrap_plaxy {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.top_slider_wrapp .flexslider .slides>li.image .img .wrap_plaxy img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.top_slider_wrapp.view_3 .flexslider .slides>li .tablet_img .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.top_slider_wrapp.view_3 .flexslider .slides>li .tablet_img .wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.top_slider_wrapp.view_3 .flexslider .slides>li .tablet_img .video_block {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.top_slider_wrapp.view_3 .flexslider .slides>li .tablet_img>div {
  background-position: center;
  background-size: cover;
  padding-top: 68.75%;
  width: 100%;
}

.top_slider_wrapp.view_3 .flexslider .slides>li .tablet_img>div>a {
  display: block;
  width: 100%;
  height: 100%;
}

.top_slider_wrapp .box .btn.btn-video:not(.play) {
  margin-bottom: 4px;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text {
  display: none;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .wrap .inner {
  padding: 23px 32px 29px;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_title,
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_title a,
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_text,
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons,
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons a {
  color: #fff;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons {
  margin: 22px 0 0 0;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons .btn {
  border: 1px solid #fff;
  background-color: #1773cf;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_title {
  margin: 0;
  text-shadow: none;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_title span {
  font-size: 22px;
  line-height: 25px;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_text {
  margin: 12px 0 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  text-shadow: none;
  overflow: visible;
  text-overflow: inherit;
  display: block;
}

.top_slider_wrapp.view_2 .flexslider .box .banner_buttons .btn-video {
  padding: 16px 20px 12px;
  height: 43px;
}

.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons .btn-video:before {
  display: none;
}

.top_slider_wrapp.view_2 .flexslider .box .banner_buttons .svg-playpause {
  overflow: hidden;
  height: 12px;
  min-height: inherit;
  min-width: inherit;
  width: 12px;
  vertical-align: top;
}

/*big banners 5 items*/
.top_big_banners>.row>div {
  padding: 0px 10px;
}

.top_big_banners .item {
  padding-bottom: 20px;
}

.top_big_banners .item .item_inner {
  position: relative;
  overflow: hidden;
  height: 215px;
}

.top_big_banners .item .item_inner:before {
  content: "";
  z-index: 2;
  position: absolute;
  height: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.top_big_banners .item .img_block {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.top_slider_wrapp .box .btn.btn-video:not(.play) {
  margin-right: 10px;
}

/*2162 & 2137*/

/* banner video */
.top_slider_wrapp .box .btn.btn-video.play {
  position: relative;
  border: none;
  background: none;
  padding: 0px;
  width: 123px;
  height: 118px;
  vertical-align: top;
  overflow: visible;
  box-shadow: none;
}

.top_slider_wrapp .box .btn.btn-video.play:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 123px;
  height: 118px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -116px -214px no-repeat;
}

.top_slider_wrapp .box .btn.btn-video:not(.play) {
  padding: 22px 29px 19px;
  position: relative;
  vertical-align: top;
}

.top_slider_wrapp .box .btn.btn-video:not(.play):before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -5px;
  width: 12px;
  height: 12px;
  background: url(/local/templates/aspro_next/images/svg/play_pause.svg) 0 0px no-repeat;
}

.top_slider_wrapp .box.wvideo.loading:not(.started):after {
  content: "";
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: block !important;
  opacity: 0.5;
}

.flexslider .banner_buttons {
  overflow: visible;
}

.top_slider_wrapp .box .video {
  min-width: 100%;
  max-height: 150%;
  min-height: 100%;
}

.top_slider_wrapp .box .video.cover {
  position: absolute;
  top: 50%;
  left: 50%;
}

.top_slider_wrapp .box video {
  height: 100%;
}

.img .video_block {
  margin: 0px;
}

.container iframe,
.container object,
.container video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*news left start*/
.news_blocks {
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  margin: 0px 0px 30px;
  padding: 13px 0px 0px;
}

.news_blocks .top_block {
  padding: 0px 19px 12px;
  margin: 0px;
}

.news_blocks .top_block .title_block {
  font-size: 1.143em;
  color: #1d2029;
  margin: 0px;
}

.news_blocks .top_block a {
  float: right;
  padding: 5px 0px 0px;
}

.news_blocks .info_block .item {
  padding: 16px 19px 18px;
  margin: 0px 0px 0px;
  border-bottom: 1px solid #ebeef1;
  overflow: hidden;
  color: #666;
  font-size: 0.929em;
}

.news_blocks .info_block .item:first-child {
  padding-top: 0px;
}

.news_blocks .info_block .item:last-child {
  border-bottom-width: 0px;
}

.news_blocks .info_block .item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 2px;
  background: #ddd;
  bottom: 0px;
  transition: top 0.3s ease;
}

.side_RIGHT .news_blocks .info_block .item:before {
  left: auto;
  right: 0px;
}

.news_blocks .info_block .item:hover:before {
  top: 0px;
}

.news_blocks .info_block .item .image {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.news_blocks .info_block .item .image+.info {
  padding: 0px 0px 0px 80px;
}

/*news left end*/

/*Start page teasers block*/
.tizers_block * {
  line-height: 18px;
}

.tizers_block {
  font-size: 0px;
  margin: 30px 0px 30px;
  text-align: center;
  padding: 0px 0px 9px;
  border-bottom: 1px solid #f2f2f2;
}

.landing_detail .tizers_block {
  margin-top: 0;
}

.front .tizers_block {
  margin-bottom: 30px;
  margin-top: 10px;
}

.front.wide_page .tizers_block {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}

.tizers_block .row>div {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.tizers_block .item {
  color: #000000;
  margin: 0px 0px 34px;
  white-space: nowrap;
}

.tizers_block .item>div {
  display: table-cell;
  vertical-align: middle;
}

.tizers_block .item .img,
.tizers_block .item .title {
  font-size: 13px;
  color: #555555;
}

.tizers_block .item .img {
  margin: 0px 20px 0px 0px;
  background: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  min-width: 80px;
}

.tizers_block .item .title {
  text-align: left;
  padding: 0px 0px 0px 20px;
  white-space: normal;
}

.tizers_block .item .title a {
  text-decoration: none;
  color: #555;
  line-height: 16px;
  display: block;
}

/* Start page float banners block */
.start_promo {
  width: 100%;
}

.start_promo .item {
  width: 25%;
  border: 10px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 25%;
  padding-bottom: 19%;
  float: left;
  height: 0;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.start_promo .item .img_block {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.start_promo .item img {
  max-height: 268px;
  max-height: 100%;
  position: absolute;
  left: 0;
  vertical-align: middle;
}

.start_promo .item .opacity_block {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.start_promo .item:hover .opacity_block {
  opacity: 0.1;
  z-index: 11;
}

.start_promo .item.wide50 {
  width: 50%;
}

.start_promo .item.wide100 {
  width: 100%;
}

.start_promo .item span.main_wrap {
  display: block;
  max-width: 195px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  z-index: 10;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}

.start_promo .item span.main_wrap i {
  display: block;
  font-style: normal;
}

.start_promo .item.wide50 span.main_wrap {
  max-width: 340px;
}

.start_promo .item.wide100 span.main_wrap {
  max-width: 500px;
}

.start_promo .item p *,
.start_promo .item p {
  color: #fff;
}

.start_promo .item p {
  margin-bottom: 0px;
  line-height: 15px;
}

.wrapper_inner .start_promo .item i span p span {
  line-height: 16px;
  padding: 0px 7px 7px;
  position: relative;
  margin: -11px 0px 0px;
}

.wrapper_inner .start_promo .item i span p:first-child span {
  line-height: 27px;
  padding-bottom: 1px;
  margin-top: 0px;
}

.wrapper_inner .start_promo .item i span p .tizer_text {
  margin: 3px 0px 0px;
  padding-top: 5px;
}

.start_promo .item a {
  color: #fff;
  text-decoration: none;
}

.start_promo .item a:hover {
  color: #fff;
  text-decoration: none;
}

.start_promo .item i.title span {
  font-weight: bold;
  font-size: 18px;
}

.bx-ie .start_promo.t1 .item i.title {
  position: relative;
  line-height: 1;
  color: #fff;
  display: inline;
  white-space: pre-wrap;
  border: 0 solid #00a7df;
  border-width: 0.25em 0;
}

.bx-ie .start_promo.t1.title,
.bx-ie .start_promo1 .title:after {
  background-color: #00a7df;
}

.start_promo .item i.price {
  margin-top: 10px;
}

.start_promo .item i.price span {
  font-size: 16px;
  display: inline-block;
  line-height: 19px;
}

.start_promo .catalog_btn {
  margin: 20px 0px 40px;
  text-align: center;
}

.start_promo .item i.title span,
.start_promo .item i.price span {
  box-decoration-break: clone;
}

.wrap_tizer {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  color: #fff;
  transition: all ease 0.5s;
}

.item:hover .wrap_tizer {}

.wrap_tizer .wrap_outer {
  position: relative;
  left: -3px;
  padding: 4px 0 5px;
  font-size: 16px;
  line-height: 16px;
  background: #23618c;
  color: #fff;
  display: inline;
}

.wrap_tizer .wrap_outer.title {
  font-weight: bold;
  font-size: 18px;
}

.wrap_tizer .wr_block {
  transition: all ease 0.1s;
}

.wrap_tizer .wr_block.price {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  color: #fff;
  font-size: 13px;
  max-height: 54px;
  overflow: hidden;
}

.item:hover .wrap_tizer .wr_block.price {
  height: auto;
  opacity: 1;
  visibility: visible;
  display: block;
  margin: 10px 0px 0px;
}

.wr_block.price .wrap_outer_desc {
  line-height: 18px;
  font-size: 13px;
}

.wrap_tizer.center_blocks {
  text-align: center;
}

.wrap_tizer.right_blocks {
  text-align: right;
  padding: 0px;
}

.wrap_tizer.dark_text .wrap_outer .inner_text {
  color: #1d1a1a;
}

.wrap_tizer .wrapper_inner_tizer {
  padding: 0 33px 0 20px;
}

.wrap_tizer.right_blocks .wrap_outer {
  left: -13px;
}

.wrap_tizer.right_blocks .wrapper_inner_tizer {
  padding-right: 20px;
}

.bx-firefox .wrap_tizer .wr_block.price {
  margin-top: 11px;
}

.wrap_tizer .wr_block.price .wrap_outer,
.wrap_tizer .wr_block.price .wrap_outer .outer_text {
  padding-top: 4px;
}

.wrap_tizer .wrap_outer .outer_text {
  position: relative;
  left: 15px;
  background: #23618c;
  padding: 4px 0 5px;
}

.wrap_tizer .wrap_outer .inner_text {
  position: relative;
  left: -7px;
  color: #fff;
  font-style: normal;
  background: #23618c;
  z-index: 1;
  font-weight: bold;
}

.top_big_banners .wrap_tizer .wrapper_inner_tizer {
  /*padding-right:10px;*/
}

.top_big_banners .wrap_tizer .wrap_outer.title {
  font-size: 10px;
  text-transform: uppercase;
}

.top_big_banners .wrap_tizer .preview {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0px 0px;
}

/* TABS */
.tabs {
  margin-bottom: 25px;
}

.tabs .tab-content {
  background-color: white;
  border: none;
  padding: 40px 0px 0px;
}

.tabs .nav-tabs+.tab-content {
  border-top: 0;
}

.tabs .nav-tabs+.tab-content h3:first-of-type {
  margin-top: 0px;
}

.tabs .nav-tabs {
  margin: 0;
  border-bottom-color: #f2f2f2;
}

.tabs .nav.nav-tabs a {
  background: #f9f9fa;
  border: 1px solid #f2f2f2;
  color: #222222;
  margin: 0px -1px -1px 0px;
  padding: 17px 25px 18px;
  text-decoration: none;
  border-radius: 0;
  font-weight: bold;
  text-transform: none;
}

.tabs .nav-tabs li.active a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
}

.tabs .nav.nav-tabs li.active a,
.tabs .nav.nav-tabs li.active a:hover,
.tabs .nav.nav-tabs li.active a:focus,
.tabs .nav.nav-tabs li.active a:active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus {
  border-color: #F9F9FA;
}

.tabs .nav-tabs a:hover,
.tabs .nav-tabs a:active,
.tabs .nav-tabs a:focus {
  background: #fff;
}

.tabs .tab-content .item+.item {
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
  margin-top: 25px;
}

.tabs .tab-content .flexslider .item+.item {
  padding: 0px;
  margin: 0px;
}

.tabs .tab-content .flexslider:not(.ethumbs) .item+.item {
  border: none;
}

.tabs .nav-tabs>li,
.pagination>li,
.flex-direction-nav li {
  padding-left: 0px;
  margin-bottom: 0px;
  position: static;
}

.tabs .nav-tabs>li:before,
.pagination>li:before,
.flex-direction-nav li:before {
  display: none;
}

.tabs .nav-tabs.centered {
  text-align: center;
}

.tabs .nav-tabs.centered>li {
  display: inline-block;
  float: none;
}

/*flexslider*/
.wr>li {
  margin-left: 15px;
  background: #fff !important;
  margin-right: 0px;
  float: left;
  box-shadow: none;
  border: 0px solid transparent;
  /*transition:all 0.2s ease;*/
  opacity: 0;
}

.flex-viewport .wr>li:hover,
.flex-viewport .wr>li.hover {
  border: 0px solid transparent;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  height: auto !important;
}

/*front sections*/
.sections_wrapper {
  margin: 0px 0px 30px;
}

.front.wide_page .sections_wrapper {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.sections_wrapper .top_block {
  padding: 0px;
}

.sections_wrapper .list .row>div {
  padding: 0px;
  margin: 0px 0px -1px -1px;
}

.sections_wrapper .list .item {
  text-align: center;
  border: 1px solid #f2f2f2;
  padding: 30px 10px 30px;
  transition: all ease 0.2s;
}

.sections_wrapper .list .item:hover {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.sections_wrapper .list .item:not(.section_item) .img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0px auto 22px;
}

.sections_wrapper .list .item .img img {
  max-width: 100%;
  max-height: 100%;
}

.sections_wrapper .list .item .name {
  font-weight: bold;
  font-size: 1.071em;
  line-height: 20px;
}

.sections_wrapper .list .item .name a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.sections_wrapper .list .item.section_item {
  text-align: left;
  padding-left: 40px;
}

.sections_wrapper .list .item.section_item .img {
  width: 80px;
  height: 80px;
  float: left;
}

.sections_wrapper .list .item.section_item .section_info {
  padding-left: 105px;
}

/*
.section_block .sections_wrapper .list .row > div{margin:0px 0px -1px 0;}
.section_block .sections_wrapper .list .item{margin:0px 0px -1px -1px;}
*/
.section_block .sections_wrapper .list .item {
  margin: 0px;
  height: auto !important;
}

.section_block .sections_wrapper .list .row>div {
  margin: 0px 0px -1px -1px;
}

/*tabs*/
.specials_slider_wrapp,
.tab_slider_wrapp,
.specials.tab_slider_wrapp {
  padding: 0px;
  clear: both;
}

.tab_slider_wrapp {
  padding-top: 20px;
  margin: 0px 0px 30px;
}

.front.wide_page .tab_slider_wrapp {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.front.wide_page .maxwidth-theme+.maxwidth-theme .tab_slider_wrapp {
  padding-top: 10px;
}

.catalog_detail+.tab_slider_wrapp,
.catalog_detail+.clearfix+.tab_slider_wrapp {
  border-top: 1px solid #f2f2f2;
  padding-top: 21px;
}

.catalog_detail .form .form_footer {
  margin: 0;
}

.specials_slider_wrapp ul.tabs,
.tab_slider_wrapp ul.tabs {
  margin: 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}

.specials_slider_wrapp ul.tabs>li,
.tab_slider_wrapp ul.tabs>li {
  margin: 0px 29px 0 0;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  padding-left: 0px;
}

.specials_slider_wrapp ul.tabs>li span,
.tab_slider_wrapp ul.tabs>li span {
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  border-bottom-width: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
}

.specials_slider_wrapp ul.tabs>li:hover span,
.tab_slider_wrapp ul.tabs>li:hover span {
  color: #000000;
}

.specials_slider_wrapp ul.tabs>li:first-child,
.tab_slider_wrapp ul.tabs>li:first-child {
  padding-left: 0px;
}

.specials_slider_wrapp ul.tabs li.cur,
.tab_slider_wrapp ul.tabs li.cur {
  background: none;
}

.specials_slider_wrapp ul.tabs li.cur span,
.tab_slider_wrapp ul.tabs li.cur span {
  color: #222;
  border-bottom: 2px solid #ddd;
}

.specials_slider_wrapp ul.tabs li.cur:hover span,
.tab_slider_wrapp ul.tabs li.cur:hover span {
  color: #222;
}

.specials.tab_slider_wrapp ul.tabs_content {
  margin-bottom: 35px;
}

.bottom_slider.tab_slider_wrapp .catalog_item,
.bx_item_list_you_looked_horizontal.detail .catalog_item,
.tabs_slider.slides .catalog_item {
  float: left;
}

body .container .bottom_slider.tab_slider_wrapp,
body .container .drag_block_detail.tab_slider_wrapp {
  padding-top: 32px;
}

body .container .bottom_slider.tab_slider_wrapp .slider_navigation.top {
  top: 29px;
}

body .container .bottom_slider.tab_slider_wrapp .tabs>li {
  margin-bottom: 6px;
}

.specials.tab_slider_wrapp.custom_type .bottom_nav {
  padding: 0px;
}

/*special front start*/
.best_block.tab_slider_wrapp ul.tabs_content {
  margin: 24px 0px 0px;
  padding: 0px;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab {
  margin: 0px;
  padding: 0px;
  position: static;
  overflow: visible;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab>ul {
  margin: 0px;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab>.tabs_slider {
  min-height: 300px;
  background: #fff url(/local/templates/aspro_next/images/loaders/pl3.gif) no-repeat center center;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab.opacity1>.tabs_slider {
  background: none;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab>.tabs_slider .top_wrapper {
  /*background:#fff;*/
  opacity: 0;
  transition: opacity 0.3s ease;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab.opacity1>.tabs_slider .top_wrapper {
  opacity: 1;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block {
  font-size: 0px;
}

.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block>div {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  float: none;
  margin: 0px 0px -2px -1px;
}

.bx-ie .best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block>div {
  /*float:left;*/
}

body .tabs_slider .catalog_item {
  margin: 0px;
  padding: 0px;
  overflow: visible;
}

body .tabs_slider .catalog_item .inner_wrap {
  margin: 0px 0px 0px -1px;
  padding: 20px 19px 21px 20px;
  border: 1px solid #eee;
  background: #fff;
  -webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
}

body .best_block .tabs_slider .catalog_item .inner_wrap {
  margin: 0px;
}

.bx-touch .best_block .tabs_slider .catalog_item .inner_wrap,
body .best_block .tabs_slider .catalog_item:not(:hover) .inner_wrap,
body .tabs_slider .catalog_item {
  height: 100%;
}

.footer_button {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.footer_button .name {
  color: #777;
}

.footer_button .char .char_item {
  margin: 0px 0px 3px;
  line-height: 18px;
}

.footer_button .char .char_item:last-child {
  margin-bottom: 0px;
}

body .catalog_item:hover .footer_button,
body .catalog_item.hover .footer_button {
  opacity: 1;
  visibility: visible;
  height: 30px;
  margin: 11px 0px 0px;
  height: auto;
}

.best_block.tab_slider_wrapp .item .catalog_item:hover .item_info,
.block .catalog_block .catalog_item_wrapp .catalog_item:hover .item_info {}

.block .catalog_block .catalog_item_wrapp .catalog_item {
  cursor: default;
}

body .tabs_slider .catalog_item:hover {
  z-index: 4;
}

body .tabs_slider .catalog_item:hover .inner_wrap {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.bx-firefox body .tabs_slider .catalog_item:hover .inner_wrap {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.best_block.tab_slider_wrapp .item .catalog_item .item_info {
  transition: height ease 0.8s 1.2s;
  text-align: center;
}

.ajax_load.block .footer_button {
  display: none;
}

.ajax_load.block .item_block:hover .footer_button,
.ajax_load.block .item_block .catalog_item.hover .footer_button {
  display: block;
}

/*mobile*/
.mobile .catalog_item .footer_button {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.mobile .catalog_item {
  height: 100%;
}

.mobile .catalog_item .like_icons span {
  opacity: 1;
  visibility: visible;
}

.mobile .catalog_item:hover .footer_button,
.mobile .catalog_item.hover .footer_button {
  margin-top: 0px;
}

.mobile .catalog_item .item_info {
  padding-bottom: 9px;
}

.mobile .tabs_slider .catalog_item:not(.touch):hover,
.mobile .tabs_slider .catalog_item.hover {
  padding-bottom: 0px;
}

.tab_slider_wrapp:not(.specials) .top_blocks {
  position: relative;
  padding: 32px 0px 0px;
  border-top: 1px solid #f2f2f2;
}

.best_block.tab_slider_wrapp .top_blocks {
  padding: 0px;
  border-top-width: 0px;
}

.catalog_item .image_wrapper_block {
  margin: 0px auto 14px;
  position: relative;
}

.stickers {
  left: 0px;
  top: 4px;
  position: absolute;
  z-index: 3;
  line-height: 20px;
  text-align: left;
  padding-right: 50px;
  font-size: 0px;
}

.stickers>div {
  display: inline-block;
}

.stickers [class*="sticker_"] {
  background-color: #4fad00;
  width: auto;
  margin: 0px 3px 6px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
  border-radius: 2px;
}

.container .catalog_detail .stickers [class*="sticker_"] {
  padding-bottom: 5px;
}

.container .catalog_detail .item_main_info .stickers [class*="sticker_"] {
  padding-top: 5px;
  font-size: 11px;
}

.bx-ie .stickers [class*="sticker_"] {
  padding-top: 5px;
}

.stickers * {
  text-align: left;
}

.stickers .sticker_sale_text {
  background-image: none;
  background-color: #e52929;
  display: inline-block;
  color: #fff;
  width: auto;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  box-sizing: border-box;
}

.stickers .sticker_hit,
.stickers .sticker_khit {
  background-color: #2992d9;
}

.stickers .sticker_stock,
.stickers .sticker_aktsiya {
  background-color: #ffc438;
  color: #1d2029;
}

.stickers .sticker_recommend,
.stickers .sticker_sovetuem {
  background-color: #893ca9;
}

.item .stickers {
  left: 0px;
}

.display_list .item .stickers {
  top: 5px;
  left: 3px;
}

.catalog_item .cost.prices {
  margin: 11px 0px 0px;
  line-height: 0px;
}

.catalog_block .cost.prices .price {
  margin-bottom: 8px !important;
}

.catalog_block .cost.prices .js_price_wrapper.price {
  margin-bottom: 0px !important;
}

.rating {
  align-items: center;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  margin: 0px 0px 9px;
}

.rating .iblock-vote {
  display: inline-block;
  margin: 6px auto 0px;
}

.description .rating .iblock-vote {
  margin-top: 4px;
}

/*fast view*/
.fast_view_block {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(229, 229, 229, 0.9);
  text-decoration: none;
  border-radius: 2px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  margin-left: -75px;
  margin-top: -20px;
  line-height: 36px;
  cursor: pointer;
  color: #666;
  height: 36px;
  width: 150px;
  opacity: 0;
  z-index: 99;
  left: 50%;
  top: 50%;
  font-size: 13px;
}

.with_fast_view .item:hover .fast_view_block,
.with_fast_view .catalog_item:hover .fast_view_block,
.with_fast_view .catalog_item.hover .fast_view_block {
  visibility: visible;
  opacity: 1;
}

.with_fast_view .list_item .fast_view_block {
  position: relative;
  margin: 0px auto;
  left: 0px;
  top: 0px;
  padding: 0px 14px 0px 36px;
  width: auto;
}

.with_fast_view .list_item .fast_view_block:before,
.icons.fast_view_block:before {
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 17px;
  height: 16px;
  background: url("/local/templates/aspro_next/images/svg/next.svg") -290px -304px no-repeat;
}

.icons.fast_view_block {
  font-size: 0px;
  width: 50px;
  height: 50px;
}

.with_fast_view .module_products_list .icons.fast_view_block {
  width: 40px;
  height: 40px;
  margin: 0px;
  top: 5px;
  left: 5px;
}

.with_fast_view .list_item .with-gallery .fast_view_block {
  margin-top: 12px;
}

.wrapper1:not(.with_fast_view) .like_icons span i.fast_view_block {
  display: none;
}

.wrapper1:not(.with_fast_view) .like_icons .fast_view_wrapper>span {
  margin-bottom: 0;
}

.navigation-wrapper-fast-view {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}

.navigation-wrapper-fast-view .fast-view-nav {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  z-index: 2998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-wrapper-fast-view .fast-view-nav.next .svg {
  transform: rotate(90deg);
  margin-bottom: -20px;
  margin-right: 23px;
}

.navigation-wrapper-fast-view .fast-view-nav.prev .svg {
  transform: rotate(-90deg);
  margin-bottom: 18px;
  margin-left: 20px;
}

.navigation-wrapper-fast-view .fast-view-nav:hover * {
  fill: #fff;
}

/*special front end*/

.similar_products_wrapp .content_inner.tab {
  overflow: hidden;
}

.wrapper_block .top_block {
  margin-bottom: 30px;
}

.recomendation.wrapper_block .top_block {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-top: 32px;
}

.recomendation.wrapper_block ul.slider_navigation.top_big {
  top: 30px;
}

.detail_footer .top_block {
  border-top: 1px solid #f2f2f2;
  position: relative;
}

.wrapper_block .all_wrapp {
  position: relative;
}

.wrapper_block .all_wrapp .content_inner.absolute {
  position: absolute;
  z-index: 111;
  zoom: 1;
  width: 100%;
}

.tab.content_inner:not(.absolute) .flex-viewport {
  padding-bottom: 40px;
}

.wraps.goods-block .tab.content_inner:not(.absolute) .flex-viewport {
  padding-bottom: 53px;
  margin-bottom: -40px;
}

.tabs_content .flex-viewport,
.wrapper_block .flex-viewport {
  margin-top: 26px;
  position: relative;
}

.tabs_content .flex-viewport:before,
.tabs_content .flex-viewport:after,
.tab .flex-viewport:before,
.tab .flex-viewport:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 10px;
  background: #fff;
  z-index: 3;
}

.tabs_content .flex-viewport:before,
.tab .flex-viewport:before {
  left: -1px;
}

.tabs_content .flex-viewport:after,
.tab .flex-viewport:after {
  right: 0px;
}

.specials_slider>li {
  width: 220px !important;
  padding: 20px 20px 12px;
  opacity: 0;
  min-height: 305px;
}

.specials_slider>li:hover,
.specials_slider>li.hover {
  padding: 20px 20px 20px;
}

hr.bottoms {
  margin-bottom: 30px;
}

.detail .wraps {
  clear: both;
}

.tabs_slider>li>.inner_wrap,
.wrapper_block .wr>li>.inner_wrap {
  padding: 20px;
}

.image_wrapper_block,
.image_wrapper_block a {
  min-width: 70px;
  height: 170px;
  line-height: 170px;
  margin: 0 auto;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
  zoom: 1;
  display: block;
}

.list_item .image_wrapper_block,
.list_item .image_wrapper_block a {
  width: 200px;
  height: 200px;
  line-height: 200px;
}

.list_item .image_wrapper_block,
.list_item .image_wrapper_block a {
  position: relative;
}

.table.catalog .module_products_list .foto-cell .image_wrapper_block,
.table.catalog .module_products_list .foto-cell .image_wrapper_block a {
  position: relative;
}

.image_wrapper_block a {
  position: relative;
}

.image_wrapper_block a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.image_wrapper_block img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/*likes*/
.like_icons {
  position: absolute;
  top: 1px;
  right: 0px;
  z-index: 53;
}

.like_icons span {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  margin: 0px 0px 5px;
  overflow: hidden;
  border-radius: 100%;
}

.like_icons span.added {
  opacity: 0.6;
  visibility: visible;
}

.catalog_item:not(.touch):hover .image_wrapper_block .like_icons span,
.catalog_item.hover .image_wrapper_block .like_icons span {
  opacity: 1;
  visibility: visible;
}

.like_icons span i {
  width: 30px;
  height: 30px;
  display: block;
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") 0px 0px no-repeat;
}

.like_icons .wish_item i {
  background-position: 5px -16px;
}

.like_icons .compare_item i {
  background-position: -18px -17px;
}

.like_icons .wish_item.added i {
  background-position: 5px -44px;
}

.like_icons .compare_item.added i {
  background-position: -18px -45px;
}

.like_icons span:hover {
  cursor: pointer;
  background-color: #e3e3e3;
}

html:not(.bx-touch) .like_icons .wish_item:hover i {
  background-position: 5px -72px;
}

html:not(.bx-touch) .like_icons .compare_item:hover i {
  background-position: -18px -73px;
}

html:not(.bx-touch) .like_icons .wish_item.added:hover i {
  background-position: 5px -44px;
}

html:not(.bx-touch) .like_icons .compare_item.added:hover i {
  background-position: -18px -45px;
}

.like_icons span i.fast_view_block {
  margin: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  position: static;
  background: none;
}

.like_icons span i.fast_view_block:before {
  content: "";
  margin: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  position: relative;
  background: url("/local/templates/aspro_next/images/svg/next.svg") -284px -298px no-repeat;
  opacity: 0.54;
  display: block;
  width: 100%;
  height: 100%;
}

.like_icons span:hover i.fast_view_block:before {
  opacity: 0.91;
}

.item_slider .like_icons span i {
  width: 34px;
  height: 34px;
  background-image: none;
  position: relative;
}

.item_slider .like_icons span i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0px 0px -15px;
  width: 30px;
  height: 30px;
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") 5px -16px no-repeat;
}

.item_slider .like_icons .wish_item i:before {
  background-position: 5px -16px;
}

html:not(.bx-touch) .item_slider .like_icons .wish_item:hover i:before {
  background-position: 5px -72px;
}

.item_slider .like_icons .wish_item.added i:before,
html:not(.bx-touch) .item_slider .like_icons .wish_item.added:hover i:before {
  background-position: 5px -44px;
}

.item_slider .like_icons .compare_item i:before {
  background-position: -18px -17px;
}

html:not(.bx-touch) .item_slider .like_icons .compare_item:hover i:before {
  background-position: -18px -73px;
}

.item_slider .like_icons .compare_item.added i:before,
html:not(.bx-touch) .item_slider .like_icons .compare_item.added:hover i:before {
  background-position: -18px -45px;
}

.catalog_item_wrapp:hover .like_icons span {
  opacity: 1;
  visibility: visible;
}

.description_wrapp .like_icons {
  position: static;
  font-size: 0px;
  margin: 23px 0px 0px;
  border-top: 1px solid #f2f2f2;
  padding: 14px 0px 0px;
}

.description_wrapp .like_icons>div {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  padding: 0px 30px 0px 0px;
}

.description_wrapp .like_icons span {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0px;
}

.description_wrapp .like_icons span i {
  display: inline-block;
  vertical-align: middle;
}

.description_wrapp .like_icons span div,
.description_wrapp .like_icons span span {
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
}

.description_wrapp .like_icons span:not(.added):hover {
  background-color: #fff;
}

.description_wrapp .like_icons span:not(.added):hover i {
  background-color: #e3e3e3;
}

.description_wrapp .like_icons span.added,
.description_wrapp .like_icons span.added:hover {
  background: #fff;
  color: #333;
}

.description_wrapp .like_icons span i {
  overflow: hidden;
  border-radius: 100%;
}

.description_wrapp .like_icons span:not(.added):hover div,
.description_wrapp .like_icons span:not(.added):hover span {
  color: #333;
}

.item_main_info .like_icons span {
  opacity: 1;
  visibility: visible;
}

/*title and stock*/
.flex-viewport .catalog_item .item_info {
  border-top-width: 0px;
  margin: 9px 0px 0px;
  box-sizing: content-box;
  /*padding:5px 0px;*/
}

.flex-viewport .catalog_item .item_info .item-title a:hover,
.flex-viewport .catalog_item:hover .item_info .item-title a {
  border-bottom-width: 0px;
}

.flex-viewport li:hover a {
  text-decoration: none;
}

/*price*/
.cost.prices .price,
.module-cart .row_titles .item_title,
.module-cart .row_values .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  white-space: normal;
}

.cost.prices .price {
  margin-bottom: 8px;
}

.module-cart .cost.prices .price {
  font-size: 14px;
  margin-bottom: 0px;
}

.compare_view .item_block .cost.prices .price {
  margin: 10px 5px 0px 0px;
}

.information .cost.prices .price {
  line-height: 20px;
}

.cost.prices .price.only_price {
  margin: 8px auto 2px;
  display: inline-block;
  float: none;
  white-space: normal;
}

.cost.prices .price .measure {
  font-size: 15px;
}

.cost.prices .price_name {
  font-size: 12px;
  line-height: 15px;
  margin: 5px 0px 5px;
  clear: both;
  font-weight: normal;
}

.flexslider .cost.prices .price_name {
  margin-top: 8px;
}

.information .cost.prices .price_name:first-of-type {
  margin-top: 0px;
}

.information .cost.prices .price_name {
  margin-top: 12px;
}

body .js_price_wrapper.price {
  display: block;
  margin: 0px;
}

.js_price_wrapper.price .offers_price_wrapper {
  padding-bottom: 2px;
}

.js_price_wrapper.price .offers_price_title:first-of-type {
  margin-top: -2px;
}

.js_price_wrapper.price .offers_price,
.js_price_wrapper.price .offers_price_old {
  display: inline-block;
  margin: 0px 7px 8px;
}

.js_price_wrapper.price .price .values_wrapper {
  display: inline-block;
}

.js_price_wrapper.price .offers_price_old {
  color: #888;
}

.list .js_price_wrapper.price .offers_price,
.list .js_price_wrapper.price .offers_price_old {
  margin-left: 0px;
}

.cost.prices .price.discount {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  float: none;
}

.cost .price {
  margin-right: 7px;
  margin-left: 7px;
}

.catalog_detail .cost .price,
.table .cost .price,
.list .cost .price {
  margin-left: 0px;
}

.cost .price.discount strike,
.row_values .price.discount strike,
.cost .price.discount span,
.row_values .price.discount span {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #888;
  text-decoration: line-through;
  vertical-align: top;
}

.display_list .cost.prices .price {
  font-size: 18px;
}

.offers_price_wrapper>div {
  margin: 0px 0px 10px;
}

.offers_price_wrapper>.offers_price,
.offers_price_wrapper>.offers_price_old {
  display: inline-block;
  padding-right: 17px;
}

.offers_price_wrapper>div:last-of-type {
  margin-bottom: -1px;
}

.offers_price_wrapper .offers_price_old {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #666;
  text-decoration: line-through;
  margin-top: -3px;
}

.catalog_detail .offers_price_wrapper .offers_price_old {
  font-size: 15px;
  margin-top: 0px;
  color: #888;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.offers_price_wrapper .offers_price_title {
  font-size: 12px;
  line-height: 15px;
  margin: 8px 0px 5px;
  font-weight: normal;
  color: #888;
}

.offers_price_wrapper .offers_price+.offers_price_title {
  /*margin-top:16px;*/
}

.row_titles .w_title {
  margin-bottom: 5px;
}

/*price matrix*/
.offers_price_wrapper>div {
  /*margin:0px 10px 10px 0px;*/
  /*display:inline-block;*/
}

.price_matrix_block .price_name {
  font-size: 12px;
  line-height: 15px;
  margin: 8px 0px 5px;
  font-weight: normal;
  color: #888;
}

body .prices .price_wrapper_inner {
  border-bottom: 1px dotted #777;
}

body .prices .price_matrix_block .price_matrix_wrapper {
  display: inline-block;
}

body .prices .price_matrix_block .price_group:first-of-type {
  margin-bottom: 10px;
}

body .prices .price_matrix_block .price_wrapper_block {
  white-space: nowrap;
  display: table-row;
  position: relative;
}

body .prices .price_matrix_block .price_wrapper_block>div {
  background: url(/local/templates/aspro_next/images/dott.png) center bottom repeat-x;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 12px !important;
  font-weight: normal;
  color: #888;
  line-height: 20px;
  float: none;
  padding: 3px 0px 2px 9px;
  margin: 0px;
}

body .catalog_detail .prices .price_matrix_block .price_wrapper_block>div {
  padding-bottom: 4px;
}

body .catalog_detail .prices .price_matrix_block .price_wrapper_block>div {
  font-size: 13px !important;
}

body .prices .price_matrix_block .price_wrapper_block>div:first-of-type {
  padding-left: 0px;
}

body .prices .price_matrix_block .price_wrapper_block:last-of-type>div {
  background: none;
}

body .prices .price_matrix_block .price_wrapper_block .price.discount {
  position: static;
  vertical-align: top;
  line-height: 20px;
  display: table-cell;
}

body .prices .price_matrix_block .price_wrapper_block .price.discount span {
  font-size: 12px;
  line-height: 15px;
}

body .prices .price_matrix_block .price_wrapper_block .price:not(.discount) {
  color: #1d2029;
  line-height: 20px;
  font-weight: bold;
  display: table-cell;
}

body .catalog_block .prices .price_matrix_block {
  overflow: hidden;
}

body .catalog_block .prices .price_matrix_block .price_wrapper_block {
  display: block;
}

/*body .ajax_load.block .prices .price_matrix_block .price_wrapper_block{background:url(/local/templates/aspro_next/images/dott.png) center bottom repeat-x;display:block;height:25px;overflow:hidden;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block:last-of-type{background:none;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block > div{background:none;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block .price_interval{display:inline-block;float:left;width:43px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block .all_price{display:block;white-space:normal;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block .price_interval + .all_price{padding:0 0 0 45px;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block .all_price > div{display:inline-block;padding:3px 0px 2px;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block .all_price .price{font-size:12px;margin:0px !important;}
body .ajax_load.block .prices .price_matrix_block .price_wrapper_block .all_price .price.discount{padding-left:5px;}*/

body .ajax_load.block .view_sale_block {
  width: auto;
}

body .ajax_load.block .view_sale_block .quantity_block .values {
  overflow: visible;
}

body .ajax_load.block .view_sale_block .quantity_block .values .item {
  border-radius: 0 2px 2px 0;
  overflow: hidden;
}

.view_sale_block .values .count_d_block .item:last-child {
  display: none;
}

body .ajax_load.block .counter_wrapp .button_block.wide {
  width: auto;
}

body .prices .price_group {
  margin-top: 10px;
  margin-bottom: 0px;
}

body .cost.prices .price_group:first-of-type {
  margin-top: 0px;
}

.cost.prices .strike_block .price,
.cost.prices .strike_block.offers_price {
  font-size: 16px;
  line-height: 15px;
  font-weight: normal;
  color: #888;
  text-decoration: line-through;
}

body .module_products_list .cost.prices .strike_block .price,
.cost.prices .strike_block .price span,
body .module_products_list .cost.prices .strike_block.offers_price {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}

.js_price_wrapper.price .strike_block .price .values_wrapper,
.js_price_wrapper.price .strike_block.offers_price .price .values_wrapper {
  display: inline;
}

/*sales*/
.sale_block {
  margin: 3px 0px 2px;
  clear: both;
  font-size: 0px;
  font-weight: normal;
}

.sale_block .text {
  display: inline-block;
  font-size: 12px;
  background: #ffd02e;
  padding: 3px 8px 2px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 1px 0px 1px 3px;
}

.sale_block .value {
  font-size: 12px;
}

.sale_block .title {
  font-size: 12px;
}

.sale_block .title+.text {
  margin-left: 7px;
}

body .prices .sale_block div.text {
  width: auto;
}

.catalog_block .sale_block {
  margin-top: -3px;
}

.module_products_list .sale_block {
  margin-top: 1px;
}

.catalog_block .price_matrix_block .sale_block {
  margin-top: -3px;
}

.sale_block .value {
  display: inline-block;
  background: #e32330;
  color: #fff;
  line-height: 21px;
  border-radius: 3px;
  padding: 0px 8px;
  margin: 3px 0px;
}

body .wrapper .catalog_item .item_info .buttons_block {
  margin-top: 17px;
  text-align: center;
}

/*brands front start*/
.brands_slider_wrapp {
  padding: 25px 30px 27px;
  border-top: 1px solid #f2f2f2;
  margin: 0px 0px 0px;
  overflow: hidden;
  max-height: 100px;
}

.front.wide_page .brands_slider_wrapp {
  padding: 50px 30px 52px;
  max-height: 150px;
}

.brands_slider_wrapp ul.brands_slider li a {
  margin: 0 10px;
  display: block;
}

.brands_slider_wrapp ul.brands_slider li:before {
  display: none;
}

.brands_slider_wrapp .flex-viewport {
  height: 48px;
  overflow: hidden;
}

.brands_slider>li {
  line-height: 48px;
  text-align: center;
  float: left;
}

.brands_slider_navigation ul.flex-direction-nav {
  position: relative;
  height: 0;
  zoom: 1;
}

.brands_slider>li a {
  text-decoration: none;
}

.brands_slider_wrapp li img {
  transition: all 0.2s ease-out;
  opacity: 0.5;
  filter: grayscale(100%);
  max-width: 120px;
}

.brands_slider_wrapp li img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.brands_slider_wrapp .flex-direction-nav li a,
.brands_slider_wrapp .flex-direction-nav li span,
.module-pagination .flex-direction-nav li a,
.custom_flex .flex-direction-nav li a,
.custom_flex .flex-direction-nav li span {
  background: url("/local/templates/aspro_next/images/svg/arrows2.svg") 3px -20px no-repeat;
}

.brands_slider_wrapp .flex-direction-nav li .flex-next,
.module-pagination .flex-direction-nav li.flex-nav-next a,
.custom_flex .flex-direction-nav li.flex-nav-next a,
.custom_flex .flex-direction-nav li.flex-nav-next span {
  background-position: -72px -20px;
}

.brands_slider_wrapp.flexslider .flex-direction-nav li:hover,
.module-pagination .flex-direction-nav li:hover,
.module-pagination .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover,
.custom_flex .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover span {
  background-color: #fff !important;
}

.brands_slider_wrapp .flex-direction-nav li:hover a.flex-next,
.module-pagination .flex-direction-nav li.flex-nav-next:hover a,
.custom_flex .flex-direction-nav li.flex-nav-next:hover a,
.custom_flex .flex-direction-nav li.flex-nav-next:hover span {
  background-position: -71px 4px;
}

.brands_slider_wrapp .flex-direction-nav li:hover a,
.module-pagination .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover span {
  background-position: 3px 4px;
}

.brand_wrapper {
  margin: 0px 0px 30px;
  border-top: 1px solid #f2f2f2;
}

.brand_wrapper .top_block {
  padding-top: 38px;
}

.brand_wrapper .brands_list {
  font-size: 0px;
}

.brand_wrapper .brands_list .item {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  padding: 0;
  margin: 0px 0px -1px -1px;
  text-align: center;
  height: 122px;
  line-height: 122px;
  border: 1px solid #F9F9FA;
}

.brand_wrapper .brands_list .item>div {
  padding: 0 12px;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_wrapper .brands_list .item img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}

.brand_wrapper .brands_list .item.wti a {
  display: block;
}

.brand_wrapper .brands_list .item.wti a span {
  font-size: 14px;
}

/*front company block*/
.company_bottom_block {
  margin: 0px 0px 53px;
}

.front.wide_page .company_bottom_block {
  margin-bottom: 0px;
  padding-bottom: 53px;
}

/*flex*/
.brands_slider.slides * {
  box-sizing: border-box;
}

.brands_slider.slides>li {
  margin: 0px 30px 0px 0px;
  padding: 0px !important;
}

.brands_slider.slides>li:first-child {
  /*margin-left:0px;*/
}

.brands_slider_wrapp .flex-direction-nav>li {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -15px;
}

.brands_slider_wrapp .flex-direction-nav>li.flex-nav-prev {
  left: 0px;
}

.brands_slider_wrapp .flex-direction-nav>li.flex-nav-next {
  right: 0px;
}

.brands_slider_wrapp.flexslider .slides img {
  display: inline-block;
  vertical-align: middle;
}

/*brands front end*/

/*news*/
.wrap_md .news_wrap {
  width: 68%;
  margin: 0px 0px 38px;
}

.news_block .news_items {
  font-size: 0px;
}

.news_block .news_items .item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0px 20px 17px 0px;
}

.news_block .news_items .item .image {
  float: left;
  width: 90px;
  height: 90px;
  margin-top: 5px;
  text-align: center;
}

.news_block .news_items .item .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.news_block .news_items .item .image+.info {
  padding-left: 110px;
}

.news {
  position: relative;
}

.news .item .info .date {
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
}

.news .item .info .name {
  font-size: 13px;
  text-decoration: none;
  margin: 1px 0px 0px;
  font-weight: bold;
  display: block;
}

.news .item .info .name:hover {
  text-decoration: underline;
  color: #333;
}

.news .item .info .preview {
  margin: 6px 0px 0px;
  font-size: 12px;
}

/*subscribe form*/
.wrap_md .subscribe_wrap {
  width: 32%;
  margin: 0px 0px 62px;
}

.subscribe-form {
  border-radius: 2px 2px 0px 0px;
  position: relative;
}

.subscribe-form .subscribe-input {
  font-size: 14px;
}

.subscribe-form .wrap_bg {
  padding: 17px 20px 22px;
  border-radius: 2px;
}

.subscribe-form .top_block {
  margin: 0px;
  padding: 0px;
}

.subscribe-form .top_blocks .title,
.subscribe-form .top_blocks .title div {
  font-size: 1.143em;
  font-weight: 500;
  color: #1d2029;
  margin: 0px 0px 3px;
}

.subscribe-form .top_blocks .more,
.subscribe-form .top_blocks .more div {
  font-size: 13px;
  color: #666666;
  line-height: 16px;
}

.subscribe_licenses .licence_block {
  display: inline-block;
}

.footer-grey .subscribe-form .top_blocks .title,
.footer-grey .subscribe-form .top_blocks .title div,
footer .footer-grey.ext_view.footer_inner .social-icons .small_title {
  color: #fff;
}

.subscribe-form form.sform {
  font-size: 0px;
  margin: 11px 0 0;
}

.subscribe-form form.sform>div {
  display: inline-block;
  vertical-align: top;
}

.subscribe-form .email_wrap,
.subscribe-form_footer .email_wrap {
  position: relative;
  margin-right: 5px;
  width: 100%;
}

.subscribe-form .email_wrap {
  margin: 0px;
}

.subscribe-form .email_wrap .email_input {
  background: #fff;
  font-size: 13px;
  padding: 5px 43px 5px 13px;
  height: 34px;
}

.bx-firefox .subscribe-form .email_wrap .email_input {
  padding-top: 4px;
  padding-bottom: 6px;
}

.bx-ie .subscribe-form .email_wrap .email_input {
  height: 34px;
}

.subscribe-form input.send_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0px;
  text-indent: -9999px;
  width: 33px;
  height: 34px;
  background: #ddd url("/local/templates/aspro_next/images/svg/ai.svg") -23px -39px no-repeat;
  border-radius: 0px 2px 2px 0px;
}

.subscribe-form label.error,
.subscribe-form_footer label.error {
  position: absolute;
  top: -19px;
  right: 0px;
}

.left_block .subscribe-form {
  margin: 0px 0px 30px;
}

.left_block .subscribe-form .wrap_bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/local/templates/aspro_next/images/mail_xlg.png") 113px 17px no-repeat;
  display: block;
  opacity: 0.2;
}

.left_block .subscribe-form .top_blocks .text>div,
.left_block .subscribe-form .top_blocks .text>div div {
  color: #fff;
}

.left_block .subscribe-form .top_blocks .more {
  opacity: 0.8;
}

.left_block .subscribe-form input.send_btn,
.left_block .subscribe-form input.send_btn:hover {
  background-color: #F9F9FA;
  border-color: #F9F9FA;
}

.left_block .subscribe-form input.send_btn {
  background-image: url("/local/templates/aspro_next/images/svg/next.svg");
  background-position: -245px -332px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.left_block .subscribe-form input.send_btn:hover {
  opacity: 0.7;
}

/*akc front start*/
.loading_block {
  background: #fff url("/local/templates/aspro_next/images/loaders/pl3.gif") center center no-repeat;
}

.loading_state.flexslider:not(.flexslider-init) {
  background: url("/local/templates/aspro_next/images/loaders/pl3.gif") center center no-repeat;
}

.news_akc_block .top_block {
  padding: 0px 0px 0px;
  margin: 0px 0px 2px;
}

.news_akc_block .top_block a {
  font-size: 1em;
}

.news_akc_block .items .item_block {
  margin: 0px 30px 20px 0px;
  text-align: left;
  float: left;
  width: 1px;
}

.news_akc_block .items>li {
  overflow: visible;
}

.news_akc_block .slides {
  padding-bottom: 0px;
}

.news_akc_block .slides .item .img {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.news_akc_block .img img {
  vertical-align: middle;
  border-radius: 0px;
  max-width: 100%;
}

.news_akc_block li:hover .img img {
  filter: none;
}

.news_akc_block .item .info {
  padding: 15px 20px 22px;
  line-height: 18px;
}

.news_akc_block .item .info .date {
  line-height: 18px;
  font-size: 0.929em;
  color: #666;
  margin: 0px 0px 4px;
}

.news_akc_block .item .info .name {
  font-size: 1em;
  display: block;
  font-weight: 500;
  line-height: 20px;
}

.news_akc_block .item {
  box-shadow: 0 0 1px #ccc inset;
  background: #fff;
  -webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
}

.news_akc_block .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.bx-ie-edge .news_akc_block .item,
.bx-ie .news_akc_block .item {
  box-shadow: 0 0 1px #ccc;
}

.bx-ie-edge .news_akc_block .item:hover {
  box-shadow: none;
}

/*akc front end*/

/*bottom banners front start*/
.adv_bottom_block {
  margin: 0px auto 45px;
}

.front.wide_page .adv_bottom_block {
  margin-bottom: 0px;
  padding-bottom: 45px;
  padding-top: 30px;
  background: #fff;
}

.adv_bottom_block .img_inner span {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

/*bottom banners front end*/

/*adv top front*/
.adv_list {
  margin: 0px 0px 30px;
}

.adv_list.top {
  border-bottom: 1px solid #f2f2f2;
}

.adv_list .item {
  margin: 0px 0px 34px;
}

.adv_list .item>div {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
}

.adv_list.top .item .img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  padding: 0px 20px 0px 0px;
  vertical-align: top;
}

.adv_list.top .item .img_inner {
  overflow: hidden;
  border-radius: 100%;
}

.adv_list.top .item .img_inner {
  width: 80px;
  height: 80px;
}

.adv_list .item .name {
  font-size: 0.929em;
  color: #777 !important;
  display: block;
  line-height: 16px;
}

.adv_list .item .desc {
  font-weight: bold;
  margin-top: 5px;
  line-height: 18px;
  display: block;
}

.front.wide_page .maxwidth-theme+.maxwidth-theme .adv_list.small_banners {}

.front.wide_page .adv_list.small_banners {
  padding: 28px 0px 30px;
  margin-bottom: 0px;
}

.adv_list.small_banners {
  font-size: 0px;
  text-align: center;
}

.adv_list.small_banners>.row>div {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.adv_list.small_banners .item {
  margin-bottom: 30px;
}

.adv_list.small_banners .item .img {
  display: block;
}

.adv_list.small_banners img {
  max-width: 100%;
  max-height: 100%;
}

.block_wr.dark .flex-direction-nav li:hover a.flex-prev {
  background-position: 10px -50px;
}

.block_wr.dark .flex-direction-nav li:hover a.flex-next {
  background-position: -27px -50px;
}

.block_wr.dark .flex-direction-nav li:hover {
  background: #fff;
}

.with_error.col-md-9.content-md {
  width: 100%;
}

/*company text front*/
.wrap_more_item .more_text_item {
  display: none;
  overflow: hidden;
}

.md-50.img {
  padding: 35px 10px 0px 0px;
  text-align: center;
  overflow: hidden;
}

.md-50 img {
  max-width: 100%;
}

.md-50.big {
  padding: 50px 0px 56px 10px;
}

.md-50 .title_block {
  margin: 2px 0px 25px;
}

/*viewed front*/
.viewed_block .rows_block {
  margin: 0px -5px;
  white-space: nowrap;
}

.viewed_block .rows_block .item_block {
  padding: 0px 0px;
  margin: 0px 10px 0px 0px;
  overflow: visible;
}

.viewed_block .title_block {
  margin: 26px 0px 4px;
}

.viewed_block .outer_wrap {
  margin: 0px;
}

.viewed_block .item_block {}

.viewed_block .item_block .item {
  padding: 20px 12px 10px;
  border: 1px solid #eee;
  background: #8a8a8a;
  opacity: 0.05;
  border-radius: 4px;
  -webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  -o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
}

.viewed_block .item_block .item.has-item:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.viewed_block .item_block .item.has-item {
  background: #fff;
  opacity: 1;
}

.viewed_block .image_wrapper_block,
.viewed_block .image_wrapper_block a {
  height: 91px;
  line-height: 91px;
  width: 91px;
  margin: auto;
  text-align: center;
}

.viewed_block .image_wrapper_block img {
  max-height: 100%;
}

.viewed_block div.item-title a,
.viewed_block div.item-title a span {
  line-height: 18px;
  font-weight: normal;
}

.viewed_block .cost .price,
.viewed_block .cost.prices .price .measure {
  font-size: 14px;
}

.viewed_block .item_info {
  text-align: center;
  padding: 10px 0px 0px;
}

.viewed_block .dark_link {
  color: #555 !important;
}

.viewed_block .item_block .item-title {
  max-height: 57px;
}

.horizontal.viewed_block .image_wrapper_block {
  float: left;
}

.horizontal.viewed_block .item_info {
  padding-left: 106px;
  text-align: left;
}

.horizontal.viewed_block .item_info .cost.prices {
  clear: none;
}

.horizontal.viewed_block .item_info .cost.prices .price_group {
  margin-top: 12px;
}

.horizontal.viewed_block .item_info .cost.prices .price_group:not(.min) {
  display: none;
}

.horizontal.viewed_block .item_info .cost.prices .price_group .price_name {
  padding-top: 0px;
  clear: none;
  display: none;
}

.viewed_product_block {
  border-bottom: 1px solid #eeeeee;
}

.viewed_product_block.no_fill {
  background: #f6f6f7;
}

.viewed_product_block.fill {
  border: none;
}

.viewed_product_block.fill>.wrapper_inner {
  border-bottom: 1px solid #eeeeee;
}

.viewed_product_block .viewed_block {
  padding: 0px 0px 19px;
}

.fill_bg_y .contacts_map,
.fill_bg_y .contacts-page-map {
  background: #fff;
}

.ymaps-b-zoom_hints-pos_right {
  z-index: 2;
}

/* more phone decription */
.wrap_phones .svg-inline-phone,
.more_phone .svg-inline-close {
  cursor: pointer;
}

.wrap_phones .dropdown-mobile-phone {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3000;
  background: #fff;
  display: none;
}

.wrap_phones .dropdown-mobile-phone .more_phone>a,
.wrap_phones .dropdown-mobile-phone .more_phone>span {
  padding: 15px 18px 12px;
  display: block;
  font-weight: bold;
  font-size: 1.071em;
}

.wrap_phones .dropdown-mobile-phone .more_phone>a.no-decript,
.wrap_phones .dropdown-mobile-phone .more_phone>span.no-decript {
  padding: 21px 18px 22px;
}

.wrap_phones .dropdown-mobile-phone .more_phone>a span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 2px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap_phones .dropdown-mobile-phone .more_phone>a.callback {
  font-weight: normal;
}

.wrap_phones .more_phone {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  line-height: 1.2em;
}

.wrap_phones .more_phone.title {
  background: #fbfbfb;
}

.wrap_phones .more_phone.title .svg-inline-close {
  right: 9px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin: -8px 0 0 -8px;
}

.mobile-menu-contacts .descr {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 2px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* end more phone decription */

/* FOOTER */
footer .copy {
  color: #888;
}

footer .copy,
footer .info {
  padding: 0px 0 0px;
}

footer .info {
  color: #ffffff;
}

footer .info .blocks {
  position: relative;
  padding: 0px 0px 0px 32px;
  margin-bottom: 22px;
}

footer .info .blocks:before,
#footer .footer_bottom_inner .phone_block .phone:before {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -185px -58px no-repeat;
}

.footer_bottom_inner>.right_block {
  padding-left: 258px;
  position: relative;
}

#footer .footer_bottom_inner .phone_block .phone {
  padding-left: 27px;
}

#footer .footer_bottom_inner .phone_block .phone:before {
  background-position: -221px -59px;
  top: 3px;
}

#footer .footer_bottom_inner .phone_block .phone .svg {
  display: none;
}

footer .info div.email:before {
  background-position: -221px -35px;
}

footer .info div.address:before {
  background-position: -203px -57px;
}

footer .info .phone {
  margin-bottom: 19px;
}

footer .info .phone .phone {
  margin-bottom: 0px;
}

footer .info .phone:before {
  top: 3px;
}

footer .phone>a {
  padding: 0px 0px 3px;
}

footer .phone a {
  color: #ffffff;
  font-size: 1.07em;
  font-weight: 500;
}

footer .phone .dropdown {
  top: 24px;
  left: auto;
  min-width: auto;
  max-width: 200px;
  right: -10px;
  max-height: 170px;
  overflow: auto;
}

footer .phone .more_phone {
  font-size: 1em;
}

footer .phone a:nth-child(n + 2) {
  display: block;
}

footer .info .email a {
  color: #fff;
  vertical-align: middle;
}

footer .info .email a:hover {
  text-decoration: none;
}

footer .info i {
  font-size: 14px;
  margin: 0 7px 0 0;
  color: #969ba5;
  vertical-align: middle;
  display: none;
}

.bottom-menu {
  color: #b0b0b0;
  font-weight: normal;
  line-height: 18px;
}

.bottom-menu .items .wrap {
  font-size: 1em;
}

.bottom-menu .items>.item-link {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.bottom-menu .items>.item-link a,
body .white_middle_text {
  color: #fff;
}

.white_middle_text {
  font-weight: 600;
}

.right_block .bottom-menu .items>.item-link {
  margin: 0px;
}

.right_block .bottom-menu .items .wrap .item-link .item {
  margin-bottom: 8px;
}

.right_block .bottom-menu .items>.item-link a {
  font-weight: bold;
  color: #1d2029 !important;
}

.bottom-menu a {
  color: #555;
  text-decoration: none;
}

.bottom-menu .item {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}

.items .bottom-middle .bottom-menu .items>.item-link .item {
  margin-bottom: 6px;
}

.bottom-menu .col-sm-6:last-child .item {
  margin-bottom: 0px;
}

footer .white_middle_text {
  color: #fff;
}

.right_block .bottom-menu .item-link .item {
  margin-bottom: 19px;
}

footer .bottom-middle {
  padding: 34px 0px 28px;
}

footer .bottom-under .inner-wrapper {
  padding: 24px 0px 20px;
  border-top: 1px solid #555555;
  margin: 20px 0px 0px;
}

footer .bottom-under .inner-wrapper .copy-block {
  float: left;
  padding: 11px 0px 0px;
}

footer .bottom-under .inner-wrapper .copy-block>div {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 20px 0px 0px;
}

footer .bottom-under .inner-wrapper .social-block {
  float: right;
}

footer .bottom-under .outer-wrapper {
  padding-bottom: 6px;
}

#footer .bottom-under .outer-wrapper .social-icons ul {
  margin: 0px -10px;
}

footer .bottom-under .outer-wrapper .social-icons ul li {
  padding: 0px 5px;
}

footer .bottom-under .outer-wrapper .social-icons ul li a {
  margin-left: 0px;
  margin-right: 0px;
}

footer .print-link {
  color: #a7a7a7;
  font-size: 0.867em;
  cursor: pointer;
  white-space: nowrap;
}

footer .print-link .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 12px 0px 0px;
}

footer .print-link svg {
  display: block;
  vertical-align: middle;
}

footer .print-link svg path {
  fill: #a7a7a7;
}

footer .print-link .text {
  vertical-align: middle;
}

footer .blocks {
  padding: 0px 0px 10px 0px;
}

footer .blocks:first-of-type {
  padding-bottom: 29px;
}

footer .blocks:last-of-type {
  padding-bottom: 0px;
}

footer .info .blocks {
  padding-bottom: 0px;
}

footer .info .email:before {
  top: 3px;
}

footer .white_middle_text {
  display: block;
  margin: -2px 0px 20px;
}

footer .subscribe-form:before {
  display: none;
}

.basket_bottom+footer .footer_inner {
  padding-bottom: 50px;
}

/* footer small */
.footer_inner.compact.footer-light.no_fill .bottom_wrapper {
  background: #f6f6f7;
}

.footer_inner.compact .bottom-middle {
  padding: 42px 0px 52px;
}

.footer_inner.compact .social-block {}

.footer_inner:not(.compact) .social-icons .small_title {
  color: #a7a7a7;
  display: none;
}

.footer_inner.compact .social-icons .small_title {
  display: block;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  padding: 0px 0px 9px;
  margin-top: -2px;
}

.footer_inner.compact.footer-light .social-icons .small_title {
  color: #222;
}

.footer_inner.compact .phone .more_phone a {
  font-size: 1.07em;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .footer_inner.compact .phone .dropdown {
  right: -8px;
  top: 24px;
  max-height: 100px;
}

/* footer grey */
.footer-grey {
  background-color: #F9F9FA;
  color: #222222;
}

footer .footer-light .phone:before {
  background-position: -221px -59px;
}

footer .footer-light .info .email:before {
  background-position: -161px -118px;
}

footer .footer-light .info .address:before {
  background-position: -253px -287px;
}

.footer-grey .bottom-menu a {
  color: #b0b0b0;
}

.footer-grey .phone .more_phone a {
  color: #222222;
}

footer .ext_view.footer-grey .white_middle_text {
  margin-top: -1px;
}

footer .phone .more_phone a span {
  padding-top: 3px;
}

footer .phone .more_phone a {
  min-height: 51px;
  padding: 10px 21px 10px 22px;
}

.top-block .phone .more_phone a {
  padding: 11px 11px 10px 22px;
  min-height: 51px;
}

.header-wrapper .phone .more_phone a {
  padding: 10px 11px 10px 22px;
  min-height: 53px;
}

/* footer light */
.footer-light.no_fill {
  background: #fff;
}

.footer-light .container {}

.footer-light .subscribe-block-wrapper {
  /*background:#F9F9FA;*/
}

.footer-light.no_fill .subscribe-block-wrapper,
.footer-light .subscribe-block-wrapper>.maxwidth-theme {
  background: #F9F9FA;
}

.footer-light.no_fill .bottom_wrapper {
  background: #fff;
}

.footer-light .subscribe-block-wrapper .outer-wrapper {
  background: transparent;
}

.footer-light .bottom-under .inner-wrapper {
  border-top: 1px solid #F9F9FA;
}

.footer-light .subscribe-block-wrapper .text {
  color: #555;
}

.footer-light .subscribe-block-wrapper .outer-wrapper:before {
  background: url(/local/templates/aspro_next/images/plane-black.png) -6px 0px no-repeat;
}

.footer-light .bottom-menu .items>.item-link a {
  color: #222;
}

.footer-light .white_middle_text {
  color: #222;
}

.footer-light .info .phone a {
  color: #333;
}

.footer-light .info .email a {
  color: #333;
}

.footer-light .info {
  color: #333;
}

/* footer ext */
footer .ext_view.footer-light.no_fill .bottom_wrapper,
footer .ext_view.footer-light .wrapper_inner,
footer .ext_view.footer-light .maxwidth-theme {
  background: #F9F9FA;
}

footer .ext_view .bottom-menu .items>.item-link a {
  font-size: 1.07em;
  text-transform: none;
}

footer .ext_view .bottom-menu .items>.item-link {
  margin-bottom: 7px;
}

footer .ext_view .subscribe-form {
  background: transparent;
  margin: 0px 0px 32px;
}

footer .ext_view .subscribe-form:before {
  display: none;
}

footer .ext_view .subscribe-form .wrap_bg {
  border: none;
  padding: 0px;
}

footer .ext_view .subscribe-form .top_blocks .title {
  font-size: 1.07em;
  font-weight: 600;
  margin-top: -2px;
}

footer .ext_view .subscribe-form .top_blocks .more {
  display: none;
}

footer .ext_view .subscribe-form .email_wrap .email_input {
  height: 42px;
  border-radius: 2px;
}

footer .ext_view .subscribe-form input.send_btn {
  height: 40px;
  top: 1px;
  right: 1px;
  width: 39px;
  background-position: -21px -36px;
}

footer .ext_view .subscribe-form form.sform {
  margin-top: 17px;
}

footer .ext_view.footer_inner .social-icons .small_title {
  display: block;
  color: #222;
  font-weight: 600;
  font-size: 1.07em;
  margin: 0px 0px 10px;
}

footer .ext_view.footer-light .white_middle_text {
  font-size: 1.07em;
  text-transform: none;
  margin-top: -2px;
}

footer .ext_view .bottom-under {
  border-top: 1px solid #eeeeee;
}

footer .ext_view .bottom-under .inner-wrapper .copy-block {
  padding: 0px;
  margin: -5px 0px 0px;
}

footer .ext_view .bottom-under .inner-wrapper {
  border: none;
  padding-top: 16px;
  padding-bottom: 30px;
}

footer .footer-grey.ext_view .subscribe-form .email_wrap .email_input {
  border-color: #2e2e2f;
  border-radius: 3px 4px 4px 3px;
}

footer .footer-grey.ext_view .bottom-under {
  border-color: #555;
}

/*subscribe footer*/
.no_fill .subscribe-block-wrapper,
.subscribe-block-wrapper>.maxwidth-theme {
  background: #343435;
}

.no_fill.footer-grey .bottom_wrapper,
#footer .footer_inner.footer-grey .wrapper_inner,
.footer_inner.footer-grey .bottom_wrapper .maxwidth-theme,
.footer_inner.footer-grey .bottom-middle {
  background: #2e2e2f;
}

.subscribe-block-wrapper>.row>.maxwidth-theme {
  padding: 0px;
}

.subscribe-block-wrapper .outer-wrapper {
  padding: 51px 0px;
  position: relative;
  background: #343435;
}

.subscribe-block-wrapper .outer-wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 185px;
  height: 100%;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -284px -10px no-repeat;
  opacity: 0.05;
}

.subscribe-block-wrapper .inner-wrapper {
  max-width: 1089px;
  margin: 0px auto;
}

.subscribe-block-wrapper .inner-wrapper .row {
  font-size: 0px;
  line-height: 0px;
}

.subscribe-block-wrapper .inner-wrapper .row>div {
  float: none;
  display: inline-block !important;
  vertical-align: middle;
  line-height: 22px;
}

.subscribe-block-wrapper .inner-wrapper .row>div .subscribe-edit {
  font-size: 15px;
}

.subscribe-block-wrapper .text {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.subscribe-block-wrapper .subscribe-form {
  position: relative;
}

.subscribe-block-wrapper .form-control.subscribe-input {
  padding: 12px 165px 12px 12px;
  height: 48px;
}

.footer-light .subscribe-block-wrapper .form-control.subscribe-input {
  background: #fff;
}

.subscribe-block-wrapper .form-control.subscribe-input:focus {
  border-color: #e8e8e8;
  box-shadow: none;
}

.bx-ie .subscribe-block-wrapper .form-control.subscribe-input {
  /*height:51px;*/
}

.subscribe-block-wrapper .subscribe-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 13px 23px 14px;
  height: 48px;
}

.bx-ie .subscribe-block-wrapper .subscribe-btn {
  height: 51px;
}

.bx-firefox .subscribe-block-wrapper .subscribe-btn {
  padding-bottom: 13px;
}

.container>.subscribe-edit+.row.guest-block {
  margin-top: 25px;
}

/*footer start*/
#footer .wrapper_inner {
  background: #f6f6f7;
}

#footer .footer_bottom_inner {
  padding: 31px 0px 39px;
}

#footer ul,
#footer ul li {
  vertical-align: top;
}

#footer ul {
  margin: 0px;
}

/*footer phone*/
#footer .footer_bottom_inner .phone_block {
  white-space: nowrap;
  margin-top: -2px;
  padding-right: 3px;
}

#footer .footer_bottom_inner .phone_block .phone {
  display: block;
  position: relative;
}

#footer .footer_bottom_inner .phone_block a {
  color: #222;
  display: inline-block;
  width: 100%;
}

#footer .footer_bottom_inner .phones .phone_wrap,
#footer .footer_bottom_inner .phones .phone_wrap a {
  display: block;
}

#footer .footer_bottom_inner .phones .phone_wrap a {
  font-size: 18px;
  font-weight: bold;
}

#footer .footer_bottom_inner .phones,
#footer .footer_bottom_inner .social_wrapper {
  float: right;
}

#footer .footer_bottom_inner .phones .icons {
  margin: 0px 0px 0px;
}

#footer .footer_bottom_inner .phones .order_wrap_btn {
  margin: 0px 0px 0px 27px;
  position: relative;
  top: -2px;
}

#footer .footer_bottom_inner .phones .order_wrap_btn .callback_btn {
  letter-spacing: 0.8px;
}

#footer .footer_bottom_inner .social_wrapper .social {
  padding: 14px 0px;
}

#footer .footer_bottom_inner .social_wrapper ul {
  margin: 0px -5px;
}

#footer .footer_bottom_inner .social_wrapper ul li {
  padding: 0px 5px;
}

#footer .footer_bottom_inner .social_wrapper ul a {
  margin-left: 0px;
  margin-right: 0px;
}

/*copyright*/
#footer .copyright,
#footer .copyright * {
  font-size: 12px;
  line-height: 18px;
}

#footer .copyright {
  padding: 0px 0px 21px;
  font-size: 13px;
  opacity: 0.6;
}

#footer .mobile_copy {
  display: none;
}

/*pay icons*/
.pay_system_icons i {
  display: inline-block;
  height: 20px;
  width: 34px;
  background: url(/local/templates/aspro_next/images/svg/pay_icons.svg) no-repeat;
  margin: 0px 11px 9px 0px;
}

.pay_system_icons span i:last-child {
  margin-right: 0px;
}

.pay_system_icons i.cacsh {
  background-position: 0px -1px;
}

.pay_system_icons i.sbrf {
  background-position: -259px -1px;
}

.pay_system_icons i.alfa {
  background-position: -305px -1px;
  width: 25px;
}

.pay_system_icons i.mastercard {
  background-position: -42px -1px;
}

.pay_system_icons i.visa {
  background-position: -89px -1px;
}

.pay_system_icons i.yandex_money {
  background-position: -142px -1px;
  width: 21px;
}

.pay_system_icons i.webmoney {
  background-position: -182px -1px;
  margin-right: 7px;
}

.pay_system_icons i.qiwi {
  background-position: -222px -1px;
  margin-right: 0px;
}

.pay_system_icons i.mir {
  background-position: -339px -1px;
  width: 35px;
}

.pay_system_icons i.yoomoney {
  background-position: -394px -1px;
  width: 27px;
}

.pay_system_icons i.yookassa {
  background-position: -439px -1px;
  width: 27px;
}

.pay_system_icons i.tinkoff {
  background-position: -484px -1px;
  width: 58px;
}

/*footer menu*/
#footer .footer_inner .rows_block .item_block {
  padding-top: 0px;
  padding-bottom: 0px;
}

#footer .footer_inner .menu_item a {
  display: inline-block;
  line-height: 18px;
}

#footer .footer_inner .submenu_top .menu_item a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

#footer .footer_inner .submenu .menu_item {
  margin: 0px;
  line-height: 23px;
  padding-left: 0px;
}

#footer .footer_inner .submenu .menu_item a.dark_link {
  font-size: 13px;
}

.submenu a.dark_link {
  color: #666666 !important;
}

#footer .footer_inner .submenu .menu_item:before {
  display: none;
}

/*footer social*/
#footer .footer_bottom_inner .links.rows_block {
  margin: 0px -5px;
  max-width: 165px;
  min-width: 165px;
}

#footer .footer_bottom_inner .links.rows_block .item_block {
  padding: 5px 5px;
}

#footer .footer_bottom_inner .small_title {
  color: #888888;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 3px;
  font-weight: 400;
}

.soc_icons .item_block a,
.bx-authform-social ul li .bx-authform-social-icon {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: block;
  background: url("/local/templates/aspro_next/images/social.png") 0px 0px no-repeat;
  transition: opacity ease 0.5s;
}

.soc_icons .item_block a:hover {
  opacity: 0.8;
}

.soc_icons .item_block .odn {
  background-position: -42px -2px;
}

.soc_icons .item_block .fb {
  background-position: -82px -2px;
}

.soc_icons .item_block .tw {
  background-position: -2px -42px;
}

.soc_icons .item_block .inst {
  background-position: -122px -122px;
}

.soc_icons .item_block .mail {
  background-position: -122px -2px;
}

.soc_icons .item_block .youtube {
  background-position: -82px -122px;
}

.soc_icons .item_block .google_plus {
  background-position: -42px -122px;
}

.bx-authform-social ul {
  font-size: 0px;
  line-height: 0px;
}

.bx-authform-social ul li {
  width: 40px;
  height: 40px;
  margin: 5px 10px 5px 0px;
  padding: 0px;
}

.banner.TOP_HEADER {
  position: relative;
  z-index: 5;
}

/*popup*/
.popup.show {
  border-radius: 0px;
}

.popup .popup-intro {
  background: #fff !important;
  border-bottom: 2px solid #ddd;
  border-bottom-width: 2px !important;
}

.popup .popup-intro .pop-up-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  text-shadow: none;
  padding: 35px 35px 36px;
}

.popup .close,
.popup .close i,
.popup-window-close-icon.popup-window-titlebar-close-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 19px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
}

.popup .close {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 2;
}

.popup.show .close:hover,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {
  box-shadow: none;
}

.popup-window-close-icon.popup-window-titlebar-close-icon:after {
  background-position: 1px 2px !important;
  top: 0px;
  left: 0px;
  transform: none;
}

.popup .close i,
.inline.close i {
  background-position: -1px -46px !important;
}

.popup .close:hover i,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover:after {
  background-position: -15px 2px !important;
}

.popup .close,
.popup .close i,
.inline.close i {
  display: block;
  border-radius: 0px;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.popup .close:hover i,
.inline.close:hover i {
  background-position: -30px -46px !important;
}

.form-control label .star {
  margin: 0;
  top: 0px;
}

.form-block-wr label .star {
  margin-left: 4px;
}

.popup .form-wr {
  padding: 29px 35px 35px;
  min-height: 108px;
}

.popup .form-control {
  margin: 0px 0px 19px;
}

.popup .but-r {
  padding: 2px 0px 0px;
}

.popup .form_txt {
  padding: 32px 30px 20px;
}

.popup .but-r .buttons {
  margin-top: 17px;
}

div[id^="wait_comp"] {
  display: none;
}

.popup .label_block_capcha {
  width: 48%;
}

.popup .img_block_capcha {
  width: 52%;
}

.inline.close {
  display: block;
  right: 15px;
  top: 23px;
  height: 44px;
  width: 44px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
}

.inline.close span {
  display: inline-block;
  margin: 15px;
}

.popup div.form-control,
.form_body div.form-control,
.middle_info .sku_props .form-control {
  background-color: #fff;
  border: 0px solid #d5dadc;
  box-shadow: none;
  border-radius: 0px;
  height: auto;
  padding: 0px;
}

.popup div.form-control label,
.form_body div.form-control label {
  font-weight: 400;
}

#one_click_buy_form .sms_confirm {
  display: none;
}

#one_click_buy_form .sms_send {}

#one_click_buy_form.sms_send>* {
  display: none;
}

#one_click_buy_form.sms_send .sms_confirm {
  display: block;
}

div[id^="bx_one_click_register_error"],
div[id^="bx_one_click_register_resend"] {
  margin-top: 15px;
}

/*popup fast view*/
.fast_view_frame.popup {
  max-width: 900px;
  width: 900px;
  z-index: 2998;
}

.fast_view_frame.popup .form {
  height: 586px;
  position: relative;
}

.fast_view_frame.popup .form.init:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 1px;
  background: #f2f2f2;
  display: block;
  right: 269px;
  z-index: 1;
}

.fast_view_frame.popup .form .form_head {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 23px;
  padding-bottom: 24px;
  z-index: 2;
  background: #fff;
  position: relative;
}

.fast_view_frame.popup .form .form_head h2 {
  font-weight: normal;
  font-size: 22px;
}

.fast_view_frame.popup .close {
  top: 31px;
  z-index: 3;
  right: 30px;
}

.fast_view_frame.popup #fast_view_item {
  height: 510px;
  overflow: hidden;
}

.fast_view_frame.popup #fast_view_item .loading_block {
  height: 100%;
}

.fast_view_frame.popup .catalog_detail .item_main_info {
  border: none;
}

.fast_view_frame.popup .catalog_detail .item_main_info .img_wrapper {
  width: 310px;
  float: left;
  padding: 30px 30px;
}

.fast_view_frame.popup .item_slider .slides {
  height: 340px;
  line-height: 337px;
}

.fast_view_frame.popup .item_slider:not(.flex) .slides li {
  height: 340px;
  line-height: 337px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .item_slider {
  width: auto;
  float: none;
  padding: 0px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info {
  margin: 0px 269px 0px 310px;
  padding: 0px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info .info_item {
  padding: 27px 30px 0px 30px;
  height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info .info_item::-webkit-scrollbar {
  width: 12px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info .info_item::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 8px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info .info_item::-webkit-scrollbar-thumb {
  border: 4px solid #fff;
}

.fast_view_frame.popup .catalog_detail .item_main_info .right_info .info_item::-webkit-scrollbar-thumb {
  background: #999;
  border: 4px solid #fff;
}

.fast_view_frame.popup .catalog_detail .info_item .title a {
  font-size: 18px;
  line-height: 24px;
}

.fast_view_frame.popup .catalog_detail .rating {
  margin: 0px 0px 10px;
}

.fast_view_frame.popup .catalog_detail .info_item .top_info {
  border-bottom: none;
  padding-top: 0px;
}

.fast_view_frame.popup .catalog_detail .info_item .iblock-vote {
  margin-top: 5px;
}

.fast_view_frame.popup .catalog_detail .info_item .iblock-vote table td div {
  cursor: pointer;
  background: url(/local/templates/aspro_next/images/svg/ai.svg) -137px -51px no-repeat;
  width: 15px;
  height: 14px;
  overflow: hidden;
}

.fast_view_frame.popup .catalog_detail .info_item .iblock-vote table td div.star-empty {
  background-position: -152px -51px;
}

.fast_view_frame.popup .catalog_detail .item-stock {
  margin: 0px;
  line-height: 18px;
}

.fast_view_frame.popup .catalog_detail .item_main_info .prices_item_block {
  float: right;
  width: 269px;
  padding: 31px 30px 0px 27px;
  max-height: 507px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 480px;
}

.fast_view_frame.popup .prices_item_block .middle_info {
  height: 100%;
}

.fast_view_frame.popup .prices_item_block .detail-page-button {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.fast_view_frame.popup .prices_item_block .detail-page-button a {
  width: 100%;
}

.bx-ie .fast_view_frame.popup .catalog_detail .item_main_info .prices_item_block {
  overflow-y: hidden;
}

.fast_view_frame.popup .catalog_detail .item_main_info .stickers {
  top: 30px;
  left: 30px;
}

.fast_view_frame.popup .catalog_detail .prices_block .price {
  float: none;
  display: inline-block;
}

.fast_view_frame.popup .catalog_detail .counter_wrapp {
  padding: 0px;
  display: flex;
}

.fast_view_frame.popup .catalog_detail .counter_wrapp>div {
  margin-top: 15px;
  margin-bottom: 12px;
  float: left;
}

.fast_view_frame.popup .catalog_detail .counter_wrapp .button_block {
  float: right;
}

.fast_view_frame.popup .catalog_detail .wrapp_one_click {
  display: block;
  clear: both;
}

.fast_view_frame.popup .catalog_detail .wrapp_one_click .btn {
  display: block;
}

.fast_view_frame.popup .info_item .top_info .article {
  color: #888888;
}

.fast_view_frame.popup .info_item .preview_text {
  color: #555;
  font-size: 13px;
  height: auto;
  max-height: none;
}

.fast_view_frame.popup .title_tab {
  font-size: 13px;
  color: #333333;
  padding: 12px 0px 0px;
}

.fast_view_frame.popup .item-stock .value,
.fast_view_frame.popup .item-stock .value span {
  color: #666666;
}

.fast_view_frame.popup .description_wrapp .like_icons {
  border-top: none;
  margin-top: 0px;
}

.fast_view_frame.popup .buy_block+.description_wrapp .like_icons {
  border-top: none;
  margin-top: 13px;
}

.fast_view_frame.popup .description_wrapp .like_icons span span {
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
}

.fast_view_frame.popup .wish_item.added,
.fast_view_frame.popup .wish_item.added:hover {
  background: #fff;
}

.fast_view_frame.popup .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item,
.fast_view_frame.popup .bx_scu_scroller_container ul li .cnt_item {
  width: 54px;
  height: 54px;
}

body .fast_view_frame.popup .prices .price_matrix_block .price_wrapper_block>div {
  padding-left: 6px;
}

body .bx_catalog_item_scu .bx_item_detail_scu ul li.active span.cnt1,
body .bx_catalog_item_scu .bx_item_detail_scu ul li span.cnt1 {
  background: none;
}

.fast_view_frame.popup .catalog_detail .calculate-delivery {
  margin: 17px 0px 0px;
}

.fast_view_frame.popup .catalog_detail .calculate-delivery.with_preview {
  white-space: nowrap;
  clear: both;
  padding-top: 10px;
}

.fast_view_frame.popup .catalog_detail .calculate-delivery.with_preview .calculate-delivery-preview {
  white-space: normal;
}

.fast_view_frame.popup .catalog_detail .props_list td.char_value span {
  max-width: 100%;
  word-break: break-word;
}

/*oneclickbuy*/
/* .one_click_buy_frame.popup.scrollbar .scrollbar {
  overflow-y: auto;
  max-height: 440px;
  position: static;
}
.one_click_buy_frame.popup.scrollbar .form.sending:before {
  top: 97px;
} */

.tables-responsive {
  overflow-x: auto;
  position: relative;
}

.tables-responsive:before {
  content: "";
  position: absolute;
}

.responsive .footable-first-visible {
  /*white-space:nowrap;*/
}

.responsive .footable-detail-row tbody {
  border: none;
}

.responsive .footable-detail-row tbody>tr {
  border-bottom: 1px solid #e7e7e7;
}

.responsive .footable-detail-row tbody>tr td {
  border-bottom: none;
}

.responsive .footable-detail-row tbody>tr:last-child {
  border-bottom: none;
}

.compare_wr_inner {
  padding: 5px 0px;
}

.compare_wr_inner .bx_filtren_container ul {
  margin-top: 0px;
}

/*popup auth*/
.popup.enter_frame {
  max-width: 700px;
  width: 610px;
}

.auth_wrapp .main_info {
  width: 62%;
  border-right: 1px solid #f2f2f2;
}

.auth_wrapp .socserv {
  width: 38%;
  padding: 51px 35px 0px 35px;
}

.form_wrapp .reg_new {
  margin: 22px 0px 0px 0px;
}

.more_text_small {
  font-size: 12px;
  color: #b3b3b3;
  line-height: 16px;
  padding: 0px 0px 0px;
}

.popup .prompt.remember label {
  font-weight: normal;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin: 0;
  top: -4px;
  position: relative;
  font-weight: normal;
}

.popup .prompt.remember {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  float: none;
  margin: 5px 0px 0px;
  white-space: nowrap;
}

.reg-new {
  padding: 24px 0px 30px;
  text-align: left;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  margin: 0px 0px 0px;
}

.popup .reg-new {
  margin: 0px;
  padding-left: 35px;
  padding-right: 35px;
}

.popup .prompt.remember input {
  width: auto;
  margin: 0px 4px 0px 0px;
}

.popup .forgot {
  margin: 2px 0px 0px 5px;
  float: right;
}

.r .forgot {
  position: relative;
  top: -2px;
  margin-left: 5px;
  outline: none;
}

.popup .captcha_wrapp input[type="text"] {
  max-width: 180px;
}

.soc-avt {
  color: #888;
  font-size: 12px;
}

.soc-avt.inline {
  padding: 0px;
}

.soc-avt .row {
  margin: 14px 0px 0px;
}

.soc-avt .row .auth span {
  display: none;
}

.soc-avt .row1 a i.soc-icon,
.soc-serv-main .row a i,
.catalog_detail .b-share a span,
.share_wrapp .b-share a span {
  width: 31px;
  height: 31px;
  display: inline-block;
  background: url("/local/templates/aspro_next/images/social_icons.png") -2px -2px no-repeat;
  transition: opacity 0.5s ease;
}

.soc-avt .row1 a,
.catalog_detail .b-share a,
.share_wrapp .b-share a {
  height: 31px;
  width: 31px;
  float: left;
  line-height: 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  padding: 0px;
}

.authorization-cols .col.authorization .soc-avt .row a,
.soc-serv-main .row a,
.soc-avt .row a,
.catalog_detail .b-share a {
  margin: 0px 5px 5px 0;
}

.soc-avt .title {
  font-size: 15px;
  color: #222222;
  font-weight: bold;
}

.share_wrapp .b-share a,
.share_wrapp .b-share a span,
.share_wrapp a.ya-share2__link span.ya-share2__badge {
  width: 28px;
  height: 28px;
  border-radius: 3px;
}

.share_wrapp .b-share a {
  margin-right: 5px !important;
}

.share_wrapp .b-share a:last-of-type {
  margin-right: 0px !important;
}

.share_wrapp .b-share a span.b-share-icon_vkontakte {
  background-position: -3px -3px;
}

.share_wrapp .b-share a span.b-share-icon_facebook,
.share_wrapp .ya-share2__item_service_facebook a.ya-share2__link span.ya-share2__badge {
  background-position: -83px -3px;
}

.share_wrapp .b-share a span.b-share-icon_twitter,
.share_wrapp .ya-share2__item_service_twitter a.ya-share2__link span.ya-share2__badge {
  background-position: -3px -43px;
}

.share_wrapp .b-share a span.b-share-icon_odnoklassniki,
.share_wrapp .ya-share2__item_service_odnoklassniki a.ya-share2__link span.ya-share2__badge {
  background-position: -43px -3px;
}

.share_wrapp .b-share a span.b-share-icon_moimir,
.share_wrapp .ya-share2__item_service_moimir a.ya-share2__link span.ya-share2__badge {
  background-position: -123px -3px;
}

.share_wrapp .b-share a span.b-share-icon_gplus,
.share_wrapp .ya-share2__item_service_gplus a.ya-share2__link span.ya-share2__badge {
  background-position: -43px -123px;
}

.share_wrapp .ya-share2__item_service_odnoklassniki a.ya-share2__link span.ya-share2__badge {}

.share_wrapp ul {
  margin-bottom: 0px;
}

.share_wrapp ul li {
  padding: 0px;
  margin: 0px;
}

.share_wrapp ul li.ya-share2__item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.share_wrapp ul li.ya-share2__item:last-of-type {
  margin-right: 0px;
}

.share_wrapp ul li:before {
  display: none;
}

.share_wrapp a.ya-share2__link span.ya-share2__badge {
  background: url(/local/templates/aspro_next/images/svg/social.svg) -3px -3px no-repeat;
  transition: opacity 0.5s ease;
}

.share_wrapp a.ya-share2__link span.ya-share2__badge span {
  display: none;
}

.share_wrapp .ya-share2__item_service_telegram a.ya-share2__link span.ya-share2__badge {
  background-position: -284px -123px;
}

.share_wrapp .ya-share2__item_service_viber a.ya-share2__link span.ya-share2__badge {
  background-position: -283px -4px;
}

.share_wrapp .ya-share2__item_service_whatsapp a.ya-share2__link span.ya-share2__badge {
  background-position: -283px -44px;
}

.share_wrapp .ya-share2__item_service_skype a.ya-share2__link span.ya-share2__badge {
  background-position: -284px -84px;
}

.soc-avt .row .button.short {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  width: auto;
}

.soc-avt .row .button.short {
  position: relative;
  top: -1px;
}

.bx-firefox .soc-avt .row .button.short {
  padding-top: 9px;
  padding-bottom: 10px;
}

.soc-avt .row input[type="text"] {
  margin: 9px 5px 15px 0px;
}

.popup .soc-avt .row input[type="text"] {
  background: #fff;
}

.soc-avt .row form input[type="text"]+span:not(.bx-ss-icon),
.soc-avt .row form input[type="text"]+label+span:not(.bx-ss-icon) {
  font-size: 13px;
  padding: 0px 10px 0px 0px;
}

.soc-avt #bx_auth_servform span:not(.bx-ss-icon) {
  font-size: 13px;
}

.soc-avt .row input[type="text"] {
  width: 100% !important;
}

.soc-avt .row #bx_auth_serv_formOpenID input[type="text"],
.soc-avt .row #bx_auth_serv_form_inlineOpenID input[type="text"] {
  width: 100%;
}

#bx_auth_servform,
.bx-auth-service-form {
  position: relative;
  clear: both;
}

#bx_auth_servform>div,
.bx-auth-service-form>div {
  position: relative;
  margin: 19px 0px 0px;
}

.soc-avt .row #bx_auth_serv_formOpenID label.error {
  top: 8px;
}

.soc-avt .icon {
  text-indent: 0px;
  padding: 0px;
}

.bx-auth .bx-auth-services {
  font-size: 0px;
}

.bx-auth .bx-auth-services>div {
  display: inline-block;
}

#bx_auth_servform .btn {
  display: inline-block;
  width: auto;
}

.popup .soc-avt .row label.error {
  top: -20px;
}

.auth_wrapp .form-body {
  padding-bottom: 35px;
}

.auth_wrapp .form-footer {
  padding: 28px 0px 37px;
}

.auth_wrapp .form-footer {
  border-top: 1px solid #f2f2f2;
}

.popup .auth_wrapp .form-footer {
  background: #f7f7f7;
}

.popup .auth_wrapp .form-footer {
  padding-left: 35px;
  padding-right: 35px;
}

.auth_wrapp .form-footer .register {
  margin: 0px;
}

.auth_wrapp .form-footer .more_text_small {
  padding-left: 25px;
  color: #999999;
  font-size: 0.8em;
  line-height: 1.5em;
}

.popup .auth_wrapp .tabs .tab-content {
  padding-top: 0;
}

.popup .auth_wrapp .auth_select_title {
  text-align: center;
}

.auth_wrapp .row label.error {
  right: 15px;
}

.soc-avt .row label.error {
  right: 0px;
}

.popup .auth_select_title {
  padding: 20px 35px;
}

.popup #ajax_auth .alert+.auth_wrapp {
  margin-top: -20px;
}

div[id^="bx_auth_resend"],
div[id^="bx_auth_error"],
#bx_profile_resend,
#bx_profile_error {
  margin-top: 20px;
}

.soc-avt .row a i.soc-icon.odnoklassniki,
.soc-serv-main .row a i.soc-icon.odnoklassniki,
.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki {
  background-position: -253px -4px;
}

.catalog_detail .b-share .b-share-btn__odnoklassniki span {
  background-position: -42px -2px;
}

.soc-avt .row a i.soc-icon.liveid,
.soc-serv-main .row a i.soc-icon.liveid {
  background-position: -304px -4px;
}

.soc-avt .row a i.soc-icon.google,
.soc-serv-main .row a i.soc-icon.google,
.bx-authform-social ul li .bx-authform-social-icon.google {
  background-position: -453px -4px;
}

.soc-avt .row a i.soc-icon.google-plus,
.soc-serv-main .row a i.soc-icon.google-plus,
.bx-authform-social ul li .bx-authform-social-icon.google-plus {
  background-position: -53px -54px;
}

.soc-avt .row a i.soc-icon.vkontakte,
.soc-serv-main .row a i.soc-icon.vkontakte,
.bx-authform-social ul li .bx-authform-social-icon.vkontakte {
  background-position: -3px -4px;
}

.soc-avt .row a i.soc-icon.mymailru,
.soc-serv-main .row a i.soc-icon.mymailru,
.bx-authform-social ul li .bx-authform-social-icon.mymailru {
  background-position: -3px -54px;
}

.soc-avt .row a i.soc-icon.mailru2,
.soc-serv-main .row a i.soc-icon.mailru2,
.bx-authform-social ul li .bx-authform-social-icon.mailru2 {
  background-position: -3px -54px;
}

.catalog_detail .b-share .b-share-btn__moimir span {
  background-position: -122px -2px;
}

.soc-avt .row a i.soc-icon.twitter,
.soc-serv-main .row a i.soc-icon.twitter,
.bx-authform-social ul li .bx-authform-social-icon.twitter {
  background-position: -103px -4px;
}

.catalog_detail .b-share .b-share-btn__twitter span {
  background-position: -2px -42px;
}

.soc-avt .row a i.soc-icon.facebook,
.soc-serv-main .row a i.soc-icon.facebook,
.bx-authform-social ul li .bx-authform-social-icon.facebook {
  background-position: -53px -4px;
}

.catalog_detail .b-share .b-share-btn__facebook span {
  background-position: -82px -2px;
}

.soc-avt .row a i.soc-icon.livejournal,
.soc-serv-main .row a i.soc-icon.livejournal,
.bx-authform-social ul li .bx-authform-social-icon.livejournal {
  background-position: -104px -54px;
}

.soc-avt .row a i.soc-icon.yandex,
.soc-serv-main .row a i.soc-icon.yandex,
.bx-authform-social ul li .bx-authform-social-icon.yandex {
  background-position: -404px -54px;
}

.soc-avt .row a i.soc-icon.openid-mail-ru,
.soc-serv-main .row a i.soc-icon.openid-mail-ru,
.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru {
  background-position: -403px -4px;
}

.soc-avt .row a i.soc-icon.liveinternet,
.soc-serv-main .row a i.soc-icon.liveinternet,
.bx-authform-social ul li .bx-authform-social-icon.liveinternet {
  background-position: -353px -54px;
}

.soc-avt .row a i.soc-icon.blogger,
.soc-serv-main .row a i.soc-icon.blogger,
.bx-authform-social ul li .bx-authform-social-icon.blogger {
  background-position: -203px -54px;
}

.soc-avt a i.openid,
.soc-serv-main .row a i.soc-icon.openid,
.bx-authform-social ul li .bx-authform-social-icon.openid {
  background-position: -302px -54px;
}

.soc-avt .row a i.soc-icon.gplus,
.soc-serv-main .row a i.soc-icon.gplus,
.catalog_detail .b-share .b-share-btn__gplus span {
  background-position: -42px -122px;
}

/*left menu*/
.index_bottom {
  margin-bottom: 20px;
}

.small_banners_block .advt_banner {
  margin-bottom: 30px;
}

.index_bottom .small_banners_block {
  margin-bottom: 0;
}

.small_banners_block img {
  max-width: 100%;
  display: block;
}

.index_bottom .banners_column {
  width: 234px;
  float: left;
}

/*breadcrumbs*/
.breadcrumbs {
  margin: -7px 0px 0px;
  padding: 0px 0px 11px;
}

.breadcrumbs .breadcrumbs {
  padding: 0px;
}

.breadcrumbs .bx-breadcrumb-item {
  display: inline-block;
  position: relative;
  line-height: 22px;
  font-size: 14px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs .separator {
  position: relative;
  zoom: 1;
  bottom: 0px;
  display: inline-block;
  line-height: 18px;
  margin: 0 5px;
  border: 0 !important;
}

.breadcrumbs .drop .separator {
  background: url(/local/templates/aspro_next/images/svg/next.svg) -20px -333px no-repeat;
  opacity: 0.5;
  border: 0 none !important;
  top: 11px;
  display: inline-block;
  height: 3px;
  line-height: 18px;
  margin: 0 4px;
  position: absolute;
  width: 5px;
  z-index: 1;
  font-size: 0;
}

.breadcrumbs .bx-breadcrumb-item a:not(:hover) svg path {
  fill: #888;
}

.breadcrumbs .drop+.separator {
  margin-left: 18px;
}

.breadcrumbs .drop:hover .separator {
  opacity: 1;
}

.breadcrumbs a span,
.breadcrumbs span {
  color: #b6b5b5;
  font-size: 12px;
}

/* PAGE TITLE & BREADCRUMBS & PAGENAVIGATION */
section.page-top {
  padding-top: 30px;
  min-height: 56px;
  position: relative;
}

section.page-top.center {
  text-align: center;
}

.right_block section.page-top.maxwidth-theme {
  padding: 0px;
}

.title-v1 h1 {
  padding-bottom: 3px;
}

.title-v2 .page-top.maxwidth-theme,
.title-v3 .page-top.maxwidth-theme,
.title-v4 .page-top.maxwidth-theme {
  background: none;
  padding-top: 30px;
  padding-bottom: 8px;
}

.title-v3 .page-top.maxwidth-theme,
.title-v4 .page-top.maxwidth-theme {
  padding-top: 26px;
  padding-bottom: 15px;
}

.title-v3 .page-top.maxwidth-theme h1,
.title-v4 .page-top.maxwidth-theme h1 {
  margin-top: 0px;
  padding-bottom: 22px;
}

section.page-top h1 {
  margin-bottom: 0px;
}

section.page-top .line_block+h1 {
  padding-right: 50px;
}

.wrapper_inner.wide_page .page-top {
  padding-left: 30px;
  padding-right: 30px;
}

.page-top .page-top-main {
  position: relative;
}

section.page-top .rss+.line_block.share+h1 {
  padding-right: 100px;
}

section.page-top .wprint .rss+.line_block.share+h1 {
  padding-right: 150px;
}

section.page-top .wprint .rss~h1 {
  padding-right: 100px;
}

.with_banners #content>.wrapper_inner {
  padding-top: 30px;
}

.title-v4 .breadcrumbs a span,
.title-v4 .breadcrumbs span {
  color: #fff;
  opacity: 0.6;
}

.title-v4 .breadcrumbs a:hover span {
  opacity: 1;
}

.container .page-top-wrapper {
  padding: 0px 15px;
}

.page-top-wrapper.grey {
  background: #F9F9FA;
}

.right_block .page-top-wrapper.grey,
.right_block .page-top-wrapper.color {
  margin-bottom: 44px;
}

.page-top-wrapper.color {
  background: #666;
  position: relative;
}

.page-top-wrapper.color h1 {
  color: #fff;
}

.page-top-wrapper.color .breadcrumb>li,
.page-top-wrapper.color .breadcrumb .active,
.page-top-wrapper.color .breadcrumb a,
.breadcrumb>* {
  color: #fff;
  opacity: 0.8;
}

.page-top-wrapper section.page-top {
  padding-top: 32px;
}

body .title-v4 .page-top-wrapper.color,
body.header-v4 .page-top-wrapper.color.v3,
body.header-v5 .page-top-wrapper.color.v3,
body.header-v6 .page-top-wrapper.color.v3,
body.header-v7 .page-top-wrapper.color.v3,
body.header-v8 .page-top-wrapper.color.v3,
body.header-v9 .page-top-wrapper.color.v3 {
  margin-top: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15) inset;
}

.header-v9 .menu-row .right-icons {
  position: relative;
  z-index: 1;
}

body .title-v4.wrapper1 header .header-wrapper>.wrapper_inner {
  border: none;
}

.regions_padding {
  padding: 0px 15px;
}

.top_inner_block_wrapper {
  padding: 0px 0px 30px;
}

.fill_bg_n .top_inner_block_wrapper {
  max-width: none;
}

/*TABS*/
.catalog.item-views.blocks h3 {
  padding-bottom: 33px;
}

.tabs_ajax .head-block {
  text-align: center;
}

.head-block.top {
  margin: 0px -11px 47px;
  position: relative;
}

.head-block.top {
  margin-top: -20px;
}

.col-md-9.content-md .head-block.top {
  margin-top: -17px;
}

.head-block.top .bottom_border {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  display: block;
  padding: 0px 11px;
}

.head-block.top .bottom_border:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #F9F9FA;
  bottom: 0px;
  display: block;
}

.head-block .item-link {
  display: inline-block;
  vertical-align: top;
}

.head-block .item-link .title {
  padding: 0px 11px;
  cursor: pointer;
}

.head-block .item-link .title span,
.head-block.top .item-link .title .btn-inline {
  position: relative;
  display: block;
  padding: 10px 0px 24px;
  text-decoration: none;
}

.head-block .item-link .title span:before,
.head-block .item-link.active .title .btn-inline:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0;
  right: 100%;
  bottom: 0;
  display: block;
  transition-property: right;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.head-block .item-link.active .title span:before,
.head-block .item-link.active .title .btn-inline:before {
  background: #dedede;
  right: 0px;
}

.head-block.top .item-link.active:hover .title,
.head-block.top .item-link.active:hover .title span {
  cursor: default;
}

/*register*/
.registraion-page .form-block {
  padding: 0px 44px;
}

.registraion-page .main_info {
  width: 73%;
  padding: 38px 61px 25px 0px;
  border-right: 1px solid #f2f2f2;
}

.registraion-page .top p {
  position: relative;
  padding: 0px 0px 17px 42px;
}

.registraion-page .top p:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") -36px -4px no-repeat;
  vertical-align: top;
  margin: 12px 21px 0px -35px;
  position: relative;
  z-index: 2;
}

.registraion-page .top p:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 3px;
  left: 0px;
  border-radius: 26px;
}

.iblock.label_block {
  width: 59%;
  position: relative;
  vertical-align: top;
}

.iblock.label_block label {
  padding: 0px;
  margin-bottom: 8px;
}

.registraion-page .main_info .form-control {
  margin: 0px 0px 19px;
}

.iblock.text_block {
  width: 41%;
  padding: 20px 0px 0px 25px;
  color: #b3b3b3;
  line-height: 16px;
  vertical-align: top;
  font-size: 12px;
}

.iblock.text_block * {
  line-height: 16px;
}

.registraion-page .form-block .form-control input[type="password"] {
  width: 100%;
}

.label_block_capcha {
  position: relative;
  width: 43%;
}

.img_block_capcha {
  width: 48%;
  padding: 24px 0px 0px 18px;
  vertical-align: bottom;
}

.img_block_capcha img {
  float: right;
}

.img_block_capcha .reload {
  cursor: pointer;
}

.registraion-page .social_block {
  width: 27%;
  padding: 34px 0px 38px 45px;
}

.registraion-page .social_block .row .title {
  margin: 0px 0px 10px;
}

.registraion-page .main_info .form-control.register-captcha {
  margin-bottom: 29px;
  max-width: 100%;
}

.captcha-row.register-captcha .captcha_image {
  width: auto;
}

.module-form-block-wr.lk-page .soc-avt {
  padding: 33px 43px 15px;
  margin: 45px -43px 0px -43px;
  border-top: 1px solid #f2f2f2;
}

/* catalog */
/* base catalog styles */
.right_block:after {
  content: "";
  clear: both;
  display: table;
}

#content .right_block.catalog {
  zoom: 1;
  padding: 0px 0px 0px 210px;
  margin: -3px 0 0;
  overflow: visible;
}

#content .right_block .inner_wrapper {
  zoom: 1;
  z-index: 2;
  margin-top: -1px;
}

#content .right_block .with_filter .inner_wrapper {
  position: static;
}

#content .left_block.catalog {
  margin-top: 29px;
  width: 210px;
}

#content .left_block.catalog.horizontal {
  margin-top: 3px;
}

.catalog .item_wrap {}

.catalog .item_wrap:not(.touch):hover,
.catalog .item_wrap.hover,
.catalog .item_wrap.touch.hover {
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.catalog .block .item_wrap:not(.touch):hover,
.catalog .block .item_wrap.hover {
  border: 1px solid #fff;
  border: none;
}

.group_description {
  float: left;
}

.catalog.right_block .group_description {
  padding: 14px 0 25px;
  width: 100%;
}

.catalog.right_block .bottom_nav+.group_description {
  padding-top: 19px;
}

div.item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 50;
  -webkit-box-orient: vertical;
  white-space: normal;
}

div.item-title a,
div.item-title a span {
  font-size: 13px;
  line-height: 20px;
  display: block;
  font-weight: bold;
}

div.item-title a span {
  padding: 0px 0px 0px;
}

.item-stock {
  font-size: 12px;
  line-height: 15px;
  margin: 6px 0px 2px;
  white-space: nowrap;
}

.item-stock>span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #666;
}

.item-stock .icon {
  width: 14px;
  height: 14px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -92px -48px no-repeat;
  margin: 0px 6px 0px 0px;
}

.item-stock .icon.stock {
  background-position: -111px -50px;
}

.sa_block {
  font-size: 0px;
}

.sa_block>div {
  display: inline-block;
}

.catalog_block .item-stock {
  display: inline-block;
}

.catalog_block .article_block {
  display: inline-block;
  margin: 0px 6px;
}

.catalog_block .article_block {
  font-size: 12px;
  color: #999999;
}

.counter_wrapp .more_text {
  color: #b3b3b3;
  font-size: 11px;
  line-height: 14px;
  margin: 16px 0px 0px;
  white-space: normal;
}

.ajax_load_btn {
  text-align: center;
  margin: 0px 0px 20px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}

.ajax_load_btn:hover {
  border-color: #d2d2d4;
}

.bottom_nav {}

.bottom_nav.block {}

.module-pagination .nums {
  display: inline-block;
  position: relative;
}

.more_text_ajax {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 15px 0px 15px 34px;
  color: #333;
}

.more_text_ajax:after {
  content: "";
  display: block;
  position: absolute;
}

.more_text_ajax:after {
  width: 19px;
  height: 19px;
  left: 5px;
  margin-top: -10px;
  top: 50%;
  background: #ddd url("/local/templates/aspro_next/images/svg/Show_more.svg") center no-repeat;
  -webkit-transition: background 0.7s ease-in-out;
  -moz-transition: background 0.7s ease-in-out;
  -o-transition: background 0.7s ease-in-out;
  transition: background 0.7s ease-in-out;
}

.more_text_ajax.loading:after {
  -webkit-animation: spinner 0.5s linear infinite !important;
  animation: spinner 0.5s linear infinite !important;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.more_text_ajax:hover:after,
.ajax_load_btn:hover .more_text_ajax:after {
  -webkit-animation: spinner 0.5s ease-out 1;
  animation: spinner 0.5s ease 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* WebKit ï¿½ Opera */
@-webkit-keyframes spinner1 {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

/* Other */
@keyframes spinner1 {
  from {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.loadings {
  background: url(/local/templates/aspro_next/images/loaders/preloader.gif) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: rgba(0, 0, 0, 0) !important;
  cursor: default !important;
}

.loadings * {
  background: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  color: rgba(0, 0, 0, 0) !important;
  cursor: default !important;
  visibility: hidden;
}

.no_goods {
  padding: 30px 30px 63px;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
}

.catalog_block_view.no_goods {
  border-top-width: 0px;
}

.no_goods .no_products {
  position: relative;
  float: left;
  background: url("/local/templates/aspro_next/images/svg/empty.svg") 0px 0px no-repeat;
  margin: 0px 0px -8px;
}

.no_goods .no_products:before {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  background: #ddd;
  left: 0px;
  top: 8px;
  border-radius: 100%;
}

.no_goods .no_products:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("/local/templates/aspro_next/images/svg/empty.svg") 0px 0px no-repeat;
  top: 23px;
  left: 16px;
}

.no_goods .button {
  float: right;
  margin: 17px 0px 0px;
}

.wrap_text_empty {
  padding: 10px 0px 15px 97px;
}

/*root level*/
.catalog_section_list.rows_block {
  margin: 0px -6px;
}

body .catalog_section_list .item_block {
  padding: 0px;
  margin: 0px 0px -1px -1px;
}

.catalog_section_list .item_block:nth-child(2n + 1) {
  clear: left;
}

.catalog_section_list .section_item {
  line-height: 20px;
  font-size: 12px;
  padding: 30px 30px;
  zoom: 1;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  transition: box-shadow ease 0.2s, border ease-out 0.2s;
}

.catalog_section_list .section_item:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

.catalog_section_list .section_item ul {
  margin: 0px;
}

.section_item_inner .section_info a {
  border-bottom: 0px;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
}

.section_info .dark_link {
  color: #666666 !important;
}

.section_info .dark_link span {
  color: #222222 !important;
}

.catalog_section_list .section_item li.name a {
  text-decoration: none;
}

.catalog_section_list .section_item li.name a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.catalog_section_list .section_item li.name {
  display: block;
  margin-bottom: 8px;
}

.catalog_section_list .section_item li.sect {
  display: inline-block;
  padding: 0px 8px 0px 0px;
  margin: 0px;
}

.catalog_section_list .section_item li.collapsed {
  display: none;
}

.catalog_section_list .section_item .image {
  width: 140px;
  text-align: center;
}

.catalog_section_list .section_item .desc .desc_wrapp {
  display: none;
  padding: 0px;
  margin: 11px 0px 0px;
  color: #888888;
  font-size: 13px;
}

.catalog_section_list.section .desc .desc_wrapp {
  margin-top: 0px;
}

.catalog_section_list.section .section_item li.name {
  margin-bottom: 5px;
}

.catalog_section_list.section {
  margin-bottom: 20px;
}

/*catalog subscection*/
.articles-list .item .left-data {
  width: 120px;
  float: left;
}

.articles-list .item .left-data a {
  display: block;
}

.articles-list .item .left-data a img {
  vertical-align: middle;
}

.articles-list .item-title a span {
  display: inline-block;
}

.articles-list .item .right-data .preview-text {
  font-size: 13px;
  margin: 0px 0px -5px;
}

.articles-list .item .item-title {
  margin-bottom: 9px;
}

.articles-list .item .item-title a span {
  font-size: 16px;
}

.articles-list .item .item-title a {
  text-decoration: none;
}

.articles-list .item .right-data {
  margin-left: 150px;
  overflow: visible;
}

/*filter*/
.bx_filter .form-control {
  margin-bottom: 0;
}

.bx_filter .bx_filter_section {
  border: 1px solid #f2f2f2;
  background: #F9F9FA;
  border-radius: 2px;
  position: relative;
  margin: 0 0 27px;
}

.bx_filter_param_label.disabled {
  opacity: 0.4;
  cursor: default;
}

.bx_filter .bx_filter_parameters_box {
  padding: 13px 19px 14px;
  border-bottom: 1px solid #f2f2f2;
}

.bx_filter .bx_filter_parameters_box:not(.title):hover {
  background: #fff;
}

.bx_filter .bx_filter_button_box {
  clear: both;
}

.bx_filter .bx_filter_button_box {
  text-align: center;
  padding: 19px 14px 19px 14px;
}

.bx_filter .bx_filter_button_box .bx_filter_parameters_box_container {
  position: static;
}

.bx_filter .bx_filter_parameters_box_title {
  font-size: 14px;
  display: block;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding: 0px 35px 0px 0px;
  color: #333;
}

.bx_filter .title .bx_filter_parameters_box_title {
  font-weight: bold;
  padding-right: 0px;
}

.bx_filter .title .bx_filter_parameters_box_title:after {
  display: none;
}

.bx_filter .title .bx_filter_parameters_box_title:hover {
  color: #333;
  cursor: default;
}

.bx_filter .bx_filter_parameters_box_title>span,
.bx_filter .bx_filter_parameters_box_title>div {
  position: relative;
  display: inline-block;
}

.bx_filter_parameters_box_title .hint .icon {
  position: relative;
  left: auto;
  right: -9px;
  z-index: 200;
}

.bx_filter .bx_filter_parameters_box_title:after,
.bx_filter .bx_filter_parameters_box_title:before {
  position: absolute;
  content: "";
}

.bx_filter .bx_filter_parameters_box_title:after {
  width: 8px;
  height: 5px;
  right: -3px;
  top: 3px;
  content: "\f107";
  font-size: 15px;
  color: #888;
}

.bx_filter .active .bx_filter_parameters_box_title:after {
  content: "";
}

.bx_filter .active>.bx_filter_parameters_box_title:after {
  content: "\f106";
}

input::-ms-clear {
  display: none;
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.bx_filter .smartfilter .bx_ui_slider_track .bx_ui_slider_handle:hover {
  border-color: #000;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_search_reset {
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 8px;
  background: rgba(0, 0, 0, 0);
}

.bx_filter_button_box .bx_filter_block,
.bx_filter_parameters_box.active .bx_filter_block {
  display: block;
}

.bx_filter_vertical input[type="checkbox"]+label,
.filter input[type="checkbox"]+label {
  margin-bottom: 4px;
  padding-left: 5px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  outline: none;
  font-weight: normal;
}

.filter.licence_block,
.filter.offer_block {
  padding: 0px 0px 20px;
  position: relative;
  margin: -10px 0px 0px;
}

.filter.licence_block .error,
.filter.offer_block .error {
  position: absolute;
  top: -3px;
}

.form.license_form+.form.offer_pub_form {
  margin-top: -20px;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total+.form {
  padding-top: 20px;
}

.filter.licence_block input[type="checkbox"],
.filter.offer_block input[type="checkbox"] {
  display: block;
  width: 0px;
  line-height: 0px;
  visibility: hidden;
  margin: 0px;
}

.bx_filter_vertical input[type="checkbox"]+label.dib,
.bx_filter_vertical input[type="checkbox"]+label.pal {
  padding: 0px 0px 0px 2px;
  margin-bottom: 9px;
  margin-right: 0px;
}

.bx_filter_vertical input[type="checkbox"]+label.dib>span,
.bx_filter_vertical input[type="checkbox"]+label.pal>span {
  margin: 0px 9px 0px 0px;
}

.bx_filter_vertical input[type="checkbox"]+label.sku,
.sku_props .bx_item_detail_size ul li {
  display: inline-block;
  font-size: 10px;
  border: 1px solid #888888;
  padding: 0 10px;
  text-align: center;
  margin: 0px 5px 5px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  border-radius: 2px;
}

.bx_filter_vertical input[type="checkbox"]+label.sku {
  float: left;
}

.bx_filter_vertical input[type="checkbox"]+label.sku span,
.sku_props .bx_item_detail_size ul li span {
  font-size: 10px;
  position: relative;
  display: block;
}

.bx_filter_vertical input[type="checkbox"]+label.sku:hover span,
.bx_filter_vertical input[type="checkbox"]:checked+label.sku span {
  color: #fff;
}

.bx_filter_vertical input[type="checkbox"]+label.disabled {
  cursor: default;
}

.filter input[type="checkbox"],
.filter input[type="radio"] {
  display: none;
}

.sku_props {
  margin: 0px 0px 2px;
}

.information .sku_props {
  margin-top: 11px;
}

.buy_block .sku_props {
  margin: 0px;
}

.sku_props .wrapper_sku>div {
  margin: 0px 0px 8px;
}

.sku_props .wrapper_sku>div:last-child {
  margin-bottom: 0px;
}

.bx_catalog_item_scu ul {
  font-size: 0px;
  margin: 0px;
}

.bx_catalog_item_scu ul li,
.bx_ordercart .bx_scu_scroller_container .bx_scu ul li {
  position: relative;
  z-index: 9;
  cursor: pointer;
  outline: none;
  font-size: 11px;
  margin: 0px 9px 9px 0px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.gifts .bx_catalog_item_scu ul li {
  margin-left: 0px;
}

.sku_props ul li:before {
  display: none;
}

.sku_props .bx_item_section_name {
  color: #888888;
  font-size: 12px;
}

.catalog_detail .sku_props .bx_item_section_name {
  font-size: 13px;
  line-height: 18px;
}

.catalog_detail .sku_props .bx_item_section_name .val {
  color: #333;
}

.sku_props .bx_item_section_name {
  color: #888888;
  font-size: 12px;
}

.sku_props .bx_item_section_name.char_name {
  position: relative;
}

.sku_props .bx_item_section_name.char_name .hint {
  position: relative;
}

.sku_props .bx_item_section_name.char_name .hint .icon {
  left: 0px;
  top: -8px;
  border-radius: 100%;
}

#fast_view_item .sku_props .bx_item_section_name.char_name .hint .icon {
  top: 2px;
}

.sku_props .bx_item_section_name.char_name .hint .icon i {
  padding-right: 0px;
}

.sku_props .bx_item_section_name.char_name .hint+span {
  padding-left: 22px;
}

.sku_props .bx_item_section_name.char_name .hint:not(.active) .icon:not(:hover) {
  border: 1px solid #e5e5e5;
}

.sku_props .bx_item_section_name.char_name .hint .tooltip {
  left: 1px;
  top: 15px;
  min-width: 165px;
}

#fast_view_item .sku_props .bx_item_section_name.char_name .hint .tooltip {
  top: 25px;
}

body .hint .tooltip {
  z-index: 204;
}

.bx_filter_vertical input[type="checkbox"]+label.sku.disabled:hover {
  background: #fff;
  color: #373737;
  border-color: #f2f2f2;
}

.bx_filter_vertical input[type="checkbox"]+label.sku.disabled:hover span {
  color: #373737;
}

.disabled:not(.link-item) {
  opacity: 0.4;
}

.bx_filter_vertical .bx_filter_block label:hover span.disabled * {
  color: #888;
}

.bx_filter_vertical:not(.compact) .bx_filter_block.limited_block {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.button_block .to-order.button {
  border-color: #888888;
  color: #888888;
}

.button.in-cart,
.button.in-cart:hover {
  background: #4fad00;
}

/* .bx_filter_vertical input[type="checkbox"]:checked + label:before, .bx_filter_vertical input[type="checkbox"] + label:not(.disabled):hover:before, .filter input[type="checkbox"]:checked + label:before, .filter input[type="checkbox"] + label:hover:before, .filter input[type="radio"]:checked + label:before,.filter input[type="radio"] + label:hover:before{display:inline-block;z-index:3;}
.bx_filter_vertical input[type="checkbox"]:checked + label:before, .bx_filter_vertical input[type="checkbox"]:checked + label:not(.disabled):hover:before, .filter  input[type="checkbox"]:checked + label:before, .filter input[type="checkbox"]:checked + label:hover:before, .filter input[type="radio"]:checked + label:before, .filter input[type="radio"]:checked + label:hover:before{z-index:-1;} */
.bx_filter_vertical input[type="checkbox"]:checked+label:before,
.filter input[type="checkbox"]:checked+label:before,
.filter input[type="radio"]:checked+label:before {
  display: inline-block;
  z-index: 3;
}

.bx_filter_vertical input[type="checkbox"]:checked+label:before,
.filter input[type="checkbox"]:checked+label:before,
.filter input[type="radio"]:checked+label:before {
  z-index: -1;
}

.bx_filter_vertical .filter input[type="radio"]:checked+label:before {
  z-index: 0;
}

.bx_filter_vertical input[type="checkbox"]+label:before,
.filter input[type="checkbox"]+label:before,
.filter input[type="radio"]+label:before,
.bg_block:before {
  font-size: 0;
  content: ".";
  display: none;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ddd;
  z-index: -1;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.bx_filter_vertical input[type="checkbox"]+label:after,
.filter input[type="checkbox"]+label:after,
.bg_block:after {
  font-size: 0;
  content: ".";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #cccccc inset;
  -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
  background: #fff;
}

.bx_filter_vertical input[type="checkbox"]:checked+label:after,
.filter input[type="checkbox"]:checked+label:after {
  box-shadow: none;
  background: url(/local/templates/aspro_next/images/svg/Input_icons.svg) 0px 0px no-repeat;
}

.bx_filter_vertical input[type="checkbox"]+label.disabled:after {
  background-position: 0px -41px;
}

.filter input[type="radio"]:checked+label:after {
  background: url("/local/templates/aspro_next/images/svg/Input_icons.svg") 0px -16px no-repeat;
  box-shadow: none;
}

.bx_filter_vertical input[type="checkbox"]:checked+label.nab:before,
.bx_filter_vertical input[type="checkbox"]+label.nab:hover:before,
.bx_filter_vertical input[type="checkbox"]+label.nab:after {
  display: none;
}

.filter input[type="radio"]+label:after,
.bg_block1:after {
  font-size: 0;
  content: ".";
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 2;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0px 0px 0px 1px #cccccc inset;
  -moz-box-shadow: 0px 0px 0px 1px #cccccc inset;
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc inset;
}

.filter input[type="radio"]+label:before,
.bg_block:before {
  height: 13px;
  width: 13px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  top: 0px;
}

.bg_block:before,
.bg_block:after {
  width: 26px;
  height: 26px;
  display: inline-block;
}

.bg_block:after {
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") -36px -5px no-repeat;
  width: 12px;
  height: 8px;
  left: -36px;
  top: 12px;
}

.bg_block:before {
  z-index: 2;
  top: 3px;
  left: -44px;
}

.filter.radio input[type="radio"]+label:after,
.filter.radio input[type="radio"]+label:before {
  width: 16px;
  height: 16px;
}

.filter.radio input[type="radio"]+label.disabled:hover:before,
.filter.radio input[type="radio"]+label.disabled:after {
  background: #cccccc;
}

.filter.radio input[type="radio"]+label.disabled {
  cursor: default;
}

.filter.radio input[type="radio"]:checked+label:after {
  /*background-position:0px -98px;*/
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_block i {
  font-size: 15px;
  font-style: normal;
  color: #596b70;
  display: block;
  padding-bottom: 3px;
}

.bx_filter .bx_filter_parameters_box_container {
  margin-top: 7px;
  position: relative;
  z-index: 1;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_select_container {
  margin-bottom: 6px;
}

.bx_filter .bx_filter_parameters_box_title+.bx_filter_block .bx_filter_parameters_box_container {
  margin-top: 15px;
}

.bx_filter .bx_filter_parameters_box_container.pict_block {
  margin-top: 17px;
  padding: 0px 3px;
}

.bx_filter .bx_filter_button_box .bx_filter_parameters_box_container {
  margin-top: 0px;
  font-size: 0px;
  margin-bottom: -8px;
}

.bx_filter .bx_filter_button_box .bx_filter_parameters_box_container>.btn {
  margin: 0px 0px 8px;
  display: block;
  width: 100%;
}

.filter_horizontal .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container #set_filter {
  margin-right: 8px;
}

.filter_horizontal .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container>.btn {
  display: inline-block;
  width: auto;
}

.bx-firefox .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container #set_filter.button {
  margin-right: 3px;
}

.bx_filter .bx_filter_parameters_box_container_block {
  font-size: 11px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: #3f3f3f;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
  text-align: right;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) {
  padding-right: 10px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
  padding-left: 10px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
  padding: 8px 8px 8px;
  background: #fff;
}

.bx_filter .divider {
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  background: #9a9a9a;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container {
  max-width: 100%;
  position: relative;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar {
  padding: 0 23px 0 4px;
  font-size: 15px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 18px;
  top: 0px;
  right: 3px;
}

.wrapp_all_inputs.wrap_md .iblock {
  width: 100%;
  position: relative;
}

.filter_horizontal {
  padding: 0px;
  overflow: hidden;
}

.filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_change_inputs {
  width: 30%;
  position: relative;
  margin: 0px 0px 4px;
}

.filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider {
  width: 70%;
  padding: 0px 0px 0px 50px;
}

.filter_horizontal .smartfilter .bx_ui_slider_track {
  margin-top: 16px;
}

.filter_horizontal .bx_filter .bx_filter_button_box {
  text-align: left;
}

.filter_horizontal .bx_filter_vertical input[type="checkbox"]+label:not(.dib) {
  float: left;
  margin-right: 5px;
}

.filter_horizontal .bx_filter .bx_filter_popup_result.right {
  left: 0px;
  background: transparent;
  position: relative;
  color: #888;
  margin: 0px;
  padding-left: 0px;
  line-height: 20px;
  vertical-align: middle;
}

.filter_horizontal .bx_filter .bx_filter_popup_result.right a {
  display: none;
}

.right_block .filter_horizontal .bx_filter .bx_filter_popup_result {
  top: -1px !important;
}

.bx_filter .expand_block {
  display: none;
}

.bx_filter #modef_mobile {
  display: none !important;
}

/*filter mobile*/
#mobilefilter {
  background: #F9F9FA;
  z-index: 99999;
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 62px;
  width: 320px;
  max-width: 100%;
  border-radius: 0 12px 0 0;
}

#mobilefilter,
#mobilefilter .bx_filter.bx_filter_vertical,
#mobilefilter .bx_filter .bx_filter_section,
#mobilefilter .smartfilter,
#mobilefilter .bx_filter .bx_filter_parameters_box.title,
#mobilefilter .bx_filter .bx_filter_button_box {
  border-radius: 0 15px 15px 0;
}

#mobilefilter.show {
  left: 0;
}

#mobilefilter .smartfilter {
  padding-top: 62px;
  padding-bottom: 74px;
  background: #F9F9FA;
  height: 100%;
}

#mobilefilter .bx_filter .bx_filter_section {
  margin: 0;
  background-color: #fff;
  height: 100%;
}

#mobilefilter .bx_filter .bx_filter_parameters_box {
  background: #F9F9FA;
}

#mobilefilter .bx_filter .bx_filter_parameters_box.title {
  background-color: #fff;
  position: absolute;
  width: 320px;
  top: 0;
  z-index: 10;
  padding: 19px 19px 20px;
  left: 0;
}

#mobilefilter .bx_filter .bx_filter_parameters_box.title.shadow {
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #fff;
}

#mobilefilter .bx_filter .title .bx_filter_parameters_box_title:before {
  background: url(/local/templates/aspro_next/images/svg/sort_icons.svg) 0px -62px no-repeat;
  width: 16px;
  height: 13px;
  top: 4px;
  left: 0;
  content: " ";
}

#mobilefilter .bx_filter .title .bx_filter_parameters_box_title {
  padding-left: 26px;
}

#mobilefilter .svg.svg-close {
  background-color: #888888;
  right: -2px;
  min-width: 14px;
  min-height: 14px;
  top: 4px;
  position: absolute;
  cursor: pointer;
}

#mobilefilter .svg.svg-close:hover {
  background-color: #222;
}

#mobilefilter .bx_filter .bx_filter_button_box {
  position: absolute;
  bottom: 0;
  background: #fff;
  z-index: 9;
  width: 320px;
  visibility: visible !important;
  border-top: 1px solid #F9F9FA;
  padding: 13px 14px 13px 14px;
  left: 0;
}

#mobilefilter .bx_filter.bx_filter_vertical {
  position: relative;
}

#mobilefilter .bx_filter .bx_filter_popup_result.right {
  left: 0px;
  background: transparent;
  position: relative;
  color: #888;
  margin: 7px 0 0 2px;
  padding-left: 0px;
  line-height: 20px;
  display: inline-block;
  visibility: visible;
  vertical-align: middle;
}

#mobilefilter .wrapp_all_inputs.wrap_md .wrapp_change_inputs {
  width: 100%;
}

#mobilefilter .wrapp_all_inputs.wrap_md .wrapp_slider {
  width: 100%;
  padding: 12px 0 0 0;
}

#mobilefilter .bx_filter .bx_filter_parameters_box_title:after {
  right: 2px;
}

body #mobilefilter .bx_filter_vertical .bx_filter_section .bx_filter_button_box.active .bx_filter_block .bx_filter_parameters_box_container {
  text-align: center;
}

#mobilefilter .count_selected,
#mobilefilter .bx_filter .bx_filter_block .bx_filter_popup_result.right#modef_mobile {
  display: none !important;
}

#mobilefilter-overlay {
  display: none;
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: -62px;
  z-index: 3005;
}

#mobilefilter .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container>.btn.bx_filter_search_button {
  width: calc(67% - 5px);
  margin-right: 5px;
}

#mobilefilter .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container>.btn.bx_filter_search_reset {
  width: calc(33% - 5px);
  margin-left: 5px;
}

#mobilefilter input[type="text"],
#mobilefilter select,
#mobilefilter textarea {
  font-size: 16px;
}

#mobilefilter .bx_sort_filter {
  display: block;
}

.bx_sort_filter {
  display: none;
}

#mobilefilter .bx_filter.bx_filter_vertical {
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 100%;
  top: 0;
}

body #mobilefilter .bx_filter_vertical .bx_filter_section .bx_filter_button_box.active .bx_filter_block .bx_filter_parameters_box_container>* {
  margin-top: 0;
}

#mobilefilter .bx_filter .bx_filter_parameters {
  position: absolute;
  top: 64px;
  bottom: 63px;
  left: 0;
  overflow: auto;
  width: 100%;
}

#mobilefilter .bx_filter .bx_filter_parameters_box:last-of-type {
  border-bottom: none;
}

#mobilefilter .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container>.btn {
  display: inline-block;
}

/*Track*/
.bx_filter .bx_ui_slider_part {
  position: absolute;
  top: -3px;
  width: 1px;
  height: 10px;
  background: #f2f2f2;
  background: none;
}

.bx_filter .bx_ui_slider_part.p1 {
  left: -1px;
}

.bx_filter .bx_ui_slider_part.p2 {
  left: 25%;
}

.bx_filter .bx_ui_slider_part.p3 {
  left: 50%;
}

.bx_filter .bx_ui_slider_part.p4 {
  left: 75%;
}

.bx_filter .bx_ui_slider_part.p5 {
  right: 1px;
}

.bx_filter .bx_ui_slider_part span {
  font-size: 12px;
  position: absolute;
  top: -24px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #999999;
}

.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span {
  color: #b1b1b1;
  display: none;
}

.bx_filter .bx_ui_slider_part.first span {
  text-align: left;
  left: -8px;
  margin-left: 0px;
}

.bx_filter .bx_ui_slider_part.last span {
  text-align: right;
  left: auto;
  right: -8px;
  margin-left: 0px;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.bx_filter .bx_ui_slider_range {
  z-index: auto;
  background: #cccccc;
}

.bx_filter .bx_ui_slider_pricebar {
  z-index: 100;
}

.bx_filter .bx_ui_slider_pricebar_VD {
  z-index: 60;
  background: #979797;
}

.bx_filter .bx_ui_slider_pricebar_VN {
  z-index: 70;
  background: #f2f2f2;
}

.bx_filter .bx_ui_slider_pricebar_V {
  z-index: 80;
  background: #cccccc;
}

.bx_filter .bx_ui_slider_handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
}

.bx_filter .bx_ui_slider_handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx_filter .bx_ui_slider_handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx_filter .bx_ui_slider_handle.left {
  left: 0;
  margin-left: -8px;
}

.bx_filter .bx_ui_slider_handle.right {
  right: 0;
  margin-right: -10px;
}

/*Select*/
.bx_filter .bx_filter_select_block,
.common_select .common_select-link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0 0px 0px;
  padding: 0 33px 0 7px;
  border-radius: 2px;
  background: #f7f7f7;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  overflow: hidden;
}

.bx_filter .bx_filter_select_block {
  background: #fff;
  height: 36px;
}

.bx_filter .bx_filter_select_text,
.common_select .common_select-link .ik_select_link_text {
  font-size: 13px;
  line-height: 28px;
  max-width: 100%;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow,
.common_select .common_select-link:hover .trigger,
.common_select .common_select-link.opened .trigger {
  background: #e3e3e3;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow:before,
.common_select .common_select-link:hover .trigger:before,
.common_select .common_select-link.opened .trigger:before {
  background-position: -36px -174px;
}

.bx_filter .bx_filter_select_text.fix {
  min-width: 120px;
}

.bx_filter .bx_filter_select_text label {
  cursor: pointer;
}

.bx_filter .bx_filter_select_arrow,
.common_select .common_select-link .trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 28px;
  cursor: pointer;
  border-left: 1px solid #f2f2f2;
  background: #fff;
  text-align: center;
  line-height: 32px;
}

.bx_filter .bx_filter_select_arrow {
  line-height: 38px;
  height: 34px;
}

.bx_filter .bx_filter_select_arrow:before,
.common_select .common_select-link .trigger:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url("/local/templates/aspro_next/images/arrows.png") -1px -174px no-repeat;
}

.bx_filter .bx_filter_select_text {
  line-height: 34px;
  height: 34px;
}

/*filter section*/
.top_block_filter_section {
  border: 1px solid #f2f2f2;
  background: #F9F9FA;
  border-radius: 2px;
  position: relative;
  margin: 0px 0px 30px;
}

.top_block_filter_section .title {
  padding: 13px 19px 14px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.top_block_filter_section .items {
  background: #fff;
  padding: 10px 0px;
}

.top_block_filter_section .items .item {
  padding: 3px 19px 2px;
  font-size: 13px;
}

.top_block_filter_section .items .item a {
  display: block;
  position: relative;
}

.top_block_filter_section .items .item .item_title {
  padding-right: 30px;
  display: block;
}

.top_block_filter_section .items .item .item_count {
  color: #888888;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.top_block_filter_section .items .item.collapsed:not(.clicked_exp) {
  display: none;
}

.top_block_filter_section .items .item .more_items {
  cursor: pointer;
  display: inline-block;
}

.top_block_filter_section .items .item .more_items.with_dropdown:after {
  margin-top: -1px;
}

.contacts {
  color: #333;
}

.common_select {
  width: 100% !important;
  font-size: 0px;
}

.common_select select {
  display: none;
}

.ik_select_dropdown.common_select-dd {
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 10 !important;
}

.ik_select_dropdown.common_select-dd ul li:before {
  display: none;
}

.ik_select_list .ik_select_list_inner {
  position: static !important;
  overflow: auto;
}

.ik_select_list .ik_select_list_inner ul {
  margin-bottom: 0px;
}

.ik_select_option_disabled {
  pointer-events: none;
  cursor: default;
  display: none;
}

.ik_select_list .ik_select_list_inner ul li {
  text-align: left;
  padding: 4px 9px 4px 9px;
  cursor: pointer;
  background: #fff;
}

.ik_select_list .ik_select_list_inner ul li:hover,
.bx_filter_select_popup ul li label:hover {
  background: #e3e3e3;
}

.ik_select_list .ik_select_list_inner ul li.ik_select_active,
.bx_filter_select_popup ul li label.selected {
  background: #ddd;
  color: #fff;
}

.ik_select_list .icon_color,
.common_select .icon_color {
  display: inline-block;
  width: 34px;
  height: 33px;
  vertical-align: top;
  border: 2px solid #fff;
  margin: 0px 7px 0px 0px;
}

.common_select .icon_color {
  margin-top: 4px;
}

.common_select .common_select-link.img,
.ik_select_list .ik_select_list_inner ul li.img {
  padding-left: 4px;
}

.ik_select_list .ik_select_list_inner ul li.img {
  padding-left: 5px;
}

.catalog_detail .common_select .common_select-link,
.bx_section .common_select-link {
  height: 41px;
}

.catalog_detail .common_select .common_select-link .ik_select_link_text,
.bx_section .common_select-link .ik_select_link_text {
  line-height: 35px;
}

.catalog_detail .common_select .common_select-link .trigger,
.bx_section .common_select-link .trigger {
  line-height: 45px;
  height: 40px;
  width: 34px;
}

.catalog_detail .common_select .icon_color {
  margin-top: -2px;
  margin-left: 0;
}

.detail_page .ik_select_list .ik_select_list_inner ul li,
.order_page .ik_select_list .ik_select_list_inner ul li {
  padding: 8px 9px 9px 9px;
}

.detail_page .ik_select_list .ik_select_list_inner ul li.img,
.order_page .ik_select_list .ik_select_list_inner ul li.img {
  padding-left: 9px;
}

.ik_select_list .ik_select_option.img .ik_select_option_label,
.ik_select .img .ik_select_link_text {
  display: flex;
  align-items: center;
}

.catalog_detail .sku_props .bx_item_detail_size ul li {
  margin: 0px 8px 8px 0px;
}

.bx_filter_vertical input[type="checkbox"],
.filter input[type="radio"] {
  display: none;
}

/*Regionality*/
.city_chooser_frame {
  width: 900px;
  max-width: 900px;
}

.city_chooser_small_frame {
  width: 600px;
  max-width: 600px;
}

.popup.small_popup_regions {
  width: 100%;
  max-width: 500px;
}

.city_chooser_frame h2,
.city_chooser_small_frame h2 {
  font-size: 1.714em;
}

.popup.city_chooser_frame .form .form_head,
.popup.city_chooser_small_frame .form .form_head {
  padding-bottom: 0px;
  border: none;
}

.region_wrapper {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding: 0px 0px 0px 20px;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}

.region_wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 20px;
  background: url("/local/templates/aspro_next/images/svg/Marker.svg") no-repeat 0% 50%/contain;
}

.header-v1 .region_wrapper:before,
.header-v2 .region_wrapper:before {
  top: 50%;
  transform: translateY(-50%);
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.logo_and_menu-row .top-description .region_wrapper {
  margin-left: 30px;
}

div.header-v6 .top-description .region_wrapper,
div.header-v7 .top-description .region_wrapper,
div.header-v10 .top-description .region_wrapper,
div.header-v15.header-wrapper .top-description .region_wrapper,
div.header-v16 .top-description .region_wrapper {
  margin-left: 0px;
}

div.header-v11 .top-description .region_wrapper {
  margin-top: 6px;
}

div.header-v4 .top-description .region_wrapper,
div.header-v5 .top-description .region_wrapper,
div.header-v11 .top-description .region_wrapper,
div.header-v14 .top-description .region_wrapper {
  margin-right: 20px;
}

.region_wrapper .city_title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.top-block-item .region_wrapper .city_title {
  display: none;
}

.top-block-item .region_wrapper {
  height: 18px;
}

.top-block-item .region_wrapper .js_city_chooser {
  display: inline-block;
}

.region_wrapper .js_city_chooser {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 14px;
  position: relative;
}

.region_wrapper .js_city_chooser>span:not(.arrow) {
  position: relative;
}

.header-v1 .region_wrapper .js_city_chooser>span:not(.arrow),
.header-v2 .region_wrapper .js_city_chooser>span:not(.arrow) {
  font-size: 1em;
}

.header-v1 .region_wrapper .js_city_chooser>span.arrow,
.header-v2 .region_wrapper .js_city_chooser>span.arrow {
  bottom: 2px;
}

.region_wrapper .arrow {
  position: absolute;
  right: 0px;
  bottom: 3px;
  padding: 0px;
}

.region_wrapper .arrow i {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -16px -329px no-repeat;
  border-radius: 4px;
}

.region_wrapper .dropdown {
  position: absolute;
  display: none;
  left: 0px;
  top: 100%;
  font-size: 1em;
  min-width: 12.083em;
}

.region_wrapper .dropdown .wrap {
  margin: 10px 0px 0px;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow: auto;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar {
  width: 8px;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar-track {
  border-radius: 8px;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.region_wrapper .dropdown .wrap::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid #fff;
}

.region_wrapper .dropdown .more_item span {
  display: block;
  padding: 1.285em 1.785em 1.285em;
  color: #222;
  border-top: 1px solid #f2f2f2;
  cursor: pointer;
}

.region_wrapper .dropdown .more_item:first-child span {
  border-top: 0px;
}

.region_wrapper .dropdown .more_item.current span {
  cursor: default;
}

.top_mobile_region {
  position: relative;
}

.top_mobile_region .confirm_region {
  background: #F9F9FA;
  box-shadow: inset 0px -1px 0px 0px #F9F9FA;
  border-radius: 0px;
  margin: 0px;
  padding-top: 18px;
}

.top_mobile_region .confirm_region {
  position: static;
  top: 0px;
  left: 0px;
}

.top_mobile_region .confirm_region+.close_popup {
  position: absolute;
  top: 25px;
  right: 29px;
  width: 14px;
  height: 14px;
  line-height: 20px;
  text-align: center;
  color: #c2cbd2;
  background: url(/local/templates/aspro_next/images/svg/close_icons.svg) -1px -1px no-repeat;
  transition: opacity 0.3s ease;
  z-index: 1;
  cursor: pointer;
}

.top_mobile_region .close_popup:hover {
  /*opacity:0.7;transform:scale(1.2);*/
}

.popup_regions {}

.popup_regions .h-search {
  padding: 30px 36px;
}

.popup_regions .h-search #search {
  background: #fff;
  height: 39px;
}

.popup_regions .items.only_city+.h-search {
  padding: 21px 36px 39px;
}

.popup_regions .items.only_city+.h-search #search {
  background: #F9F9FA;
}

.popup_regions .h-search .wrapper {
  position: relative;
}

.popup_regions .h-search .wrapper .search_btn {
  position: absolute;
  width: 39px;
  height: 39px;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.popup_regions .h-search .wrapper .search_btn:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  width: 17px;
  height: 17px;
  background: url("/local/templates/aspro_next/images/svg/Search_black.svg") 0px 0px no-repeat;
}

.popup_regions .h-search .wrapper #search.ui-autocomplete-loading+.search_btn:before {
  background: url("/local/templates/aspro_next/images/loaders/circle_anim.gif") 0px 0px no-repeat;
}

.popup_regions .h-search .wrapper .ui-menu li:before {
  display: none;
  padding-left: 10px;
}

.popup_regions .h-search .favorits {
  font-size: 13px;
  padding: 6px 0px 0px;
  margin: 0px 0px -11px;
}

.popup_regions .h-search .favorits .title {
  float: left;
  width: 80px;
  padding: 5px 0px 0px;
}

.popup_regions .h-search .favorits .cities {
  padding-left: 80px;
}

.popup_regions .h-search .favorits .cities .item {
  display: inline-block;
  padding: 5px 8px 5px 0px;
}

.popup_regions .h-search .favorits .cities .item a {
  border-bottom: 1px dotted;
}

.popup_regions .items.ext_view {
  padding: 20px 25px 40px;
  font-size: 0px;
  border-top: 1px solid #f2f2f2;
  background: #f8f8f8;
}

.popup_regions .items.only_city {
  padding: 18px 25px 0px;
}

.popup_regions .items.ext_view>div {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 13px;
  padding-right: 20px;
  color: #555;
}

.popup_regions .items.ext_view .cities {
  width: 50%;
  padding: 0px;
  font-size: 0px;
}

.popup_regions .items .title {
  font-size: 13px;
  padding: 0px 0px 6px 10px;
  color: #888888;
}

.popup_regions .items .items_block {
  max-height: 500px;
  overflow-y: auto;
}

.popup_regions .items .regions .parent_block {
  display: none;
}

.popup_regions .items .regions .parent_block.shown {
  display: block;
}

.popup_regions .items .regions .item:not(.current):hover {
  cursor: pointer;
}

.popup_regions .items .regions .item:not(.current) span {
  border-bottom: 1px dotted;
}

.popup_regions .items .regions .item.current,
.popup_regions .items .regions .item.current:hover,
.popup_regions .items .regions .item.current:hover span {
  color: #fff !important;
}

.popup_regions .items .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px 5px 0px;
  padding: 5px 10px 5px 10px;
}

.popup_regions .items .item.current {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.popup_regions .items .cities .item {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background: none;
}

.bx-ie .popup_regions .items .cities .item {
  vertical-align: middle;
}

.popup_regions .items.ext_view .cities .item {
  font-size: 13px;
  display: none;
}

.popup_regions .items.only_city .cities .items_block {
  font-size: 0px;
}

.popup_regions .items.only_city .cities .item {
  width: auto;
  margin-bottom: 3px;
}

.popup_regions .items .cities .item.current {
  background: none;
}

.popup_regions .items .cities .item.current span {
  font-weight: bold;
  color: #222;
}

.popup_regions .items .cities .item.shown {
  display: inline-block;
}

.confirm_region.popup {
  max-height: none;
  left: 0;
}

#title-search-city .ui-autocomplete {
  position: absolute !important;
  top: 39px !important;
  width: 100%;
  box-shadow: 0px 2px 10px rgba(197, 197, 197, 0.5);
  background: #fff;
  padding: 10px 0px 6px;
  z-index: 9;
  height: auto;
  max-height: 230px;
  overflow-y: auto;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar {
  width: 8px;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

#title-search-city .ui-autocomplete::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid #fff;
}

.confirm_region,
.basket_normal .region_wrapper .confirm_region {
  position: absolute;
  display: block;
  min-width: 270px;
  text-align: center;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  background: #fff;
  border-radius: 4px !important;
  padding: 20px 29px 24px 29px;
  box-sizing: border-box;
  top: 50px;
  left: -50%;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
  margin-left: -35px;
}

.basket_normal .region_wrapper .confirm_region {
  width: unset;
  right: unset;
}

.confirm_region:before,
.confirm_region:after {
  content: "";
  position: absolute;
  left: 40px;
  top: -19px;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.05);
  margin-left: -10px;
}

.confirm_region:after {
  border-bottom: 10px solid white;
  top: -18px;
}

.confirm_region .close {
  width: 14px;
  height: 14px;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.confirm_region .close i {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}

.confirm_region .title {
  font-size: 15px;
  color: #333;
}

.confirm_region .buttons {
  padding: 14px 0px 0px;
  white-space: nowrap;
}

.confirm_region .buttons>.btn {
  margin: 0px 4px;
}

/*scrollbars */
.popup_regions .items .items_block::-webkit-scrollbar {
  width: 8px;
}

.popup_regions .items .items_block::-webkit-scrollbar-track {
  border-radius: 8px;
}

.popup_regions .items .items_block::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}

.popup_regions .items .items_block::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid #fff;
}

/*Select popup*/
div[id^="smartFilterDropDown"] {
  max-width: 170px;
  width: 100%;
  max-height: 205px;
  overflow-y: auto;
  margin-top: -7px;
}

div[id^="smartFilterDropDown"] .popup-window {
  width: 100%;
  border: 0px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

div[id^="smartFilterDropDown"] .popup-window-top-row,
div[id^="smartFilterDropDown"] .popup-window-left-column,
div[id^="smartFilterDropDown"] .popup-window-right-column,
div[id^="smartFilterDropDown"] .popup-window-bottom-row {
  display: none;
}

.popup-window .popup-window-content {}

.bx_filter_select_popup {
  padding: 0;
}

.bx_filter_select_popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx_filter_select_popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
}

.bx_filter_select_popup ul li:first-child {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.bx_filter_select_popup ul li:before {
  display: none;
}

.bx_filter_select_popup ul li label {
  font-size: 13px;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  padding: 4px 9px 4px 9px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  font-weight: normal;
}

.bx_filter_select_popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.bx_filter_select_popup ul li a {
  font-size: 13px;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  padding: 4px 9px 4px 9px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  font-weight: normal;
  color: #333;
}

.bx_filter_select_popup ul li a:hover {
  background: #e3e3e3;
}

.bx_filter_select_popup ul li a.current {
  color: #fff;
}

/*TAGS*/
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags {
  width: 100%;
  clear: both;
}

.bx_filter .bx_filter_tag {
  padding: 18px;
  border: 1px solid #aed5e0;
  border-radius: 5px;
  background: rgba(151, 214, 233, 0.33);
}

.bx_filter .bx_tag_link {
  font-size: 12px;
  text-decoration: none;
  color: #68939e;
  border-bottom: 1px solid;
  text-shadow: none;
}

.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover {
  color: #1d3d46;
  border-bottom: none;
}

/*LABEL*/
.bx_filter .bx_filter_param_label,
.filter label {
  position: relative;
  display: block;
  margin: 0px 0px 3px;
}

.radio.filter label {
  display: inline-block;
  line-height: 12px;
  cursor: pointer;
}

.bx_filter .bx_filter_param_label:last-child {}

.bx_filter .bx_filter_param_label.dib {
  display: inline-block;
}

.bx_filter .bx_filter_param_text {
  line-height: 30px;
  position: relative;
  display: inline-block;
  margin: 0 5px 0px 4px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.bx_filter .disabled .bx_filter_param_text {
  cursor: default;
}

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text {}

.bx_filter_select_popup .bx_filter_param_label.active {
  background: #f3f8fa;
}

/*Checkbox / Radio*/

.bx_filter_input_checkbox {
  position: relative;
  display: block;
  clear: both;
  min-height: 20px;
}

.bx_filter .sku .bx_filter_input_checkbox {
  min-height: auto;
}

.bx_filter_input_checkbox input[type="radio"],
.bx_filter_input_checkbox input[type="checkbox"] {
  position: relative;
  top: 4px;
  float: left;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text,
.filter label>span {
  display: block;
  line-height: 14px;
  margin-left: 21px;
  text-align: left;
  font-weight: normal;
}

.bx_filter .filter label>span {
  margin: 0px;
}

.bx_filter .sku .bx_filter_input_checkbox .bx_filter_param_text,
.sku_props .bx_item_detail_size ul li span {
  display: block;
  line-height: 15px;
  margin: 0px;
  text-align: center;
  padding: 7px 0px 7px;
  font-size: 13px;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li.active:hover span {
  color: #fff;
}

.bx_filter .bx_filter_input_checkbox input+.bx_filter_param_text {
  line-height: 21px;
}

.bx_filter .radio,
.bx_filter .checkbox {
  padding: 0px;
  margin: 0px;
}

/*BTN*/
.bx_filter .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li .cnt {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -ms-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
}

.bx_filter .bx_filter_param_label.active .bx_filter_param_btn {
  border-color: #fff;
}

/* --- colors */
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
  background: transparent;
  box-shadow: none;
}

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
  position: relative;
}

/*icon*/
.bx_filter_select_popup .bx_filter_select_text_icon,
.bx_filter .bx_filter_select_text_icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx_filter_select_popup .bx_filter_btn_color_icon,
.bx_filter .bx_filter_btn_color_icon,
.bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item,
.bx_scu_scroller_container ul li .cnt_item {
  line-height: 26px;
  position: relative;
  top: 0px;
  border-radius: 1px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  vertical-align: middle;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.bx_catalog_item_scu .bx_item_detail_scu ul li .nf .cnt_item,
.bx_scu_scroller_container ul li .nf .cnt_item {
  display: block;
  padding: 5px;
}

.bx_catalog_item_scu .bx_item_detail_scu ul li .nf .cnt_item>span.bg,
.bx_scu_scroller_container ul li .nf .cnt_item>span.bg {
  display: block;
  height: 100%;
  background-size: cover;
}

body .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt1.nf,
body .bx_catalog_item_scu .bx_item_detail_scu ul li.active .cnt1.nf,
body .bx_scu_scroller_container ul li .cnt1.nf {
  background: none;
}

body .bx_catalog_item_scu .bx_item_detail_scu ul li.active .cnt1.nf .bg,
body .bx_catalog_item_scu .bx_item_detail_scu ul li:hover .cnt1.nf .bg,
body .bx_catalog_item_scu .bx_item_detail_scu ul li:hover .cnt1.nf {
  background-color: transparent;
}

.cnt1.nf>.pp>.bg {
  display: none !important;
}

.bx_filter .bx_filter_param_label.active .bx_filter_btn_color_icon {
  box-shadow: 0px 0px 0px 2px #fff inset, 0px 0px 0px 2px #ddd;
}

.bx_filter .bx_filter_btn_color_icon:hover,
.bx_catalog_item_scu .bx_item_detail_scu ul li:not(.active):not(.bx_active) .cnt_item:hover,
.bx_scu_scroller_container ul li:not(.active):not(.bx_active) .cnt_item:hover

/*, .bx_scu_scroller_container ul li:not(.bx_active) .cnt_item:hover*/
  {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.bx_filter .bx_filter_select_text .bx_filter_btn_color_icon,
.popup-window .bx_filter_btn_color_icon {
  border-radius: 0px;
  width: 16px;
  height: 16px;
}

.bx_filter label.pal:hover .bx_filter_param_btn,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li.active span:not(.cnt_item) {
  background: #ddd;
}

.bx_filter label.dib:not(.active):hover .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li:hover span:not(.cnt_item) {
  background: #f2f2f2;
  display: block;
}

.bx_filter label.dib.disabled:hover .bx_filter_param_btn {
  background: #fff;
}

.bx_filter .pict {
  display: inline-block;
  margin: -2px 0px 0px;
  float: left;
}

.bx_filter_select_popup .bx_filter_btn_color_icon {
  margin: 0 0px 0px -3px;
  top: 0;
  vertical-align: middle;
}

.bx_filter_select_popup .bx_filter_param_text {
  margin: 0 0px 0px 3px;
}

.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon {
  top: -1px !important;
  margin: 0px 0px 0px -2px;
}

.bx_filter_btn_color_icon.all {
  position: relative;
  border: none;
  box-shadow: none;
}

.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.bx_filter_btn_color_icon.all:after {
  right: 0;
  bottom: 0;
}

.bx_filter_btn_color_icon.all:before {
  top: 0;
  left: 0;
}

.bx_filter .bx_filter_popup_result {
  font-size: 13px;
  font-weight: 400;
  line-height: 51px;
  position: absolute;
  z-index: 930;
  display: none;
  margin-top: -14px;
  margin-left: -4px;
  padding: 0 20px;
  white-space: nowrap;
  color: #fff;
}

.bx_filter .bx_filter_popup_result .btn {
  margin-top: -2px;
}

.bx_filter .bx_filter_popup_result .btn:hover {
  background: #fff;
}

.bx_filter .bx_filter_popup_result a {
  margin: 0px 0px 0px 18px;
}

.bx_filter .bx_filter_popup_result.right {
  left: 102%;
}

.bx_filter .bx_filter_popup_result.left {
  right: 102%;
}

.side_RIGHT .bx_filter .bx_filter_parameters_box .bx_filter_popup_result.right {
  right: 100%;
  left: auto;
}

.bx_filter .button {
  padding-left: 11px;
  padding-right: 12px;
}

.bx-firefox .bx_filter .button {
  padding-right: 10px;
}

.bx_filter .button#set_filter {
  margin: 0px 10px 0px 0px;
}

.bx_filter .bx_filter_block .clb {
  clear: both;
}

/*sort catalog*/
.sort_header {
  padding: 0px 0px 24px;
  position: relative;
  zoom: 1;
  opacity: 1;
}

.sort_header .sort_display {
  float: right;
  font-size: 0;
}

.sort_header .sort_filter {
  float: left;
  margin-top: 10px;
}

.sort_header .sort_filter a {
  display: inline-block;
  text-decoration: none;
  color: #a5a3a3;
  margin: 0px 20px 0px 0px;
  vertical-align: top;
}

.sort_header .sort_filter a:last-child {
  margin-right: 0px;
}

.sort_header .sort_filter a .icon {
  content: "";
  display: none;
  background: url("/local/templates/aspro_next/images/svg/sort_icons.svg?ver=1.8.2") -42px 3px no-repeat;
  width: 15px;
  height: 13px;
  vertical-align: top;
  margin: 0px 3px 0px 0px;
}

.sort_header .sort_filter a.SHOWS .icon {
  background-position: -20px -77px;
}

.sort_header .sort_filter a.SHOWS:hover .icon,
.sort_header .sort_filter a.SHOWS.current .icon {
  background-position: -2px -77px;
}

.sort_header .sort_filter a.NAME .icon {
  background-position: -20px -95px;
}

.sort_header .sort_filter a.NAME:hover .icon,
.sort_header .sort_filter a.NAME.current .icon {
  background-position: -2px -95px;
}

.sort_header .sort_filter a.PRICE .icon {
  background-position: -20px -114px;
}

.sort_header .sort_filter a.PRICE:hover .icon,
.sort_header .sort_filter a.PRICE.current .icon {
  background-position: -2px -114px;
}

.sort_header .sort_filter a.QUANTITY .icon {
  background-position: -21px -134px;
}

.sort_header .sort_filter a.QUANTITY:hover .icon,
.sort_header .sort_filter a.QUANTITY.current .icon {
  background-position: -2px -134px;
}

.sort_header .sort_filter a.RANK .icon {
  background-position: -20px -153px;
}

.sort_header .sort_filter a.RANK:hover .icon,
.sort_header .sort_filter a.RANK.current .icon {
  background-position: -2px -153px;
}

.sort_header .sort_filter a span {
  font-size: 13px;
  line-height: 13px;
}

.sort_header .sort_filter a i.arr {
  display: inline-block;
  height: 17px;
  width: 18px;
}

.sort_header .sort_filter a i.arr:after {
  content: "\f106";
  position: absolute;
  top: 1px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.sort_header .sort_filter a>span {
  vertical-align: top;
  float: left;
}

.sort_header .sort_filter a i.arr {
  position: relative;
}

.sort_header .sort_filter a:hover i.arr {
  background-position: -25px 3px;
}

.sort_header .sort_filter a.current.desc:hover i.arr,
.sort_header .sort_filter a.current.desc i.arr {
  background-position: 5px 3px;
}

.sort_header .sort_filter a.desc i.arr:after {
  content: "\f107";
}

.sort_header .sort_filter a.current:hover i.arr,
.sort_header .sort_filter a.current i.arr {
  background-position: -23px 3px;
}

.sort_display a,
.sort_display a i {
  display: inline-block;
  height: 13px;
  width: 13px;
  line-height: 20px;
}

.sort_display a {
  margin: 0px 0px 0px 8px;
  width: 35px;
  height: 35px;
  vertical-align: top;
  text-align: center;
  line-height: 35px;
  background: #F9F9FA;
  border-radius: 2px;
}

.sort_display a i {
  background: url("/local/templates/aspro_next/images/svg/Display.svg") 0 0 no-repeat;
  vertical-align: middle;
}

.sort_display a.block i {
  background-position: 0px -17px;
}

.sort_display a.block.current i {
  background-position: 0px 0px;
}

.sort_display a.list i {
  background-position: -29px -17px;
}

.sort_display a.list.current i {
  background-position: -29px 0px;
}

.sort_display a.table i {
  background-position: -57px -17px;
}

.sort_display a.table.current i {
  background-position: -57px 0px;
}

/*catalog menu*/
.left_block .internal_sections_list .title {
  padding: 14px 19px 13px 19px;
  border-bottom: 1px solid transparent;
  position: relative;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  border: 1px solid #f2f2f2;
}

.left_block .internal_sections_list .title .inner_block {
  position: relative;
  cursor: pointer;
}

.left_block .internal_sections_list .title .hider {
  display: inline-block;
  height: 5px;
  width: 8px;
  background: url("/local/templates/aspro_next/images/arrows.png") -35px -162px no-repeat;
  cursor: pointer;
  top: 7px;
  right: 0px;
  position: absolute;
}

.left_block .internal_sections_list .title .inner_block:before {
  width: 16px;
  height: 16px;
  right: -4px;
  margin-top: 1px;
  border-radius: 16px;
  display: none;
  content: "";
  position: absolute;
}

.left_block .internal_sections_list .title .inner_block:hover:before {
  display: block;
}

.left_block .internal_sections_list .title .inner_block:hover .hider {
  background-position: -19px -143px;
  top: 6px;
}

.left_block .internal_sections_list .title .hider.opened {
  background-position: -1px -162px;
}

.left_block .internal_sections_list .title .inner_block:hover .hider.opened {
  background-position: -1px -143px;
  top: 7px;
}

.left_block .internal_sections_list ul.sections_list_wrapp {
  margin: 1px 0px 0px;
}

.left_block .internal_sections_list ul.sections_list_wrapp>li.item:first-child {
  border-top: 0;
}

.left_block .internal_sections_list li {
  position: relative;
  zoom: 1;
  background: #f7f7f7;
}

.bx_filter_container_title,
.left_block .internal_sections_list ul.sections_list_wrapp>li.item {
  border-top: 1px solid #fff;
}

.left_block .internal_sections_list li.depth3 {
  margin-bottom: 0px;
}

.left_block .internal_sections_list li.depth3 .menu_title {
  text-decoration: none;
  padding-bottom: 6px;
}

.left_block .internal_sections_list li a {
  text-decoration: none;
  padding: 9px 19px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}

.left_block .internal_sections_list li a span {
  font-size: 12px;
  line-height: 16px;
}

.left_block .internal_sections_list li.cur a span {
  border-bottom: 1px solid transparent;
}

.left_block .internal_sections_list ul.sections_list_wrapp>li.item:hover>a {
  z-index: 100;
}

.left_block .internal_sections_list .child_wrapp ul>li {
  background: #fff;
  position: relative;
  display: block;
  margin-left: 9px;
}

.left_block .internal_sections_list .child_wrapp ul.child li:after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 2px;
  height: 2px;
  background: #1d1a1a;
}

.left_block .internal_sections_list ul.sections_list_wrapp>li.item.cur .child_container {
  display: block;
}

.left_block .internal_sections_list .child_wrapp.depth3 {
  max-width: 420px;
  padding-bottom: 10px;
}

.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item {
  font-size: 12px;
  margin-left: 10px;
  padding-top: 0;
  padding-left: 10px;
  display: block;
  position: relative;
}

.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 7px;
  width: 2px;
  height: 2px;
  background: #1d1a1a;
}

.left_block .internal_sections_list .child_wrapp .child li>a {
  text-decoration: none;
  border: 0px;
  padding-left: 9px;
}

.left_block .internal_sections_list .child_wrapp a {
  line-height: 16px;
  height: inherit;
  font-size: 12px;
  padding: 3px 10px;
}

.left_block .internal_sections_list .child_wrapp a.title {
  text-decoration: none;
}

.item .child_container {
  display: none;
  z-index: 10;
  background: #f6f6f7;
  border-bottom: 1px solid #f2f2f2;
}

.item .child_container .child_wrapp {
  border: 0px;
  padding: 8px 10px;
  max-height: 500px;
  overflow: auto;
}

.item .child_container .child_wrapp * {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.item .child_container .child_wrapp .menu_title a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.item .child_container .child_wrapp ul>li {
  position: relative;
  display: block;
}

.item.cur .child_container,
.item.current .child_container {
  display: block;
}

.item .child_container .child_wrapp .child li>a {
  text-decoration: none;
  border: 0px;
  padding-left: 9px;
  color: #666;
}

.item .child_container .child_wrapp .child li>a.menu_item {
  padding-left: 17px;
}

.item .child_container .child_wrapp a {
  line-height: 16px;
  height: inherit;
  font-size: 12px;
  padding: 3px 10px;
}

.item .child_container .child_wrapp a.title {
  text-decoration: none;
}

.wraps .item {
  position: relative;
}

.wraps>.wrapper_inner {
  /*padding-top:30px;*/
  padding-bottom: 50px;
  z-index: 0;
}

.front_page .wraps>.wrapper_inner {
  padding-bottom: 20px;
  padding-top: 30px;
}

.wraps>.wrapper_inner:after {
  content: "";
  display: table;
  clear: both;
}

.wraps .item .child_right_container {
  opacity: 0;
  display: block;
  transition: opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
  visibility: hidden;
  z-index: 3;
  top: 0px;
  left: 100%;
  margin: 0;
  min-width: 100%;
  position: absolute;
  background: #fff;
  color: #333;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.36);
}

.wraps .item .child_right_container li.menu_item a {
  color: #333;
  padding: 0px;
}

.wraps .item:hover .child_right_container {
  opacity: 1;
  visibility: visible;
}

.wraps .item .child_right_container .child {
  font-size: 0px;
}

.child_right_container .menu_item {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 2px 0px;
  padding: 10px;
  font-size: 12px;
}

.child_right_container .menu_item .image {
  width: 66px;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.child_right_container .menu_item .image img {
  vertical-align: middle;
}

.child_right_container .menu_item .text {
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 12px;
  text-align: left;
}

/* diffrent view types styles */
/*list*/
.display_list .item_wrap {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.display_list .item_wrap.prev {
  border-bottom-color: #fff;
}

.display_list .item_wrap:hover {
  border-color: #fff !important;
}

.display_list .list_item_wrapp:first-child {
  border-top: 1px solid #f2f2f2;
}

.display_list .list_item_wrapp+div .list_item_wrapp {
  border-top-width: 0px;
}

.display_list .description_wrapp .wrapp_stockers {
  margin: 0px 0px 0px;
  font-size: 0px;
}

.display_list .description_wrapp .wrapp_stockers .rating {
  margin: 0px;
}

.display_list .description_wrapp .wrapp_stockers>div {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 8px 23px 0px 0px;
}

.display_list .item-title a,
.display_list .item-title a span {
  font-size: 1.067em;
}

.wrapp_stockers .like_icons {
  font-size: 0px;
  height: 30px;
}

.display_list .article_block {
  font-size: 12px;
  color: #888888;
}

.display_list .description_wrapp .wrapp_stockers .item-stock,
.display_list .description_wrapp .wrapp_stockers .article_block {
  padding-top: 11px;
}

.display_list .description_wrapp .wrapp_stockers .article_block {
  padding-top: 9px;
}

.wrapp_stockers .like_icons>div {
  display: inline-block;
  margin: 0 5px 0 0;
}

.wrapp_stockers .like_icons>div.offers_compare {
  margin: 0px 19px 0px 0px;
}

.wrapp_stockers .like_icons span {
  opacity: 1;
  visibility: visible;
}

.display_list .item-stock {
  margin: 0 0 0 14px;
}

.display_list .list_item {
  width: 100%;
}

.display_list .list_item .preview_text {
  line-height: 20px;
  margin: 14px 0px 0px;
  font-size: 0.929em;
}

.display_list .list_item .show_props a span {
  font-size: 12px;
  line-height: 18px;
}

.display_list .list_item .show_props {
  margin: 10px 0px -3px;
  font-size: 0.929em;
}

.char_title {
  color: #333333 !important;
}

.show_props .char_title {
  position: relative;
  cursor: pointer;
}

.show_props .char_title:after {
  content: "";
  padding: 0px 0px 0px 5px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -16px -329px no-repeat;
  width: 10px;
  height: 10px;
}

.show_props .char_title.opened:after {
  background-position: -34px -334px;
}

.display_list .list_item .show_props a i.icon {
  top: 0px;
  position: relative;
  margin-right: 7px;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  background: #383838;
  vertical-align: middle;
}

.display_list .list_item .show_props a.opened i.icon b {
  background-position: -34px -185px;
}

.display_list .list_item .show_props a i.icon,
.display_list .list_item .show_props a i.icon b {
  display: inline-block;
  height: 11px;
  width: 11px;
}

.display_list .list_item .show_props a i.icon b {
  background: url("/local/templates/aspro_next/images/arrows.png") 2px -185px no-repeat;
}

.display_list .list_item .props_list_wrapp {
  display: none;
  margin: 0;
  padding: 10px 0px 0px;
}

.props_list {
  border-collapse: collapse;
}

.display_list .sale_block {
  margin-top: 5px;
}

.display_list .with_matrix .sale_block.matrix {
  margin-top: 0px;
}

.bx_item_detail_scu .bx_scu_scroller_container {
  position: relative;
  z-index: 1;
  margin: 7px 0px 0px;
}

.bx_item_detail_size .bx_size_scroller_container {
  margin: 4px 0px 0px;
}

.sku_props .bx_size ul li.missing {
  opacity: 0.3;
}

.sku_props ul li.missing .cnt_item {
  opacity: 0.3;
}

.missing.icon_color {
  position: relative;
}

.ik_select_dropdown ul li .missing.icon_color,
.ik_select_link .missing.icon_color {
  opacity: 0.4;
}

.ik_select_list .img .icon_color,
.ik_select .img .icon_color {
  background-size: cover !important;
}

.unshow_un_props .sku_props ul li.missing,
.unshow_un_props ul li.missing {
  display: none;
}

.sku_props ul li.missing .cnt1:before,
.icon_color.missing:before {
  content: "";
  background-image: linear-gradient(to top left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.9px),
      rgb(0 0 0) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.9px),
      rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
  border: 2px solid transparent;
}

.icon_color.missing:before {
  opacity: 1;
}

.icon_color.missing:before {
  border: none;
}

.banner.SCALE img {
  margin-left: auto;
  margin-right: auto;
}

/*block*/
.catalog .catalog_block {
  padding: 0px 0px 0px 0px;
  width: 100%;
}

.catalog_block.items {
  font-size: 0px;
}

.catalog_block.items .item_block {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.button_block .btn-sm {
  font-size: 13px;
}

.ajax_load.block .top_wrapper,
.catalog .top_wrapper {
  /*margin-top:12px;*/
}

.bottom_nav.block,
.search.block .bottom_nav {
  position: relative;
  top: 5px;
  float: left;
  width: 100%;
}

.catalog .catalog_block:after {
  content: "";
  display: block;
}

.catalog_block .counter_wrapp {
  margin-bottom: 0px;
  padding-top: 0px;
  white-space: nowrap;
}

.catalog_block .sku_props+.counter_wrapp,
.catalog_block .woffers {
  /*padding-top:17px;*/
}

.catalog_block .hover_block {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transition-delay: 0.05s;
  padding: 17px 0px 0px;
}

.catalog_block .hover_block .sku_props {
  margin: 0px;
  padding: 0px 0px 2px;
}

.catalog.search.block .bottom_nav {
  padding-top: 30px;
}

.shadow_delay {
  transition-delay: 0.22s !important;
}

.catalog_block:not(.items) .item_wrap {
  height: auto !important;
  position: relative;
  z-index: 51;
  background: #fff;
  padding: 14px 14px 0px;
}

.tabs_slider .catalog_item:not(.touch):hover,
.tabs_slider .catalog_item.hover {
  z-index: 58;
  /*padding-bottom:20px;*/
}

.catalog_block .item_wrap:not(.touch):hover .hover_block,
.catalog_block .item_wrap.hover .hover_block {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.catalog_block+.bottom_nav .ajax_load_btn {
  padding: 0px 0px 0px;
  position: relative;
  top: -22px;
  margin-bottom: -2px;
}

.catalog_block .counter_wrapp .more_text {
  display: none;
}

.catalog_block .wrap_nav {
  display: none;
}

.catalog_block .view_sale_block {
  width: 178px;
  margin-left: auto;
  margin-right: auto;
}

.catalog_block .view_sale_block .values {}

/* .catalog_block .catalog_item_wrapp.item{margin-bottom:-1px;} */
.catalog_block.items .item_block {
  margin-bottom: -1px;
}

.wproduct .item-stock>span {
  font-size: 13px;
}

/*table*/
.module_products_list .foto-cell .image_wrapper_block,
.module_products_list .foto-cell .image_wrapper_block a {
  width: 50px;
  min-width: 30px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.module_products_list .cost.prices .price.discount {
  margin: 0px;
  vertical-align: text-top;
  position: relative;
  top: -1px;
}

.module_products_list .counter_wrapp {
  padding: 0px;
  white-space: nowrap;
}

.table .module_products_list .counter_wrapp {
  white-space: normal;
}

.table .module_products_list .counter_wrapp .counter_block {
  /*margin-bottom:10px;*/
}

.module_products_list .counter_wrapp .button_block {
  white-space: normal;
}

.module_products_list .counter_wrapp .button_block.wide {
  display: inline-block;
  width: auto;
}

.module_products_list .counter_wrapp .more_text {
  display: none;
}

.module_products_list .wrapp_stockers .like_icons>div:last-child {
  margin-right: 0px;
}

.adaptive_button,
.adaptive_button .more_text {
  display: none;
}

.table table.module_products_list {
  float: none;
}

/*compare*/
.bx_compare .bx_sort_container {
  position: relative;
}

.bx_compare .bx_sort_container ul li:not(.current):before {
  display: none;
}

.bx_compare .bx_sort_container ul.tabs-head {
  margin: 0px;
}

.bx_sort_container .wrap_remove_button {
  position: absolute;
  top: -7px;
  right: 0px;
}

.bx_compare .frame {
  margin: 0px 0px 0px 230px;
  position: relative;
  overflow: hidden;
}

.bx_compare .frame .wraps {
  width: 10000% !important;
  overflow: hidden;
  font-size: 0px;
}

.bx_compare .frame.props .wraps {
  margin-left: -230px;
}

.bx_compare .compare_view td {
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 40px 20px 20px 20px;
  font-size: 13px;
  position: relative;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}

.bx_compare .frame.border::after {
  background: #f2f2f2 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.bx_compare .compare_view .item_block {
  margin: 0px 20px 0px 0px;
  position: relative;
}

.bx_compare .compare_view .item_block a {
  font-weight: bold;
}

.bx_compare .compare_view .item_block .title {
  display: block;
  padding: 14px 0px 0px;
}

.bx_compare .compare_view.data_table_props tr td .remove i {
  display: none;
}

.bx_compare .compare_view.data_table_props td {
  border: 1px solid #f2f2f2;
  padding: 10px 27px 13px 18px;
  transition: none 0s ease 0s;
}

.bx_compare .data_table_props tr td:first-of-type {
  font-weight: bold;
  visibility: hidden;
}

.prop_title_table {
  position: absolute;
  left: 0px;
  width: 231px;
  overflow: hidden;
  z-index: 1;
}

.prop_title_table .data_table_props td {
  opacity: 0;
  visibility: hidden;
}

.bx_compare .prop_title_table .data_table_props tr td:first-child {
  display: table-cell;
  opacity: 1;
  visibility: visible;
}

.bx_compare .prop_title_table .data_table_props tr td .remove i {
  display: inline-block;
}

.bx_compare .remove {
  position: absolute;
  top: 0px;
  z-index: 1;
  right: 0;
}

.bx_compare .compare_view.top .remove {
  right: -13px;
  top: -13px;
}

.bx_compare .compare_view.clone .remove {
  right: 15px;
  top: 12px;
  display: none;
}

.bx_compare .compare_view.data_table_props tr.hovered td {
  background: #f7f7f7;
}

.bx_compare .compare_view.data_table_props tr.hovered td .remove {
  display: block;
}

.wrapp_scrollbar {
  position: relative;
  margin: 21px 0px 33px 230px;
}

.bx_compare .slider_navigation {
  display: none;
}

.bx_filtren_container ul {
  font-size: 0px;
  margin: 41px 0px 5px 0px;
}

.bx_filtren_container ul li,
.bx_filtren_container ul li:before {
  display: none;
}

.bx_filtren_container ul li.visible {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 5px 0px;
  padding: 5px 12px 6px 12px;
  border: 1px solid #ddd;
}

.bx_filtren_container ul li.visible:not(:hover) {
  background: none;
}

.bx_filtren_container ul li span {
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}

/* Scrollbar */
.wrapp_scrollbar .wr_scrollbar {
  margin: 0 38px 1em 38px;
  background: #f2f2f2;
  height: 1px;
  opacity: 0;
}

.wr_scrollbar .scrollbar {
  height: 5px;
  line-height: 0;
  display: none;
  position: relative;
  top: -3px;
  cursor: pointer;
}

.wr_scrollbar .scrollbar .handle {
  width: 100px;
  height: 3px;
  position: relative;
  top: 2px;
  background: #292a33;
  cursor: pointer;
  border-radius: 3px;
}

.wr_scrollbar .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

/*catalog detail*/
.video_block {
  text-align: center;
  margin: 0px 0px 30px;
}

.video_block .description {
  text-align: left;
}

.video_table {
  width: 100%;
}

.video_table td {
  padding-bottom: 5px;
}

.video_table td:nth-of-type(1) {
  padding-right: 5px;
}

.catalog_detail .item_main_info .stickers {
  top: 40px;
  left: 37px;
}

.offers_img,
.offers_img a {
  transition: opacity 0.1s ease;
  text-align: center;
}

.offers_img a.fancy_offer:not(.popup_link) {
  cursor: default;
}

.offers_img.wof {
  opacity: 0;
  display: inline;
}

.img_wrapper .wrapp_thumbs {
  position: relative;
}

.thumbs_navigation ul li {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  background-color: transparent;
  z-index: 2;
}

.thumbs_navigation ul li:hover {
  background-color: transparent;
}

.img_wrapper .thumbs_navigation .flex-direction-nav {
  margin: 0px;
}

.img_wrapper .thumbs_navigation ol li {
  display: none;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-prev {
  left: -38px;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-next {
  right: -37px;
}

.info_item .top_info,
.info_item .middle_info {
  padding: 24px 0px 3px;
  overflow: hidden;
}

.info_item .middle_info {
  float: left;
  overflow: visible;
  width: 100%;
}

.info_item .top_info .item_block {
  vertical-align: middle;
  line-height: 16px;
}

.info_item .top_info {
  padding: 28px 0px 19px;
  border-bottom: 1px solid #f2f2f2;
}

.info_item .top_info .rows_block+.preview_text {
  padding-top: 13px;
}

#fast_view_item .info_item .top_info {
  overflow: visible;
}

/*.img_wrapper .wrapp_thumbs.top-small-wrapper{position:absolute;top:67px;left:40px;width:54px;height:414px;overflow:hidden;padding:40px 0px;}*/
.img_wrapper .wrapp_thumbs.top-small-wrapper {
  position: absolute;
  top: 107px;
  left: 40px;
  width: 54px;
  height: 400px;
  /*overflow:hidden;padding:0px;*/
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .bx-viewport.long {
  height: 310px !important;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .inner_slider {
  max-height: 310px;
  overflow: hidden;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block,
.img_wrapper .top-small-wrapper #thumbs {
  height: auto;
  white-space: normal;
  overflow: visible;
  width: auto;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block li {
  display: block;
  padding-left: 0px;
  margin: 0px 0px 10px;
}

.img_wrapper .wrapp_thumbs.top-small-wrapper .slides_block li:before {
  display: none;
}

.catalog_detail .item_main_info.type_clothes .item_slider {
  padding-left: 39px;
  padding-right: 39px;
}

.catalog_detail .item_main_info.type_clothes .item_slider.has_more {
  padding-left: 110px;
}

.img_wrapper .top-small-wrapper .bx-controls-direction a {
  font-size: 0;
  width: 15px;
  height: 15px;
  left: 19px;
  right: auto;
  position: absolute;
  opacity: 0.7;
}

.img_wrapper .top-small-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.img_wrapper .top-small-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.img_wrapper .top-small-wrapper .bx-controls-direction a.bx-prev {
  top: -24px;
  background: url(/local/templates/aspro_next/images/svg/Arrow_up_sm.svg) 1px 3px no-repeat;
}

.img_wrapper .top-small-wrapper .bx-controls-direction a.bx-next {
  top: auto;
  bottom: -26px;
  background: url(/local/templates/aspro_next/images/svg/Arrow_down_sm.svg) 1px 3px no-repeat;
}

.img_wrapper .top-small-wrapper .bx-controls-direction a:not(.opacityv) {
  opacity: 0;
}

.img_wrapper .popup_video a {
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 21px 0px 0px;
}

.img_wrapper .popup_video.fromtop a {
  padding-top: 40px;
}

.img_wrapper .popup_video a:before {
  content: "";
  position: relative;
  background: url(/local/templates/aspro_next/images/svg/play_black.svg) 0px 0px no-repeat;
  width: 14px;
  height: 23px;
  display: block;
  margin: auto;
}

.img_wrapper .popup_video.mobile {
  display: none;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  height: 48px;
  line-height: 45px;
}

.img_wrapper .popup_video.mobile a {
  padding: 0;
  display: inline-block;
}

.img_wrapper .popup_video.mobile a:before {
  height: 17px;
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.fancybox-type-iframe .fancybox-skin {
  padding: 0px !important;
}

body .main_item_wrapper div.total_summ {
  display: none;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}

body .main_item_wrapper div.total_summ span {
  color: #1d2029;
  font-weight: bold;
  white-space: nowrap;
}

body .catalog_detail .main_item_wrapper div.total_summ {
  margin: -11px 0px 23px;
  display: block;
  clear: both;
}

body #fast_view_item .catalog_detail .main_item_wrapper div.total_summ {
  margin: 15px -3px 0px;
}

body .ajax_load .main_item_wrapper div.total_summ {
  margin: 9px 0px 0px;
}

body .ajax_load.table .main_item_wrapper div.counter_wrapp {
  position: relative;
  text-align: left;
  padding-left: 10px;
}

body .ajax_load.table .main_item_wrapper div.counter_wrapp>div {
  margin-bottom: 0;
}

body .ajax_load.table .main_item_wrapper .counter_wrapp div.total_summ {
  margin: -4px 0px 0px;
  position: absolute;
  font-size: 12px;
}

/*table sizes*/
.info_item .middle_info .buy_block .table_sizes {
  display: block;
  font-size: 13px;
  line-height: 22px;
  margin: -20px 0px 27px;
}

.info_item .middle_info .buy_block .sku_props+.table_sizes {
  margin-top: 0px;
}

.info_item .middle_info .buy_block .table_sizes>span {
  position: relative;
  padding-left: 30px;
}

.info_item .middle_info .buy_block .table_sizes>span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  display: block;
  width: 22px;
  height: 12px;
  background: url(/local/templates/aspro_next/images/lines.png) 0px 0px no-repeat;
}

.info_item .middle_info .buy_block .table_sizes>span.loadings:before {
  background: none;
}

.info_item .middle_info .buy_block .table_sizes .link {
  border-bottom: 1px dotted;
  cursor: pointer;
}

.TABLES_SIZE_frame.popup {
  width: 100%;
  max-width: 960px;
}

.TABLES_SIZE_frame.popup h2 {
  font-weight: normal;
}

.TABLES_SIZE_frame.popup .form .form_head {
  border-bottom: none;
  padding-bottom: 0px;
}

.TABLES_SIZE_frame.popup .form .form_body {
  padding-bottom: 26px;
}

.TABLES_SIZE_frame .form .heading {
  font-size: 1.067em;
  padding-bottom: 20px;
  color: #222222;
}

.TABLES_SIZE_frame.popup .form p {
  color: #666;
}

.TABLES_SIZE_frame .form .tabs .tab-content {
  padding-top: 24px;
}

.TABLES_SIZE_frame .form table {
  width: 100%;
}

.TABLES_SIZE_frame .form table.styled td {
  padding: 7px 9px;
  font-size: 13px;
  text-align: center;
}

.TABLES_SIZE_frame .form table.sizes td {
  border: 1px solid #e7e7e7;
  padding: 7px 9px;
  font-size: 13px;
  text-align: center;
  width: 70px;
}

.TABLES_SIZE_frame .form table.sizes td.title {
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}

.TABLES_SIZE_frame .form table.sizes tr.bg {
  background-color: #f7f7f7;
}

.right_info_block {
  padding-top: 82px;
}

.right_info_block .brand {
  border: 1px solid #f2f2f2;
}

.right_info_block .brand .image {
  border: 1px solid #f2f2f2;
  padding: 30px 36px 30px 28px;
  display: inline-block;
  margin: -1px;
}

.right_info_block .brand .preview {
  padding: 28px 28px 19px 28px;
  color: #666;
  font-size: 0.933em;
}

.right_info_block .brand .preview .text {
  padding: 0px 0px 15px 0px;
}

.right_info_block .brand .preview .link {
  padding: 0px 0px 11px 13px;
  position: relative;
}

.right_info_block .brand .preview .link.icons_fa:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  left: 0px;
  color: #919191;
  font-weight: bold;
  font-size: 12px;
}

.right_info_block .viewed_block {
  padding-top: 40px;
  display: block;
}

.right_info_block .viewed_block h5 {
  margin: 1px 0px 19px;
}

.right_info_block .viewed_block .item_block {
  padding: 0px;
  margin: 0px;
  z-index: 1;
  transition: box-shadow 0.3s ease;
}

.right_info_block .viewed_block .item_block:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.right_info_block .viewed_block .item_block:before {
  display: none;
}

.right_info_block .viewed_block .item_block .item {
  opacity: 1;
  border-radius: 0px;
  margin-bottom: -1px;
}

.right_info_block .viewed_block .catalog_block .sale_block {
  clear: none;
}

.right_info_block .viewed_block .catalog_block .image_wrapper_block {
  margin-bottom: 15px;
}

.right_info_block .viewed_block .catalog_block .cost.prices .price {
  margin-top: 8px;
  margin-bottom: 15px !important;
}

.nbg.props_list td.char_value {
  text-align: left;
  background: none;
}

.catalog_detail .props_list.line td {
  text-align: left;
  background: none;
  display: inline-block;
  width: auto;
  padding: 2px 0px;
  color: #777;
}

.catalog_detail .props_list.line td.char_value,
.catalog_detail .props_list.line td.char_value span {
  color: #333;
}

.type_more .stores_block_wrap .stores_block:hover,
.type_more .stores_block_wrap .stores_block:hover>div {
  background: #fff;
}

.type_more .stores_block_wrap .stores_block .stores_text_wrapp {
  padding-left: 0px;
}

.type_more .stores_block_wrap .stores_block.wo_image .item-stock {
  text-align: right;
  min-width: auto;
}

.type_more .stores_block_wrap .stores_block.wo_image .item-stock .value {
  margin-right: 0px;
}

.type_more .video_block {
  margin: 0px -15px;
}

.type_more .video_block .video_table td {
  padding: 5px 15px;
  vertical-align: top;
}

.colored_char.props_list tr:nth-child(odd) td,
.colored_char.props_list tr:nth-child(odd) td span {
  background: #f6f6f7;
}

.colored_char.props_list.sku tr:nth-child(even) td,
.colored_char.props_list.sku tr:nth-child(even) td span {
  background: #f6f6f7;
}

.colored_char.props_list.sku tr:nth-child(odd) td,
.colored_char.props_list.sku tr:nth-child(odd) td span:not(.icon) {
  background: #fff;
}

.colored_char.props_list tr td {
  padding: 8px 18px 9px;
  background: none;
  text-align: left;
}

.colored_char.props_list tr td.char_value span {
  color: #333;
}

body .colored_char.props_list .hint {
  left: 19px;
  top: 11px;
}

.colored_char.props_list tr td:first-child>span {
  position: static;
}

body .wraps .addon_type h4 {
  margin-bottom: 14px;
}

.catalog_detail.element_4 .tabs>.tab-content>.tab-pane {
  padding-bottom: 0px;
}

.catalog_detail.element_4 .detail_text {
  margin-bottom: 0px;
}

.catalog_detail.element_4 .tab-pane.active #reviews_content {
  margin-bottom: 0px;
}

.catalog_detail.element_4 .tab-pane:not(.active) #reviews_content {
  display: none !important;
}

body .bottom_slider.custom_type.tab_slider_wrapp {
  padding-top: 0px;
  margin-bottom: 0px;
}

body .last_bottom .bottom_slider.custom_type.tab_slider_wrapp {
  margin-bottom: 40px;
}

body .bottom_slider.custom_type.tab_slider_wrapp .tabs_content {
  margin-bottom: 0px;
}

body .bottom_slider.custom_type.tab_slider_wrapp .slider_navigation {
  top: -38px !important;
}

.reviews-block-inner .reviews-post-table td {
  background: #F9F9FA;
  padding: 0px 25px;
}

.reviews-block-inner .reviews-post-table thead td {
  padding-top: 17px;
}

.reviews-block-inner .reviews-post-table .reviews-post-reply-buttons {
  margin-bottom: 17px;
}

.reviews-block-inner .reviews-post-table .reviews-text {
  margin-bottom: 9px;
}

.reviews-block-inner .reviews-post-reply-buttons span.separator {
  opacity: 0;
}

.catalog_detail .wraps.podborki .bottom_nav {
  padding: 0px;
}

.wraps.podborki .item-views.table-elements .item .body-info {
  padding-bottom: 0px;
}

body #reviews_content {
  margin-top: -12px;
}

#reviews_content .text_before {
  padding-right: 180px;
  color: #444444;
}

#reviews_content .reviews-reply-form {
  display: none;
}

body .extended_reviews#reviews_content {
  margin-top: 0;
}

.catalog_detail.element_3 {
  padding-bottom: 35px;
}

.logo-row.wproduct {
  width: 100%;
  display: table;
}

.logo-row.wproduct>div {
  display: none;
}

.logo-row.wproduct>div.logo-block,
.logo-row.wproduct>div.product_block {
  display: table-cell;
}

#headerfixed .logo-row.wproduct>div.product_block {
  width: 100%;
  padding: 0px;
}

.logo-row.wproduct>div.product_block .module_products_list {
  margin: 0px;
  padding: 8px 0px;
}

.logo-row.wproduct>div.product_block .module_products_list .inner_table>tbody>tr>td {
  padding: 15px 0px;
}

.logo-row.wproduct>div.product_block .module_products_list .zoom {
  display: none;
}

.logo-row.wproduct>div.product_block .module_products_list .foto-cell {
  width: 80px;
}

.logo-row.wproduct>div.product_block .module_products_list .foto-cell .image_wrapper_block {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.logo-row.wproduct>div.product_block .module_products_list .foto-cell img {
  max-height: 100%;
  opacity: 1;
}

.logo-row.wproduct>div.product_block .module_products_list tr.item {
  border: none;
}

.logo-row.wproduct>div.product_block .module_products_list tr.item:hover {
  box-shadow: none;
}

.logo-row.wproduct>div.product_block .module_products_list tr.item .like_icons span {
  margin-bottom: 0px;
}

.logo-row.wproduct>div.product_block .like_icons .wish_item.added,
.logo-row.wproduct>div.product_block .like_icons .compare_item.added {
  background: none;
}

.logo-row.wproduct>div.product_block .item-name-cell .title {
  font-size: 14px;
  font-weight: bold;
  color: #1d2029;
}

.logo-row.wproduct>div.product_block .item-stock .value .store_view {
  border-bottom: 1px dotted;
  cursor: pointer;
  color: #666;
}

.logo-row.wproduct>div.product_block .with_matrix {
  padding: 0px;
}

/* .logo-row.wproduct > div.product_block .like_icons.full, .logo-row.wproduct > div.product_block .price-cell{text-align:right;top:auto !important;} */
.logo-row.wproduct>div.product_block .price-cell .price {
  font-size: 18px;
  margin-bottom: 0px;
  display: inline-block;
}

.logo-row.wproduct>div.product_block .price-cell .price.discount {}

.logo-row.wproduct .main_item_wrapper .item-name-cell {
  flex-grow: 1;
  min-width: 350px;
  padding: 0 20px;
}

.logo-row.wproduct .main_item_wrapper .price-cell {
  width: auto;
  padding-right: 60px;
  max-width: 300px;
  align-self: center;
}

.logo-row.wproduct.woffers .main_item_wrapper .price-cell .price.discount {
  display: none;
}

.logo-row.wproduct .flexbox--row {
  align-items: center;
}

.logo-row.wproduct .item-sku .but-cell>div {
  padding: 5px 5px 5px;
}

.logo-row.wproduct .item-sku .but-cell>div:last-of-type {
  margin-right: 24px;
}

.logo-row.wproduct .item-sku .but-cell>div .bx_item_detail_scu,
.logo-row.wproduct .item-sku .but-cell>div li,
.logo-row.wproduct .item-sku .but-cell>div ul {
  margin: 0;
}

.logo-row.wproduct .item-sku .but-cell .bx_item_detail_scu li {
  width: 30px;
}

.logo-row.wproduct .item-sku .but-cell .bx_item_detail_size li {
  width: auto;
  padding: 0 10px;
  text-align: center;
  max-width: none;
}

.logo-row.wproduct>div.product_block .price-cell .price .offers_price_wrapper>div {
  display: inline-block;
  margin: 0px;
  line-height: 20px;
}

.logo-row.wproduct>div.product_block .price-cell .price .offers_price_wrapper .offers_price_title {
  display: block;
}

.logo-row.wproduct>div.product_block .price-cell .price .offers_price_wrapper>.offers_price {
  margin-right: 10px;
}

.logo-row.wproduct>div.product_block .price-cell .price .offers_price_wrapper>.sale_block {
  display: none;
}

.logo-row.wproduct>div.product_block .like_icons.full {
  padding-left: 19px;
}

.logo-row.wproduct>div.product_block .like_icons {
  position: relative;
  top: auto !important;
  flex-shrink: 0;
  right: auto !important;
}

.logo-row.wproduct>div.product_block .more_text,
.logo-row.wproduct>div.product_block .sale_block,
.logo-row.wproduct>div.product_block .price.discount,
.logo-row.wproduct>div.product_block .price-cell .price_name {
  display: none;
}

body .tabs_section>.wraps:last-child {
  padding-bottom: 25px;
}

.logo-row.wproduct .quantity_block_wrapper>div {
  margin-bottom: 5px;
}

.type_clothes .info_item .middle_info {
  padding-top: 29px;
}

.type_clothes .info_item .middle_info .prices_block {
  padding-bottom: 14px;
  padding-top: 9px;
}

.type_clothes .info_item .middle_info .prices_block .offers_price_wrapper .offers_price {
  margin-bottom: 16px;
}

.type_clothes .info_item .middle_info .prices_block .view_sale_block {
  margin-top: 3px;
}

.type_clothes .info_item .middle_info .buy_block .counter_wrapp>div:not(.wrapp_one_click) {
  margin-bottom: 12px !important;
}

.type_clothes .info_item .middle_info .col-md-6 .buy_block .in-cart {
  width: 100%;
}

.type_clothes .info_item .middle_info .col-md-6 .buy_block .one_click {
  width: 100%;
}

.element_4 .sku_props+.top_props {
  margin: 22px 0px 0px;
  border-top: 1px solid #f2f2f2;
  padding-top: 22px;
}

.middle_info .top_props .title {
  color: #444;
  font-size: 14px;
  padding-bottom: 8px;
  font-weight: 500;
}

.middle_info .top_props .props {
  font-size: 13px;
}

.middle_info .top_props .props .prop {
  margin-bottom: 9px;
  line-height: 18px;
}

.middle_info .top_props .props .name {
  color: #888888;
  position: relative;
}

.middle_info .top_props .props .value {
  color: #333;
  padding-top: 2px;
}

.info_item .middle_info .buy_block .gift_form {
  position: relative;
  padding: 3px 0px 16px 28px;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-size: 13px;
  color: #666;
}

.info_item .middle_info .buy_block .gift_form:hover {
  color: #333;
}

.info_item .middle_info .buy_block .gift_form span {
  border-bottom: 1px dotted;
}

.info_item .middle_info .buy_block .gift_form:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -136px -84px no-repeat;
}

.element_5 .info_item .middle_info .buy_block .wrapp_one_click {
  padding-bottom: 12px !important;
}

#main .wrapper_inner .grossery .info_item .middle_info .buy_block .wrapp_one_click {
  display: inline-block;
}

.custom_block>.title {
  color: #222222;
}

.custom_block .item_block {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin: 16px 0px 28px;
}

.custom_block .item_block .item_list {
  width: 100%;
}

.custom_block .item_block .item_list td {
  padding: 20px;
  /*vertical-align:top;*/
}

.custom_block .item_block .item_list .image {
  width: 120px;
  height: 120px;
}

.custom_block .item_block .item_list .image img {
  max-width: 100%;
  max-height: 100%;
}

.custom_block .item_block .item_list .text {
  color: #1d2029;
}

.custom_block .item_block .item_list .text .name {
  padding-bottom: 3px;
}

.custom_block .item_block .item_list .zoom,
.custom_block .item_block .item_list .text .discount,
.custom_block .item_block .item_list .text .offers_price_old,
.custom_block .item_block .item_list .text .with_matrix+.price .price_matrix_block,
.custom_block .item_block .item_list .text .price_name,
.custom_block .item_block .item_list .text .sale_block {
  display: none;
}

.custom_block .item_block .item_list .text .offers_price {
  margin: 0px;
}

.custom_block .item_block .item_list .text .price_value_block {
  display: inline-block;
}

.custom_block .item_block .item_list .text .props_item {
  padding: 3px 0px 0px;
  font-size: 12px;
}

.custom_block .item_block .item_list .text .props_item .prop_item {
  color: #777777;
}

.custom_block .item_block .item_list .text .props_item .prop_item .val {
  color: #222;
}

.info_item .info_ext_block {
  float: left;
  width: 100%;
  padding: 18px 0px 13px;
  border-top: 1px solid #f2f2f2;
}

.info_item .info_ext_block .title {
  font-size: 13px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.3px;
  position: relative;
  padding: 0px 0px 6px;
  cursor: pointer;
}

.info_item .info_ext_block .title:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") 4px -194px no-repeat;
}

.info_item .info_ext_block .title:not(:hover):before {
  opacity: 0.7;
}

.info_item .info_ext_block .title.opened:before {
  background-position: -171px -82px;
}

.info_item .info_ext_block .text {
  font-size: 13px;
  padding: 0px 0px 8px;
  display: none;
}

.info_item .info_ext_block .text .prop>div {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}

.info_item .info_ext_block .text .prop>div.name {
  color: #777777;
  position: relative;
}

.info_item .info_ext_block .text .prop>div.name .hint {
  top: 3px;
}

.info_item .info_ext_block .text .prop>div.value {
  color: #333;
}

.middle_info.main_item_wrapper .top_props {
  padding-bottom: 22px;
}

.catalog_detail.detail.element_5 h4,
.catalog_detail.detail.element_5 h5 {
  font-weight: normal;
}

.element_5 .row.desc_tab {
  padding-top: 38px;
}

.send_gift_frame {
  max-width: 420px;
}

body .product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -150px;
  left: 0;
  right: 0;
  z-index: 995;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 350ms linear;
  -moz-transition: top 350ms linear;
  -ms-transition: top 350ms linear;
  -o-transition: top 350ms linear;
  transition: top 350ms linear;
  min-height: 40px;
}

body .product-item-detail-tabs-container-fixed.fixed {
  top: 79px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  border: none;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a {
  border: none;
  position: relative;
  padding: 17px 36px 19px;
  font-weight: bold;
  margin: 0px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a:hover,
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a:focus {
  border: none;
  background: none;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 100%;
  height: 2px;
  background: #ddd;
  transition: right 0.5s ease;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li.active a:before {
  right: 0px;
}

.element_4 .middle_info .sku_props .bx_size_scroller_container,
.element_4 .middle_info .sku_props .bx_scu_scroller_container {
  margin-top: 6px;
}

.top_props .props .choise {
  border-bottom: 1px dotted;
  cursor: pointer;
  position: relative;
}

.top_props .props .choise:before {
  content: "\f107";
  position: absolute;
  right: -14px;
  top: 2px;
  font: normal normal normal 14px/1 FontAwesome;
}

.type_clothes .stock_wrapper {
  margin-bottom: 0px;
}

.type_clothes .stock_wrapper .stock_board:last-of-type {
  border-bottom-width: 0px;
}

body .type_clothes .element_detail_text {
  float: left;
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}

.catalog_detail .top_props .props_list .hint {
  top: 0px;
}

.element_4 .right_info_block {
  padding-top: 0px;
}

.element_5 .right_info_block,
.row.wdesc .right_info_block {
  padding-top: 37px;
}

.element_4.catalog_detail .tabs_section {
  margin-top: 0px;
}

.catalog_detail .item_slider .like_icons {
  top: -47px;
  right: -16px;
}

.catalog_detail .item_slider .like_icons span {
  margin: 0px;
}

.container .catalog_detail .item_slider {
  padding-top: 80px;
}

.container .catalog_detail .item_slider .slides {
  margin-bottom: 30px;
}

.container .catalog_detail .tabs_content {
  color: #444;
}

.like_wrapper {
  position: relative;
}

.color_link:hover {
  color: #1d2029 !important;
}

/* INSTAGRAM */
body .wraps .instagram_wrapper>.maxwidth-theme {
  padding-top: 30px;
  padding-bottom: 21px;
  border-top: 1px solid #f2f2f2;
}

body .wraps .instagram_wrapper>.maxwidth-theme {
  padding-top: 30px;
  padding-bottom: 21px;
  border-top: 1px solid #f2f2f2;
}

.fill_N .wraps .instagram_wrapper.wide_N>.maxwidth-theme {
  border: none;
}

.wraps .instagram_wrapper.wide_N>.maxwidth-theme {
  padding-top: 0px !important;
}

.wraps .right_block .instagram_wrapper>.maxwidth-theme {
  padding-left: 0px;
  padding-right: 0px;
}

.fill_N .wraps .instagram_wrapper.wide_N>.maxwidth-theme .instagram_ajax {
  border-top: 1px solid #f2f2f2;
}

.wraps .instagram_wrapper.wide_N>.maxwidth-theme .instagram_ajax .top_block,
.with_left_block .wraps .instagram_wrapper.wide_Y>.maxwidth-theme .instagram_ajax .top_block {
  padding-top: 30px;
}

.instagram_wrapper>.maxwidth-theme .instagram_ajax {
  padding: 7px 0px 20px;
}

.fill_N:not(.with_left_block) .instagram_wrapper.wide_Y .maxwidth-theme {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.with_left_block .instagram_wrapper.wide_Y .maxwidth-theme {
  padding-top: 0px;
}

.wrapper1:not(.with_left_block) .instagram_wrapper.wide_Y .maxwidth-theme .top_block {
  display: none;
}

.wrapper1:not(.with_left_block) .instagram_wrapper.wide_Y .maxwidth-theme .item-views {
  padding-top: 13px;
}

.loader_circle {
  background: url(/local/templates/aspro_next/images/loaders/pl3.gif) no-repeat center center;
}

.instagram_ajax {
  min-height: 100px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.row+.row .item-views.blocks {
  padding-top: 0px;
}

.instagram_ajax.loaded {
  opacity: 1;
  background: none;
}

.instagram_ajax .instagram {
  display: block;
  /*padding-bottom:90px;*/
}

.instagram_ajax .instagram .flexbox {
  align-items: center;
  margin: 0px;
}

.instagram_ajax .instagram .flexbox .slides {
  width: 100%;
}

.instagram_ajax .instagram .item {
  float: left;
  width: 25%;
  padding: 0;
  position: relative;
  text-align: center;
  border: none;
  margin: 0px;
  box-shadow: none;
}

.instagram_ajax .instagram .item.col-5 {
  width: 20%;
}

.instagram_ajax .instagram .item.col-6 {
  width: 16.666%;
}

.instagram_ajax .instagram .item.user {
  background: #f2f2f2;
  text-align: left;
  display: none;
}

.instagram_ajax .instagram .item.user .body2 {
  padding: 27px 30px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

.instagram_ajax .instagram .item.user .image {
  margin: 0 auto 12px;
  width: 36px;
  height: 36px;
}

.instagram_ajax .instagram .item.user .name {
  margin: 0 0 17px;
  font-size: 20px;
  color: #fff;
}

.instagram_ajax .instagram .item.user .button a {
  border-color: #557fa2;
}

.instagram_ajax .instagram .item.user .link {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
}

.instagram_ajax .instagram .item .image {
  position: relative;
  padding: 100% 0 0;
}

.instagram_ajax .instagram .item .scroll-title {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.instagram_ajax .instagram .item .scroll-title:hover {
  opacity: 1;
}

.instagram_ajax .instagram .item .title {
  color: #ffffff;
  font-weight: normal;
  padding: 30px 30px;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  white-space: pre-wrap;
}

.instagram_ajax .instagram .item:hover .title {
  opacity: 1;
}

.instagram_ajax .instagram .item .image:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
  opacity: 0;
  z-index: 1;
  background: #000000b3;
}

.instagram_ajax .instagram .item:hover .image:after {
  opacity: 1;
}

.instagram_ajax .instagram .item .image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.instagram_ajax .instagram .item .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.instagram_ajax .instagram .items {
  overflow: hidden;
}

.instagram_ajax .instagram .items .flex-direction-nav li,
.instagram_ajax .instagram .items .flex-direction-nav li a {
  width: 42px;
  height: 42px;
}

.instagram_ajax .instagram .items .flex-direction-nav li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  border-radius: 100%;
  transition: all ease 0.3s;
}

.instagram_ajax .instagram .items .flex-direction-nav li.flex-nav-prev {
  left: -40px;
}

.instagram_ajax .instagram .items:hover .flex-direction-nav li.flex-nav-prev {
  left: 14px;
}

.instagram_ajax .instagram .items:hover .flex-direction-nav li.flex-nav-next {
  right: 14px;
}

.instagram_ajax .instagram .items .flex-direction-nav li.flex-nav-next {
  right: -40px;
}

.instagram_ajax .instagram .flex-direction-nav li a.flex-prev {
  background-position: 15px -96px;
}

.instagram_ajax .instagram .flex-direction-nav li:hover a.flex-prev {
  background-position: 15px 11px;
}

.instagram_ajax .instagram .flex-direction-nav li a.flex-next {
  background-position: -19px -96px;
}

.instagram_ajax .instagram .flex-direction-nav li:hover a.flex-next {
  background-position: -19px 11px;
}

/*ymaps*/
.ymaps-controls-lefttop ymaps.ymaps-b-zoom_hints-pos_right+ymaps {
  display: none;
}

.cluster_custom>span {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.ymaps-point-overlay>ymaps {
  position: absolute;
  left: -23px;
  bottom: 0;
}

body .ymaps-b-balloon {
  margin: -59px 0 0 -38px;
  width: 305px !important;
  background: #fff;
  border-radius: 3px;
  padding: 30px 45px 30px 30px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
  box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
}

body .gm-style .gm-style-iw-c {
  width: 305px !important;
  background: #fff;
  border-radius: 3px;
  padding: 25px 45px 30px 30px !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  overflow-anchor: none;
  max-height: none !important;
}

body .gm-style .gm-style-iw-t {
  bottom: 10px !important;
  right: -1px !important;
}

.bx-google-map .gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
  max-height: none !important;
}

.gm-style .gm-style-iw-c button {
  top: 6px !important;
  right: 6px !important;
}

.map_in_stores .gm-style-iw-t {
  display: none;
}

.map_in_stores .gm-style img {
  cursor: grab;
}

body .ymaps-b-balloon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 19px;
  z-index: 2;
  background: #fff;
}

body .ymaps-b-balloon .ymaps-b-balloon__content>ymaps {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

body .ymaps-b-balloon .ymaps-b-balloon__content-holster {
  padding: 0;
}

body .ymaps-b-balloon .ymaps-b-balloon__tr {
  display: none;
}

body .ymaps-b-balloon .ymaps-b-balloon__tl {
  display: none;
}

body .ymaps-b-balloon .ymaps-b-balloon__content {
  border: none;
}

body .ymaps-b-balloon .ymaps-b-balloon__bl {
  display: none;
}

body .ymaps-b-balloon .ymaps-b-balloon__br {
  display: none;
}

body .ymaps-b-balloon .ymaps-b-balloon__close.close_custom {
  top: 11px !important;
  right: 11px !important;
  width: 26px !important;
  height: 26px !important;
  background: 0 0 !important;
  border-radius: 100% !important;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

body .ymaps-label {
  display: none !important;
}

body .ymaps-b-balloon:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ymaps-b-balloon .ymaps-b-balloon__close.close_custom {
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background: 0 0 !important;
  border-radius: 100% !important;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.ymaps-b-balloon .ymaps-b-balloon__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  opacity: 0.35;
  background: 0 0;
}

.ymaps-b-balloon .ymaps-b-balloon__close svg path {
  fill: #333;
}

.ymaps-b-balloon .ymaps-b-balloon__close:hover svg {
  opacity: 1;
}

.ymaps-shadows-pane {
  display: none;
}

.ymaps-controls-lefttop {
  bottom: 0;
  top: auto !important;
}

body .wrapper1 .ymaps-b-zoom_hints-pos_right {
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 20px !important;
  border-radius: 32px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-left: -88px;
}

body .wrapper1 .ymaps-b-zoom {
  width: 80px;
  height: 36px;
  padding: 6px 10px;
}

body .wrapper1 .ymaps-b-zoom:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background-color: #F9F9FA;
}

body .wrapper1 .ymaps-b-zoom__scale {
  display: none;
}

body .wrapper1 .ymaps-b-zoom__button {
  display: inline-block;
  height: 26px;
  width: 30px;
  opacity: 0.6;
}

body .wrapper1 .ymaps-b-zoom__button:hover {
  opacity: 1;
}

body .wrapper1 .ymaps-b-form-button__content {
  background-image: none;
}

body .wrapper1 .ymaps-b-form-button {
  background-image: none;
  overflow: visible;
}

body .wrapper1 .ymaps-b-form-button__left {
  background-image: none;
}

body .wrapper1 .ymaps-b-zoom__button_type_minus,
body .wrapper1 .ymaps-b-zoom__button_type_plus {
  background-image: none;
  text-align: center;
}

body .wrapper1 .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/aspro_next/images/svg/yandexMapMinus.svg");
  left: 0;
  background-position: -6px -3px;
}

body .wrapper1 .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/aspro_next/images/svg/yandexMapPlus.svg");
  left: 0;
  top: 0;
  background-position: -1px -3px;
}

body .wrapper1 .ymaps-controls-righttop {
  bottom: 0;
  top: auto !important;
}

body .wrapper1 .ymaps-controls-righttop>ymaps {
  top: auto !important;
  bottom: 20px !important;
  right: auto !important;
  left: 50%;
  margin-left: 2px;
}

body .wrapper1 .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 3px 0 3px 25px;
  position: relative;
}

body .wrapper1 .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url("/local/templates/aspro_next/images/svg/yandexMapShema.svg");
}

body .wrapper1 .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  position: absolute;
  left: 3px;
  bottom: 100%;
  margin-bottom: 3px;
  top: auto;
}

body .wrapper1 .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
  display: none;
}

body .wrapper1 .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}

body.index .ymaps-image-with-content {
  background-image: none !important;
}

.map_info_store {
  font-size: 14px;
}

.map_info_store .title {
  padding: 0 20px 0 0;
}

body .map_info_store .item-stock {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
}

.map_info_store .properties {
  margin: 0px 0 0;
}

.property:first-of-type {
  margin-top: 0;
}

.map_info_store .property {
  margin: 16px 0 0;
}

.map_info_store .property .title-prop {
  margin: 0 0 3px;
  font-size: 0.714em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #999;
}

.map_info_store .property .value {
  color: #333;
}

/**/

.catalog_detail .tabs>.tab-content>.tab-pane {
  padding-bottom: 30px;
}

.catalog_detail .tabs>.tab-content>.tab-pane .stores_wrapp {
  /*display:block !important;*/
}

.catalog_detail .tabs div.prices_tab {
  overflow-y: auto;
}

.catalog_detail .tabs>.tab-content #review {
  padding-bottom: 0px;
}

.catalog_detail #ask_block .form-control {
  height: auto;
  border: none;
  padding: 0px;
  box-shadow: none;
}

.catalog_detail #ask_block .form-control label {
  font-weight: 400;
}

.additional_block p {
  color: #555;
}

.ajax_load.block.goods-block .footer_button .offer_buy_block>.read_more,
.ajax_load.block.goods-block .footer_button>.read_more {
  margin-top: 11px;
}

.ajax_load.block.goods-block .catalog_item:hover .footer_button {
  display: block;
}

.catalog_detail .top_info .like_icons .wish_item.added span.value:before {
  background-position: 5px -44px;
}

.catalog_detail .top_info .like_icons .compare_item span.value:before {
  background-position: -20px -13px;
}

.catalog_detail .top_info .like_icons .compare_item.added span.value:before {
  background-position: -18px -44px;
}

.catalog_detail .top_info .like_icons span {
  font-size: 11px;
  opacity: 1;
  visibility: visible;
  border: 0px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  background: none;
}

.catalog_detail .top_info .like_icons span:hover {
  background: none;
}

.catalog_detail .top_info .like_icons span.value span {
  display: inline-block;
  margin: 1px 7px 0px 0px;
}

.info_item .top_info .article {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}

.info_item .top_info .article .value {
  padding: 5px 0px;
  margin: 0px 0px 0px 0px;
}

.info_item .top_info .brand {
  float: right;
  font-size: 13px;
}

.info_item .top_info .brand img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.info_item .preview_text {
  color: #333333;
  max-height: 60px;
  overflow: hidden;
  padding: 0px 0px 3px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info_item .preview_text h2,
.info_item .preview_text h3 {
  margin-top: 0;
}

.info_item .middle_info .prices .price {
  font-size: 26px;
  line-height: 20px;
  padding-right: 5px;
}

.info_item .middle_info .prices .price:not(.discount) {
  padding-right: 10px;
}

.info_item .middle_info .prices .discount * {
  margin-top: 12px;
  font-size: 15px;
}

.info_item .middle_info .prices .sale_block {
  margin: 8px 0px 0px;
}

.info_item .middle_info .prices .sale_block .text {
  position: relative;
  padding-bottom: 3px;
  line-height: 15px;
  margin-top: 2px;
}

.info_item .middle_info .view_sale_block {
  margin-top: 9px;
}

.info_item .middle_info .item-stock {
  margin: 14px 0px 0px;
  font-size: 13px;
}

.info_item .middle_info .item-stock>span {
  font-size: 13px;
}

.info_item .middle_info .item-stock .store_view {
  cursor: pointer;
  color: #666;
}

.quantity_block_wrapper {
  font-size: 0px;
  padding: 10px 0px;
}

#fast_view_item .quantity_block_wrapper {
  padding-top: 0px;
}

.quantity_block_wrapper>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #666;
  margin-right: 30px !important;
}

.quantity_block_wrapper>div:last-of-type {
  margin-right: 0 !important;
}

.middle_info .quantity_block_wrapper .item-stock {
  margin-top: 0px;
}

.quantity_block_wrapper .cheaper_form {
  position: relative;
  padding-left: 22px;
}

.quantity_block_wrapper .cheaper_form:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 15px;
  height: 15px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -74px -84px no-repeat;
}

.quantity_block_wrapper .cheaper_form>span {
  border-bottom: 1px dotted;
}

.quantity_block_wrapper .cheaper_form:hover span {
  color: #1d2029;
}

.info_item .middle_info .prices_block {
  padding: 0px 0px 22px 0px;
}

.info_item .middle_info .prices_block .rating {
  margin: 16px 0px 0px;
}

.info_item .middle_info .buy_block {
  font-size: 0px;
  line-height: 0px;
}

.info_item .middle_info .buy_block .slide_offer {
  margin: 0px 0px 30px;
}

.info_item .middle_info .buy_block>div {
  display: inline-block;
  vertical-align: top;
}

.info_item .middle_info .buy_block .offer_buy_block {
  display: block;
}

.info_item .middle_info .buy_block .wrapp_one_click {
  padding-bottom: 22px !important;
}

.info_item .middle_info .buy_block .sku_props+.counter_wrapp,
.info_item .middle_info .buy_block .buys_wrapp {
  padding-top: 15px;
}

.ajax_load.table .counter_wrapp {
  padding-top: 0px;
}

.info_item .middle_info .buy_block .sku_props+.counter_wrapp.woffers,
.ajax_load .counter_wrapp.woffers {
  transition: opacity 0.1s ease;
  opacity: 0;
}

.info_item .middle_info .buy_block .counter_wrapp {
  padding: 0px 12px 0px 0px;
  white-space: nowrap;
}

.info_item .middle_info .buy_block .counter_wrapp>div:not(.wrapp_one_click) {
  margin-bottom: 22px !important;
}

.info_item .middle_info .buy_block .counter_wrapp .more_text {
  font-size: 12px;
  white-space: normal;
}

.noffer .info_item .middle_info .buy_block .one_click {
  opacity: 1;
}

.info_item .middle_info .preview_text {
  padding: 22px 0px 0px 0px;
  font-size: 13px;
  line-height: 18px;
}

.buy .counter_wrapp {
  padding: 0px;
}

.btn.has_prediction {
  position: relative;
  overflow: visible;
}

.btn.has_prediction:after {
  content: "";
  background: none;
  background-image: none;
  background-image: url(/bitrix/templates/aspro_next/images/svg/prediction.svg);
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
}

#simple-prediction {
  z-index: 2998 !important;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding: 0;
}

#simple-prediction .catalog-element-popup-inner {
  padding: 17px 20px 19px;
  margin-right: 31px;
  max-width: 300px;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
  font-family: "Rubik", Arial, sans-serif;
}

body .wrapper_inner.wide_page .info_item .middle_info {
  font-size: 0px;
}

body .wrapper_inner.wide_page .item_main_info:not(.type_clothes) .info_item .middle_info>div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

body .wrapper_inner.wide_page .info_item .middle_info .buy_block .wrapp_one_click {
  display: block;
}

body .wrapper_inner.wide_page .info_item .middle_info .buy_block .wrapp_one_click>span {
  display: block;
}

.info_item .middle_info .sale_block {
  font-size: 13px;
}

.catalog_detail .info_item .middle_info .buy_block .buys_wrapp.offer_buy_block {
  padding-top: 0px;
}

.catalog_detail .buy_block .offer_buy_block>div {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  line-height: 0px;
  white-space: nowrap;
}

.top_info .more_block {
  cursor: pointer;
  font-size: 13px;
}

.top_info .more_block:after {
  content: "\f107";
  padding: 0px 0px 0px 5px;
}

.catalog_detail .counter_wrapp .counter_block {
  margin-right: auto;
  /*margin-top: 12px;*/
}

.catalog_detail .w_icons.button.to-cart:before {
  position: absolute;
  top: 10px;
  left: 19px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -460px -49px no-repeat;
  width: 17px;
  height: 16px;
  content: "";
  display: block;
}

.catalog_detail .w_icons.button.to-cart {
  padding-left: 46px;
  white-space: nowrap;
}

.catalog_detail .offers_table .w_icons.button.to-cart:before {
  top: 7px;
}

.detail_text ul li::before,
.preview_text ul li::before,
.preview-text ul li::before {
  padding: 0 10px 0 0;
}

.catalog_detail .detail_text {
  margin-bottom: 15px;
  color: #555;
}

.catalog_detail .tabs_section ul.tabs_content>li {
  width: 100%;
  /*padding:34px 0 50px;*/
}

.catalog_detail .reviews-reply-form {
  padding-bottom: 50px;
}

.catalog_detail .reviews-reply-form .reviews-reply-buttons>input {
  margin: 0px 12px 12px 0px;
}

.catalog_detail ul.tabs_content li.video iframe {
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#reviews_content {
  display: none;
  margin-top: -20px;
}

.file_type {
  clear: both;
  margin-top: 15px;
}

.file_type a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file_type.jpg i.icon {
  background-position: 0 -110px;
}

.file_type.tiff i.icon {
  background-position: 0 -330px;
}

.file_type.ppt i.icon {
  background-position: 0px -220px;
}

.file_type.pptx i.icon {
  background-position: -60px -275px;
}

.file_type.pdf i.icon {
  background-position: 0px -0px;
}

.file_type.word i.icon,
.file_type.doc i.icon {
  background-position: 0px -55px;
}

.file_type.png i.icon {
  background-position: 0px -165px;
}

.file_type.excel i.icon {
  background-position: 0px -385px;
}

.file_type.bmp i.icon {
  background-position: -60px -110px;
}

.file_type.rtf i.icon {
  background-position: -60px -0px;
}

.file_type.zip i.icon {
  background-position: -60px -165px;
}

.file_type.gif i.icon {
  background-position: -60px -55px;
}

.file_type.rar i.icon {
  background-position: -60px -220px;
}

.file_type i.icon {
  width: 46px;
  height: 35px;
  display: inline-block;
  background: url("/local/templates/aspro_next/images/docs_types.png") 0px -275px no-repeat;
  float: left;
}

.file_type .description {
  padding: 0 0 0 46px;
  position: relative;
  top: -3px;
}

.catalog_detail .wraps {
  padding: 25px 0px 0px;
}

.catalog_detail .wraps h4 {
  margin: 43px 0px 32px;
}

.catalog_detail .wraps #ask_block h4 {
  display: none;
}

.banners-small .item .inner-item {
  padding: 0px 0px 35px;
}

.banners-small.blog .item .inner-item {
  padding-bottom: 23px;
}

.banners-small .item .image {
  max-height: 203px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banners-small .item.wide-block .image {
  max-height: 428px;
}

.banners-small .item .image img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.bx-ie .banners-small .items .item.shadow:hover {
  box-shadow: 0px 0px 0px 1px #F9F9FA;
}

.banners-small .item .image .type-block {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  color: #fff;
  background: rgba(46, 46, 47, 0.6);
  line-height: 18px;
  padding: 5px 7px;
  border-radius: 3px;
  z-index: 2;
}

.banners-small .item .title {
  text-align: left;
  text-decoration: none;
  color: #222;
  padding: 26px 20px 0px;
  font-weight: bold;
  font-size: 1em;
}

.banners-small.blog .item .title {
  padding: 20px 20px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banners-small .item.wti .title {
  padding: 0px;
}

.banners-small.blog .item.wide-block .title span {
  font-size: 1.333em;
  line-height: 1.3em;
}

.banners-small .item .title a {
  text-decoration: none;
  color: #222;
}

.banners-small .item .title .prev_text-block {
  color: #555555;
  padding: 16px 0px 5px;
  font-weight: 400;
}

.banners-small .item .title .date-block {
  font-size: 0.929em;
  color: #9a9a9a;
  font-weight: normal;
  padding: 6px 0px 0px;
}

.banners-small.blog .item .title .date-block {
  padding-top: 3px;
}

.banners-small .bottom_nav {
  text-align: center;
}

/*tizers start*/
.catalog_detail .tizers_block_detail {
  border-top: 1px solid #f2f2f2;
  border-bottom: 0px;
  padding: 20px 0px 0px;
  margin: 0px;
}

.tizers_block.tizers_block_detail .item .img {
  max-width: none;
  width: 70px;
  height: 70px;
}

.tizers_block.tizers_block_detail .item {
  margin-bottom: 20px;
}

.tizers_block.tizers_block_detail .item .title {
  padding-right: 10px;
}

.catalog_detail .tizer .inner_wrapper {
  padding: 18px 20px 18px;
  font-size: 13px;
  line-height: 16px;
  color: #555555;
}

.catalog_detail .tizer .image {
  width: 45px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.catalog_detail .tizer .image+.text {
  padding-left: 55px;
}

/*tizers end*/

.catalog_detail .tabs_section {
  margin: -10px 0px 0px;
}

.catalog_detail .tabs_section .tabs-head li {
  margin-top: 10px;
}

.info_item .stock_wrapper {
  float: left;
  width: 100%;
}

.stock_wrapper {
  margin: 0px 0px 22px;
}

.stock_wrapper .stock_board {
  padding: 22px 0px 19px 58px;
  position: relative;
  font-size: 13px;
  border-top: 1px solid #f2f2f2;
}

.stock_wrapper .stock_board.nt:before {
  top: 13px;
}

.stock_wrapper .stock_board:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}

.stock_wrapper .stock_board:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: url("/local/templates/aspro_next/images/icons_goods.png") -1px -139px no-repeat;
  left: 0px;
  top: 23px;
}

.stock_wrapper .stock_board .title {
  font-size: 15px;
  font-weight: bold;
}

.stock_wrapper .stock_board .read_more {
  font-size: 13px;
}

.stock_wrapper .stock_board .txt {
  margin: 5px 0 4px;
  line-height: 18px;
}

.share_wrapp {
  position: relative;
}

.share .catalog_detail .share_wrapp {
  display: inline-block;
}

.share_wrapp .text {
  font-size: 14px;
  border-color: #888;
  text-transform: none;
  padding: 7px 10px 8px 32px;
  position: relative;
  color: #222;
  line-height: 15px;
}

.share_wrapp .text:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 14px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -426px -50px no-repeat;
  left: 13px;
  top: 8px;
  opacity: 0.7;
}

.share_wrapp .text:hover {
  border-color: #444444;
}

.share_wrapp .text:hover {
  color: #444444;
}

.share_wrapp .text:hover:before {
  opacity: 1;
}

.share_wrapp .shares {
  display: none;
  position: absolute;
  top: 42px;
  left: -5px;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin: 0px -20px;
  width: 155px;
}

.share_wrapp .shares .b-share {
  padding: 20px 20px 15px !important;
}

.share_wrapp .shares .b-share a {
  padding: 0px !important;
}

.share_wrapp .shares .b-share a:nth-child(3n) {
  margin-right: 0px;
}

.share_wrapp .shares:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  top: -16px;
  margin-left: -11px;
}

.line_block .share_wrapp {
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  position: relative;
  padding: 7px 64px 11px 20px;
  cursor: pointer;
  min-height: 40px;
}

.line_block .share_wrapp:hover {
  padding-right: 54px;
  padding-left: 10px;
}

.line_block .share_wrapp:before {
  content: "";
  position: absolute;
  top: 0;
  right: 44px;
  display: block;
  background: #f2f2f2;
  width: 1px;
  height: 100%;
}

.line_block .share_wrapp .text {
  padding: 0px;
  border: none;
  color: #555;
}

.page-top .line_block .share_wrapp:not(:hover) {
  padding-right: 24px;
}

.page-top .line_block .share_wrapp {
  border: none;
}

.page-top .line_block .share_wrapp:before {
  background: transparent;
}

.page-top .line_block .share_wrapp:after {
  right: 15px;
}

.page-top .line_block .share_wrapp .text {
  display: none;
}

.line_block .share_wrapp:hover .text {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.line_block .share_wrapp .text:before {
  display: none;
}

.line_block .share_wrapp:after {
  background-image: url('/local/templates/aspro_next/./images/svg/header_icons.svg');
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 14px;
}

.page-top-wrapper.color .share_wrapp:after {
  background-position: -33px -32px;
}

.line_block .share_wrapp:after,
.page-top-wrapper.color .share_wrapp:hover:after {
  background-position: -1px -32px;
}

.line_block .share_wrapp:hover:before {
  background: #fff;
}

.line_block .share_wrapp .btn.active,
.line_block .share_wrapp .btn:active {
  box-shadow: none;
}

.line_block .share_wrapp:hover {
  background: #f2f2f2;
  padding-top: 6px;
  padding-bottom: 1px;
}

.line_block .share_wrapp .shares {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: static;
  box-shadow: none;
  width: auto;
  margin: 0px;
  background: none;
}

.line_block .share_wrapp .shares:after {
  display: none;
}

.line_block .share_wrapp .shares .b-share {
  padding: 0px !important;
  background: none;
}

.line_block .share_wrapp:hover .shares {
  opacity: 1 !important;
  visibility: visible;
  display: block !important;
}

a .zoom {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0px 0px -25px;
  opacity: 0;
  transition: all ease 0.3s;
}

.current:hover .zoom,
.item:hover .zoom,
.popup_link:hover .zoom {
  opacity: 1;
}

.zoom:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("/local/templates/aspro_next/images/svg/next.svg") -250px -171px no-repeat;
  width: 21px;
  height: 22px;
  margin: -12px 0px 0px -11px;
}

.title-v4 .share_wrapp .text {
  border-color: #fff;
}

.title-v4 .rss,
.title-v4 .breadcrumbs a:hover span {
  color: #fff;
}

.catalog_detail .element_detail_text {
  font-size: 12px;
  line-height: 15px;
  padding: 0px 0px 39px;
}

.catalog_detail .element_detail_text .sh {
  width: 120px;
  float: left;
}

.catalog_detail .element_detail_text .price_txt {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 18px;
}

.catalog_detail .element_detail_text .price_txt .sharing {
  float: left;
}

.catalog_detail .element_detail_text .price_txt>.sharing+.text {
  padding-left: 200px;
}

.price_txt .sharing>div .share_wrapp:hover .shares {
  /*opacity:0 !important;*/
}

.price_txt .sharing>div .share_wrapp .shares {
  position: absolute;
  top: 51px;
  left: 34px;
  z-index: 3;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin: 0px -20px;
  width: 143px;
}

.price_txt .sharing>div .share_wrapp .shares>div {
  padding: 20px 20px 15px 23px !important;
}

.price_txt .sharing>div .share_wrapp .shares>div ul li {
  padding: 0px;
  margin-bottom: 5px;
}

.price_txt .sharing>div .share_wrapp .shares>div ul li:before {
  display: none;
}

.price_txt .sharing>div .share_wrapp:hover,
.price_txt .sharing>div .share_wrapp.opened {
  background: #f2f2f2;
  border-radius: 2px;
}

.price_txt .sharing>div .share_wrapp:hover:before,
.price_txt .sharing>div .share_wrapp.opened:before {
  background: #fff;
}

.price_txt .sharing>div .share_wrapp .text {
  padding: 8px 64px 10px 20px;
  background: #fff;
  border: 1px solid #f2f2f2;
  line-height: 22px;
  box-shadow: none;
  z-index: 2;
  background: none;
}

.price_txt .sharing>div .share_wrapp .text:before {
  display: none;
}

.price_txt .sharing>div .share_wrapp:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 12px;
  display: block;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -163px -141px no-repeat;
  width: 17px;
  height: 18px;
}

.price_txt .sharing>div .share_wrapp:before {
  content: "";
  position: absolute;
  top: 0;
  right: 44px;
  display: block;
  background: #f2f2f2;
  width: 1px;
  height: 100%;
  z-index: 1;
}

.price_txt .sharing>div .share_wrapp:hover .text {
  opacity: 1;
  visibility: visible;
  display: block;
}

.catalog_detail .props_list {
  width: 100%;
  margin: 0px 0px 0px;
  color: #555;
}

.catalog_detail .tabs_content .char_block {
  margin-bottom: 30px;
}

.catalog_detail .props_list td {
  position: relative;
  vertical-align: bottom;
  font-size: 13px;
  vertical-align: top;
  background: url("/local/templates/aspro_next/images/dott.png") no-repeat;
  background-position: 0px 14px;
  background-repeat: repeat-x;
  width: 50%;
}

.catalog_detail .props_list td.char_value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog_detail .props_list td.char_value span {
  padding: 0px 0px 0px 10px;
}

.catalog_detail .props_list .props_item,
.catalog_detail .props_block .char_name .props_item,
.catalog_detail .props_block .char_value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog_detail .props_list .props_item span {
  background: #fff;
  padding-right: 10px;
}

.catalog_detail .props_list .props_item.whint span,
.catalog_detail .props_block .char_name .props_item.whint,
.catalog_detail .offers_table .property .props_item.whint>span {
  padding-left: 22px;
}

.catalog_detail .props_list .hint {
  left: 0px;
  top: 5px;
  z-index: auto;
}

.catalog_detail .props_list .hint+span {
  padding-left: 22px;
}

.catalog_detail .hint .tooltip {
  left: 0px;
  text-align: left;
}

.catalog_detail .hint.active .tooltip {
  opacity: 1;
  z-index: 204;
}

.catalog_detail .hint .tooltip:after {
  left: 2px;
}

.catalog_detail .char_name .hint .icon {
  left: 0px;
}

.catalog_detail .props_block .char_name .hint .icon,
.catalog_detail .property .char_name .hint .icon {
  top: 1px;
  border-radius: 100%;
}

.catalog_detail .props_block .char_name {
  position: relative;
}

.catalog_detail .props_list.line td.char_value span {
  padding-left: 0px;
}

.catalog_detail .props_list.line .props_item span {
  padding-right: 4px;
}

.item_slider .slides .flex-direction-nav {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 0px;
  right: 0px;
}

.item_slider .slides .flex-direction-nav li {
  height: 42px;
  width: 42px;
  display: block !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.item_slider .slides:hover .flex-direction-nav li {
  opacity: 1 !important;
}

.item_slider .slides .flex-direction-nav li span {
  vertical-align: middle;
}

.item_slider .slides .flex-direction-nav li.flex-nav-next {
  right: 0px;
}

.item_slider .slides .flex-direction-nav li span.flex-prev {
  background-position: 8px -101px;
}

.item_slider .slides .flex-direction-nav li:hover span.flex-prev {
  background-position: 8px 5px;
}

.item_slider .slides .flex-direction-nav li span.flex-next {
  background-position: -26px -101px;
}

.item_slider .slides .flex-direction-nav li:hover span.flex-next {
  background-position: -26px 5px;
}

.item_slider .slides:not(:hover) .flex-direction-nav.ext li {
  opacity: 0 !important;
}

.display_list .list_item .props_list {
  width: 100% !important;
}

.display_list .list_item .props_list td {
  overflow: hidden;
  width: 50%;
  text-overflow: ellipsis;
  background: url(/local/templates/aspro_next/images/dott.png) no-repeat;
  background-position: 0px 14px;
  background-repeat: repeat-x;
}

.display_list .list_item .props_list td:last-of-type>span {
  padding-left: 12px;
}

.catalog_detail .offers_table .property .props_item {
  display: inline-block;
  position: relative;
}

.catalog_detail .offers_table .property .props_item .hint {
  position: absolute;
}

.props_list .hint {
  position: absolute;
  top: 0px;
  right: -12px;
  z-index: 1;
}

.props_list .hint .icon {
  border-radius: 100%;
}

.catalog_detail .like_icons .value.added {
  border-radius: 0px;
}

.catalog_detail .like_icons .value.added i {
  border-radius: 100%;
}

.catalog_detail .like_icons span.added:hover {
  background-color: #fff;
}

.catalog_detail .tabs_content .descr_div>div {
  padding-bottom: 4px;
}

.catalog_detail .tabs_content .descr_div .char_block {
  width: 50%;
  padding: 0px 40px 36px 0px;
  margin-bottom: 0;
}

.catalog_detail .tabs_content .descr_div .char_block.wide {
  width: 100%;
}

.catalog_detail .tabs_content .descr_div .char_block+.serv {
  padding: 0px 0px 0px 10px;
}

.catalog_detail .tabs_content .serv {
  width: 50%;
}

.catalog_detail .tabs_content .serv.block_view {
  padding: 0px;
}

.catalog_detail .title-tab-heading {
  background: #fff;
  border: 1px solid #F9F9FA;
  color: #222;
  margin: 0px 0px -1px 0px;
  padding: 18px 25px 17px;
  border-radius: 0;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.catalog_detail .title-tab-heading:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 20px;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 17px;
  right: 25px;
  font-weight: 400;
}

.catalog_detail .active .title-tab-heading:before {
  content: "\f106";
}

.table-elements .item .text {
  line-height: 24px;
  display: table;
  width: 100%;
  height: 100%;
}

.table-elements .items .item:hover .dark_block_animate {
  opacity: 0;
}

.table-elements .items .item .image .dark_block_animate {
  background: rgb(46, 46, 47);
}

.table-elements .items .item .image:hover .dark_block_animate {
  opacity: 0.8;
}

.table-elements .item .text .cont {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 10px;
}

.table-elements .item .text .cont>div {
  position: relative;
  top: 0px;
  left: 0px;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}

.table-elements .item .text .cont>div * {
  opacity: 1;
}

.table-elements .item .text .cont>div span {
  display: block;
  font-size: 20px;
  opacity: 1;
  font-weight: bold;
  padding-bottom: 28px;
}

.table-elements .item .text .cont>div .text_more .mores {
  position: relative;
  padding: 0px 30px 0px 0px;
  display: inline-block;
}

.table-elements .item .text .cont>div .text_more .mores:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  display: block;
  width: 20px;
  height: 14px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -222px -16px no-repeat;
}

.wrap-portfolio-front .item .text .section_name {
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  background: #d4d4d4;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0px 10px;
  margin: 0px 10px 10px 0px;
  display: inline-block;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
}

.wrap-portfolio-front .item .text .title,
.item .text .titles {
  font-weight: 400;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #fff !important;
}

.wrap-portfolio-front .item .text .title span,
.item .text .titles span {
  font-size: 20px;
}

.item:hover .text .cont>div,
.table-elements .item .image:hover .text .cont>div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.table-elements .item:hover .text .cont>div {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.wrap-portfolio-front .item .img_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bx-firefox .wrap-portfolio-front .item .img_block {
  background-position-x: 0;
}

.zomm_wrapper-block {
  position: relative;
}

.items .item .dark_block_animate {
  opacity: 0;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  top: 0px;
}

.items .item:hover .dark_block_animate {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.detail .items .item:hover .dark_block_animate,
.zomm_wrapper-block:hover .dark_block_animate {
  opacity: 0.4;
  z-index: 10;
}

.scale_block_animate {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.item .scale_block_animate img {
  max-width: 100%;
  max-height: 100%;
}

.props_block .char {
  margin: 12px 0;
  display: inline-block;
  width: calc(50% - 10px);
  text-align: left;
  padding: 0px 10px 0px 0px;
  vertical-align: top;
}

@media screen and (min-width: 600px) {
  .props_block .char {
    width: calc(33% - 10px);
  }
}

@media screen and (min-width: 768px) {
  .props_block .char {
    width: calc(25% - 10px);
  }
}

@media screen and (min-width: 992px) {
  .props_block .char {
    width: calc(20% - 10px);
  }

  .props_block.narrow .char {
    width: calc(33% - 10px);
  }

  .catalog_section_list .section_item .desc .desc_wrapp {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .props_block .char {
    width: calc(16.6% - 10px);
  }
}

.props_block .char_name {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
}

.props_block .char_value {
  font-weight: bold;
  font-size: 14px;
}

.catalog_detail .tabs_content .props_block .char {
  font-size: 13px;
}

.catalog_detail .tabs_content .props_block .char .hint {
  position: absolute;
  top: 0px;
  right: -19px;
}

.catalog_detail .p_block .item-stock .value .store_view {
  border-bottom: 1px dotted;
}

.catalog_detail .item-stock .value .store_view:hover {
  color: #1d2029;
}

.catalog_detail .wrapp_docs {
  width: 25%;
  padding: 0px 20px 0px 0px;
}

.button.wicon i {
  background-position: -91px -206px;
  margin: 0px 10px 0px 5px;
}

.catalog_detail .show_btn {
  width: 15%;
  float: left;
}

.catalog_detail .form_wr {
  width: 85%;
  font-size: 12px;
  padding: 0px 0px 0px 21px;
  float: left;
}

.catalog_detail .buy_block .button.in-cart i,
.catalog_detail .buy_block .btn.in-cart i {
  background-position: -36px -3px;
  margin-right: 10px;
  width: 12px;
}

.forms .text_block {
  width: 29%;
  font-size: 13px;
  padding: 0px 60px 0px 0px;
}

.forms .form_block {
  width: 71%;
}

.items-services>.row>div {
  margin: 0px 0px -1px 0px;
}

.items-services.item-views .item {
  border: 1px solid #f2f2f2;
  box-shadow: none;
  padding: 30px;
  margin: 0px;
}

body .items-services.item-views .item>.image {
  width: 165px;
}

body .items-services.item-views .item>.image+.body-info {
  padding-left: 195px;
}

body .items-services.item-views.image_right .item>.image+.body-info {
  padding-right: 195px;
  padding-left: 0px;
}

body .items-services.item-views .item>.body-info {
  padding-top: 0px;
}

body .items-services.item-views .item .body-info .title {
  margin: 0px;
}

body .items-services.item-views .item .body-info .previewtext {
  margin: 7px 0px 0px;
  font-size: 13px;
}

.catalog_detail .info_item .middle_info .buy_block .sku_props {
  display: block;
}

.bx_item_detail_scu .bx_scu_scroller_container {
  margin-left: 2px;
}

.middle_info .bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item {
  border: 2px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
}

.bx_catalog_item_scu .bx_item_detail_scu ul li .cnt_item.pp {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-width: 2px;
}

.middle_info .bx_catalog_item_scu .bx_scu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}

.middle_info .bx_catalog_item_scu .bx_scu ul li {
  width: 50px;
  padding: 0;
  margin: 9px 6px;
}

.middle_info .bx_catalog_item_scu ul li .cnt1 {
  width: 100%;
  display: inline-block;
  padding-top: 100%;
}

.middle_info .sku_props .bx_size_scroller_container,
.middle_info .sku_props .bx_scu_scroller_container {
  margin-top: 8px;
}

.middle_info .sku_props .wrapper_sku>div {
  margin-top: -9px;
  margin-bottom: 15px;
}

/*bottom slider start*/
.bottom_slider .catalog_item {
  text-align: center;
}

.bottom_slider .catalog_item .cost.prices,
.wr .catalog_item .cost.prices {
  /*margin:11px 0px 0px;*/
}

.bottom_slider .catalog_item .buttons_block {
  text-align: center;
}

.bottom_slider .catalog_item:hover .item_info {
  /*height:auto !important;*/
}

.bottom_slider .catalog_item .buttons_block .button {
  float: none;
}

/*bottom slider end*/

/*reviews*/
.reviews-reply-field .lhe-stat-toolbar-cont {
  border: 1px solid #f2f2f2;
  border-bottom-width: 0px;
  box-sizing: border-box;
  border-radius: 2px 2px 0px 0px;
  background-color: #f7f7f7;
}

.reviews-reply-field iframe {
  border: 1px solid #f2f2f2 !important;
  box-sizing: border-box;
  border-radius: 0px 0px 2px 2px;
  background-color: #f7f7f7;
}

.reviews-reply-field-upload {
  padding: 11px 0px 19px;
}

.forum-upload-file-attach {
  font-size: 13px;
}

.reviews-reply-field input[type="checkbox"] {
  display: none;
}

.filter label span {
  line-height: 14px;
}

.reviews-reply-field-settings {
  padding: 0px 0px 16px;
}

.reviews-post-reply-buttons {
  margin: 0px 0px 23px;
}

.reviews-reply-buttons .button:first-child {
  margin: 0px 13px 0px 0px;
}

.reviews-post-reply-buttons a {
  font-size: 13px;
  color: #999;
}

.reviews-reply-header,
.reviews-reply-fields label {
  margin: 0px 0px 6px 0px;
  display: block;
}

.reviews-reply-fields {
  margin: 0px 0px 19px 0px;
}

.reviews-block-container {
  margin: 0px 0px 30px 0px;
}

.reviews-post-table {
  font-size: 12px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin: 0px 0px 13px;
}

.reviews-post-table thead td .message-post-date {
  line-height: 14px;
  padding-left: 11px;
  font-size: 13px;
  color: #777777;
  margin-left: 0px;
  display: inline-block;
}

.reviews-post-table thead td {
  color: #222;
  font-size: 14px;
}

.reviews-post-reply-buttons span.separator {
  background-color: #e0e0e0;
  display: inline-block;
  margin: 0 4px;
  height: 8px;
  line-height: 5px;
  width: 1px;
}

.reviews-post-table .reviews-text {
  margin: 9px 0px 14px;
  color: #555;
  font-size: 14px;
}

.forum-quote {
  background: #f8f2d4;
  width: 100%;
  margin: 5px 0px 0px;
}

blockquote.bx-quote {
  background: #f8f2d4 !important;
}

.forum-quote tr th {
  text-indent: -9999px;
  display: none;
}

.forum-quote tbody tr td {
  border: 1px solid #dddddd;
  padding: 8px 13px 0px;
  background: url("/local/templates/aspro_next/images/font_quote.gif") no-repeat scroll -1px -1px;
}

.forum-quote tbody tr td a,
.reviews-header-title a {
  cursor: default;
}

.reviews-reply-field-captcha .text_block {
  padding: 0px 10px 0px 0px;
  font-size: 12px;
}

.reviews-reply-field-captcha .capch_block {
  padding: 17px 0px 0px;
  line-height: 0px;
}

div.reviews-header-box {
  color: #fff;
}

div.reviews-info-box,
.reviews-note-box {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0px 0px 20px;
}

div.reviews-code-box {
  font-size: 12px;
  width: 100%;
  border-width: 1px;
  background: #f8f2d4;
}

div.reviews-code-box ol,
div.reviews-code-box ol li,
div.reviews-code-box ol li span {
  margin: 0;
  padding: 0;
  border: none;
}

div.reviews-code-box ol {
  list-style: decimal;
  margin-left: 3em;
  padding: 0.5em 0;
}

div.reviews-code-box ol li {
  list-style: decimal-leading-zero;
  list-style-position: outside !important;
  padding: 0 0.5em 0 1.5em !important;
  margin: 0;
  line-height: 1.5em;
}

.reviews-note-box p {
  margin-bottom: 0px;
}

.reviews-note-box .reviews-note-error {
  color: #e62222;
}

.reviews-reply-field .feed-add-post-text {
  padding: 0px;
}

.item-views.table.normal-img .item .image img {
  max-height: none;
}

.item-views.table-elements .item .image {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  display: block;
  position: relative;
  overflow: hidden;
}

.item-views.table-elements .item .image img {
  max-height: 100%;
  display: inline-block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.item-views.table-elements .item .body-info {
  padding: 20px 0px 22px;
}

.item-views.table-elements.news2 .item .body-info {
  padding-left: 20px;
  padding-right: 20px;
}

.item-views.table-elements.news2 .item .body-info .period {
  margin-bottom: 3px;
}

.item-views.table-elements.news2 .item .body-info .previewtext {
  margin-top: 3px;
}

.item-views.table-elements.news2 .item.wti .body-info {
  border-top: 1px solid #F9F9FA;
}

.item-views.table-elements .item .body-info .title {
  font-weight: bold;
}

.item-views.table-elements .item .body-info .previewtext {
  margin-bottom: 0px;
  font-size: 0.933em;
}

.item-views.table-elements .item .body-info .previewtext p {
  margin-bottom: 12px;
}

.mixitup-container .item-views.table-elements .row>div {
  visibility: hidden;
}

.mixitup-container.mixitup-ready .item-views.table-elements .row>div {
  visibility: visible;
}

.mixitup-container .item-views.table-elements .item .image {
  max-height: 350px;
}

.item-views.sections {
  margin-bottom: 0;
}

.item-views.sections .item {
  margin: 0 0 59px;
  overflow: hidden;
}

.item-views.sections .item .info {
  color: #555555;
  line-height: 18px;
}

.item-views.sections .item .info a {
  text-decoration: none;
}

.item-views.sections.front .item .title,
.item-views.sections .row_block .item .title {
  margin-bottom: 18px;
}

.item-views.sections.front .item .title a,
.item-views.sections .row_block .item .title a {
  font-size: 1em;
  line-height: 20px;
}

.item-views.sections .item .title a {
  font-size: 1.6em;
  line-height: 1.167em;
  font-weight: bold;
  margin-bottom: 18px;
}

.item-views.sections .item .image {
  height: 133px;
  line-height: 133px;
  margin-bottom: 18px;
  text-align: left;
  width: 200px;
}

.item-views.sections .item .image img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.item-views.sections .row_block .item .text.childs {
  display: block;
}

.item-views.sections .row_block .item .text.childs ul li {
  padding-left: 11px;
}

.list-type-block.item-views .item.shadow:hover {
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.sub_container {
  position: relative;
}

.item-views {
  margin-bottom: 0;
  position: relative;
}

.wraps>.wraps .item-views {
  padding-bottom: 31px;
}

.item-views.with_tabs hr:last-of-type {
  display: none;
}

.item-views .cat-desc {
  padding: 0px 0px 30px;
}

.item-views .cat-desc h3:first-of-type,
.text_after_items h3:first-of-type,
.text_after_items h2:first-of-type {
  margin-top: 0px;
}

.text_after_items {
  padding: 80px 0px 0px;
}

.item-views .section-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 15px;
}

.item-views .item {
  margin-bottom: 10px;
  position: relative;
  transition: box-shadow 0.3s ease;
  box-shadow: 0px 0px 0px 1px #F9F9FA;
}

.item-views.accordion .item {
  border-color: #F9F9FA;
  margin-bottom: 1px;
  padding-bottom: 11px;
}

.item-views.accordion .item.opened {
  background: #F9F9FA;
}

.catalog.item-views .flexslider .item .buy_block .counter input {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #fff;
}

.item-views.list .item {
  margin-bottom: 0px;
}

.item-views.list hr {
  margin: 47px 0px;
}

.item-views.list .sect-divider {}

.item-views.list .item .title {
  font-size: 16px;
}

.item-views .item.noborder {
  border: none !important;
  box-shadow: none !important;
}

.item-views .item .title {
  font-weight: bold;
  margin-bottom: 6px;
}

.item-views .item .section_name {
  color: #85878b;
  font-size: 11px;
  line-height: 13px;
  margin: 7px 0 10px;
}

.item-views .item .previewtext {
  margin-bottom: 20px;
  margin-top: 10px;
  color: #555;
  overflow: hidden;
}

.item-views .item .previewtext p {
  margin-bottom: 0px;
  color: #555;
}

.item-views.table .item {
  margin-bottom: 30px;
}

.item-views.table .item .title {
  /*text-align:center;*/
}

.item-views.table .item .text {
  padding: 15px 24px 24px;
  overflow: hidden;
}

.item-views.table .item.wti .text {
  padding-top: 24px;
}

.item-views.table .item .image {
  padding: 24px 24px 0 24px;
  text-align: center;
  width: 100%;
}

.item-views.table .item .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  max-height: none;
}

.list-type-block.item-views .item {
  width: 100%;
  display: block;
}

.list-type-block.item-views .item .title {
  margin-bottom: 28px;
  color: #333;
}

.item-views.list .item.wdate .title {
  margin-bottom: 5px;
}

.list-type-block.item-views .item .previewtext {
  margin-bottom: 25px;
}

.list-type-block.item-views .item>.image {
  max-width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 193px;
}

.list-type-block.item-views.wide_img .item>.image {
  width: 304px;
  max-height: none;
}

.list-type-block.item-views.wide_img .item .image+.body-info {
  padding-left: 353px;
}

.list-type-block.item-views.wide_img .item .body-info {
  padding-top: 12px;
}

.list-type-block.item-views.wide_img .item .period {
  margin-bottom: 5px;
}

.list-type-block.item-views.wide_img .item .previewtext {
  margin-top: 5px;
}

.list-type-block .link-block-more a {
  font-size: 0.929em;
}

.list-type-block.item-views.wide_img hr {
  margin: 38px 0px 38px;
}

.list-type-block.item-views.wide_img.image_right .item .image+.body-info {
  padding-right: 353px;
  padding-left: 0px;
}

.list-type-block.item-views.list-elements .item>.image {
  width: 100px;
  height: 100px;
  line-height: 97px;
  min-height: 100px;
}

.list-type-block.item-views.list-elements .item .image+.body-info {
  padding-left: 135px;
  padding-top: 10px;
}

.list-type-block.item-views.list-elements.image_right .item .body-info {
  padding-left: 0px;
  padding-right: 135px;
}

.list-type-block.item-views.list-elements .item {
  margin: 0px;
}

.list-type-block.item-views.list-elements hr {
  margin: 10px 0px 30px;
}

.bx_item_detail_inc_two {
  border-top: 1px solid #F9F9FA;
  padding: 25px 0px 20px;
}

.bx_item_detail_inc_two .list-type-block.item-views {
  margin: 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item_block {
  padding: 0px 0px 10px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item>.image {
  width: 45px;
  height: 45px;
  line-height: 45px;
  min-height: 45px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item>.image+.body-info {
  padding-left: 64px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item>.body-info {
  padding-top: 4px;
  color: #555;
}

.bx_item_detail_inc_two .list-type-block.item-views .item>.body-info .title {
  color: #555;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item {
  padding-left: 39px;
}

.list-type-block.item-views.image_right .item>.image {
  float: right;
}

.list-type-block.item-views .item .image+.body-info {
  padding-left: 225px;
}

.list-type-block.item-views .item .image.padding+.body-info {
  padding-left: 243px;
}

body .list-type-block.item-views:not(.items-services) .item>.body-info {
  padding-top: 12px;
}

body .list-type-block.item-views .flexslider .item>.body-info {
  padding-bottom: 20px;
}

body .list-type-block.item-views.reviews .item>.body-info {
  padding-top: 0px;
}

.list-type-block.item-views .items>div:first-of-type .item>.body-info {}

.list-type-block.item-views .item.wti .body-info {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-type-block.item-views.image_right .item .body-info {
  padding-left: 0px;
  padding-right: 225px;
}

.list-type-block.item-views.image_right .item.padding .body-info {
  padding-left: 0px;
  padding-right: 243px;
}

.ask_a_question_wrapper {
  position: relative;
}

.ask_a_question_wrapper .ask_a_question {
  position: absolute;
  top: 0px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  transition: top ease 0.3s;
  max-width: 286px;
  width: 100%;
}

.ask_a_question_wrapper .ask_a_question.fixed {
  position: fixed;
}

.ask_a_question_wrapper .ask_a_question.nonfixed {
  position: static !important;
}

.ask_a_question_wrapper .ask_a_question .btn.white:not(.grey):not(:hover) {
  background: none;
}

.row>div>.detail .ask_a_question {
  width: auto;
}

.detail .ask_a_question .btn-default.wc.vert {
  margin: 0 0 13px;
}

.detail .ask_a_question .btn-default.wc.vert+div {
  color: #888888;
  line-height: 16px;
}

/* FLEXSLIDER */
.detail .gallery-block .flexslider .slides>li {
  max-height: none;
  padding: 0px;
  margin: 0px;
}

.detail .gallery-block .small-gallery ul.items li {
  width: 60px !important;
  border: 2px solid transparent;
  position: relative;
}

.detail .gallery-block .small-gallery ul.items li:hover {
  cursor: pointer;
}

.detail .gallery-block .small-gallery ul.items li.flex-active-slide {}

.detail .gallery-block .bigs.flexslider {
  margin-bottom: 81px;
  box-shadow: 0px 0px 0px 1px #F9F9FA inset;
  overflow: hidden;
}

.detail .gallery-block .bigs.flexslider .slides .item {
  border: none;
  text-align: center;
  max-height: 500px;
  min-height: 300px;
}

.detail .gallery-block .bigs.flexslider .slides .item a {
  display: inline;
}

.detail .gallery-block .bigs .item img {
  width: auto;
  max-height: 100%;
  margin: auto;
}

.detail .gallery-block .small-gallery.flexslider {
  border: 0 none;
  box-shadow: none;
  z-index: 1;
  display: inline-block;
  text-align: center;
  margin: 0px auto 0px !important;
  padding: 0 58px;
  max-width: 816px;
}

.detail .gallery-block .small-gallery-wrapper {
  text-align: center;
  padding: 15px 0px 20px;
  font-size: 0px;
  line-height: 0px;
}

.detail h5+.gallery-block .small-gallery-wrapper {
  padding-top: 0px;
}

.detail h5+.gallery-block .bigs.flexslider {
  margin-bottom: 55px;
}

.detail .gallery-block .bigs.flexslider .flex-control-paging {
  top: -3px !important;
}

.flexslider.nav-title .flex-direction-nav li a {
  color: #fff;
  padding-top: 60px;
  height: auto;
  width: auto;
  text-shadow: none;
  margin-top: -50px;
}

.flexslider.nav-title .flex-direction-nav li a.flex-next:before {
  background: url(/local/templates/aspro_next/images/svg/Arrow_left_white.svg) 0px 0px no-repeat;
}

.flexslider.nav-title .flex-direction-nav li a.flex-next {
  right: 33px;
}

.flexslider.nav-title .flex-direction-nav li a.flex-prev:before {
  background: url(/local/templates/aspro_next/images/svg/Arrow_right_white.svg) 0px 0px no-repeat;
}

.flexslider.nav-title .flex-direction-nav li a.flex-prev {
  left: 33px;
}

.flexslider.nav-title .item .bg-images {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(5px);
  filter: blur(10px);
  background-position: center center;
}

.flexslider.nav-title .items .item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(34, 34, 34, 0.7);
  display: block;
}

.flexslider.small-gallery .flex-direction-nav a {
  font-size: 0px;
}

.detail .small-gallery-block .flex-control-nav {
  display: block;
  bottom: 0;
  top: inherit;
}

.with-padding.wraps .top_right.border.custom_flex .flex-direction-nav {
  top: -50px;
}

.with-padding.wraps .flexslider .items {
  padding-top: 18px;
}

.with-padding.wraps .gallery-wrapper .flexslider .items {
  padding-top: 0px;
}

.detail .galery .flexslider .slides>li {
  max-height: 488px;
  opacity: 0;
  line-height: 467px;
  height: 470px;
}

.zomm_wrapper-block {
  position: relative;
}

.zomm_wrapper-block:hover .flex-direction-nav a {
  opacity: 1 !important;
}

.bigs .flex-direction-nav li {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
  transition: all ease 0.3s;
  opacity: 0;
}

.bigs .flex-direction-nav li.flex-nav-prev {
  left: -50px;
}

.bigs:hover .flex-direction-nav li {
  opacity: 1;
}

/*.bigs:hover .flex-direction-nav li.flex-nav-prev {
  left: 10px;
}*/
.bigs .flex-direction-nav li.flex-nav-next {
  right: -50px;
}

/*.bigs:hover .flex-direction-nav li.flex-nav-next {
  right: 10px;
}*/

.flexslider ul {
  margin: 0px;
}

.center-nav .flex-direction-nav li {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.center-nav .flex-direction-nav li.flex-nav-prev {
  left: 10px;
}

.center-nav .flex-direction-nav li.flex-nav-next {
  right: 10px;
}

.flex-control-nav li:before {
  display: none !important;
}

/* BLOG */
.blog.list-type-block.item-views .item {
  border: 1px solid #F9F9FA;
  box-shadow: none;
  margin: 0px 0px -1px;
  transition: box-shadow ease 0.3s;
  padding: 49px;
}

.blog.list-type-block.item-views .item>.image {
  padding: 0px;
  width: 320px;
  height: 213px;
  line-height: 210px;
  max-height: none;
}

.blog.list-type-block.item-views .item .body-info {
  padding: 0px;
}

.blog.list-type-block.item-views .item .image+.body-info {
  padding-left: 361px;
}

.blog.list-type-block.item-views.image_right .item .image+.body-info {
  padding-right: 361px;
  padding-left: 0px;
}

.blog.list-type-block.item-views .item .title {
  font-size: 1.6em;
  line-height: 1.167em;
}

.blog .bottom_nav {
  text-align: center;
  padding: 50px 0px 20px;
}

.blog.banners-small .bottom_nav {
  padding-top: 18px;
}

.search-tags-cloud .title-block-middle {
  padding: 0px 0px 16px;
}

.search-tags-cloud .tags {
  margin: 0px -2px 43px;
}

.bottoms+.search-tags-cloud .tags {
  margin-bottom: 35px;
}

.search-tags-cloud .tags a {
  background: #F9F9FA;
  padding: 5px 11px 6px;
  color: #999999;
  font-size: 0.8em;
  border-radius: 4px;
  margin: 0px 2px 5px;
  line-height: 15px;
  display: inline-block;
}

.search-tags-cloud .tags a:hover {
  color: #fff;
}

.preview-text-detail {
  padding: 0 0 20px;
  font-size: 1.2em;
  color: #222;
  line-height: 1.6em;
  margin-bottom: 10px;
  position: relative;
}

.preview-text-detail .colored_line {
  margin-top: 40px;
  height: 2px;
}

.banners-small.blog {
  padding: 0px;
}

.banners-small.blog .items {}

.banners-small.blog .items .item {
  box-shadow: 0px 0px 0px 1px #f2f2f2;
  margin: 0px 0px 32px;
}

.edge .banners-small.blog .items .item {
  box-shadow: none;
}

.items .item.shadow:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.bx-ie-edge .items .item.shadow:hover,
.bx-ie .items .item.shadow:hover {
  box-shadow: none;
}

.blog_wrapper.blog .top_block {
  padding-top: 0px;
}

.blog_wrapper.blog .item .inner-item {
  padding-bottom: 19px;
}

.blog_wrapper.blog .item .inner-item .date-block {
  padding-top: 8px;
}

.container-block {
  margin: 0px 0px 40px;
}

.fill-block {
  background: #F9F9FA;
  padding: 21px 30px 16px;
  border-bottom: 1px solid #F9F9FA;
}

.title-block-middle {
  color: #333;
  font-size: 1.067em;
  font-weight: 500;
}

.fill-block .title-block-middle {
  padding: 0px 0px 19px;
  border-bottom: 1px solid #f1f1f1;
}

.fill-block ul {
  margin: 0px;
  padding: 14px 0px 0px;
}

.fill-block ul li {
  padding: 0px;
  margin: 0px;
}

.fill-block ul li:before {
  display: none;
}

.fill-block ul li a {
  display: block;
  padding: 4px 0px;
}

.fill-block ul li a .text {
  font-size: 0.933em;
  padding: 0px 12px 0px 0px;
}

.fill-block ul li a .count,
.fill-block ul li a:hover .count {
  font-size: 0.867em;
  float: right;
  color: #999999;
}

.period-wrapper {
  margin: 0px 0px 13px;
}

.projects.item-views.table.with-comments {
  border-top: 1px solid #F9F9FA;
  margin: 20px 0px 0px;
}

.projects.item-views.table.with-comments.side-block {
  border-top: none;
  margin: 0 0 30px 0;
}

.projects.item-views.table.with-comments.side-block li {
  padding-left: 0px;
}

.projects.item-views.table.with-comments .flexslider .item,
.projects.item-views.table.with-comments .flexslider .item:hover {
  box-shadow: none;
}

.item-views.table.with-comments .item .image {
  max-height: 203px;
}

.item-views.table.with-comments.side-block .item {
  margin-bottom: 0px;
  border: none;
  height: auto !important;
}

.item-views.table.with-comments .item .title {
  font-weight: bold;
}

.title-block-big {
  font-size: 1.2em;
  font-weight: bold;
  color: #222;
}

.item-views.table.with-comments .title-block-big {
  padding: 40px 0px 32px;
}

.item-views.table.with-comments.side-block .title-block-big {
  font-size: 1.067em;
  padding-top: 0px;
}

.item-views.table.with-comments .item .info {
  padding: 13px 20px 20px;
}

.item-views.table.with-comments .item .comments-wrapper {
  color: #9a9a9a;
  font-size: 0.867em;
  text-align: left;
}

/* PROJECTS */
.detail .front .flex-direction-nav a:before {
  opacity: 1;
}

.detail .wraps.projects-block {
  margin-bottom: -12px;
}

.detail .wraps.projects-block h5 {
  margin-bottom: 15px;
}

.detail .projects.item-views.table .flexslider {
  margin-bottom: 0px;
}

.detail .projects.item-views.table .flexslider .slides>li {
  max-height: none;
}

.detail .projects.item-views.table .front .flex-direction-nav {
  top: -46px;
}

.flexslider.shadow .flex-viewport {
  margin: 0px -25px;
  padding: 0px 25px;
  z-index: 1;
}

.item-views.table .item {
  margin-bottom: 16px;
  border: 1px solid #F9F9FA;
  transition: box-shadow 0.3s ease;
  display: block;
  box-shadow: none;
}

.projects.item-views.table .flexslider .item {
  margin-bottom: 0px;
}

.item-views li[class*="col-md"]:before {
  display: none;
}

.flexslider.shadow .slides {
  padding: 18px 0px 18px;
}

.flexslider.shadow.front .flex-direction-nav .flex-prev,
.flexslider.shadow.front .flex-direction-nav .flex-next {
  top: 7px;
}

.item-views .shadow .item:hover,
.projects.item-views.table .flexslider .item:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.group-content h3 {
  font-weight: bold;
}

body .group-content .tab-pane:first-of-type h3 {
  margin-top: 0px;
}

.group-content .tab-pane .text_before_items {
  margin-bottom: 30px;
}

.item-views.table .item a {
  text-decoration: none;
}

.item-views .item .title a {
  color: #222;
}

.item-views.table .item .title a {
  font-weight: bold;
}

.item-views.table .item .image {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  max-height: 202px;
}

.item-views.table.bblock .item .image {
  max-height: 354px;
}

.item-views.table .item .image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  *display: inline;
  zoom: 1;
}

.item-views.table.partners .item .image.w-picture img {
  width: auto;
}

.item-views.table .item .info {
  padding: 26px 31px 20px;
  position: relative;
}

.table-type-block.item-views.items-list3 h3 {
  margin-top: 26px;
}

.table-type-block.item-views.items-list3 .row>div,
.table-type-block.item-views.table-elements .row>div {
  padding-bottom: 32px;
}

.table-type-block.item-views.items-list3 .item {
  display: block;
  margin: 0px;
  box-shadow: none;
  border: 1px solid #F9F9FA;
}

.table-type-block.item-views.items-list3 .shadow .item:hover {
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.table-type-block.item-views.items-list3 .item .image {
  float: none;
  text-align: center;
  height: 60px;
  line-height: 57px;
}

.table-type-block.item-views.items-list3 .item .image img {
  display: inline-block;
  max-height: 100%;
}

.item-views.list .items>div h2 {
  margin-top: 30px;
}

.item-views.list .items>div:first-of-type h2 {
  margin-top: 0;
}

.item-views.table-type-block.news-project .items>div.col-md-4:nth-child(3n + 1) {
  clear: left;
}

/* PARTNERS */
.detail .partners.front .flex-control-nav {
  bottom: -25px;
}

.partners.item-views.table .item .image {
  padding: 40px 40px 0;
  height: 150px;
  line-height: 107px;
}

.partners.item-views.table .item .text {
  padding-bottom: 0px;
  padding-top: 30px;
}

.detail.partners {
  overflow: hidden;
}

.detail.partners .detailimage {
  float: right;
  margin: 0px 0px 50px 50px;
  line-height: normal;
  width: 288px;
}

.detail.partners .detailimage .img-partner {
  /*box-shadow: inset 0 0 0 1px #F9F9FA;*/
  display: block;
  padding: 80px 30px;
  line-height: normal;
  text-align: center;
}

.detail.partners .detailimage .img-partner img {
  margin: auto;
}

.detail.partners .detailimage .preview {
  font-size: 0.867em;
  line-height: 1.5em;
}

.detail.partners .detailimage .img-partner+.preview {
  padding: 17px 0px 0px;
}

.detail.partners .detailimage+.post-content hr {
  background: none;
  border: none;
}

/*SERVICES*/
.catalog.sections .items {
  margin-right: 0;
}

.catalog.sections .items>div {
  padding-right: 0;
  padding-left: 0px;
}

.catalog.item-views .item .image {
  padding: 0;
  max-width: 244px;
  height: 244px;
  margin: 0 auto;
  line-height: 241px;
  position: relative;
  background: #fff;
  max-height: 244px;
}

.catalog.item-views.big-img .item .image {
  height: auto;
  line-height: normal;
  max-width: none;
  max-height: none;
  padding-right: 18px;
}

.catalog.item-views.big-img.list .item {
  padding: 50px;
}

.catalog.item-views.news-section1 h2 a,
.catalog.item-views.news-section2 h2 a {
  color: #333;
}

.catalog.sections .item {
  margin: -1px 0 0px -1px;
  overflow: hidden;
  border: 1px solid #F9F9FA;
  padding: 50px 50px 50px;
  box-shadow: none;
  transition: box-shadow ease 0.3s;
}

.catalog.sections .row_block .item {
  padding: 39px 39px 39px;
}

.catalog.sections.front .item {
  padding: 16px 14px 19px;
  margin: 0 0 13px;
}

.catalog.sections .item:hover {
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.catalog.sections .item a {
  text-decoration: none;
}

.catalog.sections .item .info {
  line-height: 18px;
  padding-left: 303px;
}

.catalog.sections .list_block .item.right .info {
  padding-left: 0px;
  padding-right: 303px;
}

.catalog.sections .row_block .item .info {
  padding-left: 182px;
}

.catalog.sections.front .item .info {
  padding-left: 169px;
}

.catalog.sections .item .title {
  font-weight: bold;
  margin-bottom: 36px;
}

.catalog.sections .item .text {
  line-height: 22px;
  color: #555555;
  margin: 0px 0px 27px 0px;
}

.catalog.sections .item .image {
  float: left;
  height: 254px;
  line-height: 254px;
  text-align: center;
  width: 254px;
  max-width: 254px;
  margin-bottom: 0;
  background: #fff;
}

.catalog.sections .row_block .item .image {
  width: 144px;
  text-align: center;
  height: 144px;
  font-size: 20px;
  border-radius: 100%;
  line-height: 140px;
  overflow: hidden;
  background: #fff;
}

.catalog.sections .item.right .image {
  float: right;
}

.catalog.sections.front .item .image {
  height: 110px;
  line-height: 107px;
  width: 138px;
}

.catalog.sections .item .image a {
  text-align: center;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
}

.catalog.sections .item .image img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.catalog.sections .item.wti .info {
  padding-left: 0;
}

.catalog.sections .item.right .info {
  padding-left: 0;
  padding-right: 182px;
}

.catalog.sections .table_block .item {
  margin-left: -1px;
  padding: 25px;
}

.catalog.sections .table_block .item .image {
  float: none;
}

.catalog.sections .table_block .item .image a {
  display: inline;
}

.catalog.sections .table_block .item .info {
  padding-left: 0px;
  padding-top: 30px;
}

.catalog.sections .table_block .item .title {
  margin-bottom: 20px;
}

.catalog.sections .table_block .item .title a {
  font-size: 17px;
  line-height: 24px;
}

/* COMMENTS */
.bx_soc_comments_div .bx-catalog-tab-list li {
  padding-left: 0px;
  margin: 0px;
}

.catalog.item-views.list.projects .item {
  padding: 50px 50px;
}

.catalog.item-views.list.projects .item .image {
  max-width: none;
  max-height: none;
  height: auto;
  padding-right: 16px;
}

.catalog.item-views.list.projects.image_right .item .image {
  padding-right: 0;
  padding-left: 16px;
}

.catalog.item-views.list.projects .item .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 33px;
}

.projectslist h2 {
  margin: 53px 0px 44px;
}

.projectslist:first-of-type h2 {
  margin-top: 0px;
}

.projects.detail .galery .inner {
  max-height: inherit;
  padding: 29px 29px 27px 29px;
}

.projects.detail .galery #carousel.flexslider {
  margin-bottom: -2px !important;
  margin-top: 16px !important;
}

.projects.detail .galery #carousel .slides li {
  width: 100px !important;
}

.projects.detail .head {
  margin-bottom: 24px;
}

.projects.detail .head .info {
  padding: 29px 29px 27px;
}

.projects.detail .head .ask_a_question {
  margin: 0;
}

.projects.detail .head .label {
  height: 20px;
  padding: 0.3em 0.6em;
  margin-right: 35px;
}

.projects.detail .head .article {
  color: #777777;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  vertical-align: top;
}

.projects.detail .head .article>span {
  color: #2f383d;
}

.projects.detail .head .previewtext {
  color: #555555;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 36px;
}

.projects.item-views.table .flex-control-nav {
  bottom: -23px;
}

.projects-blocks {
  border: 1px solid #F9F9FA;
  padding: 50px;
  margin: 0px 0px 47px;
}

.projects-blocks .head-block .inner .flexslider {
  margin: 0px;
}

.projects-blocks .head-block .inner .item {
  max-height: 456px;
  text-align: center;
  display: block;
  opacity: 0;
}

.projects-blocks .head-block .inner .item img {
  width: auto;
}

.projects-blocks .head-block .title_grey_small {
  color: #999999;
  font-size: 0.867em;
}

.projects-blocks .head-block .info .hh {
  border-bottom: 1px solid #F9F9FA;
  margin: 0px -50px 40px 0px;
  padding: 0px 50px 34px 0px;
  color: #222;
}

.projects-blocks .head-block .info .prop-block {
  padding: 0px 0px 14px;
}

.projects-blocks .head-block .info .prop-block .value {
  color: #222222;
}

.projects-blocks .head-block .info .all_char {
  padding: 0px 0px 14px;
}

.projects-blocks .head-block .info .all_char span {
  border-bottom: 1px dotted;
  font-size: 0.867em;
  cursor: pointer;
}

.projects-blocks .head-block .buttons-block {
  color: #999999;
}

.projects-blocks .head-block .buttons-block .text {
  font-size: 0.867em;
  line-height: 20px;
}

.projects-blocks .block {
  margin: 0px 0px 15px;
  max-width: 250px;
}

.projects-blocks .block .btn {
  display: block;
  margin: 0px;
  white-space: normal;
}

.projects-blocks .bx_item_detail_inc_two {
  margin: 0px 0px -50px;
  padding: 0px 0px 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item {
  display: table;
}

.projects-blocks .bx_item_detail_inc_two .list-type-block.item-views .item {
  padding-left: 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item>.image {
  display: table-cell;
  vertical-align: middle;
}

.bx_item_detail_inc_two .list-type-block.item-views .item>.body-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 0px;
}

.bx_item_detail_inc_two .list-type-block.item-views .item>.image+.body-info {
  padding-left: 20px;
}

.projects-blocks .tizers_block {
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}

.projects-blocks .tizers_block .inner_wrapper {
  margin: 0px;
}


.item_slider .slides li img,
.item_slider .thumbs li img {
  max-height: 100%;
  width: auto;
}

.ask_a_question {
  margin-bottom: 47px;
  border: 1px solid #F9F9FA;
  background: #fbfbfb;
  text-align: center;
}

.ask_a_question .inner {
  background: #fbfbfb;
  padding: 48px 25px 20px;
  line-height: 20px;
  color: #555555;
  font-size: 0.933em;
}

.ask_a_question .outer {
  background: #fbfbfb;
}

.ask_a_question .inner .text-block {
  position: relative;
  padding: 106px 0px 0px 0px;
  color: #222;
}

.ask_a_question .inner .text-block:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 80px;
  left: 50%;
  top: 0px;
  margin: 0px 0px 0px -44px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -289px -211px no-repeat;
}

.ask_a_question .outer>span {
  margin: 5px 0px 39px;
  display: block;
}

body .ask_a_question .btn.btn-default {
  margin: 0px;
  background: transparent;
}

.left_block .ask_a_question {
  margin-bottom: 30px;
}

/*seo block*/
.seo_block {
  margin-bottom: 30px;
}

.seo_block>img {
  margin-bottom: 30px;
}

.seo_block h2:first-of-type,
.seo_block h3:first-of-type,
.seo_block h4:first-of-type {
  margin-top: 0px;
}

/*order items*/
.bx_ordercart .module-cart thead tr td.item {
  text-align: center;
}

.bx_ordercart .module-cart table td.name-cell.no_img,
.bx_ordercart .module-cart table td.custom .no_img {
  padding-top: 8px;
}

.bx_ordercart .module-cart table td.cost-cell.no_img {
  padding-top: 9px;
}

.bx_ordercart .module-cart table td.cost-cell.notes.no_img {
  padding-top: 6px;
}

.bx_ordercart .module-cart table tbody td.custom {
  padding-top: 9px;
}

.bx_ordercart.basket_wrapp {
  margin: 0px;
}

.bx_ordercart .module-cart td {
  white-space: nowrap;
}

.bx_ordercart_order_sum {
  width: 100%;
  margin: 0px;
}

.bx_ordercart_order_sum td {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bx_ordercart_order_sum td.custom_t1 {
  width: 89%;
  padding: 0px 29px 0px 0px;
  text-align: right;
}

.bx_ordercart_order_sum td.fwb {
  font-weight: bold;
  vertical-align: top;
  padding-top: 5px;
}

.bx_ordercart_order_sum td.fwb strike {
  font-size: 12px;
  font-weight: bold;
}

.bx_section_bottom h3 {
  margin-bottom: 29px;
}

.bx_section_bottom .bx_block {
  margin-bottom: 20px;
}

.bx_ordercart_order_pay_center {
  text-align: right;
  margin: 0px 0px 5px;
}

.confirm .bx_section {
  padding-left: 88px;
}

.confirm h3 {
  position: relative;
  padding: 5px 0px 12px 0px;
}

.sale_order_full_table.pay {
  margin: 35px 0px 0px;
}

.confirm h5 {
  margin-bottom: 10px;
}

#order_form_div .confirm .button {
  font-size: 10px;
  padding-top: 11px;
  padding-bottom: 10px;
}

#order_form_div input[type="submit"] {
  font-size: 10px;
  padding: 11px 21px 10px 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  cursor: pointer;
  line-height: 16px;
  background: #ddd;
  color: #000;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  border: none;
  position: relative;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  letter-spacing: 0.4px;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right {
  margin: 0px;
}

/*personal*/
.border_block {
  padding: 38px 43px;
  border: 1px solid #f2f2f2;
  position: relative;
}

.form-block-wr .main .iblock,
.soc-serv-main {
  font-size: 12px;
}

.form-block-wr .but-r {
  padding: 26px 0px 0px 0px;
}

.soc-serv-main .soc-serv-title-grey {
  padding: 0px 0px 14px;
}

.passw .text_block {
  padding-top: 35px;
}

.adaptive {
  display: none;
}

.border_block .lk-page {
  text-align: center;
}

.border_block .lk-page .form-control {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.border_block .lk-page .btn {
  width: auto;
}

.border_block .block_wr {
  padding: 10px 20px;
  text-align: center;
}

.border_block .text_block {
  font-size: 0.867em;
  color: #999;
  margin: 4px 0px 0px;
  line-height: 1.538em;
}

.border_block .form-block-wr .wrap_md {
  font-size: 0px;
}

div.soc-serv-accounts>table td {
  padding-top: 7px;
  padding-bottom: 7px;
}

div.soc-serv-accounts td.soc-serv-name .auth-soc-title {
  display: none;
}

/*history list*/
.filter_block {
  padding: 17px 24px 14px;
  overflow: hidden;
}

.filter_block ul {
  font-size: 0px;
  margin: 0px;
  float: left;
}

.filter_block ul li {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  padding: 0px 25px 0px 0px;
}

.filter_block ul li:before {
  display: none;
}

.filter_block ul li:last-child {
  padding-right: 0px;
}

.filter_year {
  float: right;
  margin: -5px 0;
  width: 100px;
}

.filter_year .common_select .common_select-link {
  margin: 0;
}

.module-orders-list.colored thead td {
  padding-bottom: 9px;
}

.module-orders-list.colored tbody td {
  padding: 15px 5px 15px;
}

.module-order-history .module-orders-list .tr-d:hover td {
  background: #f7f7f7;
}

.module-orders-list.colored tbody td.not_payed {
  color: #e62222;
}

.module-orders-list.colored tbody td.payed,
.module-order-history .module-orders-list .status.delivered {
  color: #37ac09;
}

.module-orders-list .status.canceled {
  color: #e62222;
}

.module-orders-list.colored tbody td.price-cell,
.module-orders-list.colored tbody td.summ-cell,
.module-order-history.orderdetail .module-orders-list tr td.price {
  font-weight: bold;
  white-space: nowrap;
}

tr.drop td {
  border-top-width: 0px;
}

.module-order-history .empty_history {
  padding: 20px 0px;
}

/*history detail*/
.module-order-history.orderdetail .module-orders-list tr td {
  border: 1px solid #f2f2f2;
  padding: 11px 19px 14px;
  text-align: left;
}

.module-order-history.orderdetail .module-orders-list tr.title td {
  border: 0px;
  padding: 0px;
}

.module-order-history.orderdetail h4 {
  margin: 36px 0 27px;
}

.module-order-history.orderdetail .module-orders-list tr td.vimg {
  text-align: center;
  border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list tr td.vimg+.vname {
  border-left-width: 0px;
}

.module-order-history .module-orders-list .drop-cell .not-payed .text {
  font-size: 13px;
  width: 73%;
  padding: 0px 10px 0px 0px;
}

.module-order-history .module-orders-list .drop-cell .not-payed .pays {
  width: 27%;
  text-align: right;
}

.module-order-history.orderdetail .result-row {
  margin: 19px 0px 0px;
}

.module-order-history.orderdetail .result-row .result {
  padding: 0px;
}

.module-order-history.orderdetail .result-row .result td {
  padding: 0px;
  border: 0px;
}

.module-order-history.orderdetail .module-orders-list thead tr td {
  padding: 8px 12px 9px;
  background: #f7f7f7;
  border-left-width: 0px;
  border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list.goods tr td {
  border-left-width: 0px;
  border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list.goods tr td:first-child {
  border-left-width: 1px;
}

.module-order-history.orderdetail .module-orders-list.goods tr td:last-child {
  border-right-width: 1px;
}

.module-order-history.orderdetail .module-orders-list tr td .bx_ol_sku_prop td {
  border: 0px;
  padding: 0px;
  font-size: 12px;
}

/*auth*/
.forgot {
  float: right;
  font-size: 13px;
}

.but-r .buttons {
  margin: 21px 0px 0px 0px;
}

.but-r .buttons input[type="submit"] {
  width: auto;
}

.soc-serv-main .row {
  margin: 0px;
}

.bx-touch .fancybox-nav span {
  visibility: visible;
}

.back .back {
  margin: 10px 0px 0px;
  display: inline-block;
}

/*subscribe*/
.subscribe-edit .more_text_small {
  padding-left: 20px;
}

.subscribe-edit h5 {
  font-size: 13px;
  margin-bottom: 5px;
}

.data-table.top .left_blocks {
  width: 40%;
}

.data-table.top .left_blocks .label_block {
  padding: 0px;
}

.data-table.top .right_blocks {
  width: 60%;
}

.subscribe-edit .radio.filter label {
  padding-top: 2px;
}

.subscribe-edit .licence_block.filter input[type="checkbox"]+label {
  margin-bottom: 0px;
  margin-top: 6px;
}

.subscribe-edit tfoot .btn {
  margin: 0px 20px 12px 0px;
}

/*search*/
.search-page-wrap .form-control {
  float: left;
  margin: 0px 10px 0px 0px;
  width: auto;
}

.item-views .item .period span,
.detail .period span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  margin: 0 12px 0 0;
  font-size: 12px;
}

.item-views .item .section_name {
  color: #85878b;
  font-size: 11px;
  line-height: 13px;
  margin: 7px 0 10px;
}

.search-page-wrap .path li {
  padding: 0;
  display: inline-block;
  color: #b6b5b5;
  font-size: 12px;
}

.search-page-wrap .path li a {
  color: #b6b5b5;
}

.search-page-wrap .path li:before {
  position: relative;
  zoom: 1;
  bottom: 0;
  display: inline-block;
  line-height: 18px;
  margin: 0 5px;
  border: 0 !important;
  color: #b6b5b5;
  content: "-";
}

.search-page-wrap .path li:first-child:before {
  content: "";
  margin: 0;
}

/*brands*/
.similar_products_wrapp h3 {
  margin-bottom: 37px;
  padding: 7px 0px 0px;
}

.similar_products_wrapp .slider_navigation.top_big {
  top: -66px;
}

.similar_products_wrapp .wrapper_block .all_wrapp {
  margin: 0px;
}

.similar_products_wrapp .wrapper_block .all_wrapp .catalog_item:hover .item_info {
  height: auto !important;
}

.similar_products_wrapp .wrapper_block .all_wrapp .like_icons {
  top: 0px;
  right: -10px;
}

.similar_products_wrapp .wrapper_block .all_wrapp .stickers {
  left: -24px;
  top: 0px;
}

.item-views .item .period,
.detail .period {
  margin: 2px 0 9px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

/*articles*/
.row {
  margin: 0px -15px 0px -15px;
}

.row .item_block {
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.row .item_block>a {
  display: block;
  overflow: hidden;
}

.row .item_block>a img,
.articles-list.lists_block .item .left-data img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

.articles-list.vertical .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px 0px 37px;
  overflow: hidden;
}

.articles-list.vertical .item_block.item {
  padding: 0px 15px 0px 15px;
  border-bottom-width: 0px;
  margin-top: 0px;
}

.articles-list.vertical .item_block.item .left-data {
  float: none;
  width: 100%;
  text-align: center;
  max-width: initial;
}

.articles-list.vertical .item_block.item .left-data a {
  height: 190px;
  line-height: 185px;
  margin: 0px 0px 14px;
}

.articles-list .item_block.item .left-data a {
  overflow: hidden;
}

.articles-list.vertical .item_block.item .left-data img {
  max-height: 100%;
  max-width: 100%;
}

.articles-list.vertical .item_block.item .right-data {
  float: none;
  width: 100%;
  text-align: left;
  margin: 0px;
}

.articles-list.vertical .item .date_small {
  margin: 0px 0px 5px;
}

.articles-list.vertical .item .item-title {
  margin-bottom: 7px;
}

.articles-list.vertical .item .item-title a span {
  font-size: 14px;
}

.articles-list.vertical .item_block.item .right-data .preview-text {
  margin: 0px;
  padding: 0px;
}

.articles-list.lists_block .item .left-data {
  max-width: 190px;
  width: 22%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.articles-list.lists_block.faq .item .left-data {
  max-width: 175px;
}

.articles-list.lists_block .item {
  margin-top: 30px;
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #f2f2f2;
}

.articles-list.lists_block .item:first-child {
  margin-top: 0px;
}

.articles-list.lists_block .right-data {
  padding: 0 30px 2px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  width: 78%;
  box-sizing: border-box;
}

.articles-list.lists_block+.module-pagination {
  border-top-width: 0px;
  float: left;
  width: 100%;
}

.articles-list.lists_block .item .left-data img {
  max-height: initial;
}

.articles-list.lists_block.news {
  float: left;
  width: 100%;
  font-size: 0px;
}

.content_wr_float {
  float: left;
  width: 100%;
}

.content_wr_float.with-share .back {
  float: left;
}

.content_wr_float.with-share .catalog_detail {
  float: right;
}

.right_side.wide {
  width: 230px;
}

.left_side.wide {
  padding-right: 240px;
}

.ask_small_block {
  border: 1px solid #f2f2f2;
}

.ask_small_block .ask_btn_block {
  padding: 29px 20px;
  text-align: center;
}

.ask_small_block .description {
  font-size: 13px;
  line-height: 18px;
  padding: 19px 24px 19px;
}

.ask_big_block {
  min-height: 30px;
  margin: 17px 0px 20px;
  border: 1px solid #f2f2f2;
  padding: 29px 40px;
}

.ask_big_block .ask_btn_block {
  float: left;
}

.ask_big_block .description {
  padding-left: 175px;
  line-height: 16px;
}

/*detail*/
.news_detail_wrapp.big .detail_picture_block {
  height: 188px;
  line-height: 185px;
  padding: 5px;
}

.margin.preview_text {
  margin: 0px 0px 36px;
}

.galley.row {
  margin: 0px -10px 0px -10px;
}

.galley.row .item_block {
  padding: 0px 10px 20px 10px;
  margin: 0px 0px 20px 0px;
}

.galley.row .item_block>a {
  height: 143px;
  line-height: 140px;
}

.left_side.wide .common_product .content_inner {
  margin-right: -16px;
}

/* COMPANY */
.company-block {
  background-position: center 0px;
}

.company-block .item-views.front {
  padding-bottom: 75px;
}

.company-block .item-views.front,
.company-block .item-views.front h3 {
  color: #fff;
}

.company-block .item-views.front h3 {
  padding-bottom: 39px;
}

.company-block .item-views.front .preview-text {
  text-align: center;
  padding-bottom: 0px;
}

.company-block .item-views.front .item .image {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  line-height: 51px;
  max-height: 54px;
  min-height: 54px;
}

.company-block .item-views.front .item .image+.body-info {
  padding-left: 80px;
}

.company-block .item-views.front .props {
  padding: 84px 0px 0px;
}

.company-block .item-views.front .props .value {
  font-size: 32px;
  font-weight: bold;
  line-height: 35px;
}

.company-block .item-views.front .props .title {
  margin: 0px;
}

.company-block .item-views.front .item .body-info {
  padding: 0px;
}

/* accordion */
.accordion-body {
  position: relative;
}

.accordion-head {
  cursor: pointer;
  padding: 40px 80px 30px 45px;
  position: relative;
  font-size: 1.067em;
  font-weight: bold;
  z-index: 1;
  color: #222;
  display: block;
}

.accordion-head.accordion-open {
  border-bottom: none;
  background: #F9F9FA;
}

.accordion-head.accordion-open+.panel-collapse {
  background: #F9F9FA;
}

.item-accordion-wrapper {
  border: 1px solid #F9F9FA;
  margin-bottom: -1px;
  padding-bottom: 11px;
}

.item-accordion-wrapper.opened {
  background: #F9F9FA;
}

.item-accordion-wrapper .accordion-head {
  border: none;
}

.accordion-type-1 .item,
.accordion-type-2 .item,
.accordion-type-1 .item:hover,
.accordion-type-2 .item:hover {
  border-color: #F9F9FA !important;
}

.accordion-type-1 .item .accordion-body,
.accordion-type-2 .item .accordion-body,
.accordion-type-1 .item .panel-collapse,
.accordion-type-2 .item .panel-collapse,
.accordion-type-1 .item .accordion-head,
.accordion-type-2 .item .accordion-head {
  border: none !important;
}

.accordion-type-1 .item .accordion-head,
.accordion-type-2 .item .accordion-head {
  margin-bottom: 0 !important;
}

.accordion-head.accordion-open .fa:before {
  content: "\f106";
}

.panel-collapse.in {
  background: #F9F9FA;
}

.panel-collapse .accordion-body {
  padding: 0px 80px 30px 45px;
  position: relative;
  z-index: 2;
}

.accordion-type-1 .accordion-head a {
  display: inline;
  text-decoration: none;
}

.accordion-head .fa {
  border-radius: 30px;
  color: #222222;
  position: absolute;
  top: 38px;
  font-size: 24px;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
}

.accordion-head:hover .fa {
  background: #F9F9FA;
}

.accordion-type-1 .accordion-head .fa {
  right: 29px;
}

.accordion-type-2 .accordion-head {
  padding-left: 85px;
  padding-right: 29px;
}

.accordion-type-2 .accordion-head a {
  display: inline;
  line-height: 18px;
  text-decoration: none;
  font-size: 16px;
}

.accordion-type-2 .accordion-head:after {
  content: "";
  display: table;
  clear: both;
}

.accordion-type-2 .accordion-head .fa {
  left: 47px;
}

.accordion-type-2 .accordion-head.accordion-open .fa {
  line-height: 25px;
}

.accordion-type-2 .panel-collapse .accordion-body {
  padding: 0px 29px 41px 85px;
}

section.toggle {
  margin: 10px 0 0;
  position: relative;
  clear: both;
}

section.toggle input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

section.toggle label {
  border-left: 3px solid;
  transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  background: #f4f4f4;
  border-radius: 3px;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

section.toggle .toggle-content {
  display: none;
}

section.toggle label::-moz-selection {
  background: none;
}

section.toggle label i.fa-minus {
  display: none;
}

section.toggle label i.fa-plus {
  display: inline;
}

section.toggle label::selection {
  background: none;
}

section.toggle label::before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}

section.toggle label+p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

section.toggle label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

section.toggle.active i.fa-minus {
  display: inline;
}

section.toggle.active i.fa-plus {
  display: none;
}

section.toggle.active>label {
  color: white;
}

section.toggle.active>label::before {
  border: 6px solid transparent;
  border-top-color: inherit;
  margin-top: -3px;
  right: 10px;
}

section.toggle>p.preview-active {
  height: auto;
}

section.toggle>p.preview-active,
section.toggle.active>p {
  white-space: normal;
}

/* VACANCY */
.vacancy.item-views.accordion .pay {
  float: right;
  color: #555555;
}

.vacancy.item-views.list .pay {
  color: #555555;
  font-weight: bold;
}

.vacancy.item-views.accordion .text {}

.vacancy.item-views.accordion .title {
  display: none;
}

.vacancy.item-views.list .title {
  font-size: 1.067em;
  margin-bottom: 10px;
}

.vacancy.item-views .btn {
  margin-top: 10px;
}

.vacancy.item-views.list .text {
  padding: 0px;
}

.vacancy.item-views.list .btn {
  margin-bottom: 30px;
}

.vacancy.item-views.list .items>div>hr {
  margin: 17px 0px;
}

.list-type-block.item-views.vacancy .item {
  margin-bottom: -1px;
  border: 1px solid #F9F9FA;
  box-shadow: none;
  padding: 40px 44px 16px;
}

.detail.vacancy {
  border: 1px solid #F9F9FA;
}

/* CONTACTS PAGE */
.contacts_map {
  margin: 0px auto;
  position: relative;
  min-height: 400px;
}

.contacts-page-map {
  margin: auto;
}

.contacts_map:before {
  background: rgba(255, 255, 255, 0.55) url("/local/templates/aspro_next/images/map.png") no-repeat scroll center center;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.07;
  position: absolute;
  top: 0;
  width: 100%;
}

.contacts_map+.wrapper_inner {
  padding-top: 20px;
}

.bx-google-map,
.bx-google-map {
  background-color: transparent !important;
}

.contacts_left {
  float: left;
  width: 270px;
}

.contacts_right {
  padding-left: 290px;
}

.contacts_right .fancy {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  width: 210px;
  height: 143px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  line-height: 140px;
}

.contacts_right .fancy img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

body .contacts_right blockquote {
  margin: 0px 0 34px;
}

.store_property {
  margin-bottom: 23px;
  word-break: break-word;
}

.store_property .title {
  color: #888888;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 4px;
}

.store_property .value {
  color: #383838;
  /*font-size:13px;*/
  line-height: 20px;
}

.store_property .value a {
  display: block;
}

.shops.list {
  padding-bottom: 50px;
}

.shop.detail,
.item-views-wrapper.contacts {
  padding-bottom: 50px;
}

.shop.detail {
  padding-top: 36px;
}

.shop.detail .back-url.url-block {
  margin-top: 12px;
}

.contacts .contacts-stores-list {
  margin-top: 38px;
}

/* GOOGLE MAP */
.module-contacts-map-layout {
  position: relative;
  overflow: hidden;
}

.module-contacts-map-layout .map {
  height: 559px;
}

.module-contacts-map-layout .controls {
  position: absolute;
  z-index: 2;
  width: 29px;
  height: 57px;
  background: url("/local/templates/aspro_next/images/map_con.png") 0px 0px no-repeat;
  margin: -29px 0 0;
  right: 20px;
  top: 50%;
}

.module-contacts-map-layout .controls.left {
  left: 18px;
  top: 50%;
}

.module-contacts-map-layout .sh {
  width: 100%;
  height: 5px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
}

.module-contacts-map-layout .sh.top {
  top: -7px;
}

.module-contacts-map-layout .sh.bottom {
  bottom: -7px;
}

.module-map .controls .zoomIn,
.module-map .controls .zoomOut {
  height: 28px;
  cursor: pointer;
  font-size: 0px;
}

.module-map .infoBox {
  background: #ffffff none repeat scroll 0 0;
  left: 50%;
  position: absolute;
  top: auto;
  font-family: "Ubuntu", sans-serif;
}

.module-map .infoBox .wrap-big {
  padding: 25px 30px 30px;
  position: relative;
  width: 230px;
  color: #383838;
  line-height: 18px;
}

.module-map .infoBox .close_info {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  top: 6px;
  right: 5px;
  height: 15px;
  width: 15px;
  z-index: 6;
}

.module-map .infoBox .close_info:after {
  background: rgba(0, 0, 0, 0) url("/local/templates/aspro_next/images/svg/close_icons.svg") no-repeat scroll -2px -28px;
  position: absolute;
  content: " ";
  cursor: pointer;
  height: 7px;
  width: 7px;
  top: 4px;
  left: 4px;
  z-index: 7;
}

.module-map .infoBox .close_info:hover {
  background-color: grey;
}

.module-map .infoBox .close_info:hover:after {
  background-position: -22px -28px;
}

.module-map .infoBox .inner::after {
  background: rgba(0, 0, 0, 0) url("/local/templates/aspro_next/images/shadow.png") no-repeat scroll center top;
  bottom: -9px;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  content: " ";
  z-index: 60;
}

.module-map .infoBox b {
  font-size: 14px;
  line-height: 18px;
}

.module-map .infoBox .title {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 11px;
}

.module-map .infoBox .metro,
.module-map .infoBox .schedule,
.module-map .infoBox .phone,
.module-map .infoBox .email {
  margin-bottom: 5px;
}

.module-map .infoBox .button {
  margin-top: 10px;
}

.module-map .infoBox .metro>i,
.shops.list .item .metro i,
.store_property.metro .value i,
.stores_list .store_text.metro .value i {
  background: rgba(0, 0, 0, 0) url("/local/templates/aspro_next/images/svg/icons_wish.svg") no-repeat scroll -1px -237px;
  display: block;
  float: left;
  height: 9px;
  margin: 5px 6px 0 0;
  width: 14px;
}

/* STORES - SHOPS */
.shops.list .item {
  position: relative;
  overflow: hidden;
  min-height: 69px;
  padding: 30px 0 35px;
  border-top: 1px solid #f2f2f2;
  color: #383838;
}

.shops.list.contacts-stores .item {
  border-top-width: 0px;
  border-bottom: none
}

.shops.list .item:first-of-type {
  border-top: none;
  padding-top: 14px;
}

.shops.list .item .image {
  width: 100px;
  position: absolute;
  left: 0;
  height: 69px;
  line-height: 66px;
  text-align: center;
}

.shops.list .item .image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.shops.list .item.wi .image {
  display: none !important;
}

.shops.list .item .rubber {
  margin-left: 130px;
  overflow: hidden;
}

.shops.list .item .rubber>div {
  float: left;
  overflow: hidden;
  padding-top: 11px;
  word-break: break-all;
}

.shops.list .item.wi .rubber {
  margin-left: 0;
}

.shops.list .item .title_metro {
  width: 50%;
  margin-top: -1px;
  padding-right: 3%;
}

.shops.list .item .schedule_phone_email {
  width: 47%;
  font-size: 0px;
}

.shops.list .item .schedule {
  width: 60%;
  padding-right: 3%;
  display: inline-block;
  box-sizing: border-box;
  font-size: 13px;
  vertical-align: top;
}

.shops.list .item .schedule {
  background: #fff;
  padding-left: 0px;
  height: auto;
}

.shops.list .item .schedule i {
  top: auto;
  position: relative;
}

.shops.list .item .phone_email {
  display: inline-block;
  width: 40%;
  font-size: 13px;
}

.shops.list .item .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.shops.list .item .metro {
  margin-bottom: 5px;
}

.shops.list .item .metro i,
.store_property.metro .value i,
.stores_list .store_text.metro .value i {
  margin-top: 7px;
}

.shop.detail a.back {
  display: inline-block;
  font-weight: bold;
  margin-top: 35px;
}

.shops.list .icon-text.s30 {
  margin: 2px 0px;
}

/* FAQ */
.faq_ask {
  border: 1px solid #f2f2f2;
  padding: 44px;
}

.faq_ask .maxwidth-theme {
  padding: 0px;
}

.faq_ask .form .form_footer {
  margin-bottom: 0;
}

.button.faq_button {
  float: left;
  padding: 9px 18px 10px 39px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}

.button.faq_button>span {
  display: inline;
}

.button.faq_button>span:last-of-type {
  display: none;
}

.button.faq_button.opened>span {
  display: none;
}

.button.faq_button.opened>span:last-of-type {
  display: inline;
}

.button.faq_button i {
  background: rgba(0, 0, 0, 0) url("/local/templates/aspro_next/images/arrows.png") repeat scroll 1px -441px;
  display: block;
  height: 9px;
  left: 18px;
  position: absolute;
  top: 13px;
  width: 12px;
}

.button.faq_button.opened i {
  background-position: -17px -441px;
}

.faq_desc {
  margin-left: 183px;
  margin-top: -4px;
}

.faq_ask .form {
  margin: 23px 0 0;
}

.faq_ask .form_head h4 {
  display: none;
}

.faq.list {
  margin: 36px 0 0;
}

.faq_section {
  border: 1px solid #f2f2f2;
  margin: 28px 0 26px;
}

.faq.list .item {
  padding: 19px 24px 22px;
  border-bottom: 1px solid #f2f2f2;
}

.faq.list .item:last-of-type {
  border: none;
}

.faq.list .item.opened {
  background-color: #f7f7f7;
}

.faq.list .item .q {
  font-weight: bold;
  position: relative;
}

.faq.list .item .q .opener_icon {
  position: absolute;
  right: -3px;
  top: -5px;
}

.faq.list .item .q a {
  display: block;
  padding: 0px 20px 0px 0px;
}

.faq.list .item .a {
  display: none;
  padding-top: 14px;
}

/* STAFF */
.staff.item-views.list .item {
  margin: 0px 0px 30px;
}

.staff.item-views.list .item.padding-img {
  margin-bottom: -1px;
  display: block;
  box-shadow: none;
  border: 1px solid #F9F9FA;
}

.staff.item-views.list .item.wti {
  padding-left: 40px;
}

.staff.item-views.list .item.shadow.padding-img:hover {
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.staff.item-views.list h3+.item {
  margin-top: 36px;
}

.staff.item-views.list .items>div:last-of-type .item {
  margin: 0px;
}

.staff.item-views.list .items>div .item:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.staff.item-views .item .image {
  max-height: none;
  width: auto;
}

.staff.item-views.table .item .image.w-picture img {
  width: auto;
}

.staff.item-views .item .post {
  margin: 0px;
  color: #9a9a9a;
  line-height: 20px;
}

.staff.item-views.table .item .text {
  padding: 17px 20px 15px;
}

.staff.item-views.table .item .title {
  text-align: left;
  font-weight: 400;
}

.list-type-block.item-views.staff .item .title {
  margin-bottom: 5px;
}

.list-type-block.item-views.staff.staff-block .item:not(.wti) .title {
  margin-top: 0px;
}

.staff.item-views.list .item .image {
  padding: 0px;
  width: 191px;
}

.staff.item-views.list.staff-block .item .image {
  border-radius: 100%;
  margin: 25px;
  width: 150px;
  height: 150px;
}

.staff.item-views.list .item .image.padding {
  width: 210px;
}

.staff.item-views.list .item .post {
  font-size: 0.933em;
}

.staff.item-views.list.image_left .item .text {
  padding: 17px 20px 20px 0;
}

.staff.item-views.list.image_left .item.wti .text {
  padding: 20px;
}

.staff.item-views.list.image_right .item .text {
  padding: 17px 0 20px 20px;
}

.staff.item-views.list.image_right .item.wti .text {
  padding: 20px;
}

.staff.item-views.list.image_right .item .image.padding {
  padding-right: 30px;
}

.list-type-block.item-views.image_right.staff .item .body-info {
  padding-left: 40px;
}

.list-type-block.item-views.image_right.staff .item.wti .body-info {
  padding-left: 0px;
  padding-right: 0px;
}

.list-type-block.staff.item-views .items .item .body-info {
  padding-right: 40px;
}

.list-type-block.staff.item-views .items .item.wti .body-info {
  padding-left: 40px;
}

.list-type-block.staff hr {
  margin: 25px 0px 25px;
}

.table-type-block.item-views .row {
  margin: 0px;
}

.table-type-block.item-views.items-list3 .row,
.table-type-block.item-views.table-elements .row {
  margin-left: -15px;
  margin-right: -15px;
}

.table-type-block.item-views h3+.row {
  padding-top: 10px;
}

.table-type-block.item-views .row>div {
  padding: 0px;
}

body .table-type-block.item-views .row>div .item {
  margin: 0px -1px -1px 0px;
}

.table-type-block.item-views.items-list3 h3 {
  margin-top: 26px;
}

.table-type-block.item-views.items-list3 .row>div,
.table-type-block.item-views.table-elements .row>div {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.table-type-block.item-views.items-list3 .item {
  display: block;
  margin: 0px;
  box-shadow: none;
  border: 1px solid #F9F9FA;
}

.table-type-block.item-views.items-list3 .shadow .item:hover {
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.table-type-block.item-views.items-list3 .item .image {
  float: none;
  text-align: center;
  height: 60px;
  line-height: 57px;
}

.table-type-block.item-views.items-list3 .item .image img {
  display: inline-block;
}

.table-type-block.item-views.items-list3 .item .image.wti a {
  display: block;
}

.item-views.front.staff-items {
  padding-bottom: 80px;
}

.item-views.staff-items.table-type-block .item {
  text-align: center;
  display: block;
  padding: 40px 35px 24px;
}

.item-views.staff-items.table-type-block.front .item {
  padding-top: 0px;
}

.item-views.staff-items.table-type-block .item .image {
  border-radius: 100%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  line-height: 147px;
  margin: 0px auto 23px;
}

.item-views.staff-items.table-type-block .col-md-2 .item .image {
  width: 80px;
  height: 80px;
  line-height: 77px;
}

.item-views.staff-items.table-type-block .item .image a {
  display: block;
}

.item-views.staff-items.table-type-block .item .image.wpi {
  background: #f8f8f8;
}

.item-views.staff-items.table-type-block.normal .item .image {
  width: 100%;
  border-radius: 0px;
  height: auto;
  margin-bottom: 19px;
}

.item-views.staff-items.table-type-block.normal .item {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.item-views.staff-items.table-type-block.normal .item .body-info {
  padding: 0px 20px;
}

.item-views.staff-items.table-type-block.normal .item .title {
  text-align: left;
}

.item-views .item .image.wpi img {
  width: auto;
  opacity: 0.2;
  vertical-align: bottom;
}

.item-views .item .image.wpi .image-inner {
  background: #f8f8f8;
}

.item-views.staff-items.table-type-block .item .top-block-wrapper {
  padding: 0px 0px 16px;
}

.item-views.staff-items.table-type-block .item .title {
  font-weight: bold;
  color: #222;
  margin-bottom: 1px;
  text-align: center;
}

.item-views.staff-items.table-type-block .item .post {
  font-size: 14px;
  color: #9a9a9a;
}

.item-views.staff-items.table-type-block .item .previewtext {
  padding: 0px 0px 14px;
  margin: 0px;
}

.item-views.staff-items .item.table-type-block .middle-props {
  padding: 14px 0px 0px;
}

.item-views.staff-items .item .middle-props {}

.item-views.staff-items.table-type-block .item .bottom-props {
  padding: 14px 0px 0px;
  margin: 0px -5px;
  font-size: 0px;
}

.item-views.staff.list .item .bottom-props {
  padding: 0px 0px 20px;
  margin: 0px -5px;
}

.item-views .item .bottom-props>a {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin: 10px 5px 0px;
  background: #dedede;
  line-height: 35px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  transition: background ease 0.3s;
  color: #fff;
  font-size: 0px;
  overflow: hidden;
}

.item-views .item .bottom-props>a:hover {
  background: #222;
}

.item-views .item .bottom-props>a:before {
  content: "";
  display: block;
  background: url(/local/templates/aspro_next/images/svg/icons_contacts.svg) 0px 0px no-repeat;
  width: 100%;
  height: 38px;
}

.item-views .item .bottom-props>a.social_vk:before {
  background-position: -27px 0px;
}

.item-views .item .bottom-props>a.social_odn:before {
  background-position: -56px -29px;
}

.item-views .item .bottom-props>a.social_fb:before {
  background-position: -55px 0px;
}

.item-views .item .bottom-props>a.social_mail:before {
  background-position: -167px -28px;
}

.item-views .item .bottom-props>a.social_tw:before {
  background-position: -83px 0px;
}

.item-views .item .bottom-props>a.social_skype:before {
  background-position: -168px 0px;
}

.item-views .item .bottom-props>a.social_inst:before {
  background-position: -112px 0px;
}

.item-views .item .bottom-props>a.social_google:before {
  background-position: -29px -29px;
}

.item-views .item .bottom-props>a.social_bitrix:before {
  background-position: 1px -27px;
}

/*composite btn*/
#bx-composite-banner a.bx-composite-btn {
  border: 1px solid #e8e8e8;
  margin: 0px 0px 0px;
}

#bx-composite-banner {
  text-align: left;
  margin: 0px;
}

/*basket*/
.empty_cart .card_popup_frame.popup .basket_empty {
  display: block;
}

.empty_cart .card_popup_frame.popup .total_wrapp {
  display: none;
}

.button_wrap .button,
body .wrapper .button {
  -webkit-appearance: none;
}

.iblock .icon_error_block {
  float: right;
}

.iblock .icon_error_block:after {
  display: none;
}

.icon_error_block {
  box-sizing: border-box;
  min-height: 34px;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 100%;
}

.basket_fly .icon_error_block {
  width: auto;
  float: left;
}

.basket_fly .module-cart .colored tfoot td.row_titles .item_title {
  margin-top: 2px;
}

.icon_error_block:after {
  background: #e62222 url("/local/templates/aspro_next/images/svg/warning_white.svg") 0px 0px no-repeat;
  top: 0px;
  height: 40px;
  width: 40px;
  left: 0;
  position: absolute;
  content: " ";
  z-index: 60;
  display: block;
}

.icon_error_block b {
  font-size: 15px;
}

.backet_back_wrapp .basket_back {
  display: inline-block;
  vertical-align: top;
}

.basket_print {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0px 15px 0px 0px;
}

.basket_print:hover {
  color: #383838;
}

.basket_print:hover i {
  background-color: #383838;
}

.basket_wrapp .module-cart table.bottom .bottom_btn .backet_back_wrapp.error .iblock.back_btn {
  padding-right: 0px;
}

.basket_wrapp .module-cart table.bottom.middle.error td.row_values {
  padding-left: 21px;
}

.basket_fly .basket_fly .icon_error_block {
  text-align: left;
  float: left;
  padding: 0px 0px 0px 60px;
}

.basket_fly .basket_fly .icon_error_block:after {
  left: 0px;
}

.view_sale_block.offers {
  display: none;
}

.subscribe-edit .data-table h4 {
  margin-top: 20px;
}

/*detail*/
.catalog_detail .cost.prices .price_name,
.catalog_detail .item-stock>span,
.catalog_detail .item-stock {
  font-size: 12px;
}

.catalog_detail .prices_tab .item-stock>span {
  font-size: 11px;
}

.catalog_detail .info_item .middle_info .prices .sale_block {
  margin-bottom: 4px;
}

.catalog_detail .with_matrix,
.cost.prices .with_matrix {
  padding-bottom: 12px;
}

.catalog_detail .cost.prices .with_matrix+.price_matrix_block {
  margin: -6px 0 5px;
}

.ajax_load .cost.prices .with_matrix {
  padding-top: 8px;
}

.ajax_load .cost.prices .with_matrix.with_old {
  padding-top: 0px;
}

.cost.prices .with_matrix .price>.price_value_block {
  display: inline-block;
}

.cost.prices .with_matrix:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

.catalog_detail .cost.prices .sale_block+.price_name {
  margin-top: 15px;
}

.catalog_detail .middle_info .cost.prices .price+.price_name {
  padding: 0px 0px 0px;
  margin-top: 12px;
}

.cost.prices .price_name:first-of-type {
  margin-top: -2px;
}

.catalog_detail .cost.prices .price_group:last-of-type .price_name {
  padding-top: 10px;
}

#fast_view_item .catalog_detail .cost.prices .price_group:last-of-type .price_name {
  padding-top: 0px;
}

.detail .detailimage {
  margin-bottom: 35px;
  padding: 0;
  text-align: left;
  z-index: 1;
}

.detail .detailimage.image-left {
  margin-right: 30px;
}

.detail .detailimage.image-right {
  margin-left: 30px;
  float: right;
}

.detailimage.image-head {
  margin: -30px 0 20px;
  text-align: center;
}

.title-v1 .detailimage.image-head {
  margin-top: 0px;
}

.detailimage.image-head img {
  margin: auto;
}

.detail.staff .post-content .item {
  box-shadow: none;
  margin-bottom: 5px;
}

.detail.staff .post-content .item .bottom-props {
  position: relative;
  top: -10px;
  left: -5px;
}

.wraps.galerys-block {
  clear: both;
}

/* BASKET PRINT PAGE */
.print .basket_print_desc {
  margin: 30px 0 50px;
  overflow: hidden;
}

.print #panel,
.print .top-h-row,
.print .catalog_menu,
.print footer,
.print .footer,
.print .breadcrumbs,
.print .basket_sort,
.print .counter_block span,
.print .bigdata_recommended_products_container,
.print .bottom_btn,
.print .coupon,
.print .style-switcher,
.print .delay-cell,
.print .remove-cell,
.print .bigdata_recommended_products_items {
  display: none !important;
}

.print div#jivo-iframe-container {
  display: none !important;
  visibility: hidden;
}

.print .counter_block,
.print .counter_block input,
.print .bottom.middle .top_total_row,
.print #header {
  border-color: transparent !important;
}

.print .counter_block input {
  background: none !important;
}

.print .row_values {
  width: 178px !important;
}

.print .wrapper.has_menu #header .phones {
  display: block !important;
  text-align: right;
}

.print h1 {
  padding-top: 20px;
}

.print .basket_print_desc .store_property {
  display: inline-block;
  float: left;
  margin-right: 3%;
  vertical-align: top;
  width: 22%;
}

.print .basket_print_desc .store_property:last-of-type {
  margin-right: 0;
}

.print body .wrapper #header {
  margin-bottom: 0 !important;
}

.print .wrapper {
  padding-bottom: 0;
}

.print table {
  page-break-inside: auto;
}

.print tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

.print_basket {
  display: none;
}

/*stores block*/
.stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs {
  width: 100px;
  /*height:100px;*/
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px;
  float: left;
  text-align: center;
}

.stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs img {
  vertical-align: middle;
}

.stores_block_wrap .stores_block .stores_text_wrapp .main_info {
  max-width: 500px;
}

.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info {
  width: 100%;
  margin: 0px 0px 0px 120px;
  max-width: none;
}

.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info>span {
  display: block;
  padding: 0px;
  max-width: 300px;
}

.stores_block_wrap .stores_block .stores_text_wrapp span.p10 {
  padding: 0px 0px 0px 5px;
}

.stores_block_wrap .stores_block.w_image:before {
  top: 22px;
}

.stores_block_wrap .stores_block.wo_image .item-stock {
  top: 50%;
  position: absolute;
  right: 0px;
  margin-top: -10px;
}

.catalog_detail .offers_table .many_prices .price.discount {
  margin-top: 0px;
}

.set_wrapp.set_block .cost.prices .price.discount {
  margin-top: 0px;
}

.container iframe,
.container object,
.container video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.group_description_block {
  clear: both;
  color: #333;
  font-size: 14px;
}

.group_description_block.top {
  padding: 0px 0px 25px;
}

.group_description_block.bottom {
  padding: 20px 0px 20px;
}

ul.slider_navigation.top_big .flex-direction-nav {
  display: none;
}

ul.slider_navigation.top_big .flex-direction-nav:first-child {
  display: block;
}

.module_products_list.errors {
  border: none;
}

.hide_class {
  display: none;
}

.module-form-block-wr .form-block input[disabled="disabled"],
.module-form-block-wr .form-block textarea[disabled="disabled"] {
  background: #fff;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk {
  float: right !important;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk:last-of-type {
  padding-right: 50px !important;
}

.popup_button_basket_wr {
  text-align: center;
  margin: 30px 0px 0px;
}

.ajax_text .wrapper {
  padding: 0px;
}

.ajax_text table tr td {
  padding-top: 10px;
}

.ajax_text table tr td:last-child {
  padding-left: 20px;
  width: 150px;
}

.ajax_text table tr td label {
  display: block;
}

.ajax_text table tr td label input {
  margin-right: 5px;
  outline: none;
}

.ajax_text .ik_select {
  width: 100% !important;
  font-size: 0px;
}

/* project */
.catalog.item-views.list .item {
  padding: 29px;
  margin-bottom: -1px;
  box-shadow: none;
  border: 1px solid #F9F9FA;
}

.catalog.item-views.list .item .text {
  margin-top: -4px;
}

.catalog.item-views.list .item .text,
.catalog.item-views.list .item.wti .text {
  padding: 0 !important;
}

.catalog.item-views.list .item.wti .text {
  margin-top: 0;
}

.catalog.item-views.list .item .title {
  font-size: 1.067em;
}

.catalog.item-views.list .item .text hr {
  margin: 22px 0 13px;
}

.catalog.item-views.list .item:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.catalog.item-views.list .item {
  border-color: #f2f2f2;
  transition: box-shadow 0.3s ease;
}

.catalog.item-views.list .item .description {
  padding: 16px 0px 0px;
  line-height: 22px;
}

.catalog.item-views.list .item .foot>.price {
  margin-bottom: 27px;
}

.catalog.item-views.big-img.list .item {
  padding: 50px;
}

/* REVIEWS */
.reviews.item-views .item {
  border: none;
  margin-bottom: 20px;
  box-shadow: none;
}

.detail .reviews.item-views .items>div:last-of-type .item {
  margin-bottom: 0px;
}

.reviews.item-views .item .title {
  margin-bottom: 5px;
  color: #222222;
}

body .item-views.list .item .title-wrapper.bottom-props {
  padding: 0px;
  margin: 0px;
}

.item-views .title-wrapper.bottom-props .title {
  display: inline-block;
  margin-right: 10px;
}

.item-views .title-wrapper.bottom-props .value {
  width: 28px;
  height: 28px;
  margin: -2px 6px 3px 0px;
  line-height: 28px;
}

.item-views .title-wrapper.bottom-props .value:before {
  height: 28px;
}

.item-views .title-wrapper.bottom-props .value.social_vk:before {
  background-position: -32px -5px;
}

.item-views .title-wrapper.bottom-props .value.social_fb:before {
  background-position: -61px -5px;
}

.item-views .title-wrapper.bottom-props .value.social_odn:before {
  background-position: -61px -33px;
}

.item-views .title-wrapper.bottom-props .value.social_inst:before {
  background-position: -116px -5px;
}

.item-views .title-wrapper.bottom-props .value.social_google:before {
  background-position: -32px -34px;
}

.item-views .title-wrapper.bottom-props .value.social_mail:before {
  background-position: -172px -33px;
}

.item-views .title-wrapper.bottom-props .value.social_tw:before {
  background-position: -88px -5px;
}

.item-views .title-wrapper.bottom-props .value.social_skype:before {
  background-position: -173px -5px;
}

.item-views .title-wrapper.bottom-props .value.social_bitrix:before {
  background-position: -4px -32px;
}

.reviews.item-views .item .post {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 3px;
}

.reviews.item-views .item .text {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 0px;
}

.reviews.item-views .item .text p {
  margin-bottom: 20px;
}

.reviews.item-views .item .video {
  padding: 10px 0px 0px;
}

.reviews.item-views .item .video .video-inner {
  padding: 0px 0px 20px;
}

body .reviews .docs-block {
  padding: 0px 0px 10px;
}

body .reviews .docs-block .blocks .inner-wrapper {
  margin-top: 15px;
}

.wraps .reviews.item-views .items>div:last-of-type hr {
  display: none;
}

.greyline.review-block {
  padding-bottom: 21px;
  background-image: url(/local/templates/aspro_next/images/pattern_comments.jpg);
}

/*
.reviews.item-views.front .flexslider{background:none;position:static;}
.reviews.item-views.front .item{margin:0px;text-align:center;padding:0px 15px 33px;}
.reviews.item-views.front .item .image{border-radius:100%;width:148px;height:148px;line-height:145px;background:rgba(255,255,255,0.4);padding:10px;margin:0px auto 24px;position:relative;}
.reviews.item-views.front .item .image:before{content:"";position:absolute;top:17px;right:-12px;width:54px;height:54px;border-radius:100%;background:#dedede;}
.reviews.item-views.front .item .image:after{content:"";position:absolute;top:32px;right:3px;width:22px;height:22px;background:url(/local/templates/aspro_next/images/svg/next.svg) -41px -172px no-repeat;}
.reviews.item-views.front .item .image .image-wrapper{border-radius:100%;background:#fff;padding:4px;overflow:hidden;}
.reviews.item-views.front .item .image .image-wrapper .image-inner{overflow:hidden;border-radius:100%;height:120px;line-height:117px;}
.reviews.item-views.front .item .image .image-wrapper img{width:auto;display:block;display:inline-block;}
.reviews.item-views.front .item .title{color:#222222;font-weight:bold;margin-bottom:1px;}
.reviews.item-views.front .item .company{color:#999999;font-size:14px;}
.reviews.item-views.front .item .preview-text{padding-top:17px;padding-bottom:18px;}
.reviews.item-views.front .flexslider .flex-control-nav{display:block;bottom:-25px;}

.review-detail .reviews.item-views.front .item{padding:0px;text-align:left;}
.review-detail .reviews .item .header-block{background:#F9F9FA url(/local/templates/aspro_next/images/pattern_comments.jpg);padding:60px;}
.review-detail .reviews.item-views.front .item .header-block >div{display:table-cell;vertical-align:middle;}
.review-detail .reviews.item-views.front .item .header-block .body-info{padding:0px 0px 0px 46px;text-align:left;}
.review-detail .reviews.item-views.front .item .bottom-block{padding:53px 60px 0px;}
.review-detail .reviews.item-views.front .item .preview-text{padding:0px 0px 49px;}
.review-detail .item .close-block{display:none;}
.review-detail .reviews.item-views.front .item .close-block{padding:0px 0px 49px;}
.review-detail .reviews.item-views.front .item .close-block .btn{position:static;font-weight:bold;}
.review_frame.jqmWindow .review-detail .item .close-block{display:block;}
*/

.list-type-block.item-views .item.review>.image {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  padding: 0px;
  min-height: 120px;
  line-height: 117px;
}

.list-type-block.item-views .item.review>.image+.body-info {
  padding: 0px 0px 0px 156px;
}

.list-type-block.item-views.reviews .group-content .item>.body-info {
  padding-top: 0px;
}

.list-type-block.item-views.reviews .group-content hr {
  margin-top: 0px;
}

.detail .reviews-block .list-type-block.item-views.reviews .group-content hr {
  display: none;
}

.detail .reviews-block .reviews.item-views .items:last-of-type>div:last-of-type .item {
  margin-bottom: 12px;
}

/* PROJECTS */
.detail .front .flex-direction-nav a:before {
  opacity: 1;
}

.detail .wraps.projects-block {
  margin-bottom: -12px;
}

.detail .wraps.projects-block h5 {
  margin-bottom: 15px;
}

.detail .projects.item-views.table .flexslider {
  margin-bottom: 0px;
}

.detail .projects.item-views.table .flexslider .slides>li {
  max-height: none;
}

.detail .projects.item-views.table .front .flex-direction-nav {
  top: -46px;
}

.flexslider.shadow .flex-viewport {
  margin: 0px -10px;
  padding: 0px 10px;
  z-index: 1;
}

.item-views.table .item {
  margin-bottom: 16px;
  border: 1px solid #F9F9FA;
  transition: box-shadow 0.3s ease;
  display: block;
  box-shadow: none;
}

.projects.item-views.table .flexslider .item {
  margin-bottom: 0px;
}

.item-views li[class*="col-md"]:before {
  display: none;
}

.flexslider.shadow .slides {
  /*padding:18px 0px 18px;*/
}

.flexslider.shadow.front .flex-direction-nav .flex-prev,
.flexslider.shadow.front .flex-direction-nav .flex-next {
  top: 7px;
}

.item-views .shadow .item:hover,
.projects.item-views.table .flexslider .item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.group-content h3 {
  font-weight: bold;
}

body .group-content .tab-pane:first-of-type h3 {
  margin-top: 0px;
}

.group-content .tab-pane .text_before_items {
  margin-bottom: 30px;
}

.item-views.table .item a {
  text-decoration: none;
}

.item-views .item .title a {
  color: #222;
}

.item-views.table .item .title a {
  font-weight: bold;
}

.item-views.table .item .image {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  max-height: 202px;
}

.item-views.table.bblock .item .image {
  max-height: 354px;
}

.item-views.table .item .image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  *display: inline;
  zoom: 1;
}

.item-views.table.partners .item .image.w-picture img {
  width: auto;
}

.item-views.table .item .info {
  padding: 26px 31px 20px;
  position: relative;
}

.licenses.item-views.table .item .image {
  height: 250px;
  line-height: 227px;
  max-height: none;
  padding: 20px 20px 0px;
  position: relative;
}

.licenses.item-views.table .item .image a {
  display: inline;
}

.licenses.item-views.table .item .title {
  font-weight: bold;
}

.item-views.table.bblock .item .info {
  border-top: 2px solid #dedede;
  padding: 36px 30px 38px;
}

.item-views.table.bblock .item .info span {
  font-weight: bold;
}

.item-views.table .item .title {
  text-align: left;
  margin: 0;
  font-weight: normal;
}

.item-views.table .item a:hover .title {}

.item-views.table .item a:hover .info:before {
  visibility: visible;
}

.projects.item-views.table.with-comments {
  border-top: 1px solid #F9F9FA;
  margin: 20px 0px 0px;
}

.projects.item-views.table.with-comments.side-block {
  border-top: none;
  margin: 0 0 30px 0;
}

.projects.item-views.table.with-comments .flexslider .item,
.projects.item-views.table.with-comments .flexslider .item:hover {
  box-shadow: none;
}

.item-views.table.with-comments .item .image {
  max-height: 203px;
}

.item-views.table.with-comments.side-block .item {
  margin-bottom: 0px;
  border: none;
}

.item-views.table.with-comments .item .title {
  font-weight: bold;
}

.title-block-big {
  font-size: 1.2em;
  font-weight: bold;
  color: #222;
}

.item-views.table.with-comments .title-block-big {
  padding: 40px 0px 32px;
}

.item-views.table.with-comments.side-block .title-block-big {
  font-size: 1.067em;
  padding-top: 0px;
}

.item-views.table.with-comments .item .info {
  padding: 13px 20px 20px;
}

.item-views.table.with-comments .item .comments-wrapper {
  color: #9a9a9a;
  font-size: 0.867em;
  text-align: left;
}

.properties {
  margin: 0px -15px 12px;
}

.properties+.link-block-more {
  padding: 20px 0px 0px;
}

.properties .inner-wrapper {
  padding: 0px 16px 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.867em;
  line-height: 24px;
}

.item-views.table.table-type-block .item .properties {
  font-size: 1em;
}

.item-views.table.table-type-block .item .inner-wrapper {
  display: block;
}

.item-views.table.table-type-block .item .inner-wrapper:first-of-type {
  padding-top: 0px;
}

.item-views.table.table-type-block .item .property.phone:before {
  background-position-x: -223px;
}

.item-views.table.table-type-block .item hr {
  margin-bottom: 14px;
}

.item-views.list.list-type-block .item hr {
  margin-bottom: 18px;
  margin-top: 12px;
}

.properties .inner-wrapper .property.icon-block {
  padding-left: 25px;
  position: relative;
  display: block;
}

.properties .inner-wrapper .property.icon-block:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  width: 16px;
  height: 18px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -161px -118px no-repeat;
}

.properties .inner-wrapper .property.phone:before {
  background-position: -221px -59px;
}

.properties .inner-wrapper .property.site:before {
  background-position: -45px -154px;
}

/*set new*/
.catalog_detail .bx-modal-container {
  border: none;
  border-top: 1px solid #ebeaec;
  border-radius: 0px;
}

.catalog_detail .bx-modal-container * {
  box-sizing: border-box;
  font-size: 13px;
}

.catalog_detail .bx-modal-container .bx-modal-small-title {
  font-size: 15px;
}

.catalog_detail .bx-modal-container .bx-item-set-current-price {
  font-size: 17px;
}

.catalog_detail .bx-modal-container .catalog_detail .bx-added-item-table-cell-itemname,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-img,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-del,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-price {
  padding: 5px 5px;
}

.catalog_detail .bx-modal-small-title {
  padding-left: 10px;
}

.catalog_detail .bx-original-item-container .bx-original-item-image {
  padding-bottom: 20px;
}

.catalog_detail .bx-set-constructor .bx-added-item-new-price,
.bx-catalog-set-item-price-new {
  color: #383838;
  font-weight: bold;
}

.catalog_detail .bx-set-constructor .bx-added-item-old-price,
.catalog_detail .bx-set-constructor .bx-catalog-set-item-price-old strong,
.bx-catalog-set-item-price-old {
  color: #888;
  font-weight: normal;
}

.catalog_detail .bx-set-constructor .bx-catalog-set-topsale-slider,
.bx-catalog-set-topsale-slider .bx-catalog-set-item {
  border-color: #eee;
}

.catalog_detail .bx-set-constructor .bx-catalog-set-topsale-slider-box {
  padding: 14px 10px;
}

.bx-catalog-set-item-title {
  text-align: center;
}

.bx-catalog-set-topsale-slider:before {
  border-color: #eee;
}

.bx-constructor-result-btn-container .bx-constructor-result-price {
  border: none;
  color: #383838;
  font-size: 18px;
}

.bx-set-constructor .bx-catalog-set-item-add-btn .btn,
.bx-constructor-result-btn-container .btn {
  font-size: 13px;
  padding: 7px 18px 9px;
}

.bx-set-constructor .row * {
  box-sizing: border-box;
}

.bx-set-constructor .row div[class^="col-"] {
  font-size: 14px;
}

.bx-set-constructor {
  border: none;
  border-radius: 0;
  border-top: 1px solid #f2f2f2;
}

/*rating*/
.iblock-vote.small div {
  cursor: default;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -137px -51px no-repeat;
  width: 15px;
  height: 14px;
  overflow: hidden;
}

.iblock-vote.small div.star-empty {
  background-position: -152px -51px;
}

.iblock-vote.small div.star-over {
  background-position: -137px -51px;
}

.iblock-vote table td div {
  cursor: pointer;
  background: url("/local/templates/aspro_next/images/ai.png") -374px -51px no-repeat;
  width: 19px;
  height: 16px;
  overflow: hidden;
}

.iblock-vote table td div.star-empty {
  background-position: -393px -51px;
}

.iblock-vote table td div.star-over {
  background-position: -374px -51px;
}

/*gift*/
.bx_item_list_you_looked_horizontal:not(.detail) .tabs_slider>li,
.wrapper_block .wr>li {
  opacity: 1;
  text-align: center;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li {
  float: none;
  height: auto;
  margin: 0px;
}

.bx_item_list_you_looked_horizontal .cost.prices .price.discount {
  margin-top: 1px;
}

.bx_item_list_you_looked_horizontal .cost.prices {
  margin: 11px 0px 0px;
}

.bx_item_list_you_looked_horizontal .like_icons span,
.bottom_slider .like_icons span {
  overflow: hidden;
}

.bx_item_list_you_looked_horizontal:not(.detail) .catalog_item {
  border: 1px solid #f2f2f2;
}

.bx_item_list_you_looked_horizontal .tabs_slider.wr .catalog_item:hover {
  border: 1px solid #fff;
}

.bx_item_list_you_looked_horizontal .common_product {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding: 21px 0px 0px;
}

.bx_item_list_you_looked_horizontal .top_block {
  padding-top: 0px;
  margin-bottom: 19px;
}

.bx_item_list_you_looked_horizontal.detail .top_block {
  margin-bottom: 0px;
}

.bx_item_list_you_looked_horizontal ul.slider_navigation.top_big {
  top: 19px;
}

.catalog_item .stickers {
  left: 0px;
}

/*basket*/
body .bx_item_list_you_looked_horizontal {
  border-bottom-width: 0px;
}

/* BASKET */
#basket_form_container {
  padding: 20px 0 0;
}

#basket_form_container .top_control {
  float: right;
  margin: 1px 0 0;
}

#basket_form_container .top_control .btn:first-child {
  margin-left: 0;
}

#basket_form_container .top_control .btn:hover {
  color: #fff;
}

#basket_form_container .top_control .delete_all {
  display: block;
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 8px;
}

#basket_items_list .error_text {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  padding: 15px 29px;
  background: #ffeeee;
  color: #e83333;
}

.bx_ordercart .bx_ordercart_order_pay_left {
  overflow: hidden;
}

.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
  top: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.bx_ordercart .bx_ordercart_order_pay_center .checkout {
  border-radius: 2px;
}

.bx_ordercart_order_pay_left {
  padding: 0 0 40px;
}

.bx_ordercart_order_pay_right {
  padding: 0 0 40px;
  margin-top: 10px;
}

.bx_ordercart .bx_ordercart_order_table_container {
  border-radius: 0;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.bx_ordercart .bx_ordercart_order_table_container table td {
  padding: 0 10px;
  line-height: 20px;
}

.bx_ordercart .bx_ordercart_order_table_container table td.margin {
  width: 0;
  min-height: 0;
  padding: 0;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
  padding: 7px 9px 8px 12px;
  font-size: 13px;
  line-height: 20px;
  background: none;
  color: #999999;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.item {
  padding-left: 159px;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
  border-bottom: none;
  padding: 24px 9px 24px;
  border-top: 1px solid #f2f2f2;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto {
  padding-left: 29px;
}

.bx_ordercart .bx_ordercart_order_table_container table td.custom:last-of-type {
  width: 210px;
}

.bx_ordercart .bx_ordercart_photo_container {
  padding: 0;
  border-radius: 0;
  border: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
  max-width: 189px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto>div {
  max-width: 130px;
  height: 130px;
  line-height: 130px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
  margin: 0 0 15px;
  font-size: 1.067em;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  font-size: 1em;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  background-size: auto;
  height: 130px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
  width: 535px;
  padding-top: 47px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive {
  width: auto;
  margin: 0;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_item_section_name_gray {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  color: #888;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_item_section_name_gray,
.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_item_section_name_gray {
  font-size: 12px;
  color: #888;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size_scroller_container {
  margin: 0;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size {
  overflow: visible !important;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul {
  margin: -3px 0 0 -3px !important;
  width: auto !important;
  white-space: normal;
}

.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul {
  margin-left: -3px !important;
}

.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a,
.bx-retina .bx_ordercart.bx_blue .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt {
  border-image: none;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li {
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 0 6px 6px 0px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:before {
  display: none;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:first-child {
  margin-left: 0;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li a {
  position: relative;
  padding: 7px 10px;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-size: 13px;
  line-height: 15px;
  color: #777777;
  text-align: center;
  position: relative;
  display: block;
  margin: 0;
  min-width: 9px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:active a,
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a {
  border-width: 1px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li a:hover {}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a {
  cursor: default;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul:after {
  content: "";
  display: table;
  clear: both;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
  margin: -3px 0 10px;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive {
  width: auto;
  margin: 5px 0 0;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container {
  margin: 0;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray {
  margin: 0 0 7px;
  display: block;
  font-size: 12px;
  color: #999;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul {
  position: relative;
  margin: 0px 0 0 !important;
  /*max-width:180px !important;*/
  width: auto !important;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul:after {
  content: "";
  display: table;
  clear: both;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li {
  height: auto;
  width: auto !important;
  padding-top: 0px !important;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:before {
  display: none;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:first-child {
  margin-left: 0;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
  position: relative;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 2px;
  display: inline;
  border: 0px;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {
  background: #fff;
  border: 0px;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:not(.bx_active):active a {
  padding: 0;
}

.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
  border: none;
}

.bx-retina .bx_ordercart.bx_blue .bx_item_detail_scu_small_noadaptive .bx_scu ul li .cnt {
  border-image: none !important;
}

.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
  border: none;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active:active a {
  padding: 0;
  border: none;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
  padding: 0;
  border: none;
  cursor: default;
  border: none;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
  padding-top: 47px;
  width: 245px;
  white-space: nowrap;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
  display: inline-block;
  vertical-align: top;
  font-size: 1.067em;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value {
  margin: -1px 0 0;
  font-size: 11px;
  line-height: 14px;
  color: #aeaeae;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price {
  display: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
  color: #333;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom .centered {
  margin: 16px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
  width: 200px;
  padding-top: 46px;
  line-height: 26px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom>div:not(.centered) {
  text-align: left !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span.price_value,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span.price_currency {
  display: inline;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter {
  position: relative;
  overflow: hidden;
  margin: -22px auto 0;
  width: 84px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter td:first-child {
  background: #f3f3f5;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #f3f3f5 !important;
  font-size: 0px;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter td:last-child {
  text-align: center !important;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter td {
  display: block;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter input {
  border: none;
  border-left: 1px solid #f3f3f5;
  border-right: 1px solid #f3f3f5;
  background: #f3f3f5;
  max-width: 34px !important;
  font-weight: bold;
  width: 100%;
  padding: 7px 0 7px;
  font-size: 13px;
  line-height: 13px;
  height: 34px;
  color: #333333;
  text-align: center;
  /*-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;*/
}

#basket_quantity_control {
  padding: 0 !important;
}

.basket_quantity_control {
  display: block;
  overflow: hidden;
}

.basket_quantity_control td {
  padding: 0 !important;
}

.basket_quantity_control a {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 24px;
  height: 34px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  border: none;
}

.basket_quantity_control a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -5px 0 0 -5px;
  background: url(/local/templates/aspro_next/images/svg/ai.svg) -87px -200px no-repeat;
  opacity: 0.7;
}

.basket_quantity_control a.plus {
  right: 1px;
  left: auto;
  margin: 0;
}

.basket_quantity_control a.minus {
  margin: 0;
  border-radius: 0;
}

.basket_quantity_control a.minus:hover:before {
  opacity: 1;
}

.basket_quantity_control a.plus:before {
  background-position: -57px -200px;
  margin-left: -9px;
}

.basket_quantity_control a.plus:hover:before {
  opacity: 1;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
  /*display:inline-block;*/
  vertical-align: top;
  margin: 0 0 0 2px;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
  position: relative;
  width: 135px;
  padding-top: 40px;
  font-size: 0;
  line-height: 0;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control br {
  display: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.bx_ordercart tbody td.control a:first-of-type,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
}

.bx_ordercart tbody td.control a:first-of-type:before,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type:before,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -4px;
  width: 10px;
  height: 10px;
  background: url("/local/templates/aspro_next/images/svg/close_icons.svg") 0px -27px no-repeat;
}

.bx_ordercart tbody td.control a:first-of-type:hover:before,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type:hover:before,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type:hover:before {
  background-position: -21px -27px;
}

.bx_ordercart tbody td.control a:last-of-type {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/local/templates/aspro_next/images/svg/icons_wish.svg) 3px -17px no-repeat;
  top: 2px;
}

.bx_ordercart tbody td.control a:first-of-type {
  background: none;
}

.bx_ordercart #basket_items_subscribed tbody td.control a:last-of-type,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type {
  background-image: none;
}

.bx_ordercart #basket_items_not_available tbody td.control a:first-of-type {
  display: none;
}

.bx_ordercart tbody td.control a:last-of-type:hover {
  background-position: 3px -73px;
}

.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type {
  position: relative;
  right: auto;
  top: auto;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/local/templates/aspro_next/images/svg/icons_wish.svg) -31px -201px no-repeat;
}

.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type:hover {
  background-position: -147px -175px;
}

.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type:before {
  display: none;
}

.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 17px;
  height: 17px;
  background: none;
  border-radius: 100%;
}

.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  background: url(/local/templates/aspro_next/images/svg/close_icons.svg) -0px -27px no-repeat;
}

.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type:hover:before {
  background-position: -21px -27px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
  display: none;
}

.bx_slide_left,
.bx_slide_right {
  display: none !important;
}

.bx_ordercart .bx_ordercart_order_pay {
  margin: 35px 0 0;
  padding: 0;
}

.bx_ordercart .bx_ordercart_coupon {
  margin: 16px 0 0;
}

.bx_ordercart .bx_ordercart_coupon:first-of-type {
  margin-top: 0;
  margin-bottom: -21px;
}

.bx_ordercart .bx_ordercart_coupon span {
  margin: 0 20px 0 0;
  width: 150px;
  float: left;
  font-size: 14px;
  line-height: 15px;
  color: #373737;
  white-space: normal;
  text-align: left;
}

.bx_ordercart .bx_ordercart_coupon .input {
  /*overflow:hidden;*/
  padding: 0px 0px 0px 170px;
}

.bx_ordercart .bx_ordercart_coupon #coupon {
  width: 100%;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  padding: 8px 45px 7px 15px;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #333;
  background: #fff;
  border-radius: 2px;
}

.bx_ordercart .bx_ordercart_order_pay .bx_bt_button {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 37px;
  border-radius: 0;
  padding: 0px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0px 2px 2px 0px;
}

.bx_ordercart .bx_ordercart_order_pay .bx_bt_button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -7px;
  width: 14px;
  height: 12px;
  background: url(/local/templates/aspro_next/images/svg/ai.svg) -33px -49px no-repeat;
  cursor: pointer;
}

.bx_ordercart .bx_ordercart_order_pay .bx_bt_button:active {
  box-shadow: none;
}

.bx_ordercart .bx_ordercart_coupon:not(:first-of-type) {
  position: relative;
  margin-left: 100px;
  padding: 0 0 0 30px;
}

.bx_ordercart .bx_ordercart_coupon:not(:first-of-type):before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 11px;
  height: 11px;
  background: url(/local/templates/aspro_next/images/svg/icons_wish.svg) -102px -86px no-repeat;
}

.bx_ordercart .bx_ordercart_coupon:not(:first-of-type).good:before {
  background-position: -19px -3px;
}

.bx_ordercart .bx_ordercart_coupon .bx_ordercart_coupon_notes {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: none;
}

.bx_ordercart .bx_ordercart_coupon .bx_ordercart_coupon_notes:first-letter {
  text-transform: uppercase;
}

.bx_ordercart .bx_ordercart_coupon input {
  padding: 0;
  height: auto;
  width: auto;
  float: none;
  border: none;
  background: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  border-radius: 0;
}

.bx_ordercart .bx_ordercart_coupon input.bad {
  box-shadow: none;
  border: none;
  background: none;
}

.bx_ordercart .bx_ordercart_coupon input.disabled {
  color: #333;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon span.disabled {
  float: right;
  width: 17px;
  height: 17px;
  margin: 3px 0 0 3px;
  border-radius: 100%;
  background: url(/local/templates/aspro_next/images/svg/close_icons.svg) 3px -23px no-repeat;
}

.bx_ordercart .bx_ordercart_coupon span.bad:hover,
.bx_ordercart .bx_ordercart_coupon span.disabled:hover {
  background-position: -17px -23px;
}

.bx_ordercart .bx_ordercart_coupon input.good {
  height: auto;
  width: auto;
  float: left;
  border: none;
  background: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  border-radius: 0;
}

.bx_ordercart .bx_ordercart_coupon span.good {
  float: right;
  width: 17px;
  height: 17px;
  margin: 3px 0 0 3px;
  border-radius: 100%;
  background: url(/local/templates/aspro_next/images/svg/close_icons.svg) 3px -23px no-repeat;
}

.bx_ordercart .bx_ordercart_coupon span.good:hover {
  background-position: -17px -23px;
}

.bx_ordercart #basket_items .custom div[id^="discount_value"] {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.bx_ordercart .bx_ordercart_coupon:after {
  content: "";
  display: table;
  clear: both;
}

.bx_ordercart .bx_ordercart_order_pay_center {
  margin: 0;
  padding: 40px 0 0;
  border: none;
  border-top: 1px solid #f2f2f2;
}

.bx_ordercart .bx_ordercart_order_pay_center .oneclickbuy {
  margin: 0 0 0 36px;
  line-height: 18px;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.bx_ordercart .bx_ordercart_order_sum {
  width: 304px;
  color: #333;
}

.bx_ordercart .bx_ordercart_order_sum tr {
  text-align: left;
}

.bx_ordercart .bx_ordercart_order_sum tr td {
  max-width: 145px;
  text-align: right;
  display: inline-block;
}

.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.bx_ordercart .bx_ordercart_order_sum tr td:first-child {
  width: 110px;
  margin: 0 36px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.bx_ordercart .bx_ordercart_order_sum tr #allSum_wVAT_FORMATED {
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bx_ordercart .bx_ordercart_order_sum tr #allSum_FORMATED {
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bx_ordercart .bx_ordercart_order_sum tr td.custom_t2 {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bx_item_list_you_looked_horizontal {
  margin: 0;
  border-radius: 0;
  border: none;
}

.container .bx_item_list_you_looked_horizontal .bx_item_list_title {
  height: auto;
  position: relative;
  margin: 0px 0px 28px 0px;
  font-size: 20px;
  color: #1d2029;
  line-height: 30px;
  font-weight: bold;
  text-transform: none;
  background: none;
  text-align: left;
  padding: 37px 0px 0px;
}

.container .bx_item_list_you_looked_horizontal .bx_item_list_title:before {
  background: #f2f2f2;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  content: "";
}

.bx_item_list_you_looked_horizontal .bx_item_list_section .bx_catalog_item {
  border: 1px solid #f2f2f2;
  padding: 20px 19px 7px 20px;
  text-align: center;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item:hover {
  border: 1px solid #fff;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images {
  background-size: contain;
  padding-top: 100%;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double {
  display: none;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images {
  animation: none;
  opacity: 1;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_container {}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container {
  animation: none;
  border: none;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  padding: 20px 19px 7px 20px;
}

.bx_item_list_you_looked_horizontal .bx_stick_disc.bottom {
  display: none !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick {
  left: 0px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick.top {
  top: 0px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
  height: auto;
  margin: 0px 0px 12px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_title a {
  font-size: 14px;
  font-weight: bold;
  overflow: visible;
  white-space: normal;
  color: #1d2029;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price span {
  color: #888 !important;
  font-size: 13px !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick {
  text-shadow: none;
  font-weight: 400;
  height: 21px;
  margin: 0px 0px 6px;
  background-image: none;
  background-color: #e52929;
  display: inline-block;
  color: #fff;
  width: auto;
  font-size: 10px;
  line-height: 12px;
  padding: 5px 10px 4px;
  position: absolute;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price {
  margin: 0px 0px 14px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price {
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  padding: 0px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone a {
  text-shadow: none;
  padding: 7px 11px 7px 11px;
  font-weight: 400;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  border-radius: 2px;
  text-align: center;
  margin: 0px;
  width: auto;
  height: auto;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone a {
  margin: 0px 0px 12px;
  border: 0px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_container .bx_catalog_item_articul {
  display: none !important;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li {
  position: relative;
  z-index: 100;
  cursor: pointer;
  outline: none;
  font-size: 11px;
  padding: 0px 9px 0px 0px;
  display: inline-block;
  padding-top: 0px !important;
  width: auto !important;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:before {
  display: none;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_scu .bx_scu ul li .cnt {
  border: none !important;
  position: initial;
  padding: 0px;
  overflow: visible;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_scu .bx_scu ul li .cnt_item {
  position: static !important;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu {
  overflow: visible;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_scu {}

.bx_item_list_you_looked_horizontal .bx_item_detail_size {
  margin: 0px;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size>ul {
  margin: 0px !important;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li {
  display: inline-block;
  font-size: 10px;
  border: 1px solid #888;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  float: none;
  height: auto;
  width: auto !important;
  margin: 0px 5px 5px 0px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_size ul li span {
  color: #373737;
  display: block;
  line-height: 15px;
  margin: 0px;
  text-align: center;
  padding: 7px 0px 7px;
  font-size: 13px;
  position: initial;
  border: none !important;
  background: none;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_size ul li.bx_active span {
  color: #fff;
}

.bx_item_list_you_looked_horizontal ul li:before {
  display: none;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu {
  margin: 0px 0px 20px;
}

div.bx_item_list_you_looked_horizontal:not(.subsribe-page) .bx_item_list_slide {
  height: auto !important;
  margin: 0px -1%;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout {
  opacity: 0;
  -webkit-appearance: none;
  padding: 10px 21px 10px 20px;
  background: none;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #ddd;
  text-shadow: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout:hover {
  color: #fff;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout:active {
  box-shadow: none;
  background: none;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .catalog_back {
  margin: 0;
  float: left;
  line-height: 18px;
  font-weight: bold;
}

.bx_ordercart .bx_sort_container {
  margin: 0 0 20px;
  min-height: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

.bx_ordercart .bx_sort_container:after {
  content: "";
  display: table;
  clear: both;
}

.bx_ordercart .bx_sort_container>span {
  display: none;
}

.bx_ordercart .bx_sort_container a {
  float: left;
  display: block;
  position: relative;
  padding: 7px 0px 6px 0px;
  background: #fff;
  color: #777777;
  border-radius: 0;
  line-height: 20px;
  text-align: center;
  border: none;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 20px 0px 0px;
}

.bx_ordercart .bx_sort_container a:first-of-type {
  margin-left: 0;
}

.bx_ordercart .bx_sort_container a:not(.current):active {
  color: #777777;
  text-shadow: none;
  box-shadow: none;
}

.bx_ordercart .bx_sort_container a:hover {
  color: #333;
  background: #fff;
}

.bx_ordercart .bx_sort_container a.current,
.bx_ordercart .bx_sort_container a.current:hover {
  text-shadow: none;
  color: #1d2029;
  box-shadow: none;
  border-radius: 0;
  cursor: default;
  background: #fff;
}

.bx_ordercart .bx_sort_container a.current:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
}

.bx_ordercart .bx_sort_container .flat {
  display: inline !important;
}

.bigdata_recommended_products_container {
  display: block;
  margin: 39px 0 0;
}

.bx_ordercart_order_pay_center .icon_error_wrapper {
  float: right;
}

.bx_ordercart_order_pay_center:after {
  content: "";
  display: table;
  clear: both;
}

.fademask_ext {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #374246;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.8;
  z-index: 1050;
}

#basket_items_delayed #delayed_items .bx_size_scroller_container ul li:not(.bx_active),
#basket_items_delayed #delayed_items .bx_scu_scroller_container ul li:not(.bx_active) {
  display: none;
}

/* top basket */
.wrap_icon .top_basket,
.wrap_icon.top_basket,
.wrapp_top_icon .top_basket,
.wrapp_top_icon.top_basket {
  position: relative;
}

.top-block .top_basket {
  padding: 13px 0;
}

.basket_hover_block {
  position: absolute;
  top: 100%;
  right: 0;
  width: 565px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition-delay: 0.2s;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  z-index: 2;
  background-color: #fff;
}

.basket_hover_block .flexbox--row {
  flex-direction: row !important;
}

.logo_and_menu-row .wrap_icon.top_basket .basket_hover_block {
  top: 50%;
}

.logo_and_menu-row .basket_hover_block {
  margin-top: 20px;
}

.logo_and_menu-row .wrapp_top_icon.top_basket .basket_hover_block {
  margin-top: 11px;
}

.logo_and_menu-row .basket_wrapper .basket_hover_block {
  margin-top: 26px;
}

.basket_hover_block:not(.loaded) * {
  opacity: 0;
}

.basket_hover_block.loaded {
  background-image: none;
}

.basket_hover_block .tabs_content li {
  display: block;
}

#headerfixed:not(.fixed) .basket_hover_block {
  visibility: hidden !important;
  opacity: 0 !important;
}

#headerfixed:not(.fixed) .dropdown-menu {
  display: none !important;
}

.top_basket:hover .basket_hover_block,
#headerfixed.fixed .basket-link.basket:hover+.basket_hover_block,
.basket_hover_block:hover {
  visibility: visible;
  opacity: 1;
}

.wrapper1.basket_page .top_basket .basket_hover_block,
.wrapper1.basket_page #headerfixed .basket-link.basket:hover+.basket_hover_block {
  visibility: hidden;
  opacity: 0;
}

.basket_hover_block .tabs_content {
  margin: 0;
}

.basket_hover_block .tabs_content>li {
  margin: 0;
}

.basket_hover_block .tabs_content .items_wrap {
  max-height: 300px;
  border-bottom: 1px solid #f2f2f2;
  border-color: #f2f2f2;
  background-color: #fff;
}

.basket_hover_block .tabs_content .item {
  border-bottom: 1px solid #eee;
  padding: 18px 20px 23px 29px;
  position: relative;
  border-color: #f2f2f2;
}

.basket_hover_block .tabs_content .item:last-of-type {
  border-bottom: none;
}

.basket_hover_block .tabs_content .item .wrap {
  margin: 0;
  display: block;
}

.basket_hover_block .tabs_content .foot {
  padding: 23px 20px 21px 25px;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  border-color: #f2f2f2;
  align-items: center;
}

.basket_hover_block .tabs_content .total {
  color: #333;
}

.basket_hover_block .tabs_content .total .item_title {
  margin: 0px 43px 0px 0px;
}

.basket_hover_block .tabs_content .total .item_title,
.basket_hover_block .tabs_content .total .wrap_prices .price:not(.discount) {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  white-space: normal;
  padding-bottom: 5px;
}

.basket_hover_block .tabs_content .total .wrap_prices .price.discount {
  text-align: left;
}

.basket_hover_block .tabs_content .icon_error_block {
  display: block;
  text-align: center;
  padding: 26px 0 23px;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  line-height: 25px;
}

.basket_hover_block .tabs_content .buttons {
  overflow: hidden;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 24px 20px 24px 20px;
  justify-content: space-between;
}

.basket_hover_block .tabs_content .buttons .noborder {
  border: none !important;
  box-shadow: none !important;
}

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

.basket_hover_block .tabs_content .remove_all_basket:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 9px;
  background: url("/local/templates/aspro_next/images/svg/close_icons.svg") -2px -26px no-repeat;
  vertical-align: middle;
  margin: 0px 7px 0px 0px;
}

.basket_hover_block .tabs_content .remove-cell {
  position: absolute;
  top: 5px;
  right: 1px;
  padding-top: 5px;
  padding-right: 5px;
}

.basket_hover_block .tabs_content .name {
  display: block;
}

.basket_hover_block .tabs_content .image {
  float: left;
  padding-top: 7px;
}

.basket_hover_block .tabs_content .body-info .description {
  padding-left: 99px;
}

.basket_hover_block .tabs_content .item .body-info .props .titles {
  color: #333;
  font-size: 12px;
  padding-right: 3px;
}

.basket_hover_block .tabs_content .item .body-info {
  font-size: 14px;
}

.basket_hover_block .tabs_content .item .body-info .product_name {
  font-weight: bold;
  margin-bottom: 3px;
}

.basket_hover_block .tabs_content .item .body-info .props .property_value,
.basket_hover_block .tabs_content .item .body-info .props ul li.bx_active {
  color: #888888;
  font-size: 12px;
  vertical-align: bottom;
}

.basket_hover_block .tabs_content .item .body-info .props ul li {
  display: none;
}

.basket_hover_block .tabs_content .item .body-info .props ul li.bx_active {
  display: block;
  height: auto;
  padding: 0;
  margin: 0px;
  background: none;
}

.basket_hover_block .tabs_content .item .body-info .props>div[class^="bx_"] {
  display: flex;
  margin-bottom: 0px;
}

.basket_hover_block .tabs_content .item .body-info .props>div[class^="bx_"]+div {
  margin-top: -5px;
}

.basket_hover_block .tabs_content .item .body-info .props>div[class^="bx_"]>div[class^="bx_"] {
  overflow: visible;
}

.basket_hover_block .tabs_content .item .body-info .props ul li:before {
  display: none;
}

.basket_hover_block .tabs_content .item .description>.prices {
  margin-top: 0;
  margin-bottom: 0;
}

.basket_hover_block .tabs_content .item .description .prices {
  font-size: 12px;
  line-height: normal;
  max-width: none;
}

.basket_hover_block .tabs_content .item .description .prices:not(.cost) {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.basket_hover_block .tabs_content .item .cost.prices .price.discount {
  font-weight: normal;
  padding-right: 6px;
  vertical-align: unset;
}

.basket_hover_block .tabs_content .item .cost.prices .price:not(.discount) {
  padding-right: 6px;
}

.basket_hover_block .tabs_content .item .cost.prices .price {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  display: inline-block;
}

.basket_hover_block .tabs_content .item .cost.prices .price_name {
  color: #999;
  line-height: 1;
  margin-top: 3px;
}

.basket_hover_block .tabs_content .item .description .props ul {
  margin: 0;
}

.basket_hover_block .cart-empty {
  padding: 46px 0px 0px 0px;
}

.basket_hover_block .cart-empty .cart-empty__info .title {
  display: block;
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  color: #333;
  line-height: 24px;
  padding: 0;
  font-weight: bold;
}

.basket_hover_block .cart-empty .cart-empty__info p {
  max-width: 440px;
  margin: 0 auto;
}

.basket_hover_block .cart-empty .cart-empty__info .btn:hover:before {
  opacity: 0;
  visibility: hidden;
}

.basket_hover_block .cart-empty .cart-empty__info .btn:before {
  content: "";
  background: #eee;
  background: #f2f2f2;
  height: 1px;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0px;
  opacity: 1;
  transition: opacity 0.4s;
}

.basket_hover_block .icon_error_block:after {
  display: none;
}

.cart-empty .cart-empty__picture {
  position: relative;
}

.cart-empty .cart-empty__picture:before {
  content: "";
}

.cart-empty .cart-empty__picture:before,
body .bx-sbb-empty-cart-image {
  margin: 0px auto;
  width: 90px;
  height: 90px;
  display: block;
  background: url(/local/templates/aspro_next/images/svg/next.svg) 0 -18px no-repeat;
}

.cart-empty .cart-empty__info {
  text-align: center;
  padding-bottom: 46px;
}

.cart-empty .cart-empty__info p,
body .bx-sbb-empty-cart-desc {
  font-size: 14px;
  margin: 0px;
  color: #333;
  line-height: 24px;
}

/*BASKET2*/
#basket-root .basket-items-list-wrapper {
  border-color: #f2f2f2;
  padding-top: 0px !important;
}

body #basket-root .basket-item-label-text span,
body #basket-root .basket-item-label-ring {
  background: #e32330;
}

#basket-root #basket-warning {
  background: #fff;
  color: #333333;
  padding-right: 35px;
  font-size: 14px;
}

#basket-root #basket-warning .close {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#basket-root .basket-items-list-wrapper .basket-items-list-header {
  background: #F9F9FA;
  border-bottom-color: #f2f2f2;
  position: static;
  padding-left: 15px;
  padding-right: 15px;
}

#basket-root .basket-items-list-wrapper .basket-items-list-header.basket-items-list-header-fixed {
  border: 1px solid #f2f2f2;
  border-top-width: 0px;
}

#basket-root .basket-items-list-wrapper .basket-checkout-container {
  border-color: #f2f2f2;
}

#basket-root .basket-items-list-wrapper .basket-items-search-field .form-control,
#basket-root .basket-items-list-wrapper .basket-items-search-field .form-control:focus {
  background: #fff;
  border-color: #f2f2f2;
  box-shadow: none;
}

#basket-root .basket-items-list-wrapper .basket-clear {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

#basket-root .basket-items-list-wrapper .basket-clear:after,
#basket-root .basket-items-list-wrapper .basket-clear:before {
  background: #aaa;
}

#basket-root .basket-items-list-wrapper .basket-clear:hover:after,
#basket-root .basket-items-list-wrapper .basket-clear:hover:before {
  background: #333;
}

#basket-root .basket-items-list-item-container .basket-items-list-item-notification {
  padding-top: 20px;
  padding-bottom: 20px;
}

#basket-root .basket-items-list-item-notification .basket-items-list-item-removed-container {
  background: #fff;
}

#basket-root .basket-items-list-item-container>td {
  padding-bottom: 33px;
}

#basket-root .basket-checkout-container {
  border-color: #f2f2f2;
  position: static;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 19px;
}

#basket-root .basket-checkout-container .basket-coupon-block-field-description {
  color: #333333;
  font-size: 13px;
  padding-bottom: 10px;
}

#basket-root .basket-coupon-block-field .form .form-control {
  background: #fff;
}

#basket-root .basket-coupon-block-coupon-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 37px;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0 2px 2px 0;
  border: none;
  transform: none;
  margin-top: 0px;
  background: #ddd;
}

#basket-root .basket-coupon-block-coupon-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -7px;
  width: 14px;
  height: 12px;
  background: url("/local/templates/aspro_next/images/svg/ai.svg") -33px -49px no-repeat;
  cursor: pointer;
}

#basket-root .basket-coupon-alert .basket-coupon-text {
  padding-left: 22px;
}

#basket-root .basket-coupon-alert .basket-coupon-text:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: url("/local/templates/aspro_next/images/svg/icons_wish.svg") -102px -86px no-repeat;
}

#basket-root .basket-coupon-alert.text-success .basket-coupon-text:before {
  background-position: -19px -3px;
}

.basket-coupon-alert .close-link {
  position: relative;
  font-size: 0px;
  width: 10px;
  height: 20px;
  border: none;
  top: -2px;
}

.basket-coupon-alert .close-link:after,
.basket-coupon-alert .close-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #6d6d6d;
  width: 1px;
  height: 9px;
  content: "";
  transition: 300ms background-color ease;
}

.basket-coupon-alert .close-link:hover:after,
.basket-coupon-alert .close-link:hover:before {
  background: #222;
}

.basket-coupon-alert .close-link:before {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-coupon-alert .close-link:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

#basket-root .basket-items-list-header-filter-item {
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  border: none;
  position: relative;
}

#basket-root .basket-items-list-header-filter-item.active:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #ddd;
}

#basket-root .basket-items-list-header-filter-item:not(.active):hover {
  color: #222;
}

#basket-root .basket-items-list {
  padding-left: 0px;
  padding-right: 0px;
}

#basket-root .basket-items-list .basket-items-list-overlay {
  left: 41px;
  right: 41px;
}

#basket-root .basket-items-list .basket-items-list-item-container>td:first-child {
  padding-left: 41px;
}

#basket-root .basket-items-list .basket-items-list-item-container>td:last-child {
  padding-right: 2px;
}

#basket-root .basket-items-list-item-descriptions {
  padding-top: 29px;
}

#basket-root .basket-items-list .basket-item-block-image {
  padding-bottom: 0px;
}

#basket-root .basket-items-list .basket-item-block-image .fast_view {
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.25s ease-in-out;
  z-index: 1;
}

#basket-root .basket-items-list .basket-item-block-image .fast_view::before {
  background: url("/local/templates/aspro_next/images/svg/next.svg") -284px -298px no-repeat;
  content: "";
  display: block;
  height: 30px;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 30px;
}

#basket-root .basket-items-list .basket-item-block-image:hover>.fast_view {
  background-color: rgba(255, 255, 255, 0.9);
}

#basket-root .basket-items-list .basket-item-block-image:hover>.fast_view::before {
  opacity: 1;
}

#basket-root .basket-items-list .basket-item-block-info {
  padding-left: 26px;
  padding-right: 55px;
}

#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning {
  text-align: left;
  background: #fff;
  border: none;
  color: #333;
  padding: 0px 0px 0px 40px;
  font-size: 13px;
  position: relative;
}

#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning:before,
#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning a[data-entity="basket-item-remove-delayed"]:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0px;
  border-radius: 100%;
}

#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning:before {
  background: #fff url("/local/templates/aspro_next/images/not-available.png") 0px 0px;
}

#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning a[data-entity="basket-item-remove-delayed"]:before {
  background: #ddd url("/local/templates/aspro_next/images/svg/icons_wish.svg") 5px -44px;
}

#basket-root .basket-item-info-name,
#basket-root .basket-item-info-name-link {
  font-weight: bold;
  font-size: 15px;
}

#basket-root .basket-item-property-name,
#basket-root .basket-item-property-custom-name {
  color: #888;
  font-size: 13px;
  padding-top: 6px;
}

#basket-root .basket-item-property-value,
#basket-root .basket-item-property-custom-value {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  padding-top: 6px;
}

#basket-root .basket-item-block-amount.disabled .basket-item-amount-btn-plus,
#basket-root .basket-item-block-amount.disabled .basket-item-amount-btn-minus {
  display: none;
}

#basket-root .basket-item-block-price {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding-top: 29px;
  padding-left: 15px;
  padding-right: 15px;
}

#basket-root .basket-item-block-price .basket-item-price-current,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-current {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

#basket-root .basket-item-block-price .basket-item-price-current>span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#basket-root .basket-item-block-price .basket-item-price-old,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old {
  position: static;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}

#basket-root .basket-item-block-price .basket-item-price-old>span,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old {
  font-size: 13px;
  color: #777;
  text-decoration: line-through;
}

#basket-root .basket-item-block-price .basket-item-price-old-text:after,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old:after {
  display: none;
}

#basket-root .basket-item-block-price .basket-item-price-title,
#basket-root .basket-item-block-price .basket-item-price-difference,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}

#basket-root .basket-item-block-price .basket-item-price-title {
  text-align: left;
  padding-top: 7px;
}

#basket-root .basket-checkout-block-total-price-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

#basket-root .basket-items-list-item-amount {
  padding-top: 25px;
}

#basket-root .basket-item-block-amount {
  padding: 0 30px;
  margin: 0px 30px;
}

#basket-root .basket-items-list-item-amount .basket-item-amount-filed {
  border: none;
  border-left: 1px solid #f3f3f5;
  border-right: 1px solid #f3f3f5;
  background: #f3f3f5;
  width: 34px !important;
  font-weight: 700;
  width: 100%;
  padding: 7px 0 7px;
  font-size: 13px;
  line-height: 13px;
  height: 36px;
  color: #333;
  text-align: center;
}

#basket-root .basket-item-amount-btn-plus,
#basket-root .basket-item-amount-btn-minus {
  position: absolute;
  left: 1px;
  top: 0px;
  width: 30px;
  height: 36px;
  cursor: pointer;
  background: 0 0;
  border-radius: 2px;
  border: none;
  background: #f3f3f5;
}

#basket-root .basket-item-amount-btn-plus {
  right: 1px;
  left: auto;
  margin: 0;
}

#basket-root .basket-item-amount-btn-plus:before,
#basket-root .basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  background-color: #6c6c6d;
}

#basket-root .basket-item-amount-btn-plus:hover:before,
#basket-root .basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
  background-color: #222;
}

#basket-root .basket-item-amount-field-description {
  font-style: normal;
}

#basket-root .basket-item-price-difference,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference {
  text-align: left;
  background: #fff;
  font-size: 12px;
  color: #888888;
  padding: 8px 0px 10px;
}

#basket-root .basket-item-price-difference>span,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference>span {
  color: #333333;
  display: inline-block;
  background: #ffd02e;
  padding: 3px 8px 2px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 2px 0 0px 0px;
}

#basket-root .basket-item-property-value ul li:before,
#basket-root .basket-item-property-custom-value ul li:before {
  display: none;
}

#basket-root .basket-item-actions-remove:after,
#basket-root .basket-item-actions-remove:before,
#basket-root .basket-items-list-item-clear-btn:after,
#basket-root .basket-items-list-item-clear-btn:before {
  background: #6d6d6d;
  width: 1px;
  height: 9px;
}

#basket-root .basket-item-actions-remove:hover:after,
#basket-root .basket-item-actions-remove:hover:before,
#basket-root .basket-items-list-item-clear-btn:hover:after,
#basket-root .basket-items-list-item-clear-btn:hover:before {
  background: #222;
}

#basket-root .basket-items-list-item-container .basket-item-block-actions {
  opacity: 1;
}

#basket-root .basket-items-list-item-container-expend .basket-items-list-item-removed-container .basket-items-list-item-removed-block {
  padding-right: 0px;
}

#basket-root .basket-item-label-text {
  display: none;
}

#basket-root .basket-items-list-item-remove {
  padding-top: 10px !important;
}

#basket-root .basket-item-property-scu-image .basket-item-scu-item,
#basket-root .basket-item-property-scu-image .basket-item-scu-item.not-available:hover {
  border: 2px solid #fff;
}

#basket-root .basket-item-scu-item,
#basket-root .basket-item-scu-item.not-available:hover {
  border-radius: 2px;
}

#basket-root .basket-item-property-scu-text .basket-item-scu-item-inner {
  font-weight: normal;
  min-height: 30px;
  line-height: 22px;
}

#basket-root .basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
  min-height: auto;
}

#basket-root .basket-item-property-scu-text .basket-item-scu-item.selected {
  color: #fff;
}

#basket-root .basket-checkout-block-total-title {
  font-weight: bold;
  font-size: 16px;
}

#basket-root .basket-coupon-block-total-price-current {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0px;
  text-align: left;
}

#basket-root .basket-checkout-container {
  opacity: 0;
}

#basket-root .basket-checkout-container.visible {
  opacity: 1;
}

/*#basket-root .basket-checkout-container .basket-coupon-section.smallest{-webkit-box-flex:1;-ms-flex:1;flex:1;}*/
#basket-root .basket-checkout-container .fastorder {
  padding-top: 13px;
  padding-left: 15px;
  text-align: right;
}

#basket-root .basket-checkout-section .btn-default:active,
#basket-root .basket-checkout-section .btn-default:focus {
  color: #fff !important;
}

#basket-root .basket-checkout-section .btn-default.basket-btn-checkout:not(:hover),
#basket-root .basket-checkout-section .btn-default.basket-btn-checkout:not(:active),
#basket-root .basket-checkout-section .btn-default.basket-btn-checkout:not(:focus) {
  background: #fff;
}

.basket-coupon-alert-section {
  width: 100%;
}

#basket-root .basket-checkout-container .basket-coupon-section.smallest {
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#basket-root .basket-checkout-container .basket-checkout-section {
  -webkit-box-flex: 3 1 auto;
  -ms-flex: 3 1 auto;
  flex: 3 1 auto;
}

#basket-root .top_control {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

#basket-root .top_control .delete_all {
  display: block;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 8px;
}

#basket-root .top_control .delete_all:not(:hover) {
  background: none;
  border-color: #a6a6a6;
}

#basket-root .row+.row>div[data-entity="basket-total-block"] {
  margin-top: -16px;
}

/*order styles*/
.middle>.container {
  width: 100% !important;
  padding: 0px !important;
  position: relative;
}

#content #bx-soa-order-form * {
  box-sizing: border-box;
}

#content #bx-soa-order-form #pickUpMap,
#content #bx-soa-order-form #pickUpMap *,
#content #bx-soa-order-form #propsMap,
#content #bx-soa-order-form #propsMap * {
  box-sizing: content-box;
}

#bx-soa-order-form {
  font-size: 12px;
}

#bx-soa-order .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f2f2f2;
}

#content #bx-soa-order-form .row {
  margin-top: 0px;
}

.bx-authform-formgroup-container .checkbox {
  padding: 0px;
}

#content #bx-soa-order-form .row.bx-soa-more {
  margin-top: 30px;
}

#bx-soa-orderSave {
  /*display:block !important;*/
}

.bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-section.bx-selected .bx-soa-section-content {
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  transition: none;
}

.bx-soa-section {
  transition: none;
}

#bx-soa-order ul li:before {
  display: none;
}

#bx-soa-order .alert-danger {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  padding: 15px 29px;
  background: #ffeeee;
  color: #e83333;
}

#bx-soa-order .bx-soa-section {
  border-radius: 0;
  margin: 0 0 20px;
}

#bx-soa-order .bx-soa-section.bx-selected {
  border: 1px solid #f2f2f2;
}

#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
  padding: 29px 19px 29px 79px;
  border-bottom: 1px solid #f2f2f2;
  background: #fbfbfb;
  cursor: pointer;
}

#bx-soa-order .bx-soa-section.bx-selected .bx-soa-section-title-container {
  cursor: default;
}

#bx-soa-order .bx-soa-section .bx-soa-section-title {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  padding-left: 0 !important;
  padding-top: 1px;
  font-weight: bold;
}

#bx-soa-order .bx-soa-section .bx-soa-section-title:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -3px;
  margin: 0;
  width: 30px;
  height: 30px;
  background: url(/local/templates/aspro_next/images/svg/order.svg) 0 0 no-repeat;
}

#bx-soa-order:not(.orderform--v1) .bx-soa-section.bx-step-completed .bx-soa-section-title:before {
  background-color: #52c200;
  background-position: -30px -30px !important;
}

#bx-soa-order .bx-soa-section.bx-step-error:not(.bx-selected) .bx-soa-section-title:before {
  background: none;
  background: url(/local/templates/aspro_next/images/svg/order.svg) -60px -30px no-repeat !important;
}

#bx-soa-order .bx-soa-editstep {
  display: inline-block;
  margin: 1px 0 0;
  font-size: 14px;
  line-height: 20px;
  border: none;
}

#bx-soa-order .bx-soa-editstep:first-letter {
  text-transform: uppercase;
}

#bx-soa-order .bx-soa-editstep:hover {
  text-decoration: none;
}

#bx-soa-order .bx-soa-section.bx-selected .bx-soa-editstep {
  display: none;
}

#bx-soa-order #bx-soa-region {
  border: 1px solid #f2f2f2;
}

#bx-soa-order #bx-soa-region .bx_soa_location {}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group .bx-soa-custom-label {
  display: block;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group:first-child br {
  display: none;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group:first-child>label {
  margin: 0 0 5px;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group.bx-soa-location-input-container {
  margin: 0 0 25px;
}

#bx-soa-order #bx-soa-region .bx_soa_location .radio-inline {
  margin: 5px 40px 5px 0;
}

#bx-soa-order .bx-soa .bx-soa-custom-label,
.bx-soa .form-group label,
.bx-soa .form-group .bx-soa-customer-label {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 2px;
  color: #777777;
  z-index: 1;
}

#bx-soa-order div[class*="bx-sls"] .quick-locations {
  margin: 7px 0 12px;
}

#bx-soa-order div[class*="bx-sls"] .quick-locations .quick-location-tag {
  margin: 3px 1px 1px 1px;
  padding: 0;
  padding: 5px 15px;
  height: auto;
  background: none;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#bx-soa-order div[class*="bx-sls"] .quick-locations .quick-location-tag:hover {
  color: #fff;
}

#bx-soa-order .bx-ui-sls-tree-trunk {
  font-size: 14px;
  padding-left: 45px;
}

#bx-soa-order div[class*="bx-sls"] .form-control.dropdown-block {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  border: 1px solid #ececec;
  background: #f7f7f7;
  padding-left: 44px;
}

.bx-soa-location-input-container .bx-ui-slst-pool>div {
  padding-left: 44px;
}

#bx-soa-order .bx-sls .form-control.dropdown-block {
  position: relative;
  height: auto;
}

#bx-soa-order div[class*="bx-sls"] .form-control.dropdown-block .bx-ui-sls-container input {
  padding-right: 27px !important;
}

div[class*="bx-sls"] .dropdown-icon {
  position: absolute;
  left: 17px;
  top: 50%;
  margin: -8px 0 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -5px -75px no-repeat;
}

div[class*="bx-sls"] .bx-ui-sls-clear {
  position: absolute;
  margin: 0;
  height: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  height: auto;
  cursor: pointer;
  background: none;
}

div[class*="bx-sls"] .bx-ui-sls-clear:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -82px -61px no-repeat !important;
  border-radius: 100%;
}

div[class*="bx-sls"] .bx-ui-sls-clear:hover:before {
  background-position: -82px -82px !important;
  background-color: #ddd;
}

.bx-sls .dropdown-block {
  background: #f7f7f7;
  padding: 1px 44px 1px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  border: 1px solid #ececec;
  box-shadow: none;
}

body .filter.label_block input+label {
  padding-left: 23px;
  font-size: 13px;
  color: #888;
}

#bx-soa-order .bx-slst .dropdown-block.form-control {
  margin-bottom: 10px;
}

#bx-soa-order #bx-soa-orderSave {
  margin: 20px 0 0;
  padding: 0 !important;
  text-align: center;
}

#bx-soa-order #bx-soa-orderSave .checkbox {
  display: none;
}

#bx-soa-order .form {
  text-align: center;
}

#bx-soa-order .form .licence_block,
#bx-soa-order .form .offer_block {
  display: inline-block;
  padding-bottom: 5px;
}

#bx-soa-order .form .licence_block label,
#bx-soa-order .form .offer_block label {
  font-size: 14px;
  color: #333;
}

#bx-soa-order .form .licence_block label.error,
#bx-soa-order .form .offer_block label.error {
  font-size: 12px;
}

#bx-soa-order #bx-soa-orderSave a {
  float: none !important;
  text-shadow: none;
  color: #fff;
  padding: 11px 40px 13px;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block !important;
  margin-top: 0px !important;
}

#bx-soa-order .bx-soa-more {
  border: none;
  padding: 25px 29px 0 29px;
  margin: 27px -29px 0 -79px;
  border-top: 1px solid #f1f1f1;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn {
  padding: 0;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left {
  background: none;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left:hover {
  color: #fff;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group[data-property-id-row] {
  margin-top: 20px;
}

#bx-soa-order .form .license_order_wrap {
  display: inline-block;
}

#bx-soa-order .form .license_order_wrap .licence_block,
#bx-soa-order .form .license_order_wrap .offer_block {
  display: block;
  text-align: left;
}

#bx-soa-order .bx-soa-section-title-count {
  display: none;
}

#bx-soa-order .alert .row {
  margin-top: 0px;
}

#bx-soa-order .alert .row div {
  font-size: 12px;
}

.bx-sls .dropdown-fade2white {
  display: none;
}

#bx-soa-order .form-group {
  position: relative;
  font-size: 14px;
}

#bx-soa-order .form-group label[for="zipProperty"]:not(.error) {
  top: 0px;
  left: 0px;
  font-weight: normal;
  cursor: text;
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
  color: #777777;
}

#bx-soa-order .form-group.value_y label:not(.error) {
  position: absolute;
  background: #fff;
  font-size: 12px;
  top: -10px;
  left: 10px;
  padding: 0 7px;
}

#bx-soa-order .form-group.value_y input,
#bx-soa-order .form-group.value_y textarea {
  background: #fff;
}

#bx-soa-order .bx-soa-reference {
  margin: -8px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  border: none;
}

#bx-soa-order .bx-soa .form-group .radio-inline {
  padding: 0;
}

#bx-soa-order .bx-soa .form-group .radio-inline label {
  display: inline-block;
  float: none;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 32px !important;
}

#bx-soa-order .bx-soa .form-group .radio-inline label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
}

#bx-soa-order .bx-soa .form-group .radio-inline label:hover:before {
  border: none;
}

#bx-soa-order .bx-soa .form-group .radio-inline.checked label {
  cursor: default;
}

#bx-soa-order .bx-soa .form-group .radio-inline.checked label:before {
  border: none;
}

#bx-soa-order .bx-soa .form-group .radio-inline.checked label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 8px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -64px -9px no-repeat;
}

#bx-soa-order .bx-soa .form-group .radio-inline input {
  display: none;
}

#bx-soa-order .bx-soa-tooltip {
  position: absolute;
  bottom: -22px;
  left: 0px;
  padding: 0;
  background: none;
  max-width: 100%;
  box-shadow: none;
  top: auto;
}

#bx-soa-order .bx-soa-tooltip .tooltip-arrow {
  display: none;
}

#bx-soa-order .bx-soa-tooltip .tooltip-inner {
  max-width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fe5252;
  background: none;
}

#bx-soa-order .has-error .form-control {
  border-color: #fe5252;
}

#bx-soa-order .form-group.has-error {
  margin-bottom: 41px !important;
}

#bx-soa-order .form-group.has-error input {
  border-color: #fe5252;
}

#bx-soa-order .form-group.has-error .form-control.dropdown-block {
  border-color: #fe5252;
}

#bx-soa-order .form.form-group.bx-soa-customer-field {
  text-align: center;
  padding-top: 4px;
  margin-bottom: 20px !important;
}

#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block {
  display: inline-block;
  padding: 0px;
  text-align: center;
}

#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .license {
  display: inline-block;
}

#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .bx-soa-tooltip {
  bottom: -35px;
  position: static;
}

#bx-soa-order .form.form-group.bx-soa-customer-field .licence_block .bx-soa-tooltip .tooltip-inner {
  text-align: left;
}

#bx-soa-order .form.form-group+#bx-soa-orderSave {
  margin-top: 15px;
}

#bx-soa-order #bx-soa-delivery .bx-soa-section-title:before {
  background-position: -30px 0;
}

#bx-soa-order #bx-soa-delivery .bx-soa-pp-price {
  white-space: nowrap;
}

#bx-soa-order .bx-soa .bx-soa-location-input-container:before {
  display: none;
}

#bx-soa-order .bx-soa-pp-item-container:after {
  content: "";
  display: table;
  clear: both;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company {
  clear: both;
  position: relative;
  float: none;
  border: none;
  margin: 19px 0 0;
  padding: 0 0 24px;
  width: auto;
  transition: none;
  cursor: pointer;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:after {
  content: "";
  display: table;
  clear: both;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:first-child {
  margin-top: 0;
}

#bx-soa-order .bx-soa-pp-company-graf-container {
  position: relative;
  padding: 0;
  border: 1px solid #fbfbfb;
  border-radius: 0;
  width: 120px;
  height: 72px;
  background: #fbfbfb;
  cursor: pointer;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
  /*float:left;*/
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
  display: table-cell;
  vertical-align: middle;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
}

#bx-soa-order .bx-soa-pp-item-container:hover .bx-soa-pp-company-graf-container:before {
  /*border:none;*/
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
  border: none;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 10px;
  height: 8px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -64px -9px no-repeat;
  z-index: 2;
}

#bx-soa-order .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
  position: relative;
  border: 1px solid #f2f2f2;
  width: 118px;
  height: 70px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-position: center center !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
  cursor: default;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container input {
  display: none;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #777;
  text-align: left;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected {
  cursor: default;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle {
  color: #333;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px 5px;
  background: #fbfbfb;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -24px;
  border: 1px solid #f2f2f2;
  border-top: none;
}

#bx-soa-order .bx-soa-pp-desc-container {
  padding-top: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company {
  position: relative;
  padding: 22px 24px 20px;
  border: 1px solid #f2f2f2;
  border-top: none;
  background: #fbfbfb;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 2px;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:after {
  content: "";
  display: table;
  clear: both;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-image {
  margin: 5px 0 0;
  background: #fff;
  cursor: default;
  border-radius: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block:after {
  content: "";
  display: table;
  clear: both;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block>br {
  display: none;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
  padding: 10px 0 0 0px;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list {
  padding: 0;
  margin: 17px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li {
  padding: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-termin {
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-description {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
  padding: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #383838;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field label:not(.error) {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 5px;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
  background: none;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field .bx-soa-service-small {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox {
  margin: 21px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox:first-child {
  margin-top: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox input {
  display: none;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label {
  position: relative;
  padding: 0 0 0 27px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 2px;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label:hover:before {
  border: none;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:before {
  border: none;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 8px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -64px -9px no-repeat;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox .bx-soa-service-small {
  margin: 1px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field {
  margin: 13px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field:first-of-type {
  margin-top: 22px;
}

#bx-soa-order .bx-soa-section {
  border: 1px solid #f2f2f2;
}

#bx-soa-order .bx-soa-section.bx-step-completed {
  border: 1px solid #f2f2f2;
}

#bx-soa-order .bx-soa-pp-company-block .form-control {
  font-size: 12px;
}

#bx-soa-order .form-control {
  margin-bottom: 0px;
}

body #bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
  background: #ffd02e;
  padding: 3px 8px 2px;
  border-radius: 3px;
  margin: 10px 0px 10px;
}

#bx-soa-order .bx-soa-section .bx-soa-section-content {
  padding: 25px 29px 25px 79px;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  transition: none;
}

#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content strong {
  font-weight: bold;
  margin: 0;
}

#bx-soa-order .bx-soa-coupon {
  margin: 30px -29px -2px -79px;
  padding: 25px 29px 0 29px;
  border-top: 1px solid #f2f2f2;
}

#bx-soa-order #bx-soa-basket .bx-soa-coupon {
  margin: 0 0 27px;
}

#bx-soa-order #bx-soa-basket .bx-soa-more {
  margin: 0 0 25px;
}

#bx-soa-order .bx-soa-coupon-label {
  margin: 2px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

#bx-soa-order .bx-soa-coupon-block {
  display: inline-block;
  vertical-align: top;
}

#bx-soa-order .bx-soa-coupon label {
  margin: 0;
  width: 90px;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  color: #333333;
}

#bx-soa-order .bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-label {
  margin-top: 0;
}

#bx-soa-order .bx-soa-coupon-input {
  width: 260px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

#bx-soa-order .bx-soa-coupon-input:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  margin: 0;
  width: 45px;
  height: auto;
  cursor: pointer;
  border: none;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -30px -28px no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#bx-soa-order .bx-soa-coupon-input:hover:after {
  background-position: 9px -28px;
}

#bx-soa-order .bx-soa-coupon-input input[type="text"].form-control,
#bx-soa-order textarea.form-control {
  padding: 8px 67px 7px 17px;
  height: auto;
  border: none;
  color: #333;
  background: #fbfbfb;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
}

#bx-soa-order .bx-soa-coupon-input input[type="text"].form-control:focus {
  background: #fff;
}

#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content .bx-soa-pp-company-selected img {
  display: none;
}

#bx-soa-order .bx-soa-pp-company-selected {
  padding-top: 0;
  padding-bottom: 0;
}

#bx-soa-order .bx-soa-pp-price {
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}

#bx-soa-order #bx-soa-paysystem .bx-soa-section-title:before {
  background-position: -60px 0;
}

#bx-soa-order #bx-soa-properties .bx-soa-section-title:before {
  background-position: -90px 0;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) {
  margin: 4px 0 0;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]):first-child {
  margin-top: 0;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label {
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label:after {
  content: ":";
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label .bx-authform-starrequired {
  display: none;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row])>div {
  display: inline-block;
  vertical-align: top;
}

#bx-soa-order #bx-soa-basket .bx-soa-section-title:before {
  background-position: 0 -30px;
}

#bx-soa-order .bx-soa-section .bx-soa-coupon-item {
  display: block;
}

#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-coupon-item>strong {
  display: block;
  margin: 16px 0 0;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

#bx-soa-order .bx-soa-section .bx-soa-coupon-item .bx-soa-tooltip {
  float: right;
  display: block;
  margin: 0 0 0 15px;
  opacity: 1;
  position: relative;
  left: auto;
  bottom: auto;
}

#bx-soa-order #bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company {
  padding-bottom: 0;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-tooltip .tooltip-inner {
  font-size: 14px;
  color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger {
  position: relative;
  padding: 0 0 0 30px;
  color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used {
  position: relative;
  padding: 0 0 0 30px;
  color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success {
  position: relative;
  padding: 0 0 0 30px;
  color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -32px -73px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -26px -4px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -5px -4px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove {
  float: right;
  width: 20px;
  height: 20px;
  margin: 2px 0 0 3px;
  border-radius: 100%;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -82px -62px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove:hover {
  background-position: -82px -82px;
}

#bx-soa-order #bx-soa-properties .form-group {
  margin: 0 0 30px;
}

#bx-soa-order #bx-soa-properties.bx-selected .form-group label {
  position: relative;
  top: 0px;
  left: 0px;
  cursor: text;
  font-size: 13px;
  margin-bottom: 6px;
}

#bx-soa-order #bx-soa-properties.bx-selected .form-group.value_y label {
  background: #fff;
  top: -10px;
  left: 10px;
  padding: 0 7px;
}

#bx-soa-order #bx-soa-properties .form-group textarea {
  height: 106px;
  border: 1px solid #ececec;
}

#bx-soa-order #propsMap {
  margin: 0 0 20px;
  height: 332px !important;
}

#bx-soa-order #propsMap>ymaps {
  height: 332px !important;
}

#bx-soa-order .bx-soa-cart-total {
  padding: 30px 29px 40px;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  background: #fff;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line {
  margin: 2px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  border: none;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  margin-top: 0;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t {
  width: 46%;
  font-weight: normal;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d {
  width: 54%;
  text-align: right;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total {
  margin: 27px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #f2f2f2;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-size: 16px;
  font-weight: bold;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 18px !important;
  font-weight: bold;
}

#bx-soa-order .bx-soa-cart-total-button-container {
  padding: 0;
  margin: 26px 0 0;
}

#bx-soa-order .bx-soa-cart-total-button-container .btn {
  padding: 10px 12px 12px;
  font-size: 17px !important;
}

#bx-soa-order #bx-soa-basket .bx-soa-section-content {
  padding: 0;
}

#bx-soa-order #bx-soa-basket .bx-soa-coupon.bx-soa-coupon-item-fixed {
  margin: 0 0 30px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table {
  margin: 0 0 -1px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
  padding: 39px 10px 25px !important;
  border-top: none;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-info-shower {
  padding: 0px 20px 10px;
  display: inline-block;
}

.bx-soa-info-shower+.bx-soa-item-info-block {
  padding: 0px 20px 0px;
}

.bx-soa-info-block .bx-soa-info-line td {
  font-size: 13px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td .bx-soa-item-td-title {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
  padding: 7px 10px 8px !important;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child {
  padding-left: 30px !important;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child {
  padding-right: 24px !important;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-block {
  padding: 0;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block {
  margin: 0px 0 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block .bx-soa-item-imgcontainer {
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  border-radius: 0;
  border: none;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content {
  padding: 0 0 0 90px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title {
  margin: 0 0 6px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title a {
  color: #333;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container:after {
  background: none;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-text {
  margin: 0 0 0 6px;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-td-text small {
  display: block;
  margin: -1px 0 0;
  font-size: 11px;
  line-height: 14px;
  color: #aeaeae;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right {
  text-align: left;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right>div {
  text-align: left;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-td-text {
  line-height: 20px;
}

#bx-soa-order #bx-soa-basket .bx-price {
  font-size: 18px;
  line-height: 16px;
  color: #333;
}

#bx-soa-order #bx-soa-basket .bx-price+br {
  /*display:none;*/
}

#bx-soa-order #bx-soa-basket .bx-soa-item-td-title {
  font-size: 12px;
  color: #999;
  vertical-align: top;
}

#bx-soa-order .bx-price-old {
  margin: 0 0 0 4px !important;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 20px;
  color: #777777;
}

#bx-soa-order #bx-soa-total-mobile {
  margin: 0 0 20px !important;
}

.bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
  border-top: 1px solid #f2f2f2 !important;
}

.bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td {
  border: none !important;
}

#content noscript+b {
  display: none;
}

.sale_order_full_table {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 730px;
}

.sale_order_full_table:first-of-type {
  padding: 101px 0 0 !important;
  text-align: center;
  color: #333;
  border: none !important;
}

.sale_order_full_table:first-of-type:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -35px;
  width: 70px;
  height: 70px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -103px -5px no-repeat;
}

.sale_order_full_table:last-of-type {
  border: 1px solid #f2f2f2;
  padding: 34px 39px 34px;
}

.sale_order_full_table:last-of-type tr:last-child td:first-child {
  padding-top: 20px;
}

.sale_order_full_table>tbody {
  display: block;
}

.sale_order_full_table>tbody>tr {
  display: block;
}

.sale_order_full_table .ps_logo {
  display: block;
}

.sale_order_full_table .ps_logo br {
  display: none;
}

.sale_order_full_table .ps_logo .pay_name {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}

.sale_order_full_table .ps_logo .image {
  margin: 0 25px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 72px;
  line-height: 68px;
  text-align: center;
  border: 1px solid #f2f2f2;
}

.sale_order_full_table .ps_logo .paysystem_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.sale_order_full_table td>.tablebodytext {
  display: block;
  color: #333;
}

.sale_order_full_table .tablebodytext br:first-of-type {
  display: none;
}

.sale_order_full_table input[name="BuyButton"] {
  margin: -7px 0 0;
  padding: 7px 19px 9px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sale_order_full_table form[name="ShopForm"] .tablebodytext {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #777777;
}

.sale_order_full_table form[name="ShopForm"] .tablebodytext b {
  font-weight: normal;
  color: #333333;
}

#bx-soa-order a {
  text-decoration: none;
}

#bx-soa-order .bx-soa-cart-total .change_basket {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  margin: 0px -29px 43px;
  padding: 2px 29px 31px;
}

#bx-soa-order .bx-soa-cart-total .change_basket .change_link {
  position: absolute;
  top: 3px;
  right: 29px;
  font-size: 14px;
  font-weight: 400;
}

.bx-soa-auth .bx-authform-input-container input[type="text"],
.bx-soa-auth .bx-authform-input-container input[type="password"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #eaebec;
  border-radius: 2px;
  box-shadow: none;
  color: #383838;
  height: auto;
  font-size: 12px;
  padding: 8px 13px 7px;
  width: 100%;
  line-height: 20px;
}

.bx-soa-auth .bx-authform-input-container label {
  font-size: 12px;
  margin-bottom: 2px;
  color: #777;
}

#bx-soa-order input[type="text"],
#bx-soa-order input[type="password"],
#bx-soa-order input[type="email"],
#bx-soa-order select,
#bx-soa-order textarea {
  font-size: 14px;
}

#bx-soa-order #bx-soa-auth .bx-title {
  margin-top: 0;
}

#bx-soa-order #bx-soa-auth .bx-soa-reference {
  display: none;
}

#bx-soa-order #bx-soa-auth .bx-soa-section-content {
  margin-left: -30px;
  margin-right: -30px;
}

#bx-soa-order #bx-soa-auth .bx-soa-section-content.reg {
  margin-left: -15px;
  margin-right: -15px;
}

#bx-soa-order .bx-authform-formgroup-container {
  margin: 0 0 30px;
}

#bx-soa-order .bx-authform-content-container,
#bx-soa-order .bx-authform-label-container {
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #777777;
  z-index: 1;
  margin-bottom: 2px;
}

#bx-soa-order .bx-authform-formgroup-container .bx-captcha {
  margin-top: 1px;
}

#bx-soa-order .bx-soa-section-content.reg input[type="submit"] {
  margin-right: 10px;
}

#bx-soa-order #bx-soa-auth .bxe-light {
  display: none;
}

#bx-soa-order #bx-soa-auth .bx-soa-reg-block {
  background-color: #f7f7f7;
  padding: 28px 35px;
}

#bx-soa-order #bx-soa-auth .bx-soa-reg-block p {
  color: #999999;
  font-size: 0.8em;
  line-height: 1.5em;
}

#bx-soa-order #bx-soa-auth .bx-authform-social ul {
  margin-top: -10px;
}

#bx-soa-order #bx-soa-auth .bx-soa-section-content>.col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

#bx-soa-order #bx-soa-auth .filter .checkbox label {
  font-size: 13px;
  padding: 0px 0px 0px 23px;
  margin: 0px;
}

#bx-soa-order #bx-soa-auth .alert {
  margin-right: 15px;
  margin-left: 15px;
}

#bx-soa-order #bx-soa-auth .checkbox,
#bx-soa-order #bx-soa-auth .checkbox label {
  display: inline-block;
  margin: 0;
}

#NEW_GENERATE_Y {
  margin-bottom: 30px;
}

#bx-soa-order.orderform--v1 .pandd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#bx-soa-order.orderform--v1 .pandd>div {
  flex-grow: 1;
}

#bx-soa-order.orderform--v1 #pickUpMap>ymaps {
  width: 100%;
}

#bx-soa-order.orderform--v1 #bx-soa-pickup {
  width: 100%;
}

#bx-soa-order.orderform--v1 .bx-soa-section .bx-soa-section-title-container {
  cursor: default;
  background-color: transparent;
}

#bx-soa-order.orderform--v1 .bx-soa-section:not(#bx-soa-basket) .bx-soa-section-title-container {
  border-bottom-color: transparent;
  padding-bottom: 5px;
}

#bx-soa-order.orderform--v1 .bx-soa-section .bx-soa-section-title {
  font-weight: 600;
}

#bx-soa-order.orderform--v1 #bx-soa-delivery,
#bx-soa-order.orderform--v1 #bx-soa-paysystem {
  position: relative;
  order: 0;
  max-width: 100%;
}

#bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem {
  order: 2;
}

#bx-soa-order.orderform--v1 #bx-soa-delivery+#bx-soa-paysystem+#bx-soa-pickup {
  order: 1;
}

#bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery {
  order: 1;
}

#bx-soa-order.orderform--v1 #bx-soa-paysystem+#bx-soa-delivery+#bx-soa-pickup {
  order: 2;
}

#bx-soa-order.orderform--v1 #bx-soa-coupon {
  display: none;
  order: 3;
}

#bx-soa-order.orderform--v1 #bx-soa-coupon .bx-soa-coupon {
  border: none;
  margin: 0;
  padding: 0;
}

#bx-soa-order.orderform--v1 .bx-soa-coupon-label {
  margin: -1px;
}

#bx-soa-order.orderform--v1 .bx-soa-coupon label {
  color: #777;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 20px;
}

#bx-soa-order.orderform--v1 .bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
  border: none;
}

#bx-soa-order.orderform--v1 .bx-soa .bx-soa-custom-label,
#bx-soa-order.orderform--v1 .bx-soa .form-group label {
  margin-bottom: 6px;
}

#bx-soa-order.orderform--v1 div[class*="bx-sls"] .quick-locations {
  margin-top: -3px;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-company-graf-container {
  height: 20px;
  width: 20px;
  border: none !important;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
  position: relative;
  float: none;
  bottom: inherit;
  left: inherit;
  right: inherit;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  display: block;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost .bx-soa-pp-list-description {
  padding: 5px 7px 5px 9px;
  background: #f0f0f0;
  border: none;
  color: #333;
  border-radius: 10px;
  display: inline-block;
  line-height: 10px;
  vertical-align: top;
  margin: 0 0 0 5px;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company-graf-container:before {
  top: 0;
  left: 0;
  border: 1px solid #eaeaea;
  background: #fbfbfb;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container::after {
  left: 5px;
  top: 6px;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
  padding: 0;
  color: #333;
  display: block;
  word-wrap: break-word;
  hyphens: auto;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company {
  position: relative;
  padding: 0 0 0 35px;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-company-description {
  color: #777;
  font-size: 13px;
  max-width: 100%;
}

#bx-soa-order.orderform--v1 #bx-soa-delivery .bx-soa-pp-company-description {
  padding: 0;
  width: 265px;
  margin: 8px 0 9px 0;
}

#bx-soa-order.orderform--v1 #bx-soa-paysystem .bx-soa-pp-company-description {
  margin: 32px 0 9px 0;
}

#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn {
  position: relative;
}

#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn:before {
  content: "";
  position: relative;
  width: 10px;
  height: 8px;
  background: url(/local/templates/aspro_next/images/svg/order_ext.svg) -64px -9px no-repeat;
  z-index: 2;
  display: inline-block;
  margin: 0 10px 0 0;
}

#bx-soa-order.orderform--v1 .bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
  border-top: none !important;
}

#bx-soa-order.orderform--v1 .bx-soa-section.bx-step-error .bx-soa-section-title::before {
  background: none;
  background: url(/local/templates/aspro_next/images/svg/order.svg) -60px -30px no-repeat !important;
}

#bx-soa-order.orderform--v1 .bx-soa-coupon {
  display: flex;
  flex-direction: row;
}

#bx-soa-order.orderform--v1 .bx-soa-coupon-block {
  width: 100%;
}

#bx-soa-order.orderform--v1 .bx-soa-coupon-input {
  width: inherit;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-period,
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
  font-size: 14px;
  word-wrap: break-word;
  hyphens: auto;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-list-termin {
  display: inline;
  margin: 0 3px 0 0;
  color: #777;
  word-wrap: break-word;
  hyphens: auto;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-period .bx-soa-pp-list-description {
  display: inline;
  color: #333;
  word-wrap: break-word;
  hyphens: auto;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container {
  width: 100%;
  padding: 0;
  min-height: inherit;
  margin: 0;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company {
  border: none;
  background: none;
  padding: 0;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
  display: none;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc~div {
  margin-top: 8px;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company::before,
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company::after {
  display: none;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .checkbox {
  padding: 0;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-field label,
#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .checkbox label {
  font-size: 13px;
  color: #777;
  line-height: 20px;
  font-weight: normal;
  display: inline-block;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-desc-container .bx-soa-pp-company-block>div:first-of-type {
  margin-top: 8px;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-inner-ps {
  margin: 5px 0 0 0;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hasprice .bx-soa-pp-company-smalltitle,
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hasperiod .bx-soa-pp-company-smalltitle,
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-company--hascalculate .bx-soa-pp-company-smalltitle {
  margin-bottom: 8px;
}

#bx-soa-order.orderform--v1 .bx-authform-content-container,
#bx-soa-order.orderform--v1 .bx-authform-label-container {
  margin-bottom: 6px;
}

#bx-soa-order.orderform--v1 .bx-authform-formgroup-container .bx-captcha {
  margin-top: 5px;
}

.sale_order_full_table input[name="BuyButton"] {
  color: #fff;
}

.magnifier {
  text-align: center;
  background: #fff;
}

.magnifier img {
  vertical-align: middle;
  margin: auto;
  display: inline-block;
}

.footer_inner.no_fill {
  background: #f6f6f7;
}

.footer_inner.fill {
  background: transparent !important;
}

/*set*/
.catalog_detail .bx-modal-container {
  padding-top: 0px;
}

.catalog_detail .bx-modal-container .bx-modal-small-title {
  font-size: 20px;
  margin-top: -5px;
  margin-left: 16px;
}

.catalog_detail .bx-modal-container .bx-original-item-container * {
  font-size: 14px;
}

.catalog_detail .bx-modal-container .bx-original-item-container>div {
  margin: 20px 0px 0px;
  color: #555;
  padding: 0px 15px;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price {
  padding: 2px 0px 2px;
  display: inline-block;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-new {
  font-weight: bold;
  color: #1d2029;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price *,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-new * {
  color: #1d2029;
}

.bx-modal-container .bx-catalog-set-item-price-old *,
.bx-modal-container .bx-catalog-set-item-price-old,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-old {
  font-weight: 400;
  color: #555555;
}

.catalog_detail .bx-modal-container a:hover {
  text-decoration: none;
}

.catalog_detail .bx-modal-container .bx-item-set-current-price {
  color: #1d2029;
  font-size: 24px;
  background: none;
  margin-bottom: 0px;
}

.bx-modal-container .bx-item-set-economy-price {
  display: none;
}

.catalog_detail .bx-modal-container .bx-constructor-container-result .bx-added-item-old-price {
  color: #666666;
  font-size: 15px;
}

.catalog_detail .bx-modal-container .bx-constructor-container-result .btn-add {
  margin-top: 13px;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 19px 7px;
}

.catalog_detail .bx-modal-container .btn.btn-add {
  border-color: rgba(0, 0, 0, 0);
}

.catalog_detail .bx-modal-container .bx-catalog-set-item {
  text-align: center;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img {
  padding-top: 10px !important;
  max-height: 200px;
  padding-bottom: 50px;
  height: 200px;
  line-height: 135px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img .bx-catalog-set-item-img-container {
  position: static;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img .bx-catalog-set-item-img-container img {
  position: static;
  transform: none;
  display: inline-block;
}

.bx-modal-container .bx-catalog-set-item-title:after {
  display: none;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-title {
  height: auto;
  padding-bottom: 2px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-title a {
  font-size: 14px;
  line-height: 18px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-price {
  padding-top: 0px;
  min-height: auto;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-price-old {
  padding-top: 5px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-add-btn {
  padding-top: 9px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-topsale-slider-box {
  padding: 20px 0px 0px;
}

/*subscribe products*/
.subsribe-page.bx_item_list_you_looked_horizontal {
  padding: 40px 0px 20px;
}

.subsribe-page.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*account pay*/
.personal_wrapper {
  float: left;
  width: 100%;
}

.personal_wrapper .row {
  margin-top: 0px;
  font-size: 0px;
}

.personal_wrapper .inner_border {
  border: 1px solid #f2f2f2;
}

.personal_wrapper .lk-page .notetext {
  background: #e6f8de;
  color: #419a19;
  display: block;
  padding: 10px;
}

.personal_wrapper .lk-page .errortext {
  background: #ffeeee;
  color: #e83333;
  display: block;
  padding: 10px;
}

.sale-personal-section-index-block {
  background-color: #fbfbfb;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  margin: 0px 0px 20px;
  opacity: 1;
  height: calc(100% - 20px);
  text-transform: none;
}

.sale-personal-section-index-block:hover {
  border-color: #f2f2f2;
}

.sale-personal-section-row-flex {
  margin: 0px -10px;
}

.personal_wrapper .sale-personal-section-row-flex.row>div[class*="col-md-"] {
  padding: 0px 10px;
}

.sale-personal-section-index-block-name {
  font-size: 17px;
  margin: 12px 0px 16px;
}

.sale-personal-section-index-block-link {
  width: 100%;
}

.sale-personal-section-index-block-ico {
  margin-top: 8px;
  display: inline-block;
  font-size: 0px;
}

.sale-personal-section-index-block-ico i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/local/templates/aspro_next/images/svg/icons_mask.svg") 0px 0px no-repeat;
}

.sale-personal-section-index-block-ico i.bill {
  background-position: -50px 0px;
}

.sale-personal-section-index-block-ico i.personal {
  background-position: -100px 0px;
}

.sale-personal-section-index-block-ico i.filter_orders {
  background-position: -150px 0px;
}

.sale-personal-section-index-block-ico i.profile {
  background-position: -200px 0px;
}

.sale-personal-section-index-block-ico i.cart {
  background-position: -250px 0px;
}

.sale-personal-section-index-block-ico i.subscribe {
  background-position: -300px 0px;
}

.sale-personal-section-index-block-ico i.contact {
  background-position: -350px 0px;
}

.sale-personal-section-index-block-ico i.fa {
  font-size: 45px;
  display: table-cell;
  vertical-align: middle;
  background: none;
  height: 54px;
}

.personal_wrapper form input[type="submit"] {
  border-radius: 2px;
  margin: 10px 0 10px;
  cursor: pointer;
  text-transform: none;
  padding: 7px 12px 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff !important;
  text-shadow: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a {
  border-radius: 2px;
  margin: 0px 0 16px;
  cursor: pointer;
  text-transform: none;
  padding: 7px 18px 9px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff !important;
  text-shadow: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  display: block;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a:before {
  display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-button,
.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat>a,
.sale-order-detail-payment-options-methods-button-element,
.sale-order-detail-payment-options-methods-button-element-new-window {
  border-radius: 2px;
  margin: 0px 0 16px;
  padding: 7px 12px 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  height: auto;
  text-shadow: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  float: right;
}

.personal_wrapper .orders_wrapper .inactive-button {
  opacity: 0.3;
  cursor: default;
}

.personal_wrapper .orders_wrapper h3:first-of-type {
  margin-top: 0px;
}

body .ymaps-2-1-50-float-button-icon {
  left: 5px;
  top: 5px;
}

body .ymaps-2-1-50-listbox__button-icon.ymaps-2-1-50-_icon_layers {
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 2px;
}

/*orders*/
.personal_wrapper .row>span {
  font-size: 13px;
}

.personal_wrapper .row>div[class*="col-md-"],
.personal_wrapper .row>ul[class*="col-md-"] {
  box-sizing: border-box;
  padding: 0px 15px;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  float: none;
}

.personal_wrapper .sale-order-list-container,
.personal_wrapper div[class*="col-md-"] {
  padding: 0px 15px;
  box-sizing: border-box;
  display: inline-block;
}

.personal_wrapper div[class*="col-xs"] {
  padding: 0px 15px;
}

.personal_wrapper .row div.sale-order-list-inner-row-template,
.personal_wrapper .row div.sale-order-detail-payment-inner-row-template {
  display: none;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  font-size: 13px;
}

.personal_wrapper .row div.sale-order-detail-payment-inner-row-template {
  margin-left: 16.66666667%;
  padding-left: 5px;
}

.personal_wrapper .row.sale-order-list-inner-row div.sale-order-list-inner-row-template {
  padding: 0px 23px;
}

.personal_wrapper .row div.sale-order-detail-about-order-inner-container-details,
.personal_wrapper .row div.sale-order-detail-payment-options-shipment-composition-map {
  display: none;
}

.personal_wrapper .col-md-12 {
  width: 100%;
}

.personal_wrapper .col-md-11 {
  width: 91.66666667%;
}

.personal_wrapper .col-md-10 {
  width: 83.33333333%;
}

.personal_wrapper .col-md-9 {
  width: 75%;
}

.personal_wrapper .col-md-8 {
  width: 66.66666667%;
}

.personal_wrapper .col-md-7 {
  width: 58.33333333%;
}

.personal_wrapper .col-md-6 {
  width: 50%;
}

.personal_wrapper .col-md-5 {
  width: 41.66666667%;
}

.personal_wrapper .col-md-4 {
  width: 33.33%;
}

.personal_wrapper .col-md-3 {
  width: 25%;
}

.personal_wrapper .col-md-2 {
  width: 16.66666667%;
}

.personal_wrapper .col-md-1 {
  width: 8.33333333%;
}

.orders_wrapper .visible-xs,
.orders_wrapper .visible-sm,
.orders_wrapper .visible-md,
.orders_wrapper .visible-lg {
  display: none !important;
}

.orders_wrapper .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.orders_wrapper .container-fluid.sale-order-detail {
  padding-right: 0px;
  padding-left: 0px;
}

.orders_wrapper .row .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company {
  padding: 7px;
}

.orders_wrapper .row div.sale-order-list-repeat-container {
  padding: 0px;
}

.orders_wrapper .row div.sale-order-list-inner-container {
  padding: 0px 0px 0px 0px;
  border: none;
}

.personal_wrapper i {
  font-size: 0px;
}

.soc-serv-personal i {
  font-size: 12px;
}

.soc-serv-personal .soc-serv-photo {
  width: auto;
  height: auto;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12 {
  border: 1px solid #f2f2f2;
  padding: 22px 22px 4px;
  margin: 0px 0px 20px;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12>a {
  font-weight: bold;
  font-size: 13px;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12>a:hover {
  color: #333;
}

body .sale-order-link,
body .sale-order-history-link {
  margin-bottom: 18px;
}

.personal_wrapper .orders_wrapper .sale-order-title {
  font-weight: bold;
  font-size: 20px;
  color: #383838;
  line-height: 24px;
  margin: 14px 0px 25px;
  clear: both;
}

.personal_wrapper .orders_wrapper .sale-order-list-container {
  border: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container,
.personal_wrapper .orders_wrapper .sale-order-list-title-container,
.personal_wrapper .orders_wrapper .sale-order-detail-general-head {
  background: #f7f7f7;
}

.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-accomplished-title,
.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-title,
.personal_wrapper .orders_wrapper .sale-order-detail-general-item {
  font-weight: bold;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #383838;
  margin: 20px 0px 22px 7px;
}

.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-inner-accomplished {
  border: none;
  border-top: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container .row>div {
  vertical-align: middle;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date,
.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date-number {
  margin: 0px;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date-number {
  margin: 0px 5px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row {
  padding: 0px 14px 5px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-accomplished .sale-order-list-inner-row {
  padding-top: 21px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div {
  width: auto;
  padding: 0px 8px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-inner-row-body>div {
  vertical-align: top;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line {
  border-top: 1px solid #f2f2f2;
  padding: 20px 23px 8px;
  margin: 10px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line:first-child {
  margin: 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line-item {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  text-transform: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line-border {
  display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-payment-title,
.personal_wrapper .orders_wrapper .sale-order-list-shipment-title {
  color: #383838;
  font-size: 15px;
  font-weight: bold;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  text-transform: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-alert,
.personal_wrapper .orders_wrapper .sale-order-list-status-success,
.personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block,
.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-success,
.sale-order-payment-change-status-alert,
.sale-order-payment-change-status-success {
  margin: 3px 0px 3px 20px;
  padding-left: 10px;
  padding-right: 11px;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-payment-change-status-alert {
  color: #e62222;
  border-color: #f7bcbc;
  background: #fdeeee;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-success,
.sale-order-detail-payment-options-methods-info-title-status-success,
.sale-order-payment-change-status-success {
  color: #4b8c03;
  border-color: #c9dcb3;
  background: #f1f6eb;
}

.personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block {
  padding-left: 10px;
  padding-right: 11px;
}

.personal_wrapper .orders_wrapper .sale-order-list-payment-price .sale-order-list-payment-number,
.personal_wrapper .orders_wrapper .sale-order-payment-change-payment-number {
  color: #333333;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment {
  text-decoration: none;
  font-size: 13px;
  position: relative;
  display: inline-block;
  padding: 0px 25px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  width: 10px;
  height: 6px;
  background: url("/local/templates/aspro_next/images/arrows.png") 0px -161px no-repeat;
  z-index: 2;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment:hover {
  color: #333;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order,
.personal_wrapper .orders_wrapper .sale-order-detail-payment-options {
  margin-top: 0px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-about-order-inner-container {
  padding-top: 15px;
  padding-bottom: 11px;
  border: none;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-info {
  padding-top: 18px;
  padding-bottom: 22px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods,
.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-shipment {
  padding: 25px 0 26px 0;
}

.personal_wrapper .orders_wrapper .row ul li:before {
  display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-top-border {
  margin: 15px 23px 22px;
  background: #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type {
  padding-left: 29px;
  padding-right: 29px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type .sale-order-list-top-border {
  margin-left: -14px;
  margin-right: -14px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-cancel-container {
  float: right;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-shipment {
  padding: 0px 23px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type>div:last-of-type a {
  background: #fff;
  color: #ddd !important;
  border: 1px solid #ddd;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list {
  padding: 19px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 2px 10px 15px 0px;
  box-sizing: border-box;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-graf-container {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  height: auto;
  cursor: pointer;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-smalltitle {
  display: block;
  vertical-align: middle;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #777;
  text-align: left;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-image+.sale-order-payment-change-pp-company-smalltitle {
  display: table-cell;
  padding: 0 0 0 20px;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-image {
  position: relative;
  display: table-cell;
  border: 1px solid #f2f2f2;
  width: 118px;
  height: 70px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-position: center center !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-color: #fbfbfb;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a.sale-order-list-cancel-payment {
  background: none;
  color: #ddd !important;
  padding-left: 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a.sale-order-list-cancel-payment:hover {
  color: #333 !important;
  background: none;
}

.bx_my_order_cancel {
  font-size: 13px;
}

.bx_my_order_cancel a:hover {
  color: #333;
}

.personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-up,
.personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-down {
  font-weight: bold;
}

.personal_wrapper .orders_wrapper .sale-order-detail-general {
  border: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-detail-general-head {
  border-bottom: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order {
  margin-top: 0px;
  padding: 0px 7px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-container .sale-order-detail-about-order-title {
  background: #fff;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.sale-order-detail-about-order-title-element,
.sale-order-detail-payment-options-title-element,
.sale-order-detail-payment-options-shipment-composition-title-element,
.sale-order-detail-payment-options-order-content-title-element,
.sale-order-detail-general-item {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  margin-left: 6px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-title-element {
  margin-left: 0px;
  margin-top: 21px !important;
  margin-bottom: 2px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-name-title,
.sale-order-detail-about-order-inner-container-status-title,
.sale-order-detail-about-order-inner-container-price-title {
  font-size: 14px;
  color: #888888;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-name-detail,
.sale-order-detail-about-order-inner-container-status-detail,
.sale-order-detail-about-order-inner-container-price-detail {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.sale-order-detail-about-order-inner-container-price-detail {
  font-weight: bold;
}

.sale-order-detail-about-order-inner-container-name-read-more,
.sale-order-detail-about-order-inner-container-name-read-less {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  padding: 0px 25px 0px 0px;
  border: none;
}

.sale-order-detail-about-order-inner-container-name-read-more:after,
.sale-order-detail-about-order-inner-container-name-read-less:after {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 10px;
  height: 6px;
  background: url("/local/templates/aspro_next/images/arrows.png") 0px -161px no-repeat;
  z-index: 2;
}

.sale-order-detail-about-order-inner-container-name-read-more:hover:after,
.sale-order-detail-show-link:hover:after {
  background-position: 0px -161px;
}

.sale-order-detail-about-order-inner-container-name-read-less:after,
.sale-order-detail-about-order-inner-container-name-read-less:hover:after {
  background-position: -35px -161px;
}

.sale-order-detail-about-order-inner-container-details-title {
  color: #777777;
  font-weight: bold;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 15px;
  border: none;
  border-top: 1px solid #f2f2f2;
  padding: 24px 0px 5px;
  margin-bottom: 0px;
}

.personal_wrapper .row div.sale-order-detail-about-order-inner-container-details {
  padding: 9px 0px 0px;
}

.personal_wrapper .sale-order-detail-about-order-inner-container-details-list {
  margin: 0px 0px 24px;
}

.sale-order-detail-about-order-inner-container-list-item,
.sale-order-detail-about-order-inner-container-list-item-element,
.sale-order-detail-about-order-inner-container-name-titile,
.sale-order-detail-about-order-inner-container-status-title,
.sale-order-detail-about-order-inner-container-price-title,
.sale-order-detail-payment-options-shipment-composition-item-title,
.sale-order-detail-payment-options-order-content-item-title {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.sale-order-detail-about-order-inner-container-list-item {
  color: #888888;
}

.sale-order-detail-about-order-inner-container-list-item .sale-order-detail-about-order-inner-container-list-item-element {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.sale-order-detail-about-order-inner-container-list-item-link {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.sale-order-detail-about-order-inner-container-list-item-link:hover {
  color: #333;
}

.sale-order-detail-payment-options-title-element,
.sale-order-detail-payment-options-shipment-composition-title-element,
.sale-order-detail-payment-options-order-content-title-element {
  margin-top: 17px !important;
  margin-bottom: 18px;
}

.sale-order-detail-payment-options-title,
.sale-order-detail-payment-options-shipment-composition-title,
.sale-order-detail-payment-options-order-content-title,
.sale-order-detail-payment-options-order-content-title {
  border: 1px solid #f2f2f2;
  border-left-width: 0px;
  border-right-width: 0px;
}

.sale-order-detail-payment-options-inner-container {
  border: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-info .sale-order-detail-payment-options-info-image {
  display: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-info .sale-order-detail-payment-options-info-container {
  width: 100%;
  padding: 3px 22px 0px !important;
}

.sale-order-detail-payment-options-info-order-number,
.sale-order-detail-payment-options-info-total-price {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  color: #383838;
  font-weight: bold;
}

.sale-order-detail-payment-options-info-total-price {
  color: #777777;
  font-weight: 400;
}

.sale-order-detail-payment-options-info-total-price span {
  color: #383838;
}

.sale-order-detail-order-item-tr {
  display: table-row !important;
}

.payment-options-methods-row div,
.payment-options-methods-row div table {
  font-size: 14px;
}

.personal_wrapper div.payment-options-methods-row {
  padding: 0px 7px 0px 22px;
}

.sale-order-detail-payment-options-methods-container:before,
div.payment-options-methods-row:before,
div.payment-options-methods-row:last-child:after {
  display: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-image-container {
  /*display:none;*/
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-info.opened {
  width: 83.33333333%;
}

.sale-order-detail-payment-options-methods-image-element,
.sale-order-detail-payment-options-shipment-image-element {
  /*background-size:auto;*/
  border: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-status {
  width: 30.3%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat {
  width: 19.66666667%;
}

.personal_wrapper .sale-order-detail-payment-options-methods-info-title,
.personal_wrapper .sale-order-detail-payment-options-methods-shipment-list-item-title,
.personal_wrapper .sale-order-payment-change-payment-title {
  font-weight: bold;
  color: #383838;
  font-size: 15px;
}

.sale-order-detail-payment-options-methods-info-total-price {
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.sale-order-detail-payment-options-methods-info-total-price .sale-order-detail-sum-number {
  color: #383838;
}

.sale-order-detail-show-link,
.sale-order-detail-hide-link,
.sale-order-detail-payment-options-methods-info-change-link {
  border: none;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  padding: 3px 25px 0px 0px;
  display: inline-block;
  margin: 6px 0px 0px;
}

.sale-order-detail-hide-link:after,
.sale-order-detail-show-link:after,
.sale-order-detail-payment-options-methods-info-change-link:after {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 10px;
  height: 6px;
  background: url("/local/templates/aspro_next/images/arrows.png") 0px -161px no-repeat;
  z-index: 2;
}

.sale-order-detail-hide-link {
  display: none;
}

.sale-order-detail-hide-link:after,
.sale-order-detail-hide-link:hover:after {
  background-position: -35px -161px;
}

.personal_wrapper .sale-paysystem-close {
  top: 24px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods-template {
  position: static;
  opacity: 1;
  display: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-inner-container>.row:first-child div.sale-order-detail-payment-options-shipment {
  border: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-inner-container .sale-order-detail-payment-options-shipment-container {
  padding: 0px 22px;
}

.sale-order-detail-payment-options-shipment>div>div {
  vertical-align: top;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-shipment-image-container {
  width: 16.66666667%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-methods-shipment-list {
  width: 66.66666667%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-shipment-list-item-link {
  padding-top: 0px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map {
  width: 83.33333333%;
  /*margin-left:16.66666667%;*/
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map>.row {
  margin: 0px -1px 0px -7px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-container {
  border: 1px solid #f2f2f2;
}

.sale-order-detail-payment-options-shipment-composition-title {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  background: #fbfbfb;
}

.sale-order-detail-payment-options-shipment-composition-title .sale-order-detail-payment-options-shipment-composition-title-element {
  font-size: 15px;
  margin-top: 13px;
  margin-bottom: 14px;
}

.personal_wrapper .sale-order-detail-order-section {
  border: none;
}

.personal_wrapper .sale-order-detail-order-section-content.container-fluid {
  padding: 0px;
}

.personal_wrapper .sale-order-detail-order-item-td {
  padding-top: 6px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.personal_wrapper .sale-order-detail-order-item-td-title {
  color: #999999;
  padding-bottom: 4px;
}

.personal_wrapper .sale-order-detail-order-item-td:first-child .sale-order-detail-order-item-td-title {
  padding-left: 21px;
}

.personal_wrapper .sale-order-detail-order-item-properties {
  padding-top: 6px;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block .sale-order-detail-order-item-img-block {
  padding-right: 30px;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block .sale-order-detail-order-item-img-block+.sale-order-detail-order-item-content {
  padding: 15px 0px 0px 0px;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block a {
  font-size: 13px;
  color: #383838;
  font-weight: 400;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-imgcontainer {
  border: none;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block {
  padding: 0px 0px 0px 22px;
}

.sale-order-detail-payment-options-shipment-composition-container .sale-order-detail-order-item-td .sale-order-detail-order-item-td-text,
.sale-order-detail-payment-options-shipment-composition-container .sale-order-detail-order-item-properties,
.sale-order-detail-payment-options-order-content .sale-order-detail-order-item-tr .sale-order-detail-order-item-properties:nth-child(3),
.sale-order-detail-payment-options-order-content .sale-order-detail-order-item-tr .sale-order-detail-order-item-properties:nth-child(5) {
  text-align: center;
}

.personal_wrapper .sale-order-detail-payment-options-order-content .sale-order-detail-order-item-tr:last-of-type .sale-order-detail-order-item-td {
  border-bottom: 1px solid #f2f2f2;
}

.sale-order-detail-total-payment ul {
  margin-bottom: 0px;
}

.personal_wrapper .sale-order-detail-total-payment-list-left-item,
.personal_wrapper .sale-order-detail-total-payment-list-right-item {
  color: #777777;
  font-size: 14px;
  /*font-family:Ubuntu, Arial, Helvetica, sans-serif;*/
  font-weight: 400;
  line-height: 20px;
}

.personal_wrapper .sale-order-detail-total-payment-list-left-item:last-of-type,
.personal_wrapper .sale-order-detail-total-payment-list-right-item:last-of-type {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

/*pay*/
.personal_wrapper .sale-personal-account-wallet-container {
  max-width: 100%;
  background: #fbfbfb;
  margin-bottom: 0;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-title {
  background: none;
  font-size: 12px;
  color: #888888;
  font-weight: 400;
  padding: 18px 43px 8px;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-container {
  background: none;
  color: #333;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-item:before {
  background: url("/local/templates/aspro_next/images/svg/icons_mask.svg") -50px -5px no-repeat;
  width: 50px;
  height: 40px;
  margin: 0px;
  top: 0px;
  left: 0px;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-item {
  padding: 0px 0px 24px 70px;
  margin: 0px 30px 0px 43px;
  font-size: 0px;
  line-height: 0px;
}

.sale-personal-account-wallet-currency,
.sale-personal-account-wallet-sum {
  float: none;
  display: inline-block;
  vertical-align: baseline;
  padding: 0px 26px 0px 0px;
}

.sale-personal-account-wallet-sum {
  font-size: 36px;
  line-height: 40px;
  color: #333;
}

.sale-personal-account-wallet-currency {
  font-size: 20px;
  line-height: 24px;
  color: #777777;
}

.btn.sale-account-pay-button {
  font-weight: 400;
  height: auto;
  line-height: 18px;
}

.personal_wrapper .sale-personal-section-account-sub-header {
  padding: 28px 20px 20px 42px;
  font-size: 18px;
  color: #333;
  margin: 0;
  border-top: 1px solid #f2f2f2;
}

.personal_wrapper .bx-sap {
  padding: 0px 20px 38px 42px;
}

.personal_wrapper .bx-sap .sale-acountpay-title {
  color: #777777;
  margin-bottom: 10px;
}

.personal_wrapper .bx-sap .sale-acountpay-title+div {
  max-width: 100% !important;
  color: #333;
}

.personal_wrapper .bx-sap .sale-acountpay-title+div .form-group div {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
}

.bx-sap .control-label.input-lg {
  text-align: left;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
  margin-right: 5px;
  background: none;
  border: 1px solid #ddd;
  height: 33px;
  line-height: 31px;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
  background: #ddd;
  color: #fff;
}

.personal_wrapper .sale-acountpay-block {
  margin-bottom: 7px;
}

.personal_wrapper .sale-acountpay-pp.row>div {
  width: 100%;
  padding: 0px;
  font-size: 0px;
}

.bx-sap .row {
  margin-left: -7px;
  margin-right: -7px;
}

.bx-sap .sale-acountpay-block,
.bx-sap .container-fluid>.row>.col-xs-12 {
  padding: 7px;
}

.sale-acountpay-block .sale-acountpay-title {
  margin-top: 3px;
}

.sale-acountpay-block .sale-acountpay-pp div .sale-acountpay-pp-company {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 2px 7px 15px;
  box-sizing: border-box;
}

.bx-sap .sale-acountpay-pp-company-graf-container {
  position: relative;
  padding: 0;
  border: 1px solid #fbfbfb;
  border-radius: 0;
  width: 120px;
  height: 72px;
  background: #fbfbfb;
  display: table-cell;
  vertical-align: middle;
}

.bx-sap .sale-acountpay-pp-company-smalltitle {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #777;
  text-align: left;
}

.bx-sap .sale-acountpay-pp-company:not(.bx-selected):hover .sale-acountpay-pp-company-smalltitle,
.bx-sap .sale-acountpay-pp-company:not(.bx-selected):hover .sale-acountpay-pp-company-graf-container {
  cursor: pointer;
}

.bx-selected .sale-acountpay-pp-company-smalltitle {
  color: #333;
}

.sale-acountpay-pp-company-graf-container .sale-acountpay-pp-company-image {
  background-size: auto;
}

.bx-sap .sale-acountpay-pp-company-graf-container .sale-acountpay-pp-company-image {
  position: relative;
  border: 1px solid #f2f2f2;
  width: 118px;
  height: 70px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-position: center center !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.bx-sap .button {
  font-size: 14px;
  text-transform: none;
  padding: 7px 18px 9px;
  border: 1px solid;
}

.bx-sap .sale-acountpay-pp-company-graf-container:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
}

.bx-sap .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 10px;
  height: 8px;
  background: url("/local/templates/aspro_next/images/svg/order_ext.svg") -64px -9px no-repeat;
  z-index: 2;
}

.bx-sap .sale-acountpay-pp-company-graf-container input {
  display: none;
}

.personal_wrapper .bx-sap form input[type="submit"] {
  font-size: 14px;
  text-transform: none;
  padding: 8px 12px 9px;
}

.personal_wrapper form[name="ShopForm"] input[type="submit"] {
  margin-right: 10px;
}

body .sale-order-payment-change-pp.row,
body .sale-order-payment-change-pp.row .row {
  font-size: 13px;
}

.sale-order-payment-change-pp.row .sale-paysystem-wrapper {
  margin: 0px;
}

.sale-paysystem-wrapper span.tablebodytext {
  display: block;
  padding: 0px 0px 20px;
}

.sale-order-payment-change-pp.row .sale-paysystem-wrapper span.tablebodytext,
.sale-order-payment-change-pp.row form {
  font-size: 13px;
}

.sale-paysystem-wrapper {
  border-color: #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-detail-active-event .sale-order-detail-payment-options-methods-template {
  position: relative;
  left: 0;
  opacity: 1;
  display: block;
}

.personal_wrapper .orders_wrapper .sale-order-detail-active-event .sale-order-detail-payment-options-methods-template .sale-paysystem-wrapper {
  border-width: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}

.personal_wrapper .sale-paysystem-close {
  top: 16px;
}

/*profiles*/
.sale-personal-profile-list-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.sale-personal-profile-list-container>tbody>tr>th,
.sale-personal-profile-list-container>tfoot>tr>th,
.sale-personal-profile-list-container>thead>tr>td,
.sale-personal-profile-list-container>tbody>tr>td {
  padding: 21px 22px 21px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
  text-align: left;
  font-size: 13px;
  color: #999999;
  font-weight: 400;
}

.sale-personal-profile-list-container>tbody>tr>th {
  padding: 9px 22px 10px;
}

.sale-personal-profile-list-container>tbody>tr>th:first-child {
  border-left: 1px solid #f2f2f2;
}

.sale-personal-profile-list-container>tbody>tr>th:last-child {
  border-right: 1px solid #f2f2f2;
}

.sale-personal-profile-list-container>tbody>tr>td:nth-child(3) {
  color: #383838;
}

.sale-personal-profile-list-container a i {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  display: none;
}

input.form-control {
  margin-bottom: 0px;
}

.sale-profile-detail-form .form-group {
  margin-bottom: 17px;
}

.sale-profile-detail-form .form-control:hover,
.location-block-wrapper .dropdown-block.bx-ui-slst-input-block:hover {
  box-shadow: none;
  border-color: #f2f2f2;
}

.sale-personal-profile-list-actions>a {
  padding: 0px 17px 0px 0px;
}

.sale-personal-profile-list-change-button,
.sale-personal-profile-list-change-button:hover {
  border-bottom: none;
}

.sale-personal-profile-list-actions>a:last-of-type {
  padding-right: 0px;
}

.sale-personal-profile-list-container>tbody>tr:hover {
  background: #f7f7f7;
}

.sale-personal-profile-list-container>tbody>tr:hover>td:first-child {
  border-left-color: #f2f2f2;
}

.sale-personal-profile-list-container>tbody>tr>td:first-child {
  border-left: 1px solid #fff;
}

.sale-personal-profile-list-container>tbody>tr:hover>td:last-child {
  border-right-color: #f2f2f2;
}

.sale-personal-profile-list-container>tbody>tr>td:last-child {
  border-right: 1px solid #fff;
}

.sale-personal-profile-list-container>tbody>tr:last-child>td {
  border-bottom: 1px solid #f2f2f2;
}

.personal_wrapper .sale-profile-detail-link-list a {
  font-weight: bold;
  position: relative;
  padding: 0px 0px 0px 24px;
}

.personal_wrapper .sale-profile-detail-link-list a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 12px;
  height: 10px;
  background: url("/local/templates/aspro_next/images/return_mask.png") 0px 0px no-repeat;
  z-index: 1;
  background-color: #ddd;
}

.personal_wrapper .sale-profile-detail-link-list a:hover:before {
  background-color: #1d1a1a;
}

.personal_wrapper .sale-profile-detail-form {
  border: 1px solid #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-detail-form-title-row {
  margin: 0px;
  width: 100%;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-detail-form-title-row h4 {
  border: none;
  margin-top: 0px;
}

.personal_wrapper .sale-personal-profile-detail-form-title-row h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
}

.sale-profile-detail-form .form-group>* {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0px 15px;
  box-sizing: border-box;
}

.sale-profile-detail-form .form-group>label {
  color: #888888;
  font-size: 13px;
  margin: 0px 0px 6px;
}

.sale-profile-detail-form .form-group .location-block-wrapper .bx-ui-sls-fake,
.sale-profile-detail-form .form-group .location-block-wrapper .bx-ui-sls-route {
  height: 31px;
}

.sale-profile-detail-form .form-group>div {
  color: #383838;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-btn-block {
  width: 100%;
  font-size: 0px;
  margin: 0px;
  float: none;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-btn-block>input[type="submit"] {
  margin: 0px 20px 20px 0px;
}

.personal_wrapper input[type="submit"]:last-of-type {
  background: #fff;
  color: #ddd !important;
  border: 1px solid #ddd;
}

.personal_wrapper .sale-order-payment-change-pp input[type="submit"] {
  background: #ddd;
  color: #fff !important;
  border: 1px solid #0000;
}

.personal_wrapper .sale-personal-profile-btn-block input[type="submit"] {
  margin: 0px 1px 0px 0px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route,
.bx-sls .bx-ui-sls-container {
  height: 40px;
}

/* like and blog comments*/
.ilike .bx-ilike-text {
  height: 20px;
}

.bx_soc_comments_div {
  padding: 53px 0px 0px;
  border-top: 1px solid #F9F9FA;
  margin: 20px 0px 0px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container {
  padding: 36px 0px 0px;
}

.blog-comment-form .blog-comment-fields {
  background: #fff;
}

.blog-comment-fields div.bxlhe-frame {
  margin: 0px 0px 40px;
  border: 1px solid #F9F9FA;
}

.blog-comment-fields .captcha-row .captcha_input {
  top: 5px;
  bottom: initial;
}

.blog-comment-fields .blog-comment-field-captcha-image {
  padding: 0;
}

.bxlhe-frame .lhe-stat-toolbar-cont {
  border: none;
  border-bottom-width: 1px;
}

table.lhe-smiles-cont {
  margin: 0px !important;
}

div.lhe-tlbr-smile-cont img {
  display: block;
}

.blog-add-comment {
  padding-bottom: 5px;
}

div.blog-comment-line {
  background: #F9F9FA;
  margin: 10px 0px 0px;
}

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div {
  padding: 0px;
}

.blog-comments .blog-comment {
  padding: 35px 0px 0px;
}

div.blog-comment .blog-author {
  color: #222;
  font-size: 1em;
  padding: 0px 12px 0px 0px;
}

div.blog-comment .blog-comment-meta {
  padding-bottom: 17px;
  padding-top: 13px;
}

.blog-post-date,
.blog-comment-date {
  color: #777;
  font-size: 0.867em;
}

.blog-comment-info {
  padding: 0px 0px 7px;
}

.blog-comment-meta {
  color: #999;
  font-size: 13px;
}

.blog-comment-meta span.blog-vert-separator {
  background: #fff;
  margin: 0px 6px;
}

.blog-comment-content {
  font-size: 14px;
}

.bx-ilike-popup-img {
  cursor: default;
}

.bx-ilike-popup-img:hover span,
.bx-ilike-popup-name-new {
  color: #222;
  text-decoration: none;
  cursor: default;
}

.ilike .bx-ilike-text {
  /*display:none;*/
  padding: 0px 0px 0px 4px;
}

.bx-ilike-button {
  cursor: pointer;
}

.bx-ilike-button.bx-ilike-button-disable {
  cursor: default;
}

.bx-ilike-button .bx-ilike-left-wrap {
  position: relative;
}

.bx-ilike-button .bx-ilike-left-wrap:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/local/templates/aspro_next/images/svg/next.svg) -254px -313px no-repeat;
  display: inline-block;
  position: relative;
  top: 1px;
  opacity: 0.5;
}

.bx-ilike-button:hover .bx-ilike-left-wrap:before {
  opacity: 1;
}

.bx-ilike-button .bx-ilike-right-wrap {
  padding: 0px 2px;
}

/* CONTACTS PAGE */
.contacts {
  color: #333333;
}

.contacts table {
  color: #666666;
  border: 0;
  border-collapse: collapse;
}

.contacts table td {
  line-height: 21px;
  vertical-align: top;
}

.contacts table td .dark_table {
  color: #333;
  font-weight: 500;
}

.contacts table td .fa.big-icon {
  margin: 0 20px 20px 0;
}

body .contacts.contacts-page-map-overlay table td {
  vertical-align: top;
}

body .contacts.top-cart {
  padding-top: 50px;
}

.contacts select[disabled] option {
  display: none;
}

.contacts-stores td.img {
  width: 15%;
}

.contacts-stores td.phone a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #1D2029;
  display: block;
}

.contacts-stores td .icon-text.schedule {}

.contacts-stores .mobile-title-phone .phones-block a {
  display: block;
}

.contacts select {
  margin: 0px 0px 20px;
}

.maxwidth-theme>.form.inline {
  padding: 20px 0px 20px;
}

.contacts-wrapper {
  padding: 20px 0px;
}

/* contacts page */
.contacts-page-map .bx-yandex-view-layout {
  border-top-width: 0px;
}

.contacts.contacts-page-map-overlay {
  padding: 20px 20px 20px;
  position: relative;
  background: none;
}

.contacts-page-map+.contacts.contacts-page-map-overlay {
  margin: -486px auto 332px;
}

.contacts.contacts-page-map-overlay .contacts-wrapper {
  background: #fff;
  padding: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.contacts.contacts-page-map-overlay table {
  border-collapse: collapse;
  border: 0;
}

.contacts.contacts-page-map-overlay table td {
  padding-bottom: 0px;
  font-size: 12px !important;
  vertical-align: middle;
}

.contacts.contacts-page-map-overlay table .fa {
  margin: 10px 25px 20px 10px;
}

.contacts.contacts-page-map-inline {
  padding: 20px 20px 0;
}

.contacts-page-map+.contacts.contacts-page-map-inline {
  padding-top: 0;
}

.contacts.contacts-page-map-inline table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: 10px;
}

.contacts.contacts-page-map-inline table td {
  padding-bottom: 0px;
  font-size: 13px;
  vertical-align: top;
}

.contacts.contacts-page-map-inline table .fa {
  margin: 0px 25px 0px 10px;
}

/* contacts page v4 */
.contacts.contacts-page-overmap .contacts-wrapper {
  background: #fff;
  padding: 30px;
}

.contacts-page-map+.contacts.contacts-page-overmap .contacts-wrapper {
  box-shadow: 0px -21px 19px 0px rgba(0, 0, 0, 0.22);
  margin: -70px -24px 0px;
  position: relative;
}

.contacts.contacts-page-overmap table {
  width: 100%;
  border-right: 1px solid #eee;
}

.contacts.contacts-page-overmap table td {
  padding-bottom: 0px;
  font-size: 12px;
  vertical-align: top;
}

.contacts.contacts-page-overmap table td:last-child {
  padding-right: 10px;
}

.contacts.contacts-page-overmap .ask-question {
  text-align: center;
  padding-top: 15px;
}

.contacts.contacts-page-overmap table td.icon {
  width: 78px;
}

.contacts.contacts-page-overmap table td i.fa.big-icon.s45.fa-envelope {
  font-size: 22px;
  line-height: 43px;
}

table.contacts-stores h4 {
  margin: 36px 0 6px;
}

table.contacts-stores i.svg {
  min-height: auto;
  min-width: auto;
}

table.contacts-stores .icons-text .fa {
  float: left;
  padding-top: 3px;
}

table.contacts-stores .icons-text .text {
  font-size: 16px;
  color: #1D2029;
  line-height: normal;
  padding-left: 24px;
  display: block;
}

body .container .shops.list .item .title {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  word-break: break-word;
  margin-bottom: 16px;
}

table.contacts-stores .muted {
  color: #666;
  font-size: 16px;
}

table.contacts-stores .icons-text {
  clear: both;
  display: block;
  padding: 0 0 8px;
}

/* contacts page v5 */
.contacts-page-top .contacts {
  padding-top: 35px;
}

.contacts-page-top table {
  width: 100%;
}

.contacts-page-top table td {
  padding-bottom: 0px;
  font-size: 12px;
  vertical-align: top;
}

.contacts-page-top table td.icon {
  width: 78px;
}

.contacts-page-top table td i.fa.big-icon.s45.fa-envelope {
  font-size: 22px;
  line-height: 43px;
}

.contacts-v5 .contacts-page-top {
  margin-top: 0;
}

.contacts-v5 .bx-yandex-view-layout {
  margin-bottom: 0px;
}

/* content-banner */
.banners-content {
  overflow: hidden;
}

.banners-content .maxwidth-banner {
  margin: 0 auto;
}

.banners-content .maxwidth-banner .print-link,
.banners-content .maxwidth-banner .share.top {
  display: none;
}

.banners-content .maxwidth-banner .rss {
  display: none;
}

.banners-content .maxwidth-banner .maxwidth-theme {
  background: none;
  min-height: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: left;
}

.banners-content .text {}

.banners-content .intro-text {
  min-height: 80px;
  line-height: 24px;
}

.banners-content .img {
  text-align: center;
}

.banners-content h1 {
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 9px;
}

.banners-content .text h1 {
  padding-right: 0px;
}

.banners-content .maxwidth-banner>.row {
  margin: 0px;
}

.banners-content .intro-text+p>span {
  margin: 0px 9px 12px 0px;
}

.item_block.animated {
  opacity: 0;
}

.main-section-wrapper {
  position: relative;
}

/*rs_grupper detail*/
body .char_block #rs_grupper ul.options {
  padding: 0 0px 10px 0;
  display: block;
  font-size: 13px;
  color: #3f3f3f;
  line-height: 20px;
  margin: 0px;
  list-style: none !important;
}

body .char_block #rs_grupper li {
  list-style: none !important;
  border-bottom: 1px dotted #ccc;
  height: auto;
  margin-bottom: 0px;
  font-size: 13px;
  padding-left: 0 !important;
  content: none !important;
}

body .char_block #rs_grupper li:before {
  content: none !important;
}

body .char_block #rs_grupper li span {
  color: #555;
  background-color: white;
  bottom: -11px;
  font-weight: normal;
  line-height: 27px;
  font-size: 13px;
  padding-right: 10px;
  position: relative;
}

body .char_block #rs_grupper li b {
  color: #666;
  float: right;
  background-color: white;
  bottom: -11px;
  font-size: 13px;
  font-weight: normal;
  line-height: 27px;
  padding-left: 10px;
  position: relative;
}

body .char_block #rs_grupper hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

body .char_block.colored_char #rs_grupper ul.options {
  padding: 0px;
  display: table;
  width: 100%;
}

body .char_block.colored_char #rs_grupper ul.options li {
  display: table-row;
}

body .char_block.colored_char #rs_grupper strong+ul.options {
  padding-top: 10px;
}

body .char_block.colored_char #rs_grupper li:nth-child(odd) {
  background: #f6f6f7;
}

body .char_block.colored_char #rs_grupper li span,
body .char_block.colored_char #rs_grupper li b {
  padding: 8px 18px 9px;
  position: static;
  float: none;
  display: table-cell;
  width: 50%;
  background: none;
}

body .char_block.colored_char #rs_grupper li b {
  padding-left: 28px;
}

body .char_block.line #rs_grupper li {
  border: none;
}

body .char_block.line #rs_grupper li span:after {
  content: ":";
  display: inline-block;
}

body .char_block.line #rs_grupper li b {
  float: none;
  padding-left: 0px;
}

body .fast_view_frame .char_block #rs_grupper {
  padding-top: 15px;
}

body .char_block .wd_propsorter table td {
  padding-right: 0px;
}

body .char_block .wd_propsorter table tr.row_header td {
  font-size: 1em;
  text-transform: none;
  padding-left: 0px;
  border-bottom: 0;
  padding-bottom: 10px;
}

body .char_block .wd_propsorter table tr.row_header+tr td {
  padding-top: 0px;
}

body .char_block .wd_propsorter table tr.row_header td {
  padding-top: 21px;
  font-weight: bold;
}

body .char_block .wd_propsorter table tr.row_header:first-child td {
  padding-top: 0px;
}

body .fast_view_frame .char_block .wd_propsorter table tr.row_header td {
  padding-top: 15px;
}

body .char_block .wd_propsorter table td.cell_name {
  text-align: left;
  padding-left: 0px;
  font-weight: normal;
  font-size: 13px;
  border: none;
}

body .char_block .wd_propsorter table td.cell_value {
  text-align: right;
  font-size: 13px;
  border: none;
}

body .char_block .wd_propsorter table td span {
  background: #fff;
}

body .char_block .wd_propsorter table td.cell_value span {
  padding-left: 10px;
}

body .char_block .wd_propsorter table td.cell_name:after {
  padding-right: 10px;
  background: #fff;
}

body .char_block .wd_propsorter table tr.row_empty td:before {
  display: none;
}

body .char_block .wd_propsorter table tr:not(.row_header) td {
  background: url(/local/templates/aspro_next/images/dott.png) no-repeat;
  background-position: 0 14px;
  background-repeat: repeat-x;
  vertical-align: top;
}

body .char_block .wd_propsorter table tr.row_empty td {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 15px;
  background: none;
}

body .char_block.line .wd_propsorter table td.cell_name,
body .char_block.line .wd_propsorter table td.cell_value {
  text-align: left;
  background: 0 0;
  display: inline-block;
  width: auto;
  padding: 2px 0;
  color: #777;
}

body .char_block.line .wd_propsorter table td.cell_value span {
  padding-left: 0px;
  color: #333;
}

.char_block .yeni_ipep_props_groups table.scheme-red tr.prop_line:hover {
  background: transparent;
}

.char_block .yeni_ipep_props_groups table.scheme-red tr.prop_line:nth-child(odd):hover,
.char_block .yeni_ipep_props_groups table.scheme-red tr.prop_line:nth-child(odd) {
  background: #f6f6f7;
}

.char_block .yeni_ipep_props_groups table.scheme-red tr.prop_line td {
  padding: 8px 18px 9px;
  width: 50%;
  font-size: 13px;
}

.char_block .yeni_ipep_props_groups table.scheme-red tr.prop_line td:last-of-type {
  padding-left: 28px;
}

.char_block .yeni_ipep_props_groups h2 {
  font-size: 15px;
  margin: 10px 0 10px;
}

body .fast_view_frame .char_block .yeni_ipep_props_groups {
  padding-top: 25px;
  overflow: hidden;
}

/* TOP DETAIL BANNERS */
.banners-content .intro-text {
  min-height: auto;
  padding: 0px 0px 25px;
  color: #222;
}

.banners-content .item_block {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.banners-content .text {
  padding-top: 40px;
  padding-bottom: 30px;
}

.banners-content .text .intro-text+p {
  margin-bottom: 0px;
}

.banners-content .img img {
  /*max-width:100%;*/
  max-height: 460px;
}

.detail .detailimage {
  z-index: 1;
}

.banner.CROP.TOP_HEADER {
  z-index: 5;
}

#bx-soa-image-popup {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding: 0px;
}

#bx-soa-image-popup .popup-window-content {
  padding: 0px;
}

#bx-soa-image-popup .popup-window-content img {
  max-width: 100%;
}

#bx-soa-image-popup .popup-window-close-icon {
  width: 30px;
  height: 30px;
  top: -15px !important;
  right: -15px !important;
  background: #000;
  opacity: 1 !important;
  border-radius: 100%;
}

#bx-soa-image-popup .popup-window-close-icon:after {
  background: url(/local/templates/aspro_next/images/svg/close_icons.svg) -35px -1px no-repeat;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin-left: -7px;
  margin-top: -7px;
  transform: none;
}

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

table.contacts-stores tr.item {
  border-bottom: 1px solid #F9F9FA;
}

table.contacts-stores tr.item td {
  padding: 14px 20px;
  vertical-align: top;
}

table.contacts-stores tr.item td:last-of-type {
  width: 30%;
}

.bx-touch .bx_ordercart .bx_sort_container span {
  display: inline-block;
}

.bx-touch .bx_ordercart .bx_sort_container>span {
  display: none;
}

.bx-touch #basket_form .bx_ordercart .bx_sort_container a {
  width: auto;
  margin-bottom: 0px;
  border: none;
  padding: 7px 0px 6px 0px;
  margin-right: 15px;
}

.sale_order_full_table input[name="BuyButton"] {
  display: inline-block;
  margin: 26px 10px 26px 0;
}

.sale_order_full_table input[name="BuyButton"]+p {
  display: inline-block;
  margin: 0 0 15px 0;
}

.EXTENDED .ratings .item-rating {
  padding: 0px 0px 0 2px;
  width: 14px;
  height: 12px;
  overflow: hidden;
  background: url(/local/templates/aspro_next/images/ai.png) -150px -51px no-repeat;
}

.EXTENDED .ratings .item-rating.filled {
  background-position: -136px -51px;
}

.EXTENDED .ratings .item-rating.large {
  width: 18px;
  height: 22px;
  background-position: -392px -46px;
}

.EXTENDED .ratings .item-rating.large.filled {
  background-position: -373px -46px;
}

.EXTENDED.blog-info__rating--top-info {
  display: inline-flex;
  align-items: center;
}

.EXTENDED.blog-info__rating--top-info .item-rating {
  vertical-align: middle;
}

.votes_block .inner_rating {
  display: flex;
}

.votes_block__reviews-count {
  color: #999;
  margin-left: 10px;
}

/*catalog buttons*/
body .ajax_load.block .counter_wrapp {
  padding: 15px 9px 0px 9px;
}



body .ajax_load.block .counter_wrapp .button_block.wide {
  /*background-color: #FF8028;*/
}

body .ajax_load.list .counter_wrapp {
  padding: 15px 9px 0px 0px;
}

/*catalog table buttons*/
body .ajax_load.table .module_products_list .counter_wrapp.more .button_block,
body .ajax_load.table .module_products_list .counter_wrapp .button_block.wide {
  width: 100%;
  padding-right: 9px;
}

body .ajax_load.table .btn.btn-default,
body .ajax_load.list .counter_wrapp.more .btn.btn-default {
  width: 100%;
}

.with_left_block .content_wrapper_block .maxwidth-theme {
  max-width: none;
  padding: 0;
}

/* filterHelper */
#filter-helper {
  display: none;
  padding-bottom: 15px;
  align-items: center;
}

#mobilefilter #filter-helper {
  padding-top: 15px;
}

#filter-helper .filterHelperItemsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -7px;
}

#filter-helper .filter_title {
  margin-right: 20px;
  font-weight: 700;
}

#filter-helper .filter_title .svg {
  top: 11px;
}

#filter-helper .filterHelperItem {
  display: flex;
  font-size: 13px;
  color: white;
  margin-right: 8px;
  position: relative;
  margin-bottom: 7px;
}

#filter-helper .filterHelperItem {
  cursor: pointer;
}

#filter-helper .filterHelperItem .title-wrapper {
  padding: 2px 0px 3px 12px;
  border-radius: 5px 0 0px 5px;
}

#filter-helper .filterHelperItem.multiple .title-wrapper {
  padding-right: 11px;
}

#filter-helper .filterHelperItem .title {
  opacity: 0.6;
}

#filter-helper .filterHelperItem .value {
  margin-left: 4px;
}

#filter-helper .filterHelperItem .delete_filter {
  position: relative;
  top: 0px;
  width: 31px;
  cursor: pointer;
  border-radius: 0px 3px 3px 0px;
}

#filter-helper .filterHelperItem.multiple .delete_filter:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  bottom: -2px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

#filter-helper .filterHelperItem .delete_filter svg {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}

#filter-helper .filterHelperItem .delete_filter svg * {
  fill: white;
}

#filter-helper .filterHelperItem .select-wrapper {
  position: absolute;
  top: 100%;
  z-index: 61;
  min-width: calc(100% - 31px);
  max-width: 200px;
  left: 0;
  padding-top: 7px;
  color: #777;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

#filter-helper .filterHelperItem .select-wrapper .select-inner {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#filter-helper .filterHelperItem .select-wrapper .select-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #fff;
  padding: 10px 15px 12px 13px;
  border-bottom: 1px solid #ececec;
  line-height: 18px;
}

#filter-helper .filterHelperItem .select-wrapper .select-value:hover {
  background-color: #f8f8f8;
}

#filter-helper .filterHelperItem .select-wrapper .select-value:last-of-type {
  border-bottom: none;
}

#filter-helper .filterHelperItem .select-wrapper .select-value svg {
  flex-shrink: 0;
  margin-left: 10px;
}

#filter-helper .filterHelperItem .select-wrapper .select-value svg * {
  fill: #999;
}

#filter-helper .filterHelperItem.multiple .title-wrapper:hover~.delete_filter:before,
#filter-helper .filterHelperItem .delete_filter:hover:before {
  content: none;
}

#filter-helper .filterHelperItem.multiple .title-wrapper:hover~.select-wrapper,
#filter-helper .filterHelperItem .select-wrapper:hover {
  opacity: 1;
  visibility: visible;
}

#mobilefilter #filter-helper .filter_title {
  display: none;
}

#mobilefilter #filter-helper .filterHelperItemsWrapper {
  margin: 0px 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

/* filterHelper the end*/

.form-control.wrapper-required-text {
  margin-top: 19px;
}

.required-fields-note {
  margin-top: 15px;
}

.ad-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  padding: 2px 5px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  height: 20px;
  color: #000;
  position: absolute;
  top: 5px;
  right: 5px;
}

.ad-banner_label {
  border-radius: 4px;
  font-size: 11px;
  color: #000;
}

.ad-banner_dots {
  font-size: 16px;
  user-select: none;
}

.ad-banner_tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 6px;
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.3;
  width: 200px;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 10;
  text-align: left;
}

.ad-banner--down .ad-banner_tooltip {
  top: 100%;
  bottom: auto;
}

.ad-banner.show-tooltip .ad-banner_tooltip {
  opacity: 1;
  pointer-events: auto;
}


.ad-banner:hover .ad-banner_tooltip {
  opacity: 1;
  pointer-events: auto;
}

.normal_block {
  position: relative;
}

.main-akc__item .ad-banner {
  right: auto;
  left: 5px;
  bottom: 5px;
  top: auto;
}

.main-akc__item .ad-banner--down .ad-banner_tooltip,
.main-akc__item .ad-banner_tooltip {
  right: auto;
  left: 0;
}

@media (max-width: 991px) {
  .ogorod-card-toolbar--ad {
    z-index: 999999999 !important;
    padding: 16px !important
  }

  .ad-banner_tooltip {
    display: none;
  }

  .main-adv__item .ad-banner {
    left: 5px;
    right: auto;
    bottom: 5px;
    top: auto;
  }

  .main-adv__item:nth-child(1) .ad-banner,
  .main-adv__item:nth-child(4n+4) .ad-banner {
    right: 5px;
    left: auto;
    bottom: 0;
    top: 5px;
  }

  .item-views.list.image_left .item .image .ad-banner {
    top: 30px;
    right: 30px;
  }
}
/* End */


/* Start:/local/templates/aspro_next/css/media.css?1765263614202987*/
body {
    min-width: 300px;
}

ul.tabs li.stretch {
    display: none;
}

@media (max-width: 1124px) {
    .top-block .social-icons li a {
        width: 30px;
    }
}

@media (max-width: 767px) {
    a.scroll-to-top {
        display: none;
    }

    .sections_wrapper.compact-view-mobile .list .item:not(.section_item),
    .sections_wrapper.compact-view-mobile .catalog_section_list .section_item_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 65px;
    }

    .sections_wrapper.compact-view-mobile .list .item,
    .sections_wrapper.compact-view-mobile .catalog_section_list .section_item_inner {
        padding: 0;
    }

    .sections_wrapper.compact-view-mobile .list .item:not(.section_item) .name,
    .sections_wrapper.compact-view-mobile .list .item.section_item .section_info {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        text-align: left;
        font-size: 1em;
        line-height: 1.2em;
        padding: 0;
    }

    .sections_wrapper.compact-view-mobile .catalog_section_list .section_item li.name a span {
        font-size: 1em;
        line-height: 1.2em;
    }

    .sections_wrapper.compact-view-mobile .list .item:not(.section_item) .img,
    .sections_wrapper.compact-view-mobile .list .item.section_item .img {
        width: auto;
        height: auto;
        line-height: normal;
        text-align: center;
        margin: 0;
    }

    .sections_wrapper.compact-view-mobile .list .item:not(.section_item) .img a,
    .sections_wrapper.compact-view-mobile .list .item.section_item .img a {
        display: block;
        padding: 10px 8px 10px 12px;
    }

    .sections_wrapper.compact-view-mobile .list .item .img img {
        width: 41px;
        height: 41px;
    }

    .sections_wrapper.compact-view-mobile .list .item .name a {
        padding: 24px 24px 23px 5px;
    }

    .sections_wrapper.compact-view-mobile .list .item .name.no-img a {
        padding-left: 66px;
    }

    .sections_wrapper.compact-view-mobile .catalog_section_list .section_item li.sect {
        display: none;
    }

    .sections_wrapper.compact-view-mobile .catalog_section_list .section_item li.name {
        margin: 0;
    }

    .sections_wrapper.compact-view-mobile .list .item .name a:after {
        content: " ";
        background-image: url(/local/templates/aspro_next/css/../images/svg/Triangle_right.svg);
        position: absolute;
        top: 50%;
        margin: -15px 0 0 -15px;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        min-width: 30px;
        min-height: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        right: 5px;
    }

    .sections_wrapper.compact-view-mobile .top_block a {
        display: none;
    }

    .mobile_filter_compact {
        display: none;
    }

    .simple_basket_mode .header_wrap {
        z-index: 3000;
        display: block !important;
    }

    .simple_basket_mode #mobileheader {
        display: none !important;
    }

    #mobileheadersimple.fixed {
        position: fixed;
        width: 100%;
        z-index: 3000;
        top: 0;
    }

    #mobileheadersimple,
    #mobileheadersimple .mobile-block-simple {
        height: 63px;
    }

    #mobileheadersimple .mobile-block-simple {
        border-bottom: 1px solid #f5f5f5;
    }

    #mobileheadersimple .logo-block,
    #mobileheadersimple .logo.colored,
    #mobileheadersimple .right-icons {
        height: 100%;
    }

    #mobileheadersimple .logo-block.pull-left {
        padding-left: 13px;
    }

    #mobileheadersimple .back-mobile-arrow {
        padding: 16px 0 16px 15px;
        height: 100%;
        z-index: 1;
        position: relative;
    }

    #mobileheadersimple .back-mobile-arrow .arrow-back {
        position: relative;
        cursor: pointer;
        width: 30px;
        height: 30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: #f6f6f7 2px solid;
        -moz-box-shadow: 0px 1px 1px 1px #bbb;
    }

    #mobileheadersimple .back-mobile-arrow .arrow-back .svg-inline-arrow-back {
        width: 18px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -9px;
    }

    #mobileheadersimple .logo svg {
        max-width: 112px;
    }

    #mobileheadersimple .logo-row .logo,
    #mobileheadersimple .logo_and_menu-row .wrap_icon {
        line-height: 60px;
        height: 60px;
    }

    body .breadcrumbs .drop.bx-breadcrumb-item .dropdown_wrapp,
    body .breadcrumbs .drop .separator {
        display: none;
    }

    .bx-breadcrumb-item--mobile:not(.bx-breadcrumb-item--visible-mobile),
    .bx-breadcrumb-item--mobile + .separator {
        display: none;
    }

    .bx-breadcrumb-item--visible-mobile .svg {
        margin: 1px 14px 0px 0px;
        min-width: auto;
        min-height: auto;
    }

    .bx-breadcrumb-item--visible-mobile:not(:hover) .svg path {
        fill: #b5b5b5;
    }

    .v4 .bx-breadcrumb-item--visible-mobile:not(:hover) .svg path {
        opacity: 0.6;
    }

    #main .v4 .bx-breadcrumb-item--visible-mobile .svg.inline path {
        fill: #fff;
    }

    body .catalog_section_list .item_block {
        width: 100%;
    }

    .company_bottom_block .wrap_md .big {
        padding-left: 15px;
    }

    /*.page-top .share.top.rss-block .print-link{display:none;}*/
    /*maps*/
    body .wrapper1 .ymaps-controls-pane {
        display: none !important;
    }

    .yandex-map__frame {
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000 !important;
    }

    .yandex-map__frame .bx-yandex-view-layout,
    .yandex-map__frame .bx-yandex-view-map,
    .yandex-map__frame .bx-yandex-map {
        width: 100%;
        height: 100% !important;
    }

    .yandex-map__frame .bx-yandex-view-layout:before {
        content: none;
    }

    body .yandex-map__frame .ymaps-controls-pane {
        display: block !important;
        position: absolute !important;
        top: auto !important;
        bottom: 20px !important;
    }

    body .wrapper1 .yandex-map__frame .ymaps-controls-righttop > ymaps {
        top: auto !important;
        bottom: 0px !important;
        left: 50vw;
        margin-left: 10px;
    }

    body .wrapper1 .yandex-map__frame .ymaps-controls-lefttop > ymaps {
        top: auto !important;
        bottom: 0px !important;
        left: 50vw !important;
        transform: translateX(calc(-100% - 15px));
        margin-left: 0px;
    }

    body .wrapper1 .yandex-map__frame .ymaps-copyrights-pane,
    body .wrapper1 .yandex-map__frame .ymaps-copyrights-pane + ymaps {
        display: none !important;
    }

    body .wrapper1 .yandex-map__frame .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
        bottom: 100% !important;
        top: auto !important;
    }

    .bx-yandex-view-layout {
        position: relative;
    }

    .bx-yandex-view-layout:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .bx-yandex-view-layout .yandex-map__mobile-opener {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
        z-index: 1;
        background-image: url('/local/templates/aspro_next/css/../images/svg/yandexMapArrows.svg');
        background-position: center;
        background-repeat: no-repeat;
    }

    .bx-yandex-view-layout .yandex-map__mobile-opener.closer {
        background-image: url('/local/templates/aspro_next/css/../images/svg/yandexMapCloser.svg');
    }
}

@media screen and (min-width: 992px) {
    .box-shadow:hover {
        border-color: #fff;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        background-color: #fff;
        z-index: 1;
    }

    .bx_filter.bx_filter_vertical {
        display: block !important;
    }

    .js_filter.filter_horizontal .bx_filter.bx_filter_vertical {
        display: none !important;
    }

    body .share {
        text-align: right;
        float: right;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) {
    .bx_filter.bx_filter_vertical #modef {
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        padding: 0px 8px 0px 16px;
    }

    .bx_filter.bx_filter_vertical #modef:before {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid var(--green);
        border-right: 1px solid var(--green);
        position: absolute;
        left: -6px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: var(--green);
        transform: rotate(-135deg)
    }

    .top_slider_wrapp.view_3 .flexslider .slides > li .tablet_img {
        display: none;
    }

    #headerSimple .right-icons {
        position: relative;
        z-index: 1;
    }

    .bx-breadcrumb-item--visible-mobile .svg {
        display: none;
    }
}

@media all and (max-width: 960px) {
    .info_item .top_info .brand + div {
        float: none;
    }

    .info_item .top_info .article {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    /*catalog block*/
    .catalog_block.items .item_block.col-5 {
        width: 20%;
    }

    .adv_list.top .item .img {
        padding-left: 20px;
    }

    /*personal*/
    .personal_wrapper .row .col-lg-4 {
        width: 33.33333333%;
    }

    .tizers_block .item {
        padding: 0px 0px 0px 20px;
    }
}

@media only screen and (max-width: 1174px) {
    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
        float: none;
    }

    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
        margin-top: 15px;
        padding-left: 0;
    }

    div.title-search-result.title-search-input_fixedtf .bx_searche .bx_img_element + .bx_item_element,
    div.title-search-result.title-search-input_fixed .bx_searche .bx_img_element + .bx_item_element {
        padding-left: 20px;
        margin-left: 32px;
    }

    div.title-search-result.title-search-input_fixedtf .bx_searche .bx_img_element,
    div.title-search-result.title-search-input_fixed .bx_searche .bx_img_element {
        width: 30px;
        height: 50px;
        line-height: 50px;
    }

    div.title-search-result.title-search-input_fixed .bx_searche .bx_item_element {
        white-space: normal;
    }

    div.title-search-result.title-search-input_fixed .bx_searche .bx_item_element > span {
        line-height: 20px;
        margin-top: 5px;
        display: block;
    }

    div.title-search-result.title-search-input_fixed .bx_searche .bx_item_element .title-search-price {
        margin-top: 8px;
    }

    div.title-search-result.title-search-input_fixed .bx_searche .bx_item_element .title-search-price > .price {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1400px) {
    .bg_image_site {
        display: none;
    }

    .basket_normal .header-v16 .logo-block {
        width: 16.666666666666664%;
    }
}

@media only screen and (max-width: 1290px) {
    header .menu.top > li.full > .dropdown > li,
    header .menu.top.catalogfirst li.full > .dropdown > li {
        width: 50%;
    }

    .menu_top_block li.full > .dropdown > li:nth-child(3n + 1) {
        clear: both;
    }
}

@media all and (min-width: 1200px) {
    footer .info.contacts_block_footer {
        padding-left: 12%;
    }

    .ajax_load.block .view_sale_block .countdown {
        width: 120px;
    }

    .ajax_load.block .view_sale_block .values.countdown .item {
        width: 40px;
    }

    .ajax_load.block .view_sale_block .quantity_block {
        width: 40px;
    }
}

@media all and (max-width: 1300px) {
    .regions_Y .top-block .top-block-item .address {
        display: none;
    }

    .top-block .social-icons {
        text-align: center;
    }
}

@media all and (max-width: 1200px) {
    .rows_block .block_list .col-4 {
        width: 33.33%;
    }

    footer .phone .dropdown {
        left: auto;
        text-align: right;
    }

    .type_clothes .info_item .middle_info .buy_block .counter_wrapp {
        white-space: normal;
    }

    body #headerfixed .wproduct {
        width: 100%;
    }

    body #headerfixed .wproduct .logo-block {
        display: none;
    }

    #headerfixed .logo-row.wproduct > div.product_block {
        padding-left: 0px;
    }
}

@media all and (max-width: 1199px) {
    .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container > .btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu-row.middle-block .mega-menu table td.catalog {
        width: 210px;
    }

    .menu-row.middle-block:not(.bglight) .mega-menu table td.catalog > .wrap {
        width: 209px;
    }

    /*header*/
    .header-v3 .logo_and_menu-row .top-description .region_wrapper {
        margin-left: 0px;
    }

    .header-v3 .logo_and_menu-row .personal-link .wrap,
    .header-v3 .logo_and_menu-row .basket-link .wrap {
        display: none;
    }

    body > .header-v3 .logo_and_menu-row .wrap_icon,
    body > .header-v5 .logo_and_menu-row .wrap_icon,
    body > .header-v15 .logo_and_menu-row .wrap_icon {
        padding-left: 9px;
        padding-right: 9px;
    }

    body > .header-v3 .logo_and_menu-row .wrap_icon .svg-inline-cabinet {
        top: 0px;
    }

    body > .header-v3 .logo_and_menu-row .wrap_icon .basket-link.basket {
        padding-right: 15px;
    }

    /*tablet*/
    .catalog_item .cost.prices,
    .catalog_item .price,
    .view-list .price {
        white-space: normal;
    }

    /*.catalog_item .sa_block{overflow:hidden;text-overflow:ellipsis;}*/
    /**/
}

@media all and (max-width: 1180px) {
    .block_wr .top_block a {
        display: inline-block;
    }

    .footer_top .wrap_md .phones .phone_wrap a {
        font-size: 17px;
    }

    .catalog_detail .element_detail_text .sh {
        padding-right: 3%;
    }

    .wrapper_inner .stores .stores_list {
        padding: 0px 20px 0px 0px;
    }

    .wrapper_inner .stores .all_map {
        margin: 00px 0px 0px 0px;
    }

    .has_menu #header .middle-h-row .center_block {
        white-space: nowrap;
    }
}

@media all and (max-width: 1168px) {
    .footer_top .wrap_md .phones {
        padding-left: 2%;
    }

    .footer_bottom .social_block .social {
        padding-left: 13%;
    }
}

@media all and (max-width: 1120px) {
    .tizers_block .item .title {
        font-size: 11px;
    }

    .tizers_block .item .title a {
        font-size: 12px;
    }

    .registraion-page .main_info .label_block_capcha {
        width: 100%;
    }

    .registraion-page .main_info .img_block_capcha {
        width: 100%;
        padding-left: 0px;
    }

    .registraion-page .main_info .img_block_capcha img {
        float: none;
    }

    .captcha-row.register-captcha .captcha_image .captcha_reload {
        left: 179px;
        right: initial;
    }

    .bx-firefox .top-h-row .phones {
        padding-top: 7px;
    }

    .top-h-row ul.menu {
        text-align: left;
    }

    .top-h-row .phones {
        white-space: nowrap;
    }

    .catalog_detail .set_block .popup_open {
        display: none;
    }

    .wrapper_inner .stores .stores_list {
        width: 71%;
    }
}

@media (max-width: 1100px) {
    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block .col-4,
    .rows_block .col-4 {
        width: 33%;
    }

    .footer_inner .rows_block .col-4 {
        width: 25%;
    }
}

@media all and (max-width: 1050px) {
    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp {
        white-space: normal;
    }

    .top-h-row .phone_wrap .phone_text a {
        display: none;
    }

    .top-h-row .phone_wrap .phone_text a:first-child {
        display: inline-block;
    }

    .info_item .top_info .article {
        text-align: center;
    }

    .bx-touch .instagram_ajax .instagram .item .title {
        display: none;
    }
}

@media all and (max-width: 1020px) {
    .no_goods .button {
        float: none;
        margin-top: 37px;
    }

    #order_form_div .info_block .wrap_md > div {
        width: 100%;
    }

    #order_form_div .info_block .l_block:after,
    #order_form_div .info_block .r_block:before {
        display: none;
    }

    #order_form_div .info_block .wrap_md .l_block {
        border-bottom: 1px solid #eee;
    }

    .bx_ordercart .module-cart td {
        white-space: normal;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control {
        width: 90px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
        width: 129px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto > div {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
        height: 90px;
        background-size: contain;
    }

    .bx_ordercart .bx_ordercart_order_table_container table thead td.item {
        padding-left: 145px;
    }
}

@media all and (max-width: 1399px) and (min-width: 992px) {
    #headerfixed .v1 .inner-table-block.basket-link {
        padding: 0px 16px;
    }

    #headerfixed .v1 .inner-table-block {
        padding: 0px 11px;
    }

    #headerfixed .v1 .inner-table-block.phones {
        padding: 0px;
    }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
    .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu .menu-wrapper > li {
        width: 33.33%;
    }

    .menu-row .mega-menu table td.wide_menu .dropdown-menu .menu-wrapper > li:nth-child(3n + 1) {
        clear: left;
    }

    .menu-row .mega-menu table td.wide_menu .dropdown-menu .menu-wrapper > li:nth-child(4n + 1) {
        clear: none;
    }

    #headerfixed .logo-row .logo-block {
        max-width: 160px;
        min-width: 160px;
    }

    .basket_normal #headerfixed .v1 .inner-table-block.callback_block {
        display: none;
    }

    .basket_normal .right-icons .wrap_icon {
        padding-left: 10px;
        padding-right: 0px;
    }

    .left_block {
        width: 210px;
    }

    .right_block.wide_N,
    .right_block.wide_ {
        width: calc(100% - 240px) !important;
    }

    body .side_RIGHT .right_block.wide_N,
    body .side_RIGHT .right_block.wide_ {
        width: calc(100% - 210px) !important;
    }

    /*tablet*/
    .ajax_load.block .item_block.col-md-3 {
        width: 33.33%;
    }

    .best_block .col-m-20 {
        width: 25%;
    }

    .mobile .best_block .tabs_slider .catalog_item .inner_wrap {
        height: 100%;
    }

    /**/
}

@media all and (max-width: 1100px) and (min-width: 992px) {
    .banners-small.blog .items > .row > div:nth-child(4) {
        display: none;
    }

    .banners-small.blog .items > .row > .col-m-20 {
        width: 30%;
    }

    .logo-row:not(.row) .col-md-2.hidden-sm.hidden-xs {
        display: none !important;
    }

    .catalog_block .counter_wrapp {
        white-space: normal;
    }

    .catalog_block .counter_wrapp > div {
        margin: 0px 0px 10px;
    }

    .catalog_block .counter_wrapp > div:last-of-type {
        margin-bottom: 0px;
    }

    body #bx-soa-order .bx-soa {
        width: 70%;
    }

    body #bx-soa-order .bx-soa-sidebar {
        width: 30%;
    }
}

@media all and (max-width: 1020px) and (min-width: 950px) {
    .flexslider .banner_title,
    .flexslider .banner_text,
    .flexslider .banner_buttons {
        margin-right: 40px;
    }

    .top_slider_wrapp .flexslider .banner_title span {
        font-size: 35px;
    }
}

@media all and (max-width: 1000px) {
    #header .middle-h-row .center_block,
    .has_menu #header .middle-h-row .center_block {
        padding-right: 30px;
        padding-left: 30px;
    }

    body #footer .bottom_left_icons,
    body #footer ul.bottom_main_menu,
    body #footer ul.bottom_submenu {
        clear: both;
        display: block;
        width: 100%;
    }

    .top-h-row ul.menu {
        width: 40%;
    }

    .top-h-row .phones {
        text-align: right;
    }

    body #header .basket_fly {
        width: 700px;
        right: -700px;
    }

    #header .basket_fly .basket_title {
        margin-right: 15px;
    }

    .basket_sort ul.tabs li {
        margin-right: 0px;
    }

    .info_item .top_info .article + .brand {
        padding-left: 0px;
    }

    .catalog_detail .element_detail_text .sh {
        padding-right: 0;
    }
}

@media all and (max-width: 992px) {
    .simple_basket_mode .header_wrap {
        display: block !important;
    }

    .simple_basket_mode #mobileheader {
        display: none !important;
    }

    .menu_top_block.catalog_block .dropdown > li.full > .dropdown > li,
    header .menu.top.catalogfirst li.full > .dropdown > li {
        width: 50%;
    }

    .menu_top_block li.full > .dropdown > li:nth-child(2n + 1) {
        clear: both;
    }

    .menu_top_block li.full > .dropdown > li:nth-child(3n + 1) {
        clear: none;
    }

    .footer_bottom .social_block,
    .footer_top .wrap_md .phones {
        width: 100%;
    }

    .footer_top .wrap_md .phones {
        padding-left: 0px;
        padding-top: 25px;
    }

    #footer .wrap_md .empty_block {
        width: 36%;
    }

    .footer_top .wrap_md .phones .phone_block,
    .footer_bottom .social_block .social_wrapper {
        padding: 0px 0px 0px 19px;
        width: 64%;
    }

    .footer_top .wrap_md .phones .order {
        text-align: left;
    }

    .footer_top .sblock,
    .footer_bottom .menu_block {
        width: 100%;
        padding: 0px;
    }

    .footer_bottom .social_block {
        padding-top: 23px;
    }

    .footer_bottom .social_block .social_wrapper .social {
        padding-left: 0px;
    }

    #footer .footer_bottom {
        padding-top: 19px;
    }

    .top-h-row ul.menu > li a {
        padding: 0px 5px 0px;
    }

    .bx-firefox .menu > li > a span {
        padding-top: 8px;
    }

    #header .middle-h-row .main-nav ul.menu > li > a {
        padding: 0px 9px;
    }

    .main-nav ul.menu > li > a span {
        font-size: 12px;
    }

    .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n) {
        width: 210px;
    }

    .wrapper_inner .stores .stores_list {
        width: 68%;
    }

    #header .middle-h-row td.text_wrapp {
        display: none;
    }

    /* ORDER */
    #bx-soa-total {
        width: 100%;
        display: none;
    }

    #bx-soa-total-mobile {
        display: block !important;
    }

    #bx-soa-order #bx-soa-orderSave {
        /*display:none;*/
    }

    #bx-soa-order .bx-soa-cart-total-button-container {
        display: none !important;
    }

    #bx-soa-order > .bx-soa {
        width: 100%;
    }

    #bx-soa-order #bx-soa-total .bx-soa-cart-total.bx-soa-cart-total-fixed {
        position: relative !important;
        opacity: 1 !important;
    }

    #bx-soa-order #bx-soa-total .bx-soa-cart-total-ghost {
        padding: 0 !important;
    }

    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
        float: left;
    }

    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
        margin-top: 0;
        padding-left: 140px;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-content {
        padding-left: 29px;
    }

    #bx-soa-order .bx-soa-pp-company-selected {
        float: left;
        width: 75%;
    }

    #bx-soa-order .bx-soa-pp-price {
        float: right;
        width: 25%;
    }

    #bx-soa-order .bx-soa-item-tr {
        padding: 20px 20px 20px 110px;
        border-top: 1px solid #f3f3f3;
    }

    #bx-soa-order .bx-soa-item-tr.bx-soa-item-tr-first {
        border-top: none;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-block {
        padding-left: 0;
        overflow: visible;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
        border: none;
        padding: 0 !important;
        min-width: 0 !important;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block {
        margin-left: -90px;
        margin-top: 0;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content {
        padding-left: 0;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {
        margin-top: 10px;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties > div {
        padding: 0;
        text-align: left;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:first-child {
        padding-left: 0 !important;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child {
        padding-right: 0 !important;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-td-title {
        padding-bottom: 0;
    }

    #bx-soa-order .bx-soa-coupon {
        margin-left: -29px;
    }

    #bx-soa-order .bx-soa-more {
        margin-left: -29px;
    }

    #bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
        white-space: normal;
    }

    .bx-soa-item-tr.bx-soa-item-info-container,
    .bx-soa-item-tr .bx-soa-item-td {
        height: auto;
    }

    #bx-soa-order .bx-soa-section.bx-soa-auth .bx-soa-section-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    /*personal*/
    .sale-acountpay-block .sale-acountpay-pp div .sale-acountpay-pp-company {
        width: 100%;
    }

    .personal_wrapper .orders_wrapper .sale-order-list-status-alert,
    .personal_wrapper .orders_wrapper .sale-order-list-status-success,
    .personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block,
    .sale-order-detail-payment-options-methods-info-title-status-alert,
    .sale-order-detail-payment-options-methods-info-title-status-success,
    .sale-order-payment-change-status-alert,
    .sale-order-payment-change-status-success {
        margin-left: 0px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat > a {
        display: block;
        float: none;
    }

    .personal_wrapper
    .orders_wrapper
    .sale-order-detail-payment-options-methods-information-block
    .sale-order-detail-payment-options-methods-image-container.opened {
        width: 100%;
    }

    .personal_wrapper
    .orders_wrapper
    .sale-order-detail-payment-options-methods-information-block
    .sale-order-detail-payment-options-methods-info.opened {
        margin: 0px;
        width: 100%;
        padding-left: 15px !important;
        padding-top: 10px;
    }

    .personal_wrapper .row div.sale-order-detail-payment-inner-row-template {
        margin-left: 15px;
    }

    .sale-order-detail-order-item-td.sale-order-detail-order-item-properties > div {
        float: left;
    }

    .personal_wrapper
    .orders_wrapper
    .sale-order-detail-total-payment-container
    .sale-order-detail-total-payment-list-right
    > li {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .col-m-20 {
        width: 20%;
    }

    .col-m-40 {
        width: 40%;
    }

    .col-m-60 {
        width: 60%;
    }

    .col-m-80 {
        width: 80%;
    }

    .col-m-pull-60 {
        right: 60%;
    }

    .col-m-pull-80 {
        right: 80%;
    }

    .col-m-push-20 {
        left: 20%;
    }

    .top_mobile_region {
        display: none;
    }

    .mobile .with_fast_view .fast_view_block {
        display: block;
        opacity: 1;
        visibility: visible;
        bottom: 0px;
        top: auto;
    }

    .tabs_section.type_more .col-md-6 .char_block {
        padding-left: 40px;
    }

    .catalog_detail.detail.fixed_wrapper #reviews_content {
        width: 75%;
        padding-right: 7px;
    }

    .type_more.tabs_section {
        padding-right: 20px;
    }

    .right_block.wide_N,
    .right_block.wide_ {
        float: right;
        width: calc(100% - 264px);
        position: relative;
    }

    .side_RIGHT .right_block.wide_N,
    .side_RIGHT .right_block.wide_ {
        width: calc(100% - 234px) !important;
        float: left;
    }

    .side_RIGHT .right_block.wide_N > .middle,
    .side_RIGHT .right_block.wide_ > .middle {
        padding-right: 30px;
    }

    .banners-content .img {
        display: table-cell !important;
    }

    .top_big_banners .wrap_tizer .preview {
        max-height: 80px;
        overflow: hidden;
    }

    .top_big_banners > .row {
        margin: 0px -10px;
    }

    .top_big_banners > .row > div .row {
        margin: 0px;
    }

    .with_fast_view .list_item .fast_view_block {
        display: inline-block;
    }

    .banners-content .maxwidth-banner .maxwidth-theme {
        min-height: 450px;
    }

    body .catalog_block .prices .price_matrix_block .price_wrapper_block .price.discount {
        display: none;
    }

    .ajax_load.block .counter_wrapp .counter_block,
    .ajax_load.block .counter_wrapp .button_block {
        margin-left: 3px;
        margin-right: 3px;
    }

    body .catalog_block .footer_button .to-cart {
        padding-left: 7px;
        padding-right: 7px;
    }

    .ajax_load.block .counter_wrapp {
        white-space: normal;
        margin-left: -6px;
        margin-right: -6px;
    }

    body .catalog_block .col-5 .catalog_item .image_wrapper_block {
        padding: 0px 10px;
    }

    .blog_wrapper.blog .first-item .item {
        background-size: cover;
    }

    .blog_wrapper.blog .first-item .inner-item {
        padding: 0px;
        padding-bottom: 70%;
    }

    .blog_wrapper.blog .first-item .image {
        max-height: none;
        display: none;
    }

    .blog_wrapper.blog .first-item .title {
        position: absolute;
        bottom: 30px;
        color: #fff;
        z-index: 2;
    }

    .blog_wrapper.blog .first-item .title .date-block,
    .blog_wrapper.blog .first-item .title a {
        color: #fff !important;
    }

    .blog_wrapper.blog .first-item .title a {
        font-size: 1.286em;
    }

    .blog_wrapper.blog .first-item .gradient_block {
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        background: rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }

    .adv_bottom_block .img_inner span {
        height: 150px;
    }


    .flexslider.color-controls .flex-control-nav {
        display: none;
    }

    .col-sm-offset-2 {
        margin-left: 0px;
    }

    .bx-soa-item-table .bx-soa-item-tr {
        display: table-row !important;
    }

    .basket_bottom .basket-link {
        display: none !important;
        width: 0px !important;
    }

    /*filter*/
    body #content .wrapper_inner .left_block > .visible_mobile_filter {
        display: block !important;
    }

    .catalog .top_block_filter_section {
        display: none;
    }


    /*personal*/
    .personal_wrapper .col-md-offset-3 {
        margin-left: 25%;
    }

    .personal_wrapper .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map {
        margin-left: 16.66666667%;
    }

    .bx_filter.bx_filter_vertical {
        display: block !important;
    }

}

@media all and (min-width: 992px) and (max-width: 1299px) {
    .header-v7.basket_normal.regions_Y .logo_and_menu-row .personal-link .wrap,
    .header-v7.basket_normal.regions_Y .logo_and_menu-row .basket-link .wrap {
        display: none;
    }

    .header-v16.basket_normal.regions_Y .logo_and_menu-row .phone {
        display: none;
    }

    body .header-v7 .logo_and_menu-row .wrap_icon.baskets:last-of-type {
        padding-right: 20px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .front:not(.wide_page) .tabs_slider .catalog_item_wrapp.col-m-20 {
        width: 33.33333333333333%;
    }

    .social-block .social-icons {
        margin: 0px 0px 20px;
    }

    .header-v4.basket_normal.regions_Y .logo_and_menu-row .personal-link .wrap,
    .header-v4.basket_normal.regions_Y .logo_and_menu-row .basket-link .wrap,
    .header-v13.basket_normal.regions_Y .logo_and_menu-row .personal-link .wrap,
    .header-v13.basket_normal.regions_Y .logo_and_menu-row .basket-link .wrap {
        display: none;
    }

    .header-v12.basket_normal.regions_Y .logo_and_menu-row .phone-block.with_btn > .inner-table-block:first-of-type {
        display: none;
    }

    .header-v14.basket_normal.regions_Y .logo_and_menu-row .search_wrap {
        display: none;
    }

    .header-v15.basket_normal.regions_Y .logo_and_menu-row .phone {
        display: none;
    }

    .header-v15.basket_normal.regions_Y .logo_and_menu-row .callback-block {
        margin: 0px;
    }

    .header-v16.basket_normal.regions_Y .logo_and_menu-row .search-wrapper {
        display: none;
    }

    .header-v4 .logo_and_menu-row .svg-cabinet,
    .header-v4 .logo_and_menu-row .svg-cabinet-login {
        top: -2px;
    }

    .ajax_load.block .view_sale_block {
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
    }

    .ajax_load.block .view_sale_block .countdown {
        width: 114px;
    }

    .ajax_load.block .view_sale_block .values.countdown .item {
        width: 38px;
    }

    .ajax_load.block .view_sale_block .quantity_block {
        width: 38px;
    }

    #headerfixed .v1 .inner-table-block.phones .phone {
        display: none;
    }
}

@media all and (max-width: 992px) and (min-width: 768px) {
    .wrapper_inner .staff.list .item .info {
        margin: 10px 0px 0px 0px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    /*personal*/
    .personal_wrapper .orders_wrapper .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }

    footer .ext_view .pay_system_icons {
        max-width: 200px;
    }

    .header-cart .basket_fly {
        width: 700px;
        right: -700px;
    }

    .header-simple-center {
        width: 75%;
    }
}

/* SM */
@media screen and (max-width: 991px) {
    .langing_title_block {
        margin-bottom: 24px;
    }

    #headerfixed.fixed,
    #headerfixed > .maxwidth-theme,
    #headerfixed > .wrapper_inner,
    .top-block .address,
    body .product-item-detail-tabs-container-fixed {
        display: none;
    }

    .item-views.blocks {
        padding-top: 40px;
    }

    .share.top {
        margin-top: 0px;
    }

    .mega-menu {
        z-index: 3002;
    }

    .blog_wrapper.blog .first-item .item {
        background: none !important;
    }

    .top_slider_wrapp .flexslider .slides > li,
    .top_slider_wrapp .flexslider .slides > li td:not(.bg),
    .top_slider_wrapp .flexslider,
    .top_slider_wrapp .flexslider .slides > li .banner_bg {
        height: 300px;
    }

    .front.wide_page .col-m-60 .top_slider_wrapp {
        padding-bottom: 20px;
    }

    .top_slider_wrapp .flex-direction-nav li {
        right: -10px;
    }

    .top_slider_wrapp .flex-direction-nav li:first-child {
        left: -10px;
    }

    body .front_slider .item-title a span,
    body .flexslider .text .banner_title span {
        font-size: 17px;
        line-height: 22px;
    }

    .top_big_banners > .row > div.col-md-3.col-m-20,
    .top_big_banners > .row > div.col-md-3.col-m-60 {
        width: 100%;
        float: none;
        margin: 0;
    }

    .top_slider_wrapp .flexslider .slides > li .img .wrap_plaxy img {
        height: 66.6%;
        max-height: 300px;
    }

    body .top_slider_wrapp .flexslider .slides > li .banner_bg {
        background-size: auto 100%;
    }

    .top_big_banners .wrap_tizer .wrap_outer.title {
        font-size: 13px;
    }

    .wrap_tizer .wrap_outer.title {
        font-size: 13px;
    }

    .wrap_tizer .wr_block.price {
        line-height: 16px;
    }

    .wr_block.price .wrap_outer_desc {
        font-size: 12px;
    }

    .top_big_banners > .row > div.col-m-20 {
        font-size: 0px;
    }

    .top_big_banners .col-m-20 {
        margin: 0px -15px;
    }

    .top_big_banners .col-m-20 .item {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0px 10px 20px;
    }

    body .with_fast_view .fast_view_block {
        display: none;
    }

    .mobile .fast_view_frame.popup {
        display: none !important;
    }

    .mobile .all_viewed .jqmOverlay,
    .all_viewed .jqmOverlay {
        display: block !important;
    }

    .adv_bottom_block .img_inner span {
        padding-bottom: 17%;
        background-size: cover;
    }

    /*personal*/
    .personal_wrapper .orders_wrapper .col-sm-12 {
        width: 100%;
    }

    .personal_wrapper .orders_wrapper .col-sm-10 {
        width: 83.33333333%;
    }

    .personal_wrapper .orders_wrapper .col-sm-7 {
        width: 58.33333333%;
    }

    .personal_wrapper .orders_wrapper .col-sm-6 {
        width: 50% !important;
    }

    .personal_wrapper .orders_wrapper .col-sm-5 {
        width: 41.66666667%;
    }

    .personal_wrapper .orders_wrapper .col-sm-2 {
        width: 16.66666667%;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-button-element {
        display: block !important;
        float: none;
        width: 50%;
        margin: 10px auto 0px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map > .row {
        margin: 0px -1px 0px -1px;
    }

    .personal_wrapper .orders_wrapper .sale-order-title {
        padding-right: 0px;
    }

    .basket_bottom_block {
        display: none;
    }

    .basket_bottom_block .maxwidth-theme .basket-link .wrap,
    .basket_bottom_block .maxwidth-theme .basket-link .title {
        display: none;
    }

    body .basket_bottom_block .basket-link.basket.basket-count .count {
        position: static;
    }

    .basket_bottom_block .maxwidth-theme .svg {
        margin: 0px 10px 0px 0px;
    }

    .wrapper.has_menu #header .middle-h-row .center_block .search,
    .wrapper.has_menu #header .middle-h-row .center_block .middle_phone {
        width: 100%;
        display: block;
        margin-left: 0px;
    }

    .wrapper.has_menu #header .middle-h-row .center_block .middle_phone {
        margin: 0px 0px 10px;
    }

    .middle_phone .phones .order_wrap_btn {
        margin-top: 0px;
    }

    .item-views.table-type-block.news-project .items > div:nth-child(2n + 1) {
        clear: left;
    }

    body #content .wrapper_inner .left_block {
        display: none;
    }

    body #content .wrapper_inner .left_block > * {
        display: none;
    }

    body #content .left_block.catalog > div,
    .bx_filter.bx_filter_vertical:not(.compact) {
        display: none;
    }

    body .wrapper_inner .left_block .left_menu {
        display: block;
    }

    body #content .wrapper_inner .right_block {
        padding-left: 0px;
        margin: 0px !important;
    }

    .news_akc_block .img img {
        max-height: 100%;
    }

    body .wrapper_inner .left_block.vertical {
        position: absolute;
        width: 95%;
        float: none;
        padding: 0px;
        margin: 0px;
        display: block;
    }

    body #content .wrapper_inner .left_block.filter_visible {
        display: block;
        position: static;
    }

    body #content .wrapper_inner .left_block.filter_ajax {
        float: none;
        width: 100%;
    }

    body #content .wrapper_inner .left_block.filter_ajax > .bx_filter {
        position: absolute;
        left: 15px;
        right: 15px;
        width: auto;
        z-index: 55;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

    .bx_filter.bx_filter_vertical:not(.compact) {
        position: absolute;
        margin: 0;
        width: 100%;
        top: 25px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        z-index: 101;
    }

    .catalog.vertical .adaptive_filter,
    .catalog.with_filter .adaptive_filter,
    .search-page-wrap + .catalog .adaptive_filter,
    .catalog.horizontal .filter_horizontal:not(.filter_compact) + .inner_wrapper .adaptive_filter {
        display: block;
    }

    .js_filter .bx_filter.bx_filter_vertical .bx_filter_section {
        margin: 0px;
    }

    .m_color_none.h_color_colored .main-nav {
        background: #fff;
    }

    .m_color_none.h_color_colored .main-nav .menu > li > a {
        color: #1d1a1a;
    }

    .m_color_none.h_color_colored .header_wrap .center_block .search_block .icon {
        background-position: -66px -178px;
    }

    .m_color_none.h_color_colored #header {
        margin-bottom: 47px;
    }

    .h_color_colored.m_color_none ul.menu .child {
        padding-top: 8px;
    }

    .h_color_white.m_color_none ul.menu .child {
        padding-top: 6px;
    }

    .head_type_1 #header {
        border-bottom-width: 1px;
    }

    .basket_fly #header .middle-h-row .center_block .main-nav ul.menu {
        width: 100%;
    }

    .basket_fly .wrapper_inner ul.menu .child {
        margin-top: 0px;
    }

    .basket_fly .main-nav .search_middle_block {
        top: -100%;
        right: 65px;
        margin: -16px 0px 0px;
        width: 50%;
    }

    .top_big_banners .item .item_inner {
        padding-bottom: 65%;
        height: auto;
    }

    .top_big_banners > .row > div .row {
        margin: 0px -10px;
    }

    body .top_slider_wrapp .flexslider .slides > li {
        background-size: auto 100%;
    }

    body .wrapper .top_slider_wrapp .flexslider .slides > li,
    body .wrapper .top_slider_wrapp .flexslider .slides > li td,
    body .wrapper .top_slider_wrapp .flexslider {
        height: 300px !important;
    }

    body .right_side.catalog {
        display: none;
    }

    body .left_side.catalog_detail {
        padding-right: 0;
    }

    body .top-h-row .phone {
        width: auto;
    }

    body .top-h-row ul.menu {
        width: 45%;
        padding-left: 0;
    }

    body #header .center_block .main-nav {
        width: 100%;
        position: absolute;
        right: 0;
        left: 0px;
        top: 100%;
        margin: 18px 0px 0px 0px;
        padding: 7px 0px;
    }

    body .wrapper.head_type_1:not(.front_page) #header {
        margin-bottom: 60px;
    }

    body .wrapper.head_type_1:not(.front_page) #header + .wrapper_inner {
        border-top: 1px solid #f0f0f0;
        box-shadow: 0px 0px 5px #f0f0f0;
        -moz-box-shadow: 0px 0px 5px #f0f0f0;
        -o-box-shadow: 0px 0px 5px #f0f0f0;
        -webkit-box-shadow: 0px 0px 5px #f0f0f0;
    }

    body .wrapper.head_type_1:not(.front_page) .middle {
        margin-top: 10px;
    }

    body .wrapper.head_type_1 .top_slider_wrapp {
        margin-top: 49px !important;
    }

    body #header:not(.border) + .middle.main {
        padding-top: 207px;
    }

    body #header:not(.border) + .middle {
        padding-top: 227px;
    }

    body .top_slider_wrapp .flexslider .slides li td.text .banner_text,
    body .top_slider_wrapp .flexslider .slides li td.text .banner_title,
    body .top_slider_wrapp .flexslider .slides li td.text .banner_buttons {
        margin-left: 80px;
        margin-right: 80px;
    }

    body .top_slider_wrapp.view_2 .flexslider .flex-control-nav {
        position: absolute;
        bottom: 5px;
        top: inherit;
        left: 50%;
        transform: translateX(-50%);
    }

    body .top_slider_wrapp.view_2 .flexslider,
    .top_slider_wrapp.view_2 .flexslider .slides > li,
    .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text {
        min-height: 300px;
        height: auto;
    }

    body .right_block.catalog .catalog_block .catalog_item_wrapp {
        width: 33%;
        width: 230px;
    }

    body .projects-blocks .bx_item_detail_inc_two {
        margin-top: 20px;
        padding-top: 20px;
    }

    .banners-content .maxwidth-banner .maxwidth-theme {
        min-height: 400px;
    }

    .catalog_detail.element_2 > .row > .col-md-3,
    .catalog_detail.element_1 > .row > .col-md-3 {
        display: none;
    }

    body .wrapper_inner.wide_page .item_main_info:not(.type_clothes) .info_item .middle_info > div {
        display: block;
        width: 100%;
    }

    .catalog_detail .element_detail_text .sh {
        margin: 0px;
    }

    .wrapper_inner .bottom.middle td > .coupon #COUPON {
        width: 200px;
    }

    .wrapper_inner .middle .module-cart table tr td.count-cell {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wrapper_inner .middle .module-cart table tr td.count-cell .counter_block.big_basket {
        width: 74px;
    }

    .wrapper_inner .middle .module-cart .counter_block.big_basket > span {
        line-height: 27px;
        height: 27px;
        width: 21px;
    }

    .wrapper_inner .middle .module-cart .counter_block.big_basket input[type="text"] {
        font-size: 10px;
        height: 27px;
        width: 32px;
    }

    .has_menu #header .middle-h-row .center_block {
        white-space: normal;
    }

    .basket_fly .search_middle_block,
    .has_menu .search_middle_block {
        position: absolute;
    }

    .wrapper.m_color_none .top_slider_wrapp {
        margin-top: 50px;
    }

    body .wrapper:not(.front_page) .middle {
        float: none;
    }

    .js_filter.filter_horizontal {
        overflow: visible;
        padding: 0;
        position: relative;
    }

    .js_filter .bx_filter.bx_filter_vertical {
        display: none;
        position: absolute;
        margin: 0;
        width: 100%;
        top: 37px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        z-index: 101;
    }

    .bx_filter .bx_filter_section {
        border: none;
    }

    .vacancy.item-views.accordion .pay {
        float: none;
    }

    .bottom-menu,
    .social-block .social-icons {
        margin: 0px 0px 20px;
    }

    .subscribe-block-wrapper .text {
        margin: 0px 0px 20px;
    }

    .bottom-menu .items > .item-link {
        margin-bottom: 8px;
    }

    #footer .footer_bottom_inner .phones,
    #footer .footer_bottom_inner .social_wrapper {
        float: left;
    }

    #footer .footer_bottom_inner .social_wrapper .social {
        padding-top: 0px;
        padding-left: 15px;
    }

    #bx-soa-order .bx-soa-cart-total.bx-soa-cart-total-fixed {
        position: static;
        width: 100% !important;
    }

    #bx-soa-order .bx-authform-social {
        padding-top: 25px;
        border-top: 1px solid #e5e5e5;
    }

    .bx_filter.bx_filter_vertical #modef {
        display: none !important;
    }

    /*basket2*/
    #basket-root .basket-checkout-section-inner {
        display: block;
    }

    #basket-root .basket-checkout-section-inner > div {
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    /*personal*/
    body .personal_page #content .wrapper_inner .left_block {
        display: block;
        float: none;
        width: 100%;
    }

    body .personal_page #content .wrapper_inner .left_block .left_menu {
        display: block;
        text-align: left;
    }

    body .personal_page #content .wrapper_inner .left_block .left_menu > li {
        display: inline-block;
        margin-top: 3px;
    }

    body .personal_page #content .wrapper_inner .left_block .left_menu > li > a {
        border: none;
    }

    body .personal_page #content .wrapper_inner .left_block .left_menu > li {
        display: none;
    }

    body .personal_page #content .wrapper_inner .left_block .left_menu > li.exit {
        display: block;
        width: 50%;
        padding-right: 10px;
    }

    body .personal_page #content .wrapper_inner .right_block .breadcrumbs {
        display: none;
    }

    .catalog.vertical .mobile_filter_compact {
        display: none;
    }

    .right_block #filter-helper {
        display: none !important;
    }
}

@media print {
    /*.item_slider .slides li.current{z-index:9;display:block !important;}
    .item_slider .slides li:first-child{z-index:9;display:block !important;}*/
    .catalog_detail .item_main_info.type_clothes .item_slider.has_more,
    .type_clothes .item_slider:not(.flex) .slides,
    .catalog_detail .item_main_info {
        margin: 0;
        padding: 0;
    }

    .item_slider .slides li img,
    .item_slider .thumbs li img {
        margin: 0 auto;
    }

    .fill_bg_n .top_inner_block_wrapper,
    .top_inner_block_wrapper .maxwidth-theme {
        padding: 0;
    }

    .tabs_section .tabs .nav-tabs,
    .img_wrapper .wrapp_thumbs,
    .product-item-detail-tabs-container-fixed,
    .info_item .middle_info .buy_block .wrapp_one_click,
    .quantity_block_wrapper .cheaper_form,
    .img_wrapper .wrapp_thumbs.top-small-wrapper,
    .img_wrapper .popup_video.mobile,
    .catalog_detail .item_main_info .right_info {
        display: none !important;
    }

    .offers_img.wof {
        opacity: 1 !important;
    }

    .container .catalog_detail .item_slider .slides {
        display: block !important;
        height: 370px !important;
    }

    body .wrapper_inner,
    body .maxwidth-theme {
        padding: 0px !important;
    }
}

@media all and (max-width: 900px) {
    .wrapper_inner .stores .stores_list {
        width: 66%;
    }

    .basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk.basket_error_wrapp {
        float: left !important;
    }

    .count-cell div.error {
        white-space: normal;
    }

    .footer_inner .left_block {
        display: none;
    }

    .footer_inner .right_block {
        padding-left: 0px;
    }

    #footer .mobile_copy {
        display: block;
    }
}

@media all and (max-width: 870px) {
    body .module-cart .weight-th,
    body .module-cart .discount-th,
    body .module-cart .weight-cell,
    body .module-cart .discount-cell {
        display: none;
    }

    .wrap_md .news_wrap,
    .wrap_md .subscribe_wrap {
        width: 100%;
        margin: 0px;
    }

    .wrap_md .subscribe_wrap .subscribe-form {
        margin: 30px 0px 30px;
    }

    .subscribe-form .wrap_bg {
        background-position: center -34px;
    }

    .subscribe-form .wrap_bg .top_block,
    .subscribe-form .wrap_bg .sform {
        width: 100%;
        display: block;
        vertical-align: middle;
        margin-top: 0px;
    }

    .subscribe-form .wrap_bg .top_block {
        padding: 0px 0px 20px 0px;
    }

    .subscribe-form .top_block .image {
        display: none;
    }

    .subscribe_wrap .subscribe-form .top_block .image + .text {
        padding: 0px;
    }

    .subscribe_wrap .subscribe-form form.sform > div {
        display: block;
        width: 100%;
    }

    .top-h-row .phones {
        text-align: left;
    }

    body .top-h-row ul.menu {
        width: 40%;
    }

    .module_products_list td.price-cell {
        width: 18%;
    }

    .services_block .item {
        width: 100%;
    }

    .module-order-history.orderdetail .module-orders-list tr td.vimg {
        padding-right: 2px;
        padding-left: 2px;
    }

    .module-order-history.orderdetail .module-orders-list tr td.vdscnt {
        padding-right: 5px;
        padding-left: 5px;
    }

    .shops.list .item .schedule_phone_email {
        text-align: center;
    }

    .shops.list .item .schedule,
    .shops.list .item .phone_email {
        width: 100%;
    }

    .wrapper_inner .info_item .middle_info .prices_block,
    .wrapper_inner .info_item .middle_info .buy_block {
        width: 100%;
        padding: 0px;
    }

    .wrapper_inner .info_item .middle_info .buy_block {
        padding: 20px 0px 0px;
    }

    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .button_block {
        margin: 0px;
    }

    .info_item .middle_info .buy_block .one_click {
        display: inline-block;
    }

    .wrapper_inner .stores .stores_list {
        width: 64%;
    }

    .table .wrapp_stockers .like_icons {
        height: auto;
        margin-top: 0px !important;
        position: initial;
    }

    .table .module_products_list td.like_icons {
        width: 56px;
        padding-left: 5px;
    }

    .module_products_list td.like_icons.full {
        width: 30px;
    }

    .wrapp_stockers .like_icons > div {
        margin-right: 0px;
    }

    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item,
    .rows_block:not(.slides) .item_block {
        width: 50%;
    }

    .info_item .top_info .brand {
        float: none;
    }

    .footer_inner .social_wrapper .rows_block .item_block {
        width: auto;
    }

    .footer_bottom_inner .menus .rows_block .col-3 {
        width: 33%;
    }

    .footer_bottom_inner .rows_block .menus {
        width: 60%;
    }

    .footer_bottom_inner .rows_block .soc {
        width: 40%;
    }

    .footer_bottom_inner .rows_block .soc .soc_wrapper {
        float: right;
    }

    .top-h-row .phones {
        padding-left: 20px;
        padding-right: 0px;
    }

    .top-h-row .h-user-block a.icon {
        padding-right: 14px;
    }

    .catalog_detail .info_item .middle_info .prices .sale_block {
        margin-bottom: 12px;
    }

    /*personal*/
    .personal_wrapper
    .orders_wrapper
    .sale-order-payment-change-pp-list
    .sale-order-payment-change-pp-company
    .sale-order-payment-change-pp-company-smalltitle {
        font-size: 12px;
    }
}

@media screen and (max-width: 850px) {
    /*basket2*/
    #basket-root .basket-checkout-section-inner .basket-checkout-block-btn,
    #basket-root .basket-checkout-section-inner .fastorder {
        display: block;
        width: 50%;
        text-align: left;
    }

    #basket-root .basket-checkout-section-inner .basket-checkout-block-btn > .btn,
    #basket-root .basket-checkout-section-inner .fastorder > .btn {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 800px) {
    .header_wrap .top-h-row ul.menu {
    }

    .wrapper.has_menu #header .middle-h-row .center_block .middle_phone .phone_text a {
        font-size: 15px;
    }

    .wrapper.has_menu #header .middle-h-row .center_block .middle_phone .order_wrap_btn {
        margin-left: 16px;
    }

    .module_products_list td.price-cell {
        width: 14%;
    }

    .sort_header .sort_filter a {
        margin-right: 10px;
    }

    .wrapper_inner .module-order-history .result-row a.button {
        margin-right: 0px;
    }

    .wrapper_inner .stores .stores_list {
        width: 60%;
    }

    .top-h-row .phones {
        padding-left: 5px;
    }
}

@media all and (min-width: 768px) {
    body .catalog.horizontal .filter_compact + .inner_wrapper .adaptive_filter {
        display: none !important;
    }

    .bx_filter .bx_filter_section {
        margin: 0 0px 27px 0;
    }

    /*.left_block .bx_filter .bx_filter_section{margin:0 0px 0px 0px;}*/
    .bx_filter_vertical.bx_filter .hidden_values {
        display: block !important;
    }

    .staff.item-views.list .item .image.padding {
        padding: 50px 0px 40px 30px;
    }

    .wrap_md .big {
        padding-top: 22px;
    }

    .detail .detailimage.image-left + .introtext_wrapper {
        margin-left: 33.33333333333333%;
    }

    .detail .detailimage.image-left + .introtext_wrapper > div {
        margin-left: 30px;
    }

    .detail .detailimage.image-right + .introtext_wrapper {
        margin-right: 33.33333333333333%;
    }

    .detail .detailimage.image-right + .introtext_wrapper > div {
        margin-right: 30px;
    }

    .items-services > .row > div {
        margin: 0px 0px -1px -1px;
    }

    footer .address.blocks {
        padding-right: 20px;
    }

    .catalog_detail .offers_table .opener.bottom {
        display: none;
    }

    .contacts-page-map + .contacts.contacts-page-map-overlay {
        left: 0px;
        right: 0px;
        position: absolute;
    }

    #bx-soa-order.orderform--v1 #bx-soa-delivery,
    #bx-soa-order.orderform--v1 #bx-soa-paysystem {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    #bx-soa-order.orderform--v1 #bx-soa-delivery + #bx-soa-paysystem,
    #bx-soa-order.orderform--v1 #bx-soa-paysystem + #bx-soa-delivery {
        margin-right: 0;
        margin-left: 10px;
    }

    #bx-soa-order.orderform--v1 #bx-soa-delivery .bx-soa-coupon,
    #bx-soa-order.orderform--v1 #bx-soa-paysystem .bx-soa-coupon {
        display: none;
    }

    #bx-soa-order.orderform--v1 #bx-soa-coupon {
        display: block;
    }

    #bx-soa-order.orderform--v1 #bx-soa-pickup {
        order: 2;
    }

    #bx-soa-order.orderform--v1 #bx-soa-delivery + #bx-soa-paysystem {
        order: 1;
    }

    /* filter compact */
    .bx_filter.compact {
        position: relative;
        z-index: 100;
        top: 0 !important;
        margin: 0 0 27px;
        padding: 0 0 13px;
        border-bottom: 1px solid #f2f2f2;
    }

    .bx_filter.compact .bx_filter_section {
        margin: 0;
        background: none;
        border: none;
    }

    .bx_filter.compact .bx_filter_parameters_box.title {
        float: left;
        z-index: 1;
    }

    .bx_filter.compact .bx_filter_parameters_box.prop_type_E .bx_filter_parameters_box_container,
    .bx_filter.compact .bx_filter_parameters_box.prop_type_S .bx_filter_parameters_box_container {
        max-height: 239px;
        overflow-y: auto;
    }

    .bx_filter.compact form {
        padding: 0 0 0 14px;
        margin: -4px -15px -4px;
    }

    .bx_filter.compact .bx_filter_parameters_box {
        margin: 4px 4px 4px;
        position: relative;
        float: left;
        padding: 0;
        border: none;
    }

    .bx_filter.compact .bx_filter_parameters_box.title {
        margin: 4px 0;
    }

    .bx_filter.compact .bx_filter_parameters_box_title {
        font-size: 13px;
    }

    .bx_filter.compact .bx_filter_parameters_box_title {
        padding-right: 15px;
    }

    .bx_filter.compact .bx_filter_parameters_box_title:after {
        right: 12px;
        top: 8px;
        font-size: 12px;
    }

    .bx_filter.compact .bx_filter_parameters_box_title.active:after {
    }

    .bx_filter.compact .bx_filter_parameters_box_title.prices {
        margin-bottom: 15px;
        cursor: default;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title.prices {
        padding-left: 0;
    }

    .bx_filter.compact .bx_filter_parameters_box_title.prices:hover {
        color: #333;
    }

    .bx_filter.compact .bx_filter_parameters_box_title.prices:after {
        display: none;
    }

    .bx_filter.compact .bx_filter_block:not(.limited_block) {
        position: absolute;
        padding: 19px 19px 15px;
        display: none;
        width: 232px;
        z-index: 3;
        border-radius: 2px;
        background: #fff;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .bx_filter.compact .bx_filter_block.right:not(.limited_block) {
        left: auto;
        right: 0;
    }

    .bx_filter.compact .bx_filter_block.limited_block {
        display: block !important;
    }

    .bx_filter.compact .prices .bx_filter_block {
        padding: 0;
    }

    .bx_filter.compact .bx_filter_block .price_block {
        padding: 12px 19px 15px;
        border-top: 1px solid #f2f2f2;
    }

    .bx_filter.compact .bx_filter_block .price_block:first-of-type {
        border-top: none;
    }

    .bx_filter.compact .bx_filter_button_box {
        padding: 0;
    }

    .bx_filter.compact .char_name {
        position: relative;
    }

    .bx_filter.compact .props_list .hint {
        position: static;
    }

    .bx_filter.compact .props_list .hint .icon {
        position: static;
    }

    .bx_filter.compact .props_list .hint .text {
        padding: 0 0 0 8px;
        font-size: 13px;
        color: #888888;
    }

    .bx_filter.compact .props_list .hint .tooltip {
        top: auto;
        opacity: 1;
        bottom: 35px;
    }

    .bx_filter.compact .props_list .hint .tooltip:after {
        bottom: -10px;
        left: 56px;
        top: auto;
        border: 5px solid transparent;
        border-top: 5px solid #fff;
    }

    .bx_filter.compact .bx_filter_parameters_box.active .bx_filter_block i {
        padding: 0;
        font-size: 11px;
    }

    .bx_filter.compact .bx_filter_parameters_box.active .bx_filter_block .icon:hover i,
    .bx_filter.compact .bx_filter_parameters_box .bx_filter_block .hint.active .icon i {
        color: #fff;
    }

    .bx_filter.compact .bx_filter_parameters_box_title + .bx_filter_block .bx_filter_parameters_box_container {
        margin: 0;
    }

    .bx_filter.compact label {
        margin: 0;
    }

    .bx_filter.compact .label_block {
        margin: 4px 0 0;
    }

    .bx_filter.compact .label_block:first-of-type {
        margin-top: 0;
    }

    .bx_filter.compact .bx_filter_parameters_box_container {
        margin-top: 7px;
    }

    .bx_filter.compact .filter.label_block input[type="checkbox"] + label:after,
    .bx_filter.compact .filter.label_block input[type="checkbox"] + label:before {
        top: 0;
    }

    .bx_filter.compact .bx_filter_button_box {
        display: none;
        margin: 17px -19px -15px;
        padding: 10px 19px 10px;
        height: 57px;
        text-align: left;
        border-top: 1px solid #f2f2f2;
        background: #F9F9FA;
    }

    .bx_filter.compact .bx_filter_button_box .btn {
        float: right;
    }

    .bx_filter.compact .bx_filter_button_box .bx_filter_container_modef {
        margin: 6px 5px 0 0;
        float: left;
        font-size: 13px;
        color: #666666;
    }

    .bx_filter.compact .bx_filter_search_button {
        display: none;
    }

    .bx_filter.compact .bx_filter_parameters_box.prices .bx_filter_button_box {
        margin: 0;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title {
        padding: 2px 26px 3px 11px;
        border: 1px solid transparent;
        border-radius: 2px;
        white-space: nowrap;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title.filter_title {
        padding-left: 0;
        padding-right: 11px;
    }

    .bx_filter.compact .bx_filter_parameters_box.set .bx_filter_parameters_box_title:after {
        display: none;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title .delete_filter {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        cursor: pointer;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title .delete_filter svg {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -4px;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title .delete_filter svg path {
        fill-rule: evenodd;
    }

    .bx_filter.compact .bx_filter_parameters_box.set .bx_filter_parameters_box_title .delete_filter {
        display: block;
    }

    .bx_filter.compact input[type="checkbox"] + label.dib > span {
        margin: 0;
    }

    .bx_filter.compact .bx_filter_input_checkbox .bx_filter_param_text {
        margin-left: 27px;
    }

    .bx_filter.compact .sku .bx_filter_input_checkbox .bx_filter_param_text {
        margin-left: 0;
    }

    .bx_filter_vertical.compact input[type="checkbox"] + label:not(.sku) {
        padding: 0;
        margin: 0;
    }

    .bx_filter.compact .bx_filter_parameters_box.set .bx_filter_parameters_box_title .count_selected {
        margin: 0 0 0 -3px;
    }

    .bx_filter.compact .bx_filter_parameters_box_container.pict_block label {
        margin: 5px !important;
    }

    body .bx_filter.compact .filter.label_block input + label {
        color: #333;
    }

    .bx_filter_vertical.compact .bx_filter_block label,
    .bx_filter_vertical .bx_filter_block label span {
        color: #333;
    }

    /*fill compact*/
    .bx_filter.compact.fill_Y {
        background-color: #f8f8f9;
        padding: 12px 19px 7px;
        border: 1px solid #f2f2f2;
        border-radius: 2px;
        margin-bottom: 21px;
    }

    .bx_filter.compact.fill_Y .bx_filter_parameters_box_title {
        font-size: 14px;
    }

    .bx_filter.compact.fill_Y .bx_filter_parameters_box_title:after {
        right: 11px;
    }

    /**/
    .bx_filter_vertical input[type="checkbox"] + label:not(.disabled):not(.nab):hover:before,
    .filter input[type="checkbox"] + label:not(.nab):hover:before,
    .filter input[type="radio"] + label:not(.nab):hover:before {
        display: inline-block;
        z-index: 3;
    }

    .bx_filter_vertical input[type="checkbox"]:checked + label:not(.disabled):not(.nab):hover:before,
    .filter input[type="checkbox"]:checked + label:not(.nab):hover:before,
    .filter input[type="radio"]:checked + label:not(.nab):hover:before {
        z-index: -1;
    }
}

/* XS */
@media screen and (max-width: 768px) {
    .basket_wrapp .header-cart.fly .clicked > a {
        display: block;
    }

    .registraion-page .main_info .label_block,
    .registraion-page .main_info .text_block {
        width: 100%;
        padding-left: 0px;
    }

    .registraion-page .main_info,
    .registraion-page .social_block {
        width: 100%;
        border-right-width: 0px;
        padding-left: 0px;
    }

    .wrapper_inner .registraion-page .form-block {
        padding: 0px 15px;
    }

    .wrapper_inner .registraion-page .main_info {
        width: 69%;
    }

    .wrapper_inner .registraion-page .social_block {
        width: 31%;
    }

    #main .catalog_detail .element_detail_text .price_txt > .text {
        padding: 20px 0px 0px;
        clear: both;
    }

    div#mobileheader.fixed ~ #content {
        padding-top: 63px;
    }
}

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

    body .top_slider_wrapp .flexslider .slides li td.text .banner_text,
    body .top_slider_wrapp .flexslider .slides li td.text .banner_title,
    body .top_slider_wrapp .flexslider .slides li td.text .banner_buttons {
        margin-left: 10px;
        margin-right: 0px;
    }


    /*
  .top_slider_wrapp .flexslider .slides > li,
  .top_slider_wrapp .flexslider .slides > li td:not(.bg),
  .top_slider_wrapp .flexslider,
  .top_slider_wrapp .flexslider .slides > li .banner_bg {
    height: 200px;
  }
  .top_slider_wrapp .box .video + .wrapper_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .top_slider_wrapp .box.wvideo .video + .wrapper_inner > * {
    display: none;
  }
  body .top_slider_wrapp .banner_text {
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body .top_slider_wrapp .flex-direction-nav li {
    top: 50%;
  }
  body .top_slider_wrapp .flex-direction-nav li,
  body .top_slider_wrapp .flex-direction-nav li a {
    height: 30px;
    width: 30px;
  }
  body .top_slider_wrapp .flexslider .slides li td.text .banner_text,
  body .top_slider_wrapp .flexslider .slides li td.text .banner_title,
  body .top_slider_wrapp .flexslider .slides li td.text .banner_buttons {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .top_slider_wrapp .flexslider .slides li:not(.image) td.img:not(.with_video) {
    display: none;
  }
  body .top_slider_wrapp .flexslider .slides li td.text {
    width: 100%;
  }
  body .top_slider_wrapp .flexslider .slides li td.text * {
    text-align: center;
  }
  body .top_slider_wrapp .flexslider .slides > li .text .wrap_text {
    float: none !important;
  }
  body .top_slider_wrapp .flexslider .slides > li .img .wrap_plaxy img {
    height: 44.4%;
    max-height: 200px;
  }
  body .top_slider_wrapp .flexslider .slides > li .wrapper_inner > table {
    background: none !important;
  }

  body .top_slider_wrapp.view_2 .flexslider,
  .top_slider_wrapp.view_2 .flexslider .slides > li,
  .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text {
    min-height: 200px;
    height: auto;
  }
  body .top_slider_wrapp.view_2 .flexslider .flex-control-nav {
    position: absolute;
    top: 157px;
    transform: translateX(-50%);
  }
  body .top_slider_wrapp.view_2 .flexslider .flex-direction-nav {
    position: absolute;
    top: 106px;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  body .top_slider_wrapp.view_2 .flexslider.video_visible .flex-control-nav {
    bottom: 14px;
    top: inherit;
  }
  body .top_slider_wrapp.view_2 .flexslider.video_visible .flex-direction-nav {
    top: 50%;
    margin-top: -15px;
  }
  body .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text,
  body .top_slider_wrapp.view_2 .flexslider .slides li:not(.image) td.img:not(.with_video) {
    display: table-cell;
  }
  body .top_slider_wrapp.view_2 .flexslider .slides > li.image .img .btn.btn-video.play {
    display: none;
  }
  body .top_slider_wrapp.view_2 .flexslider .slides li td.text:not(.center) {
    display: none;
  }
  body .top_slider_wrapp.view_2 .flexslider .slides li td.text.center {
    width: 0;
  }
  body .top_slider_wrapp.view_2 .flexslider .slides > li .img .wrap_plaxy {
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
  }
  body .top_slider_wrapp.view_2 .flexslider .slides > li .img .wrap_plaxy img {
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
  }
  body .top_slider_wrapp.view_2 .flexslider .slides li td.text > * {
    display: none;
  }
  body .top_slider_wrapp.view_3 .flexslider .flex-control-paging {
    top: -41px;
  }
  body .top_slider_wrapp.view_3 .flexslider .slides > li .text,
  body .top_slider_wrapp.view_3 .flexslider .slides > li .img,
  body .top_slider_wrapp.view_3 .flexslider .slides > li .banner_bg {
    display: none;
  }
  body .top_slider_wrapp.view_3 .flexslider .slides > li .tablet_img {
    display: table-cell;
  }
  body .top_slider_wrapp.view_3 .flexslider .slides > li,
  body .top_slider_wrapp.view_3 .flexslider .slides > li,
  body .top_slider_wrapp.view_3 .flexslider .slides > li td,
  body .top_slider_wrapp.view_3 .flexslider .slides > li td,
  body .top_slider_wrapp.view_3 .flexslider,
  body .top_slider_wrapp.view_3 .flexslider {
    height: auto;
  }
  body .top_slider_wrapp.view_3 {
    padding-top: 68.75%;
    width: 100%;
    position: relative;
  }
  body .top_slider_wrapp.view_3 .flexslider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  */
    .wrapper_inner,
    .maxwidth-theme {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top_inner_block_wrapper.maxwidth-theme {
        padding-left: 0px;
        padding-right: 0px;
    }

    .catalog .adaptive_filter {
        display: block;
    }

    .top_big_banners > .row > div {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0px;
    }

    .top_big_banners > .row > div.col-md-3.col-m-20,
    .top_big_banners > .row > div.col-md-3.col-m-60 {
        padding: 0 15px;
    }

    .top_big_banners > .row > div.blocks .item {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .top_big_banners .wrap_tizer .wrap_outer.title {
        font-size: 14px;
    }

    .top-h-row .phones {
        width: 56%;
        padding-left: 0px;
    }

    .top-h-row .h-user-block {
        text-align: right;
    }

    .wrapper.has_menu .top-h-row ul.menu {
        display: none;
    }

    .wrapper.has_menu .top-h-row .phones {
        display: block;
    }

    .wrapper.has_menu #header .wrapper_inner .middle-h-row .center_block .middle_phone,
    .wrapper.has_menu #header .phones {
        display: none;
    }

    .wrapper.has_menu #header .middle-h-row .center_block {
        padding: 0px 20px 0px 20px;
    }

    body .colored #header .center_block .main-nav {
        border-top: 1px solid #fff;
        margin-top: 20px;
    }

    body .wrapper.has_menu .white #header .center_block .main-nav {
        margin-top: 12px;
    }

    body .colored #header {
        padding-bottom: 20px;
    }

    .wrapper_inner .middle-h-row .search_middle_block.active .middle_form {
        width: 94%;
    }

    .backet_back_wrapp .basket_back {
        display: block;
    }

    .backet_back_wrapp.error .basket_back {
        display: inline-block;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn td .iblock .icon_error_block {
        float: none;
        display: inline-block;
        text-align: left;
        margin: 15px 0px 0px;
    }

    .iblock .icon_error_block:after {
        display: block;
        right: -65px;
        left: initial;
    }

    .wrapper_inner .stores .stores_list {
        width: 55%;
    }

    .stores .flex-control-paging,
    .news_akc_block .flex-control-paging {
        position: absolute;
        bottom: -9px;
        display: none;
        z-index: 12;
        margin: 0px;
    }

    .news_akc_block .flex-control-paging {
        bottom: 4px;
    }

    .news_akc_block .news_slider_wrapp {
        padding: 0px 0px 10px;
    }

    body .breadcrumbs .drop a span {
        border-bottom: none;
    }

    body .breadcrumbs .drop + .separator {
        margin-left: 5px;
    }

    body .catalog_section_list .item_block {
        padding: 0px 15px;
    }

    .items-services.item-views .item {
        height: auto !important;
    }

    /* Start page teasers block */
    .wrapper_inner .start_promo .item {
        width: 33.3%;
    }

    .wrapper_inner .start_promo .item.wide50 {
        width: 33.3%;
    }

    .wrapper_inner .start_promo .item.wide100 {
        width: 100%;
    }

    .stores .all_map {
        margin: -1px 0px;
    }

    .stores {
        padding-bottom: 24px;
    }

    .print .basket_print_desc .store_property {
        width: 47%;
    }

    .print .basket_print_desc .store_property:nth-of-type(3) {
        clear: both;
    }

    .info_item .middle_info .sku_props {
        margin: 0px;
    }

    .info_item .middle_info .prices_block,
    .info_item .middle_info .buy_block {
        width: 100%;
        padding: 0px;
    }

    body .flexslider .flex-control-paging {
        top: 0px;
    }

    body .flex-control-paging li {
        line-height: 10px;
    }

    body .flex-control-paging li a,
    body .front_slider_wrapp .flex-control-nav li a {
        height: 10px;
        width: 10px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    body .flex-control-paging li a,
    body .front_slider_wrapp .flex-control-paging li a {
        background: #b9b9b9;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #b9b9b9 0%, #cdcdcd 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9b9b9), color-stop(100%, #cdcdcd));
        background: -webkit-linear-gradient(top, #b9b9b9 0%, #cdcdcd 100%);
        background: -o-linear-gradient(top, #b9b9b9 0%, #cdcdcd 100%);
        background: -ms-linear-gradient(top, #b9b9b9 0%, #cdcdcd 100%);
        background: linear-gradient(to bottom, #b9b9b9 0%, #cdcdcd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9b9b9', endColorstr='#cdcdcd', GradientType=0);
    }

    body .front_slider_wrapp .flex-control-paging li a,
    body .flex-control-paging li a {
        background-position: inherit !important;
    }

    table.colored.offers_table td.price {
        white-space: normal;
    }

    table.colored.offers_table td.price .cost.prices .price {
        font-size: 16px;
    }

    .adaptive.text {
        display: block;
    }

    .catalog_detail .adaptive.text > div {
        display: inline-block;
        margin: 5px 3px 0 0;
        vertical-align: top;
    }

    .catalog_detail .adaptive.text > .count.ablock {
        display: block;
    }

    .catalog_detail .adaptive.text > .wrap_md .buy {
        margin-left: 6px;
    }

    .catalog_detail .tabs_content .prices_tab {
        padding-top: 0px !important;
    }

    .catalog_detail .offers_table thead td,
    .catalog_detail .offers_table td.count,
    .catalog_detail .offers_table td.buy,
    .catalog_detail .offers_table .more_text,
    .catalog_detail .offers_table td.counter_block_wr,
    .catalog_detail .offers_table td.one_click_buy,
    .catalog_detail table.colored td.like_icons,
    .catalog_detail .offers_table td {
        display: block;
        text-align: center;
        width: 100%;
    }

    .catalog_detail .offers_table .opener.top,
    .catalog_detail .offers_table thead {
        display: none;
    }

    .catalog_detail .offers_table,
    .catalog_detail .offers_table tbody,
    .catalog_detail .offers_table tr,
    .catalog_detail .offers_table .opener.bottom {
        display: block;
        width: 100%;
    }

    .catalog_detail table.offers_table td.property.names {
        text-align: center !important;
    }

    .catalog_detail table.offers_table td.price {
        width: 100%;
    }

    .catalog_detail table.offers_table tr.main_item_wrapper {
        width: 100%;
    }

    .catalog_detail table.offers_table tr.offer_stores {
        margin-bottom: 10px;
    }

    .catalog_detail table.offers_table td.like_icons {
        display: block;
        width: 100%;
    }

    table.offers_table td.counter_wrapp.counter_block_wr .total_summ {
        position: static;
        margin-bottom: 0px;
    }

    .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick {
        left: -16px;
    }

    .col-md-6.share {
        position: absolute;
        right: 0px;
        z-index: 1;
    }

    .share .line_block .share_wrapp {
        min-height: 42px;
    }

    .share .line_block .share_wrapp:not(:hover) {
        padding-left: 0;
        padding-right: 44px;
    }

    .share .line_block .share_wrapp:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .share .line_block .share_wrapp .text {
        display: none;
    }

    .wrapper_inner .catalog_detail table.offers_table tr.offer_stores td .stores_block_wrap {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 8px;
        padding-bottom: 17px;
        margin-bottom: 18px;
    }

    .slider_navigation.compare .flex-direction-nav {
        display: block !important;
    }

    .wrapper_inner .catalog_detail .adaptive_extended_info .article {
        float: none;
        padding: 10px;
    }

    .wrapper_inner .catalog_detail .adaptive_extended_info .brand {
        float: none;
        padding: 10px;
        text-align: center;
    }

    .specials_slider_wrapp ul.tabs {
        padding-right: 0px;
    }

    .popup {
        min-width: 320px;
    }

    .popup .prompt {
        width: 100px;
        font-size: 11px;
        padding-left: 19px;
    }

    .popup .pop-up-title {
        padding: 12px 12px 8px 12px;
    }

    .popup .close {
        right: 10px;
        top: 9px;
    }

    .popup .form-wr {
        padding: 10px 14px;
    }

    .front_slider .item-title a,
    .front_slider .item-title a span {
        line-height: 17px;
    }

    .front_slider li .image img {
        max-width: 125px;
    }

    .item_wrapp img {
        width: 100%;
    }

    .delivery_note {
        float: none;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .delivery_note .title {
        float: none;
        margin: 0;
    }

    .wrapper_inner .catalog_detail .wrapp_docs {
        width: 100%;
    }

    .stores_block_wrap .stores_block .stores_text_wrapp .main_info {
        max-width: 300px;
    }

    .stores_block_wrap .stores_block .stores_text_wrapp .main_info > span {
        display: block;
        padding: 0px;
    }

    body .wrapper_inner .stores_tab .stores_block_wrap .stores_block .item-stock {
        text-align: left;
        padding-left: 5px;
    }

    .breadcrumbs {
        display: block;
        padding-bottom: 5px;
    }

    .module-cart table td.remove-cell {
        padding: 2px;
        width: 10px;
    }

    body .module-cart table td.thumb-cell a {
        height: 40px;
        width: 40px;
    }

    .wrapper_inner .middle .basket_wrapp .module-cart table td.thumb-cell {
        width: 40px;
    }

    .basket_wrapp .module-cart table.bottom.middle td {
        margin-bottom: 2px;
        margin-top: 2px;
        padding: 20px 0 0;
    }

    .basket_wrapp .module-cart table.bottom.middle td.row_titles {
        padding-right: 10px;
    }

    .basket_wrapp .module-cart table.bottom.middle td.row_values {
        padding-left: 10px;
        padding-top: 10px;
        width: 229px;
        margin-top: 20px;
    }

    .basket_wrapp .module-cart table.bottom.middle .bottom_btn td {
        padding: 0 20px 0 0;
        margin-bottom: 18px;
    }

    .basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk:last-of-type {
        padding-right: 20px !important;
        margin-bottom: 18px !important;
    }

    .basket_wrapp .module-cart table.bottom.middle .bottom_btn td > * {
        float: none !important;
    }

    .bottom.middle .total.item_title {
        margin-top: 10px;
    }

    #basket_form_container .top_control {
        float: none;
        clear: both;
        padding: 15px 0px 0px;
    }

    #basket_form_container .top_control .delete_all {
        display: inline-block;
        float: none;
    }

    ul.tabs li span {
        text-transform: none;
    }

    .catalog_detail .tabs .tab-content {
        padding-top: 0px;
    }

    body #content .left_block + .right_block:not(.catalog) .module-map,
    body .store_map .store_description {
        width: 100%;
        padding: 0;
    }

    body .module_products_list .quantity-cell {
        display: none;
    }

    body .catalog_section_list .section_item {
        width: 100%;
    }

    body .catalog_section_list .section_item_inner {
        margin-right: 0;
        width: 100%;
        overflow: hidden;
    }

    body .module-cart .summ-cell,
    body .module-cart .summ-th,
    body .module-cart .sum-th,
    body .module-cart .name-cell,
    body .module-cart .name-th,
    .print body .module-cart tfoot .delay-cell,
    .print body .module-cart .order_item_props,
    .print body .module-cart .order_item_price_type,
    .print body .module-cart .order_item_weight {
        display: table-cell;
    }

    body .module-cart .name-cell,
    body .module-cart .name-th,
    body .module-cart tfoot .delay-cell,
    body .module-cart .order_item_props,
    body .module-cart .order_item_price_type,
    body .module-cart .order_item_weight {
        display: none;
    }

    body .module-cart .colored tfoot td.extended-cell {
        display: table-cell;
    }

    body .contacts_left,
    body .contacts_right {
        float: none;
        margin: 0;
        position: relative;
        width: 100%;
        padding: 0px;
    }

    body .contacts_left {
        margin-top: 39px;
    }

    body .contacts_left .store_description .store_property {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    body .contacts_left .store_description .store_property:nth-child(3) {
        clear: both;
    }

    body .contacts_left .store_description .store_property {
        margin-top: 0;
    }

    body .contacts_right blockquote {
        margin-top: 14px;
        clear: both;
    }

    body h1 {
        font-size: 32px;
        line-height: 36px;
        padding-top: 20px;
        padding-bottom: 21px;
    }

    .wraps > .wrapper_inner {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .wraps > .wrapper_inner.front {
        padding-top: 24px;
    }

    body .top-h-row ul.menu {
        display: none;
    }

    body .front_slider .preview_text {
        text-overflow: ellipsis;
        text-overflow: -o-ellipsis-lastline;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    body .front_slider_wrapp a.read_more,
    body .btn_big {
        font-size: 12px;
        line-height: 28px;
        height: 27px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom-width: 1px;
    }

    body .front_slider .read_more:hover {
        border-bottom-width: 1px !important;
    }

    body .front_slider .price {
        font-size: 21px;
    }

    body .index_bottom .banners_column {
        display: none;
    }

    body .index_bottom .info_column,
    body .index_bottom .info_column .about_column {
        padding-left: 0;
    }

    body.news_slider_wrapp .flex-control-nav.flex-control-paging {
        display: block;
    }

    body .index_bottom .info_column .news_column .news_slider_navigation {
        display: none;
    }

    body .specials_slider_wrapp ul.slider_navigation {
        display: none;
    }

    body #footer ul.bottom_main_menu,
    body #footer ul.bottom_submenu {
        width: 100%;
        text-align: justify;
    }

    body .top-h-row .search {
        width: 30%;
    }

    body .wrapper.head_type_2 .top-h-row .search {
        display: block;
    }

    #content .right_block.catalog {
        margin-top: 35px;
    }

    .wrapper_inner #content .right_block .inner_wrapper {
        right: 0px;
        padding: 0px;
    }

    body .wrapper.basket_fly .basket_normal {
        display: block;
    }

    .basket_fly .wrapper_inner .basket_wrapp .wrapp_all_icons {
        width: 207px;
    }

    .basket_fly #header .middle-h-row .basket_wrapp {
        vertical-align: middle;
        padding-left: 4px;
    }

    .basket_fly .main-nav .search_middle_block {
        display: none;
    }

    .wrapper.basket_fly:not(.has_menu) .top-h-row .form_mobile_block .search_middle_block {
        display: block;
    }

    body #content .left_block:not(.catalog) {
        width: 100%;
        float: none;
    }

    body #content .left_block.catalog {
        width: 100%;
        margin: 0px;
    }

    .left_block .bx_filter .bx_filter_section {
        margin: 0px;
    }

    body .bx_filter_container #modef {
        top: 4px;
        right: 3px;
    }

    body .bx_filter_vertical .filter_button {
        float: none;
    }

    .bx_filter.bx_filter_vertical.compact {
        position: absolute;
        margin: 0;
        width: 100%;
        top: 25px;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
        z-index: 101;
    }

    .bx_filter_vertical input[type="checkbox"] + label:not(.dib) {
        float: left;
        margin-right: 10px;
    }

    #mobilefilter .bx_filter_vertical input[type="checkbox"] + label:not(.dib) {
        float: none;
    }

    .filter_horizontal {
        overflow: visible;
    }

    body
    .bx_filter_vertical
    .bx_filter_section
    .bx_filter_button_box.active
    .bx_filter_block
    .bx_filter_parameters_box_container {
        width: 100%;
        text-align: left;
    }

    .wrapp_all_inputs.wrap_md .wrapp_change_inputs {
        width: 35%;
        position: relative;
        margin: 0px 0px 4px;
    }

    .wrapp_all_inputs.wrap_md .wrapp_slider {
        width: 65%;
        padding: 10px 0px 0px 20px;
    }

    .smartfilter .bx_ui_slider_track {
        margin-top: 16px;
    }

    .bx_filter .bx_filter_block .bx_filter_popup_result.right#modef_mobile {
        left: 0px;
        background: transparent;
        position: relative;
        color: #888;
        margin: 7px 0 0 2px;
        padding-left: 0px;
        line-height: 20px;
        display: inline-block;
        visibility: visible;
        vertical-align: middle;
    }

    .bx_filter .bx_filter_popup_result.right a,
    .bx_filter_container_modef {
        display: none;
    }

    .bx_filter.bx_filter_vertical {
        display: none;
    }

    .filter_horizontal .bx_filter .bx_filter_parameters_box #modef_mobile {
        display: none !important;
    }

    .filter_horizontal {
        padding: 0px;
    }

    div[id^="smartFilterDropDown"] {
        max-width: 690px;
    }

    body .bx_filter_vertical .filter_button.show {
        margin-right: 5px;
    }

    body #content .left_block .left_menu li {
        display: inline-block;
        margin-top: 3px;
    }

    body #content .right_block,
    body #content .right_block.catalog {
        padding-left: 0;
    }

    body #content .left_block + .right_block:not(.catalog) {
        margin-top: 20px;
    }

    body .right_side .ask_small_block {
        margin-bottom: 30px;
    }

    body .right_side {
        width: 100%;
        padding-left: 0;
    }

    body .right_side.sections_list {
        display: none;
    }

    body .left_side {
        padding-right: 0;
    }

    body ul.left_menu > li.exit {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    body .module-order-history ul.tabs li .triangle {
        margin-top: 0px;
    }

    body .module-order-history ul.tabs li span {
        padding-top: 5px;
    }

    .wrapper_inner .bottom.middle td > .coupon #COUPON {
        margin-bottom: 12px;
    }

    .wrapper_inner .bottom.middle td > .coupon .apply-button {
        display: block;
        clear: both;
    }

    .bx_ordercart_order_sum td.custom_t1 {
        width: 80%;
    }

    .module-order-history .drop-cell .result-row a.button {
        margin: 0px 10px 10px 0px;
    }

    .articles-list.lists_block.faq .item .left-data {
        float: none;
        width: 100%;
        max-width: initial !important;
    }

    .articles-list.lists_block.faq .right-data {
        margin: 20px 0 0;
        padding: 0 0 2px;
        width: 100%;
    }

    .articles-list.lists_block.faq .right-data .preview-text {
        padding-right: 20px;
    }

    #content .ask_big_block .ask_btn_block {
        float: none;
    }

    #content .ask_big_block .description {
        padding: 20px 0px 0px;
    }

    .job.border_block .wrap_md .text {
        width: 50%;
    }

    .job.border_block .wrap_md .phone {
        width: 25%;
    }

    .job.border_block .wrap_md .but {
        width: 25%;
    }

    .basket_normal .popup.card_popup_frame .basket_popup_wrapper .basket_popup_wrapp {
        top: 41px;
    }

    .news_block .info_block .news_items .item {
        width: 100%;
        padding-left: 0px;
    }

    .wrapper_inner .footer_top .wrap_md .phones {
        padding-left: 0px;
    }

    .wrapper_inner .footer_bottom .menu_block,
    .wrapper_inner .footer_bottom .social_block {
        width: 100%;
    }

    .footer_bottom .social_block .social_wrapper {
        padding-left: 0px;
    }

    .wrapper_inner .soc-avt .row input[type="text"] {
        width: 90%;
    }

    body #header .wrapper_inner ul.menu li .child .child_wrapp {
        padding: 25px 20px 17px;
    }

    .wrapper_inner .articles-list.sections .item {
        width: 100%;
    }

    .wrapper_inner .module-order-history .module-orders-list .drop-cell .not-payed {
        padding: 5px 7px;
    }

    .rss_feed_icon + .filter_block,
    .rss_feed_icon + .news_detail_wrapp {
        margin: 35px 0px 0px;
    }

    .popup .captcha-row .captcha_input,
    .blog-comment-fields .captcha-row .captcha_input {
        position: initial;
    }

    .wrapper_inner .item .child_container {
        display: none;
    }

    .start_promo .item i.title span,
    .wrapper_inner .wrap_tizer .wr_block .title .inner_text {
        font-size: 12px;
    }

    .start_promo .item i.price span,
    .wrapper_inner .wrap_tizer .wr_block.price .inner_text {
        font-size: 14px;
    }

    .wrapper_inner .wrap_tizer {
    }

    .catalog_detail .tabs_section > .tabs {
        display: none;
    }

    .catalog_detail .tab-pane.active .title-tab-heading + div {
        display: block;
        margin-bottom: 16px;
        padding-top: 23px;
    }

    .catalog_detail .tab-pane .title-tab-heading + div {
        display: none;
    }

    .catalog_detail .tab-pane {
        display: block;
    }

    .catalog_detail .tabs > .tab-content > .tab-pane {
        padding-bottom: 0px;
    }

    #reviews_content {
        margin-top: 20px;
    }

    .basket_wrapp > div > a {
        display: block;
    }

    #header .basket_wrapp .basket_sort,
    #header .middle-h-row form.basket_wrapp {
        display: none;
    }

    body #header .basket_fly {
        width: auto;
        background: none;
        right: 0px !important;
    }

    .sort_header .sort_filter a .icon,
    .sort_header.view_table .sort_filter a .icon {
        display: inline-block;
    }

    body .sort_header .sort_filter a span {
        display: none;
    }

    .bx_filter_vertical.bx_filter .hidden_values {
        display: none;
    }

    .bx_filter_vertical.bx_filter .inner_expand_text {
        float: none;
        clear: both;
    }

    .bx_filter_vertical.bx_filter .expand_block {
        display: inline-block;
        font-size: 12px;
        margin: 5px 0px 0px;
        border-bottom: 1px dotted #ddd;
        cursor: pointer;
    }

    .bx_filter_vertical .bx_filter_block.limited_block {
        max-height: none;
        overflow-y: visible;
    }

    .wrapper_inner .wrap_tizer {
        text-align: left;
    }

    .wrapper_inner .start_promo .wrap_tizer {
        left: 0px;
    }

    .list-type-block.item-views > .row > div:last-of-type > hr {
        margin-bottom: 25px;
    }

    .bottom_nav {
        padding-bottom: 5px;
    }

    footer .footer_inner {
        text-align: center;
    }

    footer .bottom-under .inner-wrapper > div {
        float: none !important;
        display: block;
        text-align: center;
        margin: 0px 0px 20px;
    }

    footer .bottom-under .inner-wrapper .copy-block > div {
        padding: 0px;
        display: block;
    }

    footer .bottom-under .inner-wrapper .copy-block .copy,
    footer .print-link {
        padding-bottom: 20px;
    }

    #bx-composite-banner {
        text-align: center;
    }

    #bx-composite-banner a.bx-composite-btn {
        margin-bottom: 20px;
    }

    footer .info .blocks {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
    }

    #footer .footer_bottom_inner .phones,
    #footer .footer_bottom_inner .social_wrapper {
        float: none;
        display: block;
    }

    #footer .footer_bottom_inner .phones .phone_block {
        display: inline-block;
    }

    #footer .soc .social {
        padding-left: 0px;
    }

    #footer .soc .social-icons {
        text-align: center;
    }

    /*basket2*/
    #basket-root .basket-items-list-item-container .basket-items-list-item-descriptions {
        padding-bottom: 10px;
    }

    #basket-root .basket-item-block-price {
        padding-top: 9px;
    }

    #basket-root .basket-items-list-item-amount {
        padding-top: 5px;
    }

    .basket-items-search-field + .basket-items-list-header-filter {
        padding: 10px 0px 0px;
        text-align: center;
    }

    .basket-items-search-field + .basket-items-list-header-filter > a {
        white-space: nowrap;
        display: inline-block;
        margin-bottom: 12px;
    }

    /* ORDER */
    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
        float: left;
    }

    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
        margin-top: 0;
        padding-left: 140px;
    }

    #bx-soa-order .bx-soa-pp-desc-container {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    #bx-soa-order .bx-soa-pp-list-termin {
        width: auto;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-9 {
        float: left;
        width: 75%;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-3 {
        float: left;
        width: 25%;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {
        width: 50% !important;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .bx-soa-item-nth-4p1 {
        display: none;
    }

    /*personal*/
    .sale-order-detail-about-order-inner-container-repeat {
        margin: 0px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map {
        width: 100%;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-total-payment-container {
        width: 100%;
    }

    .personal_wrapper .col-xs-6 {
        width: 50%;
    }

    header .wrap_menu {
        height: auto;
        padding: 0px;
    }

    header .menu_top_block,
    #header .middle-h-row .center_block {
        display: none;
    }

    .menu.adaptive {
        display: block;
    }

    #header .catalog_menu .wrapper_middle_menu .inc_menu {
        padding-left: 0px;
    }

    header .menu_top_block > li,
    .top-h-row .menu.topest > li {
        float: left;
    }

    .catalog_section_list .section_item .image {
        width: 90px;
    }

    .catalog_section_list .section_item .image img {
        max-width: 100%;
        max-height: 100%;
    }

    .display_list .item .list_item > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .display_list .item .list_item > tbody > tr > td table {
        margin: auto;
    }

    .display_list .item .list_item td .image_wrapper_block {
        margin: 0px auto;
    }

    .display_list .information_wrapp .information {
        padding-right: 0px;
        padding-left: 0px;
    }

    .module_products_list .cost.prices .price {
        font-size: 15px;
    }

    .module_products_list td.item-name-cell a {
        font-size: 12px;
    }

    body .module_products_list td.but-cell {
        padding-right: 19px;
    }

    body .module_products_list td.like_icons {
        display: none;
    }

    .module_products_list .adaptive_button_buy {
        display: block;
    }

    .module_products_list td.but-cell {
        display: none;
    }

    .module_products_list td.price-cell {
        padding-right: 15px;
    }

    .module_products_list .adaptive_button_buy .more_text {
        display: none;
    }

    .item-views.list.image_right .item .image,
    .item-views.list.image_left .item .image,
    .item-views.list.image_right .item .text,
    .item-views.list.image_left .item .text {
        padding: 24px;
    }

    .item-views.list.image_right .item .image {
        padding-top: 0;
    }

    .item-views.list .item .image {
        margin: auto;
    }

    .contacts-page-map + .contacts.contacts-page-overmap .contacts-wrapper {
        margin: 0px 0px -20px;
        box-shadow: none;
    }

    .contacts.contacts-page-overmap table {
        border: none;
    }

    .contacts .ik_select {
        margin-bottom: 20px;
    }

    .contacts-page-map + .contacts.contacts-page-map-overlay {
        margin: 0px;
    }

    .form .form_left,
    .form .form_right {
        float: none;
        width: 100%;
        position: static;
        padding: 0px;
    }

    .share .catalog_detail .share_wrapp {
        margin: 0px 0px 20px;
    }

    .container .page_not_found td.image,
    .container .page_not_found td.description {
        display: block;
        width: 100%;
    }

    .container .page_not_found td.description {
        padding-top: 40px;
    }

    /*basket*/
    .bx_ordercart .bx_sort_container {
        margin-bottom: 20px;
    }

    .bx_ordercart .bx_ordercart_order_table_container {
        border-top: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container table thead {
        display: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table {
        display: block;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody {
        display: block;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr {
        display: block;
        position: relative;
        display: block;
        padding: 29px 20px 20px 145px;
        border-top: 1px solid #f3f3f3;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td {
        display: block;
        padding: 0;
        border: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom {
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom span {
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #999;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item {
        width: auto;
        padding-top: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item .bx_ordercart_itemtitle {
        padding-right: 79px;
        text-align: left;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr:after {
        content: "";
        display: table;
        clear: both;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto {
        float: left;
        margin: -9px 0 0 -125px;
        padding: 0;
        width: 90px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
        padding-top: 1px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.price + td.custom > span {
        display: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control {
        position: static;
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container table.counter {
        margin-top: -6px;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td:not(.itemphoto):not(.margin):not(.item) {
        width: 25%;
        margin: 10px -3px 0 0;
        display: inline-block;
        vertical-align: top;
    }

    .bx_ordercart tbody td.control a:last-of-type {
        position: absolute;
        right: 40px;
        top: 20px;
    }

    .bx_ordercart #basket_items_delayed tbody td.control a:first-of-type {
        position: absolute;
        right: 40px;
        top: 20px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom {
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom span {
        display: inline-block;
        vertical-align: middle;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom > div {
        display: inline-block;
        vertical-align: middle;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.custom > div[id^="sum_"] {
        display: block;
    }

    .bx_ordercart #basket_items .custom div[id^="discount_value"] {
        margin-top: -3px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom .centered {
        margin-top: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td:not(.item):not(.itemphoto):not(.margin) {
        width: 50%;
    }

    .bx_ordercart .bx_ordercart_order_table_container table.counter {
        margin-top: 12px;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.price {
        margin-top: 20px !important;
    }

    .bx_ordercart .bx_ordercart_order_pay > div {
        width: 100%;
        float: none;
    }

    .bx_ordercart_order_pay_right {
        margin-top: 0;
    }

    .bx-touch .bx_ordercart .bx_sort_container a {
        width: 50%;
        margin-bottom: -1px;
    }

    /*personal*/
    .bx-sap .sale-acountpay-pp {
        max-width: 100%;
    }

    .sale-order-payment-change-pp,
    .sale-order-payment-change-pp-item-container {
        max-width: 100%;
    }

    .personal_wrapper .orders_wrapper .hidden-xs {
        display: none !important;
    }

    .personal_wrapper .orders_wrapper .visible-xs {
        display: block !important;
    }

    .bx_filter.compact .bx_filter_parameters_box_title .delete_filter {
        display: none;
    }

    .bx_filter.bx_filter_vertical.compact {
        top: 34px;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_button_box {
        display: none !important;
    }

    .bx_filter.compact .bx_filter_section {
        margin-bottom: 0;
    }

    .bx_filter.compact .bx_filter_input_checkbox .bx_filter_param_text {
        margin-left: 0;
    }

    .bx_filter.compact .filter.label_block input[type="checkbox"] + label:before,
    .bx_filter.compact .filter.label_block input[type="checkbox"] + label:after {
        top: 0;
    }

    .bx_filter.compact .bx_filter_parameters_box.set .bx_filter_parameters_box_title:not(.prices) {
        border: none !important;
        color: #333 !important;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title:hover {
        color: #333 !important;
    }

    .bx_filter.compact .bx_filter_parameters_box_title + .bx_filter_block .bx_filter_parameters_box_container {
        margin-top: 15px;
    }

    .bx_filter.compact .bx_filter_parameters_box.prices .bx_filter_block {
        margin-top: 15px;
    }

    .bx_filter.compact .bx_filter_parameters_box.prices .price_block {
        margin-top: 15px;
    }

    .bx_filter.compact .bx_filter_parameters_box.prices .price_block:first-of-type {
        margin-top: 0;
    }

    .bx_filter.compact .wrapp_all_inputs.wrap_md .wrapp_slider {
        padding-top: 0;
    }

    .bx_filter.compact .bx_filter_button_box.hidden {
        display: block !important;
    }

    .bx_filter.compact .bx_filter_button_box.hidden .bx_filter_block {
        display: block !important;
    }

    .bx_filter.compact .bx_filter_button_box.hidden .bx_filter_block .btn {
        visibility: visible;
    }

    .bx_filter.compact .props_list .hint {
        position: relative;
        right: auto;
    }

    .bx_filter.compact .props_list .hint .icon {
        position: static;
    }

    .bx_filter.compact .props_list .hint .text {
        font-size: 13px;
        padding-left: 8px;
    }

    .bx_filter.compact .props_list .hint .tooltip {
        opacity: 1;
    }

    .bx_filter.compact .hint .tooltip {
        left: -19px;
    }

    .bx_filter.compact .bx_filter_parameters_box .bx_filter_button_box {
        display: none !important;
    }

    body #mobilefilter .bx_filter_parameters_box_title .hint.active .icon:after {
        top: -9px;
        bottom: -10px;
        border-top-color: #fff;
        border-top-width: 5px;
        border-bottom-color: transparent;
    }

    #mobilefilter .bx_filter_parameters_box_title .hint.active .icon:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        left: 2px;
    }

    #mobilefilter .bx_filter_parameters_box_title .hint .tooltip:after {
        display: none;
    }

    #mobilefilter .bx_filter_parameters_box_title .hint .icon {
        z-index: 201;
    }

    #mobilefilter .bx_filter_parameters_box_title .hint .tooltip {
        min-width: 120px;
    }
}

@media all and (max-width: 716px) {
    .wrapper_inner .staff.list .item .info {
        margin: 10px 0px 0px 0px;
    }

    .stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info > span {
        max-width: 200px;
    }

    .rows_block .block_list .item_block {
        width: 50%;
    }
}

@media all and (max-width: 650px) {
    .footer_top .sblock .wrap_icon {
        display: none;
    }

    .footer_top .sblock .forms .email_wrap {
        width: 72%;
    }

    .footer_top .wrap_md .phones .order {
        padding: 0px 0px 0px 20px;
    }

    body .top-h-row .phone .icon {
        display: none;
    }

    body .top-h-row .phone {
        margin-top: 11px;
    }

    body .module-orders-list .order-extra-properties {
        display: inline;
    }

    .filter_block ul {
        float: none;
    }

    .filter_year {
        float: none;
        margin: 5px 0 5px;
    }

    body .module-orders-list.colored thead td,
    body .module-orders-list td.date-cell,
    body .module-orders-list td.count-cell,
    body .module-orders-list td.price-cell,
    body .module-orders-list td.pay-status-cell,
    body .module-orders-list td.order-status-cell,
    body .module-orders-list .drop-container th.price-th,
    body .module-orders-list .drop-container th.count-th,
    body .module-order-history.orderdetail .module-orders-list.goods td {
        display: none;
    }

    body .module-order-history.orderdetail .module-orders-list.goods td.vname,
    body .module-order-history.orderdetail .module-orders-list.goods td.price,
    body .module-order-history.orderdetail .module-orders-list.goods td.vqnt {
        display: table-cell;
    }

    .module-order-history .drop-cell .result-row a.button22 {
        margin-top: 5px;
    }

    .basket_sort ul.tabs li span {
        font-size: 14px;
    }

    body .module-cart .summ-cell,
    body .module-cart .summ-th,
    body .module-cart .sum-th {
        display: none;
    }

    .basket_wrapp .module-cart table.bottom.middle td.row_values {
        width: 160px;
        margin-top: 21px;
    }

    .wrapper_inner .middle .basket_wrapp .module-cart table.colored tr td {
        padding: 4px;
    }

    body .module-cart table td.thumb-cell a {
        line-height: 40px;
    }

    .wrapper_inner .middle .basket_wrapp .module-cart table tr td.count-cell {
        padding-top: 16px;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle td.row_values .item_title {
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
        font-weight: bold;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle td.row_titles .item_title {
        display: none !important;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle td.row_values .wrap_prices {
        float: left;
    }

    .bottom.middle .total.item_title {
        display: none;
    }

    body .module-cart .cost-cell,
    body .module-cart .summ-cell,
    body .module-cart .summ-cell *,
    body .module-cart .row_values .price {
        font-size: 14px;
    }

    .wrapper_inner .phones .order_wrap_btn {
        margin-left: 5px;
    }

    .wrapper_inner .top-h-row .h-user-block .module-enter,
    .wrapper_inner .phones > span .callback_btn {
        font-size: 11px;
    }

    .wrapper_inner .footer_top .sblock,
    .wrapper_inner .footer_top .wrap_md .phones {
        width: 100%;
    }

    .footer_top .wrap_md .phones .phone_block {
        padding-left: 0px;
    }

    body .authorization-cols .col.authorization,
    body .authorization-cols .col.registration {
        width: 100%;
        padding-right: 0;
    }

    .wrapper.has_menu #header .wrapper_inner .middle-h-row .center_block .search {
        display: none;
    }

    .wrapper.has_menu #header .middle-h-row .center_block {
        padding: 0 20px 0 0;
    }

    .wrapper.has_menu .top-h-row .form_mobile_block .search_middle_block {
        display: block;
    }

    .wrapper_inner .forms .text_block,
    .wrapper_inner .forms .form_block {
        width: 100%;
        padding: 0px;
    }

    .basket_print {
        display: inline-block;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_checkout_wrapp {
        text-align: left;
    }

    .basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk {
        float: left !important;
    }

    .bx_order_make .bx_block.r1x3 {
        width: 35%;
    }

    .bx_order_make .bx_block.r3x1 {
        width: 65%;
    }

    .job.border_block .wrap_md .text {
        width: 70%;
    }

    .job.border_block .wrap_md .phone {
        width: 30%;
    }

    .job.border_block .wrap_md .but {
        width: 100%;
        display: block;
        text-align: left;
        padding: 20px 0px 0px 0px;
    }

    .wrapper_inner .stores .stores_list {
        width: 51%;
    }

    .authorization-cols .form-block {
        height: auto !important;
    }

    .sort_header .sort_filter a i.arr {
        width: 11px;
    }

    .sort_header .sort_filter a i.arr:after {
        top: 0px;
        left: 1px;
        font-size: 14px;
    }

    .js-info-block {
        width: 225px;
        left: 0px;
    }
}

@media (max-height: 700px) {
    body .header-cart .basket_fly {
        top: 0px;
        height: 100%;
    }

    body .header-cart .basket_fly > .wrap_cont {
        text-align: left;
        height: 100%;
        padding-top: 90px;
    }

    body .header-cart .basket_fly > .wrap_cont {
        text-align: left;
        height: 100%;
        padding-top: 90px;
    }

    body .header-cart .basket_sort {
        margin-top: -90px;
    }

    body .header-cart .basket_fly .opener {
        top: 148px;
    }

    body .header-cart .basket_fly .basket_wrapp {
        height: 100%;
    }

    body .header-cart .basket_fly .basket_wrapp .tabs_content,
    body .header-cart .basket_fly .basket_wrapp .tabs_content > li,
    body .header-cart .basket_fly .basket_wrapp .module-cart,
    body .header-cart .basket_fly .basket_wrapp .module-cart .goods {
        height: 100%;
        max-height: none;
    }

    body .header-cart .basket_fly .basket_wrapp .module-cart .goods {
        border-bottom: none;
    }

    body .header-cart .basket_fly .basket_wrapp table.colored tr:last-child td {
        border-bottom: 1px solid #e7e7e7;
    }

    body .header-cart .basket_fly .basket_wrapp .itog {
        border-top: 1px solid #e7e7e7;
        margin-top: -1px;
        position: relative;
    }

    body .header-cart .basket_fly .basket_wrapp li[item-section="AnDelCanBuy"] {
        padding-bottom: 210px;
    }

    body .header-cart .basket_fly .basket_wrapp li[item-section="DelDelCanBuy"] {
        padding-bottom: 21px;
    }
}

@media all and (max-width: 630px) {
    .popup .soc-avt {
        padding: 18px 10px 14px;
    }

    .popup .reg-new {
        padding: 35px 10px;
    }

    .popup .prompt {
        width: auto;
        padding-left: 0px;
    }

    .wrapper_inner .catalog_detail .tabs_content .char,
    .wrapper_inner .catalog_detail .tabs_content .serv {
        width: 100%;
        padding: 0px !important;
    }

    .catalog_detail .tabs_content .descr_div .char_block {
        width: 100%;
        padding-right: 0;
    }

    .module-order-history .module-orders-list td.drop-cell .item-shell td:first-child {
        padding-left: 5px;
    }

    .module-order-history .drop-cell .result-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .auth_wrapp.form-block .main_info,
    .auth_wrapp.form-block .socserv {
        width: 100%;
    }

    .auth_wrapp.form-block .main_info {
    }

    .auth_wrapp.form-block .socserv {
        padding: 0px 14px 20px;
    }

    .popup.enter_frame.show {
        width: 80%;
    }

    .popup.show .popup-intro .pop-up-title {
        font-size: 20px;
        line-height: 18px;
    }

    .bx_compare .bx_sort_container .wrap_remove_button {
        position: static;
        padding: 10px 0px;
        display: block;
    }

    .bx_compare .bx_sort_container ul.tabs-head > li {
        display: block;
        float: none;
        text-align: center;
        margin: 0px;
    }
}

@media all and (min-width: 601px) {
    .detail.staff .detailimage {
        float: left;
    }

    .detail.staff .detailimage + .post-content {
        padding-left: 220px;
    }

    .top_mobile_region .confirm_region {
        padding-top: 12px;
    }

    .top_mobile_region .confirm_region .title {
        display: inline-block;
        padding-right: 30px;
    }

    .top_mobile_region .confirm_region .buttons {
        display: inline-block;
        padding-top: 11px;
    }

    .top_mobile_region .confirm_region .buttons > span {
        width: auto;
    }

    .top_mobile_region .confirm_region .buttons > span .btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    body .top_mobile_region .confirm_region + .close_popup {
        top: 35px;
    }

    .middle_info .bx_catalog_item_scu .bx_scu {
        margin-right: -19px;
    }
}

@media all and (max-width: 600px) {
    #main .mobile-overflow {
        -webkit-overflow-scrolling: auto;
        white-space: nowrap;
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
        justify-content: normal;
    }

    #main .mobile-overflow > div {
        flex-shrink: 0;
        white-space: normal;
    }

    #main .mobile-overflow:before,
    #main .mobile-overflow:after {
        display: block;
        content: none;
    }

    .item-views .swipeignore.mobile-overflow:not(.has-bottom-nav) .bottom_nav.mobile_slider {
        display: none;
    }

    .mobile-overflow.mobile-overflow--visible::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .mobile-overflow::-webkit-scrollbar {
        width: 6px;
    }

    .mobile-overflow::-webkit-scrollbar {
        height: 6px; /* Ð²Ñ‹ÑÐ¾Ñ‚Ð° Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ ÑÐºÑ€Ð¾Ð»Ð»Ð° */
    }


    .mobile-overflow::-webkit-scrollbar-thumb {
        background-color: rgba(153, 153, 153, 1);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .mobile-overflow::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .mobile-margin-16 {
        margin: 0px -16px;
    }

    .mobile-margin-16.mobile-compact {
        padding: 0px 0px 0px 16px;
    }

    .mobile-margin-16.mobile-compact > div {
        padding: 0px 16px 0px 0px;
    }

    .swipeignore .item-width-261 {
        width: 277px;
    }

    .swipeignore .item-width-98 {
        width: 114px;
    }

    .swipeignore .item-width-322 {
        width: 338px;
    }

    .swipeignore .item-width-322.np {
        width: 322px;
    }

    .swipeignore.c_1 .item-width-261,
    .swipeignore.c_1 .item-width-322 {
        width: 100%;
        max-width: 400px;
    }

    .item-wrapper .bottom_nav.mobile_slider {
        height: 100%;
    }

    #main .wrapper1 .wrapper_inner.front .drag-block.container.MAPS .content_wrapper_block.map_type_3 > .maxwidth-theme {
        padding-top: 0px;
    }

    .stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs {
        display: none;
    }

    .stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info {
        margin: 0px;
    }

    .tizers_block .item:nth-child(n + 5) {
        text-align: center;
    }

    .catalog_detail .info_item .middle_info .prices .price.discount {
        margin-top: 3px;
    }

    .video_table td {
        width: 100%;
        display: block;
        padding-top: 16px;
    }

    .video_table td:first-of-type {
        padding-top: 0;
    }

    .video_table td:nth-of-type(1) {
        padding-right: 0;
    }

    .basket_bottom_block {
        display: none;
    }

    body h1 {
        font-size: 20px;
        line-height: 22px;
        padding-top: 24px;
        padding-right: 0px;
        margin-bottom: 0;
    }

    body .print-link + h1,
    body .share.top + h1 {
        padding-top: 50px;
        padding-right: 0px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-top-main.wprint .print-link {
        display: none;
    }

    .top_inner_block_wrapper.maxwidth-theme {
        padding-bottom: 15px;
    }

    .top_inner_block_wrapper.maxwidth-theme section.page-top {
        padding-top: 20px;
    }

    .top_inner_block_wrapper.maxwidth-theme section div + .page-top-main h1 {
        padding-top: 0px;
    }

    .top_inner_block_wrapper.maxwidth-theme > div:first-of-type h1 {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .top_inner_block_wrapper.maxwidth-theme section .page-top-main .share.top + h1,
    .top_inner_block_wrapper.maxwidth-theme section .page-top-main .print-link + h1 {
        padding-right: 45px !important;
    }

    .top_inner_block_wrapper.maxwidth-theme section .page-top-main .share.top {
        top: -8px;
    }

    .top_inner_block_wrapper.maxwidth-theme section .page-top-main .share.top + .print-link,
    .top_inner_block_wrapper.maxwidth-theme section .page-top-main .rss {
        display: none;
    }

    .page-top-main .share.top.rss-block {
        right: 0;
    }

    .catalog_detail .item_main_info .stickers {
        top: 27px;
        left: 24px;
    }

    .wrapper_inner .start_promo .item,
    .wrapper_inner .start_promo .item.wide50,
    .wrapper_inner .start_promo .item.wide100 {
        width: 50%;
        border: 1px solid #fff;
        padding-bottom: 47%;
    }

    .wrapper_inner .start_promo .item span.wrap_main,
    .wrapper_inner .start_promo .item.wide50 span.wrap_main,
    .wrapper_inner .start_promo .item.wide100 span.wrap_main {
        max-width: 500px;
    }

    .wrapper_inner .start_promo {
        margin: 0px;
    }

    .start_promo .item.normal:nth-child(3n) {
        border-right-width: 1px;
    }

    .start_promo .item.normal:nth-child(3n + 1),
    .start_promo .item.s_2.normal,
    .start_promo .item.normal:nth-child(2n + 1) + .item:not(.s_2) {
        border-left-width: 1px;
    }

    .start_promo .item.s_4.normal,
    .start_promo .item.normal:nth-child(3n + 1).s_4 {
        border-left-width: 1px !important;
    }

    .start_promo.normal_view .item.normal:nth-child(2n + 1) {
        border-left-width: 0px !important;
    }

    .start_promo.normal_view .item.normal:nth-child(2n + 2) {
        border-left-width: 2px !important;
    }

    .wrapper_inner1.wides.float_banners {
        margin: 0px 0px 30px;
    }

    .subscribe-form .wrap_bg .top_block,
    .subscribe-form .wrap_bg .sform {
        width: 100%;
    }

    .subscribe-form .wrap_bg .sform {
        margin-top: 22px;
    }

    .adv_bottom_block {
        display: none;
    }

    .section-gallery-wrapper__item-nav {
        display: none;
    }

    .md-50.img {
        display: none;
    }

    .md-50.big {
        width: 100%;
        padding: 31px 0px 37px;
    }

    .footer_top .sblock .forms .email_wrap {
        width: 70%;
    }

    .footer_top .wrap_md .phones .phone_wrap a {
        font-size: 15px;
    }

    .center_block .search_block {
        display: none;
    }

    .header_wrap #header .middle-h-row .center_block ul.menu,
    .basket_fly #header .middle-h-row .center_block ul.menu {
        width: 100%;
        padding: 0px;
    }

    .search_middle_block {
        display: none;
    }

    .wrapper.m_color_dark #header .catalog_menu ul.menu > li.current {
        background: #3f3f3f;
    }

    body .header_wrap.white .menu > li.current > a span {
        border-bottom-color: transparent;
    }

    body .top_slider_wrapp .flex-direction-nav li {
        top: 85px;
    }

    body .item_main_info .item_slider:not(.flex) {
        z-index: 2;
    }

    body .item_main_info .item_slider:not(.flex) > div {
        display: none !important;
    }

    body .item_main_info .item_slider > div.like_wrapper {
        display: block !important;
    }

    body .item_main_info .item_slider > div.like_wrapper .like_icons {
        /*top:21px;right:20px;*/
        top: 1px;
        right: 0px;
        padding: 20px;
    }

    body .catalog_detail .adaptive_extended_info_wrapp {
        display: block;
    }

    body .item_main_info .item_slider.flex {
        display: block;
        padding: 0 27px !important;
    }

    .img_wrapper .popup_video.mobile {
        display: block;
    }

    .catalog_detail .item_slider:not(.has_more) + .popup_video.mobile {
        display: none;
    }

    .catalog_detail .item_slider.flexslider-init + .popup_video.mobile {
        display: block;
    }

    body .container .catalog_detail .item_main_info .item_slider {
        width: 100%;
        float: none;
    }

    .container .catalog_detail .item_slider .slides {
        margin-bottom: 0;
    }

    body .container .catalog_detail .item_main_info .item_slider:not(.flex) {
        padding: 0 !important;
    }

    body .container .catalog_detail .item_main_info .right_info {
        padding: 0 !important;
        border-top: 1px solid #e5e5e5;
    }

    body .catalog_detail .extended_info {
        margin-bottom: 0;
    }

    body .catalog_detail .item_main_info .item_slider .thumbs,
    body .catalog_detail .right_info .info_block,
    body .catalog_detail .right_info hr,
    body .catalog_detail .right_info hr.separator {
        display: none;
    }

    body .catalog_detail .item_main_info {
        margin-top: 0;
    }

    .catalog_detail .item_main_info .item_slider:after,
    .catalog_detail .item_main_info .right_info .info_item:before {
        display: none;
    }

    .catalog_detail .item_main_info .item_slider.has_one .slides {
        width: 100% !important;
    }

    .item_slider .slides {
        height: 260px;
        line-height: 250px;
        line-height: normal;
        padding: 25px 0px 5px 0px;
        overflow: hidden;
        margin: 0px;
        max-width: initial;
    }

    .item_slider.flex .slides > li > a {
        height: 201px;
        display: block;
    }

    .item_slider.flex .slides > li > a img {
        max-height: 100%;
    }

    body .container .catalog_detail .item_main_info .item_slider .flex-control-paging {
        top: initial;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
    }

    .catalog_detail .item_main_info .right_info .info_item {
        padding: 0px 19px;
    }

    .info_item .top_info .rows_block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .info_item .top_info .rows_block:before {
        display: none;
    }

    .info_item .top_info .rows_block .item_block {
        padding: 5px 8px;
        width: 50% !important;
    }

    .info_item .top_info .rows_block .item_block.item_block--article {
        order: 3;
        width: 100% !important;
        margin-top: -8px;
    }

    .info_item .top_info .rows_block .article {
        text-align: left;
    }

    .info_item .top_info .rows_block + .preview_text {
        padding: 0;
        margin: 21px 0 3px 0;
    }

    .catalog_detail .top_info .like_icons span.value span {
        display: none;
    }

    .catalog_detail .top_info .like_icons span.value:before {
        margin-right: -1px;
    }

    .info_item .top_info .brand {
        padding: 0;
    }

    .info_item .top_info .rows_block .item_block.item_block--rating + .item_block--brand .brand,
    .info_item .top_info .rows_block .item_block.item_block--rating + .item_block--article + .item_block--brand .brand {
        text-align: right;
    }

    .info_item .top_info .brand .brand_picture {
        display: inline-block;
    }

    .info_item .top_info {
        padding-top: 20px;
    }

    .info_item .middle_info {
        padding-top: 22px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .info_item .middle_info .cost.prices .price {
        font-size: 22px;
    }

    .quantity_block_wrapper {
        padding: 2px 0px;
    }

    .info_item .middle_info .prices_block {
        margin: 0px 0px 17px;
    }

    .wrapper_inner .info_item .middle_info .buy_block {
        padding: 0;
    }

    .info_item .middle_info .buy_block .counter_wrapp {
        padding: 0;
        display: flex;
    }

    .info_item .middle_info .buy_block .counter_wrapp > div:not(.wrapp_one_click) {
        margin-bottom: 12px !important;
        flex: 1;
    }

    .info_item .middle_info .buy_block .counter_wrapp .counter_block {
        display: flex;
        justify-content: space-between;
    }

    .info_item .middle_info .buy_block .counter_wrapp .btn {
        width: 100%;
    }

    .info_item .middle_info .buy_block .wrapp_one_click {
        display: block;
        padding-bottom: 12px !important;
    }

    #main .wrapper_inner .grossery .info_item .middle_info .buy_block .wrapp_one_click {
        display: block;
    }

    #main .wrapper_inner .type_3_el .info_item .middle_info .buy_block .counter_wrapp {
        flex-wrap: wrap;
    }

    #main .wrapper_inner .type_3_el .info_item .middle_info .buy_block .wrapp_one_click {
        width: 100%;
    }

    .info_item .middle_info .buy_block .wrapp_one_click .btn {
        width: 100%;
    }

    body .catalog_detail .main_item_wrapper div.total_summ {
        margin-top: 0;
    }

    .catalog_detail .counter_wrapp .counter_block .minus,
    .catalog_detail .counter_wrapp .counter_block .plus {
        line-height: 38px;
        height: auto;
    }

    .catalog_detail .counter_wrapp .counter_block .minus {
        float: left;
    }

    .catalog_detail .counter_wrapp .counter_block .plus {
        float: right;
    }

    .catalog_detail .element_detail_text {
        display: none;
    }

    .type_clothes .info_item .middle_info {
        padding-top: 19px;
    }

    body .authorization-cols .auth-title {
        font-size: 18px;
    }

    body .authorization-cols .col.registration {
        margin-top: 30px;
    }

    body .module-cart table td.delay-cell .value {
        display: none;
    }

    body li[item-section="AnDelCanBuy"] .module-cart table td.count-cell {
        padding: 3px 0;
        font-size: 0;
    }

    body .module-cart .counter_block {
        font-size: 0;
    }

    body .module-cart table td {
        padding: 3px;
    }

    body .count-cell div.error {
        position: static;
        white-space: normal;
    }

    body .module-cart .counter_block input[type="text"] {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    body .module-cart a.wish_item .icon i {
        margin-right: 0;
    }

    body .module-cart table tfoot td.extended-cell {
        display: none !important;
    }

    body .module-cart table tfoot .basket_fast_order_wrapp {
        text-align: right;
        padding-right: 20px;
    }

    body .module-cart table tfoot .basket_checkout_wrapp {
        padding-left: 20px;
    }

    body .module-cart table td.thumb-cell {
        width: 50px;
    }

    body #order_form_content .module-cart table td.thumb-cell {
        width: 80px;
    }

    body .module-cart table td.thumb-cell a {
        height: 50px;
        width: 50px;
        position: relative;
    }

    body .module-form-block-wr .form-block .r {
        width: 100%;
    }

    body .brands_list li {
        width: 32%;
    }

    body .drop-question .form-block .left-data,
    body .drop-question .form-block .right-data {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        float: none;
    }

    body .news_detail_wrapp .detail_picture_block {
        margin: 20px auto;
        text-align: center;
        float: none;
    }

    .registraion-page .form-block {
        padding: 0px 20px;
    }

    .registraion-page .main_info {
        padding-bottom: 0px;
    }

    .registraion-page .social_block {
        padding-top: 5px;
    }

    body .top_slider_wrapp .flex-control-paging {
        display: none;
    }

    body .top_slider_wrapp .flex-direction-nav li,
    body .top_slider_wrapp .flex-direction-nav li * {
        display: none;
        padding: 0 !important;
    }

    body .wrapper.head_type_1:not(.front_page) #header {
        margin-bottom: 70px;
    }

    body .wrapper.head_type_1:not(.front_page) #header + .wrapper_inner {
        border-top: 0;
        box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    body #header ul.menu.full > li.search_row {
        display: block;
    }

    body .front_slider_wrapp .extended_pagination {
        display: none;
    }

    body .front_slider .info {
        padding-left: 0;
    }

    body .front_slider_wrapp .flex-viewport {
        width: 100%;
    }

    body .top_slider_wrapp .banner_text {
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }

    body .flexslider .banner_buttons {
        margin-top: 10px;
    }

    body .index_bottom .info_column .news_column .shadow {
        display: block;
    }

    body .index_bottom .info_column .about_column,
    body .index_bottom .info_column .news_column {
        width: 100%;
    }

    body .index_bottom .info_column .about_column {
        margin-bottom: 10px;
    }

    body .index_bottom .info_column .news_column {
        padding-left: 0;
    }

    body .index_bottom .info_column .about_column .about_show_more {
        display: block;
        text-align: center;
    }

    body .top-h-row .search #title-search-input {
        display: none;
    }

    body .top-h-row .search #search-submit-button {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        position: static;
        margin: 1px auto 0;
    }

    body .top-h-row .search {
        width: 20%;
    }

    body .top-h-row .search form {
        width: 100%;
    }

    body .top-h-row .search {
        text-align: center;
    }

    body #header ul.menu.adaptive {
        display: block;
    }

    body #header ul.menu.adaptive .menu_opener {
        cursor: pointer;
    }

    body #header ul.menu.adaptive > li > a,
    body #header ul.menu.full > li > a {
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 20px;
        display: inline-block;
        height: 42px;
        line-height: 43px;
    }

    body .wrapper.has_menu .main-nav {
        display: block;
    }

    body #header ul.menu.full {
        border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        display: none;
        box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
        -moz-box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
        -webkit-box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
    }

    body ul.menu li.catalog a i {
        background: url("/local/templates/aspro_next/css/../images/arrows_small.png") 3px -21px no-repeat;
        right: 15px;
        top: 10px;
    }

    body ul.menu li.catalog:hover a i {
        background-position: -33px -21px;
    }

    body #header ul.menu.full > li:not(.current):not(.search_row) {
        background: #ecf0f3;
        border-top: 1px solid #f2f5f7;
        border-bottom: 1px solid #e4e6e7;
    }

    body #header ul.menu.full > li:not(.current) a {
        color: #000;
    }

    body #header .catalog_menu {
        /*display:none;*/
    }

    body #header {
        border-bottom: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    body .wrapper .top_slider_wrapp {
        /*margin-top:54px !important;*/
    }

    body #header .center_block .main-nav {
        margin-top: 15px;
        left: -15px;
        margin-left: 0px;
        padding: 7px 15px;
    }

    body #header ul.menu.full > li {
        display: block;
        width: 100%;
        text-align: left;
    }

    body #header ul.menu.full > li.stretch {
        display: none;
    }

    body #header ul.menu.full.opened li:hover .child,
    body #header ul.menu.full.opened li:hover .space {
        display: none;
    }

    #mobileheader .right-icons .basket-link:not(.basket),
    #mobileheader .wrap_cabinet {
        display: none;
    }

    #mobileheader .right-icons {
        padding-right: 12px;
    }

    body #header ul.menu.full > li:not(.menu_opener) > a {
        border-left: 0 !important;
        border-right: 0 !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
    }

    body .top-h-row .search,
    body .wrapper.has_menu .top-h-row .search,
    .wrapper.has_menu #header .middle-h-row .center_block .search {
        display: none;
    }

    body .display_list .list_item .image {
        width: 33%;
    }

    body .display_list .list_item .image a,
    body .display_list .list_item .image,
    body .display_list .list_item {
        min-height: auto;
    }

    body .sort_header .sort_filter {
        font-size: 0;
    }

    .h_color_colored .header_wrap .menu > li.current > a span {
        border-bottom-width: 0px;
    }

    .h_color_colored .main-nav ul.menu > li > a:hover {
        opacity: 1;
    }

    .m_color_dark #header ul.menu.full.opened > li {
        background: #505050;
        border-top: 1px solid #848484;
        border-bottom: 1px solid #3d3d3d;
    }

    .m_color_dark #header ul.menu.full.opened > li.current {
        background: #2f2f2f;
        border-top: 1px solid #848484;
    }

    .m_color_dark #header ul.menu.full.opened li:not(.search_row):hover,
    body .m_color_dark #header ul.menu.full.opened li:not(.search_row):hover,
    body .wrapper.m_color_dark #header ul.menu.full.opened > li:hover {
        background: #505050;
    }

    .m_color_dark #header ul.menu.full.opened li.current,
    .m_color_dark #header ul.menu.full.opened li:not(.search_row):hover {
        border-bottom: 1px solid #3d3d3d;
        border-top: 1px solid #848484;
    }

    body .h_color_white .center_block .menu.full > li.current > a {
        color: #fff;
    }

    body .h_color_white .center_block .menu.full > li.current > a span {
        border: 0px;
    }

    .wrapper.has_menu .header_wrap #header .catalog_menu {
        display: none;
    }

    body .m_color_dark #header .center_block .main-nav,
    body .m_color_dark.wrapper #header .center_block .main-nav {
        background: #3f3f3f;
        border-top-width: 0px;
    }

    .basket_normal .popup {
        top: -3px !important;
    }

    .basket_wrapp .basket_block .link {
        bottom: -27px;
    }

    .bx_order_make .bx_block.float {
        width: 33%;
    }

    .bx_order_make .bx_block.r3x1,
    .bx_order_make .bx_block.r1x3 {
        width: 100%;
    }

    .module-gallery-list li {
        width: 33.33%;
    }

    .wrapper_inner .articles-list.vertical .item {
        width: 50%;
    }

    .articles-list.lists_block .right-data {
        margin-left: 150px;
    }

    .articles-list.lists_block:not(.vertical) .item .left-data {
        width: 100%;
        float: none;
        max-width: initial;
    }

    .articles-list.lists_block:not(.vertical) .item .left-data a {
        height: auto;
    }

    .articles-list.lists_block:not(.vertical) .item .right-data {
        margin: 20px 0px 0px 0px;
    }

    #content .right_side.wide {
        padding: 0px;
        float: none;
        width: 100%;
    }

    #content .left_side.wide {
        padding: 0px;
    }

    .wrapper.basket_fly:not(.has_menu) .top-h-row .form_mobile_block .search_middle_block,
    .wrapper.has_menu .top-h-row .form_mobile_block .search_middle_block {
        display: none;
    }

    .wrapper_inner .wrap_md .news_wrap,
    .wrapper_inner .wrap_md .subscribe_wrap {
        width: 100%;
        margin: 0px;
    }

    .wrapper_inner .registraion-page .main_info {
        width: 100%;
        border-right-width: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .wrapper_inner .registraion-page .social_block {
        width: 100%;
        padding: 0px;
    }

    .wrapper_inner .soc-avt .row input[type="text"] {
        width: 90%;
    }

    .wrapper_inner .start_promo .item i.price {
        display: block;
    }

    .wrapper_inner .start_promo .item i.price .tizer_text {
        display: none;
    }

    .wrapper_inner .stores .all_map {
        margin-top: 5px;
    }

    .wrapper_inner .stores .stores_list {
        width: 100%;
        padding: 0px;
    }

    .bx-ie .basket_wrapp .wraps_icon_block .count a,
    .bx-ie .basket_wrapp .wraps_icon_block .count .text {
        line-height: 18px;
    }

    .start_promo .item img {
        max-height: 280px;
        height: 106% !important;
    }

    .item:not(.touch_class):hover .scale_block_animate,
    .touch_class .scale_block_animate {
        transform: none;
    }

    .start_promo .item.wide50 img,
    .item.wide50:hover img.scale_block_animate,
    .start_promo .item.wide100 img,
    .item.wide100:hover img.scale_block_animate {
        transform: scaleX(1.5);
        width: 100%;
    }

    .footer_bottom_inner .rows_block .menus,
    .footer_bottom_inner .rows_block .soc {
        width: 100%;
    }

    .footer_bottom_inner .rows_block .soc .soc_wrapper {
        text-align: center;
        float: none;
        margin: 10px 0px 0px;
    }

    #footer .footer_bottom_inner .links.rows_block {
        max-width: initial;
    }

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item {
        width: 47.3333% !important;
    }

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(3n + 1) {
        clear: none !important;
    }

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(2n + 1) {
        clear: both !important;
    }

    #footer .footer_bottom_inner .phone_block {
        padding-right: 25px;
    }

    #footer .footer_bottom_inner .phones {
        padding-bottom: 20px;
    }

    #footer .footer_bottom_inner {
        padding-bottom: 14px;
    }

    #footer .footer_bottom_inner .phones .order_wrap_btn {
        margin-bottom: 0px;
    }

    .bx_ordercart_order_pay_center .icon_error_wrapper {
        float: none;
        margin: 0px 0px 20px;
    }

    .tracker {
        display: none;
    }

    .icon-text {
        white-space: normal;
    }

    /*personal*/
    .personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company {
        width: 100%;
        padding-right: 0px;
    }

    .personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-cancel-container {
        float: none;
    }

    .personal_wrapper
    .orders_wrapper
    .sale-order-detail-payment-options-shipment
    .sale-order-detail-payment-options-shipment-image-container {
        width: 100%;
    }

    .personal_wrapper
    .orders_wrapper
    .sale-order-detail-payment-options-shipment
    .sale-order-detail-payment-options-methods-shipment-list {
        width: 100%;
        padding-top: 10px;
    }

    .sale-order-detail-order-item-td .sale-order-detail-order-item-block,
    .sale-order-detail-order-item-td .sale-order-detail-order-item-block .sale-order-detail-order-item-img-block {
        padding: 0px;
    }

    .personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map > .row {
        margin-right: -7px;
    }

    .personal_wrapper
    .orders_wrapper
    .sale-order-detail-payment-options-methods-information-block
    .sale-order-detail-payment-options-methods-image-container,
    .personal_wrapper
    .orders_wrapper
    .sale-order-detail-payment-options-methods-information-block
    .sale-order-detail-payment-options-methods-info {
        width: 100%;
        padding-bottom: 10px;
    }

    .personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods {
        padding-top: 0px;
    }

    .personal_wrapper .orders_wrapper div.sale-order-detail-about-order-inner-container > .row > div {
        width: 100% !important;
    }

    .sale-order-detail-about-order-inner-container-name-read-more,
    .sale-order-detail-about-order-inner-container-name-read-less {
        margin: 0px 0px 15px;
    }

    .sale-order-detail-order-item-td.sale-order-detail-order-item-properties {
        width: 100%;
        float: left;
    }

    .sale-personal-profile-list-container > tbody > tr > th,
    .sale-personal-profile-list-container > tfoot > tr > th,
    .sale-personal-profile-list-container > thead > tr > td,
    .sale-personal-profile-list-container > tbody > tr > td {
        font-size: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .sale-personal-profile-list-container > tbody > tr > th {
        padding-left: 2px;
        padding-right: 2px;
    }

    /*video*/
    .top_slider_wrapp .box .btn.btn-video.play {
        width: 59px;
        height: 59px;
    }

    .top_slider_wrapp .box .btn.btn-video.play:before {
        width: 59px;
        height: 59px;
        background: url(/local/templates/aspro_next/css/../images/svg/next.svg) -3px -273px no-repeat;
    }

    .middle_info .item_main_info .right_info .info_item {
        padding: 0 11px;
    }

    .middle_info .bx_catalog_item_scu .bx_scu ul {
        margin: -9px -6px;
    }

    /* searche */
    .inline-search-block.big .maxwidth-theme {
        padding: 0;
    }

    .inline-search-block.fixed.big .search .search-input {
        height: 80px;
        font-size: 18px;
        padding: 0 0 2px 0;
        padding-right: 115px;
    }

    .inline-search-block.fixed.big .search .search-button-div {
        top: 25px;
    }

    .inline-search-block.fixed.big .search .btn-search {
        padding: 6px 10px;
    }

    .inline-search-block.with-close.big .search .btn-search {
        right: 35px;
    }

    .inline-search-block .close-block .close-icons {
        min-width: 8px;
        min-height: 8px;
        margin: -7px 0 0 -7px;
    }

    .inline-search-block.fixed.big .search .close-block {
        top: -1px;
        left: -3px;
    }

    .bx_searche .bx_img_element {
        width: 55px;
        height: 55px;
        line-height: 75px;
        padding-left: 0;
    }

    .fixed_type .bx_searche .bx_img_element {
        padding-left: 0;
    }

    .bx_searche .bx_img_element + .bx_item_element {
        margin-left: 55px;
    }

    .bx_searche .bx_item_element {
        padding-left: 15px;
    }

    .bx_searche .bx_item_block {
        min-height: 65px;
        line-height: 58px;
    }

    .bx_searche .cost.prices .price {
        font-size: 14px;
    }

    .inline-search-block.with-close.fixed.big .search .close-block {
        top: -1px;
    }

    .inline-search-block.with-close:not(.big) .search .search-input-div {
        padding-right: 30px;
    }

    .inline-search-block:not(.big) .search .search-input {
        padding-right: 42px;
    }

    .inline-search-block.with-close:not(.big) .search .btn-search {
        right: 30px;
    }

    .inline-search-block.with-close:not(.big) .search-button-div .close-block {
        min-width: 28px;
    }

    .inline-search-block:not(.big) .close-block .close-icons {
        left: 21px;
    }

    /* end searche */
}

@media screen and (min-width: 420px) and (max-width: 600px) {
    #main .wrapper_inner .grossery .info_item .middle_info .buy_block .counter_wrapp {
        display: inline-block;
        padding: 0px 12px 0px 0px;
    }

    #main .wrapper_inner .grossery .info_item .middle_info .buy_block .wrapp_one_click {
        display: inline-block;
    }
}

@media screen and (max-width: 580px) {
    /*basket2*/
    .basket-items-list-item-amount {
        min-width: auto;
    }

    #basket-root .basket-checkout-section-inner .fastorder {
        padding-left: 0px;
        width: 100%;
    }

    .sale-products-gift .product-item-small-card > .row > div {
        width: 100%;
    }
}

@media all and (max-width: 570px) {
    .wrapper_inner .bx_ordercart_order_sum td.custom_t1 {
        width: 80%;
    }

    /*basket*/
    .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .catalog_back {
        width: 185px;
        text-align: center;
    }

    .bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout {
        float: left;
        clear: both;
        width: 185px;
        text-align: center;
        margin: 10px 0px 10px;
    }

    .bx_ordercart .bx_ordercart_order_pay_center .oneclickbuy {
        float: right;
        margin: 10px 0px 10px;
    }

    /* ORDER */
    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block {
        float: left;
    }

    #bx-soa-order .bx-soa-coupon-item {
        text-align: left;
    }

    #bx-soa-order .bx-soa-section .bx-soa-coupon-item .bx-soa-tooltip {
        float: none;
        margin-left: 0;
    }

    #bx-soa-order .bx-soa-coupon-item .bx-soa-tooltip .tooltip-inner {
        margin-top: 3px;
        text-align: left;
    }

    #bx-soa-order .bx-scu-container {
        padding-top: 0;
    }

    #bx-soa-order .bx-soa-item-td-title,
    #bx-soa-order .bx-soa-item-td-text {
        display: block !important;
    }

    #bx-soa-order .bx-soa-item-td-title,
    #bx-soa-order .bx-soa-item-td-text {
        font-size: 15px;
    }
}

@media all and (min-width: 551px) and (max-width: 991px) {
    hr.bottoms + .row > div {
        float: left;
    }

    hr.bottoms + .row > div.share {
        float: right;
    }
}

@media all and (max-width: 550px) {
    .catalog_detail .offers_table .opener {
        padding: 0px;
    }

    .wrapper_inner table.offers_table td {
        padding: 13px 8px;
    }

    table.offers_table .ablock {
        margin: 0px 0px 10px;
    }

    table.offers_table td.count {
        text-align: left;
        width: 50%;
        height: 40px;
        border-bottom: 0;
    }

    table.offers_table td.counter_block {
        width: 50%;
        height: 40px;
        border-bottom: 0;
    }

    table.offers_table td.buy {
        width: 50%;
        text-align: left;
        clear: left;
    }

    table.offers_table td.one_click_buy {
        width: 50%;
        text-align: center;
    }

    .counter_block_wr.ablock {
        padding: 0px 5px 0px 0px;
    }

    .basket_normal .popup {
        top: -12px !important;
    }

    #basket_line .basket_normal .popup {
        display: none !important;
    }

    .slider_navigation.compare .flex-direction-nav,
    .slider_navigation.compare .flex-direction-nav * {
        display: none !important;
        padding: 0 !important;
    }

    .wrapp_scrollbar .wr_scrollbar {
        margin-left: 0px;
        margin-right: 0px;
    }

    .bx_compare .tabs-head li {
        font-size: 13px;
    }

    .wrapper_inner .bx_sort_container .wrap_remove_button {
        left: 0px;
        top: 70px;
        right: initial;
        z-index: 3;
    }

    .registraion-page .top p {
        font-size: 10px;
        padding: 0px;
    }

    .registraion-page .top p:before,
    .registraion-page .top p:after {
        display: none;
    }

    .footer_bottom .all_menu_block .submenu_block {
        display: none;
    }

    .footer_bottom .submenu_top .menu_item {
        width: 100%;
    }

    .footer_top .wrap_md .phones .order {
        display: none;
    }

    .footer_top .wrap_md .phones .phone_wrap {
        width: 100%;
    }

    .footer_top .sblock .forms .email_wrap {
        width: 60%;
    }

    .footer_top .sblock .wrap_bg {
        width: 100%;
        padding: 0px 0px 13px;
    }

    .footer_top .sblock .forms {
        width: 100%;
        padding-left: 0px;
    }

    #footer .wrap_md .empty_block {
        display: none;
    }

    .footer_bottom .social_block {
        padding: 0px;
    }

    .footer_top .wrap_md .phones .phone_block,
    .footer_bottom .social_block .social_wrapper {
        width: 100%;
        padding: 0px;
    }

    .pay_system_icons {
        display: none;
    }

    .basket_wrapp .basket_block div.text {
        display: none;
    }

    .h_color_colored .header_wrap .basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span {
        background: #000;
    }

    .list-type-block.item-views.staff .item .image:not(.pagging) {
        margin: 25px auto;
        float: none;
    }

    .list-type-block.item-views.staff .item:not(.wti) .body-info {
        padding-bottom: 20px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .list-type-block.item-views.staff .item:not(.wti) .body-info .bottom-props {
        padding-bottom: 0px;
    }

    hr.bottoms + .row > div {
        margin-bottom: 20px;
        height: 44px;
    }

    hr.bottoms + .row > div:last-of-type {
        margin-bottom: 0px;
    }

    hr.bottoms + .row.links-block > div {
        height: auto;
    }

    hr.bottoms + .row.links-block > div a.next-url.url-block {
        margin-bottom: 0px;
    }

    body .module_products_list td {
        padding: 2px;
    }

    body .search-page form {
        padding: 15px 5px 17px;
    }

    body .display_list .list_item td.image,
    body .display_list .list_item td.information_wrapp {
        padding: 0 15px 15px;
    }

    body .display_list .list_item td.information_wrapp .information {
        padding: 0;
    }

    body .catalog_block.block_list .item_block {
        width: 100%;
    }

    body .ce_cmp .catalog_block.block_list .item_block {
        width: 50%;
    }

    .ce_cmp .catalog_block .stickers {
        display: none;
    }

    body #header .middle-h-row td.logo_wrapp {
        width: 50%;
    }

    #header .middle-h-row td.logo_wrapp img {
        max-width: 100%;
    }

    body #header .middle-h-row td.center_block {
        padding: 0;
        width: 0;
    }

    body #header .middle-h-row .basket_wrapp {
        width: 35%;
    }

    body .basket_normal #header .middle-h-row .basket_wrapp {
        width: 50%;
    }

    body .header-cart-block .cart .summ {
        display: none;
    }

    body .header-cart-block .cart .cart_wrapp {
        padding-left: 32px;
    }

    body .header-cart-block .cart {
        width: 120px;
    }

    body .header-cart-block .cart .cart_wrapp:not(.with_delay) {
        padding-top: 6px;
    }

    body .header-cart-block .cart > span.icon {
        display: none;
    }

    body .header-cart-block .cart > span.icon.small {
        display: inline-block;
    }

    body .header-cart-block .cart .delay_link .icon {
        display: none;
    }

    body .header-cart-block .cart .delay_link {
        position: relative;
        zoom: 1;
        top: -4px;
    }

    body .header-cart-block .cart .cart-call,
    body .header-cart-block .cart .cart-call-empty {
        display: none;
    }

    body .header-cart-block .cart .cart-call.small {
        display: inline;
    }

    body .header-cart-block .cart .cart-call.small + a {
        display: none;
    }

    body .header-cart-block .cart .delay_link .icon {
        position: relative;
        zoom: 1;
        top: 0;
        width: 17px;
    }

    body .header-cart-block .cart .cart-call span {
        border: none;
        text-decoration: underline;
    }

    body .header-cart-block .cart .cart_wrapp.with_delay {
        padding-top: 0;
    }

    body .front_slider .preview_text {
        -webkit-line-clamp: 2;
    }

    body ul.tabs li span {
        font-size: 10px;
        padding-top: 6px;
        line-height: 9px;
    }

    body ul.tabs li {
        padding: 0 4px;
        height: 20px;
        line-height: 20px;
    }

    body #footer ul.bottom_main_menu li {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0 20%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    body #footer ul.bottom_main_menu li a {
        border-bottom: 1px solid #d8d8d9;
        width: 100%;
        display: inline-block;
        padding: 9px 0 5px;
        color: #000;
        text-shadow: none;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
    }

    body #footer .bottom_submenu li {
        display: none;
    }

    body #footer .bottom_submenu li.copy {
        display: block;
        width: 100%;
        text-align: center;
    }

    body #footer .footer_inner .line {
        background: transparent;
    }

    body .store_map .stores_images.multiple {
        text-align: center;
    }

    body .show_number {
        text-align: center;
    }

    body .authorization-cols .auth-title {
        text-align: center;
    }

    body .search-page form {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
    }

    body #content .left_block .left_menu {
        text-align: center;
    }

    body .display_list .list_item td.information_wrapp,
    body .display_list .list_item td.image {
        width: 50%;
    }

    body .display_list .list_item .ribbons {
        top: 0;
    }

    body .display_list .list_item td.information_wrapp .information {
        border-left: 0;
        position: static;
    }

    body .display_list .likes_icons {
        display: none;
    }

    body .display_list .available_block,
    body .display_list .noavailable_block {
        display: none;
    }

    body .display_list .availability-row {
        display: block;
    }

    body .display_list .price_block {
        margin-bottom: 10px;
    }

    .bx_order_make .bx_block.float {
        width: 50%;
    }

    .wrapper_inner .stores_block_wrap .stores_block .stores_text_wrapp > span {
        display: none;
    }

    .wrapper_inner .confirm .bx_section {
        padding: 18px 23px;
    }

    .confirm .bg_block:before,
    .confirm .bg_block:after {
        display: none;
    }

    .form-block-wr .iblock.label_block,
    .form-block-wr .iblock.text_block {
        width: 100%;
    }

    .form-block-wr .iblock.text_block {
        padding: 10px 0px 0px;
    }

    .basket_wrapp .empty_cart.ecart.bcart .wraps_icon_block.basket .count,
    .basket_wrapp .nitems.ecart .wraps_icon_block.basket .count {
        opacity: 1;
    }

    .wrapper_inner .basket_wrapp .wraps_icon_block.basket .count .items a {
        color: #fff;
    }

    .stores_block_wrap .stores_block.wo_image .stores_text_wrapp .main_info {
        max-width: none;
    }

    #footer .mobile_copy {
        text-align: center;
    }

    .basket_normal .basket_wrapp .wrapp_all_icons {
        width: auto;
        white-space: nowrap;
    }

    .basket_wrapp .icon_block,
    .basket_normal .basket_wrapp .header-cart {
        float: none;
        display: inline-block;
    }

    .basket_wrapp .wraps_icon_block.basket {
        margin-right: 0px;
    }

    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item,
    .rows_block .item_block .catalog_item_wrapp {
        width: 100% !important;
    }

    .ce_cmp .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item,
    .ce_cmp .rows_block .item_block .catalog_item_wrapp {
        width: 50% !important;
    }

    /* .contacts-page-map .bx-yandex-view-layout {
    padding-left: 20px;
    padding-right: 20px;
  } */
    /*personal*/
    .bx-sap .sale-acountpay-block,
    .bx-sap .container-fluid > .row > .col-xs-12 {
        text-align: center;
    }

    body .personal_page #content .wrapper_inner .left_block .left_menu > li.exit {
        width: 100%;
        padding-right: 0px;
    }

    .ce_cmp .js-info-block {
        width: 215px;
        left: -10px;
    }

    /*maps*/
    .contacts-page-map .bx-yandex-view-layout {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media all and (max-height: 520px) {
    .contacts-page-map .bx-yandex-view-layout {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 520px) {
    .staff.list .item {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .middle_phone .phones .phone_text a {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0;
    }

    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item,
    .rows_block:not(.slides) .item_block {
        width: 100% !important;
    }

    .md-25.img {
        display: none;
    }

    .md-75.big {
        padding: 0px;
        width: 100%;
    }

    .info_item .top_info .article {
        text-align: left;
    }

    #footer .rows_block .item_block {
        text-align: center;
    }

    #footer .rows_block .soc_icons .item_block {
        line-height: 0px;
        width: auto !important;
    }

    #footer .rows_block .soc_icons .item_block a {
        display: inline-block;
    }

    .js_wrapper_items:not(.has_mobile_filter_compact) .sort_header .sort_display {
        display: none;
    }

    .js_wrapper_items:not(.has_mobile_filter_compact) .sort_header {
        float: right;
    }

    .inner_wrapper .ajax_load {
        display: block;
        clear: both;
    }

    .js_wrapper_items:not(.has_mobile_filter_compact) .adaptive_filter {
        width: auto;
    }

    /*basket*/
    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr {
        padding-left: 20px;
    }

    .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .catalog_back {
        float: none;
        width: auto;
        display: block;
    }

    .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .oneclickbuy {
        float: none;
        margin: 20px 0 0;
        width: auto;
        display: block;
    }

    .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout {
        float: none;
        margin: 20px 0 0;
        width: auto;
        display: block;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td {
        padding: 0;
    }

    .bx-touch .bx_ordercart .bx_ordercart_photo_container {
        padding-top: 0;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr {
        margin-bottom: 0;
        padding: 20px;
        border-bottom: none;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item {
        padding-bottom: 10px;
        padding-left: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
        height: 70px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto {
        float: none;
        margin: 0 0 15px;
        width: 70px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto > div {
        margin: 0;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td:not(.itemphoto):not(.margin):not(.item) {
        margin-top: 0;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.custom span {
        margin-right: 0;
        font-weight: normal;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
        margin-top: 11px !important;
        text-align: left;
        padding-top: 0;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        margin-right: 12px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
        margin-left: 0px;
    }

    .bx-touch .bx_ordercart .bx_sort_container {
        margin: 0 0 20px;
    }

    .bx-touch .bx_ordercart .bx_sort_container a {
        float: left;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 0 -1px 0;
        padding: 17px 20px 16px;
        background: #fbfbfb !important;
        border: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
        font-size: 15px;
        font-weight: 500;
        color: #777777;
        border-radius: 0;
        line-height: 20px;
        text-decoration: none;
    }

    .bx-touch .bx_ordercart .bx_sort_container a.current,
    .bx-touch .bx_ordercart .bx_sort_container a.current:hover {
        padding-top: 20px;
        margin-top: -3px;
        text-shadow: none;
        color: #333;
        border: 1px solid #f3f3f3;
        box-shadow: none;
        border-radius: 0;
        cursor: default;
        background: #fff !important;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item .bx_ordercart_itemtitle {
        padding-right: 0;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value {
        display: block;
    }

    /* ORDER */
    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block {
        float: none;
        margin: 0 0 15px;
    }

    #bx-soa-order .bx-soa-item-tr {
        padding-left: 20px;
    }

    /* PERSONAL SECTION */
    .sale-personal-section-index-block {
        margin-bottom: 16px;
        height: calc(100% - 16px);
    }

    .sale-personal-section-index-block-link {
        padding: 21px 15px;
    }

    .sale-personal-section-index-block-name {
        font-size: 15px;
        line-height: 22px;
        margin: 4px 0 3px;
    }
}

@media (max-width: 991px) and (min-width: 501px) {
    .top_big_banners > .row > div.col-md-3 {
        width: 50%;
        float: left;
    }

    .top_big_banners > .row > div.col-md-3.col-m-20,
    .top_big_banners > .row > div.col-md-3.col-m-60 {
        width: 100%;
        float: none;
    }
}

@media all and (max-width: 500px) {


    .stores_block_wrap .stores_block .stores_text_wrapp .main_info {
        max-width: 200px;
    }

    .module_products_list .counter_wrapp .counter_block {
        display: none;
    }

    body .catalog_block .catalog_item_wrapp,
    .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n),
    .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(4n),
    body .right_block.catalog .catalog_block .catalog_item_wrapp {
        width: 100%;
    }

    .wrapper_inner .catalog_block .image_wrapper_block {
        margin: auto;
    }

    .catalog_block .item_info {
        margin: auto;
        width: auto;
    }

    .info_item .top_info .article + .brand {
        padding-left: 0px;
        display: block;
    }

    .wrapper_inner .footer_bottom .submenu_top .menu_item {
        width: 100%;
    }

    .wrapper_inner .articles-list .item .right-data .preview-text {
        padding-right: 17px;
    }

    .basket_fly .wrapper_inner .basket_wrapp .wrapp_all_icons {
        width: 143px;
        overflow: hidden;
    }

    .wrapper_inner .basket_wrapp .header-compare-block {
        margin-left: 3px;
    }

    #header .wrapper_inner .middle-h-row .logo_wrapp .logo {
        padding-right: 0px;
    }

    .catalog_block .catalog_item {
        margin-right: 0px;
    }

    .item-name-cell .item-stock,
    .item-name-cell .rating {
        display: none;
    }

    .module_products_list .article_block {
        display: none;
    }

    .wrapper_inner .cost.prices .price {
        font-size: 16px;
    }

    .adaptive.more_text {
        display: block;
    }

    .wrapper_inner .data-table.top .left_blocks {
        width: 100%;
    }

    .wrapper_inner .data-table.top .right_blocks {
        display: none;
    }

    .subscribe-edit .more_text .more_text_small {
        padding: 0px 0px 10px;
    }

    td.note {
        padding: 0px 0px 0px 10px;
    }

    td.text_info {
        display: none;
    }

    .wrapper_inner .module-order-history .module-orders-list .drop-cell .not-payed .text,
    .wrapper_inner .module-order-history .module-orders-list .drop-cell .not-payed .pays {
        width: 100%;
        text-align: left;
    }

    .wrapper_inner .module-order-history.orderdetail .result-row a.button {
        margin-bottom: 10px;
    }

    .module-order-history.orderdetail .module-orders-list.result td.custom_t2 {
        padding-right: 0px;
    }

    .lk-page .iblock.label_block,
    .lk-page .iblock.text_block {
        width: 100%;
        padding-left: 0px;
    }

    .bx_compare .data_table_props tr td:first-of-type {
        width: 100px;
        min-width: 100px;
        font-size: 10px;
    }

    .bx_compare .frame.props .wraps {
        margin-left: -100px;
    }

    .prop_title_table {
        width: 101px;
    }

    .bx_compare .frame {
        margin-left: 100px;
    }

    .wrapp_scrollbar {
        margin-left: 30px;
        margin-right: 30px;
    }

    .slider_navigation.compare .flex-direction-nav {
        display: block !important;
    }

    ul.slider_navigation.compare .flex-nav-prev {
        left: -30px;
    }

    ul.slider_navigation.compare .flex-nav-next {
        right: -30px;
    }

    .top_big_banners > .row > div {
        width: 100%;
    }

    .top_big_banners .col-m-20 .item {
        display: block;
        width: 100%;
    }

    .top_big_banners .item .item_inner {
        /*padding-bottom:40%;*/
    }

    .top_slider_wrapp.hidden_narrow {
        display: none;
    }

    .middle_phone .phone_wrap .icons {
        display: none;
    }

    .middle_phone .phone_wrap .phone_text {
        padding-left: 20px;
    }

    .middle_phone .phones .phone_text a {
        font-size: 14px;
    }

    .basket_fly #header .middle-h-row .basket_wrapp .middle_phone {
        min-width: 100%;
    }

    .rows_block .block_list .item_block {
        width: 100%;
    }

    body .order-block td {
        display: block;
        width: 100%;
        padding: 20px 0px;
    }

    body .order-block td + td {
        padding-top: 0px;
    }

    body .order-block .text {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    body .order-block .text:before {
        display: none;
    }

    .blog_wrapper.blog .items > .row > div {
        width: 100%;
        float: none;
    }

    /* tizers block */
    .tizers_block {
        text-align: center;
        padding: 0px;
    }

    .tizers_block .row > div {
        vertical-align: top;
    }

    .wrapper_inner .tizers_block .item {
        margin: 0 0 20px 0;
    }

    .wrapper_inner .tizers_block .item:last-child .title {
        width: auto;
    }

    .tizers_block .item .img,
    .tizers_block .item .title {
        display: block;
        text-align: center;
    }

    .tizers_block .item .img {
        margin: 0 auto 10px;
        height: 80px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        width: 80px;
        line-height: 77px;
        max-width: none;
    }

    .catalog_detail .tizers_block_detail {
        padding: 20px 20px 18px;
    }

    .tizers_block .item .title {
        width: auto;
        padding: 0px;
    }

    .projects .tizers_block .item .img {
        height: auto;
        line-height: normal;
    }

    /*personal*/
    .personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-inner-row-body > div {
        width: 100%;
        float: none;
        text-align: left;
    }

    .personal_wrapper .orders_wrapper .sale-order-list-button,
    .personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat > a,
    .sale-order-detail-payment-options-methods-button-element,
    .sale-order-detail-payment-options-methods-button-element-new-window {
        float: none;
    }

    .personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type {
    }

    /*responsive table*/
    .responsive tr td {
        padding-left: 18px;
        padding-right: 18px;
    }

    .item-stock.js-show-stores .value {
        border-bottom-color: transparent;
    }
}

@media (min-width: 471px) {
    .basket_fly #mobileheader .right-icons .wrap_basket {
        display: none;
    }
}

@media all and (max-width: 670px) {
    .phones .order_wrap_btn {
        display: none;
    }

    .top-h-row .phones {
        width: 48%;
    }

    .button.video::before {
        display: none;
    }

    body .top_slider_wrapp .flexslider .text.center .banner_buttons {
        margin-top: 10px;
    }

    body .top_slider_wrapp .flexslider .banner_buttons a {
        padding: 7px 10px;
        font-size: 8px;
        line-height: 9px;
        margin-bottom: 5px;
    }

    body .top_slider_wrapp .flexslider .box .banner_buttons .btn-video {
        padding: 13px 13px 10px;
    }

    body .top_slider_wrapp .flexslider .slides li td.text .banner_title {
        margin: 10px 10px 0px;
    }

    body .top_slider_wrapp .flexslider .slides li td.text .banner_text {
        margin: 2px 2px 2px 10px;
        font-size: 12px;
        line-height: 17px;
        max-height: 38px;
    }

    body .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .wrap .inner {
        padding: 17px 24px 20px;
    }

    body .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_title {
        margin: 0;
        text-shadow: none;
    }

    body .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_title span {
        font-size: 17px;
        line-height: 22px;
    }

    body .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_text {
        margin: 4px 0 0 0;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        text-shadow: none;
    }

    body .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons {
        margin: 15px 0 0 0;
    }

    body .top_slider_wrapp.view_2 .flexslider .banner_buttons a {
        padding: 10px 10px;
        font-size: 13px;
        line-height: 14px;
        margin-right: 0;
        display: block;
        text-align: center;
    }

    body .top_slider_wrapp.view_2 .flexslider .box .banner_buttons .btn-video {
        padding: 12px 10px;
        height: 36px;
        width: 32px;
        display: inline-block;
        float: left;
        margin-right: 10px;
        height: 36px;
    }

    .wrapp_all_inputs.wrap_md .iblock,
    .filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_change_inputs,
    .filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider {
        width: 100%;
    }

    .wrapp_all_inputs.wrap_md .wrapp_slider,
    .filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider {
        padding: 0px;
    }

    .filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider {
        padding-top: 15px;
    }

    .smartfilter .bx_ui_slider_track {
        margin-top: 33px;
    }

    .top-h-row .phones .order_wrap_btn {
        display: none;
    }

    .jobs_wrapp .item .name .title .salary {
        display: block;
    }

    .jobs_wrapp .item .name .salary_wrapp .salary {
        display: none;
    }

    .job.border_block .wrap_md .text {
        width: 100%;
        display: block;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .job.border_block .wrap_md .phone {
        width: 100%;
        display: block;
        text-align: left;
        padding: 20px 0px 0px 0px;
    }

    .popup.show .forgot {
        float: none;
        display: block;
        margin-left: 0px;
    }

    .wrapper_inner .module-form-block-wr.order_cancel .form-block {
        padding: 0px;
    }

    .cart_empty .text > *:not(.title):not(.button) {
        display: none;
    }

    .list-type-block.item-views .item > .image,
    .list-type-block.item-views.image_right .item > .image {
        float: none;
        width: 100%;
        text-align: center;
    }

    .list-type-block.item-views .item > .body-info,
    .list-type-block.item-views.image_right .item .body-info {
        float: none;
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #mobileheader .wrap_icon {
        padding-right: 8px;
        padding-left: 8px;
    }

    .basket_wrapp .header-cart {
        display: none;
    }
}

@media all and (max-width: 460px) {
    .shops.list .item .title_metro,
    .shops.list .item .schedule_phone_email {
        width: 100%;
        margin-top: 0;
    }

    .shops.list .item .schedule_phone_email {
        text-align: left;
    }

    .shops.list .item .rubber > div {
        padding-top: 0;
    }

    .button.faq_button {
        float: none;
    }

    .faq_desc {
        margin: 23px 0 0 0;
    }

    .ce_cmp .catalog_block .catalog_item,
    body .ce_cmp .tabs_slider .catalog_item .inner_wrap {
        padding: 15px 14px 21px 15px;
    }

    body .ce_cmp .tabs_slider .catalog_block .catalog_item {
        padding: 0;
    }

    /*.ce_cmp .catalog_block .sa_block,
  .ce_cmp .catalog_block .item-stock,*/
    .ce_cmp .catalog_block .article_block,
    .ce_cmp .catalog_block .sale_block,
    .ce_cmp .catalog_block .counter_block,
    .ce_cmp .catalog_block .sku_props,
    .ce_cmp .catalog_block .offer_buy_block,
    .ce_cmp .catalog_block .js_price_wrapper .price_matrix_wrapper,
    .ce_cmp .catalog_block .with_matrix,
    .ce_cmp .tabs_slider.items .sa_block,
    .ce_cmp .tabs_slider.items .item-stock,
    .ce_cmp .tabs_slider.items .article_block,
    .tabs_slider.items .sale_block,
    .ce_cmp .tabs_slider.items .counter_block,
    .ce_cmp .tabs_slider.items .sku_props,
    .ce_cmp .tabs_slider.items .offer_buy_block,
    .ce_cmp .tabs_slider.items .item_info .js_price_wrapper .price_matrix_wrapper,
    .ce_cmp .tabs_slider.items .with_matrix,
    .ce_cmp .catalog_block .js_price_wrapper .price_group,
    .ce_cmp .tabs_slider.items .js_price_wrapper .price_group {
        display: none !important;
    }

    .ce_cmp .catalog_block .item-title a,
    .ce_cmp .catalog_block .item-title a span,
    .ce_cmp .tabs_slider.items .item-title a,
    .ce_cmp .tabs_slider.items .item-title a span {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 13px;
        line-height: 18px;
    }

    .ce_cmp .catalog_block .price,
    .ce_cmp .tabs_slider.items .price {
        white-space: normal;
    }

    .ce_cmp .catalog_block .image_wrapper_block,
    .ce_cmp .catalog_block .image_wrapper_block a,
    .ce_cmp .tabs_slider.items .image_wrapper_block,
    .ce_cmp .tabs_slider.items .image_wrapper_block a {
        height: 140px;
        line-height: 140px;
    }

    .ce_cmp .ce_cmp_hidden {
        display: none;
    }

    .ce_cmp .ce_cmp_visible {
        display: block !important;
    }

    .ce_cmp .ajax_load.block .counter_wrapp .button_block {
        margin-top: 0;
    }
}

@media all and (max-width: 450px) {
    ul.tabs li {
        padding: 5px 0 0 0;
    }

    .stores_block_wrap .stores_block .item-stock {
        float: none;
        margin: 20px 0px 0px;
    }

    .stores_block_wrap .stores_block.wo_image .item-stock {
        position: initial;
        margin: 10px 0px 0px;
    }

    .stores_block_wrap .stores_block .stores_text_wrapp {
        display: block;
    }

    .stores_block_wrap .stores_block.w_image:before {
        display: none;
    }

    .top_slider_wrapp .flexslider .text.center .banner_title + .banner_buttons {
        margin-top: 4px;
    }

    .right_info table.buttons_block .counter_block {
        padding: 8px 0 0 0 !important;
        display: block;
        text-align: center;
    }

    .right_info table.buttons_block .counter_block select {
        font-size: 24px;
        padding: 4px 20px;
        height: 39px;
        margin: 0 auto;
    }

    .right_info table.buttons_block .buy_buttons_wrapp {
        display: block;
        text-align: center;
    }

    /* .top_slider_wrapp .flexslider .slides > li,
  .top_slider_wrapp .flexslider .slides > li td:not(.bg),
  .top_slider_wrapp .flexslider,
  .top_slider_wrapp .flexslider .slides > li .banner_bg {
    height: 150px;
  }*/
    body .top_slider_wrapp.view_2 .flexslider,
    .top_slider_wrapp.view_2 .flexslider .slides > li,
    .top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text {
        min-height: 150px;
        height: auto;
    }

    body .top_slider_wrapp .flexslider .slides > li {
        background-size: 225% auto;
    }

    body .top_slider_wrapp .flexslider .slides > li .img .wrap_plaxy img {
        height: 33.3%;
        max-height: 150px;
    }

    body .top-h-row .phone span.phone_text a {
        font-size: 15px;
    }

    body .front_slider .preview_text {
        display: none;
    }

    .filter_opener i {
        margin-right: 8px;
    }

    .adaptive_filter {
        padding-right: 0;
        clear: both;
        width: 100%;
    }

    body .filter_opener {
        margin-right: 0px;
        text-align: center;
    }

    body .module_products_list .availability-row {
        display: none;
    }

    .popup .label_block_capcha {
        width: 100%;
    }

    .popup .img_block_capcha {
        width: 100%;
        padding-left: 0px;
    }

    .popup .img_block_capcha img {
        float: none;
    }

    .module-gallery-list li {
        width: 50%;
    }

    .wrapper_inner .specials_slider_wrapp ul.tabs > li span,
    .wrapper_inner .tab_slider_wrapp ul.tabs > li span {
        font-size: 14px;
        line-height: 22px;
    }

    .specials_slider_wrapp ul.tabs > li,
    .tab_slider_wrapp ul.tabs > li {
        margin-right: 18px;
    }

    .wrapper_inner .search-page-wrap .form-control {
        float: none;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn .back_btn > div {
        margin: 20px 0px 0px;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn .back_btn > div:first-child {
        margin-top: 0px;
    }

    body .wrapper_inner .module-cart table tfoot .backet_back_wrapp .back_btn > div {
        display: block !important;
    }

    .basket_wrapp .module-cart table.bottom.middle td.row_titles {
        margin-bottom: 0 !important;
    }

    .wrapper_inner .basket_wrapp .module-cart table.bottom.middle .top_total_row td.row_values {
        margin-bottom: 19px;
        padding: 0;
        margin-top: 0;
    }

    .wrapper_inner .staff.list .item {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .wrapper_inner .staff.list .item .image {
        margin: auto;
    }

    .wrapper_inner .bottom.middle td > .coupon {
        width: 100%;
    }

    .wrapper_inner .bottom.middle td > .coupon #COUPON,
    .wrapper_inner .bottom.middle td > .coupon .coupon-t {
        width: 100%;
        float: none;
        text-align: left;
        display: block;
    }

    .bottom.middle td > .coupon #COUPON {
        max-width: 100%;
    }

    .wrapper_inner .bottom.middle td > .coupon .coupon-t {
        margin: 0px 0px 10px 0px;
    }

    .wrapper_inner .bottom.middle td > .coupon .coupon_wrap {
        display: block;
    }

    .coupon .coupons_list {
        padding: 0px;
    }

    .iblock .icon_error_block:after {
        display: none;
    }

    .filter_opener {
        padding: 10px 9px 3px;
        margin-top: 0px;
        display: block;
    }

    .has_mobile_filter_compact .sort_header .sort_display {
        display: none;
    }

    .basket_wrapp .header-compare-block,
    .basket_wrapp .wraps_icon_block {
        margin: 0px 30px 0px 0px;
    }

    .module-cart table.bottom td {
        display: block;
        float: none !important;
        margin-bottom: 18px !important;
        overflow: hidden;
        padding: 0 !important;
        text-align: left !important;
        width: 100% !important;
    }

    .module-cart table.bottom td .description {
        display: none;
    }

    .module_products_list td.price-cell,
    .module_products_list td.item-name-cell,
    .module_products_list td.foto-cell {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .module_products_list .image_wrapper_block {
        margin: auto;
    }

    .section_block .sections_wrapper .list .row > div {
        width: 100%;
        float: none;
    }

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item {
        width: 97.3333% !important;
    }

    .bx_item_list_you_looked_horizontal.col3 .bx_catalog_item:nth-child(2n + 1) {
        clear: none !important;
    }

    .ce_cmp .sort_display {
        display: none;
    }

    /* ORDER */
    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
        float: none;
    }

    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
        margin-top: 15px;
        padding-left: 0;
    }

    #bx-soa-order .bx-soa-coupon-label {
        width: auto;
        display: block;
        margin-top: 0;
        margin-bottom: 4px;
    }

    #bx-soa-order .bx-soa-coupon label {
        width: auto;
    }

    #bx-soa-order .bx-soa-coupon-block {
        display: block;
    }

    #bx-soa-order .bx-soa-coupon-input {
        width: auto;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-title {
        padding-right: 0;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-title-container .text-right {
        padding: 0;
        text-align: left;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-9 {
        width: 100%;
        float: none;
        text-align: left;
    }

    #bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-3 {
        width: 100%;
        float: none;
    }

    #bx-soa-order .bx-soa-editstep {
        margin-top: 5px;
    }

    #bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {
        width: 100% !important;
    }

    #bx-soa-order .form {
        text-align: left;
    }

    body .bx-soa-pickup-l-item-btn {
        margin-top: 11px;
        position: static;
    }

    body .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
        padding-left: 0px;
    }

    /*personal*/
    .sale-acountpay-block .sale-acountpay-pp div .sale-acountpay-pp-company > div {
        display: block;
        margin: 0px auto 10px;
        padding: 0px;
        text-align: center;
    }

    .personal_wrapper .row > .col-sm-12 {
        width: 100%;
    }
}

@media all and (max-width: 400px) {
    .wrapper_inner .stores_block_wrap .stores_block .stores_text_wrapp {
        font-size: 11px;
    }

    .wrapper_inner .stores_block_wrap .stores_block .item-stock {
        padding: 0px 5px 0px 20px;
    }

    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp {
        white-space: nowrap;
    }

    .wrapper_inner .cost.prices .price,
    .module_products_list td.price-cell .cost.prices .price {
        font-size: 14px;
    }

    .wrapper_inner .cost .price.discount strike {
        font-size: 12px;
    }

    .footer_bottom_inner .rows_block .menus .submenu,
    .footer_bottom_inner .rows_block .menus .rows_block {
        display: none;
    }

    .footer_bottom_inner .rows_block .menus .submenu_top.rows_block {
        display: block;
    }

    .footer_bottom_inner .menus .rows_block .col-3 {
        width: 100%;
        text-align: center;
    }

    .wrapper_inner .phones .order_wrap_btn {
        display: none;
    }

    .basket_fly #header .middle-h-row .basket_wrapp .middle_phone {
        top: initial;
    }

    .top-h-row .h-user-block a.icon {
        padding: 0px 7px 0px 20px;
    }

    .top-h-row .h-user-block {
        margin-top: 8px;
    }

    .top-h-row .phones {
        width: auto;
    }

    .top-h-row .phone_block .phone_wrap .icons {
        display: none;
    }

    .top-h-row .phone_block .phone_wrap .phone_text {
        padding-left: 0px;
    }

    .top-h-row .bg_user {
        display: none;
    }

    body #header .middle-h-row td.logo_wrapp {
        width: 47%;
    }

    .wrapper_inner .basket_wrapp .header-compare-block {
        margin-right: 20px;
    }

    .catalog_section_list .section_item {
        padding: 22px 22px 17px;
        height: auto !important;
    }

    .catalog_section_list .section_item td.section_info .desc {
        display: none;
    }

    .catalog_section_list .section_item td.section_info {
        height: auto !important;
        vertical-align: middle;
    }

    .catalog_section_list .section_item li.name a span {
        font-size: 15px;
    }

    .catalog_section_list .section_item .image {
        width: 60px;
    }

    #mobileheader .logo,
    #mobileheader .logo svg {
        max-width: 112px;
    }

    .sections_wrapper .list .item:not(.section_item) .img {
        width: auto;
    }

    .sort_display a {
        width: 33px;
        margin-left: 5px;
    }

    .list_item .image_wrapper_block,
    .list_item .image_wrapper_block a {
        width: auto;
    }

    .news_akc_block .items .item_block {
        width: 100%;
        float: none;
    }

    body
    .bx_filter_vertical
    .bx_filter_section
    .bx_filter_button_box.active
    .bx_filter_block
    .bx_filter_parameters_box_container {
        text-align: center;
        white-space: nowrap;
    }

    body
    .bx_filter_vertical
    .bx_filter_section
    .bx_filter_button_box.active
    .bx_filter_block
    .bx_filter_parameters_box_container
    > * {
        margin-top: 10px;
    }

    .popup .form .form_head {
        padding-right: 50px;
        padding-left: 30px;
    }

    .popup .form .form_body {
        padding-right: 15px;
        padding-left: 15px;
    }

    /*basket fly*/
    .basket_fly .header_wrap {
        position: relative;
    }

    .basket_fly #header .middle-h-row {
        position: static;
    }

    .basket_fly .header_wrap #header > .wrapper_inner {
        padding-top: 60px;
    }

    .basket_page.basket_fly .header_wrap #header > .wrapper_inner,
    .order_page.basket_fly .header_wrap #header > .wrapper_inner {
        padding-top: 16px;
    }

    body #header .basket_fly {
        top: 0px;
        height: 46px;
        width: 100%;
        left: 0px;
        right: auto;
        position: absolute;
        box-shadow: none;
        min-height: inherit;
    }

    #header .basket_fly .opener {
        width: 100%;
        left: 0px;
        border-radius: 0px;
        position: static;
    }

    #header .basket_wrapp .basket_sort,
    .basket_fly #header .middle-h-row #basket_form {
        display: none;
    }

    #header .basket_fly .opener > div {
        width: 25%;
        float: right;
        height: 46px;
    }

    .basket_fly .basket_wrapp .basket_fly .wraps_icon_block {
        top: 32%;
        margin: 0px;
    }

    .basket_wrapp .wraps_icon_block.compare:before {
        top: -4px;
    }

    .basket_wrapp .wraps_icon_block.delay:before {
        top: -1px;
    }

    .basket_wrapp .wraps_icon_block.basket:before {
        top: -1px;
    }

    .basket_wrapp .wraps_icon_block.user_reg:before {
        top: -3px;
    }

    #header .basket_fly .opener > div:after {
        width: 1px;
        height: 100%;
    }

    .basket_wrapp .wraps_icon_block .count {
        top: -9px;
    }

    .basket_wrapp .wraps_icon_block.user_auth.w_img {
        top: 7px !important;
    }

    .basket_wrapp .wraps_icon_block.user_auth.no_img {
        top: 18px !important;
    }

    /*basket*/
    .bx_order_list .bx_order_list_table_order > tbody > tr > td:not(.img):not(.name) {
        width: 100%;
        float: none;
    }

    .bx_ordercart .bx_ordercart_coupon span {
        float: none;
        width: auto;
        margin: 0 0 6px;
    }

    .bx_ordercart.bx_blue .bx_bt_button {
        top: 21px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table tbody td.item .bx_ordercart_itemtitle {
        padding-right: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td:not(.item):not(.itemphoto):not(.margin) {
        margin-top: 10px !important;
        margin-right: 0;
        width: 100%;
    }

    .bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.control {
        position: absolute;
        top: 0;
        right: 0;
    }

    .bx_ordercart .bx_ordercart_coupon #coupon {
        float: none;
    }

    .bx-touch .bx_ordercart .bx_sort_container {
        margin: 0 0 20px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item {
        padding-bottom: 0;
    }

    .bx_ordercart .bx_ordercart_coupon .input {
        padding: 0px;
    }

    .bx_ordercart .bx_ordercart_coupon:not(:first-of-type) {
        margin-left: 0px;
    }

    .bx_ordercart .bx_ordercart_order_sum {
        max-width: 295px;
    }

    /*ORDER*/
    #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
        display: block;
        margin: 0px 0px 10px;
        height: auto;
    }

    #bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
        display: block;
        padding: 0px;
    }

    #bx-soa-pickup .bx-soa-section-content .bx-soa-pickup-preview-img {
        float: none;
        float: none;
        display: block;
        margin: 0px 0px 10px;
    }

    .bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
        position: static;
    }

    /*personal*/
    .personal_wrapper
    .orders_wrapper
    .sale-order-payment-change-pp-list
    .sale-order-payment-change-pp-company
    .sale-order-payment-change-pp-company-smalltitle {
        font-size: 13px;
    }
}

@media all and (max-width: 380px) {
    /*.top-h-row .phone_wrap .icons, */
    .top-h-row .h-user-block .have-user a.reg:before {
        display: none;
    }

    .wrapper_inner .articles-list .item .right-data {
        margin: 0px;
    }

    .wrapper_inner .articles-list .item .left-data {
        float: none;
        margin: 0px auto 20px;
    }

    .bx_ordercart table.colored thead td {
        font-size: 10px;
    }

    .wrapper_inner #order_form_content .module-cart table td.thumb-cell {
        padding-left: 5px;
    }

    .basket_wrapp .module-cart .cost.prices .sale_block {
        display: none;
    }

    .basket_wrapp .module-cart .cost-cell .cost.prices {
        white-space: normal;
    }

    /* stat promo float banners */
    .wrapper_inner .start_promo .wrap_tizer {
        bottom: 8px;
    }

    .wrapper_inner .start_promo .wrap_tizer .wrapper_inner_tizer {
        padding: 0 20px 0 8px !important;
    }

    .wrapper_inner .wrap_tizer .wr_block .title .inner_text {
        font-size: 13px;
        font-weight: 600;
        top: 2px;
    }

    .wrapper_inner .wrap_tizer .wr_block.price .inner_text {
        font-size: 12px;
    }

    .wrap_tizer .wrap_outer {
        padding: 0px 4px 5px;
    }

    .wrapper_inner .wrap_tizer .wrap_outer .outer_text {
        left: 6px;
        padding: 0px 4px 5px 0px;
    }

    .wrapper_inner .wrap_tizer .wrap_outer .inner_text {
        left: -3px;
    }

    .wrapper_inner .wrap_tizer .wr_block.price .wrap_outer,
    .wrapper_inner .wrap_tizer .wr_block.price .wrap_outer .inner_text {
        padding: 1px 0px 5px;
    }

    .wrapper_inner .wrap_tizer .wr_block.price .wrap_outer .outer_text {
        padding-top: 1px;
    }

    .wrap_tizer .wr_block {
        line-height: 18px;
    }

    .wrap_tizer .wrap_outer.title {
        font-size: 15px;
    }

    .bx-firefox #header .middle-h-row td.logo_wrapp .logo,
    .bx-ie #header .middle-h-row td.logo_wrapp .logo {
        display: inline;
    }

    .bx-firefox #header .middle-h-row td.logo_wrapp {
        width: 53%;
    }

    .bx-ie #header .middle-h-row td.logo_wrapp {
        width: 48%;
    }

    .display_list .counter_wrapp .counter_block {
        margin-bottom: 5px;
    }

    .display_list .counter_wrapp {
        padding-right: 5px;
    }

    .tabs-body {
        padding-top: 30px;
    }

    .catalog_section_list .section_item .desc .desc_wrapp {
        display: none;
    }

    .catalog_section_list .section_item tr td {
        display: block;
    }

    .catalog_section_list .section_item .image {
        width: 100%;
        padding: 0px;
    }

    body .display_list .list_item td.information_wrapp .counter_wrapp {
        white-space: normal;
    }

    .catalog_detail .element_detail_text .price_txt {
        display: none;
    }

    .catalog_detail .element_detail_text {
        margin: 0px 0px 10px;
    }

    body .top_mobile_region {
        text-align: center;
        background: #F9F9FA;
        box-shadow: inset 0 -1px 0 0 #f5f5f5;
    }

    body .top_mobile_region .confirm_wrapper {
        display: inline-block;
        margin: 0px auto;
        position: relative;
    }

    body .top_mobile_region .confirm_region {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        background: none;
        box-shadow: none;
    }

    body .top_mobile_region .confirm_region .title {
        max-width: 240px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    body .top_mobile_region .confirm_region .buttons {
        margin: 0px -4px;
    }

    body .top_mobile_region .confirm_region .buttons .btn {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top_mobile_region .confirm_region + .close_popup {
        right: 16px;
    }
}

@media all and (max-width: 360px) {
    .wrapper_inner .bx_sort_container .wrap_remove_button {
        top: 110px;
    }

    .catalog_detail .w_icons.button.to-cart {
        padding-left: 20px;
    }

    .catalog_detail .w_icons.button.to-cart:before {
        display: none;
    }

    .counter_block.big_basket input[type="text"] {
        width: 34px;
    }

    .container > h1 {
        padding-right: 0px;
    }

    .ce_cmp .catalog_block .rating,
    .ce_cmp .tabs_slider.items .rating {
        display: none;
    }

    .ce_cmp .catalog_item .item-title a,
    .ce_cmp .catalog_item .item-title a span,
    .ce_cmp .tabs_slider.items .item-title a,
    .ce_cmp .tabs_slider.items .item-title a span {
        font-size: 12px;
        line-height: 16px;
        word-break: break-word;
    }

    .ce_cmp .catalog_block .image_wrapper_block,
    .ce_cmp .catalog_block .image_wrapper_block a,
    .ce_cmp .tabs_slider.items .image_wrapper_block,
    .ce_cmp .tabs_slider.items .image_wrapper_block a {
        height: 110px;
        line-height: 110px;
    }

    /*personal*/
    .personal_wrapper
    .sale-order-detail-order-item-td
    .sale-order-detail-order-item-block
    .sale-order-detail-order-item-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 320px) {
    .shops.list .item .image {
        display: none;
    }

    .shops.list .item .rubber {
        margin: 0;
    }

    body .display_list .list_item td.information_wrapp {
        padding-right: 0px;
    }

    .module_products_list .adaptive_button {
        display: block;
    }

    body .module_products_list td.but-cell {
        display: none;
    }

    .basket_fly #header .middle-h-row .basket_wrapp {
        padding-top: 0px;
    }

    #header .wrapper_inner .middle-h-row .logo_wrapp .logo {
        min-height: 24px;
        line-height: 24px;
        display: table-cell;
    }

    #header .middle-h-row .logo_wrapp .logo a {
        display: block;
    }

    .basket_wrapp .header-compare-block,
    .basket_wrapp .wraps_icon_block {
        margin: 0px 25px 0px 0px;
    }
}

@media all and (min-width: 1180px) {
    .specials_slider_wrapp ul.tabs_content,
    .tab_slider_wrapp ul.tabs_content {
        margin: 0px;
        padding: 0px;
    }

    .specials_slider_wrapp ul.tabs_content li.tab,
    .tab_slider_wrapp ul.tabs_content li.tab {
        margin: 0px;
        padding: 0px;
    }

    /* news slider front page */
    .news_slider_wrapp {
        margin: -13px -13px 0;
        padding: 13px 13px 0;
    }

    .news_slider_wrapp .flex-viewport {
        margin: -13px -13px 0;
        padding: 13px 13px 0;
    }

    .news_slider_wrapp .news_slider li:hover {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
}

/*order*/
@media only screen and (max-width: 1174px) {
    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
        float: none;
    }

    #bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
        margin-top: 15px;
        padding-left: 0;
        margin-bottom: 10px;
    }
}

/* End */


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

/* End */


/* Start:/local/templates/aspro_next/css/print.css?176526361419126*/
@media print{
	body{background:#fff !important;}

	body .body, #footer{margin:0px !important;}
	#headerfixed, #mobileheader, .top-block, .dropdown, .menu-row, .top_big_banners, .top_slider_wrapp, .float_banners{display:none !important;}
	body .body:not(.index) .main > .container{padding-bottom:50px;}
	footer .bottom-under .inner-wrapper .social-block{display:none;}
	.ajax_basket{display:none;}
	.left-menu-md, .right-menu-md{display:none !important;}
	.content-md{width:100%;float:none;}

	body .main{padding-bottom:0!important;margin-top:0!important;}
	body .body{margin-bottom:0!important;min-height:0;}
	a[href]:after{display:none;}

	.logo-row .top-description, .logo_and_menu-row .inner-table-block, .logo_and_menu-row .wrap_icon, .logo_and_menu-row .phone-block,
	.logo_and_menu-row .burger{display:none !important;}

	body .breadcrumb, body .bottom-menu, .greyline.review-block, .front-form{display:none;}
	body .btn.btn-responsive-nav{display:none!important;}

	.item-views.blocks.portfolio{display:none;}
	.filters-wrap, .item .buy_block, .page-top .share.top, .detail .galery span.zoom{display:none;}
	.label{border: none;}
	.stickers .stickers-wrapper > div{background:#fff;}

	body .top_big_banners .flexslider, body .top_big_banners .slides, body .top_big_banners .slides li{height: 240px;opacity:1;}
	body .top_big_banners .slides li{display:none !important;}
	body .top_big_banners .slides li.flex-active-slide{display:block !important;}
	body .top_big_banners .slides li .text{height: 240px;line-height:237px;}
	body .top_big_banners .flexslider .slides .inner{padding-top:0px !important;vertical-align: middle;display: inline-block;opacity:1;}
	body .top_big_banners .flexslider .slides .inner .title{font-size:30px;padding-bottom:19px;}
	body .top_big_banners .flexslider .slides .inner .text-block{margin-bottom: 20px;font-size:15px;line-height:24px;}
	body .top_big_banners .flexslider .slides .img{display:none;}

	.adv_list.top .item .img{vertical-align:middle;}

	body .banners-small{padding-bottom:0px;}
	body .banners-small .bottom_nav{display:none;}
	body .banners-small .item .title a{display: block;font-size: 15px;}
	body .banners-small .item .image .type-block{color: #fff !important;background: rgba(46,46,47,0.6) !important;}
	body .row.block-with-bg + .row .item-views.blocks h3{padding-top: 46px;}
	.banners-small .custom-md .item, .banners-small.blog .items .item{width: 100%;display: block;height: auto !important;}
	body .banners-small .item .image{max-height:none;}
	body .top_big_banners .btn{margin-bottom:0px;}

	.item-views.table-type-block .items >div{width:50%;float:left;}
	.item-views.table-type-block:not(.staff-items) .items >div:nth-child(2n+1){clear:left;}
	.head-block.top{display:none;}
	section.page-top h1{padding-right:0px !important;}
	.btn, .order-block{display:none;}

	.sections_wrapper .list .item .name{white-space:nowrap;}
	.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block >div{width:50%;float:left;}
	.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block >div:nth-child(2n+1), .blog_wrapper .items > .row > div:nth-child(2n+1){clear:left;}
	.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block >div .catalog_item .inner_wrap{box-shadow:none;border:none;}
	.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block >div .catalog_item,
	.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block >div .catalog_item .item_info,
	.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block >div .catalog_item .item-title{height:auto !important;}
	body .stickers, body .like_icons, .fast_view_block{display:none;}
	.flexslider .flex-direction-nav{display:none !important;}

	.adv_bottom_block{display:none;}

	.news_wrapp .flexslider .slides{width:100% !important;margin:0px -15px !important;}
	.news_wrapp .flexslider .slides > li{width:33% !important;margin-right: 0px !important;padding:0px 15px;}
	.news_wrapp .flexslider .slides > li .item{height: auto !important;}
	.wrapper1 .header_wrap{display:block !important;}

	body .rss{display:none;}
	body .teasers.item-views.front, body .partners.front.blocks{padding-bottom:20px;}
	body .tabs_ajax .body-block .catalog.item-views.table .flexslider .slides{padding-bottom:20px;}
	body .instagram_ajax, body .front-form, body .item-views.front.staff-items{padding-bottom:20px;}
	body .reviews.item-views.front h3, body .row.block-with-bg .blocks h3{padding-top: 46px;}
	body .company-block .item-views.front .props{display:none;}
	.reviews.item-views .item .video{display:none;}

	.accordion.accordion-type-block .item .accordion-head, .accordion.accordion-type-block .item .accordion-body{padding-left:0px;}
	.accordion-head .fa{display:none;}
	.accordion.accordion-type-block .item .panel-collapse{display:block !important;}
	.accordion.item-views .item .text hr{display:none;}

	body .catalog.detail .head .brand{float:right;margin: 0px;}
	.detail .ask_a_question, .content + .order-block{display:none;}
	body .banners-content{margin:0px;}
	.banners-content .maxwidth-banner{background-image:none !important;}
	.banners-content .text .intro-text + p{display:none;}
	.banners-content .text{width:100%;padding: 0px 20px;}
	.banners-content .img{display:none;}

	.adaptive_filter, .js_filter, .sort_header, .counter_wrapp{display:none !important;}
	.catalog_block.items .item_block{float:left;width:50%;}
	.catalog_block.items .item_block:nth-child(2n+1){clear:left;}
	.module_products_list td.but-cell{display:none;}

	.catalog.detail .head{border:none !important;}
	.catalog.detail .head .row > div{width:100%;}
	body .detail .galery{width:100%;max-width:none;}
	body .detail .galery .inner{border: 1px solid #d7dee3 !important;}
	.detail .galery .inner .stickers{left:0px;text-align:center;}
	.detail .galery .inner .stickers .stickers-wrapper{display:inline-block;}
	.galery .flexslider .items, .gallery-block .flexslider .items, .banners-big .flexslider, .banners-big .slides{width:100% !important;transform:none !important;}
	.catalog.detail .head .bx_item_detail_inc_two .row>div{width:33%;float:left;}
	.bx_item_detail_inc_two .list-type-block.item-views .item{padding-left:0px;}

	.catalog_detail .nav.nav-tabs{display: none;}
	.catalog_detail .tab-pane .title-tab-heading + div{display: block;margin-bottom: 16px;padding-top: 23px;}
	.catalog_detail .tab-pane{display: block;}
	.catalog_detail .tabs > .tab-content > .tab-pane{padding-bottom:0px;}
	#reviews_content{margin-top:20px;}
	.bottom_slider, .catalog_detail #video, .catalog_detail #ask, .catalog_detail .media_review, .catalog_detail #reviews_content, .catalog_detail .gift{display:none !important;}
	.stores_block_wrap .stores_block:before{display:none;}

	.info_item .top_info .item_block{width:50%;}
	.info_item .top_info .article{text-align:left;}
	.info_item .top_info .item_block:first-child{display:none;}
	.info_item .top_info .brand{float:left;}

	.stock_wrapper .stock_board{padding-left:0px;}
	.stock_wrapper .stock_board:before{display:none;}

	.catalog.detail .nav.nav-tabs{display: none;}
	.catalog.detail .tab-pane{display:block;}
	.catalog.detail .title-tab-heading{display:block !important;}
	.catalog.detail .tab-pane.active .title-tab-heading + div {display: block;margin-bottom: 16px;padding-top: 23px;}
	.catalog.detail .tab-pane .title-tab-heading + div {display: none;}

	.detail .galery .flexslider .slides > li, .gallery-block .flexslider .items li, .banners-big .slides li{width:100% !important;}
	.detail .gallery-block .bigs.flexslider .slides.items{height: 300px;overflow:hidden;}
	.detail .galery .flexslider .slides.items{height: 470px;overflow:hidden;}
	.small-gallery-wrapper{display:none;}
	.gallery-block .flexslider .items li{height: 300px !important;line-height: 297px !important;}
	.detail .galery .flexslider .items li{height: 470px !important;line-height: 467px !important;}
	.detail .gallery-block .bigs.flexslider .slides.items li a{display:inline;}
	.detail .gallery-block .bigs .item img{max-width:100%;max-height:100%;}
	.dark-nav .flex-control-nav li a{background: #dedede !important;}
	.tabs .nav-tabs + .tab-content{padding-top:0px;}
	.tarifs .dyn-block{background:#fff !important;width: 240px !important;}
	.tarifs.partners.front.slider-items .flexslider .slides > li{width: 240px !important;}
	.flex-control-nav{display:none !important;}
	.hidden_print{display:none !important;}
	.file_type i.icon, .item-stock .icon{display:none;}
	.file_type .description{padding-left:0px;}

	.detail .chars .props_table .char_name span, .detail .chars .props_table .char_value span{color:#666 !important;}
	.group-content .tab-pane:first-of-type h3{font-size:20px;}

	.catalog.detail .bottom-item-block .item-views .row>div{width:100%}
	.catalog.detail .bottom-item-block .item-views .row>div .item{height:auto !important;}

	.galerys-block{display:none !important;}
	.content_inner.flexslider.shadow .slides{width:100% !important;}
	.content_inner.flexslider.shadow .slides > li{width:33.33% !important;}
	.content_inner.flexslider.shadow .slides > li:nth-child(n+4){display: none !important;}

	.partners.front.slider-items .flexslider .slides > li{width:767px !important}
	.catalog.item-views.table .flexslider .slides > li{width:300px !important;}
	.item-views .item{height:auto !important;}
	.catalog.item-views > .row > div[class*=col-]{/*width:100%;*/}
	.catalog.item-views > .row > div[class*=col-]:nth-child(2n+1){clear:left;}

	div#jivo-iframe-container.jivo-iframe-container-bottom{display:none!important;}
	.scroll-to-top, .style-switcher, div.jivo-state-widget#jivo-iframe-container, .form_demo-switcher, .jivo-state-widget iframe#jivo_container, jdiv{display:none !important;}
	div.jivo-state-widget#jivo-iframe-container{opacity:0 !important;visibility:hidden !important;}
	#panel{display:none!important;}
	#upheader{display:none!important;}
	.subscribe-block-wrapper{display:none;}
	.roistat-promo-wrap, .style-switcher, .form_demo-switcher{display:none !important;}

	.bottoms + .row>div{width:50%;float:left;margin:0px;display:none;}
	.bottoms + .row>div.share{float:right;}

	.border_block_wide .props_list td{border-bottom:none;}
	.mixitup-container.mixitup-ready .item-views.table-elements .row > div{width:50%}
	.mixitup-container.mixitup-ready .item-views.table-elements .row > div:nth-child(2n+1){clear:left;}

	/* staff */
	.staff-items .group-content .items >div{width:33.33%;float:left;}
	.staff-items .group-content .items >div .body-info{height:auto !important;}
	.staff-items .group-content .items >div:nth-child(3n+1){clear: left;}
	.item-views.staff-items.table-type-block .item{overflow:hidden;}

	.item-views.list.image_right .item .image, .item-views.list.image_left .item .image, .item-views.list.image_right .item .text, .item-views.list.image_left .item .text{padding: 24px;}
	.item-views.table .item{box-shadow:none;border: none;}

	/*faq*/
	.faq_ask{display:none;}
	.faq.list .item .a{display:block !important;}

	.inline-search-block{display:none;}
	a.scroll-to-top{display:none !important;}

	.basket_wrapp .module-cart table.bottom.middle td.row_values{float:none !important;display:table-cell !important;padding-top: 39px;}
	.scroll-to-top, .style-switcher, div.jivo-state-widget#jivo-iframe-container, .form_demo-switcher, .jivo-state-widget iframe#jivo_container{display:none !important;}
	div.jivo-state-widget#jivo-iframe-container{opacity:0 !important;visibility:hidden !important;}
	header{background: none !important;}
	.phone_text{color:#000 !important;}
	.left_block, body .bx_item_list_you_looked_horizontal, .bx_ordercart .bx_sort_container{display:none;}
	.right_block{padding:0px !important;width:100% !important;}

	/*contacts*/
	.contacts_map, .contacts-page-map, .bx-yandex-view-layout, .contacts .ik_select{display:none !important;}
	.contacts-page-map + .contacts.contacts-page-map-overlay{margin:0px auto -60px;}
	.contacts-page-map+.contacts.contacts-page-overmap .contacts-wrapper{margin:0px;}
	.contacts.contacts-page-overmap table{border:none;}
	.print-6{width:50%;float:left;}
	.print-6:nth-child(2n+1){clear:left;}

	.bx_ordercart .bx_ordercart_order_pay_center, #basket_quantity_control{display:none;}
	.bx_ordercart .bx_ordercart_order_table_container table.counter td:first-child{border: none !important;}
	.bx_ordercart .bx_ordercart_order_table_container table.counter input{background:none;border: none;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto{opacity:0;height:0px;width: 0px;}
	.bx_ordercart .bx_ordercart_coupon:first-of-type{opacity:0;height:0px;}
	.slogan{display:none;}
	.print #header .middle-h-row .basket_wrapp{display:block !important;}
	.basket_wrapp  .header-cart, .middle_phone .phones .order_wrap_btn{display:none;}
	.print_basket{display:block;}
	.bx_ordercart .bx_ordercart_order_table_container table thead td{text-align:left;}
	.bx_ordercart .bx_ordercart_order_table_container table thead td.item, .bx_ordercart .bx_ordercart_order_table_container tbody td.item{padding-left:30px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto{padding:0px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto >div{min-width:0px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td{padding-left:12px;}
	.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:12px;}
	.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{font-size:14px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price, .bx_ordercart .bx_ordercart_order_table_container tbody td.custom>div:not(.centered){font-size:15px;}
	.bx_ordercart .bx_ordercart_order_sum tr #allSum_FORMATED, .bx_ordercart .bx_ordercart_order_sum tr #allSum_wVAT_FORMATED, .bx_ordercart .bx_ordercart_order_sum tr td:first-child{font-size:15px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price{font-size:11px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price, .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{font-size:10px;}

	.basket_print_desc{margin:30px 0 50px;overflow:hidden;}
	#panel, .top-h-row, .catalog_menu, #header .middle-h-row .center_block > *, #header .middle-h-row .center_block > .middle_phone .order_wrap_btn, #header .middle-h-row .basket_wrapp, .footer, .breadcrumbs, .basket_sort, .counter_block span, .bigdata_recommended_products_container, .bottom_btn, .coupon, .style-switcher, .delay-cell, .remove-cell, .bigdata_recommended_products_items{display:none !important;}
	div#jivo-iframe-container{display:none !important;visibility:hidden;}
	.counter_block, .counter_block input, .bottom.middle .top_total_row, #header{border-color:transparent !important;}
	.counter_block input{background:none !important;}
	.row_values{width:178px !important;}
	#header .middle-h-row .center_block > .middle_phone, .wrapper.has_menu #header .wrapper_inner .middle-h-row .center_block .middle_phone, .wrapper.has_menu #header .phones{display:block !important;text-align:right;}
	.wrapper.has_menu #header .middle-h-row .center_block .middle_phone .phone_text a{font-size:19px;}
	.basket_fly #header .middle-h-row .center_block{padding-right:0;}
	h1{padding-top:20px;}
	.basket_print_desc .store_property{display:inline-block;float:left;margin-right:3%;vertical-align:top;width:22%;}
	.basket_print_desc .store_property:last-of-type{margin-right:0;}
	body .wrapper #header{margin-bottom:0 !important;}
	.wrapper{padding-bottom:0;}
	table{page-break-inside:auto;}
	tr{page-break-inside:avoid;page-break-after:auto;}

	footer .contact-block .info .row>div{width:100%;float:none;}
	.viewed_product_block, footer .subscribe_wrap, footer .social-block{display:none;}
	footer .info.contacts_block_footer{padding-left:0px;}
	footer .row > div{width:100%;}
	footer .info i{display:none;}
	footer .info .blocks{padding-left:0px;}
	footer .info .blocks:before, footer .bottom-under .inner-wrapper .copy-block .print-block{display:none;}

	.bx_ordercart .bx_ordercart_order_table_container{overflow:visible;border: 1px solid #f3f3f3;}

	.bx_ordercart .bx_ordercart_order_table_container>table{display:table;}
	.bx_ordercart .bx_ordercart_order_table_container table thead, .bx_ordercart .bx_ordercart_order_table_container>table>tbody{display:table-row-group;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr{display:table-row;padding:0px;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td:not(.item):not(.itemphoto):not(.margin){display:table-cell;width:auto;position:relative;}
	.bx_ordercart .bx_ordercart_order_table_container table td.margin{min-width:0px;max-width:0px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto{float:none;opacity: 0;height: 0px;width: 0px;margin:0px;min-width:0px;max-width:0px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.item{width: 535px;padding-top: 47px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.item, .bx_ordercart .bx_ordercart_order_table_container tbody td.item h2{text-align:left !important;}

	#bx-soa-order .bx-soa-section .bx-soa-section-content{display:block !important;}

	#header .middle-h-row, #header .catalog_menu{margin:0px;}
	body h1{text-align:left;padding-right:0px;}

	.print div.error{font-size:8px !important;}
	.print table{page-break-after:auto;}
	.print tr{page-break-inside:avoid;page-break-after:auto;}
	.print td{page-break-inside:avoid;page-break-after:auto;}
	.print thead{display:table-header-group;}
	.print tfoot{display:table-footer-group;}

	/*basket*/
	#basket-root .basket-items-list-item-descriptions-inner{flex-direction:row;}
	#basket-root .basket-items-search-field{display:none;}
	#basket-root .basket-item-block-info{-webkit-box-flex: 3;-ms-flex: 3;flex: 3;}
	#basket-root .basket-item-block-image{margin-top:0px;}
	#basket-root .basket-item-amount-btn-plus:before, #basket-root .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after{background-color:#6c6c6d !important;}
	#basket-root tr.basket-items-list-item-container{display:table-row !important;}
	#basket-root tr.basket-items-list-item-container > td{display:table-cell !important;}
	.basket-checkout-section-inner{justify-content: left;text-align:left;}
	#basket-root .icon_error_block{padding-left:0px;}
	#basket-root .icon_error_block:after{display:none;}
	#basket-root .basket-checkout-block-total{text-align:left;}
	#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning{padding-left:0px;}
	#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning a[data-entity="basket-item-remove-delayed"]:before{display:none;}
	#basket-root .basket-item-info-name, #basket-root .basket-item-info-name-link,
	#basket-root .basket-items-list-wrapper-compact .basket-item-block-price > div{text-align:left;}

	#mobileheadersimple .arrow-back{display: none;}

	.basket-coupon-block-field {display: none}
}
@media print and (orientation: landscape){
	.flex-direction-nav{display:none !important;}
}

/* End */


/* Start:/local/templates/aspro_next/css/form.css?17652636141164*/
body .eye-password input[type="password"],
body .eye-password input[type="text"],
body .bx-soa-auth .eye-password input[type="password"],
body .bx-soa-auth .eye-password input[type="text"] {
  padding-right: 55px;
}
.eye-password{
  position: relative;
}

.eye-password:after {
  background-image: url("/local/templates/aspro_next/css/../images/svg/eye_close.svg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  content: "";
  cursor: pointer;
  height: 37px;
  position: absolute;
  right: 1px;
  bottom: 0px;
  width: 55px;
}

.row > .eye-password:after {
  right: 17px;
}

body .bx-soa-auth .eye-password:after{
  top: 0;
}

.eye-password.password-show:after {
  background-image: url("/local/templates/aspro_next/css/../images/svg/eye_open.svg");
}

.jqmWindow input[type="text"]:focus,
.jqmWindow input[type="password"]:focus,
.jqmWindow input[type="email"]:focus,
.jqmWindow input[type="tel"]:focus,
.jqmWindow textarea:focus,
.jqmWindow select:focus {
  background-color: var(--card_bg_hover_black);
  background: #fff;
  border-color: var(--stroke_black);
  border: 1px solid #ccc;
  outline: none;
}

.form .eye-password input {
  background-size: 0px !important;
}
/* End */


/* Start:/local/templates/aspro_next/themes/custom_s1/theme.css?176423353648705*/
a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
  background-color: #72b774;
}
a.scroll-to-top.ROUND_COLOR:hover,
a.scroll-to-top.RECT_COLOR:hover {
  background-color: #a6a6a6;
}
ul li::before {
  color: #6ab367;
}
.basket_print i {
  background-color: #60b062;
}
.rss_feed_icon {
  background: #6ab367;
  color: #000;
}
.start_promo .item i.title a,
.start_promo .item i.price a,
.start_promo .item i.title span,
.start_promo .item i.price span,
.start_promo .item span.main_wrap i:after,
.start_promo .item p span,
.wrap_tizer .wrap_outer,
.wrap_tizer .wrap_outer .outer_text,
.wrap_tizer .wrap_outer .inner_text {
  background: #6eb670;
}
.start_promo .item i.title span,
.start_promo .item i.price span {
  box-shadow: -4px 1px 0px 4px #6eb670, 4px 1px 0px 4px #6eb670;
}
.start_promo .item i.price span {
  box-shadow: -4px 0px 0px 4px #6eb670, 4px 0px 0px 4px #6eb670;
}
.module-map .infoBox .close_info:hover {
  background-color: #6ab367;
}
#header ul.menu.full > li.search_row #search-submit-button:hover,
#header ul.menu.full > li.search_row #search-submit-button.hover {
  border: transparent;
}
#header .catalog_menu ul.menu > li,
#header ul.menu.adaptive:not(.opened) li.menu_opener,
#header ul.menu.full.opened li:not(.search_row):hover,
#header ul.menu.full.opened li.current {
  border-bottom: 1px solid #4b9652;
}
#header .catalog_menu ul.menu > li:not(.current):not(.stretch):hover {
  border-bottom: 1px solid #4d9a4d;
  border-right: 1px solid #4d9a4d;
}
#header ul.menu.full.opened li:not(.search_row):hover,
#header ul.menu.full.opened li.current {
  border-top: 1px solid #6eb670;
}
#header .catalog_menu ul.menu > li.current > a {
  color: #fff;
  border-left: 1px solid #6ab56c;
}
#header .catalog_menu ul.menu > li {
  border-right: 1px solid #4b9652;
}
.header-cart-block .cart span.icon i {
  background-position: 0px -84px;
}
ul.menu li .child .child_wrapp,
.breadcrumbs .dropdown,
.authorization-cols .form-block {
  border-top: 2px solid #6ab367;
}
.catalog_detail ul.tabs.main_tabs {
  border-bottom: 2px solid #6ab367;
}
ul.menu li b.space,
.breadcrumbs .drop b.space,
.hint .triangle {
  border-bottom: 6px solid #6ab367;
}
.basket_button,
.basket_button span,
.button30,
.button30 span,
.popup .soc-avt .row a {
  color: #fff;
}
#bx-soa-order-form .btn.btn-default {
  background: #72b774;
  border-color: #72b774;
}
#bx-soa-order-form .btn.btn-default:hover {
  background: #86c188;
  border-color: #86c188;
}
ul.tabs li.cur .triangle,
.view-list .view-header i.triangle {
  border-top: 5px solid #60b062 !important;
}
.basket_button.add span {
  background-position: 0px -6px;
}
.basket_button.read_more span {
  background-position: 1px -448px;
}
.basket_button.added span {
  background-position: 0px -45px;
}
.front_slider_wrapp .extended_pagination > li.active i.triangle {
  border-right-color: #60b062;
}
.catalog_detail .extended_info a.compare_item i {
  background-position: -32px -65px;
}
.catalog_detail .extended_info a.wish_item i {
  background-position: 3px -72px;
}
.display_list a.compare_item i {
  background-position: -32px -3px;
}
.display_list a.wish_item i {
  background-position: -3px -2px;
}
.display_list a.compare_item:hover i,
.display_list a.compare_item.added i {
  background-position: -32px -65px;
}
.display_list a.wish_item:hover i,
.display_list a.wish_item.added i {
  background-position: -3px -63px;
}
.popup .form .form_head {
  border-bottom-color: #6ab367;
}
.item_slider .thumbs i.triangle {
  border-bottom: 5px solid #6ab367;
}
blockquote:before {
  background-color: #6ab367;
}
.module-gallery-list li .fancy_hover:hover {
  border: 2px solid #6ab367;
}
.smartfilter .bx_ui_slider_track .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar_V {
  background: #72b774;
}
.catalog_block .catalog_item .basket_button.read_more span {
  background-position: 1px -408px;
}
.catalog_block .catalog_item .basket_button.to-cart span {
  background-position: 0 -7px;
}
.catalog_block .catalog_item:hover .basket_button span {
  color: #fff;
  background-position: 0px -87px;
}
.catalog_block .catalog_item:hover .basket_button.read_more span {
  background-position: 1px -448px !important;
}
.catalog_item .basket_button.in-cart span,
.basket_button.in-cart span {
  background-position: 0px -127px !important;
}
.catalog_item:hover .item-title a,
.item:hover .info a,
.item:hover .name a,
.item:hover .title a,
.item .title a:hover {
  color: #60b062 !important;
}
.uploader:hover {
  background: #72b774;
  border-color: #72b774;
}
.uploader:hover .resetfile:before {
  background-color: #86c188;
}
.EXTENDED .blog-comment-meta .rating-vote a.active * {
  fill: #72b774 !important;
}
.EXTENDED .blog-comment-meta a {
  color: #72b774 !important;
}
.catalog_item:hover .basket_button.added span {
  color: #fff;
}
.bx_filter_container #modef .triangle,
.left_block .internal_sections_list .child_wrapp .triangle {
  border-right: 6px solid #6ab367;
}
#order_form_div .sale_order_table .ps_logo img:hover,
#order_form_div .sale_order_table .ps_logo input[type=radio]:checked + label img,
#order_form_div .sale_order_table.delivery label:hover img,
#order_form_div .sale_order_table.delivery input[type=radio]:checked + label img,
#order_form_div div.ps_logo.selected img,
#order_form_div .account label:hover img,
#order_form_div .account img.active {
  border: 2px solid #6ab367;
}
.front_slider_wrapp .extended_pagination > li.active span,
a.b-share-popup__item:hover .b-share-popup__item__text {
  color: #fff !important;
}
ul.tabs li.cur span,
ul.tabs li.cur:hover span,
.front_slider_wrapp a.read_more {
  color: #fff;
}
.left_menu > li.current >a,
.left_menu > li:not(.exit):hover {
  background: #6ab367;
}
a i.arrow b {
  background-position: -36px 0px;
}
.top-h-row .search #search-submit-button:hover i,
.top-h-row .search #search-submit-button.hover i {
  background-position: top center;
}
.catalog_detail a.compare_item:hover .icon i {
  background-position: -32px -65px;
}
.catalog_detail a.wish_item:hover .icon i {
  background-position: 2px -45px;
}
ul.menu li.current a i {
  background-position: -61px 0px;
}
.button30.ask_question span.show_form,
.button30.ask_question span.hide_form {
  background-position: 5px -605px;
}
.button30.ask_question span.hide_form {
  color: #000;
}
.button30.ask_question span.hide_form:hover {
  color: #fff;
}
.question-list .q .ic b {
  background-position: -38px -188px;
}
.question-list .q.op .ic b {
  background-position: -8px -188px;
}
.number_list a.current span {
  color: #fff !important;
}
.basket_button span,
.compare_button span {
  background-position: 0px -87px;
}
.bx_filter_container_title .hint.active .hint_icon,
.bx_filter_container_title .hint.active .hint_icon,
.bx_filter_container_title .hint.active .hint_icon:hover,
#header .basket_fly .opener .basket_count:not(.empty) .count {
  color: #fff;
}
.left_block .internal_sections_list li.item:hover > a,
.left_block .internal_sections_list li.item.cur > a {
  color: #fff;
}
.left_block .internal_sections_list li * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
a.compare_item i {
  background-position: -31px -1px;
}
a.wish_item i {
  background-position: -2px -1px;
}
a.compare_item:hover i {
  background-position: -31px -33px;
}
a.wish_item:hover i {
  background-position: -2px -32px;
}
a.compare_item.added i {
  background-position: -31px -63px;
}
a.wish_item.added i {
  background-position: -2px -62px;
}
.module_products_list .basket_button.to-cart span {
  background-position: 0 -7px;
}
.module_products_list .basket_button.to-cart:hover span {
  background-position: 0px -87px;
}
.basket_button.in-cart span {
  background-position: 0px -127px;
}
.popup .close:hover i,
.inline.close:hover i,
.popup .grey .close i,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover:after {
  background-position: -1px -59px;
}
.card_popup_frame.popup .but_row a.to_basket .icon i {
  background-position: -5px -170px;
}
.soc-serv-main .button30 span,
.reviews-expanded .button30.add_review span,
.catalog_detail .basket_button.one_click span,
.button30.review_preview span,
.popup .grey .pop-up-title {
  color: #000;
  text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  -moz-text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  -o-text-shadow: 0 1px 0px rgba(255,255,255,0.5);
  -webkit-text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.module-order-history .status.delivered {
  color: #fff;
}
.jobs_wrapp .item a:not(.opened):hover .icon i,
.staff_wrapp .section .section_title:not(.opened):hover .icon i {
  background-position: -31px -33px;
}
.jobs_wrapp .item a.opened:hover .icon i,
.staff_wrapp .section .section_title.opened:hover .icon i {
  background-position: 0 -34px;
}
.button30.add_review span {
  background-position: 4px -286px;
}
.button30.send_review span {
  background-position: 4px -365px;
}
.card_popup_frame.popup .but_row a.to_delay .icon i {
  background-position: -48px -257px;
}
.compare_button span {
  background-position: -32px -64px;
}
#header .basket_fly .opener .basket_count .icon i {
  background-position: -7px -89px;
}
#header .basket_fly .opener .basket_count.empty:hover .icon i {
  background-position: -7px -47px;
}
#header .basket_fly .opener .basket_count.empty .icon i {
  background-position: -7px -5px;
}
#header .basket_fly .opener .wish_count .icon i {
  background-position: -48px -424px;
}
#header .basket_fly .opener .wish_count:hover .icon i {
  background-position: -48px -383px;
}
ul.menu li a {
  color: #000;
}
.catalog_menu ul.menu li a {
  color: #fff;
}
ul.menu li a i {
  background-position: -2px -20px;
}
.catalog_menu ul.menu li a i {
  background-position: -61px 0px;
}
a i.arrow.down b {
  background-position: -36px -35px;
}
.catalog_item:hover .basket_button span {
  color: #fff;
}
ul.specials_slider .basket_button span {
  background-position: 0 -7px;
}
ul.specials_slider .basket_button:hover span,
ul.specials_slider li:hover .basket_button span {
  background-position: 0px -87px;
}
ul.specials_slider  .basket_button.read_more span {
  background-position: 1px -408px;
}
ul.specials_slider li:hover .basket_button.read_more span {
  background-position: 1px -448px !important;
}
.top_slider_wrapp .flex-direction-nav li a.flex-next {
  background-position: -58px -60px;
}
.top_slider_wrapp .flex-direction-nav li:hover a.flex-prev {
  background-position: -3px -60px;
}
.top_slider_wrapp .flex-direction-nav li a.flex-prev {
  background-position: -3px 0px;
}
#header .basket_fly .opener .wish_count.empty:hover .icon i {
  background-position: -48px -341px;
}
#header .basket_fly .opener .wish_count.empty .icon i {
  background-position: -48px -299px;
}
#basket-root .basket-items-list-header-filter-item:not(.active) {
  color: #72b774;
}
#basket-root .basket-items-list-header-filter-item.active:before {
  background-color: #72b774;
}
#basket-root .basket-item-scu-item:hover,
#basket-root .basket-item-scu-item.selected,
#basket-root .basket-item-scu-item.not-available:hover {
  border-color: #72b774;
}
#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning a[data-entity="basket-item-remove-delayed"]:before {
  background-color: #72b774;
}
#basket-root .basket-item-property-scu-text .basket-item-scu-item.selected {
  background-color: #72b774;
}
#basket-root .basket-coupon-block-coupon-btn {
  background-color: #72b774;
}
#basket-root .basket-checkout-section .btn.btn-default:not(.basket-btn-checkout),
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-button-container .btn {
  border-color: #72b774;
  background-color: #72b774;
}
#basket-root .basket-checkout-section .btn.btn-default:hover,
body #basket-root .basket-checkout-section .btn.btn-default:active,
body #basket-root .basket-checkout-section .btn.btn-default:focus,
.sale-products-gift .product-item-small-card .product-item-container .product-item .product-item-button-container .btn:hover {
  border-color: #86c188;
  background-color: #86c188;
}
#basket-root #basket-warning {
  border-color: #72b774;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title:before {
  background-color: #72b774;
}
#bx-soa-order div[class*=bx-sls] .quick-locations .quick-location-tag {
  border-color: #72b774;
  color: #72b774;
}
#bx-soa-order div[class*=bx-sls] .quick-locations .quick-location-tag:hover {
  background-color: #72b774;
  color: #fff;
}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label:before,
#bx-soa-order .bx-soa .form-group .radio-inline label:hover:before,
#bx-soa-order .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container:before,
#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
  background-color: #72b774;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container,
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container {
  border-color: #72b774;
}
#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:before,
#bx-soa-order .bx-soa-pp-desc-container .checkbox label:hover:before,
#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:before {
  background-color: #72b774;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-smalltitle,
#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left {
  color: #72b774;
}
#bx-soa-order .bx-soa-coupon-input:hover:after,
#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove:hover {
  background-color: #72b774;
}
div[class*=bx-sls] .bx-ui-sls-clear:hover:before {
  background-color: #72b774 !important;
}
.set_block .item .item_inner .image .quantity {
  background-color: #72b774;
}
@media all and (max-width: 950px) {
  .header_wrap.colored #header .center_block .main-nav {
    background: #6eb670;
  }
}
@media all and (max-width: 767px) {
  .top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next {
    background-position: -26px -49px;
  }
  .top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next:hover {
    background-position: -26px -25px;
  }
  .top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev {
    background-position: 10px -49px;
  }
  .top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev:hover {
    background-position: 10px -25px;
  }
  body .color-controls .flex-control-paging li a.flex-active,
  body .color-controls .flex-control-paging li:hover a:not(.touch) {
    background: #6eb670;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWFlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhmYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#6eb670 0%,#5dae62 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6eb670),color-stop(100%,#5dae62));
    background: -webkit-linear-gradient(top,#6eb670 0%,#5dae62 100%);
    background: -o-linear-gradient(top,#6eb670 0%,#5dae62 100%);
    background: -ms-linear-gradient(top,#6eb670 0%,#5dae62 100%);
    background: linear-gradient(to bottom,#6eb670 0%,#5dae62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bcolor_00aae2',endColorstr='@bcolor_008fc7',GradientType=0);
  }
}
@media all and (max-width: 600px) {
  #header ul.menu.full.opened > li,
  .has_menu #header .center_block .main-nav {
    background-color: #6eb670;
  }
  .has_menu #header .center_block .main-nav:hover {
    background: #aab2aa none repeat scroll 0 0;
  }
  #header ul.menu.full.opened li.current {
    background: #5dae62;
  }
}
@media all and (max-width: 550px) {
  body #footer .footer_inner .line {
    border-top: 4px solid #6ab367;
  }
  .basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span,
  .basket_wrapp .basket_empty .wraps_icon_block.basket .count span {
    color: #FFF;
    background: #6eb670;
  }
}
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li:hover>a,
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li.opened>a,
#header .wrapper_middle_menu.wrap_menu ul.mobile_menu li.current > a {
  background: #aab2aa;
}
#header .wrapper_middle_menu.wrap_menu ul.menu.opened > li {
  background: #60b062;
}
.button.transparent,
.h_color_white .header_wrap .menu > li.current > a span,
.h_color_white.wrapper #header ul.menu li .child .child_wrapp,
.m_color_white.wrapper #header ul.menu li .child .child_wrapp,
.basket_normal .popup.card_popup_frame .basket_popup_wrapp,
.basket_sort ul.tabs li.cur div,
.smartfilter .bx_ui_slider_track .bx_ui_slider_handle,
.bx_filter .button,
.bx_filter_vertical input[type="checkbox"]:checked + label.sku,
.sku_props .bx_item_detail_size ul li.active,
.bx_size_scroller_container .bx_size ul li.bx_active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li.active span.cnt,
.item_slider .thumbs li.current,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column,
.bx_element input[type=radio]:checked + label .bx_logotype,
.bx_element label.selected .bx_logotype {
  border-color: #72b774;
}
a,
.link,
.button.transparent,
.button.transparent:hover,
.specials_slider_wrapp ul.tabs > li span,
.tab_slider_wrapp ul.tabs > li span,
.basket_wrapp .basket_block .link:hover + .wraps_icon_block + .text .title,
.stores .stores_list .item a span,
.phones .order_wrap_btn,
.footer_bottom .all_menu_block ul li a:hover,
.footer_bottom .submenu_top .menu_item a:hover,
.avtorization-call.enter:hover span,
.top-h-row .h-user-block a:hover,
ul.menu .child li.menu_item a,
#header .catalog_menu ul.menu > li.current > a,
ul.menu .child .depth3 a,
ul.menu .child li.menu_title a:hover,
#header ul.menu li .child.submenu .child_wrapp a:not(.title),
.img_block_capcha .reload,
.h_color_white .center_block .menu.full > li:hover > a,
.m_color_white #header .wrapper_middle_menu .menu.bottom > li:hover > a,
.m_color_white #header .wrapper_middle_menu .menu.bottom > li.hover > a,
body #header ul.menu li .child.line .child_wrapp > a:hover,
.basket_sort ul.tabs li .wrap_li > span *,
.basket_sort ul.tabs li .wrap_li > span,
.bx_filter_parameters_box_title:hover,
.bx_filter .bx_filter_popup_result a,
.left_block .internal_sections_list .child_wrapp .child li.cur > a,
.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item.cur,
.left_block .internal_sections_list .child_wrapp a:hover,
.ajax_load_btn:hover .more_text_ajax,
.breadcrumbs a:hover span,
.tabs-head li.current span,
.item-stock .store_view,
.reviews-post-reply-buttons a:hover,
h4.hover,
.button.transparent.white:hover,
.button.white_bg,
.item .child_container .child_wrapp .menu_item.current a,
.item .child_container .child_wrapp .menu_item:hover a {
  color: #60b062;
}
button.button,
input.button,
.button,
#header ul.menu.full.opened li:not(.search_row):hover,
#header ul.menu.full > li.search_row #search-submit-button:hover,
table.title-search-result td.title-search-all a .icon,
.flex-direction-nav li:hover,
.flex-direction-nav li:first-child:hover,
.top_slider_wrapp .flex-direction-nav li:hover,
.like_icons .wish_item.added,
.like_icons .compare_item.added,
.light .stores .all_map,
.block_wr.dark,
.popup .close:hover,
.inline.close:hover span,
.header_wrap #header .middle-h-row .logo_wrapp .logo a,
.h_color_colored .header_wrap #header,
.registraion-page .top p:after,
.has_menu.m_color_colored #header .catalog_menu,
.module-cart .remove-cell a:hover,
.cart_shell .remove-cell a:hover,
.bx_item_set_hor .bx_item_set_hor_item a.remove,
.bx_filter .bx_filter_popup_result,
.bx_filter .bx_filter_parameters_box_title:before,
.bx_filter_vertical input[type="checkbox"] + label:before,
.filter input[type="checkbox"] + label:before,
.filter input[type="radio"] + label:before,
.bx_filter label.pal:hover .bx_filter_param_btn,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn,
.bx_filter_vertical input[type="checkbox"]:checked + label.sku,
.left_block .internal_sections_list li.cur,
.left_block .internal_sections_list li:hover,
.left_block .internal_sections_list .title .inner_block:hover:before,
.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item.cur:before,
.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item:hover:before,
.left_block .internal_sections_list .child_wrapp ul.child li.cur:after,
.left_block .internal_sections_list .child_wrapp ul.child li:hover:after,
body #content .props_list tr td > span:before,
body #content .props_list tr td > .txt:before,
.module-pagination .nums .cur,
.more_text_ajax:before,
.captcha_reload:before,
.sku_props .bx_item_detail_size ul li.active,
.bx_size_scroller_container .bx_size ul li.bx_active,
.bx_catalog_item_scu .bx_item_detail_scu ul li.active span:not(.cnt_item),
.ik_select_list .ik_select_list_inner ul li.ik_select_active,
.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li a.current,
.filter_opener.opened,
.filter_opener:hover,
.no_goods .no_products:before,
.wr_scrollbar .scrollbar .handle,
.remove:hover,
a i.arrow,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover,
.bx_kit_item .bx_kit_item_add,
.catalog_detail .offers_table td.opener:hover .opener_icon,
.opener_icon:hover,
.char_name .hint .icon:hover,
.char_name .hint.active .icon,
.location-block-wrapper .bx-sls .bx-ui-sls-clear:before,
h4:hover .opener_icon,
.bg_block:before,
#order_form_div input[type="submit"],
.module-order-history .item_name:hover .icon,
.module-order-history .item_name:hover .icon,
.faq.list .item .q:hover .opener_icon,
.jobs_wrapp .item .name tr:hover .opener_icon,
.slider-nav:hover {
  color: #FFF;
  background: #6eb670;
}
.bigs .flex-direction-nav li {
  color: #FFF;
  background: #6eb670;
}
.btn.btn-default {
  background-color: #72b774;
  border-color: #72b774;
  color: #ffffff;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  background-color: #86c188;
  border-color: #86c188;
}
.btn.btn-default.white:not(.grey) {
  color: #72b774 !important;
  border: 1px solid #72b774;
  background: #ffffff;
}
.btn.btn-default.white:hover,
.btn-default.white:active,
.btn-default.white:focus {
  color: #ffffff !important;
  border-color: #72b774;
  background: #72b774;
}
.btn.btn-default.white.white-bg:hover,
.btn-default.white.white-bg:active,
.btn-default.white.white-bg:focus {
  color: #72b774 !important;
  border-color: #72b774;
  background: #fff;
}
.btn.btn-primary {
  background-color: #00b290;
  border-color: #00b290;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #30c4a8;
  border-color: #30c4a8;
}
.btn.btn-success {
  background-color: #84bc29;
  border-color: #84bc29;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  background-color: #9dca53;
  border-color: #9dca53;
}
.btn.btn-info {
  background-color: #0ca9e3;
  border-color: #0ca9e3;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  background-color: #39baec;
  border-color: #39baec;
}
.btn.btn-warning {
  background-color: #f38b04;
  border-color: #f38b04;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus {
  background-color: #f8a132;
  border-color: #f8a132;
}
.btn.btn-danger {
  background-color: #dc130d;
  border-color: #dc130d;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background-color: #e63f3a;
  border-color: #e63f3a;
}
.btn.btn-transparent {
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
  color: #000000;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active,
.btn.btn-transparent:focus {
  background-color: #86c188;
  border-color: #86c188;
}
.btn.btn-transparent:hover {
  color: #ffffff;
}
.btn.btn-responsive-nav {
  background-color: #72b774;
}
.btn.btn-responsive-nav:hover {
  color: #72b774;
  border: 1px solid #72b774;
  background-color: #ffffff;
  padding: 4px 7px 2px;
}
.btn.btn-link {
  color: #72b774;
  border-color: #e8f3e8;
}
.btn.btn-link:hover {
  color: #86c188;
  border-color: transparent;
}
.btn.btn-link:active {
  color: #498f4b;
}
.btn.btn-default.wc.vert .fa {
  background-color: #72b774;
}
.btn.btn-default.wc.vert:hover .fa {
  background-color: #86c188;
}
.btn.btn-transparent-border:hover {
  background-color: #72b774;
  border: 1px solid #72b774;
}
.btn-inline {
  color: #72b774;
}
.btn-inline.black:hover {
  color: #72b774;
}
.btn-inline.rounded:hover i {
  background: #72b774;
}
.popup-window-content-white .popup-window-buttons .btn,
.colored_theme_bg,
.colored_theme_hover_bg:hover {
  background-color: #72b774;
  border-color: #72b774;
}
.popup-window-content-white .popup-window-buttons .btn:hover {
  background-color: #86c188;
  border-color: #86c188;
}
body .fa.big-icon {
  background: #72b774;
}
body .fa.big-icon.grey {
  color: #72b774;
  background: #efefef;
}
.icon-text {
  color: #fff;
  background: #72b774;
}
.icon-text .fa {
  color: #fff;
}
.icon-text.grey {
  color: #222;
  background: #efefef;
}
.icon-text.grey .fa {
  color: #72b774;
}
.introtext {
  border-bottom-color: #72b774;
}
.preview-text-detail .colored_line {
  background-color: #72b774;
}
.sort_display a.current {
  background-color: #72b774;
}
.view_sale_block .quantity_block .values .item {
  background-color: #72b774;
}
footer .info .email a:hover {
  color: #72b774;
}
.logo.colored svg .icon-path,
.svg.colored path {
  fill: #72b774;
}
.cluster_custom svg .cls-cluster2,
.cls-marker2 {
  fill: #72b774 !important;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li a:before {
  background-color: #72b774;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list li.active a {
  color: #72b774 !important;
}
#mobileheader .mobileheader-v2 {
  background: #72b774;
}
#mobilemenu .menu ul>li.selected a:before {
  background: #72b774;
}
#mobilemenu .contacts a:hover {
  color: #72b774;
}
#mobilemenu .menu>ul>li.counters .count {
  background: #72b774;
}
#headerfixed .menu-block.rows:hover {
  background-color: #72b774;
}
.menu-block .navs ul li.active > a,
#headerfixed .menu-block .navs ul li a:hover,
#headerfixed .menu-block .navs ul li a:focus {
  color: #72b774;
}
#headerfixed .personal-link:hover .svg-inline-cabinet path {
  fill: #72b774;
}
.top-block.colored {
  background: #72b774;
}
.top-block .social-icons li a:hover:before {
  background-color: #72b774;
}
.top-block .top-block-item  .inline-search-show:hover>span {
  color: #72b774;
}
.logo.colored img,
header .line-row,
#mobileheader .logo.colored img {
  background-color: #72b774;
}
.logo-row .top-callback .phone .fa,
.logo-row .top-callback .email .fa {
  background-color: #72b774;
}
.logo-row .top-callback .email,
.logo-row .top-callback .email a:hover {
  color: #86c188;
}
.inline-search-block.fixed.big .search .close-block:hover .close-icons {
  background-color: #86c188;
}
.head-block .item-link.active .title,
.head-block .item-link.active span,
.head-block .item-link.active .btn-inline {
  color: #72b774;
}
.head-block .item-link.active .title span:before,
.head-block .item-link.active .title .btn-inline:before {
  background: #72b774;
}
.search-tags-cloud .tags a:hover {
  background: #72b774;
}
.logo.colored a img {
  background-color: #6eb670;
}
.dark-color:hover,
a.colored,
.colored {
  color: #72b774;
}
.catalog_detail .bx-modal-container .btn.btn-add,
.personal_wrapper form input[type=submit] {
  color: #FFF;
  background: #72b774;
}
.catalog_detail .bx-modal-container .btn.btn-add:hover,
.personal_wrapper form input[type=submit]:hover {
  background: #86c188;
}
.colored #header .catalog_menu ul.menu > li,
header .wrap_menu {
  background: #68b26a;
}
.tabs-head li.current:before {
  background-color: #6eb670;
}
.like_icons .compare_item.added i,
.like_icons .wish_item.added i {
  background-color: #6eb670;
}
.icon_error_block:after {
  background-color: #6eb670 !important;
}
.flex-direction-nav li:first-child,
.flex-direction-nav li,
.flex-direction-nav li:hover {
  border-bottom-width: 0px;
}
.specials_slider_wrapp ul.tabs li.cur span,
.tab_slider_wrapp ul.tabs li.cur span,
.popup .popup-intro {
  border-bottom-color: #a4a4a4;
}
.button:hover,
.like_icons .compare_item.added:hover,
.like_icons .wish_item.added:hover,
.light .stores .all_map:hover {
  background: #a4a4a4;
}
html:not(.bx-touch) .like_icons .compare_item.added:hover i,
html:not(.bx-touch) .like_icons .wish_item.added:hover i {
  background-color: #a4a4a4;
}
.wrapper_middle_menu.wrap_menu.mobile:hover {
  background: #a4a4a4;
}
.header_wrap #header .catalog_menu.menu_colored .inc_menu  ul.menu > li:not(.current):hover > a {
  background: #7cbc7e;
}
header .menu_top_block li .dropdown>li:hover>a,
header .menu_top_block li:not(.catalog) .dropdown>li.current >a:not(.section),
header .menu_top_block li.catalog>.dropdown>li:hover>a:before {
  background: #72b774;
}
header .menu_colored .menu_top_block >li.current >a,
header .menu_dark .menu_top_block.menu >li.current >a,
header .menu_dark .menu_top_block.menu >li.current:hover >a,
.menu_top_block.catalog_block .dropdown >li.full:hover>a:before,
.menu_top_block.catalog_block .dropdown >li.full.current>a,
header .menu_top_block li.catalog>.dropdown>li.current>a,
.left_menu > li.current> a,
.left_menu > li:hover> a:before {
  background: #5dae5f;
}
header .menu_top_block >li.catalog >a,
header .menu_top_block >li.catalog.current >a,
header .menu_top_block >li.catalog {
  background-color: #72b774;
}
header .catalog_menu .menu_top_block.menu li.catalog li.full.current >a:after,
header .catalog_menu .menu_top_block.menu li.catalog li.full:hover >a:after,
.menu_top_block.catalog_block .dropdown >li.full:hover>a:after,
.left_menu > li.has-childs:hover> a:after {
  color: #6ab56c;
}
header .menu_top_block li .dropdown>li.menu_item>a:hover,
.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>a:not(.section):hover,
.menu_top_block.catalog_block .dropdown>li.full:hover>a,
.left_menu > li:hover> a {
  color: #60b062;
}
.phone_block .phone_wrap .icons {
  color: #60b062;
}
header .menu_top_block li.catalog>.dropdown>li:hover>a,
header .menu_top_block li.catalog>.dropdown>li>.dropdown>li.current>a:not(.section) {
  color: #60b062;
}
header .menu_top_block li .dropdown>li.current >a.section1,
.menu_top_block li .dropdown>li >a.section1:hover,
#header .catalog_menu.menu_light ul.menu > li.current > a,
#header .catalog_menu.menu_light ul.menu > li:hover > a {
  color: #60b062;
}
.mega_fixed_menu .mega-menu table .wrap > .dropdown-menu .dropdown-submenu > a:hover>.arrow>i {
  background-color: #72b774;
}
.mega_fixed_menu .svg.svg-close:hover {
  background-color: #72b774;
}
.inline-search-block.bg-colored-block.show {
  background-color: #72b774;
}
.menu-row.bgcolored .wrap_icon:hover {
  background-color: #86c188;
}
.logo_and_menu-row .burger:hover .svg-burger {
  background-color: #86c188;
}
body .basket-link.basket-count .count {
  background-color: #72b774;
}
.logo_and_menu-row .basket-link:hover .title {
  color: #72b774;
}
.top-block-item  .basket-link:hover  .title {
  color: #72b774;
}
.top-btn:hover .svg:not(.inline) {
  background-color: #72b774;
}
.top-btn .svg.inline:hover svg path,
.top-btn:hover .svg.inline svg path,
.svg.inline:not(.colored):hover svg path,
a:hover .svg.inline path {
  fill: #72b774;
}
a:hover .svg:not(.inline) {
  background-color: #72b774;
}
.fill_bg_n .menu-row.bgcolored,
.fill_bg_y .menu-row.bgcolored > .maxwidth-theme {
  background-color: #72b774;
}
.menu-row.bgcolored .mega-menu table td:hover {
  background-color: #86c188;
}
.menu-row.bgcolored .mega-menu table td.active {
  background-color: #57a959;
}
.mega-menu ul.nav li.active,
.mega-menu ul.nav li:hover {
  background-color: #72b774;
}
.mega-menu table td.active .wrap > a,
.mega-menu table td:not(.search-item):hover .wrap > a {
  color: #72b774;
}
.topmenu-LIGHT .mega-menu table td.active .wrap > .more-items span:before,
.topmenu-LIGHT .mega-menu table td:not(.search-item):hover .wrap > .more-items span:before {
  background-color: #72b774;
}
.mega-menu table td .wrap > a .line-wrapper .line {
  background-color: #72b774;
}
.topmenu-LIGHT .mega-menu table .tail {
  border-bottom: 6px solid #64b067;
}
.mega-menu table .dropdown-menu li > a:hover,
.mega-menu table .dropdown-submenu:hover > a,
.mega-menu table .dropdown-submenu:hover > a:after,
.cabinet-dropdown .cabinet-dropdown__item > a:hover,
.cabinet-dropdown .cabinet-dropdown__item.active > a {
  color: #72b774;
}
.mega-menu table .dropdown-menu li.active > a,
.mega-menu table .dropdown-submenu.active > a,
.mega-menu table .dropdown-submenu.active  > a:after {
  color: #72b774;
}
body .mega-menu table td .wrap > .dropdown-menu .menu-wrapper > li:first-of-type:before,
body .mega-menu table td .wrap > .dropdown-menu > li:first-of-type:before {
  background-color: #72b774;
}
.cabinet-dropdown .cabinet-dropdown__item:first-of-type:before {
  background-color: #72b774;
}
.menu-row.middle-block.bglight .mega-menu table td.icon.sale_icon .wrap > a:before {
  background-color: #72b774;
}
.tabs .nav-tabs li.active a {
  color: #72b774;
}
.tabs .nav-tabs li.active a:before {
  background: #72b774;
}
.tabs .nav-tabs a:hover,
.tabs .nav-tabs a:active,
.tabs .nav-tabs a:focus {
  color: #72b774;
}
.catalog_detail .active .title-tab-heading,
.catalog_detail .title-tab-heading:focus,
.catalog_detail .title-tab-heading:active,
.catalog_detail .title-tab-heading:hover {
  color: #72b774;
}
#simple-prediction .catalog-element-popup-element {
  color: #72b774;
}
.style-switcher .switch:hover,
.style-switcher .switch_presets:hover {
  background: #72b774;
}
.style-switcher .header .header-inner:hover,
.style-switcher .header .header-inner:active,
.style-switcher .header .header-inner:focus {
  background-color: #72b774;
  border-color: #72b774;
}
.style-switcher .header .save_btn:hover {
  background: #72b774;
}
.style-switcher .options .link-item.preset-block:hover .info .icon,
.style-switcher .options .link-item.preset-block.current .info .icon {
  border-color: #72b774;
  background: #72b774;
}
.style-switcher .options .preset-block.current {
  border-color: #72b774;
}
.style-switcher .options > span.current:not(.block),
.style-switcher .options .link-item.current:not(.block):not(.preset-block) {
  background: #72b774;
}
.style-switcher .options .link-item.current.block {
  border-color: #72b774;
}
.style-switcher .tooltip-link:hover {
  background: #72b774;
  border-color: #72b774;
}
.style-switcher .options > div.base_color.current > span,
.style-switcher .options > div.base_color.current > span:hover {
  border-color: #72b774;
}
.style-switcher .left-block .section-block.active:before {
  background: #72b774;
}
.style-switcher .block-title .dotted-block {
  color: #72b774;
}
.uploader:hover .action {
  background-color: #86c188;
  border-color: #86c188;
}
p.drop-caps:first-child:first-letter {
  color: #72b774;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #72b774;
}
.label-info {
  background-color: #72b774;
}
section.toggle label {
  color: #72b774;
  border-color: #72b774;
}
section.toggle.active > label {
  background-color: #72b774;
  border-color: #72b774;
}
.progress-bar-primary {
  background-color: #72b774;
}
.slider-container .tp-caption a:not(.btn):hover {
  color: #8dc58f;
}
.tp-bullets .bullet.selected,
.tp-bullets .bullet:hover {
  background: #72b774 !important;
}
.fa.colored {
  background: #72b774;
}
.page-top-wrapper.color {
  background: #72b774;
}
.bg_colored_block,
.popup_regions .items .item.current {
  background-color: #72b774;
}
.viewed_block .item_block:hover a {
  color: #72b774;
}
.basket_fill_COLOR .header-cart .basket_fly .opener {
  background: #1af620;
}
.basket_fill_COLOR .header-cart .basket_fly .opener >div:not(.basket_count):hover,
.basket_bottom_block.basket_fill_COLOR .maxwidth-theme .top-block-item .inner-table-block a:not(.basket):hover {
  background: #6ab56c;
}
.basket_fill_COLOR.basket_bottom_block {
  background: #1af620;
}
.basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a.basket {
  background: #8dc58f;
}
#footer .footer_inner .line,
.basket_fly .opener .basket_count,
.page_not_found td.image img {
  background: #8dc58f;
}
.basket_fly .opener .basket_count:hover,
.basket_bottom_block .maxwidth-theme .top-block-item .inner-table-block a.basket:hover {
  background: #a5d1a6;
}
.subscribe-form input.send_btn {
  background-color: #6ab56c;
}
.bx_ordercart .bx_ordercart_order_pay .bx_bt_button {
  background: #72b774;
}
.left_block .subscribe-form .wrap_bg {
  background-color: #6ab56c;
}
.news_blocks .info_block .item:before {
  background-color: #6ab56c;
}
.bx_ordercart .bx_ordercart_order_pay .bx_bt_button:hover {
  background: #86c188;
}
a .zoom {
  background: #72b774;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul li.bx_active a {
  background: #a4a4a4;
  color: #fff;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul li:not(.bx_active):hover a {
  color: #60b062;
}
a.dark_link:hover,
.dark_link:hover span,
.dl:hover a,
.selected a.dark_link,
.current a.dark_link {
  color: #60b062 !important;
}
.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>a,
body .menu_top_block.catalog_block .v_bottom li.current>a,
header .menu_top_block.catalogfirst li.full>.dropdown>li:not(.current)>a {
  color: #60b062;
}
.middle_phone .phone_wrap .icons,
.top_slider_wrapp .flexslider .slides > li:after {
  background-color: #6ab56c;
}
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text {
  background-color: #6eb670;
}
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons .btn {
  background: #72b774;
}
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons .btn.white {
  color: #fff !important;
}
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons .btn:hover {
  color: #6eb670 !important;
  background-color: #fff;
}
.top_slider_wrapp.view_2 .flexslider .slides li td.tablet_text .banner_buttons .btn:hover .svg-playpause svg path {
  fill: #222;
}
.basket_wrapp:not(.basket_fill_COLOR) .basket_fly .wraps_icon_block.delay .count span {
  background-color: #6ab56c;
}
.basket_normal .basket_wrapp .wraps_icon_block.basket .count span {
  background-color: #6ab56c;
}
.bx_filter .bx_filter_parameters_box_title:hover:after {
  color: #60b062;
}
.bx_filter .bx_filter_param_label.active .bx_filter_btn_color_icon,
.bx_catalog_item_scu ul li.active .cnt_item,
.bx_scu_scroller_container ul li.bx_active .cnt_item {
  box-shadow: 0px 0px 0px 2px #6ab56c;
}
.bx_filter_vertical input[type="checkbox"]:not(:checked) + label.sku:hover span,
.sku_props .bx_item_detail_size ul li:not(.active):hover span,
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:hover span {
  color: #60b062;
}
.bx_filter_vertical input[type="checkbox"] + label.sku:hover,
.sku_props .bx_item_detail_size ul li:hover,
.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:hover {
  border-color: #60b062;
}
.bx_filter.compact .bx_filter_parameters_box.set .bx_filter_parameters_box_title:not(.prices) {
  border: 1px solid #72b774;
  color: #72b774;
}
.bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title .delete_filter svg path {
  fill: #72b774;
}
.menu-row.middle-block.bglight .mega-menu table td.icon.sale_icon .wrap > a .svg path {
  fill: #72b774;
}
._active .section-gallery-wrapper__item-nav:before {
  background-color: #72b774;
}
.more_text_ajax:after {
  background-color: #6ab56c;
}
.list_item .description_wrapp .like_icons span.added {
  color: #60b062;
}
.bx_ordercart .bx_sort_container a.current:after {
  background: #aab2aa;
}
.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout {
  color: #72b774;
  border: 1px solid #72b774;
  background: #ffffff;
}
.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout:hover {
  color: #fff;
  border-color: #72b774;
  background: #72b774;
}
.button.transparent:not(.text):hover {
  border-color: #aab2aa;
  background: #aab2aa;
  color: #fff;
}
.button.transparent.grey_br:hover {
  border-color: #aab2aa;
  background: #fff;
}
.bx_ordercart tbody td.control a:first-of-type:hover,
.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type:hover,
.bx_ordercart #basket_items_subscribed  tbody td.control a:first-of-type:hover,
.bx_ordercart #basket_items_not_available  tbody td.control a:last-of-type:hover,
.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon:not(:first-of-type) > span:hover {
  background-color: #aab2aa;
}
.bx_ordercart .bx_sort_container a,
.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_title a:hover,
.bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_title a {
  color: #6ab56c;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone a {
  color: #FFF;
  background: #6ab56c;
}
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a:hover,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone a {
  background: #86c188;
}
.sale_order_full_table input[name="BuyButton"] {
  background-color: #6eb670;
}
.sale_order_full_table input[name="BuyButton"] {
  background-color: #86c188;
}
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:active a,
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a,
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:hover a {
  border-color: #86c188;
}
.color_link {
  color: #60b062 !important;
}
.detail .gallery-block .small-gallery ul.items li.flex-active-slide,
.detail .gallery-block .small-gallery ul.items li:hover {
  border-color: #72b774;
}
.page_error_block svg path {
  fill: #72b774;
}
.sale-personal-section-index-block-ico i,
.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-item:before {
  background-color: #72b774;
}
.sale-personal-section-index-block-ico i.fa {
  color: #72b774;
}
.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
  border-color: #aab2aa;
  color: #60b062;
}
.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
  background-color: #aab2aa;
}
.bx-sap .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container,
.bx-sap .sale-acountpay-pp-company:hover .sale-acountpay-pp-company-graf-container,
.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-image {
  border-color: #aab2aa !important;
}
.bx-sap .sale-acountpay-pp-company:not(.bx-selected):hover .sale-acountpay-pp-company-smalltitle,
.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-smalltitle {
  color: #60b062 !important;
}
.bx-sap .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container:before,
.bx-sap .sale-acountpay-pp-company:not(.bx-selected):hover .sale-acountpay-pp-company-graf-container:before {
  background-color: #72b774;
  border: none;
}
.sale-personal-profile-list-container>tbody>tr>td:first-child b {
  color: #72b774;
}
.personal_wrapper .sale-profile-detail-link-list a:before {
  background-color: #72b774;
}
.personal_wrapper input[type=submit]:last-of-type,
.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type > div:last-of-type a,
.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-cancel {
  border-color: #72b774;
  color: #72b774 !important;
}
.personal_wrapper input[type=submit]:hover:last-of-type,
.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type > div:last-of-type a:hover,
.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-cancel:hover {
  background: #72b774;
  color: #fff !important;
}
.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12 > a,
.sale-order-detail-about-order-inner-container-list-item-link {
  color: #72b774;
}
.personal_wrapper .orders_wrapper .sale-order-list-inner-row > div >a {
  background: #72b774;
}
.personal_wrapper .orders_wrapper .sale-order-list-inner-row > div >a:hover {
  background: #86c188;
}
.personal_wrapper .orders_wrapper .sale-order-list-change-payment {
  color: #72b774;
}
.personal_wrapper .orders_wrapper .sale-order-list-button {
  background-color: #72b774;
}
.personal_wrapper .orders_wrapper .sale-order-list-button:hover {
  background-color: #86c188;
}
.bx_my_order_cancel a,
.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a.sale-order-list-cancel-payment {
  color: #72b774 !important;
}
.personal_wrapper form[name=ShopForm] input[type=submit],
.personal_wrapper .sale-order-list-inner-row-template input[type=submit],
.personal_wrapper .sale-order-detail-inner-row-template input[type=submit],
.personal_wrapper .sale-order-payment-change-pp input[type=submit],
.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-button,
.personal_wrapper .sale-order-detail-payment-options-methods-button-element,
.personal_wrapper .sale-order-detail-payment-options-methods-button-element-new-window {
  background: #72b774;
  color: #fff !important;
}
.personal_wrapper form[name=ShopForm] input[type=submit]:hover,
.personal_wrapper .sale-order-list-inner-row-template input[type=submit]:hover,
.personal_wrapper .sale-order-detail-inner-row-template input[type=submit]:hover,
.personal_wrapper .sale-order-payment-change-pp input[type=submit]:hover,
.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat .sale-order-detail-about-order-inner-container-repeat-button:hover,
.personal_wrapper .sale-order-detail-payment-options-methods-button-element:hover,
.personal_wrapper .sale-order-detail-payment-options-methods-button-element-new-window:hover {
  background: #86c188;
  border-color: transparent;
}
.landings__show-all {
  border-color: #72b774;
  color: #72b774;
}
.landings__show-all:hover {
  background-color: #72b774;
}
.landings_list--chip a:hover,
.landings_list--chip a.active {
  background-color: #72b774;
}
.reviews.item-views.front .item .image:before {
  background-color: #72b774;
}
.item-views .item .bottom-props .value {
  background-color: #72b774;
}
.bottom-menu .item:hover .title a,
.bottom-menu .item:hover .title,
.bottom-menu .item.active .title a,
.bottom-menu .item.active .title {
  color: #86c188 !important;
}
footer .print-link:hover {
  color: #86c188;
}
footer .print-link:hover svg path {
  fill: #86c188;
}
.catalog-delivery-error-icon svg path,
.catalog-delivery-error-icon svg circle {
  fill: #72b774;
}
.catalog-delivery-item.open .catalog-delivery-item-head:before {
  background-color: #72b774;
}
.catalog-delivery-item .catalog-delivery-item-head:hover .catalog-delivery-item-opener {
  border-color: #72b774 !important;
  background: #72b774 !important;
  color: #ffffff;
}
.catalog-delivery .bx-sls .quick-location-tag {
  border-color: #72b774;
  color: #72b774;
}
.catalog-delivery .bx-sls .quick-location-tag:hover {
  border-color: #72b774;
  background: #72b774;
  color: #ffffff;
}
body#main .colored_theme_text,
body#main .colored_theme_text_with_hover:not(:hover),
body#main .colored_theme_hover_text:hover {
  color: #72b774;
}
.notice__closer:hover svg * {
  stroke: #72b774;
}

/* End */


/* Start:/local/templates/aspro_next/bg_color/light/bgcolors.css?169329805762*/
body.fill_bg_y,
.footer_inner.fill {
  background: #f6f6f7;
}

/* End */


/* Start:/local/templates/aspro_next/css/width-3.css?17652636142462*/
body .wrapper_inner, body .maxwidth-theme{max-width:1350px;}
.top_slider_wrapp .flexslider .slides > li .text .wrap_text{max-width:1350px;margin:0 auto;}
.top_slider_wrapp .flexslider .slides > li .text.left .wrap_text{max-width: 675px;float:right;}
.top_slider_wrapp .flexslider .slides > li .text.right .wrap_text{max-width: 675px;float:left;}
.fill_bg_y .front.wide_page .adv_bottom_block, .fill_bg_y .front.wide_page hr{max-width: 1350px;}
.fill_bg_y .line-row{max-width: 1350px;}
.fill_bg_y .banners-content .maxwidth-banner{max-width: 1350px;}
.fill_bg_y .contacts_map, .fill_bg_y .contacts-page-map{max-width: 1350px;}
.fill_bg_y .banner.TOP_UNDERHEADER, .fill_bg_y .banner.FOOTER, .fill_bg_y .banner.CONTENT_TOP, .fill_bg_y .banner.CONTENT_BOTTOM{max-width: 1350px;}

body.fill_bg_y  .top_big_one_banner { max-width: 1350px; margin: 0 auto; }

.type_clothes .item_slider:not(.flex) .slides{max-width:500px;height:500px;line-height:497px;}
.type_clothes .item_slider:not(.flex) .slides ul:not(.flex-direction-nav) li{height:500px;line-height:500px;}

@media (min-width: 1401px){
	.fill_bg_y .contacts-page-map + .contacts.contacts-page-map-overlay{padding-left:0px;padding-right:0px;position: static;}
	.fill_bg_y .contacts-page-map + .contacts.contacts-page-map-overlay .contacts-wrapper{margin-left:53px;margin-right:53px;position: relative;}
}

@media (min-width: 768px) and (max-width: 1400px){
	.contacts-page-map + .contacts.contacts-page-map-overlay{padding-left:0px;padding-right:0px;margin-left:53px;margin-right:53px;}
}

@media all and (min-width: 768px){
	.contacts-page-map + .contacts.contacts-page-map-overlay{max-width: 1330px;}
}

@media (min-width: 992px) and (max-width: 1300px){
	.ajax_load.block .view_sale_block .title,.ajax_load.block .view_sale_block .values .item .text{font-size:10px;}
	.ajax_load.block .view_sale_block .values .item{font-size:13px;}

	.ajax_load.block .cost.prices .price{font-size:16px;}
	.ajax_load.block .catalog_block .sale_block{font-size:11px;}
	.ajax_load.block .catalog_block .sale_block .text{font-size:11px;padding: 2px 6px 2px;margin-right:1px;}
}

@media (max-width: 1350px){
	.ajax_load.block .view_sale_block{width:auto;margin-left: -10px;margin-right: -10px;}
}
@media (max-width: 1600px){
	.top-block .top-description .confirm_region{left:10px;}
	.top-block .top-description .confirm_region:before, .top-description .confirm_region:after{left:50px;}
}
/* End */


/* Start:/local/templates/aspro_next/css/font-1.css?17652636144472*/
/* 15px/24px Rubik (Default) */
html {font-size: 15px;}
body{font: 15px/24px "Rubik", Arial, sans-serif;}
.tooltip{font-family: "Rubik", Arial, sans-serif;}

.logo_and_menu-row .personal-link .title{font-size:13px;}
.logo-row .top-description .js_city_chooser{font-size:14px;}

.right_info_block .brand .preview .link.icons_fa:after{top:6px;}

.mega-menu td .wrap > a .line-wrapper .line{bottom: -39px;}
.menu-row.middle-block.bglight .mega-menu td .wrap > a .line-wrapper .line{bottom: -21px;}

body .items-services.item-views .item .body-info .previewtext, .item-views.table-elements .item .body-info .previewtext, .item-views .item .previewtext p{font-size:14px;}
.introtext, .preview-text-detail{font-size:15px;}

.middle_info .top_props .title{font-weight: 600;}

/*catalog*/
.sections_wrapper .list .item .name a{font-size:15px;}
.bx_filter .bx_filter_parameters_box_title:after{top:4px;}
.stickers .stickers-wrapper > div{font-size:10px;}
.main-block .prop_title_table .item .prop-block, .main-block .item .prop-block{font-size:13px;}
.side-menu .submenu{font-size:13px;}
.bx_item_detail_inc_two .list-type-block.item-views .item > .body-info .title{font-size:13px;}
.item-views .item .price .price_old .price_val, .item-views .item .price .price_old .fa, .order-block .price .price_old .price_val, .order-block .price .price_old .fa{font-size:14px;}
.item-views .item .price .price_val, .order-block .price .price_val{font-size:18px;}
.additional_block p{font-size:15px;}
.catalog_detail .item-stock > span{font-size:14px;}

.item-views.sections .item .title a{}
header.header-v8 .svg-search.white{top:-2px;}

.title_block{font-size:21px;}
.title_block.sm{font-size:19px;}

/*filter*/
.bx_filter_select_popup ul li label,.bx_filter_select_popup ul li a{font-family: "Rubik", Arial, sans-serif;}

/*basket*/
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom>div:not(.centered){font-size:16px;}

/*basket2*/
#basket-root .basket-item-info-name, #basket-root .basket-item-info-name-link,
#basket-root .basket-items-list-header-filter-item, #basket-root .basket-item-property-value, #basket-root .basket-item-property-custom-value,
#basket-root .basket-item-property-name, #basket-root .basket-item-property-custom-name, #basket-root .basket-item-price-current-text,
#basket-root .basket-item-price-title, #basket-root .basket-item-amount-field-description,
#basket-root .basket-coupon-block-field-description, #basket-root .basket-coupon-alert, #basket-root .basket-coupon-alert .close-link,
#basket-root .basket-checkout-block-total-title, #basket-root .basket-checkout-block-total-description, #basket-root .basket-coupon-block-total-price-current,
#basket-root .basket-coupon-block-total-price-difference, #basket-root .basket-coupon-block-total-price-old,
#basket-root .basket-item-price-old-text, #basket-root .basket-item-price-difference, #basket-root .basket-item-property-scu-text .basket-item-scu-item-inner{font-family: "Rubik", Arial, sans-serif;}

/*order*/
body .bx-soa-section-title{font-size:22px;}
#bx-soa-order .bx-sls .bx-ui-sls-fake, #bx-soa-order .bx-sls .bx-ui-sls-route{font-family: "Rubik", Arial, Helvetica, sans-serif;}
.personal_wrapper .orders_wrapper .sale-order-list-button, .personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat > a, .sale-order-detail-payment-options-methods-button-element, .sale-order-detail-payment-options-methods-button-element-new-window{font-family: "Rubik", Arial, Helvetica, sans-serif;}
.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12 > a,
.sale-order-list-accomplished-date, .sale-order-list-accomplished-date-number,
.personal_wrapper .orders_wrapper .sale-order-title,
.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-accomplished-title, .personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-title, .personal_wrapper .orders_wrapper .sale-order-detail-general-item,
.personal_wrapper .orders_wrapper .sale-order-list-inner-row > div > a, .personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-title,
.btn.sale-account-pay-button, .bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route{font-family: "Rubik", Arial, Helvetica, sans-serif;}

.gm-style, .gm-style-iw-d {font: 15px/24px "Rubik",Arial,sans-serif;}
/* End */


/* Start:/local/templates/aspro_next/css/custom.css?1766141674235981*/
* {
    scrollbar-color: #585858 #F9F9FA;
    scrollbar-width: thin
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F9F9FA
}

::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
    background-color: #F9F9FA
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #585858
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
    background-color: #585858
}

.wrapper1 input[type="phone"] {
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    line-height: 20px;
    outline: none;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
}

.wrapper1 input[type="phone"]:hover {
    border: 1px solid var(--green);
}

.body--fixed {
    overflow: hidden;
}


body,
html {
    min-width: 320px;
}


body .basket_wrapp {
    z-index: 996;
}


.fancybox-overlay {
    z-index: 1001 !important;
}

.fancybox-wrap {
    z-index: 1002 !important;
}

.fancybox-skin {
    z-index: 1003 !important;
}

.basket_wrapp .basket-link .basket-go:before {
    top: 5px;
}

.wrapper1 input[type="text"],
.wrapper1 input[type="password"],
.wrapper1 input[type="email"],
.wrapper1 input[type="tel"],
.wrapper1 textarea,
.ogorodPopup input[type="text"],
.ogorodPopup input[type="password"],
.ogorodPopup input[type="email"],
.ogorodPopup input[type="tel"],
.ogorodPopup textarea,
#popup_iframe_wrapper input[type="text"],
#popup_iframe_wrapper input[type="password"],
#popup_iframe_wrapper input[type="email"],
#popup_iframe_wrapper input[type="tel"],
#popup_iframe_wrapper textarea,
#reviews_content form#form_comment textarea {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
}

.wrapper1 input[type="text"]:focus,
.wrapper1 input[type="password"]:focus,
.wrapper1 input[type="email"]:focus,
.wrapper1 input[type="tel"]:focus,
.wrapper1 textarea:focus,
.wrapper1 input[type="text"]:hover,
.wrapper1 input[type="password"]:hover,
.wrapper1 input[type="email"]:hover,
.wrapper1 input[type="tel"]:hover,
.wrapper1 textarea:hover,
.ogorodPopup input[type="text"]:focus,
.ogorodPopup input[type="password"]:focus,
.ogorodPopup input[type="email"]:focus,
.ogorodPopup input[type="tel"]:focus,
.ogorodPopup textarea:focus,
.ogorodPopup input[type="text"]:hover,
.ogorodPopup input[type="password"]:hover,
.ogorodPopup input[type="email"]:hover,
.ogorodPopup input[type="tel"]:hover,
.ogorodPopup textarea:hover,
#popup_iframe_wrapper input[type="text"]:focus,
#popup_iframe_wrapper input[type="password"]:focus,
#popup_iframe_wrapper input[type="email"]:focus,
#popup_iframe_wrapper input[type="tel"]:focus,
#popup_iframe_wrapper textarea:focus,
#popup_iframe_wrapper input[type="text"]:hover,
#popup_iframe_wrapper input[type="password"]:hover,
#popup_iframe_wrapper input[type="email"]:hover,
#popup_iframe_wrapper input[type="tel"]:hover,
#popup_iframe_wrapper textarea:hover,
#reviews_content form#form_comment textarea:focus,
#reviews_content form#form_comment textarea:hover {
    border: 1px solid var(--green);
}

.wrapper1 label.error~input[type="text"],
.wrapper1 label.error~input[type="password"],
.wrapper1 label.error~input[type="email"],
.wrapper1 label.error~input[type="tel"],
.ogorodPopup label.error~input[type="text"],
.ogorodPopup label.error~input[type="password"],
.ogorodPopup label.error~input[type="email"],
.ogorodPopup label.error~input[type="tel"],
#popup_iframe_wrapper label.error~input[type="text"],
#popup_iframe_wrapper label.error~input[type="password"],
#popup_iframe_wrapper label.error~input[type="email"],
#popup_iframe_wrapper label.error~input[type="tel"] {
    border: 1px solid #FF4D5E;
}

.wrapper1 .form textarea,
#popup_iframe_wrapper .form textarea {
    min-height: 200px;
    resize: none;
}


hr {
    background: transparent;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

ul li::before {
    color: #383838;
    font-size: 10px;
}

ol li:before {
    font-weight: bold;
}

.previewtext .right_block ul li,
.previewtext .right_block ol li {
    padding-left: 15px;
}


.select {
    font-size: 14px;
    position: relative;
}

.select__current {
    border: 1px solid rgb(188, 188, 188);
    padding: 14px 30px 14px 12px;
    line-height: 18px;
    position: relative;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 4px;
}

.select__current::before {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    border-right: 1px solid rgb(54, 61, 65);
    border-bottom: 1px solid rgb(54, 61, 65);
    width: 6px;
    height: 6px;
    transition: all 0.3s ease 0s;
    transform-origin: 4px 4px;
    cursor: pointer;
    transform: rotate(45deg);
    z-index: 2;
}

.select__current input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.select__current span,
.input-text span {
    display: block;
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    border-radius: 0px 0px 4px 4px;
    background-color: rgb(255, 255, 255);
    padding: 8px 0px;
    width: 100%;
    border: 1px solid #D9D9D9;
}

.favorites-sort .select__list {
    top: calc(100% + 20px);
}


.select-list__item,
.select-list__item--active {
    padding: 8px 12px;
    transition: all 0.3s ease 0s;
    position: relative;
    cursor: pointer;
    line-height: normal;
}

.select-list__item a,
a.select-list__item {
    color: #383838;
    display: block;
}

.select-list__item--active a,
.select-list__item--active,
a.select-list__item--active {
    color: var(--green);
    cursor: default;
}

.select-list__item:last-child {
    margin-bottom: 0px;
}


.select-list__item:hover {
    color: rgb(54, 61, 65);
}




.select--active .select__list {
    border-top: none;
}

.select--active .select__current {

    border: 1px solid #D9D9D9;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
}


.select--active .select__current::before {
    transform: rotate(225deg);
}

.select--active {
    z-index: 100;
}


h1 {
    line-height: 120%;
}

.btn {
    border-radius: 5px;
}

.btn.btn-default,
.btn.btn-default {
    background-color: transparent;
    border: none;
}


.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    box-shadow: none;
}

.btn--green,
.btn--green:focus {
    color: #FFF;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--green, #72B774);
    border: 1px solid var(--green);
    padding: 5px 15px;
    outline: none !important;
}

.btn--green:hover {
    background-color: #fff;
    color: var(--green, #72B774);
}

.sections_wrapper .list .item:hover {
    box-shadow: none;
}

.ogorod-main-section--topbanners+.ogorod-main-section--cards .top_block {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.ogorod-main-section--topbanners+.ogorod-main-section--cards .top_block a {
    margin-left: auto;
}

@media (max-width: 991px) {

    .ogorod-main-section--brands .top_block,
    .ogorod-main-section--reviews .top_block,
    .ogorod-main-section--cards:not(.ogorod-main-section--popular) .top_block {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .ogorod-main-section--brands .top_block a,
    .ogorod-main-section--reviews .top_block a,
    .ogorod-main-section--cards:not(.ogorod-main-section--popular) .top_block a {
        margin-left: auto;
    }

}


@media (max-width: 767px) {
    .sections_wrapper .top_block a {
        display: block;
    }
}

:root {
    --black: #1D2029;
    --green: #72B774;
    --dark-green: #519b53;
    --orange: #FF8700;
    --light-green: #b0e1b1;
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Rubik', sans-serif;
}

body .maxwidth-theme,
body .wrapper_inner {
    max-width: 1220px;
}

.wrapper1 {
    flex: auto;
}

.opener .compare_count {
    display: none !important;
}

.btn-default {
    color: var(--green);
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.title_block {
    font-size: 28px;
    margin-right: 25px;
    font-weight: 700;
}

.top_block {
    margin-bottom: 25px;
    padding: 0
}

.top_block a,
.news_akc_block .top_block a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: var(--green);
}

.top_block a~a {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .title_block {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 18px;
    }

    .top_block {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .front_page .content_wrapper_block.reviews_wrap .top_block,
    .brand_wrapper .top_block {
        padding-top: 20px;
    }
}

@media (max-width: 600px) {
    .title_block {
        font-size: 16px;
    }

    .top_block {
        margin-bottom: 10px;
    }

    .ogorod-main-section--popular .top_block {
        margin-bottom: 24px;
    }
}

.reviews.item-views .flexslider {
    padding-bottom: 30px;
}

.region_wrapper .btn.btn-default.aprove {
    background-color: #72b774;
    border: 1px solid #72B774;
    color: #fff;
}

.region_wrapper .btn.btn-default.white {
    background-color: #fff;
    border: 1px solid #72B774;
    color: #fff;
}


.region_wrapper .btn.btn-default.white:hover {
    background-color: #72b774;
    border: 1px solid #72B774;
    color: #fff;
}

.region_wrapper .btn.btn-default.aprove:hover {
    background-color: #fff;
    border: 1px solid #72B774;
    color: #72B774;
}


.btn {
    border-radius: 5px;
}

.splide__slide {
    outline: none !important;
}

.splide ul li:before {
    display: none;
}

.splide__pagination {
    position: static;
    margin-top: 18px;
}

.splide__pagination li {
    padding: 0;
}

.splide__pagination li:only-child {
    display: none;
}

.splide__pagination__page {
    margin: 0 5px;
}

.splide__pagination__page {
    opacity: 1;
}

.splide__arrow[disabled] {
    display: none !important;
}

.splide__arrow {
    width: 46px;
    height: 46px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    transition: background-color .3s;
}

.splide__arrow svg {
    display: none;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: none;
}

.splide__arrow:hover,
.splide__arrow:hover:not(:disabled) {
    opacity: 1;
    background-color: #60b062;
}

.splide__arrow:before,
.splide__arrow:after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

.splide__arrow:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-green2.svg);
    transform: rotate(180deg);
}

.splide__arrow:after {
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-white.svg);
    opacity: 0;
}

.splide__arrow--next {
    transform: translateY(-50%);
}


.splide__arrow:hover:before {
    opacity: 0;
}

.splide__arrow:hover:after {
    opacity: 1;
}

.flexslider .flex-control-nav li,
.front_slider_wrapp .flex-control-nav li,
.flex-control-nav li {
    padding-right: 10px;
}

.flex-control-nav li a,
.splide__pagination__page {
    background: #E4E4E4 !important;
}

.flex-control-nav li a.flex-active {
    background: #6eb670 !important;
}


.splide__pagination__page.is-active {
    background: var(--green) !important;
    transform: none;
}


.top_slider_wrapp .flex-control-nav li a {
    background: #fff !important;
}

.top_slider_wrapp .flex-control-nav li a.flex-active {
    background: var(--green) !important;
    border: 2px solid var(--green);
}


@media (max-width: 767px) {
    body .top_slider_wrapp .flex-control-paging {
        display: block;
    }

    .top_slider_wrapp .flex-control-nav li a {
        background: #E4E4E4 !important;
        border: 2px solid #E4E4E4;
    }

    .ogorod-main-section--topbanners .grey_block,
    .ogorod-main-section--topbanners .grey_block .maxwidth-theme {
        background-color: transparent;
    }
}


html body .wraps .flex-direction-nav {
    padding: 7px 0;
}

html body .wraps .flex-direction-nav li:not(.module-pagination li),
html body .wraps .flex-direction-nav li a:not(.module-pagination a) {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    background-image: none !important;
    transition: background-color .3s;
}

html body .wraps .flex-direction-nav li:not(.module-pagination .flex-direction-nav li) {
    background-color: transparent !important;
}

html body .wraps .flex-direction-nav li:hover a:not(.module-pagination a),
html body .wraps .flex-direction-nav li a:not(.module-pagination a):hover {
    background-color: var(--green) !important;
}

html body .wraps .flex-direction-nav li a:not(.module-pagination a):before,
html body .wraps .flex-direction-nav li a:not(.module-pagination a):after {
    content: '';
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
}

html body .wraps .flex-direction-nav li a:not(.module-pagination a):after {
    opacity: 0;
}

html body .wraps .flex-direction-nav li a:not(.module-pagination a):hover:after {
    opacity: 1;
}

html body .wraps .flex-direction-nav li a:not(.module-pagination a):hover:before {
    opacity: 0;
}

html body .wraps .flex-direction-nav li a:not(.module-pagination a):before {
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-green2.svg);

}

html body .wraps .flex-direction-nav li a.flex-prev:not(.module-pagination a):before {
    transform: rotate(180deg);
}

html body .wraps .flex-direction-nav li a:not(.module-pagination a):after {
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-white.svg)
}

html body .wraps .flex-direction-nav li.flex-nav-next a:not(.module-pagination a):before {
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-green2.svg)
}

html body .wraps .flex-direction-nav li.flex-nav-next a:not(.module-pagination a):after {
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-white2.svg)
}

html body .wraps .flex-direction-nav li:not(.module-pagination li):last-child {
    margin-left: 12px;
}

html body .wraps .flex-direction-nav li:not(.module-pagination li) {
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.07);
}


/*toolbar*/

.toolbar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    padding: 12px 30px;
    box-shadow: 0px -8px 12px rgba(152, 152, 152, 0.14);
    border-radius: 20px 20px 0 0;
    display: none;
}

.toolbar__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.toolbar__item {
    display: block;
    text-align: center;
    position: relative;
}

.toolbar__num {
    position: absolute;
    right: -3px;
    top: -6px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #FFF;
    font-family: Rubik;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    background-color: #72B774;
    z-index: 1;
    text-align: center;
    line-height: 20px;
}

.toolbar__num.orange {
    background-color: #FF8028;
}

.toolbar__icon {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.toolbar__icon:before,
.toolbar__icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.toolbar__icon:after,
.toolbar__item--active .toolbar__icon:before {
    opacity: 0;
}

.toolbar__item--active .toolbar__title {
    color: #72B774;
}

.toolbar__item--active .toolbar__icon:after {
    opacity: 1;
}

.toolbar__item--main .toolbar__icon:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-main.svg);
}

.toolbar__item--main .toolbar__icon:after {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-main-green.svg);
}

.toolbar__item--cat .toolbar__icon:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-cat.svg);
}

.toolbar__item--cat .toolbar__icon:after {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-cat-green.svg);
}

.toolbar__item--fav .toolbar__icon:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-fav.svg);
}

.toolbar__item--fav .toolbar__icon:after {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-fav-green.svg);
}

.toolbar__item--basket .toolbar__icon:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-basket.svg);
}

.toolbar__item--basket .toolbar__icon:after {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-basket-green.svg);
}

.toolbar__item--lk .toolbar__icon:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-lk.svg);
}

.toolbar__item--lk .toolbar__icon:after {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-lk-green.svg);
}

.toolbar__item--menu .toolbar__icon:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-menu.svg);
    opacity: 1;
}

.toolbar__item--menu .toolbar__icon:after {
    background-image: url(/local/templates/aspro_next/images/ogorod/toolbar-menu-close.svg);
}

.toolbar__item--menu.toolbar__item--active .toolbar__icon:before {
    opacity: 0;
}

.toolbar__title {
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    color: #6C6C6C;
}

.toolbar__item--menu .toolbar__title {
    color: #72B774;
}

@media (max-width: 991px) {
    .toolbar {
        display: block;
    }

}


.logo.colored img,
header .line-row,
#mobileheader .logo.colored img {
    background-color: transparent;
}


/*head*/
.ogorod-tophead {
    background-color: #F9F9FA;
}

.ogorod-tophead .maxwidth-theme {
    background-color: #F9F9FA;
}

.ogorod-tophead__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 12px;
}

.ogorod-tophead-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.ogorod-tophead-item__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--black)
}

.ogorod-tophead-item__title a {
    color: var(--black)
}

.ogorod-tophead__item--alert {
    width: 190px;
    padding-right: 32px;
    border-right: 1px solid #D9D9D9;
    margin-right: 32px;
}

.ogorod-tophead__item--phone {
    margin-right: 26px;
}

.ogorod-tophead__clients {
    width: 99px;
    background-color: var(--green);
    margin-top: -10px;
    margin-bottom: -12px;
    padding: 10px 15px 12px;
    border-radius: 5px;
}

.ogorod-tophead__clients span {
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
    text-align: center;
}

.ogorod-tophead__clients span:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

.ogorod-tophead__item--time {
    margin-left: auto;
    margin-right: 43px;
}

.ogorod-middlehead__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
}

.ogorod-middlehead__make-order {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 8px 8px 8px 32px;
    position: relative;
    background-color: #FF8028;
    transition: .3s;
    margin: 0 auto;
    cursor: pointer;
}

.ogorod-middlehead__make-order:before {
    width: 16px;
    height: 16px;
    left: 8px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url(/local/templates/aspro_next/images/ogorod/play-button.svg);
}

.ogorod-middlehead__make-order:hover {
    background-color: #f58b41;
}

.ogorod-middlehead__make-order a,
.ogorod-middlehead__make-order a:hover {
    color: #ffffff;
}


.ogorod-middlehead__lk a {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #1D2029;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    height: 25px;

}


.ogorod-middlehead__lk a:before {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url(/local/templates/aspro_next/images/ogorod/lk.svg);
}

.ogorod-middlehead__lk--in a {
    color: #60b062;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ogorod-middlehead__lk--in a:hover {
    color: #60b062;
    text-decoration: underline !important;
}

.ogorod-middlehead__lk--in a:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/lk-green.svg);
}

.ogorod-middlehead__lk--out a {
    padding-left: 0;
    color: #000;
    text-decoration: underline !important;
}

.ogorod-middlehead__lk--out a:hover {
    text-decoration: none !important;
}

.ogorod-middlehead__lk--out a:before {
    display: none;
}

.ogorod-middlehead__lk--reg a:hover {
    color: #60b062;
}

.ogorod-middlehead__lk--reg a:hover:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/lk-green.svg);
}

.ogorod-middlehead__lk--out {
    margin-left: auto;
}

.ogorod-middlehead__city {
    display: flex;
    align-items: center;
    width: 190px;
    margin-right: 32px;
}

.ogorod-tophead__item--point {
    width: 253px;
    padding-right: 32px;
}

#mobileheader .mobileheader-v1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ogorod-middlehead__search-fake {
    border-radius: 5px;
    border: 1px solid #72B774;
    height: 32px;
    width: 480px;
    cursor: text;
    position: relative;
}


.ogorod-middlehead__search-fake:before {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    background-color: var(--green);
    background-image: url(/local/templates/aspro_next/images/svg/Search_big_white.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    cursor: pointer;
}

.ogorod-middlehead__search {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 23px;
    padding-bottom: 61px;
    z-index: 999;
    max-height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: auto;
}

.ogorod-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, .6);
}

.ogorod-middlehead__search .maxwidth-theme {
    background-color: transparent;
}

.ogorod-middlehead__search-result {
    padding-top: 32px;
}

.ogorod-middlehead-search-result__wrap {
    display: flex;
}

.ogorod-middlehead-search-result__list {
    width: 232px;
}

.ogorod-middlehead-search-result__goods {
    width: calc(100% - 232px);
    display: flex;
    flex-wrap: wrap;
}

.ogorod-middlehead-search-result__small-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    color: #6C6C6C;
}

.ogorod-middlehead-search-result__block {
    margin-bottom: 20px;
}

.ogorod-middlehead-search-result__block:last-child {
    margin-bottom: 0;
}

.ogorod-middlehead-search-result__list a {
    display: block;
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 12px;
    color: #000;
    border-bottom: 1px solid #ECECEC;
}

.ogorod-middlehead-search-result__list a:hover {
    color: #72B774;
}

.ogorod-middlehead-search-result__list a:last-child {
    border-bottom: none;
}

#title-search_fixed .search .form-control {
    width: calc(100% - 143px);
    margin-bottom: 0;
}

#title-search_fixed .search .search-input {
    border: 1px solid #72B774;
    background-color: #fff;
    padding-right: 0;
    width: 100%;
    height: 38px;
}

#title-search_fixed .search .btn-search {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 2px;
    background: #72B774;
    text-transform: uppercase;
    width: 94px;
    position: static;
    margin-left: auto;
    border: 1px solid #72B774;
    transition: .3s;
    padding: 0;
    text-align: center;
}


@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    #title-search_fixed .search .btn-search:hover {
        color: #72B774;
        background-color: #fff;
    }
}

#title-search_fixed form.search {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-middlehead__search-close {
    background-image: url(/local/templates/aspro_next/images/svg/Close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-position: right center;
    height: 38px;
    width: 43px;
    cursor: pointer;
}

.ogorod-middlehead-search-result__goods .ogorod-card {
    width: 25%;
}

.ogorod-middlehead-search-result__all {
    display: block;
    text-align: center;
    margin-top: 28px;
}

.ogorod-middlehead-search-result__all span {
    display: inline-block;
    padding: 5px 15px;
    transition: .3s;
    border-radius: 5px;
    border: 1px solid #72B774;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.ogorod-middlehead-search-result__all:hover span {
    color: #fff;
    background-color: #72B774;
}

.title-search-result {
    display: none !important;
}

.ogorod-middlehead-search-result__bigtitle {
    color: #6C6C6C;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    margin-top: 100px;
    display: none;
}

.ogorod-middlehead__search--empty {
    padding-bottom: 0;
    background-image: url(/local/templates/aspro_next/images/ogorod/vegan.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1277px;
    max-height: none;
    height: 648px;
}

.ogorod-middlehead__search--empty .ogorod-middlehead-search-result__bigtitle {
    display: block;
}

.ogorod-middlehead__search--empty .ogorod-middlehead-search-result__wrap,
.ogorod-middlehead__search--empty .ogorod-middlehead-search-result__all {
    display: none;
}

.ogorod-middlehead__searchadap,
.ogorod-middlehead__pin {
    display: none;
}


/*mobile-menu*/
#mobileheader #mobilemenu {
    background-color: #F5F5F6;
}

#mobileheader #mobilemenu .menu>ul.top,
#mobileheader #mobilemenu .menu>ul.top>li.expanded>ul,
#mobileheader #mobilemenu .menu>ul.top>li.expanded>ul>li.expanded>ul,
#mobileheader #mobilemenu .menu>ul.top>li.expanded>ul>li.expanded>ul>li.expanded>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 10px;
    border-radius: 0 0 16px 16px;
}

#mobileheader #mobilemenu .menu.top {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}

#mobileheader #mobilemenu .menu>ul.top>li,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title) {
    width: 33.33%;
    border: none;
    padding: 4px;
}

#mobileheader #mobilemenu .menu>ul.top>li>a,
#mobileheader #mobilemenu .menu>ul.top>li>a.parent,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a.parent,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a.parent,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a.parent {
    padding: 8px;
    height: 128px;
    position: relative;
    border-radius: 10px;
    background-color: #F9F9FA;
}

#mobileheader #mobilemenu .menu>ul.top>li>a>.arrow>.svg.svg_triangle_right,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>.arrow>.svg.svg_triangle_right,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>.arrow>.svg.svg_triangle_right,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>.arrow>.svg.svg_triangle_right {
    background-image: url("/local/templates/aspro_next/images/menu-arrow.svg");
}

#mobileheader #mobilemenu .menu>ul.top>li>a>.arrow,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>.arrow,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>.arrow,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>.arrow {
    width: 30px;
    height: 30px;
    padding: 0;
}

#mobileheader #mobilemenu .menu>ul.top>li>.arrow>.svg,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>.arrow>.svg,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>.arrow>.svg,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>.arrow>.svg {
    margin: 0;
    left: 0;
    top: 0;
    min-height: auto;
    min-width: auto;
    width: 100%;
    height: 100%;
}

#mobileheader #mobilemenu .menu>ul.top>li>a>img,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>img,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>img,
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#mobileheader #mobilemenu .menu>ul.top>li>a>span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow) {
    padding-right: 0;
    display: block;
    color: #1D2029;
    font-weight: 400;
}

#mobileheader #mobilemenu .menu>ul.top>li>a>span.arrow~span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>span.arrow~span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span.arrow~span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span.arrow~span:not(.arrow) {
    padding-right: 20px;
}


#mobileheader #mobilemenu .menu>ul.top>li>a>span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li>a>span:not(.arrow) {
    font-size: 12px;
    line-height: 16.59px;
}

#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow),
#mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow) {
    font-size: 14px;
    line-height: 16px;
    word-break: break-word;
}

#mobileheader #mobilemenu .menu>ul.top>li>a,
#mobileheader #mobilemenu .menu>ul.top>li>a.parent {
    overflow: hidden;
}

#mobileheader #mobilemenu li.menu_back {
    width: 55px;
    position: absolute;
    left: 35px;
    top: 26px;
    border: none;
    z-index: 1;

}

#mobileheader #mobilemenu li.menu_back a {
    padding: 0 0 0 18px;
    color: #6C6C6C;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.22px;
    text-transform: lowercase;

}

#mobileheader #mobilemenu li.menu_back a .svg {
    width: 10px;
    height: 100%;
    min-width: 0;
    min-height: 0;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
}

#mobileheader #mobilemenu li.menu_title {
    background: transparent;
    text-align: center;
    border: none;
    padding: 24px 70px 16px;
}

#mobileheader #mobilemenu li.menu_title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.96px;
    color: #262626;
}

#mobilemenu .menu ul>li.selected>a:before {
    inset: auto !important;
    left: 8px !important;
    bottom: 8px !important;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

#mobileheader #mobilemenu .ogorod-social {
    margin-bottom: 10px;
}

#mobileheader #mobilemenu .ogorod-contacts a,
#mobileheader #mobilemenu .ogorod-contacts div {
    font-size: 14px;
    font-weight: 500;
    line-height: 14.22px;
    color: #6C6C6C;
    display: block;
    margin-bottom: 14px;
}


#mobileheader #mobilemenu .menu>ul.top>li.menu-last-li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#mobileheader #mobilemenu .menu>ul.top>li.menu-last-li>a.menu-last-li__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(50% - 4px);
}

#mobileheader #mobilemenu .menu>ul.top>li.menu-last-li span:first-child {
    display: none !important;
}


.menu-city__current {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.59px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    height: 36px;
}

.menu-bottom {
    padding: 16px 30px;
}

.menu-city__pin,
.menu-city__arrow {
    position: absolute;
    top: 0;
    height: 36px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-city__pin {
    left: 0;
}

.menu-city__arrow {
    right: 0;
}

.ogorod-search-adap {
    display: none;
    width: 100%;
}

.ogorod-search-desktop {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ogorod-card-search {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    border-bottom: 1px solid #d3d3d3;
    color: #000;
}

.ogorod-card-search:last-child {
    border-bottom: none;
}

.ogorod-card-search__info {
    width: calc(100% - 40px);
    padding-right: 15px;
}

.ogorod-card-search__img {
    width: 40px;
}

.ogorod-card-search__img img {
    width: 100%;
}

.ogorod-card-search-price__price {
    font-weight: 500;
}

.ogorod-middlehead__fav {
    display: none;
    position: absolute;
    right: 16px;
    top: 3px;
    width: 30px;
    height: 30px;
}


@media (max-width: 1400px) {
    .ogorod-middlehead__search--empty {
        background-image: url(/local/templates/aspro_next/images/ogorod/veganadap.svg);
        background-size: 500px;
        height: 560px;
    }
}

@media (max-height: 800px) and (min-width: 768px) {
    .ogorod-middlehead-search-result__bigtitle {
        font-size: 22px;
        margin-top: 20px;
    }

    .ogorod-middlehead__search--empty {
        height: 448px;
    }
}

@media (max-width: 1219px) {
    .ogorod-tophead__item--point {
        width: auto;
        padding-right: 0;
        margin-right: auto;
    }

    .ogorod-tophead__item--phone {
        margin-right: auto;
    }

    .ogorod-tophead__item--time {
        margin-right: auto;
    }


    .ogorod-tophead-item__title {
        font-size: 12px;
        line-height: 18px;
    }

    .ogorod-tophead__item--alert {
        width: 155px;
        padding-right: 15px;
        margin-right: 15px;
    }

    .ogorod-middlehead__city {
        width: 155px;
        margin-right: 15px;
    }

    .region_wrapper {
        font-size: 12px;
    }
}

@media (max-width: 1190px) {
    .ogorod-middlehead__search-fake {
        width: 352px;
    }

    .ogorod-tophead__item--point {
        max-width: 140px;
    }
}

@media (max-width: 991px) {
    .ogorod-middlehead-search-result__wrap {
        display: block;
    }

    .ogorod-middlehead-search-result__goods,
    .ogorod-middlehead-search-result__list {
        width: 100%;
    }

    .ogorod-middlehead__search {
        padding-top: 15px;
        padding-bottom: 20px;
        max-height: calc(100vh - 60px);
        overflow: visible;
    }

    .ogorod-middlehead__search--empty {
        max-height: none;
    }

    .ogorod-middlehead-search-result__all {
        margin-top: 10px;
    }

    .ogorod-middlehead-search-result__bigtitle {
        font-size: 24px;
        margin-top: 70px;
    }

    .ogorod-middlehead__search-fake {
        margin-left: auto;
        margin-right: 15px;
        width: calc(100% - 260px);
    }

    .ogorod-middlehead-search-result__goods .ogorod-card {
        display: none;
        width: 50%;
    }

    .ogorod-middlehead-search-result__goods .ogorod-card:nth-child(1),
    .ogorod-middlehead-search-result__goods .ogorod-card:nth-child(2) {
        display: block;
    }

    .ogorod-middlehead-search-result__list a {
        font-size: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid #d3d3d3;
    }

    .ogorod-middlehead__search-result {
        padding-top: 16px;
    }

    #title-search_fixed .search .btn-search {
        font-size: 10px;
        width: 52px;
        height: 26px;
        line-height: 26px;
    }

    #title-search_fixed .search .form-control {
        width: calc(100% - 84px);
    }

    #title-search_fixed .search .search-input {
        height: 36px;
        border: none;

    }


    .ogorod-middlehead__search-close {
        width: 26px;
        height: 26px;
    }

    .ogorod-middlehead-search-result__block {
        margin-bottom: 18px;
    }

    .ogorod-middlehead-search-result__list {
        margin-bottom: 20px;
    }


    .ogorod-middlehead-search-result__bigtitle {
        margin-top: 140px;
    }

    .ogorod-middlehead__search--empty {
        background-size: 300px;
        height: 500px;
    }

    #title-search_fixed .search .form-control {
        width: 100%;
        padding-left: 30px;
        padding-right: 35px;
    }

    #mobileheader {
        height: auto;
        padding-top: 16px;
        padding-bottom: 8px;
        background: #fff;
    }

    #mobileheader .logo {
        display: none;
    }

    #mobileheader .burger {
        display: none;
    }

    .ogorod-middlehead__search-close {
        display: none;
    }

    #mobileheader .mobileheader-v1 {
        padding: 0 30px;
        position: relative;
        z-index: 99999;
        border-bottom: none;
    }


    .ogorod-middlehead__searchadap {
        margin-right: 0;
        margin-left: 0;
        height: 38px;
        width: calc(100% - 40px);
        display: block;
        border: none;
        position: relative;
        transition: all 0s;
        background-color: #F2F2F2;
        border-radius: 10px;
    }

    .ogorod-middlehead__fav {
        right: 30px;
    }

    .ogorod-middlehead__fav {
        display: block;
    }

    .body--searchadap-focus .ogorod-middlehead__searchadap {
        margin: 0 auto;
        width: 100%;
        transition: all .3s;
        z-index: 1;
    }

    .body--searchadap-focus #mobileheader .logo-block,
    .body--searchadap-focus #mobileheader .ogorod-middlehead__pin {
        display: none;
    }

    .body--searchadap-focus {
        overflow: hidden !important;
    }

    #title-search_fixed .search .search-input {
        border-color: transparent;
        background-color: transparent;
    }

    .city_chooser_small_frame .form_head,
    .city_chooser_small_frame .only_city {
        display: none !important;
    }

    .popup_regions .items.only_city+.h-search {
        padding: 30px 20px 20px;
    }

    .ogorod-middlehead__search {
        position: relative;
        left: 0;
        top: 0;
        display: block !important;
        padding: 0;
        box-shadow: none;
        max-height: 0;
    }


    .ogorod-middlehead__searchadap .ogorod-middlehead__search .maxwidth-theme {
        padding: 0;
    }

    #title-search_fixed .search .btn-search {
        background-image: url(/local/templates/aspro_next/images/searchsmall.svg);
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 10;
        position: absolute;
        left: 0;
        width: 38px;
        top: 0;
        right: auto;
        height: 100%;
        font-size: 0;
        border: none;
        background-color: transparent;
    }

    .ogorod-middlehead__search-result {
        position: absolute;
        padding: 0;
        height: 0;
        top: 44px;
        left: -30px;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        width: calc(100% + 60px);
    }

    .body--searchadap-focus .ogorod-middlehead__search-result {
        padding: 10px 30px 20px;
        height: calc(100svh - 50px - 60px);
    }


    #mobileheader {
        width: 100%;
    }

    #mobileheader .logo-block {
        padding-right: 0;
        height: auto;
    }


    #mobileheader .ogorod-middlehead__search-fake {
        display: none;
    }

    .ogorod-middlehead__pin {
        width: 26px;
        height: 26px;
    }

    .city_chooser_small_frame {
        width: calc(100vw - 28px);
        left: 14px !important;
        top: 45px !important;
        min-width: calc(100vw - 28px);
        max-height: calc(100vw - 28px);
        border: 1px solid var(--Light-Grey, #D7D7D7);
    }

    #title-search-city .ui-autocomplete {
        display: block !important;
        position: static !important;
        padding: 0;
        box-shadow: none;
        margin: 0;
    }

    #title-search-city .ui-autocomplete li {
        padding-left: 0;
    }

    .ogorod-middlehead__pin {
        display: block;
    }

    #mobilemenu {
        transition: top 0.4s ease 0s, opacity 0.4s ease 0s;

    }

    #mobilemenu.leftside {
        left: 0;
        top: 100%;
        width: 100%;
        box-shadow: none;
        height: calc(100% - 34px - 60px);
        bottom: 0;
    }

    #mobilemenu.leftside.show {
        top: 60px;
        box-shadow: none;
    }

    #mobilemenu-overlay {
        display: none !important;
    }

    #mobileheader .logo-block,
    .ogorod-middlehead__pin {
        display: none;
    }

    .ogorod-search-desktop {
        display: none;
    }

    .ogorod-search-adap {
        display: block;
    }
}

@media (max-width: 767px) {

    #mobileheader .mobileheader-v1 {
        padding: 0 10px;
    }

    .ogorod-middlehead__search-result {
        left: -10px;
        width: calc(100% + 20px);
        padding: 0;
    }

    .body--searchadap-focus .ogorod-middlehead__search-result {
        height: calc(100svh - 50px - 60px);
        padding: 10px 10px 30px;

    }

    #mobileheader #mobilemenu .menu>ul.top,
    #mobileheader #mobilemenu .menu>ul.top>li.expanded>ul,
    #mobileheader #mobilemenu .menu>ul.top>li.expanded>ul>li.expanded>ul,
    #mobileheader #mobilemenu .menu>ul.top>li.expanded>ul>li.expanded>ul>li.expanded>ul {
        padding: 0 6px 10px;
    }

    .menu-bottom {
        padding: 16px 16px 26px 16px;
    }

    #mobileheader #mobilemenu li.menu_back {
        left: 14px;
    }

    .ogorod-middlehead__fav {
        right: 10px;
    }
}

@media (max-width: 600px) {


    .ogorod-middlehead-search-result__bigtitle {
        margin: 50px 0;
        font-size: 16px;
        font-weight: normal;
    }

    #mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow),
    #mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow),
    #mobileheader #mobilemenu .menu>ul.top>li>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>ul>li:not(.menu_back):not(.menu_title)>a>span:not(.arrow) {
        font-size: 12px;
        line-height: 14px;
    }

}


.logo.colored a img {
    background-color: transparent;
}

.logo-row .logo {
    width: 260px;
    max-width: 260px;
    height: auto;
    line-height: normal;
}

.logo_and_menu-row .logo-row .menu-row .mega-menu,
.mega-menu table td .wrap>a {
    height: 84px;
}

.logo_and_menu-row .logo-row {
    margin: 0;
}

.mega-menu table td .wrap>a {
    padding: 31px 12px 31px;
    font-size: .95em;
}

.mega-menu table td {}


.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-submenu .dropdown-menu,
.menu-row .mega-menu table td.wide_menu .dropdown-submenu:not(.has_img) .dropdown-submenu .dropdown-menu {
    display: none;
}

.menu-row .mega-menu a {
    display: block;
}

.header-wrapper .logo-block {
    width: 260px;
}

.header-wrapper .menu-row {
    width: calc(100% - 400px);
    margin-left: auto;
}

.logo_and_menu-row .logo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mega-menu td .wrap>a .line-wrapper .line {
    bottom: -32px;
}

.ogorod-middlehead__phone {
    position: relative;
    padding-left: 30px;
}

.ogorod-middlehead__phone a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1D2029;
}

.ogorod-middlehead__phone:before {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url(/local/templates/aspro_next/images/ogorod/phone-black.svg);
}

.ogorod-tophead__item--time .ogorod-tophead-item__title,
.ogorod-tophead__item--point .ogorod-tophead-item__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.mega-menu table td .wrap>a {
    padding-right: 0;
}

.mega-menu td .wrap>a .line-wrapper .line {
    display: none;
}

.region_wrapper .js_city_chooser {
    color: #1D2029;
}

.js_city_chooser--once,
.js_city_chooser--once * {
    cursor: default;
}

.region_wrapper {
    padding-left: 1.785em;
    width: 100%;
}

.region_wrapper:before {
    width: 1.071em;
    height: 1.428em;
}

.region_wrapper .js_city_chooser {
    padding-right: 18px;
    display: inline-block;
    width: 100%;
}

.header-v1 .region_wrapper .js_city_chooser>span.arrow,
.header-v2 .region_wrapper .js_city_chooser>span.arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.region_wrapper .arrow {
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-green.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.region_wrapper .arrow i {
    display: none;
}


.region_wrapper .js_city_chooser--one .arrow i {
    display: none;
}

@media (max-width: 991px) {
    .cabinet-dropdown {
        display: none;
    }
}


/*burger*/
/*
#mobilemenu .menu ul > li .arrow .svg.svg_triangle_right {
    background-image: url(/local/templates/aspro_next/images/ogorod/burger-arrow.svg);
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    top: calc(50% - 10px);
    margin: 0;
    right: 10px;
    left: auto;
}

#mobilemenu .menu > ul > li > a:not(.not-weight) {
    font-weight: 500;
    font-size: 14px;
    color: #6C6C6C;
}

#mobilemenu .menu > ul > li > a:not(.not-weight) {
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #1D2029;
}

#mobilemenu .menu ul > li {
    border: none;
}

#mobilemenu .menu.middle a .svg {
    left: 15px;
    top: 8px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    opacity: 1;
}

#mobilemenu .menu.middle > ul > li > a {
    padding-left: 52px;
}

.mobilemenu__bottom {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;

}

.mobilemenu-bottom-item__title,
.mobilemenu-bottom-item__title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1D2029;
    margin-bottom: 6px;
}

.mobilemenu-bottom-item__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1D2029;
}

.mobilemenu-bottom__item {
    margin-bottom: 20px;
}

.mobilemenu-bottom__item--time .mobilemenu-bottom-item__title {
    font-size: 12px;
    line-height: 18px;
}

#mobilemenu .menu > ul > li.counters .count {
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: -17px;
    font-size: 10px;
}*/


/*main-page*/
.front_page .wraps>.wrapper_inner.wide_page>.middle .maxwidth-theme {
    padding-top: 0;
}

@media (max-width: 600px) {
    .front_page .wraps>.wrapper_inner.wide_page>.middle .maxwidth-theme {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*main slider*/

.top_big_banners {
    padding-top: 47px;
}

.top_big_banners .item .item_inner,
.top_big_banners .flexslider .slides>li {
    border-radius: 5px;
}

.wrap_tizer .wrap_outer .inner_text,
.wrap_tizer .wrap_outer,
.wrap_tizer .wrap_outer .outer_text {
    background-color: var(--green);
    border-radius: 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
}

.top_big_banners .flexslider .banner_buttons a.btn {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    padding: 0;
    padding: 2px 11px 2px 10px;
    background-color: var(--green);
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-card--full:not(.ogorod-cards-slider .ogorod-card--full):hover {
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
        z-index: 60;
    }


    .ogorod-card--full:not(.ogorod-cards-slider .ogorod-card--full):not(.ogorod-cards--list .ogorod-card--full):hover .ogorod-card__hover {
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.08);
        border-radius: 0 0 10px 10px;
    }
}

.top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev,
.top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next {
    transition: background-color .3s;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {

    .top_slider_wrapp .flex-direction-nav li.flex-nav-prev:hover a.flex-prev,
    .top_slider_wrapp .flex-direction-nav li.flex-nav-next:hover a.flex-next {
        background-color: var(--green);
    }
}


@media (min-width: 1200px) {
    .tizers_block .item {
        padding: 0 0 0 0px;
    }
}

@media (max-width: 991px) {

    .top_big_banners__middle,
    .top_big_banners__bottom,
    .front .tizers_block {
        display: none;
    }

    .top_big_banners {
        padding-top: 18px;
    }

    .ogorod-main-section--topbanners {
        margin-bottom: 0px;
    }

    .front.wide_page hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}


@media (max-width: 767px) {
    .front.wide_page .sections_wrapper {
        padding-bottom: 20px;
    }

}

/*card*/
.ogorod-cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;

}

.ogorod-cards .splide__track {
    width: 100%;
}

.ogorod-card {
    width: 20%;
    height: 100%;
    padding: 10px 10px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: box-shadow .3s;
    border-radius: 10px;
}

.catalog_block .ogorod-card {
    align-self: flex-start;
}

.ogorod-cards>.ogorod-card,
.favorites-page__wrap .ogorod-card {
    height: auto;
}

.favorites-page {
    width: 100%;
}

.ogorod-card * {
    line-height: normal;
}

.ogorod-cards--4items .ogorod-card {
    width: 25%;

}

.ogorod-cards.splide .ogorod-card {
    width: 100%;
    padding: 0;
}


.ogorod-card__image {
    margin-bottom: 8px;
    position: relative;
}


.ogorod-card-image__image {
    position: relative;
    display: block;
    overflow: hidden;
}

.ogorod-card-image__image:before {
    content: '';
    padding-top: 171%;
    display: block;
}

.ogorod-card-image__image img {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: auto;
    height: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(100%);
    opacity: 0;
    transition: none;
    visibility: visible !important;
}

.ogorod-card-image__image img:first-child {
    transform: translateX(0px);
    opacity: 1;
}

.ogorod-cards .splide__arrows {
    display: none !important;
}

@media not all and (hover: hover) {
    .ogorod-card-image__image img {
        transition: .3s;
    }
}

@media (max-width: 600px) {
    .ogorod-card-image__image img:not([src="/local/templates/aspro_next/images/svg/catalog_category_noimage.svg"]) {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .front.wide_page .ogorod-card-image__image img:not([src="/local/templates/aspro_next/images/svg/catalog_category_noimage.svg"]) {
        object-fit: contain;
    }
}

.ogorod-card__dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.ogorod-card__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #C9C8D3;
    display: block;
    margin-left: 4px;
    margin-right: 4px;
}

.ogorod-card__dots span.ogorod-card__img-dots-item--active {
    background-color: var(--green);
}

.ogorod-card-img__cols {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ogorod-card-img-cols__item {
    flex-grow: 1;
}

.ogorod-card__labels {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 30px;
}

.ogorod-card-labels__item {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 8px;
    border-radius: 2px;
    margin-right: 4px;
}

.ogorod-card-labels__item--new {
    color: #FFFFFF;
    background-color: var(--green);
}

.ogorod-card-labels__item--actions {
    background-color: #FFBC31;
}

.ogorod-card__top {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-card__top {
    margin-bottom: 10px;
}

.ogorod-card__rating {
    margin-right: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
    position: relative;
    padding-left: 18px;
}

.ogorod-card__rating:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/aspro_next/images/ogorod/star.svg);
}

.ogorod-card__comments {
    margin-right: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
    position: relative;
    padding-left: 18px;
}

.ogorod-card__comments:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/aspro_next/images/ogorod/comments.svg);
}

.ogorod-card__best {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FAB600;
}

.ogorod-card__price {
    margin-bottom: 11px;
}

.ogorod-card-price__top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 5px;
}

.ogorod-card-price__bottom {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-card-price__price {
    font-weight: 600;
    font-size: 18px;
    color: #1D2029;
    margin-right: 10px;
}

.ogorod-card-price__old-price {
    font-weight: 400;
    font-size: 13px;
    color: #6C6C6C;
    text-decoration-line: line-through;
}

.ogorod-card-price__percent {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 5px;
    background-color: #FF4D5E;
    border-radius: 2px;
    margin-right: 2px;
}

.ogorod-card-price__diff {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    color: #1D2029;
    background-color: #FFBC31;
    border-radius: 2px;
}

.ogorod-card__bottom {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-card__availability {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1D2029;
    /*#padding-left: 16px;*/
    margin-right: 11px;
    position: relative;
}

.ogorod-cards--list .ogorod-card__availability {
    margin: 0;
}

.ogorod-cards--list .ogorod-card__about .ogorod-card__availability {
    display: none;
}

.item-stock {
    margin: 0;
}

/*.ogorod-card__availability:before
{
	#content: '';
	#position: absolute;
	#left: 0;
	#top: 2px;
	#width: 10px;
	#height: 10px;
	#background-image: url(/local/templates/aspro_next/images/ogorod/check-green.svg);
}*/
.ogorod-card__bonus {
    font-weight: 500;
    font-size: 12px;
    color: var(--green);
    position: relative;
    padding-left: 26px;
}

.ogorod-card__bonus:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 21px;
    height: 16px;
    background-image: url(/local/templates/aspro_next/images/ogorod/bonus.svg);
}

.ogorod-card__title,
a.ogorod-card__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #1D2029;
    transition: color .3s;
    max-height: 42px;
    overflow: hidden;
}

.ogorod-card--simple .ogorod-card__title,
.ogorod-card--simple a.ogorod-card__title {
    margin-bottom: 0;
}

.ogorod-card__bottom {
    margin-bottom: 12px;
}

.ogorod-card__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 15px;
    background-color: var(--green);
    cursor: pointer;
    text-align: center;
    /*flex-grow: 1;*/
    transition: background-color .3s;
    margin-bottom: 10px;
}

@media (max-width: 600px) {

    .ogorod-cards .ogorod-card__btn,
    .ogorod-detail-bottom__slider .ogorod-card__btn {
        max-width: 120px;
    }
}

.ogorod-card__btn a {
    display: inline-block;
}

.ogorod-card__btn * {
    padding: 0;
    background-color: transparent !important
}

.ogorod-card__btn i {
    display: none;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-card__btn:hover {
        background-color: var(--dark-green);
    }
}


.ogorod-card__hover {
    top: calc(100% - 10px);
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px 10px;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    display: none;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-card:hover .ogorod-card__hover {
        display: block;
    }
}

.ogorod-detail-bottom__slider .ogorod-card__hover {
    top: auto;
    bottom: 20px;
    left: 10px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    width: calc(100% - 20px);
}

.ogorod-detail-bottom__slider .ogorod-card .counter_block,
.ogorod-detail-bottom__slider .ajax_load.block .counter_wrapp .counter_block {
    width: 90px;
}

.ogorod-detail-bottom__slider .ogorod-card .counter_block input[type="text"][name="quantity"] {
    width: 30px;
}

.ogorod-card__hover--empty {
    display: none !important;
}

.ogorod-detail-bottom__slider .ogorod-card {
    /*overflow: hidden;*/
}

.ogorod-card .counter_block .plus,
.ogorod-card .counter_block .minus {
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
}

.ogorod-card .counter_block>span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.ogorod-card .counter_block>span.plus:before {
    background-position: -50px -190px;
}

.ogorod-card .counter_block>div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ogorod-card .counter_block input[type="text"][name="quantity"] {
    width: 40px;
    height: 30px;
    font-size: 14px;
    border: none;
    padding: 0;
    background: transparent;
}

.ogorod-card .counter_block,
.ajax_load.block .counter_wrapp .counter_block {
    width: 109px;
    height: 30px;
    margin: 0;
    background: transparent;
    border: none;
    margin-bottom: 10px;
}


.ogorod-card__price span {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 2px 6px;
    border-radius: 5px;
    background-color: var(--green);
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {

    .ogorod-card__title:hover,
    a.ogorod-card__title:hover,
    .ogorod-cards--list .ogorod-card__title:hover,
    a.ogorod-cards--list .ogorod-card__title:hover {
        color: var(--green);
    }
}

.ogorod-cards.splide .splide__slide {
    padding-left: 10px;
    padding-right: 10px;
}

.ogorod-card__text,
.ogorod-card__art,
.ogorod-card__middle .ogorod-card__title,
.ogorod-card__middle a.ogorod-card__title,
.ogorod-card-middle__row {
    display: none;
}

.ogorod-card-price__diff-word {
    display: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.ogorod-cards-slider .ogorod-card {
    width: 100%;
    padding-bottom: 30px;
}


/*.ogorod-cards--list*/
.ogorod-cards--list .ogorod-card {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
}

.ogorod-cards--list .ogorod-card {}

.ogorod-cards--list .ogorod-card__image {
    width: 187px;
    height: 210px;
}

.ogorod-cards--list .ogorod-card-image__image {
    width: 100%;
    height: 100%;
}

.ogorod-cards--list .ogorod-card-image__image:before {
    display: none;
}

.ogorod-cards--list .ogorod-card__middle {
    display: block;
    width: calc(100% - 260px - 187px);
    padding-left: 30px;
}

.ogorod-cards--list .ogorod-card__about {
    width: 260px;
    padding-left: 30px;
    margin-top: 0;
}


.ogorod-cards--list .ogorod-card__hover {
    position: static;
    box-shadow: none;
    padding: 0;
    display: block;
}


.ogorod-cards--list .ogorod-card__about .ogorod-card__top {
    display: none;
}


.ogorod-cards--list .ogorod-card__title,
.ogorod-cards--list a.ogorod-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1D2029;
    padding-right: 30px;
    margin-bottom: 12px;
    display: none;
}

.ogorod-cards--list .ogorod-card__middle .ogorod-card__title,
.ogorod-cards--list .ogorod-card__middle a.ogorod-card__title {
    display: block;
}

.ogorod-cards--list .ogorod-card__art {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6C6C6C;
    margin-bottom: 16px;
    display: block;
}

.ogorod-cards--list .ogorod-card__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6C6C6C;
    display: block;
    height: 85px;
    overflow: hidden;
    transition: height .3s;
    position: relative;
}

.ogorod-card__text-btn {
    font-size: 12px;
    position: relative;
    padding-right: 20px;
    display: none;
    cursor: pointer;
    margin-top: 10px;
    transition: color .3s;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-card__text-btn:hover {
        color: var(--green);
    }
}

.ogorod-card__text-btn:before {
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-green.svg);
    transition: transform .3s;
}

.ogorod-card__text-btn--active:before {
    transform: rotate(180deg);
}

.ogorod-card--bigtext .ogorod-card__text-btn {
    display: inline-block;
}

.ogorod-card--bigtext .ogorod-card__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    transition: height .3s;
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 252, 252, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.ogorod-card--bigtext .ogorod-card__text--active:before {
    height: 0;
}

.ogorod-cards--list .ogorod-card-middle__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ogorod-cards--list .ogorod-card__best {
    margin-right: 14px;
}


.ogorod-cards--list .ogorod-card__bottom .ogorod-card__availability {}

.ogorod-cards--list .ogorod-card-price__diff-word {
    display: block;
}

.ogorod-cards--list .ogorod-card-price__diff {
    margin-right: 8px;
}

@media (min-width: 991px) {

    .ogorod-cards.splide .splide__list,
    .ogorod-cards.splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .ogorod-cards.splide .splide__slide {
        width: 20%;
        padding: 10px;
    }
}

@media (max-width: 1230px) {
    .ogorod-cards {
        /*margin: 0;*/
    }

    .ogorod-cards.splide .splide__slide {
        width: auto;
    }

    .ogorod-main-section .ogorod-cards.splide .splide__slide {
        width: 25%;
    }


    .ogorod-card__hover {
        position: static;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        width: 100%;
        display: block;
        padding-bottom: 0;
        box-shadow: none !important;
    }

    .ogorod-cards-slider .ogorod-card {
        padding-bottom: 0;
    }
}

@media (max-width: 990px) {

    .ogorod-card,
    .ogorod-cards--4items .ogorod-card {
        width: 33.33%;
    }
}

@media (max-width: 600px) {
    .ogorod-card-image__image:before {
        display: none;
    }

    .ogorod-card-image__image {
        height: 200px;
    }

    .ogorod-card,
    .ogorod-cards--4items .ogorod-card {
        width: 50%;
    }

    .ogorod-cards.splide .splide__slide,
    .ogorod-main-section .ogorod-cards.splide .splide__slide {
        width: 42vw;
    }

    .ogorod-cards.splide .splide__track {
        margin-right: -5px;
    }

    .ogorod-card__price span {
        font-size: 14px;
        line-height: 17px;
    }

    .ogorod-card__title,
    a.ogorod-card__title {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .ogorod-card-price__price {
        font-size: 14px;
        line-height: 17px;
    }

    .ogorod-card-price__percent,
    .ogorod-card-price__diff {
        font-size: 8px;
        line-height: 10px;
        padding: 3px 5px;
    }


    .ogorod-card-image__image picture {
        display: none;
    }

    .ogorod-card-image__image picture:first-child {
        display: block;
        visibility: visible !important;
    }

}


/*main tizers*/
.tizers_block .item .img {
    background-color: transparent;
}

.tizers_block .item .title {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}


.front.wide_page .adv_list.small_banners {
    padding-top: 15px;
    padding-bottom: 15px;
}


.adv_list.small_banners {
    text-align: left;
}

.adv_list.small_banners .item {
    margin-bottom: 20px;
}

.adv_list.small_banners>.row>div:last-child .item {
    margin-bottom: 0;
}


/*main popular*/
.sections_wrapper .list .item {
    border: none;
}

.sections_wrapper .list .item .name a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.top_block--tabs a {
    color: var(--green);
}

.top_block--tabs a.active {
    color: #1d2029;
}

.sections_wrapper .list .item .img img {
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 140px;
}


@media (min-width: 991px) {

    .ogorod-popular .splide__list,
    .ogorod-popular.splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        flex-wrap: wrap;
    }

    .ogorod-popular .splide__slide {
        width: 20%;
    }
}

@media (max-width: 991px) {

    .top_block a,
    .top_block a~a {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .sections_wrapper .list .item .name a {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .sections_wrapper .list .item .name a:after {
        display: none;
    }

    .sections_wrapper .list .item:not(.section_item),
    .sections_wrapper .catalog_section_list .section_item_inner,
    .sections_wrapper .list .item:not(.section_item) .name,
    .sections_wrapper .list .item.section_item .section_info {
        display: block;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        max-height: none;
        text-align: center;
        padding: 0 10px;
    }

    .sections_wrapper .list .item:not(.section_item) .img a,
    .sections_wrapper .list .item.section_item .img a {
        padding-bottom: 12px;
    }

    .sections_wrapper .list .item .name a {
        padding: 0;
    }

    .sections_wrapper .list .item .img img {
        width: auto;
        height: auto;
        max-width: 80px;
        max-height: 80px;
    }

    .sections_wrapper .list .item:not(.section_item) .img {
        height: 80px;
        line-height: 80px;
    }

}

@media (max-width: 600px) {
    .ogorod-popular .splide__slide {
        width: 38vw;
    }

    .ogorod-popular .splide__track {
        margin-right: -15px;
    }

    .top_block a,
    .top_block a~a {
        font-size: 14px;
    }
}


/*main actions*/
.news_akc_block .slides .item .img {
    border-radius: 5px 5px 0px 0px;
}

.news_akc_block .item .info .name {
    margin-bottom: 10px;
}

.news_akc_block .item {
    background-color: #F9F9FA;
    box-shadow: none;
    display: block;
    opacity: 1;
    color: #1D2029;
    border-radius: 10px;

}

.news_akc_block .item .info {
    border-radius: 0 0 10px 10px;
}

.news_wrapp__prev {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.news_akc_block .flexslider .flex-direction-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.news_akc_block .flex-control-paging {
    position: relative;
    display: none;
}

.news_akc_block .flex-control-nav li a {
    background: #E4E4E4 !important;
}

.news_akc_block .flex-control-nav li a.flex-active {
    background: var(--green) !important;

}

@media (max-width: 767px) {
    .news_akc_block .flex-control-paging {
        display: block;
        margin-top: -20px;
        margin-bottom: 20px;

    }
}


/*main rev*/
.front_page .content_wrapper_block.reviews_wrap {
    border: none;
}

.reviews.item-views .flexslider .flex-direction-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

@media (max-width: 991px) {
    .reviews.item-views .flexslider .flex-direction-nav {
        display: none;
    }
}


.reviews.item-views.compact .item {
    border-radius: 5px;
    border: none;
}

.votes_block .inner_rating {
    align-items: center;
}

.inner_rating__star .svg {
    min-height: 16px;
    height: 16px;
    min-width: 16px;
    width: 16px;
    margin-top: -3px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .inner_rating__star .svg.inline:not(.colored):hover svg path {
        fill: #FAB600;
    }
}

.inner_rating__num {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6C6C6C;
    min-height: 16px;
    height: 16px;
    margin-left: 4px;
}

.reviews.item-views.compact .item {
    padding-left: 59px;
}

@media (max-width: 500px) {
    .reviews.item-views.compact .flexslider .item {
        padding: 20px;
    }
}

.ogorod-main-section {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .ogorod-main-section {
        margin-bottom: 25px;
    }
}

.ogorod-main-section--reviews {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .reviews.item-views.compact .flexslider .item .body-info {
        margin-top: 10px;
    }
}


@media (max-width: 991px) {
    .ogorod-main-section--reviews {
        margin-bottom: 0px;
    }
}


.ogorod-main-section--banners img {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}

.ogorod-main-section--banners a {
    transition: opacity .3s;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-main-section--banners a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 991px) {
    .ogorod-main-section--banners {
        display: none;
    }
}

.brand_wrapper {
    border: none;
}

@media (max-width: 991px) {
    .brand_wrapper {
        margin-bottom: 20px;
    }
}

/*main blog*/
.banners-small.blog .items .item {
    box-shadow: none;
    border-radius: 10px;
}

.banners-small .item .image {
    border-radius: 5px;
}

@media (max-width: 991px) {
    .ogorod-main-section--blog {
        display: none;
    }
}


/*main brands*/
.brand_wrapper .brands_list .item {
    border: none;
    transition: .5s;
    margin: 0;
}

@media (max-width: 991px) {
    .ogorod-main-section--brands .splide__pagination {
        display: none !important;
    }
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .brand_wrapper .brands_list .item:hover {
        filter: inherit;
        opacity: 1;
    }
}

body .brands_list .splide__pagination li {
    width: auto;
    padding-left: 2px;
}

@media (min-width: 991px) {

    .brands_list .splide__list,
    .brands_list.splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        flex-wrap: wrap;
    }

    .brands_list .splide__slide {
        width: 16.66% !important
    }

}

@media (max-width: 767px) {
    footer .item-link {
        text-align: left;
    }

    .bottom-menu .items .wrap {
        display: none;
    }

    footer .ext_view .bottom-menu .items>.item-link {
        position: relative;
        padding-right: 30px;
    }

    .item-link__arrow {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px;
        background-image: url(/local/templates/aspro_next/images/ogorod/arrow-green.svg);

        transition: .3s;
    }

    .bottom-menu .wrap .item-link__arrow {
        display: none;
    }

    .item-link--active .item-link__arrow {
        transform: rotate(180deg);
    }

    footer .ext_view .bottom-menu .items>.item-link a {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }
}


/*footer*/
footer .ext_view .subscribe-form input.send_btn {
    background-color: var(--green);
    border: none;
    border-radius: 0px 4px 4px 0px;
    height: 27px;
    top: 0;
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-white2.svg);
    background-position: 14px 6px;
    background-repeat: no-repeat;
    background-size: 13px;
}

footer .ext_view .subscribe-form .email_wrap .email_input {
    background-color: transparent;
    border: 1px solid var(--green);
    border-radius: 5px;
    height: 27px;
}


.page-top-main {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 22px;
}

.page-top-main__checkout,
a.page-top-main__checkout {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background-color: #FF8028;
    position: relative;
    border-radius: 5px;
    padding: 7px 15px 7px 40px;
    display: block;
    margin-right: 42px;

}

.page-top-main__checkout:before,
a.page-top-main__checkout:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/aspro_next/images/ogorod/basket-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 9px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {

    .page-top-main__checkout:hover,
    a.page-top-main__checkout:hover {
        background-color: #f58b41;
    }
}

.page-top-main__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: auto;
}


.title-v3 .page-top.maxwidth-theme h1,
.title-v4 .page-top.maxwidth-theme h1 {
    padding-bottom: 0px;
}

.page-top-main__see {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
    position: relative;
    display: block;
    color: #222222;
}

.page-top-main__see:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/aspro_next/images/ogorod/eye-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: -2px;
}

.page-top-main__fav {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
    position: relative;
    display: block;
    color: #222222;
    margin-right: 20px;
}

.page-top-main__fav:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/aspro_next/images/ogorod/like-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: -2px;
}

.page-top-main__title {
    width: calc(100% - 480px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-top-main__title #saveBrandBtn {
    margin: 0;
}

.page-top-main__title h1 {
    padding: 10px 20px 10px 0 !important;
    margin: 0 !important;
}

#pagetitle {
    padding: 0;
}

#saveBrandBtn.added {
    color: var(--green);
    background-color: #fff;
    border: 1px solid var(--green);
}

@media (max-width: 1090px) {
    .page-top-main__title {
        width: 100%;
    }

    section.page-top h1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .page-top-main__right {
        display: none;
    }

    .page-top-main {
        padding-bottom: 0;
    }

    section.page-top h1 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}


.ogorod-page-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-page-wrap__aside {
    width: 212px;
}

.ogorod-page-wrap__main {
    width: calc(100% - 212px);
    padding-left: 20px;
}

@media (max-width: 991px) {
    .ogorod-page-wrap {
        display: block;
    }

    .ogorod-page-wrap__main,
    .ogorod-page-wrap__aside {
        width: 100%;
        padding-left: 0;
    }
}


/*filter*/
.ogorod-filter {
    background-color: #F9F9FA;
    border-radius: 16px;
    margin-bottom: 20px;
}

.ogorod-filter .bx_filter .bx_filter_section {
    margin-bottom: 0;
    background: transparent;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-filter .bx_filter .bx_filter_parameters_box:not(.title):hover {
        background-color: transparent;
    }
}

.ogorod-filter #del_filter,
.ogorod-filter #set_filter {
    transition: background-color .3s, color .3s;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-filter #set_filter:hover {
        background-color: transparent;
        color: #72B774;
    }
}

.ogorod-filter #del_filter {
    color: #72B774 !important;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-filter #del_filter:hover {
        color: #fff !important;
    }
}

.filter_opener,
.filter_opener:not(.opened) {
    background-color: #72B774;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filter_opener:not(.opened) span {
    color: #fff;
}

.filter_opener i,
.filter_opener:not(.opened) i,
.filter_opener.active:not(.opened) i,
.filter_opener.opened.active i,
.filter_opener.opened.active:hover i,
.adaptive_filter .filter_opener:hover i {
    background: url(/local/templates/aspro_next/css/../images/svg/sort_icons.svg) -39px -62px no-repeat;
}

.filter_opener.num>i:before,
.filter_opener.num>i:after {
    display: none;
}

#set_filter,
#del_filter {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    border: 1px solid #72b774;
    padding: 4px 0;
    border-radius: 5px;
    width: 100%;
}

#set_filter {
    background-color: #72b774;
}

#del_filter {
    color: #1d2029 !important;
    text-transform: uppercase;
}


/**/
#mobilefilter {
    height: calc(100vh - 62px);
    /* ÑÑ‚Ð°Ñ€Ñ‹Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
    height: calc(100dvh - 62px);
    /* Ð½Ð¾Ð²Ñ‹Ðµ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ñ‹ */
}


#mobilefilter .smartfilter,
#mobilefilter .bx_filter .bx_filter_parameters_box {
    background-color: #fff;
}

.bx_filter .bx_filter_parameters_box {
    border: none;
}

.bx_filter .bx_filter_parameters_box_title:after {
    font-size: 22px;
    color: #72b774;
    top: -1px;
}

#mobilefilter .bx_filter .title .bx_filter_parameters_box_title:before {
    width: 20px;
    height: 20px;
    top: 1px;
    background: none;
    background-image: url(/local/templates/aspro_next/images/ogorod/filter.svg);
}

#mobilefilter .bx_filter .title .bx_filter_parameters_box_title {
    padding-left: 48px;
}

#mobilefilter input[type="text"],
#mobilefilter select,
#mobilefilter textarea {
    font-size: 14px;
}

html:has(#mobilefilter.show) .toolbar {
    border-radius: 0 20px 0 0;
}

@media (max-width: 991px) {
    .filter_opener {
        width: 100%;
        text-align: center;
        padding: 14px 9px 3px;
    }

    #set_filter,
    #del_filter {
        width: calc(50% - 10px) !important;
    }
}

/*catalog*/

.ogorod-catalog__tags {
    overflow: hidden;
    margin-bottom: 40px;
}

.ogorod-catalog__tags .scroll-element {
    display: none !important;
}

.ogorod-catalog__tags--last {
    margin-top: 100px;
}

.ogorod-catalog-tags__inner {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-catalog-tags__item,
.ogorod-catalog-tags__more {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #72B774;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: color .3s, background-color .3s;
}

.ogorod-catalog-tags__more,
.ogorod-catalog-tags__item--active,
.ogorod-catalog-tags__more span,
.ogorod-catalog-tags__item--active span {
    background-color: #72B774;
    color: #fff;
}

.ogorod-catalog-tags__item:hover {
    background-color: #72B774;
}

.ogorod-catalog-tags__item:hover span {
    color: #fff;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-catalog-tags__more:hover {
        color: #72B774;
        background-color: #fff;
    }
}

.ogorod-catalog-tags__item--hide {
    display: none;
}

@media (max-width: 991px) {
    .catalog-banners {
        display: none;
    }
}

@media (max-width: 767px) {
    .ogorod-catalog__tags {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .ogorod-catalog-tags__item {
        width: auto;
    }

    .ogorod-catalog-tags__more {
        display: none !important;
    }

    .ogorod-catalog-tags__item--hide {
        display: block;
    }

    .ogorod-catalog-tags__inner {
        white-space: nowrap;
        display: block;
    }

    .ogorod-catalog-tags__item {
        display: inline-block;
    }

    .ogorod-catalog__tags--last .ogorod-catalog-tags__inner {
        white-space: normal;
    }

    .ogorod-catalog__tags--last {
        margin-top: 50px;
    }
}


.ogorod-catalog__cat {
    margin: 0px -15px 20px -15px;
}

.ogorod-catalog__cat .splide__track {
    padding-bottom: 15px;
}

.ogorod-catalog__cat .btn {
    width: 140px;
    margin: 10px auto;
}

.ogorod-catalog-cat__block {
    width: 20%;
    padding: 10px;
}

.ogorod-catalog-cat__card {
    background-color: #F9F9FA;
    width: 100%;
    height: 100%;
    position: relative;
    transition: box-shadow .3s;
    border-radius: 16px;
}

.ogorod-catalog-cat__card:before {
    padding-top: 100%;
    display: block;
    content: '';
}

.ogorod-catalog-cat-card__title {
    display: block;
    position: relative;
    z-index: 1;
    color: #000000;
    line-height: 120%;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    word-break: break-word;
}

.ogorod-catalog-cat-card__wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.ogorod-catalog-cat-card__img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    transition: opacity .3s;
}

.ogorod-catalog-cat-card__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.ogorod-catalog-cat__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1D2029;
    padding-left: 20px;
    width: calc(100% - 70px);
    overflow-wrap: break-word;
    hyphens: auto;
}

.ogorod-catalog-cat__wrap {
    display: flex;
    flex-wrap: wrap;
}


.ogorod-main-section--catalog .ogorod-catalog__cat {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;

}

.ogorod-main-section--catalog .ogorod-catalog-cat__card {
    min-height: 128px;
}

.ogorod-main-section--catalog .ogorod-catalog-cat__block {
    width: 16.66%;
    padding: 14px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-catalog-cat__block:hover .ogorod-catalog-cat__card {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .ogorod-catalog-cat__block:hover .ogorod-catalog-cat-card__img {
        opacity: .9;
    }
}

@media (max-width: 1230px) {
    .ogorod-main-section--catalog .ogorod-catalog__cat {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ogorod-main-section--catalog .ogorod-catalog-cat__block {
        width: 25%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .ogorod-main-section--catalog .ogorod-catalog__cat {
        margin-left: -5px;
        margin-right: -5px;
    }


    .ogorod-main-section--catalog .ogorod-catalog-cat__block {
        padding: 5px;
        width: 33.33%;
    }

    .ogorod-main-section--catalog .ogorod-catalog-cat-card__img {
        /* height: 50%;*/
    }
}

@media (max-width: 600px) {
    .ogorod-main-section--catalog .ogorod-catalog-cat-card__title {
        font-size: 12px;
        font-weight: 400;
    }

    .ogorod-catalog-cat__card {
        border-radius: 10px;
    }
}

.catalog_section_list.row:before,
.catalog_section_list.row:after {
    display: none;
}

@media (max-width: 1130px) {
    .ogorod-catalog-cat__block {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .ogorod-catalog-cat__block {
        padding: 4px;
    }

    .ogorod-catalog-cat-card__title {
        font-size: 12px;
    }
}


@media (max-width: 600px) {
    .ogorod-catalog-cat-card__wrap {
        padding: 10px;
    }

    .ogorod-catalog-cat__block {
        width: 33.33%;
    }
}

body .catalog_section_list .item_block {
    padding: 0 15px;
    margin-bottom: 30px;
}

body .catalog_section_list .item_block .section_item {
    border-radius: 30px;
    border-color: #D7D7D7;
}

body .catalog_section_list .item_block .section_item .section_item_inner .section_info .sect a {
    color: #6C6C6C !important;
    font-size: 16px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    body .catalog_section_list .item_block .section_item .section_item_inner .section_info .sect a:hover {
        color: var(--text-green, #72B774) !important;
    }
}

body .catalog_section_list .item_block .section_item .section_item_inner .section_info .sect a span {
    color: var(--text-green, #72B774) !important;
    text-align: right;
    padding-left: 15px;
}

.catalog_section_list .section_item li.name a span {
    font-size: 18px;
}

.articles-list .item .left-data img,
.catalog_section_list .section_item .image img {
    width: 80px;
    height: 80px;
}

.catalog_section_list .section_item .image {
    width: 80px;
}

.catalog_section_list .section_item li.sect {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.catalog_section_list .section_item .desc .desc_wrapp {
    color: var(--Black, #1D2029);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

body .catalog_section_list .item_block {
    width: 50%;
}


@media (max-width: 1200px) {
    body .catalog_section_list .item_block {
        width: 100%;
    }
}

@media (max-width: 991px) {
    body .catalog_section_list .item_block {
        width: 25%;
        margin-bottom: 0;
    }

    .catalog_section_list .section_item .image {
        width: 100%;
    }

    .catalog_section_list.row {
        padding: 4px;
    }

    .catalog_page .inner_wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    body .catalog_section_list .item_block {
        padding: 4px
    }

    body .catalog_section_list .item_block table,
    body .catalog_section_list .item_block tbody,
    body .catalog_section_list .item_block tr,
    body .catalog_section_list .item_block td {
        display: block;

    }

    body .catalog_section_list .item_block .section_item {
        background-color: #F9F9FA;
        border-radius: 10px;
        padding: 0;
    }

    body .catalog_section_list .item_block .section_item:before {
        padding-top: 100%;
        content: '';
        display: block;
    }

    body .catalog_section_list .section_item_inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    body .catalog_section_list .section_item_inner .image {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60%;
        transition: opacity .3s;
        margin-bottom: 0;
    }

    body .catalog_section_list .section_item_inner .image img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    body .catalog_section_list .section_item li.name {
        text-align: left;
    }

    body .catalog_section_list .item_block td {
        margin-bottom: 0;
    }

    .catalog_section_list .section_item {
        border: none;
        padding: 22px 14px;
    }

    .catalog_section_list .section_item .image {
        padding: 0;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog_section_list .section_item li.sect {
        display: none;
    }

    .catalog_section_list .section_item li.name {
        text-align: center;
        margin-bottom: 0;
    }

    .catalog_section_list .section_item li.name a {
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .ogorod-catalog-cat__title,
    .catalog_section_list .section_item li.name a span {
        padding-left: 0;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
    }


    .catalog_section_list .section_item:hover {
        box-shadow: none;
    }


}

@media (max-width: 600px) {
    .catalog_section_list .section_item {
        display: block;
        padding: 15px 5px;
    }

    .ogorod-catalog__cat .splide__slide {
        width: 170px;
    }

    body .catalog_section_list .item_block {
        width: 33.33%;
    }

}

@media (max-width: 330px) {
    body .catalog_section_list .item_block {
        width: 33.33%;
    }

}


.ogorod-catalog__sort {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.ogorod-catalog-sort__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ogorod-catalog-sort__wrap>label {
    margin-left: 20px !important;
}

.ogorod-catalog-sort__wrap>label .checkbox-indicator {
    top: 8px !important;
}

.ogorod-catalog-sort__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1D2029;
}

.ogorod-catalog-sort__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6C6C6C;
    position: relative;
    margin-left: 20px;
    padding-right: 28px;
}

.ogorod-catalog-sort__item:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/aspro_next/images/ogorod/sort-arrows.svg);
}

.ogorod-catalog-sort__item--up:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/sort-arrows-up.svg);
}

.ogorod-catalog-sort__item--down:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/sort-arrows-down.svg);
}

.ogorod-catalog-sort__item--up,
.ogorod-catalog-sort__item--down {
    color: var(--green);
}

.ogorod-catalog__view {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ogorod-catalog-view__item {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.ogorod-catalog-view__item--active {
    cursor: default;
}

.ogorod-catalog-view__item--grid {
    background-image: url(/local/templates/aspro_next/images/ogorod/view-grid.svg);
}

.ogorod-catalog-view__item--block {
    background-image: url(/local/templates/aspro_next/images/ogorod/view-grid.svg);
}

.ogorod-catalog-view__item--list {
    background-image: url(/local/templates/aspro_next/images/ogorod/view-list.svg);
}

.ogorod-catalog-view__item--grid.ogorod-catalog-view__item--active {
    background-image: url(/local/templates/aspro_next/images/ogorod/view-grid-green.svg);
}

.ogorod-catalog-view__item--block.ogorod-catalog-view__item--active {
    background-image: url(/local/templates/aspro_next/images/ogorod/view-grid-green.svg);
}

.ogorod-catalog-view__item--list.ogorod-catalog-view__item--active {
    background-image: url(/local/templates/aspro_next/images/ogorod/view-list-green.svg);
}

.ogorod-catalog__cat.splide .splide__list,
.ogorod-catalog__cat.splide.is-initialized:not(.is-active) .splide__list {
    margin-top: -10px !important;
}

@media (min-width: 991px) {

    .ogorod-catalog__cat.splide .splide__list,
    .ogorod-catalog__cat.splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

@media (max-width: 991px) {

    .ogorod-catalog__cat.splide .splide__list,
    .ogorod-catalog__cat.splide.is-initialized:not(.is-active) .splide__list {
        margin-top: 0 !important;
    }

    .ogorod-catalog__sort {
        display: none;
    }

    #wrapInlineFilter>.bx_filter {
        display: none !important;
    }
}


.ogorod-card .like_icons,
.ogorod-detail__card-top .like_icons {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background-color: transparent;
    transition: box-shadow .3s;
    border-radius: 50%;
}

.ogorod-detail__card-top .like_icons {
    right: 0;
    top: 0;
}

.ogorod-card .like_icons:hover,
.ogorod-detail__card-top .like_icons:hover {
    /*box-shadow: 0px 0px 3px 3px #e4e4e4;*/
}

.ogorod-card .like_icons .wish_item,
.ogorod-card .like_icons .wish_item span.value,
.ogorod-card .like_icons .wish_item span.value i,
.ogorod-detail__card-top .like_icons .wish_item,
.ogorod-detail__card-top .like_icons .wish_item span.value,
.ogorod-detail__card-top .like_icons .wish_item span.value i,
.ogorod-card .like_icons .wish_item_button .wish_item i {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    background-color: transparent;
    visibility: visible;
}

.ogorod-card .like_icons span.value,
.ogorod-detail__card-top .like_icons span.value,
.ogorod-card .like_icons .wish_item_button .wish_item {
    margin: 0;
    opacity: 1;
}

#question_section .title-tab-heading {
    display: none !important
}

#question_section h4 {
    margin-top: 0;
}

.ogorod-card .like_icons .wish_item span.value i,
.ogorod-detail__card-top .like_icons .wish_item span.value i,
.ogorod-card .like_icons .wish_item_button .wish_item i {
    background: none;
}

.ogorod-card .like_icons .wish_item span.value i:before,
.ogorod-detail__card-top .like_icons .wish_item span.value i:before,
.ogorod-card .like_icons .wish_item_button .wish_item i:before,
.ogorod-middlehead__fav i:before,
.wish_item_button {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    display: block !important;
}

.ogorod-card .like_icons .wish_item span.value i:before,
.ogorod-detail__card-top .like_icons .wish_item span.value i:before,
.ogorod-card .like_icons .wish_item_button .wish_item i:before,
.ogorod-middlehead__fav i:before,
html body #basket_form .module-cart a.wish_item .icon i {
    background-image: url(/local/templates/aspro_next/images/ogorod/like-gray.svg);
}

.ogorod-card .like_icons .wish_item span.value.added i:before,
.ogorod-detail__card-top .like_icons .wish_item span.value.added i:before,
.ogorod-middlehead__fav i.added:before,
.ogorod-card .like_icons .wish_item_button .wish_item.added i:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/like-red.svg);
}

.ogorod-card .like_icons .wish_item.added:hover,
.ogorod-detail__card-top .like_icons .wish_item.added:hover,
.ogorod-card .like_icons .wish_item_button .wish_item.added:hover {
    background-color: transparent;
}


.product-item-detail-tabs-container-fixed {
    display: none !important;
}


/*detail*/
.ogorod-detail__top {
    border: 1px solid #ECECEC;
    border-radius: 10px;
    margin-bottom: 30px;

}

.ogorod-detail-top__wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-bottom: 1px solid #ECECEC
}

.ogorod-detail__slider {
    width: calc(100% - 461px);
}

.ogorod-detail__about {
    width: 461px;
    padding-left: 50px;
}

.ogorod-detail__about * {
    line-height: normal;
}

.ogorod-detail__about .item-stock {
    margin-right: 11px;
    margin-top: 0;
    margin-bottom: 0;
}

.catalog_detail .item-stock .value .store_view:hover {
    color: #60b062;
}

.ogorod-detail-about__row {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-detail-about__row--price {
    align-items: center;
    margin-bottom: 12px;
}

.ogorod-detail-about__row--price2 {
    align-items: center;
    margin-bottom: 12px;
}

.ogorod-detail-about__row--availability {
    margin-bottom: 19px;
    align-items: center;
}

.ogorod-detail-about__row--bonus {
    margin-bottom: 24px;
}

.ogorod-detail-about__row--top {
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px;
}


#offer__basket_actions {
    margin-top: 20px;
}

.ogorod-detail-about__rating {
    margin-right: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
    position: relative;
    padding-left: 18px;
}

.ogorod-detail-about__rating:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/aspro_next/images/ogorod/star.svg);
}

.ogorod-detail-about__comments {
    margin-right: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
    position: relative;
    padding-left: 18px;
}

.ogorod-detail-about__comments:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/aspro_next/images/ogorod/comments.svg);
}

.ogorod-detail-about__line {
    background: #ECECEC;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.ogorod-detail-slogan {
    font-size: 14px;
    margin-bottom: 10px;
}


.ogorod-detail-about__best {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FAB600;
}

.ogorod-detail-about__art {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C6C6C;
    display: block;
    margin-left: auto;
}

.ogorod-detail-about__price {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    color: #1D2029;
    margin-right: 20px;
}

.ogorod-detail-about__brand {
    width: 120px;
    margin-left: auto;
    display: block;
}

.ogorod-detail-about__brand img {
    max-width: 100%;
}

.ogorod-detail-about__old-price {
    font-weight: 400;
    font-size: 13px;
    color: #6C6C6C;
    text-decoration-line: line-through;
    margin-right: 12px;
}

.ogorod-detail-about__percent {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 5px;
    background-color: #FF4D5E;
    border-radius: 2px;
    margin-right: 2px;
}

.ogorod-detail-about__diff {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    color: #1D2029;
    background-color: #FFBC31;
    border-radius: 2px;
    margin-right: 8px;
}

.ogorod-detail-about__diff-word {
    font-size: 12px;
    line-height: 20px;
    color: #1D2029;
}


.ogorod-detail-about__availability {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1D2029;
    padding-left: 16px;
    margin-right: 11px;
    position: relative;

}

.ogorod-detail-about__availability:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/aspro_next/images/ogorod/check-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ogorod-detail-about__delivery {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1D2029;
    padding-left: 24px;
    position: relative;
}

.ogorod-detail-about__delivery:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background-image: url(/local/templates/aspro_next/images/ogorod/car.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ogorod-detail-about__row--controls {
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: 100%;
    width: 100%;
    background-color: #fff;
}


.ogorod-detail-about__row--controls .counter_block .plus,
.ogorod-detail-about__row--controls .counter_block .minus {
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
}

.ogorod-detail-about__row--controls .counter_block>span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ogorod-detail-about__row--controls .counter_block>span.plus:before {
    background-position: -50px -190px;
}

.ogorod-detail-about__row--controls .counter_block input[type="text"][name="quantity"] {
    width: 40px;
    height: 30px;
}

.ogorod-detail__about .ogorod-detail-about__row--controls .counter_block {
    width: 98px;
    height: 30px;
    border: none;
    background: transparent;
    margin-right: 17px;
    margin-bottom: 10px;
}

.ogorod-detail-about__row--controls .counter_block input[type="text"] {
    background: transparent;
    border: none;
}


.ogorod-detail-about__btn {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 5px;
    flex-grow: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--green);
    cursor: pointer;
    transition: background-color .3s;
    max-width: 140px;
}

.ogorod-detail-bottom__section .ogorod-detail-about__btn {
    max-width: 100px;

}

.ogorod-detail-about__btn+.ogorod-detail-about__btn {
    margin-left: 15px
}

.ogorod-detail-about__btn * {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    line-height: 30px;
}

.btn.btn-default.in-cart,
.btn.btn-default.in-cart:hover {
    background: transparent;
    border-color: transparent;
}

.ogorod-detail-about__btn:hover {
    background-color: var(--dark-green);
}

.ogorod-detail-about__btn--white {
    background-color: #FFFFFF;
    color: #1D2029;
    border: 1px solid #ECECEC;
    transition: background-color .3s, border-color .3s;
}

.ogorod-detail-about__btn--white:hover {
    color: #fff;
    border: 1px solid var(--green);
}

.ogorod-detail-about__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6C6C6C;
    margin-top: 20px;
}

.ogorod-detail-about__logos {
    margin-bottom: 30px;
}

.ogorod-detail-about__logos--pay {
    margin-bottom: 0;
}

.ogorod-detail-about-logos__title,
a.ogorod-detail-about-logos__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    display: block;
    color: #555;
    transition: color .3s;
}

a.ogorod-detail-about-logos__title:hover {
    color: var(--green);
}

.ogorod-detail-about-logos__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ogorod-detail-about-logos__item {
    padding-left: 10px;
    padding-right: 10px;
}

.ogorod-detail-about__logos--pay .ogorod-detail-about-logos__wrap {
    margin-left: -7px;
    margin-right: -7px;
}

.ogorod-detail-about__logos--pay .ogorod-detail-about-logos__item {
    padding-left: 7px;
    padding-right: 7px;
    width: 80px;
}

.ogorod-detail-about-logos__item img {
    max-width: 100%;
}

.ogorod-detail-bottom__show-more {
    text-align: center;
    cursor: pointer;
}

.ogorod-detail-bottom__show-more span {
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #4D7FD2;
}

.ogorod-detail-bottom__show-more:hover span {
    text-decoration: none;
}

.ogorod-detail-bottom__tab {
    color: #1D2029;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-right: 20px;
    margin-bottom: 18px;
    display: none;
}

.ogorod-detail-bottom__tab:before {
    content: '';
    background-image: url(/local/templates/aspro_next/components/bitrix/catalog.element/main_full/images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 4px;
    width: 14px;
    height: 14px;

}

.ogorod-detail-bottom__tab--active:before {
    transform: rotate(180deg);
}


@media (max-width: 991px) {
    .ogorod-detail-bottom__show-more--4 {
        display: none;
    }
}

@media (max-width: 767px) {
    .ogorod-detail-bottom__nav {
        display: none;
    }

    .ogorod-detail-bottom__tab {
        display: block;
    }

    .ogorod-detail-bottom__text {
        display: none;
    }

    .ogorod-detail-bottom__text p:last-child {
        margin-bottom: 0;
    }

    .ogorod-detail-about-logos__item {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {

    .ogorod-detail-about__row--controls .counter_block .plus,
    .ogorod-detail-about__row--controls .counter_block .minus {
        float: none !important;
        line-height: 40px !important;
        height: 30px !important;
    }
}


.ogorod-detail__tizers {
    padding: 30px 80px;
}

.ogorod-detail .tizers_block {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.ogorod-detail .tizers_block .item {
    margin-bottom: 0;
}

.ogorod-detail-about__color {
    margin-bottom: 10px;
    margin-top: 5px;
}

.ogorod-detail-about-color__wrap {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-detail-about-color__colors {
    display: flex;
    flex-wrap: wrap;
    padding-left: 3px;
    margin-top: 6px;
}

.ogorod-detail__about .ogorod-detail-about-color__colors {
    margin-top: 10px;
}

.ogorod-detail-about-color__item {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    margin-right: 12px;
    margin-bottom: 6px;
    cursor: pointer;
    border: 1px solid #d5d2d2;
}

.ogorod-detail-about-color__item--active:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    border: 1px solid var(--dark-green);
}

.ogorod-card .ik_select {}

.ogorod-detail-bottom-char__wrap {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-detail-bottom__main {
    width: calc(100% - 232px);
}

.ogorod-detail-bottom__aside {
    width: 212px;
    margin-left: 20px;
}


.ogorod-detail-bottom-text__wrap--small {
    height: 75px;
    position: relative;
    overflow: hidden;
}

.ogorod-detail-bottom-text__wrap--small:before {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.ogorod-detail-bottom-text__wrap--open {
    height: auto !important;
}

.ogorod-detail-bottom-text__wrap--open:before {
    display: none !important;
}


.ogorod-detail-bottom-char__img {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ogorod-detail-bottom-char__img img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
}

.ogorod-detail-bottom-char__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
}

.ogorod-detail-bottom__wrap {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-detail-bottom-char__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #6C6C6C;
}

.ogorod-detail-bottom-char__text ul li {
    list-style-type: none;
}

.ogorod-detail-bottom-char__text ul li:before {
    content: "" !important;
}


.ogorod-detail-bottom-char__block {
    padding: 30px;
    text-align: center;
    background: #F9F9FA;
    border-radius: 10px;
}

.ogorod-detail-bottom-char__item {
    width: 33.33%;
    margin-bottom: 20px;
    position: relative;
    padding: 0 10px;
}


@media (min-width: 992px) {
    .ogorod-detail-bottom-char__item:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 991px) {
    .ogorod-detail-bottom-char__item:nth-child(n+5) {
        display: none;
    }
}

.ogorod-detail-bottom-char__item:before {
    content: '';
    right: 0;
    width: 1px;
    background-color: rgba(114, 183, 116, 1);
    position: absolute;
    top: calc(50% - 25px);
    height: 50px
}

.ogorod-detail-bottom-char__item:nth-child(3n):before {
    opacity: 0;
}

.ogorod-detail-bottom__docs {
    display: flex;
    flex-wrap: wrap;
    padding: 23px 40px 10px 40px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

a.ogorod-detail-bottom-docs__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 25%;
    padding-right: 42px;
    margin-bottom: 13px;
    color: #1D2029;
}

.ogorod-detail-bottom-docs__info {
    padding-left: 20px;
    width: calc(100% - 36px);
}

.ogorod-detail-bottom-docs__ico {
    width: 36px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ogorod-detail-bottom-docs__item--pdf .ogorod-detail-bottom-docs__ico {
    background-image: url(/local/templates/aspro_next/images/ogorod/doc-pdf.jpg);
}

.ogorod-detail-bottom-docs__item--txt .ogorod-detail-bottom-docs__ico {
    background-image: url(/local/templates/aspro_next/images/ogorod/doc-txt.jpg);
}

.ogorod-detail-bottom-docs__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
}

.ogorod-detail-bottom-docs__size {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6C6C6C;
}


.ogorod-cards-slider {
    position: relative;

}

.ogorod-cards-slider .splide__arrows {
    position: absolute;
    right: 10px;
    top: -80px;
    width: 109px;
    display: flex;
    flex-wrap: wrap;
}

.ogorod-detail-bottom__slider {
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
    padding-bottom: 14px;
}


.ogorod-detail-bottom__slider .splide__arrow {
    position: relative;
    width: 46px;
    transform: none;
    height: 46px;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.07);
    opacity: 1;
}

.ogorod-detail-bottom__slider .splide__arrow {
    background-color: #fff;
    transition: background-color .3s;
}

.ogorod-detail-bottom__slider .splide__arrow svg {
    fill: var(--green);
    transition: fill .3s;
}

.ogorod-detail-bottom__slider .splide__arrow.splide__arrow--prev {
    left: 0;
}

.ogorod-detail-bottom__slider .splide__arrow.splide__arrow--next {
    margin-left: auto;
    right: 0;
}

.ogorod-detail__bottom h3 {
    font-size: 18px;
}

.ogorod-detail-bottom__slider .splide__arrow:hover {
    background-color: var(--green);
}

.ogorod-detail-bottom__slider .splide__arrow:hover svg {
    fill: #fff;
}

.ogorod-detail-bottom__slider .splide__arrow.splide__arrow:before {
    transform: none;
}

.ogorod-detail-bottom__slider .splide__arrow.splide__arrow--prev:before,
.ogorod-detail-bottom__slider .splide__arrow.splide__arrow--next:after {
    transform: rotate(180deg);
}


.sowing__inner {
    background-color: #F9F9FA;
    border-radius: 10px;
    padding: 30px 0;
    overflow: auto;
}

.sowing__wrap {
    width: 792px;
    margin-left: auto;
    margin-right: auto;
}

.sowing__row {
    display: flex;
    flex-wrap: wrap;

}

.sowing__cell {
    width: 66px;
    height: 24px;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.sowing__row--head {
    margin-bottom: 20px;
}

.sowing__cell:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ECECEC;
}

.sowing__row--head .sowing__cell:before {
    display: none;
}

.sowing__row-orange .sowing__cell--active {
    background-color: #FFE2CE;
}

.sowing__row-orange .sowing__cell--active:before {
    background-color: #FF8028;
}

.sowing__row-green .sowing__cell--active {
    background-color: #D8F5D9;
}

.sowing__row-green .sowing__cell--active:before {
    background-color: #72B774;
}

.sowing__row-purple .sowing__cell--active {
    background-color: #E4E2FF;
}

.sowing__row-purple .sowing__cell--active:before {
    background-color: #8D88FF;
}

.sowing__row-red .sowing__cell--active {
    background-color: #FFE8EA;
}

.sowing__row-red .sowing__cell--active:before {
    background-color: #FF4D5E;
}

.sowing__row-blue .sowing__cell--active {
    background-color: #b8edfc;
}

.sowing__row-blue .sowing__cell--active:before {
    background-color: #00b6f8;
}

.sowing__labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 36px;
}

.sowing-labels__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
}

.sowing-labels__item:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
}

.sowing-labels__item--orange:before {
    background-color: #FF8028;
}

.sowing-labels__item--green:before {
    background-color: #72B774;
}

.sowing-labels__item--purple:before {
    background-color: #8D88FF;
}

.sowing-labels__item--red:before {
    background-color: #FF4D5E;
}

.sowing-labels__item--blue:before {
    background-color: #00b6f8
}


.ogorod-detail-bottom__section--slider {
    display: block !important;
}

.ogorod-detail-bottom__section--docs {
    margin-bottom: 30px;
}

.ogorod-detail__card-top {
    display: flex;
    flex-wrap: wrap;
    padding-right: 100px;
    position: relative;
    margin-bottom: 27px;
}

@media (max-width: 767px) {
    .ogorod-detail-bottom__section {
        display: block !important;
    }

    .ogorod-detail-bottom__text {
        margin-bottom: 30px;
    }


}


.ogorod-detail__labels {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-detail-labels__item {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0px 8px;
    border-radius: 2px;
    margin-right: 10px;
}

.ogorod-detail-labels__item--new {
    background-color: var(--green);
    height: 20px;
}

.ogorod-detail-labels__item--actions {
    background-color: #FFBC31;
    height: 20px;
}


.ogorod-main-slider .splide__slide {
    position: relative;
}

.ogorod-main-slider .splide__slide a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ogorod-main-slider .splide__slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#ogorod-main-slider .splide__slide:before {
    content: "";
    padding-top: 100%;
    display: block;
    position: static;
}

.ogorod-main-slider {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-main-slider ul li {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}

.ogorod-main-slider .ogorod-main-slider__rigth {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.ogorod-main-slider .splide__arrow {
    width: 46px;
    height: 46px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.07);
    opacity: 1;
    background-color: #fff;
    transition: background-color .3s;
}

.ogorod-main-slider .splide__arrow.splide__arrow--prev {
    left: 10px;
}

.ogorod-main-slider .splide__arrow.splide__arrow--next {
    margin-left: auto;
}

.ogorod-main-slider .splide__arrow.splide__arrow--next:before,
.contacts-detail__slider .splide__arrow.splide__arrow--next:before {
    transform: none;
}

.ogorod-main-slider .splide__arrow.splide__arrow--next:after,
.contacts-detail__slider .splide__arrow.splide__arrow--next:after {
    transform: rotate(180deg);
}

.ogorod-main-slider .splide__arrow svg {
    fill: var(--green);
    transition: fill .3s;
}

.ogorod-main-slider .splide__arrow:hover {
    background-color: var(--green);
}

.ogorod-main-slider .splide__arrow:hover svg {
    fill: #fff;
}

.ogorod-main-slider .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 2px solid var(--green);
}

.ogorod-main-slider .splide__pagination {
    display: none;
}


.counter_block.big_basket {
    text-align: left;
}

@media (max-width: 1060px) {
    a.ogorod-detail-bottom-docs__item {
        width: 33.33%;
    }

    .ogorod-detail-bottom__slider .splide__slide {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .ogorod-detail-top__wrap {
        display: block;
    }

    .ogorod-detail__slider,
    .ogorod-detail__about {
        width: 100%;
        padding: 0;
    }

    .ogorod-main-slider {
        margin-bottom: 30px;
    }

    .ogorod-detail-bottom__aside {
        display: none;
    }

    .ogorod-detail-bottom__main {
        width: 100%;
    }

    .ogorod-main-slider .splide__pagination {
        display: flex;
        margin-top: 27px;
    }

    .ogorod-main-slider__left {
        display: none;
    }

    .ogorod-main-slider .ogorod-main-slider__rigth {
        padding: 0;
        width: 100%;
    }

    .ogorod-main-slider .splide__arrows {
        display: none;
    }

    .ogorod-detail-bottom__slider .splide__slide {
        padding-bottom: 0px;
    }

    .ogorod-detail-bottom-char__block {
        padding: 30px 16px;
    }

    .ogorod-detail-bottom-char__item {
        width: 50%;
    }

    .ogorod-detail-bottom-char__item:before,
    .ogorod-detail-bottom-char__item:nth-child(3n):before {
        opacity: 1;
    }

    .ogorod-detail-bottom-char__item:nth-child(2n):before {
        opacity: 0;
    }

    .ogorod-detail-bottom__docs {
        padding: 18px 29px 10px 20px;
    }

    #ogorod-main-slider .splide__slide:before {
        display: none;
    }

    .ogorod-main-slider .splide__slide {
        height: 295px;
    }
}

@media (max-width: 767px) {
    a.ogorod-detail-bottom-docs__item {
        width: 50%;
    }

    .ogorod-detail__tizers {
        display: none;
    }
}

@media (max-width: 600px) {
    a.ogorod-detail-bottom-docs__item {
        width: 100%;
        padding-right: 0;
    }


    .ogorod-detail-top__wrap,
    .ogorod-detail__top {
        border: none;
        padding: 0;
    }

    .ogorod-cards-slider .splide__arrows {
        display: none;
    }

    .ogorod-detail-about__row--controls {
        margin-bottom: 10px;
    }

    .ogorod-detail-about__btn,
    .counter_wrapp .button_block.wide,
    .counter_wrapp .btn.button_block.wide {
        margin-right: 10px;
        margin-bottom: 10px !important
    }


    .ogorod-detail-about__btn+.ogorod-detail-about__btn {
        width: 140px;
        margin-left: 0;
        margin-right: 0;
    }


    .ce_cmp .like_icons.list {
        position: absolute;
    }
}

/*

#mobilemenu .menu > ul > li > a {
    padding: 8px 20px 8px 52px;
}

#mobilemenu .menu > ul > li > a:before,
#mobilemenu .menu ul > li.selected a:before {
    content: '';
    background: initial;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 10px !important;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}

#mobilemenu .menu ul > li.selected > a {
    color: #72B774;
}

#mobilemenu .menu > ul > li > a[href="/catalog/"]:before {
    background-image: url(/local/templates/aspro_next/images/menu/catalog.svg);
}

#mobilemenu .menu > ul > li > a[href="/sale/"]:before {
    background-image: url(/local/templates/aspro_next/images/menu/sale.png);
}

#mobilemenu .menu > ul > li > a[href="/services/"]:before {
    background-image: url(/local/templates/aspro_next/images/menu/services.svg);
}

#mobilemenu .menu > ul > li > a[title="Ð‘Ð»Ð¾Ð³"]:before {
    background-image: url(/local/templates/aspro_next/images/menu/blog.png);
}

#mobilemenu .menu > ul > li > a[href="/help/"]:before {
    background-image: url(/local/templates/aspro_next/images/menu/help.png);
}

#mobilemenu .menu > ul > li > a[href="/company/"]:before {
    background-image: url(/local/templates/aspro_next/images/menu/company.png);
}

#mobilemenu .menu > ul > li > a[href="/contacts/"]:before {
    background-image: url(/local/templates/aspro_next/images/menu/contacts.png);
}

#mobilemenu .menu.middle > ul > li > a[href="/catalog/compare.php"] {
    display: none;
}

#mobilemenu .menu > ul > li > a[href="/sale/"]:after {
    content: 'Ð¡ÐžÐ’Ð•Ð¢Ð£Ð•Ðœ';
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
    color: #FFFFFF;
    position: absolute;
    background-color: #72B774;
    border-radius: 5px;
    top: 12px;
    left: 104px;
    padding: 1px 3px;
}

#mobilemenu .menu.middle a .svg-wish {
    background-image: url(/local/templates/aspro_next/images/svg/Wishlist_black2.png);
}


#mobilemenu .menu.middle a .svg-address {
    background-image: url(/local/templates/aspro_next/images/menu/marker.png);
}

.svg-phone2 {
    background-image: url(/local/templates/aspro_next/images/svg/Phone_black2.png);
}

#mobilemenu .menu.middle a .svg-inline-cabinet svg {
    display: none;
}

#mobilemenu .menu.middle a .svg-inline-cabinet {
    background-image: url(/local/templates/aspro_next/images/svg/cabinet.png);
}

#mobilemenu .menu.middle a .svg-basket {
    background-image: url(/local/templates/aspro_next/images/svg/bbasket.png);
}
*/

.page-top-main .rss {
    display: none !important;
}

.hover_shine .shine:before {
    display: none;
}

.page-top .line_block .share_wrapp {
    display: none;
}


.search-tags-cloud .tags a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #72B774;
    border: 1px solid #72B774;
    border-radius: 5px;
    background-color: #fff;
}

.fill-block {
    border-radius: 10px;
    padding: 20px 16px;
}

.fill-block ul li {
    margin-bottom: 4px;
}

.fill-block ul li a {
    padding: 0;
}

.fill-block .title-block-middle {
    border: none;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.fill-block .title-block-middle {
    padding-bottom: 0px;
}

.fill-block ul {
    padding-top: 0;
    padding-left: 6px;
}

.fill-block ul li a .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}


.sidearea div.banner {
    border-radius: 10px;
    overflow: hidden;
}


.banners-small .item .title a,
.banners-small.blog .item.wide-block .title span,
.item-views.table.with-comments .item .title,
.item-views.table-elements .item .body-info .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.item-views .item .period span,
.detail .period span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.item-views.table-elements .item .body-info .previewtext p,
.banners-small .item .title .prev_text-block,
.item-views.table-elements.news2 .item .body-info .previewtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6C6C6C;
}


.banners-small .item .title a,
.banners-small .item .title .prev_text-block,
.item-views.table-elements .item .body-info .title {
    padding: 0;
    margin-bottom: 20px;
    display: block;
}

.banners-small.blog .item .title .date-block {
    padding: 0;
}

.ask_a_question_wrapper .ask_a_question {
    position: static;
    margin-bottom: 19px;
}

.ask_a_question_wrapper .ask_a_question .btn.white:not(.grey):not(:hover),
.order-block .btn.btn-default {
    border-radius: 5px;
}

.ask_a_question_wrapper b {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}

.ask_a_question .inner .text-block {
    color: #1D2029;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-add-comment .btn,
.url-block span,
.line_block .share_wrapp,
.detail .gallery-block .flexslider .slides img,
.ask_a_question_wrapper,
.ask_a_question_wrapper .ask_a_question,
#modef .btn-default,
.btn-default.white:active,
.btn-default.white:focus,
.items-services.item-views .item,
.list-type-block.item-views .item.shadow:hover,
.order-block,
.banner.SIDE,
.left_block .subscribe-form .wrap_bg {
    border-radius: 10px;
}

.url-block,
.banners-small .item.wide-block .image,
.banners-small .item .image,
.item-views.table .item .image,
.item-views.table-elements .item .image {
    border-radius: 10px;
}

.banner.SIDE {
    overflow: hidden;
}

.ajax_load_btn,
.item-views.table .item,
.items-services.item-views .item,
.bx_soc_comments_div,
.news_blocks {
    border: none;
}

.news_blocks .info_block .item,
.news_blocks .info_block .item:first-child {
    background-color: #F9F9FA;
    padding: 20px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #6C6C6C;
    border-radius: 5px;
}

.news_blocks .top_block .title_block {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.news_blocks .top_block {
    padding-left: 0;
    padding-right: 0;
}

.news_blocks .top_block a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #72B774;
}


.banners-small.blog .items .item,
body .table-type-block.item-views .row>div .item {
    transition: opacity .3s;
}

.banners-small.blog .items .item:hover,
body .table-type-block.item-views .row>div .item:hover {
    opacity: 0.6;
}


.order-block {
    display: block;
}

.order-block .btn.btn-default {
    color: #fff;
    border: 1px solid #72b774;
    background: #72b774;
}

.order-block .btn.btn-default:hover {
    color: #72b774;
    background-color: transparent;
}

.list-type-block.item-views .item {
    margin-bottom: 10px;
}

.detail .gallery-block .bigs.flexslider {
    box-shadow: none;
}

.detail .gallery-block .bigs.flexslider .slides .item {
    min-height: 0;
    max-height: none;
}

.detail .gallery-block .bigs.flexslider .slides .item a {
    display: block;
    position: relative;
}

.detail .gallery-block .bigs.flexslider .slides .item a:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.detail .gallery-block .bigs.flexslider .slides .item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.detail .gallery-block .bigs.flexslider .flex-control-paging li a.flex-active {
    background: #72b774 !important;
}


.bigs .flex-direction-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.bigs .flex-direction-nav li {
    margin-top: 0;
}

.bigs .flex-direction-nav li.flex-nav-prev,
.bigs .flex-direction-nav li.flex-nav-next {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}


.left_menu li:not(.exit) a {
    /*padding: 0;*/
    padding-right: 10px;
}

.left_block .left_menu {
    border-radius: 10px;
    padding: 20px 16px;
    background-color: #F9F9FA;
}

.left_menu>li {
    /* margin-bottom: 8px;*/
    background: transparent;
}

.left_menu>li:last-child {
    margin-bottom: 0;
}

.left_menu>li>a,
.left_menu>li.current>a,
.left_menu>li:not(.exit):hover {
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

}

.left_menu>li>a,
.left_menu>li.current>a {
    padding: 5px;
}

.left_menu>li:hover>a:before {
    display: none;
}

.item .child_container .child_wrapp ul>li,
.item .child_container .child_wrapp a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.item .child_container .child_wrapp {
    padding-left: 0;
    padding-right: 0;
}

.left_menu li:not(.exit).current a,
.left_menu li:not(.exit).current a:hover {
    color: var(--green);
}

.item .child_container .child_wrapp ul>li {
    padding-left: 0;
}

.table-type-block.item-views.items-list3 .item {
    border: none;
    border-radius: 10px;
}

.news_items .date {
    margin-bottom: 5px;
}


.accordion-head {
    padding: 14px 20px;
    padding-right: 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
}

.item-views.accordion .item {
    padding-bottom: 0;
    margin-bottom: 8px;
}

.vacancy.item-views.accordion .pay,
.vacancy.item-views.accordion .pay b {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;

}

.vacancy.item-views.accordion .pay {
    padding-right: 40px;
}

.accordion-head:hover .fa {
    background: transparent;
}

.item-views.accordion .item.opened,
.accordion-type-1 .item,
.accordion-type-2 .item,
.accordion-type-1 .item:hover,
.accordion-type-2 .item:hover,
.accordion-type-1 .item .accordion-body,
.accordion-type-2 .item .accordion-body,
.accordion-type-1 .item .panel-collapse,
.accordion-type-2 .item .panel-collapse,
.accordion-type-1 .item .accordion-head,
.accordion-type-2 .item .accordion-head {
    background: transparent !important
}

.panel-collapse .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-head .fa {
    top: 10px;
}

.item-views.accordion .item {
    box-shadow: none;
}

.item-views.accordion .item {
    border: 1px solid #ededed !important;
    border-radius: 5px;
}

.item-views.accordion .item.opened {
    border: 1px solid var(--green) !important;
}


.vacancy.item-views .btn {
    border: 1px solid #72b774;
    background-color: #72b774;
    border-color: #72b774;
    border-radius: 5px;
    transition: .3s;
}

.vacancy.item-views .btn:hover {
    color: #72b774;
    background-color: transparent;
}


.add_review .btn,
.add_review .btn:hover {
    border: 1px solid #72b774;
    background-color: #72b774;
    border-color: #72b774;
    border-radius: 5px;
    transition: .3s;
    font-weight: 400;
}

.add_review .btn:hover {
    color: #72b774;
    background-color: transparent;
}


.list-type-block.item-views.wide_img .item>.image {
    border-radius: 10px;
    overflow: hidden;
}

.list-type-block.item-views.wide_img .item>.image img {
    border-radius: 10px;
}


.head-block .item-link .title span,
.head-block.top .item-link .title .btn-inline {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6C6C6C;
    padding-top: 0;
    padding-bottom: 0;
}

.head-block .item-link.active .title span,
.head-block .item-link.active .title .btn-inline {
    color: var(--green);
}

.head-block.top .bottom_border {
    display: none;
}

.head-block .item-link {
    margin-bottom: 5px;
}

.head-block.top {
    margin-bottom: 30px;
}


.ask_a_question_wrapper {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    overflow: hidden;
}

.ask_a_question,
.ask_a_question .inner {
    border: none;
    border-radius: 5px;
    background: #FFFFFF;
}

.ask_a_question .inner {
    padding: 24px 19px;
}

.ask_a_question .inner,
.ask_a_question .outer {
    background: #FFFFFF;
}

.ask_a_question .outer>span {
    margin-bottom: 19px;
}

body .ask_a_question .btn,
body .ask_a_question .btn.btn-default.white:not(.grey) {
    background-color: #FF8028 !important;
    border-color: #FF8028 !important;
    color: #fff !important;
    border-radius: 5px;
    transition: .3s !important;
    font-weight: 400;
}

body .ask_a_question .btn:hover,
body .ask_a_question .btn.btn-default.white:not(.grey):hover {
    background-color: #f58b41 !important;
    border-radius: 5px;
}

.ask_a_question .inner .text-block:before {
    background-image: url(/local/templates/aspro_next/images/ogorod/ask2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.list-type-block .link-block-more a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;

    color: #72B774;
}


.btn-inline.rounded:hover i {
    background: transparent;
}

.btn-inline.rounded:hover i {
    color: #72b774;
}

.btn-inline.rounded i:before {
    font-size: 24px;
    position: relative;
    bottom: -2px;
}

@media (max-width: 767px) {
    .list-type-block .link-block-more a {
        font-size: 16px;
        line-height: 19px;
    }
}


.list-type-block.item-views .item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1D2029;
}

.list-type-block.item-views.wide_img .item .previewtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6C6C6C;
}

.ogorod-detail__bottom table.ogorod-detail-bottom__nav {
    width: 100%;
    margin-bottom: 32px;
}

.ogorod-detail__bottom table.ogorod-detail-bottom__nav td {
    text-align: center;
    white-space: nowrap;
    border-bottom: solid 2px transparent;
}

.ogorod-detail__bottom table.ogorod-detail-bottom__nav td.active {
    background-color: #ffffff;
    border-bottom: solid 2px #72b774;
}

.ogorod-detail__bottom table.ogorod-detail-bottom__nav td a {
    color: #6C6C6C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.ogorod-detail__bottom table.ogorod-detail-bottom__nav td.active a {
    color: #72B774;
}

.ogorod-detail__bottom table.ogorod-detail-bottom__nav td a:hover {
    color: #72b774;
}

.ogorod-detail__bottom table.ogorod-detail-bottom__nav td a span {
    color: #72b774;
}

.sect_detail {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
}


.sect_detail .sect_text {
    width: calc(100% - 210px);
    text-align: justify;
    order: 1;
}

.sect_detail .sect_picture {
    display: block;
    padding: 80px 30px;
    line-height: normal;
    order: 2;
    width: 210px;
}

.sect_detail .sect_picture img {
    width: 100%;
}

.sect_detail.only-picture .sect_picture {
    float: none;
    margin-left: auto;
}

@media (max-width: 991px) {
    .sect_detail .sect_picture {
        text-align: center;
        float: none;
        order: 1;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .sect_detail.only-picture .sect_picture {
        margin-right: auto;
    }

    .sect_detail .sect_text {
        width: 100%;
        order: 2;
    }

}

.form_footer .btn.btn-default {
    background-color: #72b774;
    border-color: #72b774;
    color: #ffffff;
}

/*for file /local/templates/aspro_next/components/bitrix/catalog.section/catalog_block_full/template.php*/


.ogorod-card__weight__volume {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ogorod-card__weight__volume a {
    margin-right: 4px;
    border: solid 1px #616060;
    color: #616060;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
    min-width: 23px;
    text-align: center;
}

.ogorod-card__weight__volume a.active {
    border: solid 1px #72b774;
    color: #72b774;
}


.ogorod-detail-sex {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #555;
}

.ogorod-detail-about-color__title {
    color: #555;
}

.ogorod-detail-about-color__val {
    font-weight: 500;
    color: #555;
}

.ogorod-detail-sex span {
    font-weight: 500;
}

/*# end file /local/templates/aspro_next/components/bitrix/catalog.section/catalog_block_full/template.php*/


/*# for file /local/templates/aspro_next/components/bitrix/catalog.element/main_full/template.php*/


.ogorod-card__weight__volume a.active {
    border: solid 1px #72b774;
    color: #72b774;
}

.ogorod-detail-template #reviews_content {
    display: block;
}

.ogorod-detail-template #reviews_content .ratings .item-rating {
    padding: 0px 0px 0 2px;
    width: 14px;
    height: 12px;
    overflow: hidden;
    background: url(/local/templates/aspro_next/images/ai.png) -150px -51px no-repeat;
}

.ogorod-detail-template #reviews_content .ratings .item-rating.filled {
    background-position: -136px -51px;
}

.ogorod-detail-template #reviews_content .ratings .item-rating.large {
    width: 18px;
    height: 22px;
    background-position: -392px -46px;
}

.ogorod-detail-template #reviews_content .ratings .item-rating.large.filled {
    background-position: -373px -46px;
}

.ogorod-detail-template #reviews_content .blog-info__rating--top-info {
    display: inline-flex;
    align-items: center;
}

.ogorod-detail-template #reviews_content .blog-info__rating--top-info .item-rating {
    vertical-align: middle;
}

.ogorod-detail-template #reviews_content .votes_block .inner_rating {
    display: flex;
}

.ogorod-detail-template #reviews_content .votes_block__reviews-count {
    color: #999;
    margin-left: 10px;
}

.ogorod-detail-template #reviews_content .btn.btn-default {
    background-color: #72b774;
    border-color: #72b774;
    color: #ffffff;
    cursor: pointer;
}

.ogorod-detail-template #reviews_content .element-count-wrapper .element-count {
    top: -1px;
    padding: 2px 6px 3px;
    vertical-align: bottom;
    border: 1px solid rgba(153, 153, 153, 0.35);
    position: relative;
    margin-left: 8px;
    font-size: 13px;
    border-radius: 3px;
    color: #999;
}

.ogorod-detail-template #ask .btn.btn-default {
    background-color: #72b774;
    border-color: #72b774;
    color: #ffffff;
    border-radius: 5px;
}

.ogorod-detail-template #ask .btn.btn-default[name="web_form_submit"] {
    margin-right: 10px;
}

.ogorod-detail-template #ask .btn.btn-default.white:not(.grey) {
    color: #72b774 !important;
    border: 1px solid #72b774;
    background: #ffffff;
}

#one_click_buy_form_button {
    background-color: #72b774;
    border-color: #72b774;
    color: #ffffff;
}

/*# end file /local/templates/aspro_next/components/bitrix/catalog.element/main_full/template.php*/


.contacts-page-overmap {
    display: none;
}

table.contacts-stores tr.item td.img {
    padding-left: 0;
    padding-right: 20px;
}

table.contacts-stores tr.item td.img a {
    border-radius: 10px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

table.contacts-stores tr.item td.img a:before {
    content: '';
    display: block;
    padding-top: 60%;
}

table.contacts-stores tr.item td.img {
    width: 23%;
}

table.contacts-stores tr.item td:last-of-type {
    width: 22%
}

@media (max-width: 500px) {

    table.contacts-stores,
    table.contacts-stores tbody,
    table.contacts-stores tr,
    table.contacts-stores td {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
    }

    table.contacts-stores tr {
        margin-bottom: 20px;
    }

    table.contacts-stores td.phone {}

    table.contacts-stores td.mobile-title-phone {
        display: none !important;
    }

    table.contacts-stores tr.item td.img {
        display: none !important;
    }

    .mobile-title-phone .row>div {
        width: 100%;
    }
}


.popup input[type="text"],
.popup input[type="password"],
.popup input[type="email"],
.popup textarea,
.form-block input,
.form-block textarea {
    border-radius: 5px;
}


.detailimage img {
    border-radius: 10px;
}

.detail .item-views img {
    border-radius: 5px;
}

.bigs .flex-direction-nav li {
    opacity: 1;
}


.page-back {
    color: #72B774;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 40px;
}

.page-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-green2.svg);
}


.contacts-detail {
    padding-top: 15px;
}

.contacts-detail__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 95px;
}

.contacts-detail__list {
    width: 300px;
    padding-right: 40px;
}

.contacts-detail__slider {
    width: calc(100% - 300px);
}

#demomain-carousel .splide__slide:before {
    content: "";
    display: block;
    padding-top: 55%;
}

#demothumbnail-carousel .splide__slide:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#demomain-carousel .splide__slide img,
#demothumbnail-carousel .splide__slide img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    border-radius: 5px;
}

#demomain-carousel .splide__slide img {
    border-radius: 5px;
}

#demothumbnail-carousel {
    margin-top: 30px;
}

#demothumbnail-carousel .splide__track--nav>.splide__list>.splide__slide {
    border: none;
}

#demothumbnail-carousel .splide__slide {
    opacity: 0.7;
    transition: opacity .3s;
}

#demothumbnail-carousel .splide__slide.is-active {
    opacity: 1;
    transition: opacity .3s;
}

#demomain-carousel,
#demothumbnail-carousel {
    overflow: visible;
}


.contacts-detail__title {
    color: #6C6C6C;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.contacts-detail__subtitle,
.contacts-detail__subtitle a {
    color: #1D2029;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contacts-detail__item {
    margin-bottom: 30px;
}

.contacts-detail__map {
    position: relative;
    height: 640px;
    width: 100%;
}

#contactsDetailMap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.contacts-detail__vidjet {
    position: absolute;
    z-index: 1;
    width: 448px;
    height: 407px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    overflow: hidden;
}

.contacts-detail__vidjet iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.contacts-detail__slider .splide__pagination {
    display: none;
}

@media (max-width: 991px) {
    .contacts-detail__wrap {
        display: block;
    }

    .contacts-detail__list {
        padding-right: 0;
        width: 100%;
    }

    .contacts-detail__slider {
        width: 100%;
    }

    .contacts-detail__wrap {
        margin-bottom: 50px;
    }

    .contacts-detail {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    #demothumbnail-carousel {
        display: none;
    }

    .contacts-detail__slider .splide__pagination {
        display: flex;
    }

    .contacts-detail__map {
        height: auto;
        width: auto;
    }

    #contactsDetailMap {
        position: relative;
        left: 0;
        top: 0;
        height: 330px;
        margin-bottom: 20px;
    }

    .contacts-detail__vidjet {
        position: relative;
        width: 100%;
        height: 650px;
        transform: none;
        left: 0;
        top: 0;
    }

    .contacts-detail__wrap {
        margin-bottom: 20px;
    }

    .contacts-detail__slider .splide__arrows {
        display: none;
    }

    .contacts-detail__subtitle,
    .contacts-detail__subtitle a {
        font-size: 16px;
    }

    .contacts-detail__item {
        margin-bottom: 20px;
    }

}


.ogorod-tabs {

    margin-top: 47px;
    margin-bottom: 32px;
}

.ogorod-tabs__wrap {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-tabs__inner {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-tabs__item {
    color: var(--text-grey, #6C6C6C);
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-right: 27px;
    margin-bottom: 8px;
}

.ogorod-tabs__item--active {
    color: var(--green, #72B774);
    border-bottom: 2px solid #72B774;
}

.ogorod-tabs__item:not(.ogorod-tabs__item--active) {
    cursor: pointer;
}

@media (max-width: 991px) {
    .ogorod-tabs {
        padding-right: 0;
        font-size: 0
    }

    .ogorod-tabs__item,
    a.ogorod-tabs__item {
        margin-right: 17px;
        white-space: nowrap;
    }

    .ogorod-tabs__wrap {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-color: transparent transparent;
    }

    .ogorod-tabs__inner {
        flex-wrap: nowrap;
    }
}


.ogorod-instruction__title {
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ogorod-instruction {
    counter-reset: counter;
}

.ogorod-instruction-description {
    margin: 10px 0 30px 0;
}

.ogorod-instruction__item {
    margin-bottom: 30px;
}

.ogorod-instruction__title {
    margin-bottom: 10px;
}

.ogorod-instruction__title:before {
    counter-increment: counter;
    content: counter(counter);
    border-radius: 50%;
    background: var(--orange, #FF8028);
    margin-right: 5px;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.ogorod-instruction__title span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 33px);
}

.ogorod-instruction__img-adap {
    display: none;
}

.ogorod-instruction img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .ogorod-instruction__img {
        display: none;
    }

    .ogorod-instruction__img-adap {
        display: block;
    }
}


.accordion-type-1 .item {
    border: 1px solid #ededed !important;
    border-radius: 5px;
    margin-bottom: 8px;
}

.accordion-type-1 .item.opened {
    border: 1px solid var(--green) !important;
}


.ogorod-delivery {}

.ogorod-delivery-block__wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 776px;
    margin-bottom: 30px;
}

.ogorod-delivery__block {
    padding: 40px 58px;
    margin-bottom: 20px;
    background: #F9F9FA;
    border-radius: 20px;
}

.ogorod-delivery-block__main-title {
    color: var(--black, #1D2029);
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.ogorod-delivery-block__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 33.33%;
    padding-right: 30px;
}

.ogorod-delivery-block__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.ogorod-delivery-block__title {
    color: var(--black, #1D2029);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: calc(100% - 55px);
}

.search-result-list a {
    color: var(--black, #1D2029);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
    transition: color .3s;
}

.search-result-list a:hover {
    color: #72B774;
}


.ogorod-delivery__section {
    border-radius: 20px;
    border: 1px solid var(--green, #72B774);
    margin-bottom: 20px;


}

.ogorod-delivery-section__head {
    background-color: #F9F9FA;
    padding: 16px;
    border-radius: 20px 20px 0 0;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--black, #1D2029);
}

.ogorod-delivery-section__head span {
    color: #6C6C6C;
    padding-left: 10px;
    font-weight: normal;
    font-size: 16px;
}

.ogorod-delivery-section__head i {
    font-style: normal;
    border-radius: 50%;
    background: #72B774;
    margin-right: 10px;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.ogorod-delivery-section__content {
    padding: 16px;
}

@media (max-width: 991px) {
    .ogorod-delivery__block {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .ogorod-delivery-block__wrap {
        display: block;
    }

    .ogorod-delivery-block__item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .ogorod-delivery__block {
        padding: 30px 16px;
    }

    .ogorod-delivery-block__main-title {
        font-size: 24px;
    }
}


.ogorod-information-page__wrap {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-information-page__aside {
    width: 196px;
    border-radius: 10px;
    background: var(--frame, #F9F9FA);
    padding: 16px;
}

.ogorod-information-page-aside__link {
    display: block;
    color: var(--black, #1D2029);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
    margin-bottom: 8px;
}

.ogorod-information-page-aside__link--active {
    color: var(--green, #72B774);
}

.ogorod-information-page-aside__title {
    color: var(--black, #1D2029);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
}

.ogorod-information-page-aside__block {
    margin-bottom: 30px;
}

.ogorod-information-page-aside__block:last-child {
    margin-bottom: 0;
}

.ogorod-information-page__main {
    width: calc(100% - 196px);
    padding-left: 36px;
}

.ogorod-information-page__main h2 {
    margin-top: 0;
}

.ogorod-information-page__select {
    display: none;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .ogorod-information-page__wrap {
        display: block;
    }

    .ogorod-information-page__main {
        width: 100%;
        padding-left: 0;
    }

    .ogorod-information-page__select {
        display: block;
    }

    .ogorod-information-page__aside {
        display: none;
    }
}


.search-page-wrap form .form-control input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #72B774;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 38px;
    background: transparent;
    padding: 0;
    padding-right: 40px;
    padding-left: 10px;
}

.search-page-wrap form .form-control {
    width: 473px;
    position: relative;
    margin-right: 0;
}

.clear-search-input {
    background-image: url(/local/templates/aspro_next/images/svg/Close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    height: 38px;
    width: 38px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.ogorod-city-toolbar .clear-search-input {
    height: 37px;
}

.clear-cart-control {

    height: 38px;
    width: 38px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .clear-cart-control:hover {
        opacity: .6;
    }
}

.search-page-wrap form .btn {
    border-radius: 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    height: 38px;
    width: 94px;
    border: 1px solid #72B774;
    text-transform: uppercase;
    background-color: #72B774;
    transition: background-color .3s, color .3s;
    padding: 0;
}

.search-page-wrap .form-control+.btn {
    margin-left: 15px;
}

.search-page-wrap form .btn:hover {
    background-color: transparent;
    color: #72B774;
    border: 1px solid #72B774;
}


.favorites-page .search-page-wrap [type="button"] {
    display: none;
}

.favorites-page .search-page-wrap form .form-control input {
    height: 32px;
    padding-right: 50px;
}

.favorites-page .search-page-wrap form .form-control:before {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    background-color: var(--green);
    background-image: url(/local/templates/aspro_next/images/svg/Search_big_white.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.favorites-page .search-page-wrap .form-control {
    float: none;
}

.favorites-page .search-page-wrap form .form-control .clear-search-input {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    background-image: url("/local/templates/aspro_next/images/svg/Close_white.svg");
    border-radius: 0 5px 5px 0;
    z-index: 50;
    background-color: var(--green);
}


.favorites-page .search-page-wrap form .form-control {
    margin-right: 0;
}

.purchases-purchases .form-control input {
    background: #fff !important;
    padding-right: 85px !important;
}

.purchases-purchases .search-page-wrap .clear-search-input {
    right: 50px;
    display: none;
}


.favorites-page__btn-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.favorites-page__empty {
    width: 100%;
    margin-bottom: 80px;
}

.favorites-page__empty p {
    font-size: 18px;
}

.favorites-page__btn-block .btn {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    padding: 14px 0;
    border: 1px solid #72B774;
    margin-right: 28px;
    width: 100%;
    margin-bottom: 16px;
    max-width: 296px;
}

.favorites-page__btn-block .btn:first-child {
    background-color: #72B774;
    color: #fff;
}

.favorites-page__btn-block .btn:last-child {
    color: #72B774;
    margin-right: 0;
}

.favorites-page__btn-block .btn:first-child:hover {
    background-color: #fff;
    color: #72B774;
}

.favorites-page__btn-block .btn:last-child:hover {
    background-color: #72B774;
    color: #fff;
}

@media (max-width: 767px) {
    .favorites-page__btn-block {
        flex-direction: column;
        align-items: center;
    }

    .favorites-page__btn-block .btn {
        max-width: 240px;
        padding: 10px 20px;
        border-radius: 5px;
        margin: 20px auto 0 auto !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
    }
}

@media (max-width: 650px) {


    .favorites-page__empty {
        margin-bottom: 0px;
    }
}

.left-search-result {
    padding: 20px 16px 30px;
    background-color: #F9F9FA;

}

.left-search-result__title {
    color: #1D2029;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.left-search-result__block {
    margin-bottom: 30px;
}

.left-search-result__block:last-child {
    margin-bottom: 0;
}

.left-search-result__item a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    color: #1D2029;
    padding-bottom: 4px;
    padding-top: 4px;
    transition: color .3s;
}

.left-search-result__item a:hover {
    color: var(--green);
}

.left-search-result__item span:last-child {
    margin-left: auto;
    color: #72B774;
    padding-left: 20px;
}

.left-search-result__item:nth-child(n + 5) {
    display: none;
}

.left-search-result__more {
    color: #72B774;
    cursor: pointer;
}

.left-search-result__more span {
    position: relative;
    padding-right: 20px;
}

.left-search-result__more span:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/local/templates/aspro_next/images/ogorod/arrow-green.svg");
    transition: .3s;

}

.left-search-result__more--active span:before {
    transform: rotate(180deg);
}

.wrapper_inner>.left-search-result {
    display: none;
}

@media (max-width: 991px) {
    .wrapper_inner>.left-search-result {
        display: block;
    }

    .left-search-result {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .search-page-wrap form .form-control {
        width: calc(100% - 109px);
    }

    .clear-search-input {
        height: 100%;
        right: 0;
        display: none;
    }
}

@media (max-width: 767px) {
    .search-page-wrap form .btn {
        font-size: 10px;
        width: 52px;
        height: 26px;
        line-height: 26px;
    }

    .search-page-wrap form .form-control {
        width: calc(100% - 67px);
    }

    .search-page-wrap form .form-control input {
        height: 26px;
        font-size: 16px;
        padding-right: 36px;
    }


}

@media (max-width: 450px) {
    .wrapper_inner .search-page-wrap form .form-control {
        float: left;
        width: calc(100% - 67px);
        margin: 0;
    }

    .wrapper_inner .favorites-page .search-page-wrap form .form-control {
        float: none;
    }

}

.search-empty-text {
    color: #6C6C6C;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .search-empty-text {
        font-size: 16px;
        margin-top: 20px;
    }
}


.ogorod-information__page--rullers .accordion-head {
    color: #1D2029;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ogorod-information__page--rullers .previewtext p:last-child {
    margin-bottom: 0;
}


.ogorod-information__page h2 {
    font-size: 28px;
}

@media (max-width: 767px) {
    .ogorod-information__page h2 {
        font-size: 24px;
    }
}


.blog-comment-fields div.bxlhe-frame {
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    overflow: hidden;
}


/**/
body .menu_top_block.catalog_block .dropdown>li>a,
.menu_top_block.catalog_block .dropdown>li>a .image+.name {
    font-size: 16px;
}

header .menu_top_block li .dropdown>li.has-child>a:after,
.menu_top_block.catalog_block .dropdown>li.has-child>a:after,
.left_menu>li.has-childs>a:after {
    top: 18px;
    right: 11px;
}


.menu_top_block.catalog_block .dropdown>li.full:hover,
.menu_top_block.catalog_block .dropdown>li.full:hover>a {
    border-radius: 10px;
    background: #F3F9F4;
    color: #1D2029;
}


header .menu_top_block li.catalog>.dropdown>li:hover>a:before,
.menu_top_block.catalog_block .dropdown>li.full:hover>a:before,
.left_menu>li:hover>a:before {
    display: none;
}

.catalog_icons_Y .menu_top_block.catalog_block .dropdown>li.has-child>a:after {
    display: none !important;
}

body .menu_top_block.catalog_block .dropdown>li.full>a {
    display: flex;
    align-items: center;
    border: none
}

.menu_top_block li.full:not(.v_bottom):hover>.dropdown,
header .menu_top_block.catalogfirst li.full:not(.v_bottom):hover>.dropdown {
    border: 1px solid #D7D7D7;
    border-radius: 30px;
}

.menu_top_block.catalog_block .dropdown>li.full>.dropdown>li>a,
header .menu_top_block.catalogfirst li.full>.dropdown>li>a {
    font-weight: 500;
}


@media (max-width: 500px) {

    body .catalog_block .catalog_item_wrapp,
    .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n),
    .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(4n),
    body .right_block.catalog .catalog_block .catalog_item_wrapp {
        width: 50%;
    }
}


/**/

@media (max-width: 991px) {
    .adaptive_filter {
        display: block;
        position: fixed;
        bottom: 80px;
        width: 120px;
        left: calc(50% - 60px);
        box-shadow: 0px -8px 12px rgba(152, 152, 152, 0.14);
        margin-bottom: 0;
        background-color: transparent;

    }

    .adaptive_filter .filter_opener {
        margin-bottom: 0;
    }

    .adaptive_filter .filter_opener,
    .adaptive_filter .filter_opener:not(.opened) {
        background-color: #FF8028;
        color: #fff
    }
}


.scrollyeah_shadow .scrollyeah__shadow_prev,
.scrollyeah_shadow .scrollyeah__shadow_next {
    visibility: hidden;
}


.bx_filter .bx_filter_select_block,
.common_select .common_select-link {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #d5d2d2;
}

.ik_select_list .ik_select_list_inner ul li {
    font-size: 13px;
}

.bx_filter .bx_filter_select_arrow,
.common_select .common_select-link .trigger {
    border-left: 1px solid #d5d2d2;
}

.catalog_detail .common_select .common_select-link .ik_select_link_text,
.bx_section .common_select-link .ik_select_link_text {
    line-height: 39px;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow,
.common_select .common_select-link:hover .trigger,
.common_select .common_select-link.opened .trigger {
    background: #d5d2d2;
}

.print-link {
    display: none !important;
}

.bx-sbb-empty-cart-container {
    margin-bottom: 20px;
}


@media (max-width: 600px) {
    .counter_block {
        display: none;
    }

    .ogorod-detail__about .counter_block {
        display: block;
    }

}


.favorites-page__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.favorites-page__top .ogorod-catalog__sort {
    margin-bottom: 0;
}

.favorites-page__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 28px;
}

.favorites-page__wrap:not(#top_fav)>div,
.favorites-page__wrap:not(#top_fav)>div>div {
    margin: 0;
    padding: 0;
    width: 100%;
}


.section-template.row {
    width: 100%;
}

.favorites-sort-title,
.favorites-page__top .ogorod-catalog__sort+.select.favorites-sort {
    display: none;
    margin-bottom: 22px;
}

.favorites-sort-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 123.077%;
    position: relative;
}


.favorites-sort {
    margin-bottom: 22px;
    display: none;
}


.favorites-sort .select__current::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    background-color: #72B774;
    border-radius: 50%;
}

.favorites-sort .select__current::before {
    border-color: #fff;
    right: 6px;
}

.favorites-sort .select__current {
    border: none;
    padding-left: 0;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 0;
}

.favorites-sort.select--active .select__list {
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    border: none;
}

@media (max-width: 1219px) {
    .favorites-page__top .search-page-wrap form .form-control {
        width: 260px;
    }
}

@media (max-width: 991px) {
    .favorites-page__top {
        display: block;
    }

    .favorites-page__top .ogorod-catalog__sort {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }

    .favorites-page__top .search-page-wrap form .form-control {
        width: 100%;
    }

    .favorites-page__top .search-page-wrap,
    .ogorod-catalog__sort {
        width: 100%;
    }

    .ogorod-catalog-sort__item {
        width: 100%;
    }

    .favorites-page__top .ogorod-catalog-sort__wrap {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
    }

    .favorites-page__top .ogorod-catalog__sort {
        display: none;
    }

    .favorites-page__top .ogorod-catalog__sort+.select.favorites-sort,
    .favorites-sort-title {
        display: block;
    }

    .favorites-sort-title::before {
        content: "";
        position: absolute;
        right: 2px;
        top: 3px;
        border-right: 2px solid rgb(114 183 116);
        border-bottom: 2px solid rgb(114 183 116);
        width: 11px;
        height: 11px;
        transition: all 0.3s ease 0s;
        transform-origin: center;
        cursor: pointer;
        transform: rotate(45deg);
        z-index: 2;

    }

    .favorites-sort-title--active::before {
        transform: rotate(-135deg);
        top: 7px;

    }

    .favorites-sort--active {
        display: block;
    }
}

@media (max-width: 767px) {
    .favorites-page__top .search-page-wrap form .form-control {
        width: 100%
    }

    .favorites-page__top {
        margin-bottom: 20px;
    }

}

.bx_filter .bx_filter_section {
    border: none;
}

.left-search-result {
    border-radius: 10px;
    margin-bottom: 20px;
}

/*
.mega-menu table .menu-item:not(.catalog) .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}
 */

.mega-menu table .menu-item:not(.catalog) .dropdown-menu .menu-wrapper>li:first-of-type:before {
    display: none;
}

.mega-menu table .menu-item:not(.catalog) .dropdown-menu {
    border-radius: 20px;
    border: 1px solid var(--Light-Grey, #D7D7D7);
}

.mega-menu table .menu-item:not(.catalog) .dropdown-menu li a {
    padding: 8px 20px 8px 64px !important;
}

.mega-menu table .menu-item:not(.catalog) .dropdown-menu li img {
    position: absolute;
    left: 20px;
    top: calc(50% - 18px);
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
}

.mega-menu table .menu-item:not(.catalog) .dropdown-menu ul.menu-wrapper {
    padding: 20px 0;
}

.mega-menu table .menu-item:not(.catalog) .dropdown-menu {
    font-size: 16px;
    min-width: 240px;
}

.mega-menu table .menu-item:not(.catalog) .dropdown-menu li a {
    border: none;
}

.popup.show {
    border-radius: 20px;
}

.popup .popup-intro .pop-up-title {
    color: #1D2029;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 32px 32px 0;
}

.popup .popup-intro {
    border: none;
}

@media (max-width: 767px) {
    .popup .popup-intro .pop-up-title {
        padding: 20px 14px 14px;
    }
}


.contacts-page-map {
    border-radius: 20px;
    overflow: hidden;
}


/**/

#title-search-city .ui-autocomplete {
    border-radius: 10px;
}

.notice {
    border-radius: 10px;
}

.confirm_region {
    padding: 15px 15px 15px 15px;
}

.confirm_region .buttons>.btn {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 5px;
    flex-grow: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--green);
    cursor: pointer;
    transition: background-color .3s;
    padding: 0px 20px;
}

.confirm_region .close {
    right: 5px;
    top: 5px;
}

/**/
.header-cart .basket_fly .opener {
    margin-top: 10px;
    border-radius: 10px 0 0 10px;
}

.header-cart .basket_fly {
    border-radius: 10px 0 0 10px;
    max-width: 100vw;
}

.basket_wrapp .basket_fly .basket_wrapp {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.basket_wrapp .basket_fly .basket_wrapp {
    border-top-right-radius: 0;
}

.basket_sort ul.tabs li.cur div {
    border-color: transparent;

}

.basket_sort ul.tabs li div span {
    color: #1D2029 !important;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.basket_sort ul.tabs li.cur div span {
    color: #8DC58F !important;
}

#basket_line .remove_all_basket:before {
    display: none !important;
}

#basket_line .remove_all_basket {
    color: #1D2029 !important;
    border: none !important;
}

#basket_line .remove_all_basket:hover {
    color: #4fad00 !important;
}

.basket_wrapp .module-cart thead tr {
    background-color: transparent;
}

table.colored td,
.basket_fly li[item-section="AnDelCanBuy"] .module-cart table.colored tbody,
form.basket_wrapp,
.basket_fly .module-cart table.colored tbody td {
    border: none;
}

.basket_wrapp .wraps_icon_block.basket:before,
.basket_wrapp .wraps_icon_block.delay:before {
    width: 24px;
    height: 24px;
}

.basket_wrapp .wraps_icon_block .count>span {
    margin-left: auto;
    margin-right: auto;
}

#basket_form .counter_block {
    background-color: transparent;
    border: none;
}

#basket_form .counter_block input[type="text"] {
    background-color: transparent;
    border: none;
}

.module-cart .name-cell a {
    color: #1D2029;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
}

.module-cart table td.name-cell .item_props .item_prop {
    color: #6C6C6C;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
}

.module-cart table td.name-cell .item_props .item_prop:last-child {
    margin-bottom: 0;
}


.module-cart .colored tfoot td.row_titles .item_title {
    margin-right: 0;
}

.module-cart .row_values .price {
    text-align: right;
}

[data-id="total_buttons"] * {
    text-align: center;
}

#basket_form .basket_close .btn,
#basket_form .basket_back .btn {
    border-radius: 10px;
    border: 1px solid #8DC58F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
    line-height: normal;
    display: inline-block;
    margin: 0 auto;
    width: auto;
}

#basket_form .basket_close .btn {
    color: #8DC58F !important;
    background-color: transparent !important;
}

#basket_form .basket_close .btn:hover {
    background-color: #8DC58F !important;
    color: #fff !important;
}

#basket_form .basket_back .btn {
    background-color: #8DC58F !important;
    color: #fff !important;
}

#basket_form .basket_back .btn:hover {
    color: #8DC58F !important;
    background-color: transparent !important;
}

#basket_form .counter_block .plus,
#basket_form .counter_block .minus {
    width: 30px;
    height: 30px;
    position: relative;
}

#basket_form .counter_block>span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F9F9FA;
    border-radius: 50%;
}

#basket_form .counter_block>span.minus:before {
    background-position: -79px -191px;
}

#basket_form .counter_block>span.plus:before {
    background-position: -49px -191px;
}

#basket_form .module-cart table thead td {

    padding-bottom: 0;
}

.basket_wrapp .basket_fly .module-cart table td.cost-cell {
    width: 140px;
}

#basket_form .itog .bottom_btn td {
    width: 50%;
    padding: 5px 15px 20px;
}

#basket_form .counter_block input[type="text"] {
    padding: 0;
    width: 30px;
    height: 30px;
}

#basket_form .itog .row_titles {
    padding-right: 15px;
}

#basket_form .itog .row_values {
    padding-left: 15px;
}

.module-cart .colored tfoot td.row_values .wrap_prices {
    width: 100%;
}

#basket_form .cost.prices .price,
#basket_form .module-cart .row_titles .item_title,
#basket_form .module-cart .row_values .price {
    font-size: 18px;
}


#basket_form .module-cart a.wish_item .icon i {
    background: url(/local/templates/aspro_next/images/svg/Wishlist_black.svg) center 0px no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    border-radius: 0;
}

#basket_form .module-cart a.wish_item.to_basket .icon i {
    background: url(/local/templates/aspro_next/images/svg/Basket_black.svg) center 0px no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    border-radius: 0;
}

.basket_wrapp .basket_fly .module-cart.delayed table tr td.count-cell,
.basket_wrapp .basket_fly .module-cart table tr td.count-cell,
.basket_wrapp .basket_fly .module-cart table td.summ-cell,
.basket_wrapp .basket_fly .module-cart table td.cost-cell.notes,
.basket_wrapp .basket_fly .module-cart table td.name-cell,
.basket_wrapp .basket_fly .module-cart table td.delay-cell,
.basket_wrapp .basket_fly .module-cart table td.remove-cell,
.basket_wrapp .basket_fly .module-cart table td.thumb-cell {
    padding-top: 28px;
}

.module-cart tfoot .bottom_btn td .description {
    color: #6C6C6C;
    text-align: center;
}

.basket_wrapp .basket_fly .module-cart table td.remove-cell {
    padding-right: 20px;
}

/**/
.suppliers-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.suppliers-top__img {
    width: 50%;
    padding-right: 20px;
}

.suppliers-top__img img {
    max-width: 100%;
}

.suppliers-top__text {
    width: 50%;
    padding-left: 20px;
}

.suppliers-top .btn {
    width: 100%;
    max-width: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
}


.suppliers-form label,
.suppliers-form .form-select,
.suppliers-form .form-label {
    display: block;
    margin-bottom: 20px;
    color: #1D2029;
}

.suppliers-form .ik_select {
    margin-bottom: 0;
}

.suppliers-form .common_select .common_select-link,
.suppliers-form .common_select .common_select-link .trigger {
    height: 37px;

}

.suppliers-form .common_select .common_select-link {
    padding-left: 13px;
    padding-right: 37px;
    border-radius: 10px;
}


.suppliers-form .common_select .common_select-link .ik_select_link_text {
    line-height: 36px;
    font-size: 16px;
}

.suppliers-form__col {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
}

.suppliers-form__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.suppliers-form .js-form-error {
    color: red;
}

.suppliers-form input,
.suppliers-form textarea {
    font-size: 16px;
}

.suppliers-form .common_select .common_select-link .trigger {
    width: 37px;
    background-color: #72B774;
    line-height: 49px;
    border-left: none;
}

.suppliers-form .common_select .common_select-link .trigger:before {
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}

.suppliers-form .common_select .common_select-link.opened .trigger:before {
    transform: rotate(90deg);
}

.suppliers-form .form-label-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    margin-bottom: 11px;
    color: #6C6C6C;
    display: block;
}

.suppliers-form label.radio {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 28px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.suppliers-form label.radio input {
    display: none;
}

.suppliers-form label.radio .radio-indicator {
    width: 18px;
    height: 18px;
    border: 1px solid #ECECEC;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.suppliers-form label.radio input:checked+.radio-indicator:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #72B774;
    left: 2px;
    position: absolute;
    top: 2px;
}

.suppliers-form .radio-group {
    margin-bottom: 22px;
}

.suppliers-form .js-request-submit {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.suppliers-form .checkbox-group--agree label {
    margin-bottom: 0;

}


.suppliers-form label.checkbox {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 28px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.suppliers-form label.checkbox input {
    display: none;
}

.suppliers-form label.checkbox .checkbox-indicator {
    width: 18px;
    height: 18px;
    border: 1px solid #ECECEC;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 2px;
}

.suppliers-form label.checkbox input:checked+.checkbox-indicator:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #72B774;
    left: 2px;
    position: absolute;
    top: 2px;
}

.suppliers-form .checkbox-label a {
    color: #72B774;
}

.suppliers-form .checkbox-label a:hover {
    text-decoration: underline !important;
}


.vitrina__wrap {
    display: flex;
}

.vitrina__item {
    width: 160px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.vitrina-item__img {
    margin-bottom: 20px;
}

.vitrina__arrow {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 17px;
}

.vitrina-item__title {
    color: #1D2029;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 767px) {
    .suppliers-top__text {
        width: 100%;
        padding: 0;
    }


    .suppliers-top__img {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .suppliers-top__img img {
        width: 100%;
    }

    .suppliers-form__col {
        width: 100%;
    }

    .suppliers-form .common_select .common_select-link .ik_select_link_text {
        font-size: 14px;
    }

    .suppliers-form .js-request-submit {
        max-width: calc(100% - 32px);
    }

    .suppliers-top .btn {
        max-width: 100%;
    }
}

#reviews_content .comments-block {
    margin-top: 60px;
}


/**/
.counter_wrapp,
.ajax_load.block .counter_wrapp,
body .ajax_load.block .counter_wrapp {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

body .ogorod-detail__about .counter_wrapp {
    justify-content: flex-start;
}

@media (max-width: 991px) {

    .counter_wrapp,
    .ajax_load.block .counter_wrapp,
    body .ajax_load.block .counter_wrapp {
        justify-content: flex-start;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .catalog_block .counter_wrapp>div:last-of-type {
        margin-bottom: 10px;
    }
}

/**/


.ogorod-detail__share {
    right: 38px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.ogorod-detail-share__ico {
    width: 26px;
    height: 26px;

}

.ogorod-detail-share__ico svg #share_ico_fon {
    transition: .3s;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-detail__share:hover .ogorod-detail-share__ico svg #share_ico_fon {
        fill: var(--green);
    }
}


.ogorod-detail-share__wrap {
    width: 238px;
    padding: 5px 12px;
    box-shadow: 0px -6px 10px 0px rgba(34, 60, 80, 0.1);
    background-color: #F8F8F9;
    position: absolute;
    left: -105px;
    top: calc(100% + 20px);
    border-radius: 15px;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}

.ogorod-detail-share__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 40px;
    width: 100%;

}

.ogorod-detail-share__wrap:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: calc(50% - 10px);
    border-bottom: 10px solid #f8f8f9;
    top: -10px;
    content: '';
    position: absolute;
    z-index: 1;
}

.ogorod-detail-share__link {
    display: flex;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;

    cursor: pointer;
}

.ogorod-detail-share__link span {
    color: #3D4554;
    transition: color .3s;
    font-size: 14px;
}

.ogorod-detail-share__link svg path {
    transition: fill .3s;
}

.ogorod-detail-share__link:not(:last-child):before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #D4D6DA;
    width: calc(100% - 32px);
    height: 1px;
}

.ogorod-detail-share__link span {
    padding-left: 8px;
}

.ogorod-detail-share__title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    margin-bottom: 10px;
    display: none;
}

.ogorod-detail-share__close {
    display: none;
    position: absolute;
    right: 16px;
    top: 16px;
}

.ogorod-detail__share:hover .ogorod-detail-share__wrap {
    pointer-events: auto;
    opacity: 1;
}

.no-hover .ogorod-detail__share .ogorod-detail-share__wrap {
    pointer-events: none;
    opacity: 0;
}

.no-hover .ogorod-detail__share .ogorod-detail-share__ico:focus+.ogorod-detail-share__wrap {
    pointer-events: auto;
    opacity: 1;
}

.js-share-wrap-adap {
    display: none;
}

.ogorod-share {
    display: inline-block;
    border: 1px solid #f2f2f2;
    padding: 9px 50px 9px 9px;
    border-radius: 10px;
    width: 150px;
    position: relative;

}

.ogorod-share .ogorod-detail__share,
.ogorod-share .ogorod-detail-share__ico {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
}

.ogorod-share .ogorod-detail-share__ico svg {
    position: absolute;
    right: 10px;
    top: 9px;
    pointer-events: none;
}

.ogorod-share .ogorod-detail-share__wrap {
    right: 0;
    left: auto;
}

.ogorod-share .ogorod-detail-share__wrap:after {
    left: auto;
    right: 20px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {

    .ogorod-detail-share__link:hover span {
        color: var(--green);
    }

    .ogorod-detail-share__link:hover svg path {
        fill: var(--green);
    }
}

@media (max-width: 991px) {
    .ogorod-detail-share__title {
        display: block;
    }

    .ogorod-detail-share__wrap {
        position: fixed;
        left: 0;
        top: auto;
        bottom: 0;
        z-index: 999999;
        width: 100%;
        padding-top: 40px;
        display: none;
        border-radius: 15px 15px 0 0;
    }

    .ogorod-detail-share__close {
        display: block;
    }

    .js-share-wrap-adap {
        display: block;
    }

    .ogorod-share {
        width: 42px;
        height: 42px;
        padding: 0;
    }

    .ogorod-share>span {
        display: none;
    }

    .ogorod-share .ogorod-detail-share__ico svg {
        right: 7px;
        top: 7px;
    }

    .ogorod-detail-share__wrap:after {
        display: none;
    }
}

/*

.ogorod-detail__share {
    background-image: url(/local/templates/aspro_next/images/svg/header_icons.svg);
    background-position: 4px -27px;
}

.ogorod-detail__share > div {
    padding-top: 30px;
}

.ogorod-detail__share ul li {
    list-style-type: none;
}

.ogorod-detail__share ul li:before {
    display: none;
}

.ogorod-detail__share:hover {
    overflow: visible;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0 !important;
    margin-bottom: 4px !important;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 26px !important;
    height: 26px !important;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0 !important;

}
*/
.ogorod-detail__top .like_icons {
    right: 0 !important;
    top: 0 !important;
}

.menu-item--show-more,
.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu .menu-wrapper>li>.dropdown-menu>li.menu-item--show-more {
    display: block;
}

.menu-item--show-more,
.menu-item--show-more span,
.menu-item--show-more a {
    display: block !important;
    color: #60b062 !important;
}

.menu-item--show-more:hover span,
.menu-item--show-more:hover a {
    color: #409143 !important;
}


.ogorod-detail__top .like_icons {
    right: 0 !important;
    top: 0 !important;
}

.ogorodPopup {
    max-width: 480px;
    width: calc(100% - 40px) !important;
}

.ogorodPopup .fancybox-inner {
    max-width: 400px;
    width: 100% !important;
}

.ogorodPopup .fancybox-skin {
    padding: 40px !important;
    background-color: #fff;
    border-radius: 40px;
}

.ogorodPopup .fancybox-close {
    display: none !important;
}

.ogorodPopup__close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.ogorodPopup__close:hover {
    opacity: .6;
}

.ogorodPopup__title {
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 36px;
}


.ogorodPopup label,
.ogorodPopup .form-select,
.ogorodPopup .form-label {
    display: block;
    margin-bottom: 16px;
    color: #1D2029;
}

.ogorodPopup label {
    position: relative;
}

.ogorodPopup .ik_select {
    margin-bottom: 0;
}

.ogorodPopup .common_select .common_select-link,
.ogorodPopup .common_select .common_select-link .trigger {
    height: 37px;

}

.ogorodPopup .common_select .common_select-link {
    padding-left: 13px;
    padding-right: 37px;
    border-radius: 10px;
}


.ogorodPopup .common_select .common_select-link .ik_select_link_text {
    line-height: 36px;
    font-size: 16px;
}

.ogorodPopup__col {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
}

.ogorodPopup__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.ogorodPopup .js-form-error {
    color: #FF4D5E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
}

.ogorodPopup .js-form-password-text {

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
}

.ogorodPopup input,
.ogorodPopup textarea {
    font-size: 16px;
}

.ogorodPopup input {
    padding-right: 40px;
}

.ogorodPopup .common_select .common_select-link .trigger {
    width: 37px;
    background-color: #72B774;
    line-height: 49px;
    border-left: none;
}

.ogorodPopup .common_select .common_select-link .trigger:before {
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}

.ogorodPopup .common_select .common_select-link.opened .trigger:before {
    transform: rotate(90deg);
}

.ogorodPopup .form-label-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    margin-bottom: 11px;
    color: #6C6C6C;
    display: block;
}

.ogorodPopup label.radio {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 28px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.ogorodPopup label.radio input {
    display: none;
}

.ogorodPopup label.radio .radio-indicator {
    width: 18px;
    height: 18px;
    border: 1px solid #ECECEC;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.ogorodPopup label.radio input:checked+.radio-indicator:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #72B774;
    left: 2px;
    position: absolute;
    top: 2px;
}

.ogorodPopup .radio-group {
    margin-bottom: 22px;
}

.ogorodPopup .js-request-submit {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.ogorodPopup .checkbox-group--agree label {
    margin-bottom: 0;
}


.ogorodPopup label.checkbox {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 28px;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.ogorodPopup label.checkbox input {
    display: none;
}

.ogorodPopup label.checkbox .checkbox-indicator {
    width: 18px;
    height: 18px;
    border: 1px solid #ECECEC;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 2px;
}

.ogorodPopup label.checkbox input:checked+.checkbox-indicator:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #72B774;
    left: 2px;
    position: absolute;
    top: 2px;
}

.ogorodPopup .checkbox-label a {
    color: #72B774;
}

.ogorodPopup .checkbox-label a:hover {
    text-decoration: underline !important;
}

.ogorodPopup .btn {
    border-radius: 10px;
    padding: 14px 0;
    margin-bottom: 16px;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    border: 1px solid var(--Green, #72B774);
}

.ogorodPopup .btn:not(.btn--green) {
    color: #72B774
}

.ogorodPopup .btn:not(.btn--green):hover {
    background-color: #72B774;
    color: #fff
}

.ogorodPopup .btn:last-child {
    margin-bottom: 0;
}

.js-form-done {
    display: none;
    position: absolute;
    right: 10px;
    top: 37px;
}

.ogorodPopup .is-error {
    border: 1px solid #FF4D5E !important;
}

.ogorodPopup .is-filled {
    border: 1px solid var(--green) !important;
}

.ogorodPopup .is-filled~.js-form-done {
    display: block;
}

.ogorodPopup .is-filled~.js-form-eye svg path {
    fill: #72B774;
}

.js-form-eye {
    position: absolute;
    right: 10px;
    top: 34px;
    cursor: pointer;
}

.js-form-eye svg {
    display: none;
}

.js-form-eye svg:first-child {
    display: block;
}

.js-form-eye--active svg:first-child {
    display: none;
}

.js-form-eye--active svg:last-child {
    display: block;
}

.ogorodPopup__tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.ogorodPopup-tabs__item {
    margin-right: 28px;
    color: var(--text-grey, #6C6C6C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.5%;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.ogorodPopup-tabs__item--active {
    color: #72B774;
    border-color: #72B774;
}

.ogorodPopup-tabs__content {
    display: none;
}

.ogorodPopup-tabs__content--active {
    display: block;
}

.ogorodPopup__btns {
    margin-top: 32px;
}

.ogorodPopup .js-form-error--main {
    display: block;
    font-size: 16px;
}

.ogorodPopup__text {
    color: var(--text-grey, #6C6C6C);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 32px;
    margin-bottom: 32px;
}

.ogorodPopup__link {
    color: var(--text-grey, #6C6C6C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
    margin-top: 32px;
    margin-bottom: 32px;
}

.ogorodPopup__link:hover {
    text-decoration: none;
}

.ogorodPopup__link:last-child {
    margin-bottom: 0;
}

.ogorodPopup--inline {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100% !important;
}

.ogorodPopup--inline label {
    margin-bottom: 32px;
}


.ogorodPopup--inline .form-control label {
    margin-bottom: 11px;
}

.ogorodPopup--inline .form-control .text_block {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
}

.ogorodPopup--inline h2 {
    text-align: center;
}

.ogorodPopup__img {
    width: 130%;
    margin-left: -15%;
}

@media (max-width: 600px) {
    .ogorodPopup .fancybox-skin {
        padding: 20px !important;
        border-radius: 20px;
    }

    .ogorodPopup__text {
        font-size: 16px;
    }

    .ogorodPopup--inline label {
        margin-bottom: 16px;
    }

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

.reviews_wrap.front_reviews .flex-active {
    background-color: #72B774 !important
}


.ogorod-alert {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    right: -500px;
    top: 30px;
    width: 388px;
    z-index: 99999;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 20px;
    transition: .6s;
}

.ogorod-alert--show {
    right: 30px;
}

.ogorod-alert__img {
    width: 54px;
    height: 54px;
    position: relative;
    border-radius: 8.182px;
    border: 1px solid #72B774;
}

.ogorod-alert__img img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    position: absolute;
    inset: 0;
    margin: auto;
}

.ogorod-alert__info {
    width: calc(100% - 54px);
    padding-left: 10px;
}

.ogorod-alert__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1D2029;
    margin-bottom: 5px;
}

.ogorod-alert__text {
    color: #6C6C6C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ogorod-alert__close {
    width: 15px;
    height: 15px;
    background-color: red;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(/local/templates/aspro_next/css/../images/svg/close_icons.svg) -1px -46px no-repeat;
}

@media (max-width: 600px) {
    .ogorod-alert {
        width: 300px;
    }

    .ogorod-alert--show {
        right: 10px;
    }

    .ogorod-alert__title {
        font-size: 15px;
    }

    .ogorod-alert__text {
        font-size: 14px;
    }
}

.phone.with_dropdown .dropdown,
.phone.with_dropdown:after {
    display: none !important
}

.ogorod-card__availability * {
    cursor: default !important
}

@media (max-width: 767px) {
    .flexslider.shadow .slides {
        padding-top: 0;
    }
}


.footer-light .info .email a {
    word-break: break-all;
    hyphens: auto;
}


/**/

.ogorod-card__choose {
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    display: none;
}

.ogorod-card-choose__item {
    position: relative;
    padding-right: 22px;
    margin-right: 16px;
    margin-bottom: 12px;
}

.ogorod-card-choose__item span {
    display: block;
}

.ogorod-card-choose__item:before {
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    background-image: url("/local/templates/aspro_next/images/og-choose-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.ogorod-card-choose__item--active:before {
    transform: rotate(180deg);
}

.ogorod-card-choose__item--color span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px var(--green);
}

.ogorod-card-choose__item--weight span {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 4px;
    color: rgba(114, 183, 116, 1);
    line-height: 12px;
    border: 1px solid rgba(114, 183, 116, 1);
    border-radius: 5px;
}

@media (max-width: 991px) {
    .ogorod-card__choose {
        display: flex;
    }

    .ogorod-card__hover>*:not(.offers_controls) {
        #display: none;
    }

    .adapt_hide {
        display: none;
    }
}


/**/

.ogorod-card-toolbar,
.ogorod-city-toolbar {
    padding: 16px 16px 77px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9998;
    background-color: #fff;
    box-shadow: 0px -8px 12px rgba(152, 152, 152, 0.14);
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: .3s;
    opacity: 0;
}

.ogorod-card-toolbar--active,
.ogorod-city-toolbar--active {
    transform: translateY(0);
    opacity: 1;
}

.ogorod-card-toolbar__close,
.ogorod-city-toolbar__close {
    background-image: url("/local/templates/aspro_next/images/og-close-toolbar.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
}

.ogorod-card-toolbar__title,
.ogorod-city-toolbar__title {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    padding-right: 26px;
}

.ogorod-card-toolbar__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.ogorod-card-toolbar__wrap:last-child {
    margin-bottom: 0;
}

.ogorod-card-toolbar__item {
    margin-right: 8px;
    margin-bottom: 8px;
}

.ogorod-card-toolbar__wrap--wight .ogorod-card-toolbar__item span {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 4px;
    color: rgba(108, 108, 108, 1);
    line-height: 12px;
    border-radius: 5px;
    border: 1px solid rgba(108, 108, 108, 1)
}

.ogorod-card-toolbar__wrap--wight .ogorod-card-toolbar__item--active span {
    border: 1px solid rgba(114, 183, 116, 1);
    color: rgba(114, 183, 116, 1);
}

.ogorod-card-toolbar__wrap--color .ogorod-card-toolbar__item {
    width: 22px;
    height: 22px;
}

.ogorod-card-toolbar__wrap--color .ogorod-card-toolbar__item span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    display: block;
}

.ogorod-card-toolbar__wrap--color .ogorod-card-toolbar__item--active span:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    border: 1px solid var(--dark-green);
}

.ogorod-card-toolbar__choose {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    background-color: var(--green);
    margin-top: 16px;
    color: #fff;
    height: 40px;
    border-radius: 5px;
}

.ogorod-city-toolbar input {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #232323;
    padding-right: 40px;
}

.cookies {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 50 !important;
    padding: 0 15px 0 15px;
}

.cookies__wrapper {
    margin: 0 auto 20px;
    background: #fff;
    width: 100%;
    max-width: 1160px;
    padding: 20px;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

@media (max-width: 991px) {
    .cookies__wrapper {
        margin-bottom: 0;
    }

    .cookies {
        bottom: 70px;
    }
}

@media (max-width: 600px) {
    .cookies p {
        text-align: center;
    }
}

.cookies .maxwidth-theme,
.cookies .maxwidth-theme:not(.ogorod-middlehead .maxwidth-theme):not(#headerfixed .maxwidth-theme) {
    background-color: transparent !important;
}


.cookies p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 121%;
    width: calc(100% - 150px);
    padding-right: 15px;
}

.cookies p a {
    color: #263049;
    text-decoration: underline;
}

.cookies__btn {
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
    background-color: #FF8028;
    width: 150px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

@media (hover: hover) {
    .cookies__btn:hover {
        color: #FFFFFF;
        background-color: #f58b41;
    }
}

@media (max-width: 600px) {
    .cookies p {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
        font-size: 11px;
    }

    .cookies__wrapper {
        padding: 10px;
    }

    .cookies__btn {
        margin: 0 auto;
    }
}


body .alfabank__wrapper {
    border-radius: 30px;
    border: 1px solid #D7D7D7;
    padding: 20px;
    max-width: 400px;
}

body .alfabank__wrapper * {
    font-family: 'Rubik', sans-serif !important;
}

body .alfabank__content {
    border: none !important;

}

body .alfabank__wrapper .alfabank__payment-link {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 14px 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    background-color: #72b774 !important;
    border: 1px solid #72b774;
    transition: color 0.3s ease, background 0.3s ease;
}

body .alfabank__wrapper .alfabank__content {
    text-align: left;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 30px;
    max-width: 100%;
}

body .alfabank__wrapper .alfabank__payment-description {
    line-height: 130%;
}

body .alfabank__wrapper .alfabank__description {
    font-size: 14px;
    line-height: 130%;
}

body .alfabank__price-string {
    margin-bottom: 20px;
}

body .alfabank__price-string b {
    display: block;
}

.card-pay-block__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.card-pay-block__top img {
    width: 60px;
    border-radius: 10px;
}

.card-pay-block__top h3 {
    margin: 0;
    padding-left: 20px;
    width: calc(100% - 60px);
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {

    body .alfabank__wrapper .alfabank__payment-link:hover,
    body .alfabank__wrapper .alfabank__payment-link:active,
    body .alfabank__wrapper .alfabank__payment-link:focus {
        color: #72b774 !important;
        background-color: #fff !important;
    }
}

@media (max-width: 991px) {
    #navigation {
        overflow: auto;
        scrollbar-color: transparent transparent;
    }

    #navigation .breadcrumbs {
        white-space: nowrap;
    }
}

.cart-form-control__wrap {
    position: relative;
}


.top_slider_wrapp .flexslider {
    background-image: none;
}


[class*="balloon_layout_normal"] {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: none !important;
}

[class*="balloon_layout_normal"] p:last-child {
    margin-bottom: 0;
}


.alert.alert-success {
    padding: 0;
    background: transparent;
    color: #000;
    border: none;
    font-size: 16px;
}


@media (max-width: 991px) {
    .jqmOverlay {
        background: #3a3f44 !important;
    }
}

.contacts-detail #demothumbnail-carousel .splide__slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.main-adv {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
}

.main-adv__item {
    margin: 0 14px 28px;
    width: calc(33.33% - 28px);
    color: #262626;
    position: relative;
    min-height: 128px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    transition: box-shadow .3s;
}

.main-adv-item__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    max-width: 50%;
}

.main-adv-item__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: auto;
    padding-top: 10px;
    width: 60%;
}

.main-adv__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-adv__item img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 40%;
    max-height: 100%;
    transition: opacity .3s;
}

.main-adv__item--gray {
    width: calc(50% - 28px);
    min-height: 0;
    background-color: #F9F9FA;
    flex-grow: 1;
}

.main-adv__item--gray .main-adv-item__title,
.main-adv__item--gray .main-adv-item__subtitle {
    width: 100%
}


.main-adv__item--gray:before {
    display: none;
}


@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    a.main-adv__item:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        z-index: 100;
    }

    a.main-adv__item:hover img {
        opacity: .7;
    }
}

@media (max-width: 1230px) {
    .main-adv__item {
        width: calc(50% - 20px);
        margin: 0 10px 20px
    }

    .main-adv {
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-adv-item__wrap {
        width: calc(100% - 20px);
        left: 10px;
    }
}

@media (max-width: 767px) {
    .main-adv__item {
        width: calc(50% - 20px);
        min-height: 208px;
        margin: 0 10px 10px;
        padding: 10px;
    }


    .main-adv__item:not(:nth-child(1)):not(:nth-child(4n+4)) .main-adv-item__title,
    .main-adv__item:not(:nth-child(1)):not(:nth-child(4n+4)) img {
        max-width: 100%;
    }

    .main-adv__item:not(:nth-child(1)):not(:nth-child(4n+4)):not(.main-adv__item--gray) img {
        max-height: calc(100% - 110px)
    }

    .main-adv__item:not(:nth-child(1)):not(:nth-child(4n+4)):not(.main-adv__item--gray) .main-adv-item__subtitle {
        margin-top: 0;
    }

    .main-adv__item:nth-child(1),
    .main-adv__item:nth-child(4n+4) {
        width: 100%;
        min-height: 128px;
    }


    .main-adv__item--gray {
        width: 100% !important;
        min-height: 0 !important;
    }

    .main-adv__item.main-adv__item--gray:nth-last-child(2) {
        order: -1;
    }

}

@media (max-width: 600px) {
    .main-adv-item__title {
        font-size: 14px;
    }

    .main-adv-item__subtitle {
        font-size: 12px;
    }
}


.main-akc__item {
    color: #262626;
    padding: 16px;
    display: block;
    border-radius: 10px;
    height: 100%;
    min-height: 146px;
    position: relative;
    transition: box-shadow .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-akc__item img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 45%;
    max-height: 100%;
    transition: opacity .3s;
}

.main-akc-item__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    width: 50%;
    display: block;
}

.main-akc .splide__arrows {
    display: flex;
    width: 110px;
    right: 0;
    bottom: calc(100% + 15px);
    position: absolute;
}

.main-akc .splide__arrow {
    position: relative;
    inset: 0;
    transform: none;
    box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.main-akc .splide__list {
    padding-bottom: 20px !important;
}

.main-akc .splide__arrow[disabled] {
    display: block !important;
    pointer-events: none;
}

.main-akc .splide__arrow--next {
    transform: rotate(180deg);
    margin-left: auto;
}

.main-akc .top_block {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    a.main-akc__item:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
}

@media (max-width: 991px) {
    .main-akc .splide__list {
        padding-bottom: 0 !important;
    }

    .main-akc-item__title {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .main-akc .splide__slide {
        width: 42vw;
    }

    .main-akc-item__title {
        width: 100%;
        font-size: 14px;
        font-weight: normal;
    }

    .main-akc__item {
        min-height: 128px;
        padding: 8px;
        padding-bottom: 150px;
    }

    .main-akc__item img {
        max-width: 90%;
        max-height: 90%;
    }

    .main-akc .top_block {
        display: flex;
    }

    .main-akc .top_block a {
        margin-left: auto;
    }
}


@media (max-width: 991px) {
    .front>.middle {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
    }

    .ogorod-main-section--topbanners {
        display: none;
    }

    .ogorod-main-section--actions {
        order: 1
    }

    .ogorod-main-section--catalog {
        order: 2;
    }

    .ogorod-main-section--newitems {
        order: 3;
    }

    .ogorod-main-section--adv {
        order: 4;
    }

    .ogorod-main-section--hits {
        order: 5;
    }

    .ogorod-main-section--popular {
        order: 6;
    }

    .ogorod-main-section--reviews {
        order: 7;
    }

    .ogorod-main-section--brands {
        order: 8;
    }


    .ogorod-main-section--reviews .grey_block,
    .ogorod-main-section--reviews .grey_block .maxwidth-theme {
        background: #fff;
    }

    .reviews.item-views .flexslider .item-wrapper {
        border: 1px solid #F9F9FA;
        border-radius: 10px;
    }
}


/*footer*/
.ogorod-footer:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: calc(100% - 20px);
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
}

.order_page+footer .ogorod-footer:before,
.basket_page+footer .ogorod-footer:before,
.personal_page+footer .ogorod-footer:before {
    background-color: #F9F9FA;
}

.ogorod-footer {
    padding-top: 90px;
    position: relative;
}

.ogorod-footer__wrap {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-footer__wrap+.ogorod-footer__wrap {
    align-items: center;
    padding: 30px 0;
}

.ogorod-footer,
.ogorod-footer .maxwidth-theme {
    background: #F9F9FA;
}

.ogorod-footer__col {
    width: 20%;
    padding-right: 15px;
}

.ogorod-footer__copy {
    margin-left: auto;

    width: 24%;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    color: #6C6C6C;
}

.ogorod-footer__bq {
    width: 16%;
    display: flex;
    flex-wrap: wrap;
    color: #6C6C6C;
    font-size: 10px;
    font-weight: 400;
    align-items: center;
    line-height: 12px;
}

.ogorod-footer__bq img {
    width: 67px;
}

.ogorod-footer__bq div {
    padding-right: 5px;
}

.ogorod-footer__wrap>.ogorod-footer__social {
    display: none;
}


.ogorod-footer__menu a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    color: #1D2029;
    transition: color .3s;
}

.ogorod-footer__menu span {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #1D2029;
    display: block;
    transition: color .3s;
}

.ogorod-footer__menu a:last-child {
    margin-bottom: 0;
}

.ogorod-footer__title,
.ogorod-footer__menu a:first-child {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #1D2029;
}

.ogorod-footer__menu a:first-child {
    pointer-events: none;
}

.ogorod-footer__text {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    color: #AFAFAF;
    max-width: 200px;
}

.ogorod-footer__text2 {
    max-width: 650px;
    color: #AFAFAF;
    font-size: 12px;
    line-height: 120%;
}

.ogorod-footer__col--social {
    width: 24%;
}

.ogorod-footer__col--contacts {
    width: 16%;
    padding-right: 0;
}

.ogorod-social {
    display: flex;
    flex-wrap: wrap;
}

.ogorod-footer__contacts a,
.ogorod-footer__contacts div {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #1D2029;
    display: block;
    margin-bottom: 10px;
}


.ogorod-social a {
    width: 28px;
    height: 28px;
    transition: opacity .3s;
    margin-right: 15px;
    margin-bottom: 10px;
}

.popup-window[style*="block"] {
    border-radius: 5px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .ogorod-social a:hover {
        opacity: .6;
    }

    .ogorod-footer__menu a:hover,
    .ogorod-footer__links a:hover {
        color: var(--green);
    }

}

@media (max-width: 1230px) {
    .ogorod-footer__col {
        width: 16%;
    }

    .ogorod-footer__col--social,
    .ogorod-footer__copy {
        width: 30%;
    }

    .ogorod-footer__col--contacts,
    .ogorod-footer__bq {
        width: 22%;
    }

    .ogorod-footer__text2 {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .ogorod-footer {
        padding-bottom: 62px;
        padding-top: 50px;
    }

    .ogorod-footer__col {
        width: 33.33%;
    }

    .ogorod-footer__col--social,
    .ogorod-footer__col--contacts {
        padding-top: 30px;
    }

    .ogorod-footer__col--social,
    .ogorod-footer__copy,
    .ogorod-footer__col--contacts,
    .ogorod-footer__bq {
        width: 50%;

    }

    .ogorod-footer:before {
        border-radius: 20px;
    }

    .ogorod-footer__links {
        margin-bottom: 20px;
        width: 100%;
    }

    .ogorod-footer__text2 {
        max-width: 100%;
        margin-bottom: 20px;
    }

}

@media (max-width: 600px) {

    .ogorod-footer__col,
    .ogorod-footer__col--social,
    .ogorod-footer__copy,
    .ogorod-footer__col--contacts,
    .ogorod-footer__bq {
        width: 100%;
        padding: 0;
    }

    .ogorod-footer__wrap+.ogorod-footer__wrap {
        padding: 0;
    }

    .ogorod-footer__menu a:not(:first-child),
    .ogorod-footer__col--social .ogorod-footer__title {
        display: none;
    }

    .ogorod-footer__text {
        max-width: none;
        margin-bottom: 24px;
        font-size: 10px;
        line-height: 12px;
    }

    .ogorod-footer__social {
        display: none;
    }

    .ogorod-footer__wrap>.ogorod-footer__social {
        display: block;
        margin-bottom: 14px;
    }

    .ogorod-footer__menu a:first-child,
    .ogorod-footer__menu span {
        color: #6C6C6C;
        font-size: 14px;
    }

    .ogorod-footer__menu a:first-child {
        pointer-events: auto;
    }

    .ogorod-social a {
        margin-right: 24px;
    }

    .ogorod-footer__contacts a,
    .ogorod-footer__contacts div {
        font-size: 14px;
        font-weight: 500;
        line-height: 14.22px;
        color: #6C6C6C;
    }

    .ogorod-footer__col--social {
        order: 5;
    }

    .ogorod-footer__col--contacts {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .ogorod-footer__copy,
    .ogorod-footer__bq {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {

    body .filter_opener {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}


#oldSiteBanner {
    position: fixed;
    z-index: 1040;
    top: 0;
    left: calc(50% - (1160px / 2));
    text-align: center;
    line-height: 1.2;
    padding: 10px 50px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1160px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

#oldSiteBanner.is-active {
    transform: translateY(0) !important;
}

#oldSiteBanner a {
    color: #fff;
    white-space: nowrap;
}

#oldSiteBannerClose {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}

#oldSiteBannerClose svg {
    width: 100%;
}

#oldSiteBannerClose svg path {
    stroke: #fff;
}

#oldSiteBannerClose svg:focus {
    outline: none;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    #oldSiteBanner a:hover {
        text-decoration: none;
        color: #fff;
    }
}

@media (max-width: 1200px) {
    #oldSiteBanner {
        left: 10px;
        font-size: 12px;
        padding: 10px 30px;
        width: calc(100vw - 20px);
    }
}

:root {
    --bq-ai-primary: #72b774 !important;
}


@media (max-width: 991px) {
    .bq-ai-assistant__toggle-btn {
        bottom: 80px;
    }
}


.suggestions-suggestions {
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    overflow: auto;
    padding: 5px 0 5px;
    cursor: pointer;
    margin-top: 5px;
    max-width: 100%;
    max-height: 300px;
}

.suggestions-suggestions * {
    cursor: pointer;
    padding: 5px;
}

@media (any-hover: hover),
(hover: hover) and (pointer: fine) {
    .suggestions-suggestions *:hover {
        background-color: var(--green) !important;
        color: #fff !important;
    }
}

#popup_iframe_wrapper .suggestions-suggestions {
    position: static;

}

.ogorod-city-toolbar .suggestions-suggestions {
    position: static;
    max-height: 200px;
    border: 1px solid #232323;
}


.bq-ai-chat:empty,
.bq-ai-intro:empty {
    display: none;
}

header .mega-menu [href="/catalog/"]~.dropdown-menu .lvl_2>img,
#headerfixed .mega-menu [href="/catalog/"]~.dropdown-menu .lvl_2>img {
    display: none;
}

/*bq-form*/
.bq-form {
    color: #1D2029;
}

.bq-form-inner {
    margin: 0;
}


.bq-form-inner__item {
    width: 100%;
    margin: 0 0 20px 0;
}

.bq-form-inner__item:last-child {
    margin-bottom: 0;
}

.bq-form-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bq-form-wrap .bq-form-col {
    width: calc(50% - 16px);
}

.bq-form-radio__text::before {
    border: 1px solid #ECECEC;
}

.bq-form-radio__input:checked~.bq-form-radio__text::before {
    border: 1px solid #ECECEC;
    background-color: transparent;
    background-image: none;
}

.bq-form-checkbox__input:checked~.bq-form-checkbox__text::before {
    border: 1px solid #ECECEC;
    background-color: transparent;
    background-image: none;
}

.bq-form-radio__input:checked~.bq-form-radio__text::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #72B774;
    left: 3px;
    position: absolute;
    top: 7px;
}

.bq-form-checkbox__text::before {
    border-radius: 4px;
    border-color: var(--green);
}

.bq-form-checkbox__input:checked~.bq-form-checkbox__text::after {
    content: '';
    background-color: #72B774;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 4px;
    background-image: url("/local/templates/aspro_next/images/check.svg");
}

.bq-form-checkbox__text a {
    color: #72B774;
    text-decoration: none;
}

.bq-form-radio {
    margin-bottom: 4px;
}

.bq-form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    margin-bottom: 11px;
    color: #6C6C6C;
    display: block;
}

.bq-form-submit {
    margin-bottom: 20px;
}

.bq-form-submit:hover {
    border-color: var(--green);
}

.bq-form-popup__content {
    max-width: 500px;
    border-radius: 20px;
}

.bq-form-file__text {
    border: 1px solid var(--green);
    border-radius: 5px;
    color: var(--green);
}

.bq-form-popup .bq-form-input,
.bq-form-popup .bq-form-textarea {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
}

.bq-form-popup h2 {
    text-align: center;
    margin-top: 0;
    padding: 0 20px;
}

.bq-form--buy .btn {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.bq-form--buy .common_select .common_select-link {
    padding-left: 13px;
    padding-right: 37px;
    border-radius: 10px;
    height: 37px;
}

.bq-form--buy .common_select .common_select-link .trigger {
    width: 37px;
    background-color: #72B774;
    line-height: 49px;
    border-left: none;
}

.bq-form--buy .common_select .common_select-link,
.bq-form--buy .common_select .common_select-link .trigger {
    height: 37px;
}

.bq-form--buy .common_select .common_select-link .trigger:before {
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/aspro_next/images/ogorod/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}

.bq-form--buy .common_select .common_select-link.opened .trigger:before {
    transform: rotate(90deg);
}

.bq-form--buy .common_select .common_select-link .ik_select_link_text {
    line-height: 36px;
    font-size: 16px;
}

.bq-form-success__text {
    font-size: 24px;
    text-align: center;
}

@media (max-width: 767px) {
    .bq-form-wrap .bq-form-col {
        width: 100%;
    }

    .bq-form--buy .btn {
        max-width: 100%;
    }

    .bq-form-popup__body {
        padding: 20px;
    }
}

.lk-alert {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 30px;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    z-index: 10;
    display: flex;
    align-items: center;
}

.ogorod-middlehead__lk a {
    line-height: 17px;
    color: #fff;
    padding: 8px 16px 8px 40px;
    height: auto;
    border-radius: 5px;
    background: var(--green);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.ogorod-middlehead__lk a:hover {
    background: var(--dark-green);
    color: #fff;
    text-decoration: none !important;
}

.ogorod-middlehead__lk a:before {
    width: 16px;
    height: 16px;
    left: 16px;
    top: 8px;
    -webkit-transition: background-image .3s ease;
    -o-transition: background-image .3s ease;
    transition: background-image .3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23fff' d='M13.657 10.343a7.97 7.97 0 0 0-3.04-1.907 4.623 4.623 0 0 0 2.008-3.811A4.63 4.63 0 0 0 8 0a4.63 4.63 0 0 0-4.625 4.625c0 1.58.796 2.977 2.008 3.811a7.97 7.97 0 0 0-3.04 1.907A7.948 7.948 0 0 0 0 16h1.25A6.758 6.758 0 0 1 8 9.25 6.758 6.758 0 0 1 14.75 16H16a7.948 7.948 0 0 0-2.343-5.657ZM8 8a3.379 3.379 0 0 1-3.375-3.375A3.379 3.379 0 0 1 8 1.25a3.379 3.379 0 0 1 3.375 3.375A3.379 3.379 0 0 1 8 8Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .188h16v16H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M0 .188h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ogorod-middlehead__lk a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23fff' d='M13.657 10.343a7.97 7.97 0 0 0-3.04-1.907 4.623 4.623 0 0 0 2.008-3.811A4.63 4.63 0 0 0 8 0a4.63 4.63 0 0 0-4.625 4.625c0 1.58.796 2.977 2.008 3.811a7.97 7.97 0 0 0-3.04 1.907A7.948 7.948 0 0 0 0 16h1.25A6.758 6.758 0 0 1 8 9.25 6.758 6.758 0 0 1 14.75 16H16a7.948 7.948 0 0 0-2.343-5.657ZM8 8a3.379 3.379 0 0 1-3.375-3.375A3.379 3.379 0 0 1 8 1.25a3.379 3.379 0 0 1 3.375 3.375A3.379 3.379 0 0 1 8 8Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .188h16v16H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M0 .188h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.ogorod-middlehead__lk--out {
    margin-left: 12px;
}

.ogorod-middlehead__lk--out a {
    line-height: 1;
    color: var(--black);
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: none !important;
}

.ogorod-middlehead__lk--out a:hover {
    background: transparent;
    color: var(--green);
}

.ogorod-middlehead__lk--out a::before {
    top: 0;
    left: 0;
    content: '';
    display: block;
    position: static;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M16 0H0v16h16V0Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cmask id='b' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.031' d='M15.984 15.984V.016H.016v15.968h15.968Z'/%3E%3C/mask%3E%3Cg stroke='%231D2029' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.25' mask='url(%23b)'%3E%3Cpath d='M10.656 12.25v1.25c0 1.036-.84 1.875-1.875 1.875H2.5A1.875 1.875 0 0 1 .625 13.5v-11c0-1.036.84-1.875 1.875-1.875h6.281c1.036 0 1.875.84 1.875 1.875v1.25M15.219 8.031H6.75M13.7 10.094l1.4-1.4a.937.937 0 0 0 0-1.326l-1.4-1.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ogorod-middlehead__lk--out a::after {
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ogorod-middlehead__lk--out a:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M16 0H0v16h16V0Z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cmask id='b' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.031' d='M15.984 15.984V.016H.016v15.968h15.968Z'/%3E%3C/mask%3E%3Cg stroke='%2372B774' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.25' mask='url(%23b)'%3E%3Cpath d='M10.656 12.25v1.25c0 1.036-.84 1.875-1.875 1.875H2.5A1.875 1.875 0 0 1 .625 13.5v-11c0-1.036.84-1.875 1.875-1.875h6.281c1.036 0 1.875.84 1.875 1.875v1.25M15.219 8.031H6.75M13.7 10.094l1.4-1.4a.937.937 0 0 0 0-1.326l-1.4-1.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/**/
#vk_groups {
    border-radius: 10px !important;
    border: 1px solid #e7e8ec;
}

#vk_groups,
#vk_groups iframe {
    width: 100% !important;
    overflow: hidden;
}

/**/
.bq-ai-assistant__buble {
    display: none !important;
}

.bq-ai-message ul li::before {
    display: none
}

/**/
.mega-menu table .menu-item.dropdown.nosave:not(.catalog) .dropdown-menu {
    border-radius: 0 !important;
}

.mega-menu table .menu-item.dropdown.nosave:not(.catalog) .dropdown-menu li a {
    border-radius: 0 !important;
    padding: 8px 20px 8px 20px !important;
    font-weight: 600;
    font-size: .9em;
}

.mega-menu table .menu-item.dropdown.nosave:not(.catalog) .dropdown-menu li.lvl_2 a {
    padding-left: 64px !important;
}

.mega-menu table .menu-item.nosave:not(.catalog) .dropdown-menu ul.menu-wrapper {
    padding: 10px 0;
}

/**/
.suggestions-suggestions strong {
    color: #60b062;
    padding: 0;
}

/**/
.om-button {
    position: fixed;
    bottom: 16px;
    left: 16px;
    width: 64px;
    height: 64px;
    z-index: 1000;
    text-align: center;
    font-size: 9px;
    color: #fff;
    background: #60b062;
    border-radius: 50%;
    border: none;
    line-height: normal;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
}

@media (max-width: 991px) {
    .om-button {
        bottom: 70px;
    }
}

/**/
.table-type-block.item-views--brands.item-views.items-list3 .item {
    padding: 0;
}

.table-type-block.item-views--brands.item-views.items-list3 .item .image.wti a {
    position: relative;
}

.table-type-block.item-views--brands.item-views.items-list3 .item .image {
    height: auto;
}

.table-type-block.item-views--brands.item-views.items-list3 .item .image.wti a:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.table-type-block.item-views--brands.item-views.items-list3 .item .image.wti a img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}

div.modern-page-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;

}

div.modern-page-navigation a,
div.modern-page-navigation span {
    font-size: 16px;
    font-weight: bold;
    color: #6C6C6C;
    padding: 0 3px !important;
    border-radius: 4px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.modern-page-navigation a svg {
    width: 17px;
}

div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
    border: none;
}

div.modern-page-navigation span.modern-page-current {
    color: #fff;
    background-color: var(--green);
}

@media (max-width: 500px) {

    div.modern-page-navigation a,
    div.modern-page-navigation span {
        min-width: 20px;
        height: 20px;
        font-size: 12px;
        margin: 0 2px;
        line-height: 20px;
    }
}

html.is-marketing-consent-popup-active {
    overflow: hidden;
}

.marketing-consent-popup {
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0);
    max-height: 100%;
    overflow-y: auto;
    padding: 40px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.marketing-consent-popup.is-active {
    background: rgba(0, 0, 0, 0.6);
}

.marketing-consent-popup__content {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.95);
    -ms-transform: translateY(50px) scale(0.95);
    transform: translateY(50px) scale(0.95);
    flex-shrink: 0;
    border-radius: 40px;
    margin: auto;
    background: #fff;
    max-width: 100%;
    width: 800px;
    padding: 40px;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -ms-flex-negative: 0;
}

.marketing-consent-popup.is-active .marketing-consent-popup__content {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.marketing-consent-popup__close {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    margin-top: 4px;
    background: transparent;
    height: 20px;
    width: 20px;
    padding: 0;
    border: 0;
    color: #7D7D7D;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.marketing-consent-popup__close:hover {
    color: var(--green);
}

.marketing-consent-popup__close::before,
.marketing-consent-popup__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    border-radius: 2px;
    background: currentColor;
    height: 2px;
    width: 18px;
}

.marketing-consent-popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.marketing-consent-popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.marketing-consent-popup__header {
    padding-right: 20px;
    padding-bottom: 20px;
}

.marketing-consent-popup__title {
    font-size: 24px;
    line-height: 1.166;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.marketing-consent-popup__body {
    overflow-y: auto;
    max-height: calc(90vh - 140px);
}

.marketing-consent-popup__body p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #555;
    margin: 0;
}

@media (max-width: 991px) {
    .marketing-consent-popup {
        padding-top: 48px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .marketing-consent-popup__content {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        margin-bottom: 0;
        min-height: calc(100vh - 48px);
        min-height: calc(100svh - 48px);
        width: 100%;
        padding: 20px 30px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
    }

    .marketing-consent-popup.is-active .marketing-consent-popup__content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .marketing-consent-popup__title {
        font-size: 20px;
        line-height: 1.2;
    }

    .marketing-consent-popup__close {
        top: 20px;
        right: 30px;
        margin-top: 0;
    }

    .marketing-consent-popup__body {
        max-height: calc(100vh - 180px);
        max-height: calc(100svh - 180px);
    }

    .marketing-consent-popup__body p {
        font-size: 13px;
    }
}

.SmartCaptcha-Shield {
    z-index: 9;
}
/* End */
/* /local/templates/aspro_next/printer.css?1763035582409 */
/* /local/templates/aspro_next/css/fancybox.min.css?176526361429500 */
/* /local/templates/aspro_next/js/splide/splide.min.css?17652636145002 */
/* /local/templates/aspro_next/js/jquery.scrollbar.css?176526361422152 */
/* /local/templates/aspro_next/vendor/css/bootstrap.css?1755703924114202 */
/* /local/templates/aspro_next/css/jquery.fancybox.css?17652636144338 */
/* /local/templates/aspro_next/css/styles.css?1765263614120036 */
/* /local/templates/aspro_next/css/animation/animation_ext.css?17652636144934 */
/* /local/templates/aspro_next/vendor/css/footable.standalone.min.css?172958781519590 */
/* /local/templates/aspro_next/css/h1-bold.css?176526361443 */
/* /local/templates/aspro_next/css/blocks/blocks.css?17652636142015 */
/* /local/templates/aspro_next/ajax/ajax.css?1678190858326 */
/* /local/templates/aspro_next/css/jquery.mCustomScrollbar.min.css?176526361447969 */
/* /local/templates/aspro_next/js/scrollyeah/scrollyeah.css?17652636142471 */
/* /local/templates/aspro_next/css/suggestions.min.css?17652636142091 */
/* /local/templates/aspro_next/components/bitrix/menu/top/style.css?1764320767161 */
/* /bitrix/components/aspro/marketing.popup.next/templates/.default/style.css?16781907366607 */
/* /local/components/bquadro/auth/templates/.default/style.css?176526361221992 */
/* /local/templates/aspro_next/styles.css?176191913814108 */
/* /local/templates/aspro_next/template_styles.css?1764756427702194 */
/* /local/templates/aspro_next/css/media.css?1765263614202987 */
/* /local/templates/aspro_next/vendor/fonts/font-awesome/css/font-awesome.min.css?167819085331000 */
/* /local/templates/aspro_next/css/print.css?176526361419126 */
/* /local/templates/aspro_next/css/form.css?17652636141164 */
/* /local/templates/aspro_next/themes/custom_s1/theme.css?176423353648705 */
/* /local/templates/aspro_next/bg_color/light/bgcolors.css?169329805762 */
/* /local/templates/aspro_next/css/width-3.css?17652636142462 */
/* /local/templates/aspro_next/css/font-1.css?17652636144472 */
/* /local/templates/aspro_next/css/custom.css?1766141674235981 */
