/*==============================FONTS==============================*/ /*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

input,
select,
textarea,
button {
  color: #BDBDBD;
  outline: none;
}

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

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #BDBDBD;
}

input::-moz-placeholder {
  color: #BDBDBD;
}

input:-moz-placeholder {
  color: #BDBDBD;
}

input:-ms-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}

textarea::-moz-placeholder {
  color: #BDBDBD;
}

textarea:-moz-placeholder {
  color: #BDBDBD;
}

textarea:-ms-input-placeholder {
  color: #BDBDBD;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================PLUGINS==============================*/
/*-----------------slick-slider plugin---------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  font-size: 0;
  background: transparent;
  z-index: 20;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.slick-dots li button {
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #00BFA5;
}

/*-----------------fancybox plugin---------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  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: 0.9;
  -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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

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

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  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;
}

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.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: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

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

.fancybox-thumbs-y .fancybox-thumbs__list::-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 .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1820px;
}

h1, h2, h3, h4, h5, h6, .title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #333333;
}

h1, .title_1 {
  font-size: 30px;
}

h2, .title_2 {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 41px;
}

h3, .title_3 {
  font-size: 25px;
  line-height: 140%;
}

h4, .title_4 {
  font-size: 20px;
  line-height: 140%;
}

h5, .title_5 {
  font-size: 18px;
  line-height: 140%;
}

p {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1.6;
  color: #4F4F4F;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul, ol {
  list-style: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  height: auto;
  vertical-align: top;
}

table {
  width: 100%;
}

.ic {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.ic-features-1 {
  background-image: url(../img/icons/icon-features1.svg);
}

.ic-features-2 {
  background-image: url(../img/icons/icon-features2.svg);
}

.ic-features-3 {
  background-image: url(../img/icons/icon-features3.svg);
}

.ic-catalogbtn {
  background-image: url(../img/icons/icon-catalog-btn.svg);
}

.ic-action-auth {
  background-image: url(../img/icons/icon-action-auth.svg);
}

.ic-action-compare {
  background-image: url(../img/icons/icon-action-compare.svg);
}

.ic-action-fav {
  background-image: url(../img/icons/icon-action-fav.svg);
}

.ic-action-cart {
  background-image: url(../img/icons/icon-action-cart.svg);
}

.ic-action-search {
  background-image: url(../img/icons/icon-action-search.svg);
}

.ic-action-phone {
  background-image: url(../img/icons/icon-action-phone.svg);
}

.ic-discount {
  background-image: url(../img/icons/icon-discount.svg);
}

.ic-gift {
  background-image: url(../img/icons/icon-gift.svg);
}

.ic-play {
  background-image: url(../img/icons/icon-play2.svg);
}

.ic-recommend {
  background-image: url(../img/icons/icon-recommend.svg);
}

.ic-play-black {
  background-image: url(../img/icons/icon-play.svg);
}

.ic-reset {
  background-image: url(../img/icons/icon-refresh.svg);
}

.ic-arrow-down {
  background-image: url(../img/icons/icon-arrow-down.svg);
}

.ic-thumbs-up {
  background-image: url(../img/icons/icon-thumb-up.svg);
}

.ic-thumbs-down {
  background-image: url(../img/icons/icon-thumb-down.svg);
}

.ic-location {
  background-image: url(../img/icons/icon-location2.svg);
}

.ic-delivery {
  background-image: url(../img/icons/icon-delivery.svg);
}

.ic-gift-dark {
  background-image: url(../img/icons/icon-gift-dark.svg);
}

.ic-check {
  background-image: url(../img/icons/icon-check.svg);
}

.ic-map {
  background-image: url(../img/icons/icon-map.svg);
}

.ic-arrow-prev {
  background-image: url(../img/icons/icon-arrow-prev.svg);
}

.ic-arrow-next {
  background-image: url(../img/icons/icon-arrow-next.svg);
}

#top {
  position: absolute;
  top: -300px;
  z-index: -1;
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 56px;
  background: #0E0E0E;
  color: #fff;
  padding: 0 50px;
  font-size: 14px;
  letter-spacing: 0.05em;
  min-width: 220px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  cursor: pointer;
}
.btn:hover {
  background: #E41D13;
}
.btn--long {
  min-width: 360px;
}
.btn--red {
  background: #E41D13;
}
.btn--border {
  font-weight: 800;
  background: transparent;
  border: 1px solid #828282;
  color: #333;
}
.btn--border:hover {
  background: #0E0E0E;
  border-color: #0E0E0E;
  color: #fff;
  opacity: 1;
}

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

.checkbox__title {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #4F4F4F;
  cursor: pointer;
}
.checkbox__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
.checkbox__title span {
  color: #BDBDBD;
}

.checkbox input[type=checkbox]:checked + .checkbox__title:before {
  background-image: url(../img/icons/icon-check.svg);
}

.checkbox2__title {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #4F4F4F;
  padding: 8px 12px;
  border-radius: 30px;
  background: #F2F2F2;
  cursor: pointer;
}

.checkbox2 input[type=checkbox]:checked + .checkbox2__title {
  background: #0E0E0E;
  color: #fff;
}

.radio input[type=radio] {
  display: none;
}

.radio__title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 26px;
  line-height: 22px;
  cursor: pointer;
}
.radio__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  z-index: 1;
}
.radio__title:after {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  z-index: 5;
}

.radio input[type=radio]:checked + .radio__title:after {
  display: block;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  width: 94px;
  padding: 0 16px;
  margin-right: 4px;
  background: #fff;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #F2F2F2;
}
.timer__item:last-child {
  margin-right: 0;
}
.timer__number {
  padding: 10px 0 7px 0;
  font-size: 25px;
  height: 52px;
  font-weight: 800;
  line-height: 34px;
  border-bottom: 1px solid #E0E0E0;
  color: #4F4F4F;
}
.timer__caption {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  color: #828282;
}

.select {
  position: relative;
  cursor: pointer;
}
.select.active .select-title .select-title__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select-title {
  position: relative;
  width: 100%;
  z-index: 1;
}

.select-title__arrow {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 8px;
  height: 8px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.select-title__arrow path {
  stroke: #000;
}

.select-title__value {
  display: block;
  padding: 0 15px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  min-width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(79, 86, 105, 0.16);
          box-shadow: 0px 4px 10px rgba(79, 86, 105, 0.16);
  border-radius: 0 0 4px 4px;
  border-top: none;
  overflow: hidden;
  z-index: 10;
}

.select-options-inside {
  max-height: none;
}

.select-options__value {
  display: block;
  padding: 7px 15px;
  white-space: nowrap;
  color: inherit;
}
.select-options__value:hover {
  background: #F2F2F2;
}

.slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.slider-info__count {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.slider-info__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.slider-info__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  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;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.slider-info__arrow i {
  width: 16px;
  height: 16px;
}

.slider-info--dark .slider-info__arrow {
  border: 1px solid #F2F2F2;
}
.slider-info--dark .slider-info__count {
  color: #828282;
}

.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating__stars {
  margin-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  width: 88px;
  height: 16px;
  background-image: url(../img/rating-stars.svg);
  background-size: cover;
}
.rating__stars span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-image: url(../img/rating-stars-hover.svg);
  background-size: cover;
}
.rating__quantity {
  font-size: 12px;
  font-weight: 600;
  color: #828282;
}

.rating--big .rating__stars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 133px;
          flex: 0 0 133px;
  width: 133px;
  height: 24px;
}

.noUi-connect {
  background: #4F4F4F;
}

.noUi-target {
  border: none;
  background: #E0E0E0;
}

.noUi-handle {
  border: none;
  border-radius: 50%;
  border: 4px solid var(--gray-2, #4F4F4F);
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  top: -9px;
  right: -12px;
  cursor: pointer;
}

@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.pie {
  position: absolute;
  top: 0;
  left: 0;
  --p:20;
  --b:22px;
  --c:darkred;
  z-index: 1;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: -ms-inline-grid;
  display: inline-grid;
  place-content: center;
  font-weight: bold;
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  -webkit-transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
      -ms-transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
          transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.grade {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.grade:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #F2F2F2;
  border-radius: 50%;
}
.grade .pie {
  --w:48px;
}

.grade--big {
  width: 64px;
  height: 64px;
}
.grade--big:after {
  border: 6px solid #F2F2F2;
}
.grade--big .pie {
  --w:64px;
}

/*==============================MODALS==============================*/
.fancybox-close-small {
  display: none;
}

.fancybox-slide--html {
  padding: 15px;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}

.modal {
  width: 500px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal__close img {
  width: 100%;
}
.modal__title {
  margin-bottom: 30px;
  text-align: center;
}

/*-------------------------dropdown-------------------------*/
.header--scroll .dropdown {
  top: 0;
}

.dropdown {
  position: absolute;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  right: 15px;
  top: 51px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 40px 25px 50px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
  z-index: 30;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.dropdown.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.dropdown__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  background: #E41D13;
  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: 50%;
  cursor: pointer;
}
.dropdown__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 62px;
}
.dropdown__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown__bottom .dropdown__rightside {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
}
.dropdown__bottom .dropdown__row {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.dropdown__bottom .dropdown__col:last-child {
  padding-right: 0;
}
.dropdown__leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  max-width: 480px;
  padding: 0 50px 0 25px;
}
.dropdown__rightside {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dropdown__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 25px;
}
.dropdown__logo {
  margin-bottom: 50px;
}
.dropdown__catalogbtn {
  margin-bottom: 25px;
  width: 320px;
}
.dropdown__catalogbtn img {
  margin-right: 16px;
}
.dropdown__quantity {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #828282;
}
.dropdown__list li {
  margin-bottom: 10px;
}
.dropdown__list li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #4F4F4F;
}

.dropdown-shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  padding-top: 25px;
  border-top: 1px solid #F2F2F2;
}
.dropdown-shops__icon {
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #F2F2F2;
  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;
}
.dropdown-shops__text {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #333;
}

.dropdown-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown-info__image {
  margin-right: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
  max-width: 148px;
  height: 120px;
}
.dropdown-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown-info__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dropdown-info__caption {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  color: #333;
}
.dropdown-info__link {
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}

.dropdown-contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.dropdown-contacts__caption {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.dropdown-contacts__value {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #333;
}
.dropdown-contacts__callback {
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.dropdown-contacts__phone {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.dropdown-contacts__location {
  position: relative;
  margin-right: 12px;
  padding-left: 25px;
  font-size: 14px;
}
.dropdown-contacts__location:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/icon-location.svg);
}

.dropdown-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dropdown-social__btn {
  margin-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  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: 50%;
  background: #E41D13;
}

.header--scroll .dropdown-categories {
  top: 0;
}

.dropdown-categories {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 51px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
  height: calc(100vh - 200px);
  z-index: 30;
}
.dropdown-categories.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.dropdown-categories__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  background: #E41D13;
  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: 50%;
  cursor: pointer;
  z-index: 70;
}
.dropdown-categories .menu-categories__list {
  max-width: 400px;
  max-height: 100%;
  overflow-y: auto;
}
.dropdown-categories .menu-categories__list::-webkit-scrollbar {
  width: 8px;
}
.dropdown-categories .menu-categories__list::-webkit-scrollbar-track {
  border-radius: 10px;
}
.dropdown-categories .menu-categories__list::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 51, 0.07);
  border-radius: 10px;
}
.dropdown-categories .menu-categories__dropdown {
  max-height: 100%;
  overflow-y: auto;
}
.dropdown-categories .menu-categories__dropdown::-webkit-scrollbar {
  width: 8px;
}
.dropdown-categories .menu-categories__dropdown::-webkit-scrollbar-track {
  border-radius: 10px;
}
.dropdown-categories .menu-categories__dropdown::-webkit-scrollbar-thumb {
  background: rgba(51, 51, 51, 0.07);
  border-radius: 10px;
}

.overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.1ms ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.1ms ease-in-out 0.2s;
  transition: transform 0.1ms ease-in-out 0.2s, opacity 0.2s ease-in-out;
  transition: transform 0.1ms ease-in-out 0.2s, opacity 0.2s ease-in-out, -webkit-transform 0.1ms ease-in-out 0.2s;
  opacity: 0;
  z-index: 19;
}
.overlay.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.header-mobile-top {
  display: none;
}

.header-mobile {
  display: none;
}

/*==============================INDEX==============================*/
/*-------------------------header-------------------------*/
body {
  position: relative;
}
body:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 50px;
  background: #0E0E0E;
  z-index: 1;
}

.show-mobile {
  display: none;
}

.main {
  padding-top: 195px;
}

.header {
  position: fixed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 70;
}
.header--scroll {
  position: fixed;
  -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.09);
}
.header--scroll .header-features {
  display: none !important;
}
.header--scroll .header-features,
.header--scroll .header-bottom {
  display: none;
}

.header-features {
  position: relative;
  padding: 13px 0;
  background: #0E0E0E;
}
.header-features:before, .header-features:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  width: 10000px;
  height: 100%;
  background: #0E0E0E;
}
.header-features::before {
  left: 100%;
}
.header-features::after {
  right: 100%;
}
.header-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #F2F2F2;
}
.header-features__item i {
  margin-right: 15px;
}

.header-features__row--hidden {
  display: none;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 25px 0;
}

.header-logo {
  margin-right: 32px;
}

.header-catalogbtn {
  margin-right: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  height: 48px;
  background: #0E0E0E;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #F2F2F2;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-catalogbtn:hover {
  opacity: 0.8;
}
.header-catalogbtn i {
  margin-right: 10px;
}

.header-search {
  margin-right: 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-search__input {
  padding: 0 25px 0 60px;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
  background: #F2F2F2;
  background-image: url(../img/icons/icon-search.svg);
  background-position: 25px 50%;
  background-repeat: no-repeat;
  border-radius: 50px;
}

.header-phone {
  margin-right: 32px;
}
.header-phone__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.header-phone__timetable {
  position: relative;
  margin-right: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #4F4F4F;
}
.header-phone__timetable:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: -11px;
  width: 1px;
  height: 12px;
  background: #E0E0E0;
}
.header-phone__callback {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
}
.header-phone__number {
  font-size: 21px;
  font-weight: 700;
  color: #4F4F4F !important;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
}
.header-actions__item {
  position: relative;
  margin-right: 16px;
}
.header-actions__btn {
  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: 48px;
  height: 48px;
  background: #F2F2F2;
  border-radius: 50%;
}
.header-actions__btn:hover {
  background: #d0d0d0;
}

.header-actions__item--search {
  display: none;
}

.header-actions__item--phone {
  display: none;
}

