@charset "UTF-8";
@font-face {
  font-family: "futura";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/FuturaPTBook/FuturaPTBook.eot");
  src: url("../fonts/FuturaPTBook/FuturaPTBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTBook/FuturaPTBook.woff") format("woff"), url("../fonts/FuturaPTBook/FuturaPTBook.ttf") format("truetype");
}
@font-face {
  font-family: "futura";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/FuturaPTBold/FuturaPTBold.eot");
  src: url("../fonts/FuturaPTBold/FuturaPTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTBold/FuturaPTBold.woff") format("woff"), url("../fonts/FuturaPTBold/FuturaPTBold.ttf") format("truetype");
}
@font-face {
  font-family: "futura";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/FuturaPTHeavy/FuturaPTHeavy.eot");
  src: url("../fonts/FuturaPTHeavy/FuturaPTHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTHeavy/FuturaPTHeavy.woff") format("woff"), url("../fonts/FuturaPTHeavy/FuturaPTHeavy.ttf") format("truetype");
}
@font-face {
  font-family: "futura";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/FuturaPTMedium/FuturaPTMedium.eot");
  src: url("../fonts/FuturaPTMedium/FuturaPTMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTMedium/FuturaPTMedium.woff") format("woff"), url("../fonts/FuturaPTMedium/FuturaPTMedium.ttf") format("truetype");
}
@font-face {
  font-family: "futura";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FuturaPTDemi/FuturaPTDemi.eot");
  src: url("../fonts/FuturaPTDemi/FuturaPTDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTDemi/FuturaPTDemi.woff") format("woff"), url("../fonts/FuturaPTDemi/FuturaPTDemi.ttf") format("truetype");
}
@font-face {
  font-family: "futura";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/FuturaPTLight/FuturaPTLight.eot");
  src: url("../fonts/FuturaPTLight/FuturaPTLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTLight/FuturaPTLight.woff") format("woff"), url("../fonts/FuturaPTLight/FuturaPTLight.ttf") format("truetype");
}
@font-face {
  font-family: "eurostile";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/EurostileExtended/EurostileExtended.eot");
  src: url("../fonts/EurostileExtended/EurostileExtended.eot?#iefix") format("embedded-opentype"), url("../fonts/EurostileExtended/EurostileExtended.woff") format("woff"), url("../fonts/EurostileExtended/EurostileExtended.ttf") format("truetype");
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

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

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.6;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  background: url("../img/icon/close.svg") no-repeat center center;
  margin: 0;
  opacity: 0.8;
}

.mfp-close {
  width: 24px;
  height: 24px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  margin: 17px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: "AvantGardeGothicC", sans-serif;
}

button.mfp-close:hover,
button.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  padding: 20px;
  background: url("../img/icon/close.svg") no-repeat center center;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -22px;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #05c1e7 url("../../img/sl-arrow-set.png") no-repeat 15px 12px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  background: #fd6405 url("../../img/sl-arrow-set.png") no-repeat 15px 12px;
}

.mfp-arrow-left {
  left: -15px;
}

.mfp-arrow-right {
  right: -15px;
  left: auto;
  background: #05c1e7 url("../../img/sl-arrow-set.png") no-repeat -30px 12px;
}

.mfp-arrow-right:hover {
  background: #fd6405 url("../../img/sl-arrow-set.png") no-repeat -30px 12px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0; /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

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

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

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

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

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

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

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

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

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

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

.noUi-horizontal {
  height: 18px;
}

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

.noUi-vertical {
  width: 18px;
}

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

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

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

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

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

.noUi-draggable {
  cursor: ew-resize;
}

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

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

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

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

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

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

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

[disabled] .noUi-connect {
  background: #B8B8B8;
}

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

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-select, .popover-select-tags {
  font-size: 14px;
  line-height: 1.42857143;
}

.popover-select-wrapper {
  position: relative;
}

.popover-select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 366px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  line-break: auto;
}

.popover-select.top {
  margin-top: -10px;
}

.popover-select.right {
  margin-left: 10px;
}

.popover-select.bottom {
  margin-top: 10px;
}

.popover-select.left {
  margin-left: -10px;
}

.popover-select-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-select-content {
  padding: 9px 14px;
}

.popover-select > .arrow, .popover-select > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-select > .arrow {
  border-width: 11px;
}

.popover-select > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover-select.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: transparent;
  border-bottom-width: 0;
}

