@charset "UTF-8";

img[data-src] {
  display: none !important;
}

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;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  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: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  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;
  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;
  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;
  user-select: none;
}

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  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;
  transition-property: transform, opacity;
  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;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  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;
  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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  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;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  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: 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;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

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

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

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  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;
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  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;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }

  }

}

/* 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;
  transition: all 0.2s;
  -webkit-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;
  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;
  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);
  }

}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider:not(.slick-initialized) .slick-slide {
  display: none;
}

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

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

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

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

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

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

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

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

.slick-slide {
  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-loading .slick-slide {
  visibility: hidden;
}

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

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999999999;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
  z-index: 999999999;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
  color: #000;
  padding: 8px 10px;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
  color: #000;
}

.easy-autocomplete-container ul .eac-category {
  color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/Roboto/roboto-regular-webfont.woff") format("woff"), url("/fonts/Roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/Roboto/roboto-bold-webfont.woff") format("woff"), url("/fonts/Roboto/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/roboto-medium-webfont.woff2") format("woff2"), url("/fonts/Roboto/roboto-medium-webfont.woff") format("woff"), url("/fonts/Roboto/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PT Rouble Sans";
  src: url("/fonts/rouble/PTRoubleSans.woff2") format("woff2"), url("/fonts/rouble/PTRoubleSans.woff") format("woff"), url("/fonts/rouble/PTRoubleSans.ttf") format("truetype"), url("/fonts/rouble/PTRoubleSans.svg#PTRoubleSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.eot?bjw0y");
  src: url("/fonts/icomoon/icomoon.eot?bjw0y#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?bjw0y") format("truetype"), url("/fonts/icomoon/icomoon.woff?bjw0y") format("woff"), url("/fonts/icomoon/icomoon.svg?bjw0y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.col-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 768px) {
  .col-row {
    margin-left: -10px;
    margin-right: -10px;
  }

}

.col-row.align-center {
  align-items: center;
}

.col-row.align-end {
  align-items: flex-end;
}

.col-row.justify-center {
  justify-content: center;
}

.col-row.justify-end {
  justify-content: flex-end;
}

.col-row.justify-between {
  justify-content: space-between;
}

@media (min-width: 769px) {
  .col-row.reverse {
    flex-direction: row-reverse;
  }

}

.col-row>.col {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .col-row>.col {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.col-row>.col.l-1 {
  width: 8.33%;
}

.col-row>.col.l-2 {
  width: 16.66%;
}

.col-row>.col.l-2_5 {
  width: 20%;
}

.col-row>.col.l-2_75 {
  width: 22.5%;
}

.col-row>.col.l-3 {
  width: 25%;
}

.col-row>.col.l-3_75 {
  width: 32.5%;
}

.col-row>.col.l-4 {
  width: 33.3%;
}

.col-row>.col.l-5 {
  width: 41.66%;
}

.col-row>.col.l-6 {
  width: 50%;
}

.col-row>.col.l-7 {
  width: 58.33%;
}

.col-row>.col.l-8 {
  width: 66.66%;
}

.col-row>.col.l-9 {
  width: 75%;
}

.col-row>.col.l-10 {
  width: 83.33%;
}

.col-row>.col.l-11 {
  width: 91.66%;
}

.col-row>.col.l-12 {
  width: 100%;
}

.col-row>.col.l-auto {
  width: auto;
}

@media (max-width: 768px) {
  .col-row>.col.t-1 {
    width: 8.33%;
  }

  .col-row>.col.t-2 {
    width: 16.66%;
  }

  .col-row>.col.t-3 {
    width: 25%;
  }

  .col-row>.col.t-4 {
    width: 33.3%;
  }

  .col-row>.col.t-5 {
    width: 41.66%;
  }

  .col-row>.col.t-6 {
    width: 50%;
  }

  .col-row>.col.t-7 {
    width: 58.33%;
  }

  .col-row>.col.t-8 {
    width: 66.66%;
  }

  .col-row>.col.t-9 {
    width: 75%;
  }

  .col-row>.col.t-10 {
    width: 83.33%;
  }

  .col-row>.col.t-11 {
    width: 91.66%;
  }

  .col-row>.col.t-12 {
    width: 100%;
  }

  .col-row>.col.t-auto {
    width: auto;
  }

}

@media (max-width: 768px) {
  .col-row>.col.m-1 {
    width: 8.33%;
  }

  .col-row>.col.m-2 {
    width: 16.66%;
  }

  .col-row>.col.m-3 {
    width: 25%;
  }

  .col-row>.col.m-4 {
    width: 33.3%;
  }

  .col-row>.col.m-5 {
    width: 41.66%;
  }

  .col-row>.col.m-6 {
    width: 50%;
  }

  .col-row>.col.m-7 {
    width: 58.33%;
  }

  .col-row>.col.m-8 {
    width: 66.66%;
  }

  .col-row>.col.m-9 {
    width: 75%;
  }

  .col-row>.col.m-10 {
    width: 83.33%;
  }

  .col-row>.col.m-11 {
    width: 91.66%;
  }

  .col-row>.col.m-12 {
    width: 100%;
  }

  .col-row>.col.m-auto {
    width: auto;
  }

}

.resolution-mobile {
  display: none;
}

@media (max-width: 768px) {
  .resolution-mobile {
    display: block;
  }

}

@media (max-width: 768px) {
  .hide-on-m {
    display: none !important;
  }

  .hide-on-t {
    display: none !important;
  }

  .hide-on-l {
    display: none !important;
  }

}

@media (min-width: 769px) {
  .show-on-m {
    display: none !important;
  }

  .show-on-t {
    display: none !important;
  }

  .show-on-l {
    display: none !important;
  }
}

/*
@media (max-width: 768px) {
  .hide-on-t {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .show-on-t {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .hide-on-l {
    display: none !important;
  }
}

@media (min-width: 1441px) {
  .show-on-l {
    display: none !important;
  }
}
*/

h1,
.h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 25px;
  font-weight: normal;
}

.section-content.section-content--narrow h1,
.h1 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 25px;
  font-weight: normal;
  text-transform: none;
}

@media (max-width: 768px) {

  h1,
  .h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
  }

}

@media (max-width: 480px) {

  h1,
  .h1 {
    font-size: 18px;
  }

}

h2,
.h2 {
  font-size: 28px;
  margin: 0 0 32px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 480px) {

  h2,
  .h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

}

h2 a,
.h2 a {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
  text-transform: uppercase;
  font-weight: bold;
}

h2 a:hover,
.h2 a:hover {
  color: #6bc32a;
}

.default-section {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .default-section {
    padding: 0 0;
  }
}

.default-section:last-child {
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  .default-section:last-child {
    padding-bottom: 25px;
  }

}

hr {
  margin: -7px 0 35px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #dcdcdc;
}

@media (max-width: 768px) {
  hr {
    margin: 0 0 20px;
  }

}

.text-content p {
  margin-bottom: 1.2142857143em;
}

@media (min-width: 769px) {
  .text-content .columns {
    columns: 2;
    column-gap: 24px;
    margin-bottom: 1.2142857143em;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  .text-content .columns {
    columns: 1;
    margin-bottom: 1.2142857143em;
    width: 500px;
  }

}

.btn {
  margin: 0;
  z-index: 10;
  border: none;
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 24px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 3px;
  position: relative;
  text-align: center;
  font-style: normal;
  white-space: nowrap;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  vertical-align: middle;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  justify-content: center;
  -webkit-appearance: none;
  transition: opacity 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

@media (max-width: 480px) {
  .btn {
    padding-left: 15px;
    padding-right: 15px;
  }

}

.btn--block {
  width: 100%;
}

@media (max-width: 768px) {
  .btn--m-block {
    width: 100%;
  }

}

.btn--default {
  background: #6bc32a;
  color: #fff;
}

.btn--default:hover {
  background: #549921;
}

.btn--default-outline {
  background: none;
  color: #6bc32a;
  box-shadow: inset 0 0 0 1px #6bc32a;
}

.btn--default-outline:hover {
  color: #fff;
  background: #549921;
}

.btn--default.product__to-basket.item-added,
.item-added {
  background-color: #000;
  color: #fff;
  border-radius: 3px;
}

.btn--default.product__to-basket.item-added:hover,
.item-added:hover {
  background-color: #000;
  color: #fff;
  border-radius: 3px;
}

.btn--secondary {
  background: #6bc32a;
  color: #fff;
}

.btn--secondary:hover {
  background: #549921;
}

.btn--secondary-outline {
  background: none;
  color: #6bc32a;
  box-shadow: inset 0 0 0 1px #6bc32a;
}

.btn--secondary-outline:hover {
  color: #fff;
  background: #549921;
}

.btn--gray {
  background: #f0f0f0;
  color: #20262c;
}

.btn--gray:hover {
  background: #e3e3e3;
}

.btn--gray-outline {
  background: none;
  color: #20262c;
  box-shadow: inset 0 0 0 1px #f0f0f0;
}

.btn--gray-outline:hover {
  color: #20262c;
  background: #f0f0f0;
}

.btn--dark-gray {
  background: #a7a7a7;
  color: #fff;
}

.btn--dark-gray:hover {
  background: #9a9a9a;
}

.btn--purple {
  background: #4a234a;
  color: #fff;
}

.btn--purple:hover {
  background: #391b39;
}

.btn--black {
  background: #373b40;
  color: #fffefe;
}

.btn--black:hover {
  background: #2b2e32;
}

.btn--small {
  height: 32px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .btn--small {
    height: 24px;
    font-size: 12px;
    padding: 5px 15px 6px;
  }
}

.btn--wide {
  min-width: 300px;
}

.btn-panel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
}

.btn-panel--center {
  justify-content: center;
}

@media (min-width: 769px) {
  .btn-panel--reverse {
    flex-direction: row-reverse;
  }

}

.btn-panel>.btn {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.tooltip {
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 1;
  cursor: pointer;
  color: #909090;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  transition: all 0.35s ease;
  border: 1px solid #E5E5E5;
}

.tooltip:hover,
.tooltip[aria-describedby] {
  color: #fff;
  background: #549921;
  border-color: #549921;
}

.tooltip .icon-info {
  margin-top: 1px;
}

.tooltip .icon-question {
  font-size: 8px;
  margin-top: 2px;
}

html.firefox .tooltip .icon-question {
  margin-top: 1px;
}

.tippy-box {
  font-size: 14px;
  padding: 5px 17px;
  line-height: 18px;
  background: #fff;
  color: #20262c;
  pointer-events: auto !important;
  box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.tippy-box a {
  color: #6bc32a;
  transition: color 0.35s ease;
}

.tippy-box a:hover {
  color: #549921;
}

.tippy-arrow {
  color: #fff;
}

.pagination {
  padding: 0;
  display: flex;
  margin: 0 -7px;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
  /*color: #6bc32a;*/
  align-items: center;
  justify-content: center;
}

.pagination__item {
  margin: 0 7px;
}

.pagination__item--active {
  color: #20262c;
}

.pagination__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

.pagination__link:hover {
  color: #549921;
}

.socials {
  padding: 0;
  display: flex;
  line-height: 1;
  font-size: 26px;
  list-style: none;
  margin: 0 -7px 24px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .socials {
    font-size: 22px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
  }

}

.socials__item {
  margin: 0 7px 14px;
}

@media (max-width: 768px) {
  .socials__item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
  }

}

.socials__link {
  display: block;
  line-height: 1;
  transition: color 0.35s ease;
}

.socials__link:hover {
  color: #6bc32a;
}

.breadcrumbs {
  padding: 0;
  list-style: none;
  margin: 0 0 25px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 1.2;
    color: #6bc32a;
    padding: 0 10px 7px;
    margin: 10px -10px 10px;
    border-bottom: 1px solid #dcdcdc;
  }

}

.breadcrumbs__item {
  display: inline;
}

.breadcrumbs__item:not(:first-child):before {
  content: "/";
  margin: 0 0.25em 0 0.1em;
}

@media (max-width: 768px) {
  .breadcrumbs__item:not(:first-child):before {
    color: #20262c;
  }

}

.breadcrumbs__link {
  transition: color 0.35s ease;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #6bc32a;
}

.breadcrumbs__link:hover {
  color: #6bc32a;
  cursor: pointer;
}

.back-link {
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  align-items: center;
  margin: -20px -20px 20px;
  justify-content: flex-start;
  transition: color 0.35s ease;
  padding: 14px 20px 14px 28px;
  border-bottom: 1px solid #dcdcdc;
}

.back-link:hover {
  color: #6bc32a;
}

@media (max-width: 768px) {
  .back-link {
    margin: 0 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
  }
}

.back-link .icon-angle-right {
  top: 50%;
  left: 10px;
  line-height: 1;
  font-size: 10px;
  margin-top: -5px;
  position: absolute;
  transform: rotate(180deg);
}

.counter {
  position: relative;
}

.counter__plus,
.counter__minus {
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  border: none;
  display: flex;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  background: none;
  text-align: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: color 0.35s ease;
}

html.firefox .counter__plus,
html.firefox .counter__minus {
  /*padding-bottom: 2px;*/
}

@media (max-width: 480px) {

  .counter__plus,
  .counter__minus {
    width: 16px;
    font-size: 12px;
  }

}

.counter__plus:hover,
.counter__minus:hover {
  color: #6bc32a;
}

.counter__minus {
  left: 0;
  padding-left: 11px;
}

.counter__plus {
  right: 0;
  padding-right: 11px;
}

@media (max-width: 768px) {
  .counter__minus {
    padding-left: 12px;
  }

  .counter__plus {
    padding-right: 12px;
  }
}

html:not(.chrome) .counter__plus {
  padding-bottom: 1px;
}

.counter__input {
  width: 100%;
  height: 28px;
  display: block;
  padding: 0 24px;
  font-size: 14px;
  line-height: 1.2;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  appearance: none;
  border-radius: 0;
  text-align: center;
  border: 1px solid #e2e2e2;
}

@media (max-width: 480px) {
  .counter__input {
    height: 20px;
    padding: 0 18px;
    font-size: 12px;
  }

}

caption {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: left;
  font-weight: bold;
}

table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}

table tr:not(:first-child) td {
  border-top: 1px solid #dcdcdc;
}

table th {
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  padding: 3px 10px 2px;
  background: #ededed;
}

table td {
  vertical-align: top;
  padding: 12px 10px 11px;
}

table td:first-child {
  padding-left: 0;
}

table td:last-child {
  padding-right: 0;
}

.default-form--narrow {
  max-width: 464px;
}

.default-form--narrow .btn-panel {
  padding-top: 24px;
}

@media (min-width: 769px) {
  .default-form--narrow .btn-panel {
    margin: 0 -5px -10px;
  }

  .default-form--narrow .btn-panel>.btn {
    margin: 0 5px 10px;
    flex: 1 1 calc(100% + 10px);
  }

  .default-form--narrow .btn-panel>a.btn {
    max-width: 144px;
  }

}

@media (max-width: 768px) {
  .default-form--narrow .btn-panel {
    flex-wrap: wrap;
  }

}

.default-form--narrow .col-row {
  margin-left: -10px;
  margin-right: -10px;
}

.default-form--narrow .col-row>.col {
  padding-left: 10px;
  padding-right: 10px;
}

.default-form--narrow h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.default-form--narrow h4:not(:first-child) {
  margin-top: 24px;
}

.default-form__msg {
  display: block;
  font-size: 12px;
  margin-top: 22px;
  color: #a0a0a0;
  line-height: 18px;
}