.header-cart__quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  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: 23px;
  height: 23px;
  font-size: 12px;
  color: #fff;
  background: #E41D13;
  border-radius: 50%;
}

.header-fav__quantity {
  position: absolute;
  top: -5px;
  right: -10px;
  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: 23px;
  height: 23px;
  font-size: 12px;
  color: #fff;
  background: #E41D13;
  border-radius: 50%;
}

.header-optionsbtn {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-optionsbtn:hover {
  opacity: 0.8;
}
.header-optionsbtn span {
  margin: 3px 0;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 25px;
}

.header-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 48px;
}
.header-location__caption {
  margin-right: 7px;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #828282;
}
.header-location__city {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #4F4F4F;
  cursor: pointer;
}
.header-location__city:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/icon-location.svg);
}

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

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu__list > li > a {
  white-space: nowrap;
}
.header-menu__list li {
  position: relative;
  margin-right: 48px;
}
.header-menu__list li.header-menu__mobile {
  display: none;
}
.header-menu__list li:last-child {
  margin-right: 0;
}
.header-menu__list li:nth-last-child(3) {
  margin-left: auto;
}
.header-menu__list li .header-menu__link {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
}
.header-menu__list li .header-menu__link:hover {
  color: #E41D13;
}
.header-menu__list li button.header-menu__link {
  padding-right: 15px;
}
.header-menu__list li button.header-menu__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 8px;
  height: 8px;
  background-image: url(../img/icons/icon-arrow-down.svg);
}

.header-mobile-menubtn {
  display: none;
  margin-right: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.header-mobile-menubtn span {
  display: block;
  margin: 4px 0;
  width: 16px;
  height: 2px;
  background: #4F4F4F;
  border-radius: 3px;
}

.header-submenu__link > img {
  margin-right: 16px;
  width: 50px;
  height: auto;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media only screen and (min-width: 1300px) {
  .header-submenu__top {
    display: none;
  }
  .header-submenu__list {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
    min-width: 270px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    z-index: 30;
    padding: 15px 10px;
  }
  .header-submenu__list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: transparent;
    z-index: -1;
    width: 100%;
    height: 10px;
  }
  .header-submenu__list li {
    margin-bottom: 7px;
  }
  .header-submenu__list li:last-child {
    margin-bottom: 0;
  }
  .header-submenu__list li a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
  }
  .header-submenu__list li a:hover {
    color: #E41D13;
  }
  .header-menu__list li:hover .header-menu__link {
    color: #E41D13;
  }
  .header-menu__list li:hover .header-submenu__list {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
/*-------------------------mainscreen-------------------------*/
.brands {
  padding: 20px 0 25px 0;
}
.brands__list {
  margin: 0 -4px;
}
.brands__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
  padding: 0 4px;
}
.brands__list li a {
  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;
  padding: 0 10px;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  color: #828282;
  border: 1px solid #F2F2F2;
  white-space: nowrap;
  border-radius: 50px;
}
.brands__list li a:hover {
  color: #4F4F4F;
}
.brands__list li a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.brands__list li a img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mainscreen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.menu-categories {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
  max-width: 424px;
  margin-right: 32px;
  background: #FAFAFA;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.menu-categories__item {
  border-bottom: 1px solid #F2F2F2;
}
.menu-categories__item:first-child .menu-categories__link {
  border-radius: 12px 0 0 0;
}
.menu-categories__item:hover .menu-categories__link, .menu-categories__item.active .menu-categories__link {
  background: #fff;
}
.menu-categories__item:hover .menu-categories__dropdown, .menu-categories__item.active .menu-categories__dropdown {
  display: block;
}
.menu-categories__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 64px 16px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  background: #FAFAFA;
  color: #333333;
  z-index: 50;
}
.menu-categories__link:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 32px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/icon-menu-arrow.svg);
}
.menu-categories__link span:first-child {
  margin-right: 16px;
}
.menu-categories__all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  height: 81px;
  margin: 0 -1px -1px;
  border-radius: 0 0 12px 12px;
  background: #0E0E0E;
  color: #F2F2F2;
  z-index: 50;
}
.menu-categories__all:hover {
  opacity: 0.8;
}
.menu-categories__all:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 32px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/icon-menu-arrow-light.svg);
}
.menu-categories__dropdown {
  display: none;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 100%;
  min-height: 100%;
  padding: 30px 80px 50px 460px;
  background: #fff;
  border-radius: 12px 0 0 0;
  z-index: 40;
}
.menu-categories__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.menu-categories__title {
  margin: 0 20px 0 0;
}
.menu-categories__title a {
  color: #333333;
}
.menu-categories__quantity {
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #828282;
}
.menu-categories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-categories__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 30px;
}
.menu-categories__section {
  padding-bottom: 30px;
}
.menu-categories__section-title {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  border-bottom: 1px solid #F2F2F2;
  color: #333333;
}
.menu-categories__section-title a {
  color: #333333;
}
.menu-categories__sublist {
  padding-top: 10px;
}
.menu-categories__sublist li {
  margin-bottom: 12px;
}
.menu-categories__sublist li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #4F4F4F;
}
.menu-categories__bottom {
  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;
}
.menu-categories__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-categories__brands li {
  margin: 0 8px 8px 0;
}
.menu-categories__brands li a {
  display: block;
  width: 160px;
  padding: 32px 20px;
  border: 1px solid #F2F2F2;
  text-align: center;
  border-radius: 50px;
}
.menu-categories__brands li a img {
  max-width: 120px;
}
.menu-categories__allcatalog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #828282;
}
.menu-categories__allcatalog span {
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  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;
  padding: 7px;
  background: #E41D13;
  border-radius: 50%;
}

.promo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 456px);
          flex: 0 0 calc(100% - 456px);
  max-width: calc(100% - 456px);
  margin-top: 1px;
}
.promo__main {
  position: relative;
  margin-bottom: 32px;
}
.promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
.promo__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 16px;
}

.promo-slider {
  border-radius: 12px;
  overflow: hidden;
}
.promo-slider__info {
  position: absolute;
  top: 32px;
  right: 32px;
}
.promo-slider__item {
  position: relative;
  z-index: 1;
}
.promo-slider__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.promo-slider__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(47.18% 81.12% at 50% 46.33%, rgba(14, 14, 14, 0.1) 0%, #0E0E0E 100%);
}
.promo-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-slider__content {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 570px;
  padding: 32px;
}
.promo-slider__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #F2F2F2;
}
.promo-slider__label i {
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  width: 56px;
  height: 56px;
}
.promo-slider__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 30px;
  width: 100%;
}
.promo-slider__leftside {
  padding-right: 15px;
  max-width: 450px;
}
.promo-slider__rightside {
  text-align: right;
}
.promo-slider__discount {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  height: 55px;
  padding: 0 14px;
  background: #0E0E0E;
  font-size: 40px;
  font-weight: 800;
  color: #F2F2F2;
  border-radius: 12px;
}
.promo-slider__title {
  margin-bottom: 16px;
  font-size: 35px;
  line-height: 120%;
  font-weight: 800;
  color: #fff;
}
.promo-slider__desc {
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.promo-slider__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #F2F2F2;
}
.promo-slider__link span {
  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-right: 16px;
  padding: 6px;
  width: 24px;
  height: 24px;
  background: #E41D13;
  border-radius: 50%;
}
.promo-slider__link span path {
  stroke: #fff;
}
.promo-slider__logo {
  margin-bottom: 35px;
  display: inline-block;
}
.promo-slider__logo img {
  max-width: 100%;
}
.promo-slider__timer span {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #E0E0E0;
}
.promo-slider .timer__item {
  border: 0;
}

.promo-services {
  position: relative;
  display: block;
  padding: 32px;
  height: 280px;
  background: #F2F2F2;
  border-radius: 12px;
}
.promo-services:hover {
  opacity: 0.9;
}
.promo-services__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
}
.promo-services__link {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
}
.promo-services__link span {
  margin-right: 15px;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  padding: 6px;
  background: #0E0E0E;
  border-radius: 50%;
}
.promo-services__link span path {
  stroke: #fff;
}
.promo-services__icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  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;
  padding: 24px;
  width: 88px;
  height: 88px;
  background: #0E0E0E;
  border-radius: 50%;
}

.promo-service {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
.promo-service:hover {
  opacity: 0.9;
}
.promo-service__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.promo-service__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(47.18% 81.12% at 50% 46.33%, rgba(14, 14, 14, 0.1) 0%, #0E0E0E 100%);
}
.promo-service__content {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px;
  height: 280px;
}
.promo-service__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  color: #fff;
}
.promo-service__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #BDBDBD;
}
.promo-service__btn {
  position: absolute;
  width: 40px;
  height: 40px;
  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;
  top: 32px;
  right: 32px;
  padding: 10px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
}
.promo-service__btn path {
  stroke: #0E0E0E;
}
.promo-service__discount {
  margin-bottom: 15px;
  padding: 5px 14px;
  font-size: 30px;
  font-weight: 800;
  color: #F2F2F2;
  border-radius: 12px;
  background: #0E0E0E;
}
.promo-service__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.promo-service__price {
  margin-right: 16px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.promo-service__oldprice {
  font-size: 16px;
  text-decoration-line: line-through;
  font-weight: 600;
  color: #BDBDBD;
}

/*-------------------------mainproducts-------------------------*/
.popular-categories {
  padding: 30px 0;
}
.popular-categories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.popular-categories__col {
  margin-bottom: 32px;
  padding: 0 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.popular-categories__col:first-child, .popular-categories__col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.popular-categories__col:first-child .popular-categories__item:after, .popular-categories__col:last-child .popular-categories__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 344px;
  height: 100%;
  background-image: url(../img/popular-categories-shape.svg);
  background-size: cover;
  z-index: -2;
}
.popular-categories__col:first-child .popular-categories__image, .popular-categories__col:last-child .popular-categories__image {
  width: 172px;
  height: 172px;
}
.popular-categories__col:first-child .popular-categories__quantity, .popular-categories__col:last-child .popular-categories__quantity {
  display: none;
}
.popular-categories__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 220px;
  padding: 32px;
  background: #F2F2F2;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.popular-categories__item:hover {
  opacity: 0.8;
}
.popular-categories__image {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 134px;
  height: 134px;
  z-index: -1;
}
.popular-categories__image:after {
  content: "";
  display: block;
  position: absolute;
  left: -60px;
  bottom: -30px;
  width: 247px;
  height: 94px;
  background-image: url(../img/Ellipse.png);
}
.popular-categories__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popular-categories__caption {
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
  color: #333333;
}
.popular-categories__caption span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.popular-categories__quantity {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.popular-categories__subcategories {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 300px;
}
.popular-categories__subcategories li {
  margin: 8px 8px 0 0;
  padding: 10px 18px;
  background: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.mainproducts {
  margin-bottom: 64px;
}

.mainproducts--gray {
  position: relative;
  margin-bottom: 0;
  padding: 40px 0;
  background: #FAFAFA;
  z-index: 1;
}
.mainproducts--gray:before, .mainproducts--gray:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10000px;
  height: 100%;
  background: #FAFAFA;
  z-index: -1;
}
.mainproducts--gray::before {
  left: 100%;
}
.mainproducts--gray::after {
  right: 100%;
}
.mainproducts--gray .mainproducts__carousel {
  margin: 0 -16px 0;
  border: 0;
}
.mainproducts--gray .products__col {
  padding: 0 16px;
  border: 0 !important;
}
.mainproducts--gray .products-item {
  border-radius: 12px;
}

.slider-wrap {
  position: relative;
}

.mainproducts-carousel__info {
  position: absolute;
  top: -70px;
  right: 0;
}

.mainproducts__carousel {
  margin-bottom: 32px;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  overflow: hidden;
}
.mainproducts__carousel .slick-list {
  margin-right: -1px;
}
.mainproducts__carousel .products__col {
  border-right: 1px solid #F2F2F2;
}

.products-item {
  position: relative;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  height: 688px;
}
.products-item__availability {
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #828282;
  background-image: url(../img/icons/icon-check2.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.products-item__labels {
  position: absolute;
  top: 32px;
  left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 5;
}
.products-item__label {
  margin: 0 8px 8px 0;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  border-radius: 50px;
  color: #fff;
}
.products-item__actions {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 5;
}
.products-item__action {
  margin-bottom: 8px;
  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: 48px;
  height: 48px;
  padding: 12px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
}
.products-item__addcart {
  position: absolute;
  right: 32px;
  bottom: 32px;
  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: 48px;
  height: 48px;
  padding: 12px;
  background: #0E0E0E;
  border-radius: 50%;
  font-size: 0;
  z-index: 5;
}
.products-item__addcart:hover {
  background: #E41D13;
}
.products-item__addcart .ic {
  background-image: url(../img/icons/icon-action-cart-white.svg);
}
.products-item__image {
  position: relative;
  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;
  height: 380px;
  margin-bottom: 24px;
}
.products-item__image:hover {
  opacity: 0.9;
}
.products-item__image img {
  max-width: 100%;
  max-height: 100%;
}
.products-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 20px;
}
.products-item__recommend {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.8);
}
.products-item__recommend i {
  margin-right: 16px;
}
.products-item__rating {
  margin-bottom: 16px;
}
.products-item__title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
}
.products-item__title a {
  color: #333333;
}
.products-item__title a:hover {
  color: #E41D13;
}
.products-item__info {
  margin-bottom: 16px;
}
.products-item__info-item {
  margin-bottom: 7px;
}
.products-item__info-icon {
  display: none;
}
.products-item__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
}
.products-item__info-caption {
  color: #333;
}
.products-item__info-text {
  color: #828282;
}
.products-item__info-text a {
  color: #828282;
}
.products-item__info-text a:hover {
  color: #333;
}
.products-item__availability {
  display: none;
}
.products-item__prices {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  margin-top: auto;
}
.products-item__price {
  font-size: 25px;
  font-weight: 700;
  color: #333;
}
.products-item__oldprice {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
  color: #828282;
}
.products-item__stats {
  display: none;
}
.products-item__choice {
  display: none;
}
.products-item__code {
  display: none;
}

.label_new {
  background: #0E0E0E;
}

.label_special {
  background: #E41D13;
}

.mainproducts__all {
  text-align: center;
}