.popover-select.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover-select.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover-select.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover-select.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover-select.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover-select.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover-select.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-select-tags {
  cursor: pointer;
  list-style-type: none;
  display: block;
  width: 100%;
  height: 37px;
  padding: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.popover-select-tags.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.popover-select-tags .tag {
  display: block;
  float: left;
  margin-left: 10px;
  background-color: #e74c3c;
  color: #fff;
  padding: 5px 10px 5px 5px;
  margin-top: 3px;
  border-color: #d43f3a;
  vertical-align: middle;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  height: 30px;
}

.popover-select-tags .tag:hover {
  background-color: #ec7063;
  border-color: #ec7063;
}

.popover-select-tags .tag .popSelect-close {
  display: none;
}

.popover-select-tags .tag:hover .popSelect-close {
  display: block;
}

.popSelect-close, .popSelect-close:active, .popSelect-close:hover {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  padding-left: 3px;
  color: #fff;
  opacity: 0.8;
}

.popSelect-close:active, .popSelect-close:hover {
  cursor: pointer;
  opacity: 1;
}

textarea.popover-select-textarea {
  width: 100%;
  height: 29px;
  padding: 0.3em 0.5em;
  position: absolute;
  left: -99999px;
}

.popover-select-tags .placeholder {
  display: block;
  float: left;
  margin-left: 10px;
}

.placeholder input {
  vertical-align: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 3px 0 0;
  cursor: text;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: none;
  background: 0 0;
  width: 5px;
  height: 30px;
}

.popover-select-list {
  list-style-type: none;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 0;
}

.popover-select-list li {
  cursor: pointer;
  text-align: center;
  float: left;
  padding: 10px;
  background-color: #e74c3c;
  border-color: #d43f3a;
  margin: 5px;
  -webkit-transition: 0.5s all;
}

.popover-select-list li:hover {
  color: #fff;
  background-color: #ec7063;
  border-color: #ec7063;
}

.popover-select-list li.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.placeholder-text {
  position: absolute;
  top: 9px;
  left: 15px;
  color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #828282;
  opacity: 1;
}

::-moz-placeholder {
  color: #828282;
  opacity: 1;
}

::-moz-placeholder {
  color: #828282;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #828282;
  opacity: 1;
}

::selection {
  background-color: #D1AB66;
  color: #fff;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 23px;
  font-family: "futura", sans-serif;
  overflow-x: hidden;
  color: #080808;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}
body input[type=text] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
body input, body textarea {
  border: #666 1px solid;
  outline: none;
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}
body input:required:valid, body textarea:required:valid {
  border-color: green;
}
body input:-webkit-inner-spin-button, body input:webkit-outer-split-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.img-width {
  width: 100%;
}

b, strong {
  font-weight: bold;
}

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

a {
  color: #080808;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #D1AB66;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.container .row {
  display: flex;
  flex-flow: row wrap;
}

.btn {
  background: #D1AB66;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  padding: 10px 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.2s ease-out 0s;
}
.btn:hover {
  background: #cba052;
  color: #FFFFFF;
}

.filter_price_inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.filter_price_inputs .filter_label {
  display: flex;
  align-items: center;
  width: 110px;
  height: 30px;
  border: 1px solid rgba(209, 171, 102, 0.3);
  border-radius: 2px;
  padding: 3px 9px;
  color: #828282;
}
.filter_price_inputs .filter_input {
  border: none;
  color: #828282;
  min-width: 30px;
  font-size: 18px;
  line-height: 24px;
  height: 25px;
}
.filter_price_inputs .filter_text {
  margin-left: 3px;
}

.filter_price_slider {
  margin-bottom: 40px;
}

.noUi-target {
  background: rgba(209, 171, 102, 0.3);
  border-radius: 2px;
  border: none;
  box-shadow: none;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-connect {
  background: #E1CBA1;
}

.noUi-horizontal .noUi-handle {
  height: 8px;
  width: 8px;
  right: -4px;
  top: -3px;
}

.noUi-handle {
  border: none;
  border-radius: 50%;
  background: #E1CBA1;
  cursor: default;
  box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
  display: none;
}

.logo {
  width: 215px;
  position: relative;
  text-align: center;
  font-family: eurostile;
}
.logo a:hover {
  color: #fff;
}
.logo span {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.logo span.brend {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
}

.breadcrumbs ul {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #BDBDBD;
}
.breadcrumbs ul li {
  padding-left: 5px;
  padding-right: 13px;
  position: relative;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:last-child a {
  color: #D1AB66;
  cursor: default;
}
.breadcrumbs ul li:after {
  content: " ";
  position: absolute;
  right: 2px;
  top: 9px;
  background: url("../img/icon/arrow_br.svg") no-repeat center center;
  height: 8px;
  width: 6px;
}
.breadcrumbs ul li a {
  color: #828282;
}

.link_break {
  color: #535353;
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
  display: block;
}
.link_break:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 16px;
  height: 10px;
  background: url("../img/icon/back_icon.svg");
}

.wrap_burger {
  display: none;
}

.menu_burger {
  width: 17px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

header {
  background: #080808;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
}
header .menu.mob_menu {
  color: #fff;
  width: 414px;
  max-width: 414px;
  min-height: 660px;
  position: fixed;
  top: 0;
  left: 0;
  background: #080808;
  z-index: 11111;
  padding: 15px;
  transform: translateY(-682px);
  transition: all 0.2s ease-out 0s;
}
header .menu.mob_menu.active {
  transform: translateY(0px);
}
header .mob_menu_close {
  background: url("../img/icon/close.svg") no-repeat center center;
  margin: 0;
  opacity: 0.8;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
header .row {
  align-items: baseline;
  justify-content: space-between;
}
header a {
  color: #fff;
}
header .menu {
  max-width: 520px;
  margin-left: 65px;
}
header .menu .search, header .menu .wrap_contact {
  display: none;
}
header nav li:hover > .sub_menu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
header .navbar {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  position: relative;
}
header .navbar .top_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .navbar .top_menu > li {
  display: inline-flex;
  position: relative;
}
header .navbar .top_menu > li + li {
  margin-left: 10px;
}
header .navbar .top_menu > li > a {
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: baseline;
}
header .navbar .top_menu > li > a.link_submenu {
  padding: 7px 0;
}
header .navbar .top_menu > li > a:hover, header .navbar .top_menu > li > a:active {
  text-decoration: none;
  color: #D1AB66;
}
header .navbar .top_menu > li > a:hover .arr, header .navbar .top_menu > li > a:active .arr {
  background: url("../img/icon/menu-icon-open.svg") no-repeat;
}
header .navbar .top_menu > li > a.active {
  color: #D1AB66;
}
header .navbar .top_menu > li > a.active .arr {
  background: url("../img/icon/menu-icon-open.svg") no-repeat;
}
header .navbar .top_menu li {
  margin: 0;
  white-space: nowrap;
}
header .navbar .top_menu .arr {
  background: url("../img/icon/menu-icon-close.svg") no-repeat top left;
  width: 12px;
  height: 7px;
  display: block;
  margin-left: 5px;
}
header .navbar .sub_menu {
  position: absolute;
  min-height: 208px;
  z-index: 20;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 0;
  margin-top: 7px;
  list-style: none;
  background: #080808;
  border: 1px solid #848484;
  visibility: hidden;
  top: 100%;
  left: -15px;
  opacity: 0;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: 0.3s linear;
}
header .navbar .sub_menu:after, header .navbar .sub_menu:before {
  content: "";
  border: solid transparent;
  position: absolute;
  left: 30px;
  bottom: 100%;
}
header .navbar .sub_menu:after {
  border-bottom-color: #080808;
  border-width: 8px;
  margin-left: 0;
}
header .navbar .sub_menu:before {
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -1px;
}
header .navbar .sub_menu a:hover, header .navbar .sub_menu a.active, header .navbar .sub_menu a:focus {
  text-decoration: none;
  background: #303030;
}
header .navbar .sub_menu li {
  position: relative;
}
header .navbar .sub_menu li a {
  color: #fff;
  padding: 3px 20px 7px 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: block;
}
header .navbar .sub_menu .sub_menu {
  position: absolute;
  left: 100%;
  top: -11px;
  transition: 0.3s linear;
  padding-bottom: 10px;
  border-left: none;
  background: #303030;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 40px;
}
header .navbar .sub_menu .sub_menu:after, header .navbar .sub_menu .sub_menu:before {
  display: none;
}
header .navbar .sub_menu .sub_menu a {
  font-weight: 400;
}
header .navbar .sub_menu .sub_menu a:hover {
  color: #D1AB66;
}
header .search {
  max-width: 200px;
  margin-left: 75px;
}
header .search form {
  width: 100%;
  position: relative;
  background: none;
  border-bottom: 1px solid #fff;
}
header .search form input, header .search form button {
  border: none;
  outline: none;
  background: transparent;
}
header .search form input {
  width: 100%;
  height: 40px;
  padding-left: 12px;
  color: #fff;
}
header .search form button {
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 6px;
  bottom: 6px;
  background: url("../img/icon/search_icon.svg") no-repeat center center;
}

.basket {
  max-width: 130px;
  margin-left: 85px;
}
.basket .wrap_basket {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.basket .wrap_basket #bask-notem, .basket .wrap_basket #bask-em, .basket .wrap_basket #bask-bot-notem, .basket .wrap_basket #bask-bot-em {
  position: relative;
  width: 25px;
  height: 25px;
  background: url("../img/icon/bask_icon.svg") no-repeat top left;
  margin-right: 5px;
}
.basket .wrap_basket #bask-notem .amt, .basket .wrap_basket #bask-em .amt,.basket .wrap_basket #bask-bot-notem .amt, .basket .wrap_basket #bask-bot-em .amt {
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
  border-radius: 50%;
  background: #D1AB66;
  position: absolute;
  top: -6px;
  left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
}
#msMiniCart.full.basket .not_empty, .msMiniCart.full.basket .not_empty {
  display: flex;
}
.basket .wrap_basket .wrap_sum {
  margin-left: 35px;
}
.basket .wrap_basket .wrap_sum .sum {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.basket .wrap_basket .wrap_sum .num {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #D1AB66;
  border-bottom: 1px solid #D1AB66;
  display: inline-block;
}

.head {
  padding-bottom: 205px;
  background: url("../img/bg-first.jpg") no-repeat;
  background-position: 0 -100px;
  color: #fff;
}
.head .container {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 205px;
}
.head .h1 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 61px;
  font-weight: 600;
}
.head .h1 span {
  font-size: 40px;
  font-weight: 300;
  line-height: 51px;
  display: block;
}
.head .des {
  font-size: 20px;
  line-height: 24px;
  margin-top: 50px;
}
.head .btn {
  margin-top: 70px;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 20px;
  font-weight: 500;
}

.slide {
  margin-top: -135px;
}
.slide .h2 {
  text-transform: none;
}
.slide .wrap_slider_main .wrap_item {
  padding: 0;
  border-radius: 2px;
  position: relative;
  height: 400px;
  border: 1px solid #fff;
  margin: 0 10px;
}
.slide .wrap_slider_main .wrap_item.dark .h2 {
  color: #fff;
}
.slide .wrap_slider_main .wrap_item.dark .arr {
  background: url("../img/icon/arrow_sl_light.svg") no-repeat center center;
}
.slide .wrap_slider_main .wrap_item .wrap_bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.slide .wrap_slider_main .wrap_item .wrap_bg img {
  width: 100%;
}
.slide .wrap_slider_main .wrap_item .wrap_cont {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.slide .wrap_slider_main .wrap_item .h2 {
  font-size: 32px;
  line-height: 41px;
  padding-top: 30px;
  margin-right: 30px;
  text-align: right;
}
.slide .wrap_slider_main .wrap_item .arr {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  background: url("../img/icon/arrow_sl.svg") no-repeat center center;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 25px;
}
.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next {
  background: #D1AB66 url("../img/icon/arr_sl_next.svg") no-repeat center center;
  right: -60px;
}
.owl-carousel .owl-nav button.owl-prev {
  background: #D1AB66 url("../img/icon/arr_sl_prev.svg") no-repeat center center;
  left: -60px;
}
.owl-carousel .owl-dots {
  display: none;
}

.h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 51px;
  text-transform: uppercase;
}

.advantage {
  margin-top: 90px;
}
.advantage .row {
  margin-top: 50px;
}
.advantage .h2 {
  text-align: right;
  position: relative;
}
.advantage .h2:before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 67.5%;
  height: 1px;
  background: #828282;
}
.advantage .des {
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  margin-top: 30px;
}
.advantage .wrap_adv {
  text-align: center;
  width: calc((100% - 144px) / 3);
  margin-right: 72px;
}
.advantage .wrap_adv:last-child {
  margin-right: 0;
}
.advantage .wrap_adv .wrap_icon {
  margin-bottom: 10px;
}
.advantage .wrap_adv .wrap_text {
  width: 80%;
  margin: 0 auto;
}
.advantage .wrap_adv .wrap_text .h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.advantage .wrap_adv .wrap_text .cont {
  font-size: 16px;
  line-height: 19px;
}

.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.checkbox > span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(209, 171, 102, 0.3);
  border-radius: 2px;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.checkbox > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #D1AB66;
}
.checkbox > input:not(:disabled):active + span::before {
  background-color: rgba(209, 171, 102, 0.3);
  border-color: rgba(209, 171, 102, 0.3);
}
.checkbox > input:focus + span::before {
  box-shadow: 0 0 0 2px rgba(209, 171, 102, 0.2);
}
.checkbox > input:focus:not(:checked) + span::before {
  border-color: #D1AB66;
}
.checkbox > input:checked + span::before {
  border-color: #D1AB66;
  background-color: #D1AB66;
  background-image: url("../img/icon/check.svg");
}

.wrap_sort {
  display: flex;
  margin-bottom: 40px;
}
.wrap_sort span {
  margin-right: 10px;
}
.wrap_sort ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap_sort ul li {
  display: inline-block;
  margin-right: 10px;
}
.wrap_sort ul li:last-child {
  margin-right: 0;
}
.wrap_sort ul li.active a {
  color: #D1AB66;
  text-decoration: underline;
  cursor: default;
}

.wrap_pug {
  margin-top: 15px;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.wrap_pug input[type=text] {
  width: 50px;
  height: 30px;
  border: 1px solid rgba(209, 171, 102, 0.3);
  border-radius: 2px;
  margin: 0 15px;
  padding: 3px 10px;
}
.wrap_pug .all {
  margin-right: 15px;
}
.wrap_pug button {
  background: #D1AB66;
  width: 35px;
  height: 30px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.wrap_pug button:hover {
  background: #cba052;
}
.wrap_pug button.disabled {
  opacity: 0.5;
  cursor: default;
}
.wrap_pug button.disabled:hover {
  background: #D1AB66;
}

.sidebar {
  width: calc((100% - 20px) / 4);
  margin-right: 20px;
  border: 1px solid rgba(209, 171, 102, 0.3);
  border-radius: 2px;
  padding: 30px 20px;
  background: #fff;
}
.sidebar div {
  margin-bottom: 25px;
}
.sidebar .wrap_sidebar {
  margin-bottom: 0;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.sidebar .h3 {
  font-size: 24px;
  line-height: 24px;
  color: #4F4F4F;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 40px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}
.sidebar .h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 450;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sidebar .more {
  color: #828282;
  position: relative;
  padding-right: 25px;
}
.sidebar .more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 16px;
  height: 10px;
  background: url("../img/icon/more_icon.svg");
}
.sidebar .btn {
  width: 150px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.catalog {
  margin-top: 90px;
}
.catalog.rank {
  margin-top: 0;
}
.catalog.rank .container {
  overflow: hidden;
}
.catalog.rank .first {
  align-items: start;
}
.catalog.rank .h2 {
  position: relative;
  text-align-last: left;
  margin-bottom: 30px;
  display: inline-block;
}
.catalog.rank .h2:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 100%;
  right: -1000%;
  height: 1px;
  background: #828282;
}
.catalog.rank .mob_filter_button {
  display: none;
  color: #4F4F4F;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  padding-left: 23px;
}
.catalog.rank .mob_filter_button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url("../img/icon/filter_icon.svg");
}
.catalog.rank .content {
  width: calc(3 * (100% - 20px) / 4);
}
.catalog.rank .content .wrap_it {
  width: calc((100% - 40px) / 3);
}
.catalog.rank .content .wrap_it:nth-child(4n+4) {
  margin-right: 20px;
}
.catalog.rank .content .wrap_it:nth-child(3n+3) {
  margin-right: 0;
}
.catalog .wrap_it .wrap_hit, .privat .wrap_it .wrap_hit {
  position: absolute;
top: 0;
left: 0;
display: inline-block;
color: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 18px;
font-weight: 600;
text-align: center;
}
.catalog .wrap_it .wrap_hit .hit, .privat .wrap_it .wrap_hit .hit {
  background: #D1AB66;
}
.catalog .wrap_it .wrap_hit .new, .privat .wrap_it .wrap_hit .new {
  background: #219653;
}
.catalog .wrap_it .wrap_hit .action, .privat .wrap_it .wrap_hit .action {
  background: #B9251B;
}
.catalog .wrap_it .wrap_hit div, .privat .wrap_it .wrap_hit div {
  padding: 8px 10px;
  margin-bottom: 10px;
}
.catalog .see {
  margin: 0 auto;
  margin-top: -5px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.catalog .h2 {
  text-align: center;
  margin-bottom: 40px;
}
.catalog .wrap_it {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.catalog .wrap_it.hit:before {
  content: "хит";
  position: absolute;
  top: px;
  left: 0;
  width: 53px;
  height: 34px;
  background: #D1AB66;
  color: #fff;
  padding: 8px 10px 8px 14px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}
.catalog .wrap_it:nth-child(4n+4) {
  margin-right: 0;
}
.catalog .wrap_it .wrap {
  margin-bottom: 7px;
}
.catalog .wrap_it .wrap_cont {
  padding: 0 6px;
  margin-top: 10px;
  text-align: center;
}
.catalog .wrap_it .wrap_cont .div {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 5px;
}
.catalog .wrap_it .wrap_cont .name {
  font-size: 18px;
  font-weight: 450;
  line-height: 23px;
  margin-bottom: 5px;
}
.catalog .wrap_it .wrap_cont .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #B9251B;
  margin-top: 5px;
}
.custom-style {
  text-align: center;
}
.catalog .wrap_it .in_bask {
  background: transparent;
  border: 2px solid #D1AB66;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #D1AB66;
  padding: 10px 75px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 450;
  transition: all 0.2s ease-out 0s;
}
.catalog .wrap_it .in_bask:hover {
  border: none;
  background: #D1AB66;
  color: #fff;
}

.watched, .earlier, .offer {
  margin-bottom: 90px;
}
.watched .h2, .earlier .h2, .offer .h2 {
  text-align: center;
  margin-bottom: 25px;
}

.product {
  margin-bottom: 90px;
}
.product .product_content {
  padding: 40px 60px;
  background: #FAFAFA;
  display: flex;
  justify-content: space-between;
}
.product .wrap_title {
  display: flex;
  justify-content: space-between;
}
.product .h2 {
  margin-bottom: 30px;
}
.product .code {
  color: #BDBDBD;
}
.product .product_gallery {
  width: 45%;
}
.product .product_info {
  width: 38%;
}
.product .product_info .wrap_price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #B9251B;
  margin-bottom: 20px;
}
.product .product_info .wrap_add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product .product_info .wrap_add .btn {
  line-height: 22px;
  font-weight: 450;
  position: 13px 25px;
  cursor: pointer;
  border: none;
}
.product .wrap_dimensions .ava {
  display: none;
  color: #828282;
  font-size: 14px;
  line-height: 18px;
}
.product .wrap_dimensions .title {
  color: #BDBDBD;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.product .wrap_dimensions .dimensions_items {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}
.product .wrap_dimensions .dimensions_items .item {
  max-width: 75px;
  height: 38px;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  padding: 6px 10px;
  text-align: center;
  cursor: pointer;
}
.product .wrap_dimensions .dimensions_items .item.active {
  border: none;
  background: #D1AB66;
  color: #fff;
  cursor: default;
}
.product .wrap_dimensions .dimensions_items .item.active .dig {
  color: #fff;
}
.product .wrap_dimensions .dimensions_items .item .dig {
  color: #BDBDBD;
  font-size: 14px;
  line-height: 24px;
}
.product .wrap_dimensions .dimensions_items .item + .item {
  /* margin-left: 15px; */
}
.product .wrap_description .h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
}
.product .wrap_description .text {
  line-height: 18px;
  margin-bottom: 15px;
}
.product .wrap_description .text span {
  font-weight: 500;
}
.product .wrap_features {
  line-height: 22px;
}
.product .wrap_features .feature_item {
  overflow: hidden;
  margin-bottom: 10px;
}
.product .wrap_features .feature_item:after {
  content: "...........................................................................................................................................";
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.product .wrap_features .feature_item .name {
  float: left;
  margin-right: 10px;
}
.product .wrap_features .feature_item .val {
  float: right;
  margin-left: 10px;
  text-transform: lowercase;
}
.product .after-slide {
  margin-top: 10px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.product .after-slide .img {
  width: 170px;
  height: 165px;
  background-size: cover !important;
  background-position: center center !important;
  display: inline-block;
  opacity: 0.9;
  cursor: pointer;
}
.product .after-slide .img + .img {
  margin-left: 30px;
}
.product .after-slide .img.active {
  opacity: 1;
}
.product .top-slide {
  max-width: 570px;
  margin: 0 auto;
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity input[type=text] {
  -webkit-appearance: none;
  border: none;
  background: none;
  text-align: center;
  width: 40px;
  font-size: 22px;
  line-height: 24px;
  color: #535353;
}
.quantity button[class*=btn] {
  width: 30px;
  height: 20px;
  background-color: #D1AB66;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quantity button[class*=btn].disable {
  background-color: #E8D5B3;
}
.quantity .plus-btn img {
  /* margin-top: 2px; */
}
.quantity .minus-btn img {
  /* margin-bottom: -2px; */
}
.quantity button:focus, .quantity input:focus {
  outline: 0;
}
.bask .wrap_topay .wrap_all {
  margin-top: 10px;
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #828282;
}
.bask .wrap_topay .wrap_all .cap {
  text-transform: uppercase;
}
.bask {
  margin-bottom: 90px;
}
.bask .wrap_opt, .bask .wrap_chosen, .bask .wrap_total, .bask .wrap_discount, .bask .wrap_delivery, .bask .wrap_all {
  display: flex;
}
.bask .wrap_total, .bask .wrap_discount, .bask .wrap_delivery, .bask .wrap_all {
  justify-content: space-between;
}
.bask .wrap_opt {
  font-weight: 450;
}
.bask .wrap_opt .cap {
  color: #828282;
  margin-right: 10px;
}
.bask .filter_item {
  margin-right: 30px;
  align-self: start;
}
.bask .wrap_chosen {
  margin-right: 40px;
}
.bask .link_break {
  margin-left: auto;
  padding-left: 0;
  padding-right: 24px;
  margin-bottom: 40px;
}
.bask .link_break:before {
  background: url("../img/icon/more_icon.svg");
  position: absolute;
  right: 0;
  left: auto;
}
.bask .cont {
  justify-content: space-between;
  align-items: flex-start;
}
.bask .wrap_tovars {
  width: 75%;
}
.bask .wrap_topay {
  width: 23%;
  background: #FAFAFA;
  padding: 20px;
}
.bask .wrap_topay .cap {
  color: #828282;
}
.bask .wrap_topay .title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.bask .wrap_topay .wrap_total {
  font-weight: 450;
  margin-bottom: 10px;
}
.bask .wrap_topay .wrap_total .cap {
  color: #080808;
}
.bask .wrap_topay .wrap_total .sum {
  text-align: right;
}
.bask .wrap_topay .wrap_total .sum span {
  color: #828282;
  font-size: 16px;
  text-decoration-line: line-through;
  font-weight: 400;
}
.bask .wrap_topay .wrap_discount span {
  color: #828282;
}
.bask .wrap_topay .wrap_delivery {
  margin-top: 10px;
}
.bask .wrap_topay .wrap_delivery .delivery {
  color: #828282;
}
.bask .wrap_topay .wrap_delivery .delivery span {
  font-size: 14px;
  line-height: 10px;
}
.bask .wrap_topay .wrap_btn {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 17px;
}
.bask .wrap_topay .wrap_btn .btn {
  font-size: 18px;
  line-height: 24px;
  font-weight: 450;
  padding: 13px 22px;
}
.bask .item_cart {
  background: #FAFAFA;
  padding: 30px;
  margin-right: 20px;
  align-items: center;
}
.bask .item_cart + .item_cart {
  margin-top: 24px;
}
.bask .item_cart .wrap_product {
  display: flex;
  align-items: center;
  margin-right: 85px;
}
.bask .item_cart .wrap_product .wrap-name {
  display: block;
}
.bask .item_cart .wrap_img {
  margin-right: 20px;
}
.bask .item_cart .wrap_unit-price {
  max-width: 120px;
  text-align: center;
  margin-left: 70px;
  width: inherit;
}
.bask .item_cart .price, .bask .item_cart .sum {
  line-height: 24px;
  font-weight: 900;
}
.bask .item_cart .price {
  color: #B9251B;
}
.bask .item_cart .cap {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bask .item_cart .wrap-name {
  font-weight: 500;
  line-height: 26px;
  width: 275px;
  display: none;
}
.bask .item_cart .wrap_delete {
  max-width: 25px;
  margin-left: auto;
}
.bask .item_cart button.tras {
  border: none;
  cursor: pointer;
  background: none;
}

.order .container {
  overflow: hidden;
}
.order .h2 {
  margin-bottom: 50px;
  position: relative;
  text-align-last: left;
  display: inline-block;
}
.order .h2:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 100%;
  right: -1000%;
  height: 1px;
  background: #828282;
}
.order .wrap_ord {
  justify-content: space-between;
  align-items: flex-start;
}
.order .wrap_ord .wrap_input {
  margin-bottom: 20px;
  width: 100%;
}
.order .wrap_ord .wrap_input input {
  width: 100%;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #828282;
}
.order .wrap_ord .wrap_select {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.order .wrap_ord .wrap_select .sel {
  margin-right: 30px;
  width: 200px;
  height: 50px;
}
.order .wrap_ord .wrap_select .sel select {
  width: 100%;
  height: 50px;
}
.order .wrap_ord .wrap_select .sel .popover-tag-wrapper {
  height: 50px;
}
.order .wrap_ord .wrap_select .sel .popover-select-tags {
  margin: 0;
  height: 50px !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #828282;
  background-image: url("../img/icon/sel_arr_d.svg");
  background-repeat: no-repeat;
  background-position: right bottom 6px;
}
.order .wrap_ord .wrap_select .sel .popover-select-tags:active {
  background-image: url("../img/icon/sel_arr_t.svg");
}
.order .wrap_ord .wrap_select .sel .popover-select-tags .tag {
  color: #828282;
  background-color: transparent;
  border-color: none;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}
.order .wrap_ord .wrap_select .sel .popover-select-tags .tag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
}
.order .wrap_ord .wrap_select .sel .popover-select-tags li.tag[data-value=Telegram]:before {
  background: url("../img/icon/icons_telegram.svg") no-repeat center center;
  background-size: cover;
}
.order .wrap_ord .wrap_select .sel .popover-select-tags li.tag[data-value=Viber]:before {
  background: url("../img/icon/icons_viber.svg") no-repeat center center;
  background-size: cover;
}
.order .wrap_ord .wrap_select .sel .popover-select-tags li.tag[data-value=WhatsApp]:before {
  background: url("../img/icon/icons_whatsapp.svg") no-repeat center center;
  background-size: cover;
}
.order .wrap_ord .wrap_select .sel .popSelect-close {
  color: #828282;
}
.order .wrap_ord .wrap_select .sel .placeholder-text {
  top: 0;
  left: 7px;
  color: #828282;
}
.order .wrap_ord .wrap_select .sel .popover-select {
  background-color: #FAFAFA;
  box-shadow: none;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
}
.order .wrap_ord .wrap_select .sel .popover-select.bottom > .arrow {
  display: none;
}
.order .wrap_ord .wrap_select .sel .popover-select-list {
  width: 195px;
  margin: 0;
  padding-top: 40px;
}
.order .wrap_ord .wrap_select .sel .popover-select-list li {
  font-size: 12px;
  line-height: 15px;
  background-color: transparent;
  border-color: none;
  color: #828282;
  padding: 0;
  position: relative;
  margin: 0 5px;
}
.order .wrap_ord .wrap_select .sel .popover-select-list li:before {
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  top: -30px;
  width: 24px;
  height: 24px;
}
.order .wrap_ord .wrap_select .sel .popover-select-list li[data-value=Telegram]:before {
  background: url("../img/icon/icons_telegram.svg") no-repeat center center;
  background-size: cover;
}
.order .wrap_ord .wrap_select .sel .popover-select-list li[data-value=Viber]:before {
  background: url("../img/icon/icons_viber.svg") no-repeat center center;
  background-size: cover;
}
.order .wrap_ord .wrap_select .sel .popover-select-list li[data-value=WhatsApp]:before {
  background: url("../img/icon/icons_whatsapp.svg") no-repeat center center;
  background-size: cover;
}
.order .wrap_ord .wrap_select .wrap_input {
  margin-bottom: 0;
  width: auto;
  min-width: 310px;
}
.order .wrap_form_ordering {
  width: 43%;
}
.order .wrap_form_ordering .wrap_date_address {
  margin-bottom: 40px;
}
.order .wrap_form_ordering .wrap_date_address .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}
.order .wrap_form_ordering .wrap_date_payment {
  margin-bottom: 40px;
}
.order .wrap_form_ordering .wrap_date_payment .h4 {
  font-weight: 450;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
.order .wrap_form_ordering .wrap_payment .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.order .wrap_form_ordering .wrap_payment p {
  margin-bottom: 30px;
}
.order .wrap_form_ordering .wrap_input.sub input {
  border: none;
  font-weight: 450;
  padding: 13px 22px;
  width: auto;
}
.order .wrap_order {
  width: 49%;
  background: #FAFAFA;
  padding: 40px;
}
.order .wrap_order .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}
.order .wrap_order .item_prod {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  align-items: center;
}
.order .wrap_order .item_prod:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #BDBDBD;
}
.order .wrap_order .item_prod .wrap_img {
  width: 100px;
  margin-right: 25px;
}
.order .wrap_order .item_prod .wrap_img img {
  width: 100%;
}
.order .wrap_order .item_prod .wrap-name {
  max-width: 300px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 3px;
}
.order .wrap_order .item_prod .wrap_unit-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #4F4F4F;
}
.order .wrap_order .item_prod .wrap_num {
  background: #D1AB66;
  color: #fff;
  border-radius: 2px;
  padding: 6px 9px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-left: auto;
  width: 50px;
  height: 35px;
  text-align: center;
}
.order .wrap_order .wrap_topay {
  margin-top: 5px;
  font-weight: 500;
  margin-left: auto;
}
.order .wrap_order .wrap_topay > div {
  display: flex;
  width: 265px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order .wrap_order .wrap_topay .cap {
  color: #828282;
}
.order .wrap_order .wrap_topay span {
  font-weight: 400;
}

.wrap_slider .wrap_item {
  margin: 0 10px;
}
.wrap_slider .wrap_item .wrap_img {
  margin-bottom: 10px;
}
.wrap_slider .wrap_item .wrap_cont {
  text-align: center;
}
.wrap_slider .wrap_item .wrap_cont .div {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 5px;
}
.wrap_slider .wrap_item .wrap_cont .name {
  font-size: 16px;
  font-weight: 450;
  line-height: 21px;
  margin-bottom: 5px;
}
.wrap_slider .wrap_item .wrap_cont .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #B9251B;
  margin-top: 5px;
}

.stages {
  margin-top: 90px;
  background: #080808 url("../img/bg-stages.jpg") no-repeat center center;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 35px;
}
.stages .h2 {
  margin-bottom: 30px;
}
.stages .des {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 50px;
}
.stages .col {
  display: flex;
  padding-right: 20px;
  margin-bottom: 55px;
  align-items: center;
}
.stages .col:last-child, .stages .col:nth-child(3n+3) {
  padding-right: 0;
}
.stages .col:first-child {
  width: 25%;
}
.stages .col:nth-child(2) {
  width: 35%;
}
.stages .col:nth-child(3), .stages .col:nth-child(5) {
  width: 40%;
}
.stages .col:nth-child(4) {
  width: 60%;
}
.stages .col .num {
  color: #D1AB66;
  font-size: 64px;
  line-height: 82px;
  font-weight: 500;
  margin-right: 5px;
}
.stages .col .text {
  font-size: 18px;
  line-height: 23px;
}

.info {
  margin-top: 90px;
}
.info .h2 {
  text-align: center;
  margin-bottom: 50px;
}
.info .h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 450;
  color: #D1AB66;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.info .col-6 {
  width: calc((100% - 25px) / 2);
}
.info .col-6:first-child {
  margin-right: 25px;
}
.info .col-6 .wrap_col {
  margin-bottom: 30px;
}
.info .col-6 .wrap_col:last-child {
  margin-bottom: 0;
}

.gift {
  margin-top: 90px;
}
.gift .h2 {
  text-align: right;
  position: relative;
  margin-bottom: 30px;
}
.gift .h2:before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 67.5%;
  height: 1px;
  background: #828282;
}
.gift .des {
  text-align: right;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 26px;
}
.gift .col {
  padding-right: 20px;
  margin-bottom: 20px;
  display: flex;
}
.gift .col:last-child, .gift .col:nth-child(2n+2) {
  padding-right: 0;
}
.gift .col:first-child, .gift .col:nth-child(4) {
  width: 42%;
}
.gift .col:nth-child(2), .gift .col:nth-child(3) {
  width: 58%;
}
.gift .col:last-child {
  flex-direction: column;
}
.gift .col:last-child img {
  height: auto;
  margin-bottom: 20px;
}
.gift .col:last-child img:last-child {
  margin-bottom: 0;
}
.gift .col img {
  width: 100%;
  height: 100%;
}

.about {
  margin-top: 90px;
}
.about .h2 {
  margin-bottom: 40px;
}
.about p {
  margin-bottom: 30px;
}
.about .col {
  width: 42%;
}
.about .col:first-child {
  padding-right: 24px;
  width: 58%;
}
.about .col img {
  width: 100%;
}

.advice {
  margin-top: 70px;
  margin-bottom: 70px;
}
.advice .h2 {
  margin-bottom: 30px;
}
.advice .if {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 31px;
}
.advice .wrap_adv {
  background: #FAFAFA;
  padding: 50px 0;
  text-align: center;
}
.advice .wrap_mes {
  display: flex;
  justify-content: center;
}
.advice .wrap_mes a {
  margin-right: 60px;
  display: flex;
  align-items: center;
}
.advice .wrap_mes a:last-child {
  margin-right: 0;
}
.advice .wrap_mes a img {
  margin-right: 10px;
}
.advice .wrap_mes a span {
  color: #828282;
  font-size: 18px;
  line-height: 23px;
}

footer {
  background: #080808;
  color: #fff;
  padding: 50px 0;
}
footer .logo {
  margin-right: 50px;
}
footer a {
  color: #fff;
}
footer .wrap_nom {
  font-size: 15px;
  line-height: 19px;
  margin-right: 150px;
}
footer .wrap_nom .ip {
  margin-bottom: 10px;
}
footer .wrap_nom .cap {
  font-weight: 500;
}
footer .menu {
  margin-right: 70px;
}
footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .menu ul li {
  margin-bottom: 10px;
}
footer .menu ul li:last-child {
  margin-bottom: 0;
}

.wrap_contact {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 5px;
}
.wrap_contact div {
  position: relative;
  padding-left: 30px;
}
.wrap_contact div:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../img/icon/icon_phone.svg) no-repeat center center;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.wrap_contact .wrap_phone {
  margin-bottom: 15px;
}
.wrap_contact .wrap_mail:before {
  background: url(../img/icon/icon_mail.svg) no-repeat center center;
}

#senks {
  max-width: 1060px;
  height: 700px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-first.jpg") no-repeat left center;
  background-size: cover;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
#senks button.mfp-close {
  background: url("../img/icon/close_w.svg") no-repeat center center;
  top: 15px;
  right: 15px;
}
#senks .wrap_text {
  max-width: 710px;
}
#senks .title {
  font-weight: 300;
  font-size: 40px;
  line-height: 51px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#senks .text {
  font-size: 28px;
  line-height: 36px;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 1440px) {
  /* <=1440 && >1200 */
  .container {
    max-width: 1140px;
  }
  header .menu, header .basket, header .search {
    margin-left: 0;
  }
  .head {
    background-position: center -100px;
  }
  .slide .wrap_slider_main .wrap_item {
    height: 350px;
  }
  .slide .wrap_slider_main .wrap_item .h2 {
    margin-right: 15px;
  }
  .slide .wrap_slider_main .wrap_item .arr {
    right: 15px;
  }
  .slide .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .slide .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
  .advantage .h2::before {
    width: 63.5%;
  }
  .catalog .wrap_it .wrap .wrap_img img {
    width: 100%;
  }
  .gift .h2::before {
    width: 64.5%;
  }
  .about .h2 {
    margin-bottom: 20px;
  }
  .about p {
    margin-bottom: 15px;
  }
  .bask .item_cart {
    justify-content: space-between;
  }
  .bask .item_cart .filter_item {
    margin-right: 10px;
  }
  .bask .item_cart .wrap_product {
    margin-right: 0;
  }
  .bask .item_cart .wrap_delete, .bask .item_cart .wrap_unit-price {
    margin-left: 0;
  }
  .order .wrap_ord .wrap_select .wrap_input {
    min-width: 260px;
  }
  footer .row {
    justify-content: space-between;
  }
  footer .logo, footer .wrap_nom, footer .menu, footer .wrap_cont {
    margin-right: 0;
  }
  footer .basket {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .wrap_slider .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .wrap_slider .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
}
@media only screen and (max-width: 1200px) {
  /* */
  .container {
    max-width: 960px;
  }
  header .menu {
    max-width: 300px;
    text-align: center;
  }
  header .row {
    align-items: flex-start;
  }
  .slide .wrap_slider_main .wrap_item {
    height: 275px;
    width: 300px;
  }
  .slide .wrap_slider_main .wrap_item .h2 {
    font-size: 24px;
  }
  .advantage .h2::before {
    width: 56.5%;
  }
  .advantage .wrap_adv {
    margin-right: 25px;
    width: calc((100% - 50px) / 3);
  }
  .advantage .wrap_adv .wrap_text {
    width: 100%;
  }
  .catalog.rank .filter_price_inputs .filter_label {
    width: 90px;
  }
  .catalog .wrap_it .in_bask {
    padding: 10px 55px;
  }
  .product .product_content {
    padding: 30px;
  }
  .product .product_gallery {
    width: 50%;
  }
  .product .product_info {
    width: 45%;
  }
  .gift .h2::before {
    width: 58.5%;
  }
  .bask .wrap_tovars, .bask .wrap_topay {
    width: 100%;
  }
  .bask .wrap_topay {
    margin-top: 25px;
  }
  .bask .item_cart {
    margin-right: 0;
  }
  .bask .item_cart .wrap_product {
    max-width: 340px;
  }
  .order .wrap_ord .wrap_select {
    flex-direction: column;
  }
  .order .wrap_ord .wrap_select .sel {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    height: 35px;
  }
  .order .wrap_ord .wrap_select .sel .popover-tag-wrapper {
    height: 35px;
  }
  .order .wrap_ord .wrap_select .sel .placeholder-text {
    left: 2px;
    top: 6px;
  }
  .order .wrap_ord .wrap_select .sel .popover-select-tags {
    height: 35px !important;
  }
  .order .wrap_ord .wrap_select .sel .popover-select-tags .tag {
    margin-top: 5px;
  }
  .order .wrap_ord .wrap_select .wrap_input {
    min-width: 100%;
  }
  footer .logo {
    width: 150px;
  }
  footer .logo span.brend {
    font-size: 32px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 992px) {
  /* */
  .container {
    max-width: 720px;
  }
  .logo {
    width: 150px;
  }
  .logo span.brend {
    font-size: 32px;
    line-height: 41px;
  }
  header .menu {
    max-width: 310px;
  }
  header .search {
    display: none;
  }
  header .basket .wrap_basket .wrap_sum {
    margin-left: 20px;
  }
  .head {
    background-size: cover;
  }
  .head .container {
    padding-top: 150px;
  }
  .slide .wrap_slider_main .wrap_item {
    height: 205px;
    width: auto;
    background-size: cover;
  }
  .slide .wrap_slider_main .wrap_item .arr {
    bottom: 8px;
    right: 10px;
  }
  .slide .wrap_slider_main .wrap_item .h2 {
    font-size: 20px;
    margin-right: 8px;
    padding-top: 5px;
  }
  .slide .owl-carousel .owl-nav button {
    height: 35px;
    width: 35px;
  }
  .advantage .h2::before {
    width: 41.5%;
  }
  .catalog.rank .sidebar {
    width: calc(4 * (100% - 20px) / 12);
  }
  .catalog.rank .content {
    width: calc(8 * (100% - 20px) / 12);
  }
  .catalog.rank .content .wrap_it {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .catalog.rank .content .wrap_it:nth-child(3n+3) {
    margin-right: 10px;
  }
  .catalog.rank .content .wrap_it:nth-child(2n+2), .catalog.rank .content .wrap_it:nth-child(4n+4) {
    margin-right: 0;
  }
  .catalog .wrap_it .in_bask {
    padding: 10px 35px;
  }
  .catalog .wrap_it .wrap_cont .name {
    font-size: 16px;
    line-height: 20px;
  }
  .product .wrap_title {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .product .wrap_title .h2 {
    margin-bottom: 5px;
  }
  .product .product_content {
    flex-direction: column;
  }
  .product .product_gallery, .product .product_info {
    width: 100%;
  }
  .product .product_gallery {
    margin-bottom: 25px;
  }
  .product .product_info {
    position: relative;
  }
  .product .product_info .wrap_add .quantity {
    margin: 0 auto;
  }
  .product .product_info .wrap_add .btn {
    position: absolute;
    top: 160px;
    left: calc(50% - 115px);
  }
  .product .product_info .wrap_price {
    width: 50%;
    float: left;
    text-align: center;
  }
  .product .product_info .wrap_dimensions {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .product .product_info .wrap_dimensions .ava {
    display: block;
    margin-bottom: 80px;
  }
  .product .product_info .wrap_dimensions .dimensions_items {
    margin-bottom: 15px;
  }
  .stages .col {
    width: 50%;
  }
  .stages .col:nth-child(3n+3) {
    padding-right: 20px;
  }
  .stages .col:first-child, .stages .col:nth-child(2), .stages .col:nth-child(3), .stages .col:nth-child(5), .stages .col:nth-child(4) {
    width: 50%;
  }
  .stages .col:nth-child(2n+2) {
    padding-right: 0;
  }
  .gift .h2::before {
    width: 44.5%;
  }
  .about .col {
    width: 100%;
  }
  .about .col:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .advice .wrap_adv {
    padding: 50px 15px;
  }
  .bask .wrap_chosen, .bask .filter_item {
    margin-right: 15px;
  }
  .order .wrap_ord {
    flex-direction: column;
  }
  .order .wrap_form_ordering {
    width: 100%;
    order: 2;
  }
  .order .wrap_order {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }
  footer .menu {
    margin-bottom: 30px;
  }
  footer .menu ul li {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 768px) {
  /* */
  .container {
    padding: 0 20px;
    margin: 0;
    max-width: 100%;
  }
  .wrap_burger {
    display: block;
  }
  header .row {
    align-items: center;
  }
  header .menu {
    display: none;
    text-align: left;
  }
  header .menu .search, header .menu .wrap_contact {
    display: block;
    margin-bottom: 20px;
  }
  header .navbar {
    margin-bottom: 60px;
  }
  header .navbar .top_menu > li {
    display: block;
    font-weight: 450;
    margin-bottom: 10px;
  }
  header .navbar .top_menu > li > a.link_submenu {
    padding: 0;
  }
  header .navbar .top_menu > li + li {
    margin-left: 0;
  }
  header .navbar .top_menu .sub_menu {
    position: relative;
    display: none;
    border: none;
    padding: 0;
    left: 0;
    min-height: auto;
  }
  header .navbar .top_menu .sub_menu li a {
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  header .navbar .top_menu .sub_menu li a.link_submenu:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    right: 0;
    bottom: 11px;
    background: url("../img/icon/menu-icon-close.svg") no-repeat;
  }
  header .navbar .top_menu .sub_menu li a:hover, header .navbar .top_menu .sub_menu li a.active {
    color: #D1AB66;
    background: none;
  }
  header .navbar .top_menu .sub_menu li a:hover.link_submenu:after, header .navbar .top_menu .sub_menu li a.active.link_submenu:after {
    background: url("../img/icon/menu-icon-open.svg") no-repeat top left;
  }
  header .navbar .top_menu .sub_menu:before, header .navbar .top_menu .sub_menu:after {
    display: none;
  }
  header .navbar .top_menu .sub_menu .sub_menu {
    background: #080808;
    border: none;
    top: 0;
    left: 20px;
    min-height: auto;
  }
  header .navbar .top_menu li:hover > .sub_menu {
    display: block;
  }
  header .wrap {
    display: flex;
    align-items: center;
  }
  header .wrap_burger {
    margin-right: 16px;
  }
  header .basket .wrap_basket .wrap_sum {
    margin-left: 18px;
  }
  header .basket .wrap_basket .wrap_sum .sum, header .basket .wrap_basket .wrap_sum .num {
    line-height: 14px;
    font-size: 14px;
  }
  header .mob_menu_close {
    display: block;
  }
  .head .h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .head .h1 span {
    font-size: 32px;
    line-height: 42px;
  }
  .slide .wrap_slider_main .wrap_item {
    height: auto;
    width: auto;
    min-height: 211px;
  }
  .slide .wrap_slider_main .wrap_item.dark .arr {
    background-size: 70%;
    background-position: right center;
  }
  .slide .wrap_slider_main .wrap_item .arr {
    bottom: -200px;
    background-size: 70%;
    background-position: right center;
  }
  .slide .wrap_slider_main .wrap_item .h2 {
    position: absolute;
    right: 5px;
    bottom: -200px;
    font-size: 14px;
    line-height: 1.3;
  }
  .slide .owl-carousel .owl-nav button {
    width: 20px;
    height: 20px;
  }
  .slide .owl-carousel .owl-nav button.owl-prev {
    background-size: 30%;
    left: 0;
  }
  .slide .owl-carousel .owl-nav button.owl-next {
    background-size: 30%;
    right: 0;
  }
  .advantage {
    margin-top: 50px;
  }
  .advantage .h2::before {
    display: none;
  }
  .advantage .des {
    margin-top: 15px;
  }
  .sidebar {
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-top: 100px;
    border-radius: 5px;
  }
  .sidebar .h3 {
    margin-left: 0;
    margin-right: 0;
  }
  button.mfp-close {
    background: url("../img/icon/close_filter.svg") no-repeat center center;
  }
  .mfp-close {
    width: 12px;
    height: 12px;
    top: 115px;
    right: 32px;
  }
  .catalog {
    margin-top: 50px;
  }
  .catalog.rank .sidebar {
    display: none;
  }
  .catalog.rank .content {
    width: 100%;
  }
  .catalog.rank .wrap_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .catalog.rank .mob_filter_button {
    display: block;
  }
  .catalog.rank .h2:after {
    display: none;
  }
  .catalog .wrap_it {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .catalog .wrap_it:nth-child(2n+2) {
    margin-right: 0;
  }
  .stages {
    margin-top: 50px;
  }
  .stages .col {
    margin-bottom: 15px;
  }
  .stages .col:first-child, .stages .col:nth-child(2), .stages .col:nth-child(3), .stages .col:nth-child(5), .stages .col:nth-child(4) {
    width: 100%;
  }
  .info {
    margin-top: 50px;
  }
  .info .col-6 {
    width: 100%;
  }
  .info .col-6:first-child {
    margin-right: 0;
  }
  .gift {
    margin-top: 50px;
  }
  .gift .h2:before {
    display: none;
  }
  .gift .col {
    padding-right: 5px;
    margin-bottom: 5px;
  }
  .gift .des {
    margin-bottom: 20px;
  }
  .about {
    margin-top: 50px;
  }
  .advice {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .advice .wrap_mes a {
    margin-right: 40px;
  }
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .bask .wrap_opt {
    order: 2;
    width: 100%;
    margin-bottom: 25px;
  }
  .bask .link_break {
    order: 1;
    margin-bottom: 15px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 24px;
  }
  .bask .link_break:before {
    background: url("../img/icon/back_icon.svg");
    left: 0;
    right: auto;
    height: 8px;
  }
  .bask .item_cart {
    padding-left: 175px;
    align-items: start;
    padding-right: 70px;
    position: relative;
    min-height: 165px;
  }
  .bask .item_cart .wrap_img {
    width: 100px;
  }
  .bask .item_cart .wrap_img img {
    width: 100%;
  }
  .bask .item_cart .filter_item {
    position: absolute;
    left: 30px;
  }
  .bask .item_cart .quantity {
    max-width: 50%;
    width: 50%;
    margin-left: 0;
    text-align: left;
  }
  .bask .item_cart .wrap_delete {
    position: absolute;
    right: 30px;
    margin-left: 0;
  }
  .bask .item_cart .wrap_product {
    position: absolute;
    left: 55px;
  }
  .bask .item_cart .wrap_product .wrap-name {
    display: none;
  }
  .bask .item_cart .wrap-name {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  .order .h2::after {
    display: none;
  }
  .order .wrap_order .item_prod .wrap-name {
    max-width: 245px;
  }
  .order .wrap_order .wrap_topay {
    margin-left: 0;
    width: 100%;
  }
  .order .wrap_order .wrap_topay > div {
    width: 100%;
  }
  footer .logo, footer .wrap_nom, footer .menu, footer .wrap_cont {
    width: 100%;
    text-align: left;
  }
  footer .logo {
    margin-bottom: 25px;
    order: 1;
  }
  footer .menu {
    margin-bottom: 20px;
    order: 2;
  }
  footer .wrap_nom {
    order: 3;
  }
  footer .basket {
    order: 4;
    position: absolute;
    top: 0;
    right: 20px;
  }
  footer .wrap_contact {
    order: 5;
    position: absolute;
    top: 80px;
    right: 20px;
  }
  #senks {
    max-width: 330px;
    height: 265px;
    padding: 20px;
  }
  #senks .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  #senks .text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 726px) {
  .slide .wrap_slider_main .wrap_item {
    min-height: 200px;
  }
  .slide .wrap_slider_main .wrap_item .arr, .slide .wrap_slider_main .wrap_item .h2 {
    bottom: -160px;
  }
}
@media only screen and (max-width: 630px) {
  .slide .wrap_slider_main .wrap_item {
    min-height: 165px;
  }
  .slide .wrap_slider_main .wrap_item .arr, .slide .wrap_slider_main .wrap_item .h2 {
    bottom: -140px;
  }
}
@media only screen and (max-width: 576px) {
  /* */
  header .menu.mob_menu {
    width: 100%;
    max-width: 100%;
  }
  .container {
    padding: 0 15px;
  }
  .head {
    background-size: auto;
  }
  .head .h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .head .h1 span {
    font-size: 28px;
    line-height: 35px;
  }
  .head .des {
    font-size: 16px;
    margin-top: 20px;
  }
  .head .btn {
    margin-top: 60px;
    font-size: 16px;
    line-height: 18px;
  }
  .slide {
    margin-top: -40px;
  }
  .quantity button[class*=btn] {
    width: 25px;
    height: 25px;
  }
  .slide .wrap_slider_main .wrap_item {
    min-height: 150px;
  }
  .slide .wrap_slider_main .wrap_item .arr, .slide .wrap_slider_main .wrap_item .h2 {
    bottom: -135px;
  }
  .h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .advantage .des {
    font-size: 15px;
    line-height: 19px;
  }
  .advantage .row {
    margin-top: 30px;
  }
  .advantage .wrap_adv {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .advantage .wrap_adv:last-child {
    margin-bottom: 0;
  }
  .wrap_slider .wrap_item .wrap_cont .name, .wrap_slider .wrap_item .wrap_cont .price, .wrap_slider .wrap_item .wrap_cont .div {
    font-size: 12px;
    line-height: 16px;
  }
  .wrap_sort {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  .wrap_sort span {
    margin-bottom: 5px;
  }
  .catalog .see {
    font-size: 18px;
    line-height: 20px;
  }
  .product .after-slide .img {
    height: 110px;
  }
  .stages {
    padding-top: 30px;
  }
  .stages .des {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .stages .h2 {
    margin-bottom: 15px;
  }
  .stages .col .num {
    font-size: 60px;
    line-height: 77px;
  }
  .stages .col .text {
    font-size: 15px;
    line-height: 19px;
  }
  .info .h2 {
    margin-bottom: 25px;
  }
  .info .h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .info p, .info ul {
    font-size: 15px;
    line-height: 19px;
  }
  .info ul {
    padding-left: 25px;
  }
  .gift .h2 {
    margin-bottom: 25px;
  }
  .about .cont {
    font-size: 15px;
    line-height: 19px;
  }
  .advice .if {
    font-size: 18px;
    line-height: 23px;
  }
  .advice .h2 {
    margin-bottom: 25px;
  }
  .advice .wrap_mes a {
    flex-direction: column;
  }
  .advice .wrap_mes a img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .logo a {
    display: inline-block;
    text-align: center;
  }
  .logo span {
    font-size: 8px;
    line-height: 8px;
  }
  .logo span.brend {
    font-size: 24px;
    line-height: 24px;
  }
  .quantity input[type=text] {
    font-size: 16px;
    line-height: 18px;
    font-weight: 450;
  }
  .bask .wrap_opt {
    font-size: 12px;
    line-height: 18px;
  }
  .bask .item_cart {
    padding-right: 60px;
  }
  .bask .item_cart .wrap-name {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
  .bask .item_cart .price {
    font-size: 16px;
    line-height: 18px;
  }
  .bask .item_cart .wrap_unit-price {
    margin-top: 5px;
  }
  .order .h2 {
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .order .wrap_order {
    padding: 15px;
  }
  .order .wrap_order .h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .order .wrap_order .item_prod .wrap_num {
    width: 40px;
    height: 25px;
    font-size: 14px;
    line-height: 14px;
  }
  .order .wrap_order .item_prod .wrap-name {
    max-width: 185px;
    font-size: 14px;
    line-height: 20px;
  }
  .order .wrap_order .item_prod .wrap_unit-price {
    font-size: 16px;
    line-height: 20px;
  }
  footer .menu {
    font-size: 14px;
    line-height: 18px;
  }
  footer .menu ul li {
    margin-bottom: 5px;
  }
  footer .wrap_nom {
    font-size: 14px;
    line-height: 18px;
  }
  .basket .wrap_basket .wrap_sum {
    text-align: right;
    margin-left: 18px;
  }
  .basket .wrap_basket .wrap_sum .sum {
    font-size: 14px;
    line-height: 16px;
  }
  .basket .wrap_basket .wrap_sum .num {
    font-size: 12px;
    line-height: 16px;
  }
  .wrap_contact .wrap_phone {
    font-size: 16px;
  }
}
@media only screen and (max-width: 525px) {
  /* */
  .slide .wrap_slider_main .wrap_item {
    min-height: 135px;
  }
  .slide .wrap_slider_main .wrap_item .arr, .slide .wrap_slider_main .wrap_item .h2 {
    bottom: -120px;
  }
}
@media only screen and (max-width: 480px) {
  /* */
  .head .h1 {
    font-size: 26px;
    line-height: 33px;
  }
  .head .h1 span {
    font-size: 22px;
    line-height: 28px;
  }
  .head .des br {
    display: none;
  }
  .slide .wrap_slider_main .wrap_item {
    min-height: 120px;
    margin: 0 6px;
  }
  .slide .wrap_slider_main .wrap_item .arr, .slide .wrap_slider_main .wrap_item .h2 {
    bottom: -100px;
  }
  .slide .owl-carousel .owl-nav button.owl-next {
    right: -6px;
  }
  .slide .owl-carousel .owl-nav button.owl-prev {
    left: -6px;
  }
  .advantage .des br {
    display: none;
  }
  .advantage .wrap_adv .wrap_text .h4 {
    font-size: 18px;
    line-height: 23px;
  }
  .advantage .wrap_adv .wrap_text .cont {
    font-size: 15px;
  }
  .catalog .h2 {
    margin-bottom: 25px;
  }
  .catalog .wrap_it.hit:before {
    font-size: 10px;
    line-height: 13px;
    width: 40px;
    height: 23px;
    padding: 6px 10px 5px 10px;
  }
  .catalog .wrap_it .wrap_cont .div {
    font-size: 12px;
    line-height: 15px;
  }
  .catalog .wrap_it .wrap_cont .name, .catalog .wrap_it .wrap_cont .price {
    font-size: 14px;
    line-height: 18px;
  }
  .catalog .wrap_it .in_bask {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 18px;
  }
  .link_break {
    font-size: 14px;
    line-height: 16px;
  }
  .breadcrumbs ul {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 1px;
    margin-top: 15px;
  }
  .breadcrumbs ul li:after {
    top: 5px;
  }
  .product {
    margin-bottom: 50px;
  }
  .product .product_content {
    padding: 15px;
  }
  .product .code {
    font-size: 14px;
    line-height: 18px;
  }
  .product .after-slide .img {
    height: 85px;
  }
  .product .product_info .wrap_price {
    font-size: 20px;
    line-height: 30px;
  }
  .product .wrap_description .h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product .wrap_description .text {
    font-size: 15px;
    line-height: 19px;
  }
  .product .wrap_features {
    font-size: 16px;
  }
  .product .wrap_dimensions .dimensions_items .item {
    padding: 10px 8px;
  }
  .product .wrap_dimensions .dimensions_items .item .dig {
    font-size: 12px;
    line-height: 16px;
  }
  .product .wrap_dimensions .dimensions_items .item .lit {
    font-size: 16px;
    line-height: 18px;
  }
  .watched, .earlier {
    margin-bottom: 50px;
  }
  .gift .des {
    font-size: 15px;
    line-height: 19px;
  }
  .advice .wrap_adv {
    padding: 25px 15px;
  }
  .advice .if {
    margin-bottom: 30px;
  }
  .bask {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 414px) {
  /* */
  .slide .wrap_slider_main .wrap_item {
    min-height: 100px;
  }
  .slide .wrap_slider_main .wrap_item .arr, .slide .wrap_slider_main .wrap_item .h2 {
    bottom: -95px;
  }
  .wrap_slider .wrap_item .wrap_cont .name, .wrap_slider .wrap_item .wrap_cont .price, .wrap_slider .wrap_item .wrap_cont .div {
    font-size: 10px;
    line-height: 12px;
  }
  .bask {
    margin-bottom: 50px;
  }
  .bask .item_cart {
    padding-left: 125px;
  }
  .bask .item_cart .wrap-name {
    width: 95%;
  }
  .bask .item_cart .filter_item {
    left: 10px;
  }
  .bask .item_cart .wrap_product {
    left: 35px;
  }
  .bask .item_cart .wrap_img {
    width: 80px;
  }
  .bask .wrap_topay {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
  }
  .bask .wrap_topay .title {
    font-size: 20px;
    line-height: 24px;
  }
  .bask .wrap_topay .wrap_btn .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .offer {
    margin-bottom: 50px;
  }
  .order .wrap_order .item_prod .wrap_img {
    width: 83px;
    margin-right: 15px;
  }
  .order .wrap_order .item_prod .wrap-name {
    max-width: 135px;
  }
  .order .wrap_ord .wrap_select .sel .placeholder-text {
    font-size: 16px;
    line-height: 21px;
  }
  .order .wrap_ord .wrap_input {
    margin-bottom: 15px;
  }
  .order .wrap_ord .wrap_input input {
    font-size: 16px;
    line-height: 21px;
  }
  .order .wrap_form_ordering .wrap_date_payment {
    margin-bottom: 30px;
  }
  .order .wrap_form_ordering .wrap_date_payment .h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .order .wrap_form_ordering .wrap_date_address {
    margin-bottom: 30px;
  }
  .order .wrap_form_ordering .wrap_date_address .h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .order .wrap_form_ordering .wrap_payment .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .order .wrap_form_ordering .wrap_payment p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  /* */
  .slide .wrap_slider_main .wrap_item {
    min-height: 100px;
    height: 100px;
    width: 100px;
  }
  .slide .wrap_slider_main .wrap_item .arr, .slide .wrap_slider_main .wrap_item .h2 {
    bottom: 5px;
    right: 2px;
  }
}
@media only screen and (max-width: 360px) {
  /* */
}
/*# sourceMappingURL=../css/main.css.map */
