@charset 'UTF-8';
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}
.product-item__discount--way {
  background: #239036 !important;
}
.modal-storage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 30000;
  background: rgba(0, 0, 0, 0.548);
  /* padding: 30px 20px; */
  /* width: 100%; */
}
.modal-storage__wrapper {
  /* display: none; */
  top: 50%;
  padding: 45px 20px;
  width: 100%;
  position: absolute;
  background: rgb(243, 243, 243);
  max-width: 580px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box.flex-wrap {
  cursor: pointer;
}
.modal-storage__input {
  width: 100% !important;
}
.modal-storage__submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.modal-storage__form--none {
  display: none !important;
}
.modal-storage-wait {
  display: none;
}
.modal-storage-wait.modal-storage-wait--active {
  display: block;
}
.modal-storage__block-with-img {
  max-width: 200px;
  height: auto;
}
.modal-storage__text {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.modal-storage__fail {
  display: none;
}
.modal-storage__good {
  display: none;
}
.modal-storage__fail--active {
  display: block;
}
.modal-storage__good--active {
  display: block;
}
.product-item__cart-btn.product-item__cart-btn--modal {
  display: block !important;
}
.product-item__cart-btn.product-item__cart-btn--modal
  .product-item__cart-title {
  display: block !important;
}
.modal-storage__text--fail {
  color: red;
}
.modal-storage__text--good {
  color: green;
}
.modal-storage__submit {
  background: #239036 !important;
  font-weight: 500 !important;
  padding: 10px 25px !important;
  font-size: 14px !important;
  color: #fff !important;
  transition: 0.3s all;
}
.modal-storage__submit:hover {
  background: #2c993e !important;
}
.modal-storage__close {
  font-size: 20px;
  color: black;
  position: absolute;
  font-size: 40px;
  right: 20px;
  cursor: pointer;
  top: 13px;
}
.modal-storage--active {
  display: block;
}
.modal-storage__info {
  margin-top: 15px;
}
.modal-storage__subtitle {
  /* text-transform: uppercase; */
  color: #333;
  font-weight: 400;
  font-size: 18px;
}
.modal-storage__price-subtitle {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.modal-storage__input {
  margin-bottom: 15px;
}
.modal-storage .modal-storage__input {
  padding: 11px;
}
.catalog__title--margin-top-no {
  margin-top: 0 !important;
  text-align: center;
  border-bottom: none !important;
}

.modal-storage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-item {
  width: 100%;
}
.product-item__cart-btn {
  order: 3;

  margin-left: auto;
}

.loader--none {
  display: none !important;
}
.header {
  z-index: 900 !important;
}

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

  visibility: hidden;

  margin: 0;
}

.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  outline: none;

  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

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

.fancybox-outer {
  overflow-y: auto;

  -webkit-overflow-scrolling: touch;
}

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

  opacity: 0;
  background: #1e1e1e;
}

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

  opacity: 0.9;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  position: absolute;
  z-index: 99997;

  visibility: hidden;

  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;

  opacity: 0;

  direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  visibility: visible;

  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;

  opacity: 1;
}

.fancybox-infobar {
  font-size: 13px;
  line-height: 44px;

  top: 0;
  left: 0;

  min-width: 44px;
  height: 44px;
  padding: 0 10px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;

  color: #ccc;

  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  -webkit-touch-callout: none;
}

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

.fancybox-stage {
  z-index: 99994;

  overflow: visible;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  direction: ltr;
}

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

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  /* Using without prefix would break IE11 */

  display: none;
  overflow: auto;

  width: 100%;
  height: 100%;
  padding: 44px;

  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  text-align: center;
  white-space: normal;

  outline: none;

  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  font-size: 0;

  display: inline-block;

  width: 0;
  height: 100%;

  content: "";
  vertical-align: middle;
}

.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 {
  position: relative;

  display: inline-block;
  overflow: auto;

  max-width: 100%;
  margin: 0;
  padding: 44px;

  text-align: left;
  vertical-align: middle;

  background: #fff;

  -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;

  overflow: visible;

  max-width: none;
  padding: 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);

  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;

  -webkit-backface-visibility: hidden;
}

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

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

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

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

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

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  border: 0;
  background: transparent;
}

.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 {
  overflow: visible;

  width: 100%;
  height: 100%;
  padding: 0;
}

.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 {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

  border: 0;
  background: transparent;
}

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

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;

  cursor: default;

  background: #fff;
}

.fancybox-error p {
  font-size: 16px;
  line-height: 20px;

  margin: 0;
  padding: 0;

  color: #444;
}

/* Buttons */
.fancybox-button {
  position: relative;

  display: inline-block;
  visibility: inherit;

  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;

  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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 {
  cursor: default;

  color: #888;
  outline: none;
}

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

.fancybox-button svg {
  position: relative;

  display: block;
  overflow: visible;

  width: 100%;
  height: 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 {
  position: absolute;
  z-index: 99998;
  top: 0;
  right: 0;
  left: 0;

  height: 2px;

  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;

  background: #ff5268;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  z-index: 401;
  top: -44px;
  right: -12px;

  padding: 8px;

  cursor: pointer;

  opacity: 0.8;
  color: #ccc;
  border: 0;
  border-radius: 0;
  background: transparent;
}

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

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;

  padding: 10px;

  color: currentColor;
}

.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 {
  position: absolute;
  top: calc(50% - 50px);

  width: 70px;
  height: 100px;

  opacity: 0;
  background-clip: content-box;
}

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

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

  padding: 31px 26px 31px 6px;
}

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

  padding: 31px 6px 31px 26px;
}

/* Caption */
.fancybox-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;

  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;

  padding: 25px 44px 25px 44px;

  text-align: center;

  color: #eee;
}

.fancybox-caption::before {
  position: absolute;
  z-index: -1;
  top: -44px;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;

  content: "";
  pointer-events: none;

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  text-decoration: none;

  color: #ccc;
}

.fancybox-caption a:hover {
  text-decoration: underline;

  color: #fff;
}

/* Loading indicator */
.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;

  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 0;

  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;

  opacity: 0.7;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  background: transparent;
}

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

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

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

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

  opacity: 0;
}

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

  opacity: 0;
}

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

  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);

  opacity: 0;
}

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

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

  opacity: 0;
}

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

  opacity: 0;
}

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

  opacity: 1;
}

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

  opacity: 0;
}

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

  opacity: 0;
}

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

  opacity: 1;
}

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

  opacity: 0;
}

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

  opacity: 0;
}

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

  opacity: 1;
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;

    width: 36px;
    height: 36px;
    padding: 6px;

    opacity: 1;
    color: #f2f4f6;
    background: #4e4e4e;
  }
}

/* Share */
.fancybox-share {
  max-width: 90%;
  padding: 30px;

  text-align: center;

  border-radius: 3px;
  background: #f4f4f4;
}

.fancybox-share h1 {
  font-size: 35px;
  font-weight: 700;

  margin: 0 0 20px 0;

  color: #222;
}

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

.fancybox-share__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;

  display: inline-block;

  min-width: 130px;
  margin: 0 5px 10px 5px;
  padding: 0 15px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;

  border: 0;
  border-radius: 3px;
}

.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 {
  position: relative;
  top: -1px;

  width: 25px;
  height: 25px;
  margin-right: 7px;

  vertical-align: middle;
}

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

.fancybox-share__input {
  font-size: 14px;

  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;

  color: #5d5b5b;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: none;
  background: transparent;
}

/* Thumbs */
.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;

  display: none;

  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;

  background: #ddd;

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

  position: absolute;
  position: relative;

  overflow-x: hidden;
  overflow-y: auto;

  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

  list-style: none;

  white-space: nowrap;
}

.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 {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

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

.fancybox-thumbs__list a {
  position: relative;

  float: left;
  overflow: hidden;

  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;

  cursor: pointer;

  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  opacity: 0;
  border: 6px solid #ff5268;
}

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

/**
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */
@font-face {
  font-family: "swiper-icons";
  font-weight: 400;
  font-style: normal;

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;

  overflow: hidden;

  margin-right: auto;
  margin-left: auto;
  padding: 0;

  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;

  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;

  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;

  width: 100%;
  height: 100%;

  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;

  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);

  cursor: pointer;

  color: var(--swiper-navigation-color, var(--swiper-theme-color));

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;

  opacity: 0.35;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;

  letter-spacing: 0;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  z-index: 10;

  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;

  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;

  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;

  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;

  width: 8px;
  height: 8px;

  opacity: 0.2;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;

  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;

  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;

  margin: 6px 0;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;

  width: 8px;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;

  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;

  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;

  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;

  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;

  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;

  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);

  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;

  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;

  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 100%;

  text-align: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;

  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;

  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;

  pointer-events: none;

  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;

  visibility: hidden;

  width: 100%;
  height: 100%;

  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;

  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: 0.6;
  background: #000;

  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;

  pointer-events: none;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  position: relative;

  overflow: hidden;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;

  width: 16px;
  height: 100%;

  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 16px;

  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;

  background: #dde;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;

  cursor: pointer;

  background: #bbd;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;

  height: 100%;
}

.jspArrow {
  display: block;

  margin: 0;
  padding: 0;

  cursor: pointer;
  text-indent: -20000px;

  background: #50506d;

  direction: ltr;
}