.mainspecial {
  position: relative;
  margin-bottom: 64px;
  padding: 62px 64px;
  background-image: url(../img/mainspecial-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
}
.mainspecial__bgtext {
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: -1;
}
.mainspecial__bgtext img {
  max-width: 100%;
  max-height: 100%;
}
.mainspecial__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainspecial__leftside {
  max-width: 515px;
}
.mainspecial__title {
  color: #fff;
}
.mainspecial__desc {
  font-size: 14px;
  line-height: 22px;
  color: #828282;
}
.mainspecial__gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
}
.mainspecial__gift-desc {
  margin-right: 24px;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #828282;
}
.mainspecial__gift-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  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;
  background: #333;
  border-radius: 50%;
}
.mainspecial__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mainspecial__oldprice {
  margin-right: 16px;
  font-weight: 600;
  text-decoration: line-through;
  color: #828282;
}
.mainspecial__price {
  margin-right: 32px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.mainspecial__buy {
  height: 64px;
  min-width: 180px;
  font-size: 14px;
}
.mainspecial__image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-47%, -50%);
      -ms-transform: translate(-47%, -50%);
          transform: translate(-47%, -50%);
}
.mainspecial__discount {
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 800;
  color: #F2F2F2;
  border-radius: 20px;
  padding: 8px 24px;
  background: #E41D13;
}

.mainsection {
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainsection__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 488px);
          flex: 0 0 calc(100% - 488px);
  max-width: calc(100% - 488px);
}
.mainsection__sidebar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
  max-width: 424px;
  margin-left: 64px;
}

.sidebar__title--fluid {
  position: absolute;
  top: -60px;
  left: 0;
  margin: 0;
}

.mainsection--reverse .mainsection__sidebar {
  margin: 0 32px 0 0;
}

.mainabout {
  margin-bottom: 64px;
}
.mainabout__text {
  padding-bottom: 16px;
}
.mainabout__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0E0E0E;
}
.mainabout__link:hover {
  opacity: 0.8;
}
.mainabout__link span {
  margin-right: 16px;
  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;
  padding: 6px;
  width: 24px;
  height: 24px;
  background: #0E0E0E;
  border-radius: 50%;
}
.mainabout__link span path {
  stroke: #fff;
}

.mainabout-features {
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.mainabout-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainabout-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 32px;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.mainabout-features__item:nth-child(even) {
  border-right: 0;
}
.mainabout-features__item:nth-last-child(1), .mainabout-features__item:nth-last-child(2) {
  border-bottom: 0;
}
.mainabout-features__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  max-width: 64px;
  height: 64px;
  background: #0E0E0E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  margin-right: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainabout-features__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mainabout-features__caption {
  margin-bottom: 23px;
}
.mainabout-features__desc {
  line-height: 1.6;
}

/*-------------------------maingallery-------------------------*/
.maingallery {
  margin-bottom: 64px;
}

.maingallery-carousel {
  margin: 0 -16px;
}
.maingallery-carousel__slide {
  padding: 0 16px;
}
.maingallery-carousel__image {
  display: block;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
}
.maingallery-carousel__image:hover {
  opacity: 0.8;
}
.maingallery-carousel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.maingallery-carousel__info {
  position: absolute;
  top: -70px;
  right: 0;
}

.address-select {
  margin-left: 10px;
  display: inline-block;
}
.address-select .select-title__value {
  color: #E41D13;
  border-bottom: 1px dashed #E41D13;
}
.address-select .select-title__arrow path {
  stroke: #E41D13;
}
.address-select .select-options__value {
  padding: 8px 15px;
  font-size: 20px;
  line-height: 1;
}
.address-select .select-options__value:hover {
  background: transparent;
  color: #E41D13;
}

.mainadress {
  position: relative;
}
.mainadress__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainadress__link {
  position: absolute;
  top: 11px;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
}
.mainadress__link:hover {
  color: #0E0E0E;
}
.mainadress__link:hover span {
  background: #0E0E0E;
}
.mainadress__link span {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  background: #4F4F4F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainadress__link span path {
  stroke: #fff;
}
.mainadress__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #F2F2F2;
}
.mainadress__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 32px;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.mainadress__col:nth-child(even) {
  border-right: 0;
}
.mainadress__col:nth-last-child(1), .mainadress__col:nth-last-child(2) {
  border-bottom: 0;
}

.mainadress-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainadress-item__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
  height: 160px;
  border-radius: 12px;
  background: #f2f2f2;
}
.mainadress-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 30px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mainadress-item__caption {
  margin-bottom: 15px;
}
.mainadress-item__info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainadress-item__more {
  margin-top: auto;
  font-weight: 600;
  font-size: 14px;
  color: #828282;
}
.mainadress-item__more:hover {
  color: #0E0E0E;
}
.mainadress-item__icon {
  margin-right: 16px;
  margin-top: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  background: #F2F2F2;
  padding: 8px;
  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: 50%;
}
.mainadress-item__name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  color: #333;
}
.mainadress-item__street {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.sidebar__title {
  margin-bottom: 30px;
}
.sidebar__section {
  padding: 32px 0;
  border-top: 1px solid #F2F2F2;
}
.sidebar__section:first-child {
  padding-top: 0;
  border-top: 0;
}

.sidebar-video__block {
  display: block;
  position: relative;
  border-radius: 12px;
  padding: 32px;
  overflow: hidden;
  z-index: 1;
}
.sidebar-video__block:hover {
  opacity: 0.9;
}
.sidebar-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sidebar-video__poster:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(11.98%, #0E0E0E), to(rgba(39, 39, 39, 0.28)));
  background: linear-gradient(360deg, #0E0E0E 11.98%, rgba(39, 39, 39, 0.28) 100%);
}
.sidebar-video__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-video__top {
  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;
  margin-bottom: 45px;
}
.sidebar-video__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: #F2F2F2;
}
.sidebar-video__label i {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
.sidebar-video__time {
  font-size: 14px;
  color: #F2F2F2;
  padding: 4px 8px;
  line-height: 19px;
  background: #4F4F4F;
  border-radius: 25px;
}
.sidebar-video__play {
  margin-bottom: 50px;
  text-align: center;
}
.sidebar-video__play span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 50%;
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 27px;
}
.sidebar-video__title {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #F2F2F2;
}
.sidebar-video__desc {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}

.sidebar-specialists {
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  overflow: hidden;
}
.sidebar-specialists__carousel {
  background: #FAFAFA;
}

.sidebar-specialists-item {
  position: relative;
  background: #FAFAFA;
}
.sidebar-specialists-item__top {
  position: relative;
  height: 375px;
  padding: 32px;
  background: #fff;
  z-index: 1;
}
.sidebar-specialists-item__name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  color: #333333;
}
.sidebar-specialists-item__exp {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #828282;
  z-index: 5;
}
.sidebar-specialists-item__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 40px;
  text-align: right;
  width: 100%;
  z-index: -1;
}
.sidebar-specialists-item__photo img {
  display: inline-block;
  max-width: 100%;
  max-height: 305px;
}
.sidebar-specialists-item__info {
  position: relative;
  padding: 24px 32px 32px;
  background: #FAFAFA;
}
.sidebar-specialists-item__info:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 32px;
  width: 32px;
  height: 22px;
  background-image: url(../img/icons/icon-quotes.svg);
  background-repeat: no-repeat;
}
.sidebar-specialists-item__info-caption {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
}
.sidebar-specialists-item__info-list li {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
.sidebar-specialists-item__info-list li:last-child {
  margin-bottom: 0;
}
.sidebar-specialists-item__info-list li:before {
  content: "-";
  display: inline-block;
  padding-right: 3px;
}

/*-------------------------videos-------------------------*/
.videos {
  margin-bottom: 60px;
  padding: 32px;
  border-radius: 12px;
  background: #0E0E0E;
}
.videos__title {
  color: #fff;
}
.videos__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  padding-bottom: 64px;
}
.videos__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 16px;
}
.videos__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  border-top: 1px solid #4F4F4F;
}
.videos__youtube {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}
.videos__youtube strong {
  color: #fff;
}
.videos__youtube-image {
  margin-right: 16px;
}
.videos__text {
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  color: #BDBDBD;
}
.videos__logo {
  opacity: 0.15;
}

.videos--nmb {
  margin-bottom: 48px;
}

.videos-main {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
.videos-main:hover {
  opacity: 0.9;
}
.videos-main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.videos-main__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 14, 14, 0.72)), to(rgba(14, 14, 14, 0.32)));
  background: linear-gradient(360deg, rgba(14, 14, 14, 0.72) 0%, rgba(14, 14, 14, 0.32) 100%);
}
.videos-main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-main__content {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px;
  height: 506px;
}
.videos-main__time {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 19px;
  color: #F2F2F2;
  background: #828282;
  border-radius: 24px;
}
.videos-main__play {
  position: absolute;
  top: 158px;
  left: calc(50% - 50px);
  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;
  padding: 25px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #F2F2F2;
}
.videos-main__category {
  margin-bottom: 16px;
  font-size: 14px;
  color: #F2F2F2;
}
.videos-main__title {
  font-size: 30px;
  line-height: 41px;
  font-weight: 800;
  color: #F2F2F2;
}

.videos-carousel__info {
  position: absolute;
  top: -70px;
  right: 0;
}

.videos-carousel2__info {
  position: absolute;
  top: -70px;
  right: 0;
}

.videos-item {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.videos-item:last-child {
  margin-bottom: 0;
}
.videos-item__image {
  position: relative;
  margin-right: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  max-width: 210px;
  height: 147px;
  border-radius: 12px;
  overflow: hidden;
}
.videos-item__image:hover {
  opacity: 0.9;
}
.videos-item__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.videos-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-item .ic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 5;
}
.videos-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 50px;
}
.videos-item__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #fff;
}
.videos-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videos-item__time {
  margin-right: 16px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 19px;
  color: #F2F2F2;
  background: #828282;
  border-radius: 24px;
}
.videos-item__category {
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
}

.videos-carousel2 {
  margin: 0 -16px;
  padding: 5px 0 32px 0;
}
.videos-carousel2__slide {
  padding: 0 16px;
}

.videos-carousel2-item__image {
  position: relative;
  display: block;
  margin-bottom: 24px;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
}
.videos-carousel2-item__image:hover {
  opacity: 0.9;
}
.videos-carousel2-item__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.videos-carousel2-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-carousel2-item__image span {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F2F2F2;
  z-index: 10;
}
.videos-carousel2-item__image span i {
  width: 28px;
  height: 28px;
}
.videos-carousel2-item__title {
  margin-bottom: 16px;
  padding-right: 20px;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.videos-carousel2-item__title a {
  color: #fff;
}
.videos-carousel2-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videos-carousel2-item__time {
  margin-right: 16px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 19px;
  color: #F2F2F2;
  background: #828282;
  border-radius: 24px;
}
.videos-carousel2-item__category {
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
}

/*-------------------------mainarticles-------------------------*/
.mainarticles {
  position: relative;
  padding: 32px 0 64px 0;
  background: #FAFAFA;
}
.mainarticles:before, .mainarticles:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10000px;
  height: 100%;
  background: #FAFAFA;
}
.mainarticles::before {
  left: 100%;
}
.mainarticles::after {
  right: 100%;
}
.mainarticles__carousel {
  margin-bottom: 68px;
}
.mainarticles .slick-list {
  margin: 0 -16px;
}
.mainarticles__slide {
  padding: 0 16px;
}
.mainarticles__all {
  text-align: center;
}

.mainarticles-carousel__info {
  position: absolute;
  top: -70px;
  right: 0;
}

.mainarticles-filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 24px;
}
.mainarticles-filters__list li {
  margin: 0 8px 8px 0;
}
.mainarticles-filters__btn {
  display: inline-block;
  padding: 12px 17px;
  background: #F2F2F2;
  color: #333;
  border-radius: 30px;
  font-size: 14px;
}
.mainarticles-filters__btn.active {
  background: #0E0E0E;
  color: #fff;
}

.mainarticles-item__image {
  display: block;
  margin-bottom: 16px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}
.mainarticles-item__image:hover {
  opacity: 0.9;
}
.mainarticles-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainarticles-item__title {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
}
.mainarticles-item__title a {
  color: #333333;
}
.mainarticles-item__title a:hover {
  color: #E41D13;
}
.mainarticles-item__category {
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}

/*-------------------------footer-------------------------*/
.footer {
  background: #0E0E0E;
}
.footer__content {
  padding: 64px 0 48px 0;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 614px;
          flex: 0 0 614px;
  max-width: 614px;
  padding-right: 30px;
}
.footer__rightside {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.footer__slogan {
  font-size: 14px;
  color: #BDBDBD;
}

.footer-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
}
.footer-up:hover {
  color: #fff;
}
.footer-up span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  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: 24px;
  border: 1px solid #333333;
  border-radius: 50%;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 250px;
}
.footer-menu__section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px;
}
.footer-menu__caption {
  margin-bottom: 35px;
  color: #fff;
}
.footer-menu__list li {
  margin-bottom: 15px;
}
.footer-menu__list li a {
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}
.footer-menu__list li a:hover {
  color: #fff;
}

.footer__row--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-contacts {
  position: relative;
  margin-bottom: 20px;
  top: -22px;
}
.footer-contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
.footer-contacts__callback {
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
}
.footer-contacts__callback:hover {
  color: #fff !important;
}
.footer-contacts__phone {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
  color: #F2F2F2 !important;
}
.footer-contacts__timetable {
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
}

.footer-location {
  margin-right: 16px;
}
.footer-location__city {
  position: relative;
  padding: 0 15px 0 35px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  cursor: pointer;
}
.footer-location__city:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/icon-location-white.svg);
}
.footer-location .select-title__arrow path {
  stroke: #fff;
}
.footer-location .select-options {
  background: #0E0E0E;
}
.footer-location .select-options__value:hover {
  background: #fff;
  color: #000;
}

