@charset "UTF-8";

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Medium.woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Bold.woff");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Light.woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Regular.woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Italic.woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-LightItalic.woff");
  font-style: italic;
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

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

html,
body {
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
label {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input,
textarea,
select,
option,
button,
label {
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="checkbox"],
[type="radio"],
[type="file"],
[type="reset"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: inherit;
}

label,
button,
[type="submit"] {
  cursor: pointer;
  background: none;
}

img {
  display: block;
  max-width: 100%;
  font-style: italic;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  min-width: 320px;
  max-width: 100vw;
  height: 100vh;
  font: 14px "CeraPro", sans-serif;
  color: #1a1a1a;
  line-height: 1.5;
}

.main-content__inner {
  position: relative;
  padding-top: 104px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.main-content__inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(26, 26, 26, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-content__inner_offset {
  padding-top: 128px;
}

.page_offset_bottom {
  padding-bottom: 40px;
}

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

.page__sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 24px;
}

.page__main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  position: relative;
  max-width: 1256px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -12px;
}

.title,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  display: inline-block;
  letter-spacing: 1px;
}

.title_size_xl {
  font-size: 32px;
  line-height: 1.25;
}

.title_size_lg,
.content h1 {
  font-size: 24px;
  line-height: 1.33333;
}

.title_size_md,
.content h2 {
  font-size: 20px;
  line-height: 1.4;
}

.title_size_sm,
.content h3 {
  font-size: 18px;
  line-height: 1.33333;
}

.title_size_xs,
.content h4,
.content h5,
.content h6 {
  font-size: 16px;
  line-height: 1.5;
}

.title_offset {
  margin-bottom: 24px;
}

.title_offset_md {
  margin-bottom: 41px;
}

.title_offset_sm {
  margin-bottom: 30px;
}

.title_link {
  position: relative;
  padding-right: 28px;
  line-height: 1.2;
}

.title_link:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  background: url("/assets/img/arrow.svg") center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.title_link:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.title_thin {
  font-weight: 300;
}

.title_bold {
  font-weight: bold;
}

.link {
  color: rgba(26, 26, 26, 0.5);
  -webkit-box-shadow: 0 1px 0 rgba(26, 26, 26, 0.2);
  box-shadow: 0 1px 0 rgba(26, 26, 26, 0.2);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1.2;
}

.link:hover {
  -webkit-box-shadow: 0 0px 0 rgba(26, 26, 26, 0.2);
  box-shadow: 0 0px 0 rgba(26, 26, 26, 0.2);
}

.link_dark {
  color: #1a1a1a;
}

.text-gray {
  color: rgba(26, 26, 26, 0.5);
}

.text-light {
  color: #fff;
}

.italic {
  font-style: italic;
}

.lead {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.content h1:not(:last-child),
.content h2:not(:last-child),
.content h3:not(:last-child),
.content h4:not(:last-child),
.content h5:not(:last-child),
.content h6:not(:last-child) {
  margin-bottom: 16px;
}

.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 10px;
}

.content ul {
  list-style-type: disc;
  padding-left: 18px;
}

.content ol {
  list-style-type: decimal;
  padding-left: 16px;
}

.content_gray {
  color: rgba(26, 26, 26, 0.5);
}

.content p:not(:last-child) {
  margin-bottom: 8px;
}

.content iframe {
  max-width: 600px;
  width: 100%;
  height: 338px;
  margin: 40px 0;
}

.content table {
  max-width: 340px;
}

.content table:not(:last-child) {
  margin-bottom: 16px;
}

.content table caption {
  text-align: left;
  font-size: 16px;
  margin-bottom: 12px;
}

.content table td {
  padding: 4px 0;
}

.content_size_md {
  font-size: 16px;
}

.content_size_md p:not(:last-child) {
  margin-bottom: 12px;
}

.content_size_md iframe {
  margin: 32px 0;
  height: 454px;
  max-width: 100%;
}

.content_size_md figure {
  margin: 32px 0;
}

.content_size_md figure img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.content_size_md figure img:not(:last-child) {
  margin-bottom: 8px;
}

.content_size_md blockquote {
  position: relative;
  margin: 40px 0;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}

.content_size_md blockquote::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #1a1a1a;
}

.content_size_md figcaption {
  font-size: 14px;
  color: rgba(26, 26, 26, 0.5);
}

.icon {
  display: inline-block;
  position: relative;
  fill: currentColor;
}

.icon_fill:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-facebook {
  width: 20px;
  height: 20px;
}

.icon-vk {
  width: 20px;
  height: 20px;
}

.icon-telegram {
  width: 20px;
  height: 20px;
}

.icon-marker {
  width: 13px;
  height: 13px;
}

.icon-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 19px;
  height: 19px;
}

.icon-search {
  width: 21px;
  height: 21px;
}

.icon-profile {
  width: 22px;
  height: 24px;
  background: url("/assets/img/profile.svg") center no-repeat;
  background-size: contain;
}

.icon-profile:before {
  background: url("/assets/img/profile_hover.svg") center no-repeat;
  background-size: contain;
}

.icon-favourite {
  width: 24px;
  height: 22px;
  background: url("/assets/img/favourite.svg") center no-repeat;
  background-size: contain;
}

.icon-favourite:before {
  background: url("/assets/img/favourite_hover.svg") center no-repeat;
  background-size: contain;
}

.icon-cart {
  width: 28px;
  height: 25px;
  background: url("/assets/img/cart.svg") center no-repeat;
  background-size: contain;
}

.icon-cart:before {
  background: url("/assets/img/cart_hover.svg") center no-repeat;
  background-size: contain;
}

.icon-arrow {
  width: 17px;
  height: 17px;
}

.icon-triangle {
  width: 17px;
  height: 17px;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}

::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  border-radius: 0;
  background-color: #e8e8e8;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c5c5c5;
  border-radius: 0;
  margin: 7px auto;
  opacity: 1;
}

.gap {
  margin: 24px 0;
}

.gap_top {
  margin: 24px 0 0;
}

.gap_bottom {
  margin: 0 0 24px;
}

.gap_md {
  margin: 32px 0;
}

.gap_lg {
  margin: 40px 0;
}

.scale-hover {
  overflow: hidden;
}

.scale-hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s linear, -webkit-transform-origin 0.1s linear;
  transition: -webkit-transform 0.4s linear, -webkit-transform-origin 0.1s linear;
  transition: transform 0.4s linear, transform-origin 0.1s linear;
  transition: transform 0.4s linear, transform-origin 0.1s linear, -webkit-transform 0.4s linear, -webkit-transform-origin 0.1s linear;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 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;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.slick-next {
  right: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  line-height: 0;
}