.default-form__msg a {
  color: #6bc32a;
  border-bottom: 1px solid;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.default-form__msg a:hover {
  color: #549921;
  border-bottom-color: transparent;
}

.default-form__btn-holder {
  padding-top: 7px;
}

.default-form__btn-holder .btn {
  height: 45px;
}

.default-form__forgot-password {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 1.2;
  margin-top: -10px;
  text-align: right;
  margin-bottom: 11px;
}

.default-form__forgot-password__link {
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.default-form__forgot-password__link:hover {
  color: #6bc32a;
  border-bottom-color: transparent;
}

.default-form__group-title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin: 25px 0 13px;
  font-weight: normal;
}

.default-form:not([data-active-group=representative]) .show-for-representative {
  display: none !important;
}

.form-row {
  position: relative;
  margin-bottom: 16px;
}

.form-row__error-msg {
  left: 0;
  right: 0;
  top: 100%;
  color: #e7205c;
  font-size: 10px;
  overflow: hidden;
  line-height: 1.5;
  position: absolute;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-row:not(.has-error) .form-row__error-msg {
  display: none;
}

.form-row__placeholder {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0 11px;
  font-size: 14px;
  overflow: hidden;
  color: #a0a0a0;
  line-height: 34px;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  text-overflow: ellipsis;
  transition: all 0.35s ease;
}

.form-row__error-msg .form-row__placeholder {
  color: #e7205c;
}

.form-row--custom-placeholder.on-focus .form-row__placeholder,
.form-row--custom-placeholder.not-empty .form-row__placeholder {
  top: 2px;
  font-size: 10px;
  line-height: 12px;
}

.form-row__title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.form-control {
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 0;
  background: none;
  line-height: 1.2;
  font-weight: normal;
  color: #20262c;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  border: 1px solid #e2e2e2;
  transition: border-color 0.35s ease;
}

.form-row--custom-placeholder .form-control {
  padding-top: 10px;
}

.form-control::placeholder {
  opacity: 1;
  color: #a0a0a0;
  transition: opacity 0.35s ease, color 0.35s ease;
  font-size: 16px;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #a0a0a0;
  -ms-transition: opacity 0.35s ease, color 0.35s ease;
  transition: opacity 0.35s ease, color 0.35s ease;
}

.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #a0a0a0;
  -ms-transition: opacity 0.35s ease, color 0.35s ease;
  transition: opacity 0.35s ease, color 0.35s ease;
}

.form-control:focus {
  border-color: #c9c9c9;
}

.form-control:focus::placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus::-ms-input-placeholder {
  opacity: 0;
}

.form-row.has-error .form-control {
  border-color: #e7205c;
}

.form-row.has-error .form-control::placeholder {
  color: #e7205c;
}

.form-row.has-error .form-control:-ms-input-placeholder {
  color: #e7205c;
}

.form-row.has-error .form-control::-ms-input-placeholder {
  color: #e7205c;
}

.form-control__counter {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #aeaeae;
  margin: 8px 8px 0;
}

input.form-control,
select.form-control {
  height: 34px;
}

html.firefox input.form-control::placeholder,
html.firefox select.form-control::placeholder {
  line-height: 34px !important;
}

html.firefox input.form-control:-ms-input-placeholder,
html.firefox select.form-control:-ms-input-placeholder {
  line-height: 34px !important;
}

html.firefox input.form-control::-ms-input-placeholder,
html.firefox select.form-control::-ms-input-placeholder {
  line-height: 34px !important;
}

select.form-control:not(.changed) {
  color: #aeaeae;
}

select.form-control option {
  color: #20262c;
}

select.form-control option:disabled {
  color: #aeaeae;
}

textarea.form-control {
  resize: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
  textarea.form-control {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.select {
  position: relative;
}

.select__icon {
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  display: flex;
  font-size: 20px;
  color: #a0a0a0;
  position: absolute;
  align-items: center;
  pointer-events: none;
  justify-content: center;
}

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

.inputs-list__item {
  margin-bottom: 12px;
}

.inputs-list__item--hidden {
  display: none;
}

.inputs-list .inputs-list {
  padding-top: 8px;
  padding-left: 25px;
}

.inputs-list .inputs-list .inputs-list__item {
  margin-bottom: 14px;
}

.radio {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 40px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1280px) {
  .radio {
    font-size: 14px;
  }
}

.radio__input {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  appearance: none;
  position: absolute;
}

.radio__status-icon {
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #20262c;
  transition: background-color 0.35s ease;
}

.radio__input:checked+.radio__status-icon {
  background: #20262c;
}

/*.radio__status-icon:before {
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  margin: -4px 0 0 -4px;
  transition: opacity 0.35s ease;
}*/
.radio__input:checked+.radio__status-icon:before {
  opacity: 1;
}

.radio__content {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .radio__content {
    margin-top: 1px;
  }
}

.radio__content small {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .radio__content small {
    font-size: 14px;
  }

}

@media (min-width: 769px) {
  .radio__content small.radio__info {
    /*margin-top: 18px; e42*/
    margin-top: 12px;
    max-width: 380px;
    line-height: 16px;
  }

}

.radio__input-holder {
  z-index: 25;
  min-height: 24px;
  position: relative;
  align-items: center;
  vertical-align: top;
  display: inline-flex;
  /*margin: -4px 0 -4px 2px;*/
  /* e42 */
  justify-content: flex-start;
}

.radio__input-holder a {
  margin-left: 8px;
  color: #6bc32a;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px dashed;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.radio__input-holder a:hover {
  color: #549921;
  border-bottom-color: transparent;
}

.radio__input-holder__input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.radio__input-holder .form-control {
  width: 40px;
  height: 24px;
  font-size: 16px;
  padding-left: 4px;
  margin-right: 8px;
  padding-right: 4px;
  text-align: center;
}

.radio__input-holder:not(.radio__input-holder--open) .radio__input-holder__input {
  display: none;
}

.radio__input-holder--open .radio__input-holder__content {
  display: none;
}

.radio__input-holder:not(.radio__input-holder--open) .radio__input-holder__value:not(.radio__input-holder__value--active) {
  display: none;
}

.radio__dropdown-holder {
  top: 8px;
  right: 12px;
  position: absolute;
}

.radio__dropdown-holder__opener {
  z-index: 25;
  height: 20px;
  display: flex;
  font-size: 3px;
  line-height: 1;
  cursor: pointer;
  color: #6bc32a;
  position: relative;
  align-items: center;
  justify-content: center;
}

.radio__dropdown-holder__opener:hover {
  color: #549921;
}

.radio__dropdown {
  opacity: 0;
  width: 144px;
  top: -9999px;
  z-index: 150;
  right: 9999px;
  padding: 8px 0;
  font-size: 14px;
  margin-top: 10px;
  background: #fff;
  position: absolute;
  border: 1px solid rgba(230, 230, 230, 0.4);
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}

.radio__dropdown:after,
.radio__dropdown:before {
  right: 22px;
  content: "";
  bottom: 100%;
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.radio__dropdown:after {
  margin-bottom: -1px;
  border-bottom-color: #fff;
}

.radio__dropdown:before {
  border-bottom-color: rgba(230, 230, 230, 0.4);
}

.radio__dropdown-holder--open .radio__dropdown {
  top: 100%;
  opacity: 1;
  right: -27px;
  transition: opacity 0.35s ease;
}

@media (max-width: 768px) {
  .radio__dropdown-holder--open .radio__dropdown {
    right: -12px;
  }

}

.radio__dropdown__link {
  display: block;
  padding: 6px 15px 5px;
  transition: color 0.35s ease;
}

.radio__dropdown__link:hover {
  color: #6bc32a;
}

.radio__dropdown__link--delete:hover {
  color: #e7205c;
}

.checkbox {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 34px;
  position: relative;
  vertical-align: top;
  padding-bottom: 4px;
  display: inline-block;
}

.checkbox__input {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-appearance: none;
  /* -moz-appearance: none;*/
  appearance: none;
  position: absolute;
}

.checkbox__status-icon {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: flex;
  line-height: 1;
  font-size: 8px;
  position: absolute;
  color: #6bc32a;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  transition: border-width 0.35s ease;
}

@media (max-width: 768px) {
  .checkbox__status-icon {
    width: 19px;
    height: 19px;
  }

}

.checkbox__status-icon i {
  top: 1px;
  opacity: 0;
  position: relative;
  transition: opacity 0.35s ease;
}

@media (min-width: 769px) {
  .checkbox__status-icon i {
    left: 1px;
  }

}

.checkbox__input:checked+.checkbox__status-icon i {
  opacity: 1;
}

.autocomplete {
  position: relative;
}

.autocomplete__clear {
  top: 0;
  bottom: 0;
  right: 8px;
  width: 34px;
  display: flex;
  line-height: 1;
  font-size: 8px;
  cursor: pointer;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: #20262c;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.autocomplete:not(.autocomplete--selected) .autocomplete__clear {
  /*opacity: 1;
  pointer-events: none;*/
  ;
}

.autocomplete__clear:hover {
  color: #e7205c;
}

.autocomplete .form-control {
  line-height: 16px;
  padding-right: 32px;
}

.autocomplete .form-control:not(.autocomplete__repeater) {
  color: #000;
}

.autocomplete__repeater {
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  /* color: #a0a0a0;*/
  color: #20262c;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  align-items: center;
  pointer-events: none;
  text-overflow: ellipsis;
  justify-content: flex-start;
}

@media (min-width: 769px) {
  html.chrome .autocomplete__repeater {
    line-height: 17px;
  }

}

.autocomplete__repeater .value {
  color: #000;
}

.autocomplete__repeater .rest_loc {
  color: #a0a0a0;
}

.easy-autocomplete-container ul {
  border-top-color: #e2e2e2;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  font-size: 14px;
  line-height: 1.2;
  border-color: #e2e2e2;
  transition: all 0.35s ease;
}

.easy-autocomplete-container ul li.selected {
  background: #E0E8EA;
}

.multi-form-control {
  display: block;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.2;
  position: relative;
  padding: 8px 100px 9px 11px;
  transition: border-color 0.35s ease;
  box-shadow: inset 0 0 0 1px #6bc32a;
}

.multi-form-control:hover {
  box-shadow: inset 0 0 0 1px #549921;
}

.multi-form-control__title {
  display: block;
  margin-bottom: 1px;
}

.multi-form-control__text {
  display: block;
  color: #a0a0a0;
}

.multi-form-control__link {
  top: 8px;
  right: 11px;
  color: #6bc32a;
  position: absolute;
  border-bottom: 1px dashed;
  transition: color 0.35s ease;
}

.multi-form-control:hover .multi-form-control__link {
  color: #549921;
}

[data-toggle-id] {
  overflow: hidden;
}

.slick-arrow {
  top: 50%;
  padding: 0;
  z-index: 50;
  width: 40px;
  height: 60px;
  border: none;
  color: #fff;
  line-height: 1;
  font-size: 44px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  margin: -30px 0 0;
  position: absolute;
  -webkit-appearance: none;
  transition: color 0.35s ease;
}

.slick-arrow:hover {
  color: #6bc32a;
}

.slick-prev {
  left: 0;
}

.slick-prev i {
  transform: rotate(180deg);
}

.slick-next {
  right: 0;
}

.slick-dots {
  left: 0;
  right: 0;
  padding: 0;
  bottom: 25px;
  display: flex;
  list-style: none;
  position: absolute;
  align-items: center;
  margin: 0 -4px 0 -5px;
  justify-content: center;
}

@media (max-width: 768px) {
  .slick-dots {
    bottom: -4px;
    margin: 0 -3px 0 -4px;
  }

}

.slick-dots li {
  margin: 0 4px 0 5px;
}

@media (max-width: 768px) {
  .slick-dots li {
    margin: 0 3px 0 4px;
  }

}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots button {
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  opacity: 0.7;
  border: none;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -9999px;
  background: #ededed;
  -webkit-appearance: none;
  transition: opacity 0.35s ease;
}

@media (max-width: 768px) {
  .slick-dots button {
    width: 6px;
    height: 6px;
  }

}

.slick-dots button:hover {
  opacity: 0.85;
}

.products-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -32px 0 -33px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .products-list {
    margin-left: -10px;
    margin-right: -10px;
  }

}

@media (max-width: 768px) {
  .catalog__main--list .products-list {
    margin-left: 0;
    margin-right: 0;
  }

}

@media (min-width: 1441px) {

  .products-list--catalog,
  .products-list--favorites {
    max-width: 1102px;
  }

}

@media (min-width: 481px) {

  .products-list--catalog,
  .products-list--favorites {
    margin-left: -20px;
    margin-right: -20px;
  }

}

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

  .products-list--catalog,
  .products-list--favorites {
    margin-left: -10px;
    margin-right: -10px;
  }

}

@media (min-width: 481px) {
  .products-list--favorites {
    margin-bottom: -34px;
  }

}

@media (min-width: 481px) and (max-width: 1440px) {
  .products-list--favorites {
    margin-bottom: -20px;
  }

}

.products-list__item {
  width: 20%;
  padding-left: 27px;
  padding-right: 26px;
}

@media (max-width: 1440px) {
  .products-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 768px) and (min-width: 769px) {
  .products-list__item {
    width: 33.3333%;
  }

  .products-list--inline .products-list__item:nth-child(3)~.products-list__item {
    display: none;
  }

}

@media (max-width: 768px) {
  .products-list__item {
    width: 50%;
  }

  .catalog__main .products-list__item {
    width: 48%;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .catalog__main:not(.catalog__main--list) .products-list__item {
    margin-top: 18px;
    padding-bottom: 19px;
  }

  .catalog__main .products-list__item:nth-child(odd) {
    margin-left: 2%;
  }

  .catalog__main .products-list__item:nth-child(even) {
    margin-right: 2%;
  }

  .catalog__main .products-list__item:last-child {
    border-bottom: 0;
  }

  .products-list--inline .products-list__item:nth-child(2)~.products-list__item {
    display: none;
  }

  .slider_sales .products-list--inline .products-list__item:nth-child(2)~.products-list__item {
    display: block;
  }

  .slider_available .products-list__item {
    width: 40%;
  }


}

@media (min-width: 769px) {

  .products-list--catalog .products-list__item,
  .products-list--favorites .products-list__item {
    width: 25%;
  }

}

@media (min-width: 481px) {

  .products-list--catalog .products-list__item,
  .products-list--favorites .products-list__item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 34px;
  }

}

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

  .products-list--catalog .products-list__item,
  .products-list--favorites .products-list__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

}

@media (max-width: 768px) {
  .catalog__main--list .products-list--catalog .products-list__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .catalog__main--list .products-list--catalog .products-list__item:not(:first-child) {
    /*    border-top: 1px solid #dcdcdc;*/
  }

}

.product-item {
  display: block;
  padding: 0 6px;
  max-width: 232px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .product-item {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width: 768px) {
  .catalog__main--list .product-item {
    display: flex;
    max-width: none;
    margin-bottom: 0;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.product-item__visual {
  display: block;
  position: relative;
  margin: 0 auto 38px;
}

@media (max-width: 480px) {
  .product-item__visual {
    margin-bottom: 11px;
  }

}

@media (max-width: 768px) {
  .catalog__main--list .product-item__visual {
    width: 110px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }

}

.product-item__visual:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 480px) {
  .product-item__visual:before {
    padding-top: 85%;
  }

}

.product-item__visual img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.product-item__slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.product-item__slider .slick-dots {
  bottom: 0;
  margin-left: -3px;
  margin-right: -3px;
}

.product-item__slider .slick-dots li {
  margin-left: 3px;
  margin-right: 3px;
}

.product-item__slider .slick-dots button {
  width: 8px;
  height: 8px;
}

.product-item__slider .slick-dots .slick-active button {
  background: #6bc32a;
}


.slider_available .slick-dots li.slick-active button {
  background: #6bc32a;
}

.product-item__content {
  display: block;
}

@media (max-width: 768px) {
  .catalog__main--list .product-item__content {
    min-height: 86px;
    margin-top: -3px;
  }
}

.product-item__badges {
  top: 0;
  left: 0;
  width: 40px;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  pointer-events: none;
}

@media (max-width: 480px) {
  .product-item__badges {
    width: 32px;
  }

}

.product-item__badge {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .product-item__badge {
    font-size: 10px;
    line-height: 16px;
  }

}

.product-item__badge--hit {
  background: #edc161;
}

.product-item__badge--new {
  background: #6bc32a;
}

.product-item__price {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 768px) {
  .product-item__price {
    font-size: 16px;
    margin-bottom: 4px;
  }

}

.product-item__title {
  display: block;
  margin-bottom: 14px;
  transition: color 0.35s ease;
}

.slider_sales .product-item__title {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .product-item__title {
    font-size: 14px;
    max-height: 45px;
    overflow: hidden;
    line-height: 15px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .slider_sales .product-item__title,
  .quick_collection .products-list__item .product-item__title {
    margin-bottom: 0px;
  }
}

.product-item__title:hover {
  color: #6bc32a;
}

.product-item__description {
  display: block;
  font-size: 14px;
  color: #838383;
  line-height: 16px;
}

@media (max-width: 768px) {
  .product-item__description {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .products-list:not(.products-list--catalog) .product-item__description {
    display: none;
  }

}

.product-item__btn-panel {
  vertical-align: top;
  display: inline-block;
  margin-top: 16px;
}

.slider_sales .product-item__btn-panel {
  margin-top: 13px;
}

.product-item__reviews {
  display: flex;
  padding-top: 5px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .product-item__reviews {
    font-size: 10px;
  }

}

@media (max-width: 768px) {
  .catalog__main--list .product-item__reviews {
    left: 0;
    width: 110px;
    bottom: 10px;
    position: absolute;
    justify-content: center;
  }

}

.product-item__not-available {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 32px;
  vertical-align: top;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .product-item__not-available {
    min-height: 24px;
    font-weight: normal;
  }

}

.stars-list {
  padding: 0;
  display: flex;
  line-height: 1;
  font-size: 11px;
  list-style: none;
  margin: 0 5px 0 0;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .stars-list {
    font-size: 8px;
  }

}

.stars-list__item {
  margin-right: 3px;
}

.tab-body {
  position: relative;
}

.tab {
  opacity: 0;
  top: -9999px;
  left: -9999px;
  right: 9999px;
  position: absolute;
}

.tab--active {
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  position: relative;
  transition: opacity 0.35s ease;
}

.search-form {
  width: 100%;
  z-index: 150;
  position: relative;
}

@media (max-width: 768px) {
  .search-form {
    opacity: 0;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    display: flex;
    bottom: 9999px;
    background: #fff;
    position: absolute;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-100%);
    padding: 0 20px;
    transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
  }

  body.search-form-open .search-form {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

}

@media (max-width: 768px) {
  .search-form {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.search-form__inner {
  z-index: 15;
  position: relative;
}

@media (max-width: 768px) {
  .search-form__inner {
    width: 100%;
  }

}

.search-form__close {
  margin: 0;
  padding: 0;
  z-index: 15;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  line-height: 1;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0;
  background: none;
  position: relative;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  transition: color 0.35s ease;
}

@media (max-width: 480px) {
  .search-form__close {
    width: 36px;
    height: 36px;
  }

}

.search-form__close:hover {
  color: #e7205c;
}

.search-form__form-control {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  background: #fff;
  padding: 0 96px 0 19px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  transition: box-shadow 0.35s ease;
  border: 1px solid #e2e2e2;
}

@media (max-width: 480px) {
  .search-form__form-control {
    height: 36px;
    font-size: 12px;
    padding: 0 64px 0 12px;
  }

}

.search-form__form-control::placeholder {
  opacity: 1;
  color: #a7a7a7;
  transition: color 0.35s ease;
}

html.firefox .search-form__form-control::placeholder {
  line-height: 38px !important;
}

@media (max-width: 480px) {
  html.firefox .search-form__form-control::placeholder {
    line-height: 34px !important;
  }

}

.search-form__form-control:-ms-input-placeholder {
  opacity: 1;
  color: #a7a7a7;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

html.firefox .search-form__form-control:-ms-input-placeholder {
  line-height: 38px !important;
}

@media (max-width: 480px) {
  html.firefox .search-form__form-control:-ms-input-placeholder {
    line-height: 34px !important;
  }

}

.search-form__form-control::-ms-input-placeholder {
  opacity: 1;
  color: #a7a7a7;
  -ms-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

html.firefox .search-form__form-control::-ms-input-placeholder {
  line-height: 38px !important;
}

@media (max-width: 480px) {
  html.firefox .search-form__form-control::-ms-input-placeholder {
    line-height: 34px !important;
  }

}

.search-form__form-control:focus {
  box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.5);
}

.search-form__btn {
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 52px;
  z-index: 15;
  border: none;
  display: flex;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #bebebe;
  border-radius: 0;
  background: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  transition: color 0.35s ease;
}

@media (max-width: 480px) {
  .search-form__btn {
    width: 36px;
    font-size: 18px;
  }

}

.search-form__btn:hover {
  color: #6bc32a;
}

.search-form__reset {
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  right: 52px;
  width: 34px;
  border: none;
  display: flex;
  line-height: 1;
  cursor: pointer;
  font-size: 10px;
  color: #696969;
  border-radius: 0;
  background: none;
  position: absolute;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  -webkit-appearance: none;
  transition: color 0.35s ease;
}

@media (max-width: 480px) {
  .search-form__reset {
    right: 36px;
    width: 32px;
  }

}

.search-form__reset:hover {
  color: #e7205c;
}

.search-form__reset:after {
  top: 50%;
  right: 0;
  width: 1px;
  content: "";
  height: 32px;
  margin: -16px 0 0;
  position: absolute;
  background: #dcdcdc;
}

@media (max-width: 480px) {
  .search-form__reset:after {
    height: 24px;
    margin-top: -12px;
  }

}

.search-form--not-empty .search-form__reset {
  opacity: 1;
  pointer-events: auto;
}

.search-form__dropdown {
  opacity: 0;
  top: -9999px;
  left: -9999px;
  right: 9999px;
  background: #fff;
  position: absolute;
  padding: 66px 18px 9px 47px;
  border: 1px solid #e6e6e6;
  box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.05);
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}

@media (max-width: 768px) {
  .search-form__dropdown {
    padding: 80px 20px 10px 53px;
  }

}

@media (max-width: 768px) {
  .search-form__dropdown {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 480px) {
  .search-form__dropdown {
    padding-top: 54px;
  }

}

.search-form--show-history .search-form__dropdown--history {
  top: -14px;
  left: -8px;
  right: -8px;
  opacity: 1;
  transition: opacity 0.35s ease;
}

@media (max-width: 768px) {
  .search-form--show-history .search-form__dropdown--history {
    top: 0;
    left: 0;
    right: 0;
  }

}

.search-form--show-results .search-form__dropdown--results {
  top: -14px;
  left: -8px;
  right: -8px;
  opacity: 1;
  transition: opacity 0.35s ease;
}

@media (max-width: 768px) {
  .search-form--show-results .search-form__dropdown--results {
    top: 0;
    left: 0;
    right: 0;
  }

}

.search-form__dropdown__head {
  display: flex;
  margin: 0 0 12px;
  align-items: center;
  justify-content: space-between;
}

.search-form__dropdown__head h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.search-form__dropdown__clear {
  color: #838383;
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

.search-form__dropdown__clear:hover {
  color: #e7205c;
}

.search-form__dropdown__content {
  overflow-y: auto;
  max-height: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 0 18px 9px 47px;
  margin: 0 -18px -9px -47px;
  -webkit-overflow-scrolling: touch;
}

.search-form__history-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-form__history-list__item {
  position: relative;
}

.search-form__history-list__item:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}

.search-form__history-item {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  padding: 8px 28px 8px 0;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .search-form__history-item {
    padding-left: 20px;
  }

}

.search-form__history-item:hover {
  color: #6bc32a;
}

.search-form__history-item__icon {
  top: 0;
  bottom: 0;
  width: 33px;
  right: 100%;
  display: flex;
  line-height: 1;
  font-size: 14px;
  color: #c3c3c3;
  position: absolute;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .search-form__history-item__icon {
    left: 0;
    width: 20px;
    right: auto;
    font-size: 12px;
  }

}

.search-form__history-item:hover .search-form__history-item__icon {
  color: #6bc32a;
}

.search-form__history-item__remove {
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  display: flex;
  line-height: 1;
  font-size: 10px;
  color: #696969;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: color 0.35s ease;
}

.search-form__history-item__remove:hover {
  color: #e7205c;
}

.search-form__results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-form__results-list__item:not(.search-form__results-list__item--category):not(:first-child) {
  border-top: 1px solid #dcdcdc;
}

.search-form__results-list__item--category+.search-form__results-list__item:not(.search-form__results-list__item--category) {
  margin-top: 12px;
}

.search-form__result-item {
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  align-items: center;
  padding: 9px 8px 9px 0;
  transition: color 0.35s ease;
  justify-content: space-between;
}

.search-form__results-list__item--category .search-form__result-item {
  padding-top: 6px;
  padding-bottom: 7px;
  padding-right: 17px;
}

@media (max-width: 768px) {
  .search-form__results-list__item--category .search-form__result-item {
    padding-right: 8px;
    padding-left: 20px;
  }

}

.search-form__result-item:hover {
  color: #6bc32a;
}

.search-form__result-item__arrow {
  line-height: 1;
  font-size: 10px;
  color: #696969;
  margin-left: 16px;
  transition: color 0.35s ease;
}

.search-form__result-item:hover .search-form__result-item__arrow {
  color: #6bc32a;
}

.search-form__result-item__icon {
  top: 0;
  bottom: 0;
  width: 33px;
  right: 100%;
  display: flex;
  line-height: 1;
  font-size: 14px;
  color: #c3c3c3;
  position: absolute;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .search-form__result-item__icon {
    left: 0;
    right: auto;
    width: 20px;
    font-size: 12px;
  }

}

.search-form__result-item:hover .search-form__result-item__icon {
  color: #6bc32a;
}

.search-form__result-item__visual {
  width: 60px;
  display: block;
  flex-shrink: 0;
  margin-left: 24px;
  position: relative;
}

@media (max-width: 768px) {
  .search-form__result-item__visual {
    width: 48px;
  }

}

.search-form__result-item__visual:before {
  content: "";
  display: block;
  padding-top: 83.3333333333%;
}

.search-form__result-item__visual img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.search-form__results-list__item:not(.search-form__results-list__item--category) .search-form__result-item__text {
  text-decoration: underline;
}

body.modal-open {
  overflow: hidden !important;
}

.modal-holder {
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: 3000;
  display: flex;
  top: -9999px;
  left: -9999px;
  right: 9999px;
  bottom: 9999px;
  position: fixed;
  min-width: 320px;
  overflow: hidden;
  align-items: center;
  scroll-behavior: smooth;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  transition: all 0s ease 0.35s, opacity 0.35s ease, margin 0s ease 0s;
}

.modal-holder--open {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.35s ease, margin 0s ease 0s;
}

.modal-holder__bg {
  opacity: 0;
  z-index: -10;
  top: -9999px;
  left: -9999px;
  right: 9999px;
  bottom: 9999px;
  position: fixed;
  background: #000;
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}

.modal-holder--open .modal-holder__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  transition: opacity 0.35s ease;
}

@media (max-width: 767px) {
  .modal-holder--open .modal-holder__bg {
    top: 76px;
  }

}

.modal-holder__cover {
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .modal-holder__cover {
    padding: 0;
    height: 100%;
  }

}

@media (min-width: 1024px) {
  .modal-holder[data-class=modal-holder--at-top] .modal-holder__cover {
    padding: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
  }

}

.modal {
  opacity: 0;
  width: 100%;
  padding: 32px;
  margin: 0 auto;
  max-width: 472px;
  position: relative;
  background: #fff;
  transition: opacity 0.35s ease;
}

@media (max-width: 768px) {
  .modal {
    max-width: none;
    padding: 10px 10px 20px;
  }

}

@media (min-width: 769px) {
  .modal--wide {
    padding: 32px 45px;
  }

}

@media (min-width: 769px) {
  .modal--wide {
    max-width: 856px;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  .modal--wide {
    max-width: 640px;
  }

}

.modal--medium {
  max-width: 640px;
}

@media (max-width: 768px) {
  .modal--medium {
    max-width: 400px;
  }

}

.modal-holder--open .modal {
  opacity: 1;
}

.modal__close-modal {
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 250;
  display: flex;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .modal__close-modal {
    width: 46px;
    height: 46px;
  }

}

.modal__close-modal:hover {
  color: #6bc32a;
}

.modal__title {
  display: block;
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .modal__title {
    margin-bottom: 14px;
  }

}

@media (min-width: 769px) {
  .modal--wide .modal__title {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 43px;
  }

}

.modal--medium .modal__title {
  text-align: center;
  margin-bottom: 29px;
}

@media (max-width: 768px) {
  .modal--medium .modal__title {
    margin-bottom: 20px;
  }

}

.modal__container {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .modal__container {
    max-width: 400px;
  }

}

.modal--medium .modal__container {
  max-width: 360px;
}

.modal .order-form__add-row {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 768px) {
  .modal .order-form__add-row {
    margin-bottom: 25px;
  }

}

.change-address-modal .modal-holder__cover {
  height: auto;
}

.change-address-modal .modal-holder__bg {
  top: 0;
}

.change-address-modal .modal {
  min-height: 410px;
}

@media (max-width: 768px) {
  .change-address-modal .modal {
    min-height: 328px;
    padding-top: 32px;
  }

}

.change-address-modal .inputs-list__item {
  margin-bottom: 11px;
}

.change-address-modal .radio {
  display: block;
  position: relative;
  padding: 9px 12px 9px 35px;
}

.change-address-modal .radio__input:hover+.radio__status-icon+.radio__content:after,
.change-address-modal .radio__input:checked+.radio__status-icon+.radio__content:after {
  box-shadow: inset 0 0 0 1px #6bc32a;
}

.change-address-modal .radio__content:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transition: box-shadow 0.35s ease;
  box-shadow: inset 0 0 0 1px #dcdcdc;
}

.change-address-modal .radio__status-icon {
  top: 12px;
  left: 12px;
}

@media (max-width: 768px) {
  .login-modal {
    top: 76px;
    height: calc(100vh - 76px);
  }

}

@media (max-width: 768px) {
  .login-modal .modal {
    min-height: 100%;
  }

}

.login-modal .modal__title {
  text-align: center;
}

@media (max-width: 768px) {
  .login-modal .modal__close-modal {
    display: none;
  }

}

.login-modal__tab-controls {
  padding: 0;
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
  text-align: center;
  margin: 0 -5px 23px;
  justify-content: flex-start;
}

.login-modal__tab-controls__item {
  flex: 1 1 100%;
  padding: 0 5px;
}

.login-modal__tab-controls__link {
  display: flex;
  min-height: 34px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  transition: border-color 0.35s ease;
}

.login-modal__tab-controls__item.active .login-modal__tab-controls__link {
  border-color: #6bc32a;
}

@media (min-width: 769px) {
  .login-modal .inputs-list {
    display: flex;
    padding-top: 8px;
    margin-left: -40px;
    margin-right: -70px;
    margin-bottom: -9px;
    align-items: flex-start;
    justify-content: flex-start;
  }

}

@media (min-width: 769px) {
  .login-modal .inputs-list__item {
    padding-left: 2px;
    padding-right: 2px;
  }

  .login-modal .inputs-list__item:first-child {
    width: 46%;
  }

  .login-modal .inputs-list__item:last-child {
    width: 54%;
  }

}

@media (min-width: 769px) {
  .login-modal .radio {
    padding-left: 27px;
  }

}

@media (min-width: 769px) {
  .login-modal .radio__input:checked+.radio__status-icon {
    border-width: 6px;
    border-color: #54ae3f;
  }

}

@media (min-width: 769px) {
  .login-modal .radio__status-icon {
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-color: #e3e3e3;
  }

}

.cabinet-menu-modal {
  top: 129px;
  align-items: flex-start;
  height: calc(100vh - 129px);
}

@media (max-width: 768px) {
  .cabinet-menu-modal {
    top: 76px;
    height: calc(100vh - 76px);
  }

}

.cabinet-menu-modal .modal-holder__bg {
  top: 129px;
}

@media (max-width: 768px) {
  .cabinet-menu-modal .modal-holder__bg {
    top: 76px;
  }

}

.cabinet-menu-modal .modal-holder__cover {
  padding: 0;
  height: 100%;
}

.cabinet-menu-modal .modal {
  padding: 0;
  display: flex;
  max-width: none;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.cabinet-menu-modal .footer {
  width: 100%;
}

@media (max-width: 768px) {
  .city-modal {
    top: 76px;
    height: calc(100vh - 76px);
  }

}

@media (max-width: 768px) {
  .city-modal .modal-holder__bg {
    top: 76px;
  }

}

@media (max-width: 768px) {
  .city-modal .modal {
    min-height: 100%;
  }

}

.city-modal .search-form {
  transform: none;
}

@media (min-width: 769px) {
  .city-modal .search-form {
    margin: 0 -20px 59px;
    width: calc(100% + 40px);
  }

}

@media (max-width: 768px) {
  .city-modal .search-form {
    padding: 0;
    margin-bottom: 24px;
  }

}

@media (min-width: 769px) {
  .city-modal .search-form__form-control {
    padding-left: 35px;
  }

}

.city-modal .search-form {
  opacity: 1;
  position: static;
}

.cities-list {
  margin: 0;
  padding: 0;
  columns: 3;
  font-size: 16px;
  list-style: none;
  column-gap: 40px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .cities-list {
    font-size: 14px;
    column-gap: 20px;
  }

}

@media (max-width: 480px) {
  .cities-list {
    columns: 2;
    column-gap: 10px;
  }

}

.cities-list__item {
  width: 100%;
  margin-bottom: 17px;
  vertical-align: top;
  display: inline-block;
}

@media (max-width: 768px) {
  .cities-list__item {
    margin-bottom: 10px;
  }

}

.cities-list__item--active {
  color: #e7205c;
}

.cities-list__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

.cities-list__link:hover {
  color: #e7205c;
}

.info-modal {
  font-size: 14px;
}

@media (max-width: 768px) {
  .info-modal {
    line-height: 18px;
  }

}

.info-modal .modal-holder__bg {
  top: 0;
}

.info-modal .modal {
  max-width: 570px;
  padding: 30px 54px 20px;
}

@media (max-width: 768px) {
  .info-modal .modal {
    max-width: none;
    min-height: 100%;
    padding: 20px 10px;
  }

}

.info-modal .modal__title {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: normal;
  padding-right: 16px;
}

@media (max-width: 768px) {
  .info-modal .modal__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-right: 32px;
  }

}

.info-modal .modal__head {
  max-width: 410px;
  margin-bottom: 37px;
}

@media (max-width: 768px) {
  .info-modal .modal__head {
    margin-bottom: 24px;
  }

}

.info-modal h3,
.info-modal .h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin: 37px 0 20px;
}

@media (max-width: 768px) {

  .info-modal h3,
  .info-modal .h3 {
    margin: 25px 0 20px;
  }

}

@media (min-width: 769px) {

  .info-modal h3.with-icon,
  .info-modal .h3.with-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .info-modal h3.with-icon i,
  .info-modal .h3.with-icon i {
    line-height: 1;
    font-size: 20px;
    margin-left: 20px;
  }

}

.info-modal .default-list {
  padding: 0 0 1px;
  margin: 0 0 28px;
  list-style: none;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .info-modal .default-list {
    padding: 0;
    margin: 0 0 20px;
  }

}

.info-modal .default-list>li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}

.info-modal .default-list>li:before {
  top: 5px;
  left: 15px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  position: absolute;
  background: #ed7700;
}

.login-modal .modal__head {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.appeal-modal .modal-holder__bg {
  top: 0;
}

.appeal-modal .modal-holder__cover {
  height: auto;
}

.appeal-modal .modal {
  max-width: 472px;
}

.appeal-modal__info {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 22px;
}

.appeal-modal__info p {
  margin: 7px 0 0;
}

.appeal-modal__info p:first-child {
  margin-top: 0;
}

.appeal-modal__msg-holder {
  min-height: 252px;
}

.appeal-modal__msg-holder__title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.appeal-modal__msg {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 13px 11px;
  background: #ededed;
}

.new-address-modal .modal-holder__bg {
  top: 0;
}

.new-address-modal .modal-holder__cover {
  height: auto;
}

.new-address-modal .modal {
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .new-address-modal .modal {
    padding-top: 48px;
    padding-bottom: 24px;
  }

}

.new-address-modal .modal__container {
  max-width: 382px;
}

.new-address-modal .modal__back {
  top: 19px;
  left: 19px;
  display: flex;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .new-address-modal .modal__back {
    top: 14px;
    left: 10px;
    font-size: 12px;
    line-height: 16px;
  }

}

.new-address-modal .modal__back:hover {
  color: #6bc32a;
}

.new-address-modal .modal__back i {
  line-height: 1;
  font-size: 19px;
  margin-right: 12px;
}

@media (max-width: 768px) {
  .new-address-modal .modal__back i {
    font-size: 16px;
    margin-right: 8px;
  }

}

.new-address-modal .btn-holder {
  padding-top: 58px;
  text-align: center;
}

@media (max-width: 768px) {
  .new-address-modal .btn-holder {
    padding-top: 32px;
  }

}

.new-address-modal .btn-holder .btn {
  width: 100%;
  max-width: 304px;
}

.brands-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0 -16px -44px;
  justify-content: center;
}

@media (max-width: 768px) {
  .brands-list {
    margin-bottom: 0;
  }

}

.brands-list__item {
  width: 20%;
  padding: 0 16px;
  margin-bottom: 44px;
}

@media (max-width: 1440px) {
  .brands-list__item {
    margin-bottom: 32px;
  }

}

@media (max-width: 768px) and (min-width: 769px) {
  .brands-list__item {
    width: 25%;
  }

  .brands-list__item:nth-child(8)~.brands-list__item {
    display: none;
  }

}

@media (max-width: 768px) {
  .brands-list__item {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .brands-list__item:nth-child(6)~.brands-list__item {
    display: none;
  }

}

.brand-item {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brand-item:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.brand-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bonuses-section {
  padding-bottom: 5px;
}

.bonuses-section__inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}

.bonuses-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -24px 70px;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .bonuses-list {
    margin-left: -10px;
    margin-right: -10px;
  }

}

.bonuses-list__item {
  width: 25%;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .bonuses-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.bonus-item {
  text-align: center;
}

.bonus-item__visual {
  max-width: 68px;
  position: relative;
  margin: 0 auto 24px;
}

.bonus-item__visual:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.bonus-item__visual img {
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.bonus-item__description {
  display: flex;
  margin: 0 auto;
  min-height: 32px;
  max-width: 220px;
  align-items: center;
  justify-content: center;
}

.bonuses-small-list {
  margin: 0;
  list-style: none;
  padding: 3px 0 16px;
}

@media (max-width: 768px) {
  .bonuses-small-list {
    padding: 0;
    margin: -10px 0 0;
  }

}

.bonuses-small-list__item:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .bonuses-small-list__item:not(:first-child) {
    margin-top: 16px;
  }

}

.bonus-small-item {
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  align-items: center;
  justify-content: flex-start;
}

.bonus-small-item__visual {
  width: 46px;
  margin-right: 24px;
}

.bonus-small-item__visual img {
  display: block;
  max-width: 100%;
  max-width: 42px;
  object-fit: contain;
}

.bonus-small-item__description {
  max-width: 216px;
}

.promo-block {
  display: block;
  position: relative;
}

.promo-block:before {
  content: "";
  display: block;
  padding-top: 72.0543806647%;
}

.promo-block img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
}

@media (max-width: 768px) {
  body.filters-open {
    overflow: hidden;
  }

}

@media (max-width: 768px) {
  .filter-form {
    opacity: 0;
    top: -9999px;
    z-index: 1000;
    left: -9999px;
    right: 9999px;
    bottom: 9999px;
    position: fixed;
    min-width: 320px;
    background: #fff;
    transition: all 0s ease 0.35s, opacity 0.35s ease;
  }

  body.filters-open .filter-form {
    left: 0;
    right: 0;
    bottom: 0;
    top: 129px;
    opacity: 1;
    transition: opacity 0.35s ease;
  }

}

@media (max-width: 768px) {
  body.filters-open .filter-form {
    top: 76px;
  }

}

.filter-form__head {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 18px 32px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .filter-form__head {
    padding-top: 8px;
    padding-bottom: 9px;
  }

}

.filter-form h3,
.filter-form .h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  .filter-form__content {
    padding: 20px;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    scroll-behavior: smooth;
    height: calc(100% - 56px);
    justify-content: space-between;
    -webkit-overflow-scrolling: touch;
  }

}

@media (max-width: 768px) {
  .filter-form__content {
    padding: 14px 10px 10px;
    height: calc(100% - 37px);
  }

}

.filter-form__close {
  top: 20px;
  right: 20px;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .filter-form__close {
    top: 10px;
    right: 10px;
  }

}

.filter-form__close:hover {
  color: #6bc32a;
}

.filter-form__btn-holder {
  padding-top: 14px;
}

@media (max-width: 768px) {
  .filter-form__btn-holder .btn:not(:first-child) {
    margin-top: 12px;
  }

}

.filter-item {
  transition: margin 0.35s ease;
}

.filter-item--open {
  margin-bottom: 10px;
}

.filter-item__head {
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  padding: 11px 0 10px;
  justify-content: flex-start;
}

.filter-item__status-icon {
  top: 50%;
  right: 0;
  line-height: 1;
  font-size: 10px;
  color: #696969;
  margin-top: -5px;
  position: absolute;
  transition: transform 0.35s ease;
}

.filter-item--open .filter-item__status-icon {
  transform: rotate(90deg);
}

.filter-item__title {
  font-size: 16px;
  margin-right: 20px;
}

@media (max-width: 1440px) {
  .filter-item__title {
    margin-right: 10px;
  }

}

@media (max-width: 768px) {
  .filter-item__title {
    font-size: 14px;
    margin-right: 6px;
  }

}

.filter-item__reset {
  font-size: 14px;
  cursor: pointer;
  color: #838383;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px dotted;
  transition: border-color 0.35s ease, color 0.35s ease;
  margin-top: 5px;
}

.filter-item:not(.filter-item--open) .filter-item__reset,
.filter-item:not(.filter-item--changed) .filter-item__reset {
  display: none;
}

.filter-item__reset:hover {
  color: #6bc32a;
  border-bottom-color: transparent;
}

.filter-item__tooltip {
  top: -13px;
  margin-left: -8px;
  position: relative;
}

@media (max-width: 1440px) {
  .filter-item__tooltip {
    top: -5px;
    margin-left: -4px;
  }

}

@media (max-width: 768px) {
  .filter-item__tooltip {
    margin-left: -4px;
  }

}

.filter-item--open .filter-item__tooltip {
  display: none;
}

.filter-item__content {
  padding: 5px 0 15px;
  border-bottom: 1px solid #dcdcdc;
}

.filter-item__content .scroll-cover {
  overflow-y: auto;
  max-height: 246px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.filter-item__input {
  position: relative;
  margin-bottom: 12px;
}

.filter-item__input__icon {
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  display: flex;
  line-height: 1;
  font-size: 16px;
  color: #bebebe;
  position: absolute;
  align-items: center;
  pointer-events: none;
  justify-content: center;
}

.filter-item__input__icon+.filter-item__input .form-control {
  padding-right: 40px;
}

.filter-item .inputs-list__item {
  margin-bottom: 13px;
}

.filter-item .inputs-list__item:last-child {
  margin-bottom: 9px;
}

.filter-item .checkbox {
  padding: 1px 0 1px 30px;
}

.filter-item .checkbox__input:checked+.checkbox__status-icon {
  color: #fff;
  background: #6bc32a;
  border-color: #6bc32a;
}

.filter-item .checkbox__status-icon {
  width: 18px;
  height: 18px;
  border-radius: 0;
  transition: all 0.35s ease;
}

.range-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-filter__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.range-filter__item .form-control {
  width: 90px;
  height: 29px;
  font-size: 16px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 4px;
  border: 0px solid #e2e2e2;
}

.range-filter__item .form-control:focus {
  border: 1px solid #e2e2e2;
}

@media (max-width: 1440px) {
  .range-filter__item .form-control {
    font-size: 14px;
  }

}

@media (max-width: 1440px) and (min-width: 769px) {
  .range-filter__item .form-control {
    width: 72px;
  }

}

.header {
  background: #fff;
}

@media (max-width: 768px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    position: fixed;
    min-width: 320px;
    border-bottom: 1px solid #dcdcdc;
  }

}

@media (max-width: 768px) {
  .header {
    font-size: 12px;
  }

}

.header .footer {
  margin-top: 15px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.header-top {
  color: #fff;
  background: #262a30;
}

@media (max-width: 1440px) {
  .header-top {
    font-size: 12px;
  }

}

.header-top>.container {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header-top>.container {
    min-height: 24px;
  }

}

.header-main {
  position: relative;
}

.header-main>.container {
  display: flex;
  min-height: 105px;
  padding-top: 18px;
  align-items: center;
  padding-bottom: 16px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header-main>.container {
    min-height: 88px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

@media (max-width: 768px) {
  .header-main>.container {
    min-height: 51px;
    padding-top: 12px;
    padding-bottom: 7px;
  }

}

.search-form-opener {
  margin: 0;
  padding: 0;
  width: 22px;
  border: none;
  height: 22px;
  line-height: 1;
  font-size: 20px;
  border-radius: 0;
  background: none;
  overflow: visible;
  -webkit-appearance: none;
  transition: color 0.35s ease;
}

.search-form-opener:hover {
  color: #6bc32a;
}

@media (max-width: 768px) {
  .search-form-opener {
    font-size: 16px;
  }

}

.header-nav__inner {
  display: flex;
  position: relative;
  padding-bottom: 9px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .header-nav__inner {
    padding: 0;
    border: none;
    display: block;
  }

}

.header-list {
  display: flex;
  margin: 0 -11px;
  list-style: none;
  padding: 0 14px 0 0;
  white-space: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .header-list {
    padding-right: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

}

.header-list__item {
  margin: 0 11px;
}

@media (max-width: 1440px) {
  .header-list__item {
    margin-left: 5px;
    margin-right: 5px;
  }

}

.header-list__link {
  transition: border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}

.header-list__link:hover {
  border-bottom-color: inherit;
}

.header-contacts {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0 -19px 0 -3px;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .header-contacts {
    margin-left: 0;
    margin-right: -6px;
  }

}

@media (max-width: 1440px) and (min-width: 769px) {
  .header-contacts {
    font-size: 11px;
  }

}

@media (max-width: 768px) {
  .header-contacts {
    margin-left: -4px;
    margin-right: -4px;
  }

}

.header-contacts__item {
  display: flex;
  margin: 0 19px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .header-contacts__item {
    margin-left: 6px;
    margin-right: 6px;
  }

}

@media (max-width: 768px) {
  .header-contacts__item {
    margin-left: 4px;
    margin-right: 4px;
  }

}

.header-contacts__phone {
  white-space: nowrap;
  transition: color 0.35s ease;
}

@media (min-width: 769px) {
  .header-contacts__phone {
    font-size: 20px;
    margin-right: 10px;
  }

}

@media (min-width: 769px) and (max-width: 1440px) {
  .header-contacts__phone {
    font-size: 16px;
    margin-right: 4px;
  }

}

.header-contacts__phone:hover {
  color: #e6e6e6;
}

.logo {
  width: 162px;
  height: 72px;
  flex-shrink: 0;
  margin-right: 100px;
}

@media (max-width: 1440px) {
  .logo {
    margin-right: 32px;
  }

}

@media (max-width: 768px) {
  .logo {
    top: 50%;
    left: 50%;
    width: 89px;
    height: 40px;
    margin-right: 0;
    position: absolute;
    margin: -20px 0 0 -58px;
  }

}

@media (max-width: 768px) {
  .logo {
    margin-left: -45px;
  }

}

.logo a {
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/images/logo.svg) 50% 50%/contain no-repeat;
}



.header-controls {
  display: flex;
  margin: 0 -15px;
  list-style: none;
  align-items: center;
  padding: 0 0 0 54px;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .header-controls {
    padding-left: 32px;
  }

}

@media (max-width: 768px) {
  .header-controls {
    padding-left: 20px;
  }

}

@media (max-width: 768px) {
  .header-controls {
    margin: 0 -10px 0 -11px;
  }

}

.header-controls__item {
  margin: 0 15px;
}

@media (max-width: 768px) {
  .header-controls__item {
    margin: 0 6px;
  }
}

.header-control {
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

@media (min-width: 769px) {
  .header-control:hover {
    color: #6bc32a;
  }

}

.header-control[data-modal=login-modal] .icon-close,
.header-control[data-modal=cabinet-menu-modal] .icon-close {
  font-size: 16px;
}

@media (min-width: 769px) {

  .header-control[data-modal=login-modal] .icon-close,
  .header-control[data-modal=cabinet-menu-modal] .icon-close {
    display: none;
  }

}

body:not(.cabinet-modal-open) .header-control[data-modal=login-modal] .icon-close,
body:not(.cabinet-modal-open) .header-control[data-modal=cabinet-menu-modal] .icon-close {
  display: none;
}

@media (max-width: 768px) {

  body.cabinet-modal-open .header-control[data-modal=login-modal] .icon-user,
  body.cabinet-modal-open .header-control[data-modal=cabinet-menu-modal] .icon-user {
    display: none;
  }

}

.header-control__icon {
  display: flex;
  line-height: 1;
  min-width: 24px;
  font-size: 24px;
  position: relative;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header-control__icon {
    font-size: 18px;
    min-width: 18px;
  }

}

.header-control__icon .icon-heart {
  font-size: 21px;
}

.header-control--basket {
  position: relative;
  min-width: 75px;
  margin-right: 29px;
  /*padding-right: 40px;*/
}

@media (max-width: 1440px) {
  .header-control--basket {
    /*padding-right: 24px;*/
  }
}

@media (max-width: 768px) {
  .header-control--basket {
    min-width: 25px;
    padding: 5px 10px;
    margin-right: 0;
  }

  .header-control--basket__empty {
    padding: 0;
  }
}

.header-control--basket p.basket_empty {
  font-size: 14px;
  color: #a7a7a7;
}

@media (max-width: 768px) {
  .header-control--basket p.basket_empty {
    font-size: 12px;
  }

}

.header-control__icon {
  display: flex;
  line-height: 1;
  min-width: 24px;
  font-size: 24px;
  position: relative;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header-control__icon {
    font-size: 18px;
    min-width: 18px;
  }

}

.header-control__icon .icon-heart {
  font-size: 23px;
}

.header-control__icon .icon-smile {
  font-size: 28px;
}

@media (max-width: 768px) {
  .header-control__icon .icon-smile {
    font-size: 20px;
  }

}

.header-control__badge {
  top: -15px;
  right: -15px;
  height: 23px;
  display: flex;
  color: #fff;
  padding: 0 4px;
  min-width: 23px;
  font-size: 14px;
  line-height: 1.2;
  background: #000;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.header-control__badge.num-items__1,
.header-control__badge.num-items__2 {
  border-radius: 50%;
}

.header-control__badge.num-items__3,
.header-control__badge.num-items__4,
.header-control__badge.num-items__5,
.header-control__badge.num-items__6,
.header-control__badge.num-items__7,
.header-control__badge.num-items__8,
.header-control__badge.num-items__9 {
  border-radius: 25%;
}

@media (max-width: 1440px) {
  .header-control__badge {
    right: 0;
  }

}

@media (max-width: 768px) {

  .header-control__badge {
    top: -9px;
    right: 0px;
    height: 14px;
    font-size: 9px;
    min-width: 14px;
    border-radius: 50%;
  }

  .header-control__badge.num-items__2 {
    position: absolute;
    right: -3px;
  }

  .header-control__badge.num-items__3 {
    position: absolute;
    right: -10px;
    border-radius: 6px;
  }

  .header-control__badge.num-items__4 {
    position: absolute;
    right: -15px;
    border-radius: 6px;
  }

  .header-control__badge.num-items__5,
  .header-control__badge.num-items__6,
  .header-control__badge.num-items__7,
  .header-control__badge.num-items__8,
  .header-control__badge.num-items__9 {
    position: relative;
    right: 0;
    left: -13px;
    border-radius: 3px;
  }
}

.header-control__content p {
  margin: 0;
}

.header-control__content p:not(:first-child) {
  margin-top: 3px;
}

@media (max-width: 768px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

}

.header-catalog {
  min-width: 162px;
  margin-right: 100px;
}

@media (max-width: 1440px) {
  .header-catalog {
    margin-right: 44px;
  }

}

@media (max-width: 768px) {
  .header-catalog {
    margin: 0;
    opacity: 0;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    z-index: 1500;
    bottom: 9999px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    transition: all 0s ease 0.35s, opacity 0.35s ease;
  }

  body.mobile-menu-open .header-catalog {
    left: 0;
    right: 0;
    bottom: 0;
    top: 129px;
    opacity: 1;
    background: #fff;
    transition: opacity 0.35s ease;
  }

}

@media (max-width: 768px) {
  body.mobile-menu-open .header-catalog {
    top: 76px;
  }

}

@media (min-width: 769px) {
  .header-catalog__dropdown {
    opacity: 0;
    z-index: 500;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    display: flex;
    min-height: 478px;
    background: #fff;
    position: absolute;
    align-items: stretch;
    padding: 16px 25px 20px;
    border: 1px solid #e6e6e6;
    justify-content: flex-start;
    box-shadow: 0 1px 4px 0 rgba(24, 23, 23, 0.08);
    transition: all 0s ease 0.35s, opacity 0.35s ease;
  }

}

@media (min-width: 769px) and (max-width: 1440px) {
  .header-catalog__dropdown {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (min-width: 769px) {
  body.header-catalog-open .header-catalog__dropdown {
    left: 0;
    right: 0;
    top: 100%;
    opacity: 1;
    transition: opacity 0.35s ease;
  }

}

@media (max-width: 768px) {
  .header-catalog__dropdown {
    display: flex;
    padding: 0 20px;
    /*min-height: 100%;*/
    flex-direction: column;
    justify-content: space-between;
  }

}

.header-catalog__title {
  height: 35px;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  min-width: 162px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6bc32a;
  transition: background 0.35s ease;
}

@media (max-width: 1440px) {
  .header-catalog__title {
    /*min-width: 128px;*/
  }

}

.header-catalog__title:hover {
  background: #549921;
}

.header-catalog__title__icon {
  width: 20px;
  line-height: 1;
  font-size: 14px;
  margin-left: 14px;
  text-align: center;
}

.header-catalog__categories {
  width: 190px;
  flex-shrink: 0;
  padding: 0 10px;
  font-size: 14px;
  list-style: none;
  font-weight: bold;
  line-height: 18px;
  margin: 0 25px 0 0;
}

@media (max-width: 1440px) {
  .header-catalog__categories {
    width: 160px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 25px;
  }

}

@media (max-width: 768px) {
  .header-catalog__categories {
    width: 100%;
    margin-right: 0;
    line-height: 26px;
    font-weight: normal;
  }

  .header-catalog__dropdown--third-lvl-open .header-catalog__categories {
    display: none;
  }

}

.header-catalog__category {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .header-catalog__category {
    margin-bottom: 0;
  }

}

@media (max-width: 768px) {
  .header-catalog__dropdown:not(.header-catalog__dropdown--has-active) .header-catalog__category:not(:first-child) {
    border-top: 1px solid #dcdcdc;
  }

}

@media (max-width: 768px) {
  .header-catalog__dropdown--has-active .header-catalog__category:not(.header-catalog__category--active) {
    display: none;
  }

}

@media (max-width: 768px) {
  .header-catalog__category--active {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #dcdcdc;
  }

}

.header-catalog__category__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .header-catalog__category__link {
    display: block;
    position: relative;
    padding: 7px 16px 7px 7px;
  }

  .header-catalog__category--active .header-catalog__category__link {
    font-weight: bold;
    padding-left: 27px;
    padding-right: 20px;
  }

}

.header-catalog__category--active .header-catalog__category__link {
  color: #6bc32a;
}

@media (min-width: 769px) {
  .header-catalog__category__link:hover {
    color: #6bc32a;
  }

}

.header-catalog__category__arrow {
  top: 50%;
  right: 4px;
  line-height: 1;
  font-size: 10px;
  color: #696969;
  margin-top: -5px;
  position: absolute;
}

.header-catalog__category--active .header-catalog__category__arrow {
  left: 12px;
  right: auto;
  transform: rotate(180deg);
}

.header-catalog__groups-holder {
  width: 100%;
  max-width: 936px;
}

.header-catalog__groups {
  opacity: 0;
  width: 100%;
  top: -9999px;
  height: 100%;
  left: -9999px;
  right: 9999px;
  position: absolute;
}

@media (min-width: 769px) {
  .header-catalog__groups {
    columns: 4;
    column-gap: 0;
    padding: 4px 0;
    break-inside: avoid-page;
    page-break-inside: avoid;
  }

  /*html:not(.firefox) .header-catalog__groups {
    column-fill: auto;
  }*/

}

.header-catalog__groups--active {
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  position: relative;
  transition: opacity 0.35s ease;
}

.header-catalog__dropdown--third-lvl-open .header-catalog-item__group:not(.header-catalog-item__group--open) {
  display: none;
}

.header-catalog-item__group--all {
  margin-left: -20px;
  margin-right: -20px;
}

.header-catalog-item__group__title {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .header-catalog-item__group__title {
    margin-bottom: 0;
    line-height: 26px;
    font-weight: normal;
  }

  .header-catalog-item__group:not(:last-child) .header-catalog-item__group__title {
    border-bottom: 1px solid #dcdcdc;
  }

  .header-catalog-item__group--open .header-catalog-item__group__title {
    font-weight: bold;
    margin-left: -20px;
    margin-right: -20px;
  }

}

.header-catalog-item__group__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .header-catalog-item__group__link {
    display: block;
    position: relative;
    padding: 7px 15px 7px 7px;
  }

  .header-catalog-item__group--all .header-catalog-item__group__link {
    color: #6bc32a;
    padding-left: 27px;
    padding-right: 34px;
  }

  .header-catalog-item__group--open .header-catalog-item__group__link {
    padding-left: 27px;
    padding-right: 20px;
  }

}

@media (min-width: 769px) {
  .header-catalog-item__group__link:hover {
    color: #6bc32a;
  }

}

.header-catalog-item__group__arrow {
  top: 50%;
  right: 4px;
  line-height: 1;
  font-size: 10px;
  color: #696969;
  margin-top: -5px;
  position: absolute;
}

.header-catalog-item__group--all .header-catalog-item__group__arrow {
  right: 24px;
}

.header-catalog-item__group--open .header-catalog-item__group__arrow {
  left: 12px;
  right: auto;
  transform: rotate(180deg);
}

.header-catalog-item__group-inner {
  padding: 0 20px;
  margin: 0 0 16px;
}

@media (max-width: 1440px) {
  .header-catalog-item__group-inner {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
  }

}

@media (max-width: 768px) {
  .header-catalog-item__group-inner {
    margin: 0;
    padding: 0;
  }

}

.header-catalog-item__list {
  margin: 0;
  list-style: none;
  padding: 5px 0 8px;
}

@media (max-width: 768px) {
  .header-catalog-item__list {
    opacity: 0;
    padding: 0;
    top: -9999px;
    left: -9999px;
    right: 9999px;
    font-size: 14px;
    line-height: 26px;
    position: absolute;
  }

  .header-catalog-item__group--open .header-catalog-item__list {
    opacity: 1;
    top: auto;
    left: auto;
    right: auto;
    position: static;
    transition: opacity 0.35s ease;
  }

}

.header-catalog-item__list-item {
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .header-catalog-item__list-item {
    margin-bottom: 0;
  }

  .header-catalog-item__list-item:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }

  .header-catalog-item__list-item--all {
    margin-left: -20px;
    margin-right: -20px;
  }

}

.header-catalog-item__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .header-catalog-item__link {
    display: block;
    position: relative;
    padding: 7px 15px 7px 7px;
  }

  .header-catalog-item__list-item--all .header-catalog-item__link {
    color: #6bc32a;
    padding-left: 27px;
    padding-right: 27px;
  }

}

.header-catalog-item__link:hover {
  color: #6bc32a;
}

.header-catalog-item__arrow {
  top: 50%;
  right: 4px;
  line-height: 1;
  font-size: 10px;
  color: #696969;
  margin-top: -5px;
  position: absolute;
}

.header-catalog-item__list-item--all .header-catalog-item__arrow {
  right: 24px;
}

.nav {
  flex: 1 1 100%;
}

.nav-list {
  padding: 0;
  display: flex;
  margin: 0 -12px;
  font-size: 16px;
  list-style: none;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
}

.header-catalog-open .nav-list {
  color: #aeaeae;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .nav-list {
    font-size: 14px;
    margin-left: -8px;
    margin-right: -8px;
  }

}

.nav-list__item {
  margin: 0 12px;
}

@media (max-width: 1440px) {
  .nav-list__item {
    margin-left: 8px;
    margin-right: 8px;
  }

}

.nav-list__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

body:not(.header-catalog-open) .nav-list__item--special .nav-list__link {
  /*color: #e7205c;*/
}

.nav-list__link:hover {
  color: #6bc32a;
}

.nav-list__item--special .nav-list__link:hover {
  color: #bf1548;
}

.header-cabinet {
  display: flex;
  font-size: 16px;
  min-width: 202px;
  margin-left: 12px;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 1440px) {
  .header-cabinet {
    font-size: 14px;
    min-width: 150px;
    margin-left: 8px;
  }

}

.header-cabinet__title {
  height: 35px;
  display: flex;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.header-cabinet__title:hover {
  color: #6bc32a;
}

.header-cabinet__title .icon-user {
  font-size: 15px;
  margin-right: 12px;
}

.header-cabinet__title .icon-angle-down {
  margin-left: 4px;
}

.header-cabinet__dropdown {
  opacity: 0;
  top: -9999px;
  z-index: 500;
  width: 274px;
  right: 9999px;
  padding: 10px 0 0;
  position: absolute;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 4px 0 rgba(24, 23, 23, 0.08);
  transition: all 0s ease 0.35s, opacity 0.35s ease;
}

@media (max-width: 1440px) {
  .header-cabinet__dropdown {
    width: 250px;
  }

}

.header-cabinet:hover .header-cabinet__dropdown {
  right: 0;
  top: 100%;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.header-cabinet__dropdown:after,
.header-cabinet__dropdown:before {
  right: 55px;
  content: "";
  bottom: 100%;
  position: absolute;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

@media (max-width: 1440px) {

  .header-cabinet__dropdown:after,
  .header-cabinet__dropdown:before {
    right: 3px;
  }

}

.header-cabinet__dropdown:after {
  margin-bottom: -1px;
  border-bottom-color: #fff;
}

.header-cabinet__dropdown:before {
  border-bottom-color: #e6e6e6;
}

.header-cabinet__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-cabinet__list-item--logout {
  margin-top: 8px;
  border-top: 1px solid #dcdcdc;
}

.header-cabinet__list-link {
  display: flex;
  align-items: center;
  padding: 6px 22px 7px;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.header-cabinet__list-item--logout .header-cabinet__list-link {
  color: #838383;
  padding-top: 9px;
  padding-bottom: 9px;
}

.header-cabinet__list-link:hover {
  color: #6bc32a;
}

.header-cabinet__list-item--logout .header-cabinet__list-link:hover {
  color: #e7205c;
}

.header-cabinet__list-link small {
  font-size: 14px;
  color: #aeaeae;
  line-height: 1.2;
  margin-left: 18px;
}

.header-cabinet__badge {
  width: 16px;
  height: 16px;
  color: #fff;
  display: flex;
  line-height: 1;
  font-size: 12px;
  margin-left: 16px;
  border-radius: 50%;
  padding-bottom: 1px;
  align-items: center;
  justify-content: center;
}

.header-cabinet__badge--green {
  background-color: #54ae3f;
}

.header-cabinet__badge--red {
  background-color: #e7205c;
}

.header-city {
  display: flex;
  margin-right: 16px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .header-city {
    margin-right: 8px;
  }

}

.header-city:hover span {
  border-bottom-color: transparent;
}

.header-city span {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dotted;
  transition: border-color 0.35s ease;
}

@media (max-width: 768px) {
  .header-city span {
    max-width: 96px;
    border-bottom-style: dashed;
  }

}

.header-city i {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .header-city i {
    margin-right: 0;
    margin-left: 4px;
  }

}

.header-city .icon-location {
  top: 1px;
  line-height: 1;
  font-size: 12px;
  position: relative;
  display: none;
  /*e42*/
}

.header-mobile-controls {
  order: -10;
  display: flex;
  flex-shrink: 0;
  min-width: 178px;
  padding-right: 20px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .header-mobile-controls {
    min-width: 96px;
  }

}

.burger {
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  display: flex;
  line-height: 1;
  font-size: 14px;
  border-radius: 0;
  background: none;
  margin: 0 21px 0 0;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
}

@media (max-width: 768px) {
  .burger {
    margin-right: 16px;
  }

}

body.mobile-menu-open .burger .icon-burger {
  display: none;
}

body:not(.mobile-menu-open) .burger .icon-close {
  display: none;
}

.footer {
  font-size: 14px;
  line-height: 18px;
  padding: 30px 0 80px;
  background: #f7f7f7;
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

}

.footer p {
  margin-bottom: 0.64285em;
}

.footer p a {
  color: inherit;
}

.footer__title {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer__title {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-transform: none;
  }

}

.footer__title__arrow {
  top: 50%;
  right: 20px;
  line-height: 1;
  font-size: 10px;
  color: #696969;
  margin-top: -5px;
  position: absolute;
  transition: transform 0.35s ease;
}

.footer__list-holder--open .footer__title__arrow {
  transform: rotate(90deg);
}

.footer__phone {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 4px;
  vertical-align: top;
  display: inline-block;
  border-bottom-color: transparent;
}

.footer__phone:hover {
  border-bottom-color: inherit;
}

.footer .col-row {
  margin-left: -8px;
  margin-right: -8px;
}

.footer .col-row>.col {
  padding-left: 8px;
  padding-right: 8px;
}

.footer__contacts {
  margin-top: -12px;
}

.footer__contacts p {
  margin-bottom: 15px;
}

.footer__contacts .contacts-socials {
  padding-top: 0;
}

.footer__contacts .contacts-socials li {
  margin-bottom: 7px;
}

.footer__full-version {
  height: 48px;
  display: flex;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 -20px 6px;
  line-height: 1.2;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
}

.footer__full-version__text {
  border-bottom: 1px solid;
  transition: border-color 0.35s ease;
}

.footer__full-version:hover .footer__full-version__text {
  border-bottom-color: transparent;
}

.footer__full-version i {
  color: #777;
  line-height: 1;
  font-size: 15px;
  margin-right: 18px;
}

@media (max-width: 768px) {
  .footer__list-holder {
    margin: 0 -20px;
    border-bottom: 1px solid #dcdcdc;
  }

}

@media (max-width: 768px) {
  .footer__list-holder .footer__title {
    margin-bottom: 0;
    padding: 9px 40px 9px 30px;
  }

}

.footer .socials {
  margin-top: -12px;
}

@media (max-width: 768px) {
  .footer .socials {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }

}

.footer .socials__item {
  margin-bottom: 2px;
}

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

@media (min-width: 769px) {
  .footer-list {
    height: auto !important;
    display: block !important;
    overflow: visible !important;
  }

}

@media (max-width: 768px) {
  .footer-list {
    font-size: 14px;
    line-height: 1.2;
    padding: 2px 20px 5px;
  }

}

.footer-list__item {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .footer-list__item {
    margin-bottom: 10px;
  }

}

.footer-list__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

.footer-list__link:hover {
  color: #6bc32a;
}

@media (min-width: 769px) and (max-width: 960px) {
  .footer .col {
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__title {
    font-size: 13px;
  }

}

.copyright {
  line-height: 20px;
}

@media (max-width: 768px) {
  .copyright {
    display: block;
    margin: 0 -20px;
    line-height: 16px;
    padding: 3px 20px 4px;
    border-top: 1px solid #dcdcdc;
  }

}

.intro {
  padding: 32px 0 20px;
}

@media (max-width: 768px) {
  .intro {
    padding-top: 7px;
    padding-bottom: 0;
  }

}

.intro-slider {
  position: relative;
}

@media (max-width: 768px) {
  .intro-slider {
    margin-left: -2px;
    margin-right: -3px;
    height: 100%;
  }

}

@media (max-width: 768px) {
  .intro-slider .slick-arrow {
    display: none !important;
  }

}

.intro-slider__item {
  display: block;
  position: relative;
}

.intro-slider:not(.slick-slider) .intro-slider__item:not(:first-child) {
  display: none;
}

.intro-slider__item:before {
  content: "";
  display: block;
  padding-top: 30.8823529412%;
}

@media (max-width: 768px) {
  .intro-slider__item:before {
    /*padding-top: 56.0655737705%;*/
  }

}

.intro-slider__item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

@media (min-width: 769px) {
  .ceo-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

}

@media (min-width: 769px) {
  .ceo-section__head {
    width: 250px;
    flex-shrink: 0;
    margin-right: 32px;
  }

}

@media (min-width: 769px) {
  .ceo-section__content {
    padding-top: 6px;
  }

}

@media (min-width: 769px) {
  .ceo-section__content {
    columns: 2;
    column-gap: 32px;
  }

}

@media (max-width: 768px) {
  .ceo-section__content {
    overflow: hidden;
    margin-bottom: 10px;
  }

  .ceo-section__expanded-text:not(.ceo-section__expanded-text--show-all) .ceo-section__content {
    max-height: 96px;
  }

}

@media (max-width: 480px) {
  .ceo-section__content {
    margin-bottom: 6px;
  }

  .ceo-section__expanded-text:not(.ceo-section__expanded-text--show-all) .ceo-section__content {
    max-height: 139px;
  }

}

.ceo-section__expanded-text--show-all .ceo-section__more {
  display: none;
}

.ceo-section__more__link {
  color: #dcdcdc;
  vertical-align: top;
  display: inline-block;
}

.ceo-section__more__link:hover {
  color: #6bc32a;
}

.cabinet__main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .cabinet__main {
    display: block;
  }

}

.cabinet__main .section-content {
  width: 100%;
}

.cabinet__sidebar {
  width: 220px;
  flex-shrink: 0;
  margin-right: 60px;
}

@media (max-width: 1440px) {
  .cabinet__sidebar {
    width: 200px;
    margin-right: 20px;
  }

}

.cabinet__balance-panel {
  font-size: 14px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .cabinet__balance-panel {
    margin-top: -5px;
    text-align: center;
    margin-bottom: 32px;
  }

}

.cabinet__balance-panel--info {
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .cabinet__balance-panel--info {
    border-bottom: 1px solid #dcdcdc;
  }

}

@media (max-width: 768px) {
  .cabinet__balance-panel--info {
    font-size: 14px;
    line-height: 16px;
  }

}

.cabinet__balance-panel--info a {
  border: none;
  vertical-align: top;
  display: inline-block;
}

.cabinet__balance {
  display: block;
  padding: 5px 0;
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 6px;
  border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .cabinet__balance {
    padding: 0;
    border: none;
    font-size: 20px;
    margin-bottom: 13px;
  }

}

.cabinet__balance__more {
  color: #6bc32a;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.cabinet__balance__more:hover {
  color: #549921;
  border-bottom-color: transparent;
}

.cabinet__back-link {
  margin-top: -3px;
  margin-bottom: 16px;
}

.cabinet__back-link__link {
  font-size: 16px;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
}

.cabinet__back-link__link .icon-angle-right {
  line-height: 1;
  font-size: 10px;
  margin-right: 14px;
  transform: rotate(180deg);
}

.side-list {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  list-style: none;
}

.side-list__item {
  margin-bottom: 17px;
}

.side-list__item--active {
  font-weight: bold;
}

.side-list__link {
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

.side-list__link:hover {
  color: #6bc32a;
}

.cabinet-menu-list {
  padding: 0 8px;
  font-size: 14px;
  margin: 0 0 -1px;
  line-height: 1.2;
  list-style: none;
}

.cabinet-menu-list__item {
  border-bottom: 1px solid #dcdcdc;
}

.cabinet-menu-list__item--main {
  display: flex;
  justify-content: space-between;
}

.cabinet-menu-list__notifications {
  width: 36px;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.cabinet-menu-list__notifications:before {
  left: 0;
  top: 50%;
  width: 1px;
  content: "";
  height: 22px;
  margin-top: -11px;
  position: absolute;
  background: #dcdcdc;
}

.cabinet-menu-item {
  width: 100%;
  display: flex;
  min-height: 37px;
  position: relative;
  align-items: center;
  padding: 5px 40px 5px 1px;
  transition: color 0.35s ease;
  justify-content: space-between;
}

.cabinet-menu-list__item--main .cabinet-menu-item {
  min-height: 40px;
}

.cabinet-menu-list__item--exit .cabinet-menu-item {
  min-height: 40px;
}

.cabinet-menu-item:hover {
  color: #6bc32a;
}

.cabinet-menu-item__icon {
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  line-height: 1;
  font-size: 10px;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.cabinet-menu-item:not(:hover) .cabinet-menu-item__icon {
  color: #696969;
}

.cabinet-menu-item:not(:hover) .cabinet-menu-item__icon .icon-logout {
  color: #171717;
}

.cabinet-menu-item__icon .icon-logout {
  font-size: 17px;
}

.cabinet-menu-item__badge {
  width: 15px;
  height: 15px;
  color: #fff;
  display: flex;
  margin: 0 2px;
  flex-shrink: 0;
  line-height: 1;
  font-size: 9px;
  border-radius: 50%;
  padding-bottom: 1px;
  align-items: center;
  justify-content: center;
}

.cabinet-menu-item__badge--red {
  background: #e7205c;
}

.cabinet-menu-item__badge--green {
  background: #54ae3f;
}

.cabinet-menu-list__notifications .cabinet-menu-item__badge {
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -16px 0 0 -2px;
}

.cabinet-menu-item small {
  font-size: 12px;
  color: #aeaeae;
  line-height: 1.2;
  white-space: nowrap;
}

.cabinet-form {
  padding-top: 7px;
}

.cabinet-form h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 17px;
}

@media (max-width: 768px) {
  .cabinet-form h3 {
    margin-bottom: 12px;
  }

}

@media (min-width: 769px) {
  .cabinet-form .inputs-list {
    padding-left: 4px;
  }

}

@media (min-width: 769px) {
  .cabinet-form .inputs-list__item {
    margin-bottom: 15px;
  }

}

.cabinet-form .checkbox {
  font-size: 16px;
}

.cabinet-form .radio {
  font-size: 16px;
}

.cabinet-form .radio__content small {
  font-size: 14px;
}

@media (min-width: 1441px) {
  .cabinet-row {
    padding-right: 128px;
  }

}

.cabinet-row:not(:first-child) {
  padding-top: 22px;
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .cabinet-row:not(:first-child) {
    padding-top: 17px;
  }

}

.cabinet-group {
  margin: 0 0 18px;
}

@media (max-width: 768px) {
  .cabinet-group {
    margin-bottom: 13px;
  }

}

.cabinet-group:not(.cabinet-group--on-edit) .sub-field {
  display: none;
}

@media (max-width: 768px) {
  .cabinet-group__password {
    margin-top: -4px;
    padding-bottom: 6px;
  }

}

@media (max-width: 768px) {
  .cabinet-group__password.cabinet-group--on-edit .cabinet-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
  }

}

@media (max-width: 768px) {
  .cabinet-group__password.cabinet-group--on-edit .cabinet-item__title {
    width: 110px;
    flex-shrink: 0;
    font-size: 14px;
    color: #20262c;
    margin: 0 10px 0 0;
  }

}

@media (max-width: 768px) {
  .cabinet-group__password.cabinet-group--on-edit .cabinet-item__value {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .cabinet-group__password.cabinet-group--on-edit .cabinet-item__link-holder {
    margin: 12px -5px 0;
  }

}

@media (max-width: 768px) {
  .cabinet-group__password.cabinet-group--on-edit .cabinet-item__link {
    height: 34px;
    border: none;
    color: #fff;
    display: flex;
    flex: 1 1 100%;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    padding: 5px 15px;
    margin-right: 5px;
    border-radius: 4px;
    text-align: center;
    align-items: center;
    background: #6bc32a;
    justify-content: center;
    transition: all 0.35s ease;
  }

  .cabinet-group__password.cabinet-group--on-edit .cabinet-item__link:hover {
    background: #2ab0d4;
  }

  .cabinet-group__password.cabinet-group--on-edit .cabinet-item__link--cancel {
    color: #20262c;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e2e2e2;
  }

  .cabinet-group__password.cabinet-group--on-edit .cabinet-item__link--cancel:hover {
    background: #fff;
    box-shadow: inset 0 0 0 1px #d5d5d5;
  }

}

.cabinet-item {
  margin: 0 0 18px;
}

@media (max-width: 768px) {
  .cabinet-item {
    margin-bottom: 16px;
  }

  .cabinet-group .cabinet-item {
    margin-bottom: 10px;
  }

}

.cabinet-item__title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #aeaeae;
}

@media (max-width: 768px) {
  .cabinet-item__title {
    font-size: 12px;
  }

}

.cabinet-item__value .form-control {
  font-size: 16px;
  transition: all 0.35s ease;
}

@media (max-width: 768px) {
  .cabinet-item__value .form-control {
    font-size: 14px;
  }

}

.cabinet-item:not(.cabinet-item--on-edit) .cabinet-item__value .form-control {
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
  border-color: transparent;
}

@media (max-width: 768px) {
  .cabinet-item:not(.cabinet-item--on-edit) .cabinet-item__value .form-control {
    height: 28px;
  }

}

.cabinet-item__link-holder {
  display: flex;
  margin: 10px -8px 0;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .cabinet-item__link-holder {
    margin-top: 6px;
  }

}

.cabinet-group .cabinet-item__link-holder {
  margin-top: -7px;
}

@media (max-width: 768px) {
  .cabinet-group .cabinet-item__link-holder {
    margin-top: -2px;
  }

}

.cabinet-item__link {
  margin: 0 8px;
  font-size: 16px;
  color: #6bc32a;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px dashed;
  transition: color 0.35s ease, border-color 0.35s ease;
}

@media (max-width: 768px) {
  .cabinet-item__link {
    font-size: 14px;
  }

}

.cabinet-item__link:hover {
  color: #05bf28;
  border-bottom-color: transparent;
}

.cabinet-item__link--cancel {
  color: #e7205c;
}

.cabinet-item__link--cancel:hover {
  color: #be1548;
}

.cabinet-item__link:before {
  content: attr(data-default);
}

.cabinet-item--on-edit .cabinet-item__link:before,
.cabinet-group--on-edit .cabinet-item__link:before {
  content: attr(data-active);
}

.cabinet-item:not(.cabinet-item--on-edit) .radio,
.cabinet-item:not(.cabinet-item--on-edit) .checkbox {
  pointer-events: none;
}

.companies-list {
  padding: 0;
  list-style: none;
  margin: -3px 0 28px;
}

@media (max-width: 768px) {
  .companies-list {
    margin-top: 0;
    margin-bottom: 25px;
  }

}

.companies-list__item:not(:first-child) {
  margin-top: 12px;
}

.company-item {
  display: block;
  padding: 13px 20px 18px;
  border: 1px solid #f1f1f1;
  transition: border-color 0.35s ease;
}

@media (max-width: 768px) {
  .company-item {
    font-size: 10px;
    padding: 11px 18px 14px 11px;
  }

}

.company-item:hover {
  border-color: #6bc32a;
}

.company-item__head {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .company-item__head {
    display: block;
    margin-bottom: 4px;
  }

}

.company-item__title {
  font-size: 18px;
}

@media (max-width: 768px) {
  .company-item__title {
    font-size: 14px;
    font-weight: normal;
  }

}

.company-item__edit {
  display: block;
  color: #6bc32a;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .company-item__edit {
    font-size: 14px;
  }

}

.company-item__edit:hover {
  color: #05bf28;
}

.company-item__info {
  display: block;
  color: #a0a0a0;
}

@media (max-width: 768px) {
  .company-item__info {
    margin-bottom: 10px;
  }

}

.add-link {
  font-size: 16px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .add-link {
    font-size: 14px;
  }

}

.add-link__link {
  align-items: center;
  vertical-align: top;
  display: inline-flex;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.add-link__link:hover {
  color: #6bc32a;
}

.add-link__icon {
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
  font-size: 16px;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  vertical-align: top;
  display: inline-block;
  color: #6bc32a;
  transition: color 0.35s ease;
}

.order-form__add-row__link:hover .add-link__icon {
  color: #2ab0d4;
}

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

.order-item {
  margin: 0 0 19px;
  position: relative;
  padding: 10px 16px 15px;
  border: 1px solid #f1f1f1;
}

@media (max-width: 768px) {
  .order-item {
    padding-left: 10px;
    padding-right: 10px;
  }

}

.order-item__head {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .order-item__head {
    margin-bottom: 1px;
  }

}

.order-item__article {
  font-size: 18px;
}

.order-item__status {
  font-size: 16px;
  color: #54ae3f;
}

@media (max-width: 768px) {
  .order-item__status {
    font-size: 14px;
  }

}

.order-item__status--error {
  color: #e7205c;
}

.order-item__status--finish {
  color: #aeaeae;
}

.order-item__date {
  display: block;
  font-size: 14px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .order-item__date {
    margin-bottom: 12px;
  }

}

.order-item__price-panel {
  display: flex;
  font-size: 16px;
  margin: 0 0 20px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .order-item__price-panel {
    font-size: 14px;
    margin-bottom: 4px;
  }

}

.order-item__price-panel__title {
  margin-right: 20px;
}

.order-item__products-preview {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px -10px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .order-item__products-preview {
    margin-bottom: -8px;
  }

}

.order-item__products-preview__item {
  margin: 0 5px 10px;
}

.order-item__product-preview-item {
  width: 57px;
  display: block;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 768px) {
  .order-item__product-preview-item {
    width: 40px;
    margin-top: 12px;
  }

}

.order-item__product-preview-item:before {
  content: "";
  display: block;
  padding-top: 131.5789473684%;
}

.order-item__product-preview-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.order-item__controls {
  display: flex;
  min-height: 33px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .order-item__controls {
    min-height: 0;
    margin-top: 10px;
  }

}

.order-item__more {
  font-size: 14px;
  line-height: 1.2;
  color: #6bc32a;
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .order-item__more {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
  }

}

.order-item__more:hover {
  color: #2ab0d4;
}

.order-item__track-btn {
  z-index: 15;
  height: 33px;
  display: flex;
  font-size: 14px;
  color: #61d2ee;
  min-width: 183px;
  line-height: 1.2;
  padding: 5px 27px;
  margin-left: 20px;
  position: relative;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  box-shadow: inset 0 0 0 1px #61d2ee;
}

@media (max-width: 768px) {
  .order-item__track-btn {
    margin: 0;
    width: 100%;
  }

}

.order-item__track-btn:hover {
  color: #33c5e9;
  box-shadow: inset 0 0 0 1px #33c5e9;
}

.appeals__btn-holder {
  margin-top: 35px;
  margin-bottom: 38px;
}

@media (max-width: 768px) {
  .appeals__btn-holder {
    margin-top: 0;
    margin-bottom: 0;
  }

}

.appeals__btn-holder .btn {
  height: 45px;
  min-width: 300px;
}

@media (max-width: 768px) {
  .appeals__btn-holder .btn {
    width: 100%;
    min-width: 0;
  }

}

.faq-link {
  color: #aeaeae;
  text-align: center;
  margin-bottom: 32px;
}

.faq-link--default {
  text-align: left;
}

@media (min-width: 769px) {
  .faq-link--default {
    margin-top: -10px;
  }

}

@media (max-width: 768px) {
  .faq-link--default {
    margin-bottom: 24px;
  }

}

.faq-link a {
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.faq-link a:hover {
  color: #959595;
  border-bottom-color: transparent;
}

.appeals-table tbody tr {
  transition: box-shadow 0.35s ease;
  box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0), inset 0 1px 0 0 #dcdcdc;
}

.appeals-table tbody tr:hover {
  box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px #f5f5f5;
}

.appeals-table tbody tr:first-child:not(:hover) {
  box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0);
}

.appeals-table th {
  padding-left: 15px;
  padding-right: 15px;
}

.appeals-table td {
  padding: 0;
  border: none !important;
}

.appeals-table td>a {
  display: block;
  padding: 15px 15px 14px;
}

.appeals-list {
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

.appeal-item {
  margin: 0 0 20px;
  padding: 10px 10px 16px;
  border: 1px solid #e2e2e2;
}

.appeal-item__title {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.appeal-item__date {
  display: block;
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 12px;
}

.appeal-item__more {
  font-size: 14px;
  color: #6bc32a;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px dashed;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.appeal-item__more:hover {
  color: #549921;
}

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

@media (min-width: 769px) {
  .notifications-list {
    padding-top: 4px;
  }

}

.notification {
  display: flex;
  padding: 0 0 35px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .notification {
    padding-bottom: 12px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

}

.notification:not(:first-child) {
  padding-top: 26px;
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .notification:not(:first-child) {
    padding-top: 10px;
  }

}

.notification__icon {
  width: 80px;
  display: flex;
  flex-shrink: 0;
  min-height: 40px;
  margin: 0 28px 0 0;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .notification__icon {
    width: 42px;
    margin-right: 18px;
  }

}

.notification__icon img {
  display: block;
  max-width: 100%;
  max-width: 40px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .notification__icon img {
    max-width: 37px;
  }

}

.notification__content {
  width: 100%;
}

.notification__title {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .notification__title {
    display: none;
  }

}

.notification__text {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 9px;
}

.notification__text p {
  margin: 0;
}

.notification__text p:not(:first-child) {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .notification__text p:not(:first-child) {
    margin-top: 6px;
  }

}

.notification__text p a {
  color: inherit;
}

.notification__text p a:hover {
  color: inherit;
}

.notification__date {
  display: block;
  font-size: 12px;
  color: #aeaeae;
}

.order-info__head {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .order-info__head {
    margin-bottom: 19px;
  }

}

.order-info__status {
  font-size: 16px;
  color: #54ae3f;
}

@media (min-width: 1441px) {
  .order-info__status {
    margin-right: 13px;
  }

}

@media (max-width: 768px) {
  .order-info__status {
    font-size: 14px;
  }

}

.order-info__status--error {
  color: #e7205c;
}

.order-info__status--finish {
  color: #aeaeae;
}

.order-info__title {
  display: flex;
  line-height: 1;
  font-size: 28px;
  align-items: flex-end;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .order-info__title {
    font-size: 18px;
  }

}

.order-info__date {
  line-height: 1;
  font-size: 14px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .order-info__date {
    display: none;
  }

}

.order-info__main {
  display: flex;
  margin-bottom: 12px;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .order-info__main {
    display: block;
  }

}

.order-info__info {
  width: 100%;
  font-size: 16px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .order-info__info {
    padding-top: 0;
    font-size: 14px;
  }

}

.order-info__row {
  display: flex;
  margin-bottom: 21px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .order-info__row {
    display: block;
  }

}

.order-info__row__title {
  width: 150px;
  display: block;
  margin: 0 20px 0 0;
}

@media (max-width: 768px) {
  .order-info__row__title {
    width: auto;
    margin: 0 0 11px;
  }

}

.order-info__row__value p {
  margin: 0 0 8px;
}

@media (max-width: 768px) {
  .order-info__row__value p {
    margin-bottom: 6px;
  }

}

.order-info__summary {
  width: 333px;
  flex-shrink: 0;
  margin-left: 40px;
  padding: 13px 15px;
  border: 1px solid #f5f5f5;
  box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .order-info__summary {
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
    box-shadow: none;
  }

}

.order-info__summary.basket-summary {
  font-size: 16px;
}

@media (max-width: 768px) {
  .order-info__summary.basket-summary {
    display: flex;
    font-size: 14px;
    margin-bottom: -8px;
    flex-direction: column;
  }

}

.order-info__summary .basket-summary__group {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .order-info__summary .basket-summary__group {
    width: 100%;
  }

}

@media (min-width: 769px) {
  .order-info__summary .basket-summary__group:last-child {
    margin-bottom: 0;
  }

}

@media (max-width: 768px) {
  .order-info__summary .basket-summary__group:first-child {
    margin: 0 -10px 5px;
    padding: 0 10px 8px;
    width: calc(100% + 20px);
    border-bottom: 1px solid #dcdcdc;
  }

}

.order-info__summary .basket-summary__item {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .order-info__summary .basket-summary__expanded .basket-summary__group {
    border: none;
  }

}

.order-info__controls {
  display: flex;
  align-items: center;
  margin: 0 -18px 12px;
  justify-content: flex-start;
}

.order-info__control {
  display: flex;
  margin: 0 18px;
  color: #6bc32a;
  align-items: center;
  text-decoration: underline;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.order-info__control:hover {
  text-decoration: none;
  color: #549921;
}

.order-info__control i {
  line-height: 1;
  font-size: 13px;
  margin-right: 8px;
}

.order-info__track-btn {
  height: 33px;
  font-size: 14px;
  color: #61d2ee;
  padding: 5px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: inset 0 0 0 1px #61d2ee;
}

.order-info__track-btn:hover {
  color: #33c5e9;
  box-shadow: inset 0 0 0 1px #33c5e9;
}

.order-info .basket-products-list {
  border-top: 1px solid #dcdcdc;
}

.order-info .basket-products-info-panel {
  padding-bottom: 0;
  border-bottom: none;
}

.order-info__repeat {
  height: 42px;
  display: flex;
  font-size: 14px;
  color: #6bc32a;
  margin: 0 -10px 8px;
  align-items: center;
  border-style: solid;
  border-width: 1px 0;
  justify-content: center;
  border-color: #dcdcdc;
  text-decoration: underline;
  transition: color 0.35s ease;
}

.order-info__repeat:hover {
  color: #549921;
}

.order-info__repeat i {
  line-height: 1;
  font-size: 13px;
  margin-right: 6px;
}

.order-info__tracking {
  display: block;
  font-size: 14px;
  margin: 0 0 24px;
  text-align: center;
  border-radius: 6px;
  background: #ededed;
  padding: 5px 20px 15px;
}

.order-info__tracking__title {
  display: block;
  margin-bottom: 12px;
}

.order-info__tracking__number {
  padding-left: 40px;
  position: relative;
  text-decoration: underline;
}

.order-info__tracking__number:after {
  left: 0;
  top: 50%;
  content: "";
  width: 28px;
  height: 25px;
  margin-top: -12px;
  position: absolute;
  background: url(../images/tracking-icon.png) 50% 50%/contain no-repeat;
}

@media (max-width: 768px) {

  .balance-table table,
  .balance-table tbody,
  .balance-table caption,
  .balance-table td {
    display: block;
  }

}

@media (max-width: 768px) {
  .balance-table caption {
    margin-bottom: 5px;
  }

}

@media (max-width: 768px) {
  .balance-table table {
    font-size: 14px;
    overflow: hidden;
  }

}

@media (max-width: 768px) {
  .balance-table tr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    padding: 8px 48px 7px 0;
    align-items: flex-start;
    justify-content: space-between;
  }

  .balance-table tr:not(:first-child) {
    border-top: 1px solid #dcdcdc;
  }

  .balance-table tr:not(:first-child) td {
    border: none;
  }

}

@media (max-width: 768px) {
  .balance-table td {
    padding: 0 10px;
  }

  .balance-table td:first-child {
    padding-left: 10px;
  }

  .balance-table td:last-child {
    padding-right: 10px;
  }

}

@media (max-width: 768px) {
  .balance-table__date {
    order: 20;
    width: 100%;
    margin-top: 4px;
    font-size: 12px;
    color: #a0a0a0;
  }

}

@media (max-width: 768px) {
  .balance-table__price {
    top: 8px;
    right: 0;
    position: absolute;
  }

}

.bonuses-info {
  font-size: 14px;
  line-height: 18px;
}

.bonuses-info h3 {
  font-size: 18px;
  margin: 0 0 14px;
  line-height: 1.2;
}

.section-content .bonuses-info h3 {
  font-size: 18px;
  margin: 0 0 14px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .bonuses-info h3 {
    margin-bottom: 8px;
  }

}

.bonuses-info p {
  margin-bottom: 1.2857em;
}

.bonuses-info .bonuses-small-list {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .bonuses-info .bonuses-small-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }

}

.bonuses-info .bonuses-small-list__item {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .bonuses-info .bonuses-small-list__item {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width: 768px) {
  .bonuses-info .bonuses-small-list__item {
    width: 100%;
  }

}

.bonuses-info ul:not([class]) {
  padding: 0;
  list-style: none;
  margin: -1.2857em 0 1.2857em;
}

.bonuses-info ul:not([class]) li {
  padding-left: 12px;
  position: relative;
}

.bonuses-info ul:not([class]) li:before {
  left: 0;
  top: 8px;
  content: "";
  border: 2px solid;
  border-radius: 50%;
  position: absolute;
}

.bonuses-info .default-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -30px 16px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .bonuses-info .default-list {
    margin-bottom: 8px;
    margin-left: -15px;
    margin-right: -15px;
  }

}

.bonuses-info .default-list li {
  width: 50%;
  margin: 0 0 36px;
  position: relative;
  padding: 0 30px 0 70px;
}

@media (max-width: 768px) {
  .bonuses-info .default-list li {
    padding-left: 35px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

}

@media (max-width: 768px) {
  .bonuses-info .default-list li {
    width: 100%;
    margin-bottom: 17px;
  }

}

.bonuses-info .default-list li:before {
  top: 6px;
  left: 46px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  position: absolute;
  background: #e16f00;
}

@media (max-width: 768px) {
  .bonuses-info .default-list li:before {
    left: 15px;
  }

}

.partners-advantages {
  display: flex;
  margin-top: 75px;
  margin-bottom: 60px;
  align-items: flex-start;
  line-height: 1.7142857143;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .partners-advantages {
    margin-top: 40px;
    margin-bottom: 25px;
    align-items: stretch;
    line-height: 1.5;
    flex-direction: column-reverse;
  }

}

.partners-advantages__visual {
  flex: 0 0 45%;
  margin-top: 6px;
  max-width: 470px;
  margin-right: 56px;
}

@media (max-width: 1440px) {
  .partners-advantages__visual {
    margin-right: 24px;
    flex: 0 0 calc(50% - 12px);
  }

}

@media (max-width: 768px) {
  .partners-advantages__visual {
    flex: 1 1 auto;
    max-width: none;
    margin: 24px -10px 0;
    width: calc(100% + 20px);
  }

}

.partners-advantages__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .partners-advantages__visual img {
    max-height: 314px;
    min-height: 251px;
  }

}

.partners-advantages__content {
  flex: 1 1 100%;
}

.partners-advantages__content h2,
.partners-advantages__content .h2 {
  margin-bottom: 28px;
}

.partners-advantages__content ul {
  margin: 0;
  list-style: none;
  padding: 11px 0 0;
}

@media (max-width: 768px) {
  .partners-advantages__content ul {
    padding-top: 2px;
  }

}

.partners-advantages__content li {
  position: relative;
  padding-left: 22px;
}

.partners-advantages__content li:before {
  left: 0;
  top: 4px;
  content: "";
  position: absolute;
  border-left: 10px solid #e7205c;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.to-partners {
  display: flex;
  margin-bottom: 28px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .to-partners {
    margin-bottom: 0;
    align-items: stretch;
    flex-direction: column;
  }

}

.to-partners__visual {
  flex: 0 0 35%;
  margin-top: 6px;
  max-width: 372px;
  margin-left: 56px;
}

@media (max-width: 1440px) {
  .to-partners__visual {
    flex: 0 0 30%;
    margin-left: 24px;
  }

}

@media (max-width: 768px) {
  .to-partners__visual {
    flex: 1 1 auto;
    max-width: none;
    margin: 24px -10px 0;
    width: calc(100% + 20px);
  }

}

.to-partners__visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .to-partners__visual img {
    max-height: 400px;
    min-height: 368px;
  }

}

.to-partners__content {
  flex: 1 1 100%;
  max-width: 550px;
}

.to-partners-item {
  position: relative;
  padding-left: 44px;
}

@media (max-width: 1440px) {
  .to-partners-item {
    padding-left: 32px;
  }

}

@media (max-width: 768px) {
  .to-partners-item {
    padding-left: 38px;
  }

}

.to-partners-item:before {
  left: 0;
  top: 5px;
  width: 1em;
  height: 1em;
  content: "";
  line-height: 1;
  font-size: 25px;
  position: absolute;
  border-radius: 50%;
  background: #e7205c;
}

@media (max-width: 1440px) {
  .to-partners-item:before {
    top: 4px;
    font-size: 20px;
  }

}

.to-partners-item:not(:first-child) {
  margin-top: 50px;
}

@media (max-width: 1440px) {
  .to-partners-item:not(:first-child) {
    margin-top: 32px;
  }

}

@media (max-width: 768px) {
  .to-partners-item:not(:first-child) {
    margin-top: 20px;
  }

}

@media (max-width: 768px) {
  .to-partners-item:first-of-type {
    margin-top: 22px;
  }

}

.to-partners-item__title {
  display: block;
  margin-bottom: 36px;
}

@media (max-width: 1440px) {
  .to-partners-item__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

}

@media (max-width: 1440px) and (min-width: 769px) {
  .cabinet--new .to-partners-item__title.h1 {
    font-size: 24px;
  }

}

.to-partners-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.to-partners-item ul>li {
  position: relative;
  padding-left: 14px;
}

@media (max-width: 768px) {
  .to-partners-item ul>li {
    padding-left: 0;
  }

}

.to-partners-item ul>li:before {
  top: 0;
  left: 2px;
  content: "-";
  position: absolute;
}

@media (max-width: 768px) {
  .to-partners-item ul>li:before {
    left: auto;
    right: 100%;
    margin-right: 4px;
  }

}

.cabinet--new,
.section-content {
  font-size: 14px;
  line-height: 1.2142857143;
}

.cabinet--new h1,
.cabinet--new .h1,
.section-content h1,
.section-content .h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 768px) {

  .cabinet--new h1,
  .cabinet--new .h1,
  .section-content h1,
  .section-content .h1 {
    font-size: 22px;
    margin-bottom: 11px;
  }

}

.section-content h3 {
  font-size: 30px;
  line-height: 1.2;
  /* padding-top: 28px;*/
}

.show-room-advantages {
  display: flex;
  margin-top: 44px;
  margin-bottom: 38px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .show-room-advantages {
    margin-top: 26px;
  }

}

@media (max-width: 768px) {
  .show-room-advantages {
    margin-bottom: 26px;
    align-items: stretch;
    flex-direction: column;
  }

}

.show-room-advantages__visual {
  flex: 0 0 50%;
  margin-top: 6px;
  max-width: 550px;
  margin-left: 56px;
}

@media (max-width: 1440px) {
  .show-room-advantages__visual {
    max-width: 440px;
    margin-left: 24px;
  }

}

@media (min-width: 769px)and (max-width: 1024px) {
  .show-room-advantages__visual {
    max-width: 300px;
    margin-left: 24px;
  }

}

@media (max-width: 768px) {
  .show-room-advantages__visual {
    max-width: none;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

}

.show-room-advantages__visual .slick-dots button {
  width: 8px;
  height: 8px;
  background: #000;
}

.show-room-advantages__visual .slick-dots li:not(.slick-active) button {
  opacity: 0.6;
}

.show-room-advantages__visual .slick-arrow {
  width: 28px;
  height: 40px;
  font-size: 28px;
  margin-top: -20px;
}

.show-room-advantages__visual .slick-prev {
  left: 4px;
}

.show-room-advantages__visual .slick-next {
  right: 4px;
}

.show-room-advantages__visual-item {
  position: relative;
}

.show-room-advantages__visual-item:before {
  content: "";
  display: block;
  padding-top: 71.0909090909%;
}

.show-room-advantages__visual-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.show-room-advantages__content {
  flex: 1 1 100%;
  max-width: 350px;
}

@media (min-width: 769px) {
  .show-room-advantages__content {
    margin-top: 34px;
  }

}

@media (min-width: 769px) {

  .show-room-advantages__content h1,
  .show-room-advantages__content .h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }

}

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

  .show-room-advantages__content h1,
  .show-room-advantages__content .h1 {
    font-size: 36px;
    margin-bottom: 32px;
  }

}

.show-room-advantages__content ul {
  margin: 0;
  list-style: none;
  padding: 11px 0 0;
}

@media (max-width: 768px) {
  .show-room-advantages__content ul {
    padding-top: 8px;
  }

}

.show-room-advantages__content li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 1.2142857143em;
}

.show-room-advantages__content li:before {
  left: 0;
  top: 2px;
  content: "";
  position: absolute;
  border-left: 10px solid #e7205c;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.contacts {
  margin-bottom: 37px;
}

@media (max-width: 768px) {
  .contacts {
    margin-bottom: 16px;
  }

}

.contacts__head {
  max-width: 620px;
}

@media (max-width: 768px) {
  .contacts__head {
    margin-bottom: 22px;
  }

}

@media (min-width: 769px) and (max-width: 960px) {
  .contacts__head {
    min-width: 500px;
    max-width: 650px;
  }

}

@media (min-width: 769px) and (max-width: 960px) {
  .contacts-item {
    min-width: 500px;
    max-width: 650px;
  }

}

.contacts-item:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .contacts-item:not(:last-child) {
    margin-bottom: 28px;
  }

}

.contacts-item__head {
  overflow: hidden;
  text-align: right;
}

@media (max-width: 768px) {
  .contacts-item__head.h1 {
    margin-bottom: 0;
  }

}

.contacts-item__head span {
  min-width: 288px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 0 6px 0 20px;
}

@media (max-width: 1440px) {
  .contacts-item__head span {
    padding-right: 0;
    min-width: 240px;
  }

}

@media (max-width: 768px) {
  .contacts-item__head span {
    min-width: 0;
    padding-left: 25px;
  }

}

.contacts-item__head span:after {
  top: 50%;
  right: 100%;
  content: "";
  height: 3px;
  width: 100vw;
  margin-top: -2px;
  position: absolute;
  margin-right: 174px;
  background: #e7205c;
}

@media (max-width: 1440px) {
  .contacts-item__head span:after {
    margin-right: 132px;
  }

}

@media (max-width: 768px) {
  .contacts-item__head span:after {
    margin-right: 0;
  }

}

@media (min-width: 769px) {
  .contacts-item__head span:before {
    top: 50%;
    width: 1em;
    height: 1em;
    right: 100%;
    content: "";
    line-height: 1;
    font-size: 25px;
    position: absolute;
    margin-top: -0.5em;
    border-radius: 50%;
    background: #e7205c;
  }

}

@media (min-width: 769px) and (max-width: 1440px) {
  .contacts-item__head span:before {
    font-size: 20px;
  }

}

.contacts-item__info {
  display: flex;
  max-width: 750px;
  margin-bottom: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .contacts-item__info {
    display: block;
    margin-bottom: 30px;
  }

}

.contacts-item__info__title {
  display: block;
  flex-shrink: 0;
  font-size: 18px;
  min-width: 82px;
  line-height: 1.2;
  padding-left: 8px;
  margin-right: 10px;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .contacts-item__info__title {
    padding: 0;
    min-width: 0;
    font-size: 14px;
    margin: 0 0 12px;
  }

}

.contacts-item__map {
  position: relative;
  overflow: hidden;
}


.contacts-item__map ymaps {
  margin: 0 auto;
}

.contacts-item__map ymaps .ymaps-2-1-79-traffic__panel {
  visibility: hidden;
}

/*.contacts-item__map:before {
  content: "";
  display: block;

}*/

.contacts-item__map img,
.contacts-item__map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contacts-item__map img {
  object-fit: cover;
}

.contacts-item__visual {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contacts-item__visual {
    margin-bottom: 21px;
  }

}

.contacts-item__visual img {
  width: 100%;
  height: 512px;
  display: block;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .contacts-item__visual img {
    height: 400px;
  }

}

@media (min-width: 769px) and (max-width: 960px) {
  .contacts-item__visual img {
    height: 300px;
  }

}

@media (max-width: 768px) {
  .contacts-item__visual img {
    height: auto;
  }

}

.contacts-item__visual__play {
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 62px;
  position: absolute;
  margin-top: -0.5em;
  margin-left: -0.5em;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .contacts-item__visual__play {
    font-size: 48px;
  }

}

.contacts-item__visual a:hover .contacts-item__visual__play {
  color: #6bc32a;
}

.parking-info {
  display: flex;
  padding-top: 38px;
  margin-bottom: 28px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
}

@media (min-width: 769px) and (max-width: 960px) {
  .parking-info {
    display: inherit;
  }

}

@media (max-width: 768px) {
  .parking-info {
    border: none;
    padding-top: 0;
    margin-bottom: 0;
    align-items: stretch;
    flex-direction: column-reverse;
  }

}

.parking-info__visual {
  flex: 0 0 50%;
  flex-shrink: 0;
  max-width: 550px;
  margin-right: 36px;
}

@media (max-width: 1440px) {
  .parking-info__visual {
    max-width: 440px;
    margin-right: 24px;
  }

}

@media (min-width: 769px) and (max-width: 960px) {
  .parking-info__visual {
    max-width: 500px;
    margin-right: 24px;
  }

}

@media (max-width: 768px) {
  .parking-info__visual {
    max-width: none;
    margin: 12px -10px 0;
    width: calc(100% + 20px);
  }

}

.parking-info__visual .slick-dots button {
  width: 8px;
  height: 8px;
  background: #000;
}

.parking-info__visual .slick-dots li:not(.slick-active) button {
  opacity: 0.6;
}

.parking-info__visual .slick-arrow {
  width: 28px;
  height: 40px;
  font-size: 28px;
  margin-top: -20px;
}

.parking-info__visual .slick-prev {
  left: 4px;
}

.parking-info__visual .slick-next {
  right: 4px;
}

.parking-info__visual-item {
  position: relative;
}

.parking-info__visual-item:before {
  content: "";
  display: block;
  padding-top: 71.0909090909%;
}

.parking-info__visual-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.parking-info__content {
  flex: 1 1 100%;
  max-width: 490px;
  margin-top: 35px;
}

@media (max-width: 1440px) {
  .parking-info__content {
    margin-top: 10px;
  }

}

.parking-info__content h1,
.parking-info__content .h1 {
  font-size: 48px;
}

@media (max-width: 1440px) {

  .parking-info__content h1,
  .parking-info__content .h1 {
    font-size: 36px;
  }

}

@media (max-width: 768px) {

  .parking-info__content h1,
  .parking-info__content .h1 {
    font-size: 28px;
  }

}

.parking-info__content p {
  margin-bottom: 2.2em;
}

@media (max-width: 768px) {
  .parking-info__content p {
    margin-bottom: 1.6em;
  }

}

.parking-info__content p:last-child {
  margin-bottom: 0;
}

.parking-info__head {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .parking-info__head {
    margin-bottom: 18px;
  }

}

.parking-info__subtitle {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 14px;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .parking-info__subtitle {
    font-size: 18px;
  }

}

@media (max-width: 1440px) {
  .parking-info__subtitle {
    margin-bottom: 10px;
  }

}

.contacts-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0 0;
  max-width: 1080px;
  margin: 0 -45px 14px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .contacts-list {
    margin-left: -16px;
    margin-right: -16px;
  }

}

.contacts-list>li {
  padding: 0 45px;
  width: 33.3333%;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .contacts-list>li {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 40px;
  }

}

@media (max-width: 768px) {
  .contacts-list>li {
    width: 100%;
    margin-bottom: 14px;
  }

  .contacts-list>li:first-child {
    margin-bottom: 0;
  }

}

.contacts-list h3 {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.contacts-list a {
  color: inherit;
}

.contacts-list small {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .contacts-list .phone {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .contacts-list .phone+br+p {
    margin-top: 20px;
  }

}

.contacts-list .phone a {
  border: none;
}

.contacts-socials {
  margin: 0;
  list-style: none;
  padding: 5px 0 0;
}

@media (max-width: 768px) {
  .contacts-socials {
    padding-top: 2px;
    margin-bottom: 22px;
  }

}

.contacts-socials li {
  margin-bottom: 12px;
}

.contacts-socials a {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {
  .contacts-socials a {
    display: flex;
    min-height: 37px;
    border-radius: 4px;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #000;
  }

}

.contacts-socials a:hover {
  color: #6bc32a;
}

.contacts-socials i {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  line-height: 1;
  font-size: 24px;
  margin-right: 10px;
}

.basket-section {
  padding-top: 20px;
}

@media (max-width: 480px) {
  .basket-section {
    padding-top: 9px;
  }

}

.basket-section h2,
.basket-section .h2 {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (max-width: 768px) {

  .basket-section h2,
  .basket-section .h2 {
    font-size: 21px;
    margin-bottom: 8px;
    text-transform: none;
  }

}

@media (max-width: 480px) {

  .basket-section h2,
  .basket-section .h2 {
    margin-bottom: 1px;
  }

}

.basket-section h3,
.basket-section .h3 {
  font-size: 14px;
  line-height: 1.2;
  margin: 28px 0 20px;
}


@media (max-width: 768px) {

  .basket-section h3,
  .basket-section .h3 {
    margin-top: 20px;
  }
}

.basket-section h3:first-child,
.basket-section .h3:first-child {
  margin: 6px 0 16px;
}

.basket-section h4,
.basket-section .h4 {
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 16px;
}

@media (max-width: 768px) {

  .basket-section h4,
  .basket-section .h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .basket-section h4:nth-child(2n) {
    margin-top: 33px;
  }
}

.basket-section h4 a,
.basket-section .h4 a {
  color: #e7205c;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  transition: color 0.35s ease;
}

.basket-section h4 a:hover,
.basket-section .h4 a:hover {
  color: #bf1548;
}

.basket-section__main {
  max-width: 1186px;
}

@media (max-width: 1440px) {
  .basket-section__main {
    max-width: none;
  }

}

.basket-section__main:after {
  content: "";
  clear: both;
  display: block;
}

.basket-section__sidebar {
  width: 332px;
  float: right;
  flex-shrink: 0;
  margin: 0 0 0 43px;
}

@media (max-width: 1440px) {
  .basket-section__sidebar {
    width: 300px;
    margin-left: 36px;
  }

}

@media (max-width: 768px) {
  .basket-section__sidebar {
    display: none;
  }

}

.basket-section__sidebar__group {
  opacity: 0;
  padding: 25px 15px;
  margin-top: 50px;
  margin-bottom: 20px;
  border: 1px solid #f5f5f5;
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.05);
}

.basket-section__sidebar__group--login {
  font-size: 12px;
  color: #696969;
  line-height: 18px;
  padding: 8px 13px 19px;
}

.basket-section__sidebar__group--login p {
  margin-bottom: 11px;
}

.basket-section__sidebar__group--login .btn {
  height: 37px;
  font-size: 14px;
}

.basket-section__content {
  overflow: hidden;

  /*width: 811px;
  float: left;*/
}

.basket-section__sidebar-info-item {
  margin-top: 15px;
}

.basket-section__sidebar-info-item__head {
  padding: 0;
  /*display: flex;*/
  margin: 0 0 2px;
  align-items: center;
  justify-content: flex-start;
}

.basket-section__sidebar-info-item__head__title {
  flex-shrink: 0;
  min-width: 69px;
  font-weight: bold;
  margin: 0 4px 0 0;
}

.basket-section__sidebar-info-item__head__value {
  margin: 3px 0 0 0;
  padding: 0;
}

.basket-section__sidebar-info-item__head__value a {
  color: #222222;
  border-bottom: 1px dashed;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.basket-section__sidebar-info-item__head__value a:hover {
  color: #222222;
  border-bottom-color: transparent;
}

.basket-section__sidebar-info-item__content {
  font-size: 12px;
  color: #696969;
  line-height: 18px;
}

.basket-section__sidebar-info-item__content p {
  margin: 0;
}

.basket-section__auth-msg {
  max-width: 500px;
  padding-top: 24px;
  padding-bottom: 11px;
}

@media (max-width: 768px) {
  .basket-section__auth-msg {
    padding-top: 10px;
  }

}

@media (max-width: 480px) {
  .basket-section__auth-msg {
    font-size: 14px;
    line-height: 16px;
  }

}

.basket-section__auth-msg h4,
.basket-section__auth-msg .h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .basket-section__auth-msg .btn {
    height: 37px;
  }

}

@media (max-width: 480px) {
  .basket-section__auth-msg p {
    margin-bottom: 17px;
  }

}

.basket-summary {
  font-size: 14px;
  margin-bottom: 10px;
}

aside .basket-summary {
  margin-bottom: 22px;
}

.basket-summary__group {
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .basket-summary__group {
    margin-bottom: 4px;
  }
}

.basket-summary__item {
  padding: 0;
  display: flex;
  margin: 0 -8px 8px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .basket-summary__item {
    margin-bottom: 5px;
  }
}

.basket-summary__item--main {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .basket-summary__item--main {
    margin-top: 8px;
  }
}

.basket-summary__item__title {
  margin: 0 8px;
}

.basket-summary__item__value {
  margin: 0 8px;
}

.basket-summary__item--main .basket-summary__item__value {
  font-size: 22px;
}

.basket-summary__payment {
  display: block;
  font-size: 14px;
  color: #a7a7a7;
  margin: -3px 0 0;
}

.basket-summary__more {
  text-align: right;
  margin: -19px 0 14px;
}

.basket-summary__more a {
  color: #6bc32a;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px dotted;
  transition: color 0.35s ease;
}

.basket-summary__more a:hover {
  color: #549921;
}

.basket-summary__more a:before {
  content: attr(data-default);
}

.basket-summary--full .basket-summary__more a:before {
  content: attr(data-active);
}

@media (max-width: 768px) {
  .basket-summary__expanded {
    order: 50;
  }

  .basket-summary:not(.basket-summary--full) .basket-summary__expanded {
    display: none;
  }

}

.basket-products-list {
  margin: 0;
  list-style: none;
  padding: 28px 0 0;
}

@media (max-width: 768px) {
  .basket-products-list {
    padding-top: 0;
  }

}

.basket-product-item {
  display: flex;
  position: relative;
  padding-left: 0px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .basket-product-item {
    padding-left: 0;
  }

}

@media (max-width: 768px) {
  .basket-product-item {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 34px;
    align-items: flex-start;
  }

  .basket-product-item:first-child {
    padding-top: 9px;
  }

  .basket-product-item:not(:first-child) {
    border-top: 1px solid #dcdcdc;
  }

}

.basket-product-item__visual {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  position: relative;
  margin-right: 47px;
}

@media (max-width: 1440px) {
  .basket-product-item__visual {
    margin-right: 32px;
  }

}

@media (max-width: 480px) {
  .basket-product-item__visual {
    width: 100px;
    margin-right: 19px;
  }

}

.basket-product-item__visual:before {
  content: "";
  display: block;
  padding-top: 82.1782178218%;
}

.basket-product-item__visual img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.basket-product-item__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .basket-product-item__content {
    display: block;
  }

}

.basket-product-item__info {
  width: 250px;
  flex-shrink: 0;
  margin-right: 15px;
}

@media (max-width: 1440px) {
  .basket-product-item__info {
    width: 250px;
    margin-right: 10px;
  }

}

@media (max-width: 768px) {
  .basket-product-item__info {
    width: auto;
    margin: 0 0 16px;
    margin-top: 13px;
    margin-bottom: 4px;
  }

}


.basket-product-item__title {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 480px) {
  .basket-product-item__title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }

}

@media (min-width: 481px) {
  .basket-product-item__title a {
    /*border-bottom: 1px solid;*/
    transition: color 0.35s ease, border-color 0.35s ease;
  }

}

.basket-product-item__title a:hover {
  color: #6bc32a;
}

@media (min-width: 481px) {
  .basket-product-item__title a:hover {
    border-bottom-color: transparent;
  }

}

.basket-product-item__article {
  display: block;
  font-size: 16px;
}

@media (max-width: 480px) {
  .basket-product-item__article {
    font-size: 14px;
  }

}

.basket-product-item__counter {
  width: 80px;
  margin-top: 10px;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .basket-product-item__counter {
    left: 14px;
    bottom: 13px;
    margin-bottom: 0;
    position: absolute;
  }

}

@media (max-width: 480px) {
  .basket-product-item__counter {
    width: 60px;
  }

}

.basket-product-item__add-info {
  width: 210px;
  margin-left: 20px;
  text-align: right;
}

@media (max-width: 1440px) {
  .basket-product-item__add-info {
    width: 174px;
    margin-left: 10px;
  }

}

@media (max-width: 768px) {
  .basket-product-item__add-info {
    margin: 0;
    width: auto;
    text-align: left;
  }

}

.basket-product-item__price {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .basket-product-item__price {
    margin-bottom: 0;
  }

}

@media (max-width: 480px) {
  .basket-product-item__price {
    font-size: 14px;
  }

}

.basket-product-item__not-available {
  font-size: 14px;
}

@media (max-width: 768px) {
  .basket-product-item__not-available {
    display: block;
  }

}

.basket-product-item__controls {
  display: flex;
  margin: 0 -13px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1440px) {
  .basket-product-item__controls {
    margin: 0 -5px;
  }

}

@media (max-width: 768px) {
  .basket-product-item__controls {
    right: 2px;
    bottom: 22px;
    margin: 0 -13px;
    position: absolute;
  }

}

@media (max-width: 480px) {
  .basket-product-item__controls {
    right: -2px;
    bottom: 18px;
  }

}

.basket-product-item__control-item {
  display: flex;
  margin: 0 13px;
  font-size: 14.5px;
  color: #696969;
  text-align: left;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

@media (max-width: 1440px) {
  .basket-product-item__control-item {
    margin: 0 5px;
  }

}

@media (max-width: 768px) {
  .basket-product-item__control-item {
    margin: 0px;
    margin-bottom: -14px;
    padding: 7px;
    margin-right: 7px;
  }
}

.basket-product-item__control-item:hover {
  color: #6bc32a;
}

.basket-product-item__control-item--delete:hover {
  color: #e7205c;
}

.basket-product-item__control-item__icon {
  height: 13px;
  display: flex;
  line-height: 1;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: -2px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .basket-product-item__control-item__icon {
    margin-right: 4px;
  }

}

.basket-product-item__control-item__icon .icon-close {
  font-size: 11px;
}

.basket-products-info-panel {
  display: flex;
  font-size: 14px;
  border-style: solid;
  border-width: 1px 0;
  padding: 20px 0 44px;
  align-items: flex-start;
  border-color: #dcdcdc;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .basket-products-info-panel {
    padding: 16px 0;
    margin-bottom: 12px;
  }

}

@media (max-width: 480px) {
  .basket-products-info-panel {
    padding: 11px 0;
  }

}

.basket-products-info-panel__summary {
  padding-top: 7px;
}

@media (max-width: 768px) {
  .basket-products-info-panel__summary {
    padding-top: 0;
  }

}

.basket-products-info-panel__count {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .basket-products-info-panel__count {
    margin-bottom: 0;
  }

}

.basket-products-info-panel__weight {
  color: #696969;
}

.basket-products-info-panel__price-holder {
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .basket-products-info-panel__price-holder {
    margin-top: -1px;
  }
}

.basket-products-info-panel__price {
  display: block;
  font-size: 22px;
}

@media (max-width: 480px) {
  .basket-products-info-panel__price {
    font-size: 14px;
  }

}

.basket-products-info-panel__old-price {
  color: #696969;
  margin-right: 16px;
  margin-bottom: -8px;
}

.order-form__group {
  display: flex;
  padding: 29px 0 0 0;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #dcdcdc;
}

.order-form__group#ORDER_DELIVERY_GROUP,
.order-form__group#ORDER_PAYSYSTEM_GROUP {
  padding-top: 15px;
}

.order-form__group#ORDER_DELIVERY_GROUP {
  padding-top: 8px;
}

@media (max-width: 768px) {
  .order-form__group#ORDER_DELIVERY_GROUP {
    padding-top: 0px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .order-form__group#ORDER_PAYSYSTEM_GROUP {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .order-form__group#ORDER_CLIENT_DATA {
    padding-top: 4px;
  }
}

@media (max-width: 768px) {
  .order-form__group {
    border: none;
    display: block;
    padding: 15px 0 2px;
  }

  .order-form__group .order-form__group {
    padding: 21px 0 27px;
  }

}

.order-form__group__title {
  width: 230px;
  display: block;
  flex-shrink: 0;
  font-size: 22px;
  margin: 0 22px 0 0;
  /*width: 198px; e42*/
}

@media (max-width: 768px) {
  .order-form__group__title {
    width: auto;
    margin: 0 0 13px;
    font-size: 18px;
  }

  #ORDER_LOCATION_GROUP .order-form__group__title {
    margin-bottom: 11px;
  }

  #ORDER_PAYSYSTEM_GROUP .order-form__group__title,
  #ORDER_DELIVERY_GROUP .order-form__group__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .order-form__group__title {
    font-size: 18px;
  }

}

.order-form__group__content {
  width: 100%;
}

.order-form__group__content .form-row {
  margin-bottom: 30px;
}

.order-form__group__content .form-row:last-child {
  margin-bottom: 36px;
}

.order-form__group__content .form-row:first-child {
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .order-form__group__content .form-row:first-child {
    margin-bottom: 13px;
  }
}

@media (max-width: 480px) {
  .order-form__group__content .form-row {
    margin-bottom: 13px;
  }

}

@media (min-width: 769px) {
  .order-form__group__content .form-row .form-control::placeholder {
    opacity: 1;
  }

  .order-form__group__content .form-row .form-control:-ms-input-placeholder {
    opacity: 1;
  }

  .order-form__group__content .form-row .form-control::-ms-input-placeholder {
    opacity: 1;
  }

}

.order-form__group__content .col-row {
  margin-left: -11px;
  margin-right: -11px;
}

.order-form__group__content .col-row>.col {
  padding-left: 11px;
  padding-right: 11px;
}

.order-form__add-row {
  font-size: 14px;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .order-form__add-row {
    margin-bottom: 0;
  }

}

.order-form__add-row__link {
  align-items: center;
  vertical-align: top;
  display: inline-flex;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.order-form__add-row__link:hover {
  color: #6bc32a;
}

.order-form__add-row__icon {
  display: flex;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  margin-top: 1px;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #6bc32a;
  transition: color 0.35s ease;
}

.order-form__add-row__link:hover .order-form__add-row__icon {
  color: #2ab0d4;
}

@media (max-width: 480px) {
  .order-form .inputs-list {
    margin-bottom: -19px;
  }

}

.order-form .inputs-list__item {
  margin-bottom: 18px;
}

#ORDER_DELIVERY_GROUP .inputs-list__item {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #ORDER_DELIVERY_GROUP .inputs-list__item {
    margin-bottom: 17px;
  }
}

#ORDER_DELIVERY_GROUP #delivery_points .inputs-list__item {
  margin-bottom: 18px;
}

