@charset "UTF-8";

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility .25s;
  transition: opacity .25s,visibility .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility;
  transition: opacity .25s,visibility;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: 0 0/100% 100% no-repeat;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: 1s linear infinite a;
  animation: 1s linear infinite a;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
  transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .2s cubic-bezier(.25,.46,.45,.94);
  transition: .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.prodbuy__simile a + a{
  margin-left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .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,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 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 {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: 1s steps(12,end) infinite swiper-preloader-spin;
  animation: 1s steps(12,end) infinite swiper-preloader-spin;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.eot);
  src: url(../fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.ttf) format("truetype"), url("../fonts/OpenSans-Regular.svg#Open Sans") format("svg");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype"), url(../fonts/Montserrat-Bold.svg#Montserrat) format("svg");
  font-style: normal;
  font-weight: 700
}

@font-face {
  font-family: "Montserrat Medium";
  src: url(../fonts/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat Medium") format("svg");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-style: normal;
  font-weight: 400
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

details,
main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #121212
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  min-height: 1px;
  outline: 0;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .intro-slider .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

.intro-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  right: -25px
}

.intro-slider .slick-next:focus,
.intro-slider .slick-next:hover,
.intro-slider .slick-prev:focus,
.intro-slider .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.intro-slider .slick-next:focus:before,
.intro-slider .slick-next:hover:before,
.intro-slider .slick-prev:focus:before,
.intro-slider .slick-prev:hover:before {
  opacity: 1
}

.intro-slider .slick-next.slick-disabled:before,
.intro-slider .slick-prev.slick-disabled:before {
  opacity: .25
}

.intro-slider .slick-next:before,
.intro-slider .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.intro-slider .slick-prev {
  left: -25px
}

[dir=rtl] .intro-slider .slick-prev {
  left: auto;
  right: -25px
}

.intro-slider .slick-prev:before {
  content: "←"
}

[dir=rtl] .intro-slider .slick-prev:before {
  content: "→"
}

[dir=rtl] .intro-slider .slick-next {
  left: -25px;
  right: auto
}

.intro-slider .slick-next:before {
  content: "→"
}

[dir=rtl] .intro-slider .slick-next:before {
  content: "←"
}

.intro-slider .slick-dotted.slick-slider {
  margin-bottom: 30px
}

.intro-slider .slick-dots {
  position: absolute;
  bottom: 19px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

.intro-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 3px;
  margin: 0 11px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-transition: border-color .5s, background-color .5s, width .5s, height .5s;
  transition: border-color .5s, background-color .5s, width .5s, height .5s
}

.intro-slider .slick-dots li button {
  display: none
}

.intro-slider .slick-dots li.slick-active {
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-color: #fff
}

@media (max-width:576px) {
  .intro-slider .slick-dots {
    bottom: 15px
  }
  .intro-slider .slick-dots li {
    width: 1px;
    height: 1px;
    margin: 0 8px
  }
  .intro-slider .slick-dots li.slick-active {
    height: 5px;
    width: 5px
  }
}

.slick-loading .aboutus-slider .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff
}

.aboutus-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  right: -25px
}

.aboutus-slider .slick-next:focus,
.aboutus-slider .slick-next:hover,
.aboutus-slider .slick-prev:focus,
.aboutus-slider .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.aboutus-slider .slick-next:focus:before,
.aboutus-slider .slick-next:hover:before,
.aboutus-slider .slick-prev:focus:before,
.aboutus-slider .slick-prev:hover:before {
  opacity: 1
}

.aboutus-slider .slick-next.slick-disabled:before,
.aboutus-slider .slick-prev.slick-disabled:before {
  opacity: .25
}

.aboutus-slider .slick-next:before,
.aboutus-slider .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.aboutus-slider .slick-prev {
  left: -25px
}

[dir=rtl] .aboutus-slider .slick-prev {
  left: auto;
  right: -25px
}

.aboutus-slider .slick-prev:before {
  content: "←"
}

[dir=rtl] .aboutus-slider .slick-prev:before {
  content: "→"
}

[dir=rtl] .aboutus-slider .slick-next {
  left: -25px;
  right: auto
}

.aboutus-slider .slick-next:before {
  content: "→"
}

[dir=rtl] .aboutus-slider .slick-next:before {
  content: "←"
}

.aboutus-slider .slick-dotted.slick-slider {
  margin-bottom: 30px
}

.aboutus-slider .slick-dots {
  position: absolute;
  bottom: -47px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

.aboutus-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 3px;
  margin: 0 11px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: #d2d2d2;
  border: 2px solid transparent;
  -webkit-transition: border-color .5s, background-color .5s, width .5s, height .5s;
  transition: border-color .5s, background-color .5s, width .5s, height .5s
}

.aboutus-slider .slick-dots li button {
  display: none
}

.aboutus-slider .slick-dots li.slick-active {
  height: 10px;
  width: 10px;
  background-color: transparent;
  border-color: #121212
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #121212;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none
}

@media (max-width:1024px) {
  body {
    padding-top: 38px;
    font-size: 16px
  }
}

@media (max-width:700px) and (orientation:landscape) {
  body {
    font-size: 14px!important
  }
}

@media (max-width:576px) {
  .aboutus-slider .slick-dots {
    bottom: 15px
  }
  .aboutus-slider .slick-dots li {
    width: 1px;
    height: 1px;
    margin: 0 8px
  }
  .aboutus-slider .slick-dots li.slick-active {
    height: 5px;
    width: 5px
  }
  body {
    font-size: 14px
  }
  .authorization__reg {
    margin-top: 100px;
  }
}

.header {
  display: block;
  padding-bottom: 22px;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5
}

@media (max-width:1024px) {
  .header {
    position: fixed;
    top: 38px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: none;
    margin-bottom: 0;
    z-index: 1000;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 0
  }
  .header::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: 0 0
  }
  .header__container {
    padding: 0 15px 15px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow-y: auto
  }
  .header__top {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #dedede
  }
}

.header__top {
  display: -webkit-box;
  display: flex
}

.header__top-l {
  width: 25.381%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 11px
}

@media (max-width:1024px) {
  .header__top-l {
    display: none
  }
}

.header__top-c {
  width: 49.238%;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: start;
  align-items: flex-start
}

@media (max-width:1200px) {
  .header__top-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start
  }
}

@media (max-width:1024px) {
  .header__top-c {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    order: 2
  }
}

.header__top-r {
  width: 25.381%;
  padding-left: 5%;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: 20px;
  place-content: flex-end;
}

@media (max-width:1100px) {
  .header__top-r {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

@media (max-width:1024px) {
  .header__top-r {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}

.header__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 4px
}

@media (max-width:1200px) {
  .header__bottom {
    margin-top: 15px
  }
}

@media (max-width:1100px) {
  .header__bottom {
    margin-top: 20px
  }
}

.header__bottom-l {
  width: 25.381%;
  padding-right: 20px;
  box-sizing: border-box
}

.header__bottom-c {
  width: 49.238%;
  box-sizing: border-box
}

@media (max-width:1024px) {
  .header__bottom {
    margin: 0
  }
  .header__bottom-c,
  .header__bottom-l {
    display: none
  }
}

.header__bottom-r {
  width: 25.381%;
  padding-left: 5%;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  place-content: flex-end;
}

@media (max-width:1100px) {
  .header__bottom-r {
    place-content:unset;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /* margin-bottom: 37px */
  }
  .header__user {
    -webkit-box-ordinal-group: 2;
    order: 1
  }
}

.header__logo img {
  width: 140px;
  max-height: 100%
}

@media (max-width:1024px) {
  .header__bottom-r {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    padding: 23px 0
  }
  .header__logo img {
    max-width: 80px
  }
}

.header__nav-contacts {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 10px;
  white-space: nowrap;
  box-sizing: border-box
}

@media (max-width:1200px) {
  .header__nav-contacts {
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 5px
  }
}

@media (max-width:1024px) {
  .header__nav-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    -webkit-box-align: end;
    align-items: flex-end
  }
}

.header__nav-contacts-tel {
  font-size: 1.071em;
  margin-bottom: 3px;
  word-spacing: -2.2px
}

@media (max-width:576px) {
  .header__nav-contacts-tel {
    font-size: 1.1em
  }
}

.header__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%
}

@media (max-width:1200px) {
  .header__nav-contacts-tel {
    margin-right: 20px
  }
  .header__social>a {
    margin-right: 10px
  }
  .header__social>a:last-child {
    margin-right: 0
  }
}

.header__user {
  font-size: 1.071em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: right
}

@media (max-width:1024px) {
  .header__nav-contacts-tel {
    margin: 0 0 5px
  }
  .header__user {
    font-size: 1em
  }
}

.header__user span {
  margin-right: 8px
}

.header__user .icon {
  width: 20px;
  height: 20px;
  min-width: 20px
}

.header__langs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  font-size: 1.071em
}

@media (max-width:1024px) {
  .header__langs {
    display: none
  }
}

.header__langs>li {
  margin-right: 13px
}

.header__langs>li:last-child {
  margin-right: 0
}

.header__langs>li>a {
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.header__langs>li>a:hover {
  opacity: 1
}

.header__langs-current>a {
  font-weight: 700;
  opacity: 1!important
}

.header__acclist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex
}

.header__acclist>li {
  margin-right: 32px
}

.header__acclist>li:last-child {
  margin-right: 0
}

.header__acclist>li>a {
  display: inline-block;
  position: relative
}

.header__acclist>li>a .i-count {
  position: absolute;
  top: -11px;
  left: 14px
}

.header__acclist>li>a:hover .icon {
  fill: #121212
}

.header__acclist>li>a .icon {
  width: 20px;
  height: 20px;
  fill: #666;
  -webkit-transition: fill .5s;
  transition: fill .5s
}

.header__currency {
  font-size: 1.071em
}

@media (max-width:1100px) {
  .header__langs {
    -webkit-box-ordinal-group: 3;
    order: 2
  }
  .header__currency {
    margin-bottom: 23px
  }
}

@media (max-width:1024px) {
  .header__currency {
    font-size: 1em;
    margin-bottom: 0;
    padding: 5px 0
  }
}