.footer-address {
  margin-bottom: 30px;
}
.footer-address__caption {
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
.footer-address__text {
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social__btn {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  background: #E41D13;
  border-radius: 50%;
}
.footer-social__btn:hover {
  opacity: 0.8;
}

.footer__rightside-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-payment__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  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;
  padding: 15px;
  margin-left: 16px;
  border: 1px solid #333333;
  border-radius: 50%;
}
.footer-payment__item img {
  max-width: 100%;
}

.footer-subscribe {
  position: relative;
  width: 568px;
}
.footer-subscribe__caption {
  margin-bottom: 16px;
  color: #fff;
}
.footer-subscribe__input {
  width: 100%;
  height: 64px;
  padding: 0 70px 0 60px;
  color: #fff;
  background: #4D4D4D;
  background-image: url(../img/icons/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: 24px 50%;
  border-radius: 50px;
}
.footer-subscribe__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 12px;
  bottom: 8px;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 48px;
  background: #E41D13;
  border-radius: 50%;
}
.footer-subscribe__btn:hover {
  opacity: 0.9;
}
.footer-subscribe__btn path {
  stroke: #fff;
}

.footer__bottom {
  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;
  padding: 48px 0 65px 0;
  border-top: 1px solid #4F4F4F;
}

.footer__copyright {
  font-size: 12px;
  max-width: 1180px;
  line-height: 16px;
  color: #828282;
}

.footer__developer {
  font-size: 14px;
  color: #BDBDBD;
}
.footer__developer a {
  color: #F2F2F2;
}

/*==============================MAINCATALOG==============================*/
.sidebar-services-item {
  position: relative;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.sidebar-services-item:hover {
  opacity: 0.9;
}
.sidebar-services-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sidebar-services-item__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.1%, rgba(14, 14, 14, 0.15)), color-stop(86.9%, #0E0E0E));
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.15) 29.1%, #0E0E0E 86.9%);
}
.sidebar-services-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-services-item__content {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px;
  height: 360px;
}
.sidebar-services-item__icon {
  margin-bottom: 24px;
  width: 40px;
  height: 40px;
  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;
  background: #fff;
  border-radius: 50%;
}
.sidebar-services-item__icon path {
  stroke: #333;
}
.sidebar-services-item__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
}
.sidebar-services-item__desc {
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}

.sidebar__all-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.sidebar__all-link:hover {
  color: #333;
}
.sidebar__all-link span {
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0E0E0E;
  border-radius: 50%;
}
.sidebar__all-link span path {
  stroke: #fff;
}

.sidebar .mainarticles-item {
  margin-bottom: 32px;
}
.sidebar .mainarticles-item__image {
  height: 220px;
}

.sidebar__section--np {
  padding: 0;
  border: 0;
}

.breadcrumbs__list {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__list li {
  position: relative;
  margin: 0 30px 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
}
.breadcrumbs__list li:last-child::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.breadcrumbs__list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -20px;
  width: 10px;
  height: 10px;
  background-image: url(../img/icons/icon-arrow-next2.svg);
  background-size: cover;
}
.breadcrumbs__list li a {
  color: #BDBDBD;
}

.main__title {
  margin-bottom: 35px;
  font-size: 35px;
}

.maincatalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.maincatalog__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border-bottom: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}
.maincatalog__section:nth-child(even) {
  border-right: 0;
}
.maincatalog__section:nth-last-child(1) {
  border: 0;
  border-right: 1px solid #F2F2F2;
}
.maincatalog__image {
  margin-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
}
.maincatalog__image img {
  max-width: 100%;
}
.maincatalog__title {
  margin-bottom: 30px;
}
.maincatalog__title a {
  color: #333;
}
.maincatalog__title a:hover {
  color: #E41D13;
}
.maincatalog ul li {
  margin-bottom: 16px;
}
.maincatalog ul li:last-child {
  margin-bottom: 0;
}
.maincatalog ul li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #4F4F4F;
}
.maincatalog ul li a:hover {
  color: #E41D13;
}
.maincatalog ul li a span {
  color: #BDBDBD;
}

.maintop {
  padding: 25px 0 0;
}

.catalog-carousel {
  background: #F2F2F2;
  margin-bottom: 32px;
  padding: 0 56px;
  border-radius: 12px;
  overflow: hidden;
}
.catalog-carousel .slick-list {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.catalog-carousel .slick-arrow {
  top: 0;
  width: 56px;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-carousel .slick-arrow:hover {
  opacity: 0.8 !important;
}
.catalog-carousel .slick-prev {
  background-image: url(../img/icons/icon-arrow-prev.svg);
}
.catalog-carousel .slick-next {
  background-image: url(../img/icons/icon-arrow-next.svg);
}
.catalog-carousel__slide {
  border-right: 1px solid #fff;
}

.catalog-carousel-item {
  padding: 24px 12px;
  text-align: center;
}
.catalog-carousel-item__image {
  margin: 0 auto 16px;
  width: 64px;
  height: 64px;
}
.catalog-carousel-item__image img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-carousel-item__title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #4F4F4F;
}

.catalog-recommend {
  position: relative;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  margin-bottom: 32px;
}
.catalog-recommend__title {
  position: absolute;
  top: 32px;
  left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 10;
}
.catalog-recommend__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  width: 385px;
  height: 29px;
  background-image: url(../img/title-shape.svg);
  background-repeat: no-repeat;
}
.catalog-recommend__title span {
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  max-width: 56px;
  height: 56px;
  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;
  border-radius: 50%;
  background: #0E0E0E;
}

.catalog-recommend__info {
  position: absolute;
  top: 32px;
  right: 32px;
}

.catalog-recommend-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 32px;
}
.catalog-recommend-item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 356px;
  height: 250px;
  background-image: url(../img/catalog-recommend-product-shape.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.catalog-recommend-item__leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
  max-width: 390px;
  margin-right: 80px;
}

.catalog-recommend-timer__caption {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #828282;
}

.catalog-recommend-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 336px;
}
.catalog-recommend-product__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 306px;
          flex: 0 0 306px;
  max-width: 306px;
  height: 306px;
  margin-right: 48px;
}
.catalog-recommend-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-recommend-product__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalog-recommend-product__rating {
  margin-bottom: 16px;
}
.catalog-recommend-product__title {
  margin-bottom: 16px;
  max-width: 510px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
}
.catalog-recommend-product__title a {
  color: #333;
}
.catalog-recommend-product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.catalog-recommend-product__price {
  margin-right: 16px;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  color: #333;
}
.catalog-recommend-product__oldprice {
  margin-right: 16px;
  font-weight: 600;
  text-decoration: line-through;
  color: #828282;
}
.catalog-recommend-product__discount {
  padding: 8px;
  background: #0E0E0E;
  color: #F2F2F2;
  border-radius: 30px;
}

/*==============================CATALOG==============================*/
.catalog {
  padding-bottom: 60px;
}
.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.catalog__sidebar {
  margin-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
  max-width: 424px;
}
.catalog__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalog__top {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.catalog__top-leftside {
  padding: 32px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
  max-width: 424px;
  margin-right: 32px;
}
.catalog__top-rightside {
  padding: 16px 32px 16px 0;
  height: 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}

.catalog-quantity {
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.catalog-quantity span {
  color: #4F4F4F;
}

.catalog-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-view__btn {
  margin-left: 8px;
  width: 48px;
  height: 48px;
  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;
  background: #F2F2F2;
  cursor: pointer;
  border-radius: 50%;
}
.catalog-view__btn.active {
  background: #0E0E0E;
}
.catalog-view__btn.active path {
  stroke: #fff;
}
.catalog-view__btn path {
  stroke: #4F4F4F;
}

.catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-sort__caption {
  margin-right: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #4F4F4F;
}
.catalog-sort__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-sort__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.catalog-sort__item.active {
  color: #4F4F4F;
}
.catalog-sort__item.active path {
  stroke: #4F4F4F;
}
.catalog-sort__item span {
  margin-top: -2px;
  margin-left: 8px;
}
.catalog-sort__item path {
  stroke: #828282;
}

.filter {
  background: #FAFAFA;
  border-radius: 12px;
}

.filter-section {
  border-bottom: 1px solid #EDEDED;
}
.filter-section.open .filter-section__caption::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filter-section.open .filter-section__content {
  display: block;
}
.filter-section__caption {
  position: relative;
  margin: 0;
  padding: 24px 32px;
  cursor: pointer;
}
.filter-section__caption:after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  right: 32px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/icon-arrow-down.svg);
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-section__caption.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filter-section__content {
  display: none;
}
.filter-section__content-inner {
  padding: 2px 32px 24px;
}

.filter-price__slider {
  margin-bottom: 24px;
  height: 4px;
}
.filter-price__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-price__field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.filter-price__divider {
  padding: 0 16px;
}
.filter-price__divider span {
  display: block;
  width: 16px;
  height: 1px;
  background: #4F4F4F;
}
.filter-price input {
  padding: 0 16px;
  width: 100%;
  height: 48px;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 600;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 6px;
}

.filter__section {
  padding-bottom: 32px;
  border-top: 1px solid #F2F2F2;
}

.filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -8px;
}
.filter-checkbox li {
  margin: 0 8px 8px 0;
}

.filter-list li {
  margin-bottom: 16px;
}
.filter-list li:last-child {
  margin-bottom: 0;
}
.filter-list li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #4F4F4F;
}

.filter-reset {
  padding: 24px 32px;
}
.filter-reset__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #4F4F4F;
}
.filter-reset__btn i {
  margin-right: 12px;
}

.filter-show {
  padding: 0 32px 24px;
}
.filter-show__btn {
  width: 100%;
}
.filter-show__btn span {
  margin-left: 10px;
  padding-left: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #BDBDBD;
  border-left: 1px solid #4F4F4F;
}

.filter__top {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #EDEDED;
}

.filter__title {
  font-size: 16px;
  font-weight: 800;
  color: #0E0E0E;
}

.catalog-filterbtn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #0E0E0E;
  cursor: pointer;
}
.catalog-filterbtn img {
  margin-right: 10px;
}

.filter-dot {
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  background: #E41D13;
  border-radius: 50%;
}

.catalog__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 50px;
  padding: 32px;
  display: flex;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}

.products__row {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.products__row .products__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.products__row .products__col:nth-child(3n) {
  border-right: 0;
}
.products__row .products__col:nth-last-child(1), .products__row .products__col:nth-last-child(2), .products__row .products__col:nth-last-child(3) {
  border-bottom: 0;
}
.products__row.list {
  display: block;
}
.products__row.list .products__col {
  max-width: 100%;
}
.products__row.list .products-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
}
.products__row.list .products-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
  height: 350px;
  margin: 0 30px 0 0;
}
.products__row.list .products-item__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px;
}
.products__row.list .products-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 30px;
  padding-bottom: 0;
}
.products__row.list .products-item__addcart {
  margin-bottom: 16px;
  position: static;
  color: #F2F2F2;
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  border-radius: 30px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.products__row.list .products-item__addcart i {
  display: none;
}
.products__row.list .products-item__availability {
  display: inline-block;
  margin-bottom: 24px;
}
.products__row.list .products-item__actions {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.products__row.list .products-item__action {
  margin: 0 0 0 8px;
}
.products__row.list .products-item__prices {
  margin-bottom: 16px;
}
.products__row.list .products-item__title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.products__row.list .products-item__code {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #BDBDBD;
}
.products__row.list .products-item__code span {
  color: #828282;
}
.products__row.list .products-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.products__row.list .products-item__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
.products__row.list .products-item__choice i {
  margin-right: 16px;
}
.products__row.list .products-item__stats {
  display: block;
  margin-bottom: 32px;
}
.products__row.list .products-item__stats li {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #0E0E0E;
}
.products__row.list .products-item__stats li span {
  color: #BDBDBD;
}
.products__row.list .products-item__stats li:nth-child(odd) {
  background: #FAFAFA;
}
.products__row.list .products-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 0;
}
.products__row.list .products-item__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  padding-top: 30px;
  margin-bottom: 0;
}
.products__row.list .products-item__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F2F2F2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__row.list .products-item__info-content {
  display: block;
}
.products__row.list .products-item__info-caption {
  margin-bottom: 5px;
}
.products__row.list .products-item__title {
  font-size: 16px;
  line-height: 21px;
}

.catalog-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.catalog-show__caption {
  color: #4F4F4F;
}
.catalog-show__btn {
  margin-left: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #BDBDBD;
}
.catalog-show__btn.current {
  border-color: #4F4F4F;
  color: #4F4F4F;
}

.catalog-tags {
  margin-bottom: 50px;
}
.catalog-tags__body {
  padding: 32px;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.catalog-tags__block {
  margin-bottom: 28px;
}
.catalog-tags__block.hidden {
  display: none;
}
.catalog-tags__block.hidden.visible {
  display: block;
}
.catalog-tags__block-caption {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #4F4F4F;
}
.catalog-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-tags__list li {
  margin: 0 8px 8px 0;
}
.catalog-tags__list li a {
  display: inline-block;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #333;
  background: #F2F2F2;
  border-radius: 30px;
}
.catalog-tags__show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  color: #828282;
}
.catalog-tags__show.active span {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.catalog-tags__show span {
  margin-left: 16px;
  background: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.catalog-tags__show path {
  stroke: #4F4F4F;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F2F2F2;
  border-radius: 6px;
  overflow: hidden;
}
.paginator li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #828282;
  border-right: 1px solid #F2F2F2;
}
.paginator li:last-child {
  border-right: 0;
}
.paginator li a {
  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: 100%;
  height: 48px;
  font-size: 14px;
  color: #828282;
}
.paginator li a.current {
  background: #0E0E0E;
  color: #fff;
}

.reviews {
  margin-bottom: 65px;
}

.reviews-item {
  margin-bottom: 32px;
  padding: 32px;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.reviews-item__top {
  position: relative;
  margin-bottom: 32px;
  padding-right: 180px;
}
.reviews-item__date {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.reviews-item__title {
  margin-bottom: 15px;
}
.reviews-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-item__rating .rating__stars {
  margin-right: 16px;
  width: 136px;
  height: 24px;
}
.reviews-item__rating .rating__stars img {
  width: 100%;
}
.reviews-item__name {
  font-weight: 800;
  color: #333;
}
.reviews-item__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reviews-item__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 248px;
}
.reviews-item__image img {
  max-width: 100%;
}
.reviews-item__body {
  position: relative;
}
.reviews-item__content {
  padding-right: 300px;
}
.reviews-item__text {
  display: block;
  display: -webkit-box;
  max-height: 104px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #4F4F4F;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reviews-item__text.show {
  max-height: none;
  display: block;
}
.reviews-item__fulltext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
  cursor: pointer;
}
.reviews-item__fulltext.active span {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.reviews-item__fulltext span {
  margin-right: 16px;
  background: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.reviews-item__fulltext path {
  stroke: #4F4F4F;
}
.reviews-item__advantages {
  padding-bottom: 30px;
}
.reviews-item__advantage {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333;
}
.reviews-item__advantage span {
  color: #828282;
}
.reviews-item__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  padding-bottom: 10px;
}
.reviews-item__stats-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 24px;
  padding: 0 12px;
}
.reviews-item__stat {
  position: relative;
}
.reviews-item__stat-caption {
  margin-bottom: 14px;
  font-size: 14px;
  color: #828282;
}
.reviews-item__stat-grade {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #0E0E0E;
}
.reviews-item__stat-bar {
  height: 6px;
  background: #F2F2F2;
  border-radius: 8px;
}
.reviews-item__stat-bar span {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  border-radius: 8px;
  background: #0E0E0E;
}
.reviews-item__bottom {
  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;
  padding-top: 18px;
  border-top: 1px solid #E0E0E0;
}
.reviews-item__answer {
  padding: 10px 16px;
  font-size: 14px;
  background: #F2F2F2;
  border-radius: 30px;
  font-weight: 600;
  color: #4F4F4F;
}
.reviews-item__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-item__thumb {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  background: #F2F2F2;
  color: #BDBDBD;
  border-radius: 30px;
}
.reviews-item__thumb i {
  margin-right: 10px;
}
.reviews-item__thumb.active {
  color: #4F4F4F;
}
.reviews-item__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
}
.reviews-item__gallery-item {
  margin: 0 8px 8px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  max-width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 12px;
}
.reviews-item__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__bottom {
  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;
  position: relative;
}
.reviews__bottom:before, .reviews__bottom:after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  height: 1px;
  background: #E0E0E0;
}