#ORDER_DELIVERY_GROUP .inputs-list__item:last-child {
  margin-bottom: 22px;
}

#ORDER_DELIVERY_GROUP ul.inputs-list h3:first-child {
  margin-top: 8px;
}

@media (max-width: 768px) {
  #ORDER_DELIVERY_GROUP .order-form__group__content ul.inputs-list h3:first-child {
    margin-top: inherit;
  }

  #ORDER_DELIVERY_GROUP .order-form__group__content ul.inputs-list h3 {
    margin-top: 18px;
    margin-bottom: 17px;
  }

}

#ORDER_DELIVERY_GROUP ul.inputs-list h3 {
  margin-top: -10px;
}

.order-form .inputs-list__item:last-child {
  margin-bottom: 36px;
}

.order-form .inputs-list .inputs-list__item:first-child {
  margin-top: 10px;
}

.order-form .inputs-list>h3+.inputs-list__item:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .order-form .inputs-list__item {
    margin-bottom: 15px;
  }
}

.order-form .radio {
  padding-left: 27px;
}

@media (max-width: 768px) {
  .order-form .radio {
    padding-left: 26px;
  }

}

.order-form__controls-group {
  padding-left: 55px;
}

@media (max-width: 1440px) {
  .order-form__controls-group {
    padding-left: 32px;
  }

}