.header__mobmedia {
  display: none;
  background-color: #121212;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 1100
}

.header__mobmedia>li {
  margin-right: 32px
}

.header__mobmedia>li:last-child {
  margin-right: 0
}

.header__mobmedia>li>a .icon {
  width: 19px;
  height: 19px;
  fill: #fff
}

.container {
  max-width: 2000px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:3000px) {
  .container {
    max-width: 2000px
  }
}

@media (max-width:2000px) {
  .container {
    max-width: 1500px
  }
}

@media (max-width:1500px) {
  .container {
    max-width: 1220px
  }
}

@media (max-width:1100px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width:1024px) {
  .header__mobmedia {
    display: -webkit-box;
    display: flex
  }
  .container {
    padding-right: 10px;
    padding-left: 10px
  }
}

.container_rel {
  position: relative
}

.open-catalog {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.071em;
}

.open-catalog span {
  margin: 0 17px 0 10px;
  font-weight: 600;
    font-size: 18px;
    left:25px;
    position: relative;
}

.open-catalog .icon_catalog {
  width: 25px;
  height: 22px;
  position: absolute;
}
.fixed .open-catalog {
  position:relative;
    
}
.fixed .open-catalog .icon_catalog {
  top: 0!important;
    
}
.open-catalog .icon_arrow-down-bold {
	width: 15px;
	height: 12px;
	left: 15px;
	position: relative;
}


.open-catalog_mob {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 23px
}
.mob_catalog{
    display: none;
}

@media (max-width:576px) {
  .open-catalog_mob {
    font-size: 1em
  }
  .open-catalog .icon_catalog {
  width: 25px;
  height: 22px;
      top: 77px!important;
}
.mob_catalog{
    display: flex;
}

}

.open-catalog_mob .icon_hamburger {
  width: 22px;
  height: 22px
}

.open-catalog_mob span {
  margin: 0 0 0 14px
}

.open-catalog_mob>div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

@-webkit-keyframes nav-list-submenu-show {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes nav-list-submenu-show {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex
}

@media (max-width:1024px) {
  .nav-list {
    position: absolute;
    top: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    left: 15px;
    right: 15px;
    padding-bottom: 75px
  }
}

.nav-list__item {
  margin-right: 29px;
  position: relative;
  white-space: nowrap
}

@media (max-width:1100px) {
  .nav-list__item {
    margin-right: 15px
  }
}

.nav-list__item:hover>a {
  font-weight: 500
}

.nav-list__item>a.active {
  font-weight: 700
}

.nav-list__item>a {
  font-size: 1.071em;
  position: relative;
  display: inline-block;
  padding-bottom: 7px
}

@media (max-width:1024px) {
  .nav-list__item {
    margin-right: 0;
    margin-bottom: 26px
  }
  .nav-list__item:hover>a {
    font-weight: 400
  }
  .nav-list__item>a {
    font-size: 1em
  }
}

.nav-list__item:last-child {
  margin-right: 0
}

.nav-list__submenu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 14px 16px;
  box-shadow: 0 0 20px 0 rgba(199, 199, 199, .39);
  z-index: 2;
  top: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 6px;
  left: -17px;
  display: none;
  background-color: #fff
}

@media (max-width:1024px) {
  .nav-list__submenu {
    padding-left: 15px;
    box-shadow: none;
    position: static
  }
  .nav-list__submenu_open {
    display: block
  }
}

.nav-list__submenu__item {
  margin-bottom: 11px
}

.nav-list__submenu__item>a {
  font-size: .929em
}

.nav-list__submenu__item>a:hover {
  font-weight: 500
}

.nav-list__submenu__item>a.active {
  font-weight: 700
}

.nav-list__submenu__item:last-child {
  margin-bottom: 0
}

.soc-icon_telegram {
  fill: #13a4ef;
  width: 17px;
  height: 17px
}

.soc-icon_viber {
  fill: #7d3daf;
  width: 17px;
  height: 17px
}

.soc-icon_messenger {
  fill: #448bff;
  width: 17px;
  height: 17px
}

.soc-icon_whatsapp {
  fill: #3ebe2a;
  width: 17px;
  height: 17px
}

.hsearch {
  margin: 0;
  position: relative
}

.hsearch__input {
  width: 100%;
  border: 2px solid #cbcbcb;
  margin: 0;
  padding: 0 12px;
  font-size: 1.071em;
  color: #272727;
  outline: 0;
  height: 33px;
  padding-right: 48px;
  border-radius: 6px;
  -webkit-transition: border-color .5s;
  transition: border-color .5s
}

.hsearch__input:focus {
  border-color: grey
}

.hsearch__input:focus::-webkit-input-placeholder {
  color: transparent
}

.hsearch__input:focus::-moz-placeholder {
  color: transparent
}

.hsearch__input:focus:-ms-input-placeholder {
  color: transparent
}

.hsearch__input:focus::-ms-input-placeholder {
  color: transparent
}

.hsearch__input:focus::placeholder {
  color: transparent
}

.hsearch__input::-webkit-input-placeholder {
  color: #a1a1a1;
  -webkit-transition: color .5s;
  transition: color .5s
}

.hsearch__input::-moz-placeholder {
  color: #a1a1a1;
  -webkit-transition: color .5s;
  transition: color .5s
}

.hsearch__input:-ms-input-placeholder {
  color: #a1a1a1;
  -webkit-transition: color .5s;
  transition: color .5s
}

.hsearch__input::-ms-input-placeholder {
  color: #a1a1a1;
  -webkit-transition: color .5s;
  transition: color .5s
}

.hsearch__input::placeholder {
  color: #a1a1a1;
  -webkit-transition: color .5s;
  transition: color .5s
}

.hsearch__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  border: 0;
  background-color: transparent;
  text-align: center;
  outline: 0;
  cursor: pointer
}

.hsearch__submit:focus .icon_search,
.hsearch__submit:hover .icon_search {
  fill: grey
}

.hsearch__submit .icon_search {
  width: 18px;
  height: 18px;
  fill: #bbb;
  -webkit-transition: fill .5s;
  transition: fill .5s
}

.i-count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: .625em;
  color: #fff;
  background-color: #121212;
  text-align: center;
  line-height: 16px;
  font-family: Oswald, sans-serif
}

.hamburger {
  width: 27px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #121212;
  border-radius: 4px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.hamburger__line {
  position: absolute;
  height: 2px;
  width: 50%;
  background: currentColor;
  display: block;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.hamburger__line:nth-child(1) {
  top: 0;
  left: 0
}

.hamburger__line:nth-child(2) {
  top: 0;
  right: 0
}

.hamburger__line:nth-child(3) {
  top: 5px;
  left: 0
}

.hamburger__line:nth-child(4) {
  top: 5px;
  right: 0
}

.hamburger__line:nth-child(5) {
  top: 10px;
  left: 0;
  width: 100%
}

.hamburger_open {
  -webkit-transform: translateY(calc(-50% - 4px));
  -ms-transform: translateY(calc(-50% - 4px));
  transform: translateY(calc(-50% - 4px))
}

.hamburger_open .hamburger__line:nth-child(1),
.hamburger_open .hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-35deg) translate(-1.75px, 6px);
  -ms-transform: rotate(-35deg) translate(-1.75px, 6px);
  transform: rotate(-35deg) translate(-1.75px, 6px)
}

.hamburger_open .hamburger__line:nth-child(2),
.hamburger_open .hamburger__line:nth-child(4) {
  -webkit-transform: rotate(35deg) translate(1.75px, 6px);
  -ms-transform: rotate(35deg) translate(1.75px, 6px);
  transform: rotate(35deg) translate(1.75px, 6px)
}

.hamburger_open .hamburger__line:nth-child(3),
.hamburger_open .hamburger__line:nth-child(4) {
  top: 50%
}

.hamburger_open .hamburger__line:nth-child(5) {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}

.mobile-header {
  display: none
}

@media (max-width:1024px) {
  .mobile-header {
    display: block
  }
}

.mobile-header__content {
  height: 37px;
  border-bottom: 1px solid #dedede;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000
}

.mobile-header__langs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  position: absolute;
  font-size: .929em
}

.mobile-header__langs>li {
  margin-right: 13px
}

.mobile-header__langs>li:last-child {
  margin-right: 0
}

.mobile-header__langs>li>a {
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.mobile-header__langs>li>a:hover {
  opacity: 1
}

.mobile-header__langs-current>a {
  font-weight: 700;
  opacity: 1!important
}

.mobile-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.mobile-header__logo img {
  width: 140px;
  max-width: 80px;
  max-height: 100%
}

.intro-slider {
  display: block;
  margin-bottom: 37px
}

.intro-slider__slide {
  height: 408px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width:1024px) {
  .mobile-header__langs {
    font-size: 1em
  }
  .intro-slider {
    margin-bottom: 0
  }
  .intro-slider__slide {
    height: 350px
  }
}

@media (max-width:576px) {
  .intro-slider__slide {
    height: auto
  }
}

.intro-slider__slide-container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center
}

.intro-slider__header {
  font-size: 6.429em;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-shadow: 0 3px 0 #632c58
}

@media (max-width:1100px) {
  .intro-slider__header {
    font-size: 4em
  }
}

@media (max-width:576px) {
  .intro-slider__slide-container {
    height: auto;
    padding-top: 16px;
    padding-bottom: 38px
  }
  .intro-slider__header {
    font-size: 2.571em
  }
}

.intro-slider__about {
  font-size: 1.286em;
  color: #fff;
  line-height: 1.714em;
  margin-top: 20px;
  margin-bottom: 25px
}

.button {
  cursor: pointer;
  border: 0;
  outline: 0;
  display: inline-block;
  text-align: center;
  box-sizing: border-box
}

.button_vs {
  color: #121212;
  background-color: #fff;
  padding: 10px 26px;
  border-radius: 5px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  border: 1px solid #f1f1f1
}

@media (max-width:576px) {
  .intro-slider__about {
    font-size: .929em;
    margin: 5px 0 15px
  }
  .button_vs {
    padding: 6px 12px
  }
}

.button_vs:hover {
  background-color: #f1f1f1
}

