@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');
@charset "UTF-8";
/* Slider */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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;
}
img.ofp-demo {
  -o-object-fit: cover;
  font-family: 'object-fit:cover';
  object-fit: cover;
}
.account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
.account > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.account__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 25px;
  padding-right: 25px;
}
.account__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 25px;
  padding-right: 25px;
}
.account__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.account__btns:not(:last-child) {
  margin-bottom: 20px;
}
.account__btns > *:not(:last-child) {
  margin-right: 20px;
}
.account__btns > * {
  margin-bottom: 20px;
}
.account__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.account__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.account__row .account__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.account__row:not(:last-child) {
  margin-bottom: 40px;
}
.account__form {
  width: 750px;
  max-width: 100%;
}
.account__text {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
}
.account__text--center {
  text-align: center;
}
.account__subtitle {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 32px;
}
.account__item:not(:last-child) {
  margin-bottom: 40px;
}
.account-nav {
  position: relative;
}
.account-nav:not(:last-child) {
  margin-bottom: 40px;
}
.account-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-nav__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
}
.account-nav__select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 35px;
  border-radius: 1px;
  border: 1px solid rgba(109, 139, 135, 0.2);
  background-color: rgba(109, 139, 135, 0.08);
  padding: 0.5em 1.5em 0.5em 0.8em;
  color: #1a1919;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.account-nav__select .icon {
  margin-right: 5px;
}
.account-nav__select:hover,
.account-nav__select:focus {
  color: #1a1919;
}
.account-nav__select:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg' width='6px' height='6px'%3E %3Cpath d='M0.429158 9.43493e-07C0.529255 -0.000259401 0.626261 0.0461907 0.703336 0.131289L2.99958 2.68855L5.30011 0.22262C5.34393 0.175205 5.39435 0.139796 5.44847 0.118429C5.5026 0.0970628 5.55936 0.0901594 5.61549 0.0981161C5.67162 0.106073 5.72602 0.128733 5.77556 0.164793C5.8251 0.200854 5.8688 0.249605 5.90416 0.308243C5.93974 0.366631 5.96632 0.433814 5.98235 0.50593C5.99839 0.578047 6.00357 0.653676 5.9976 0.728469C5.99162 0.803262 5.97462 0.875746 5.94755 0.941754C5.92049 1.00776 5.8839 1.06599 5.83989 1.1131L3.26947 3.87015C3.19282 3.9541 3.09667 4 2.99744 4C2.89821 4 2.80206 3.9541 2.7254 3.87015L0.154979 1.01606C0.1116 0.968137 0.0757416 0.909286 0.0494578 0.842873C0.0231746 0.776459 0.00698214 0.70379 0.00180894 0.629026C-0.00336474 0.554262 0.00258286 0.478873 0.0193098 0.407176C0.0360363 0.335479 0.0632142 0.268884 0.0992864 0.211204C0.139151 0.145723 0.189408 0.092823 0.246444 0.0563051C0.30348 0.0197871 0.365879 0.000558599 0.429158 9.43493e-07Z' fill='%23555A66' fill-opacity='0.6'/%3E %3C/svg%3E")
    center center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account-nav__select--active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.account-nav__item--active .account-nav__link {
  color: #00a3cf;
  font-weight: 700;
}
.account-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7em 0;
  font-size: 20px;
  color: #1a1919;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: font-weight 0s;
  transition: font-weight 0s;
}
.account-nav__link:hover,
.account-nav__link:focus {
  color: #00a3cf;
}
.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.advantages__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.item-advantage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.item-advantage__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid #6d8b87;
  text-align: center;
}
.item-advantage__body > * {
  max-width: 100%;
}
.item-advantage__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 65px;
  margin-bottom: 20px;
}
.item-advantage__icon .icon {
  max-width: 100%;
  max-height: 100%;
}
.article {
  font-size: 18px;
}
.article img {
  margin: 40px auto;
}
.article img:first-child {
  margin-top: 0;
}
.article img:last-child {
  margin-bottom: 0;
}
.article:not(:last-child) {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.article:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.article__date {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 500;
  color: rgba(26, 25, 25, 0.6);
}
.article__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article__cols > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.article__cols:not(:last-child) {
  margin-bottom: 80px;
}
.article__cols--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.article__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.blog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.blog__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.blog__row:not(:last-child) {
  margin-bottom: 20px;
}
.item-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.item-blog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  color: #1a1919;
  text-decoration: none;
}
.item-blog__body:hover,
.item-blog__body:focus {
  color: #1a1919;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
}
.item-blog__body:hover .item-blog__img img,
.item-blog__body:focus .item-blog__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-blog__body > * {
  max-width: 100%;
}
.item-blog__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.item-blog__img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  font-family: 'object-fit:cover';
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.item-blog__info {
  padding: 20px;
}
.item-blog__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}
.item-blog__title:not(:last-child) {
  margin-bottom: 0.5em;
}
.item-blog__date {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
  color: #7c7c7c;
}
.item-blog--xl-img .item-blog__img {
  height: 300px;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding: 0;
  color: #1a1919;
  font-size: 18px;
}
.breadcrumbs a {
  color: #b1b1b1;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #1a1919;
}
.breadcrumbs__item {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.6em;
  white-space: nowrap;
}
.breadcrumbs__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__item:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  pointer-events: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.85em 2.7em;
  background-color: #00a3cf;
  color: white;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #00a3cf;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
}
.btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}
.btn span {
  margin-left: 0.2em;
}
.btn:hover,
.btn:focus {
  border-color: #008fb6;
  background-color: #008fb6;
  color: white;
}
.btn--black {
  border: 2px solid #1a1919;
  background-color: #1a1919;
}
.btn--black:hover,
.btn--black:focus {
  background-color: transparent;
  color: #1a1919;
  border-color: #1a1919;
}
.btn--black:hover .icon,
.btn--black:focus .icon {
  fill: #1a1919;
}
.btn--transparent {
  background-color: transparent;
  border: 2px solid #1a1919;
  color: #1a1919;
}
.btn--transparent:hover,
.btn--transparent:focus {
  background-color: #1a1919;
  border-color: #1a1919;
  color: white;
}
.btn--white {
  background-color: white;
  border: 2px solid white;
  color: #1a1919;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.btn--white:hover,
.btn--white:focus {
  border-color: #00a3cf;
  background-color: #00a3cf;
  color: white;
}
.btn--green {
  background-color: #6d8b87;
  border-color: #6d8b87;
}
.btn--green:hover,
.btn--green:focus {
  border-color: #627d79;
  background-color: #627d79;
  color: white;
}
.btn--disabled {
  background-color: transparent;
  border-color: #c4c4c4;
  color: #c4c4c4;
  cursor: default;
}
.btn--disabled:hover,
.btn--disabled:focus {
  background-color: transparent;
  border-color: #c4c4c4;
  color: #c4c4c4;
}
.burger {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 25px;
  border: none;
  padding: 0;
  line-height: 25px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.burger > span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  background: white;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.burger > span:before,
.burger > span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.burger > span:before {
  top: -7px;
}
.burger > span:after {
  top: 7px;
}
.card-advantages {
  padding: 25px 40px;
  background: #f4f5f5;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.card-advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -40px;
}
.card-advantages__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.card-advantages__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.card-advantages__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin-right: 20px;
}
.card-advantages__icon .icon {
  max-width: 100%;
  max-height: 100%;
  fill: rgba(26, 25, 25, 0.7);
}
.card-advantages__text {
  color: #898989;
  font-weight: 500;
}
.card-descr__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.card-descr__cols > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.card-descr__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.card-descr__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.card-descr__info {
  font-size: 20px;
}
.card-descr__list--col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.card-descr__item:not(:last-child) {
  margin-bottom: 0.3em;
}
.card-descr__title {
  margin-right: 0.3em;
  color: #8b8b8b;
}
.card-descr__text {
  font-weight: 600;
}
.card-descr__advantages {
  margin-top: 2em;
}
.card-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 492px;
  overflow: hidden;
}
.card-gallery:not(:last-child) {
  margin-bottom: 40px;
}
.card-gallery__thumbs {
  height: 100%;
}
.card-gallery__thumbs .card-gallery__img {
  width: 108px;
  height: 106px;
}
.card-gallery__thumbs .slick-slide {
  margin-bottom: 20px;
  margin-right: 20px;
  outline: none;
}
.card-gallery__thumbs .slick-track {
  margin: 0;
}
.card-gallery__main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% - 130px);
}
.card-gallery__main .card-gallery__img {
  height: 491px;
}
.card-gallery__img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #e4e4e4;
}
.card-gallery__img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80%;
  max-height: 80%;
}
.card-gallery .slick-list {
  height: 100%;
  padding: 1px;
}
.card-main__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.card-main__cols > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.card-main__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.5%;
  flex: 0 0 42.5%;
  max-width: 42.5%;
  padding-left: 30px;
  padding-right: 30px;
}
.card-main__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.5%;
  flex: 0 0 57.5%;
  max-width: 57.5%;
  padding-left: 30px;
  padding-right: 30px;
}
.card-main__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.card-main__info > * {
  max-width: 100%;
}
.card-main__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
.card-main__title {
  margin-bottom: 0.5em;
  font-size: 32px;
}
.card-main__subtitle {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 600;
}
.card-main__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}
.card-main__weight {
  color: #6d8b87;
}
.card-main__choice-size {
  text-decoration: none;
}
.card-main__descr {
  margin-bottom: 1em;
  color: #6d8b87;
}
.card-main__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 2em;
}
.card-main__prices > * {
  max-width: 100%;
}
.card-main__prices > *:not(:last-child) {
  margin-right: 20px;
}
.card-main__price {
  font-size: 24px;
  font-weight: 600;
}
.card-main__price span {
  font-size: 32px;
}
.card-main__old-price {
  font-size: 12px;
  color: #f84147;
  text-decoration: line-through;
}
.card-main__old-price span {
  font-size: 16px;
}
.card-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  position: relative;
}
.card-main__btns > * {
  margin-bottom: 20px;
}
.card-main__btns > *:not(:last-child) {
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.card-main__btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.card-main__btns-group > *:not(:last-child) {
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.ya-share2_inited {
  position: absolute;
  width: 150px;
  right: -140px;
  top: 0;
  z-index: 20;
  display: none;
}
.ya-share2_inited.active {
  display: block;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 30px !important;
  width: 30px !important;
  background-size: 30px 30px !important;
  background-color: #f4f5f5;
  color: white !important;
}
.card-main__btn {
  height: 60px;
}
.card-main__favorite,
.card-main__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  cursor: pointer;
}
.card-main__favorite .icon,
.card-main__share .icon {
  max-width: 30%;
  max-height: 30%;
}
.card-main__favorite:hover .icon,
.card-main__favorite:focus .icon,
.card-main__share:hover .icon,
.card-main__share:focus .icon {
  fill: #00a3cf;
}
.card-main__favorite .icon {
  fill: #1a1919;
}
.card-main__share {
  background-color: #1a1919;
}
.card-main__share .icon {
  fill: white;
}
.card-main__share.active .icon {
  fill: #00a3cf;
}
.card-set:not(:last-child) {
  margin-bottom: 1em;
}
.card-set__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.card-set__items > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.card-set__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  padding-left: 10px;
  padding-right: 10px;
  height: 110px;
  margin-bottom: 20px;
}
.card-set__item:not(:last-child) {
  margin-right: 2em;
}
.card-set__item:not(:last-child):after {
  content: '+';
  font-size: 2.8em;
  margin-left: 0.35em;
}
.card-set__item--active .card-set__body {
  border-color: #1a1919;
}
.card-set__body {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
}
.card-set__body:hover .card-set__info,
.card-set__body:focus .card-set__info {
  opacity: 1;
  pointer-events: auto;
}
.card-set__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.card-set__img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80%;
  max-height: 80%;
}
.card-set__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 200px;
  border: 1px solid #e4e4e4;
  background-color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-set__info .card-set__img {
  margin-bottom: 10px;
  height: 120px;
}
.card-set__name {
  margin-bottom: 1em;
  color: #6d8b87;
}
.card-set__price {
  color: #00a3cf;
  font-size: 20px;
  font-weight: 600;
}
.card-set__total-price {
  font-size: 20px;
  font-weight: 600;
}
.card-set__total-price span {
  font-size: 28px;
}
.card-another__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.card-another__items > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.card-another__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  padding-left: 10px;
  padding-right: 10px;
  height: 90px;
  margin-bottom: 20px;
}
.card-another__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
}
.card-another__img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80%;
  max-height: 80%;
}
.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 100px;
}
.cart > * {
  max-width: 100%;
}
.cart__items:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.footer-cart {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 470px;
  max-width: 100%;
}
.footer-cart > * {
  max-width: 100%;
}
.footer-cart__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: auto;
}
.footer-cart__btns > * {
  margin-bottom: 20px;
}
.footer-cart__btns > *:not(:last-child) {
  margin-right: 20px;
}
.footer-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
}
.footer-cart__item:not(:last-child) {
  margin-bottom: 1em;
}
.footer-cart__title {
  margin-right: 1em;
  font-size: 18px;
  font-weight: 600;
}
.footer-cart__sale {
  color: #00a3cf;
  font-weight: 600;
}
.footer-cart__sale span {
  font-size: 20px;
}
.footer-cart__price {
  font-weight: 600;
}
.footer-cart__price span {
  font-size: 36px;
}
.item-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-cart:not(:last-child) {
  margin-bottom: 20px;
}
.item-cart__remove {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
.item-cart__remove .icon {
  fill: #1a1919;
}
.item-cart__remove:hover .icon,
.item-cart__remove:focus .icon {
  fill: #6d8b87;
}
.item-cart__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-cart__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
  text-align: center;
  padding: 0 10px;
}
.item-cart__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}
.item-cart__col:last-child {
  text-align: right;
  padding-right: 0;
}
.item-cart__info-title {
  color: #898989;
  font-weight: 500;
  white-space: nowrap;
  font-size: 20px;
}
.item-cart__info-text {
  font-weight: 600;
  white-space: nowrap;
  font-size: 20px;
}
.item-cart__price {
  font-weight: 600;
  white-space: nowrap;
  font-size: 20px;
}
.item-cart__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin-right: 20px;
  border: 1px solid #e4e4e4;
}
.item-cart__img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}
.item-cart__name {
  font-size: 22px;
  font-weight: 600;
}
.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.catalog__wrapper > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.catalog__filters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.33333%;
  flex: 0 0 23.33333%;
  max-width: 23.33333%;
  padding-left: 25px;
  padding-right: 25px;
}
.catalog__products:not(.mfilter-selected-filters) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 76.66667%;
  flex: 0 0 76.66667%;
  max-width: 76.66667%;
  padding-left: 25px;
  padding-right: 25px;
}
.catalog__products .item-product:nth-child(n + 11) {
  /*
    display: none; */
}
.categories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.categories__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.item-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.item-category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #f4f5f5;
  text-align: center;
  color: #1a1919;
  text-decoration: none;
}
.item-category__body:hover,
.item-category__body:focus {
  color: #1a1919;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
}
.item-category__body > * {
  max-width: 100%;
}
.item-category__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-bottom: 30px;
}
.item-category__img img {
  max-width: 100%;
  max-height: 100%;
}
.item-category__name {
  margin: 0;
}
.categories-nav {
  width: 100%;
}
.categories-nav__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
  font-size: 18px;
  color: #6d8b87;
  font-weight: 500;
  text-decoration: none;
}
.categories-nav__title .icon {
  margin-right: 10px;
}
.categories-nav__title:hover,
.categories-nav__title:focus {
  color: #6d8b87;
}
.categories-nav__dropdown {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}
.categories-nav__dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #e3e3e3;
}
.categories-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories-nav__item:not(:last-child) {
  margin-right: 20px;
}
.categories-nav__item--selected .categories-nav__link {
  padding: 11px 17px;
  border: 1px solid #00a3cf;
  color: #00a3cf;
  font-weight: 700;
}
.categories-nav__item--selected .categories-nav__link:hover,
.categories-nav__item--selected .categories-nav__link:focus {
  background-color: #00a3cf;
  color: white;
}
.categories-nav__link {
  font-size: 18px;
  font-weight: 500;
  color: currentColor;
  text-transform: uppercase;
  text-decoration: none;
}
.categories-nav__link:hover,
.categories-nav__link:focus {
  color: #00a3cf;
}
.categories-tabs {
  position: relative;
}
.categories-tabs__select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 140px;
  min-height: 35px;
  border-radius: 1px;
  border: 1px solid rgba(109, 139, 135, 0.2);
  background-color: rgba(109, 139, 135, 0.08);
  padding: 0.5em 1.5em 0.5em 0.8em;
  color: #1a1919;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.categories-tabs__select .icon {
  margin-right: 5px;
}
.categories-tabs__select:hover,
.categories-tabs__select:focus {
  color: #1a1919;
}
.categories-tabs__select:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg' width='6px' height='6px'%3E %3Cpath d='M0.429158 9.43493e-07C0.529255 -0.000259401 0.626261 0.0461907 0.703336 0.131289L2.99958 2.68855L5.30011 0.22262C5.34393 0.175205 5.39435 0.139796 5.44847 0.118429C5.5026 0.0970628 5.55936 0.0901594 5.61549 0.0981161C5.67162 0.106073 5.72602 0.128733 5.77556 0.164793C5.8251 0.200854 5.8688 0.249605 5.90416 0.308243C5.93974 0.366631 5.96632 0.433814 5.98235 0.50593C5.99839 0.578047 6.00357 0.653676 5.9976 0.728469C5.99162 0.803262 5.97462 0.875746 5.94755 0.941754C5.92049 1.00776 5.8839 1.06599 5.83989 1.1131L3.26947 3.87015C3.19282 3.9541 3.09667 4 2.99744 4C2.89821 4 2.80206 3.9541 2.7254 3.87015L0.154979 1.01606C0.1116 0.968137 0.0757416 0.909286 0.0494578 0.842873C0.0231746 0.776459 0.00698214 0.70379 0.00180894 0.629026C-0.00336474 0.554262 0.00258286 0.478873 0.0193098 0.407176C0.0360363 0.335479 0.0632142 0.268884 0.0992864 0.211204C0.139151 0.145723 0.189408 0.092823 0.246444 0.0563051C0.30348 0.0197871 0.365879 0.000558599 0.429158 9.43493e-07Z' fill='%23555A66' fill-opacity='0.6'/%3E %3C/svg%3E")
    center center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.categories-tabs__select--active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.categories-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories-tabs__item--active .categories-tabs__link {
  background-color: rgba(109, 139, 135, 0.08);
  border-color: rgba(109, 139, 135, 0.2);
  color: #1a1919;
}
.categories-tabs__item--active .categories-tabs__link:hover,
.categories-tabs__item--active .categories-tabs__link:focus {
  color: #1a1919;
  cursor: default;
}
.categories-tabs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0.8em;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 1px;
  color: #333a38;
  text-decoration: none;
}
.categories-tabs__link .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.categories-tabs__link:hover,
.categories-tabs__link:focus {
  color: #6d8b87;
}
.categories-tabs__content {
  display: none;
  width: 100%;
}
.categories-tabs__content--active {
  display: block;
}
.categories-tabs--btns .categories-tabs__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: -20px;
}
.categories-tabs--btns .categories-tabs__item {
  margin-bottom: 20px;
}
.categories-tabs--btns .categories-tabs__item:not(:last-child) {
  margin-right: 20px;
}
.categories-tabs--btns .categories-tabs__item--active .categories-tabs__link {
  background-color: #00a3cf;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.categories-tabs--btns .categories-tabs__item--active .categories-tabs__link:hover,
.categories-tabs--btns .categories-tabs__item--active .categories-tabs__link:focus {
  color: white;
}
.categories-tabs--btns .categories-tabs__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 240px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.categories-tabs--btns .categories-tabs__link:hover,
.categories-tabs--btns .categories-tabs__link:focus {
  color: #00a3cf;
}
.close {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
}
.close span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  background: transparent;
}
.close span:before,
.close span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1a1919;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.confirm-order {
  font-size: 20px;
}
.confirm-order__title {
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.confirm-order__number {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.confirm-order__cost {
  margin-bottom: 40px;
  font-weight: 600;
}
.confirm-order__address:not(:last-child),
.confirm-order__text:not(:last-child) {
  margin-bottom: 40px;
}
.confirm-order__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.confirm-order__btns > * {
  margin-bottom: 20px;
}
.confirm-order__btns > *:not(:last-child) {
  margin-right: 20px;
}
.confirm-order--success {
  display: none;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.contacts__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.contacts__feedback {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.contacts__feedback .feedback__form .form__btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: auto;
}
.contacts__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.contacts__map {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.33333%;
  flex: 1 0 33.33333%;
  min-height: 300px;
  margin-right: calc((100vw - 1520px) / -2);
  margin-left: -10px;
  margin-bottom: 20px;
}
.contacts__info-body {
  height: 100%;
  padding: 30px;
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 4px 0px 0px 4px;
}
.contacts__item:not(:last-child) {
  margin-bottom: 2em;
}
.contacts__text {
  line-height: 2;
}
.contacts__subtitle {
  margin-top: 0;
}
.delivery {
  font-size: 18px;
}
.delivery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -40px;
}
.delivery__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.delivery__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.delivery__text {
  color: #333a38;
}
.delivery__text:not(:last-child) {
  margin-bottom: 40px;
}
.delivery__item {
  margin-bottom: 40px;
}
.delivery__subtitle {
  margin-top: 0;
  font-family: 'Lora', sans-serif;
}
.details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.details__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.item-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.item-details__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 45px;
  background: #f4f5f5;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  text-align: center;
}
.item-details__body > * {
  max-width: 100%;
}
.item-details__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-bottom: 30px;
}
.item-details__img img {
  max-width: 70%;
  max-height: 100%;
}
.item-details__text {
  color: #898989;
}
.feedback .field-text__input {
  border-color: #c4c4c4;
}
.feedback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  background: #f4f5f5;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.feedback__body > * {
  max-width: 100%;
}
.feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.feedback__form .form__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 20px;
}
.feedback__form > * {
  max-width: 100%;
}
.feedback__subtitle {
  margin-top: 0;
}
.field-checkbox {
  display: block;
}
.field-checkbox + .field-checkbox {
  margin-top: 1em;
}
.field-checkbox__title {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}
.field-checkbox__name {
  display: inline-block;
  position: relative;
  padding-left: 1.6em;
  margin-right: 0.6em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333a38;
}
.field-checkbox__name-text {
  display: inline-block;
  cursor: pointer;
}
input:disabled ~ .field-checkbox__name-text {
  cursor: not-allowed;
}
.field-checkbox__name-text:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #949494;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:disabled ~ .field-checkbox__name-text:before {
  border-color: #999999;
  background: #cccccc;
}
.field-checkbox__name-text:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 6px;
  opacity: 0;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 1px 2px 0 #fff, inset 0 -2px 0 #fff;
  box-shadow: 1px 2px 0 #fff, inset 0 -2px 0 #fff;
}
input:checked ~ .field-checkbox__name-text:after {
  opacity: 1;
}
input:checked:disabled ~ .field-checkbox__name-text:after {
  border-color: #999999;
}
.field-checkbox__name-text:hover:before {
  border-color: #1a1919;
}
.field-checkbox__input {
  position: absolute;
  top: 0.7em;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.field-checkbox__input:focus,
.field-checkbox__input:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 163, 207, 0.7);
  box-shadow: 0 0 0 2px rgba(0, 163, 207, 0.7);
}
.field-checkbox__help-text-wrap {
  padding-left: 1.5em;
}
.field-checkbox__help-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 1em;
  color: rgba(26, 25, 25, 0.7);
  -webkit-transition: all 0.3s, font-size 0s;
  transition: all 0.3s, font-size 0s;
}
.field-checkbox__help-text:empty {
  display: none;
}
.field-checkbox--error .field-checkbox__name-text,
.field-checkbox--error .field-checkbox__help-text {
  color: #d8544f;
}
.field-checkbox--bold .field-checkbox__name-text {
  font-weight: 600;
}
.field-radio {
  display: block;
}
.field-radio + .field-radio {
  margin-top: 1em;
}
.field-radio__title {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}
.field-radio__name {
  display: inline-block;
  position: relative;
  padding-left: 1.6em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333a38;
}
.field-radio__name-text {
  display: inline-block;
  cursor: pointer;
}
input:disabled ~ .field-radio__name-text {
  cursor: not-allowed;
}
.field-radio__name-text:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #949494;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:disabled ~ .field-radio__name-text:before {
  border-color: #999999;
  background: #cccccc;
}
.field-radio__name-text:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  opacity: 0;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input:checked ~ .field-radio__name-text:after {
  opacity: 1;
}
input:checked:disabled ~ .field-radio__name-text:after {
  background-color: #999999;
}
.field-radio__name-text:hover:before {
  border-color: #1a1919;
}
.field-radio__input {
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.field-radio__input:focus,
.field-radio__input:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 163, 207, 0.7);
  box-shadow: 0 0 0 2px rgba(0, 163, 207, 0.7);
}
.field-radio__help-text-wrap {
  padding-left: 1.5em;
}
.field-radio__help-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 1em;
  color: rgba(26, 25, 25, 0.7);
  -webkit-transition: all 0.3s, font-size 0s;
  transition: all 0.3s, font-size 0s;
}
.field-radio__help-text:empty {
  display: none;
}
.field-radio--error .field-radio__name-text,
.field-radio--error .field-radio__help-text {
  color: #d8544f;
}
.field-radio--size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(12.5% + 1px);
  min-width: 70px;
  margin-left: -1px;
  margin-bottom: -1px;
}
.field-radio--size + .field-radio--size {
  margin-top: 0;
}
.field-radio--size .field-radio__name {
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 600;
}
.field-radio--size .field-radio__name-text {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s, position 0s;
  transition: all 0.3s, position 0s;
}
.field-radio--size .field-radio__name-text:before,
.field-radio--size .field-radio__name-text:after {
  display: none;
}
.field-radio--size .field-radio__name-text:hover {
  position: relative;
  z-index: 1;
  border-color: #1a1919;
}
.field-radio--size input:checked + .field-radio__name-text {
  color: white;
  background-color: #1a1919;
  border-color: #1a1919;
}
.field-select {
  display: block;
  margin-bottom: 1em;
}
.field-select__name {
  color: #7c7c7c;
  font-weight: 600;
}
.field-select__name:not(:last-child) {
  margin-right: 0.5em;
}
.field-select__help-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 1em;
  color: rgba(26, 25, 25, 0.7);
  -webkit-transition: all 0.3s, font-size 0s;
  transition: all 0.3s, font-size 0s;
}
.field-select__help-text:empty {
  display: none;
}
.field-select--error {
  color: #d8544f;
}
.field-select--error .field-select__name,
.field-select--error .field-select__select,
.field-select--error .field-select__help-text {
  color: #d8544f;
}
.field-select--error .field-select__select,
.field-select--error .choices__inner,
.field-select--error .choices:after {
  border-color: #d8544f;
  background-color: #f9e2e2;
}
/** @define choices */
.choices {
  position: relative;
}
.choices:focus {
  outline: 0;
}
.choices:after {
  content: '';
  position: absolute;
  top: 1em;
  right: 1em;
  width: 7px;
  height: 7px;
  border-left: 1px solid #1a1919;
  border-bottom: 1px solid #1a1919;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.choices.is-open:after {
  -webkit-transform: translateY(3px) rotate(135deg);
  transform: translateY(3px) rotate(135deg);
}
.choices .is-hidden {
  display: none;
}
.choices__inner {
  min-width: 200px;
  border: 1px solid #e4e4e4;
  border-radius: 1px;
  padding: 0.5em 2em 0.5em 1em;
  background: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.choices__inner .choices__item--selectable {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.choices__list--dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  margin-top: -1px;
  border: 1px solid #e4e4e4;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  background-color: #fff;
  overflow: hidden;
}
.choices__list--dropdown .choices__item {
  padding: 5px 12px;
  cursor: pointer;
}
.choices__list--dropdown .choices__item.is-highlighted {
  background-color: rgba(109, 139, 135, 0.08);
}
.choices__heading {
  padding: 5px 12px;
  font-size: 0.75em;
  font-weight: 700;
  opacity: 0.5;
  cursor: default;
}
.choices.is-open .choices__list--dropdown {
  display: block;
}
.choices.is-disabled .choices__inner {
  background-color: #e4e4e4;
  cursor: default;
}
.field-text {
  position: relative;
  display: block;
}
.field-text:not(:last-child) {
  margin-bottom: 1em;
}
.field-text input:-webkit-autofill,
.field-text input:-webkit-autofill:hover,
.field-text input:-webkit-autofill:focus,
.field-text input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /* выставляется желаемая задержка */
  -webkit-text-fill-color: #1a1919;
  caret-color: #1a1919;
}
.field-text__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}
.field-text__input-wrap {
  display: block;
}
.field-text__input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-height: 50px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1em;
  font-family: inherit;
  background-color: transparent;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  outline: none;
}
.field-text__input::-webkit-input-placeholder {
  color: #adadad;
}
.field-text__input::-moz-placeholder {
  color: #adadad;
}
.field-text__input:-ms-input-placeholder {
  color: #adadad;
}
.field-text__input::-ms-input-placeholder {
  color: #adadad;
}
.field-text__input::placeholder {
  color: #adadad;
}
.field-text__input[disabled],
.field-text__input[readonly] {
  cursor: not-allowed;
  background-color: #cccccc;
}
.field-text__input::-webkit-search-cancel-button,
.field-text__input::-webkit-search-decoration,
.field-text__input::-webkit-inner-spin-button,
.field-text__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.field-text__input[type='color'] {
  padding: 0;
}
textarea.field-text__input {
  height: 50px;
  resize: vertical;
  padding: 0.7em 0;
}
.field-text__input:focus + .field-text__help-text {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  font-size: 12px;
}
.field-text__help-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 1em;
  color: rgba(26, 25, 25, 0.7);
  -webkit-transition: all 0.3s, font-size 0s;
  transition: all 0.3s, font-size 0s;
}
.field-text__help-text:empty {
  display: none;
}
.field-text--error .field-text__name,
.field-text--error .field-text__input,
.field-text--error .field-text__help-text {
  color: #d8544f;
}
.field-text--error .field-text__input {
  border-color: #d8544f;
  background-color: #f9e2e2;
}
.field-text--error .field-text__help-text,
.field-text--fix .field-text__help-text {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  font-size: 12px;
}
.field-text--title .field-text__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field-text--title .field-text__input {
  font-size: 20px;
}
.field-text--title .field-text__input + .field-text__help-text {
  font-size: 20px;
  top: 0;
  -webkit-transform: none;
  transform: none;
}
.field-text--title .field-text__help-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: static;
  top: 0;
  -webkit-transform: none;
  transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding-top: 0;
  padding-right: 15px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 20px;
  font-weight: 500;
  color: rgba(26, 25, 25, 0.5);
}
.field-toggler {
  display: block;
}
.field-toggler:not(:last-child) {
  margin-bottom: 2em;
}
.field-toggler:not(:first-child) {
  margin-top: 2em;
}
.field-toggler__title {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.5;
  font-weight: 700;
}
.field-toggler__input-wrap + .field-toggler__input-wrap {
  margin-top: 1em;
}
.field-toggler__input-wrap--error .field-toggler__name-text,
.field-toggler__input-wrap--error .field-toggler__help-text {
  color: #d8544f;
}
.field-toggler__input-wrap--error .field-toggler__name-text:after {
  background: #d8544f;
}
.field-toggler__name {
  display: inline-block;
  position: relative;
  padding-left: 4.5em;
  margin-right: 0.6em;
  font-weight: 400;
  line-height: 1.5;
}
.field-toggler__name-text {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:disabled ~ .field-toggler__name-text {
  cursor: not-allowed;
}
.field-toggler__name-text:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 57px;
  height: 28px;
  background: #c4c4c4;
  border-radius: 111px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:disabled ~ .field-toggler__name-text:before {
  background: #cccccc;
}
input:checked ~ .field-toggler__name-text:before {
  background: #00a3cf;
}
.field-toggler__name-text:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:checked ~ .field-toggler__name-text:after {
  -webkit-transform: translate(29px, 0);
  transform: translate(29px, 0);
}
input:disabled ~ .field-toggler__name-text:after {
  background-color: #999999;
}
.field-toggler__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.field-toggler__help-text-wrap {
  padding-left: 3.2em;
}
.field-toggler__help-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 1em;
  color: rgba(26, 25, 25, 0.7);
  -webkit-transition: all 0.3s, font-size 0s;
  transition: all 0.3s, font-size 0s;
}
.field-toggler__help-text:empty {
  display: none;
}
.filters {
  margin-bottom: 100px;
}
.filters__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333a38;
}
.filters__close span:before,
.filters__close span:after {
  background: white;
}
.filters__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.7em 15px;
  border-bottom: 1px solid #e3e3e3;
}
.filters__main-title {
  font-size: 18px;
  font-weight: 700;
}
.filters__reset {
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans',
    'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 16px;
  font-weight: 600;
  color: #333a38;
  outline: none;
}
.filters__range-slider {
  margin-bottom: 20px;
}
.filters__range-slider .irs-to,
.filters__range-slider .irs-from,
.filters__range-slider .irs-max,
.filters__range-slider .irs-min,
.filters__range-slider .irs-single {
  display: none;
}
.filters__range-slider .irs-line {
  height: 2px;
  background-color: #e3e3e3;
}
.filters__range-slider .irs-bar {
  height: 2px;
  background-color: #1a1919;
}
.filters__range-slider .irs-handle {
  width: 20px;
  height: 20px;
  border: 3px solid #1a1919;
  background-color: #1a1919;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, transform 0.3s;
  transition: border 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.filters__range-slider .irs-handle.state_hover,
.filters__range-slider .irs-handle:hover,
.filters__range-slider .irs-handle:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #1a1919;
  border-color: rgba(109, 139, 135, 0.7);
}
.filters__extra-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filters__extra-controls:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  height: 1px;
  background-color: #c4c4c4;
}
.filters__extra-controls input {
  width: 160px;
  max-width: 50%;
  height: 40px;
  padding: 0 0.5em;
  text-align: center;
  border: 1px solid #e3e3e3;
  background-color: white;
  border-radius: 1px;
  outline: none;
  font-size: 20px;
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans',
    'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filters__group {
  padding-top: 0.7em;
  border-bottom: 1px solid #e3e3e3;
}
.filters__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.7em;
  font-size: 20px;
  font-weight: 600;
  color: currentColor;
  text-decoration: none;
}
.filters__title:hover,
.filters__title:focus {
  color: #1a1919;
}
.filters__title--dropdown:after {
  content: '';
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-left: 1em;
  margin-right: 2px;
  border-left: 1px solid #1a1919;
  border-bottom: 1px solid #1a1919;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filters__title--open {
  -webkit-transition: margin 0s;
  transition: margin 0s;
}
.filters__title--open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.filters__show-more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: currentColor;
  font-weight: 500;
  text-decoration: none;
}
.filters__show-more:before {
  content: '';
  width: 7px;
  height: 7px;
  margin-top: -7px;
  margin-right: 1.2em;
  border-left: 1px solid #1a1919;
  border-bottom: 1px solid #1a1919;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filters__show-more:hover,
.filters__show-more:focus {
  color: #00a3cf;
}
.filters__show-more:hover:before,
.filters__show-more:focus:before {
  border-color: #00a3cf;
}
.filters__show-more--open:before {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.filters__dropdown {
  display: none;
  padding-bottom: 0.7em;
}
.filters__dropdown--open {
  display: block;
}
.filters__items:not(:last-child) {
  margin-bottom: 1em;
}
.filters__items--hidden .field-checkbox:nth-child(n + 7) {
  display: none;
}
.footer {
  background: #252424 url(../img/bg-footer.svg) 0 0 repeat;
  color: white;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 20px;
}
.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  margin-top: 50px;
}
.footer__bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(109, 139, 135, 0.3);
}
.footer__privacy-policy {
  color: currentColor;
  text-decoration: none;
}
.footer__privacy-policy:hover,
.footer__privacy-policy:focus {
  color: #00a3cf;
}
.footer__social {
  margin-bottom: 1em;
}
.footer__social-text {
  margin-bottom: 1em;
}
.footer__write {
  margin-top: auto;
  font-size: 18px;
  color: currentColor;
  text-decoration: none;
}
.footer__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__info > * {
  max-width: 100%;
}
.footer__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__info-group > * {
  max-width: 100%;
}
.footer__logo {
  margin-top: -30px;
}
.footer__develop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  text-decoration: none;
  color: white;
}
.footer__develop span {
  margin-right: 1em;
}
.footer__develop:hover,
.footer__develop:focus {
  color: #00a3cf;
}
.footer__develop-logo svg path {
  fill: #00a3cf;
}
.footer__bottom-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 80px;
}
.footer-title {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 24px;
  font-weight: 700;
}
.footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 50px;
  height: 1px;
  background-color: #00a3cf;
}
.footer-nav--wide {
  width: 50%;
  padding-right: 40px;
}
.footer-nav--narrow {
  width: 30%;
  padding-right: 40px;
}
.footer-nav__list {
  margin: 0 0 -1em;
  padding: 0;
  list-style: none;
}
.footer-nav__list--col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.footer-nav__list--col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.footer-nav__item {
  margin-bottom: 1em;
}
.footer-nav__link {
  font-size: 18px;
  color: currentColor;
  text-decoration: none;
}
.footer-nav__link:hover,
.footer-nav__link:focus {
  color: #00a3cf;
}
.form__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
.form__fieldset:not(:last-of-type) {
  margin-bottom: 80px;
}
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 32px;
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans',
    'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
  color: currentColor;
}
.form__btn {
  margin-top: 1em;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__row > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0;
}
.form__row > *:not(:last-child) {
  margin-right: 20px;
}
.form__footer-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}
.form__footer-order .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form__footer-order > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0;
}
.form__footer-order > *:not(:last-child) {
  margin-right: 20px;
}
.form__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.form__promo .field-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  margin-right: 1em;
}
.form__promo .btn {
  border-radius: 0;
}
.form__promo > * {
  margin: 0;
}
.form__text a {
  color: currentColor;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.form__text a:hover,
.form__text a:focus {
  color: currentColor;
  border-color: transparent;
}
.form__text--light {
  color: #c4c4c4;
}
.header {
  position: relative;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.02);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__top {
  padding: 10px 0;
  background-color: #333a38;
  color: white;
}
.header__main {
  padding: 20px 0;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: currentColor;
  text-decoration: none;
}
.header__phone:not(:last-child) {
  margin-right: 40px;
}
.header__phone .icon {
  margin-right: 10px;
}
.header__phone:hover,
.header__phone:focus {
  color: currentColor;
}
.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: currentColor;
  text-decoration: none;
}
.header__user:not(:last-child) {
  margin-right: 40px;
}
.header__user .icon {
  margin-right: 10px;
}
.header__user:hover,
.header__user:focus {
  color: currentColor;
}
.header__logo:not(:last-child) {
  margin-right: 50px;
}
.header__search {
  width: 430px;
  margin-right: auto;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__cart,
.header__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: rgba(26, 25, 25, 0.7);
  text-decoration: none;
}
.header__cart:not(:last-child),
.header__favorite:not(:last-child) {
  margin-right: 85px;
}
.header__cart .icon,
.header__favorite .icon {
  margin-right: 10px;
  fill: #6d8b87;
}
.header__cart:hover,
.header__cart:focus,
.header__favorite:hover,
.header__favorite:focus {
  color: #6d8b87;
}
.header__cart-icon,
.header__favorite-icon {
  position: relative;
}
.header__cart-number,
.header__favorite-number {
  position: absolute;
  top: -8px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #f84147;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 600;
  color: white;
}
.instagram {
  margin-bottom: 100px;
}
.instagram__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.instagram__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 305px;
  flex: 0 0 305px;
  max-width: 305px;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}