@media (max-width: 768px) {
  .order-form__controls-group {
    padding-left: 0;
    padding-top: 7px;
  }

}

@media (max-width: 480px) {
  .order-form__controls-group {
    padding-top: 7px;
  }

}

.basket-summary-panel {
  padding: 19px 0 0;
}

.basket-summary-panel strong .r {
  /*font-weight: bold;*/
}

@media (max-width: 768px) {
  .basket-summary-panel {
    padding-top: 0px;
    margin-top: -19px;
  }
}

.basket-summary-panel .basket-summary-holder {
  max-width: 332px;
}

@media (max-width: 768px) {
  .basket-summary-panel .basket-summary-holder {
    max-width: none;
  }

}

.basket-summary-panel .basket-summary-form-holder {
  max-width: 370px;
}

@media (max-width: 768px) {
  .basket-summary-panel .basket-summary-form-holder {
    max-width: none;
    margin-bottom: 12px;
    border-bottom: 1px solid #dcdcdc;
  }

}

.basket-summary-panel__bonuses {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.basket-summary-panel__order-btn {
  padding-top: 10px;
}

.basket-summary-panel__order-btn .btn {
  height: 45px;
}

@media (max-width: 768px) {
  .basket-summary-panel__order-btn .btn {
    height: 40px;
    font-size: 18px;
  }

  .basket-summary-panel__order-btn {
    padding-top: 0px;
    margin-top: -22px;
  }

}

.basket-summary-panel .default-form__msg {
  margin-top: 57px;
}

@media (max-width: 768px) {
  .basket-summary-panel .default-form__msg {
    margin-top: 17px;
  }

}

.promocode-form-holder {
  margin-top: 0;
  /*border: 0px solid #e2e2e2;*/
}

.promocode-form-holder h4,
.promocode-form-holder .h4 {
  font-size: 14px;
  margin: 0;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 0px 0px 9px;
  justify-content: space-between;
}

.promocode-form-holder .form-control::placeholder {
  font-size: 14px;
}

.promocode-form-holder h4 i,
.promocode-form-holder .h4 i {
  transition: transform 0.35s ease;
}

.promocode-form-holder--open h4 i,
.promocode-form-holder--open .h4 i {
  transform: rotate(180deg);
}

.promocode-form-holder__expanded {
  padding: 5px 0px 29px;
}

.promocode-form-holder__expanded .promocode-form {
  margin-bottom: 0;
}

.promocode-form-holder__expanded .promocode-form .form-control {
  border-width: 1px;
}


.promocode-form-holder__expanded .promocode-form .btn:hover {
  background: #8C8C8C;
}

.promocode-form-holder .form-control {
  width: 200px;
}

.promocode-form {
  margin: 0 0 34px;
}

@media (max-width: 768px) {
  .promocode-form {
    margin-bottom: 28px;
  }
}

.promocode-form__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.promocode-form .form-control {
  border-width: 1px 0 1px 1px;
}

.promocode-form .btn {
  min-width: 0;
  line-height: 1;
  margin-left: 0px;
  height: 34px;
  flex-shrink: 0;
  font-size: 14px;
  width: 140px;
  border-radius: 0;
}

@media (max-width: 768px) {
  .promocode-form .btn {
    min-width: inherit;
    width: inherit;
  }
}

.basket-empty {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 80px 0 32px;
}

@media (max-width: 768px) {
  .basket-empty {
    padding-top: 48px;
  }

}

@media (max-width: 480px) {
  .basket-empty {
    text-align: left;
    padding-top: 32px;
    padding-bottom: 2px;
  }

}

.basket-empty__title {
  display: block;
  font-size: 20px;
  margin: 0 0 55px;
}

@media (max-width: 768px) {
  .basket-empty__title {
    font-size: 18px;
  }

}

@media (max-width: 480px) {
  .basket-empty__title {
    font-size: 14px;
    margin-bottom: 33px;
  }

}

.basket-empty__btn-holder {
  max-width: 306px;
  margin-left: auto;
  margin-right: auto;
}

.basket-empty__btn-holder .btn {
  height: 37px;
  font-size: 14px;
}

.basket-empty__info {
  display: block;
  font-size: 12px;
  margin-top: 34px;
  line-height: 18px;
}

@media (max-width: 480px) {
  .basket-empty__info {
    margin-top: 19px;
  }

}

.basket-empty__info a {
  color: #6bc32a;
  transition: color 0.35s ease;
}

.basket-empty__info a:hover {
  color: #549921;
}

.catalog__main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .catalog__main {
    display: block;
  }

}