.slick-dots li {
  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;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.slick-dots button {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dots-black .slick-dots button {
  background-color: #000;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.btn {
  position: relative;
  overflow: hidden;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  width: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn:hover .btn__icon {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn__text {
  text-transform: uppercase;
  line-height: 1;
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.btn_disabled {
  pointer-events: none;
}

.btn_icon {
  width: 32px;
  height: 32px;
}

.btn_icon:hover .icon:before {
  opacity: 1;
}

.btn_full {
  width: 100%;
}

.btn_size_md {
  padding: 0 30px;
  height: 40px;
}

.btn_theme_transp {
  border: 1px solid #1a1a1a;
}

.btn_theme_transp:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.btn_theme_transp:active {
  color: #fff;
  opacity: 0.85;
}

.btn_theme_gray {
  background-color: #f6f7f9;
}

.btn_theme_fill {
  background-color: #1a1a1a;
  color: #fff;
}

.btn_theme_fill:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 54px;
  display: block;
  position: absolute;
  top: 0;
  left: -81px;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}

.btn_theme_fill:hover:before {
  -webkit-transform: skewX(-45deg) translateX(50em);
  transform: skewX(-45deg) translateX(50em);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn_theme_fill:active {
  color: #fff;
  opacity: 0.85;
}

.btn__icon {
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 8px;
  margin-left: 10px;
  flex-shrinl: 0;
}

.btn__count {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 1.1;
  background-color: #e60000;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  text-align: center;
}

.btn.is-animated {
  -webkit-animation: bounce 2s 1 forwards;
  animation: bounce 2s 1 forwards;
}

.btn.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-group__item:not(:last-child) {
  margin-bottom: 7px;
  margin-right: 4px;
}

.offers {
  overflow: hidden;
}

.offers__slider .slick-slide {
  margin: 0 10.5px;
}

.offers__slider .slick-prev {
  left: -56px;
}

.offers__slider .slick-next {
  right: -56px;
}

.offers__slider_vendors .slick-slide {
  margin: 0 12px;
}

.progress-bar {
  margin-top: 24px;
  height: 2px;
  overflow: hidden;
  background-color: rgba(26, 26, 26, 0.1);
  background-image: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#1a1a1a));
  background-image: linear-gradient(to right, #1a1a1a, #1a1a1a);
  background-repeat: no-repeat;
  background-size: 10% 100%;
  -webkit-transition: background-position .4s ease-in-out;
  transition: background-position .4s ease-in-out;
}

.subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f7f9;
  padding: 24px;
}

.subscribe__content {
  margin-right: 40px;
}

.subscribe__btn {
  height: 42px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 192px;
}

.subscribe__btn .btn__icon {
  display: none;
}

.subscribe__title-mob {
  display: none;
  margin-bottom: 24px;
}

.subscribe__desc-mob {
  display: none;
  font-size: 12px;
}

.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 502px;
  width: 100%;
}

.subscribe__form .form__content {
  max-width: 312px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.subscribe__form .form__field.in-focus .form__input,
.subscribe__form .form__field.is-active .form__input {
  border-right: 1px solid transparent;
}

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

.breadcrumbs__link {
  position: relative;
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 8px;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link {
  padding-right: 15px;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 8px;
  height: 8px;
  background: url("/assets/img/triangle-crumbs.svg") center no-repeat;
  background-size: contain;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover {
  color: #1a1a1a;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars__inner {
  position: relative;
  width: 120px;
  height: 24px;
  overflow: hidden;
}

.stars__inner:not(:last-child) {
  margin-right: 8px;
}

.stars__back {
  position: relative;
  background-image: url(/assets/img/stars.svg);
  width: 100%;
  height: 100%;
}

.stars__front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(/assets/img/stars-fill.svg);
  background-size: cover;
}

.stars__front.rate0 {
  width: 0%;
}

.stars__front.rate1 {
  width: 10%;
}

.stars__front.rate2 {
  width: 20%;
}

.stars__front.rate3 {
  width: 30%;
}

.stars__front.rate4 {
  width: 40%;
}

.stars__front.rate5 {
  width: 50%;
}

.stars__front.rate6 {
  width: 60%;
}

.stars__front.rate7 {
  width: 70%;
}

.stars__front.rate8 {
  width: 80%;
}

.stars__front.rate9 {
  width: 90%;
}

.stars__front.rate10 {
  width: 100%;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity__btn {
  position: relative;
  width: 24px;
  height: 24px;
}

.quantity__btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quantity__btn_minus:before {
  width: 13px;
  height: 4px;
  background: url("/assets/img/minus.svg") center no-repeat;
  background-size: contain;
}

.quantity__btn_plus:before {
  width: 13px;
  height: 12px;
  background: url("/assets/img/plus.svg") center no-repeat;
  background-size: contain;
}

.quantity__text {
  width: 24px;
  height: 24px;
  text-align: center;
}

.quantity_theme_stroke {
  border: 1px solid rgba(26, 26, 26, 0.5);
  width: 120px;
}

.quantity_theme_stroke .quantity__btn,
.quantity_theme_stroke .quantity__text {
  width: 40px;
  height: 40px;
}

.quantity_theme_stroke .quantity__text {
  border-right: 1px solid rgba(26, 26, 26, 0.5);
  border-left: 1px solid rgba(26, 26, 26, 0.5);
}

.tabs {
  position: relative;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-nav__link {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-content__box {
  display: none;
}

.tabs-content__item.is-active .tabs-content__box {
  display: block;
}

.pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pag__show-more {
  width: 100%;
  max-width: 288px;
  margin-right: auto;
  margin-left: auto;
}

.pag__show-more:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.pag__show-more:active {
  background-color: rgba(26, 26, 26, 0.75);
}

.pag__show-more:not(:last-child) {
  margin-bottom: 24px;
}

.pag__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 808px;
  margin-right: auto;
  margin-left: auto;
}

.pag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pag__item:not(:last-child) {
  margin-right: 16px;
}

.pag__item.is-active .pag__number {
  border: 1px solid #1a1a1a;
}

.pag__number {
  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;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pag__number:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.pag__number:active {
  opacity: 0.85;
}

.pag__prev:not(:last-child) {
  margin-right: 40px;
}

.pag__prev:hover .btn__icon {
  -webkit-transform: translateX(-5px) rotate(-180deg);
  transform: translateX(-5px) rotate(-180deg);
}

.pag__prev .btn__icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 10px;
  margin-left: 0;
}

.pag__next {
  margin-left: 40px;
}

.pag__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.pag.is-loading .pag__loader {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating__text {
  margin-right: 24px;
}

.rating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating__star:hover:before,
.rating__star:hover ~ .rating__star:before {
  background: url("/assets/img/star_hover.svg") center no-repeat;
  background-size: contain;
}

.rating__input:checked ~ .rating__star:before {
  background: url("/assets/img/star_hover.svg") center no-repeat;
  background-size: contain;
}

.rating__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.rating__star:not(:first-child) {
  margin-right: 8px;
}

.rating__star:before {
  content: '';
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("/assets/img/star.svg") center no-repeat;
  background-size: cover;
}

.loader__container {
  width: 40px;
  height: 40px;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.loader__icon {
  stroke-dasharray: 1,150;
  stroke-dashoffset: 0;
  stroke: #1a1a1a;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

.form__field {
  position: relative;
  display: block;
  width: 100%;
}

.form__field .error {
  position: absolute;
  bottom: -21px;
  color: #e60000;
  white-space: nowrap;
  padding-left: 16px;
  pointer-events: none;
}

.form__field:not(:last-child) {
  margin-bottom: 36px;
}

.form__field.is-active .btn_icon .icon,
.form__field.in-focus .btn_icon .icon {
  opacity: 1;
}

.form__field.is-active .form__label,
.form__field.in-focus .form__label {
  opacity: 1;
  -webkit-transform: translateY(-19px);
  transform: translateY(-19px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form__field.in-focus .form__input,
.form__field.in-focus .form__textarea {
  border: 1px solid rgba(26, 26, 26, 0.5);
}

.form__field_tiny {
  max-width: 88px;
}

.form__field.has-error .form__input {
  border: 1px solid #e60000;
}

.form__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__group:not(:last-child) {
  margin-bottom: 36px;
}

.form__group .form__field:not(:last-child) {
  margin-bottom: 0;
  margin-right: 24px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__row:not(:last-child) {
  margin-bottom: 36px;
}

.form__row .form__field:not(:last-child) {
  margin-bottom: 0;
  margin-right: 36px;
}

.form__options:not(:last-child) {
  margin-bottom: 40px;
}

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

.form__rating:not(:last-child) {
  margin-bottom: 16px;
}

.form__label {
  position: absolute;
  top: 0;
  left: 16px;
  opacity: 0;
  color: rgba(26, 26, 26, 0.5);
  pointer-events: none;
}

.form__pp-link {
  margin-left: 24px;
}

.form__caption {
  margin-right: 24px;
}

.form__content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form__content_offset:not(:last-child) {
  margin-bottom: 36px;
}

.form__content_tiny {
  max-width: 360px;
  margin-left: auto;
}

.form__radiobox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form__radiobox:not(:last-child) {
  margin-bottom: 10px;
}

.form__file-box:not(:last-child) {
  margin-bottom: 24px;
}

.form__policy {
  max-width: 388px;
}

.form__link {
  display: inline-block;
}

.form_theme_gray .form__input {
  background-color: #f6f7f9;
}

.form__lead_offset {
  margin-bottom: 45px;
}

.form__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__btn-group .btn {
  width: 50%;
  padding: 0;
}

.form__btn-group .btn:not(:last-child) {
  margin-right: 24px;
}

.form__select {
  max-width: 134px;
}

.form_tiny {
  max-width: 392px;
}

.form_center {
  margin: 0 auto;
}

.input,
.textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 42px;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.input::placeholder,
.textarea::placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding-top: 10px;
  min-height: 126px;
}

[type="password"] {
  letter-spacing: 6px;
}

[type="password"]::-webkit-input-placeholder {
  letter-spacing: normal;
}

[type="password"]:-ms-input-placeholder {
  letter-spacing: normal;
}

[type="password"]::-ms-input-placeholder {
  letter-spacing: normal;
}

[type="password"]::placeholder {
  letter-spacing: normal;
}

.file-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file-box.is-active .file-box__clear {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.file-box__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 26px;
}

.file-box__field:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/img/clip.svg") center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.file-box__field:hover .file-box__text {
  border: transparent;
}

.file-box__text {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  line-height: 1;
  max-width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-box__text:hover:after {
  opacity: 0;
}

.file-box__text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted rgba(26, 26, 26, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.file-box__clear {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  margin-left: 8px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.file-box__clear .icon-close {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.radiobox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radiobox:hover .radiobox__icon:after {
  -webkit-transform: scale(3.6);
  transform: scale(3.6);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.radiobox__input:checked + .radiobox__icon {
  border-color: #1a1a1a;
}

.radiobox__input:checked + .radiobox__icon:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.radiobox__icon {
  position: relative;
  display: block;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(26, 26, 26, 0.5);
  border-radius: 100%;
}

.radiobox__icon:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #1a1a1a;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: .1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.radiobox__link {
  display: block;
}

.radiobox__text {
  margin-top: 1px;
}

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__input:checked + .checkbox__icon svg polyline {
  stroke-dashoffset: 0;
}

.checkbox__input:checked + .checkbox__color {
  border: 2px solid #1a1a1a;
}

.checkbox__text {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.checkbox__color {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(26, 26, 26, 0.5);
}

.checkbox__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #1a1a1a;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox__icon svg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: inherit;
  height: inherit;
}

.checkbox__icon svg path {
  fill: none;
  stroke: #1a1a1a;
  stroke-width: 0;
}

.checkbox__icon svg polyline {
  fill: none;
  stroke: #1a1a1a;
  stroke-width: 2;
  padding-left: 2px;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox_color_black .checkbox__input:checked + .checkbox__color {
  border: 1px solid #FF7034;
}

.selectric-custom-select .selectric {
  border: 1px solid rgba(26, 26, 26, 0.5);
  background-color: transparent;
}

.selectric-custom-select .selectric .label,
.selectric-custom-select .selectric .button {
  height: 38px;
  line-height: 38px;
}

.selectric-custom-select .selectric .label {
  font-size: 14px;
  color: #1a1a1a;
}

.selectric-custom-select .selectric .button {
  width: 32px;
  background-color: transparent;
}

.selectric-custom-select .selectric .button:after {
  display: none;
}

.selectric-custom-select .selectric .button:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
}

.selectric-custom-select .selectric-hide-select {
  z-index: 5;
}

.selectric-custom-select .selectric-items {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #fff;
}

.selectric-custom-select .selectric-items .selectric-scroll {
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid rgba(26, 26, 26, 0.5);
  border-top: none;
}

.selectric-custom-select .selectric-items ul,
.selectric-custom-select .selectric-items li {
  font-size: 14px;
  min-height: 40px;
}

.selectric-custom-select .selectric-items li {
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 9px;
}

.selectric-custom-select .selectric-items li.disabled {
  display: none;
}

.selectric-custom-select .selectric-items li.highlighted,
.selectric-custom-select .selectric-items li.selected {
  background: transparent;
  color: #1a1a1a;
}

.selectric-custom-select .selectric-items li:hover {
  color: #1a1a1a;
  background-color: transparent;
}

.selectric-custom-select.selectric-open {
  z-index: 3;
}

.selectric-custom-select.selectric-open .selectric .button:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.selectric-custom-select.selectric-no-scroll .selectric-items .selectric-scroll {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(50, 50, 50, 0.016);
  box-shadow: 0 5px 25px rgba(50, 50, 50, 0.016);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.navbar {
  border-bottom: 1px solid #ECEDEF;
  background-color: #f6f7f9;
}

.navbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}

.navbar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__left,
.navbar__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.navbar__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

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

.navbar__logo {
  margin-right: 48px;
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.navbar__list-item {
  height: 100%;
}

.navbar__list-item:not(:last-child) {
  margin-right: 24px;
}

.navbar__menu-icon {
  display: none;
  height: 100%;
  margin-right: 24px;
}

.topline {
  z-index: 10;
  background-color: #f6f7f9;
}

.topline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topline__left,
.topline__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topline__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

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

.topline__location-select {
  margin-right: 40px;
}

.topline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topline-list__item:not(:last-child) {
  margin-right: 24px;
}

.topline-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5.5px 0;
}

.logo {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.logo:hover {
  opacity: 0.75;
}

.logo__img {
  width: 80px;
  height: 36px;
}

.logo__text {
  line-height: 1.3;
  display: block;
}

.location-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
}

.location-select__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-select__btn:hover .location-select__text:before {
  opacity: 0;
}

.location-select__icon {
  margin-right: 6px;
}

.location-select__text {
  display: inline-block;
  position: relative;
  max-width: 50px;
  padding-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1.2;
}

.location-select__text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted currentColor;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.location-select__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 392px;
  height: 194px;
  padding: 16px 24px;
  background-color: #fff;
  z-index: 6;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.location-select__dropdown:before {
  content: '';
  top: -16px;
  bottom: auto;
  position: absolute;
  left: 50px;
  border: 8px solid transparent;
  border-bottom: 8px solid #e8e8e8;
}

.location-select__title {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-select__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.location-select__close:hover .icon-close {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.location-select__search {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.location-select__search .icon-search {
  opacity: 0.5;
  width: 16px;
  height: 16px;
}

.location-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-top: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 70px;
}

.location-select__list-item {
  font-weight: bold;
  width: 50%;
}

.location-select__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.location-select-opened .main-content__inner:before,
.status-cart-opened .main-content__inner:before,
.login-opened .main-content__inner:before,
.submenu-opened .main-content__inner:before {
  opacity: 1;
  pointer-events: auto;
}

.location-select-opened .location-select__dropdown {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.status-cart-opened .status-cart__dropdown {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.login-opened .login__dropdown {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.search-control {
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 7;
}

.search-control__form {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.search-control__form .form__content {
  height: 100%;
}

.search-control__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

.search-control__input {
  border: 1px solid #e8e8e8;
}

.search-control__field {
  width: 100%;
  display: none;
}

.search-control__field:after {
  content: '';
  position: absolute;
  top: 1px;
  z-index: 0;
  right: 1px;
  height: calc(100% - 2px);
  width: 80px;
  background-color: #fff;
}

.search-control__clear {
  position: absolute;
  height: 100%;
  top: 0;
  right: 45px;
  z-index: 1;
}

.search-control__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.search-control__close .icon-close {
  width: 16px;
  height: 16px;
}

.search-control__select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top-color: transparent;
  overflow: hidden;
}

.search-control__select li {
  overflow: hidden;
  height: 40px;
  background-color: #fff;
}

.search-control__select li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.search-control__select li a:hover {
  background-color: #f6f7f9;
}

.search-control__select.is-visible {
  display: block;
}

.search-control-opened .catalog-menu {
  display: none;
}

.search-control-opened .navbar__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.search-control-opened .navbar__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.search-control-opened .search-control {
  height: 42px;
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.search-control-opened .search-control__field {
  display: block;
}

.search-control-opened .search-control__btn {
  right: 10px;
}

.widget__dropdown {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.widget.is-active .icon_fill:before {
  opacity: 1;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login__dropdown {
  position: absolute;
  top: 100%;
  width: 336px;
  min-height: 310px;
  right: -24px;
  background-color: #fff;
  padding: 24px;
  border: 1px solid #f6f7f9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.login__dropdown:before {
  content: '';
  top: -16px;
  bottom: auto;
  position: absolute;
  right: 142px;
  border: 8px solid transparent;
  border-bottom: 8px solid #e8e8e8;
}

.login__form .btn:not(:last-child) {
  margin-bottom: 18px;
}

.login__checkbox {
  margin-top: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login__checkbox .checkbox__icon {
  margin-top: 4px;
}

.login__checkbox .checkbox__text {
  color: rgba(26, 26, 26, 0.5);
}

.login__tabs .tabs-nav {
  margin-bottom: 24px;
}

.login__tabs .tabs-nav__link {
  color: rgba(26, 26, 26, 0.5);
}

.login__tabs .tabs-nav__link:not(:last-child) {
  margin-right: 24px;
}

.login__tabs .tabs-nav__link:hover {
  color: rgba(26, 26, 26, 0.85);
}

.login__tabs .tabs-nav__link.is-active {
  color: #1a1a1a;
}

.favourite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.status-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
}

.status-cart__head {
  text-align: center;
  display: none;
  margin-bottom: 52px;
}

.status-cart__dropdown {
  position: absolute;
  top: 100%;
  width: 336px;
  right: -24px;
  background-color: #fff;
  padding: 30px 24px 24px;
  border: 1px solid #f6f7f9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.status-cart__dropdown:before {
  content: '';
  top: -16px;
  bottom: auto;
  position: absolute;
  right: 28px;
  border: 8px solid transparent;
  border-bottom: 8px solid #e8e8e8;
}

.status-cart__list:not(:empty) {
  margin-bottom: 24px;
}

.status-cart__item .product-preview__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.status-cart__item .product-preview__close {
  position: absolute;
  top: 0;
  right: 0;
}

.status-cart__item .product-preview__quantity {
  margin-right: 16px;
}

.status-cart__item .product-preview__head {
  margin-bottom: auto;
  max-width: 168px;
}

.status-cart__item .product-preview__details {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.status-cart__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.status-cart__close .icon-close {
  width: 16px;
  height: 16px;
}

.total {
  max-width: 288px;
  width: 100%;
}

.total__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.total__num {
  width: 60%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.total__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.total__actions .btn {
  max-width: 392px;
  margin: 0 auto;
}

.total__actions .btn:not(:last-child) {
  margin-bottom: 16px;
}

.footer {
  background-color: #1a1a1a;
  color: #fff;
}

.footer__head {
  margin-bottom: 12px;
}

.footer__logo {
  margin-bottom: 26px;
}

.footer__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 16px;
}

.footer__desc {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 22px;
}

.footer__ya {
  width: 148px;
  height: 40px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer__ya:hover {
  opacity: 1;
}

.footer__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
}

.footer__phone-tel {
  font-size: 16px;
  color: #fff;
}

.footer__phone-text {
  color: rgba(255, 255, 255, 0.5);
}

.footer__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.footer__list-item {
  color: rgba(255, 255, 255, 0.5);
}

.footer__list-item:not(:last-child) {
  margin-bottom: 12px;
}

.footer__list-link {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer__list-link:hover {
  color: #fff;
}

.footer_main {
  padding: 36px 0 40px;
}

.footer_main .footer__col {
  max-width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}

.footer_main .footer__col_wide {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.product-item {
  position: relative;
  display: block;
  max-width: 228px;
  height: 360px;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-item__img {
  position: relative;
  height: 196px;
}

.product-item__img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/assets/img/zoom.svg") center no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.5);
  width: 32px;
  height: 32px;
  background-size: 75%;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-item__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.product-item__name {
  height: 80px;
}

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

.product-item__prices-old {
  text-decoration: line-through;
}

.product-item__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-item__content {
  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;
  text-align: center;
  margin-bottom: auto;
  padding-top: 16px;
}

.product-item__favourite,
.product-item__cart {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-item__favourite {
  left: 0;
}

.product-item__cart {
  right: 0;
}

.product-status {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-status__new,
.product-status__sale {
  min-width: 47px;
  height: 18px;
  font-size: 12px;
  letter-spacing: 1.7px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.product-status__new:not(:last-child),
.product-status__sale:not(:last-child) {
  margin-right: 14px;
}

.product-status__new {
  background-color: #7ed321;
}

.product-status__sale {
  background-color: #e60000;
}

.catalog-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-menu__inner {
  height: 100%;
}

.catalog-menu__body {
  width: 100%;
  height: 100%;
}

.catalog-menu__meta {
  display: none;
}

.catalog-menu__menu-icon {
  height: 100%;
}

.catalog-menu__menu-icon .menu-icon__inner {
  background-color: #e7e8ea;
  padding: 11px 16px 11px 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
}

.catalog-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.catalog-menu__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-menu__item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom: 8px solid #e8e8e8;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.catalog-menu__item:nth-child(2) {
  display: none;
}

.catalog-menu__item.is-active:before {
  opacity: 1;
}

.catalog-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  position: relative;
  height: 100%;
}

.catalog-menu__link_sale {
  font-weight: bold;
  color: #e60000;
}

.catalog-menu__location-select {
  display: none;
  padding: 0 16px;
}

.catalog-menu__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}

.catalog-menu__close .icon-close {
  width: 16px;
  height: 16px;
}

.catalog-menu__footer {
  display: none;
  padding: 8px 0;
  width: 100%;
}

.catalog-menu__footer .footer__head {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.catalog-menu__footer .footer__head:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url("/assets/img/triangle-white.svg") center no-repeat;
  background-size: contain;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 11px;
  height: 11px;
}

.catalog-menu__footer .footer__lead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.catalog-menu__footer .footer__content {
  margin-bottom: 16px;
  display: none;
}

.catalog-menu__footer .footer__col.is-active .footer__head:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.catalog-nav {
  padding: 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.catalog-nav__btn {
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog-submenu {
  position: fixed;
  top: 104px;
  height: 520px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 8;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.catalog-submenu .container {
  height: 100%;
}

.catalog-submenu__nav {
  margin-bottom: 26px;
}

.catalog-submenu__header {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 16px;
}

.catalog-submenu__back {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog-submenu__back .icon-arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.catalog-submenu__inner {
  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;
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 0;
}

.catalog-submenu__link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 13 px;
  line-height: 13 px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 0;
}

.catalog-submenu__teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 392px;
}

.catalog-submenu__teaser:not(:last-child) {
  margin-bottom: 24px;
}

.submenu-opened .catalog-submenu {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  pointer-events: auto;
}

.submenu-opened .menu-icon__item:nth-child(1) {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.submenu-opened .menu-icon__item:nth-child(2) {
  opacity: 0;
}

.submenu-opened .menu-icon__item:nth-child(3) {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.menu-icon {
  position: relative;
  cursor: pointer;
}

.menu-icon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon__box {
  width: 20px;
  height: 15px;
  position: relative;
  cursor: pointer;
}

.menu-icon__item {
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #1a1a1a;
  left: 0;
}

.menu-icon__item:nth-child(1) {
  top: 0;
}

.menu-icon__item:nth-child(2) {
  top: 7px;
}

.menu-icon__item:nth-child(3) {
  bottom: 0;
}

.menu-icon__text {
  margin-left: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.category-menu {
  position: relative;
  max-width: 224px;
  z-index: 2;
  width: 100%;
}

.category-menu__item:hover .category-menu__link {
  font-weight: bold;
  color: #1a1a1a;
  background-color: #fff;
}

.category-menu__item:hover .category-menu__link:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.category-menu__item:hover .category-submenu {
  opacity: 1;
  pointer-events: auto;
}

.category-menu__link {
  position: relative;
  display: block;
  padding: 9.5px 8px;
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category-menu__link:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category-submenu__item {
  width: 100%;
}

.category-submenu__link {
  display: block;
  position: relative;
  padding: 9.5px 8px;
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category-submenu__link:hover {
  font-weight: bold;
  color: #1a1a1a;
  background-color: #fff;
}

.benefits__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.benefits_theme_light .benefit-item {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.benefits_theme_light .benefit-item__desc {
  color: #333;
}

.benefits_theme_light .benefit-item__title {
  color: #1a1a1a;
}

.benefits_theme_light .benefits__slider {
  border: 5px solid #f6f7f9;
}

.benefits_theme_dark .benefit-item {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.benefits_theme_dark .benefit-item__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;
  background-color: #f6f7f9;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.benefits_theme__details {
  color: #fff;
}

.benefits_theme__desc {
  color: rgba(255, 255, 255, 0.75);
}

.benefit-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
}

.benefit-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-item__icon {
  margin-right: 17px;
  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: 58px;
  height: 58px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.benefit-item__icon img {
  max-width: 45px;
  width: 100%;
  height: 100%;
  max-height: 30px;
}

.benefit-item__details {
  overflow: hidden;
}

.benefit-item__desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.benefit-item__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  overflow: hidden;
}

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

.teaser__category-menu {
  max-width: 208px;
  width: 100%;
  background-color: #f6f7f9;
  height: 400px;
}

.teaser__category-menu .category-menu__link {
  color: #1a1a1a;
  padding: 9.5px 16px;
}

.teaser__category-menu .category-menu__link:after {
  width: 8px;
  height: 8px;
}

.teaser__category-menu .category-submenu {
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.teaser__category-menu .category-submenu__link {
  padding: 9.5px 16px;
}

.teaser__cards {
  max-width: 340px;
}

.teaser__cards .teaser-card {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.teaser-card {
  display: block;
  max-width: 288px;
  width: 100%;
  height: 200px;
}

.teaser-card__inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.teaser-card_lg {
  max-width: 392px;
  height: 224px;
}

.teaser-slider {
  max-width: 728px;
  overflow: hidden;
}

.teaser-slider__img {
  display: block;
  height: 400px;
}

.scale-hover {
  overflow: hidden;
}

.scale-hover:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.complimentary-grid__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.complimentary-grid__col .cat-item {
  padding: 0;
}

.complimentary-grid__col .cat-item:not(:last-child) {
  margin-bottom: 24px;
}

.complimentary-grid__col .cat-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.complimentary-grid__col_double .cat-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
}

.complimentary-slider {
  margin-bottom: 24px;
}

.complimentary-slider__item {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  height: 268px;
}

.complimentary-slider__item .cat-item__inner {
  color: #fff;
}

.complimentary-list .row {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.complimentary-list__item {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 24px;
}

.complimentary-list__item:not(:last-child) {
  margin-right: 30px;
}

.complimentary-list__name {
  position: relative;
  padding-right: 28px;
}

.complimentary-list__name:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.complimentary-list__name:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  background: url("/assets/img/arrow.svg") center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-offer {
  margin: 24px 0;
}

.main-offer__item {
  position: relative;
  height: 300px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.main-offer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 24px;
}

.main-offer__content {
  z-index: 1;
  position: relative;
  max-width: 288px;
}

.main-offer__desc {
  color: rgba(26, 26, 26, 0.5);
}

.main-offer__name {
  margin-bottom: 10px;
  max-width: 245px;
}

.main-offer__head {
  margin-bottom: 32px;
}

.main-offer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.notion {
  margin-top: 48px;
}

.notion__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.notion__logo {
  margin: 0 auto 24px;
}

.notion__logo .logo__img {
  margin: 0 auto;
}

.notion__content {
  max-height: 63px;
  overflow: hidden;
  width: 100%;
}

.notion__content.is-expanded {
  max-height: 1000px;
}

.notion__content:not(:last-child) {
  margin-bottom: 8px;
}

.notion__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.notion__details:not(:last-child) {
  margin-bottom: 24px;
}

.promo {
  height: 115px;
  position: relative;
}

.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 5px 24px;
  height: 100%;
}

.promo__title {
  max-width: 50%;
}

.blog-previews_dark {
  background-color: #f6f7f9;
}

.blog-previews_dark .blog-preview:hover .blog-preview__inner {
  background-color: #e7e8ea;
}

.blog-previews_size_md {
  padding: 24px 0;
}

.blog-previews_size_lg {
  padding: 24px 0 40px;
}

.blog-previews__slider .slick-dots {
  bottom: 0;
}

.blog-previews_size_double .blog-preview {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.blog-previews_size_triple .blog-preview {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.blog-previews__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.blog-previews__about.is-expanded .blog-previews__col:not(:first-child) {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.blog-previews__about.is-expanded .blog-previews__col:not(:last-child) {
  margin-bottom: 16px;
}

.blog-previews__show-more {
  display: none;
}

.blog-preview {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 312px;
  margin-bottom: 24px;
}

.blog-preview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog-preview__details {
  padding-top: 8px;
}

.blog-preview__name {
  height: 48px;
}

.blog-preview__img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}

.cat-item {
  display: block;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  height: 195px;
}

.cat-item__inner {
  display: block;
  padding: 20px 24px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.cat-item__content {
  max-width: 90%;
}

.cat-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cat-item__bg img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.cat-item_size_xs {
  height: 92px;
}

.cat-item_size_xs .cat-item__inner {
  padding: 32px;
}

.cat-item_size_sm {
  height: 195px;
}

.cat-item_size_md {
  height: 208px;
}

.cat-item_size_md .cat-item__name {
  max-width: 70%;
}

.cat-item_size_lg {
  height: 268px;
}

.cat-item_light .cat-item__name {
  color: #fff;
}

.cat-item_light .cat-item__name:after {
  background: url("/assets/img/arrow-white.svg") center no-repeat;
  background-size: contain;
}

.cat-item_light .cat-item__content {
  color: #fff;
}

.catalog__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.catalog__item:not(:last-child) {
  margin-bottom: 24px;
}

.catalog__item .cat-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.catalog__breadcrumbs {
  margin-bottom: 24px;
}

.catalog__content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  max-width: 810px;
}

.catalog__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.catalog__product {
  max-width: 25%;
}

.catalog__img {
  height: 224px;
}

.catalog__img:not(:last-child) {
  margin-bottom: 16px;
}

.catalog__pagination {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.catalog__blog-previews .blog-previews__slider {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  margin-bottom: 24px;
}

.catalog__blog-previews .blog-previews__slider .slick-dots {
  bottom: 22px;
}

.catalog-complimentary {
  display: block;
  position: relative;
  overflow: hidden;
  height: 104px;
}

.catalog-complimentary__inner {
  height: 100%;
}

.catalog-complimentary__title {
  margin-bottom: 8px;
}

.catalog-complimentary__content {
  position: relative;
  padding: 24px 40px;
  height: 100%;
}

.catalog-complimentary__desc {
  font-size: 16px;
}

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

.filters {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.filters__inner:not(:last-child) {
  margin-bottom: 16px;
}

.filters__actions {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.filters__btn {
  width: 50%;
  padding: 0;
}

.filters__btn:not(:last-child) {
  margin-right: 16px;
}

.filters__close-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.filters__head {
  position: relative;
  display: none;
  margin-bottom: 26px;
}

.filters__close-btn {
  position: absolute;
  right: -6px;
  top: 0;
}

.filters-opened .filters {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.filters-opened .filters__close-area {
  opacity: 1;
  pointer-events: auto;
}

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

.sorting__mob {
  display: none;
}

.sorting__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sorting__lead:not(:last-child) {
  margin-right: 24px;
}

.sorting__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sorting__checkbox .checkbox__input:checked + .checkbox__text {
  color: #1a1a1a;
}

.sorting__select .selectric {
  width: 81px;
}

.sorting__select .selectric-items {
  height: auto;
}

.sorting__select-sort:not(:last-child) {
  margin-right: 16px;
}

.sorting__select-sort .selectric {
  width: 160px;
}

.sorting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sorting-list__link {
  position: relative;
  line-height: 1;
}

.sorting-list__link_up {
  padding-right: 18px;
}

.sorting-list__link_up:before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sorting-list__link_down {
  padding-right: 18px;
}

.sorting-list__link_down:before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sorting-list__item {
  line-height: 1;
  position: relative;
}

.sorting-list__item:not(:last-child) {
  margin-right: 24px;
}

.search-result {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.search-result__btn {
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 1;
}

.search-result__input {
  background-color: transparent;
  font-size: 24px;
  border: none;
  padding: 0;
  max-width: calc(100% - 80px);
}

.search-result__field:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  height: 100%;
  width: 80px;
  background-color: #fff;
}

.search-result__field.in-focus .input,
.search-result__field.is-active .input {
  border: none;
}

.search-result__clear {
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 6px;
}

.search-result__clear .icon-close {
  width: 16px;
  height: 16px;
}

.filter-range {
  padding-bottom: 18px;
}

.filter-range__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.filter-range__field {
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-range__field:not(:last-child) {
  margin-right: 8px;
}

.filter-range__input {
  max-width: 94px;
  background-color: #f6f7f9;
  padding: 0 8px;
}

.filter-range__label:not(:last-child) {
  margin-right: 16px;
}

.filter-item {
  position: relative;
}

.filter-item:not(:last-child) {
  margin-bottom: 24px;
}

.filter-item.is-active .filter-item__head:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.5;
}

.filter-item__colours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -9.5px;
  overflow: hidden;
}

.filter-item__colours .checkbox {
  padding: 0 9.5px;
  margin-bottom: 16px;
}

.filter-item__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.filter-item__list-link {
  display: block;
  padding: 2px 0;
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.filter-item__list-link:hover,
.filter-item__list-link.is-active {
  color: #1a1a1a;
  font-weight: bold;
}

.filter-item__content {
  display: none;
  margin-top: 20px;
  max-height: 244px;
  overflow-x: hidden;
  overflow-y: auto;
}

.filter-item__checkbox .checkbox__icon {
  margin-right: 16px;
}

.filter-item__checkbox .checkbox__text {
  margin-top: 1px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-item__checkbox:not(:last-child) {
  margin-bottom: 16px;
}

.filter-item__head {
  position: relative;
  cursor: pointer;
}

.filter-item__head:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
  opacity: 1;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.noUi-target {
  height: 1px;
  background-color: rgba(26, 26, 26, 0.25);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 15px;
}

.noUi-connect {
  background-color: #1a1a1a;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid rgba(26, 26, 26, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-active:before {
  border: 1px solid #1a1a1a;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle-lower {
  right: -30px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle-lower:before {
  left: 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle-upper {
  right: -16px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle-upper:before {
  right: 0;
}

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

.product__right {
  max-width: 304px;
  width: 100%;
}

.product__left {
  margin-right: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.product__name:not(:last-child) {
  margin-bottom: 16px;
}

.product__stars:not(:last-child) {
  margin-bottom: 16px;
}

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

.product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__prices:not(:last-child) {
  margin-bottom: 16px;
}

.product__prices-cur:not(:last-child) {
  margin-right: 8px;
}

.product__prices-old {
  color: #e60000;
  text-decoration: line-through;
}

.product__adds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.product__status-item:not(:last-child) {
  margin-right: 24px;
  margin-bottom: 24px;
}

.product__status-item_danger {
  color: #e60000;
}

.product__status-item_warning {
  color: #f5a623;
}

.product__status-item_available {
  color: #7ed321;
}

.product__details {
  max-width: 392px;
}

.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__actions:not(:last-child) {
  margin-bottom: 16px;
}

.product__quantity:not(:last-child) {
  margin-right: 16px;
}

.product__favourite {
  width: 40px;
  height: 40px;
}

.product__btn:not(:last-child) {
  margin-right: 16px;
}

.product__tabs .tabs-nav__link {
  padding: 0 36px;
  height: 64px;
  width: 20%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__tabs .tabs-nav__link:hover {
  background-color: rgba(246, 247, 249, 0.5);
}

.product__tabs .tabs-nav__link.is-active {
  background-color: #f6f7f9;
}

.product__tabs .tabs-content__item.is-active .tabs-content__head:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.product__tabs .tabs-content__head {
  display: none;
  position: relative;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.product__tabs .tabs-content__head:after {
  content: '';
  position: absolute;
  top: 50%;
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0.5;
  width: 16px;
  height: 16px;
}

.product__tabs .tabs-content__box {
  background-color: #f6f7f9;
  padding: 16px 24px 24px;
}

.product__comments:not(:last-child) {
  margin-bottom: 24px;
}

.banner {
  display: block;
  width: 304px;
  height: 464px;
}

.banner__inner {
  display: block;
  padding: 32px;
}

.product-select:not(:last-child) {
  margin-bottom: 16px;
}

.product-select__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-select__head:not(:last-child) {
  margin-bottom: 16px;
}

.product-select__lead {
  margin-right: 24px;
}

.product-select__field {
  width: 206px;
}

.product-slider {
  position: relative;
  max-width: 496px;
  width: 100%;
  margin-right: 24px;
  overflow: hidden;
  height: 496px;
}

.product-slider__status {
  z-index: 2;
}

.product-slider__item {
  position: relative;
  height: 496px;
}

.product-slider__img {
  height: 100%;
  width: 100%;
}

.product-slider .slick-arrow {
  background-color: transparent;
}

.product-complimentary {
  position: relative;
  height: 76px;
}

.product-complimentary__inner {
  height: 100%;
}

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

.product-complimentary__content {
  height: 100%;
  padding: 14px 16px;
  position: relative;
}

.comment {
  padding-bottom: 32px;
}

.comment:last-child {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

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

.comment__stars:not(:last-child) {
  margin-bottom: 6px;
}

.comment__stars .stars__inner {
  width: 80px;
  height: 16px;
}

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

.comment__name:not(:last-child) {
  margin-bottom: 6px;
}

.comment__details {
  max-width: 120px;
  width: 100%;
  margin-right: 24px;
}

.comment__content:not(:last-child) {
  margin-bottom: 16px;
}

.comment__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.comment__images img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.comment__images img:not(:last-child) {
  margin-right: 16px;
}

.comment-form .form__content:not(:last-child) {
  margin-bottom: 24px;
}

.product-box {
  background-color: #f6f7f9;
}

.product-box__list {
  color: rgba(26, 26, 26, 0.5);
}

.product-box__inner {
  padding: 10px 16px 18px;
}

.product-box__title:not(:last-child) {
  margin-bottom: 16px;
}

.product-box__title a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-box__title a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted currentColor;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-box__title a:hover:before {
  opacity: 0;
}

.product-box__list:not(:last-child) {
  margin-bottom: 16px;
}

.product-box__list li:not(:last-child) {
  margin-bottom: 8px;
}

.product-similar__title {
  padding-left: 8px;
}

.product-similar__item {
  padding: 8px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-similar__item:hover {
  background-color: #f6f7f9;
}

.product-similar__item:hover .product-preview__favourite,
.product-similar__item:hover .product-preview__cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.25s cubic-bezier(0.29, 0.88, 0.38, 1.83);
  transition: all 0.25s cubic-bezier(0.29, 0.88, 0.38, 1.83);
  opacity: 1;
}

.product-similar__item:hover .product-preview__cart {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.product-similar .product-preview__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.product-similar .product-preview__details {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-similar .product-preview__head {
  margin-bottom: auto;
}

.vendors__head {
  text-align: center;
}

.vendor-list:not(:last-child) {
  margin-bottom: 34px;
}

.vendor-list__head:not(:last-child) {
  margin-bottom: 16px;
}

.vendor-list__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.vendor-list__content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.vendor-list__content a {
  color: rgba(26, 26, 26, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vendor-list__content a:hover {
  -webkit-box-shadow: 0 1px 0 rgba(140, 140, 140, 0.25);
  box-shadow: 0 1px 0 rgba(140, 140, 140, 0.25);
  color: #1a1a1a;
}

.vendor-preview {
  max-width: 184px;
}

.vendor-preview__img {
  max-height: 56px;
}

.sidebar {
  max-width: 288px;
  width: 100%;
}

.sidebar-nav {
  overflow: hidden;
  position: relative;
}

.sidebar-nav__btn {
  display: none;
  position: absolute;
  right: 16px;
  top: 2px;
  opacity: 0.5;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-nav__list {
  position: relative;
}

.sidebar-nav__item:not(:last-child) {
  margin-bottom: 4px;
}

.sidebar-nav__link {
  display: inline-block;
  padding: 4px 0;
  font-size: 16px;
  letter-spacing: 0.44px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-nav__link:hover,
.sidebar-nav__link.is-active {
  font-weight: bold;
}

.blog__btn {
  top: 15px;
}

.article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 12px;
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-bottom: 24px;
}

.article__inner {
  border: 1px solid rgba(26, 26, 26, 0.1);
  height: 298px;
}

.article__img {
  width: 100%;
  height: 198px;
  overflow: hidden;
}

.article__title {
  font-weight: bold;
  height: 48px;
}

.article__title:not(:last-child) {
  margin-bottom: 10px;
}

.article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 12px 16px 8px;
}

.page-accordion__item.is-active .page-accordion__head:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.5;
}

.page-accordion_offset {
  margin-top: -8px;
}

.page-accordion__box {
  display: none;
  margin-top: 8px;
  margin-bottom: 16px;
}

.page-accordion__head {
  position: relative;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.page-accordion__head:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  background: url("/assets/img/triangle.svg") center no-repeat;
  background-size: contain;
  opacity: 1;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-accordion__title {
  padding-right: 40px;
}

.thanks__inner {
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}

.thanks__desc {
  margin-bottom: 8px;
}

.thanks__comment {
  margin-bottom: 24px;
}

.thanks__btn {
  width: 100%;
}

.account .page__inner {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.account .page__main {
  padding-bottom: 1px;
}

.account__head {
  text-align: center;
}

.account .sidebar-nav__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account .sidebar-nav:before,
.account .sidebar-nav__btn {
  display: none;
}

.account .sidebar-nav.is-active:before {
  display: none;
}

.checkout {
  padding-bottom: 40px;
}

.checkout__head {
  text-align: center;
}

.scroll-top__arrow {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.scroll-top__arrow:hover {
  background-color: #f6f7f9;
}

.scroll-top .icon-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-top.is-active .scroll-top__arrow {
  cursor: pointer;
  opacity: 1;
}

.post {
  position: relative;
  margin-bottom: 34px;
}

.post__head {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.post__head .container {
  height: 100%;
}

.post__head-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post__scroll-top-mob {
  display: none;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 0;
  height: calc(100% - 8px);
}

.post__scroll-top-mob .scroll-top__arrow {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f6f7f9;
  top: 85%;
}

.post__title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.7px;
}

.post__breadcrumbs {
  position: absolute;
  top: 24px;
  left: 16px;
}

.post__breadcrumbs .breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover {
  color: #fff;
}

.post__breadcrumbs .breadcrumbs__item:not(:last-child) .breadcrumbs__link:after {
  background: url("/assets/img/triangle-white.svg") center no-repeat;
  background-size: contain;
}

.post__breadcrumbs .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.5);
}

.post__meta {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post__desc:not(:last-child) {
  margin-bottom: 40px;
}

.post__inner {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 16px 0;
}

.post__date:not(:last-child) {
  margin-right: 24px;
}

.post__content-list:not(:last-child) {
  margin-bottom: 40px;
}

.author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author__icon {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-image: none;
  fill: #1a1a1a;
}

.post-sticky {
  position: absolute;
  z-index: 1;
  left: -72px;
  top: 70px;
  height: calc(100% - 140px);
}

.post-sticky__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 143px;
}

.post-sticky__scroll-top {
  margin-top: 350px;
}

.product-post {
  display: block;
  padding: 16px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-post:not(:last-child) {
  margin-bottom: 40px;
}

.product-post:hover {
  background-color: #f6f7f9;
}

.product-post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-post__img {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-post__img:not(:last-child) {
  margin-right: 16px;
}

.product-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 392px;
}

.product-post__content {
  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;
  width: 40%;
}

.post-chapter:not(:last-child) {
  margin-bottom: 32px;
}

.content-list__nav {
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  list-style-type: decimal;
  margin-bottom: 40px;
}

.content-list__item {
  padding-left: 10px;
}

.content-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.sharing__item:not(:last-child) {
  margin-bottom: 8px;
}

.sharing__link {
  width: 40px;
  height: 40px;
  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;
  opacity: 0.25;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sharing__link:hover {
  opacity: 1;
}

.post-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-tags__item:not(:last-child) {
  margin-right: 24px;
  margin-bottom: 4px;
}

.post-tags__link {
  padding: 0 8px;
}

.sizes-desc:not(:last-child) {
  margin-bottom: 40px;
}

.sizes-desc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sizes-desc__img {
  max-width: 225px;
  max-height: 315px;
  width: 100%;
  height: 100%;
}

.sizes-desc__content {
  max-width: 808px;
  width: 100%;
}

.sizes-desc__item:not(:last-child) {
  margin-bottom: 24px;
}

.sizes-desc__lead {
  margin-bottom: 12px;
}

.sizes-table:not(:last-child) {
  margin-bottom: 32px;
}

.sizes-table__inner {
  position: relative;
  margin: 0 auto;
  width: 1224px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  font-size: 16px;
  letter-spacing: 0.44px;
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
}

.table__row_gray {
  background-color: #f6f7f9;
}

.table__head,
.table__caption,
.table__cell {
  height: 42px;
  vertical-align: middle;
}

.table__head {
  font-weight: normal;
  padding: 0 14px;
}

.table__caption {
  line-height: 42px;
  font-weight: bold;
  background-color: #f6f7f9;
  margin: 0 2px;
}

.table_fixed {
  table-layout: fixed;
}

.table_contains-table {
  border-spacing: 0;
}

.table_contains-table .table__cell_sub:nth-child(1) {
  width: 40%;
}

.table_contains-table .table__cell_sub:nth-child(2) .table__caption {
  margin: 0 -2px;
}

.table_contains-table .table__cell_sub:nth-child(3) {
  width: 43.63%;
}

.cart__title {
  text-align: center;
  width: 100%;
}

.cart .sidebar {
  margin-right: 0;
}

.cart .page__main {
  margin-right: 24px;
}

.cart__head {
  margin-bottom: 24px;
}

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

.cart__cell:nth-child(1) {
  width: 51.5%;
}

.cart__cell:nth-child(2) {
  width: 15%;
}

.cart__cell:nth-child(3) {
  width: 13%;
}

.cart__cell:nth-child(4) {
  width: 21%;
}

.cart__body {
  margin-bottom: 20px;
}

.cart__footer {
  margin-left: auto;
}

.product-preview {
  display: block;
  position: relative;
}

.product-preview:not(:last-child) {
  margin-bottom: 24px;
}

.product-preview_line {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.product-preview__head {
  max-width: 296px;
}

.product-preview__price,
.product-preview__sum {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-preview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-preview__close {
  position: absolute;
  width: 24px;
  height: 24px;
}

.product-preview__close .icon-close {
  width: 14px;
  height: 14px;
}

.product-preview__close:hover .icon-close {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-preview__content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-preview__quantity {
  margin: 0 16px;
}

.product-preview__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-preview__img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-preview__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-preview__actions .btn {
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.product-preview__actions .btn:not(:last-child) {
  margin-right: 16px;
}

.cart-item .product-preview__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-item .product-preview__price,
.cart-item .product-preview__sum {
  max-width: 94px;
}

.cart-item .product-preview__inner {
  max-width: 89%;
}

.cart-item .product-preview__close {
  top: calc(50% - 24px);
  right: 0;
}

.cart-item .product-preview__details {
  width: 48%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@media (min-width: 992px) {
  .header-fixed {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
  }
}

@media (min-width: 1025px) {
  .product-item:hover {
    background-color: #f6f7f9;
  }

  .product-item:hover .product-item__favourite,
  .product-item:hover .product-item__cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.25s cubic-bezier(0.29, 0.88, 0.38, 1.83);
    transition: all 0.25s cubic-bezier(0.29, 0.88, 0.38, 1.83);
    opacity: 1;
  }

  .product-item:hover .product-item__cart {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }

  .product-item:hover .product-item__img:before {
    opacity: 1;
  }

  .benefit-item:hover {
    background-color: #f6f7f9;
  }

  .teaser__cards .teaser-card:hover {
    -webkit-transform: scale(0.96, 0.94);
    transform: scale(0.96, 0.94);
  }

  .blog-preview:hover .blog-preview__inner {
    background-color: #f6f7f9;
  }
}

@media screen and (min-width: 1025px) {
  [data-anim="fade-in"] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  [data-anim="fade-left"] {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  [data-anim="fade-right"] {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  [data-anim="fade-down"] {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media (max-width: 1440px) {
  .product__tabs .tabs-nav__link {
    padding: 0 21px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .subscribe__form .form__content {
    max-width: 262px;
  }

  .pag__item:not(:nth-child(-n+2)):not(:nth-last-child(-n+2)) {
    display: none;
  }

  .pag__item:not(:last-child) {
    margin-right: 0;
  }

  .pag__prev,
  .pag__next {
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .pag__prev .btn__text,
  .pag__next .btn__text {
    display: none;
  }

  .pag__prev .btn__icon,
  .pag__next .btn__icon {
    margin: 0;
  }

  .pag__prev:not(:last-child) {
    margin-right: 24px;
  }

  .pag__next {
    margin-left: 24px;
  }

  .navbar__logo {
    margin-right: 24px;
  }

  .navbar__list-item:not(:last-child) {
    margin-right: 12px;
  }

  .catalog-menu__menu-icon .menu-icon__inner {
    margin-right: 12px;
  }

  .catalog-menu__link {
    padding: 0 12px;
  }

  .benefits__slider {
    display: block;
  }

  .benefits_theme_light .benefit-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .benefits_theme_light .benefit-item {
    padding: 6px 12px 30px;
  }

  .benefits_theme_dark .benefit-item {
    padding: 11px 12px 35px;
  }

  .teaser__category-menu {
    display: none;
  }

  .teaser__cards .teaser-card {
    max-width: 100%;
  }

  .teaser-slider {
    max-width: calc(100% - 340px);
    overflow: visible;
  }

  .notion__col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .notion__col:not(:last-child) {
    margin-bottom: 24px;
  }

  .notion__content {
    max-height: 53px;
  }

  .cat-item__content {
    max-width: 100%;
  }

  .catalog__product {
    max-width: 33.33%;
  }

  .product__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .product__tabs .tabs-nav {
    display: none;
  }

  .product__tabs .tabs-content__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product__tabs .tabs-content__box {
    background-color: #fff;
  }

  .product-slider {
    margin-bottom: 8px;
  }

  .article {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .cart-item .product-preview__head {
    max-width: 162px;
  }

  .cart-item .product-preview__details {
    width: 58%;
  }
}

@media (max-width: 992px) {
  .main-content__inner {
    padding-top: 48px;
  }

  .main-content__inner_offset_mob {
    padding-top: 64px;
  }

  .page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .page_no-gap-on-mob .page__container {
    padding: 0;
  }

  .page_no-gap-on-mob .page__sidebar {
    margin-bottom: 16px;
  }

  .row {
    margin: 0 -8px;
  }

  .title_offset_md {
    margin-bottom: 30px;
  }

  .content iframe {
    height: 250px;
  }

  .content_size_md iframe {
    height: 310px;
  }

  .content_size_md figure img {
    height: 272px;
  }

  .content_size_md blockquote {
    padding-left: 24px;
  }

  .content_size_md blockquote::before {
    left: 0;
    width: 2px;
  }

  .gap {
    margin: 16px 0;
  }

  .gap_top {
    margin: 16px 0 0;
  }

  .gap_bottom {
    margin: 0 0 16px;
  }

  .gap_md {
    margin: 16px 0;
  }

  .gap_lg {
    margin: 16px 0;
  }

  .offers__slider .slick-slide {
    margin: 0 4px;
  }

  .subscribe {
    margin-bottom: 0;
  }

  .subscribe .container {
    padding: 0;
  }

  .subscribe__inner {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe__content {
    display: none;
  }

  .subscribe__title {
    display: none;
  }

  .subscribe__btn {
    width: auto;
    padding: 8px 12px;
  }

  .subscribe__btn .btn__text {
    display: none;
  }

  .subscribe__btn .btn__icon {
    display: block;
    margin-left: 0;
  }

  .subscribe__title-mob {
    display: block;
  }

  .subscribe__desc-mob {
    display: block;
  }

  .subscribe__form {
    margin-bottom: 16px;
    max-width: 50%;
  }

  .subscribe__form .form__content {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form__btn-group .btn:not(:last-child) {
    margin-right: 16px;
  }

  .form_tiny {
    margin: 0 auto;
  }

  .navbar > .container {
    padding: 0;
  }

  .navbar__inner {
    height: 48px;
  }

  .navbar__right {
    padding-right: 16px;
  }

  .navbar__list-item:not(:last-child) {
    margin-right: 20px;
  }

  .navbar__menu-icon {
    margin-right: 8px;
    height: 100%;
    width: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }

  .topline {
    display: none;
  }

  .logo__img {
    width: 67px;
    height: 30px;
  }

  .location-select__dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .location-select__dropdown:before {
    display: none;
  }

  .location-select__close {
    display: none;
  }

  .location-select__list {
    height: auto;
  }

  .menu-opened .catalog-menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }

  .search-control {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 48px 16px;
  }

  .search-control__form {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search-control__btn {
    right: 5px;
  }

  .search-control__field {
    display: block;
  }

  .search-control__clear {
    display: none;
  }

  .search-control__close {
    display: block;
  }

  .search-control__select {
    position: relative;
    margin-top: 8px;
    border: none;
  }

  .search-control-opened .catalog-menu {
    display: block;
  }

  .search-control-opened .search-control {
    height: 100%;
  }

  .login {
    display: none;
  }

  .favourite__btn {
    width: 28px;
    height: 28px;
  }

  .favourite__btn .icon-favourite {
    width: 21px;
    height: 19px;
  }

  .status-cart__head {
    display: block;
  }

  .status-cart__dropdown {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0) translateX(-100%);
    transform: translateY(0) translateX(-100%);
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    overflow-y: auto;
    padding: 16px 16px 0;
    pointer-events: none;
  }

  .status-cart__btn {
    width: 28px;
    height: 28px;
  }

  .status-cart__btn .icon-cart {
    width: 25px;
    height: 21px;
  }

  .status-cart__footer {
    max-width: 100%;
  }

  .status-cart__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .footer__col {
    padding: 0 8px;
  }

  .footer__list-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer_main {
    padding: 36px 0 28px;
  }

  .footer_main .footer__col:not(:first-child) {
    display: none;
  }

  .footer_main .footer__col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .product-item {
    height: 320px;
    max-width: 182px;
    padding: 8px 8px 16px;
  }

  .product-item__img {
    height: 158px;
  }

  .product-item__favourite,
  .product-item__cart {
    display: none;
  }

  .catalog-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .catalog-menu__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0 0;
    overflow-y: auto;
  }

  .catalog-menu__body {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-bottom: 24px;
  }

  .catalog-menu__meta {
    display: block;
  }

  .catalog-menu__menu-icon {
    display: none;
  }

  .catalog-menu {
    padding: 0;
  }

  .catalog-menu .menu-icon {
    width: 100%;
  }

  .catalog-menu .menu-icon__box {
    display: none;
  }

  .catalog-menu .menu-icon__inner {
    padding: 0;
    background-color: transparent;
    margin-right: 0;
    width: 100%;
    padding: 0 16px;
  }

  .catalog-menu .menu-icon__text {
    margin-left: 0;
  }

  .catalog-menu .menu-icon__text:before {
    content: 'Весь ';
  }

  .catalog-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 24px 0 16px;
  }

  .catalog-menu__item:nth-child(2) {
    display: block;
  }

  .catalog-menu__item {
    height: auto;
  }

  .catalog-menu__item:before {
    display: none;
  }

  .catalog-menu__link {
    width: 100%;
    height: 40px;
    padding: 0 16px;
  }

  .catalog-menu__location-select {
    display: inline-block;
  }

  .catalog-menu__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-menu__footer {
    display: block;
  }

  .catalog-submenu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    height: 100%;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .catalog-submenu .container {
    padding: 0;
  }

  .catalog-submenu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-submenu__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .catalog-submenu__teasers {
    display: none;
  }

  .category-menu {
    max-width: 100%;
  }

  .category-menu__list {
    width: 100%;
  }

  .category-menu__link {
    padding: 0 16px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a1a1a;
  }

  .category-menu__link:after {
    display: none;
  }

  .category-submenu {
    display: none;
  }

  .benefit-item {
    padding: 0 8px;
  }

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

  .teaser .container {
    padding: 0;
  }

  .teaser__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .teaser__cards {
    max-width: 100%;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .teaser__cards .teaser-card {
    max-width: 50%;
    width: 100%;
    height: 220px;
  }

  .teaser__cards .teaser-card:not(:last-child) {
    margin-right: 16px;
  }

  .teaser-slider {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .teaser-slider__img {
    height: 372px;
  }

  .complimentary {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .complimentary-grid__col {
    padding: 0 8px;
  }

  .complimentary-grid__col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .complimentary-grid__col .cat-item:not(:last-child) {
    margin-bottom: 0;
  }

  .complimentary-grid__col:not(:last-child) {
    margin-bottom: 16px;
  }

  .complimentary-grid__col_double .cat-item {
    padding: 0 8px;
  }

  .complimentary-grid__col_double .cat-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .complimentary-slider {
    margin-bottom: 16px;
  }

  .complimentary-slider__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 0;
  }

  .complimentary-list__item {
    margin-bottom: 16px;
  }

  .main-offer__item {
    padding: 0 8px;
  }

  .main-offer__item {
    height: 260px;
  }

  .main-offer__name {
    font-size: 22px;
  }

  .notion__col {
    padding: 0 8px;
  }

  .notion__content {
    max-height: 43px;
  }

  .promo__content {
    padding: 5px 16px;
  }

  .promo__title {
    font-size: 22px;
  }

  .blog-previews__slider {
    padding-bottom: 20px;
  }

  .blog-previews__slider .blog-preview {
    margin-bottom: 0;
  }

  .blog-previews__col {
    padding: 0 8px;
  }

  .blog-previews__col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .blog-previews__col:not(:first-child) {
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .blog-previews__show-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 16px;
  }

  .blog-preview {
    padding: 0 8px;
  }

  .cat-item {
    padding: 0 8px;
  }

  .cat-item__inner {
    padding: 16px;
  }

  .cat-item__name {
    font-size: 22px;
  }

  .cat-item_size_xs .cat-item__inner {
    padding: 8px 12px;
  }

  .cat-item_size_xs .cat-item__name {
    font-size: 12px;
  }

  .cat-item_size_sm {
    height: 165px;
  }

  .cat-item_size_md {
    height: 176px;
  }

  .cat-item_size_lg {
    height: 244px;
  }

  .catalog__item {
    padding: 0 8px;
  }

  .catalog__item {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }

  .catalog__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .catalog__sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    pointer-events: none;
  }

  .catalog__breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 18px;
  }

  .catalog__product {
    max-width: 25%;
  }

  .catalog__img {
    width: calc(100% + 32px);
    margin: 0 -16px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 172px;
  }

  .catalog__blog-previews .blog-previews__slider {
    padding-bottom: 50px;
  }

  .catalog-complimentary__content {
    padding: 16px 24px;
  }

  .filters {
    padding: 16px;
    max-width: 288px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    margin-right: 0;
    pointer-events: none;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

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

  .filters__head {
    display: block;
  }

  .sorting__desktop {
    display: none;
  }

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

  .product .container {
    padding: 0;
  }

  .product__right {
    display: none;
  }

  .product__left {
    margin-right: 0;
  }

  .product__details {
    margin: 0 auto;
    padding: 0 16px;
  }

  .product__tabs .tabs-content__item:first-child {
    border-top: 1px solid rgba(26, 26, 26, 0.1);
  }

  .product__tabs .tabs-content__item:not(:last-child) {
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  }

  .product__tabs .tabs-content__box {
    padding: 16px 16px 24px;
  }

  .product-slider {
    margin: 0 auto 12px;
  }

  .product-slider__status {
    left: 16px;
  }

  .comment-form .form__input,
  .comment-form .form__textarea {
    background-color: #f6f7f9;
  }

  .vendor-list__col {
    padding: 0 8px;
  }

  .vendor-preview {
    max-width: 130px;
  }

  .vendor-preview .vendor-preview__img {
    max-height: 40px;
  }

  .sidebar {
    max-width: 100%;
    margin-right: 0;
  }

  .sidebar-nav {
    background-color: #f6f7f9;
  }

  .sidebar-nav:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    right: 0;
    width: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 248, 250, 0.85)), to(#f6f7f9));
    background-image: linear-gradient(to right, rgba(247, 248, 250, 0.85), #f6f7f9);
    z-index: 1;
  }

  .sidebar-nav.is-active {
    background-color: #f6f7f9;
  }

  .sidebar-nav.is-active:before {
    display: none;
  }

  .sidebar-nav.is-active .sidebar-nav__btn {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sidebar-nav.is-active .sidebar-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .sidebar-nav__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sidebar-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin: 0 16px;
  }

  .sidebar-nav__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .sidebar-nav__link {
    white-space: nowrap;
  }

  .article {
    padding: 0 8px;
  }

  .article {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }

  .article {
    margin-bottom: 16px;
  }

  .thanks__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .thanks__desc {
    margin-bottom: 16px;
  }

  .checkout__title {
    font-size: 20px;
  }

  .post {
    margin-bottom: 16px;
  }

  .post__scroll-top-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .post-sticky {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }

  .post-sticky__scroll-top {
    display: none;
  }

  .sharing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
  }

  .sharing__item:not(:last-child) {
    margin-right: 16px;
  }

  .post-tags {
    margin-bottom: 20px;
  }

  .sizes-desc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sizes-desc__img {
    margin: auto;
  }

  .sizes-desc__details {
    margin-bottom: 40px;
  }

  .sizes-desc__lead {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .table {
    font-size: 14px;
    letter-spacing: 0;
  }

  .cart .page__main {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .cart__footer {
    max-width: 100%;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .page_no-gap-on-mob .page__main {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .page_offset_bottom {
    padding-bottom: 24px;
  }

  .title_link {
    padding-right: 40px;
  }

  .title_link:after {
    top: calc(50% - 11px);
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/triangle.svg");
    background-size: 50%;
    border-radius: 50%;
    background-color: #f6f7f9;
  }

  .content iframe {
    height: 162px;
  }

  .content_size_md iframe {
    height: 162px;
  }

  .content_size_md figure img {
    height: 145px;
  }

  .offers__slider .slick-list {
    margin: 0 -16px 0 -8px;
  }

  .progress-bar {
    margin-top: 8px;
  }

  .breadcrumbs__item:not(:last-child) .breadcrumbs__link {
    padding-right: 0;
    padding-left: 15px;
  }

  .breadcrumbs__item:not(:last-child) .breadcrumbs__link:after {
    left: 0;
    right: auto;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .breadcrumbs__item:not(:first-child) {
    display: none;
  }

  .form__group .form__field:not(:last-child) {
    margin-right: 0;
    margin-bottom: 36px;
  }

  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form__caption {
    display: none;
  }

  .form__content_tiny {
    max-width: 100%;
    padding-left: 24px;
  }

  .form__policy {
    max-width: 100%;
  }

  .form__policy:not(:last-child) {
    margin-bottom: 24px;
  }

  .footer__logo {
    margin-bottom: 0;
  }

  .footer__caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 28px;
  }

  .footer__left {
    margin-bottom: 28px;
  }

  .footer__center {
    margin-bottom: 28px;
  }

  .product-item {
    max-width: 136px;
    height: 284px;
  }

  .product-item__img {
    height: 120px;
  }

  .product-item__name {
    font-size: 13px;
  }

  .benefit-item__icon {
    margin-right: 19px;
  }

  .teaser__cards .teaser-card {
    height: 170px;
  }

  .complimentary-list .row {
    padding-bottom: 24px;
  }

  .complimentary-list__item {
    margin-bottom: 0;
  }

  .complimentary-list__name {
    font-size: 12px;
  }

  .complimentary-list__name:after {
    top: calc(50% - 10px);
  }

  .main-offer__item {
    height: 220px;
  }

  .main-offer__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 24px;
  }

  .main-offer__desc {
    display: none;
  }

  .main-offer__btn {
    display: none;
  }

  .main-offer__name {
    font-size: 20px;
  }

  .promo {
    height: 92px;
  }

  .promo__title {
    text-transform: none;
    max-width: 55%;
    font-size: 20px;
  }

  .cat-item__name {
    font-size: 20px;
  }

  .cat-item_size_xs .cat-item__name {
    padding-right: 0;
  }

  .cat-item_size_xs .cat-item__name:after {
    display: none;
  }

  .cat-item_size_sm {
    height: 135px;
  }

  .cat-item_size_md .cat-item__name {
    max-width: 50%;
  }

  .cat-item_size_md {
    height: 146px;
  }

  .cat-item_size_lg .cat-item__name {
    max-width: 80%;
  }

  .cat-item_size_lg {
    height: 220px;
  }

  .catalog__product {
    max-width: 33.33%;
  }

  .catalog__img {
    height: 120px;
  }

  .catalog-complimentary__content {
    padding: 16px;
  }

  .filters {
    max-width: 100%;
  }

  .product__actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .product__quantity:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .comment__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .comment__details {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .vendor-list:not(:last-child) {
    margin-bottom: 14px;
  }

  .vendor-list__col {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .vendor-list__col {
    margin-bottom: 10px;
  }

  .article {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .page-accordion__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .thanks__inner {
    padding: 0;
  }

  .checkout__head {
    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;
    width: 100%;
    height: 40px;
    background-color: #f6f7f9;
    margin-bottom: 16px;
  }

  .checkout__title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .product-post__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .product-post__head:not(:last-child) {
    margin-bottom: 16px;
  }

  .product-post__content {
    width: 100%;
  }

  .product-post__head {
    margin-bottom: auto;
  }

  .sizes-table__inner {
    width: 992px;
    margin: 0;
  }

  .table:nth-child(1) .table__caption {
    text-align: left;
    padding-left: 30px;
  }

  .table__head {
    padding: 0 8px;
  }

  .table_contains-table .table__cell_sub .table__caption {
    text-align: center;
    padding-left: 0;
  }

  .table_contains-table .table__cell_sub:nth-child(1) .table__caption {
    text-align: left;
    padding-left: 30px;
  }

  .cart__head {
    display: none;
  }

  .cart-item .product-preview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart-item .product-preview__inner {
    max-width: 100%;
  }

  .cart-item .product-preview__close {
    top: 0;
  }

  .cart-item .product-preview__details {
    width: 100%;
  }

  .cart-item .product-preview__sum {
    display: none;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .article {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 576px) {
  .subscribe__form {
    max-width: 100%;
  }

  .cat-item_size_xs .cat-item__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .catalog__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .catalog__product {
    max-width: 50%;
  }

  .product-slider {
    height: 100vw;
  }

  .product-slider__item {
    height: 100vw;
  }

  .account .sidebar-nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .account .sidebar-nav:before,
  .account .sidebar-nav__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 480px) {
  .article {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stars__front {
    background-size: 120px 24px;
  }

  .comment__stars .stars__front {
    background-size: 65px 16px;
  }
}