.button_s {
  background-color: #121212;
  color: #fff;
  padding: 10px 26px;
  border-radius: 5px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

@media (max-width:1024px) {
  .button_s {
    padding: 10px 24px
  }
}

.button_s:hover {
  background-color: #000
}

.button_sr {
  background-color: #ebebeb;
  color: #121212;
  padding: 10px 26px;
  border-radius: 5px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

@media (max-width:1024px) {
  .button_sr {
    padding: 10px 24px
  }
}

.button_sr:hover {
  background-color: #d2d2d2
}

.button_m {
  background-color: #121212;
  color: #fff;
  padding: 17px 24px;
  border-radius: 5px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

@media (max-width:1024px) {
  .button_m {
    padding: 10px 24px
  }
}

.button_m:hover {
  background-color: #000
}

.button_buy {
  background-color: #121212;
  color: #fff;
  padding: 7px 18px;
  border-radius: 5px
}

@media (max-width:576px) {
  .button_buy {
    padding: 7px 10.5px
  }
}

.button_buyr {
  background-color: #ebebeb;
  color: #121212;
  padding: 7px 18px;
  border-radius: 5px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

.button_buyr:hover {
  background-color: #d2d2d2
}

.button_wm {
  min-width: 171px
}

.section-header {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 2.571em;
  color: #121212;
  text-align: center;
  margin-bottom: 54px
}

@media (max-width:1024px) {
  .section-header {
    font-size: 2em
  }
}

@media (max-width:576px) {
  .button_buyr {
    padding: 7px 10.5px
  }
  .section-header {
    font-size: 1.286em;
    margin-bottom: 24px
  }
}

.section-header_l {
  text-align: left
}

.prod {
  text-align: center;
  color: #121212;
  padding: 10px 0 36px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 7px;
  -webkit-transition: box-shadow .5s;
  transition: box-shadow .5s;
  position: relative;
  overflow-x: hidden
}

.prod:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.prod:hover .prod__acts-bs,
.prod:hover .prod__acts-heart {
  opacity: 1
}

.prod_disshadow:hover {
  box-shadow: none
}

.prod_iscompare .prod__acts-bs {
  display: none
}

.prod_iscompare .prod__acts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.prod_iscompare .button_buy {
  margin: 0 0 10px!important
}

@media (min-width:1024px) {
  .nav-list__item:hover>a+.nav-list__submenu {
    display: block;
    -webkit-animation: .2s nav-list-submenu-show;
    animation: .2s nav-list-submenu-show
  }
  .prod_new:hover::after {
    background-color: transparent;
    color: #121212
  }
}

.prod_new::after {
  content: 'NEW';
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #121212;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: .714em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s
}

.prod__img {
  height: 203px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px
}

.prod__img img {
  max-width: 100%;
  max-height: 100%
}

.prod__name {
  font-size: 1.143em;
  line-height: 16px;
  margin-bottom: 10px;
}

.prod__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.prod__price-old {
  font-weight: 700;
  text-transform: uppercase;
  color: #8a8a8a;
  position: relative;
  margin-right: 20px
}

@media (max-width:576px) {
  .prod {
    padding-bottom: 0
  }
  .prod:hover {
    box-shadow: none
  }
  .prod_new::after {
    width: 23px;
    height: 23px;
    font-size: .5em;
    line-height: 23px
  }
  .prod__img {
    height: 100px;
    margin-bottom: 0
  }
  .prod__name {
    font-size: .929em
  }
  .prod__price-old {
    display: none
  }
}

.prod__price-old::after {
  content: '';
  display: block;
  width: 110%;
  height: 1px;
  background: #8a8a8a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.prod__price-current {
  font-size: 1.286em;
  font-weight: 700;
  text-transform: uppercase
}

.prod__acts {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.prod__acts .button_buy {
  margin: 0 18px
}

@media (max-width:576px) {
  .prod__price-current {
    font-size: .929em
  }
  .prod__acts {
    margin-top: 10px
  }
  .prod__acts .button_buy {
    margin: 0 11px
  }
}

.prod__acts-bs,
.prod__acts-heart {
  border: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  outline: 0
}

.prod__acts-bs:hover .icon,
.prod__acts-heart:hover .icon {
  opacity: 1
}

.prod__acts-bs .icon,
.prod__acts-heart .icon {
  width: 22px;
  height: 22px;
  fill: #121212;
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.prod_compare .icon_balanced-scale,
.prod_favorite .icon_heart {
  fill: red!important;
  opacity: 1!important;
}

.prods_full-4 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

@media (max-width:576px) {
  .prod__acts-bs,
  .prod__acts-bs .icon,
  .prod__acts-heart,
  .prod__acts-heart .icon {
    width: 15px;
    height: 25px
  }
  .prods_full-4 {
    margin: 0 -5px
  }
}

.prods_full-4 .prod {
  width: calc(25% - 20px);
  margin: 0 10px 74px;
  box-sizing: border-box
}

@media (max-width:1100px) {
  .prods_full-4 .prod {
    width: calc(33.33333% - 20px);
    margin-bottom: 50px
  }
}

@media (max-width:1024px) {
  .prod__acts-bs,
  .prod__acts-heart {
    opacity: 1
  }
  .prods_full-4 .prod {
    width: calc(50% - 20px);
    margin: 0 10px 20px
  }
}

.prods_part-3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

@media (max-width:576px) {
  .prods_full-4 .prod {
    width: calc(50% - 10px);
    margin: 0 5px 20px
  }
  .prods_sm-1 .prod {
    width: 100%
  }
  .prods_sm-1 .prod .prod__img {
    height: 203px
  }
  .prods_part-3 {
    margin: 0 -5px
  }
}

.prods_part-3 .prod {
  width: calc(33.333333% - 20px);
  margin: 0 10px 74px;
  box-sizing: border-box
}

@media (max-width:1100px) {
  .prods_part-3 .prod {
    width: calc(50% - 20px);
    margin-bottom: 50px
  }
}

@media (max-width:1024px) {
  .prods_part-3 .prod {
    width: calc(50% - 20px);
    margin: 0 10px 20px
  }
}

@media (max-width:576px) {
  .prods_part-3 .prod {
    width: calc(50% - 10px);
    margin: 0 5px 20px
  }
}

.prods_tile .prod {
  width: 100%!important;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  flex-direction: row!important;
  -webkit-box-align: center!important;
  align-items: center!important;
  padding-top: 25px!important
}

.prods_tile .prod:hover {
  box-shadow: none!important
}

.prods_tile .prod:hover::after {
  background-color: #121212!important;
  color: #fff!important
}

.prods_tile .prod__img {
  max-width: 193px;
  min-width: 193px
}

@media (max-width:1024px) {
  .prods_tile .prod__img {
    max-width: 140px!important;
    min-width: 140px!important;
    margin-right: 15px!important
  }
  .prods_tile .prod__price-current {
    font-size: 1.1em!important
  }
}

.prods_tile .prod__info {
  display: -webkit-box!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  justify-content: center!important
}

@media (max-width:576px) {
  .prods_tile .prod__img {
    max-width: 100px!important;
    min-width: 100px!important;
    margin-right: 0!important
  }
  .prods_tile .prod__info {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important
  }
}

.prods_tile .prod__name {
  display: -webkit-box!important;
  display: flex!important;
  -webkit-box-align: center!important;
  align-items: center!important
}

.prods_tile .prod__acts {
  margin-top: 0!important;
  margin-left: 20px!important;
  -webkit-box-pack: end!important;
  justify-content: flex-end!important
}

@media (max-width:576px) {
  .prods_tile .prod__acts {
    margin-left: 0!important
  }
}

.prods_tile .prod__price {
  margin-left: 20px!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  flex-direction: column!important;
  white-space: nowrap!important
}

@media (max-width:576px) {
  .prods_tile .prod__price {
    margin: 15px 0!important
  }
}

.prods_tile .prod__price-old {
  margin-right: 0!important;
  white-space: nowrap!important
}

.products {
  margin-bottom: 15px
}

@media (max-width:576px) {
  .products {
    margin-bottom: 39px
  }
}

.prews {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px
}

@media (max-width:1024px) {
  .prews {
    -webkit-overflow-scrolling: touch;
    scroll-direction: horizontal;
    overflow-x: auto;
    padding: 0 10px;
    -ms-overflow-style: none;
    scrollbar-width: none
  }
  .prews::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: 0 0
  }
}

.prews .prews__item {
  width: calc(33.3333333% - 13.32px);
  margin: 0 10px
}

@media (max-width:1100px) {
  .prews .prews__item {
    height: 400px
  }
}

@media (max-width:1024px) {
  .prews .prews__item {
    min-width: 242px;
    height: 350px;
    margin: 0;
    padding-right: 10px
  }
}

@media (max-width:576px) {
  .prews .prews__item {
    width: 206px;
    min-width: 206px;
    height: 254px
  }
}

.horiz-scroll {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .48);
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.horiz-scroll .icon_scroll-arrows {
  width: 14px;
  height: 14px;
  fill: #fff
}

.prews-container {
  position: relative;
  margin-bottom: 46px
}

.prews-container .horiz-scroll {
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  z-index: 500
}

@media (max-width:765px) {
  .prews-container .horiz-scroll {
    display: -webkit-box;
    display: flex
  }
}

.prews-home {
  margin-top: -37px
}

.brands-list {
  height: 105px;
  background-color: #ebebeb;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-direction: horizontal;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer
}

.brands-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: 0 0
}

.brands-list>span {
  display: block;
  padding: 0 25px;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}

.aboutus {
  padding: 30px 0;
  background-color: #f4f4f4;
  position: relative
}

.aboutus_m .aboutus__content {
  width: 55%
}

@media (max-width:1100px) {
  .aboutus_m .aboutus__content {
    width: 100%
  }
}

.aboutus_m .card {
  width: 100%!important
}

.aboutus_m .brandinfo {
  width: 45%!important
}

@media (max-width:1100px) {
  .aboutus_m .brandinfo {
    width: 50%!important;
    padding-left: 20px;
    box-sizing: border-box
  }
}

.aboutus__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch
}

@media (max-width:1024px) {
  .prews-home {
    margin-top: 0
  }
  .brands-list>span>img {
    max-width: 80px
  }
  .aboutus_m .brandinfo {
    display: block;
    width: 100%!important;
    padding-left: 0
  }
  .aboutus__content {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
  }
}

.aboutus__content .card {
  margin-right: 20px;
  width: 32.29%
}

@media (max-width:1100px) {
  .aboutus__content .card {
    margin-right: 15px
  }
  .aboutus__slider {
    display: none
  }
}

@media (max-width:1024px) {
  .aboutus__content .card {
    width: calc(50% - 5px);
    margin: 0
  }
}

@media (max-width:576px) {
  .prews-container {
    margin-bottom: 30px
  }
  .prews-home {
    margin-top: -13px
  }
  .brands-list {
    height: 73px
  }
  .brands-list>span>img {
    max-width: 40px
  }
  .aboutus {
    padding: 15px 0
  }
  .aboutus__content .card {
    width: 100%
  }
  .aboutus__content .card:first-child {
    margin-bottom: 15px
  }
}

.aboutus__slider {
  position: absolute;
  bottom: 84px;
  right: 20px;
  width: 39.345%;
  text-align: center
}

.aboutus__slider>img {
  max-width: 100%
}

.card {
  -webkit-transition: box-shadow .5s;
  transition: box-shadow .5s;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.card:hover {
  box-shadow: 0 22px 65px 8px rgba(0, 0, 0, .24)
}

.card:hover .card__acts {
  opacity: 1
}

.card_padmin .card__content {
  padding: 20px 15px;
  -webkit-box-pack: start;
  justify-content: flex-start
}

.card__img {
  height: 146px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.card__content {
  padding: 25px 30px 25px 40px;
  background-color: #fff;
  color: #121212;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex-grow: 1
}

@media (max-width:576px) {
  .card__content {
    font-size: .929em;
    padding: 18px 30px 0 19px
  }
}

.card__h {
  font-size: 1.286em;
  font-family: "Montserrat Medium", sans-serif;
  margin-bottom: 24px
}

.card__acts {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s .1s;
  transition: opacity .5s .1s;
  margin-top: 8px
}

@media (max-width:576px) {
  .card__h {
    font-size: 1em
  }
  .card__acts {
    display: none
  }
}

.aboutus .card__content ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.aboutus .card__content ul>li {
  margin-bottom: 14px;
  background-image: url(../img/list-circle.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 18px;
  line-height: 1.5em
}

.brandinfo {
  align-self: center;
  width: 23.73%;
  color: #121212;
  position: relative;
  margin: 0 auto
}

@media (max-width:1024px) {
  .brandinfo {
    display: none
  }
}

.brandinfo__h {
  font-family: Montserrat, sans-serif;
  font-size: 2.571em;
  line-height: 1.4;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  padding-left: 40px
}

@media (max-width:1100px) {
  .brandinfo {
    width: 28.73%
  }
  .brandinfo__h {
    padding-left: 0
  }
}

.brandinfo__about {
  line-height: 2em
}

.input-matdes {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, .34);
  outline: 0;
  padding: 8px 0;
  color: rgba(255, 255, 255, .8);
  -webkit-transition: border-color .5s;
  transition: border-color .5s
}

.input-matdes:focus {
  border-color: rgba(255, 255, 255, .8)
}

.input-matdes::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .34);
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.input-matdes::-moz-placeholder {
  color: rgba(255, 255, 255, .34);
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.input-matdes:-ms-input-placeholder {
  color: rgba(255, 255, 255, .34);
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.input-matdes::-ms-input-placeholder {
  color: rgba(255, 255, 255, .34);
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.input-matdes::placeholder {
  color: rgba(255, 255, 255, .34);
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.subscription {
  background-color: #242424;
  height: 71px
}

@media (max-width:1100px) {
  .subscription {
    height: auto
  }
}

.subscription__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%
}

.subscription__content form {
  margin: 0 0 0 33px;
  padding: 0;
  display: -webkit-box;
  display: flex
}

@media (max-width:1100px) and (max-width:1100px) {
  .subscription__content form {
    width: 100%;
    margin-left: 0
  }
}

.subscription__content form .input-matdes {
  width: 358px;
  margin-right: 23px
}

.subscription__header {
  color: #fff
}

@media (max-width:1100px) {
  .subscription__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    padding: 20px 0
  }
  .subscription__content form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
  }
  .subscription__content form .input-matdes {
    margin-bottom: 13px;
    text-align: center;
    width: 100%;
    max-width: 336px;
    margin-right: 0
  }
  .subscription__header {
    margin-bottom: 15px
  }
  .subscription__act {
    text-align: center
  }
}

@media (max-width:576px) {
  .input-matdes {
    font-size: 16px
  }
  .subscription {
    background-color: #121212
  }
  .subscription__content {
    padding: 15px 0
  }
  .subscription__content form .input-matdes {
    max-width: 236px
  }
  .subscription__header {
    font-size: .929em
  }
}

.subscription__copy {
  color: rgba(255, 255, 255, .4);
  text-align: center;
  font-size: .857em;
  line-height: 1.286em;
  margin-top: 20px;
  display: none
}

.subscription__copy a {
  color: inherit
}

@-webkit-keyframes footer-submenu-show {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes footer-submenu-show {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.footer {
  background-color: #121212
}

@media (max-width:1024px) {
  .subscription__copy {
    display: block
  }
  .footer {
    display: none
  }
}

.footer__list {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px;
  padding: 17px 0;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__item {
  width: calc(16.66666666666667% - 20px);
  margin: 0 10px;
  font-size: 1.071em;
  box-sizing: border-box;
  min-width: 135px;
  padding: 10px 0
}

@media (max-width:1100px) {
  .footer__item {
    width: calc(25% - 20px)
  }
}

.footer__item-header {
  color: #fff;
  /*text-transform: uppercase;*/
  margin-bottom: 7px
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer__links>li {
  margin-bottom: 7px
}

.footer__links>li>a {
  color: #919191;
  -webkit-transition: color .5s;
  transition: color .5s
}

.footer__links>li>a:hover {
  color: #fff
}

.footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 27px
}

@media (max-width:1200px) {
  .footer__social>a {
    margin-right: 10px
  }
  .footer__social>a:last-child {
    margin-right: 0
  }
}

.footer__bottom {
  height: 63px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #2a2a2a;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.footer__copy {
  color: #919191
}

@media (max-width:1024px) {
  .footer__item {
    width: calc(33.333333% - 20px);
    font-size: 1em
  }
  .footer__bottom {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    padding: 20px 0
  }
  .footer__copy {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 20px
  }
  .footer__botlinks {
    -webkit-box-ordinal-group: 2;
    order: 1;
    width: 100%
  }
}

.footer__botlinks {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.footer__botlinks-item {
  color: #919191;
  margin-left: 43px;
  -webkit-transition: color .5s;
  transition: color .5s;
  position: relative;
  cursor: pointer;
}

.footer__botlinks-item:hover .footer__submenu-wrapper {
  display: block
}

.footer__botlinks-item:hover .footer__submenu {
  -webkit-animation: .2s footer-submenu-show;
  animation: .2s footer-submenu-show
}

.footer__botlinks-item:hover {
   color: #fff
 }

.footer__botlinks-item.active {
  color: #fff
}

.footer__botlinks-item:first-child {
  margin-left: 0
}

.footer__submenu-wrapper {
  display: none;
  padding-bottom: 15px;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 35px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.footer__payment {
  margin-right: 97px
}

@media (max-width:1100px) {
  .footer__botlinks-item {
    margin-left: 20px
  }
  .footer__payment {
    margin-right: 20px
  }
}

.footer__bottom-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.footer__submenu {
  list-style: none;
  margin: 0;
  padding: 20px 15px;
  white-space: nowrap;
  background-color: #1a1a1a;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .5);
  border-radius: 7px
}

.footer__submenu-item {
  margin-bottom: 15px
}

.footer__submenu-item:last-child {
  margin-bottom: 0
}

.footer__submenu-item>a {
  color: #919191;
  -webkit-transition: color .5s;
  transition: color .5s
}

.footer__submenu-item>a:hover {
  color: #fff
}

.footer__submenu-item>a.active {
  color: #fff
}

.mobcat {
  display: none
}

@media (max-width:1024px) {
  .mobcat {
    display: block
  }
}

.mobopt {
  padding: 0 12px;
  margin-bottom: 40px;
  display: none
}

@media (max-width:1024px) {
  .mobopt {
    display: block
  }
}

.breadcrumbs {
  list-style: none;
  padding: 25px 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  font-size: .929em;
  padding-bottom: 16px;
  flex-flow: wrap;
}

@media (max-width:1024px) {
  .breadcrumbs {
    font-size: 1em
  }

  .breadcrumbs li {
    padding: 3px 0;
  }

  .breadcrumbs>li::after {
    margin: 0 6px!important;
  }
}

.breadcrumbs>li:last-child::after {
  display: none
}

.breadcrumbs>li::after {
  content: '/';
  margin: 0 13px
}

.breadcrumbs>li>a {
  color: #909090;
  -webkit-transition: color .5s;
  transition: color .5s
}

.breadcrumbs>li>a:hover {
  color: #121212
}

.pageheader {
  font-size: 2.571em;
  color: #121212;
  font-family: "Montserrat Medium", sans-serif;
  padding: 0;
  margin: 0 0 16px
}

.pageheader_links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap
}

@media (max-width:1024px) {
  .pageheader {
    font-size: 2em;
    text-align: center
  }
  .pageheader_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.pageheader_links span {
  box-sizing: border-box
}

.pageheader_links>div {
  padding: 10px 0
}

.pageheader_links>div a {
  font-size: 1.143rem;
  font-weight: 400
}

@media (max-width:576px) {
  .pageheader {
    font-size: 1.8em
  }
  .pageheader_links>div a {
    font-size: 1rem
  }
}

.p-about {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 42px;
  margin-bottom: 50px
}

@media (max-width:1100px) {
  .p-about {
    width: 100%;
    padding-right: 0
  }
}

.p-about__par {
  margin-top: 61px;
  margin-bottom: 35px
}

.p {
  line-height: 2em;
  color: #121212;
  margin: 0
}

.aboutus-slider img {
  text-align: center;
  max-width: 440px;
  margin: 0 auto
}

.catalog-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 28px
}

.catalog-header .pageheader {
  margin: 0;
  padding: 0 20px 0 0
}

.catalog-header__options {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box
}

@media (max-width:1024px) {
  .catalog-header .pageheader {
    text-align: center;
    width: 100%;
    padding-right: 0
  }
  .catalog-header__options {
    display: none
  }
}

.catalog {
  border-top: 1px solid #d5d5d5
}

.catalog__content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap
}

.catalog__aside {
  padding-top: 20px;
  padding-right: 20px;
  width: 19.49%;
  border-right: 1px solid #d5d5d5;
  box-sizing: border-box
}

.catalog__aside .toggle-slide {
  display: none
}

@media (max-width:1024px) {
  .catalog__aside .toggle-slide {
    display: -webkit-box;
    display: flex
  }
  .catalog__aside {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    padding-top: 15px
  }
}

.catalog__aside .list-options {
  margin-bottom: 38px
}

.catalog__products {
  padding-top: 20px;
  padding-left: 69px;
  box-sizing: border-box;
  width: 80.51%
}

@media (max-width:1100px) {
  .catalog__products {
    padding-left: 20px
  }
}

.catalog__products-list {
  margin-top: 48px;
  border-bottom: 1px solid #d5d5d5
}

@media (max-width:1024px) {
  .catalog__products {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px
  }
  .catalog__products-list {
    margin-top: 20px
  }
}

.catalog__show-allprod {
  font-size: 1.143em;
  text-align: center;
  padding: 9px 0 39px
}

.catalog__moboptview {
  display: none;
  margin-top: 50px
}

@media (max-width:1024px) {
  .catalog__show-allprod {
    padding-bottom: 20px
  }
  .catalog__moboptview {
    display: block;
    margin-top: 20px
  }
  .catalog__optlist {
    display: none;
    margin-top: 20px
  }
  .catalog__optlist .list-options {
    margin-bottom: 40px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top
  }
  .catalog__optlist-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: -20px
  }
}

@media (max-width:1024px) and (max-width:1024px) {
  .catalog__optlist .list-options {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px
  }
}

.list-options__header {
  font-weight: 700;
  margin-bottom: 25px
}

.list-options__item:last-child {
  margin-bottom: 0
}

.list-options__list {
  margin-bottom: 17px
}

.input-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center
}

.input-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.input-checkbox input:checked~.input-checkbox__checkmark {
  background-image: url(../img/checkmark.svg);
  background-color: #121212;
  border-color: #121212
}

.input-checkbox__checkmark {
  height: 14px;
  width: 14px;
  min-width: 14px;
  display: block;
  margin-right: 10px;
  border: 2px solid #cbcbcb;
  border-radius: 4px;
  background-color: #fff;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s
}

.prodview {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 20px 70px
}

@media (max-width:1024px) {
  .prodview {
    padding: 20px
  }
  .prodview .prodview__header {
    font-size: 2em
  }
}

.prodview__header {
  font-size: 2.571em;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-shadow: 0 3px 0 #632c58;
  margin-bottom: 20px
}

.catalnav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 33px 0
}

@media (max-width:1024px) {
  .catalnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px 0
  }
  .catalnav .pagination {
    margin: 20px 0
  }
}

.catalnav .catalnav__end,
.catalnav .catalnav__start {
  font-size: 1.143em
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex
}

.pagination>li {
  margin: 0 1px
}

.pagination>li>a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
  border-radius: 50%
}

.pagination>li>a:hover {
  background-color: #f7f7f7
}

.pagination__current>a {
  background-color: #121212;
  color: #fff
}

.optview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box
}

.optview_full {
  -webkit-box-pack: justify;
  justify-content: space-between
}

.optview__sort {
  margin-right: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 5px 0
}

.optview__sort>a {
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.143em;
  display: inline-block
}

.optview__sort span {
  margin-right: 5px
}

.optview__sort b {
  display: inline-block
}

.optview__sort .icon_arrow-down-bold {
  width: 12px;
  height: 11px;
  margin-left: 10px;
  margin-top: 3px
}

.optview__sort-list {
  list-style: none;
  padding: 15px;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
  display: none;
  z-index: 1
}

.optview__sort-list>li {
  margin-bottom: 10px
}

.optview__sort-list>li:last-child {
  margin-bottom: 0
}

.optview__typelist-current .icon {
  fill: #121212!important
}

.optview__typelist {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.optview__typelist a {
  margin-right: 14px
}

.optview__typelist a:hover .icon {
  fill: #121212
}

.optview__typelist a .icon {
  fill: #b7b7b7;
  -webkit-transition: fill .5s;
  transition: fill .5s
}

.optview__typelist a .icon.icon_tile {
  width: 18px;
  height: 18px
}

.optview__typelist a .icon.icon_list {
  width: 25px;
  height: 24px
}

.optview__typelist a:last-child {
  margin-right: 0
}

.prod-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 91px;
  margin-top: 34px
}

.prod-info__images {
  width: 49.24%;
  position: relative
}

@media (max-width:1024px) {
  .prod-info {
    flex-wrap: wrap;
    margin-bottom: 50px
  }
  .prod-info__images {
    width: 100%
  }
}

.prod-info__image {
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.prod-info__image img {
  max-width: 100%;
  max-height: 100%;
  text-align: center
}

.prod-info__image span {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  width: 100%;
  -webkit-box-align: center;
  align-items: center
}

.prod-info__image span::after {
  content: 'NEW';
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #121212;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: .714em;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s
}

@media (max-width:576px) {
  .optview__sort>a {
    font-size: 1em
  }
  .prod-info {
    margin-bottom: 20px
  }
  .prod-info__image span::after {
    width: 23px;
    height: 23px;
    font-size: .5em;
    line-height: 23px;
    top: 10px;
    left: 10px
  }
}

.prod-info__info {
  width: 42.37%;
  padding-left: 20px;
  box-sizing: border-box
}

@media (max-width:1100px) {
  .prod-info__info {
    width: 50.76%
  }
  .prodbuy>div {
    margin-top: 0;
    margin-bottom: 15px
  }
}

@media (max-width:1024px) {
  .prod-info__info {
    width: 100%;
    padding-left: 0;
    margin-top: 30px
  }
}

.color-choose > div {
  display: inline-block;
  /*margin-right: 10px*/
  margin-right: 0px;
  margin-bottom: 10px;
}

.color-choose input[type=radio] {
  display: none
}

.color-choose input[type=radio]+label span {
  display: inline-block;
  width: 64px;
  height: 64px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: box-shadow .5s;
  transition: box-shadow .5s
}

.color-choose input[type=radio]:checked+label span {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2)
}

.prodtoorder__about {
  line-height: 1.714em
}

.prodtoorder__colors {
  margin: 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width:576px) {
  .prodtoorder__colors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 20px 0
  }
  .prodtoorder__color-header {
    margin-bottom: 10px
  }
}

.prodtoorder__color-header {
  margin-right: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.prodtoorder__ident {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px
}

.prodtoorder__price {
  font-weight: 700
}

.prodtoorder__money {
  font-size: 2.143em;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase
}

@media (max-width:576px) {
  .prodtoorder__ident {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 0
  }
  .prodtoorder__price {
    margin-bottom: 15px
  }
  .prodtoorder__money {
    font-size: 1.8em
  }
}

.prodtoorder__count {
  font-size: 1.286em
}

.prodtoorder__code {
  font-size: 1.143em
}

.prodbuy {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 53px;
  padding-top: 15px
}

@media (max-width:576px) {
  .prodbuy {
    margin-bottom: 10px
  }
  .prodbuy>div {
    /* width: 100%!important; */
    -webkit-box-pack: center;
    justify-content: center
  }
}

.prodbuy__allcount,
.prodbuy__setcount {
  width: 33.33333%
}

.prodbuy__setcount .setcount {
  max-width: 150px;
  min-width: 120px
}

@media (max-width:1100px) {
  .prodbuy__allcount,
  .prodbuy__setcount {
    width: 50%
  }
  .prodbuy__setcount {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start
  }
}

@media (max-width:576px) {
  .prodbuy__setcount {
    -webkit-box-pack: center;
    justify-content: center
  }
}

.prodbuy__fast,
.prodbuy__order {
  width: 66.33333%;
  text-align: center;
}

.prodbuy__fast .button,
.prodbuy__order .button {
  width: 160px;
  /* width: 100%; */
  box-sizing: border-box;
  max-width: 100%
}

@media (max-width:1100px) {
  .prodbuy__fast,
  .prodbuy__order {
    width: auto;
    margin-right: 15px;
    text-align: center
  }
  .prodbuy__order {
    -webkit-box-ordinal-group: 4;
    order: 3
  }
}

@media (max-width:1024px) {
  .prodbuy__fast .button,
  .prodbuy__order .button {
    width: 185px
  }
  .prodbuy__order {
    margin-right: 0;
    width: 50%!important;
    max-width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right
  }
}

.prodbuy__love,
.prodbuy__simile {
  /* width: 24%; */
  /* display: -webkit-box; */
  display: flex;
  /* -webkit-box-pack: end; */
  /* justify-content: flex-end; */
  /* -webkit-box-align: center; */
  /* align-items: center; */
  margin-inline: auto;
}

.prodbuy__love a:hover .icon,
.prodbuy__simile a:hover .icon {
  opacity: 1
}

.prodbuy__love .icon,
.prodbuy__simile .icon {
  width: 20px;
  height: 20px;
  fill: #000;
  opacity: .4;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.prodbuy__allcount {
  font-size: 1.143em;
  margin-top: 20px
}

@media (max-width:1100px) {
  .prodbuy__love,
  .prodbuy__simile {
    width: auto;
    margin-right: 15px
  }
  .prodbuy__simile {
    -webkit-box-ordinal-group: 6;
    order: 5
  }
  .prodbuy__allcount {
    -webkit-box-ordinal-group: 3;
    order: 2;
    text-align: right
  }
  .prodbuy__fast {
    -webkit-box-ordinal-group: 5;
    order: 4
  }
}

@media (max-width:576px) {
  .prodbuy__allcount {
    text-align: center
  }
}

.prodbuy__fast {
  display: none;
  margin-top: 20px
}

.prodbuy__love, .prodbuy__simile {
  margin-top: 20px
}

@media (max-width:1024px) {
  .prodbuy__simile {
    margin-right: 0;
    width: 25%!important;
    max-width: 50%;
    -webkit-box-pack: end!important;
    justify-content: flex-end!important;
    padding-right: 15px;
    box-sizing: border-box
  }
  .prodbuy__fast {
    margin-right: 0;
    width: 50%!important;
    max-width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: left
  }
  .prodbuy__love {
    margin-right: 0;
    width: 25%!important;
    max-width: 50%;
    -webkit-box-pack: start!important;
    justify-content: flex-start!important;
    box-sizing: border-box;
    padding-left: 5px
  }
}

.setcount {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.setcount__current {
  font-size: 1.143em;
  color: #121212;
  font-weight: 700;
  text-align: center;
  white-space: nowrap
}

.setcount__minus,
.setcount__plus {
  width: 29px;
  height: 29px;
  min-width: 29px;
  background-color: #ebebeb;
  font-size: 1.5em;
  color: #121212;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer
}

.setcount__minus .icon,
.setcount__plus .icon {
  width: 8px;
  height: 8px;
  fill: #121212
}

.orderinfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 49px;
  flex-wrap: wrap;
  border-top: 1px solid #d5d5d5
}

.orderinfo .icon {
  width: 50px;
  height: 50px;
  fill: #bfbfbf
}

.orderinfo .icon.icon_globe {
  width: 40px;
  height: 40px
}

.orderinfo>div {
  width: 33.333333%;
  text-align: center
}

@media (max-width:576px) {
  .orderinfo {
    padding-top: 10px
  }
  .orderinfo>div {
    width: 100%;
    margin-bottom: 15px
  }
}

.orderinfo__about {
  line-height: 1.5em
}

.orderinfo__img {
  height: 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center
}

.orderinfo__img>img {
  max-width: 100%;
  max-height: 100px
}

.droplist__item:last-child {
  border-bottom: 1px solid #d5d5d5
}

.droplist__item_open .droplist__content {
  display: block
}

.droplist__item_open .droplist__header {
  color: #121212
}

.droplist__header_open::after {
  -webkit-transform: translateY(-50%) rotate(180deg)!important;
  -ms-transform: translateY(-50%) rotate(180deg)!important;
  transform: translateY(-50%) rotate(180deg)!important
}

.droplist__header {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1.714em;
  color: #868686;
  border-top: 1px solid #d5d5d5;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s
}

.droplist__header:hover {
  color: #646464
}

@media (max-width:1024px) {
  .droplist__header {
    font-size: 1.5em
  }
}

.droplist__header::after {
  content: '';
  background-image: url(../img/icon_arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  display: block;
  opacity: .4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.droplist__content {
  padding: 18px 0;
  border-top: 1px solid #d5d5d5;
  display: none
}

.product__details {
  margin-bottom: 50px;
  margin-top: 50px
}

.recom-prod {
  margin-top: 71px
}

.prodset {
  padding: 9px 0
}

.prodset__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}

@media (max-width:576px) {
  .droplist__header {
    font-size: 1.3em
  }
  .prodset__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 35px
  }
  .prodset__header {
    margin-bottom: 10px
  }
}

.prodset__item:last-child {
  margin-bottom: 0
}

.prodset__item .setcount__current {
  margin: 0 15px
}

.prodset__img {
  width: 35px;
  height: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px
}

.prodset__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box
}

.prodset__count {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.prodset__all {
  margin-right: 20px;
  text-align: center
}

.buyacts {
  text-align: center;
  margin-bottom: 42px;
  margin-top: 23px
}

.buyacts .button {
  width: 160px;
  box-sizing: border-box;
  margin: 5px 8px
}

.compare {
  border-top: 1px solid #d5d5d5;
  margin-top: 30px;
  position: relative
}

.compare::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(25% - 15px);
  width: 1px;
  background-color: #d5d5d5
}

.compare__top {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px
}

@media (max-width:576px) {
  .compare::after {
    display: none
  }
  .compare__top {
    margin-bottom: 50px;
    flex-wrap: wrap
  }
  .compare__top .prod__acts-bs,
  .compare__top .prod__acts-heart {
    display: none
  }
}

.compare__top>div {
  width: calc(25% - 20px);
  margin: 0 10px;
  padding-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.compare__deleteprod {
  display: block;
  text-align: center;
  margin-bottom: 20px
}

@media (max-width:576px) {
  .compare__top>div {
    width: calc(33.333333% - 20px)
  }
  .compare__params {
    width: 100%!important
  }
}

.compare__nameprop {
  font-weight: 700;
  width: calc(25% - 15px);
  padding-bottom: 20px
}

.compare__list {
  margin-bottom: 50px
}

.compare__list-item {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px;
  border-bottom: 1px solid #d5d5d5
}

.compare__list-item>div {
  width: calc(25% - 20px);
  margin: 0 10px;
  text-align: center;
  padding: 7px 0
}

.compare__list-item>div:first-child {
  text-align: left
}

@media (max-width:576px) {
  .compare__nameprop {
    text-align: center;
    width: 100%;
    font-size: 1.4em
  }
  .compare__list-item {
    flex-wrap: wrap
  }
  .compare__list-item>div {
    width: calc(33.333333% - 20px)
  }
  .compare__list-item>div:first-child {
    width: 100%;
    text-align: center;
    font-weight: 700
  }
}

.authorization {
  margin: 50px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.authorization__reg {
  width: 44.92%
}

@media (max-width:1100px) {
  .prodbuy__love {
    -webkit-box-ordinal-group: 7;
    order: 6
  }
  .authorization__reg {
    width: 49%
  }
}

@media (max-width:1024px) {
  .authorization {
    flex-wrap: wrap
  }
  .authorization__reg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2
  }
}

.authorization__login {
  width: 44.92%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

@media (max-width:1100px) {
  .authorization__login {
    width: 49%
  }
}

.input-text {
  width: 100%;
  border: 2px solid #cbcbcb;
  font-size: 1.071em;
  border-radius: 5px;
  padding: 13px 15px;
  outline: 0;
  color: #121212;
  -webkit-transition: border-color .5s;
  transition: border-color .5s;

  line-height: 20px;
}

.input-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .5)
}

.input-text::-moz-placeholder {
  color: rgba(0, 0, 0, .5)
}

.input-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5)
}