@media (min-width: 769px) {
  .catalog__main .section-content {
    width: 100%;
  }

}

.catalog__sidebar {
  width: 248px;
  flex-shrink: 0;
  margin-top: 7px;
  margin-right: 32px;
}

@media (max-width: 1440px) {
  .catalog__sidebar {
    width: 200px;
    margin-right: 20px;
  }

}

@media (max-width: 768px) {
  .catalog__sidebar {
    margin: 0;
    width: auto;
  }

}

.catalog__sidebar h4,
.catalog__sidebar .h4 {
  font-size: 16px;
  margin: 0 0 7px;
  line-height: 1.2;
}

.catalog__head {
  margin-bottom: 21px;
}

@media (max-width: 768px) {
  .catalog__head {
    margin-bottom: 17px;
  }
}

@media (min-width: 769px) {

  .catalog__head h1,
  .catalog__head .h1 {
    margin: 0;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
  }

}

@media (max-width: 768px) {

  .catalog__head h1,
  .catalog__head .h1 {
    margin-top: 5px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.catalog__counts {
  font-size: 14px;
  line-height: 1.2;
  margin-left: 6px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
}

@media (min-width: 769px) {
  .catalog__counts {
    color: #aeaeae;
  }

}

@media (max-width: 768px) {
  .catalog__counts {
    margin: 0;
    display: block;
  }

}

.catalog__controls {
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .catalog__controls {
    display: block;
    border-width: 1px 0;
    border-style: solid;
    margin: -1px -10px 0;
    border-color: #dcdcdc;
    padding: 16px 10px 18px;
  }
}

@media (min-width: 769px) {
  .catalog__controls .pagination {
    top: 50%;
    right: 0;
    margin-top: -8px;
    position: absolute;
  }

}

.catalog__controls .btn {
  height: 32px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
}

.catalog__main-controls {
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  .catalog__main-controls {
    display: flex;
    align-items: center;
    margin: 0 -10px 0;
    padding: 0 10px 12px;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
  }
}

.catalog__view {
  line-height: 1;
  font-size: 20px;
  transition: color 0.35s ease;
}

.catalog__view:hover {
  color: #6bc32a;
}

.catalog__main.catalog__main--list .catalog__view .icon-list {
  display: none;
}

.catalog__main:not(.catalog__main--list) .catalog__view .icon-tile {
  display: none;
}

.catalog__filters-opener {
  line-height: 1;
  font-size: 21px;
  position: relative;
}

.catalog__filters-opener__badge {
  top: -5px;
  right: -4px;
  width: 15px;
  height: 15px;
  color: #fff;
  display: flex;
  font-size: 9px;
  position: absolute;
  border-radius: 50%;
  align-items: center;
  background: #6bc32a;
  justify-content: center;
  display: none;
}

.catalog-menu {
  padding: 0;
  font-size: 16px;
  margin: 0 0 24px;
  line-height: 1.2;
  list-style: none;
}

@media (max-width: 1440px) {
  .catalog-menu {
    font-size: 14px;
  }

}

.catalog-menu__item {
  margin-bottom: 7px;
}

.catalog-menu__link {
  vertical-align: top;
  display: inline-block;
  transition: all 0.35s ease;
}

.catalog-menu__link:hover {
  color: #6bc32a;
}

.catalog-menu__item--active>.catalog-menu__link {
  color: #fff;
  padding: 5px 9px;
  margin: -5px -9px;
  background: #000;
}

@media (max-width: 1440px) {
  .catalog-menu__item--active>.catalog-menu__link {
    padding: 4px 6px;
    margin: -4px -6px;
  }

}

.catalog-menu__sub-menu .catalog-menu__link:before {
  content: "– ";
}

.catalog-menu__dropdown {
  overflow: hidden;
}

.catalog-menu:not(.catalog-menu--loaded) .catalog-menu__item:not(.catalog-menu__item--open)>.catalog-menu__dropdown {
  display: none;
}

.catalog-menu__dropdown-menu {
  margin: 0;
  list-style: none;
  padding: 8px 0 3px 39px;
}

@media (max-width: 1440px) {
  .catalog-menu__dropdown-menu {
    padding-left: 22px;
  }

}

.catalog-menu__sub-menu {
  margin: 0 0 -7px;
  list-style: none;
  padding: 7px 0 0;
}

.tags-list {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: flex-start;
  margin: 0 -6px 13px -7px;
  justify-content: flex-start;
}

.tags-list__item {
  margin: 0 6px 13px 7px;
}

.tag {
  height: 24px;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 9px 1px;
  text-align: center;
  border-radius: 10px;
  align-items: center;
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  transition: all 0.35s ease;
  box-shadow: inset 0 0 0 1px #6bc32a;
}

.tag:hover {
  color: #fff;
  background-color: #6bc32a;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tag {
    height: 32px;
    font-size: 11px;
  }

}

.sorting-panel {
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 18px;
  list-style: none;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .sorting-panel {
    margin-bottom: 0;
    position: relative;
  }

}

.sorting-panel__title {
  margin: 0 12px 0 0;
}

.sorting-panel__active {
  height: 20px;
  display: flex;
  position: relative;
  text-align: center;
  padding-right: 15px;
  align-items: center;
  justify-content: center;
}

.sorting-panel__active:before {
  right: 0;
  top: 50%;
  content: "";
  margin-top: -1px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #20262c;
  transition: transform 0.35s ease, margin 0.35s ease;
}

.sorting-panel--open .sorting-panel__active:before {
  margin-top: -2px;
  transform: rotate(180deg);
}

.sorting-list {
  padding: 0;
  display: flex;
  margin: 0 -13px;
  flex-wrap: wrap;
  font-size: 14px;
  list-style: none;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .sorting-list {
    opacity: 0;
    z-index: 150;
    width: 300px;
    top: -9999px;
    left: -9999px;
    display: block;
    margin-top: 5px;
    padding: 10px 15px;
    background: #fff;
    position: absolute;
    margin-left: -150px;
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.05);
    transition: all 0s ease 0.35s, opacity 0.35s ease;
  }

  .sorting-panel--open .sorting-list {
    top: 100%;
    left: 50%;
    opacity: 1;
    transition: opacity 0.35s ease;
  }

}