.reviews__show {
  margin: 0 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
}

.reviews__quantity {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
  right: 0;
}
.reviews__quantity span {
  padding-left: 40px;
  background: #fff;
}

.catalog-about p {
  margin-bottom: 25px;
}

.filter-dot {
  position: relative;
  top: -2px;
  width: 8px;
  height: 8px;
  background: #E41D13;
  margin-left: 8px;
}

.filter-section {
  position: relative;
}

.filter-float {
  display: none;
  position: absolute;
  margin-left: -15px;
  padding: 15px 18px;
  left: 100% !important;
  background: #0E0E0E;
  border-radius: 6px;
  -webkit-box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 13px 18px 0px rgba(0, 0, 0, 0.32);
  white-space: nowrap;
  z-index: 20;
}
.filter-float:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 100%;
  width: 6px;
  height: 12px;
  background-image: url(../img/icons/icon-rectangle.svg);
}
.filter-float__quantity {
  margin-bottom: 8px;
  font-size: 14px;
  color: #BDBDBD;
}
.filter-float__show {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.filter-float__show:hover {
  border-color: transparent;
}

.filter label {
  position: relative;
}

.filter input[type=checkbox] {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/*==============================CARD==============================*/
.card {
  margin-bottom: 90px;
  padding: 50px 0 0;
  border-top: 1px solid #F2F2F2;
}
.card__section {
  margin-bottom: 48px;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card .main__title {
  margin-bottom: 0;
  line-height: 48px;
}
.card .main__title .btn {
  position: relative;
  top: -3px;
  min-width: auto;
  vertical-align: middle;
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  cursor: text;
  text-transform: none;
}
.card .main__title .btn:first-child {
  margin-left: 10px;
}
.card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
.card__top-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 50px;
}
.card__top-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
  max-width: 424px;
}
.card__middle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 424px);
          flex: 0 0 calc(100% - 424px);
  max-width: calc(100% - 424px);
  padding-right: 32px;
  padding-top: 110px;
}
.card__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
  max-width: 424px;
}

.card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-actions__articul {
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
}
.card-actions__articul span {
  color: #828282;
}
.card-actions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-actions__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  margin-left: 16px;
  width: 48px;
  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;
  height: 48px;
  border-radius: 50%;
  background: #F2F2F2;
}

.card-info {
  margin-bottom: 32px;
  padding: 40px 32px 28px;
  background: #F2F2F2;
  border-radius: 12px;
}
.card-info__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #E0E0E0;
}
.card-info__price {
  margin-right: auto;
  font-size: 30px;
  font-weight: 800;
  color: #333;
}
.card-info__oldprice {
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
  color: #828282;
}
.card-info__discount {
  margin-left: 8px;
  padding: 6px 8px;
  font-size: 12px;
  color: #F2F2F2;
  background: #0E0E0E;
  border-radius: 30px;
}
.card-info__features {
  padding: 18px 0 6px 0;
}
.card-info__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.card-info__feature i {
  margin-right: 12px;
}
.card-info__actions {
  padding-bottom: 16px;
}
.card-info__action {
  margin-bottom: 8px;
  width: 100%;
}
.card-info__credit {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #333333;
}
.card-info__credit span {
  display: block;
  color: #828282;
}

.card-delivery {
  margin-bottom: 32px;
  padding: 32px;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.card-delivery__item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-delivery__item:last-child {
  margin-bottom: 0;
}
.card-delivery__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-delivery__title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
  color: #333;
}
.card-delivery__text {
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.card-delivery__text a {
  color: #E41D13;
}

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

.card-stats-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 424px;
          flex: 0 0 424px;
  max-width: 424px;
}

.card-slider-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 466px);
          flex: 0 0 calc(100% - 466px);
  max-width: calc(100% - 466px);
}

.card-slider {
  margin-bottom: 40px;
}
.card-slider__item {
  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;
  height: 868px;
}
.card-slider__item img {
  max-width: 100%;
  max-height: 100%;
}

.card-gift {
  position: absolute;
  z-index: 10;
  right: 32px;
  bottom: 162px;
}

.card-thumbs {
  margin-left: auto;
  width: 584px;
  padding: 0 56px;
}
.card-thumbs .slick-arrow {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0;
}
.card-thumbs .slick-prev {
  left: 0;
  background-image: url(../img/icons/icon-arrow-prev.svg);
}
.card-thumbs .slick-next {
  right: 0;
  background-image: url(../img/icons/icon-arrow-next.svg);
}
.card-thumbs__slide {
  padding: 0 4px;
}
.card-thumbs__slide.slick-current .card-thumbs__item:after {
  display: block;
}
.card-thumbs__item {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.card-thumbs__item:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #4F4F4F;
  border-radius: 12px;
}
.card-thumbs__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}
.card-choice i {
  margin-right: 16px;
}

.card-video {
  margin-bottom: 40px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}
.card-video__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
}
.card-video__body:hover {
  opacity: 0.9;
}
.card-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.card-video__poster:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.46deg, #0E0E0E 30.34%, rgba(14, 14, 14, 0.3) 95.79%);
}
.card-video__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-video__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  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: 50%;
  background: #fff;
  margin-right: 32px;
}
.card-video__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.card-video__title {
  font-size: 14px;
  line-height: 19px;
  color: #F2F2F2;
  font-weight: 800;
}
.card-video__time {
  margin-top: auto;
  display: inline-block;
  padding: 6px 10px;
  background: #4F4F4F;
  border-radius: 30px;
  font-size: 14px;
  color: #F2F2F2;
}

.card-stats__title {
  margin-bottom: 15px;
}
.card-stats__item {
  padding: 14px 0;
  border-bottom: 1px solid #F2F2F2;
}
.card-stats__item:first-child {
  border-top: 1px solid #F2F2F2;
}
.card-stats__caption {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
}
.card-stats__value {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.card-stats__all {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.card-stats__all:hover {
  color: #333;
}
.card-stats__all span {
  margin-left: 16px;
  background: #EFEFEF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  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: 50%;
}
.card-stats__all path {
  stroke: #4F4F4F;
}

.card-brand {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 55px;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.card-brand__logo {
  position: relative;
  margin-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 182px;
          flex: 0 0 182px;
  max-width: 182px;
}
.card-brand__logo:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: -24px;
  width: 1px;
  height: 35px;
  background: #F2F2F2;
}
.card-brand__logo img {
  max-width: 100%;
}
.card-brand__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
}

.card-rating-section {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  width: calc(100% - 456px);
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  height: 100px;
  overflow: hidden;
  z-index: 10;
}

.card-rating {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.card-rating__caption {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.card-rating__stars {
  width: 136px;
}
.card-rating__stars img {
  width: 100%;
}

.card-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  margin-right: 32px;
  border-left: 1px solid #F2F2F2;
}
.card-grade__text {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #0E0E0E;
}
.card-grade__text span {
  font-weight: 800;
  display: block;
}
.card-grade__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  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-weight: 700;
  color: #0E0E0E;
  border: 4px solid #F2F2F2;
  border-radius: 50%;
}

.card-features {
  width: calc(100% - 410px);
}
.card-features__carousel {
  padding-right: 80px;
}
.card-features__carousel .slick-arrow {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #F2F2F2;
}
.card-features__carousel .slick-prev {
  left: auto;
  right: 30px;
  border-right: 0;
  border-radius: 20px 0 0 20px;
  background-image: url(../img/icons/icon-arrow-prev.svg);
}
.card-features__carousel .slick-next {
  right: -10px;
  border-left: 0;
  border-radius: 0 20px 20px 0;
  background-image: url(../img/icons/icon-arrow-next.svg);
}
.card-features__item {
  position: relative;
  padding-right: 24px;
}
.card-features__grade {
  position: absolute;
  top: 0;
  right: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #0E0E0E;
}
.card-features__caption {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}
.card-features__bar {
  height: 6px;
  background: #F2F2F2;
  border-radius: 8px;
}
.card-features__bar span {
  display: inline-block;
  vertical-align: top;
  background: #0E0E0E;
  height: 100%;
  border-radius: 8px;
}

.card__nav {
  position: relative;
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 35px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 60;
}
.card__nav.is_stuck {
  top: 96px !important;
  padding: 20px 0;
}
.card__nav:before, .card__nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10000px;
  height: 100%;
  z-index: -1;
  background: #FAFAFA;
}
.card__nav::before {
  left: 100%;
}
.card__nav::after {
  right: 100%;
}
.card__nav li {
  margin-right: 48px;
}
.card__nav li:last-child {
  margin-left: auto;
}
.card__nav li:last-child a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  color: #828282;
}
.card__nav li:last-child a span {
  margin-left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EFEFEF;
}
.card__nav li:last-child a span path {
  stroke: #333;
}
.card__nav li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
}
.card__nav li a:hover {
  color: #E41D13;
}
.card__nav li a span {
  padding-left: 5px;
  color: #828282;
}

.mainsection--card {
  padding-top: 40px;
}

.card-description__block {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
}
.card-description__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  max-width: 480px;
  background: #0E0E0E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
}
.card-description__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-description__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-description__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  color: #F2F2F2;
}
.card-description__title:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 20px;
  height: 16px;
  background-image: url(../img/icons/icon-triangle.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.card-description__desc {
  margin-top: auto;
  line-height: 1.6;
  color: #E0E0E0;
}
.card-description__show {
  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;
  padding-top: 30px;
}
.card-description__show:before, .card-description__show:after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  height: 1px;
  background: #E0E0E0;
}
.card-description__show .btn {
  margin: 0 35px;
  min-width: 340px;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.card-description__show .btn:hover path {
  stroke: #fff;
}
.card-description__show .btn.active span:first-child {
  display: none;
}
.card-description__show .btn.active span:last-child {
  display: block;
}
.card-description__show .btn span:last-child {
  display: none;
}
.card-description__show .btn span svg {
  top: 3px;
  margin-left: 3px;
  position: relative;
  width: 16px;
  height: 16px;
}
.card-description__show .btn span path {
  stroke: #4F4F4F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-description__hidden {
  display: none;
}
.card-description__hidden.show {
  display: block;
}

.card-fullstats {
  margin-bottom: 47px;
}
.card-fullstats__list {
  padding: 40px;
  background: #FAFAFA;
  border-radius: 12px;
}
.card-fullstats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
.card-fullstats__item:nth-child(odd) {
  background: #fff;
}
.card-fullstats__caption {
  padding: 12px 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #828282;
}
.card-fullstats__value {
  padding: 12px 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333;
}

.card-recommend__subtitle {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
  color: #828282;
}
.card-recommend__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 22px;
  padding: 10px 0;
}
.card-recommend__filters li {
  margin: 0 8px 8px 0;
}
.card-recommend__filters li a {
  display: inline-block;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  border-radius: 30px;
  background: #F2F2F2;
  color: #333;
}
.card-recommend__filters li a:hover {
  background: #e1e1e1;
}
.card-recommend__filters li a span {
  padding-left: 5px;
  font-weight: 500;
  color: #828282;
}
.card-recommend__filters li a.active {
  background: #0E0E0E;
  color: #fff;
}
.card-recommend__filters li a.active span {
  color: #fff;
}
.card-recommend__carousel {
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  overflow: hidden;
}
.card-recommend__carousel .slick-list {
  margin-right: -1px;
}
.card-recommend__carousel .products__col {
  border-right: 1px solid #F2F2F2;
}
.card-recommend__carousel .products-item {
  padding: 24px;
  height: 550px;
}
.card-recommend__carousel .products-item__image {
  height: 280px;
}
.card-recommend__carousel .products-item__actions {
  top: 24px;
  right: 24px;
}
.card-recommend__carousel .products-item__labels {
  top: 24px;
  left: 24px;
}
.card-recommend__carousel .products-item__addcart {
  right: 24px;
  bottom: 24px;
}

.card-videos .videos-main__play {
  top: 130px;
}
.card-videos .videos-main__content {
  height: 420px;
}
.card-videos .videos-main__title {
  font-size: 20px;
  line-height: 1.3;
}
.card-videos .videos-item__content {
  padding-right: 20px;
}
.card-videos .videos-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  max-width: 170px;
  height: 120px;
}
.card-videos .videos-item__title {
  font-size: 14px;
  line-height: 19px;
}

.reviews-filters {
  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;
  margin-bottom: 32px;
}
.reviews-filters__select {
  border: 1px solid #F2F2F2;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  color: #0E0E0E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}
.reviews-filters__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-filters__checkbox {
  margin-left: 45px;
}

.reviews-carousel {
  margin: 0 -4px 32px;
}
.reviews-carousel__slide {
  padding: 0 4px;
}
.reviews-carousel__item {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
}
.reviews-carousel__item:hover {
  opacity: 0.9;
}
.reviews-carousel__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}
.reviews-carousel__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-statistic {
  margin-bottom: 48px;
  padding: 36px 32px 2px;
  border-radius: 12px;
  background: #FAFAFA;
}
.reviews-statistic__top {
  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;
  margin-bottom: 32px;
}
.reviews-statistic__grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
.reviews-statistic__grade-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  width: 64px;
  height: 64px;
  font-size: 21px;
  font-weight: 700;
  color: #E41D13;
  border-radius: 50%;
}
.reviews-statistic__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-statistic__rating-stars {
  margin-right: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
  width: 136px;
  height: 24px;
}
.reviews-statistic__rating-stars img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-statistic__rating-quantity {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.reviews-statistic__add {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  max-width: 370px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.reviews-statistic__list {
  margin-bottom: 32px;
}
.reviews-statistic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.5px 0;
  border-bottom: 1px solid #E6E6E6;
}
.reviews-statistic__item:first-child {
  border-top: 1px solid #E6E6E6;
}
.reviews-statistic__number {
  font-size: 12px;
  font-weight: 600;
  color: #0E0E0E;
}

.reviews-statistic__stats-caption {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 800;
  color: #333;
}

.card-files__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
.card-files__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 32px;
  padding: 0 16px;
}
.card-files__item {
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
}
.card-files__icon {
  margin-right: 24px;
}
.card-files__title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  color: #333;
}
.card-files__size {
  font-size: 14px;
  font-weight: 600;
  color: #828282;
}

