
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

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

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

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

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

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

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

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

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

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

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

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

.fancybox-close-small:focus {
  outline: none;
}

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

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

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

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

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

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

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

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

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

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

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

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.icon__viber {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAMAAACKJ8VmAAAAA3NCSVQICAjb4U/gAAAAYFBMVEX///90TZR0TZR0TZR0TZR0TZR0TZR0TZR0TZR0TZR0TZR0TZR0TZR0TZR0TZT////39fnl3uvd0+XUyN7Lvde6psq5psmokLymjLqjiricgbOXeq+Ob6iFY6F9WJt0TZQGkLReAAAAIHRSTlMAESIzRFVmd4iZqrvM3e7//////////////////////2FF4MAAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDUvMDIvMTmGK4mpAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAJlJREFUGJVNj1ESgyAMRKNFqQWNFizFgrn/LSWg1P1gkzckkwUAeDzVSET61TfAahRVTZLJDST1AN1ZerezjQBDMjtH8t81MBJ5CPFNcQs/JhL4tWiJnN9CJRF9XV0Ircv+J2N2u3hnYiHnOR9EnGM+SJ6/g0HD3kIzXRvykEopREWcNmdth9rLEh7SBVr0QlwtE31rsro7OAD/wBfSl2Ud8QAAAABJRU5ErkJggg==') no-repeat top center;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon__whatsapp {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAA3NCSVQICAjb4U/gAAAAVFBMVEX///9BuUVBuUVBuUVBuUVBuUVBuUVBuUVBuUVBuUVBuUVBuUVBuUVBuUVBuUX////0+/Tc8t2s4a6g3KKU2JeJ04t9z39xy3RlxmhZwlxNvVFBuUVKb/KVAAAAHHRSTlMAESIzRFVmd4iZqrvM3e7/////////////////SpdDVAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNS8wMi8xOYYriakAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAj0lEQVQYlV2Q4Q7DIAiEcba1atW6TbfK+7/nQG00ux+H+QLkBIC1GY9olYCuxWGTVw1sOKQZSD8R5C5LNeebeAGSyjecU5Mif4fwuYkFQ36FODbVNfgcPQg7e4lnxvQq9HQ9TYkhhjprQPQ4iUiiukIbY108dFDCY47sJcDjH3BCp/vndT2H2ZkvSqm1necHwQMVRY13y4UAAAAASUVORK5CYII=') no-repeat top center;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon__telegram {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAA3NCSVQICAjb4U/gAAAAbFBMVEX///8wp9wwp9wwp9wwp9wwp9wwp9y33O8wp9wwp9z2+fzf7PXX7fjW5/O13vem2fCs1euU0e0wp9zt9vvk7/fX7fjN4vBvweb2+fzG3+9duuNStOBMs+Ewp9z2+fzG3+8+rd4wp9z///8wp9zDn+XGAAAAJHRSTlMAESIzZneImZmqu7u7u7u7u7u7zMzMzMzd3d3d3d3u7u7u//8SvkEwAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzAyLzE5hiuJqQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAACVSURBVBiVdZDbEoIwDERDW0vxrqhUoSrJ//8jTUMtOuM+ZU4yu0kAkrS11lRQZAIlOZWJo6xR/5LMTAHDQIHR7EPvU4sHIhOzBHRbfK6xIzoDrNKAR9zsELkpKAJ/i8QXRI/6dUHEqyAJ7BOK7hxZif39uEd2J/fZtI+hLRd8kxoX25OVLyxYM5+tw/eMfKfhLKvgjyb2xBo5Wp0AHwAAAABJRU5ErkJggg==') no-repeat top center;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon__velcom {
  background: url("../images/svg/ico-tel-a1.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon__mts {
  background: url("../images/svg/ico-tel-mts.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon__phone {
  background: url("../images/svg/ico-tel-g.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon__facebook {
  background: linear-gradient(164deg, #CCCC00, #48B300);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon__facebook:hover {
  background: linear-gradient(164deg, #FCB33F, #FF4C08);
}

.icon__facebook svg {
  width: 9px;
  height: 21px;
}

.icon__instagram {
  background: linear-gradient(164deg, #CCCC00, #48B300);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon__instagram:hover {
  background: linear-gradient(164deg, #FCB33F, #FF4C08);
}

.icon__instagram svg {
  width: 16px;
  height: 16px;
}

.icon__vk {
  background: linear-gradient(164deg, #CCCC00, #48B300);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon__vk:hover {
  background: linear-gradient(164deg, #FCB33F, #FF4C08);
}

.icon__vk svg {
  width: 19px;
  height: 10px;
}

.icon__facebook_31 {
  background: linear-gradient(164deg, #CCCC00, #48B300);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 31px;
  height: 31px;
}

.icon__facebook_31:hover {
  background: linear-gradient(164deg, #FCB33F, #FF4C08);
}

.icon__facebook_31 svg {
  width: 9px;
  height: 21px;
}

.icon__instagram_31 {
  background: linear-gradient(164deg, #CCCC00, #48B300);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 31px;
  height: 31px;
}

.icon__instagram_31:hover {
  background: linear-gradient(164deg, #FCB33F, #FF4C08);
}

.icon__instagram_31 svg {
  width: 16px;
  height: 16px;
}

.icon__vk_31 {
  background: linear-gradient(164deg, #CCCC00, #48B300);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 31px;
  height: 31px;
}

.icon__vk_31:hover {
  background: linear-gradient(164deg, #FCB33F, #FF4C08);
}

.icon__vk_31 svg {
  width: 19px;
  height: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  visibility: hidden;
  pointer-events: none;
}

.modal__wrapper {
  max-width: 100%;
  width: 100%;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  pointer-events: all;
}

.modal.active .modal__window {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.modal::before {
  display: block;
  content: "";
  background: RGBA(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal__window {
  opacity: 0;
  z-index: 999999;
  position: relative;
  background: #fff;
  width: 600;
  min-height: auto;
  padding: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal__window__close a {
  display: block;
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  left: 22px;
  top: 13px;
}

.modal__window__title {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}

.modal__window__body {
  margin: auto;
}

.modal__window__body .form__item {
  margin-bottom: 20px;
}

.modal__window__body .form__message__success {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__window__body .call_reques__form__item, .modal__window__body .form__item__submit {
  text-align: right;
}

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

body {
  padding: 0 7px;
  background: #F0F0F0;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #333;
  margin: 0;
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

p {
  margin-top: 0;
}

a {
  color: #3A9300;
  text-decoration: none;
  font: normal 15px 'Roboto', sans-serif;
}

a:hover {
  text-decoration: underline;
  color: #FF4600;
}

h1, .h1 {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
}

h1 a, .h1 a {
  font-size: inherit;
}

h2, .h2 {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 20px;
}

h2 a, .h2 a {
  font-size: inherit;
}

h3, .h3 {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 20px;
}

h3 a, .h3 a {
  font-size: inherit;
}

h4, .h4 {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 20px;
}

h4 a, .h4 a {
  font-size: inherit;
}

h5, .h5 {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 20px;
}

h5 a, .h5 a {
  font-size: inherit;
}

[v-cloak] {
  display: none;
}

.button {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  border: solid 1px #999999;
  padding: 10px 20px;
  text-align: center;
  text-decoration: underline;
  background: #fff;
}

.button__add_to_shopcart {
  cursor: hand;
  c\ursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  font: normal 16px 'Roboto', sans-serif;
}

.button__add_to_shopcart [role="modal_open"] {
  color: #fff;
  background: linear-gradient(300.18deg, #FF4C08 34.89%, #FCB73F 83.77%);
  border: 1px solid #FF4C08;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  width: 104px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 17px;
}

.button__add_to_shopcart [role="modal_open"] span {
  border-bottom: 1px dashed #FFD283;
  line-height: 0.9;
}

.button__add_to_shopcart [role="modal_open"] span.mobile {
  display: none;
}

.button__add_to_shopcart [role="modal_open"]:hover {
  color: #fff;
}

.button__add_to_shopcart a, .button__add_to_shopcart svg {
  display: block;
}

.button__add_to_shopcart a {
  color: #fff;
  width: 146px;
  padding: 0 10px;
  height: 41px;
  background: linear-gradient(300.18deg, #67BB0B 34.89%, #A5CB21 83.77%);
  border: 1px solid #6AB033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
}

.button__add_to_shopcart a:hover {
  background: linear-gradient(300.18deg, #FF4C08 34.89%, #FCB73F 83.77%);
  border: 1px solid #FF4C08;
  text-decoration: none;
}

.button__add_to_shopcart svg {
  margin-right: 10px;
}

.button__add_to_shopcart svg path {
  fill: #fff;
  stroke: transparent;
}

.button__title__prev, .button__title__next {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  background: linear-gradient(164deg, #E6E6E6, #ccc);
  width: 36px;
  height: 35px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  border: none;
  color: transparent;
  outline: none;
  padding: 0;
}

.button__title__prev::-moz-focus-inner, .button__title__next::-moz-focus-inner {
  border: 0;
}

.button__title__prev:first-of-type, .button__title__next:first-of-type {
  margin: 0 10px;
}

.button__title__prev:last-of-type span::before, .button__title__next:last-of-type span::before {
  -webkit-transform: scaleX(-1) translateX(-5px);
  -ms-transform: scaleX(-1) translateX(-5px);
  transform: scaleX(-1) translateX(-5px);
  left: 8px;
}

.button__title__prev span, .button__title__next span {
  display: block;
  position: relative;
  height: 100%;
  color: transparent;
}

.button__title__prev span::before, .button__title__next span::before {
  background: url("../images/svg/./arrow-mini-left.svg") no-repeat center;
  content: "";
  width: 15px;
  height: 26px;
  top: 5px;
  left: 10px;
  position: absolute;
}

.button__title__next::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.button__backlink {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  position: relative;
  width: 36px;
  height: 35px;
  vertical-align: middle;
}

.button__backlink::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaBAMAAACa4xtRAAAAA3NCSVQICAjb4U/gAAAAG1BMVEX///8zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMMBafiAAAACXRSTlMAIjNmd8zd7v+Q1lfvAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzAyLzE5hiuJqQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABlSURBVAiZY2AAASYXBTDNoFruABGoaIcwVDtaFSACHUWoAhlQATWYQERHElhAvKMNJhAEFhDraIcYr9GRyABlQJQCpSBqEYqB5iGEktCFYJbCbQU5DKpKFaGq3QCqqhzKYDJWAAALeh6NqZYumgAAAABJRU5ErkJggg==') no-repeat top center;
  width: 15px;
  height: 26px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  top: 3px;
  left: 10px;
  position: absolute;
}

input[type='submit'] {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

input[type='text'], input[type='number'], input[type='email'], input[type='password'] {
  width: 100%;
  border: solid 1px #D2D2D2;
  border-width: 1px 1px 1px 1px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 10px;
  width: 100%;
}

input[type='submit'] {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  border: solid 1px #D2D2D2;
  border-width: 1px 1px 1px 1px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 20px;
}

select {
  width: 100%;
  border: solid 1px #D2D2D2;
  border-width: 1px 1px 1px 1px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  margin-bottom: 20px;
  width: auto;
}

.form {
  max-width: 500px;
}

.form__row {
  margin-bottom: 10px;
}

.form__label {
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}

.form__label label {
  display: inline-block;
  margin-bottom: 0;
}

.form__label.required::after {
  display: inline-block;
  content: "*";
  color: #b30;
}

.form__required_legend {
  margin-bottom: 10px;
  color: #b30;
}

.form__required_legend::before {
  display: inline-block;
  content: "*";
  color: #b30;
}

.form__message__success {
  color: #3A9300;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.form__message__error {
  color: #b30;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.header {
  background: #fff;
  padding: 13px 0 25px 0;
  -webkit-box-shadow: 0 11px 17px #D7D7D7;
  box-shadow: 0 11px 17px #D7D7D7;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.header__logo {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo__description {
  line-height: 0.8;
  padding: 9px 0 0 48px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  font: normal 12px Arial;
  color: #A6A6A6;
}

.header__contact {
  min-width: 263px;
  padding-left: 12px;
  padding-top: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__phone {
  margin-bottom: 3px;
  padding-left: 27px;
  position: relative;
}

.header__phone a {
  font: normal 17px "Roboto";
  color: #000;
  margin-right: 5px;
}

.header__phone a .phone__prefix {
  font-size: 12px;
}

.header__phone .icon__viber, .header__phone .icon__whatsapp, .header__phone .icon__telegram {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.header__phone .icon__whatsapp {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header__phone__velcom::before {
  background: url("../images/svg/ico-tel-a1.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.header__phone__mts::before {
  background: url("../images/svg/ico-tel-mts.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.header__phone__city::before {
  background: url("../images/svg/ico-tel-g.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.header__phone::before {
  position: absolute;
  left: 0;
  top: 4px;
}

.header__phone svg {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.header__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 60px 8px 20px;
}

.header__menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  word-spacing: 5px;
  max-width: calc(100% - 85px);
}

.header__menu__item {
  word-spacing: normal;
  display: inline-block;
}

.header__menu__item a {
  color: #48B300;
  text-decoration: underline;
}

.header__social_links {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__social_links > a {
  margin-left: 5px;
}

.header__search {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  grow: 1;
  position: relative;
  margin-top: 5px;
}

.header__search form {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.header__search input {
  width: 100%;
  border: solid 1px #D2D2D2;
  border-width: 1px 1px 1px 1px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  display: block;
  height: 100%;
  grow: 1;
  padding: 0 10px;
  border-width: 1px 0 1px 1px;
}

.header__search button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 15px 0 35px;
  font: normal 15px 'Roboto', sans-serif;
}

.header__search button::before {
  background: url("../images/svg/ico-search.svg") no-repeat center;
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 18px;
  height: 16px;
}

.header__shopcart {
  width: 231px;
  padding-left: 49px;
  padding-top: 7px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__shopcart::before {
  content: "";
  background: url("../images/svg/ico-order.svg") no-repeat center;
  width: 32px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 14px;
}

.header__shopcart__title {
  font: normal 17px 'Roboto', sans-serif;
  color: #898989;
  margin-bottom: 10px;
}

.header__shopcart__title__link {
  color: #FF4701;
  font: normal 17px 'Roboto', sans-serif;
  text-decoration: underline;
}

.header__shopcart__count {
  font: normal 15px 'Roboto', sans-serif;
  color: #fff;
  position: absolute;
  left: 2px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
  background: #FF4600;
  width: 24px;
  height: 24px;
  padding-top: 3px;
}

.header__shopcart__price {
  display: inline-block;
  color: #FF4600;
  font-size: 18px;
}

.header__shopcart__currency {
  font-size: 14px;
}

.header__shopcart__button {
  display: inline-block;
  border: solid 1px #FF4600;
  text-decoration: underline;
  padding: 7px 20px 9px;
  font: normal 16px 'Roboto', sans-serif;
  color: #FF4600;
  width: 100%;
  max-width: 110px;
  text-align: center;
}

.header__shopcart__button:hover {
  background: rgba(255, 70, 0, 0.1);
}

.main {
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main__left_side {
  width: 270px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main__left_side .teaser__catitem__add_to_cart > div:first-of-type a {
  width: auto;
}

.main__left_side .teaser__catitem__add_to_cart > div:first-of-type a svg {
  margin-right: 0;
}

.main__left_side .teaser__catitem__add_to_cart > div:first-of-type span {
  display: none;
}

.main__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 0;
  margin-left: 20px;
  width: 0;
}

.main__content__body {
  padding-right: 20px;
  color: #333;
  margin-bottom: 50px;
}

.main__content__body ol:not([class]) {
  list-style: none !important;
  padding: 0;
  counter-reset: count;
  margin: 10px 0 50px;
}

.main__content__body ol:not([class]) li:not([class]) {
  position: relative;
  padding-left: 40px;
  counter-increment: count;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.main__content__body ol:not([class]) li:not([class])::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 3px;
}

.main__content__body ol:not([class]) li:not([class])::before {
  background: #67BB0B;
  content: counter(count);
  width: 26px;
  height: 26px;
  /* or 25px */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.main__content__body ul:not([class]) {
  list-style: none !important;
  padding: 0;
  counter-reset: count;
  margin: 10px 0 50px;
  list-style: none;
}

.main__content__body ul:not([class]) li:not([class]) {
  position: relative;
  padding-left: 40px;
  counter-increment: count;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: -0.04em;
}

.main__content__body ul:not([class]) li:not([class])::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 3px;
}

.main__content__body ul:not([class]) li:not([class])::before {
  position: absolute;
  background: url("../images/svg/li-content.svg") no-repeat center;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
}

.page__inner .main {
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.page__inner .main__left_side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page__inner .main__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 0;
  margin-left: 20px;
  width: 0;
}

.page__inner .main__content__title {
  background: #fff;
}

.page__inner .main__content__title h1 {
  margin: 0;
}

.page__inner .main__content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__inner .main__content__center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 264px);
}

.page__inner .main__content__right {
  width: 264px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 14px;
}

.page__inner .main__content__body {
  padding-right: 20px;
  color: #333;
  margin-bottom: 20px;
  background: #fff;
  padding: 0px 30px 30px;
  padding: 20px 40px 30px;
}

.page__inner .main__content__body p {
  overflow: hidden;
}

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

.page__inner .main__content__footer {
  margin-top: 50px;
}

.menu_catalog {
  padding: 30px 0;
  background: #fff;
  width: 270px;
  padding-left: 20px;
  position: relative;
  z-index: 11;
  margin-bottom: 50px;
}

.menu_catalog__logo, .menu_catalog__top_menu, .menu_catalog .navigation__item__expander, .menu_catalog .navigation__item__collapser {
  display: none;
}

.menu_catalog__logo {
  margin-bottom: 30px;
}

.menu_catalog__top_menu {
  padding: 50px 0 50px 45px;
}

.menu_catalog__top_menu a {
  display: block;
  font-size: 23px;
  padding: 10px 0;
}

.menu_catalog__button {
  margin-right: 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}

.menu_catalog__button button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 51px;
  height: 50px;
  background: linear-gradient(164deg, #BAC900, #48B300);
  font: normal 18px "Roboto";
  text-transform: uppercase;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu_catalog__button svg:last-of-type {
  display: none;
}

.menu_catalog__button svg:first-of-type {
  display: block;
}

.menu_catalog__button.active svg:first-of-type {
  display: none;
}

.menu_catalog__button.active svg:last-of-type {
  display: block;
}

.menu_catalog__title {
  font: normal 23px "Roboto";
  color: #898989;
}

.menu_catalog__title__close {
  display: none !important;
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  color: #FF4600;
  position: relative;
  font-size: 23px;
  text-decoration: underline;
}

.menu_catalog__title__close::after {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAA3NCSVQICAjb4U/gAAAAVFBMVEX/////RgD/RgD/RgD/RgD/RgD/RgD/RgD/RgD/RgD/RgD/////9fH/5dz/49n/3dD/0cD/xrD/uqD/t5z/rpD/o4D/l3D/jGD/gFD/aTD/UhD/RgCL8qFhAAAAHHRSTlMAESJEZneZqrvM3f//////////////////////cg7d+wAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNS8xNS8xOSacmKAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABK0lEQVQ4jY3U17qDIAwAYFwVhA7tsDXv/56HMEJi9dTclPH3A2JAKRZ112vwofuuVtvRGmBh2g3SDLCKoVmR6rQmGKdKGLNl/JrVb8PVvmEK9/Ow1j3Z5NNZ+wj7SufCMYsxkZlCP/wrnhHP7qxQ0VgXMhFyiC2b4hXXyt3Qw6wajuzsO7MVyPjvFRo3poq5xcVr1YXfj6OZO7XcJ6JO9bBWawO90rCjyIBWlJrlKsx1KZktSCpuOILlQubCjURlW04iXczecjqn4L+N9ymZX4arLn0WZs5fqk4fGMY8NeU6ocIxuVRoAmvlJVWbiy4Pz2GY6gA7A5WvMEVhu6GLMAqT1Qh0EfBKLX5T5zdL8tsfclqOXbwjV9jIx+DAg3Hs6QkX8PcjhrH3HP4BZ/1SxwYDZakAAAAASUVORK5CYII=') no-repeat top center;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  margin-left: 12px;
}

.menu_catalog__title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.menu_catalog .navigation__item__level_2.has_children a {
  padding-bottom: 5px;
}

.menu_catalog .navigation__item__level_2.has_children .menu_catalog .navigation__item__level_2__wrapper {
  background: red;
}

.menu_catalog .navigation__items__level_2 {
  background: #fff;
  padding: 30px 25px 30px 20px;
  display: none;
}

.menu_catalog .navigation__items__level_2 a {
  display: block;
  padding: 0px 20px 22px 20px;
  color: #333333;
  text-decoration: none;
  position: relative;
  line-height: 1;
  font: bold 14px Arial;
}

.menu_catalog .navigation__items__level_2 a:hover {
  color: #FF4600;
}

.menu_catalog .navigation__items__level_2 a:hover::before {
  border-color: #FF4600;
  background: #FF4600;
}

.menu_catalog .navigation__items__level_2::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 30px;
  margin-left: -43px;
  background: transparent;
}

.menu_catalog .navigation__items__level_2__wrapper {
  background: #fff;
}

.menu_catalog .navigation__items__level_3 {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  margin-bottom: 20px;
}

.menu_catalog .navigation__items__level_3 a {
  color: #75C53F;
  text-decoration: none;
  position: relative;
  line-height: 1;
  font: normal 13px Arial;
  padding: 0px 10px 0px 20px;
}

.menu_catalog .navigation__item__level_1__wrapper {
  padding-bottom: 10px;
}

.menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a {
  display: block;
  padding: 5px 10px 5px 40px;
  font: normal 15px "Roboto";
  position: relative;
  color: #333333;
}

.menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a img, .menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a img:last-child, .menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a svg:last-child {
  display: none;
}

.menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a img:first-child, .menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a svg:first-child {
  display: block;
}

.menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a:hover {
  color: #FF4600;
}

.menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a:hover img:last-child {
  display: block;
}

.menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a:hover img:first-child {
  display: none;
}

.menu_catalog .navigation__item__level_1__wrapper.active > .navigation__item__link__wrapper > a {
  background: #E6E6E6;
  padding: 7px 10px 7px 50px;
  color: #333333;
}

.menu_catalog .navigation__item__level_1__wrapper.active > .navigation__item__link__wrapper > a img {
  top: 50%;
  margin-top: -13px;
}

.menu_catalog .navigation__item__level_1__wrapper.active > .navigation__item__link__wrapper > a:hover {
  color: #FF4600;
}

.menu_catalog .navigation__item__level_2__wrapper.active > .navigation__item__link__wrapper > a, .menu_catalog .navigation__item__level_3__wrapper.active > .navigation__item__link__wrapper > a, .menu_catalog .navigation__item__level_4__wrapper.active > .navigation__item__link__wrapper > a {
  background: #EFEFEF;
}

.footer {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 25px;
  position: relative;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__wrapper > .footer__info {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.footer__contact {
  width: 270px;
  white-space: nowrap;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.footer__menu {
  width: 498px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer__menu__item {
  line-height: 1;
  margin-bottom: 10px;
}

.footer__menu__item:nth-child(odd) {
  width: calc(100% - 251px);
}

.footer__menu__item:nth-child(even) {
  width: 251px;
}

.footer__menu__item a {
  text-decoration: underline;
  font: normal 16px "Roboto";
  color: #48B300;
}

.footer__menu_and_info__wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 290px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__info {
  width: calc(100% - 498px);
  line-height: 1;
  padding-right: 60px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.footer__copyright {
  font: normal 16px 'Roboto', sans-serif;
  margin-bottom: 20px;
}

.footer__organization {
  font: normal 12px 'Roboto', sans-serif;
  color: #999;
}

.footer__phones {
  margin-bottom: 20px;
  display: none;
}

.footer__phone {
  margin-bottom: 3px;
  padding-left: 27px;
  position: relative;
}

.footer__phone a {
  font: normal 17px "Roboto";
  color: #000;
  margin-right: 5px;
}

.footer__phone a .phone__prefix {
  font-size: 12px;
}

.footer__phone .icon__viber, .footer__phone .icon__whatsapp, .footer__phone .icon__telegram {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.footer__phone .icon__whatsapp {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer__phone__velcom::before {
  background: url("../images/svg/ico-tel-a1.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.footer__phone__mts::before {
  background: url("../images/svg/ico-tel-mts.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.footer__phone__city::before {
  background: url("../images/svg/ico-tel-g.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.footer__phone::before {
  position: absolute;
  left: 0;
  top: 4px;
}

.footer__phone svg {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.footer__developer a {
  display: inline-block;
  color: #333333;
  font: normal 14px 'Roboto', sans-serif;
  text-decoration: none;
}

.footer__developer a::after {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAWCAMAAACMu474AAAAA3NCSVQICAjb4U/gAAABFFBMVEX////+9e/+7uX+6+Dv7+796Nzr6+r95df94tPn5ub93szj4+L92sb82MTe3d381L3X1tb8zrT8y7D7x6r7w6TMzMz7vZrIxsXovKT0upn6t5HCwMD6tI2/vbz6r4W6ubj5q375qHq2tLT5pHSzsbCysK/5n22uraz4mmWrqaiopqX3lGP4klmkoqCioJ73jVH3h0iZmZn3hEP2fTmSj472eTKPjIv2cymJiIb2cCSGhIL1bB/1ahyEgX99enn1YQ71YAx8eXf0XQj0WABzcW51cXBxbWtmZmZiX11fXFpcWldYU1JPS0pMSEdLR0NHREFCQjpAOzk8ODUzMzMyLioxKykrKCQpIyAlIR4mHxwjHhogGxgrosUQAAAAXHRSTlMA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////1d+PcsAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDUvMDIvMTmGK4mpAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAahJREFUKJGNkX1zmkAQxldNeRERCKitpKmUNtJWy4tGgpDEVKM02FiiEl2+//fopRMz7Yxzcf+423nut888swdwcBWah7OSfXagKad2fLPwCsUp9dOWYXlRZB+rb6ioagU/RlEUnNtGmTWsIgUV7dAxNYljCVQ+8awShdV6lgSFiqJqTcMOe3WJElnsHLPNjj8aj8ejwNLYE5OSglNafmi36pqqiEVQHbtMSSE5jsaRpRVLFc3qBSYtseg0S6LpnftBGF37hkhBydYqrBeF3rcz81QTaa5/I799Zyml1/7suT793K8PZ/FsevS/Jv+q7WVl3KRp/I/gzojI7DceoPx0MTVizgPPM1kiAOmPgOhVnrzIwguc4vevbein6araXU+3N0m+XtSydrxOtpPBKhOGi2zzkiJHxHiQy5Bf3m2mDZhlAuPmDbzl08dGF3WdcXEHX+AHhqnml2TqCi+IkN0A/I67OcCmD5MluNN0tYOXT917bMDdw5AAoKMOVfw8n8MXFODxdh4zq8kO3l6RQ8ju41ReJqRt47rfz3Vsw+IBPqKLyQTvn9k/zw0/o78L2GkAAAAASUVORK5CYII=') no-repeat top center;
  width: 44px;
  height: 22px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  margin-left: 7px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.footer__under {
  padding: 40px 20px 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__under__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 15px;
}

.footer__counters {
  width: 270px;
}

.footer__payments {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 12px;
}

.footer__payments__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 601px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social_links > a {
  margin-right: 5px;
}

.teaser__catitem {
  position: relative;
  background: #fff;
  margin: 0 6px 20px;
  width: calc(25% - 12px);
}

.teaser__catitem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(100% + 12px);
  margin-left: -6px;
}

.teaser__catitem__wrapper {
  padding: 5px 14px 21px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.teaser__catitem__body {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
}

.teaser__catitem__bottom {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
  -ms-flex-align: bottom;
  align-items: bottom;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.teaser__catitem__rating {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
  min-height: 30px;
}

.teaser__catitem__title {
  margin-bottom: 20px;
  line-height: 1;
}

.teaser__catitem__title a {
  font: normal 15px 'Roboto', sans-serif;
  text-decoration: underline;
}

.teaser__catitem__day_product .teaser__catitem__price__wrapper {
  margin-right: 20px;
}

.teaser__catitem__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
}

.teaser__catitem__price__wrapper {
  color: #FF4600;
  font: normal 18px 'Roboto', sans-serif;
}

.teaser__catitem__price__currency {
  font-size: 14px;
}

.teaser__catitem__price_old__wrapper {
  color: #999;
  text-decoration: line-through;
}

.teaser__catitem__price_old__currency {
  font-size: 12px;
}

.teaser__catitem__image {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}

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

.teaser__catitem__add_to_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teaser__catitem__add_to_cart a {
  -ms-flex-preferred-size: 176px;
  flex-basis: 176px;
}

.teaser__catitem__counter {
  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;
  font: normal 38px "Roboto";
  color: #0A0A0A;
  margin-bottom: 20px;
  line-height: 1.2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teaser__catitem__counter__separator {
  line-height: 1.2;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  margin: 0 2px;
}

.teaser__catitem__counter__hours, .teaser__catitem__counter__minutes, .teaser__catitem__counter__seconds {
  color: #fff;
  position: relative;
  width: 62px;
  height: 48px;
  text-align: center;
  letter-spacing: 1px;
  padding: 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.teaser__catitem__counter__hours span, .teaser__catitem__counter__minutes span, .teaser__catitem__counter__seconds span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3C3C3C), to(#0A0A0A));
  background: linear-gradient(to bottom, #3C3C3C, #0A0A0A);
  border-radius: 5px;
  z-index: 1;
  text-align: center;
  position: relative;
}

.teaser__catitem__counter__hours span::before, .teaser__catitem__counter__minutes span::before, .teaser__catitem__counter__seconds span::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.teaser__catitem__price_economy {
  display: inline-block;
  border: dashed 1px #FF4600;
  color: #FF4600;
  padding: 10px;
  margin-bottom: 20px;
  font: normal 18px 'Roboto', sans-serif;
}

.teaser__article, .page___articles__item {
  margin-bottom: 30px;
  max-width: 200px;
  background: #F9F9F9;
}

.teaser__article__image, .page___articles__item__image {
  border-bottom: solid 1px #D1D1D1;
}

.teaser__article__image a, .page___articles__item__image a {
  display: block;
  line-height: 0;
}

.teaser__article__title, .page___articles__item__title {
  line-height: 1;
}

.teaser__article__title a, .page___articles__item__title a {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: underline;
}

.teaser__news, .page___newssect__item {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}

.teaser__news::before, .page___newssect__item::before {
  background: url("../images/svg/./ico-articles.svg") no-repeat center;
  content: "";
  width: 33px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.teaser__news__description, .page___newssect__item__description {
  font: normal 15px 'Roboto', sans-serif;
}

.teaser__news__description a, .page___newssect__item__description a {
  display: block;
}

.teaser__news__date, .page___newssect__item__date {
  font: normal 16px "Roboto";
  margin-bottom: 5px;
  color: #FF4600;
}

.teaser__news__title, .page___newssect__item__title {
  line-height: 1;
  margin-bottom: 10px;
}

.teaser__news__title a, .page___newssect__item__title a {
  display: block;
  color: #333;
  text-decoration: underline;
  font: normal 16px "Roboto";
}

.block__articles {
  padding-left: 20px;
  max-width: 250px;
  border-bottom: solid 5px #fff;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.block__articles.hidden {
  -webkit-filter: opacity(0.3);
  filter: opacity(0.3);
}

.block__articles__wrapper {
  max-width: 200px;
}

.block__articles__title {
  font: normal 36px "Roboto";
  color: #898989;
  margin-bottom: 30px;
}

.block__articles__item {
  margin-bottom: 30px;
  max-width: 200px;
  background: #F9F9F9;
}

.block__articles__item__image {
  border-bottom: solid 1px #D1D1D1;
}

.block__articles__item__image a {
  display: block;
  line-height: 0;
}

.block__articles__item__title {
  line-height: 1;
}

.block__articles__item__title a {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: underline;
}

.block__articles__read_more {
  text-align: right;
}

.block__articles__read_more a {
  display: block;
  font: normal 16px "Roboto";
  color: #333;
  text-decoration: underline;
}

.block__news {
  padding-left: 20px;
  max-width: 250px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.block__news.hidden {
  -webkit-filter: opacity(0.3);
  filter: opacity(0.3);
}

.block__news__wrapper {
  max-width: 210px;
}

.block__news__title {
  font: normal 36px "Roboto";
  color: #898989;
  margin-bottom: 30px;
}

.block__news__item {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}

.block__news__item::before {
  background: url("../images/svg/./ico-articles.svg") no-repeat center;
  content: "";
  width: 33px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.block__news__item__description {
  font: normal 15px 'Roboto', sans-serif;
}

.block__news__item__description a {
  display: block;
}

.block__news__item__date {
  font: normal 16px "Roboto";
  margin-bottom: 5px;
  color: #FF4600;
}

.block__news__item__title {
  line-height: 1;
  margin-bottom: 10px;
}

.block__news__item__title a {
  display: block;
  color: #333;
  text-decoration: underline;
  font: normal 16px "Roboto";
}

.block__news__read_more {
  text-align: right;
}

.block__news__read_more a {
  display: block;
  font: normal 16px "Roboto";
  color: #333;
  text-decoration: underline;
}

.block__last_watched_offers__title {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  padding-left: 60px;
  margin-bottom: 30px;
}

.block__last_watched_offers__title a {
  font-size: inherit;
}

.block__last_watched_offers__title::before {
  background: url("../images/svg/./ico-rubrics-see.svg") no-repeat center;
  width: 41px;
  height: 35px;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

.block__last_watched_offers__title span {
  display: none;
}

.block__last_watched_offers__items .teaser__catitem__list {
  display: block;
  height: 100%;
}

.block__last_watched_offers__items .teaser__catitem {
  width: auto;
}

.block__last_watched_offers__items .teaser__catitem__wrapper {
  min-height: 451px;
  position: relative;
}

.block__last_watched_offers__items .owl-stage, .block__last_watched_offers__items .owl-item, .block__last_watched_offers__items .owl-stage-outer {
  height: 100%;
}

.block__last_watched_offers__items .owl-nav {
  position: absolute;
  top: 0;
  -webkit-transform: translate(370px, -71px);
  -ms-transform: translate(370px, -71px);
  transform: translate(370px, -71px);
}

.block__last_watched_offers__items .owl-nav button {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  background: linear-gradient(164deg, #E6E6E6, #ccc);
  width: 36px;
  height: 35px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  border: none;
  color: transparent;
  outline: none;
  padding: 0;
}

.block__last_watched_offers__items .owl-nav button::-moz-focus-inner {
  border: 0;
}

.block__last_watched_offers__items .owl-nav button:first-of-type {
  margin: 0 10px;
}

.block__last_watched_offers__items .owl-nav button:last-of-type span::before {
  -webkit-transform: scaleX(-1) translateX(-5px);
  -ms-transform: scaleX(-1) translateX(-5px);
  transform: scaleX(-1) translateX(-5px);
  left: 8px;
}

.block__last_watched_offers__items .owl-nav button span {
  display: block;
  position: relative;
  height: 100%;
  color: transparent;
}

.block__last_watched_offers__items .owl-nav button span::before {
  background: url("../images/svg/./arrow-mini-left.svg") no-repeat center;
  content: "";
  width: 15px;
  height: 26px;
  top: 5px;
  left: 10px;
  position: absolute;
}

.block__last_watched_offers__items .owl-nav button.owl-prev::after {
  left: 0;
}

.block__last_watched_offers__items .owl-nav button.owl-next::after {
  right: 0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.block__last_watched_offers__buttons {
  position: relative;
}

.block__last_watched_offers__button__next, .block__last_watched_offers__button__prev {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  top: 0;
  z-index: 111;
  width: 65px;
  height: 87px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 182px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.block__last_watched_offers__button__next:hover svg path, .block__last_watched_offers__button__prev:hover svg path {
  fill: #FA4B00;
}

.block__last_watched_offers__button__next {
  right: 0;
}

.block__last_watched_offers:hover .block__last_watched_offers__button__next, .block__last_watched_offers:hover .block__last_watched_offers__button__prev {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.block__top_offers {
  margin-bottom: 30px;
}

.block__top_offers__title {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  padding-left: 52px;
  margin-bottom: 30px;
}

.block__top_offers__title a {
  font-size: inherit;
}

.block__top_offers__title::before {
  background: url("../images/svg/ico-rubrics-hit.svg") no-repeat center;
  content: "";
  width: 41px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.block__top_offers__title span {
  display: none;
}

.block__top_offers__items .teaser__catitem__list {
  display: block;
  height: 100%;
}

.block__top_offers__items .teaser__catitem {
  width: auto;
}

.block__top_offers__items .teaser__catitem__wrapper {
  min-height: 451px;
  position: relative;
}

.block__top_offers__items .owl-stage, .block__top_offers__items .owl-item, .block__top_offers__items .owl-stage-outer {
  height: 100%;
}

.block__top_offers__items .owl-nav {
  position: absolute;
  top: 0;
  -webkit-transform: translate(321px, -71px);
  -ms-transform: translate(321px, -71px);
  transform: translate(321px, -71px);
}

.block__top_offers__items .owl-nav button {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  background: linear-gradient(164deg, #E6E6E6, #ccc);
  width: 36px;
  height: 35px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  border: none;
  color: transparent;
  outline: none;
  padding: 0;
}

.block__top_offers__items .owl-nav button::-moz-focus-inner {
  border: 0;
}

.block__top_offers__items .owl-nav button:first-of-type {
  margin: 0 10px;
}

.block__top_offers__items .owl-nav button:last-of-type span::before {
  -webkit-transform: scaleX(-1) translateX(-5px);
  -ms-transform: scaleX(-1) translateX(-5px);
  transform: scaleX(-1) translateX(-5px);
  left: 8px;
}

.block__top_offers__items .owl-nav button span {
  display: block;
  position: relative;
  height: 100%;
  color: transparent;
}

.block__top_offers__items .owl-nav button span::before {
  background: url("../images/svg/./arrow-mini-left.svg") no-repeat center;
  content: "";
  width: 15px;
  height: 26px;
  top: 5px;
  left: 10px;
  position: absolute;
}

.block__top_offers__items .owl-nav button.owl-prev::after {
  left: 0;
}

.block__top_offers__items .owl-nav button.owl-next::after {
  right: 0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.block__top_offers__buttons {
  position: relative;
}

.block__top_offers__button__next, .block__top_offers__button__prev {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  top: 0;
  z-index: 111;
  width: 65px;
  height: 87px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 182px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.block__top_offers__button__next:hover svg path, .block__top_offers__button__prev:hover svg path {
  fill: #FA4B00;
}

.block__top_offers__button__next {
  right: 0;
}

.block__top_offers:hover .block__top_offers__button__next, .block__top_offers:hover .block__top_offers__button__prev {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.block__new_offers {
  margin-bottom: 50px;
}

.block__new_offers__title {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  padding-left: 52px;
  margin-bottom: 30px;
}

.block__new_offers__title a {
  font-size: inherit;
}

.block__new_offers__title::before {
  background: url("../images/svg/./ico-rubrics-new.svg") no-repeat center;
  width: 41px;
  height: 35px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.block__new_offers__title span {
  display: none;
}

.block__new_offers__items .teaser__catitem__list {
  display: block;
  height: 100%;
}

.block__new_offers__items .teaser__catitem {
  width: auto;
}

.block__new_offers__items .teaser__catitem__wrapper {
  min-height: 451px;
  position: relative;
  padding-right: 31px;
}

.block__new_offers__items .owl-stage, .block__new_offers__items .owl-item, .block__new_offers__items .owl-stage-outer {
  height: 100%;
}

.block__new_offers__items .owl-nav {
  position: absolute;
  top: 0;
  -webkit-transform: translate(230px, -71px);
  -ms-transform: translate(230px, -71px);
  transform: translate(230px, -71px);
}

.block__new_offers__items .owl-nav button {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  background: linear-gradient(164deg, #E6E6E6, #ccc);
  width: 36px;
  height: 35px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  border: none;
  color: transparent;
  outline: none;
  padding: 0;
}

.block__new_offers__items .owl-nav button::-moz-focus-inner {
  border: 0;
}

.block__new_offers__items .owl-nav button:first-of-type {
  margin: 0 10px;
}

.block__new_offers__items .owl-nav button:last-of-type span::before {
  -webkit-transform: scaleX(-1) translateX(-5px);
  -ms-transform: scaleX(-1) translateX(-5px);
  transform: scaleX(-1) translateX(-5px);
  left: 8px;
}

.block__new_offers__items .owl-nav button span {
  display: block;
  position: relative;
  height: 100%;
  color: transparent;
}

.block__new_offers__items .owl-nav button span::before {
  background: url("../images/svg/./arrow-mini-left.svg") no-repeat center;
  content: "";
  width: 15px;
  height: 26px;
  top: 5px;
  left: 10px;
  position: absolute;
}

.block__new_offers__buttons {
  position: relative;
}

.block__new_offers__button__next, .block__new_offers__button__prev {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  top: 0;
  z-index: 111;
  width: 65px;
  height: 87px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 182px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.block__new_offers__button__next:hover svg path, .block__new_offers__button__prev:hover svg path {
  fill: #FA4B00;
}

.block__new_offers__button__next {
  right: 0;
}

.block__new_offers:hover .block__new_offers__button__next, .block__new_offers:hover .block__new_offers__button__prev {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.block__slider_and_day_offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block__slider_and_day_offer__slider {
  width: calc(75% - 3px);
  grow: 1;
  margin-bottom: 20px;
}

.block__slider_and_day_offer__slider .owl-stage {
  height: 100%;
}

.block__slider_and_day_offer__slider .owl-item {
  height: 100%;
}

.block__slider_and_day_offer__slider .owl-stage-outer {
  height: 100%;
}

.block__slider_and_day_offer__slider__wrapper {
  position: relative;
  height: 100%;
}

.block__slider_and_day_offer__slider__items {
  height: 100%;
}

.block__slider_and_day_offer__slider__items__wrapper {
  height: 100%;
  min-width: 0;
}

.block__slider_and_day_offer__slider__item {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: relative;
}

.block__slider_and_day_offer__slider__item.has_link {
  cursor: hand;
  c\ursor: pointer;
}

.block__slider_and_day_offer__slider__item img {
  position: abolute;
  width: 100%;
  height: 100%;
}

.block__slider_and_day_offer__slider__item__wrapper {
  position: absolute;
  top: 78px;
  left: 0px;
  max-width: 100%;
}

.block__slider_and_day_offer__slider__item__title {
  display: inline-block;
  padding: 20px 30px 40px;
  background: rgba(255, 76, 8, 0.7);
  font: bold 41px "Roboto";
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  max-width: 410px;
  line-height: 1.2;
}

.block__slider_and_day_offer__slider__item__link {
  text-align: right;
}

.block__slider_and_day_offer__slider__item__link a {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 19px "Roboto";
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-decoration: underline;
  padding: 10px 20px 13px;
  width: 190px;
  max-width: 100%;
  margin-right: 20px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  text-align: center;
}

.block__slider_and_day_offer__slider__item__link a:hover {
  background: linear-gradient(145deg, #666, #464646 80px);
}

.block__slider_and_day_offer__slider .owl-dots {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.block__slider_and_day_offer__slider .owl-dot {
  display: block;
  border: solid 1px red;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 3px transparent;
  border-radius: 50%;
  margin: 0 3px;
  padding: 0;
  outline: none;
}

.block__slider_and_day_offer__slider .owl-dot span {
  display: none;
}

.block__slider_and_day_offer__slider .owl-dot.active {
  border: solid 3px #FF4600;
}

.block__slider_and_day_offer__offer {
  width: calc(25% - 10px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.block__slider_and_day_offer__offer .teaser__catitem {
  width: auto;
  margin: 0;
}

.block__offers_after_slider_on_main__wrapper {
  height: 100%;
}

.block__offers_after_slider_on_main__items {
  height: 100%;
}

.block__offers_after_slider_on_main__items .teaser__catitem__list {
  height: 100%;
}

.block__blocks_on_main_page {
  margin-bottom: 35px;
}

.block__blocks_on_main_page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block__blocks_on_main_page__item {
  margin-bottom: 15px;
  padding: 10px 25px 18px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.block__blocks_on_main_page__item::after {
  content: "";
  position: absolute;
  top: -15%;
  left: -15%;
  height: 130%;
  width: 130%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border: 70px solid rgba(255, 255, 255, 0.2);
  z-index: 50;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.block__blocks_on_main_page__item:hover {
  background-size: auto 110%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: saturate(1.5);
  filter: saturate(1.5);
}

.block__blocks_on_main_page__item:hover::after {
  top: -25px;
  left: -25px;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.block__blocks_on_main_page__item a {
  font: normal 20px 'Roboto', sans-serif;
  color: #030303;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
}

.block__blocks_on_main_page__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 166px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}

.block__blocks_on_main_page__item__image img {
  max-width: 100%;
}

.block__blocks_on_main_page__item__text {
  padding: 25px 0;
  max-width: 60%;
}

.block__blocks_on_main_page__item__text a {
  font-size: 21px;
}

.block__blocks_on_main_page__item__text a:hover {
  text-decoration: none;
}

.block__blocks_on_main_page__item__text a[href] {
  text-decoration: underline;
}

.block__blocks_on_main_page__item__text a[href]:hover {
  text-decoration: underline;
}

.block__blocks_on_main_page__item__link {
  text-align: center;
  position: absolute;
  left: 30px;
  top: 30px;
  max-width: 360px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  font: normal 25px Arial;
}

.block__blocks_on_main_page__item__link a {
  display: inline-block;
  height: 42px;
  min-width: 172px;
  border: solid 1px;
  text-align: center;
  text-decoration: none;
  padding: 6px 30px;
}

.block__blocks_on_main_page__item__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.block__blocks_on_main_page__item:nth-of-type(1) .block__blocks_on_main_page__item__link, .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__link {
  text-align: left;
}

.block__blocks_on_main_page__item:nth-of-type(1) .block__blocks_on_main_page__item__text, .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__text {
  margin-bottom: 30px;
}

.block__blocks_on_main_page__item:nth-of-type(1) .block__blocks_on_main_page__item__image, .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__image {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: 0px;
}

.block__blocks_on_main_page__item:nth-of-type(1) {
  width: calc(50% - 3px);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.block__blocks_on_main_page__item:nth-of-type(1) .block__blocks_on_main_page__item__image {
  min-height: 0;
}

.block__blocks_on_main_page__item:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(50% - 10px);
}

.block__blocks_on_main_page__item:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: calc(25% - 10px);
}

.block__blocks_on_main_page__item:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: calc(50% - 6px);
}

.block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__image {
  right: 50px;
}

.block__blocks_on_main_page__item:nth-of-type(5) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: calc(25% - 10px);
}

.block__blocks_on_main_page__item.active .block__blocks_on_main_page__item__link, .block__blocks_on_main_page__item:hover .block__blocks_on_main_page__item__link {
  background: #fff;
}

.block__blocks_on_main_page__item:nth-of-type(1) .block__blocks_on_main_page__item__link {
  text-align: left;
}

.block__blocks_on_main_page__item:nth-of-type(2) .block__blocks_on_main_page__item__link {
  text-align: left;
}

.block__blocks_on_main_page__item:nth-of-type(3) .block__blocks_on_main_page__item__link {
  text-align: left;
}

.block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__link {
  text-align: left;
}

.block__blocks_on_main_page__item:nth-of-type(5) .block__blocks_on_main_page__item__link {
  text-align: left;
}

.block__phone__social {
  display: inline-block;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.block__phone__social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block__phone__social__item {
  margin-left: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block__phone__social__item.telegram {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.block__phone__social__item.telegram svg {
  color: #30A7DC;
  width: 17px;
  height: 17px;
}

.block__phone__social__item.viber svg {
  color: #744D94;
  width: 17px;
  height: 18px;
}

.block__phone__social__item.watsapp svg {
  color: #41B945;
  width: 17px;
  height: 18px;
}

.block__phone__social__link {
  margin-right: 0 !important;
}

.block__reviews {
  background: #fff;
  padding: 30px;
  padding: 40px;
}

.block__reviews__title {
  margin-bottom: 30px;
  font: normal 25px "Roboto";
  color: #000;
  padding-left: 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.block__reviews__title::before {
  background: url("../images/svg/ioc-otz.svg") no-repeat center;
  background-size: 100%;
  content: "";
  width: 43px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 2px;
}

.block__reviews__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #C2C2C2;
  display: none;
}

.block__reviews__item.active {
  display: block;
}

.block__reviews__item:last-of-type {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.block__reviews__item__title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font: bold 16px 'Roboto', sans-serif;
}

.block__reviews__item__author {
  color: #FF4600;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  margin-right: 5px;
}

.block__reviews__item__rating {
  display: inline-block;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block__reviews__item__date {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  color: #898989;
}

.block__reviews__item__review {
  font: normal 16px 'Roboto', sans-serif;
  margin-bottom: 20px;
}

.block__reviews__item__answer {
  margin-left: 60px;
}

.block__reviews__item__answer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 10px;
}

.block__reviews__item__answer__text {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #898989;
}

.block__reviews__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.block__reviews__more__button {
  cursor: hand;
  c\ursor: pointer;
  color: #3A9300;
  border-bottom: dashed 1px;
}

.block__reviews__add {
  background: #fff;
  padding: 0 40px 30px;
}

.block__reviews__add__title {
  color: #3A9300;
  font: normal 25px "Roboto";
  margin-bottom: 20px;
}

.block__reviews__add__title:not(.active) {
  cursor: hand;
  c\ursor: pointer;
}

.block__reviews__add__title:not(.active) span {
  border-bottom: dashed 2px;
}

.block__reviews__add__form {
  max-height: 0;
  overflow: hidden;
}

.block__reviews__add__form.active {
  max-height: 700px;
  -webkit-transition: all 0.5 ease-out;
  transition: all 0.5 ease-out;
}

.block__reviews__add__form .form__button {
  margin-top: 30px;
}

.block__reviews__add__form .form__button input {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  min-width: 220px;
}

.block__discount {
  margin-bottom: 30px;
}

.block__discount__title {
  font: normal 40px "Roboto";
  position: relative;
  padding-left: 52px;
  margin-bottom: 20px;
}

.block__discount__title::before {
  background: url("../images/svg/./ico-rubrics-proc.svg") no-repeat center;
  width: 41px;
  height: 35px;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.block__discount .teaser__catitem {
  width: auto;
}

.block__discount__items .teaser__catitem__list {
  display: block;
  height: 100%;
}

.block__discount__items .teaser__catitem {
  width: auto;
}

.block__discount__items .teaser__catitem__wrapper {
  min-height: 451px;
  position: relative;
}

.block__discount__items .owl-stage, .block__discount__items .owl-item, .block__discount__items .owl-stage-outer {
  height: 100%;
}

.block__discount__items .owl-nav {
  position: absolute;
  top: 0;
  -webkit-transform: translate(304px, -62px);
  -ms-transform: translate(304px, -62px);
  transform: translate(304px, -62px);
}

.block__discount__items .owl-nav button {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  background: linear-gradient(164deg, #E6E6E6, #ccc);
  width: 36px;
  height: 35px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  border: none;
  color: transparent;
  outline: none;
  padding: 0;
}

.block__discount__items .owl-nav button::-moz-focus-inner {
  border: 0;
}

.block__discount__items .owl-nav button:first-of-type {
  margin: 0 10px;
}

.block__discount__items .owl-nav button:last-of-type span::before {
  -webkit-transform: scaleX(-1) translateX(-5px);
  -ms-transform: scaleX(-1) translateX(-5px);
  transform: scaleX(-1) translateX(-5px);
  left: 8px;
}

.block__discount__items .owl-nav button span {
  display: block;
  position: relative;
  height: 100%;
  color: transparent;
}

.block__discount__items .owl-nav button span::before {
  background: url("../images/svg/./arrow-mini-left.svg") no-repeat center;
  content: "";
  width: 15px;
  height: 26px;
  top: 5px;
  left: 10px;
  position: absolute;
}

.block__discount__buttons {
  position: relative;
}

.block__discount__button__next, .block__discount__button__prev {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  top: 0;
  z-index: 111;
  width: 65px;
  height: 87px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 182px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.block__discount__button__next:hover svg path, .block__discount__button__prev:hover svg path {
  fill: #FA4B00;
}

.block__discount__button__next {
  right: 0;
}

.block__discount:hover .block__discount__button__next, .block__discount:hover .block__discount__button__prev {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.block__day_product {
  margin-bottom: 30px;
}

.block__day_product .teaser__catitem {
  width: auto;
  margin: 0 0 20px;
}

.page__inner .block__day_product {
  max-width: 250px;
}

.block__phones_mobile {
  background: #fff;
  z-index: 112;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.block__phones_mobile.active {
  max-height: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.block__phones_mobile__wrapper {
  padding: 55px 20px;
}

.block__phones_mobile__title {
  font: normal 33px "Roboto";
  color: #898989;
}

.block__phones_mobile__title__close {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  color: #FF4600;
  position: relative;
  font-size: 23px;
  text-decoration: underline;
}

.block__phones_mobile__title__close::after {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAA3NCSVQICAjb4U/gAAAAVFBMVEX/////RgD/RgD/RgD/RgD/RgD/RgD/RgD/RgD/RgD/RgD/////9fH/5dz/49n/3dD/0cD/xrD/uqD/t5z/rpD/o4D/l3D/jGD/gFD/aTD/UhD/RgCL8qFhAAAAHHRSTlMAESJEZneZqrvM3f//////////////////////cg7d+wAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNS8xNS8xOSacmKAAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABK0lEQVQ4jY3U17qDIAwAYFwVhA7tsDXv/56HMEJi9dTclPH3A2JAKRZ112vwofuuVtvRGmBh2g3SDLCKoVmR6rQmGKdKGLNl/JrVb8PVvmEK9/Ow1j3Z5NNZ+wj7SufCMYsxkZlCP/wrnhHP7qxQ0VgXMhFyiC2b4hXXyt3Qw6wajuzsO7MVyPjvFRo3poq5xcVr1YXfj6OZO7XcJ6JO9bBWawO90rCjyIBWlJrlKsx1KZktSCpuOILlQubCjURlW04iXczecjqn4L+N9ymZX4arLn0WZs5fqk4fGMY8NeU6ocIxuVRoAmvlJVWbiy4Pz2GY6gA7A5WvMEVhu6GLMAqT1Qh0EfBKLX5T5zdL8tsfclqOXbwjV9jIx+DAg3Hs6QkX8PcjhrH3HP4BZ/1SxwYDZakAAAAASUVORK5CYII=') no-repeat top center;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  margin-left: 12px;
}

.block__phones_mobile__title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.block__phones_mobile__phone {
  margin-bottom: 3px;
  padding-left: 27px;
  position: relative;
}

.block__phones_mobile__phone a {
  font: normal 17px "Roboto";
  color: #000;
  margin-right: 5px;
}

.block__phones_mobile__phone a .phone__prefix {
  font-size: 12px;
}

.block__phones_mobile__phone .icon__viber, .block__phones_mobile__phone .icon__whatsapp, .block__phones_mobile__phone .icon__telegram {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.block__phones_mobile__phone .icon__whatsapp {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.block__phones_mobile__phone__velcom::before {
  background: url("../images/svg/ico-tel-a1.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.block__phones_mobile__phone__mts::before {
  background: url("../images/svg/ico-tel-mts.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.block__phones_mobile__phone__city::before {
  background: url("../images/svg/ico-tel-g.svg");
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.block__phones_mobile__phone::before {
  position: absolute;
  left: 0;
  top: 4px;
}

.block__phones_mobile__phone::before {
  top: 8px;
}

.block__phones_mobile__phone .icon__viber, .block__phones_mobile__phone .icon__telegram {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.block__phones_mobile__phone .icon__whatsapp {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.block__phones_mobile__phone a {
  font-size: 22px;
}

.block__phones_mobile__phone a .phone__prefix {
  font-size: inherit;
}

.block__head__recall {
  display: none;
}

.block__head__recall__work_time {
  line-height: 0.8;
  padding: 20px 0;
  font: normal 12px Arial;
  color: #A6A6A6;
  border: solid 1px #E4E4E4;
  border-width: 1px 0;
  margin-bottom: 25px;
}

.block__head__recall__title {
  font: bold 17px "Roboto";
  margin-bottom: 20px;
}

.block__head__recall__form .elem-message {
  color: #48B300;
  text-align: center;
}

.block__head__recall__form .form-item-submit input {
  width: 100%;
}

.block__head__recall__form__i_agree {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.block__head__recall__form__i_agree__input input {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.block__head__recall__form__i_agree__text {
  font-size: 11px;
}

.block__head__recall__form__i_agree__text a {
  font-size: 11px;
}

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

.element__rating__stars {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.element__rating__count {
  display: inline-block;
  margin-right: 20px;
}

.element__rating__count a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: underline;
  font-size: 17px;
  margin-left: 25px;
}

.element__rating__count a::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANBAMAAACEMClyAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4Ms4DTjAAAADHRSTlMAIjNEd4iZqrvd7v+elOc3AAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA1LzAyLzE5hiuJqQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAA/SURBVAiZY4jeDQYODBsZQIBpA8MGMANIbQCKbwAzkEV2b0AXYUBRswlMM29g8AZKLbcEmgwCEisYoMCMgQEAQk8fYa7Uvn8AAAAASUVORK5CYII=') no-repeat top center;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background: url("../images/svg/./icocomments.svg") no-repeat center;
  position: absolute;
  margin-left: -25px;
  width: 15px;
  height: 13px;
  left: 0;
  top: 6px;
}

.element__rating__star {
  display: block;
}

.element__rating__star.active svg path {
  fill: #FDCF09;
}

.element__stickers {
  position: absolute;
  left: 0;
  top: 0;
  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;
}

.element__stickers__sticker {
  padding: 10px 15px;
  margin-bottom: 1px;
  font: normal 15px 'Roboto', sans-serif;
  color: #fff;
  position: relative;
}

.element__stickers__sticker.new {
  background: linear-gradient(167deg, #FF7946, #FF4600);
}

.element__stickers__sticker.day_product {
  background: linear-gradient(167deg, #6B6B6B, #333333);
}

.element__stickers__sticker.bestseller {
  background: linear-gradient(167deg, #77DAFF, #00B9FF);
}

.element__stickers__sticker.discount {
  background: linear-gradient(167deg, #FCBC45, #FBA405);
}

.element__stickers__sticker.discount::before {
  content: "";
  position: absolute;
  border-top: solid 7px rgba(0, 0, 0, 0.35);
  border-right: solid 41px transparent;
  width: 100%;
  left: 0;
  top: 0;
}

.element__backlink {
  padding: 30px 0;
  font: normal 19px "Roboto";
}

.element__backlink a {
  display: inline-block;
  font: inherit;
  color: #333;
}

.element__backlink a:hover {
  text-decoration: none;
}

.elements__scms_control {
  background: #fff;
  padding: 10px 30px;
}

.breadcrumbs {
  color: #666666;
  background: #fff;
  padding: 10px 30px;
}

.breadcrumbs__items {
  text-align: right;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 13px;
}

.breadcrumbs__item a {
  font-size: 13px;
}

.element__paginator {
  margin-bottom: 50px;
  font: 400 20px "Roboto";
  text-align: right;
}

.element__paginator a {
  display: block;
  font: inherit;
  text-decoration: none;
  padding: 5px 10px;
  color: #3A9300;
}

.element__paginator a:hover {
  color: #FF4600;
}

.element__paginator__title {
  display: inline-block;
  margin-right: 10px;
}

.element__paginator__items {
  display: inline-block;
}

.element__paginator__item {
  display: inline-block;
}

.element__paginator__item.active {
  margin: 0 5px;
  background: #FF4600;
  color: #fff;
  padding: 5px 10px;
}

.element__children {
  background: #fff;
  padding: 30px 30px 0;
  padding: 30px 40px 0;
}

.element__children__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.element__children__item {
  margin: 0 20px 20px 0;
  width: calc(50% - 20px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.element__children a {
  display: inline-block;
  color: #3A9300;
  text-decoration: underline;
  position: relative;
  padding-left: 37px;
  font: normal 15px "Roboto";
}

.element__children a::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAMAAAAYGszCAAAAA3NCSVQICAjb4U/gAAAAclBMVEX///9yuwCuxgBpuQB9vQBLswDCygC7yQCUwQCKvwCDvgB9vQBLswCUwQBiuACuxgCewwC/ygC1yABsugBYtgBLswC7yQC1yACuxgClxQCewwCUwQCKvwCDvgB9vQByuwBsugBpuQBiuABYtgBRtQBLswCTp36eAAAAJnRSTlMAETMzZneIiIiIiIiIqqrd3e7u7u7u/////////////////////3YzzEsAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDUvMTMvMTkD98d8AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAGpJREFUGJVlykcSgCAUBNExizmjgBG5/xWVcmPxe/mqgbidOOe1j1/JK/O8LM0fOytCCFmmjLEsy0MP+ERKpdS6btu+H30AR47zvCq4cmmtQeS+DYi8gYhFIhaJWBxcMWZEYUgFEI3OF+EBtSceWpKDbAsAAAAASUVORK5CYII=') no-repeat top center;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.element__children a:hover {
  text-decoration: none;
}

.page__search__message {
  margin-bottom: 10px;
  font: normal 17px 'Roboto', sans-serif;
}

.page__search__form {
  max-width: 500px;
}

.page__search__form__wrapper {
  margin-bottom: 50px;
}

.page__search__form__wrapper form {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.page__search__form__wrapper input {
  width: 100%;
  border: solid 1px #D2D2D2;
  border-width: 1px 1px 1px 1px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  display: block;
  height: 100%;
  grow: 1;
  padding: 0 10px;
  border-width: 1px 0 1px 1px;
}

.page__search__form__wrapper button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 15px 0 35px;
  font: normal 15px 'Roboto', sans-serif;
}

.page__search__form__wrapper button::before {
  background: url("../images/svg/ico-search.svg") no-repeat center;
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 18px;
  height: 16px;
}

.page__search__item {
  margin-bottom: 30px;
}

.page__search__item__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.page__search__item__counter {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 30px;
  margin-right: 20px;
  font: normal 17px "Roboto";
}

.page__search__item__title {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 5px;
}

.page__search__item__title a {
  font-size: inherit;
}

.page__search__item__title a {
  display: block;
  line-height: 1;
}

.page__search__item__image {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  width: 195px;
}

.page__search__item__image img {
  max-width: 100%;
}

.page__search__item__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page__search__item__description {
  margin-bottom: 10px;
}

.page__search__item .teaser__catitem__add_to_cart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page__articles {
  background: #fff;
}

.page__articles__items {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page__articles__item {
  margin: 0 0 35px 0;
  overflow: hidden;
}

.page__articles__item__image {
  float: left;
  width: 235px;
}

.page__articles__item__image a {
  display: inline-block;
  padding: 10px 13px;
  background: #F0F0F0;
}

.page__articles__item__title, .page__articles__item__date, .page__articles__item__description {
  margin-left: 245px;
}

.page__articles__item__title {
  margin-bottom: 20px;
}

.page__articles__item__title a {
  color: #333;
  font: normal 18px "Roboto";
  text-decoration: underline;
}

.page__articles__item__date {
  margin-top: 10px;
  margin-bottom: 10px;
  font: normal 12px Arial;
  color: #FF4600;
}

.page__articles__item__description {
  color: #333;
  font: normal 16px 'Roboto', sans-serif;
}

.page__articles .element__paginator {
  margin-top: 50px;
  margin-bottom: 20px;
}

.page__newssect {
  background: #fff;
}

.page__newssect__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px 20px;
  padding-top: 20px;
}

.page__newssect .teaser__news {
  margin: 0 10px 50px;
  width: calc(50% - 20px);
}

.page__catitem__images {
  margin-right: 50px;
  max-width: 525px;
}

.page__catitem__images img {
  max-width: 100%;
}

.page__catitem__images__previews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0px 20px;
}

.page__catitem__images__preview {
  margin: 0 5px 10px 0;
  border: solid 1px rgba(137, 137, 137, 0.3);
  padding: 8px 14px;
  text-align: center;
}

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

.page__catitem__images__preview.active {
  border-color: #898989;
}

.page__catitem__info .teaser__catitem__amount, .page__catitem__body .teaser__catitem__amount {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.page__catitem__info .teaser__catitem__price__wrapper, .page__catitem__body .teaser__catitem__price__wrapper {
  margin-right: 30px;
}

.page__catitem__info .teaser__catitem__add_to_cart, .page__catitem__body .teaser__catitem__add_to_cart {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 20px;
}

.page__catitem__info .teaser__catitem__add_to_cart .button__add_to_shopcart, .page__catitem__body .teaser__catitem__add_to_cart .button__add_to_shopcart {
  max-width: calc(221px - 45px);
}

.page__catitem__info .teaser__catitem__price, .page__catitem__body .teaser__catitem__price {
  font-size: 28px;
  font-weight: bold;
}

.page__catitem__info .teaser__catitem__price__currency, .page__catitem__body .teaser__catitem__price__currency {
  font-size: 14px;
}

.page__catitem__info .teaser__catitem__price_old, .page__catitem__body .teaser__catitem__price_old {
  font-size: 28px;
  font-weight: bold;
}

.page__catitem__info .teaser__catitem__price_old__currency, .page__catitem__body .teaser__catitem__price_old__currency {
  font-size: 14px;
}

.page__catitem__specs {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #EDEDED;
  font-size: 13px;
}

.page__catitem__specs__item {
  margin-bottom: 10px;
}

.page__catitem__specs__item:last-of-type {
  margin-bottom: 0;
}

.page__catitem__info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #EDEDED;
}

.page__catitem__info .element__rating {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page__catitem__articlecode {
  padding: 7px 10px 4px;
  background: #EEEEEE;
}

.page__catitem__body {
  margin-bottom: 50px;
}

.page__catitem__economy {
  font-size: 19px;
  color: #333;
  margin-bottom: 10px;
}

.page__catitem__check_onsale {
  font-size: 18px;
}

.page__catitem__image {
  position: relative;
  margin-bottom: 10px;
}

.page__catitem__price {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #EDEDED;
}

.page__catitem__condition {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #EDEDED;
}

.page__catitem__condition ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page__catitem__condition ul li {
  margin-bottom: 30px !important;
  position: relative;
  padding-left: 45px !important;
  font-size: 13px;
}

.page__catitem__condition ul li:last-of-type {
  margin-bottom: 0px !important;
}

.page__catitem__condition ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  border: none !important;
  border-radius: 0 !important;
}

.page__catitem__condition ul li:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  background: url("../images/svg/./block-dostavka.svg") no-repeat center;
  width: 28px;
  height: 29px;
}

.page__catitem__condition ul li:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  background: url("../images/svg/./block-kachestvo.svg") no-repeat center;
  width: 28px;
  height: 29px;
}

.page__catitem__condition ul li:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  background: url("../images/svg/./block-oplata.svg") no-repeat center;
  width: 28px;
  height: 29px;
}

.page__catitem__condition ul b {
  display: block;
  font-size: 30px;
}

.page__catitem__condition ul p {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.page__catitem__callbanner {
  padding: 0;
  text-align: center;
}

.page__shopcart__after_table {
  margin-bottom: 50px;
}

.page__shopcart__delivery_info__title {
  cursor: hand;
  c\ursor: pointer;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}

.page__shopcart__delivery_info__title.active {
  max-height: 2000px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.page__shopcart__delivery_info__title__wrapper {
  display: inline-block;
  color: #3A9300;
  border-bottom: dashed 1px;
  margin-bottom: 30px;
}

.page__shopcart__delivery_info__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.page__shopcart__delivery_info__body.active {
  max-height: 2000px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page__shopcart__delivery_info__body__wrapper {
  margin-bottom: 30px;
}

.page__shopcart__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.page__shopcart__table__wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.page__shopcart__table th, .page__shopcart__table td {
  padding: 10px 20px 10px 0;
}

.page__shopcart__table input {
  margin-bottom: 0;
}

.page__shopcart__table input[type='number'] {
  width: 50px;
}

.page__shopcart__table .currency {
  font-size: 14px;
  font-weight: normal;
}

.page__shopcart__table__header th {
  border-bottom: solid 3px #F0F0F0;
  vertical-align: middle;
  font: bold 15px "Roboto";
  text-align: left;
}

.page__shopcart__table__header__amount span:first-of-type {
  display: none;
}

.page__shopcart__table__header__amount span:last-of-type {
  display: block;
}

.page__shopcart__table__body td {
  vertical-align: top;
}

.page__shopcart__table__body__title, .page__shopcart__table__body__amount, .page__shopcart__table__body__price, .page__shopcart__table__body__total {
  font-size: 19px;
}

.page__shopcart__table__body__title a, .page__shopcart__table__body__amount a, .page__shopcart__table__body__price a, .page__shopcart__table__body__total a {
  font-size: inherit;
}

.page__shopcart__table__body__total, .page__shopcart__table__body__price {
  color: #FF4600;
  font: normal 18px 'Roboto', sans-serif;
}

.page__shopcart__table__body__tools__delete {
  display: inline-block;
  color: #FF4600;
  margin-left: 17px;
  position: relative;
  text-decoration: underline;
}

.page__shopcart__table__body__tools__delete::before {
  background: url("../images/svg/ico-delete.svg") no-repeat center;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 6px;
  margin-left: -17px;
}

.page__shopcart__table__body tr:nth-of-type(even) td {
  background: #F7F7F7;
}

.page__shopcart__table__footer {
  border: solid 4px #F0F0F0;
  border-width: 4px 0;
}

.page__shopcart__table__footer__total {
  color: #FF4600;
  font: bold 28px 'Roboto', sans-serif;
}

.page__shopcart__table__footer__amount {
  text-align: right;
  font: bold 15px "Roboto";
}

.page__shopcart__table .black {
  color: #333;
}

.page__shopcart__table #id_delivery {
  margin-bottom: 0;
}

.page__shopcart__table ul:not([class]) {
  padding: 0;
  margin: 0;
}

.page__shopcart__table ul:not([class]) li:not([class]) {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.page__shopcart__table ul:not([class]) li:not([class])::before {
  display: none;
}

.page__shopcart__order_form__pay {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: solid 4px #F0F0F0;
}

.page__shopcart__order_form__pay__title {
  margin-bottom: 10px;
}

.page__shopcart__order_form__pay__title .form__label label {
  font-size: 18px;
}

.page__shopcart__order_form__pay__description {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

.page__shopcart__order_form__pay .form__item {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.page__shopcart__order_form__pay .form__item > div {
  margin-bottom: 10px;
}

.page__shopcart__order_form__pay .form__item .description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #7A7A7A;
  margin-left: 25px;
}

.page__shopcart__order_form__title {
  font: bold 21px "Roboto";
}

.page__shopcart__order_form__info label {
  font-size: 18px;
}

.page__shopcart__order_form .form__item__submit {
  margin-top: 30px;
}

.page__shopcart__order_form .form__item__submit input {
  font: bold 18px "Roboto";
  min-width: 220px;
}

.page__order__buyer {
  border-bottom: solid 3px #F0F0F0;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.page__order__buyer__title {
  font: normal 40px "Roboto";
  color: #333;
  position: relative;
  margin-top: 0;
  font-size: 16px;
  font-size: 21px;
  margin-bottom: 25px;
}

.page__order__buyer__title a {
  font-size: inherit;
}

.page__order__buyer__item {
  margin-bottom: 30px;
}

.page__order__buyer__label {
  font: bold 16px 'Roboto', sans-serif;
  color: #000;
}

.page__order__buyer__text {
  font: normal 16px 'Roboto', sans-serif;
  color: #333;
}

.page__order__attention {
  margin-bottom: 30px;
  font: normal 16px 'Roboto', sans-serif;
  color: #333;
}

.page__order__bottom {
  border-bottom: solid 3px #F0F0F0;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.page__order__button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 221px;
}

.page__order__backlink {
  padding: 30px 0;
  text-align: right;
}

.page__order__backlink a {
  display: inline-block;
  font: normal 18px 'Roboto', sans-serif;
  text-decoration: underline;
  position: relative;
  margin-left: 17px;
  color: #48B300;
}

.page__order__backlink a::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOBAMAAAAPuiubAAAAA3NCSVQICAjb4U/gAAAAKlBMVEX///9IswBIswBIswBIswBIswBIswBIswBIswBIswBIswBIswBIswBIswA7Ih/6AAAADnRSTlMAETNEZneImaq7zN3u//9PJYUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDUvMTQvMTmeIP/FAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAElJREFUCJljYGBgOsMABNZ3gATT2U1A0uaOAZC59xCQqXsbyGRYewmkYu4VEKl9NwBIMs69LgCkJO5OBInF3lYAkqxnQTIMZgYA8j0Rm3sy4tMAAAAASUVORK5CYII=') no-repeat top center;
  width: 9px;
  height: 14px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 0;
  top: 7px;
  margin-left: -17px;
}

.mobile__navbar {
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  z-index: 111;
}

.mobile__navbar.active {
  display: block;
}

.mobile__navbar__wrapper {
  padding: 10px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: bottom;
  -ms-flex-align: bottom;
  align-items: bottom;
}

.mobile__navbar__catalog_button {
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobile__navbar__catalog_button button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 51px;
  height: 50px;
  background: linear-gradient(164deg, #BAC900, #48B300);
  font: normal 18px "Roboto";
  text-transform: uppercase;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile__navbar__catalog_button svg:last-of-type {
  display: none;
}

.mobile__navbar__catalog_button svg:first-of-type {
  display: block;
}

.mobile__navbar__catalog_button.active svg:first-of-type {
  display: none;
}

.mobile__navbar__catalog_button.active svg:last-of-type {
  display: block;
}

.mobile__navbar__search {
  -webkit-box-flex: 12;
  -ms-flex-positive: 12;
  flex-grow: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: center;
  align-self: center;
}

.mobile__navbar__search form {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.mobile__navbar__search input {
  width: 100%;
  border: solid 1px #D2D2D2;
  border-width: 1px 1px 1px 1px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  display: block;
  height: 100%;
  grow: 1;
  padding: 0 10px;
  border-width: 1px 0 1px 1px;
}

.mobile__navbar__search button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 15px 0 35px;
  font: normal 15px 'Roboto', sans-serif;
}

.mobile__navbar__search button::before {
  background: url("../images/svg/ico-search.svg") no-repeat center;
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 18px;
  height: 16px;
}

.mobile__navbar__search .block-search {
  width: 100%;
}

.mobile__navbar__search button {
  font-size: 16px;
}

.mobile__navbar__logo {
  margin: 0 3px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.mobile__navbar__logo img {
  max-width: 100%;
  max-height: 40px;
}

.mobile__navbar__logo__description {
  position: absolute;
  left: 34px;
  bottom: 0;
  font: normal 11px 'Roboto', sans-serif;
  color: #999999;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.mobile__navbar__logo__image__big {
  max-width: 240px;
}

.mobile__navbar__search_link {
  margin: 0 4px;
}

.mobile__navbar__search_link a {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  width: 39px;
  padding: 7px 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile__navbar__phones {
  margin-right: 10px;
  margin-top: 5px;
  min-width: 238px;
  position: relative;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phone {
  margin-top: 3px;
  margin-bottom: 0;
  display: none;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phone:first-of-type {
  display: block;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phone:first-of-type svg {
  display: none;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phone:first-of-type a, .mobile__navbar__phones:not(.active):not(:hover) .header__phone:first-of-type span {
  font-weight: bold;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phone > span {
  display: none;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phone::before {
  display: none;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phones {
  position: relative;
  padding-right: 75px;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phones::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/svg/./ico-tel-a1.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 3px;
  right: 45px;
}

.mobile__navbar__phones:not(.active):not(:hover) .header__phones::after {
  content: "";
  width: 22px;
  height: 20px;
  background: url("../images/svg/./ico-arrow-down.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 3px;
  right: 15px;
}

.mobile__navbar__phones.active .mobile__navbar__phones__wrapper, .mobile__navbar__phones:hover .mobile__navbar__phones__wrapper {
  position: absolute;
  background: #fff;
  padding: 20px 30px;
  width: calc(100% + 55px);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  margin-left: -10px;
  z-index: 1;
}

.mobile__navbar__phones.active .header__phones, .mobile__navbar__phones:hover .header__phones {
  margin-bottom: 20px;
}

.mobile__navbar__phones.active .block__head__recall, .mobile__navbar__phones:hover .block__head__recall {
  display: block;
}

.mobile__navbar__phone {
  margin: 0 4px;
}

.mobile__navbar__phone a {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  width: 39px;
  padding: 7px 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile__navbar__phone a svg path {
  fill: #fff;
}

.mobile__navbar__shopcart {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 36px;
  height: 36px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.mobile__navbar__shopcart .header__shopcart {
  width: auto;
}

.mobile__navbar__shopcart .header__shopcart {
  display: block;
}

.mobile__navbar__shopcart .header__shopcart__button_wrapper {
  display: none;
}

.mobile__navbar__catitem {
  background: #FEEAD6;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: 0;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  z-index: 111;
}

.mobile__navbar__catitem.active {
  max-height: 250px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile__navbar__catitem a {
  display: block;
}

.mobile__navbar__catitem__wrapper {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile__navbar__catitem__image {
  margin-right: auto;
}

.mobile__navbar__catitem__image a {
  line-height: 0;
}

.mobile__navbar__catitem__title {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-right: 5px;
  max-height: 38px;
}

.mobile__navbar__catitem__title a {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 10px;
}

.mobile__navbar__catitem__title a {
  font-size: 15px;
  text-decoration: underline;
}

.mobile__navbar__catitem__price {
  background: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 41px;
}

.mobile__navbar__catitem__price .teaser__catitem__price__wrapper {
  color: #FF4600;
  text-align: right;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mobile__navbar__catitem__price .teaser__catitem__price_old__wrapper {
  color: #999;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mobile__navbar__catitem__button .button__add_to_shopcart:first-of-type {
  margin-right: 10px;
}

.mobile__navbar__catitem__button .button__add_to_shopcart a span {
  display: block;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mobile__navbar__catitem__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-bottom: 0 !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.modal.active .modal__window {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.modal::before {
  display: block;
  content: "";
  background: RGBA(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal__window {
  opacity: 0;
  z-index: 999999;
  position: relative;
  background: #197480;
  width: 720px;
  padding: 40px 35px 50px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-height: 90%;
  max-width: 90%;
  overflow-y: auto;
}

.modal__window__close a {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/static/images/svg/ico-close.svg);
  vertical-align: middle;
  background-size: 100%;
  display: block;
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal__window__title {
  font: bold 41px "Roboto";
  text-align: center;
  margin-bottom: 40px;
}

.offer_request .page__catitem__condition ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offer_request .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
}

.offer_request .modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.offer_request .modal.active .offer_request .modal__window {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.offer_request .modal::before {
  display: block;
  content: "";
  background: RGBA(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.offer_request .modal__window {
  opacity: 0;
  z-index: 999999;
  position: relative;
  background: #fff;
  width: 683px;
  padding: 40px 35px 50px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  max-height: 90%;
  max-width: 90%;
  overflow-y: auto;
}

.offer_request .modal__window__close a {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/static/images/svg/ico-close.svg);
  vertical-align: middle;
  background-size: 100%;
  display: block;
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.offer_request .modal__window__title {
  font: bold 41px "Roboto";
  text-align: center;
  margin-bottom: 40px;
}

.offer_request .modal__window {
  padding: 20px 45px 30px 35px;
  color: #333;
  font-size: 19px;
}

.offer_request .modal__window__close {
  position: absolute;
  top: 30px;
  right: 20px;
}

.offer_request .modal__window__close a {
  position: static;
}

.offer_request .modal__window__title {
  color: #333;
  font: normal 30px "Roboto";
  text-align: left;
  margin-bottom: 35px;
  padding-right: 15px;
}

.offer_request .modal__window__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: solid 1px #E4E4E4;
}

.offer_request .modal__window__button__continue, .offer_request .modal__window__button__complite {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: bold 18px "Roboto";
  padding-left: 20px;
  padding-right: 20px;
}

.offer_request .modal__window__button__continue:hover, .offer_request .modal__window__button__complite:hover {
  background: linear-gradient(174deg, #FAB04E, #FA4500);
  text-decoration: none;
}

.offer_request .modal__window__button__continue {
  background: linear-gradient(174deg, #C9C9C9 20%, #666666 80%, #666666);
  text-decoration: none;
}

.offer_request .modal__window__body label {
  display: block;
  margin-bottom: 15px;
  color: #000;
}

.offer_request .modal__window__body__description {
  margin-bottom: 30px;
}

.offer_request__form .page__catitem__condition {
  border-bottom: none;
  padding-bottom: 0;
}

.offer_request__form__wrapper {
  background: #EEEEEE;
  padding: 30px 20px;
}

.offer_request__form__title {
  margin-bottom: 25px;
  font: normal 17px 'Roboto', sans-serif;
  line-height: 1.2;
}

.offer_request .form__item__submit {
  margin-bottom: 0;
}

.offer_request .form__item__submit button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: bold 18px "Roboto";
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  text-align: center;
}

.offer_request .form__item__submit button:hover {
  background: linear-gradient(174deg, #FAB04E, #FA4500);
  text-decoration: none;
}

.offer_request .form .form__item {
  height: 100%;
  margin-bottom: 10px;
}

.offer_request .form .form__item:nth-child(1):not(.form__item__submit), .offer_request .form .form__item:nth-child(2):not(.form__item__submit) {
  padding-left: 42px;
  position: relative;
}

.offer_request .form .form__item:nth-child(1):not(.form__item__submit)::before, .offer_request .form .form__item:nth-child(2):not(.form__item__submit)::before {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: norepeat;
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 31px;
  background: url(/static/images/svg/ico-form-people.svg) no-repeat;
  background-size: 100% !important;
}

.offer_request .form .form__item:nth-child(2):not(.form__item__submit)::before {
  width: 26px;
  height: 27px;
  background: url(/static/images/svg/ico-form-phone.svg) no-repeat !important;
  background-size: 100% !important;
}

.offer_request .form .form__item input {
  margin-bottom: 0;
  height: 100%;
  padding: 10px;
}

.offer_request .form button {
  font: bold 18px 'Roboto', sans-serif;
}

.offer_request .form__message__success {
  color: #333;
  font: normal 19px 'Roboto', sans-serif;
  position: relative;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.offer_request .form__message__success::before {
  display: block;
  content: "";
  background: url(/static/images/svg/request-offer-woman.svg);
  width: 48px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.offer_request .page__catitem__title {
  font: normal 20px Roboto;
  color: #333;
  line-height: 1.1;
  margin-bottom: 20px;
}

.offer_request .page__catitem__image {
  margin-left: 0;
}

.offer_request .page__catitem__image img {
  max-width: 100%;
  max-height: 150px;
  display: block;
  margin: auto;
}

.offer_request .page__catitem__info__header, .offer_request .page__catitem__price {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}

.block__search__popup__title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block__search__popup__group {
  margin-bottom: 20px;
  border-bottom: solid 2px #f0f0f0;
}

.block__search__popup__group:last-of-type {
  border: none;
}

.block__search__popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.block__search__popup__item__title {
  margin-bottom: 0px;
}

.block__search__popup__item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  width: 70px;
}

.block__search__popup__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.block__search__popup__item__price {
  color: #FF4600;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block__search__popup__item__price_old {
  color: #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block__search__content {
  position: relative;
}

.block__search__popup_container {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  position: absolute;
  background: #fff;
  z-index: 11;
  width: calc(100% - 94px);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.block__search__popup_container.active.has_data {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.block__search__popup_container__wrapper {
  padding: 20px;
}

.block__search input:focus {
  outline: none;
}

.page_catitem__offer_request.white_board {
  background: white;
  padding: 40px;
}

.page_catitem__offer_request__title {
  color: #333;
  font: normal 30px "Roboto";
  text-align: left;
  margin-bottom: 35px;
}

.page_catitem__offer_request__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: solid 1px #E4E4E4;
}

.page_catitem__offer_request__button__continue, .page_catitem__offer_request__button__complite {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: bold 18px "Roboto";
  padding-left: 20px;
  padding-right: 20px;
}

.page_catitem__offer_request__button__continue:hover, .page_catitem__offer_request__button__complite:hover {
  background: linear-gradient(174deg, #FAB04E, #FA4500);
  text-decoration: none;
}

.page_catitem__offer_request__button__continue {
  background: linear-gradient(174deg, #C9C9C9 20%, #666666 80%, #666666);
  text-decoration: none;
}

.page_catitem__offer_request__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page_catitem__offer_request__body label {
  display: block;
  margin-bottom: 15px;
  color: #000;
}

.page_catitem__offer_request__body__description {
  margin-bottom: 30px;
}

.page_catitem__offer_request__offer {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 100px;
}

.page_catitem__offer_request__form {
  margin-right: 100px;
  max-width: 300px;
}

.page_catitem__offer_request__form .page__catitem__condition {
  border-bottom: none;
  padding-bottom: 0;
}

.page_catitem__offer_request__form__wrapper {
  background: #EEEEEE;
  padding: 30px 20px;
}

.page_catitem__offer_request__form__title {
  margin-bottom: 25px;
  font: normal 17px 'Roboto', sans-serif;
  line-height: 1.2;
}

.page_catitem__offer_request .form__item__submit {
  margin-bottom: 0;
}

.page_catitem__offer_request .form__item__submit button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  border: none;
  background: linear-gradient(173deg, #CCCC00 5%, #48B300 95%);
  color: #fff;
  font: normal 17px 'Roboto', sans-serif;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: bold 18px "Roboto";
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  text-align: center;
}

.page_catitem__offer_request .form__item__submit button:hover {
  background: linear-gradient(174deg, #FAB04E, #FA4500);
  text-decoration: none;
}

.page_catitem__offer_request .form .form__item {
  height: 100%;
  margin-bottom: 10px;
}

.page_catitem__offer_request .form .form__item:nth-child(1):not(.form__item__submit), .page_catitem__offer_request .form .form__item:nth-child(2):not(.form__item__submit) {
  padding-left: 42px;
  position: relative;
}

.page_catitem__offer_request .form .form__item:nth-child(1):not(.form__item__submit)::before, .page_catitem__offer_request .form .form__item:nth-child(2):not(.form__item__submit)::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 27px;
  background: url(/static/images/svg/ico-form-phone.svg) no-repeat;
  background-size: 100%;
  background-repeat: norepeat;
  position: absolute;
  left: 0;
  top: 6px;
}

.page_catitem__offer_request .form .form__item:nth-child(2):not(.form__item__submit)::before {
  width: 22px;
  height: 31px;
  background: url(/static/images/svg/ico-form-people.svg) no-repeat !important;
}

.page_catitem__offer_request .form .form__item input {
  margin-bottom: 0;
  height: 100%;
  padding: 10px;
}

.page_catitem__offer_request .form button {
  font: bold 18px 'Roboto', sans-serif;
}

.page_catitem__offer_request .form__message__success {
  color: #333;
  font: normal 19px 'Roboto', sans-serif;
}

.page_catitem__offer_request .form__message__success::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAABNBAMAAADqcAFcAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///+ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZnHHh8xAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8xMy8yMGnjCJYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAADaklEQVRIiX1VS0hUURi+c2ccR0fDCDOCZIgkwR4alAWFg0xBBI5CWQtBgyho0dgmKoiCKMUWRgViZWMERbQwglwlI7QpI7RaBJZepaCwdMLE1zy+/nPuY8653ulfzD3/fPec//Xd7yiKaJsH3gaVrFY+Dvyqz4b6wGy5KAvcx2F8cEbzgakTxzQkneEIlop4hCtOqCuOsztPnaztxKQT7AWGWWgNC06wH6YlnOBOC047lL6F/v/SdqTxRhwOp6sa0nd4Q4pjQKsd3gDcMpY5GubscB/mhThpW2M9QCYfl4abMlwgpRPGrAzXYMTdYHn5WJLhKFrCmVGo9uDD6aIogpYbE9YsmXiCch+0/Ig8NTeWaGCZgDV4LsIeLOZQU61yVmFChhcKCU6aEf1yZR7MN2OUaBg0K/srx05oqKeRJq9y3yd3XWUns1kAo9eqFCXXNhQC6LiSOGfD9LsB2+64zs+1MZMxEiP8MNitntZ0WCJ7KfDRPOjovfczkJu+XebP6o0xBOTdUhfZiASPWia1ySXHzoNMAB8WRddNuVYKdYblptL8hWkTd9ArwdtoHOJZNjK5qW2vSXra2wK8Sd8U2coJ798PDoTxc4W+RDJfr4YWO8pKN5qd56QuHmt3s60qs5rlCwTPeZy1pwDp4J7u7so6Z+WixrJO5oodkGF83lGt/QfWLQv8W09dWwlvCoUOYaKJofVaMhQKBUS0ie+bVKrvdlUqnIxJQdsqYMDcdK4mrP1ug7yDumtw/ZMJ07CJusvtxvslHTTvONKGSzq1uIZU3mLTXtq6zroVqOAWZX3mu8nl90nEJGeYA5eBh/phffyboJeCRqa99OuJI8WP3wd8Z88+jLCH1+AdKfY8d5HkSZXqKltoim2Ua0/UVCAvUuwRMev1sl5UwJLmYU65YUuLKeoPMwOyZrZP1c8wczbz51FnWQGZry1XUg0fW/tFXtYR3yzHzTi/VS9PNzX2IuMoWipA3RIvBlVYU42tNL6s93kzKUocj7KgapR0mZJ96Xjfe6jMP8oZwqcaVqK7iULpFkV9wGT0caUMlvWwDrGw6iW2Sj2ptTDXrvtcem/r7kEuxPj69NzhUKjx/LNxnarHzdeLe2C3dH9AiFU9IINv7MmWXRyY0aHpoetVTm040PFqbGyoq1b47x9JNZtV2kpAIAAAAABJRU5ErkJggg==') no-repeat top center;
  width: 59px;
  height: 77px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  margin-right: 20px;
}

.page_catitem__offer_request .page__catitem__title {
  font: normal 20px Roboto;
  color: #333;
  line-height: 1.1;
  margin-bottom: 20px;
}

.page_catitem__offer_request .page__catitem__image img {
  max-width: 100%;
  max-height: 150px;
}

.page_catitem__offer_request .page__catitem__info__header, .page_catitem__offer_request .page__catitem__price {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}

.page_catitem__offer_request .page__catitem__condition {
  border: none;
}

.page_catitem__offer_request__contact {
  margin-top: 10px;
}

.page_catitem__offer_request__contact__work_time {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
}

.page_catitem__offer_request__contact .header__phone a {
  color: #3A9300;
}

.page__catitem__images {
  max-height: 418px;
  overflow: hidden;
  margin-bottom: 0;
  max-width: 528px;
}

.page__catitem__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  padding: 10px;
  margin-left: 110px;
}

.page__catitem__image .teaser__catitem__stickers {
  z-index: 1;
  left: 8px;
  top: 8px;
}

.page__catitem__image__wrapper {
  overflow: hidden;
}

.page__catitem__image__slider__controls {
  position: absolute;
  top: calc(50% - 10px);
  width: calc(100% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 4px;
  pointer-events: none;
}

.page__catitem__image__slider__control {
  width: 20px;
  height: 52px;
  background: #FF4600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  pointer-events: all;
  cursor: hand;
  c\ursor: pointer;
  background: rgba(255, 70, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page__catitem__image__slider__control:hover {
  background: #FF4600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page__catitem__images__previews {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  float: left;
  width: 92px;
  margin: 0;
  height: 100%;
}

.page__catitem__images__previews__wrapper {
  overflow: hidden;
  height: 100%;
}

.page__catitem__images__preview {
  cursor: hand;
  c\ursor: pointer;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  padding: 0;
  margin: 0 0 5px 0;
  overflow: hidden;
}

.page__catitem__images__preview.active {
  border-color: #FF4600;
}

.page__catitem .page__catitem__specs {
  border-bottom: none;
}

.page__catitem .page__catitem__condition {
  margin-top: 40px;
  border-bottom: none;
}

.page__catitem .page__catitem__condition ul {
  display: block;
}

.page__catitem .page__catitem__condition ul li {
  margin-right: 30px;
}

.page__catitem .page__catitem__condition ul li:last-of-type {
  margin-right: 0;
}

.page__catitem .page__catitem__condition.after_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__catitem__header .page__catitem__price {
  border-bottom: solid 2px #EFEFEF;
  margin-bottom: 40px;
}

@media only screen and (min-width: 450px) {
  .page__shopcart__table__header__amount span:first-of-type {
    display: block;
  }
  .page__shopcart__table__header__amount span:last-of-type {
    display: none;
  }
}

@media only screen and (min-width: 461px) {
  .mobile__navbar__shopcart .header__shopcart {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 481px) {
  .mobile__navbar__catitem__title {
    display: none;
  }
  .mobile__navbar__catitem__price {
    display: none;
  }
}

@media only screen and (min-width: 650px) {
  .page__catitem__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 651px) {
  .page__shopcart__recalc {
    display: none;
  }
  .page__shopcart__after_table {
    display: none;
  }
  .page__shopcart__table__body__total a {
    display: none;
  }
}

@media only screen and (min-width: 666px) {
  .offer_request__offer {
    float: left;
    width: 234px;
  }
  .offer_request__form {
    margin-left: 280px;
  }
}

@media only screen and (min-width: 671px) {
  .footer__wrapper > .footer__info {
    display: none;
  }
  .mobile__navbar__search_link {
    display: none;
  }
  .mobile__navbar__phone {
    display: none;
  }
}

@media only screen and (min-width: 730px) {
  .block__slider_and_day_offer__slider__item__wrapper {
    top: 133px;
  }
}

@media only screen and (min-width: 1100px) {
  .body__haze.active {
    position: absolute;
    left: 0;
    top: 0;
    background: #787878;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: .7;
  }
  .header__shopcart__title__link {
    color: inherit;
    text-decoration: none;
  }
  .main__left_side {
    z-index: 11;
    position: relative;
  }
  .page__inner .main__left_side {
    z-index: 11;
    position: relative;
  }
  .menu_catalog {
    max-width: 250px;
  }
  .menu_catalog__button {
    display: none;
  }
  .menu_catalog__title__close {
    display: none;
  }
  .menu_catalog .navigation__items__level_2 {
    position: absolute;
    left: 285px;
    margin-top: -90px;
    -webkit-transform: translate(-13px, 0);
    -ms-transform: translate(-13px, 0);
    transform: translate(-13px, 0);
  }
  .menu_catalog .navigation__items__level_2__wrapper {
    padding: 10px 0;
    -webkit-columns: 250px 5;
    -moz-columns: 250px 5;
    columns: 250px 5;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 80vw;
    margin: 0 auto;
    display: block;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }
  .menu_catalog .navigation__item__level_1__wrapper.active > .navigation__item__link__wrapper > a {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .menu_catalog .navigation__item__level_1__wrapper.active > .navigation__item__link__wrapper > a::after {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  .block__phones_mobile__title__close {
    display: none;
  }
  .mobile__navbar__catalog_button {
    display: none;
  }
}

@media only screen and (min-width: 1101px) {
  .page__inner .main__content__title {
    padding: 5px 30px 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .menu_catalog .navigation__item__children__wrapper {
    position: relative;
  }
  .menu_catalog .navigation__item.has_children .navigation__item__level_1__wrapper > a::after {
    content: "";
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAcCAMAAACEVGUKAAAAA3NCSVQICAjb4U/gAAAAn1BMVEX////ExMT9ooD8n3y9vb38mXO9vb38mXO9vb38mXO2trb8kmm2trb8jWOtra38hFatra37eEahoaGZmZn7bDX7Yyn/////+/n19fX/8Orw8PD+597j4+Pg4OD+08P+zrzMzMzExMT9t5y9vb39qou2trb9ooCtra38mXP8l3H8il6ZmZn8f0+Tk5ONjY37Yyn7XCD6Vhf6UxP6SQX6RgF1F6OoAAAANXRSTlMAIiIiMzNERFVViIiZmbu73d3u7u7u/////////////////////////////////////////xxXMLQAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMjgvMTmiviAwAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAH9JREFUGJVFzkkSglAMBFAQB5xRpAFnQQVEvoLc/2wsksasXlWqO7E829Ix/ph6VDMVrmalwqnc2iLss9IVAbdqIQpTI4q4PTLRt6R9sz/Ua/8PNgOqDSbUq56rkPzWKlw+O0eEw/s7FQHPZikK81YUc3tm4s6WomFzMOIHjqIDMkAQ/R2+s2kAAAAASUVORK5CYII=') no-repeat top center;
    width: 9px;
    height: 14px;
    vertical-align: middle;
    vertical-align-background-size: 100%;
    margin-left: 5px;
  }
  .menu_catalog .navigation__item.has_children:hover .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a::after, .menu_catalog .navigation__item.has_children.hover .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a::after {
    background-position: bottom;
  }
  .menu_catalog .navigation__item.has_children:hover .navigation__items__level_2, .menu_catalog .navigation__item.has_children.hover .navigation__items__level_2 {
    display: block;
  }
  .menu_catalog .navigation__item.has_children.active:hover .navigation__item__level_1__wrapper > a::after, .menu_catalog .navigation__item.has_children.active.hover .navigation__item__level_1__wrapper > a::after {
    background-position: bottom;
  }
  .menu_catalog .navigation__item.has_children.active:hover .navigation__item__level_1__wrapper > a::before, .menu_catalog .navigation__item.has_children.active.hover .navigation__item__level_1__wrapper > a::before {
    margin-right: -27px;
  }
  .menu_catalog .navigation__item.has_children.active .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a::after {
    background-position: bottom;
  }
  .menu_catalog .navigation__item:last-of-type .navigation__item__level_1__wrapper {
    border-bottom: none;
  }
  .block__slider_and_day_offer__slider__item__wrapper {
    left: 12px;
    max-width: calc(100% - 24px);
  }
  .mobile__navbar {
    margin-bottom: 6px;
    display: none;
    width: calc(100% - 15px);
  }
  .mobile__navbar__search {
    -webkit-box-flex: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
  }
  .mobile__navbar__catitem {
    display: none;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1100px) {
  .menu_catalog .navigation__item.has_children.active .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (min-width: 360px) and (max-width: 480px) {
  .page_catitem__offer_request .teaser__catitem__stickers {
    display: none;
  }
}

@media only screen and (max-width: 1350px) {
  .page_catitem__offer_request__offer {
    margin-right: 50px;
  }
  .page_catitem__offer_request__form {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1330px) {
  .header__logo {
    width: 250px;
  }
  .header__logo {
    width: 250px;
  }
  .main__left_side {
    width: 250px;
  }
  .main__left_side {
    width: 270px;
  }
  .main__content {
    margin-left: 0px;
  }
  .menu_catalog {
    width: 250px;
  }
  .footer__contact {
    width: 250px;
  }
  .footer__counters {
    width: 250px;
  }
}

@media only screen and (max-width: 1300px) {
  .teaser__catitem {
    width: calc(33% - 12px);
  }
  .block__slider_and_day_offer__slider {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 500px;
  }
  .block__slider_and_day_offer__offer {
    width: calc(33.3% - 10px);
  }
  .block__offers_after_slider_on_main {
    width: calc(66.6% - 3px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .block__offers_after_slider_on_main .teaser__catitem {
    width: calc(50% - 12px);
  }
  .block__offers_after_slider_on_main .teaser__catitem:nth-of-type(3), .block__offers_after_slider_on_main .teaser__catitem:nth-of-type(4) {
    display: none;
  }
}

@media only screen and (max-width: 1250px) {
  .header__info {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1230px) {
  .page__catitem__image {
    margin-left: 90px;
  }
  .page__catitem__images__previews {
    width: 72px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__menu {
    width: auto;
    margin-left: auto;
  }
  .footer__menu__item:nth-child(odd) {
    width: calc(50% - 20px);
  }
  .footer__menu__item:nth-child(even) {
    width: calc(50% - 20px);
  }
  .footer__info {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1180px) {
  .block__blocks_on_main_page__item:nth-of-type(1) {
    width: 100%;
  }
  .block__blocks_on_main_page__item:nth-of-type(2) {
    width: calc(100% - 265px);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .block__blocks_on_main_page__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 250px;
  }
  .block__blocks_on_main_page__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(100% - 265px);
  }
  .block__blocks_on_main_page__item:nth-of-type(5) {
    width: 250px;
  }
}

@media only screen and (max-width: 1101px) {
  .menu_catalog__logo, .menu_catalog__top_menu, .menu_catalog .navigation__item__expander, .menu_catalog .navigation__item__collapser {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  body {
    padding: 72px 0 0 0;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header__contact {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header__info {
    padding-right: 0px;
  }
  .header__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 3px;
    max-width: 100%;
    word-spacing: 15px;
  }
  .header__social_links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header__search {
    display: none;
  }
  .header__shopcart {
    display: none;
  }
  .header__shopcart::before {
    top: 10px;
  }
  .header__shopcart__empty {
    display: none;
  }
  .main {
    padding: 0 15px;
  }
  .main__left_side {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1111111;
    overflow-y: auto;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.5s cubic-bezier(0.83, 0.07, 0.87, 0.28);
    transition: opacity 0.4s ease-in, -webkit-transform 0.5s cubic-bezier(0.83, 0.07, 0.87, 0.28);
    transition: transform 0.5s cubic-bezier(0.83, 0.07, 0.87, 0.28), opacity 0.4s ease-in;
    transition: transform 0.5s cubic-bezier(0.83, 0.07, 0.87, 0.28), opacity 0.4s ease-in, -webkit-transform 0.5s cubic-bezier(0.83, 0.07, 0.87, 0.28);
    opacity: 0;
  }
  .main__left_side.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .main__left_side .block__news, .main__left_side .block__articles {
    display: none;
  }
  .main__content__body {
    padding: 0 10px;
  }
  .main__content__title {
    padding: 0 10px;
  }
  .page__inner .main {
    margin-bottom: 0px;
    padding: 0 0 0px;
  }
  .page__inner .main__content {
    margin-left: 0px;
  }
  .page__inner .main__content__title {
    padding: 10px 25px;
  }
  .page__inner .main__content__right {
    display: none;
  }
  .page__inner .main__content__body {
    padding: 10px 25px;
  }
  .page__inner .main__content__body__after {
    padding: 10px 15px;
  }
  .page__inner .main__content__footer {
    margin-top: 0px;
    padding: 10px 15px 10px;
  }
  .menu_catalog {
    width: auto;
    padding: 20px 30px;
  }
  .menu_catalog__logo {
    max-width: 125px;
  }
  .menu_catalog__logo img {
    max-width: 100%;
  }
  .menu_catalog__title {
    font-size: 40px;
    display: none;
  }
  .menu_catalog__title__wrapper {
    display: none;
  }
  .menu_catalog__menu {
    position: relative;
  }
  .menu_catalog .navigation__items__level_2 {
    padding: 10px 25px 10px 20px;
  }
  .menu_catalog .navigation__items__level_2 a {
    font-size: 19px;
    padding: 8px 20px 10px 35px;
    text-decoration: none;
    padding-left: 0;
  }
  .menu_catalog .navigation__items__level_2 a:hover {
    text-decoration: none;
  }
  .menu_catalog .navigation__items__level_2__wrapper {
    display: block;
  }
  .menu_catalog .navigation__item__level_1__wrapper {
    border-bottom: solid 1px #EFEFEF;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .menu_catalog .navigation__item__level_1__wrapper > .navigation__item__link__wrapper > a {
    font-size: 18px;
    padding: 9px 10px 9px 40px;
  }
  .menu_catalog .navigation__item__level_1__wrapper.active > .navigation__item__link__wrapper .navigation__items__level_2 {
    display: block;
  }
  .menu_catalog {
    margin-bottom: 0;
  }
  .menu_catalog__menu {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .menu_catalog__menu.opened_children {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }
  .menu_catalog .navigation__item__level_1 .navigation__item__link__wrapper {
    padding-right: 44px;
    position: relative;
  }
  .menu_catalog .navigation__item__level_1 a {
    text-decoration: none !important;
  }
  .menu_catalog .navigation__item__level_1 a:hover {
    text-decoration: none !important;
  }
  .menu_catalog .navigation__item__level_1__wrapper {
    border-bottom: solid 1px #EFEFEF;
  }
  .menu_catalog .navigation__item__level_1__wrapper.active > .navigation__item__link__wrapper > a {
    padding-left: 40px;
  }
  .menu_catalog .navigation__item__level_1__wrapper .navigation__items__level_2__wrapper > .navigation__item:first-of-type {
    border-top: solid 1px #EFEFEF;
  }
  .menu_catalog .navigation__item__level_2__wrapper > .navigation__item__link__wrapper > a, .menu_catalog .navigation__item__level_3__wrapper > .navigation__item__link__wrapper > a, .menu_catalog .navigation__item__level_4__wrapper > .navigation__item__link__wrapper > a {
    border-bottom: dashed 1px #EFEFEF;
    padding-left: 0px;
    padding-right: 0px;
  }
  .menu_catalog .navigation__item__level_2__wrapper > .navigation__item__link__wrapper > a::before, .menu_catalog .navigation__item__level_3__wrapper > .navigation__item__link__wrapper > a::before, .menu_catalog .navigation__item__level_4__wrapper > .navigation__item__link__wrapper > a::before {
    left: 12px;
  }
  .menu_catalog .navigation__item:first-of-type .navigation__item__level_1 {
    border-top: solid 1px #EFEFEF;
  }
  .menu_catalog .navigation__item:last-of-type .navigation__item__level_1 {
    border-bottom: solid 1px #EFEFEF;
  }
  .menu_catalog .navigation__item__expander {
    display: block;
    height: 100%;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .menu_catalog .navigation__item__expander.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .menu_catalog .navigation__item.has_children .navigation__item__expander {
    cursor: hand;
    c\ursor: pointer;
  }
  .menu_catalog .navigation__item.has_children .navigation__item__expander::before {
    content: "";
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAcCAMAAACEVGUKAAAAA3NCSVQICAjb4U/gAAAAn1BMVEX////ExMT9ooD8n3y9vb38mXO9vb38mXO9vb38mXO2trb8kmm2trb8jWOtra38hFatra37eEahoaGZmZn7bDX7Yyn/////+/n19fX/8Orw8PD+597j4+Pg4OD+08P+zrzMzMzExMT9t5y9vb39qou2trb9ooCtra38mXP8l3H8il6ZmZn8f0+Tk5ONjY37Yyn7XCD6Vhf6UxP6SQX6RgF1F6OoAAAANXRSTlMAIiIiMzNERFVViIiZmbu73d3u7u7u/////////////////////////////////////////xxXMLQAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMjgvMTmiviAwAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAH9JREFUGJVFzkkSglAMBFAQB5xRpAFnQQVEvoLc/2wsksasXlWqO7E829Ix/ph6VDMVrmalwqnc2iLss9IVAbdqIQpTI4q4PTLRt6R9sz/Ua/8PNgOqDSbUq56rkPzWKlw+O0eEw/s7FQHPZikK81YUc3tm4s6WomFzMOIHjqIDMkAQ/R2+s2kAAAAASUVORK5CYII=') no-repeat top center;
    width: 9px;
    height: 14px;
    vertical-align: middle;
    vertical-align-background-size: 100%;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1;
  }
  .menu_catalog .navigation__item__level_2__wrapper.active > .navigation__item__link__wrapper > a, .menu_catalog .navigation__item__level_3__wrapper.active > .navigation__item__link__wrapper > a, .menu_catalog .navigation__item__level_4__wrapper.active > .navigation__item__link__wrapper > a {
    color: #333 !important;
  }
  .menu_catalog .navigation__item .navigation__item__children__wrapper {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .menu_catalog .navigation__item.active .navigation__item__children__wrapper {
    max-height: 5000px;
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
  }
  .menu_catalog .navigation__items__level_2__wrapper {
    position: relative;
  }
  .menu_catalog .navigation__items__level_2__wrapper::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .menu_catalog .navigation__items .navigation__item__collapser {
    display: none;
  }
  .menu_catalog .navigation__items.active .navigation__item__collapser {
    cursor: hand;
    c\ursor: pointer;
    border-top: solid 1px #EFEFEF;
    padding: 5px 0 40px 30px;
    display: block;
    color: #3A9300;
    position: relative;
    font-size: 16px;
  }
  .menu_catalog .navigation__items.active .navigation__item__collapser::before {
    content: "";
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAcCAMAAACEVGUKAAAAA3NCSVQICAjb4U/gAAAAn1BMVEX////ExMT9ooD8n3y9vb38mXO9vb38mXO9vb38mXO2trb8kmm2trb8jWOtra38hFatra37eEahoaGZmZn7bDX7Yyn/////+/n19fX/8Orw8PD+597j4+Pg4OD+08P+zrzMzMzExMT9t5y9vb39qou2trb9ooCtra38mXP8l3H8il6ZmZn8f0+Tk5ONjY37Yyn7XCD6Vhf6UxP6SQX6RgF1F6OoAAAANXRSTlMAIiIiMzNERFVViIiZmbu73d3u7u7u/////////////////////////////////////////xxXMLQAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMjgvMTmiviAwAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAH9JREFUGJVFzkkSglAMBFAQB5xRpAFnQQVEvoLc/2wsksasXlWqO7E829Ix/ph6VDMVrmalwqnc2iLss9IVAbdqIQpTI4q4PTLRt6R9sz/Ua/8PNgOqDSbUq56rkPzWKlw+O0eEw/s7FQHPZikK81YUc3tm4s6WomFzMOIHjqIDMkAQ/R2+s2kAAAAASUVORK5CYII=') no-repeat top center;
    width: 9px;
    height: 14px;
    vertical-align: middle;
    vertical-align-background-size: 100%;
    position: absolute;
    left: 12px;
    top: 14px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .menu_catalog .navigation__items.active .navigation__items__level_2 {
    display: block;
    width: 100% !important;
  }
  .menu_catalog .navigation__items.active .navigation__items__level_2, .menu_catalog .navigation__items.active .navigation__items__level_3, .menu_catalog .navigation__items.active .navigation__items__level_4 {
    padding: 0;
  }
  .menu_catalog .navigation__items.active .navigation__items__level_2 a, .menu_catalog .navigation__items.active .navigation__items__level_3 a, .menu_catalog .navigation__items.active .navigation__items__level_4 a {
    color: #3A9300;
    font-size: 16px;
    text-decoration: none;
  }
  .menu_catalog .navigation__items.active .navigation__items__level_2 a:hover, .menu_catalog .navigation__items.active .navigation__items__level_3 a:hover, .menu_catalog .navigation__items.active .navigation__items__level_4 a:hover {
    color: #FF4600;
    text-decoration: none;
  }
  .menu_catalog .navigation__items.active .navigation__items__level_2 a:hover::before, .menu_catalog .navigation__items.active .navigation__items__level_3 a:hover::before, .menu_catalog .navigation__items.active .navigation__items__level_4 a:hover::before {
    background: none;
  }
  .menu_catalog .navigation__items.active .navigation__items__level_2 .navigation__item__link__wrapper, .menu_catalog .navigation__items.active .navigation__items__level_3 .navigation__item__link__wrapper, .menu_catalog .navigation__items.active .navigation__items__level_4 .navigation__item__link__wrapper {
    padding-right: 0;
  }
  .menu_catalog .navigation__items.active .navigation__items__level_3, .menu_catalog .navigation__items.active .navigation__items__level_4 {
    position: static;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
  .menu_catalog .navigation__items.active .navigation__items__level_3 a::before, .menu_catalog .navigation__items.active .navigation__items__level_4 a::before {
    display: none;
  }
  .footer {
    padding: 40px 10px 25px;
  }
  .footer__info {
    width: calc(100% - 250px);
  }
  .footer__under {
    padding: 40px 10px 30px;
  }
  .footer__payments {
    padding: 0;
  }
  .block__reviews {
    padding: 30px 25px;
  }
  .block__reviews__add {
    padding: 0 25px 30px;
  }
  .elements__scms_control {
    padding: 10px 25px;
  }
  .breadcrumbs {
    padding: 10px 25px;
  }
  .element__children {
    padding: 30px 25px;
  }
  .mobile__navbar__wrapper {
    padding: 0px 15px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile__navbar__logo img {
    max-width: 122px;
  }
  .mobile__navbar__phones {
    display: none;
  }
  .mobile__navbar__catitem__wrapper {
    padding: 10px 10px;
  }
  .page__catitem__images {
    max-height: 100%;
    max-width: 418px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 13px;
  }
  .page__catitem__image {
    margin-left: 0;
  }
  .page__catitem__images__previews {
    height: auto;
    width: auto;
  }
  .page__catitem__images__previews .slick-track {
    margin-left: 0;
  }
  .page__catitem__images__previews .slick-slider {
    padding-bottom: 1px;
  }
  .page__catitem__images__previews.has_enough_images {
    width: calc(100% + 64px);
  }
  .page__catitem__images__previews.has_enough_images .slick-track {
    margin-left: auto;
  }
  .page__catitem__images__preview {
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main__content__body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__developer {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    padding: 30px 0 20px;
  }
  .footer__under {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__under__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 900px) {
  .footer__menu_and_info__wrapper {
    width: calc(100% - 310px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__info {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 860px) {
  .page_catitem__offer_request__form {
    margin-right: 0px;
  }
  .page_catitem__offer_request .page__catitem__condition {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  .element__rating__count {
    margin-right: 10px;
  }
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 800px) {
  .block__slider_and_day_offer__slider {
    min-height: 400px;
  }
  .block__slider_and_day_offer__offer {
    width: calc(50% - 10px);
  }
  .block__offers_after_slider_on_main {
    width: calc(50% - 3px);
  }
  .block__offers_after_slider_on_main .teaser__catitem {
    width: calc(100%);
  }
  .block__offers_after_slider_on_main .teaser__catitem:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (max-width: 790px) {
  .teaser__catitem {
    width: calc(50% - 12px);
  }
}

@media only screen and (max-width: 767px) {
  .button__add_to_shopcart [role="modal_open"] span {
    display: none;
  }
  .button__add_to_shopcart [role="modal_open"] span.mobile {
    display: block;
  }
  .footer__phone .block__phone__social__items {
    -webkit-transform: translate(-6px, -1px);
    -ms-transform: translate(-6px, -1px);
    transform: translate(-6px, -1px);
  }
  .footer__phone .block__phone__social__items svg {
    width: 20px !important;
    height: 20px !important;
  }
  .footer__phone a {
    font-size: 24px;
  }
  .footer__phone a span.phone__prefix {
    font-size: 16px;
  }
  .block__blocks_on_main_page {
    display: none;
  }
  .page_catitem__offer_request.white_board {
    padding: 10px 25px;
  }
}

@media only screen and (max-width: 750px) {
  .block__blocks_on_main_page__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    display: none;
  }
  .block__blocks_on_main_page__item:nth-of-type(3) {
    width: calc(50% - 10px);
  }
  .block__blocks_on_main_page__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .block__blocks_on_main_page__item:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 10px);
  }
  .page__newssect__items {
    display: block;
    margin: 0 0 20px;
  }
  .page__newssect .teaser__news {
    margin: 0 0 50px;
    width: auto;
  }
}

@media only screen and (max-width: 742px) {
  .page__catitem__images__previews {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 740px) {
  .header__shopcart {
    width: auto;
  }
}

@media only screen and (max-width: 730px) {
  h1, .h1 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size: 22px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  h4, .h4 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 26px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  .block__last_watched_offers__title {
    font-size: 26px;
  }
  .block__top_offers__title {
    font-size: 26px;
  }
  .block__new_offers__title {
    font-size: 26px;
  }
  .block__blocks_on_main_page__item:nth-of-type(1) .block__blocks_on_main_page__item__text {
    max-width: 80%;
  }
  .block__blocks_on_main_page__item:nth-of-type(1) .block__blocks_on_main_page__item__image {
    max-width: calc(100% - 230px);
  }
  .page__search__item__title {
    font-size: 26px;
  }
  .page__search__item__title {
    font-size: 18px;
  }
  .page__order__buyer__title {
    font-size: 26px;
  }
  .page__order__buyer__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 700px) {
  .offer_request .page__catitem__image, .offer_request .page__catitem__condition {
    display: none;
  }
  .offer_request .page__catitem__title {
    text-align: center;
    padding-right: 30px;
  }
  .offer_request .modal__window__title {
    display: none;
  }
  .offer_request .modal__window__title.success {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .button__add_to_shopcart a {
    width: auto;
  }
  .button__add_to_shopcart a svg {
    margin-right: 0;
  }
  .button__add_to_shopcart a span {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
  .header {
    padding-bottom: 13px;
    display: none;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .header__logo img {
    max-width: 100%;
  }
  .header__logo__description {
    padding: 0 0 0 35px;
  }
  .header__contact {
    display: none;
  }
  .header__info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  .header__menu__item {
    display: block;
  }
  .header__menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
  }
  .header__social_links {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin-bottom: 0px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -3px;
  }
  .header__social_links a {
    display: block;
    margin: 0 3px;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__contact {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .footer__menu_and_info__wrapper {
    width: auto;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__menu_and_info__wrapper .footer__info {
    display: none;
  }
  .footer__phones {
    min-width: 235px;
    padding-right: 10px;
    width: calc(50% - 20px);
  }
  .footer__developer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 40px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0;
    width: auto;
    margin-left: auto;
  }
  .footer__counters {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }
  .footer__payments {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .footer__payment {
    margin-bottom: 20px;
  }
  .mobile__navbar__search {
    display: none;
  }
}

@media only screen and (max-width: 666px) {
  .page_catitem__offer_request__body {
    display: block;
  }
  .page_catitem__offer_request__offer {
    margin-right: 0px;
    width: 100%;
  }
  .page_catitem__offer_request__form {
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .block__slider_and_day_offer__slider {
    min-height: 330px;
  }
  .page__shopcart__table {
    margin-bottom: 20px;
  }
  .page__shopcart__table th, .page__shopcart__table td {
    padding: 10px 10px 10px 0;
  }
  .page__shopcart__table__header__price, .page__shopcart__table__header__tools {
    display: none;
  }
  .page__shopcart__table__body__total {
    position: relative;
    padding-bottom: 40px !important;
  }
  .page__shopcart__table__body__total a {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
  }
  .page__shopcart__table__body__price, .page__shopcart__table__body__tools {
    display: none;
  }
  .page__shopcart__table__footer {
    display: none;
  }
}

@media only screen and (max-width: 649px) {
  .page__catitem__images {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 630px) {
  .page__search__item__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page__search__item__title a {
    margin-bottom: 10px;
  }
  .page__search__item__body {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .page__catitem .page__catitem__condition ul {
    display: block;
  }
  .page__catitem .page__catitem__condition.after_head ul {
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .footer__phones {
    padding-right: 0px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .block__slider_and_day_offer__slider__item {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 530px) {
  .block__slider_and_day_offer__offer {
    width: 100%;
  }
  .block__offers_after_slider_on_main {
    width: 100%;
  }
  .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__image {
    min-height: 0;
    max-width: 40%;
    bottom: 23px;
  }
  .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__text {
    max-width: 60%;
  }
}

@media only screen and (max-width: 520px) {
  .teaser__catitem__add_to_cart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile__navbar__catitem__button .teaser__catitem__add_to_cart a {
    margin-bottom: 10px;
  }
  .mobile__navbar__catitem__button .teaser__catitem__add_to_cart [role="modal_open"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .teaser__catitem {
    width: 100%;
  }
  .block__slider_and_day_offer__slider__item__title {
    font-size: 37px;
  }
  .block__blocks_on_main_page__item__link a {
    min-width: 0;
    padding: 6px 20px;
  }
  .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__image {
    max-width: calc(100% - 279px);
    bottom: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .teaser__catitem__stickers {
    display: none;
  }
  .mobile__navbar__catitem .button__add_to_shopcart:first-of-type {
    display: none;
  }
  .mobile__navbar__catitem__image {
    display: none;
  }
  .offer_request .form .form__item:nth-child(1):not(.form__item__submit)::before, .offer_request .form .form__item:nth-child(2):not(.form__item__submit)::before {
    width: 20px;
    height: 28px;
  }
  .offer_request .form .form__item:nth-child(2):not(.form__item__submit)::before {
    width: 23px;
    height: 24px;
    top: 9px;
  }
  .offer_request .form .form__item input {
    font-size: 16px;
  }
  .offer_request .form .form__item input:placeholder {
    font-size: 16px;
  }
  .offer_request .page__catitem__articlecode {
    display: none;
  }
  .offer_request .teaser__catitem__price_economy {
    display: block;
    text-align: center;
  }
  .offer_request .teaser__catitem__amount {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .offer_request .teaser__catitem__amount .teaser__catitem__price__wrapper {
    margin-right: 0;
  }
  .offer_request .teaser__catitem__amount .teaser__catitem__price_old__wrapper {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 470px) {
  .header__logo__description {
    display: none;
  }
  .header__shopcart__title__link {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    color: transparent;
  }
  .header__shopcart__title__link:hover {
    color: transparent;
  }
  .block__last_watched_offers__items .owl-nav {
    display: none;
  }
  .block__top_offers__items .owl-nav {
    display: none;
  }
  .block__new_offers__items .owl-nav {
    display: none;
  }
  .block__discount__items .owl-nav {
    display: none;
  }
  .mobile__navbar__catalog_button {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 460px) {
  .mobile__navbar__shopcart {
    margin-left: 10px;
  }
  .mobile__navbar__shopcart .header__shopcart {
    padding-left: 34px;
  }
  .mobile__navbar__shopcart .header__shopcart__price {
    display: none;
  }
}

@media only screen and (max-width: 445px) {
  .block__blocks_on_main_page__item__link a {
    padding: 6px 30px;
  }
  .block__blocks_on_main_page__item:nth-of-type(2) {
    display: block;
  }
  .block__blocks_on_main_page__item:nth-of-type(3) {
    width: 100%;
  }
  .block__blocks_on_main_page__item:nth-of-type(5) {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .block__slider_and_day_offer__slider__item__title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 380px) {
  .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__link {
    text-align: center;
  }
  .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__text {
    margin-bottom: 0;
    max-width: 100%;
  }
  .block__blocks_on_main_page__item:nth-of-type(4) .block__blocks_on_main_page__item__image {
    position: static;
    min-height: 164px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 379px) {
  .mobile__navbar__catitem__button .button__add_to_shopcart a span {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .offer_request .modal__window {
    padding: 20px 20px 30px 35px;
  }
}

@media only screen and (max-width: 370px) {
  .menu_catalog {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 360px) {
  .offer_request .modal__window {
    padding: 20px 20px 30px 20px;
  }
  .offer_request .form__message__success {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 345px) {
  .block__phones_mobile__title__close {
    width: 36px;
    height: 36px;
    overflow: hidden;
    color: transparent;
  }
  .block__phones_mobile__title__close::after {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 320px) {
  .menu_catalog__title__close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .block__phones_mobile__title__close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