.jspDisabled {
  cursor: default;

  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;

  width: 16px;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  float: left;

  height: 100%;

  background: #eeeef4;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/roboto-v27-latin_cyrillic-300.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("assets/fonts/roboto-v27-latin_cyrillic-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/roboto-v27-latin_cyrillic-300.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("assets/fonts/roboto-v27-latin_cyrillic-300.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/roboto-v27-latin_cyrillic-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/roboto-v27-latin_cyrillic-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/roboto-v27-latin_cyrillic-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("assets/fonts/roboto-v27-latin_cyrillic-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/roboto-v27-latin_cyrillic-500.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("assets/fonts/roboto-v27-latin_cyrillic-500.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/roboto-v27-latin_cyrillic-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/roboto-v27-latin_cyrillic-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto-v27-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("assets/fonts/roboto-v27-latin_cyrillic-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/roboto-v27-latin_cyrillic-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("assets/fonts/roboto-v27-latin_cyrillic-regular.woff") format("woff"),
    /* Modern Browsers */
      url("assets/fonts/roboto-v27-latin_cyrillic-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/roboto-v27-latin_cyrillic-regular.svg#Roboto")
      format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/roboto-v27-latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("assets/fonts/roboto-v27-latin_cyrillic-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/roboto-v27-latin_cyrillic-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("assets/fonts/roboto-v27-latin_cyrillic-700.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/roboto-v27-latin_cyrillic-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/roboto-v27-latin_cyrillic-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/roboto-v27-latin_cyrillic-900.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("assets/fonts/roboto-v27-latin_cyrillic-900.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("assets/fonts/roboto-v27-latin_cyrillic-900.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("assets/fonts/roboto-v27-latin_cyrillic-900.woff") format("woff"),
    /* Modern Browsers */ url("assets/fonts/roboto-v27-latin_cyrillic-900.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("assets/fonts/roboto-v27-latin_cyrillic-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;

  src: local("Open Sans"), local("OpenSans"),
    url("assets/fonts/opensans.woff2") format("woff2"),
    url("assets/fonts/opensans.woff") format("woff"),
    url("assets/fonts/opensans.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;

  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url("assets/fonts/opensanssemibold.woff2") format("woff2"),
    url("assets/fonts/opensanssemibold.woff") format("woff"),
    url("assets/fonts/opensanssemibold.ttf") format("truetype");
}
/* @font-face
{
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal; 

    src: url('assets/fonts/OpenSans-Bold.ttf') format('ttf');
} */

/*  base.css
Content:
- Fonts
- Reset
- General Styles
- Case
- Tables
- Cols
- Flex
- Hidden / Visible
- Align
- Padding / Margin
- Styling
- Colors
- Mobility
- Menu
- Buttons
- Social-icons
- Structure
- Size
- Header
- Thumbnails
- Footer
- Navigation
- POP-UP
- FORM
- CLEAR
- WORDPRESS POST FORMATTING
- Wordpres Post
*/
/*      Fonts
*************************************************************************************/
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff");
}

.fa {
  font-family: FontAwesome;
}

/************************************************************************************
RESET
*************************************************************************************/
/* reset */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
figure {
  font: inherit;
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
}

img,
fieldset {
  border: 0;
}

button {
  background: transparent;
}

/* set html5 elements to block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* set img max-width */
img {
  display: block;

  max-width: 100%;
  height: auto;
}

/* ie 8 img max-width */
@media \0screen {
  img {
    width: auto;
  }
}

select {
  -webkit-appearance: none;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

iframe {
  max-width: 100%;
}

/************************************************************************************
GENERAL STYLES
*************************************************************************************/
html {
  font-size: 10px;
  line-height: 1.5em;
}

body {
  font: 14px/150% Arial, Helvetica, sans-serif;

  top: 0;
  bottom: 0;

  width: 100%;

  background-color: white;
}

a {
  text-decoration: none;

  outline: none;
}

a:hover {
  text-decoration: underline;
}

article p {
  text-align: justify;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

blockquote,
quote {
  font-style: italic;

  display: inline-block;

  margin-left: 15px;
}

ul,
ol {
  margin-bottom: 1em;
  margin-left: 24px;
}

sup {
  font-size: 0.6em;
  line-height: 1;

  vertical-align: super;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.back {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-size: cover !important;

  -o-object-fit: cover;
  object-fit: cover;
}

.back__img {
  min-width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  /*  min-height: 100%;   */
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.load {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;

  background-color: white !important;
}

.load img {
  width: 200px;

  opacity: 0;
}

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

  width: 100%;
  height: 100%;

  text-align: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.flex > .box {
  height: auto;
  /* в старых Хром и Гугл height 100 внутри flex нарушает расчёт высоты */
}

/*      Case
*************************************************************************************/
.case {
  display: block;
}

.case:after {
  display: block;
  clear: both;

  content: "";
}

.case > .item {
  display: block;
  float: left;
}

@media (max-width: 1280px) {
  .case-l {
    display: block;
  }
  .case-l:after {
    display: block;
    clear: both;

    content: "";
  }
  .case-l > .item {
    display: block;
    float: left;
  }
}

@media (max-width: 768px) {
  .case-m {
    display: block;
  }
  .case-m:after {
    display: block;
    clear: both;

    content: "";
  }
  .case-m > .item {
    display: block;
    float: left;
  }
}

@media (max-width: 400px) {
  .case-s {
    display: block;
  }
  .case-s:after {
    display: block;
    clear: both;

    content: "";
  }
  .case-s > .item {
    display: block;
    float: left;
  }
}

/*      Tables
*************************************************************************************/
.table {
  display: table;

  width: 100%;

  border-collapse: collapse;
}

.table-fixed {
  table-layout: fixed;
}

.table-fixed .cell {
  width: auto;
}

.row {
  /*  display: table-row;  */
}

.cell {
  display: table-cell;

  /* width: 999px; */
  padding: 0 5px;

  text-align: center;
  vertical-align: middle;
}

.table > .item {
  display: table-cell;

  width: 999px;
  padding: 0 5px;

  vertical-align: middle;
}

@media (max-width: 1280px) {
  .table-l {
    display: table;

    width: 100%;

    border-collapse: collapse;
  }
  .table-l > .item {
    display: table-cell;

    width: 999px;
    padding: 0 5px;

    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .table-m {
    display: table;

    width: 100%;

    border-collapse: collapse;
  }
  .table-m > .item {
    display: table-cell;

    width: 999px;
    padding: 0 5px;

    vertical-align: middle;
  }
}

@media (max-width: 400px) {
  .table-s {
    display: table;

    width: 100%;

    border-collapse: collapse;
  }
  .table-s > .item {
    display: table-cell;

    width: 999px;
    padding: 0 5px;

    vertical-align: middle;
  }
}

/*      Cols
*************************************************************************************/
.fullwidth {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.fullheight {
  height: 100%;
  max-height: 100%;
}

.row {
  position: relative;
  z-index: 1;

  display: block;

  width: 100%;

  text-align: center;

  background-color: transparent;
}

.row:after {
  display: block;
  clear: both;

  content: "";
}

.col {
  position: relative;
  z-index: 2;

  display: block;

  width: 100%;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;

  text-align: left;
}

.col:after {
  display: block;
  clear: both;

  content: "";
}

[class*="col-"] {
  display: block;
  float: left;

  width: 100%;

  text-align: left;
}

.col-0 {
  display: block;
  float: left;
}

.col-1 {
  width: 100% !important;
}

.col-2 {
  width: 50% !important;
}

.col-2:nth-child(2n + 1) {
  clear: both;
}

.col-2:nth-last-child(-n + 2) {
  margin-bottom: 0 !important;
}

.col-3 {
  width: calc(100% / 3) !important;
}

.col-3:nth-child(3n + 1) {
  clear: both;
}

.col-4 {
  width: 25% !important;
}

.col-4:nth-child(4n + 1) {
  clear: both;
}

.col-5 {
  width: 20% !important;
}

.col-6 {
  width: calc(100% / 6) !important;
}

.col-23 {
  width: calc(100% / 3 * 2) !important;
}

.col-56 {
  width: calc(100% / 6 * 5) !important;
}

.col-10 {
  width: 10% !important;
}

.col-15 {
  width: 15% !important;
}

.col-30 {
  width: 30% !important;
}

.col-35 {
  width: 35% !important;
}

.col-40 {
  width: 40% !important;
}

.col-60 {
  width: 60% !important;
}

.col-75 {
  width: 75% !important;
}

.col-80 {
  width: 80% !important;
}

.col-85 {
  width: 85% !important;
}

.col-90 {
  width: 90% !important;
}

@media (max-width: 1280px) {
  [class*="col-l"] {
    display: block;
    float: left;
  }
  [class*="col-l"]:nth-child(1n) {
    clear: none;
  }
  .col-l-1 {
    width: 100% !important;
  }
  .col-l-2 {
    width: 50% !important;
  }
  .col-l-2:nth-child(2n + 1) {
    clear: both;
  }
  .col-l-3 {
    width: calc(100% / 3) !important;
  }
  .col-l-4 {
    width: 25% !important;
  }
  .col-l-35 {
    width: 35% !important;
  }
  .col-l-40 {
    width: 40% !important;
  }
  .col-l-60 {
    width: 60% !important;
  }
  .col-l-65 {
    width: 65% !important;
  }
  .col-l-75 {
    width: 75% !important;
  }
  .row-l {
    display: block;

    width: 100%;
  }
  .row-l:after {
    display: block;
    clear: both;

    content: "";
  }
  .row-l > .item {
    display: block;
    float: left;
    float: left;

    width: auto;
  }
}

@media (max-width: 768px) {
  [class*="col-m"] {
    display: block;
    float: left;
  }
  .col-m-1 {
    width: 100% !important;
  }
  .col-m-2 {
    width: 50% !important;
  }
  .col-m-3 {
    width: calc(100% / 3) !important;
  }
  .col-m-4 {
    width: 25% !important;
  }
  .col-m-40 {
    width: 40% !important;
  }
  .col-m-60 {
    width: 60% !important;
  }
  .col-m-75 {
    width: 75% !important;
  }
  .row-m {
    display: block;

    width: 100%;
  }
  .row-m:after {
    display: block;
    clear: both;

    content: "";
  }
  .row-m > .item {
    display: block;
    float: left;
    float: left;

    width: auto;
  }
}

@media (max-width: 480px) {
  [class*="col-s"] {
    display: block;
    float: left;
  }
  .col-s-1 {
    display: block;
    float: none;

    width: 100% !important;
  }
  .col-s-2 {
    display: block;
    float: left;

    width: 50% !important;
  }
  .col-s-3 {
    display: block;
    float: left;

    width: calc(100% / 3) !important;
  }
  .row-s {
    display: block;

    width: 100%;
  }
  .row-s:after {
    display: block;
    clear: both;

    content: "";
  }
  .row-s > .item {
    display: block;
    float: left;
    float: left;

    width: auto;
  }
}

@media print {
  .col-p-1 {
    display: block;
    float: none;

    width: 100% !important;
  }
  .col-p-2 {
    display: block;
    float: left;

    width: 50% !important;
  }
}

/*      Flex
*************************************************************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex > * {
  /*  max-width: 100%;    */
}

.flex > [class*="col-"] {
  float: none;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.align-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex.align-top {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-align-items: top;
}

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

.flex.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}

/*      Hidden / Visible
*************************************************************************************/
.hidden {
  display: none !important;
}

.visible-s,
.visible-m,
.visible-l {
  display: none;
}

.visible {
  display: block !important;
}

.invisible {
  opacity: 0;
}

.cell.visible {
  display: table-cell !important;
}

.table.visible {
  display: table !important;
}

.flex.visible,
.box.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1280px) {
  .hidden-l {
    display: none;
  }
  .visible-l {
    display: block;
  }
  .table.visible-l {
    display: table;
  }
  .cell.visible-l {
    display: table-cell;
  }
  .flex.visible-l,
  .box.visible-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .hidden-m {
    display: none !important;
  }
  .visible-m {
    display: block !important;
  }
  .table.visible-m {
    display: table !important;
  }
  .cell.visible-m {
    display: table-cell !important;
  }
  .flex.visible-m,
  .box.visible-m {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 400px) {
  .hidden-s {
    display: none !important;
  }
  .visible-s {
    display: block !important;
  }
  .table.visible-s {
    display: table !important;
  }
  .cell.visible-s {
    display: table-cell !important;
  }
  .flex.visible-s,
  .box.visible-s {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*      Align
*************************************************************************************/
.center {
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

/*      Padding / Margin
*************************************************************************************/
.padding {
  padding: 15px;
}

.padding-hor {
  padding-right: 15px;
  padding-left: 15px;
}

.padding-top {
  padding-top: 15px;
}

.padding-top--big {
  padding-top: 30px;
}

.padding-bottom {
  padding-bottom: 15px;
}

.padding-bottom--big {
  padding-bottom: 30px;
}

.margin-top {
  margin-top: 15px;
}

.margin-top--big {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.margin-bottom--big {
  margin-bottom: 30px;
}

.padding-right {
  padding-right: 20px;
}

.padding-left {
  padding-left: 20px;
}

.padding-right--big {
  padding-right: 30px;
}

.padding-left--big {
  padding-left: 30px;
}

.-padding-child {
  padding: 0;
}

.-padding-child > .item {
  padding: 20px;
}

.padding-hor--small.-padding-child > .item {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-hor.-padding-child > .item {
  padding-right: 20px;
  padding-left: 20px;
}

.-padding-family {
  padding: 0;
}

.-padding-family > .item {
  padding: 20px;
}

.padding-hor--small.-padding-family {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-hor--small.-padding-family > .item {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-hor.-padding-family {
  padding-right: 20px;
  padding-left: 20px;
}

.padding-hor.-padding-family > .item {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 1280px) {
  .padding-l {
    padding: 20px;
  }
  .padding-hor-l {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-hor-l--small {
    padding-right: 10px;
    padding-left: 10px;
  }
  .padding-top-l {
    padding-top: 15px;
  }
  .padding-top-l--big {
    padding-bottom: 30px;
  }
  .padding-bottom-l {
    padding-bottom: 15px;
  }
  .padding-bottom-l--big {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .padding-m {
    padding: 20px;
  }
  .padding-hor-m {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-hor-m--small {
    padding-right: 10px;
    padding-left: 10px;
  }
  .padding-top-m {
    padding-top: 15px;
  }
  .padding-top-m--big {
    padding-bottom: 30px;
  }
  .padding-bottom-m {
    padding-bottom: 15px;
  }
  .padding-bottom-m--big {
    padding-bottom: 30px;
  }
  .padding-right-m {
    padding-right: 20px;
  }
  .padding-left-m {
    padding-left: 20px;
  }
  .nopadding-right-m {
    padding-right: 0;
  }
  .nopadding-left-m {
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  .padding-s {
    padding: 20px;
  }
  .padding-hor-s {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-hor-s-small {
    padding-right: 10px;
    padding-left: 10px;
  }
  .padding-top-s {
    padding-top: 15px;
  }
  .padding-top-s--big {
    padding-bottom: 30px;
  }
  .padding-bottom-s {
    padding-bottom: 15px;
  }
  .padding-bottom-s--big {
    padding-bottom: 30px;
  }
}

/*      Styling
*************************************************************************************/
.boxshadow {
  -webkit-box-shadow: 0 5px 5px grey;
  box-shadow: 0 5px 5px grey;
}

.textshadow {
  text-shadow: 5px 5px 0 #cfcfcf;
}

.border {
  border: 2px solid green;
}

.border-2 {
  border: 2px solid green;
}

.border-white {
  border: 2px solid white;
}

.border-bottom {
  border-bottom: 1px solid white;
}

.radius {
  border-radius: 20px;
}

/*      Colors
*************************************************************************************/
.back-clr {
  background-color: green;
}

.back-clr-black {
  background-color: #333;
}

.back-clr-white {
  background-color: white;
}

.clr {
  color: green;
}

.clr-white {
  color: white;
}

.clr-black {
  color: #333;
}

.clr-red {
  color: #f00;
}

.clr-green {
  color: #239036;
}

/*      Mobility
*************************************************************************************/
.mobile-menu-btn {
  font-size: 28px;

  position: relative;
  z-index: 5;

  margin-top: 10px;

  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  color: #666;
}

.mobile-menu {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  overflow: hidden;

  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mobile-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*  menu
*************************************************************************************/
nav ul,
nav ol {
  display: table-cell;

  margin-bottom: 0;
  margin-left: 0;
}

nav ul li {
  position: relative;

  display: table-cell;

  width: 999px;
  padding: 0;

  vertical-align: middle;
}

nav ul li a {
  font-size: 18px;

  display: table-cell;

  width: 999px;
  height: 100px;

  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-align: center;
  vertical-align: middle;

  color: white;
}

nav ul li ul {
  position: absolute;
  top: 50px;
  left: 0;

  overflow: hidden;

  width: 150%;
  height: 0;
  margin-left: 0;

  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}

nav ul li ul li {
  display: block !important;

  width: 100% !important;
}

nav ul li ul li a {
  padding: 5px 15px;
}

nav ul li:last-child ul {
  right: 0;
  left: none;
}

nav ul li:hover ul {
  height: auto;
}

/*  Buttons
*************************************************************************************/
.btn {
  font-size: 1.6rem;

  display: inline-block;

  width: 100%;
  max-width: 200px;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-align: center;

  color: #fff;
  border: 0;
  background: 239036;
}

.btn:hover {
  background: 239036;
}

/*  social-icons
*************************************************************************************/
.social-icons .icon {
  display: inline-block;

  width: 36px;
  height: 36px;
  margin-right: 4px;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.social-icons .item:hover .icon {
  background-color: #cccaca;
}

.social-icons .icon:last-child {
  margin-right: 0;
}

.social-icons .icon--ig {
  background: center center url(/images/icons/soc-ig.png) no-repeat;
  background-color: #e3e3e3;
}

.social-icons .icon--fb {
  background: center center url(/images/icons/soc-fb.png) no-repeat;
  background-color: #e3e3e3;
}

.social-icons .icon--yt {
  background: center center url(/images/icons/soc-yt.png) no-repeat;
  background-color: #e3e3e3;
}

.social-icons .icon--vk {
  background: center center url(/images/icons/soc-vk.png) no-repeat;
  background-color: #e3e3e3;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/*  Size
*************************************************************************************/
header h1,
header h2 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4em;

  margin: 0.8em 0 0.4em;
}

h1,
.size-1 {
  font-size: 2em;
}

h2,
.size-2 {
  font-size: 1.8em;
}

h3,
.subtitle,
.size-3 {
  font-size: 1.6em;
}

h4,
.size-4 {
  font-size: 1.4em;
}

h5,
.size-5 {
  font-size: 1.2em;
}

h6,
.size-6 {
  font-size: 1em;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h3,
  .size-3 {
    font-size: 3rem;
  }
  .size-2-m {
    font-size: 4rem;
  }
  .size-1-m {
    font-size: 5rem;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
  h1,
  .size-1 {
    font-size: 3rem;
  }
  h2,
  .size-2 {
    font-size: 2rem;
  }
  h3,
  .size-3 {
    font-size: 2rem;
  }
  .size-6 {
    font-size: 1rem;
  }
  .size-1-s {
    font-size: 5rem;
  }
  .size-2-s {
    font-size: 4rem;
  }
  .size-3-s {
    font-size: 3rem;
  }
  .suptitle {
    font-size: 7.7rem;
  }
}

/*  Header
*************************************************************************************/
#header #searchform {
  position: absolute;
  top: 0;
  right: 0;
}

#header {
  position: relative;
}

.logo {
  display: inline-block;

  width: auto;
  height: 80px;
  margin: 20px 20px 10px 0;
}

.logo img {
  width: 200px;
}

@media (max-width: 768px) {
  .logo img {
    width: auto;
  }
}

#header nav {
  position: relative;

  margin-left: 0;
}

/*  Thumbnails
*************************************************************************************/
.back-cover {
  display: inline-block;

  width: 100%;

  background-size: cover !important;
}

.back-contain {
  display: inline-block;

  width: 100%;

  background-size: contain !important;
}

.filler {
  width: 100%;
  height: auto;
}

/*  Footer
*************************************************************************************/
.back-top {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;

  position: fixed;
  z-index: 3;
  right: 20px;
  bottom: 20px;

  width: 50px;
  height: 50px;

  cursor: pointer;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  text-align: center;

  opacity: 0;
  color: white;
  border-radius: 99px;
  background-color: #df0000;
  -webkit-box-shadow: 2px 1px 2px #808080;
  box-shadow: 2px 1px 2px #808080;
}

.back-top.visible {
  opacity: 0.6;
}

.back-top:hover {
  text-decoration: none;

  opacity: 1;
}

/*  Navigation
*************************************************************************************/
.page-nav {
  clear: both;

  margin-bottom: 10px;

  text-align: center;
}

.page-nav a,
.page-nav span {
  display: inline-block;
  zoom: 1;

  text-align: center;

  *display: inline;
}

.post-nav {
  clear: both;

  padding: 15px;
}

.post-nav span {
  width: 47%;
}

.post-nav .prev {
  float: left;
}

.post-nav .next {
  float: right;

  text-align: right;
}

/* post nav arrow */
.post-nav span span {
  float: left;

  width: auto;
  width: 24px;
  height: 24px;
  margin-right: 10px;

  text-align: center;
}

.post-nav .next span {
  float: right;

  margin-right: 0;
  margin-left: 10px;
}

/*************************
    POP-UP
**************************/
.veil {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;

  display: none;

  width: 100%;
  height: 100%;

  opacity: 0.4;
  background-color: #00057;
}

.veil.active {
  display: block;
}

.noscroll {
  overflow: hidden;
}

.pop-up {
  font-size: 13px;

  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow-y: auto;

  max-height: 100%;

  text-align: center;
}

.pop-up:before {
  display: inline-block;

  height: 100%;
  min-height: inherit;

  content: "";
  vertical-align: middle;
}

.pop-up.active {
  display: block;
}

.pop-up .content {
  position: relative;

  display: inline-block;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  max-width: 95%;
  margin: 0 auto;
  padding: 15px 25px;

  text-align: left;
  vertical-align: middle;

  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px #454545;
  box-shadow: 0 0 10px #454545;
}

.pop-up .content {
  font-size: 1.2em;
}

.pop-up form fieldset {
  border: 0;
}

.pop-up .close {
  font-size: 18px;

  position: absolute;
  top: 8px;
  right: 12px;

  width: 12px;
  height: 12px;

  cursor: pointer;

  background-size: contain;
}

.pop-up h3 {
  margin-bottom: 5px;
}

.pop-up form label {
  display: block;

  margin-bottom: 10px;
}

.pop-up form label span {
  display: inline-block;

  margin-bottom: 5px;
}

.pop-up form label input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.pop-up form input[type="submit"] {
  display: block;

  height: 45px;
  margin: 0 auto;
}

.pop-up form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.pop-up.feedback form {
  width: 460px;
}

/*************************
    FORM
**************************/
#wrapper form:not(.ajaxform),
#footer form:not(.ajaxform) {
  position: relative;

  display: inline-block;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  margin: 0 auto;
  padding: 15px 25px;

  text-align: left;
  vertical-align: middle;

  border-radius: 5px;
  background-color: white;
}

form fieldset {
  border: 0;
}

form label span {
  display: inline-block;

  margin-bottom: 5px;
}

form label input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

form input[type="submit"] {
  display: block;

  height: 45px;
  margin: 0 auto;
}

form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* form input */
[type="text"],
[type="password"],
textarea,
[type="search"],
[type="tel"],
[type="email"] {
  padding: 5px 10px;

  color: grey;
  border: solid 1px #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 0 1px grey inset;
  box-shadow: 0 0 1px grey inset;

  -webkit-appearance: none;
}

textarea:focus,
[type="password"]:focus,
[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="email"]:focus {
  color: black;
}

[type="text"] {
  width: 240px;
  width: 90%;
}

[type="search"] {
  width: 70%;
}

#searchsubmit {
  float: right;

  width: 30%;
}

textarea {
  width: 94%;
}

/* form button */
[type="reset"],
[type="submit"],
.btn {
  padding: 5px;

  cursor: pointer;

  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #666;
}

[type="reset"]:hover,
[type="submit"]:hover,
.btn:hover {
  color: #fff;
}

/************************************************************************************
CLEAR
*************************************************************************************/
.clear {
  clear: both;
}

/* clearfix   */
.clearfix:before,
.clearfix:after {
  display: table;

  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* ie 6/7 */
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
  margin-bottom: 15px;
}

.alignleft {
  float: left;

  max-width: 50%;
  margin-right: 20px;
}

.alignright {
  float: right;

  max-width: 50%;
  margin-left: 20px;
}

.aligncenter {
  display: block;

  margin-right: auto;
  margin-left: auto;

  text-align: center;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;

  text-align: center;
}

.wp-caption-text {
  font-size: 95%;
  font-style: italic;
  line-height: 120%;

  margin: 6px 0;
}

/*  Wordpress Post
*************************************************************************************/
/* post image */
.post-image {
  margin: 0 0 5px;
}

.post-image.left,
.attachment-medium {
  float: left;

  margin-right: 15px;
}

.post-image.right {
  float: right;

  margin-left: 15px;
}

/* fancybox */
.post-thumb {
  display: inline-block;

  width: 100%;
}

/*      Tabs
*************************************************************************************/
.tabs {
  width: 100%;
}

.tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tabs__header .item {
  padding: 10px 15px;

  cursor: pointer;
}

.tabs__content {
  padding: 15px;
}

.tabs__content > .item {
  display: none;
}

.tabs__content > .item.active {
  display: block;
}

.tabs__header .item,
.tabs__header-item {
  position: relative;
  z-index: 0;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;

  border: 1px solid #fff;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabs__header .item:not(.active):hover,
.tabs__header-item:not(.active):hover {
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  background-color: #f2f2f2;
}

.tabs__header .item.active,
.tabs__header-item.active {
  position: relative;
  z-index: 2;

  border: 1px solid #e1e1e1;
  border-bottom: 0;
  background-color: #fff;
}

.tabs__content {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8em;

  position: relative;
  z-index: 1;

  margin-top: -1px;

  color: #333;
  border-top: 1px solid #e1e1e1;
}

.tabs__header .item .svg,
.tabs__header-item .svg {
  width: 10px;
  height: 19px;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  fill: #454545;
}

@media (max-width: 768px) {
  .tabs__header .item {
    border: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
  }
  .tabs__header .item.active {
    border: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
  }
  .tabs__header .item.active .svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .tabs__header .item,
  .tabs__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 5px;
    padding: 10px 15px;

    border: 1px solid #e1e1e1;
    border-radius: 5px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tabs__header .item.active,
  .tabs__header-item.active {
    border: 1px solid #e1e1e1;
  }
  .tabs__header {
    flex-direction: column;

    padding-bottom: 10px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}

/* @import "normalize"; 
@import "reset";
@import "swiper/dist/css/swiper";
@import "@fancyapps/fancybox/dist/jquery.fancybox.min";  */
/************************************************************************************
*   PROJECT styles
*************************************************************************************/
*:focus {
  outline: 0;
}

body {
  font: 14px Roboto, Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.6em;

  color: #000;
}

/* базовая колонка, ширина контента */
.col {
  max-width: 1280px;
}

.catalog-page .col {
  max-width: 1320px;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  color: #239036;
}

a:visited {
  color: #626161;
}

a:hover,
a:active {
  text-decoration: none;

  color: #208d35;
}

[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0 1px -1px 1px;

  border: 1px solid white;
  outline: 1px solid #c8c8c8;
  background-color: white;

  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

[type="checkbox"]:checked {
  background-color: #c8c8c8;
}

input[type="text"],
input[type="password"],
textarea,
input[type="search"],
input[type="tel"],
input[type="email"] {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footnote {
  font-size: 1rem;

  max-width: 705px;
}

.user-content {
  line-height: 1.4em;
}

blockquote {
  font-size: 17.5px;
  font-style: normal;

  margin-bottom: 20px;
  padding: 13px 12px;

  border-left: 2px solid #333;
}

/*      Sizes
*************************************************************************************/
.size-1 {
  font-family: Open Sans, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
}

.size-2 {
  font-family: Open Sans, sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
}

.size-3 {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -1.1px;
  line-height: 1;
}

.size-4 {
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.size-5 {
  font-family: Open Sans, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
}

.size-6 {
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.size-7 {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .size-3 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;

    text-align: left;
  }
}

/*      Colors
*************************************************************************************/
.back-clr {
  background: #239036;
}

.back-clr-1 {
  background: #57ae68;
}

.back-clr-2 {
  background: #30af47;
}

.clr {
  color: #000;
}

.clr-1 {
  color: #239036;
}

.clr-2 {
  color: #006400;
}

.clr-2 a:hover {
  text-decoration: underline;
}

/*      Indents (Padding / Margin)
*************************************************************************************/
.container-full {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

/*      Activator
*************************************************************************************/
.active-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.active-item:not(.active) {
  display: none;

  opacity: 0;
}

.active-link__arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.active-link.active .active-link__arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.active-no-animate.active-item {
  display: block;

  opacity: 1;
}

.active--theme-1 .active-box {
  margin-bottom: 8px;

  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.active--theme-1 .active-link {
  font-weight: 300;

  padding: 13px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;

  border-color: #e1e1e1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.active--theme-1 .active-link.active {
  font-weight: 400;

  color: #000;
  border-bottom: 1px solid #e1e1e1;
  background-color: #ebebeb;
}

.active--theme-1 .active-link:hover {
  font-weight: 400;

  color: #000;
  background-color: #ebebeb;
}

.active--theme-1 .active-item {
  padding: 13px;
}

/*      Advices
*************************************************************************************/
.advices > * {
  margin-bottom: 0 !important;
}

.advices__item {
  margin-bottom: 30px;
}

.advices__item-title {
  font-weight: 400;

  color: #000;
}

.advices__item-text {
  font-size: 1.3rem;

  color: #626161;
}

/*      Alert
*************************************************************************************/
.alert {
  margin-right: 10px;
  padding: 18px 20px 16px 20px;

  text-align: left;

  color: #a74544;
  border-top: 1px solid #b5a6a6;
  border-bottom: 1px solid #b5a6a6;
  background-color: #f2dede;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.alert__svg {
  display: block;

  width: 19px;
  height: 19px;
  margin-right: 10px;

  fill: #ab4f4e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.alert--ok {
  color: #44a747;
  background-color: #e7f7ea;
}

.alert--ok .alert__svg {
  display: none;
}

/*      Amount
*************************************************************************************/
.amount__title {
  font-size: 1.6rem;

  display: inline-block;

  margin-right: 5px;
}

.amount__select {
  display: inline-block;
}

.amount__select select {
  font-size: 1.5rem;

  padding: 2px 37px 3px 8px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  border: 1px solid #c4c4c4;
  border-radius: 0;
  outline: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' height='7' width='10' viewBox='0 0 10 7'%3e%3cpolygon points='0,0 5,7 10,0'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat, repeat;
  background-position: right 0.9em top 52%, 0 0;
  background-size: 0.65em auto, 100%;
}

.amount__select select::-ms-expand {
  display: none;
}

@media (max-width: 768px) {
  .amount__select select {
    font-size: 1.6rem;

    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/*  Buttons
*************************************************************************************/
.btn {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;

  max-width: 233px;
  padding: 14px;

  text-transform: uppercase;

  color: #fff;
  background-color: #239036;
}

.btn:hover {
  text-decoration: none;

  background-color: #0f7922;
}

.btn:visited {
  color: #fff;
}

.btn--white {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
}

.btn--white:visited {
  color: #000;
}

.btn--white:hover {
  color: #fff;
  border: 1px solid #239036;
  background-color: #239036;
}

.btn--grey {
  font-family: Roboto, sans-serif;

  padding: 12 px 33px 13px;

  text-transform: none;

  color: #000;
  border: 0;
  border-radius: 0;
  background-color: #e5e5e5;
}

.btn--grey:hover {
  color: #000;
  border: 0;
  background-color: #f4f4f4;
}

/*  Calculator
*************************************************************************************/
.calculator {
  margin-bottom: 30px;
}

.calculator__title {
  font-size: 1.8rem;
  font-weight: normal;

  margin-bottom: 20px;

  color: #000;
}

.calculator__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 14px;

  border: 1px solid #979797;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.calculator__data {
  width: 40%;
  padding: 17px 20px 0;

  border-right: 1px solid #979797;
}

.calculator__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 20px;
}

.calculator__data-item .title {
  width: 120px;
}

.calculator__data-item .value {
  margin-right: 5px;
}

.calculator__room {
  width: 100%;
}

.calculator__room--laminat {
  position: relative;
}

.calculator__room-title {
  font-size: 1.3rem;
  font-weight: bold;

  padding-bottom: 20px;

  color: #000;
}

.calculator__room-inner {
  padding: 17px 20px;
}

.calculator__room-placing {
  margin-right: 30px;
}

.calculator__room-placing .calculator__room-item {
  margin-right: 0;
  margin-bottom: 20px;
}

.calculator__room-item {
  margin-right: 20px;
}

.calculator__room-item-label {
  display: block;
  position: relative;
  cursor: pointer;
}

.calculator__room-item-radio-text {
  padding: 5px;
  padding-left: 20px;
}

.calculator__room-item-radio-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #239036;
  border-radius: 50px;
}

.calculator__room-item-radio-text::after {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #239036;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s linear;
}

.calculator__room-item-radio {
  display: none;
}

.calculator__room-item-radio:checked
  + .calculator__room-item-radio-text::after {
  opacity: 1;
}

.calculator__room-item input {
  width: 40px;
  margin-left: 10px;

  border: 1px solid #979797;
  border-radius: 8px;
}

.calculator__room-item--area input {
  width: 60px;
}

.calculator__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.calculator__footer--laminat {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 233px;
}

.calculator__result {
  position: relative;

  padding: 15px 17px;

  background-color: #ececec;
}

.calculator__result-title {
  font-weight: bold;

  margin-bottom: 2rem;
}

.calculator__result-lists {
  font-weight: bold;
}

.calculator__result-volume {
  font-weight: bold;
}

.calculator__result-weight {
  font-weight: bold;
}

.calculator__result-amount .value {
  font-size: 1.8rem;
  font-weight: bold;
}

.calculator__submit {
  border-radius: 0;
}

.calculator__card-btn {
  position: absolute;
  right: 0;
  bottom: 0;

  border-radius: 0;
}

.calculator__card-btn.not-available {
  color: #000;
  background-color: #f4f4f4;
}

/*      Cart
*************************************************************************************/
.cart {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.cart__list-header {
  font-size: 1.5rem;
  font-weight: 700;

  display: table-row;

  border-bottom: 1px solid #c4c4c4;
}

.cart__list-header > .cell {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart__total {
  font-size: 1.6rem;
  font-weight: 700;

  margin-right: auto;
  /* width: 80%; */
  margin-left: auto;
  padding-top: 30px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px;

  border-bottom: 1px dashed #c4c4c4;
}

.cart__total-label {
  display: inline-block;

  margin-right: 120px;
}

.cart__total-sum {
  display: inline-block;
}

.cart__total-sum-2 {
  display: none;
}

.cart__total-value {
  color: #ff2020;
}

@media (max-width: 768px) {
  .cart {
    margin-bottom: 0;
  }
  .cart__total-label {
    margin-bottom: 5px;

    color: #239036;
  }
  .cart__total-sum {
    display: none;
  }
  .cart__total-sum-2 {
    display: block;
  }
  .cart__total-sum-2 .title {
    font-size: 1.4rem;
    font-weight: 400;

    display: inline-block;

    width: 109px;
    margin-right: 10px;
  }
  .cart__total-sum-2 .flex:first-child {
    margin-bottom: 10px;
  }
  .cart__total-sum-2 .flex .title {
    width: auto;
  }
  .cart__total-sum-2 .flex .value {
    width: auto;
    margin-right: 15px;
  }
  .cart__total-sum-2 .value {
    font-size: 1.4rem;
    font-weight: 700;

    display: inline-block;
  }
  .cart__total-sum-2 .total {
    color: #ff3e3e;
  }
}

/*      Cart item
*************************************************************************************/
.cart-item {
  display: table-row;

  border-bottom: 1px dashed #c4c4c4;
}

.cart-item .cell {
  padding: 16px 15px 16px;

  vertical-align: middle;
}

.cart-item .cell .title {
  display: none;
}

.cart-item__title {
  font-weight: 400;

  width: 33%;
  line-height: 1.3;
  text-align: left;
}

.cart-item__counter .title {
  color: #8e8e8e;
}

.cart-item__weight .title {
  color: #8e8e8e;
}

.cart-item__weight .value {
  color: #239036;
}

.cart-item__dimensions .title {
  color: #8e8e8e;
}

.cart-item .counter {
  min-width: 150px;
}

.cart-item__link {
  font-size: 1.6rem;

  color: #2a6db3;
}

.cart-item__link:hover {
  color: #2a6db3;
}

.cart-item__link:visited {
  color: #2a6db3;
}

.cart-item__sum .value {
  font-size: 1.5rem;
  font-weight: 700;

  margin-right: 5px;
}

.cart-item__basket-svg {
  display: block;

  width: 14px;
  height: 15px;

  fill: #2a6db3;
}

.cart-item__basket-delete {
  display: none;
}

.cart-item__basket a {
  display: inline-block;

  width: 15px;
}

.cart-item__sum {
  min-width: 12%;
}

.cart-item__price {
  min-width: 10%;
}

@media (max-width: 992px) {
  .cart__list-header {
    display: none;
  }
  .cart-item {
    position: relative;

    display: block;

    padding-top: 5px;
    padding-bottom: 5px;

    border-bottom: 1px solid #c4c4c4;
  }
  .cart-item > .cell {
    font-weight: 700;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: auto;
    padding: 5px 15px;

    text-align: left;
  }
  .cart-item .cell .title {
    display: inline-block;

    width: 100px;
  }
  .cart-item__title {
    font-weight: 500;
  }
  .cart-item__link {
    color: #4679c7;
  }
  .cart-item__link:visited {
    color: #4679c7;
  }
  .cart-item__counter input[type="text"].counter__value {
    font-family: Roboto;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .cart-item__counter .counter__btn {
    font-family: Roboto;
    font-size: 1.4rem;
    font-weight: 700;

    width: 40px;

    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
  .cart-item .cart-item__discount {
    display: none;
  }
  .cart-item__sum .value {
    font-size: 1.4rem;
  }
  .cart-item .cart-item__basket {
    position: absolute;
    right: 16px;
    bottom: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 76px;
    padding: 15px 5px 10px;

    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 4px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-item .cart-item__basket .title {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .cart-item .cart-item__basket .cart-item__basket-delete {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .cart-item .cart-item__basket:hover {
    border-color: #acacac;
  }
  .cart-item .cart-item__basket:hover .title {
    color: #acacac;
  }
  .cart-item .cart-item__basket:hover .cart-item__basket-delete {
    color: #acacac;
  }
  .cart-item__basket-svg {
    display: none;
  }
  .cart-item .cart-item__basket .title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2em;

    width: 100%;
    margin-bottom: 10px;

    text-align: center;

    color: #e5e5e5;
  }
  .cart-item__basket-delete {
    font-size: 7rem;
    line-height: 0.7em;

    display: block;

    color: #e5e5e5;
  }
  .cart-item__basket a {
    width: auto;
  }
  .cart-item__basket-delete {
    width: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*      Card-img
*************************************************************************************/
.card-img {
  position: relative;

  display: block;
  overflow: hidden;

  cursor: pointer;

  border: 1px solid #ccc;
}

.card-img__hover {
  font-size: 1.4rem;
  font-weight: 400;

  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;

  height: 100%;
  padding: 10%;

  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;

  opacity: 0;
  color: #239036;
  background: rgba(0, 0, 0, 0.78);
}

.card-img__img {
  max-height: 300px;

  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

body .active-item.active-vanishing .card-img__img {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.active-item.active .card-img__img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card-img__inner {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.active-item.active .card-img__inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card-img:hover .card-img__hover {
  opacity: 1;
}

.card-img:hover .card-img__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*      Card-slide
*************************************************************************************/
.card-slide {
  /*  width: 60vh; */
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  padding-bottom: 37.5%; */

  /* height: 600px; */
  height: 450px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-slide__inner {
  position: relative;
  z-index: 1;

  width: 80%;
  max-width: 1550px;
}

.card-slide__suptitle {
  font-size: 2.4rem;

  margin-bottom: 15px;

  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  text-transform: uppercase;

  opacity: 0;
  color: white;
}

.card-slide__title {
  /* font-size: 7rem; */
  font-size: 5.8rem;
  font-weight: 400;

  margin-bottom: 30px;

  -webkit-transition: all 0.7s 0.7s;
  transition: all 0.7s 0.7s;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  text-transform: uppercase;

  opacity: 0;
  color: white;
}

.card-slide__subtitle {
  font-size: 1.4rem;
  line-height: 1.5em;

  margin-bottom: 30px;

  -webkit-transition: all 0.7s 1.2s;
  transition: all 0.7s 1.2s;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  text-transform: uppercase;

  opacity: 0;
  color: white;
}

.card-slide__inner .btn {
  font-size: 1.2rem;
  font-weight: 400;

  max-width: 202px;
  padding: 8px;

  -webkit-transition: all 0.2s, -webkit-transform 1.2s 1.8s;
  transition: all 0.2s, -webkit-transform 1.2s 1.8s;
  transition: all 0.2s, transform 1.2s 1.8s;
  transition: all 0.2s, transform 1.2s 1.8s, -webkit-transform 1.2s 1.8s;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  letter-spacing: 1px;

  opacity: 0;
  border: 1px solid #239036;
  border-radius: 0;
}

.card-slide__inner .btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(76, 76, 76, 0.3);
}

.card-slide .back__img {
  width: auto;
  height: 100%;

  -webkit-transition: all 1.7s;
  transition: all 1.7s;

  opacity: 0;
}

.swiper-slide-active .card-slide__suptitle {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
}

.swiper-slide-active .card-slide__title {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
}

.swiper-slide-active .card-slide__subtitle {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
}

.swiper-slide-active .card-slide__inner .btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
}

.swiper-slide-active .card-slide .back__img {
  opacity: 1;
}

.card-slide__girl-img {
  position: absolute;
  bottom: 0;
  /* left: 14%; */
  left: 24%;
  width: 76%;
  /* width: 50%; */
  max-width: 890px;

  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(200px, 500px) scale(1.2);
  transform: translate(200px, 500px) scale(1.2);

  opacity: 0;
}

.card-slide__sale-img {
  position: absolute;
  bottom: 5%;
  left: 30%;

  height: 26%;

  -webkit-transition: all 0.6s 1.8s;
  transition: all 0.6s 1.8s;
  -webkit-transform: translateY(300px) rotate(-90deg);
  transform: translateY(300px) rotate(-90deg);
}

.swiper-slide-active .card-slide__girl-img {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);

  opacity: 1;
}

.swiper-slide-active .card-slide__sale-img {
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);

  opacity: 1;
}

.card-slide--plywood .card-slide__title {
  color: #6e6e6e;
}

.card-slide--plywood .card-slide__suptitle {
  color: #6e6e6e;
}

.card-slide--plywood .card-slide__subtitle {
  color: #6e6e6e;
}

.card-slide--plywood .card-slide__inner {
  width: 90%;
  margin-top: 9%;
}

.card-slide__boards-img {
  position: absolute;
  bottom: 0;
  left: 5%;
  /*  max-width: 345px; */

  height: 100%;

  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(500px);
  transform: translateY(500px);

  opacity: 0;
}

.card-slide__master-img {
  position: absolute;
  bottom: 0;
  left: 16%;

  height: 80%;

  -webkit-transition: all 0.6s 1.8s;
  transition: all 0.6s 1.8s;
  -webkit-transform: translateY(500px);
  transform: translateY(500px);

  opacity: 0;
}

.swiper-slide-active .card-slide__boards-img {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
}

.swiper-slide-active .card-slide__master-img {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
}

@media (max-width: 1440px) {
  .card-slide__title {
    font-size: 5.3vw;

    margin-bottom: 2.75vw;
  }
  .card-slide__suptitle {
    font-size: 2vw;
  }
  .card-slide__subtitle {
    font-size: 1.3vw;
  }
}

@media (max-width: 1200px) {
  .card-slide {
    height: 45vw;
  }
}

@media (max-width: 480px) {
  .card-slide__suptitle {
    font-size: 1.2rem;
  }
  .card-slide__subtitle {
    display: none;
  }
}

/* @media (max-width: 1080px) {
    
    .card-slide {
        height: 400px;
    }

}
@media (max-width: 768px) {
    
    .card-slide {
        height: 300px;
    }

}
@media (max-width: 480px) {
    
    .card-slide {
        height: 230px;
    }

} */
/*      Cart-icon
*************************************************************************************/
.cart-icon {
  padding-right: 12px;
  padding-left: 12px;

  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart-icon__title {
  padding-left: 14px;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.cart-icon:hover .cart-icon__title {
  color: #359348;
}

.cart-icon__svg {
  display: block;

  width: 26px;
  height: 23px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  fill: #454545;
}

.cart-icon:hover .cart-icon__svg {
  fill: #359348;
}

@media (max-width: 992px) {
  .cart-icon {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/*      Catalog
*************************************************************************************/
.catalog__search {
  padding-bottom: 17px;

  border-bottom: 1px solid #eee;
}

.catalog__title {
  text-transform: uppercase;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*      Catalo controls
*************************************************************************************/
.catalog-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-controls__item {
  font-size: 1.6rem;

  width: 45%;
  padding: 6px;

  text-align: center;

  border: 1px solid #ccc;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*      Catalog detail
*************************************************************************************/
.catalog-detail__img {
  margin-bottom: 20px;
  padding-right: 6%;
}

.catalog-detail__block-title {
  margin-bottom: 21px;
  padding-bottom: 25px;

  border-bottom: 1px solid #c4c4c4;
}

.catalog-detail__title {
  font-size: 2.2rem;
  font-weight: 500;

  margin-top: 0;
  margin-bottom: 9px;

  text-transform: uppercase;
}

.catalog-detail__price-old {
  font-size: 1.6rem;

  margin-bottom: 6px;

  text-decoration: line-through;

  color: #8e8e8e;
}

.catalog-detail__price-cur {
  font-family: Tahoma, Roboto, sans-serif;
  font-size: 2.4rem;

  margin-bottom: 15px;

  color: #239036;
}

.catalog-detail__code {
  font-size: 1.3rem;

  color: #626161;
}

.catalog-detail__code-title {
  font-weight: 700;

  display: inline-block;
}

.catalog-detail__code-value {
  display: inline-block;
}

.catalog-detail__block-desc {
  margin-bottom: 25px;
  padding-bottom: 21px;

  text-align: left;

  border-bottom: 1px solid #c4c4c4;
}

.catalog-detail__desc {
  font-size: 1.3rem;

  margin-bottom: 10px;
}

.catalog-detail__block-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 21px;
  padding-bottom: 25px;

  border-bottom: 1px solid #c4c4c4;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.catalog-detail__counter {
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
}

.catalog-detail__buy-btn {
  font-size: 1.3rem;

  display: block;
  min-width: 130px;
  max-width: 130px;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  text-align: center;
  border-radius: 0;
}

.catalog-detail__buy-btn.not-available {
  color: #000;
  background-color: #f4f4f4;
}

.catalog-detail__calc-btn {
  font-size: 1.3rem;

  max-width: 133px;
  margin-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-detail__shop {
  margin-bottom: 20px;
}

.catalog-detail__shop-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.catalog-detail__shop-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.catalog-detail__shop-item-title {
  display: flex;
  width: 50%;
  justify-content: flex-start;
}
.catalog-detail__warning {
  font-size: 1.3rem;
  font-weight: 300;

  position: relative;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 9% 16px 16px;

  text-align: left;

  color: #ac8586;
  border: 1px dashed #919191;
  border-radius: 6px;
}

.catalog-detail__warning-close {
  font-size: 21px;
  line-height: 21px;

  position: absolute;
  right: 15px;
  top: 12px;

  color: #c4c4c4;
}

.catalog-detail__tabs-header .item .svg {
  display: block;

  width: 10px;
  height: 19px;

  fill: #454545;
}

.catalog-detail__tabs-header .item--advice {
  color: red;
}

.catalog-detail__tabs-content {
  padding-top: 25px;
  padding-bottom: 25px;
}

.catalog-detail__tabs-content h3 {
  font-size: 1.4rem;
  font-weight: 500;

  color: #006400;
}

.catalog-detail__related-products {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .catalog-detail__block-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .catalog-detail__block-desc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .catalog-detail__block-buy {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog-detail__counter {
    width: 230px;
    margin-right: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .catalog-detail__buy-btn {
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
  }
  .catalog-detail__calc-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .catalog-detail__tabs-header {
    flex-direction: column;

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

    color: #8e8e8e;
    border-bottom: 1px solid #c4c4c4;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog-detail__tabs-header .item.active {
    border: 1px solid #fff;
    border-bottom: 1px solid #c4c4c4;
  }
  .catalog-detail__warning {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .catalog-detail__related-products {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*      Categories
*************************************************************************************/
.categories {
  text-align: center;
}

.categories__list > .col-3:nth-child(3n + 1) {
  text-align: left;
}

.categories__list > .col-3:nth-child(3n + 2) {
  text-align: center;
}

.categories__list > .col-3:nth-child(3n + 3) {
  text-align: right;
}

.categories__more {
  font-size: 1.5rem;

  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 160px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 4px 17px 4px 17px;

  border: 1px solid #e5e5e5;
  border-radius: 4px;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories__more-svg {
  width: 16px;
  height: 17px;
  padding-left: 1px;

  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);

  fill: #929190;
}

.categories__more.active .categories__more-svg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.categories__detail {
  text-align: left;
}

@media (max-width: 1280px) {
  .categories__list > .col-l-2:nth-child(2n + 1) {
    text-align: left;
  }
  .categories__list > .col-l-2:nth-child(2n + 2) {
    text-align: right;
  }
}

@media (max-width: 480px) {
  .categories__list > .col-s-1:nth-child(1n) {
    text-align: center;
  }
}

/*      Category card
*************************************************************************************/
.category-card {
  display: inline-block;

  width: 99.3%;
  margin-bottom: 24px;

  text-align: left;
}

.category-card__inner {
  padding: 20px 20px 10px;

  border: 1px solid #f0f0f0;
}

.category-card__inner > *:last-child {
  margin-bottom: 0;
}

.category-card__title {
  font-family: Roboto, sans-serif;
  /* font-size: 1.8rem; */
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;

  text-transform: uppercase;

  color: #444;
}

.category-card__title a {
  color: #626161;
}

.category-card__img {
  overflow: hidden;

  max-height: 140px;
}

.category-card__img img {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.category-card__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .category-card {
    width: 100%;
  }
}

/*      Contact
*************************************************************************************/
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact:hover {
  text-decoration: none;
  /*  background-color: #208d352e;    */

  background-color: #2c3f2e;
}

.contact__icon {
  position: relative;

  width: 65px;
  min-width: 65px;

  background-color: #21201f;
}

.contact__icon:after {
  position: absolute;
  right: -8px;
  bottom: 50%;

  width: 8px;
  height: 25px;
  margin-bottom: -12px;

  content: "";

  background: center center/cover
    url(assets/images/static/icons/arrow-obtuse.png) no-repeat;
}

.contact__content {
  padding-top: 3.5rem;
  padding-right: 10px;
  padding-bottom: 3.5rem;
  padding-left: 20px;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact__property {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 200;

  width: 100%;
  margin-bottom: 7px;

  color: #c3c3c3;
}

.contact__value {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;

  width: 100%;

  color: #b0b0b0;
}

@media (max-width: 768px) {
  .contact__content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

/*      Contacts
*************************************************************************************/
.contacts__title {
  font-size: 1.5rem;
  font-weight: 700;

  margin-bottom: 5px;

  color: #239036;
}

.contacts__item {
  font-size: 1.5rem;

  margin-bottom: 5px;

  color: #000;
}

.contacts__link {
  color: #000;
}

/*      Counter
*************************************************************************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  min-width: 114px;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* -webkit-box-pack: center;
    -ms-flex-pack: center; */
}

.counter--inner {
  justify-content: flex-end;
}
.counter__btn {
  font-family: Tahoma;
  font-size: 2.6rem;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* width: 40px; */
  padding-bottom: 5px;

  cursor: pointer;

  color: #000;

  /* -ms-flex-preferred-size: 40px; */
  /* flex-basis: 40px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter__btn--minus {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.counter__btn--plus {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

input.counter__value {
  font-family: Tahoma;
  font-size: 19px;
  margin: 0 8px 0 17px;
  width: 0;
  height: 48px;
  max-width: 60px;

  text-align: center;

  color: #000;
  border: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 768px) {
  input[type="text"].counter__value {
    max-width: 120px;
  }
}

/*      Crumbs
*************************************************************************************/
.crumbs {
  padding-top: 16px;
  padding-bottom: 14px;

  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.crumbs__inner {
  text-align: right;
}

.crumbs__item {
  display: inline;

  margin-left: 12px;
  padding-right: 10px;

  text-transform: uppercase;

  color: #8e8e8e;
  border-right: 1px solid #000;
}

.crumbs__link {
  color: #8e8e8e;
}

.crumbs__item--home svg {
  width: 12px;
  height: 10px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.crumbs__item--home:hover svg {
  fill: #208d35;
}

.crumbs--theme-2 {
  background-color: #f0f0f0;
}

.crumbs--theme-2 .crumbs__inner {
  text-align: left;
}

.crumbs--theme-2 .crumbs__item {
  position: relative;

  margin-left: 8px;
  padding-right: 15px;

  text-transform: none;

  color: #239036;
  border: 0;
}

.crumbs--theme-2 .crumbs__item:after {
  position: absolute;
  top: 0;
  right: 0;

  content: "/";

  color: #8e8e8e;
}

.crumbs--theme-2 .crumbs__link {
  color: #239036;
}

.crumbs--theme-2 .crumbs__svg {
  fill: #239036;
}

@media (max-width: 768px) {
  .crumbs__inner {
    text-align: left;
  }
  .crumbs__item {
    font-size: 1.2rem;

    margin-left: 9px;
    padding-right: 8px;

    text-transform: none;

    border-color: #8e8e8e;
  }
  .crumbs__item--home svg {
    fill: #8e8e8e;
  }
}

/*      Date-picker
*************************************************************************************/
.date-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date-picker__item {
  width: 100%;
  margin-right: 4px;

  text-align: center;

  border: 1px solid #e5e5e5;
}

.date-picker__item:last-child {
  margin-right: 0;
}

.date-picker__item-radio {
  display: block;

  margin-top: -7px;
  margin-right: auto;
  margin-left: auto;
}

.date-picker__item-title {
  font-size: 0.9rem;
  font-weight: 500;

  margin-bottom: 8px;
}

.date-picker__item-date {
  font-size: 2.5rem;
  font-weight: 700;

  margin-bottom: 2px;
}

.date-picker__item-month {
  font-size: 1rem;
  font-weight: 500;

  margin-bottom: 2px;
}

@media (max-width: 480px) {
  .date-picker {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .date-picker__item {
    width: 30%;
    margin-bottom: 20px;
  }
}

/*      Delivery
*************************************************************************************/
.delivery {
  max-width: 1060px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.delivery__notice {
  font-size: 1.8rem;
  font-weight: 700;

  margin-bottom: 5px;

  text-align: center;

  color: #ff2020;
}

.delivery__method {
  margin-bottom: 24px;

  text-align: center;
}

.delivery__method-item {
  font-size: 1.3rem;
  font-weight: 500;

  display: inline-block;

  margin: 12px;
  padding: 3px 12px;

  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;

  color: #333;
  border: 1px solid #e1e1e1;
}

.delivery__method-radio {
  width: 13px;
  height: 13px;
  margin: 0;
  margin-left: -13px;

  opacity: 0;
}

.delivery__method-radio:checked + .delivery__method-item {
  color: #fff;
  background-color: #000;
}

.delivery__select {
  width: 219px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 11px 10px 13px;

  border: 1px solid #8e8e8e;
  border-radius: 5px;
  background: #fff;
}

.delivery__select::-ms-expand {
  display: none;
}

.delivery__select.active {
  display: block !important;
}

.delivery__city {
  margin-bottom: 20px;
}

body .delivery__input {
  font-family: Roboto, Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;

  width: 100%;
  margin-bottom: 21px;
  padding: 11px 10px 13px;
}

.delivery__date-title {
  font-weight: 500;

  margin-bottom: 5px;
}

.delivery__date-desc {
  margin-bottom: 15px;
  font-size: 12px;
}

.delivery__date-picker {
  margin-bottom: 20px;
  padding-bottom: 20px;
  max-width: 472px;
  border-bottom: 1px dashed #c4c4c4;
}

.delivery__time {
  margin-bottom: 40px;
  padding-bottom: 8px;

  border-bottom: 1px dashed #c4c4c4;
}

.delivery__time-title {
  font-weight: 500;

  margin-bottom: 49px;
}

.delivery__time-item {
  margin-bottom: 12px;
  padding: 11px 14px;
  max-width: 510px;
  border: 1px solid #ececec;
  background-color: #f8f8f8;
}

.delivery__time-item select {
  display: block;

  width: 240px;
  margin-left: 25px;
  margin-bottom: 10px;
  padding: 11px 10px 13px;

  border: 1px solid #8e8e8e;
  border-radius: 5px;
  background: #fff;
}

.delivery__time-select::-ms-expand {
  display: none;
}

.delivery__time-radio {
  display: inline-block;
}

.delivery__time-item .title {
  font-size: 1.6rem;
  font-weight: 700;

  display: inline-block;

  margin-bottom: 12px;
}

.delivery__time-item .desc {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
  padding-left: 25px;
}

.delivery__pay-method {
  padding-bottom: 25px;

  border-bottom: 1px dashed #c4c4c4;
}

.delivery__pay-method .title {
  font-weight: 500;
}

.delivery__pay-method label {
  display: block;

  padding-left: 5px;
}

.delivery__pay-method input {
  width: auto;
}

.delivery__price {
  font-size: 1.7rem;
  font-weight: bold;

  margin-top: 30px;
  padding-bottom: 11px;

  letter-spacing: 0.06em;

  border-bottom: 1px dashed #c4c4c4;
}

.delivery__price .value {
  color: #ff2020;
}

@media (max-width: 768px) {
  .delivery {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .delivery__date-picker {
    margin-bottom: 30px;
  }
  .delivery__time {
    margin-bottom: 30px;
  }
  .delivery__time-title {
    margin-bottom: 20px;
  }
  .delivery__price {
    margin-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }

  .delivery__price-current {
    width: 100%;
    margin-bottom: 8px;
  }
}

/*      Download
*************************************************************************************/
.download {
  width: auto;
}

.download__item {
  /*  display: flex;  */
  display: table-row;
}

.download__label {
  margin-top: 6px;
  margin-right: 52px;
  margin-bottom: 6px;

  color: #626161;
}

.download__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 215px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 13px 26px 12px 26px;

  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #000;
  background-color: #e5e5e5;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download__btn:visited {
  color: #000;
}

.download__btn:hover {
  color: #000;
  background-color: #f4f4f4;
}

.product-item__cart.product-item__cart--main {
  width: 50%;
}

.download__svg {
  display: block;

  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/*      Error 404
*************************************************************************************/
.error-404__title {
  font-size: 3.6rem;
  font-weight: 700;

  margin-bottom: 20px;
}

.error-404__desc {
  margin-bottom: 25px;
}

.error-404__btn {
  font-family: Roboto;
  font-weight: 500;

  text-transform: none;

  border-radius: 0;
}

/*      Feedback
*************************************************************************************/
.feedback__contacts-left {
  width: 42% !important;
}

.feedback__contacts-right {
  width: 57% !important;
}
.feedback {
  padding-top: 63px;
  padding-bottom: 65px;

  color: white;
  background: center center/cover url(assets/images/static/write-us-back.jpg)
    no-repeat;
}

.feedback .col {
  max-width: 1170px;
}

.feedback__title {
  font-size: 2.8rem;
  font-weight: 700;

  position: relative;

  margin-bottom: 20px;
  padding-bottom: 20px;

  text-align: center;
  text-transform: uppercase;

  color: #fff;
}

.feedback__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 30px;
  margin-left: -15px;

  content: "";

  border-bottom: 1px solid #fff;
}

.feedback__subtitle {
  font-size: 1.5rem;

  margin-bottom: 45px;

  text-align: center;

  color: #b6b6b6;
}

.feedback__contacts {
  margin-right: 15px;
  padding: 32px 47px;

  background: rgba(68, 68, 68, 0.15);
}

.feedback__form-wrap {
  margin-left: 15px;
  padding: 30px 33px;

  background: rgba(68, 68, 68, 0.15);
}

form .feedback__form-input {
  font-family: Roboto, Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;

  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px 14px;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  opacity: 0.5;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(25, 23, 22, 0.5);
}

textarea.feedback__form-input {
  overflow: hidden;

  height: 120px;
}

form .feedback__form-input:-ms-input-placeholder {
  color: #c6c6c6 !important;
}

form .feedback__form-input:focus {
  opacity: 1;
  color: #c6c6c6;
}

.feedback__form-input + .error {
  margin-top: -10px;
  margin-bottom: 10px;
}

.feedback__form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback__form-btn {
  text-transform: none;
  padding: 10px 14px;
  color: white;
  border-radius: 0;
  background: #336e3a;
}

.feedback__form-btn--reset {
  width: 144px;
  margin-right: 13px;
  padding: 10px 14px;

  color: #2f7738;
  background: rgba(25, 23, 22, 0.5);
}

.feedback__form-btn--submit {
  width: 144px;
}

.feedback .feedback__form-captcha {
  width: 93px;
  min-width: 93px;
  margin-right: 120px;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .feedback {
    background: center center/cover url(assets/images/static/write-us-back.webp)
      no-repeat;
  }
}

@media (max-width: 1200px) {
  .feedback .feedback__form-captcha {
    margin-right: 50px;
  }
}

@media (max-width: 992px) {
  .feedback .feedback__form-captcha {
    margin-right: 13px;
  }
}

@media (max-width: 768px) {
  .feedback__contacts-left {
    width: 100% !important;
  }

  .feedback__contacts-right {
    width: 100% !important;
  }
  .feedback__form-wrap {
    margin-left: 0;
  }
  .feedback__contacts {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .feedback__form-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feedback .feedback__form-captcha {
    margin-right: 150px;
    margin-bottom: 25px;
  }
  .feedback__form-btn--reset {
    width: 120px;
    margin-bottom: 20px;
  }
  .feedback__form-btn--submit {
    width: 120px;
    margin-bottom: 20px;
  }
}

/*      Feedback contacts
*************************************************************************************/
.feedback-contacts__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 25px;

  color: #c6c6c6;
}

.feedback-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* margin-bottom: 30px; */
  margin-bottom: 18px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feedback-contacts__item-desc {
  color: #c6c6c6;
}

.feedback-contacts__item .icon {
  width: 12px;
  margin-right: 17px;
}

.feedback-contacts__item .icon__svg {
  fill: #57ae69;
}

.feedback-contacts__item .title {
  font-size: 2.4rem;
  font-weight: 300;

  margin-bottom: 6px;
}

.feedback-contacts__item .link {
  color: #c6c6c6;
}

.feedback-contacts__item--phone .icon__svg {
  width: 11px;
  height: 11px;
}

.feedback-contacts__item--email .icon__svg {
  width: 12px;
  height: 10px;
}

.feedback-contacts__item--address .icon__svg {
  width: 10px;
  height: 14px;
}

.feedback-contacts__soc-icons {
  display: block;
}

.feedback-contacts__item--socs .title {
  font-size: 1.4rem;
  font-weight: 300;

  margin-bottom: 39px;
}

/*      Filter
*************************************************************************************/
.filter {
  margin-bottom: 16px;
  padding-bottom: 23px;

  border-bottom: 1px solid #c4c4c4;
}

.filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.filter__btn {
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;

  width: 100%;
  height: 42px;
  padding: 10px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-align: center;

  color: #fff;
  border: 0;
  border-radius: 0;
  background-color: #999;
}

.filter__btn:hover {
  background-color: #a3a3a3;
}

@media (max-width: 768px) {
  .filter {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;

    width: 320px;
    margin-bottom: 0;
    padding: 80px 10px 25px 10px;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);

    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .filter.active {
    -webkit-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
  }
  .filter__list {
    position: absolute;
    top: 110px;
    right: 10px;
    bottom: 80px;
    left: 10px;

    overflow-y: auto;

    padding-right: 15px;
    padding-left: 10px;
  }
  .filter__buttons {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 20px;
  }
  .filter__close {
    font-family: Roboto, sans-serif;
    font-size: 21px;
    font-weight: 700;

    padding-left: 10px;

    text-transform: lowercase;

    color: #7e7e7e;
  }
}

/*      Filter-item
*************************************************************************************/
.filter-item__list {
  text-transform: uppercase;
}

.filter-item__list > *:last-child {
  margin-bottom: 0;
}

.filter-item {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;

  margin-bottom: 25px;

  color: #000;
}

.filter-item__inner {
  padding: 17px 21px;

  border: 1px solid #ddd;
}

.filter-item__inner > *:last-child {
  margin-bottom: 0;
}

.filter-item__title {
  font-size: 1.4rem;
  font-weight: bold;

  text-transform: uppercase;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' height='7' width='10' viewBox='0 0 10 7'%3e%3cpolygon points='0,0 5,7 10,0'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat, repeat;
  background-position: right 0.5em top 52%, 0 0;
  background-size: 0.65em auto, 100%;
}

.filter-item__cont {
  margin-top: 12px;
}

.filter-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 9px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-item__item [type="checkbox"] {
  margin-right: 10px;
}

.filter-item__item label {
  font-weight: 300;

  cursor: pointer;
}

.filter-item__item.active {
  display: block !important;
}

.filter-item__item .input {
  height: 40px;

  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-item__more {
  font-size: 1.2rem;

  display: inline-block;

  width: 100%;
  margin-top: 5px;

  cursor: pointer;

  color: #239036;
}

.filter-item__more:hover {
  color: #20c13e;
}

.filter-item--green {
  padding: 2px 3px;

  color: white;
  background-color: #30af47;
}

.filter-item--green .filter-item__title {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' height='7' width='10' viewBox='0 0 10 7'%3e%3cpolygon points='0,0 5,7 10,0'%3e%3c/polygon%3e%3c/svg%3e");
}

.filter-item--price .filter-item__item .title {
  font-size: 1.4rem;
  font-weight: 700;

  margin-right: 10px;
}

.filter-item--price .title {
  text-transform: none;
}

@media (max-width: 768px) {
  .filter-item {
    margin-bottom: 15px;
  }
  .filter-item__inner {
    padding: 12px 15px;
  }
  .filter-item__title {
    font-size: 1.4rem;
  }
  .filter-item--price .filter-item__item .title {
    font-size: 1.2rem;
  }
  .filter-item__item .input {
    height: 32px;
  }
  .filter-item__item {
    font-size: 1.2rem;
  }
}

/*      Footer
*************************************************************************************/
.footer__contacts {
  background-color: #2f2e2d;
}

.footer__bottom {
  background-color: #181818;
}

/*      Footer-bottom
*************************************************************************************/
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 62px;

  color: #888787;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom__copyright {
  font-size: 1.1rem;
  font-weight: 400;
}

@media (max-width: 480px) {
  .footer-bottom {
    height: auto;
    padding: 15px 10px 10px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-bottom__copyright {
    width: 100%;
    margin-bottom: 5px;

    text-align: center;
  }
}

/*      Forgot password
*************************************************************************************/
.forgot-password__title {
  font-size: 3rem;

  margin-bottom: 70px;
}

input.forgot-password__email {
  font-size: 1.5rem;

  width: 337px;
  max-width: 100%;
  margin-bottom: 34px;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .forgot-password__title {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

/*      Form reply
*************************************************************************************/
.form-reply {
  text-align: left;
}

.form-reply__need-reg {
  margin-top: 50px;

  color: #000;
}

.form-reply__need-reg a {
  text-decoration: underline;

  color: #000;
}

/*      Header
*************************************************************************************/
.header {
  z-index: 3;
}

.header p {
  margin: 0;
}

.header__top {
  color: white;
  background-color: #57ae68;
}

.header__main {
  z-index: 3;

  height: 70px;
  /*  position: static;   */
  /*  top: -100px;    */

  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  border-bottom: 1px solid #f0f0f0;
  background-color: #fcfcfc;
}

.header__stock-icon {
  padding-right: 5px;
  padding-left: 5px;
}

.header__stock-icon .stock-icon__svg {
  width: 20px;
  height: 21px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  fill: #454545;
}

.header__stock-icon .stock-icon__btn {
  cursor: pointer;
}

.header__stock-icon .stock-icon__btn:hover .stock-icon__svg {
  fill: #359348;
}

.header__main.in-scroll {
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;

  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .header__main {
    border-bottom: 2px solid #f8f8f8;
    background-color: #fff;
  }
}

/*      Header-top
*************************************************************************************/
.header-top__inner {
  height: 41px;
  font-size: 13px !important;
}

.header-top__address {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.header-top__phone {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;

  border-right: 1px solid #fff;
}

.header-top__phone a {
  margin-left: 5px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: white;
}

.header-top__phone a:hover {
  color: #d7d7d7;
}

.header-top__help {
  width: 41px;
  height: 100%;

  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  border-right: 1px solid #fff;
  background: #359348 center center/cover
    url(assets/images/static/icon/help.png) no-repeat;
}

.header-top__help:hover {
  background-color: #158629;
}

.header-top__city {
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.header-top__city button {
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  color: white;
  /* background-color: #b9b9b9; */
}

.header-top__city button:hover {
  /* background-color: #a4a4a4; */
	background-color: #208d35;
}

.header-top__city select {
  width: 100%;
  height: 100%;
  padding-right: 26px;
  padding-left: 16px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  color: white;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: #b9b9b9;
  /*  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #B9B9B9 0%,#B9B9B9 100%);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='9.000000pt' height='6.000000pt' viewBox='0 0 9.000000 6.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.16, written by Peter Selinger 2001-2019%0A%3C/metadata%3E%3Cg transform='translate(0.000000,6.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(to bottom, #B9B9B9 0%,#B9B9B9 100%); */
  /*  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg"  height="10" width="7" viewBox="0 0 7 10"><polygon points="0,0 0,10 7,5"></polygon></svg>'); */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' height='7' width='10' viewBox='0 0 10 7'%3e%3cpolygon points='0,0 5,7 10,0'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat, repeat;
  background-position: right 0.9em top 52%, 0 0;
  background-size: 0.65em auto, 100%;

  positin: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.header-top__city select:before {
  position: absolute;
  top: 20px;
  left: 0;

  width: 0;
  height: 0;

  content: "";

  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.header-top__city select::-ms-expand {
  display: none;
}

.header-top__city:hover select {
  /*  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='9.000000pt' height='6.000000pt' viewBox='0 0 9.000000 6.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cmetadata%3E%0ACreated by potrace 1.16, written by Peter Selinger 2001-2019%0A%3C/metadata%3E%3Cg transform='translate(0.000000,6.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(to bottom, #aaa 0%,#aaa 100%); */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' height='7' width='10' viewBox='0 0 10 7'%3e%3cpolygon points='0,0 5,7 10,0'%3e%3c/polygon%3e%3c/svg%3e");
}

.header-top__profile {
  width: 41px;
  height: 100%;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  border-right: 1px solid #fff;
  background: #da8a71;
}

.header-top__profile:hover {
  background-color: #db7454;
}

.header-top__exit {
  width: 62px;
  height: 100%;
  padding-right: 7px;
  padding-left: 7px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  color: white;
  border-right: 1px solid #fff;
  background: #da8a71;
}

.header-top__exit a {
  color: white;
}

.header-top__exit:hover {
  background-color: #db7454;
}

@media (max-width: 768px) {
  .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-top__inner {
    width: 100%;
    height: 41px;
    margin-bottom: 10px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-top__city {
    margin-right: 4px;
    margin-left: 4px;

    border-right: 0;
  }
  .header-top__profile {
    margin-right: 4px;
    margin-left: 4px;

    border-right: 0;
  }
  .header-top__help {
    margin-right: 4px;
    margin-left: 4px;

    border-right: 0;
  }
  .header-top__phone {
    padding-right: 0;
    padding-left: 0;

    border-right: 0;
  }
  .header-top__address {
    padding-right: 0;
    padding-left: 0;
  }
  .header-top__exit {
    border-right: 0;
  }
}

/*      Hits-menu
*************************************************************************************/
.hits-menu {
  text-align: center;
}

.hits-menu__item {
  position: relative;

  display: inline-block;

  margin-right: 3px;
  margin-bottom: 24px;
  margin-left: 3px;
  padding: 12px 20px;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-transform: uppercase;

  color: #454545;
  border-radius: 6px;
}

.hits-menu__item:visited {
  color: #454545;
}

.hits-menu__item:hover {
  text-decoration: none;
  /*  color: white;
    background-color: #239036;  */

  color: #000;
}

.hits-menu__item.active {
  color: white;
  background-color: #239036;
}

.hits-menu__item-number {
  font-size: 1.1rem;

  position: absolute;
  bottom: 0;
  left: 50%;

  width: 34px;
  margin: 0 auto;
  margin-left: -17px;
  padding: 4px;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;

  opacity: 0;
  color: white;
  border-radius: 3px;
  border-radius: 3px;
  background-color: #626161;
}

.hits-menu__item-number:after {
  position: absolute;
  bottom: -4px;
  left: 50%;

  width: 8px;
  height: 8px;
  margin-left: -4px;

  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  background-color: #626161;
}

.hits-menu__item:hover .hits-menu__item-number {
  bottom: 45px;

  opacity: 1;
}

.hits-menu__item.active:hover .hits-menu__item-number {
  bottom: 55px;

  opacity: 1;
}

@media (max-width: 768px) {
  .hits-menu__item {
    margin-right: 10px;
    margin-left: 0;
    padding: 8px 12px;

    border: 1px solid #626161;
  }
  .hits-menu__item.active,
  .hits-menu__item:hover {
    border: 1px solid #239036;
  }
  .hits-menu__item:last-child {
    margin-right: 0;
  }
}

/*      Hits
*************************************************************************************/
.hits {
  padding-top: 50px;
  padding-bottom: 30px;
}

.hits__title {
  position: relative;

  margin-bottom: 65px;
  padding-bottom: 30px;

  text-transform: uppercase;

  color: #6e6e6e;
}

.hits__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 30px;
  margin-left: -17px;

  content: "";

  border-bottom: 1px solid #9d9d9d;
}

@media (max-width: 768px) {
  .hits__title {
    margin-bottom: 15px;
    padding-bottom: 0;

    text-transform: none;

    color: #000;
  }
  .hits__title:after {
    display: none;
  }
}

/*      Infographic
*************************************************************************************/
.infographic {
  padding-top: 75px;
  padding-bottom: 66px;

  background: center center/cover url(assets/images/static/infographic-back.jpg)
    no-repeat;
}

.no-webp .infographic,
.no-js .infographic {
  background: center center/cover url(assets/images/static/infographic-back.jpg)
    no-repeat;
}

.infographic__inner {
  position: relative;
  z-index: 1;
}

.infographic__title {
  /* font-size: 4rem;
    font-weight: 500;  */
  font-size: 3.7rem;
  font-weight: 600;
  margin-bottom: 38px;

  color: #6e6e6e;
}

.infographic__subtitle {
  /* font-weight: 500;  */
  font-weight: 600;
  font-size: 2.05rem;
  margin-bottom: 210px;

  color: #6e6e6e;
}

.infographic__statistics {
  max-width: 1120px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .infographic {
    background: center center/cover
      url(assets/images/static/infographic-back.webp) no-repeat;
  }
}

@media (max-width: 992px) {
  .infographic__subtitle {
    margin-bottom: 100px;
  }
}

/*      JS scrollbar
*************************************************************************************/
.jspScrollable .jspHorizontalBar {
  height: 8px;

  background-color: transparent;
}

.jspScrollable .jspTrack {
  border-radius: 99px;
  background-color: #c4c4c4;
}

.jspScrollable .jspDrag {
  border-radius: 99px;
  background-color: #8e8e8e;
}

.jspScrollable .jspVerticalBar {
  display: none;
}

.js_scrollbar {
  overflow: auto;

  width: 100%;
  height: 60px;
  max-height: 60px;

  white-space: nowrap;
}

@media (max-width: 768px) {
  .js_scrollbar-m {
    overflow: auto;

    width: 100%;
    height: 60px;
    max-height: 60px;

    white-space: nowrap;
  }
}

.login__title {
  font-size: 3rem;
  margin-bottom: 15px;
}

.login__subtitle {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.login__form {
  width: 100%;
  max-width: 337px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

body .login__form-item {
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 12px;
  padding: 15px;
  background-color: transparent;
}

.login__form-submit,
form input[type="submit"].login__form-submit {
  font-family: Roboto;

  width: 100%;
  max-width: none;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 9px;

  border-radius: 0px;
  background-color: #239036;
}

.login__form-submit:hover,
form input[type="submit"].login__form-submit:hover {
  background-color: #0f7922;
}

.login__register-link {
  display: block;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 1.5rem;
}

.login__register-link:hover {
  color: #208d35;
}

.login__restore-password-link {
  display: block;
  text-transform: lowercase;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 1.5rem;
}

.login__restore-password-link:hover {
  color: #208d35;
}

.login__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  margin-bottom: 11px;
  padding: 19px 23px 18px 21px;

  color: #3e753f;
  border-radius: 5px;
  background-color: #dff0d9;
}

.login__alert-message {
  font-size: 1.2rem;
  font-weight: 500;

  text-align: center;
}

.login__alert-icon {
  margin-top: 2px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.login__alert-svg {
  width: 12px;
  height: 12px;

  fill: #3e753f;
}

/*      Logo
*************************************************************************************/
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 100%;
  margin: 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*      Map
*************************************************************************************/
.map {
  display: block;
}

/*      Menu-main
*************************************************************************************/
.menu-main {
  position: relative;
  z-index: 1;

  height: 100%;

  background: #fcfcfc;
}

.menu-main__item {
  font-size: 13px;

  height: 100%;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;

  color: #626161;
}

.menu-item__link {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  color: #626161;
}

.menu-item__link:visited {
  color: #626161;
}

.menu-item__link:hover {
  text-decoration: none;

  color: #359348;
}

@media (max-width: 992px) {
  .menu-main__item {
    font-size: 1.2rem;

    padding-right: 5px;
    padding-left: 5px;
  }
}

/*      Menu-side
*************************************************************************************/
.menu-side {
  margin-bottom: 24px;
}

.menu-side__item {
  padding-right: 15px;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 400;
  background-color: #f1f1f1;
  color: #505050;
}

.menu-side__item a {
  display: inline-block;

  width: 100%;
  padding-top: 7px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 13px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #626161;
}

.menu-side__item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.menu-side__item:hover a {
  text-decoration: none;

  color: #000;
}

.menu-side__item:last-child {
  margin-bottom: 0;
}

.menu-side__item--current a {
  border-left: 6px solid #208d35;
}

/*  Mobile menu
*************************************************************************************/
.mobile-menu-link {
  z-index: 3;

  width: 30px;
  height: 25px;
  padding: 5px;
  /*  background: center center url(assets/images/static/icons/menu.svg) no-repeat;   */

  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mobile-menu-link .mobile-menu-link__svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  fill: #000;
}

.mobile-menu-link:hover .mobile-menu-link__svg {
  fill: #359348;
}

.mobile-menu {
  position: relative;
  z-index: 2;
  top: none;
  right: none;
  bottom: none;
  left: none;

  overflow: visible;

  height: 0;

  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: none;
  transform: none;

  background-color: white;
}

.mobile-menu.active {
  -webkit-transform: none;
  transform: none;
}

.mobile-menu__close {
  width: 16px;
  height: 16px;

  background: center center/contain
    url(assets/images/static/icons/close-white.webp) no-repeat;
}

.mobile-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  overflow: hidden;

  height: 100%;

  background-color: white;
}

.mobile-menu.active .mobile-menu__content {
  height: auto;

  -webkit-transform: none;
  transform: none;
}

.mobile-menu__content .list {
  margin-bottom: 1rem;
}

.mobile-menu__content a {
  display: block;

  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;

  text-transform: uppercase;

  color: #626161;
}

.mobile-menu__content .item.current {
  display: block;

  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;

  text-transform: uppercase;

  color: #626161;
}

.mobile-menu__content .item {
  text-align: left;
}

.mobile-menu__content .item:hover {
  background-color: #fcfcfc;
}

.mobile-menu__content .item:hover a {
  text-decoration: none;

  color: #359348;
}

/*      News
*************************************************************************************/
.news__item {
  margin-bottom: 60px;
}

/*      News item
*************************************************************************************/
.news-item__date {
  margin-top: 40px;

  text-align: right;

  border-bottom: 1px solid #ddd;
}

.news-item__day {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;

  color: #239036;
}

.news-item__month {
  font-size: 15px;
  font-weight: 500;

  margin-bottom: 15px;

  color: #858585;
}

.news-item__date-2 {
  font-size: 1.3rem;
  font-weight: 300;

  margin-bottom: 20px;

  text-transform: uppercase;

  color: #858585;
}

.news-item__day-2 {
  font-size: 1.4rem;
  font-weight: 400;

  color: #239036;
}

.news-item__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1em;

  margin-top: 5px;
  margin-bottom: 43px;

  color: #454545;
}

.news-item__title a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  color: #454545;
}

.news-item__title a:hover {
  color: #000;
}

.news-item__content {
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3em;

  padding-bottom: 5px;

  color: #239036;
  border-bottom: 1px dashed #999;
}

.news-item__content p {
  margin-bottom: 15px;
}

.news-item__content a {
  color: #27b141;
}

.news-item__content a:hover {
  text-decoration: none;
}

.news-item__content img {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-item__catalog-link {
  text-decoration: underline;
}

.news-item__block.padding-right {
  padding-right: 30px;
}

.news-item__comments-title {
  padding-bottom: 10px;

  text-align: left;

  border-bottom: 1px solid #c4c4c4;
}

.news--detail .news-item__content {
  color: #000;
  border-bottom: 0;
}

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

/*      Order
*************************************************************************************/
.order {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.order__title {
  font-size: 2.4rem;
  font-weight: 500;

  margin-bottom: 31px;
}

.order__total {
  font-size: 1.8rem;
  font-weight: 700;

  margin-bottom: 31px;
}

.order__total .value {
  font-weight: 500;

  color: #278c3a;
}

.order__sum {
  font-size: 1.8rem;
  font-weight: 700;

  margin-bottom: 35px;
}

.order__discount {
  font-size: 1.8rem;
  font-weight: 700;

  margin-bottom: 31px;
}

.order__notice {
  font-weight: 300;

  margin-bottom: 70px;
  padding: 17px 14px;

  color: #8b6e42;
  border: 1px solid #faebce;
  border-radius: 5px;
  background-color: #fcf8e4;
}

.order__submit {
  margin-bottom: 47px;
}

.order__rules {
  line-height: 1.5em;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 37px;
  padding: 18px 14px;

  color: #000;
  border: 1px solid #239036;
  border-radius: 5px;
  background: #fcf8e4;
}

.order__rules-title {
  font-weight: 700;

  margin-bottom: 20px;

  color: red;
}

.order__rules ul {
  margin-bottom: 5px;
  margin-left: 40px;
}

.order__note {
  padding-left: 13px;

  border-left: 2px solid #239036;
}

@media (max-width: 768px) {
  .order {
    padding-right: 15px;
    padding-left: 15px;
  }
  .order__notice {
    margin-bottom: 50px;
  }
  .order__title {
    text-align: center;
  }
  .order__title {
    text-align: center;
  }
  .order__total {
    margin-bottom: 10px;

    text-align: center;
  }
  .order__total .value {
    color: #ff2020;
  }
  .order__sum {
    margin-bottom: 10px;

    text-align: center;
  }
  .order__sum .value {
    color: #ff2020;
  }
  .order__discount {
    text-align: center;
  }
  .order__discount .value {
    color: #ff2020;
  }
  .order__submit {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    max-width: none;
    margin-bottom: 0;

    border-radius: 0;
  }
}

/*      Orders
*************************************************************************************/
.orders__item {
  font-size: 1.5rem;

  margin-bottom: 10px;
  /*  display: flex; */
  padding: 12px 15px;

  text-transform: uppercase;

  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

.orders__item-date {
  font-weight: 700;
}

.orders__item-title {
  font-weight: 300;
}

.orders__pagination {
  margin-top: 40px;
}

.orders__item .active-link {
  font-weight: 300;
}

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

/*      Page login
*************************************************************************************/
.page-login {
  background: center center/cover url(assets/images/static/login-back.jpg)
    no-repeat;
}

.page-login .header__top {
  background-color: transparent;
}

.page-login .header-top__phone {
  border-right: 0;
}

.page-login .header-top__phone a:hover {
  color: #359348;
}

.page-login .header-top__city {
  border-right: 0;
}

.page-login .header-top__help {
  border-right: 0;
  background-color: transparent;
}

.page-login .header-top__profile {
  border-right: 0;
  background-color: transparent;
}

.page-login .header__main {
  background-color: rgba(31, 31, 31, 0.08);
}

.page-login .menu-main {
  background-color: transparent;
}

.page-login .menu-main__item {
  color: #fff;
}

.page-login .menu-item__link {
  color: #fff;
}

.page-login .menu-item__link:visited {
  color: #fff;
}

.page-login .menu-item__link:hover {
  color: #359348;
}

.page-login .search-icon__svg {
  fill: #fff;
}

.page-login .cart-icon__svg {
  fill: #fff;
}

.page-login .cart-icon__title {
  color: #fff;
}

.page-login .mobile-menu-link__svg {
  fill: #fff;
}

.page-login .header__stock-icon .stock-icon__svg {
  fill: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-login {
    background: center center/cover url(assets/images/static/login-back.webp)
      no-repeat;
  }
}

/*      Pagination
*************************************************************************************/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*  margin-left: auto;
    margin-right: auto; */
  overflow: hidden;
  /*  border: 1px solid #E5E5E5;  */

  border-radius: 3px;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pagination__item {
  font-weight: 300;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 38px;
  height: 38px;

  color: #8e8e8e;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__item {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.pagination__item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination__item:last-child {
  border-right: 1px solid #e5e5e5;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination__item:hover {
  background-color: #f4f4f4;
}

.pagination__item.current {
  border: 1px solid #c4c4c4;
}

.pagination__item.current + .pagination__item {
  border-left: 0;
}

.pagination__item-svg {
  width: 14px;
  height: 8px;

  fill: #8e8e8e;
}

.pagination__item-svg--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/************************************************************************************
*   POP-UP-CITY
*************************************************************************************/
.pop-up-city .content {
  padding: 0;
}

.pop-up-city__header {
  padding: 15px;

  border-bottom: 1px solid #c4c4c4;
}

.pop-up-city__footer {
  padding: 15px;

  border-top: 1px solid #c4c4c4;
}

.pop-up-city__list {
  padding: 10px;
}

/*      Private
*************************************************************************************/
.private__title {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 500;

  position: relative;

  margin-bottom: 17px;
  padding-bottom: 23px;

  text-align: center;
  text-transform: uppercase;

  color: #6e6e6e;
}

.private__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 30px;
  margin-left: -15px;

  content: "";

  border-bottom: 1px solid #000;
}

.private__info {
  margin-bottom: 30px;
  padding-bottom: 20px;

  border-bottom: 1px solid #e5e5e5;
}

.private__info-item {
  font-family: Roboto, Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;

  width: 100%;
  margin-bottom: 10px;
  padding: 15px;

  color: #333;
  border: 1px solid #c4c4c4;
}

.private__info-item:placeholder {
  color: #333;
}

.private__info-item:-ms-input-placeholder {
  color: #333;
}

.private__info-item::-webkit-input-placeholder {
  color: #333;
}

.private__tabs .item-title {
  font-weight: 400;
  font-size: 13px;
}

.private__tabs .item .svg {
  width: 10px;
  height: 19px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.private__tabs .item.active .svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.private__info-submit:disabled {
  background-color: #b9b9b9;
}

.private .active-item {
  padding-right: 30px;
  padding-left: 30px;
}

.private .active-item.rel-orders {
  padding-right: 0;
  padding-left: 0;
}

.private .active-link {
  font-weight: 400;
}

.private .active-link.active {
  background-color: #fff;
}

@media (max-width: 768px) {
  .private .private__tabs-content {
    padding-right: 0;
    padding-left: 0;
  }
  .private__tabs-header .item {
    width: 100%;
  }
  .private__tabs .tabs__header .item,
  .private__tabs .tabs-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 5px;
    padding: 10px 15px;

    border: 1px solid #e1e1e1;
    border-radius: 5px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .private__tabs .tabs__header .item.active {
    border: 1px solid #e1e1e1;
  }
  .private__tabs .tabs__header {
    flex-direction: column;

    padding-bottom: 10px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .private .active-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*      Product item
*************************************************************************************/
.product-item {
  margin-bottom: 30px;

  border: 1px solid #e5e5e5;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.product-item__inner {
  width: 100%;
  /* padding: 9px 7px; */
  padding: 9px 0px 9px 7px;

  /* border-right: 1px solid #e5e5e5; */

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.product-item__img {
  position: relative;

  overflow: hidden;

  width: 180px;
  width: 19%;
  height: 180px;
}

.product-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 100%;
}
.product-item__availability {
  order: 0;
  margin-bottom: 5px !important;
}

.product-item__quantity {
  font-family: Tahoma;
  width: 100%;
  color: #239036;
  margin-bottom: 10px;
}

.product-item__price-cur {
  margin-bottom: 5px;
  order: 1;
}
.product-item__counter {
  order: 2;
}
.product-item__cart {
  order: 3;
}

.product-item__img .hover {
  font-size: 10px;
  line-height: 34px;

  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;

  height: 34px;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-align: center;
  text-transform: uppercase;

  color: #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
}

.product-item__img:hover .hover {
  bottom: 0;
}

.product-item__img .hover:hover {
  color: #fff;
  background-color: #239036;
}

.product-item__discount {
  font-size: 1.2em;

  position: absolute;
  top: 5px;
  right: 5px;

  padding: 4px 8px;

  color: white;
  border-radius: 5px;
  background-color: #a5240b;
}

.product-item__content {
  width: 55%;
  padding: 0 20px;
}

.product-item__title {
  font-size: 1.6rem;
  font-weight: 700;

  margin-bottom: 19px;
  margin-top: 9px;
  margin-left: 5px;
  font-size: 18px;
  /* height: 54px; */
  /* overflow: hidden; */
}
.product-item__title--main {
  max-height: 54px;
  overflow: hidden;
}

.product-item__title a {
  color: #000;
}

.product-item__desc {
  font-size: 1.3rem;
  line-height: 1.8em;

  margin-bottom: 8px;
}

.product-item__code-title {
  font-weight: 700;

  display: inline-block;
}

.product-item__code-value {
  display: inline-block;
}

.products__list--main .product-item__specs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .product-item__cart.product-item__cart--inner {
    width: 72%;
} */

.product-item__specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 23%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item__counter {
  width: 100%;
  margin-bottom: 11px;
}
.product-item__counter--main {
  width: 40%;
  margin-bottom: 0;
}

.product-item__price {
  width: 100%;
}

.product-item__price-label {
  font-family: Tahoma;

  width: 100%;
  margin-bottom: 7px;
}

.product-item__price-cur {
  font-family: Tahoma, Roboto, Open Sans, sans-serif;
  font-size: 2.6rem;

  width: 100%;

  color: #239036;
}

.product-item__price-old {
  font-size: 1.6rem;

  width: 100%;

  text-decoration: line-through;

  color: #8e8e8e;
}

.product-item__availability {
  font-family: Tahoma;

  width: 100%;
  margin-bottom: 7px;

  color: #239036;
}

.product-item__cart {
  width: 100%;

  cursor: pointer;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

/* .product-item__cart:hover
{
    background-color: #f4f4f4;
} */

.product-item__cart.not-available {
  background-color: #f4f4f4;
}

.product-item__cart-btn {
  /* width: 100%;
    height: 100%; */
  width: 159px;
  height: 45px;

  color: #5c5c5c;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.products__list--main .product-item {
  border: none !important;
}
.product-item__cart-title {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 170%;
}
.product-item__cart-btn .box {
  background: #239036;
}

.product-item__cart-btn:hover {
  color: #5c5c5c;
}

.product-item__cart-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item__cart-img {
  width: 100%;
  margin-bottom: 10px;
}

.product-item__cart-svg {
  width: 32px;
  height: 27px;
}

.product-item__cart-svg {
  fill: #5c5c5c;
}

.product-item__cart-title {
  padding-right: 5px;
  padding-left: 5px;
}

/* отображение колонками */
.products--view-cols .product-item {
  width: 31.3%;
  margin-right: 3%;

  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.products--view-cols .product-item:nth-child(3n) {
  margin-right: 0;
}

.products--view-cols .product-item__inner {
  width: 100%;
  padding: 0;

  border-right: 0;
}

.products--view-cols .product-item__img .back__img {
  min-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.products--view-cols .product-item__img {
  width: 100%;
  /* height: auto; */
  height: 300px;
  margin-bottom: 25px;
}

.products--view-cols .product-item__title {
  margin-bottom: 35px;
}

.products--view-cols .product-item__desc {
  margin-bottom: 15px;
}

.products--view-cols .product-item__content {
  width: 100%;
  margin-bottom: 20px;
}

.products--view-cols .product-item__specs {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 14px;
  padding-left: 14px;
}

.products--view-cols .product-item__price-cur {
  margin-bottom: 15px;
}

.products--view-cols .product-item__counter {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.products--view-cols .product-item__counter .counter {
  max-width: 250px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.products--view-cols .product-item__cart {
  width: 100%;
  height: 70px;

  border-top: 1px solid #e5e5e5;
}

.products--view-cols .product-item__cart-inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.products--view-cols .product-item__cart-img {
  width: auto;
  margin-right: 9px;
  margin-bottom: 0;
}

/* отображение в похожих товарах */
.related-products .product-item {
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-products .product-item:nth-child(5n) {
  margin-right: 0;
}

.related-products .product-item__inner {
  width: 100%;
  padding: 0;

  border-right: 0;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related-products .product-item__img .back__img {
  min-width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.related-products .product-item__img {
  width: 100%;
  /*  height: auto;   */
  height: 300px;
  margin-bottom: 20px;
}

.related-products .product-item__title {
  font-size: 1.6rem;
  font-weight: 400;

  margin-bottom: 15px;
}

.related-products .product-item__desc {
  margin-bottom: 15px;
}

.related-products .product-item__content {
  width: 100%;
  margin-bottom: 0;
  padding: 0 17px;
}

.related-products .product-item__specs {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 14px;
  padding-left: 14px;
}

.related-products .product-item__price-cur {
  font-family: Roboto;

  margin-bottom: 10px;
}

.related-products .product-item__counter {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.related-products .product-item__counter .counter {
  max-width: 250px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.related-products .product-item__cart {
  width: 100%;
  height: 58px;

  border-top: 1px solid #e5e5e5;
}

.related-products .product-item__cart-img {
  width: auto;
  margin-right: 9px;
  margin-bottom: 0;
}
.product-item__cart-btn--link {
  display: block;
}
.product-item__cart--inner {
  display: flex;
  justify-content: flex-end;
}

.related-products .product-item__cart-title {
  font-size: 1.2rem;
  color: #239036;
}

.footer,
.footer a,
.footer div,
.footer p,
.footer li {
  font-family: Open Sans, sans-serif !important;
}

@media (max-width: 1280px) {
  .products--view-cols .product-item {
    width: 31.3%;
    margin-right: 3%;
  }
  .products--view-cols .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .product-item__specs--inner {
    text-align: center;
  }
  .counter--inner {
    justify-content: center;
  }
  .product-item__cart-btn--center {
    margin: 0 auto;
  }
  .product-item__inner--mob {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
}

@media (max-width: 1080px) {
  .products--view-cols .product-item {
    width: 47%;
    margin-right: 5%;
  }
  .products--view-cols .product-item:nth-child(3n) {
    margin-right: 5%;
  }
  .products--view-cols .product-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .product-item__content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-item__availability {
    text-align: left;
  }
  .product-item__price {
    width: calc(100% + 28px);
    margin-top: 5px;
    margin-right: -14px;
    margin-left: -14px;
    padding-top: 10px;
    padding-right: 14px;
    padding-left: 14px;

    border-top: 1px solid #e5e5e5;
  }
  .product-item__price-label {
    float: left;

    width: auto;
  }
  .product-item__cart {
    background-color: #239036;
  }
  .product-item__cart-title {
    color: #fff;
  }
  .product-item__cart-svg {
    fill: #fff;
  }
  .product-item__cart.not-available .product-item__cart-title,
  .product-item__cart:hover .product-item__cart-title {
    color: #000;
  }
  .product-item__cart.not-available .product-item__cart-svg,
  .product-item__cart:hover .product-item__cart-svg {
    fill: #000;
  }
  .products--view-cols .product-item__cart {
    height: 60px;
  }
  .product-item__title {
    font-size: 1.8rem;
  }
  .products--view-cols .product-item__title {
    margin-bottom: 20px;
  }
  form.product-item__cart {
    background: transparent !important;
  }
}

@media (max-width: 480px) {
  .products--view-cols .product-item {
    width: 100%;
    margin-right: 0;
  }
  .products--view-cols .product-item:nth-child(3n) {
    margin-right: 0;
  }
}

/*      Products
*************************************************************************************/
.products__sort {
  margin-right: 60px;
  margin-bottom: 15px;
}

.products__amount {
  margin-bottom: 15px;
}
label.error {
  color: red;
  /* margin: 5px 0; */
  display: block;
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .products__sort {
    width: 100%;
    margin-right: 0;
  }
}

/*      Registration
*************************************************************************************/
.registration__title {
  position: relative;

  margin-bottom: 25px;
  padding-bottom: 15px;
}

.registration__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 44px;
  margin-left: -22px;

  content: "";

  border-bottom: 1px solid #000;
}

.registration__subtitle {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px 22px;

  text-transform: uppercase;

  color: white;
  background-color: #000;
}

.registration__form {
  width: 100%;
  max-width: 337px;
  margin: 0 auto;
}

.registration__form-item {
  font-size: 1.5rem;

  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;

  text-align: left;

  color: #8e8e8e;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

input.registration__form-item {
  width: 100%;
  padding: 12px 15px;

  border-radius: 5px;
}

.registration__form .col-2 {
  padding-right: 7px;
}

.registration__form .col-2:nth-child(2) {
  padding-right: 0;
  padding-left: 7px;
}

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

.registration__form-privacy {
  margin-right: 12px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 14px;
  flex-basis: 14px;
}

.registration__form-privacy-label {
  margin-top: -2px;

  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.registration__form-link {
  font-weight: bold;

  text-decoration: underline;

  color: #33568a;
}

.registration__form-link:hover,
.registration__form-link:visited {
  color: #33568a;
}

.registration__form-fieldset {
  margin-bottom: 39px;
}

form input[type="submit"].registration__form-btn {
  border-radius: 0;
  margin-bottom: 40px;
}

/*      Related products
*************************************************************************************/
.related-products__title {
  font-size: 1.8rem;
  font-weight: 300;

  margin-bottom: 25px;
}

.related-products__title--border {
  padding-bottom: 25px;

  border-bottom: 1px solid #c4c4c4;
}

.related-products__cats {
  margin-bottom: 30px;
}

.related-products__cats .item {
  display: inline-block;

  margin-right: 4px;
  padding: 8px 23px;

  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  border-radius: 3px;
  background-color: #ebebeb;
}

.related-products__cats .item:hover {
  background-color: #f4f4f4;
}

.related-products__cats .item.active {
  color: #fff;
  background-color: #278c3a;
}

.related-products__list {
  position: relative;
}

.related-products__item {
  /*  width: 18.2%;  */
  /*  margin-right: 2.25%; */
}

.related-products__item:last-child {
  /*  margin-right: 0; */
}

@media (max-width: 768px) {
  .related-products__cats {
    overflow: auto;

    width: 100%;
    height: 60px;
    max-height: 60px;

    white-space: nowrap;
  }
  .related-products__title {
    font-weight: 400;

    text-transform: uppercase;

    color: #000;
  }
}

/*      Reset password
*************************************************************************************/
.reset-password {
  max-width: 497px;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
}

.reset-password__title {
  font-size: 3rem;
  font-weight: 700;

  margin-bottom: 10px;

  text-align: left;
}

.reset-password__subtitle {
  font-size: 1.8rem;

  margin-bottom: 27px;
  padding-bottom: 5px;

  text-align: left;

  border-bottom: 1px solid #000;
}

.reset-password__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 90%;
  margin-bottom: 8px;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reset-password__form-label {
  font-size: 1.5rem;
  font-weight: 500;
}

body .reset-password__form-input {
  font-size: 1.5rem;

  width: 337px !important;
  max-width: 80%;
  margin-left: 15px;
  padding: 15px 20px;

  border-radius: 8px;
}

.reset-password__form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 35px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reset-password__btn {
  font-family: Roboto;

  width: auto;
  padding: 13px 29px 12px 30px;

  text-transform: none;
}

.reset-password__btn.btn--white {
  font-family: Roboto;

  text-transform: none;

  border-radius: 5px;
}

@media (max-width: 768px) {
  .reset-password__title {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .reset-password__form-item {
    width: 100%;
    margin-bottom: 15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body .reset-password__form-input {
    width: 100% !important;
    max-width: none;
    margin-left: 0;
  }
}

/*      Reviews
*************************************************************************************/
.reviews {
  font-weight: 400;
}

.reviews__average {
  margin-right: 25px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews__average-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-right: 100px;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.reviews__average-stars .bx_item_detail_rating {
  margin-bottom: 0;
}

.reviews__star-svg {
  display: block;

  width: 20px;
  height: 20px;
  margin-right: 9px;

  fill: #fff;
  stroke: #c4c4c4;
}

.reviews__star-svg--fill {
  fill: #57ae69;
  stroke: #57ae69;
}

.reviews__list {
  padding-bottom: 10px;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 8px;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.reviews__leave-btn {
  line-height: 1.5em;
}

.reviews form.reviews-form {
  padding: 0;
}

.reviews .bxhtmled-toolbar-cnt {
  display: none;
}

.reviews div.reviews-reply-header {
  padding: 0;

  background-color: transparent;
}

.reviews div.reviews-reply-form {
  border: 0;
  background-color: transparent;
}

.reviews form.reviews-form {
  border: 0;
  background-color: transparent;
}

.feed-add-post {
  margin-top: -30px;
}

.reviews .bx-html-editor {
  background-color: transparent;
}

.reviews .feed-add-post-form {
  width: 100%;
  margin-bottom: 0;
}

.reviews .feed-add-post-text {
  padding: 0;
}

.reviews .bxhtmled-textarea {
  /*  padding: 10px !important;   */
  font-size: 14px !important;
}

.reviews .bxhtmled-area-cnt {
  overflow: hidden;

  max-width: 100%;

  border: 1px solid #c4c4c4;
  border-radius: 10px;
}

.reviews-reply-buttons .btn {
  margin-left: 0;
}

.news-item__form-reply .bxhtmled-area-cnt {
  border-radius: 0;
}

.news-item__form-reply .reviews-reply-buttons .btn {
  border-radius: 0;
}

.news-item__form-reply div.reviews-reply-buttons input {
  font-size: 1em;
}

/*      Reviews
*************************************************************************************/
.reviews-item {
  margin-bottom: 10px;
}

.reviews-item__name {
  font-size: 1.8rem;
  font-weight: 400;

  display: inline-block;

  margin-right: 10px;
}

.reviews-item__date {
  display: inline-block;

  color: #c4c4c4;
}

.reviews-item__text {
  font-weight: 400;
}

/*      Sberbank
*************************************************************************************/
body .sberbank__wrapper {
  text-align: center;
}

body .sberbank__content {
  margin-right: auto;
  margin-left: auto;
}

body .sberbank__description {
  margin-right: auto;
  margin-left: auto;
}

/*      Search-field
*************************************************************************************/
.search-field {
  position: relative;
  z-index: 1;
  top: -50px;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.search-field__inner {
  position: absolute;
  top: 0;
  right: 6%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 231px;
}

.search-field.active {
  z-index: 2;
  top: 0;
}

input[type="text"].search-field__input {
  width: 100%;

  border: 1px solid #c4c4c4;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-field__submit {
  width: 41px;
  min-width: 41px;
  height: 41px;
  padding: 0;

  border-radius: 0;
  background: url(assets/images/static/icons/search-white.png) no-repeat center
    center;
  background-color: #239036;
}

.search-field--wide {
  top: auto;
}

.search-field--wide .search-field__inner {
  position: relative;
  right: 0;

  width: 100%;
}

.search-field--wide .search-field__input {
  height: 41px;
}

@media (max-width: 768px) {
  .search-field__inner {
    right: 4%;

    width: 92%;
  }
  input[type="text"].search-field__input {
    width: 100%;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .search-field__submit {
    line-height: 41px;

    position: relative;

    width: 91px;
    min-width: 91px;

    background-image: none;
  }
  .search-field__submit:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    content: "Найти";

    color: white;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-iems: center;
  }
}

/*      Search-icon
*************************************************************************************/
.search-icon {
  position: relative;
  z-index: 1;

  overflow-y: hidden;
}

.search-icon__btn {
  position: relative;
  z-index: 1;

  padding-right: 15px;
  padding-left: 15px;

  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-icon__svg {
  display: block;

  width: 13px;
  height: 13px;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;

  fill: #454545;
}

.search-icon__btn:hover .search-icon__svg {
  fill: #359348;
}

@media (max-width: 992px) {
  .search-icon__btn {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/*      Services
*************************************************************************************/
.services {
  line-height: 1.6em;
}

.services__img {
  margin-bottom: 30px;
}

.services__ul li {
  margin-bottom: 5px;
}

.services__active {
  margin-bottom: 28px;
}

.services__active {
  margin-bottom: 28px;
}

.services__active .active-link {
  padding-right: 32px;
  padding-left: 17px;
}

.services__active .active-link__arrow {
  fill: #57ae69;
}

.services__active .active-link.active {
  background-color: #fff;
}

.services__active .active-link.active .active-link__arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

/*      Slider-banner
*************************************************************************************/
.slider-banner {
  border-bottom: 1px solid #c4c4c4;
}

.slider-banner__nav .slider-navigation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  padding: 15px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-banner__pagination {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-right: 10px;
  padding-left: 10px;

  text-align: center;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-banner__nav .swiper-pagination-bullet {
  display: block;

  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-left: 6px;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  background-color: #3c3c3c;
}

.slider-banner__nav .swiper-pagination-bullet-active {
  background-color: #8e8e8e;
}

.slider-banner__arrow-svg {
  display: block;

  width: 9px;
  height: 16px;

  cursor: pointer;

  fill: #8e8e8e;
}

.slider-banner__arrow-svg--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*      Slider detail 
*************************************************************************************/
.slider-detail {
  border: 1px solid #337ab7;
  border-radius: 3px;
}

.slider-detail__nav {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
}

.slider-detail__nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.slider-detail__slide {
  padding: 4px;
}

.slider-detail__img {
  min-width: 100%;
}

.slider-detail__nav-item {
  padding: 9px 12px;

  cursor: pointer;

  background-color: rgba(255, 255, 255, 0.34);
}

.slider-detail__arrow-svg {
  display: block;

  width: 12px;
  height: 21px;

  fill: #fff;
}

.slider-detail__prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .catalog-detail__img {
    padding-right: 0;
  }
}

/*      Slider goods
*************************************************************************************/
.slider-goods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: auto;
}

.slider-goods__nav-item {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -20px;

  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 30px;
  height: 52px;
  margin-top: -26px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #57ae69;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-goods__next,
.slider-goods__next-2 {
  right: -20px;
  left: auto;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.slider-goods__prev,
.slider-goods__prev-2 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-goods__nav-item:hover {
  background-color: #239036;
}

.slider-goods__arrow-svg {
  display: block;

  width: 17px;
  height: 30px;

  fill: #fff;
}

.slider-goods__nav {
  display: none;
}

@media (max-width: 1200px) {
  .slider-goods__nav {
    display: block;
  }
}

/*      Slider-main
*************************************************************************************/
.slider-main__arrow-svg {
  display: block;

  width: 18px;
  height: 33px;

  fill: #fff;
}

.slider-main__arrow-svg--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-main__nav-item {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;

  display: inline-block;
  overflow: hidden;

  width: 32px;
  height: 126px;
  margin-top: -63px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  opacity: 0;
  background-color: rgba(69, 69, 69, 0.4);
}

.slider-main__prev {
  right: auto;
  left: 0;

  border-left-top-radius: 15px;
}

.slider-main__icon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 32px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-main__next .slider-main__icon {
  right: 0;
  left: auto;
}

.slider-main__prev-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: auto;
  max-width: none;
  height: 100%;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  opacity: 0;
}

.slider-main__next-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: auto;
  max-width: none;
  height: 100%;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  opacity: 0;
}

.slider-main__nav-item:hover {
  width: 193px;
}

.slider-main__next:hover .slider-main__next-img {
  opacity: 1;
}

.slider-main__prev:hover .slider-main__prev-img {
  opacity: 1;
}

.slider-main:hover .slider-main__nav-item {
  opacity: 1;
}

@media (max-width: 768px) {
  .slider-main__nav-item {
    width: 24px;
    height: 80px;
    margin-top: -40px;
  }
  .slider-main__nav-item:hover {
    width: 150px;
  }
  .slider-main__icon {
    width: 24px;
  }
}

/*      Slider-product
*************************************************************************************/
.slider-product {
  margin-bottom: 5px;
}

.slider-product__slide {
  padding: 5px;
}

.slider-product__nav-item {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;

  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 30px;
  height: 52px;
  margin-top: -26px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #57ae69;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-product__next {
  right: 0;
  left: auto;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.slider-product__prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-product__nav-item:hover {
  background-color: #239036;
}

.slider-product__arrow-svg {
  display: block;

  width: 17px;
  height: 30px;

  fill: #fff;
}

@media (max-width: 768px) {
  .slider-product {
    margin-bottom: 4px;
  }
  .slider-product__slide {
    padding: 4px;
  }
}

@media (max-width: 480px) {
  .slider-product {
    margin-bottom: 0;
  }
  .slider-product__slide {
    padding: 4px;
  }
}

/*      Soc-icons
*************************************************************************************/
.soc-icons__item {
  display: inline-block;

  width: 30px;
  height: 30px;
  margin: 1px;
  padding: 4px;

  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  border-radius: 3px;
}

.soc-icons__item:hover {
  background-color: #2b2b2b !important;
}

.soc-icons__item:last-child {
  margin-right: 0;
}

.soc-icons__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc-icons__item-icon.item--ig {
  background: center center url(assets/images/static/icons/soc-ig.svg) no-repeat;
}

.soc-icons__item-icon.item--fb {
  background: center center url(assets/images/static/icons/soc-fb.svg) no-repeat;
}

.soc-icons__item-svg {
  fill: #464543;
}

.soc-icons__item-svg {
  width: 16px;
  height: 16px;
}

.soc-icons--theme-2 .soc-icons__item {
  overflow: hidden;

  width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
  padding: 0;

  border-radius: 99px;
}

.soc-icons--theme-2 .soc-icons__item-icon {
  background-color: #67625c;
}

.soc-icons--theme-2 .soc-icons__item-svg {
  fill: #ababab;
}

.soc-icons--theme-2 .soc-icons__item-icon:hover {
  background-color: #4f4b46;
}

/*      Sort
*************************************************************************************/
.sort__title {
  font-size: 1.6rem;

  display: inline-block;

  margin-right: 5px;
}

.sort__select {
  display: inline-block;
}

.sort__select select {
  font-size: 1.5rem;

  padding: 2px 37px 3px 12px;

  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;

  color: white;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: #999;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' height='7' width='10' viewBox='0 0 10 7'%3e%3cpolygon points='0,0 5,7 10,0'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat, repeat;
  background-position: right 0.9em top 52%, 0 0;
  background-size: 0.65em auto, 100%;
}

.sort__select select::-ms-expand {
  display: none;
}

@media (max-width: 768px) {
  .sort {
    margin-bottom: 20px;
  }
  .sort__list {
    margin-top: 10px;
  }
  .sort__list-item {
    width: 90%;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding: 6px;

    text-align: center;

    border: 1px solid #ccc;
  }
  .sort__list-item:last-child {
    margin-bottom: 0;
  }
}

/*      Specs
*************************************************************************************/
.specs {
  color: #6e6e6e;

  font-wweight: 300;
}

.specs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-top: 10px;
  padding-bottom: 4px;

  border-bottom: 1px dashed #c4c4c4;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.specs__item-title {
  width: 50%;
}

.specs__item-value {
  width: 50%;
}

.specs__list {
  margin-bottom: 20px;
}

.specs__more {
  font-size: 1.2rem;

  color: #239036;
}

@media (max-width: 768px) {
  .specs__item-title {
    color: #000;
  }
  .specs__item-value {
    color: #239036;
  }
  .specs__item {
    border-bottom: 0;
  }
}

/*      Statistics
*************************************************************************************/
.statistics {
  margin-bottom: 40px;
}

.statistics__title {
  font-family: Georgia;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.5em;

  position: relative;

  margin-bottom: 15px;
  padding-bottom: 8px;

  text-align: center;

  color: #c4c4c4;
}

.statistics__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 9px;
  margin-left: -5px;

  content: "";

  border-bottom: 3px solid #f9f9f9;
}

.statistics__subtitle {
  font-size: 2.1rem;

  text-align: center;
  text-transform: lowercase;

  color: #c4c4c4;
}

/*      Subcategories item
*************************************************************************************/
.subcategory-item.active {
  display: block !important;
}

.subcategory-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11.5px !important;
  margin-bottom: 4px;
  padding-top: 3px;
  padding-bottom: 3px;

  color: #454545;
  border-top: 1px dashed #d7d7d7;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subcategories-list > .subcategory-item:first-child .subcategory-item__link {
  border-top: 0;
}

.subcategory-item__link:visited {
  color: #454545;
}

.subcategory-item__link:hover {
  font-weight: 500;

  text-decoration: none;

  color: #000;
}

/*      Subcategories list
*************************************************************************************/
.subcategories-list {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
}

.subcategories-list__more {
  display: inline-block;

  margin-top: 5px;

  color: #239036;
}

.subcategories-list__more:visited {
  color: #239036;
}

.subcategories-list__more:hover {
  color: #0f7922;
}

/*      View switcher
*************************************************************************************/
.view-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.view-switcher__item {
  width: 34px;
  height: 27px;
  margin-left: 5px;

  cursor: pointer;
}

.view-switcher__item--rows .view-switcher__svg {
  width: 13px;
  height: 10px;
}

.view-switcher__item--cols .view-switcher__svg {
  width: 12px;
  height: 10px;
}

.view-switcher__svg {
  fill: #919191;
}

.view-switcher__item.active {
  background-color: #999;
}

.view-switcher__item.active .view-switcher__svg {
  fill: #fff;
}

/* кнопка в корзину */
@-webkit-keyframes sk-timer {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sk-timer {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.product-item__cart-title--load,
.text-load {
  display: none;
}

.product-item__cart-btn.is-wait .product-item__cart-title,
.catalog-detail__buy-btn.is-wait span,
.product-item__cart.is-wait span {
  display: none;
}

.product-item__cart-btn.is-wait .product-item__cart-title--load,
.catalog-detail__buy-btn.is-wait .text-load,
.product-item__cart.is-wait .text-load {
  display: inline-block;
  font-size: 30px;
  content: "...";
  -webkit-animation: sk-timer 1s infinite ease-in-out;
  animation: sk-timer 1s infinite ease-in-out;

  line-height: 0.2;
}

.product-item__cart-btn--hidden,
.catalog-detail__buy-btn--hidden {
  display: none;
}

/* CONTENT PAGE */

.content-page {
  max-width: 1220px;
  padding: 95px 15px;
  font-size: 15px;
  line-height: 1.45;
  /* color: #000; */
}

.content-page__row {
  padding: 0 15px;
}

.content-page h1 {
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
  font-size: 36px;
  color: #454545;
}

.content-page h2 {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 32px;
  color: #454545;
  font-weight: 700;
}
.content-page h3 {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 28px;
  color: #454545;
  font-weight: 700;
}
.content-page h4 {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
  color: #454545;
  font-weight: 700;
}
.content-page h5 {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 22px;
  color: #454545;
  font-weight: 700;
}
.content-page h6 {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 18px;
  color: #454545;
  font-weight: 700;
}

.content-page img {
  margin: 40px auto;
  max-width: 950px;
  height: auto;
}

.content-page .video-wrapper {
  margin: 40px auto;
  max-width: 950px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.content-page .video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-page ol {
  margin: 40px 24px;
  list-style: none;
  counter-reset: li;
}

.content-page ol li {
  margin-bottom: 10px;
  counter-increment: li;
}

.content-page ol li::before {
  content: "." counter(li);
  color: #239036;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.content-page ul {
  margin: 40px 24px;
  list-style: none;
}

.content-page ul li {
  margin-bottom: 10px;
}

.content-page ul li::before {
  content: "•";
  color: #239036;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.content-page blockquote {
  margin: 40px 0;
  position: relative;
  width: 100%;
  padding: 20px 5%;
  border-left: none;
  line-height: 1.25;
  font-size: 15px;
}

.content-page blockquote::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./assets/images/quote.svg) no-repeat;
  background-size: contain;
}

.content-page blockquote::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(./assets/images/quote.svg) no-repeat;
  background-size: contain;

  transform: rotate(180deg);
}

.content-form {
  width: 122%;
  margin-top: 120px;
  margin-left: -11%;
  padding: 40px 0;
  background: #2f2e2d;
}

.content-form input,
.content-form textarea {
  background: #434242;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.content-form input {
  margin-bottom: 30px;
}

.content-form__wrap {
  margin: 0 auto;
  max-width: 1230px;
  display: flex;
  align-items: center;
}

.content-form__block {
  width: 50%;
  padding: 20px;
  color: #ffffff;
}

.content-form__block h2 {
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 40px;
  color: #239036;
  font-weight: 700;
  font-size: 48px;
}

.content-form__block h2 {
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 38px;
  color: #239036;
  font-weight: 700;
  font-size: 48px;
}

.content-form__block h3 {
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 36px;
  color: #239036;
  font-weight: 700;
  font-size: 48px;
}

.content-form__block h4 {
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 34px;
  color: #239036;
  font-weight: 700;
  font-size: 48px;
}

.content-form__block h5 {
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #239036;
  font-weight: 700;
  font-size: 48px;
}

.content-form__block h6 {
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #239036;
  font-weight: 700;
  font-size: 48px;
}

.content-form .feedback__form-captcha {
  width: 93px;
  min-width: 93px;
  margin-right: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  flex: none;
}

.content-form .feedback__form-btn {
  flex-basis: 100%;
  padding: 12px 14px;
}

.content-form .feedback__form-btn--reset {
  background: rgba(255, 255, 255, 0.1);
}

.vacancies {
  border-top: 1px solid #e1e1e1;
}

.vacancies--detail {
  padding-top: 20px;
}

.vacancies-item {
  padding: 60px 0;
  border-bottom: 1px solid #e1e1e1;
}

.vacancies__title {
  margin-bottom: 20px !important;
}

.vacancies__link {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}

.vacancies__properties {
  display: flex;
  font-size: 18px;
  font-weight: 700;
}

.vacancies__properties--single {
  margin-bottom: 60px;
}

.vacancies__properties span {
  margin-right: 40px;
  display: inline-block;
}
@media (max-width: 1470px) {
  .content-form {
    width: calc(100% + 122px);
    margin-left: -61px;
  }
}

@media (max-width: 1365px) {
  .content-form {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

@media (max-width: 1023px) {
  .vacancies__title {
    margin-bottom: 30px !important;
  }

  .vacancies-item {
    padding: 40px 0;
  }

  .vacancies__link {
    color: #239036;
    font-size: 30px;
  }

  .vacancies__properties {
    flex-direction: column;
  }

  .vacancies__properties--single {
    margin-bottom: 30px;
  }
  .vacancies__properties span {
    margin-bottom: 10px;
  }

  .content-page {
    padding: 60px 15px;
  }

  .content-page .feedback__form-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content-form {
    margin-top: 60px;
  }
  .content-form .feedback__form-btn {
    flex-basis: 47%;
  }
  .content-form__wrap {
    flex-direction: column;
    text-align: center;
  }

  .content-form__block {
    width: 100%;
  }

  .content-page h1 {
    margin-bottom: 40px;
    font-size: 34px;
  }

  .content-page h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 30px;
  }
  .content-page h3 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 28px;
  }
  .content-page h4 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 26px;
  }
  .content-page h5 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 24px;
  }
  .content-page h6 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 22px;
  }

  .content-form__block h2 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 30px;
    text-align: center;
  }

  .content-form__block h3 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 28px;
    text-align: center;
  }

  .content-form__block h4 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 26px;
    text-align: center;
  }

  .content-form__block h5 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
    text-align: center;
  }

  .content-form__block h6 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 22px;
    text-align: center;
  }

  .content-form .feedback__form-captcha {
    width: 100%;
    margin-bottom: 30px;
  }

  .content-page img {
    max-width: 100%;
  }

  .content-page .video-wrapper {
    max-width: 100%;
  }
}