.input-text::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5)
}

.input-text::placeholder {
  color: rgba(0, 0, 0, .5)
}

.select-dropdown {
  position: relative
}

.select-dropdown select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.077em;
  background-color: transparent;
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  padding: 13px 15px;
  /*text-align: right;*/
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
  position: relative;
  z-index: 3;
  color: #121212;

  line-height: 20px;
}

.select-dropdown select option {
  padding: 10px 30px 10px 10px;
  cursor: pointer
}

.select-dropdown select::-ms-expand {
  display: none
}

.select-dropdown select:disabled {
  opacity: .5;
  pointer-events: none
}

.select-dropdown::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background-image: url(../img/icon_arrow-down.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: .5
}

.input-horlist {
  display: -webkit-box;
  display: flex;
  border: 2px solid #cbcbcb;
  border-radius: 5px
}

.input-horlist>div {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-right: 2px solid #cbcbcb
}

.input-horlist>div:last-child {
  border-right: 0
}

.input-horlist>div .input-text {
  border: 0;
  margin: 0
}

.input-radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center
}

.input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0!important;
  padding: 0!important
}

.input-radio input:checked~.input-radio__checkmark {
  border: 7px solid #121212
}

.input-radio .input-radio__checkmark {
  height: 19px;
  width: 19px;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
  -webkit-transition: border .2s;
  transition: border .2s
}