.sorting-list__item {
  margin: 0 13px 6px;
  position: relative;
}

@media (max-width: 768px) {
  .sorting-list__item {
    margin-left: 0;
    margin-right: 0;
  }

}

.sorting-list__dropdown .sorting-list__item {
  margin-left: 0;
  margin-right: 0;
}

.sorting-list__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 769px) {
  .sorting-list__dropdown {
    opacity: 0;
    width: 180px;
    top: -9999px;
    left: -9999px;
    padding: 10px;
    margin-top: 5px;
    background: #fff;
    position: absolute;
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, 0.05);
    transition: all 0s ease 0.35s, opacity 0.35s ease;
  }

}

@media (min-width: 769px) {

  .sorting-list__item:hover .sorting-list__dropdown,
  .sorting-list__item__price .sorting-list__dropdown.sorting-list__dropdown_show {
    opacity: 1;
    top: 100%;
    left: -1px;
    transition: color 0.35s ease;
  }

}

.sorting-list__link {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.sorting-list__link:hover,
.sorting-list__item--active .sorting-list__link {

  font-weight: bold;
}

.sorting-list__icon {
  line-height: 1;
  font-size: 12px;
  margin-left: 8px;
}

.active-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
  align-items: flex-start;
  justify-content: flex-start;
}