.card-reviews .reviews-item__content {
  padding-right: 0;
}
.card-reviews .reviews-item__fulltext {
  margin-bottom: 12px;
}

.videos--mobile {
  display: none;
}

.reviews-item__advantages {
  padding-top: 10px;
}

.card-filters__show {
  background: #fff !important;
  border: 1px solid #F2F2F2;
}

.card-filters__hidden {
  display: none;
}

.reviews-item__thumb {
  cursor: pointer;
}
.reviews-item__thumb:hover {
  background: #e1e1e1;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1899px) {
  .center-wrapper {
    padding: 0 50px;
    max-width: 100%;
  }
  .header-menu__list li {
    margin-right: 30px;
  }
  .promo-services__icon {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
  .menu-categories__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-categories__allcatalog {
    margin-top: 20px;
  }
  .menu-categories__brands li a {
    width: auto;
    padding: 15px 20px;
  }
  .popular-categories__item {
    padding: 24px;
  }
  .popular-categories__subcategories {
    padding-right: 230px;
  }
  .menu-categories__dropdown {
    padding-right: 30px;
  }
  .mainspecial {
    padding: 60px 48px;
  }
  .mainspecial__desc {
    max-width: 460px;
  }
  .mainspecial__image {
    left: 55%;
  }
  .maingallery__image {
    height: 300px;
  }
  .mainarticles-item__image {
    height: 250px;
  }
  .mainadress-item__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
  .footer__leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
            flex: 0 0 540px;
    max-width: 540px;
  }
  .maincatalog__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .maincatalog__image {
    margin: 0 0 20px 0;
  }
  .videos-carousel2-item__image {
    height: 210px;
  }
  .catalog-reviews-item__gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
  }
  .card-stats-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
  }
  .card-slider-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 402px);
            flex: 0 0 calc(100% - 402px);
    max-width: calc(100% - 402px);
  }
  .card-slider__item {
    height: 720px;
  }
  .card-info {
    padding: 24px 32px;
  }
  .card-delivery {
    padding: 24px 32px;
  }
  .card-info__feature {
    margin-bottom: 12px;
  }
  .videos-item__content {
    padding-right: 0;
  }
  .products-item {
    height: 630px;
  }
  .products-item__image {
    height: 320px;
  }
  .card-brand {
    padding: 19px 32px;
  }
  .card-brand__logo {
    margin-right: 40px;
  }
  .card-brand__logo:after {
    right: -20px;
  }
  .card-description__block {
    height: 380px;
  }
  .dropdown {
    left: 0;
    right: 0;
  }
  .products__row.list .products-item__info {
    display: block;
  }
  .products__row.list .products-item__info-item {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .products__row.list .products-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    height: 300px;
  }
  .products__row.list .products-item__rating {
    margin-bottom: 20px;
  }
  .products__row.list .products-item__choice {
    margin-bottom: 20px;
  }
  .products__row.list .products-item__stats {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1579px) {
  .main {
    padding-top: 185px;
  }
  .menu-categories__dropdown {
    padding-left: 420px;
  }
  .menu-categories__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-categories__section {
    padding-bottom: 15px;
  }
  .menu-categories__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .brands {
    padding: 20px 0;
  }
  .header-location {
    margin-right: 30px;
    display: block;
  }
  .header-location__caption {
    margin: 0 0 5px 0;
  }
  .header-menu__list li {
    margin-right: 20px;
  }
  .header-menu__list li .header-menu__link {
    font-size: 13px;
  }
  .header-phone__number {
    font-size: 18px;
  }
  .header-catalogbtn {
    padding: 0 30px;
  }
  .header-phone__timetable {
    max-width: 85px;
  }
  .menu-categories {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
  }
  .menu-categories__link:after {
    right: 20px;
  }
  .menu-categories__link {
    padding: 15px 55px 16px 24px;
  }
  .menu-categories__all:after {
    right: 20px;
  }
  .header-location__caption {
    display: none;
  }
  .header-content {
    padding: 20px 0;
  }
  .header-bottom {
    padding-bottom: 20px;
  }
  .promo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 372px);
            flex: 0 0 calc(100% - 372px);
    max-width: calc(100% - 372px);
  }
  .promo__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .promo__col:last-child {
    display: none;
  }
  .popular-categories__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .popular-categories__col:first-child,
  .popular-categories__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-specialists-item__photo {
    padding-right: 0;
  }
  .mainspecial__prices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainspecial__price {
    margin-right: 0;
  }
  .mainspecial__buy {
    margin-top: 20px;
  }
  .mainspecial__leftside {
    max-width: 330px;
  }
  .mainspecial__title br {
    display: none;
  }
  .mainspecial__rightside {
    max-width: 400px;
  }
  .mainspecial__gift-desc br {
    display: none;
  }
  .mainsection__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
    margin-left: 32px;
  }
  .mainsection__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 372px);
            flex: 0 0 calc(100% - 372px);
    max-width: calc(100% - 372px);
  }
  .catalog__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
  }
  .mainabout-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainabout-features__icon {
    margin: 0 0 20px 0;
  }
  .mainabout-features__caption {
    margin-bottom: 15px;
  }
  .mainadress__row {
    display: block;
  }
  .mainadress__col:nth-last-child(1),
  .mainadress__col:nth-last-child(2) {
    border-bottom: 1px solid #F2F2F2;
  }
  .mainadress__col {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  .mainadress__col:last-child {
    border-bottom: 0;
  }
  .maingallery__image {
    height: 250px;
  }
  .videos__row {
    padding-bottom: 35px;
  }
  .catalog-recommend-item::after {
    display: none;
  }
  .products-item {
    height: 560px;
  }
  .products-item__image {
    height: 230px;
  }
  .footer-menu {
    padding-right: 140px;
  }
  .footer__leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
  .footer-payment__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    width: 64px;
    max-width: 64px;
    height: 64px;
  }
  .footer-subscribe {
    width: 465px;
  }
  .footer-menu__section {
    padding-right: 25px;
  }
  .catalog-recommend-item__leftside {
    margin-right: 40px;
  }
  .videos-carousel2 {
    margin: 0 -32px 0 0;
  }
  .videos-carousel2__slide {
    padding: 0 30px 0 0;
  }
  .videos-carousel2-item {
    width: 280px;
  }
  .videos-carousel2-item__image {
    height: 196px;
  }
  .videos-carousel2-item__title {
    padding-right: 0;
  }
  .card__middle {
    display: block;
  }
  .card__content {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .card-rating-section {
    width: 100%;
  }
  .card__sidebar {
    max-width: 100%;
  }
  .card__sidebar-rightside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 -15px;
  }
  .card__sidebar-section {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .sidebar-video {
    height: 100%;
  }
  .sidebar-video__block {
    height: 100%;
  }
  .card-delivery {
    margin-bottom: 0;
  }
  .card .sidebar-video__block {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card__top {
    display: block;
  }
  .card__top-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .card__top-sidebar {
    max-width: 100%;
  }
  .card-description__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
  .card-videos .videos__text {
    padding: 0 15px;
  }
  .card-videos .videos__row {
    display: block;
  }
  .card-videos .videos__list {
    padding-bottom: 5px;
  }
  .card-videos .videos__col {
    max-width: 100%;
  }
  .card-videos .videos__col:first-child {
    margin-bottom: 32px;
  }
  .reviews-statistic__add {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .reviews__bottom:before, .reviews__bottom:after {
    display: none;
  }
  .card-files__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 15px;
    text-align: center;
  }
  .card-files__icon {
    margin: 0 0 15px 0;
  }
  .dropdown__leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
    padding-right: 40px;
    padding-left: 0;
  }
  .dropdown__catalogbtn {
    width: 100%;
  }
  .dropdown-info__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    height: 80px;
  }
  .dropdown-contacts__top {
    display: block;
  }
  .dropdown-contacts__location {
    margin-bottom: 10px;
  }
  .dropdown__bottom .dropdown__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products__row.list .products-item {
    display: block;
    padding-left: 260px;
  }
  .products__row.list .products-item__image {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
    height: 200px;
  }
  .products__row.list .products-item__content {
    padding-right: 0;
  }
  .products__row.list .products-item__bottom {
    max-width: 100%;
  }
  .products__row.list .products-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  .products__row.list .products-item__bottom {
    position: relative;
  }
  .products__row.list .products-item__addcart {
    position: absolute;
    top: -2px;
    right: 0;
    width: 185px;
  }
  .products__row.list .products-item__availability {
    margin: 0;
  }
  .products__row.list .products-item__actions {
    position: absolute;
    top: -2px;
    right: 194px;
  }
  .products__row.list .products-item__info-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .products__row.list .products-item__info-item {
    padding: 0 0 25px;
  }
  .videos--desktop {
    display: none;
  }
  .videos--mobile {
    display: block;
  }
}
@media only screen and (max-width: 1299px) {
  .center-wrapper {
    padding: 0 30px;
  }
  body:before {
    height: 40px;
  }
  .main {
    padding-top: 100px;
  }
  .dropdown,
  .dropdown-categories {
    display: none;
  }
  .header-submenu__list {
    display: block;
    position: static;
    -webkit-box-shadow: 0;
            box-shadow: 0;
  }
  .card__nav.is_stuck {
    top: 64px !important;
  }
  .card__nav li a {
    font-size: 13px;
    line-height: 24px;
  }
  .card__nav li {
    margin-right: 30px;
  }
  .card__nav li:last-child {
    margin-right: 0;
  }
  .card-gift {
    right: 0;
    bottom: 0;
  }
  .slider-info {
    display: none;
  }
  .videos--nmb {
    display: none;
  }
  .catalog-recommend {
    display: none;
  }
  .header {
    padding-bottom: 0;
  }
  .header-features {
    padding: 8px 0;
  }
  .header-features__item {
    font-size: 12px;
  }
  .header--scroll .header-features,
  .header--scroll .header-bottom {
    display: block;
  }
  .header-inner {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
    padding: 30px;
  }
  .header-inner.open {
    left: 0;
  }
  .header-mobile,
  .header-mobile-top {
    display: block;
  }
  .header-mobile-top {
    margin-bottom: 20px;
  }
  .header-mobile__close {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .header-location {
    display: none;
  }
  .header-menu__list li.header-menu__mobile {
    display: block;
  }
  .header-menu__list {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  .header-menu__list li {
    margin: 0;
  }
  .header-menu__list li .header-menu__link {
    display: block;
    width: 100%;
    padding: 15px 50px 15px 0;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
  }
  .header-menu__list li button.header-menu__link:after {
    top: 18px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-size: cover;
  }
  .header-mobile-nav {
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .header-mobile-nav__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 30px 17px 0;
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
  }
  .header-mobile-nav__link i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .header-mobile-nav__link span {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    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;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #E41D13;
  }
  .header-mobile-nav__link svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
  }
  .header-mobile-nav__link svg path {
    stroke: #0E0E0E;
  }
  .header-submenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
  }
  .header-submenu.open {
    right: 0;
  }
  .header-submenu__top {
    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;
    padding: 10px 30px;
    border-bottom: 1px solid #F2F2F2;
  }
  .header-submenu__prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #E41D13;
  }
  .header-submenu__prev svg {
    margin-right: 10px;
  }
  .header-submenu__prev path {
    stroke: #E41D13;
  }
  .header-submenu__link {
    text-align: left;
  }
  .header-submenu__next {
    padding: 15px 20px 15px 0;
    font-size: 16px;
    font-weight: 700;
    padding-right: 25px;
    color: #333333;
    background-image: url(../img/icons/icon-arrow-next.svg);
    background-repeat: no-repeat;
    background-position: right 53%;
  }
  .header-submenu__list {
    padding: 10px 30px;
  }
  button.header-submenu__link:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: url(../img/icons/icon-arrow-down.svg);
    background-size: cover;
  }
  .header-submenu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    font-weight: 500;
    color: #333333;
  }
  .header-submenu__img {
    margin-right: 16px;
    width: 48px;
    height: 48px;
  }
  .header-submenu__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header-mobile__close {
    z-index: 30;
  }
  .header-mobile-contacts {
    padding: 40px 0 10px;
  }
  .header-mobile-contact {
    margin-bottom: 24px;
  }
  .header-mobile-contact__caption {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #828282;
  }
  .header-mobile-contact__value {
    font-size: 14px;
    line-height: 20px;
  }
  .header-mobile-phone {
    margin-bottom: 30px;
  }
  .header-mobile-phone__number {
    color: #333333;
  }
  .header-mobile__close {
    right: 23px;
  }
  .header-mobile-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-mobile-social__btn {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
    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;
    background: #E41D13;
    border-radius: 50%;
  }
  .header-location {
    position: absolute;
    top: -42px;
    left: 190px;
    margin: 0;
  }
  .header-location__caption {
    display: none;
  }
  .header-bottom {
    padding: 0;
    border: 0;
    position: relative;
  }
  .header-catalogbtn {
    display: none;
  }
  .header-phone {
    display: none;
  }
  .header-content {
    border-bottom: 1px solid #F2F2F2;
  }
  .header-actions {
    padding-right: 0;
    margin-left: auto;
  }
  .header-options {
    display: none;
  }
  .header-content {
    border-top: 1px solid transparent;
    position: relative;
  }
  .header-search {
    position: absolute;
    top: 6px;
    right: 75px;
    margin: 0;
    padding: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
  }
  .header-search.open {
    width: calc(100% - 105px);
  }
  .header-actions__btn {
    background: transparent !important;
  }
  .header-actions__btn.active i {
    background-image: url(../img/icons/icon-close2.svg);
  }
  .header-actions__item {
    margin: 0;
  }
  .header-actions__btn {
    background: transparent;
  }
  .header-cart__quantity {
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .header-fav__quantity {
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .header-content {
    padding: 7px 30px;
    margin: 0 -30px;
  }
  .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
    max-width: 116px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-actions__item--search {
    display: block;
  }
  .header-actions__item--phone {
    display: block;
  }
  .header-mobile-menubtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brands__list {
    margin-right: -30px;
  }
  .brands__list li {
    margin-right: 8px;
    max-width: none;
  }
  .brands__list li a {
    width: 166px;
  }
  .mainproducts__carousel {
    margin-right: -30px;
    border-radius: 0;
  }
  .mainproducts__carousel .products-item {
    width: 320px;
  }
  .products-item {
    height: 560px;
  }
  .products-item__image {
    height: 260px;
  }
  .mainscreen {
    display: block;
  }
  .menu-categories {
    display: none;
  }
  .promo {
    max-width: 100%;
  }
  .mainspecial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
  }
  .mainspecial__image {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-right: 10px;
  }
  .mainspecial__image img {
    max-width: 100%;
  }
  .mainspecial__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mainspecial__row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }
  .mainspecial__leftside {
    max-width: 100%;
  }
  .mainspecial__rightside {
    max-width: 100%;
  }
  .mainspecial__discount {
    top: 32px;
    left: 32px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 30px;
  }
  .mainspecial__desc {
    margin-bottom: 20px;
  }
  .mainspecial__prices {
    max-width: 380px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mainspecial__gift-desc {
    text-align: left;
  }
  .popular-categories__item {
    height: 200px;
  }
  .mainsection {
    display: block;
  }
  .mainsection__sidebar {
    margin-left: 0;
    max-width: 100%;
  }
  .mainsection__content {
    max-width: 100%;
  }
  .maingallery-carousel {
    margin: 0 -32px 0 0;
  }
  .maingallery-carousel__slide {
    padding: 0;
    padding-right: 30px;
  }
  .maingallery-carousel__image {
    width: 636px;
  }
  .mainadress__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainadress__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #F2F2F2;
  }
  .mainadress__col:nth-last-child(1),
  .mainadress__col:nth-last-child(2) {
    border-bottom: 0;
  }
  .sidebar-video__block {
    padding: 32px;
  }
  .sidebar-video__desc {
    margin-bottom: 35px;
  }
  .sidebar-specialists__carousel .slick-track {
    margin-right: -1px;
  }
  .sidebar-specialists-item {
    border-right: 1px solid #FAFAFA;
  }
  .videos__row {
    display: block;
  }
  .videos__col {
    max-width: 100%;
  }
  .videos-main {
    margin-bottom: 32px;
  }
  .mainarticles__carousel {
    margin-right: -30px;
    margin-bottom: 30px;
  }
  .mainarticles-item {
    width: 320px;
  }
  .mainarticles-item__image {
    height: 168px;
  }
  .mainarticles-item__title {
    font-size: 18px;
  }
  .mainadress {
    margin-bottom: 30px;
  }
  .footer__content {
    position: relative;
    padding-top: 50px;
  }
  .footer__row {
    display: block;
  }
  .footer__row--top {
    padding-bottom: 35px;
    border-bottom: 1px solid #4F4F4F;
  }
  .footer__row--top .footer__leftside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__row--bottom {
    position: relative;
    padding-top: 50px;
  }
  .footer__row--bottom .footer__leftside {
    border-bottom: 1px solid #4F4F4F;
  }
  .footer__row--bottom .footer__rightside {
    padding-top: 30px;
  }
  .footer-menu {
    padding-right: 0;
  }
  .footer__leftside {
    max-width: 100%;
    padding: 0 0 50px 0;
  }
  .footer__rightside {
    position: static;
  }
  .footer__logo {
    margin: 0 30px 0 0;
  }
  .footer__slogan {
    max-width: 250px;
    line-height: 19px;
  }
  .footer-contacts {
    top: 0;
  }
  .footer-social {
    position: absolute;
    top: 50px;
    right: 0;
    width: 33.33%;
  }
  .footer-menu__section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .footer-address {
    margin: 0;
  }
  .footer__bottom {
    display: block;
    padding: 0;
  }
  .footer__copyright {
    padding: 30px 0;
    border-bottom: 1px solid #4F4F4F;
  }
  .footer__developer {
    padding: 30px 0;
  }
  .footer-up {
    top: 45px;
  }
  .footer-contacts__top {
    margin-bottom: 20px;
  }
  .sidebar__section {
    border: 0;
  }
  .sidebar__title--fluid {
    position: static;
  }
  .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
  .sidebar__section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .sidebar__section:last-child {
    margin-bottom: 0;
  }
  .sidebar__section--full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mainsection__sidebar {
    padding-top: 50px;
  }
  .sidebar-services__list {
    margin: 0 -15px;
  }
  .sidebar-services__slide {
    padding: 0 15px;
  }
  .sidebar-articles__list {
    margin: 0 -15px;
  }
  .sidebar-articles__slide {
    padding: 0 15px;
  }
  .mainarticles-item {
    width: 100%;
  }
  .sidebar-video__block {
    height: 540px;
  }
  .sidebar-specialists-item {
    min-height: 540px;
  }
  .catalog__body {
    display: block;
  }
  .catalog__sidebar {
    margin: 0;
    max-width: 100%;
  }
  .catalog-carousel {
    margin-right: -31px;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .catalog-carousel .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .catalog-carousel .slick-slide {
    height: inherit !important;
  }
  .catalog-carousel__slide {
    border: 0;
    margin-right: 15px;
  }
  .catalog-carousel-item {
    height: 100%;
    width: 195px;
    border-radius: 12px;
    background: #F2F2F2;
  }
  .catalog__top {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
    border: 0;
  }
  .catalog__top-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    margin: 0;
    padding: 27px 0;
    height: auto;
  }
  .catalog__top-rightside {
    padding: 27px 0;
    height: auto;
    border-bottom: 1px solid #F2F2F2;
  }
  .catalog-view {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .catalog-sort {
    margin-left: auto;
  }
  .catalog-sort__item:last-child {
    margin-right: 0;
  }
  .card__content {
    padding-top: 0;
  }
  .card-rating-section {
    position: static;
  }
  .card__content-row {
    display: block;
  }
  .card-slider-wrap {
    max-width: 100%;
  }
  .card__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card__sidebar-leftside,
  .card__sidebar-rightside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0;
    display: block;
  }
  .card__sidebar-section {
    max-width: 100%;
  }
  .card-delivery {
    margin-bottom: 25px;
  }
  .card-choice--notablet {
    display: none;
  }
  .card-stats-wrap--hide {
    display: none;
  }
  .card-rating-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .card-features {
    width: 100%;
  }
  .card-rating {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 32px 0 15px 0;
  }
  .card-rating__caption {
    margin: 0;
  }
  .card-rating__stars {
    margin: 0 10px 0 0;
  }
  .card-grade {
    width: 100%;
    margin: 0;
    padding: 0 0 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  .card-choice {
    margin-bottom: 25px;
    padding: 24px;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
  }
  .card-stats-wrap {
    margin-right: 0;
    max-width: 100%;
  }
  .card .sidebar-video__logo {
    display: none;
  }
  .card-stats {
    margin-bottom: 25px;
    padding: 24px;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
  }
  .sidebar-video__desc {
    margin-bottom: 0;
  }
  .card-info {
    margin-bottom: 25px;
  }
  .card {
    margin-bottom: 30px;
  }
  .card__sidebar-rightside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card__sidebar-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .card__sidebar-section:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .card .sidebar-video__block {
    height: 100%;
  }
  .card-description__title br {
    display: none;
  }
  .card-actions {
    position: absolute;
    z-index: 10;
  }
  .card-slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .card-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
            flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  .card-thumbs {
    padding: 56px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    width: 88px;
    width: auto;
  }
  .card-thumbs .slick-arrow {
    top: auto;
    left: calc(50% - 20px);
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .card-thumbs .slick-prev {
    top: -10px;
  }
  .card-thumbs .slick-next {
    bottom: -10px;
  }
  .card-thumbs__slide {
    padding: 8px 0;
    border: 0 !important;
  }
  .card-slider__item {
    padding: 0 15px;
  }
  .card__content {
    position: relative;
  }
  .card-slider {
    margin-bottom: 0;
  }
  .mainproducts--gray .mainproducts__carousel {
    margin-right: -30px;
  }
  .card__sidebar {
    width: auto;
    max-width: none;
    margin: 0 -15px;
  }
  .card__sidebar-section {
    padding: 0;
  }
  .show-mobile {
    display: block;
  }
  .catalog-filterbtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .filter__section {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    z-index: 100;
  }
  .filter__section.open {
    left: 0;
  }
  .filter {
    min-height: 100%;
    background: #fff;
  }
  .filter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-section__caption {
    padding: 20px 25px;
  }
  .filter-section__content-inner {
    padding: 2px 25px 20px;
  }
  .filter-reset,
  .filter-show {
    text-align: center;
  }
  .filter-show__btn {
    width: auto;
  }
  .filter-show {
    padding: 0 25px 25px;
  }
  .products__row.list .products-item {
    padding: 0 0 0 230px;
  }
  .products__row.list .products__col {
    padding: 30px 0;
    border: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  .products__row.list {
    border: 0;
    border-top: 1px solid #F2F2F2;
  }
  .products__row.list .products-item__image {
    top: 0;
    left: 0;
  }
  .products__row.list .products-item__labels {
    top: 0;
    left: 0;
  }
  .card-recommend__carousel {
    margin-right: -30px;
    border-radius: 12px 0 0 12px;
  }
  .card-recommend__carousel .products-item {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .btn--long {
    padding: 0 32px;
    min-width: auto;
  }
  .main__title {
    font-size: 26px;
    line-height: 1.4 !important;
  }
  .main__title .btn_row {
    padding-top: 15px;
    display: block;
  }
  .card .main__title .btn {
    margin: 0 10px 0 0 !important;
  }
  .timer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84px;
            flex: 0 0 84px;
    width: 84px;
  }
  .header-content {
    margin: 0 -30px;
  }
  .header-search {
    right: 75px;
  }
  .header-search.open {
    width: calc(100% - 105px);
  }
  .card-gift {
    width: 100px;
    height: 100px;
  }
  .card-gift img {
    width: 100%;
  }
  .sidebar-video {
    height: calc(100% - 58px);
  }
  .sidebar-video__block {
    height: 100%;
  }
  .sidebar-video__block {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .promo-slider__title {
    font-size: 30px;
  }
  .promo-slider__content {
    height: 520px;
  }
  .videos__logo {
    display: none;
  }
  .videos__text {
    text-align: left;
  }
  .videos-main__content {
    height: 380px;
  }
  .videos-main__play {
    top: 110px;
    width: 80px;
    height: 80px;
  }
  .maincatalog__row {
    margin: 0 -30px;
    border-radius: 0;
  }
  .mainadress__row {
    display: block;
    margin-right: -31px;
  }
  .mainadress__col {
    border: 0;
    max-width: none;
    width: 650px;
    border-right: 1px solid #F2F2F2;
  }
  .mainadress__col:nth-child(even) {
    border-right: 1px solid #F2F2F2;
  }
  .popular-categories__row {
    margin: 0 -30px 0 0;
  }
  .popular-categories__col {
    padding: 0;
    max-width: none;
    margin-right: 24px;
  }
  .popular-categories__item {
    padding: 32px;
    width: 260px;
    height: 320px;
  }
  .popular-categories__caption {
    margin-bottom: 10px;
    min-height: 60px;
  }
  .popular-categories__caption span {
    display: none;
  }
  .popular-categories__image {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 150px;
  }
  .popular-categories__image:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .popular-categories__subcategories {
    display: none;
  }
  .sidebar-specialists-item__photo {
    padding-right: 0;
  }
  .mainproducts--gray .mainproducts__carousel {
    margin-right: -30px;
  }
  .sidebar .mainarticles-item__image {
    height: 166px;
  }
  .products__row .products__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .products__row .products__col:nth-child(3n) {
    border-right: 1px solid #F2F2F2;
  }
  .products__row .products__col:nth-child(even) {
    border-right: 0;
  }
  .products__row .products__col:nth-last-child(3),
  .products__row .products__col:nth-last-child(2) {
    border-bottom: 1px solid #F2F2F2;
  }
  .catalog__nav {
    padding: 0;
    border: 0;
  }
  .paginator li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43px;
            flex: 0 0 43px;
    width: 43px;
  }
  .catalog-show__btn {
    margin-left: 14px;
  }
  .reviews-item__content {
    padding-right: 0;
  }
  .reviews-item__image {
    position: static;
  }
  .reviews-item__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .reviews-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    margin-left: 20px;
  }
  .reviews-item__gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 8px);
            flex: 0 0 calc(20% - 8px);
    max-width: calc(20% - 8px);
  }
  .card-rating {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-slider__item {
    height: 580px;
  }
  .card-rating__stars {
    width: 96px;
  }
  .card-rating__stars .rating__stars {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
    width: 96px;
    height: 17px;
  }
  .card-choice {
    font-size: 14px;
    line-height: 19px;
  }
  .card-brand__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 126px;
            flex: 0 0 126px;
    max-width: 126px;
  }
  .card .sidebar-video {
    height: 100%;
  }
  .card__nav {
    margin: 0 -5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card__nav li {
    padding: 0 5px;
    margin: 0;
  }
  .card__nav li a {
    font-size: 12px;
  }
  .card-description__block {
    display: block;
    height: auto;
  }
  .card-description__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    margin: 0 -15px;
  }
  .card-description__title {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .card-description__desc {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .card-description__title:after {
    display: none;
  }
  .card-description__title {
    font-size: 16px;
  }
  .card-description__desc {
    font-size: 14px;
  }
  .card-description__show:before, .card-description__show:after {
    display: none;
  }
  .card-description__show {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card-description__show .btn {
    margin: 0;
  }
  .card-fullstats__list {
    border-radius: 0;
    margin: 0 -30px;
    background: transparent;
    padding: 0;
  }
  .card-fullstats__item:nth-child(even) {
    background: #FAFAFA;
  }
  .card-fullstats__caption {
    padding-left: 30px;
  }
  .card-fullstats__value {
    padding-right: 30px;
  }
  .card-recommend__carousel {
    margin-right: -31px;
    border-radius: 12px 0 0 12px;
  }
  .card-recommend__carousel .products-item {
    width: 320px;
  }
  .reviews-carousel {
    margin-right: -30px;
  }
  .reviews-statistic__add {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
  .reviews-statistic__rating {
    display: block;
  }
  .reviews-statistic__rating-stars {
    margin: 0 0 5px 0;
  }
  .reviews-item__stats-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .card-files__row {
    display: block;
  }
  .card-files__col {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .card-files__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    text-align: left;
  }
  .card-files__icon {
    margin: 0 24px 0 0;
  }
  .card-thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    padding: 40px 0;
  }
  .card-thumbs__item {
    width: 48px;
    height: 48px;
  }
  .mainarticles-item {
    width: 320px;
  }
  .index-page .sidebar__section {
    margin-bottom: 0;
  }
  .card__nav li:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .center-wrapper {
    padding: 0 20px;
  }
  .main {
    padding-top: 120px;
  }
  .main__title {
    font-size: 18px;
    line-height: 25px;
  }
  h2, .title_2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  p {
    font-size: 14px;
  }
  .header-search {
    right: 50px;
  }
  .header-search.open {
    width: calc(100% - 70px);
  }
  .card__nav {
    display: none;
  }
  .catalog-view {
    display: none;
  }
  .card-slider__item {
    height: auto;
  }
  .products__row.list .products-item {
    padding: 0;
  }
  .products__row.list .products__col {
    padding: 20px;
  }
  .products__row.list .products-item__image {
    position: static;
    margin-bottom: 20px;
  }
  .products__row.list .products-item__info {
    display: block;
  }
  .products__row.list .products-item__info-item {
    max-width: 100%;
  }
  .products__row.list .products-item__actions {
    right: 0;
  }
  .products__row.list .products-item__addcart {
    position: static;
  }
  .card .sidebar-video {
    display: none;
  }
  .card-actions {
    left: 20px;
    right: 20px;
  }
  .card {
    padding-top: 30px;
  }
  .card-slider .slick-arrow {
    width: 48px;
    height: 48px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
  }
  .card-slider .slick-prev {
    left: 0;
    background-image: url(../img/icons/icon-arrow-prev.svg);
  }
  .card-slider .slick-next {
    right: 0;
    background-image: url(../img/icons/icon-arrow-next.svg);
  }
  .card-recommend__carousel {
    margin-right: -20px;
  }
  .header-content {
    margin: 0 -20px;
    padding: 7px 20px;
  }
  .header-actions {
    margin-right: -15px;
  }
  .header-actions__item {
    display: none;
  }
  .header-actions__item--phone,
  .header-actions__item--cart,
  .header-actions__item--search {
    display: block;
  }
  .header-location {
    display: none;
  }
  .header-mobile-menubtn {
    margin-right: 20px;
  }
  .header-logo {
    margin-right: 0;
  }
  .header {
    border-bottom: 1px solid #F2F2F2;
  }
  .header-content {
    border-bottom: 0;
  }
  .mainscreen {
    display: none;
  }
  .popular-categories {
    padding-top: 25px;
  }
  .sidebar {
    display: block;
  }
  .sidebar__section {
    max-width: 100%;
  }
  .sidebar-video {
    margin-bottom: 40px;
  }
  .sidebar-video__block {
    padding: 30px 25px;
  }
  .sidebar-video__top {
    margin-bottom: 45px;
  }
  .sidebar-video__play {
    margin-bottom: 45px;
  }
  .sidebar-video__play span {
    width: 100px;
    height: 100px;
  }
  .brands {
    display: none;
  }
  .mainproducts__carousel {
    margin-right: -20px;
  }
  .mainarticles-filters {
    margin-right: -20px;
    position: relative;
    z-index: 10;
  }
  .mainarticles-filters__list {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mainarticles-filters__list li {
    margin-bottom: 0;
  }
  .mainarticles-filters__btn {
    white-space: nowrap;
  }
  .mainadress__row {
    border: 0;
  }
  .mainadress__col {
    width: 260px;
    padding: 24px;
    border: 1px solid #F2F2F2;
    margin-right: 20px;
  }
  .mainadress-item {
    display: block;
  }
  .mainadress-item__content {
    padding-right: 0;
  }
  .mainadress-item__map {
    max-width: 100%;
  }
  .mainadress__row {
    margin-bottom: 30px;
  }
  .mainadress-item__more {
    margin-bottom: 32px;
  }
  .mainadress__link {
    position: static;
  }
  .mainadress__link span {
    padding: 6px;
  }
  .maingallery {
    margin-bottom: 30px;
  }
  .maingallery-carousel__slide {
    padding-right: 20px;
  }
  .maingallery-carousel__image {
    width: 260px;
    height: 156px;
  }
  .mainabout {
    margin-bottom: 40px;
  }
  .mainabout-features {
    border-radius: 0;
    border: 0;
  }
  .mainabout-features .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mainabout-features .slick-slide {
    height: inherit !important;
  }
  .mainabout-features__row {
    margin-right: -20px;
  }
  .mainabout-features__item {
    margin-right: 20px;
    padding: 30px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    width: 260px;
    border: 1px solid #F2F2F2 !important;
  }
  .mainabout-features__caption {
    font-size: 18px;
  }
  .mainabout-features__desc {
    font-size: 14px;
  }
  .mainspecial {
    display: block;
  }
  .mainspecial__bgtext {
    height: 400px;
  }
  .mainspecial__center {
    max-width: 100%;
    text-align: center;
  }
  .mainspecial__image {
    padding-right: 0;
    height: 350px;
  }
  .mainspecial__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .mainspecial__row {
    max-width: 100%;
  }
  .mainspecial__price {
    font-size: 35px;
  }
  .mainspecial__buy {
    width: 300px;
  }
  .mainspecial__discount {
    padding: 8px 16px;
    font-size: 20px;
  }
  .videos-item {
    display: block;
  }
  .videos-item__image {
    margin: 0 0 24px 0;
    max-width: 100%;
  }
  .videos__bottom {
    display: block;
  }
  .videos__youtube {
    margin-bottom: 20px;
  }
  .videos-main__title {
    font-size: 24px;
    line-height: 1.3;
  }
  a.footer-contacts__phone {
    font-size: 28px;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu__section {
    max-width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #4F4F4F;
  }
  .footer-menu__caption {
    position: relative;
    margin: 0;
    padding: 20px 40px 20px 0;
  }
  .footer-menu__caption.active::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .footer-menu__caption:after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/icon-arrow-down-white2.svg);
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-menu__list {
    display: none;
  }
  .footer__row--top {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer__row--top .footer__leftside {
    display: block;
  }
  .footer__content {
    padding-top: 35px;
  }
  .footer__logo {
    margin: 0 0 20px 0;
  }
  .footer__slogan {
    max-width: 100%;
  }
  .footer-up {
    top: 25px;
  }
  .footer__row--bottom {
    padding-top: 30px;
  }
  .footer__leftside {
    padding-bottom: 32px;
  }
  .footer-contacts {
    margin-bottom: 32px;
  }
  .footer-social {
    position: static;
    margin-top: 32px;
  }
  .footer__rightside-row {
    display: block;
  }
  .footer-subscribe {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .footer-payment__item {
    margin: 0 10px 0 0;
  }
  .sidebar .mainarticles-item {
    width: 320px;
  }
  .sidebar-articles__list {
    margin-right: -20px;
  }
  .sidebar-services__list {
    margin-right: -20px;
  }
  .sidebar-services-item {
    width: 424px;
  }
  .catalog-sort {
    display: block;
    position: relative;
  }
  .catalog-sort.open .catalog-sort__row {
    display: block;
  }
  .catalog-sort__caption {
    margin: 0;
    padding-right: 15px;
    color: #828282;
    color: #333;
    background-image: url(../img/icons/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 50%;
  }
  .catalog-sort__caption span {
    display: none;
  }
  .catalog-sort__row {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    z-index: 30;
  }
  .catalog-sort__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 16px 20px;
    border-bottom: 1px solid #F2F2F2;
    white-space: nowrap;
  }
  .catalog-sort__item:last-child {
    border-bottom: 0;
  }
  .maincatalog__row {
    display: block;
    margin: 0 -21px;
  }
  .maincatalog__section {
    max-width: 100%;
  }
  .maincatalog__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .catalog__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
  }
  .paginator {
    margin-bottom: 30px;
  }
  .reviews-item__content-row {
    display: block;
  }
  .reviews-item__image {
    margin: 0 0 20px 0;
  }
  .reviews-item__date {
    position: static;
  }
  .reviews-item__top {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .reviews-item__rating {
    margin-bottom: 20px;
  }
  .reviews-item__text {
    max-height: 88px;
    font-size: 14px;
    line-height: 22px;
  }
  .reviews-item__stats-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .reviews-item__gallery-item {
    height: 90px;
  }
  .reviews__quantity {
    display: none;
  }
  .card-slider-wrap {
    display: block;
  }
  .card-thumbs {
    display: none;
  }
  .card-slider {
    max-width: 100%;
  }
  .card-slider__item {
    width: 100%;
  }
  .card__sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .card__sidebar-leftside, .card__sidebar-rightside {
    max-width: 100%;
  }
  .card-recommend__filters {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -20px;
  }
  .card-recommend__filters li a {
    white-space: nowrap;
  }
  .card-description__show .btn {
    width: 215px;
  }
  .card-description__content {
    display: block;
    margin: 0;
    padding: 20px;
  }
  .card-description__title,
  .card-description__desc {
    max-width: 100%;
    padding: 0;
  }
  .card-description__title {
    margin-bottom: 15px;
    padding-right: 40px;
    position: relative;
  }
  .card-description__title::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  .card__nav {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .card__nav li {
    padding: 6px 10px;
  }
  .card-info {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
  }
  .card-info__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
    padding: 20px 0;
  }
  .card-info__action {
    margin: 0 7px;
  }
  .card-info__features {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card-info__credit span {
    display: inline;
    padding-left: 5px;
  }
  .reviews-statistic {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .reviews-statistic__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews-statistic__rating {
    margin-right: auto;
  }
  .reviews-statistic__add {
    margin: 20px auto 0 0;
  }
  .reviews-filters {
    display: block;
  }
  .reviews-filters__select {
    margin-bottom: 20px;
  }
  .reviews-filters__checkboxes {
    margin: 0 -10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews-filters__checkbox {
    margin: 0 10px;
  }
  .reviews-item__rating {
    display: block;
  }
  .reviews-item__rating .rating {
    margin-bottom: 20px;
  }
  .header-features {
    margin: 0 -20px;
    display: block;
    overflow: hidden;
  }
  .header-features__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 200%;
    -webkit-animation: marquee-infinite 5s linear infinite;
            animation: marquee-infinite 5s linear infinite;
  }
  .header-features__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .header-features__item {
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
  }
  @-webkit-keyframes marquee-infinite {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes marquee-infinite {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
}
@media only screen and (max-width: 599px) {
  .products__row {
    display: block;
    border: 0;
    margin: 0 -20px;
  }
  .products__row .products__col {
    margin: 0 auto;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid #F2F2F2;
  }
}
@media only screen and (max-width: 479px) {
  h2, .title_2 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 27px;
  }
  p {
    font-size: 14px;
  }
  .breadcrumbs {
    overflow-x: auto;
    margin-right: -20px;
  }
  .breadcrumbs__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
  .card {
    border: 0;
    padding-top: 10px;
  }
  .card-rating__caption {
    text-align: right;
  }
  .card-video__body {
    padding: 25px 20px;
  }
  .card-info__action {
    padding: 0 20px;
    min-width: auto;
  }
  .card-stats__value {
    line-height: 1.3;
  }
  .card-brand {
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  .card-stats {
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .card-delivery {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .mainproducts__carousel {
    margin: 0 -20px 32px;
  }
  .card-rating-section {
    border: 0;
    padding: 0;
  }
  .card-gift {
    width: 70px;
    height: 70px;
  }
  .card-choice {
    padding: 0;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #828282;
  }
  .card-choice i {
    display: none;
  }
  .products-item {
    width: 100%;
  }
  .mainarticles {
    padding-bottom: 35px;
  }
  .mainarticles__filters {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: -20px;
  }
  .mainarticles__filter {
    white-space: nowrap;
    margin-bottom: 0;
  }
  .mainarticles-item {
    width: 240px;
  }
  .mainarticles-item__image {
    height: 160px;
  }
  .mainarticles-item__title {
    font-size: 16px;
  }
  .mainarticles__carousel {
    margin-bottom: 25px;
  }
  .mainarticles__all {
    text-align: left;
  }
  .mainspecial {
    padding: 35px 20px;
    border-radius: 0;
    margin: 0 -20px 50px;
  }
  .mainspecial__image {
    height: auto;
  }
  .mainspecial__discount {
    top: 25px;
    left: 20px;
    padding: 5px 10px;
    font-size: 24px;
    border-radius: 10px;
  }
  .mainspecial__title {
    font-size: 18px;
  }
  .mainspecial__price {
    font-size: 30px;
  }
  .mainproducts {
    margin-bottom: 40px;
  }
  .mainproducts__all {
    text-align: left;
  }
  .sidebar-specialists-item__exp {
    max-width: 100px;
  }
  .sidebar-specialists-item__photo {
    padding-right: 0;
    margin-right: -50px;
  }
  .mainsection {
    padding-bottom: 20px;
  }
  .videos-item__title {
    font-size: 16px;
  }
  .videos-main__content {
    padding: 24px;
  }
  .videos-main__title {
    font-size: 21px;
  }
  .videos-main__time {
    top: 24px;
    right: 24px;
  }
  .sidebar .mainarticles-item {
    width: 240px;
  }
  .sidebar-services-item {
    width: 260px;
  }
  .sidebar-services-item__content {
    padding: 20px;
  }
  .paginator li:nth-child(5), .paginator li:nth-child(6), .paginator li:nth-child(7), .paginator li:nth-child(8) {
    display: none;
  }
  .paginator li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    width: 48px;
  }
  .catalog-tags__body {
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .catalog-tags__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .catalog-tags__list li {
    margin: 0 8px 0 0;
  }
  .catalog-tags__list li a {
    white-space: nowrap;
  }
  .catalog-tags {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E0E0E0;
  }
  .reviews-item {
    padding: 0 0 25px 0;
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
  }
  .reviews-item__gallery {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .reviews-item__gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 128px;
            flex: 0 0 128px;
    max-width: 128px;
    margin-bottom: 0;
    height: 128px;
  }
  .reviews-item__advantage span {
    display: block;
  }
  .reviews-item__stats {
    display: block;
  }
  .reviews-item__stats-col {
    max-width: 100%;
  }
  .reviews-item__gallery {
    margin-right: -20px;
  }
  .reviews-filters__checkboxes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .filter-show__btn {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    max-width: 95px;
  }
  .header-content {
    margin-right: -10px;
  }
  .footer__logo {
    width: 150px;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer-up span {
    margin-left: 18px;
  }
  .footer-subscribe__input {
    font-size: 14px;
    background-image: none;
    padding-left: 25px;
  }
}