.input-radio__name {
  font-size: 1.143em
}

.form-std {
  margin: 0;
  padding: 0
}

.form-std__item {
  margin-bottom: 12px
}

.form-std__submit-wlinks {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap
}

.form-std__submit-wlinks div {
  padding-left: 20px;
  box-sizing: border-box;
  margin: 5px 0
}

.form-std__submit-wlinks div a {
  opacity: .5;
  -webkit-transition: opacity .6s;
  transition: opacity .6s
}

.form-std__submit-wlinks div a:hover {
  opacity: 1
}

.input-checkbox {
  margin-bottom: 12px
}

.input-text,
.select-dropdown {
  display: block
}

.input-radio {
  margin-right: 40px
}

.login-soc {
  margin-top: 70px
}

@media (max-width:576px) {
  .form-std__submit-wlinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
  .form-std__submit-wlinks .button {
    margin-bottom: 10px
  }
  .login-soc {
    margin-top: 20px
  }
}

.login-soc__header {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1.714em
}

.login-soc__list {
  display: -webkit-box;
  display: flex;
  margin-top: 20px
}

@media (max-width:1024px) {
  .authorization__login {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1
  }
  .form-std__item_submit {
    text-align: center
  }
  .form-std__submit-wlinks div {
    padding-left: 0
  }
  .login-soc {
    text-align: center
  }
  .login-soc__list {
    -webkit-box-pack: center;
    justify-content: center
  }
}