.active-filter__reset {
  font-size: 14px;
  color: #838383;
  margin: 2px 0 0 30px;
  border-bottom: 1px dotted;
  transition: all 0.35s ease;
}

.active-filter__reset:hover {
  color: #6bc32a;
  border-bottom-color: transparent;
}

.active-filter-list {
  padding: 0;
  display: flex;
  list-style: none;
  margin: 0 -6px 0 -7px;
  align-items: flex-start;
  justify-content: flex-start;
}

.active-filter-list__item {
  margin: 0 6px 10px 7px;
}

.active-filter-list__link {
  height: 25px;
  display: flex;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  align-items: center;
  background: #f6f6f6;
  color: #20262c;
  transition: all 0.35s ease;
  justify-content: flex-start;
}

.active-filter-list__link:hover {
  background: #dddddd;
}

.active-filter-list__delete {
  line-height: 1;
  font-size: 8px;
  color: #a7a7a7;
  margin-left: 9px;
}

@media (max-width: 768px) {
  .product {
    margin: 0 -10px;
    padding: 0 10px 16px;
    border-bottom: 1px solid #dcdcdc;
  }

}

@media (max-width: 768px) {

  .product h2,
  .product .h2 {
    line-height: 26px;
    margin-bottom: 10px;
    margin-bottom: 13px;
  }

}

.product h4,
.product .h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: normal;
}

@media (max-width: 768px) {

  .product h4,
  .product .h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }

}

.product h4 a,
.product .h4 a {
  margin-left: 8px;
  color: #6bc32a;
  vertical-align: top;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

@media (max-width: 768px) {

  .product h4 a,
  .product .h4 a {
    margin-left: 10px;
  }

}

.product h4 a:hover,
.product .h4 a:hover {
  color: #549921;
}

.product h4 a i,
.product .h4 a i {
  line-height: 1;
  font-size: 12px;
  margin-left: 6px;
}

@media (min-width: 769px) {

  .product h4 a i,
  .product .h4 a i {
    color: #20262c;
  }

}

.product__info {
  width: 460px;
  float: right;
  flex-shrink: 0;
  padding: 12px 0;
  margin-left: 53px;
}

@media (max-width: 1440px) {
  .product__info {
    width: 320px;
    margin-left: 24px;
  }

}

@media (min-width: 769px) {
  .product__main-content {
    width: calc(100% - (460px + 53px));
  }

}

@media (min-width: 769px) and (max-width: 1440px) {
  .product__main-content {
    width: calc(100% - (320px + 24px));
  }

}

@media (max-width: 768px) {
  .product__preview {
    display: flex;
    flex-direction: column;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  .product__preview .h2 {
    margin-bottom: 16px;
  }

}

.product__video {
  width: 50px;
  display: block;
  line-height: 1;
  font-size: 50px;
  color: #e7205c;
  margin: 0 auto 44px;
  transition: color 0.35s ease;
}

@media (max-width: 1440px) {
  .product__video {
    width: 36px;
    font-size: 36px;
    margin-bottom: 32px;
  }

}

@media (max-width: 768px) {
  .product__video {
    width: 20px;
    font-size: 20px;
    margin: 0 0 0 20px;
  }

}

@media (max-width: 768px) {
  .product__video {
    width: 13px;
    font-size: 13px;
    margin: 0 0 0 6px;
  }

}

.product__video:hover {
  color: #bf1548;
}

.product__info-panel {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .product__info-panel {
    margin-bottom: 16px;
  }

}

.product__article {
  font-size: 16px;
}

@media (max-width: 768px) {
  .product__article {
    font-size: 14px;
  }

}

.product__rating {
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .product__rating {
    font-size: 12px;
  }

}

.product__rating .stars-list {
  font-size: 12px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .product__rating .stars-list {
    font-size: 9px;
    margin-right: 1px;
  }

}

.product__rating .stars-list__item {
  margin-right: 4px;
}

@media(max-width: 768px) {
  .product__video-holder {
    margin: 0 0 25px;
    position: relative;
  }
}

.product__video-holder:before {
  content: "";
  display: block;
  /*padding-top: 56.25%; */
  /*p42*/
}

.product__video-holder img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.product__video-holder iframe {
  top: 0;
  left: 0;
  width: 100%;
}

.product__description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 29px;
}

@media (max-width: 1440px) {
  .product__description {
    margin-bottom: 20px;
  }

}

@media (max-width: 768px) {
  .product__description {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 23px;
  }

}

.product__description p {
  margin-bottom: 18px;
}

.product__variants {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .product__variants {
    margin-bottom: 8px;
  }

}

.product__variant-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .product__variant-row {
    display: block;
  }

}

@media (max-width: 768px) {
  .product__variant-row:after {
    content: "";
    clear: both;
    display: block;
  }

}

.product__variant-row:not(:first-child) {
  margin-top: 32px;
}

.product__variant-row__title {
  width: 60px;
  display: block;
  flex-shrink: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 20px;
}

@media (max-width: 1440px) {
  .product__variant-row__title {
    width: auto;
    margin: 0 0 10px;
  }

}

@media (max-width: 768px) {
  .product__variant-row__title {
    float: left;
    margin: 6px 20px 0 0;
  }

}

.product__variant-row__content {
  width: 100%;
}

.product__variant-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
  margin: 0 -8px -20px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .product__variant-list {
    margin: 0 -5px -17px;
  }

}

@media (max-width: 768px) {
  .product__variant-list {
    display: block;
  }

}

.product__variant-list__item {
  margin: 0 8px 20px;
}

@media (max-width: 1440px) {
  .product__variant-list__item {
    margin: 0 5px 17px;
  }

}

@media (max-width: 768px) {
  .product__variant-list__item {
    float: left;
  }

}

.product__variant-list__link {
  padding: 8px 18px;
  border-radius: 4px;
  vertical-align: top;
  display: inline-block;
  transition: box-shadow 0.35s ease;
  box-shadow: inset 0 0 0 2px #e2e2e2;
}

.product__variant-list__link:hover,
.product__variant-list__item--active .product__variant-list__link {
  box-shadow: inset 0 0 0 2px #222;
}

.product__variant-list__item--disabled .product__variant-list__link {
  color: #a7a7a7;
}

.product__price {
  display: block;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 18px;
}

@media (max-width: 1440px) {
  .product__price {
    font-size: 32px;
    margin-bottom: 14px;
  }

}

@media (max-width: 768px) {
  .product__price {
    margin-bottom: 18px;
  }

}

@media (max-width: 768px) {
  .product__price {
    font-size: 30px;
  }

}

.product__controls {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: flex-start;
}

.product__controls .controls-instock {
  display: flex;
}