.instagram__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.instagram__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 25, 25, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.instagram__img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  font-family: 'object-fit:cover';
  object-fit: cover;
}
.instagram__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  padding: 10px 60px 30px;
  background-color: white;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.instagram__block:hover .instagram__name,
.instagram__block:focus .instagram__name {
  color: #00a3cf;
}
.instagram__name {
  font-family: 'Partner', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1919;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 0px 4px 4px 0px;
  background-color: #00a3cf;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.label--brown {
  background-color: #372924;
}
.link-more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(26, 25, 25, 0.7);
  text-decoration: none;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}
.link-more .icon {
  margin-left: 10px;
  fill: #1a1919;
}
.link-more:hover,
.link-more:focus {
  color: #1a1919;
}
.list {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.list:first-child {
  margin-top: 0;
}
.list:last-child {
  margin-bottom: 0;
}
.list > li {
  position: relative;
  padding-left: 1em;
}
.list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list > li:before {
  content: '';
  position: absolute;
  display: block;
  top: 0.5em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #1a1919;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo img {
  display: block;
}
.main-nav {
  margin-right: auto;
}
.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav__item {
  position: relative;
}
.main-nav__item:not(:last-child) {
  margin-right: 40px;
}
.main-nav__item--active > .main-nav__link {
  color: white;
}
.main-nav__item--selected > .main-nav__link {
  padding: 9px 15px;
  color: white;
  background-color: rgba(0, 163, 207, 0.15);
  border: 1px solid rgba(0, 163, 207, 0.4);
}
.main-nav__item--selected > .main-nav__link:hover,
.main-nav__item--selected > .main-nav__link:focus {
  background-color: rgba(0, 163, 207, 0.4);
}
.main-nav__link {
  display: inline-block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-decoration: none;
}
.main-nav__link:hover,
.main-nav__link:focus {
  color: white;
}
.main-slider {
  position: relative;
  /*max-height: 510px;*/
  overflow: hidden;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.main-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 1580px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.main-slider__item {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

@media (max-width: 428px) {
  .main-slider__item {
    background-position: unset;
  }
}
.main-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 510px;
  padding: 45px;
}
.main-slider__wrapper > * {
  max-width: 100%;
}
.main-slider__info {
  width: 390px;
  max-width: 100%;
  min-width: 265px;
  margin-right: 75px;
}
.main-slider__img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -30px;
  max-height: 100%;
}
.main-slider__img img {
  max-height: 100%;
}
.main-slider__title {
  margin-bottom: 0.5em;
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
}
.main-slider__text {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: 500;
}
.main-slider__btn {
  border-radius: 0;
}
.mobile-nav__hidden {
  position: absolute;
  top: 0;
  left: -300px;
  z-index: 10;
  width: 300px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: white;
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-nav__hidden--show {
  left: 0;
}
.mobile-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333a38;
}
.mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__list--lvl-2 {
  display: none;
  margin-bottom: 0.8em;
}
.mobile-nav__item {
  border-bottom: 1px solid #e4e4e4;
}
.mobile-nav__item--selected .mobile-nav__link {
  color: #00a3cf;
}
.mobile-nav__item--has-child > .mobile-nav__link:after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 1em;
  margin-right: 0.5em;
  border-left: 1px solid #1a1919;
  border-bottom: 1px solid #1a1919;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-nav__item--lvl-2 {
  border: none;
}
.mobile-nav__item--open > .mobile-nav__link:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.8em 15px;
  text-decoration: none;
  font-weight: 500;
  color: #1a1919;
}
.mobile-nav__link--lvl-2 {
  padding: 0.5em 25px;
}
.mobile-nav__close span:before,
.mobile-nav__close span:after {
  background: white;
}
.order {
  margin-bottom: 100px;
}
.order .cart {
  margin-bottom: 0;
}
.order > * {
  margin-bottom: 0;
}
.order__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -20px;
}
.order__steps:not(:last-child) {
  margin-bottom: 30px;
}
.order__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}
.order__step:not(:last-child) {
  margin-right: 50px;
}
.order__step--active .order__step-number {
  background-color: #00a3cf;
}
.order__step--active .order__step-title {
  color: #1a1919;
}
.order__step-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #c4c4c4;
  color: white;
}
.order__step-title {
  color: rgba(26, 25, 25, 0.7);
}
.order__promotions {
  position: relative;
  padding: 0.8em 0;
  background-color: #00a3cf;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.order__promotions:not(:last-child) {
  margin-bottom: 40px;
}
.order__promotions:before,
.order__promotions:after {
  content: '';
  position: absolute;
  top: 0;
  width: calc((100vw - 1520px) / 2);
  height: 100%;
  background-color: #00a3cf;
}
.order__promotions:before {
  left: calc((100vw - 1520px) / -2);
}
.order__promotions:after {
  right: calc((100vw - 1520px) / -2);
}
.order__cols {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -75px;
  margin-right: -75px;
}
.order__cols > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.order__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-left: 75px;
  padding-right: 75px;
}
.order__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-left: 75px;
  padding-right: 75px;
}
.order__info {
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 500;
}
.order__tabs {
  margin-bottom: 80px;
}
.order__title {
  margin-bottom: 0.5em;
  font-size: 32px;
  font-weight: 600;
}
@-ms-viewport {
  width: device-width;
}
/* stylelint-disable */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
    url('../fonts/Gilroy-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Partner';
  src: url('../fonts/Partner-Bold.woff2') format('woff2'),
    url('../fonts/Partner-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* stylelint-enable */
.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 375px;
  min-height: 100%;
}
.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.page__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.page__main {
  display: block;
}
.page__footer-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page__footer-wrapper .subscribe {
  margin-bottom: 0;
}
.page__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page__cols > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.page__cols .page__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.page__cols .page__main > * {
  margin-bottom: 0;
}
.page__cols .item-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.page__top {
  margin-bottom: 50px;
}
.container {
  width: 1580px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  word-break: break-word;
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans',
    'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #1a1919;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
body.shadow:after {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: auto;
}
[tabindex='-1']:focus {
  outline: none !important;
}
[role='button'] {
  cursor: pointer;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
}
button,
input {
  overflow: visible;
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
svg {
  fill: currentColor;
}
a svg,
button svg {
  pointer-events: none;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a,
button,
.icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #00a3cf;
  background-color: transparent;
}
a:hover,
a:focus {
  color: #006783;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 0;
  overflow: visible;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #b3b3b3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans',
    'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 600;
  line-height: 1.2;
  color: currentColor;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
.page-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
}
.page-title--line {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lora', sans-serif;
  text-transform: uppercase;
  font-size: 32px;
}
.page-title--line:before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 80px;
  height: 1px;
  margin-right: 20px;
  background-color: #00a3cf;
}
.color-blue {
  color: #00a3cf;
}
p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 1em;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}
address {
  font-style: normal;
}
ul,
ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
li {
  line-height: inherit;
}
small {
  font-size: 0.75em;
}
sub,
sup {
  font-size: 0.75em;
}
b,
strong {
  font-weight: bolder;
}
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
code,
kbd,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
code {
  padding: 0.06em 0.3em;
  color: #1a1919;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
kbd {
  padding: 0.06em 0.3em;
  color: #1a1919;
  background-color: #e6e6e6;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
}
pre {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  overflow-x: auto;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  background-color: rgba(0, 0, 0, 0.08);
}
pre code {
  background: transparent;
}
section {
  margin-bottom: 100px;
}
.seo__text > *:first-child {
  margin-top: 0;
}
.seo__text:not(:last-child) {
  margin-bottom: 60px;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border: 2px solid #6d8b87;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li.slick-active {
  background-color: #6d8b87;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  border: none;
}
.slick-slider a {
  outline: none;
}
.slick-slider .item-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  margin-bottom: 0;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  text-align: center;
  color: #1a1919;
}
.pagination__item + .pagination__item {
  border-left: 0;
}
.pagination__item:hover,
.pagination__item:focus {
  text-decoration: none;
  color: #1a1919;
}
a.pagination__item:hover,
a.pagination__item:focus {
  color: #00a3cf;
}
span.pagination__item {
  cursor: default;
}
a.pagination__item--active {
  background-color: #00a3cf;
  color: white;
}
a.pagination__item--active:hover,
a.pagination__item--active:focus {
  background-color: #00a3cf;
  color: white;
  cursor: default;
}
.pagination__item--arrow {
  background-color: #dee0e7;
}
.pagination__item--arrow .icon {
  fill: #b1b1b1;
}
.pagination__item--arrow:hover .icon,
.pagination__item--arrow:focus .icon {
  fill: #1a1919;
}
.pagination__item--arrow:first-child {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.privacy-policy {
  font-size: 20px;
  color: #333a38;
}
.products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.products__top > * {
  margin-bottom: 0;
}
.products__tabs {
  margin: 0 20px;
}
.products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.products__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.products__row:not(:last-child) {
  margin-bottom: 20px;
}
.products__row.slick-slider {
  margin-bottom: 0;
}
.products__row.slick-slider .slick-list {
  padding: 20px 0;
  margin-top: -20px;
}
.products__row.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}
.products__row.slick-slider .slick-slide {
  height: auto;
}
.products__row.slick-slider .slick-slide > div {
  height: 100%;
}
.products__row--4 .item-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.products__row--3 .item-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}
.products__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products__footer > * {
  margin-top: 0;
  margin-bottom: 0;
}
.products__pagination-text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: calc((100% - 320px) / 2);
  text-align: right;
  line-height: 1.2;
}
.products__sort {
  margin-left: auto;
}
.products__sort .field-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.products__options > * {
  margin-bottom: 0;
}
.products__options .field-select {
  margin-bottom: 0;
}
.products__filters-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: currentColor;
}
.products__filters-link .icon {
  margin-right: 0.5em;
}
.products__btn-more {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 30px;
}
.item-product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px;
}
.item-product__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(109, 139, 135, 0.2);
  border-radius: 1px;
  text-decoration: none;
  color: #1a1919;
}
.item-product__body > * {
  max-width: 100%;
}
.item-product__body:hover,
.item-product__body:focus {
  color: #1a1919;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
}
.item-product__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 220px;
}
.item-product__img img {
  max-width: 90%;
  max-height: 90%;
}
.item-product__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 20px;
}
.item-product__info > * {
  max-width: 100%;
}
.item-product__name {
  margin-bottom: 1em;
}
.item-product__prices {
  margin-top: auto;
}
.item-product__old-price {
  font-size: 18px;
  font-weight: 500;
  color: #00a3cf;
  text-decoration: line-through;
}
.item-product__price {
  font-weight: 600;
}
.item-product__price span {
  font-size: 32px;
}
.item-product__label {
  position: absolute;
  top: 20px;
  left: -2px;
}
.item-product__label.inner {
  top: 40px;
}
.item-product__favorite,
.item-product__cart,
.item-product__remove {
  position: absolute;
  top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.item-product__favorite .icon,
.item-product__cart .icon,
.item-product__remove .icon {
  fill: #1a1919;
}
.item-product__favorite:hover .icon,
.item-product__favorite:focus .icon,
.item-product__cart:hover .icon,
.item-product__cart:focus .icon,
.item-product__remove:hover .icon,
.item-product__remove:focus .icon {
  fill: #00a3cf;
}
.item-product__remove,
.item-product__favorite {
  right: 30px;
}
.item-product__cart {
  left: 30px;
}
.item-product--border-wide .item-product__body {
  border-width: 5px;
}
.item-product--border-wide .item-product__label {
  left: -5px;
}
.quality__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality__cols > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.quality__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.quality__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.quality__video {
  width: 100%;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.quality__video img {
  width: 100%;
}
.quality__text {
  font-size: 18px;
}
.requisites__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.requisites__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.requisites__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.requisites__body {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: white;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.requisites__list--col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.requisites__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.requisites__item:not(:last-child) {
  margin-bottom: 2em;
}
.requisites__title {
  margin-top: 0;
}
.requisites__text {
  color: #333a38;
}
.search {
  position: relative;
  max-width: 100%;
}
.search__field {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-height: 40px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #6d8b87;
  border-radius: 0;
  padding: 0 30px 0 0;
  line-height: 1.5;
  font-size: 1em;
  font-family: inherit;
  background-color: #fff;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  outline: none;
}
.search__field::-webkit-input-placeholder {
  color: #adadad;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__field::-moz-placeholder {
  color: #adadad;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__field:-ms-input-placeholder {
  color: #adadad;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__field::-ms-input-placeholder {
  color: #adadad;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__field::placeholder {
  color: #adadad;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__field:-moz-placeholder-shown {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__field:-ms-input-placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__field:placeholder-shown {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.search__btn:hover .icon,
.search__btn:focus .icon {
  fill: #6d8b87;
}
.sets__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.sets__row > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.item-set {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.item-set__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  background-color: #f4f5f5;
  color: #1a1919;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-set__body > * {
  max-width: 100%;
}
.item-set__body:hover,
.item-set__body:focus {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
}
.item-set__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  margin-bottom: 50px;
}
.item-set__img img {
  max-width: 100%;
  max-height: 100%;
}
.item-set__btn {
  border-radius: 0;
}
.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}
.sidebar > *:last-child {
  margin-bottom: 0;
}
.sidebar .item-blog {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar .item-blog__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}
.sidebar .item-blog__body:hover,
.sidebar .item-blog__body:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .item-blog__body:hover .item-blog__img img,
.sidebar .item-blog__body:focus .item-blog__img img {
  -webkit-transform: none;
  transform: none;
}
.sidebar .item-blog__body:hover .item-blog__title,
.sidebar .item-blog__body:focus .item-blog__title {
  color: #00a3cf;
}
.sidebar .item-blog__img {
  width: 195px;
  height: 110px;
  margin-right: 1em;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}
.sidebar .item-blog__img img {
  -webkit-transform: none;
  transform: none;
}
.sidebar .item-blog__info {
  padding: 0;
}
.sidebar .item-blog__date {
  margin-bottom: 0.5em;
}
.sidebar .item-blog__title {
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__title {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 600;
}
.sidebar__group:not(:last-child) {
  margin-bottom: 50px;
}
.sidebar--narrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider-nav__prev,
.slider-nav__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #6d8b87;
}
.slider-nav__prev .icon,
.slider-nav__next .icon {
  max-width: 60%;
  max-height: 60%;
  fill: #6d8b87;
}
.slider-nav__prev:hover,
.slider-nav__prev:focus,
.slider-nav__next:hover,
.slider-nav__next:focus {
  background-color: #6d8b87;
}
.slider-nav__prev:hover .icon,
.slider-nav__prev:focus .icon,
.slider-nav__next:hover .icon,
.slider-nav__next:focus .icon {
  fill: white;
}
.slider-nav__prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social__item:not(:last-child) {
  margin-right: 30px;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subscribe {
  padding: 30px 0;
  background-color: #1a1919;
  color: white;
  margin-bottom: 100px;
}
.subscribe .field-text__input {
  background-color: white;
}
.subscribe__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribe__title {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 20px;
  font-weight: 700;
}
.subscribe__title:not(:last-child) {
  margin-right: 80px;
}
.subscribe__form {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe__form .field-text {
  width: 480px;
  min-width: 290px;
  max-width: 100%;
  margin: 0 45px 0 0;
}
.subscribe__form .field-text--error .field-text__input {
  color: #d8544f;
}
.subscribe__form .field-text--error .field-text__input {
  border-color: #d8544f;
  color: #d8544f;
  background-color: #f9e2e2;
}
.subscribe__form .field-text__input {
  padding: 0 30px;
  border: none;
}
.subscribe__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.7em 2.7em;
  border-radius: 0;
}
.table-responsive {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0;
}
.table-responsive:not(:first-child) {
  margin-top: 1em;
}
.table-responsive:not(:last-child) {
  margin-bottom: 1em;
}
.table-responsive caption {
  caption-side: top;
  text-align: left;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  padding: 0.4em 12px;
  font-size: 0.75em;
  line-height: 1em;
  color: gray;
}
.table-responsive td,
.table-responsive th {
  padding: 0.8em 0.5em 0.8em 0;
  vertical-align: top;
  border-bottom: 1px solid #e3e3e3;
}
.table-responsive td {
  font-size: 20px;
  font-weight: 500;
}
.table-responsive th {
  font-weight: 500;
  font-size: 18px;
  color: rgba(26, 25, 25, 0.5);
}
.table-responsive .btn {
  font-size: 12px;
  border-width: 1px;
  white-space: nowrap;
}
.table-responsive__text-right {
  text-align: right;
}
.table-responsive__text-right:last-child {
  padding-right: 0;
}
.tabs__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}
.tabs__links:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.no-js .tabs__links {
  display: none;
}
.tabs__link-wrap {
  position: relative;
}
.tabs__link-wrap:not(:last-child) {
  margin-right: 1.5em;
}
.tabs__link-wrap--active .tabs__link {
  color: #1a1919;
  border-color: #1a1919;
}
.tabs__link {
  display: block;
  height: 100%;
  font-size: 28px;
  font-weight: 500;
  color: rgba(137, 137, 137, 0.7);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  line-height: 1.2;
  white-space: nowrap;
}
.tabs__link:hover,
.tabs__link:focus {
  color: currentColor;
}
.tabs__content-wrapper {
  display: block;
  margin-top: 1.5em;
}
.js .tabs__content-item {
  display: none;
}
.tabs__content-item > *:last-child {
  margin-bottom: 0;
}
.js .tabs__content-item--active {
  display: block;
}
.tabs--btns .tabs__links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.tabs--btns .tabs__link-wrap--active .tabs__link {
  border-color: #00a3cf;
  color: #1a1919;
}
.tabs--btns .tabs__link-wrap--active .tabs__link .icon {
  fill: #00a3cf;
}
.tabs--btns .tabs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2em;
  border: 2px solid #c4c4c4;
  color: #c4c4c4;
  font-size: 20px;
}
.tabs--btns .tabs__link .icon {
  max-width: 28px;
  max-height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
  fill: #c4c4c4;
}
.tabs--btns .tabs__link:hover,
.tabs--btns .tabs__link:focus {
  color: #1a1919;
}
.video {
  position: relative;
  display: block;
}
.video:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='39' viewBox='0 0 32 39' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.770996 2.33034V36.5866C0.770996 38.0923 2.4399 39.0017 3.70888 38.1875L30.4038 21.0593C31.5714 20.3102 31.5714 18.6067 30.4038 17.8576L3.70888 0.729473C2.4399 -0.0847391 0.770996 0.824653 0.770996 2.33034ZM25.8466 19.4583L4.58456 33.1005V5.81605L25.8466 19.4583Z'/%3E %3C/svg%3E")
    calc(50% + 2px) calc(50% + 2px) no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 25, 25, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video:hover:before,
.video:focus:before {
  opacity: 1;
}
.video:hover:after,
.video:focus:after {
  background: white
    url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='39' viewBox='0 0 32 39' xmlns='http://www.w3.org/2000/svg' fill='%2300A3CF'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.770996 2.33034V36.5866C0.770996 38.0923 2.4399 39.0017 3.70888 38.1875L30.4038 21.0593C31.5714 20.3102 31.5714 18.6067 30.4038 17.8576L3.70888 0.729473C2.4399 -0.0847391 0.770996 0.824653 0.770996 2.33034ZM25.8466 19.4583L4.58456 33.1005V5.81605L25.8466 19.4583Z'/%3E %3C/svg%3E")
    calc(50% + 2px) calc(50% + 2px) no-repeat;
}
@media (max-width: 1580px) {
  .contacts__map {
    margin-right: -30px;
  }
}
@media (max-width: 1579px) {
  .order__promotions {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .order__promotions:before,
  .order__promotions:after {
    display: none;
  }
}
@media (max-width: 1439px) {
  .account__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .account__btns:not(:last-child) {
    margin-bottom: 10px;
  }
  .account__row:not(:last-child) {
    margin-bottom: 30px;
  }
  .account__text {
    font-size: 18px;
  }
  .account__subtitle {
    font-size: 24px;
  }
  .account__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .account-nav__title {
    font-size: 24px;
  }
  .account-nav__link {
    font-size: 18px;
  }
  .item-advantage__icon {
    width: 65px;
    height: 30px;
    margin-bottom: 10px;
  }
  .article {
    font-size: 16px;
  }
  .article img {
    margin: 30px 0;
  }
  .article:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .article__date {
    font-size: 16px;
  }
  .article__cols:not(:last-child) {
    margin-bottom: 60px;
  }
  .item-blog__img {
    height: 180px;
  }
  .item-blog--xl-img .item-blog__img {
    height: 210px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .btn {
    padding: 0.85em 2em;
    font-size: 16px;
  }
  .card-descr__info {
    font-size: 16px;
  }
  .card-gallery {
    height: 488px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-gallery:not(:last-child) {
    margin-bottom: 30px;
  }
  .card-gallery__thumbs .card-gallery__img {
    width: auto;
    height: 91px;
  }
  .card-gallery__thumbs .slick-slide {
    margin-bottom: 0;
    margin-top: 10px;
    margin-right: 10px;
  }
  .card-gallery__thumbs .slick-list {
    margin-right: -7px;
  }
  .card-gallery__main {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .card-gallery__main .card-gallery__img {
    height: 384px;
  }
  .card-main__title {
    font-size: 28px;
  }
  .card-main__subtitle {
    font-size: 20px;
  }
  .card-main__prices {
    margin-bottom: 1em;
  }
  .card-main__btn {
    height: 50px;
  }
  .card-main__favorite,
  .card-main__share {
    width: 50px;
    height: 50px;
  }
  .card-set__items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .card-set__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    height: 90px;
    margin-bottom: 10px;
  }
  .card-set__item:not(:last-child):after {
    margin-left: 0.3em;
    font-size: 2.5em;
  }
  .card-set__total-price {
    font-size: 18px;
  }
  .card-set__total-price span {
    font-size: 24px;
  }
  .card-another__items {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
  }
  .card-another__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .cart {
    margin-bottom: 80px;
  }
  .footer-cart__sale span {
    font-size: 18px;
  }
  .footer-cart__price span {
    font-size: 28px;
  }
  .item-cart__remove {
    margin-right: 20px;
  }
  .item-cart__remove .icon {
    width: 25px;
    height: 25px;
  }
  .item-cart__info-title {
    font-size: 18px;
  }
  .item-cart__info-text {
    font-size: 18px;
  }
  .item-cart__price {
    font-size: 18px;
  }
  .item-cart__img {
    width: 120px;
    height: 120px;
  }
  .item-cart__name {
    font-size: 18px;
  }
  .item-category__img {
    height: 90px;
  }
  .categories-nav__dropdown {
    margin-top: 15px;
    padding-top: 15px;
  }
  .categories-nav__item--selected .categories-nav__link {
    padding: 8px 12px;
  }
  .categories-nav__link {
    font-size: 16px;
  }
  .categories-tabs__link {
    font-size: 14px;
  }
  .categories-tabs--btns .categories-tabs__link {
    min-width: 200px;
    font-size: 16px;
  }
  .confirm-order {
    font-size: 18px;
  }
  .delivery {
    font-size: 16px;
  }
  .item-details__body {
    padding: 30px 20px;
  }
  .item-details__img {
    height: 100px;
  }
  .field-checkbox__name {
    font-size: 16px;
  }
  .field-radio__name {
    font-size: 18px;
  }
  .field-radio--size .field-radio__name-text {
    font-size: 16px;
  }
  .field-text--title .field-text__input {
    font-size: 1em;
  }
  .field-text--title .field-text__input + .field-text__help-text {
    font-size: 1em;
  }
  .field-text--title .field-text__help-text {
    font-size: 1em;
  }
  .filters__extra-controls input {
    width: 120px;
    font-size: 14px;
  }
  .filters__title {
    font-size: 16px;
  }
  .filters__show-more {
    font-size: 16px;
  }
  .footer__write {
    font-size: 14px;
  }
  .footer-title {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .footer-nav__list--col-3 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .footer-nav__list--col-2 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .footer-nav__link {
    font-size: 16px;
  }
  .form__fieldset:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .form__legend {
    font-size: 24px;
  }
  .form__footer-order {
    margin-top: 60px;
  }
  .header__main {
    padding: 15px 0;
  }
  .header__phone {
    font-size: 18px;
  }
  .header__phone:not(:last-child) {
    margin-right: 20px;
  }
  .header__user:not(:last-child) {
    margin-right: 20px;
  }
  .header__search {
    width: 370px;
  }
  .header__cart,
  .header__favorite {
    font-size: 18px;
  }
  .header__cart:not(:last-child),
  .header__favorite:not(:last-child) {
    margin-right: 30px;
  }
  .instagram {
    margin-bottom: 80px;
  }
  .label {
    font-size: 16px;
  }
  .main-nav__link {
    font-size: 16px;
  }
  .main-slider__wrapper {
    min-height: 450px;
    padding: 30px 90px;
  }
  .main-slider__info {
    margin-right: 50px;
  }
  .main-slider__title {
    font-size: 44px;
  }
  .main-slider__text {
    font-size: 16px;
  }
  .order__steps:not(:last-child) {
    margin-bottom: 20px;
  }
  .order__step {
    font-size: 18px;
  }
  .order__step:not(:last-child) {
    margin-right: 40px;
  }
  .order__step-number {
    width: 35px;
    height: 35px;
  }
  .order__promotions {
    font-size: 18px;
  }
  .order__promotions:not(:last-child) {
    margin-bottom: 30px;
  }
  .order__cols {
    margin-left: -25px;
    margin-right: -25px;
  }
  .order__left {
    padding-left: 25px;
    padding-right: 25px;
  }
  .order__right {
    padding-left: 25px;
    padding-right: 25px;
  }
  .order__info {
    margin-bottom: 60px;
    font-size: 18px;
  }
  .order__tabs {
    margin-bottom: 50px;
  }
  .order__title {
    font-size: 24px;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .page-title--line {
    font-size: 24px;
  }
  .page-title--line:before {
    width: 40px;
    margin-right: 10px;
  }
  section {
    margin-bottom: 80px;
  }
  .privacy-policy {
    font-size: 16px;
  }
  .products__top {
    margin-bottom: 30px;
  }
  .item-product__img {
    height: 190px;
  }
  .item-product__name {
    font-size: 14px;
  }
  .item-product__old-price {
    font-size: 16px;
  }
  .item-product__price span {
    font-size: 24px;
  }
  .quality__text {
    font-size: 16px;
  }
  .requisites__item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .item-set__img {
    height: 200px;
    margin-bottom: 30px;
  }
  .sidebar .item-blog__img {
    width: 120px;
  }
  .sidebar .item-blog__title {
    font-size: 14px;
  }
  .sidebar__group:not(:last-child) {
    margin-bottom: 40px;
  }
  .subscribe {
    margin-bottom: 80px;
  }
  .subscribe__title {
    font-size: 18px;
  }
  .table-responsive td {
    font-size: 16px;
  }
  .table-responsive th {
    font-size: 16px;
  }
  .tabs__link {
    font-size: 22px;
  }
  .tabs--btns .tabs__links {
    margin-bottom: 50px;
  }
  .tabs--btns .tabs__link {
    padding: 0.7em;
    font-size: 18px;
  }
  .tabs--btns .tabs__link .icon {
    max-width: 22px;
    max-height: 22px;
  }
  .video:after {
    width: 65px;
    height: 65px;
    background: white
      url("data:image/svg+xml;charset=utf-8,%3Csvg width='20px' height='25px' viewBox='0 0 32 39' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.770996 2.33034V36.5866C0.770996 38.0923 2.4399 39.0017 3.70888 38.1875L30.4038 21.0593C31.5714 20.3102 31.5714 18.6067 30.4038 17.8576L3.70888 0.729473C2.4399 -0.0847391 0.770996 0.824653 0.770996 2.33034ZM25.8466 19.4583L4.58456 33.1005V5.81605L25.8466 19.4583Z'/%3E %3C/svg%3E")
      calc(50% + 2px) calc(50% + 2px) no-repeat;
  }
}
@media (max-width: 1430px) {
  .footer-nav__item {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 1365px) {
  .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .ya-share2_inited {
    width: 140px;
    right: -138px;
    top: -2px;
  }
  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 25px !important;
    width: 25px !important;
    background-size: 25px 25px !important;
  }
  .account {
    margin-bottom: 80px;
  }
  .account__btns {
    margin-bottom: -10px;
  }
  .account__btns > *:not(:last-child) {
    margin-right: 10px;
  }
  .account__btns > * {
    margin-bottom: 10px;
  }
  .item-advantage__body {
    padding: 20px;
  }
  .item-advantage__text {
    font-size: 14px;
  }
  .article {
    font-size: 14px;
  }
  .item-blog__info {
    padding: 15px;
  }
  .card-advantages {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 25px 30px;
    border-radius: 0;
  }
  .card-descr__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-descr__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-main__cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .card-main__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-main__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-main__title {
    font-size: 24px;
  }
  .card-main__btns {
    margin-bottom: -10px;
  }
  .card-main__btns > * {
    margin-bottom: 10px;
  }
  .card-main__btns > *:not(:last-child) {
    margin-right: 10px;
  }
  .card-main__btns-group > *:not(:last-child) {
    margin-right: 10px;
  }
  .item-category__img {
    height: 70px;
  }
  .categories-nav__link {
    font-size: 14px;
  }
  .categories-tabs--btns .categories-tabs__list {
    margin-bottom: -10px;
  }
  .categories-tabs--btns .categories-tabs__item {
    margin-bottom: 10px;
  }
  .categories-tabs--btns .categories-tabs__item:not(:last-child) {
    margin-right: 10px;
  }
  .contacts__feedback {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacts__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacts__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: -10px;
  }
  .delivery {
    font-size: 14px;
  }
  .item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-details__body {
    padding: 30px 20px;
  }
  .feedback__body {
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .filters {
    margin-bottom: 80px;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 40%;
    margin-top: 110px;
  }
  .footer__bottom:before {
    display: none;
  }
  .footer__copyright {
    margin-bottom: 0.5em;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60%;
    margin-top: 80px;
  }
  .footer__info-group {
    width: 50%;
    margin-left: auto;
  }
  .footer__develop {
    margin-left: 0;
  }
  .footer__develop-logo svg {
    width: 50px;
    height: 30px;
  }
  .footer__bottom-group {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .footer-title:after {
    display: none;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav--wide {
    width: 60%;
  }
  .footer-nav--narrow {
    width: 40%;
  }
  .footer-nav__list--col-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .header__phone {
    font-size: 0;
  }
  .header__phone .icon {
    margin-right: 0;
  }
  .header__user {
    font-size: 16px;
  }
  .header__cart,
  .header__favorite {
    font-size: 16px;
  }
  .link-more {
    font-size: 16px;
  }
  .main-nav__item--selected > .main-nav__link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .main-slider__nav {
    display: none;
  }
  .main-slider__wrapper {
    min-height: 330px;
    padding: 30px 0;
  }
  .order {
    margin-bottom: 80px;
  }
  .order__cols {
    margin-left: -15px;
    margin-right: -15px;
  }
  .order__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order__left {
    margin-bottom: 40px;
  }
  .order__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page__cols .page__main {
    margin-bottom: 80px;
  }
  .page__cols .page__main > * {
    margin-bottom: 0;
  }
  .page__top {
    margin-bottom: 40px;
  }
  .seo__text:not(:last-child) {
    margin-bottom: 50px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-width: 1px;
  }
  .privacy-policy {
    font-size: 14px;
  }
  .products__row--4 .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products__pagination-text {
    font-size: 14px;
  }
  .item-product__img {
    height: 150px;
  }
  .item-product__favorite,
  .item-product__cart,
  .item-product__remove {
    top: 24px;
    width: 30px;
    height: 30px;
  }
  .item-product__favorite .icon,
  .item-product__cart .icon,
  .item-product__remove .icon {
    width: 13px;
    height: 10px;
  }
  .quality__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .requisites__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-set__body {
    padding: 30px;
  }
  .item-set__img {
    height: 180px;
  }
  .item-set__btn {
    width: 100%;
    padding: 0.8em 0.5em;
  }
  .sidebar {
    margin-bottom: 80px;
  }
  .subscribe__title {
    font-size: 16px;
  }
  .subscribe__title:not(:last-child) {
    margin-right: 30px;
  }
  .subscribe__form .field-text {
    margin-right: 30px;
  }
  .subscribe__form .field-text__input {
    padding: 0 15px;
  }
  .subscribe__btn {
    padding: 0.7em 2.5em;
  }
}
@media (max-width: 991px) {
  .account__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .account__sidebar {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    min-width: 200px;
    margin-bottom: 30px;
  }
  .account__row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .account__row .account__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .account__text {
    font-size: 16px;
    margin-bottom: 1em;
  }
  /*task 18551*/
  .account{
      flex-direction: column-reverse;
  }
  /*task 18551*/
  /*.account-nav__list {*/
  /*  display: none;*/
  /*  position: absolute;*/
  /*  top: 100%;*/
  /*  left: 10px;*/
  /*  width: calc(100% - 20px);*/
  /*  z-index: 1;*/
  /*  background-color: white;*/
  /*  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);*/
  /*  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);*/
  /*  border-radius: 0 0 1px 1px;*/
  /*}*/
  /*.account-nav__title {*/
  /*  display: none;*/
  /*}*/
  .account-nav{
      margin-top:10px;
  }
  .account-nav__select .icon {
    width: 15px;
    height: 15px;
  }
  .account-nav__item--active .account-nav__link {
    background-color: rgba(109, 139, 135, 0.08);
    color: #1a1919;
    font-weight: 400;
  }
  .account-nav__link {
    font-size: 14px;
    padding: 0.5em 0.8em;
    font-weight: 400;
    color: #333a38;
    border: none;
  }
  .advantages__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .item-advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-advantage {
    margin-bottom: 30px;
  }
  .article__cols:not(:last-child) {
    margin-bottom: 30px;
  }
  .article__col:first-child {
    margin-bottom: 30px;
  }
  .blog__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .blog__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .blog--preview .item-blog:nth-child(n + 3) {
    display: none;
  }
  .item-blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-blog {
    margin-bottom: 30px;
  }
  .item-blog--xl-img .item-blog__img {
    height: 180px;
  }
  .btn {
    border-width: 1px;
  }
  .btn .icon {
    width: 15px;
    height: 15px;
  }
  .card-advantages__row {
    margin-bottom: -20px;
  }
  .card-advantages__item {
    margin-bottom: 20px;
  }
  .card-descr__info {
    font-size: 14px;
  }
  .card-gallery {
    height: 425px;
  }
  .card-gallery:not(:last-child) {
    margin-bottom: 20px;
  }
  .card-gallery__thumbs .card-gallery__img {
    height: 75px;
  }
  .card-gallery__main .card-gallery__img {
    height: 335px;
  }
  .card-main__cols {
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-main__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-main__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-main__title {
    font-size: 22px;
  }
  .card-main__weight {
    font-size: 12px;
  }
  .card-main__choice-size {
    font-size: 12px;
  }
  .card-main__price {
    font-size: 20px;
  }
  .card-main__price span {
    font-size: 28px;
  }
  .card-main__btn {
    padding: 0.8em 1em;
  }
  .card-set__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 70px;
  }
  .card-set__info {
    width: 180px;
    padding: 10px;
  }
  .card-set__info .card-set__img {
    height: 100px;
  }
  .card-set__price {
    font-size: 18px;
  }
  .card-another__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 70px;
  }
  .item-cart__info-title {
    font-size: 16px;
  }
  .item-cart__info-text {
    font-size: 16px;
  }
  .item-cart__price {
    font-size: 16px;
  }
  .item-cart__img {
    margin-right: 10px;
  }
  .item-cart__img {
    width: 100px;
    height: 100px;
  }
  .item-cart__name {
    font-size: 16px;
  }
  .catalog__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .catalog__filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog__products {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .categories__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .item-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-category {
    margin-bottom: 30px;
  }
  .categories-nav {
    width: auto;
  }
  .categories-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    padding: 20px 30px;
    background-color: white;
    display: none;
  }
  .categories-nav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .categories-nav__item--selected .categories-nav__link {
    padding: 0;
    border: none;
    font-weight: 500;
  }
  .categories-tabs__select .icon {
    width: 15px;
    height: 15px;
  }
  .categories-tabs__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    border-radius: 0 0 1px 1px;
  }
  .categories-tabs__item--active .categories-tabs__link {
    border: none;
  }
  .categories-tabs__link {
    font-weight: 400;
  }
  .categories-tabs__link .icon {
    width: 15px;
    height: 15px;
  }
  .categories-tabs--btns .categories-tabs__list {
    margin-bottom: 0;
  }
  .categories-tabs--btns .categories-tabs__item {
    margin-bottom: 0;
  }
  .categories-tabs--btns .categories-tabs__item:not(:last-child) {
    margin-right: 0;
  }
  .categories-tabs--btns .categories-tabs__item--active .categories-tabs__link {
    background-color: rgba(109, 139, 135, 0.08);
    border-color: rgba(109, 139, 135, 0.2);
    color: #1a1919;
  }
  .categories-tabs--btns .categories-tabs__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .confirm-order {
    font-size: 16px;
  }
  .confirm-order__cost {
    margin-bottom: 30px;
  }
  .confirm-order__address:not(:last-child),
  .confirm-order__text:not(:last-child) {
    margin-bottom: 30px;
  }
  .contacts__info-body {
    padding: 20px;
  }
  .delivery__row {
    margin-bottom: -30px;
  }
  .delivery__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .delivery__text:not(:last-child) {
    margin-bottom: 30px;
  }
  .delivery__item {
    margin-bottom: 30px;
  }
  .details__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-details {
    margin-bottom: 30px;
  }
  .feedback__body {
    padding: 20px;
  }
  .field-radio__name {
    font-size: 16px;
  }
  .field-radio--size .field-radio__name-text {
    font-size: 14px;
  }
  .filters__extra-controls input {
    width: 100px;
  }
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    margin-top: 50px;
  }
  .footer__bottom:before {
    display: block;
  }
  .footer__copyright {
    width: 50%;
    margin-bottom: 0;
  }
  .footer__info {
    width: 50%;
    margin-top: 0;
  }
  .footer__info-group {
    width: 100%;
    margin-left: auto;
  }
  .footer__logo {
    display: none;
  }
  .footer__bottom-group {
    width: 50%;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-nav--wide {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer-nav--narrow {
    width: 50%;
  }
  .form__fieldset:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .form__footer-order {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    margin-top: 0;
  }
  .header__user {
    font-size: 0;
  }
  .header__user .icon {
    margin-right: 0;
  }
  .header__logo img {
    width: 100px;
    height: 54px;
  }
  .header__search {
    width: 300px;
  }
  .header__cart,
  .header__favorite {
    font-size: 0;
  }
  .header__cart:not(:last-child),
  .header__favorite:not(:last-child) {
    margin-right: 25px;
  }
  .header__cart .icon,
  .header__favorite .icon {
    margin-right: 0;
  }
  .header__cart-number,
  .header__favorite-number {
    right: -8px;
  }
  .main-nav__item:not(:last-child) {
    margin-right: 20px;
  }
  .main-slider__info {
    margin-right: 30px;
  }
  .main-slider__title {
    font-size: 36px;
  }
  .main-slider__text {
    font-size: 14px;
  }
  .order__step {
    font-size: 16px;
  }
  .order__step:not(:last-child) {
    margin-right: 30px;
  }
  .order__step-number {
    width: 30px;
    height: 30px;
  }
  .order__cols--padding-bottom {
    padding-bottom: 70px;
  }
  .order__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order__info {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .order__tabs {
    margin-bottom: 40px;
  }
  .page__cols {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page__cols .page__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page__cols .item-blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .page__top > * {
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
  }
  .seo__text:not(:last-child) {
    margin-bottom: 40px;
  }
  .slick-slider .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .products__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .products__row--4 .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products__row--3 .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products__pagination-text {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 1em;
    text-align: center;
  }
  .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-product {
    margin-bottom: 30px;
  }
  .quality__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .quality__left {
    margin-bottom: 20px;
  }
  .quality__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .quality__text {
    font-size: 14px;
  }
  .sets__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .item-set {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-set {
    margin-bottom: 30px;
  }
  .item-set__body {
    padding: 25px 15px;
  }
  .item-set__img {
    height: 140px;
    margin-bottom: 20px;
  }
  .item-set__btn {
    font-size: 16px;
  }
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar .item-blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar .item-blog__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sidebar .item-blog__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .sidebar__group:not(:last-child) {
    margin-bottom: 30px;
  }
  .sidebar__group--mobile-hidden {
    display: none;
  }
  .subscribe__title:not(:last-child) {
    margin-right: 25px;
  }
  .subscribe__form .field-text {
    width: 290px;
    margin-right: 25px;
  }
  .subscribe__btn {
    padding: 0.7em 1em;
  }
  .tabs__link {
    font-size: 20px;
  }
  .tabs--btns .tabs__links {
    margin-bottom: 40px;
  }
  .tabs--btns .tabs__link {
    font-size: 16px;
    border-width: 1px;
  }
  .video:after {
    width: 95px;
    height: 95px;
    background: white
      url("data:image/svg+xml;charset=utf-8,%3Csvg width='28px' height='35px' viewBox='0 0 32 39' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.770996 2.33034V36.5866C0.770996 38.0923 2.4399 39.0017 3.70888 38.1875L30.4038 21.0593C31.5714 20.3102 31.5714 18.6067 30.4038 17.8576L3.70888 0.729473C2.4399 -0.0847391 0.770996 0.824653 0.770996 2.33034ZM25.8466 19.4583L4.58456 33.1005V5.81605L25.8466 19.4583Z'/%3E %3C/svg%3E")
      calc(50% + 2px) calc(50% + 2px) no-repeat;
  }
  .catalog__products,
  .catalog__products:not(.mfilter-selected-filters) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .account {
    margin-bottom: 60px;
  }
  .account__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .account__row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .account__row .account__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account__subtitle {
    font-size: 20px;
  }
  .advantages__row {
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -6px;
  }
  .item-advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-advantage {
    margin-bottom: 6px;
  }
  .article__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog__row {
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -6px;
  }
  .blog__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .item-blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-blog {
    margin-bottom: 6px;
  }
  .item-blog__img {
    height: 145px;
  }
  .item-blog__info {
    padding: 10px;
  }
  .item-blog__date {
    font-size: 12px;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .btn {
    font-size: 16px;
  }
  .card-advantages {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 20px 15px;
  }
  .card-advantages__icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .card-gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 402px;
  }
  .card-gallery__thumbs .card-gallery__img {
    height: 91px;
  }
  .card-gallery__thumbs .slick-slide {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .card-gallery__thumbs .slick-list {
    margin-right: 0;
  }
  .card-gallery__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 100px);
  }
  .card-gallery__main .card-gallery__img {
    height: 401px;
  }
  .card-main__cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .card-main__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-main__left {
    margin-bottom: 20px;
  }
  .card-main__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-main__title {
    font-size: 20px;
  }
  .card-main__subtitle {
    font-size: 18px;
  }
  .card-main__price {
    font-size: 24px;
  }
  .card-main__price span {
    font-size: 40px;
  }
  .card-main__old-price {
    font-size: 20px;
  }
  .card-main__old-price span {
    font-size: 24px;
  }
  .cart {
    margin-bottom: 60px;
  }
  .item-cart {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .item-cart__remove {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .item-cart__remove .icon {
    width: 20px;
    height: 20px;
  }
  .item-cart__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .item-cart__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: auto;
  }
  .item-cart__col:last-child {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left;
  }
  .item-cart__info-title {
    font-size: 14px;
  }
  .item-cart__info-text {
    font-size: 14px;
  }
  .item-cart__price {
    font-size: 16px;
  }
  .item-cart__price span {
    font-size: 20px;
  }
  .item-cart__img {
    margin-right: 10px;
  }
  .catalog__products,
  .catalog__products:not(.mfilter-selected-filters) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog__products {
    padding-bottom: 0;
  }
  .categories__row {
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -6px;
  }
  .item-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-category {
    margin-bottom: 6px;
  }
  .item-category__img {
    height: 50px;
  }
  .categories-nav {
    display: none;
  }
  .close {
    width: 20px;
    line-height: 20px;
  }
  .confirm-order__title {
    font-size: 20px;
  }
  .confirm-order__cost {
    margin-bottom: 20px;
  }
  .confirm-order__address:not(:last-child),
  .confirm-order__text:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts__feedback {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .contacts__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .contacts__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .contacts__info-body {
    padding: 20px 15px;
    border-radius: 0;
  }
  .details__row {
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -6px;
  }
  .item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-details {
    margin-bottom: 6px;
  }
  .item-details__img {
    margin-bottom: 20px;
  }
  .feedback {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .feedback__body {
    padding: 20px 15px;
    border-radius: 0;
  }
  .field-text__input {
    min-height: 45px;
  }
  textarea.field-text__input {
    height: 45px;
  }
  .filters {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 10;
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0;
    margin-bottom: 0;
    background-color: white;
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .filters__extra-controls input {
    width: 120px;
  }
  .filters__group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .filters--show {
    left: 0;
  }
  .form__legend {
    font-size: 20px;
  }
  .form__text {
    font-size: 12px;
  }
  .header__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__top {
    display: none;
  }
  .header__main {
    padding: 10px 0;
    background-color: #333a38;
  }
  .header__logo {
    display: none;
  }
  .header__search {
    margin-left: auto;
  }
  .header__search .search__field {
    padding-left: 10px;
    padding-right: 40px;
    border: none;
    border-radius: 1px;
  }
  .header__search .search__btn {
    right: 10px;
  }
  .header__cart .icon,
  .header__favorite .icon {
    fill: white;
  }
  .header__cart-number,
  .header__favorite-number {
    border-color: #333a38;
  }
  .instagram {
    margin-bottom: 60px;
  }
  .instagram__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .instagram__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
    max-width: 196px;
    height: 118px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .instagram__block {
    padding: 5px 30px 10px;
  }
  .instagram__name {
    font-size: 12px;
  }
  .instagram__logo img {
    width: 102px;
    height: 36px;
  }
  .link-more {
    border-bottom: 1px solid #1a1919;
  }
  .link-more .icon {
    display: none;
  }
  .main-slider__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 50px;
  }
  .main-slider__info {
    max-width: 345px;
    margin-right: 0;
    text-align: center;
  }
  .main-slider__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .main-slider__img img {
    max-height: 250px;
  }
  .main-slider__title {
    font-size: 32px;
  }
  .order {
    margin-bottom: 60px;
  }
  .order__steps:not(:last-child) {
    margin-bottom: 0;
  }
  .order__promotions {
    font-size: 16px;
    text-align: left;
  }
  .order__promotions:not(:last-child) {
    margin-bottom: 20px;
  }
  .order__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order__title {
    font-size: 20px;
  }
  .page__cols .page__main {
    margin-bottom: 60px;
  }
  .page__cols .page__main > * {
    margin-bottom: 0;
  }
  .page__cols .item-blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .container {
    padding: 0 15px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .page-title--line {
    font-size: 20px;
  }
  section {
    margin-bottom: 60px;
  }
  .seo__text:not(:last-child) {
    margin-bottom: 30px;
  }
  .slick-slider .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .products__tabs {
    margin-right: 0;
    margin-left: auto;
  }
  .products__row {
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -6px;
  }
  .products__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .products__row--4 .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .products__row--3 .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .products__link-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .products__pagination-text {
    display: none;
  }
  .products__sort .field-select__name {
    display: none;
  }
  .products--link-more {
    padding-bottom: 40px;
  }
  .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-product {
    margin-bottom: 6px;
  }
  .item-product__info {
    padding: 0 15px 15px;
  }
  .item-product__name {
    font-size: 12px;
  }
  .item-product__label {
    top: 15px;
    left: -1px;
  }
  .item-product__favorite,
  .item-product__cart,
  .item-product__remove {
    top: 18px;
    width: 25px;
    height: 25px;
  }
  .item-product__remove,
  .item-product__favorite {
    right: 18px;
  }
  .item-product__cart {
    left: 18px;
  }
  .item-product--border-wide .item-product__body {
    border-width: 3px;
  }
  .item-product--border-wide .item-product__label {
    left: -3px;
  }
  .quality__video {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .requisites__body {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 15px;
    border-radius: 0;
  }
  .requisites__title {
    margin-bottom: 0.3em;
  }
  .sets__row {
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -6px;
  }
  .item-set {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-set {
    margin-bottom: 6px;
  }
  .item-set__img {
    height: 100px;
  }
  .item-set__btn {
    font-size: 14px;
  }
  .sidebar {
    margin-bottom: 60px;
  }
  .sidebar .item-blog {
    margin-bottom: 20px;
  }
  .sidebar .item-blog__img {
    height: 140px;
  }
  .subscribe {
    margin-bottom: 60px;
  }
  .subscribe__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscribe__title {
    width: 100%;
    text-align: center;
  }
  .subscribe__title:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .subscribe__form {
    width: 100%;
  }
  .subscribe__form .field-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    min-width: 0;
  }
  .subscribe__btn {
    background-color: #00a3cf;
    border-color: #00a3cf;
    color: white;
  }
  .table-responsive td,
  .table-responsive th {
    padding: 0.5em;
  }
  .table-responsive td {
    font-size: 14px;
    font-weight: 400;
  }
  .table-responsive__text-right {
    text-align: left;
  }
  .table-responsive__text-right:last-child {
    padding-right: 0.5em;
  }
  .tabs--btns .tabs__link {
    font-size: 14px;
  }
  .tabs--btns .tabs__link .icon {
    display: none;
  }
  .video:after {
    width: 65px;
    height: 65px;
    background: white
      url("data:image/svg+xml;charset=utf-8,%3Csvg width='20px' height='25px' viewBox='0 0 32 39' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.770996 2.33034V36.5866C0.770996 38.0923 2.4399 39.0017 3.70888 38.1875L30.4038 21.0593C31.5714 20.3102 31.5714 18.6067 30.4038 17.8576L3.70888 0.729473C2.4399 -0.0847391 0.770996 0.824653 0.770996 2.33034ZM25.8466 19.4583L4.58456 33.1005V5.81605L25.8466 19.4583Z'/%3E %3C/svg%3E")
      calc(50% + 2px) calc(50% + 2px) no-repeat;
  }
  .video:after {
    width: 50px;
    height: 50px;
    background: white
      url("data:image/svg+xml;charset=utf-8,%3Csvg width='15px' height='19px' viewBox='0 0 32 39' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.770996 2.33034V36.5866C0.770996 38.0923 2.4399 39.0017 3.70888 38.1875L30.4038 21.0593C31.5714 20.3102 31.5714 18.6067 30.4038 17.8576L3.70888 0.729473C2.4399 -0.0847391 0.770996 0.824653 0.770996 2.33034ZM25.8466 19.4583L4.58456 33.1005V5.81605L25.8466 19.4583Z'/%3E %3C/svg%3E")
      calc(50% + 2px) calc(50% + 1px) no-repeat;
  }
}
@media (max-width: 766px) {
  .table-responsive caption {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border: 0;
    padding: 0;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans',
      'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
      'Segoe UI Symbol';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: currentColor;
  }
  .table-responsive {
    display: block;
    border: 0;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive tbody {
    display: block;
    width: 100%;
  }
  .table-responsive tbody tr {
    display: block;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
  }
  .table-responsive tbody tr:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .table-responsive tbody td {
    display: block;
    width: 100%;
    border-right: 0 !important;
    border-left: 0 !important;
  }
  .table-responsive tbody td:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
  }
}
@media (max-width: 559px) {
  .account {
    margin-left: -10px;
    margin-right: -10px;
  }
  .account__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .account__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantages__row {
    margin-bottom: -20px;
  }
  .item-advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-advantage {
    margin-bottom: 20px;
  }
  .blog__row {
    margin-bottom: -20px;
  }
  .blog--preview .item-blog:nth-child(n + 3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-blog {
    margin-bottom: 20px;
  }
  .card-advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-descr__list--col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .card-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 413px;
  }
  .card-gallery__thumbs .card-gallery__img {
    height: 60px;
  }
  .card-gallery__thumbs .slick-slide {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card-gallery__thumbs .slick-list {
    margin-right: -7px;
  }
  .card-gallery__main {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .card-gallery__main .card-gallery__img {
    height: 340px;
  }
  .card-main__cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .card-main__prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-main__btns > *:not(:last-child) {
    margin-right: 0;
  }
  .card-main__btn {
    width: 100%;
  }
  .footer-cart {
    width: 100%;
  }
  .footer-cart__btns {
    width: 100%;
    margin-left: 0;
  }
  .footer-cart__btns > * {
    width: 100%;
  }
  .footer-cart__btns > *:not(:last-child) {
    margin-right: 0;
  }
  .footer-cart__order {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer-cart__item {
    width: 100%;
  }
  .item-cart__info-title {
    font-size: 12px;
  }
  .item-cart__info-text {
    font-size: 12px;
  }
  .catalog__wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .confirm-order__btns > * {
    width: 100%;
  }
  .confirm-order__btns > *:not(:last-child) {
    margin-right: 0;
  }
  .details__row {
    margin-bottom: -20px;
  }
  .item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-details {
    margin-bottom: 20px;
  }
  .feedback__form .form__btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .field-radio--size {
    width: calc(25% + 1px);
  }
  .footer__wrapper {
    padding-top: 0;
  }
  .footer__bottom {
    padding-top: 0;
    margin-top: 20px;
  }
  .footer__bottom:before {
    display: none;
  }
  .footer__copyright {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
  .footer__logo img {
    width: 130px;
    height: 69px;
  }
  .footer__nav-title {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
    padding: 0.7em 15px;
    font-size: 18px;
    border-bottom: 1px solid #b4b4b4;
  }
  .footer__nav-title:after {
    display: none;
  }
  .footer__info-title:after {
    display: block;
  }
  .footer__bottom-group {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer-nav--wide {
    padding-right: 0;
    margin-bottom: 0;
  }
  .footer-nav--narrow {
    width: 100%;
    padding-right: 0;
  }
  .footer-nav__list {
    display: none;
    margin-bottom: 0;
  }
  .footer-nav__list--col-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-nav__list--col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-nav__item {
    margin-bottom: 0;
  }
  .footer-nav__link {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 1em;
    border-bottom: 1px solid #3f3f3f;
  }
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__row > *:not(:last-child) {
    margin-right: 0;
  }
  .form__footer-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form__footer-order .btn {
    width: 100%;
  }
  .form__footer-order > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header__search {
    width: 260px;
  }
  .header__favorite {
    display: none;
  }
  .label {
    font-size: 14px;
  }
  .order__cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .order__cols--padding-bottom {
    padding-bottom: 120px;
  }
  .order__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .order__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page__cols .item-blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .page-title--line:before {
    width: 30px;
  }
  .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
  .products__row--4 .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .products__row--3 .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-product__body {
    border-width: 1px;
  }
  .requisites__list--col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .item-set {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3px;
    padding-right: 3px;
  }
  .item-set:nth-child(n + 3) {
    display: none;
  }
  .tabs__link-wrap:not(:last-child) {
    margin-right: 1.2em;
  }
  .tabs__link {
    font-size: 18px;
  }
}
@media (max-width: 1439) {
  .confirm-order__title {
    font-size: 24px;
  }
}
@media (min-width: 559px) {
  .order__promotions br {
    display: none;
  }
}
@media (min-width: 767px) {
  .filters__header {
    display: none;
  }
  .filters__top {
    display: -webkit-box;
  }
  .mobile-nav {
    display: none;
  }
  .products__filters-link {
    display: none;
  }
  .products__btn-more {
    display: none;
  }
}
@media (min-width: 991px) {
  .account-nav__select {
    display: none;
  }
  .categories-nav__title {
    display: none;
  }
  .categories-tabs__select {
    display: none;
  }
  .filters__top + .filters__group {
    padding-top: 0;
  }
  .footer__copyright br {
    display: none;
  }
  .order .item-cart__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order .item-cart__img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
  .order .item-cart__name {
    font-size: 16px;
    font-weight: 500;
  }
  .order .item-cart__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px;
  }
  .order .item-cart__info-title,
  .order .item-cart__info-text {
    font-size: 16px;
  }
  .order .item-cart__info-title {
    font-weight: 500;
  }
  .order .item-cart__price {
    font-size: 16px;
  }
  .order .item-cart__price span {
    font-size: 18px;
  }
}
@media (min-width: 1199px) {
  .footer__logo {
    display: none;
  }
}
@media (min-width: 1439px) {
  .order .item-cart__img {
    width: 120px;
    height: 120px;
  }
  .order .item-cart__name {
    font-size: 18px;
  }
  .order .item-cart__price span {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .main-slider__wrapper {
    min-height: 280px;
  }
}
@media (max-width: 414px) {
  .main-slider__wrapper {
    min-height: 200px;
  }
}
/*# sourceMappingURL=style.css.map */

.text-danger {
  color: red;
  font-size: 18px;
  padding-bottom: 20px;
}

.alert {
  padding: 8px 14px 8px 14px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.list-unstyled {
  list-style: none;
  padding-left: 0px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.cookie {
    background: #F4F5F5;
    max-width: 689px;
    padding: 35px 25px 25px 38px;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.15);
    color: #1A1919;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 100;
}
.cookie a {
   color: #1A1919; 
}
.cookie__btn {
    border-radius: 1px;
    border: 2px solid #1A1919;
    background: #F4F5F5;
    color: #1A1919;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    padding: 13px 50px;
    margin-top: 22px;
}
@media (max-width: 640px) {
    .cookie {
        max-width: 100%;
        font-size: 14px;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}