.login-soc__list>a {
  width: 61;
  height: 48px;
  background-color: #ebebeb;
  display: inline-block;
  margin-right: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

.login-soc__list>a:hover {
  background-color: #d4d4d4
}

.login-soc__list>a .icon {
  width: 25px;
  height: 25px
}

.login-guest {
  margin-top: auto;
  margin-bottom: 12px
}

@media (max-width:1024px) {
  .login-soc__list>a {
    margin: 0 10px
  }
  .login-guest {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center
  }
}

.basket {
  margin-top: 30px
}

.basket__header {
  display: -webkit-box;
  display: flex;
  color: #a1a1a1;
  font-size: 1.071em;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 13px
}

@media (max-width:576px) {
  .login-soc__list>a {
    width: 45px;
    height: 30px
  }
  .login-soc__list>a .icon {
    width: 15px;
    height: 15px
  }
  .basket__header {
    display: none
  }
}

.basket__h-prod,
.basket__prod {
  width: 58%;
  padding-right: 20px;
  box-sizing: border-box
}

@media (max-width:1024px) {
  .basket__h-prod,
  .basket__prod {
    width: 50.32%
  }
}

.basket__count,
.basket__h-count,
.basket__h-price,
.basket__price {
  width: 15%;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width:1024px) {
  .basket__count,
  .basket__h-count {
    width: 21.71%
  }
}

.basket__h-total,
.basket__total {
  width: 11%;
  padding-right: 0px;
  box-sizing: border-box
  text-align: center;
}

.basket__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.143em;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5
}