.product__controls .controls-notinstock {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {

  .product__controls .controls-notinstock {
    font-size: 16px;
    font-weight: bold;
  }
}

@media (max-width: 1440px) {
  .product.product--in-basket .product__controls {
    flex-wrap: wrap;
    /*justify-content: space-between;*/
  }

}

@media (max-width: 768px) {
  .product__controls {
    flex-wrap: nowrap;
  }
}

.product__controls .btn {
  font-weight: 500;
  min-width: 280px;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .product__controls .btn {
    /*width: 100%;*/
    min-width: 0;
    margin-right: 6px;
    margin-top: 0;

  }

  .product.product--in-basket .product__controls .btn {
    /*order: 10;*/
    /*margin-top: 16px;*/
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  .product__controls .btn {
    min-width: 180px;
    margin-right: 15px;
  }
}

.product__favorite {
  line-height: 1;
  font-size: 22px;
  color: #e6e6e6;
  min-height: 28px;
  margin-right: 25px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: color 0.35s ease;
}

@media (max-width: 1440px) {
  .product:not(.product--in-basket) .product__favorite {
    margin: 0 0 0 15px;
  }

}

@media (max-width: 768px) {
  .product__favorite {
    margin: 0 5px 0 15px;
  }

  .product.product--in-basket .product__favorite {
    margin-left: 0;
  }

}

@media (max-width: 480px) {
  .product.product--in-basket .product__favorite {
    font-size: 20px;
    margin-left: 10px;
  }

}

.product__favorite--active {
  color: #6bc32a;
}

.product__favorite:hover {
  color: #cdcdcd;
}

.product__counter {
  width: 100%;
  max-width: 110px;
}

@media (max-width: 768px) {
  .product__counter {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 480px) {
  .product__counter {
    max-width: 86px;
    margin-left: 10px;
  }

}

.product:not(.product--in-basket) .product__counter {
  display: none;
}

.product__counter .counter__input {
  height: 48px;
}

.product__offers {
  max-width: 320px;
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .product__offers {
    margin-bottom: 25px;
  }

}

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

.product__offer-item {
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .product__offer-item {
    font-size: 14px;
  }

}

.product__offer-item:not(:first-child) {
  margin-top: 18px;
}

.product__offer-item__icon {
  width: 28px;
  display: flex;
  line-height: 1;
  flex-shrink: 0;
  font-size: 21px;
  min-height: 23px;
  text-align: left;
  margin-right: 10px;
  align-items: center;
  justify-content: left;
}

.product__offer-item__icon img,
.product__offer-item__icon svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product__offer-item__content .tooltip {
  margin-left: 8px;
}

.product__delivery {
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  .product__delivery {
    margin-bottom: 24px;
  }

}

@media (max-width: 768px) {
  .product__delivery {
    margin-bottom: 25px;
  }

}

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

.product__delivery-item {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: flex-start;
}

.product__delivery-item:not(:first-child) {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .product__delivery-item:not(:first-child) {
    margin-top: 13px;
  }

}

.product__delivery-item__icon {
  width: 28px;
  line-height: 1;
  flex-shrink: 0;
  font-size: 21px;
  text-align: left;
  margin-right: 10px;
}

.product__delivery-item__icon img,
.product__delivery-item__icon svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product__delivery-item__content .tooltip {
  margin-left: 8px;
}

.product__links-panel {
  /*display: flex;*/
  font-size: 16px;
  line-height: 20px;
  padding-top: 3px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 1440px) {
  .product__links-panel {
    font-size: 14px;
  }

}

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

.product__links__item:not(:first-child) {
  margin-top: 8px;
}

.product__links__link {
  color: #6bc32a;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.product__links__link:not(:hover) {
  border-bottom-color: transparent;
}

.product__links__link:hover {
  color: #549921;
}

.product__producer {
  width: 165px;
  height: 80px;
  flex-shrink: 0;
  margin-left: 0px;
  position: relative;
  margin-bottom: 16px;
}

.product__producer a {
  display: block;
  padding-top: 30px;
  font-weight: bold;
}

.product__producer img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.product__warning {
  display: block;
  font-size: 14px;
  color: #c1c1c1;
  padding: 12px 0 0;
  line-height: 18px;
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 1440px) {
  .product__warning {
    margin-top: 20px;
  }

}

.product__specifications {
  margin-bottom: 28px;
}

.product__specifications__list {
  max-width: 800px;
}

@media (min-width: 769px) {
  .product__specifications__list {
    columns: 2;
    column-gap: 22px;
    margin-top: -10px;
    margin-bottom: -4px;
  }

}

@media (max-width: 1440px) {
  .product__specifications__list {
    max-width: none;
  }

}

@media (max-width: 768px) {
  .product__specifications__list {
    margin-top: -2px;
  }

}

.product__specifications__more {
  font-size: 14px;
  margin-top: -10px;
  text-align: right;
  color: #6bc32a;
}

.product__specifications--open .product__specifications__more {
  display: none;
}

.product__specifications__more a {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.product__specifications__more a:hover {
  color: #549921;
}

.product__specifications__more a:hover span {
  border-bottom-color: transparent;
}

.product__specifications__more span {
  border-bottom: 1px dotted;
  transition: border-color 0.35s ease;
}

.product__specifications__more i {
  margin-right: 4px;
}

.product__specification {
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 -2px 19px;
  vertical-align: top;
  display: inline-flex;
  align-items: flex-start;
  page-break-inside: avoid;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .product__specification {
    font-size: 14px;
  }

}

@media (min-width: 769px) and (max-width: 960px) {
  .product__specification {
    font-size: 12px;
  }

}

@media (max-width: 768px) {
  .product__specification {
    margin-bottom: 23px;
  }


  /*.product__specifications:not(.product__specifications--open) .product__specification:nth-child(7) ~ .product__specification
    {
    display: none;
  }*/

  .product__specifications__list:not(.product__specifications__list--open) .product__specification:nth-child(7)~.product__specification {
    display: none;
  }

}

.product__specification__title,
.product__specification__value {
  padding: 0;
  width: 50%;
  margin: 0 2px;
}

.product__specification__title {
  position: relative;
  padding-right: 16px;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .product__specification__title {
    width: 46%;
  }

}

@media (max-width: 768px) {
  .product__specification__title {
    width: 54%;
  }

}

.product__specification__title:before {
  left: 0;
  right: 1px;
  bottom: 4px;
  content: "";
  position: absolute;
  pointer-events: none;
  border-bottom: 1px dotted;
}

.product__specification__title span {
  z-index: 10;
  position: relative;
  background: #fff;
  vertical-align: top;
  display: inline-block;
}

.product__specification__value {
  max-width: 160px;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .product__specification__value {
    width: 54%;
  }

}

@media (max-width: 960px) and (min-width: 769px) {
  .product__specification__value {
    width: 45%;
    margin-left: 12px;
  }

}

@media (max-width: 768px) {
  .product__specification__value {
    width: 46%;
  }

}

.product__photos {
  margin-bottom: 32px;
  padding-bottom: 27px;
  border-bottom: 1px solid #dcdcdc;
}

.product__photos__title {
  display: block;
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: 18px;
}

.product__photos__list {
  display: flex;
  padding: 0 25px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -6px 0 -7px;
}

@media (max-width: 1440px) {
  .product__photos__list {
    margin: 0 -4px;
    padding-left: 0;
    padding-right: 0;
  }

}

.product__photos__list-item {
  width: 9.0909090909%;
  padding: 0 6px 0 7px;
}

/*.product__photos__list-item:nth-child(11)~.product__photos__list-item {
  display: none;
}*/

@media (max-width: 1440px) {
  .product__photos__list-item {
    padding: 0 4px;
    width: 10%;
  }

  /*.product__photos__list-item:nth-child(10)~.product__photos__list-item {
    display: none;
  }*/

}

@media (max-width: 768px) {
  .product__photos__list-item {
    width: 12.5%;
  }

  /*.product__photos__list-item:nth-child(8)~.product__photos__list-item {
    display: none;
  }*/

}

@media (max-width: 768px) {
  .product__photos__list-item {
    width: 20%;
  }

  /*.product__photos__list-item:nth-child(5)~.product__photos__list-item {
    display: none;
  }*/

}

@media (max-width: 480px) {
  .product__photos__list-item {
    width: 33.3333333333%;
  }

  /*.product__photos__list-item:nth-child(3)~.product__photos__list-item {
    display: none;
  }*/

}

.product__photos__list-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.product__photos__list-item a {
  display: block;
  position: relative;
}

.product__photos__list-item a:before {
  content: "";
  display: block;
  padding-top: 134.5794392523%;
}

.product__instruction {
  margin: 0 0 36px;
}

@media (max-width: 768px) {
  .product__instruction {
    margin-bottom: 28px;
  }

}

.product__files-list {
  padding: 0;
  list-style: none;
  margin: -10px 0 0;
}

@media (max-width: 1440px) {
  .product__files-list {
    margin-top: 0;
  }

}

@media (max-width: 768px) {
  .product__files-list {
    padding-top: 2px;
  }

}

.product__files-list__item:not(:first-child) {
  margin-top: 16px;
}

.product__file-item {
  font-size: 14px;
  align-items: center;
  display: inline-flex;
  text-decoration: underline;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.product__file-item:hover {
  color: #6bc32a;
  text-decoration: none;
}

.product__file-item__visual {
  display: flex;
  line-height: 1;
  flex-shrink: 0;
  font-size: 42px;
  min-width: 36px;
  min-height: 42px;
  margin-right: 22px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .product__file-item__visual {
    font-size: 36px;
    min-width: 30px;
    min-height: 36px;
    margin-right: 16px;
  }

}

@media (max-width: 768px) {
  .product__file-item__visual {
    font-size: 40px;
    min-height: 40px;
    margin-right: 24px;
  }

}

.product__full-description {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 768px) {
  .product__full-description {
    margin-bottom: 10px;
  }

}

.product__full-description .h2,
.product__full-description h2 {
  margin-bottom: 23px;
}

.product__full-description p {
  margin-bottom: 1.2857em;
}

/*.product__full-description ul {
  padding: 0;
  list-style: none;
  margin: 0 0;
}*/

@media (max-width: 768px) {
  .product__full-description__expanded {
    overflow: hidden;
    margin-top: -4px;
    margin-bottom: 7px;
  }

  .product__full-description:not(.product__full-description--open) .product__full-description__expanded {
    max-height: 200px;
  }

}

.product__full-description__more {
  font-size: 14px;
  text-align: right;
  color: #6bc32a;
}

.product__full-description--open .product__full-description__more {
  display: none;
}

.product__full-description__more a {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.product__full-description__more a:hover {
  color: #549921;
}

.product__full-description__more a:hover span {
  border-bottom-color: transparent;
}

.product__full-description__more span {
  border-bottom: 1px dotted;
  transition: border-color 0.35s ease;
}

.product__full-description__more i {
  margin-right: 4px;
}

.product__reviews {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .product__reviews {
    flex-direction: column-reverse;
  }

}

.product__reviews-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.product__main-rating {
  width: 300px;
  flex-shrink: 0;
  margin-left: 80px;
}

@media (max-width: 1440px) {
  .product__main-rating {
    width: 260px;
    margin-left: 24px;
  }

}

@media (max-width: 768px) {
  .product__main-rating {
    width: 220px;
    margin-left: 16px;
  }

}

@media (max-width: 768px) {
  .product__main-rating {
    width: 100%;
    margin: 0 0 32px;
    max-width: 300px;
  }

}

.product__main-rating__head {
  display: flex;
  margin-top: -4px;
  margin-bottom: 12px;
  align-items: center;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

.product__main-rating__head .stars-list {
  font-size: 22px;
}

@media (max-width: 1440px) {
  .product__main-rating__head .stars-list {
    font-size: 18px;
  }

}

@media (max-width: 768px) {
  .product__main-rating__head .stars-list {
    font-size: 16px;
  }

}

.product__main-rating__head .stars-list__item {
  margin-right: 9px;
}

@media (max-width: 1440px) {
  .product__main-rating__head .stars-list__item {
    margin-right: 5px;
  }

}

@media (max-width: 768px) {
  .product__main-rating__head .stars-list__item {
    margin-right: 3px;
  }

}

.product__main-rating__value {
  line-height: 1;
  font-size: 29px;
  margin-left: 20px;
}

@media (max-width: 1440px) {
  .product__main-rating__value {
    font-size: 22px;
  }

}

@media (max-width: 768px) {
  .product__main-rating__value {
    font-size: 18px;
  }

}

.product__main-rating__info {
  font-size: 14px;
  margin-bottom: 24px;
}

.product__main-rating__info-item {
  padding: 0;
  display: flex;
  margin: 0 0 12px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .product__main-rating__info-item {
    margin-bottom: 10px;
  }

}

.product__main-rating__info-item__title,
.product__main-rating__info-item__value {
  margin: 0;
  padding: 0;
}

.product__main-rating__info-item__title {
  color: #a7a7a7;
}

.product__review {
  margin-bottom: 55px;
}

.product__review__head {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
}

.product__review__head .stars-list {
  font-size: 15px;
}

.product__review__head .stars-list__item {
  margin-right: 5px;
}

.product__review__author {
  font-size: 16px;
  margin-left: 12px;
}

.product__review__body {
  font-size: 14px;
  line-height: 18px;
}

.product__review__body p {
  margin-bottom: 1.2857em;
}

.product__review__photos {
  display: flex;
  padding: 0 12px;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-start;
  margin: 0 -6px 8px -7px;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .product__review__photos {
    padding-left: 0;
    padding-right: 0;
    margin-left: -4px;
    margin-right: -4px;
  }

}

.product__review__photos__item {
  width: 120px;
  margin: 0 0 13px;
  position: relative;
  padding: 0 6px 0 7px;
}

@media (max-width: 1440px) {
  .product__review__photos__item {
    width: 104px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
  }

}

@media (max-width: 768px) {
  .product__review__photos__item {
    width: 92px;
  }

}

@media (max-width: 768px) {
  .product__review__photos__item {
    width: 20%;
  }

  .product__review__photos__item:nth-child(5)~.product__review__photos__item {
    display: none;
  }

}

@media (max-width: 480px) {
  .product__review__photos__item {
    width: 33.3333333333%;
  }

  .product__review__photos__item:nth-child(3)~.product__review__photos__item {
    display: none;
  }

}

.product__review__photos__item a {
  display: block;
  position: relative;
}

.product__review__photos__item a:before {
  content: "";
  display: block;
  padding-top: 134.5794392523%;
}

.product__review__photos__item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.product__review__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product__review__body+.product__review__footer {
  padding-top: 16px;
}

.product__review__date {
  font-size: 14px;
  color: #a7a7a7;
  margin-right: 28px;
}

.product__review__controls {
  display: flex;
  margin: 0 -6px;
  align-items: center;
  justify-content: flex-start;
}

.product__review__control {
  display: flex;
  margin: 0 6px;
  font-weight: bold;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.35s ease;
}

.product__review__control:hover {
  color: #6bc32a;
}

.product__review__control:hover i {
  color: #6bc32a;
}

.product__review__control i {
  line-height: 1;
  font-size: 14px;
  margin-right: 4px;
  transition: color 0.35s ease;
}

.product__review__control:not(:hover) i {
  color: #d5d5d5;
}

.product-slider {
  position: relative;
  margin-bottom: 35px;
  padding: 0 0 0 120px;
}

@media (max-width: 1440px) {
  .product-slider {
    padding-left: 86px;
  }

}

@media (max-width: 768px) {
  .product-slider {
    padding: 0;
    order: -10;
    width: 100%;
    margin: 0 0 16px;
  }

}

@media (max-width: 480px) {
  .product-slider {
    margin-bottom: 4px;
  }

}

.product-slider__aside {
  left: 0;
  bottom: 0;
  top: 26px;
  z-index: 50;
  width: 100px;
  padding-top: 94px;
  position: absolute;
}

@media (max-width: 1440px) {
  .product-slider__aside {
    top: 0;
    width: 74px;
    padding-top: 70px;
  }

}

@media (min-width: 769px) and (max-width: 900px) {

  .product-slider__aside {
    padding-top: 0px;
    top: -10px;
  }

}

@media (max-width: 768px) {
  .product-slider__aside {
    right: 0;
    top: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }

}

.product-slider__aside .slick-dots {
  bottom: 0;
  position: static;
}

@media (max-width: 768px) {
  .product-slider__aside .slick-dots {
    margin-left: -2px;
    margin-right: -2px;
  }

}

@media (min-width: 769px) {
  .product-slider__aside .slick-dots {
    display: none !important;
  }

}

@media (max-width: 768px) {
  .product-slider__aside .slick-dots {
    display: flex !important;
  }

}

@media (max-width: 768px) {
  .product-slider__aside .slick-dots li {
    margin-left: 2px;
    margin-right: 2px;
  }

}

/*@media (min-width: 769px)
{
  .product-slider--has-video .product-slider__aside .slick-dots li:last-child button
  {
    width: 13px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    text-indent: 0;
    color: #e7205c;
    background: none;
    overflow: visible;
    transition: color 0.35s ease;
  }

}*/

.product-slider--has-video .product-slider__aside .slick-dots li:last-child button:hover {
  color: #bf1548;
}

.product-slider--has-video .product-slider__aside .slick-dots li:last-child button:before {
  line-height: 1;
  font-size: 13px;
  content: "";
  font-family: "icomoon";
}

.product-slider--has-video .product-slider__aside .slick-dots li:last-child.slick-active button {
  color: #6bc32a;
}

@media (max-width: 768px) {
  .product-slider__aside .slick-dots button {
    width: 8px;
    height: 8px;
    background: #ededed;
  }

}

.product-slider__aside .slick-dots .slick-active button {
  background: #6bc32a;
}

.product-slider__switcher {
  height: 580px;
  padding: 22px 0;
  max-width: 80px;
  list-style: none;
  margin: -12px auto;
  position: relative;
}

@media (max-width: 1440px) {
  .product-slider__switcher {
    height: 372px;
    max-width: none;
    margin-top: -6px;
    padding-top: 14px;
    margin-bottom: -6px;
    padding-bottom: 14px;
  }

}

@media (max-width: 768px) {
  .product-slider__switcher {
    display: none;
  }

}

.product-slider__switcher__item {
  height: auto;
  margin: 12px 0;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1440px) {
  .product-slider__switcher__item {
    margin: 6px 0;
  }

}

.product-slider__switcher:not(.slick-slider) .product-slider__switcher__item:nth-child(4)~.product-slider__switcher__item {
  display: none;
}

.product-slider__switcher__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-slider__switcher__item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  transition: opacity 0.35s ease;
  box-shadow: inset 0 0 0 2px #6bc32a;
}

.product-slider__switcher__item--active:after {
  opacity: 1;
}

.product-slider__switcher__item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.product-slider__switcher__item__content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.product-slider__switcher__item--video {
  font-size: 12px;
  line-height: 1.2;
  color: #e7205c;
  text-transform: uppercase;
}

.product-slider__switcher__item .icon-play {
  display: flex;
  line-height: 1;
  font-size: 36px;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: color 0.35s ease;
}

@media (min-width: 769px) {
  .product-slider__switcher__item .icon-play {
    margin-bottom: 6px;
  }

}

.product-slider__switcher__item .icon-play:hover {
  color: #bf1548;
}

.product-slider__visual-list {
  margin: 0;
  padding: 0;
  max-width: 700px;
  position: static;
  list-style: none;
}

@media (max-width: 768px) {
  .product-slider__visual-list {
    padding: 0 0 38px;
    margin-left: auto;
    margin-right: auto;
  }

}

.product-slider__visual-list .slick-list {
  transform: none;
  position: static;
}

.product-slider__visual-list .slick-track {
  display: flex;
  transform: none;
  align-items: center;
  justify-content: flex-start;
}

.product-slider__visual-list .slick-track:after,
.product-slider__visual-list .slick-track:before {
  display: none;
}

.product-slider__visual-list .slick-arrow {
  left: 0;
  margin: 0;
  width: 100px;
  height: auto;
  height: 48px;
  display: flex;
  font-size: 14px;
  color: #e2e2e2;
  align-items: center;
  justify-content: center;
  transition-property: color, opacity;
}

@media (max-width: 1440px) {
  .product-slider__visual-list .slick-arrow {
    width: 74px;
    height: 36px;
    font-size: 12px;
  }

}

@media (max-width: 768px) {
  .product-slider__visual-list .slick-arrow {
    z-index: 150;
    display: none !important;
  }

}

.product-slider__visual-list .slick-arrow:hover {
  color: #F96363;
}

.product-slider__visual-list .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.product-slider__visual-list .slick-prev {
  top: 95px;
}

@media (max-width: 1440px) {
  .product-slider__visual-list .slick-prev {
    top: 46px;
  }

}

.product-slider__visual-list .slick-next {
  top: auto;
  right: auto;
  bottom: 120px;
}

@media (max-width: 1440px) {
  .product-slider__visual-list .slick-next {
    top: 416px;
    bottom: auto;
  }

}

@media (min-width: 769px) and (max-width: 850px) {
  .product-slider__visual-list .slick-next {
    top: 310px;
  }

  .product-slider__visual-list .slick-prev {
    top: -20px;
  }

}

.product-slider__visual-list__item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

.product-slider__visual-list:not(.slick-slider) .product-slider__visual-list__item:not(:first-child) {
  display: none;
}

.product-slider__visual-list__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 768px) {
  .product-slider__visual-list__item:before {
    padding-top: 92.4%;
  }

}

.product-slider__visual-list__item--video {
  z-index: 150;
}

.product-slider__visual-list__item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.product-slider__visual-list__item img {
  object-fit: contain;
}

.product-slider__visual-list__video {
  left: 0;
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  margin-bottom: 15px;
}

.product-slider__visual-list__item iframe {
  top: 0;
  left: 0;
  width: 100%;
}

.product-slider__visual-list__video:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.report-form {
  padding: 8px 0 0;
}

.report-form__title-holder {
  margin: 0 0 19px;
}

@media (max-width: 768px) {
  .report-form__title-holder {
    margin-bottom: 0;
  }

}

@media (max-width: 768px) {
  .report-form__expanded {
    padding-top: 16px;
  }

}

.report-form__title {
  font-size: 14px;
}

@media (max-width: 768px) {
  .report-form__title {
    display: block;
    text-align: center;
  }

}

.report-form__title a {
  color: #696969;
  border-bottom: 1px dashed #e2e2e2;
}

@media (max-width: 768px) {
  .report-form__title a {
    height: 36px;
    border: none;
  }

}

.report-form__title span {
  border-bottom: 1px dashed #e2e2e2;
}

.report-form__btn-holder {
  padding-top: 2px;
}

.report-form__btn-holder .btn {
  min-width: 300px;
}

.gallery-modal .modal-holder__bg {
  top: 0;
}

@media (max-width: 768px) {
  .gallery-modal .modal-holder__cover {
    padding: 0;
    height: 100%;
  }

}

.gallery-modal .modal {
  max-width: 1360px;
  box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 769px) {
  .gallery-modal .modal {
    padding: 30px 36px;
  }

}

@media (max-width: 768px) {
  .gallery-modal .modal {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

}

.gallery-modal .product-slider {
  margin: 0;
}

@media (max-width: 768px) {
  .gallery-modal .product-slider {
    height: 100%;
  }

}

@media (min-width: 769px) {
  .gallery-modal .product-slider__aside {
    top: 0;
    bottom: 0;
    display: flex;
    padding-top: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

}

@media (max-width: 768px) {
  .gallery-modal .product-slider__aside {
    padding-top: 24px;
    flex-direction: column;
  }

}

.gallery-modal .product-slider__aside .slick-dots {
  display: none !important;
}

.gallery-modal .product-slider__visual-list {
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 768px) {
  .gallery-modal .product-slider__visual-list {
    padding-bottom: 0;
  }

}

.gallery-modal .product-slider__visual-list__item {
  max-height: calc(100vh - 100px);
}

@media (max-width: 768px) {
  .gallery-modal .product-slider__visual-list__item {
    height: calc(100vh - 100px);
  }

}

.gallery-modal .product-slider__visual-list .slick-arrow {
  top: 0;
  margin: 0;
  bottom: 0;
  width: 50%;
  z-index: 50;
  height: auto;
  font-size: 28px;
  align-items: center;
  display: flex !important;
}

@media (max-width: 768px) {
  .gallery-modal .product-slider__visual-list .slick-arrow {
    width: 120px;
  }

}

@media (max-width: 768px) {
  .gallery-modal .product-slider__visual-list .slick-arrow {
    width: 50px;
    z-index: 150;
    max-height: calc(100vh - 100px);
  }

}

.gallery-modal .product-slider__visual-list .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.gallery-modal .product-slider__visual-list .slick-prev {
  left: 120px;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .gallery-modal .product-slider__visual-list .slick-prev {
    left: 0;
  }

}

.gallery-modal .product-slider__visual-list .slick-next {
  right: 0;
  left: auto;
  justify-content: flex-end;
}

.gallery-modal .product-slider__switcher {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  max-width: 480px;
}

.gallery-modal .product-slider__switcher__item {
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .gallery-modal .product-slider__switcher__item .icon-play {
    font-size: 28px;
    margin-bottom: 4px;
  }

}

@media (max-width: 1440px) {
  .gallery-modal .product-slider__switcher__item--video {
    font-size: 10px;
  }

}

@media (min-width: 769px) and (max-width: 1440px) {
  .gallery-modal .product__video {
    margin-bottom: 32px;
  }

}

.callback {
  display: flex;
  padding-top: 31px;
  margin-bottom: 20px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .callback {
    border-top: none;
    margin-bottom: 0;
    padding-top: 28px;
    align-items: stretch;
    flex-direction: column;
  }

}

.callback__content {
  flex: 1 1 100%;
  max-width: 510px;
}

.callback__form {
  flex: 0 0 50%;
  margin-top: 12px;
  max-width: 530px;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .callback__form {
    margin: 0;
    max-width: none;
  }

}

.callback__form .col-row {
  margin-left: -10px;
  margin-right: -10px;
}

.callback__form .col-row>.col {
  padding-left: 10px;
  padding-right: 10px;
}

.cabinet--new .callback h1,
.cabinet--new .callback .h1,
.section-content .callback h1,
.section-content .callback .h1 {
  font-size: 48px;
}

@media (max-width: 1440px) {

  .cabinet--new .callback h1,
  .cabinet--new .callback .h1,
  .section-content .callback h1,
  .section-content .callback .h1 {
    font-size: 36px;
  }

}

@media (max-width: 768px) {

  .cabinet--new .callback h1,
  .cabinet--new .callback .h1,
  .section-content .callback h1,
  .section-content .callback .h1 {
    font-size: 22px;
  }

}

.callback-form .form-row {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .callback-form .form-row {
    margin-bottom: 24px;
  }

}

.callback-form .form-row:not(:first-child) .form-row__title {
  margin-top: -14px;
}

@media (max-width: 768px) {

  .callback-form input.form-control,
  .callback-form select.form-control {
    padding-left: 0;
    padding-right: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

}

.callback-form__submit-panel .btn--submit {
  background: #000;
  color: #fffefe;
}

.callback-form__submit-panel .btn--submit:hover {
  background-color: #6bc32a;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
  line-height: 1.2;
  min-width: 320px;
  background: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #20262c;
}

@media (max-width: 480px) {
  body {
    font-size: 12px;
  }

}

iframe {
  border: none;
}

img {
  border: none;
  -webkit-user-select: none;
  user-select: none;
}

/*e42
img.lazy:not([data-was-processed=true]) {
  opacity: 0;
}

[data-lazy] {
  opacity: 0;
}*/

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

a {
  color: inherit;
  text-decoration: none;
}

::placeholder {
  vertical-align: middle;
  line-height: normal !important;
}

.r {
  font-style: normal;
  font-weight: normal;
  font-family: "PT Rouble Sans";
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator,
textarea::-webkit-clear-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

[class^=icon-],
[class*=" icon-"] {
  line-height: 1;
  vertical-align: top;
  display: inline-block;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  margin: 0;
  width: auto;
  vertical-align: top;
  display: inline-block;
}

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

::selection {
  background: #b9d963;
}

p {
  margin: 0 0 1em;
}

p a {
  color: #6bc32a;
  border-bottom: 1px solid;
  transition: color 0.35s ease, border-color 0.35s ease;
}

p a:hover {
  color: #549921;
  border-bottom-color: transparent;
}

#wrapper {
  display: flex;
  overflow: hidden;
  min-height: 100%;
  position: relative;
  flex-direction: column;
}

@media (max-width: 768px) {
  #wrapper {
    padding-top: 129px;
  }

}

@media (max-width: 768px) {
  #wrapper {
    padding-top: 76px;
  }

}

#main {
  flex: 5000 1 auto;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px;
}

@media (max-width: 1440px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1140px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 768px;
  }

}

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

@media (min-width: 769px) {
  .section-content--narrow {
    max-width: 750px;
  }

}

.fancybox-navigation .fancybox-button {
  top: 50%;
  width: 30%;
  height: 80%;
  display: flex;
  min-width: 64px;
  min-height: 64px;
  background: none;
  max-width: 320px;
  max-height: 400px;
  align-items: center;
  transform: translateY(-50%);
}

.fancybox-navigation .fancybox-button div {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 30, 30, 0.3);
  transition: background 0.35s ease;
}

.fancybox-navigation .fancybox-button:hover div {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button svg {
  width: 32px;
  height: 32px;
  display: block;
}

.fancybox-button--arrow_left {
  justify-content: flex-start;
}

.fancybox-button--arrow_right {
  justify-content: flex-end;
}

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

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

.fancybox-thumbs__list a:before {
  border-color: #6bc32a;
}

.fancybox-thumbs {
  background: #fff;
}

#location_selector input,
#location_selector .autocomplete__repeater,
#location_selector .autocomplete__repeater span.value,
#location_selector_head input,
#location_selector_head .autocomplete__repeater,
#location_selector_head .autocomplete__repeater span.value {
  font-size: 16px;
}

#location_selector .autocomplete__repeater .value {
  color: rgba(255, 255, 255, 0);
  font-size: 0.1em;
}
.mainPageH1 {
  font-weight: bold;
  text-transform: uppercase;
}