@media (max-width:576px) {
  .basket__item {
    flex-wrap: wrap
  }
  .basket__item:first-child {
    border-top: 1px solid #d5d5d5
  }
  .basket__prod {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px
  }
}

@media (max-width:1100px) {
  .basket__item {
    font-size: 1em
  }
}

.basket__prod {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.basket__img {
  width: 100px;
  padding-right: 20px;
  box-sizing: border-box
}

@media (max-width:1024px) {
  .basket__img {
    width: 80px;
    min-width: 80px
  }
}

.basket__img img {
  max-width: 100%;
  max-height: 100%
}

@media (max-width:576px) {
  .basket__img {
    width: 70px;
    min-width: 70px
  }
  .basket__total {
    width: 25%;
    padding-right: 10px;
    text-align: right
  }
  .basket__price {
    width: 33.33333%
  }
}

@media (max-width:576px) and (orientation:landscape) {
  body {
    font-size: 14px!important
  }
  .basket__total {
    width: 33.33333%;
    text-align: right;
    padding-right: 0
  }
}

.basket__count .setcount {
  -webkit-box-pack: start;
  justify-content: flex-start
}

.basket__count .setcount .setcount__current {
  margin: 0 13px;
  font-weight: 400
}

.basket__remove {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer
}

@media (max-width:576px) {
  .basket__count {
    width: 33.33333%
  }
  .basket__remove {
    top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    width: 7%;
    text-align: right
  }
}

@media (max-width:576px) and (orientation:landscape) {
  .basket__remove {
    position: absolute
  }
}

.basket__remove .icon {
  width: 20px;
  height: 20px;
  fill: red
}

@media (max-width:1024px) {
  .basket__count {
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: flex
  }
}

.start-order {
  text-align: center;
  margin: 55px 0 81px
}

.start-order__total {
  font-size: 2.143em;
  font-weight: 700;
  margin: 14px 0 29px
}

.start-order__acts .button {
  margin: 5px 10px
}

.checkout {
  margin-bottom: 77px
}

@media (max-width:576px) {
  .basket__remove .icon {
    width: 17px;
    height: 17px
  }
  .basket__count {
    -webkit-box-pack: center;
    justify-content: center
  }
  .start-order__total {
    font-size: 1.7em
  }
  .checkout {
    margin-bottom: 40px
  }
}

.checkout__type {
  margin: 30px 0
}

.checkout__type .input-radio {
  margin-right: 50px;
  margin-top: 5px;
  margin-bottom: 5px
}

@media (max-width:1024px) {
  .checkout__type {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
  }
  .checkout__type>div {
    display: -webkit-box;
    display: flex
  }
  .checkout__type>div label {
    margin: 0 10px
  }
  .checkout__type .input-radio {
    margin: 0 0 10px
  }
}

.checkout__input {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap
}

.checkout__data {
  width: 49.24%
}

@media (max-width:1024px) {
  .checkout__data {
    width: 100%
  }
}

.checkout__order {
  width: 49.24%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between
}

@media (max-width:1024px) {
  .checkout__order {
    width: 100%;
    margin-top: 20px
  }
}

.checkout__payment {
  display: -webkit-box;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end
}

.checkout__payment label {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
  min-width: 180px
}

@media (max-width:1024px) {
  .checkout__payment {
    -webkit-box-pack: center;
    justify-content: center
  }
  .checkout__payment label {
    width: auto;
    min-width: calc(33.3333% - 20px);
    padding: 20px
  }
}

@media (max-width:700px) and (orientation:landscape) {
  .checkout__payment label {
    width: 100%
  }
}

@media (max-width:576px) {
  .checkout__payment label {
    width: 100%
  }
}

.checkout__end {
  align-self: flex-end;
  text-align: right
}

.checkout__total {
  font-size: 2.143em;
  font-weight: 700;
  margin: 30px 0
}

.checkout__price {
  line-height: 1.5em
}

.input-radio-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ebebeb;
  padding: 20px 30px;
  border-radius: 6px;
  box-sizing: border-box
}

.input-radio-tile input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.input-radio-tile input:checked~.input-radio-tile__checkmark {
  border: 7px solid #121212
}

.input-radio-tile .input-radio-tile__checkmark {
  height: 19px;
  width: 19px;
  min-width: 19px;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
  -webkit-transition: border .2s;
  transition: border .2s
}

.input-radio-tile__name {
  font-size: 1em
}

.order-final {
  text-align: center;
  margin-bottom: 198px;
  margin-top: 100px
}

@media (max-width:1024px) {
  .checkout__end {
    align-self: center;
    text-align: center
  }
  .order-final {
    margin: 130px 0
  }
}

@media (max-width:576px) {
  .order-final {
    margin: 50px 0
  }
}

.order-final__header {
  font-size: 2.571em;
  font-family: "Montserrat Medium", sans-serif
}

@media (max-width:1024px) {
  .order-final__header {
    font-size: 2em
  }
}

.order-final__id {
  margin: 30px 0 50px;
  font-size: 1.143em
}

@media (max-width:1024px) {
  .order-final__id {
    font-size: 1em
  }
}

.order-final__num {
  font-size: 1.875em;
  background-color: #121212;
  color: #fff;
  display: inline-block;
  padding: 4px 40px;
  border-radius: 6px;
  margin-top: 5px
}

.order-final__message {
  font-size: 1.143em
}

.navmenu {
  list-style: none;
  padding: 0;
  margin: 35px 0;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #d5d5d5;
  -webkit-box-pack: center;
  justify-content: center
}

.navmenu>li {
  margin-right: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch
}

@media (max-width:1100px) {
  .navmenu>li {
    margin-right: 20px
  }
}

@media (max-width:1024px) {
  .order-final__message {
    font-size: 1em
  }
  .navmenu {
    margin-top: 10px
  }
  .navmenu>li {
    margin-right: 15px;
    -webkit-box-pack: center;
    justify-content: center;
    width: 25%
  }
}

.navmenu>li>a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.navmenu>li:last-child {
  margin-right: 0
}

.navmenu__text {
  font-family: "Montserrat Medium", sans-serif;
  font-size: 1.714em;
  display: inline-block;
  padding: 15px 20px;
  color: #886c6c;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

@media (max-width:1100px) {
  .navmenu__text {
    font-size: 1.2em;
    padding: 15px
  }
  .discount .section-header {
    font-size: 2em
  }
}

@media (max-width:1024px) {
  .navmenu__text {
    padding: 15px 10px
  }
}

.navmenu__current>a {
  color: #121212!important;
  border-bottom: 2px solid #121212
}

.navmenu__icon {
  display: none;
  text-align: center
}

@media (max-width:700px) and (orientation:landscape) {
  .navmenu>li {
    max-width: 70px;
    margin-right: 14px;
    opacity: .5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }
  .navmenu>li:hover {
    opacity: .85
  }
  .navmenu>li>a {
    display: inline-block
  }
  .navmenu__text {
    padding: 10px 0;
    font-size: .8em
  }
  .navmenu__current {
    opacity: 1!important;
    font-weight: 700
  }
  .navmenu__current .navmenu__text {
    color: #614f4f
  }
  .navmenu__current>a {
    border: none
  }
  .navmenu__icon {
    display: block
  }
}

@media (max-width:576px) {
  .navmenu>li {
    max-width: 70px;
    margin-right: 14px;
    opacity: .5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }
  .navmenu>li:hover {
    opacity: .85
  }
  .navmenu>li>a {
    display: inline-block
  }
  .navmenu__text {
    padding: 10px 0;
    font-size: .8em
  }
  .navmenu__current {
    opacity: 1!important;
    font-weight: 700
  }
  .navmenu__current .navmenu__text {
    color: #614f4f
  }
  .navmenu__current>a {
    border: none
  }
  .navmenu__icon {
    display: block
  }
}

.navmenu__icon .icon {
  width: 20px;
  height: 20px
}

.minform {
  max-width: 530px;
  margin: 80px auto
}

@media (max-width:1024px) {
  .minform {
    margin: 40px auto
  }
}

.discount {
  margin: 100px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center
}

@media (max-width:1024px) {
  .discount {
    flex-wrap: wrap;
    margin: 30px 0
  }
}

.discount__scale {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: end;
  align-items: flex-end
}

.discount__scale-container {
  position: relative
}

.discount__line {
  height: 9px;
  background-color: #e5e5e5;
  border-radius: 5px;
  position: relative;
  overflow: hidden
}

.discount__item {
  color: #868686;
  font-weight: 700;
  padding-bottom: 25px;
  position: relative
}

.discount__item::after {
  content: '';
  display: block;
  background-image: url(../img/circle.svg);
  width: 8px;
  height: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .15
}

.discount__item_current {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #121212;
  padding-bottom: 18px;
  font-size: 2em
}

.discount__item_current::after {
  opacity: 1
}

.discount__line span {
  position: absolute;
  left: 0;
  height: 9px;
  width: 0;
  background-color: #121212;
  border-radius: 0 5px 5px 0
}

.discount__info {
  width: 100%;
  line-height: 1.5
}

.discount__img {
  width: 49.15%;
  text-align: right;
  max-width: 100%;
  padding-left: 20px;
  box-sizing: border-box
}

@media (max-width:1024px) {
  .discount__img {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 40px
  }
}

.discount__img img {
  max-width: 100%
}

.discount__price {
  display: inline-block
}

.promo {
  height: 467px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 6px;
  display: block;
  -webkit-transition: box-shadow .5s, -webkit-transform .5s;
  transition: box-shadow .5s, -webkit-transform .5s;
  transition: transform .5s, box-shadow .5s;
  transition: transform .5s, box-shadow .5s, -webkit-transform .5s;
  max-height: 100%
}

@media (min-width:1100px) {
  .promo:hover {
    box-shadow: 0 16px 20px -20px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}

.promo_nothover:hover {
  box-shadow: none!important;
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important
}

.promo_black .promo__header {
  color: #121212
}

.promo_white .promo__header {
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .38)
}

.promo__header {
  font-size: 2.471em;
  line-height: 1.29;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 55px 20px 0
}

.promo-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.promo-list_last {
  opacity: .5
}

.promo-list__item {
  width: calc(33.333333% - 20px);
  margin: 0 10px 50px
}

@media (max-width:1100px) {
  .promo__header {
    font-size: 2em
  }
  .promo-list__item .promo {
    height: 400px
  }
}

@media (max-width:1024px) {
  .promo__header {
    font-size: 1.8em;
    padding-top: 30px
  }
  .promo-list__item {
    width: calc(50% - 20px)
  }
  .promo-list__item .promo {
    height: 300px
  }
}

@media (max-width:576px) {
  .promo__header {
    font-size: 1.394em
  }
  .promo-list__item {
    width: 100%
  }
}

.promo-list__info {
  line-height: 1.714em;
  margin-top: 20px
}

.shops {
  display: -webkit-box;
  display: flex;
  margin-bottom: 62px;
  margin-top: 10px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 640px
}

@media (max-width:1024px) {
  .shops {
    flex-wrap: wrap;
    height: auto
  }
}

.shops__opt {
  width: 32.29%;
  height: auto;
  /*height: 640px;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

@media (max-width:1024px) {
  .shops__opt {
    width: 100%
  }
}

.shops__opt .select-dropdown {
  display: block
}

.shops__map {
  width: 66.1%
}

@media (max-width:1024px) {
  .shops__map {
    width: 100%;
    margin-top: 50px
  }
}

.shops__list {
  overflow-y: auto;
  /*height: 100%; */
  height: auto;
  margin-top: 28px
}

.shops__list::-webkit-scrollbar-track {
  background-color: #e4e4e4
}

.shops__list::-webkit-scrollbar {
  width: 3px;
  background-color: transparent
}

.shops__list::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  border-radius: 0
}

.shops__list-item {
  border-bottom: 1px solid #d5d5d5;
  padding: 24px 0;
  cursor: pointer
}

.shops__list-name {
  font-weight: 700;
  margin-bottom: 10px
}

.shops__list-address {
  margin-bottom: 10px
}

.shops__list-contacts span {
  display: inline-block
}

.shops__list-contacts span::after {
  content: '|';
  color: #d5d5d5;
  font-size: 17px;
  margin: 0 8px
}

.shops__list-contacts span:last-child::after {
  display: none
}

.page-container {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box
}

.footer-container {
  position: absolute;
  bottom: 0;
  width: 100%
}

.currency {
  position: relative;
  display: inline-block;
  padding: 0 0 5px
}

.currency__list {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 14px 10px;
  box-shadow: 0 0 20px 0 rgba(199, 199, 199, .39);
  z-index: 2;
  top: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 6px;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  text-align: center;
  display: none
}

.currency__list>li {
  margin-bottom: 5px
}

.currency__list>li>a:hover {
  font-weight: 700
}

.currency__list>li:last-child {
  margin-bottom: 0
}

.currency__selected {
  font-weight: 700
}

.catname {
  text-align: center
}

.toggle-slide {
  font-size: 1.4em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

@media (max-width:576px) {
  .toggle-slide {
    font-size: 1.2em
  }
}

.toggle-slide .icon_arrow-down-bold {
  width: 12px;
  height: 12px;
  margin-left: 15px
}

.h2 {
  font-size: 1.714em;
  margin: 0 0 20px;
  font-family: "Montserrat Medium", sans-serif
}

.scroll-info {
  font-size: 1.3em;
  font-family: "Montserrat Medium", sans-serif;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  display: none
}

.scroll-info:hover .icon_arrow-down-bold {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px)
}

@media (max-width:1024px) {
  .currency__list {
    left: -5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .18)
  }
  .scroll-info {
    display: block;
    margin-top: 15px
  }
}

.scroll-info span {
  display: block
}

.scroll-info .icon_arrow-down-bold {
  width: 27px;
  height: 27px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.scroll-info_full {
  margin-bottom: 30px
}

.icons-social a:hover .icons-social_instagram {
  fill: #fa7ab2
}

.icons-social a:hover .icons-social_facebook {
  fill: #3b579d
}

.icons-social a:hover .icons-social_youtube {
  fill: red
}

.icons-social a:hover .icons-social_vk {
  fill: #5082b9
}

.icons-social .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  -webkit-transition: fill .15s;
  transition: fill .15s
}

.prod-gallery__present {
  border-radius: 7px;
  margin-bottom: 5px
}

.prod-gallery__present img {
  max-width: 100%
}

@media (max-width:640px) {
  .prod-gallery__present img {
    max-height: 300px;
  }
}


.prod-gallery__thumbs {
  border-radius: 7px
}

.prod-gallery__thumbs img {
  max-width: 100%;
  border-radius: 7px
}

.prod-gallery__thumbs .swiper-slide {
  cursor: pointer
}

.prod-gallery__thumbs .swiper-slide-thumb-active {
  opacity: .5;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.swiper-slide,
.swiper-wrapper {
  height: auto
}

/*.prod-gallery__photo::after {*/
/*  content: 'NEW';*/
/*  width: 38px;*/
/*  height: 38px;*/
/*  line-height: 38px;*/
/*  text-align: center;*/
/*  z-index: 4;*/
/*  background-color: #121212;*/
/*  border-radius: 5px;*/
/*  color: #fff;*/
/*  font-weight: 700;*/
/*  font-size: .714em;*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  left: 15px;*/
/*  -webkit-transition: background-color .3s, color .3s;*/
/*  transition: background-color .3s, color .3s*/
/*}*/
.order_products {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-around;
    align-items: center;
    margin: 25px 0px;
}
.order_products .product_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
        border: 1px solid #cbcbcb;
        /*border-top: none;*/
    padding: 5px;
    min-width: 420px;
}
.order_products tr.product_item.top_table {
    border-top: 1px solid #cbcbcb;
}
@media (max-width:576px) {
  .prod-gallery__photo::after {
    width: 23px;
    height: 23px;
    font-size: .5em;
    line-height: 23px
  }
}

.video-container {
  max-height: 400px;
  display: none
}

.swiper-slide-active .video-container {
  display: block
}

.prod-gallery__playvideo {
  position: relative
}

.prod-gallery__playvideo::after {
  content: '';
  background-image: url(../img/play.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .mobcat .category-item-menu-a a, .mobcat .category-item-menutitle a {
                        color: black!important;
                    }

                    .mobcat .category-item-menu-in-wrap-1 {
                        max-width: 45%;
                        min-width: 45%;
                    }

                    ul { list-style: none; }
                    ul.am-filter-items-attr_category_ids { padding-left: 0px; }
                    ul.items-children { padding-left: 16px; margin-top: 10px; }
                    .am-labels-folding .item { position: relative; }
                    ul.am-filter-items-attr_category_ids .item { margin-bottom: 10px; line-height: 18px; }
                    .am-labels-folding .item { position: relative; }
                    .am-labels-folding .item:before, .am-labels-folding .item:after { display: table; content: ""; line-height: 0; }
                    .am-labels-folding .item a.amshopby-filter-parent, .am-category-view .item a.amshopby-filter-parent { margin-left: 18px; display: inline-block; }
                    .am-collapse-icon { cursor: pointer; position: absolute; width: .8rem; height: .5rem; border-radius: 50%; box-sizing: border-box; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: 400; line-height: 1; }
                    .am-collapse-icon.open:after { transform: rotate(0deg); }
                    .am-collapse-icon:after { content: ''; position: absolute; top: 50%; width: 0; height: 0; border-color: #000 transparent transparent; border-style: solid; border-width: .5rem .4rem 0; box-sizing: border-box; transition: all .2s linear; transform: rotate(-90deg); }
                    ul.am-filter-items-attr_category_ids span.label.active {font-weight: bold;}

                    .prods_tile .prod__info { width: 100%; display: grid!important; grid-template-columns: 2.2fr 0.4fr 0.4fr;}
                    .prods_tile .prod__info .prod__name { display: block!important; text-align: initial!important; margin-left: 30px;}

                    /*.prod__info .prod__name div:nth-child(2) { display: none;}*/
                    .prods_tile .prod__info .prod__name div:nth-child(2) { display: block;}

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
  .mob_catalog .no_active {
    z-index: 999; display: none; position: unset; width: unset; background: white;
    }
    li.nav-list__item.mob_catalog {
    cursor: pointer;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
ul.category-item-menu.items.am-filter-items-attr_category_ids.am-labels-folding.active {
    display: block!important;
    padding-top: 0px;
    margin-top: 20px;
}
.category-item-menu.active:after {
    left: 50%;
    top: 1px;
}
}
.is_color {
    display:none;
    
}
@media (min-width:461px) {
    .order_products.mobile_version {
        display: none;
    }
    .order_products.desktop {
        display: flex;
    }
}
@media (max-width:460px) {
    .order_products.desktop {
        display: none;
    }
    .order_products.mobile_version {
        display: flex;
        width: 90%;
        padding:0;
        margin:auto;
    }
    .order_products.mobile_version .product_item {
        min-width: auto;
        width: 90%;
        margin:auto;
    }
}
@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right));
    }
}
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.header__bottom.fixed {
  position: fixed;
  top: 45px;
  z-index: 1000;
  margin: auto;
  background-color: #fff;
  width: 98%;
  padding: 20px;
  left: 0;
  box-shadow: 5px 5px 15px #c0c0c0;
 /* transition: 0.3s all ease-in-out;*/
}
.header_transport.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  margin: auto;
  background-color: #fff;
  width: 98%;
  padding: 20px;
  left: 0;
  box-shadow: 5px 5px 15px #c0c0c0;
}

.header__bottom.fixed .category-item-menu {
    top:82px;
}
@media (max-width: 1024px){
    .header__bottom.fixed{
        display:none;
    } 
    .header__bottom-r .cart {
        display:none;
    }
}