﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: rgb(12, 10, 9);
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-weight: 500;
  overflow-x: hidden;
}
body.inner-page-bg {
  background: rgb(250, 250, 249);
}
body.open {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1710px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 8px;
  }
}

.container-sm {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-sm {
    padding: 0 8px;
  }
}

.burger {
  display: none !important;
  position: absolute;
  right: 8px;
  cursor: pointer;
  z-index: 111;
  width: 48px !important;
  height: 48px;
  background: rgb(245, 245, 244);
  border-radius: 8px;
  transition: 0.5s;
}
.burger.open {
  position: fixed;
  top: 8px;
  right: 8px;
  background: #fff;
}
.burger.open:before {
  background: rgb(82, 82, 82);
  transform: rotate(-45deg);
  top: 50%;
  left: 15px;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition: 0.5s;
  transform-origin: center;
  transform: translateY(-50%) rotate(-225deg);
}
.burger.open:after {
  background: rgb(82, 82, 82);
  top: 50%;
  left: 15px;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition: 0.5s;
  transform-origin: center;
  transform: translateY(-50%) rotate(225deg);
}
.burger.open span:before {
  opacity: 0;
}
.burger:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  width: 18px;
  height: 2px;
  background: rgb(23, 23, 23);
  border-radius: 2px;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 15px;
  width: 18px;
  height: 2px;
  background: rgb(23, 23, 23);
  border-radius: 2px;
  transition: 0.5s;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: rgb(23, 23, 23);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .burger {
    display: block !important;
  }
}

h1, .h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 64px;
}
h1.center, .h1.center {
  text-align: center;
}
h1--margin-sm, .h1--margin-sm {
  margin-bottom: 32px;
}
h1.white-color, .h1.white-color {
  color: #fff;
}
h1.bold, .h1.bold {
  margin-bottom: 24px;
  font-weight: 700;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
h1 small, .h1 small {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  color: rgb(87, 83, 78);
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
h2--flex,
.h2--flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
h2.white-color,
.h2.white-color {
  color: #fff;
}
h2.center,
.h2.center {
  text-align: center;
  width: 100%;
  justify-content: center;
}
h2 small,
.h2 small {
  display: block;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  color: rgb(87, 83, 78);
  width: 100%;
}
h2 span,
.h2 span {
  display: block;
  padding-top: 12px;
  font-size: 18px;
  line-height: 28px;
  color: rgb(28, 25, 23);
  width: 100%;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 30px;
}
@media (max-width: 992px) {
  h3,
  .h3 {
    margin-bottom: 24px;
  }
}
h3.white-color,
.h3.white-color {
  color: #fff;
}
h3.center,
.h3.center {
  text-align: center;
  width: 100%;
  justify-content: center;
}
h3 span,
.h3 span {
  display: block;
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.action-date {
  display: inline-flex !important;
  height: 28px;
  align-items: center;
  background: rgb(234, 88, 12);
  color: #fff !important;
  padding: 0 4px !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 16px;
}

.section {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .section {
    margin-bottom: 40px;
  }
}
.section.white-bg {
  background: #fff;
  padding: 80px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section.white-bg {
    padding: 48px 0;
  }
}
.section--white-bg {
  background: #fff;
  margin-bottom: 0px;
  padding-bottom: 80px;
}
.section--sm {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-slider .swiper {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .content-slider .swiper-slide {
    width: 264px;
    min-width: 264px;
  }
}

.similar-products, .wishlist {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .similar-products, .wishlist {
    flex-wrap: wrap;
  }
}
.similar-products .product-item, .wishlist .product-item {
  width: 368px;
}
@media (max-width: 1280px) {
  .similar-products .product-item:last-child, .wishlist .product-item:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .similar-products .product-item:last-child, .wishlist .product-item:last-child {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .similar-products .product-item, .wishlist .product-item {
    width: 50%;
  }
}
@media (max-width: 566px) {
  .similar-products .product-item, .wishlist .product-item {
    width: 100%;
  }
}

.wishlist, .similar-products {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1280px) {
  .wishlist .num-block .num-in, .similar-products .num-block .num-in {
    width: 140px !important;
  }
  .wishlist .num-block .num-in span, .similar-products .num-block .num-in span {
    height: 50px !important;
    width: 50px !important;
    background-size: 24px 24px !important;
  }
  .wishlist .num-block .num-in input, .similar-products .num-block .num-in input {
    height: 50px !important;
    width: 40px !important;
    font-size: 16px !important;
  }
}
.wishlist .product-item, .similar-products .product-item {
  margin-bottom: 16px;
  width: calc(25% - 12px);
  margin-right: 16px;
}
@media (max-width: 1279px) {
  .wishlist .product-item, .similar-products .product-item {
    width: 33.3333333333%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .wishlist .product-item, .similar-products .product-item {
    width: calc(50% - 2px);
    margin: 0 !important;
    padding: 0 0 12px 0;
  }
  .wishlist .product-item .product-item__image, .similar-products .product-item .product-item__image {
    height: 164px !important;
  }
}
.wishlist .product-item:nth-child(4n+4), .similar-products .product-item:nth-child(4n+4) {
  margin-right: 0;
}
.wishlist .product-item__favorite .icon {
  fill: rgb(220, 38, 38);
  color: rgb(220, 38, 38);
}
.wishlist .product-item:hover, .similar-products .product-item:hover {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 992px) {
  .wishlist .product-item:hover, .similar-products .product-item:hover {
    border-radius: 0;
    border-bottom: 1px solid rgba(120, 113, 108, 0.3);
  }
}
@media (max-width: 992px) {
  .wishlist .product-item:hover .product-item__info, .similar-products .product-item:hover .product-item__info {
    display: none;
  }
}

.product-item__info {
  width: calc(100% + 34px);
  padding: 12px 16px 16px 16px;
  margin: 0 -17px;
  max-height: 1px;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(120, 113, 108, 0.3);
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .product-item__info {
    padding: 0;
    width: 100%;
    margin: 0;
    border: 0;
  }
}
.product-item:hover .product-item__info {
  overflow: visible;
  max-height: 150px;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .product-item:hover .product-item__info {
    display: none;
  }
}

.product-info-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
}
.product-info-item__title {
  display: block;
  font-size: 14px;
  position: relative;
  color: rgb(115, 115, 115);
  display: flex;
}
.product-info-item__name {
  display: block;
  font-size: 14px;
  color: rgb(38, 38, 38);
  text-align: right;
}
.product-info-item__name a {
  color: rgb(38, 38, 38);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.product-info-item__name a:hover {
  border-color: rgb(38, 38, 38);
}

@media (max-width: 992px) {
  .product-item__info {
    display: none;
  }
}

.hint-block {
  position: relative;
}
.hint-block:hover .hint-block__text {
  display: block;
}
.hint-block__icon {
  display: block;
  margin-left: 4px;
  margin-top: -5px;
}
.hint-block__icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.hint-block__text {
  position: absolute;
  left: 38px;
  top: 0;
  width: 243px;
  padding: 12px;
  background-color: rgb(250, 250, 249);
  border: 1px solid rgb(214, 211, 209);
  font-size: 14px;
  color: rgb(87, 83, 78);
  line-height: 20px;
  display: none;
  border-radius: 10px;
}

.product-item {
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.product-item:hover {
  z-index: 19;
}
@media (min-width: 993px) {
  .product-item:hover {
    border: 1px solid rgba(120, 113, 108, 0.3);
  }
}
.product-item__image {
  display: block;
  width: 100%;
  height: 248px;
  margin-bottom: 16px;
  position: relative;
}
.product-item__image span {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: inline-flex;
  height: 16px;
  align-items: center;
  padding: 0 4px;
  border-radius: 2px;
  color: rgb(115, 115, 115);
  font-size: 14px;
  background: rgb(229, 229, 229);
  font-weight: 600;
}
.product-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 4px;
}
.product-item--lg {
  height: 590px;
}
@media (max-width: 992px) {
  .product-item--lg {
    height: auto;
  }
}
@media (max-width: 767px) {
  .product-item--lg {
    height: auto;
  }
}
.product-item--lg .product-item__image {
  height: 336px;
}
@media (max-width: 992px) {
  .product-item--lg .product-item__image {
    height: 248px;
  }
}
.product-item__tags {
  background: transparent !important;
  flex-wrap: wrap;
  align-items: flex-start !important;
  padding: 0 !important;
  height: auto !important;
  flex-direction: column;
  display: none !important;
}
.product-item__tags span {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 8px;
  margin-top: 2px;
  padding: 0 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 310px;
  overflow: hidden;
  display: inline-block;
  margin-top: 4px;
}
.product-item__brands {
  display: none;
}
.product-item__title {
  display: -webkit-box;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  font-weight: 700;
  color: rgb(12, 10, 9);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-item__art {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: rgb(115, 115, 115);
  margin-bottom: 16px;
}
.product-item__cost {
  display: flex;
  margin-bottom: 8px;
}
.product-item__cost-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 20px;
  font-weight: 800;
  color: rgb(12, 10, 9);
}
@media (max-width: 992px) {
  .product-item__cost-item {
    height: 32px;
    font-size: 20px;
  }
}
.product-item__current-cost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
  background: rgb(220, 38, 38);
  margin-right: 6px;
}
.product-item__current-cost--action {
  background-color: rgb(234, 88, 12);
}
.product-item__actual-cost {
  font-size: 16px;
  color: rgb(120, 113, 108);
  text-decoration: line-through;
  font-weight: bold;
  display: block;
}
.product-item__numbers {
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  color: rgb(120, 113, 108);
}

.product-item {
  position: relative;
}
.product-item__badges {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-item__badge {
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  border-radius: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #fff;
  height: 24px;
  font-weight: 500;
}
.product-item__badge--sale {
  background-color: rgb(220, 38, 38);
}
.product-item__badge--new {
  background-color: rgb(22, 163, 74);
}
.product-item__badge--action {
  background-color: rgb(234, 88, 12);
}
.product-item__favorite {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 11;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(229, 229, 229);
  cursor: pointer;
}
@media (max-width: 767px) {
  .product-item__favorite {
    top: 8px;
    right: 8px;
  }
}
.product-item__favorite .icon {
  width: 24px;
  height: 24px;
  color: rgb(115, 115, 115);
  fill: transparent;
  transition: 0.5s;
}
.product-item__favorite.active .icon {
  fill: rgb(220, 38, 38);
  color: rgb(220, 38, 38);
}

.product-item__bottom-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.product-item__btn {
  width: 100%;
  margin-right: 12px;
  min-height: 52px;
  padding: 0 !important;
  text-indent: -9999px;
}
@media (max-width: 1279px) {
  .product-item__btn {
    min-height: 40px;
    height: 40px !important;
  }
}
@media (max-width: 767px) {
  .product-item__btn {
    margin-right: 8px;
  }
}
.product-item__btn .icon {
  margin: 0 !important;
}
@media (max-width: 1279px) {
  .product-item__btn .icon {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .product-item__btn .icon {
    margin-left: 0 !important;
  }
}
.product-item .num-block .num-in {
  width: 96px;
}
@media (max-width: 992px) {
  .product-item .num-block .num-in {
    width: 120px;
  }
}
.product-item .num-block .num-in span {
  height: 38px;
  width: 28px;
  background-size: 16px 16px;
}
@media (max-width: 992px) {
  .product-item .num-block .num-in span {
    width: 40px;
    height: 38px;
  }
}
.product-item .num-block .num-in input {
  height: 38px;
  width: 40px;
  font-size: 12px;
}
@media (max-width: 992px) {
  .product-item .num-block .num-in input {
    width: 40px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .tiles-lg .product-item {
    width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin: 0 !important;
    padding: 0 0 12px 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .tiles-lg .product-item__image {
    height: 164px !important;
  }
}
@media (min-width: 1280px) {
  .tiles-lg .num-block .num-in {
    width: 140px;
  }
  .tiles-lg .num-block .num-in span {
    height: 50px;
    width: 50px;
    background-size: 24px 24px;
  }
  .tiles-lg .num-block .num-in input {
    height: 50px;
    width: 40px;
    font-size: 16px;
  }
}

.tiles-sm .product-item {
  width: 264px;
  max-width: 264px;
  margin: 0 !important;
  height: 490px;
}
@media (max-width: 992px) {
  .tiles-sm .product-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .tiles-sm .product-item {
    width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin: 0 !important;
    padding: 0 0 12px 0;
    border: 0;
  }
}
.tiles-sm .product-item__image {
  height: 248px !important;
}
@media (max-width: 767px) {
  .tiles-sm .product-item__image {
    height: 164px !important;
  }
}
.tiles-sm .product-item__btn {
  height: 40px !important;
  min-height: 40px !important;
  margin-right: 8px;
}
.tiles-sm .product-item .num-block .num-in {
  width: 96px;
}
.tiles-sm .product-item .num-block .num-in span {
  height: 38px;
  width: 28px;
  background-size: 16px 16px;
}
.tiles-sm .product-item .num-block .num-in input {
  height: 38px;
  width: 40px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .lines .product-item {
    width: calc(50% - 2px);
    max-width: calc(50% - 2px);
    margin: 0 !important;
    padding: 0 0 12px 0;
    border: 0;
  }
}

@media (min-width: 993px) {
  .lines .product-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    height: 200px;
    border: 0;
    border-bottom: 1px solid rgb(231, 229, 228);
  }
  .lines .product-item__info {
    display: none;
  }
  .lines .product-item__image {
    min-width: 160px;
    width: 160px;
    height: 160px !important;
    margin: 0 24px 0 0;
  }
  .lines .product-item__content {
    width: 100%;
  }
  .lines .product-item__tags {
    display: none;
  }
  .lines .product-item__brands {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-bottom: 4px;
  }
  .lines .product-item__btn {
    min-width: 52px;
    width: 204px;
    margin-left: 12px;
    order: 2;
    text-indent: 0;
  }
}
@media (min-width: 993px) and (max-width: 1279px) {
  .lines .product-item__btn {
    text-indent: -9999px !important;
    max-width: 52px;
    min-height: 52px;
  }
}
@media (min-width: 993px) {
  .lines .product-item__btn .icon {
    margin: 0 !important;
  }
}
@media (min-width: 993px) and (min-width: 1280px) {
  .lines .product-item__btn .icon {
    margin-left: 0px !important;
    margin-right: 12px !important;
  }
}
@media (min-width: 993px) {
  .lines .product-item__btn svg {
    margin-right: 12px !important;
  }
  .lines .product-item__title {
    height: auto;
  }
  .lines .product-item__favorite {
    right: 396px;
  }
}
@media (min-width: 993px) and (max-width: 1279px) {
  .lines .product-item__favorite {
    right: 236px;
  }
}
@media (min-width: 993px) {
  .lines .product-item__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 80px;
  }
  .lines .product-item__numbers {
    width: 204px;
  }
  .lines .product-item .num-in {
    width: 144px;
  }
  .lines .product-item .num-in span {
    height: 50px;
    width: 52px;
    background-size: 24px 24px;
  }
  .lines .product-item .num-in input {
    height: 50px;
    width: 40px;
    font-size: 12px;
  }
}
.content-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .content-block-head {
    margin-bottom: 24px;
  }
}
.content-block-head h2,
.content-block-head .h2 {
  margin-bottom: 0;
}

.swiper-nav {
  display: flex;
}

.swiper-button-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(214, 211, 209);
  margin-left: 8px;
  border-radius: 4px;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 0;
  transition: 0.5s;
}
.swiper-button-next .icon {
  width: 16px;
  height: 16px;
  color: rgb(82, 82, 82);
  display: block;
  transform: rotate(180deg);
  transition: 0.5s;
}
.swiper-button-next:before, .swiper-button-next:after {
  display: none;
}
.swiper-button-next:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.swiper-button-next:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}

.swiper-button-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(214, 211, 209);
  margin-left: 8px;
  border-radius: 4px;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  margin-top: 0;
}
.swiper-button-prev .icon {
  width: 16px;
  height: 16px;
  color: rgb(82, 82, 82);
  display: block;
  transition: 0.5s;
}
.swiper-button-prev:before, .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.swiper-button-prev:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}

.btn-center {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .btn-center {
    padding-top: 24px;
  }
}
@media (max-width: 566px) {
  .btn-center .btn {
    width: 100%;
  }
}

.btn {
  font-family: "Mulish", sans-serif;
  border: 1px solid rgb(168, 162, 158);
  display: inline-flex;
  padding: 0 24px;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  color: rgb(12, 10, 9);
  transition: 0.5s;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 566px) {
  .btn {
    width: 100%;
  }
}
.btn--light {
  background: #fff;
  border: 1px solid rgb(214, 211, 209);
  color: rgb(12, 10, 9);
}
.btn--light:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.btn--light:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}
.btn .icon-arrow {
  display: block;
  width: 24px;
  height: 24px;
  color: rgb(12, 10, 9);
  margin-left: 8px;
  transition: 0.5s;
  transform: rotate(-180deg);
  fill: transparent;
}
.btn--lg {
  height: 56px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn--lg {
    height: 48px;
    font-size: 14px;
  }
}
.btn--text-sm {
  font-size: 14px;
}
.btn--sm {
  height: 40px;
  min-height: 40px !important;
  font-size: 12px;
}
.btn--fuild {
  width: 100%;
}
.btn--dark {
  background: rgb(12, 10, 9);
  color: #fff;
  border: none;
}
.btn--dark .icon-svg {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  margin-right: 8px;
  transition: 0.5s;
}
.btn--dark .icon-arrow {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  margin-left: 8px;
  transition: 0.5s;
  transform: rotate(-90deg);
  fill: transparent;
}
.btn--dark:hover {
  background: rgb(231, 229, 228);
  color: rgb(12, 10, 9);
}
.btn--dark:hover .icon-svg {
  color: rgb(12, 10, 9);
}
.btn--dark:hover .icon-arrow {
  color: rgb(12, 10, 9);
}
.btn--dark:active {
  background: rgb(161, 161, 170);
  color: rgb(12, 10, 9);
}
.btn--dark:active .icon-svg {
  color: rgb(12, 10, 9);
}
.btn--white {
  border: 0;
}
.btn--md {
  height: 52px;
}
@media (max-width: 767px) {
  .btn--md {
    height: 48px;
    font-size: 12px;
  }
}
.btn--white-color {
  color: #fff;
}
.btn--white-color:hover {
  color: rgb(12, 10, 9);
}
.btn--white-color:active {
  color: rgb(12, 10, 9);
}
.btn--white-bg {
  background: #fff;
}
.btn--padding-sm {
  padding: 0 16px 0 12px;
}
.btn:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.btn:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}
.btn .icon {
  margin-right: 8px;
}
.btn .icon--right {
  margin-left: 8px;
  margin-right: 0;
}
.btn .icon img {
  display: block;
}
.btn .icon--sm img {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .portfolio-slider .swiper {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .portfolio-slider .swiper-slide {
    width: 350px;
    min-width: 350px;
  }
}

.portfolio-item__image {
  display: block;
  position: relative;
  width: 100%;
  height: 604px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 4px;
}
.portfolio-item__image a {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 48px;
  border: 1px solid rgb(214, 211, 209);
  background: rgb(250, 250, 249);
  font-size: 14px;
  color: rgb(12, 10, 9);
  top: 50%;
  left: 50%;
  font-weight: bold;
  border-radius: 4px;
  transform: translate(-50%, calc(-50% + 20px));
  opacity: 0;
  transition: 0.5s;
  padding-right: 20px;
}
.portfolio-item__image a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
  transform: rotate(-180deg);
  position: absolute;
  right: 14px;
  top: calc(50% - 10px);
}
.portfolio-item__image a:hover {
  background: rgb(231, 229, 228);
  border: 1px solid rgb(214, 211, 209);
}
.portfolio-item__image a:active {
  background: rgb(161, 161, 170);
  border: 1px solid rgb(214, 211, 209);
}
.portfolio-item__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .portfolio-item__image {
    height: 200px;
  }
}
.portfolio-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-item__image:hover:before {
  opacity: 1;
}
.portfolio-item__image:hover a {
  opacity: 1;
  transform: translate(-50%, calc(-50% - 0px));
}
.portfolio-item__title {
  display: -webkit-box;
  height: 56px;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  color: rgb(12, 10, 9);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.category-item {
  display: block;
  position: relative;
  height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
}
.category-item:nth-child(1) {
  width: calc(47% - 13px);
}
.category-item:nth-child(2) {
  width: calc(30% - 13px);
}
.category-item:nth-child(3) {
  width: calc(23% - 13px);
}
.category-item:nth-child(4) {
  width: calc(19% - 15px);
}
.category-item:nth-child(5) {
  width: calc(25% - 15px);
}
.category-item:nth-child(6) {
  width: calc(28% - 15px);
}
.category-item:nth-child(7) {
  width: calc(28% - 15px);
}
.category-item:nth-child(8) {
  width: calc(20% - 13px);
}
.category-item:nth-child(9) {
  width: calc(20% - 13px);
}
.category-item:nth-child(10) {
  width: calc(60% - 13px);
}
@media (max-width: 992px) {
  .category-item {
    height: 160px;
    width: calc(50% - 6px) !important;
    margin-bottom: 12px;
  }
}
@media (max-width: 566px) {
  .category-item {
    height: 160px;
    width: 100% !important;
    margin-bottom: 12px;
  }
}
.category-item:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
}
.category-item__image {
  display: block;
  width: 100%;
  height: 100%;
}
.category-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: rgb(28, 25, 23);
}
@media (max-width: 1280px) {
  .category-item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .category-item__title {
    padding: 8px;
  }
}

.electronic-catalog {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  border: 1px solid rgb(214, 211, 209);
}
@media (max-width: 992px) {
  .electronic-catalog {
    padding: 12px;
  }
}
.electronic-catalog__image {
  width: 94px;
  height: 121px;
  display: block;
  min-width: 94px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .electronic-catalog__image {
    width: 78px;
    min-width: 78px;
    margin-right: 10px;
    height: auto;
  }
}
.electronic-catalog__image img {
  display: block;
  margin-top: -16px;
}
@media (max-width: 767px) {
  .electronic-catalog__image img {
    width: 100%;
    margin-top: 0;
  }
}
.electronic-catalog__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .electronic-catalog__body {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .electronic-catalog__content {
    width: calc(100% - 100px);
  }
}
.electronic-catalog__content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .electronic-catalog__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.electronic-catalog__title {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .electronic-catalog__title {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 28px;
  }
}
.electronic-catalog__btns {
  display: flex;
  margin-left: 40px;
}
@media (max-width: 992px) {
  .electronic-catalog__btns {
    margin-left: 20px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .electronic-catalog__btns {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .electronic-catalog__btns .btn-dark {
    width: calc(50% - 6px);
    margin: 0;
  }
}

.upload-btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 52px;
  padding: 0 24px;
  border: 1px solid rgb(168, 162, 158);
  margin-left: 16px;
  font-size: 14px;
  color: rgb(12, 10, 9);
  font-weight: 700;
  white-space: nowrap;
  border-radius: 4px;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .upload-btn {
    margin-bottom: 8px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .upload-btn {
    width: calc(50% - 6px);
    margin: 0;
    height: 40px;
    font-size: 12px;
  }
}
.upload-btn .icon {
  margin-left: 8px;
}
.upload-btn .icon img {
  display: block;
}
.upload-btn:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.upload-btn:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  height: 52px;
  padding: 0 24px;
  background: rgb(12, 10, 9);
  margin-left: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 4px;
  transition: 0.5s;
}
.btn-dark:hover {
  background: rgb(231, 229, 228);
  color: rgb(12, 10, 9);
}
.btn-dark:active {
  background: rgb(161, 161, 170);
  color: rgb(12, 10, 9);
}
@media (max-width: 992px) {
  .btn-dark {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .btn-dark {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .brands-slider .swiper {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .brands-slider .swiper-slide {
    width: 92px;
    min-width: 94px;
  }
}

.brand-item {
  display: block;
  filter: grayscale(100%);
  transition: 0.5s;
}
.brand-item img {
  display: block;
  height: 110px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .brand-item img {
    height: 62px;
  }
}
.brand-item:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.we-invite {
  position: relative;
  padding: 64px 56px 96px 56px;
  background: rgb(87, 83, 78);
  overflow: hidden;
  border-radius: 4px;
}
.we-invite--fuild {
  border-radius: 0;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .we-invite--fuild {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
@media (max-width: 992px) {
  .we-invite {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .we-invite__img {
    position: relative;
    min-height: 300px;
  }
}
.we-invite__img:before {
  content: "";
  width: 1050px;
  height: 800px;
  position: absolute;
  right: -47px;
  top: -250px;
  background: linear-gradient(270deg, rgba(87, 83, 78, 0) 74.71%, rgba(87, 83, 78, 0.00838519) 77.69%, rgba(87, 83, 78, 0.0324148) 80.12%, rgba(87, 83, 78, 0.0704) 82.07%, rgba(87, 83, 78, 0.120652) 83.65%, rgba(87, 83, 78, 0.181481) 84.92%, rgba(87, 83, 78, 0.2512) 85.98%, rgba(87, 83, 78, 0.328119) 86.91%, rgba(87, 83, 78, 0.410548) 87.8%, rgba(87, 83, 78, 0.4968) 88.73%, rgba(87, 83, 78, 0.585185) 89.79%, rgba(87, 83, 78, 0.674015) 91.06%, rgba(87, 83, 78, 0.7616) 92.63%, rgba(87, 83, 78, 0.846252) 94.59%, rgba(87, 83, 78, 0.926281) 97.02%, #57534e 100%), linear-gradient(270deg, #57534e 6.59%, rgba(87, 83, 78, 0.926281) 10.71%, rgba(87, 83, 78, 0.846252) 14.06%, rgba(87, 83, 78, 0.7616) 16.75%, rgba(87, 83, 78, 0.674015) 18.92%, rgba(87, 83, 78, 0.585185) 20.68%, rgba(87, 83, 78, 0.4968) 22.14%, rgba(87, 83, 78, 0.410548) 23.43%, rgba(87, 83, 78, 0.328119) 24.65%, rgba(87, 83, 78, 0.2512) 25.94%, rgba(87, 83, 78, 0.181481) 27.4%, rgba(87, 83, 78, 0.120652) 29.16%, rgba(87, 83, 78, 0.0704) 31.33%, rgba(87, 83, 78, 0.0324148) 34.02%, rgba(87, 83, 78, 0.00838519) 37.37%, rgba(87, 83, 78, 0) 41.49%), linear-gradient(0deg, #57534e 14.78%, rgba(87, 83, 78, 0.926281) 18.36%, rgba(87, 83, 78, 0.846252) 21.27%, rgba(87, 83, 78, 0.7616) 23.62%, rgba(87, 83, 78, 0.674015) 25.51%, rgba(87, 83, 78, 0.585185) 27.03%, rgba(87, 83, 78, 0.4968) 28.31%, rgba(87, 83, 78, 0.410548) 29.42%, rgba(87, 83, 78, 0.328119) 30.49%, rgba(87, 83, 78, 0.2512) 31.61%, rgba(87, 83, 78, 0.181481) 32.88%, rgba(87, 83, 78, 0.120652) 34.41%, rgba(87, 83, 78, 0.0704) 36.29%, rgba(87, 83, 78, 0.0324148) 38.64%, rgba(87, 83, 78, 0.00838519) 41.55%, rgba(87, 83, 78, 0) 45.13%), linear-gradient(360deg, rgba(87, 83, 78, 0) 42.03%, rgba(87, 83, 78, 0.00838519) 44.78%, rgba(87, 83, 78, 0.0324148) 47.02%, rgba(87, 83, 78, 0.0704) 48.83%, rgba(87, 83, 78, 0.120652) 50.28%, rgba(87, 83, 78, 0.181481) 51.46%, rgba(87, 83, 78, 0.2512) 52.44%, rgba(87, 83, 78, 0.328119) 53.3%, rgba(87, 83, 78, 0.410548) 54.12%, rgba(87, 83, 78, 0.4968) 54.98%, rgba(87, 83, 78, 0.585185) 55.96%, rgba(87, 83, 78, 0.674015) 57.14%, rgba(87, 83, 78, 0.7616) 58.59%, rgba(87, 83, 78, 0.846252) 60.4%, rgba(87, 83, 78, 0.926281) 62.64%, #57534e 65.39%);
  z-index: 2;
}
@media (max-width: 1440px) {
  .we-invite__img:before {
    width: 800px;
    height: 700px;
    right: -80px;
    top: -200px;
  }
}
@media (max-width: 992px) {
  .we-invite__img:before {
    width: 100%;
    height: calc(100% + 250px);
    right: 0;
    top: -250px;
  }
}
.we-invite__bg {
  position: absolute;
  top: 0;
  right: -200px;
  width: 1200px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 20%;
     object-position: 0 20%;
  z-index: 0;
}
@media (max-width: 1440px) {
  .we-invite__bg {
    width: 720px;
    right: 0;
  }
}
@media (max-width: 992px) {
  .we-invite__bg {
    width: 100%;
    height: auto;
    right: 0;
    -o-object-position: 0;
       object-position: 0;
    position: relative;
  }
}
.we-invite__content {
  position: relative;
  z-index: 9;
  max-width: 545px;
}
@media (max-width: 992px) {
  .we-invite__content {
    padding: 32px;
    margin-top: -180px;
  }
}
@media (max-width: 767px) {
  .we-invite__content {
    padding: 32px 16px;
  }
}
.we-invite__content p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .we-invite__content p {
    font-size: 12px;
    line-height: 16px;
  }
}
.we-invite__btns {
  display: flex;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .we-invite__btns {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .we-invite__btns {
    justify-content: space-between;
  }
}
.we-invite__btns .btn {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .we-invite__btns .btn {
    margin-right: 0;
    padding: 0;
    width: calc(50% - 4px);
  }
}

main {
  padding-bottom: 130px;
}
@media (max-width: 1440px) {
  main {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  main {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main {
    padding-bottom: 0px;
  }
}

.footer {
  border-top: 1px solid rgb(229, 229, 229);
  background: rgb(250, 250, 249);
}

.footer-main {
  max-width: 1790px;
  margin: 0 auto;
  padding: 64px 40px 40px 40px;
}
@media (max-width: 1439px) {
  .footer-main {
    padding: 48px 24px 0 24px;
  }
}
@media (max-width: 767px) {
  .footer-main {
    padding: 32px 8px 0 8px;
  }
}

.footer-logo img {
  display: block;
  height: 64px;
  margin-left: -36px;
}
@media (max-width: 1720px) {
  .footer-logo img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-logo img {
    height: 48px;
    margin-left: -16px;
  }
}

.footer-bottom {
  border-top: 1px solid rgb(229, 229, 229);
}
.footer-bottom__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .footer-bottom__content {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
@media (max-width: 1279px) {
  .footer-bottom__content {
    flex-wrap: wrap;
  }
}
.footer-bottom__right {
  display: flex;
  padding-right: 24px;
}
.footer-bottom__right a {
  font-size: 14px;
  color: rgb(82, 82, 82);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.footer-bottom__right a:hover {
  border-color: rgb(115, 115, 115);
}
.footer-bottom__right .copy {
  font-size: 14px;
  color: rgb(82, 82, 82);
  margin-left: 16px;
}
.footer-bottom ul {
  display: flex;
}
@media (max-width: 1279px) {
  .footer-bottom ul {
    order: -2;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
    border-bottom: 1px solid rgb(229, 229, 229);
  }
}
@media (max-width: 566px) {
  .footer-bottom ul {
    flex-direction: column;
    min-width: 100%;
  }
}
.footer-bottom ul li {
  margin: 0 6px;
}
@media (max-width: 1279px) {
  .footer-bottom ul li {
    margin: 8px;
  }
}
@media (max-width: 566px) {
  .footer-bottom ul li {
    text-align: left;
    justify-content: flex-start;
    margin: 8px 0;
  }
}
.footer-bottom ul li a {
  font-size: 14px;
  color: rgb(82, 82, 82);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.footer-bottom ul li a:hover {
  border-color: rgb(115, 115, 115);
}

.footer-main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer-main {
    flex-direction: column;
  }
}
.footer-main__contacts {
  width: 354px;
  margin-right: 64px;
  min-width: 354px;
}
@media (max-width: 1600px) {
  .footer-main__contacts {
    width: 354px;
    margin-right: 24px;
    min-width: 354px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1439px) {
  .footer-main__contacts {
    margin-bottom: 24px;
  }
}
@media (max-width: 1279px) {
  .footer-main__contacts {
    width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 992px) {
  .footer-main__contacts {
    order: 2;
    width: 100%;
  }
}
.footer-main__mail {
  margin-bottom: 16px;
}
.footer-main__mail a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 8px;
  border-radius: 8px;
  color: rgb(12, 10, 9);
  background: rgb(245, 245, 245);
  margin-right: 16px;
  transition: 0.5s;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-main__mail a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-main__mail a:hover {
  background: rgb(12, 10, 9);
  color: rgb(245, 245, 245);
}
.footer-main__phone {
  margin-bottom: 16px;
}
.footer-main__phone a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 8px;
  border-radius: 8px;
  color: rgb(12, 10, 9);
  background: rgb(245, 245, 245);
  margin-right: 16px;
  transition: 0.5s;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-main__phone a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-main__phone a:hover {
  background: rgb(12, 10, 9);
  color: rgb(245, 245, 245);
}
.footer-main p {
  font-size: 16px;
  line-height: 24px;
}
.footer-main__contacts-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgb(87, 83, 78);
}
.footer-main__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1439px) {
  .footer-main__menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .footer-main__menu {
    order: 0;
  }
}
@media (max-width: 767px) {
  .footer-main__menu {
    flex-direction: column;
  }
}
.footer-main__menu ul li {
  margin-bottom: 8px;
}
.footer-main__menu ul li a {
  font-size: 16px;
  line-height: 24px;
  color: rgb(87, 83, 78);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.footer-main__menu ul li a:hover {
  border-color: rgb(115, 115, 115);
}
.footer-main__menu-col {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .footer-main__menu-col:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1439px) {
  .footer-main__menu-col {
    width: calc(50% - 50px);
    padding: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .footer-main__menu-col {
    width: 100%;
  }
}
.footer-main__menu-col:last-child {
  padding-right: 0;
}
.footer-main__menu-title {
  display: block;
  min-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(168, 162, 158);
}
@media (max-width: 1439px) {
  .footer-main__menu-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .footer-main__menu-title--mobile-hide {
    display: none;
  }
}
.footer-main__form {
  width: 248px;
  margin-left: 64px;
  min-width: 248px;
}
@media (max-width: 1600px) {
  .footer-main__form {
    margin-left: 24px;
  }
}
@media (max-width: 992px) {
  .footer-main__form {
    order: -2;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.footer-main__form-title {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.social {
  display: flex;
  margin-bottom: 16px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgb(245, 245, 245);
  margin-right: 16px;
  transition: 0.5s;
  overflow: hidden;
}
.social a:hover {
  background: rgb(12, 10, 9);
}
.social a:hover .icon {
  color: rgb(245, 245, 245);
}
.social .icon {
  display: block;
  width: 30px;
  height: 30px;
  color: rgb(12, 10, 9);
  transition: 0.5s;
}

.feedback-form {
  max-width: 560px;
  margin: 0 auto;
}
.feedback-form button {
  margin-top: 24px;
}
.feedback-form .creation-progress {
  display: none;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-bottom: 16px;
  background: rgb(250, 250, 250);
  border-radius: 4px;
}
.feedback-form.creation .form-block {
  opacity: 0.5;
  pointer-events: none;
}
.feedback-form.creation .sign-up__bottom {
  opacity: 0.5;
  pointer-events: none;
}
.feedback-form.creation .sign-up__reg-title {
  opacity: 0.5;
  pointer-events: none;
}
.feedback-form.creation .sign-up__link {
  opacity: 0.5;
  pointer-events: none;
}
.feedback-form.creation button {
  display: none;
}
.feedback-form.creation .creation-progress {
  display: flex;
}

.form-group {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgb(214, 211, 209);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}
.form-group input {
  font-family: "Mulish", sans-serif;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border: none;
  background: transparent;
  font-size: 16px;
}
.form-group .icon {
  display: block;
  margin-right: 8px;
  min-width: 24px;
}
.form-group .icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.form-group--site input {
  padding-left: 55px;
}
.form-group--site:before {
  content: "https://";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 46px;
  font-size: 16px;
  color: rgb(87, 83, 78);
}

.form-block-text {
  font-size: 16px;
  line-height: 24px;
  color: rgb(87, 83, 78);
}

.form-group-textarea {
  margin-bottom: 16px;
}
.form-group-textarea textarea {
  font-family: "Mulish", sans-serif;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgb(214, 211, 209);
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  resize: vertical;
}
.form-group-textarea .icon {
  display: block;
  margin-right: 8px;
  min-width: 24px;
}
.form-group-textarea .icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.form-group-textarea--site input {
  padding-left: 55px;
}
.form-group-textarea--site:before {
  content: "https://";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 46px;
  font-size: 16px;
  color: rgb(87, 83, 78);
}

.main-slide {
  display: flex;
  position: relative;
}
.main-slide:before {
  content: "";
  width: calc(100% - 494px);
  height: 100%;
  position: absolute;
  left: 494px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 87.07%, #000000 100%);
  top: 0;
}
@media (max-width: 992px) {
  .main-slide:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-slide {
    flex-direction: column;
  }
}
.main-slide__content {
  width: 494px;
  min-width: 494px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 56px;
}
@media (max-width: 992px) {
  .main-slide__content {
    padding: 32px 24px;
    width: 100%;
    min-width: 100%;
    background: rgb(28, 25, 23);
  }
}
@media (max-width: 767px) {
  .main-slide__content {
    padding: 12px 16px;
  }
  .main-slide__content h1, .main-slide__content .h1 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .main-slide__btn .btn {
    min-height: 40px;
    height: 40px;
  }
}
.main-slide__image {
  display: block;
  width: 100%;
}
@media (min-width: 1980px) {
  .main-slide__image {
    height: auto;
  }
}
@media (max-width: 1380px) {
  .main-slide__image {
    height: auto;
  }
}
@media (max-width: 992px) {
  .main-slide__image {
    order: -2;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.main-slider {
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1980px) {
  .main-slider {
    height: auto;
  }
}
@media (max-width: 1380px) {
  .main-slider {
    height: auto;
  }
}
@media (max-width: 992px) {
  .main-slider {
    height: auto;
  }
}
@media (max-width: 566px) {
  .main-slider .swiper-slide {
    padding-bottom: 34px;
    background: rgb(28, 25, 23);
  }
}
.main-slider .swiper-pagination {
  position: absolute;
  bottom: 32px;
  right: 32px;
  margin: 0;
  width: auto !important;
  text-align: right;
}
@media (max-width: 992px) {
  .main-slider .swiper-pagination {
    bottom: 12px;
  }
}
@media (max-width: 566px) {
  .main-slider .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 12px;
  }
}
.main-slider .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 0;
  margin: 0 0 0 12px !important;
  position: relative;
  transition: 0.5s;
  opacity: 1;
}
@media (max-width: 566px) {
  .main-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.main-slider .swiper-pagination-bullet:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 566px) {
  .main-slider .swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
  }
}
.main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
}
.main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.header {
  position: relative;
  margin-bottom: 20px;
  z-index: 103;
  background: #fff;
}

.header-main {
  border-bottom: 1px solid rgb(231, 229, 228);
}
.header-main__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .header-main__content {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .header-main nav {
    display: none;
  }
}
.header-main nav ul {
  display: flex;
}
@media (max-width: 1279px) {
  .header-main nav ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
}
.header-main nav ul li {
  margin: 0 6px;
}
@media (max-width: 1600px) {
  .header-main nav ul li {
    margin: 0 4px;
  }
}
.header-main nav ul li a {
  font-size: 14px;
  line-height: 20px;
  color: rgb(82, 82, 82);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header-main nav ul li a {
    font-size: 12px;
  }
}
.header-main nav ul li a:hover {
  border-color: rgb(115, 115, 115);
}

.logo img {
  display: block;
  height: 64px;
}
@media (max-width: 1600px) {
  .logo {
    display: none;
  }
}

.logo-md {
  display: none;
}
.logo-md img {
  display: block;
  height: 64px;
}
@media (max-width: 1600px) {
  .logo-md {
    display: block;
  }
}
@media (max-width: 1279px) {
  .logo-md {
    display: none;
  }
}

.logo-sm {
  display: none;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .logo-sm {
    margin-left: -10px;
  }
}
.logo-sm img {
  display: block;
  height: 64px;
}
@media (max-width: 767px) {
  .logo-sm img {
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 1279px) {
  .logo-sm {
    display: block;
  }
}

.header-main {
  position: relative;
}

.header-contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header-contacts {
    display: none;
  }
}
.header-contacts .social {
  margin-bottom: 0;
}
.header-contacts .social a {
  width: 32px;
  height: 32px;
}
@media (max-width: 1600px) {
  .header-contacts .social a {
    margin-right: 4px;
    width: 28px;
    height: 28px;
  }
}
.header-contacts .social a svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1600px) {
  .header-contacts .social a svg {
    width: 20px;
    height: 20px;
  }
}
.header-contacts__mail a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 8px;
  border-radius: 8px;
  color: rgb(12, 10, 9);
  background: rgb(245, 245, 245);
  margin-right: 16px;
  transition: 0.5s;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header-contacts__mail a {
    margin-right: 4px;
    height: 28px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .header-contacts__mail a {
    font-size: 14px;
    line-height: 20px;
  }
}
.header-contacts__mail a:hover {
  background: rgb(12, 10, 9);
  color: rgb(245, 245, 245);
}
.header-contacts__phone a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 8px;
  border-radius: 8px;
  color: rgb(12, 10, 9);
  background: rgb(245, 245, 245);
  margin-right: 16px;
  transition: 0.5s;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header-contacts__phone a {
    margin-right: 4px;
    height: 28px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .header-contacts__phone a {
    font-size: 14px;
    line-height: 20px;
  }
}
.header-contacts__phone a:hover {
  background: rgb(12, 10, 9);
  color: rgb(245, 245, 245);
}

.header-nav {
  display: flex;
  align-items: center;
  padding-right: 0px;
}
@media (max-width: 992px) {
  .header-nav {
    padding-right: 64px;
  }
}
.header-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 48px;
  margin-left: 8px;
}
@media (max-width: 1600px) {
  .header-nav a {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .header-nav a {
    margin-left: 8px;
  }
}
@media (max-width: 374px) {
  .header-nav a {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
}
.header-nav a img {
  display: block;
  width: 24px;
  height: 24px;
}

.header-user {
  flex-direction: column;
}
.header-user span {
  display: block;
  font-size: 14px;
  color: rgb(82, 82, 82);
  margin-top: 2px;
}
@media (max-width: 1600px) {
  .header-user span {
    font-size: 12px;
  }
}

.header-bottom {
  border-bottom: 1px solid rgb(231, 229, 228);
}
@media (max-width: 992px) {
  .header-bottom {
    display: none;
  }
}
.header-bottom__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .header-bottom__content {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.main-menu {
  display: flex;
}
.main-menu ul {
  display: flex;
}
.main-menu ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-right: 1px solid rgb(231, 229, 228);
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(12, 10, 9);
  transition: 0.5s;
}
@media (max-width: 1279px) {
  .main-menu ul li a {
    padding: 0 8px;
    font-size: 14px;
  }
}
.main-menu ul li a:hover {
  background: rgb(12, 10, 9);
  color: #fff;
}

.header-search {
  max-width: 326px;
  width: 100%;
  border-left: 1px solid rgb(231, 229, 228);
  padding: 0 20px;
  position: static;
}
.header-search__content {
  display: flex;
  align-items: center;
}
.header-search__content input {
  font-family: "Mulish", sans-serif;
  border: 0;
  background: transparent;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: rgb(87, 83, 78);
}
.header-search__content .icon {
  display: block;
  width: 24px;
  min-width: 24px;
  margin-right: 16px;
}
.header-search__content .icon img {
  display: block;
}
.header-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgb(231, 229, 228);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  z-index: 100;
  padding: 16px 20px;
  max-height: 500px;
  overflow-y: auto;
}
.header-search-dropdown .btn-center {
  margin-top: 12px;
}

.catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: rgb(12, 10, 9);
  width: 138px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 992px) {
  .catalog-btn {
    display: none;
  }
}
.catalog-btn.open .catalog-btn__burger:before {
  background: #fff;
  transform: rotate(-225deg);
  top: 24px;
  height: 2px;
}
.catalog-btn.open .catalog-btn__burger:after {
  background: #fff;
  top: 24px;
  transform: rotate(225deg);
  height: 2px;
}
.catalog-btn.open .catalog-btn__burger span:before {
  opacity: 0;
}
.catalog-btn__burger {
  position: relative;
  cursor: pointer;
  z-index: 111;
  width: 18px;
  height: 50px;
  min-width: 18px;
  margin-right: 10px;
  border-radius: 5px;
}
.catalog-btn__burger:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: 0.5s;
}
.catalog-btn__burger:after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0px;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}
.catalog-btn__burger span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.catalog-btn__burger span:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0px;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}

.blocked {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.blocked.open {
  z-index: 102;
  pointer-events: auto;
  animation: fadeIn 0.3s forwards 0.2s;
}
.blocked.closing {
  animation: fadeOut 0.3s forwards 0.2s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.catalog-dropdown {
  position: absolute;
  top: 52px;
  z-index: 19;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  opacity: 0;
  overflow: hidden;
  max-height: 1px;
  transition: 0.5s;
  transform: translateY(-20px);
  max-width: 1000px;
}
@media (max-width: 992px) {
  .catalog-dropdown {
    display: none;
  }
}
.catalog-dropdown.open {
  opacity: 1;
  transform: translateY(0);
  overflow: visible;
  max-height: none;
}

.catalog-dropdown__menu {
  position: relative;
  width: 260px;
  background: rgb(245, 245, 245);
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}
.catalog-dropdown__menu li a {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: rgb(12, 10, 9);
  line-height: 20px;
  font-weight: 600;
  transition: 0.5s;
}
.catalog-dropdown__menu li:hover a {
  background: rgb(12, 10, 9);
  color: rgb(168, 162, 158);
}
.catalog-dropdown__menu li:hover .catalog-dropdown__submenu {
  display: block;
}
.catalog-dropdown__submenu {
  display: block;
  display: none;
  position: absolute;
  left: 260px;
  top: 0;
  background: #fff;
  width: 740px;
}

.catalog-dropdown__main {
  display: flex;
  background: #fff;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}
.catalog-dropdown__production {
  width: 500px;
  padding: 24px 32px;
  min-height: 600px;
}
.catalog-dropdown__title {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(168, 162, 158);
}
.catalog-dropdown__brands {
  width: 240px;
  border-left: 1px solid rgb(231, 229, 228);
  padding: 24px 32px;
}
.catalog-dropdown__brands ul li {
  margin-bottom: 8px;
}
.catalog-dropdown__brands ul li a {
  display: inline;
  background: transparent !important;
  color: rgb(12, 10, 9) !important;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.catalog-dropdown__brands ul li a:hover {
  border-color: rgb(115, 115, 115);
}

.mobile-brands-menu li {
  margin-bottom: 8px !important;
}
.mobile-brands-menu li a {
  display: inline;
  background: transparent !important;
  color: rgb(12, 10, 9) !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  border-bottom: 1px solid transparent !important;
  transition: 0.5s !important;
}
.mobile-brands-menu li a:hover {
  border-color: rgb(115, 115, 115) !important;
}

.catalog-dropdown__production-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-dropdown__production-row .col-12 {
  width: 100%;
}
.catalog-dropdown__production-row .col-6 {
  width: calc(50% - 12px);
}
@media (max-width: 566px) {
  .catalog-dropdown__production-row .col-6 {
    width: 100%;
  }
}
.catalog-dropdown__production-row .col-4 {
  width: calc(33.3333333333% - 16px);
}
.catalog-dropdown__production-row .accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.catalog-dropdown__production-row .accordion li {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .catalog-dropdown__production-row .accordion li {
    margin-bottom: 12px !important;
  }
}
.catalog-dropdown__production-row .accordion .opener {
  display: inline !important;
  overflow: hidden;
  text-decoration: none;
  background: transparent !important;
  color: rgb(12, 10, 9) !important;
  padding: 0 !important;
  margin-bottom: 8px;
  font-size: 14px !important;
  line-height: 20px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .catalog-dropdown__production-row .accordion .opener {
    font-size: 16px !important;
  }
}
.catalog-dropdown__production-row .accordion .opener:hover {
  border-color: rgb(115, 115, 115);
}
.catalog-dropdown__production-row .accordion .submenu {
  overflow: hidden;
  list-style: none;
  display: none;
  padding-top: 4px;
}
.catalog-dropdown__production-row .accordion .submenu li {
  margin: 0;
  width: auto;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .catalog-dropdown__production-row .accordion .submenu li {
    margin-bottom: 8px !important;
  }
}
.catalog-dropdown__production-row .accordion .submenu li a {
  display: inline !important;
  background: transparent !important;
  color: rgb(12, 10, 9) !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .catalog-dropdown__production-row .accordion .submenu li a {
    font-size: 14px !important;
  }
}
.catalog-dropdown__production-row .accordion .submenu li a:hover {
  border-color: rgb(115, 115, 115);
}

.mobile-main-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 13;
  padding: 16px;
  transform: translateX(200vw);
  transition: 0.5s;
}
.mobile-main-menu.open {
  transform: translateX(0);
}
.mobile-main-menu__head {
  margin-bottom: 32px;
}
.mobile-main-menu__title {
  font-size: 24px;
  line-height: 32px;
  display: block;
  font-weight: 600;
  height: 32px;
}
.mobile-main-menu__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 80px);
  padding-bottom: 32px;
}
.mobile-main-menu__contacts {
  display: flex;
  flex-wrap: wrap;
}
.mobile-main-menu__contacts .header-contacts__mail {
  margin-right: 16px;
  margin-bottom: 16px;
}
.mobile-main-menu__contacts .header-contacts__mail a {
  height: 32px;
  font-size: 16px;
}
.mobile-main-menu__contacts .header-contacts__phone {
  margin-right: 16px;
  margin-bottom: 16px;
}
.mobile-main-menu__contacts .header-contacts__phone a {
  height: 32px;
  font-size: 16px;
}
.mobile-main-menu__contacts .social a {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.mobile-main-menu__contacts .social a svg {
  width: 24px;
  height: 24px;
}
.mobile-main-menu__main-menu {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .mobile-main-menu__main-menu {
    margin-bottom: 16px;
  }
}
.mobile-main-menu__main-menu li a {
  display: flex;
  height: 52px;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: rgb(12, 10, 9);
}
@media (max-width: 767px) {
  .mobile-main-menu__main-menu li a {
    height: 48px;
  }
}
.mobile-main-menu__bottom-menu {
  display: flex;
  flex-wrap: wrap;
}
.mobile-main-menu__bottom-menu li {
  margin-right: 8px;
}
.mobile-main-menu__bottom-menu li a {
  font-size: 14px;
  line-height: 20px;
  color: rgb(82, 82, 82);
  padding: 8px 4px;
}

.mobile-search-btn {
  display: flex;
  height: 52px;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: rgb(12, 10, 9);
}
.mobile-search-btn .icon {
  display: block;
  margin-right: 8px;
}
.mobile-search-btn .icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.mobile-catalog-btn {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 2px;
  color: rgb(12, 10, 9);
  cursor: pointer;
}
.mobile-catalog-btn.open .catalog-btn__burger:before {
  background: #fff;
  transform: rotate(-225deg);
  top: 24px;
  height: 2px;
}
.mobile-catalog-btn.open .catalog-btn__burger:after {
  background: #fff;
  top: 24px;
  transform: rotate(225deg);
  height: 2px;
}
.mobile-catalog-btn.open .catalog-btn__burger span:before {
  opacity: 0;
}
.mobile-catalog-btn__burger {
  position: relative;
  cursor: pointer;
  z-index: 111;
  width: 18px;
  height: 50px;
  min-width: 18px;
  margin-right: 10px;
  border-radius: 5px;
}
.mobile-catalog-btn__burger:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
  transition: 0.5s;
}
.mobile-catalog-btn__burger:after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 0px;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}
.mobile-catalog-btn__burger span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.mobile-catalog-btn__burger span:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0px;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}

.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 201;
  height: 100vh;
  /* Standard syntax */
}
.mobile-menu #mobile-navigation-wrapper {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: flex-end;
  width: 100%;
}
.mobile-menu #open-navigation {
  border: 0 none;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 16px;
}
.mobile-menu #open-navigation img {
  filter: invert(100%);
  height: 24px;
  width: 24px;
}
.mobile-menu #mobile-navigation {
  animation: showMenu 0.25s ease-in-out;
  background-color: #ffffff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  width: 100vw;
  z-index: 100;
  height: 100%;
}
.mobile-menu #mobile-navigation.filters-active {
  left: 0;
}
.mobile-menu #mobile-navigation #close-navigation {
  background-color: transparent;
  border: 0 none;
  color: white;
  cursor: pointer;
  float: right;
  height: 24px;
  right: 10px;
  position: absolute;
  text-indent: 0;
  top: 10px;
  width: 24px;
  z-index: 1;
}
.mobile-menu #mobile-navigation #close-navigation::after, .mobile-menu #mobile-navigation #close-navigation::before {
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.mobile-menu #mobile-navigation #close-navigation::before {
  border-top: 1px solid #ffffff;
  top: 50%;
  transform: rotate(45deg);
}
.mobile-menu #mobile-navigation #close-navigation::after {
  border-bottom: 1px solid #ffffff;
  top: 50%;
  transform: rotate(-45deg);
}
.mobile-menu #mobile-navigation .mobile-navigation-header {
  color: #ffffff;
  font-size: 0;
  font-weight: normal;
  height: 50px;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
}
.mobile-menu #mobile-navigation.not-active {
  display: none;
}
.mobile-menu #mobile-navigation #mobile-navigation-scroll-wrapper {
  overflow-y: auto;
  height: 100%;
  position: relative;
  width: 100%;
}
.mobile-menu #mobile-navigation #mobile-navigation-scroll-wrapper::-webkit-scrollbar {
  width: 0 !important;
}
.mobile-menu #mobile-navigation ul.categories.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid rgb(115, 115, 115);
}
.mobile-menu #mobile-navigation ul.categories.nav::-webkit-scrollbar {
  width: 0 !important;
}
.mobile-menu #mobile-navigation ul.categories.nav.active {
  left: -100%;
  transition: all 0.35s;
}
.mobile-menu #mobile-navigation ul.categories.nav li a {
  color: rgb(12, 10, 9);
  display: flex;
  padding: 12px 16px;
  line-height: 28px;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.mobile-menu #mobile-navigation ul.categories.nav li a .icon {
  display: inline-block;
}
.mobile-menu #mobile-navigation ul.categories.nav li a.sub-nav-return {
  font-size: 24px;
  font-weight: 600;
  color: rgb(12, 10, 9);
  justify-content: flex-start;
  padding: 12px 0px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .mobile-menu #mobile-navigation ul.categories.nav li a.sub-nav-return {
    font-size: 20px;
    line-height: 24px;
  }
}
.mobile-menu #mobile-navigation ul.categories.nav li a.sub-nav-return .back {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
  background-size: 24px 24px;
}
.mobile-menu #mobile-navigation ul.categories.nav li a.sub-nav-return span {
  margin-left: 15px;
  margin-right: 15px;
}
.mobile-menu #mobile-navigation ul.categories.nav li ul.sub-categories {
  display: none;
  padding: 0;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
}
.mobile-menu #mobile-navigation ul.categories.nav li ul.sub-categories li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu #mobile-navigation ul.categories.nav li ul.sub-categories li p {
  text-transform: none;
}
.mobile-menu #mobile-navigation ul.categories.nav a.iamalive + ul.sub-categories {
  display: block;
}
@keyframes showMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tab-content {
  overflow-y: auto;
  height: calc(100vh - 107px);
}

.mobile-menu {
  transform: translateX(calc(-200vw - 20px));
  transition: 0.5s;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 16px;
  height: 64px;
  margin-bottom: 16px;
}
.mobile-menu__title {
  font-size: 24px;
  line-height: 32px;
  display: block;
  font-weight: 600;
}
.mobile-menu .mobile-catalog-btn-close {
  margin: 0 -3px -2px 0;
}

.mobile-menu .tabs {
  display: flex;
  padding: 0 16px;
}
.mobile-menu .tabs li {
  width: 50%;
}
.mobile-menu .tabs a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgb(231, 229, 228);
  font-size: 16px;
  font-weight: 700;
  color: rgb(120, 113, 108);
}
.mobile-menu .tabs a:hover, .mobile-menu .tabs a.active {
  border-color: rgb(28, 25, 23);
  color: rgb(12, 10, 9);
}
.mobile-menu .tabgroup {
  padding: 16px;
}

.search-tab__content {
  display: flex;
  align-items: center;
  border: 1px solid rgb(231, 229, 228);
  height: 52px;
  margin-bottom: 24px;
  padding: 0 20px;
  border-radius: 4px;
}
.search-tab__content input {
  font-family: "Mulish", sans-serif;
  border: 0;
  background: transparent;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: rgb(87, 83, 78);
}
.search-tab__content .icon {
  display: block;
  width: 24px;
  min-width: 24px;
  margin-right: 16px;
}
.search-tab__content .icon img {
  display: block;
}

.mobile-search {
  width: 100%;
  transform: translateX(calc(-200vw - 20px));
  transition: 0.5s;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 201;
  height: 100vh;
  background: #fff;
}
.mobile-search.open {
  transform: translateX(0);
}
.mobile-search .back {
  width: 24px;
  height: 32px;
  display: block;
  background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
  background-size: 24px 24px;
  margin-right: 8px;
}
.mobile-search .mobile-menu__title {
  display: flex;
  align-items: center;
}

.mobile-search-content {
  padding: 16px;
  margin-top: -20px;
  height: calc(100vh - 60px);
  overflow: hidden;
}
.mobile-search-content__scroll {
  height: calc(100vh - 152px);
  overflow-y: auto;
  padding-bottom: 60px;
}
.mobile-search-content__scroll::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.mobile-search-content__scroll::-webkit-scrollbar-thumb {
  background: transparent;
}
.mobile-search-content__title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  color: rgb(82, 82, 82);
}

.requests-content {
  display: flex;
  flex-wrap: wrap;
}

.request-item {
  display: inline-flex;
  height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgb(214, 211, 209);
  margin: 0 12px 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: rgb(12, 10, 9);
  transition: 0.5s;
  cursor: pointer;
}
.request-item:hover {
  background: rgb(231, 229, 228);
}
.request-item:active {
  background: rgb(12, 10, 9);
  color: #fff;
  border-color: rgb(12, 10, 9);
}

.serach-results-content {
  display: flex;
  flex-wrap: wrap;
}

.result-card {
  width: 314px;
  margin: 0 12px 12px 0;
  display: flex;
}
.result-card__image {
  display: block;
  width: 142px;
  height: 142px;
  min-width: 142px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 12px;
}
.result-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.result-card__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: rgb(12, 10, 9);
}
.result-card__art {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: rgb(115, 115, 115);
}
.result-card__brand {
  display: block;
  margin-bottom: 8px;
}
.result-card__brand span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 4px;
  border-radius: 2px;
  color: rgb(115, 115, 115);
  background: rgb(229, 229, 229);
}
.result-card__cost {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgb(12, 10, 9);
}

.mobile-fast-search {
  padding-bottom: 40px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgb(214, 211, 209);
}

.serach-results-content__empty {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: rgb(87, 83, 78);
}

.search-desktop {
  background: rgb(250, 250, 249);
  border-bottom: rgb(87, 83, 78);
}

.search-desktop-page {
  background: rgb(250, 250, 249);
  border-bottom: rgb(87, 83, 78);
  display: none;
}
.search-desktop-page.open {
  display: block;
}

.search-desktop {
  display: none;
}
.search-desktop.open {
  display: block;
}
@media (max-width: 992px) {
  .search-desktop {
    display: none;
  }
}
.search-desktop__block {
  border-bottom: 1px solid rgb(214, 211, 209);
  padding: 32px 0px;
}
@media (max-width: 992px) {
  .search-desktop__block {
    padding: 32px 0px;
  }
}
.search-desktop__block:last-child {
  border-bottom: 0;
}
.search-desktop__title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  color: rgb(82, 82, 82);
}

.search-desktop__results {
  width: 100%;
  max-width: 334px;
  margin: 0 auto;
  padding: 32px 0;
}
.search-desktop__results-title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(12, 10, 9);
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}
.search-desktop .search-tab {
  background: #fff;
}
.search-desktop .search-tab .search-clear {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/close.svg) 50% 50% no-repeat;
  background-size: 24px 24px;
  margin-left: 12px;
  cursor: pointer;
}
.search-desktop .search-tab input {
  height: 68px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: rgb(12, 10, 9);
  margin-bottom: 40px;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumbs::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background: transparent;
}
@media (max-width: 992px) {
  .breadcrumbs {
    width: calc(100% + 16px);
    margin: 0 -8px 24px -8px;
    padding: 0 8px;
  }
}
.breadcrumbs a {
  font-size: 12px;
  color: rgb(82, 82, 82);
  line-height: 16px;
  font-weight: 500;
}
.breadcrumbs span.sep {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: url(../images/sep.svg) 50% 50% no-repeat;
  margin: 0 4px;
  min-width: 24px;
}

main.inner-page {
  padding-bottom: 192px;
}
@media (max-width: 1439px) {
  main.inner-page {
    padding-bottom: 128px;
  }
}
@media (max-width: 992px) {
  main.inner-page {
    padding-bottom: 80px;
  }
}
main.inner-page--bottom-sm {
  padding-bottom: 0;
}
main.inner-page--bottom-md {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  main.inner-page--bottom-md {
    padding-bottom: 40px;
  }
}

.checkbox-form {
  margin-bottom: 30px;
}
.checkbox-form .checkbox {
  display: block;
  position: relative;
}
.checkbox-form .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-form .checkbox input:checked + label {
  background: rgb(245, 245, 244);
  font-weight: 700;
}
.checkbox-form .checkbox input:checked + label:before {
  background: rgb(82, 82, 82);
}
.checkbox-form .checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) 50% 50% no-repeat;
}
.checkbox-form .checkbox label {
  position: relative;
  cursor: pointer;
  color: rgb(12, 10, 9);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  display: block;
  padding: 4px 4px 4px 34px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .checkbox-form .checkbox label br {
    display: none;
  }
}
.checkbox-form .checkbox label a {
  color: rgb(12, 10, 9);
  border-bottom: 1px solid rgb(12, 10, 9);
  transition: 0.5s;
}
.checkbox-form .checkbox label a:hover {
  border-color: transparent;
}
.checkbox-form .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid rgb(82, 82, 82);
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 5px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -3px;
}

.sign-up {
  max-width: 600px;
  width: 100%;
  border: 1px solid rgb(231, 229, 228);
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .sign-up {
    max-width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sign-up {
    padding: 12px;
  }
}
.sign-up .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sign-up .row .col-6 {
  width: calc(50% - 6px);
}
@media (max-width: 767px) {
  .sign-up .row .col-6 {
    width: 100%;
  }
}
.sign-up form {
  width: 100%;
}
.sign-up__icon {
  margin-bottom: 32px;
}
.sign-up__icon img {
  display: block;
  width: 44px;
  height: 44px;
}
.sign-up__title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .sign-up__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.sign-up__title--reg {
  margin-bottom: 32px;
}
.sign-up__title--sm {
  text-align: left !important;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  width: 100%;
}
.sign-up p {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sign-up p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sign-up__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.sign-up__bottom .checkbox-form {
  margin-bottom: 0;
}
.sign-up__bottom a {
  font-size: 14px;
  color: rgb(68, 64, 60);
  border-bottom: 1px solid rgb(68, 64, 60);
  transition: 0.5s;
}
.sign-up__bottom a:hover {
  border-color: transparent;
}
.sign-up__reg-title {
  display: block;
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(87, 83, 78);
}
.sign-up__link {
  display: block;
  text-align: center;
  padding-top: 8px;
}
.sign-up__link a {
  font-size: 14px;
  color: rgb(68, 64, 60);
  border-bottom: 1px solid rgb(68, 64, 60);
  transition: 0.5s;
}
.sign-up__link a:hover {
  border-color: transparent;
}

.form-block {
  margin-bottom: 16px;
  width: 100%;
}
.form-block label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 16px;
  text-transform: uppercase;
}
.form-block .form-group {
  margin-bottom: 0;
}
.form-block--disabled .form-group {
  background: rgb(245, 245, 244);
  pointer-events: none;
}
.form-block .error-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
  color: rgb(220, 38, 38);
  font-weight: 400;
}
.form-block.error .icon {
  color: rgb(220, 38, 38);
}
.form-block.error .form-group {
  border-color: rgb(220, 38, 38);
}
.form-block.error .error-text {
  display: block;
}

.sign-up .creation-progress {
  display: none;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-bottom: 16px;
  background: rgb(250, 250, 250);
  border-radius: 4px;
}
.sign-up.creation .form-block {
  opacity: 0.5;
  pointer-events: none;
}
.sign-up.creation .sign-up__bottom {
  opacity: 0.5;
  pointer-events: none;
}
.sign-up.creation .sign-up__reg-title {
  opacity: 0.5;
  pointer-events: none;
}
.sign-up.creation .sign-up__link {
  opacity: 0.5;
  pointer-events: none;
}
.sign-up.creation button {
  display: none;
}
.sign-up.creation .creation-progress {
  display: flex;
}

.load-more {
  display: inline-flex;
  align-items: center;
}
.load-more .icon {
  display: block;
  margin: 0 10px;
  border: 0;
  animation: rotate360 2s linear infinite;
}
.load-more .icon img {
  display: block;
  width: 24px;
  height: 24px;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sign-up .row {
  width: 100%;
}

.download-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 300px 0 100px 0;
}
.download-page .load-more {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.download-page .load-more .icon {
  display: block;
  margin: 0 10px;
  border: 0;
  animation: rotate360 2s linear infinite;
}
.download-page .load-more .icon img {
  display: block;
  width: 44px;
  height: 44px;
}
.download-page__text {
  font-size: 16px;
  font-weight: 700;
}

.checkbox-block .error-text {
  display: none;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
  color: rgb(220, 38, 38);
  font-weight: 400;
}
.checkbox-block.error .checkbox-form label {
  color: rgb(220, 38, 38);
}
.checkbox-block.error .error-text {
  display: block;
}

.profile-container {
  width: 100%;
  max-width: 1046px;
  margin: 0 auto;
}

.profile {
  margin-bottom: 64px;
}
.profile .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile .col-6 {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .profile .col-6 {
    width: 100%;
  }
}
.profile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .profile__head {
    flex-direction: column;
    align-items: start;
  }
}
.profile__head h2, .profile__head .h2 {
  margin-bottom: 16px;
}
.profile__head .btn {
  width: auto;
  margin-bottom: 16px;
}

.profile-status {
  margin-bottom: 12px;
}
.profile-status span {
  padding: 4px 6px;
  border-radius: 4px;
  background: rgb(245, 245, 244);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.content-block {
  padding: 24px 20px;
  border: 1px solid rgb(231, 229, 228);
  background: #fff;
  margin-bottom: 16px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .content-block {
    padding: 16px 12px;
  }
}
.content-block p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}
.content-block p:last-child {
  margin-bottom: 0;
}
.content-block p.text-md {
  font-size: 14px;
  line-height: 20px;
}
.content-block p.text-sm {
  font-size: 12px;
  line-height: 18px;
  color: rgb(120, 113, 108);
  font-weight: 500;
}
.content-block__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}
.content-block__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-block__head {
    justify-content: space-between;
  }
}
.content-block__head .content-block__title {
  margin: 0 20px 0 0;
}

.logined-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgb(12, 10, 9);
  transform: translateY(1px);
}
.logined-link .icon {
  margin-right: 8px;
}
.logined-link .icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.form-row {
  display: flex;
  justify-content: space-between;
}
.form-row .col-6 {
  width: calc(50% - 6px) !important;
}

.radio-block {
  margin-bottom: 30px;
}
.radio-block--margin-sm {
  margin-bottom: 16px;
}
.radio-block:last-child {
  margin-bottom: 0;
}
.radio-block__group {
  display: flex;
}
@media (max-width: 767px) {
  .radio-block__group {
    flex-direction: column;
  }
}
.radio-block__group .radio {
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .radio-block__group .radio {
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.radio-block__group .radio:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.radio {
  margin-bottom: 16px;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio .styled-radio {
  position: absolute;
  opacity: 0;
}
.radio .styled-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  padding-left: 28px;
  display: block;
  line-height: 20px;
  color: rgb(68, 64, 60);
  min-height: 44px;
  padding: 11px 10px 10px 42px;
  border-radius: 4px;
  transition: 0.5s;
}
.radio .styled-radio + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: white;
  transition: 0.5s;
  border: 1px solid rgb(168, 162, 158);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.radio .styled-radio:hover + label:before {
  border: 1px solid rgb(82, 82, 82);
}
.radio .styled-radio:focus + label:before {
  transition: 0.5s;
}
.radio .styled-radio:checked + label:before {
  background: transparent;
}
.radio .styled-radio:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.radio .styled-radio:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.radio .styled-radio:checked + label {
  background: rgb(245, 245, 244);
}
.radio .styled-radio:checked + label:before {
  border: 1px solid rgb(82, 82, 82);
}
.radio .styled-radio:checked + label:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 14px;
  height: 14px;
  background: rgb(82, 82, 82);
  border-radius: 50%;
  transition: 0.5s;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

.custom-select-wrapper select {
  display: none;
}

.form-block {
  position: relative;
}
.form-block:nth-child(1) {
  z-index: 19;
}
.form-block:nth-child(2) {
  z-index: 18;
}
.form-block:nth-child(3) {
  z-index: 17;
}
.form-block:nth-child(4) {
  z-index: 16;
}
.form-block:nth-child(5) {
  z-index: 15;
}
.form-block:nth-child(6) {
  z-index: 14;
}
.form-block:nth-child(7) {
  z-index: 13;
}
.form-block:nth-child(8) {
  z-index: 12;
}
.form-block--index-sm {
  z-index: 3 !important;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select--location .custom-select-trigger {
  background: #fff url(../images/location-icon.svg) 14px 50% no-repeat;
}
.custom-select--address .custom-select-trigger {
  background: #fff url(../images/address-icon.svg) 14px 50% no-repeat;
}
.custom-select--empty-icon .custom-select-trigger {
  padding-left: 24px;
}
.custom-select.opened {
  z-index: 99;
}
.custom-select--lg .custom-select-trigger {
  min-height: 56px;
  padding-top: 14px;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  border-radius: 4px;
  padding: 12px 46px 8px 46px;
  background: #fff;
  color: black;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(35, 35, 35);
  border: 1px solid rgb(214, 211, 209);
  transition: 0.5s;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 15px;
  background: url(../images/select-arrow.svg) 50% 50% no-repeat;
  transition: 0.5s;
}

.custom-select.opened .custom-select-trigger {
  border-radius: 4px;
}

.custom-select.opened .custom-select-trigger:after {
  transform: rotate(180deg);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options {
  font-family: "Nunito", sans-serif;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid rgb(214, 211, 209);
}

.option-hover:before {
  background: rgb(12, 10, 9);
  color: #fff;
}

.custom-option {
  position: relative;
  display: block;
  padding: 8px 20px;
  color: rgb(12, 10, 9);
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover {
  background: rgb(214, 211, 209);
}

.custom-option.selection {
  background: rgb(214, 211, 209);
}

.history-order__date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgb(87, 83, 78);
}
.history-order__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(231, 229, 228);
  display: flex;
  justify-content: space-between;
}
.history-order__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.history-order__item-content ul li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 20px;
}
.history-order__item-content ul li:last-child {
  margin-bottom: 0;
}
.history-order__title {
  display: block;
  font-size: 12px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.history-order__item-total {
  text-align: right;
  margin-left: 30px;
}
.history-order__cost {
  display: block;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.succes-changes {
  display: flex;
  align-items: center;
  padding: 12px 40px 12px 12px;
  background: rgb(220, 252, 231);
  border: 1px solid rgb(134, 239, 172);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.succes-changes .icon {
  margin-right: 12px;
}
.succes-changes .icon img {
  display: block;
}
.succes-changes__delete {
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  cursor: pointer;
}
.succes-changes__delete img {
  display: block;
  width: 24px;
  height: 24px;
}

.error-changes {
  display: flex;
  align-items: center;
  padding: 12px 40px 12px 12px;
  background: rgb(254, 202, 202);
  border: 1px solid rgb(252, 165, 165);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.error-changes__delete {
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  cursor: pointer;
}
.error-changes__delete img {
  display: block;
  width: 24px;
  height: 24px;
}

.save-progress {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 4px;
  font-size: 14px;
  color: rgb(212, 212, 212);
}

.save .content-block__title {
  opacity: 0.5;
  pointer-events: none;
}
.save .form-block {
  opacity: 0.5;
  pointer-events: none;
}
.save .radio, .save .profile-status, .save p {
  opacity: 0.5;
  pointer-events: none;
}
.save .sign-up__reg-title {
  opacity: 0.5;
  pointer-events: none;
}
.save .sign-up__link {
  opacity: 0.5;
  pointer-events: none;
}
.save button, .save .btn {
  display: none;
}
.save .save-progress {
  display: flex;
}

.brands {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.brands-search__content {
  display: flex;
  align-items: center;
  border: 1px solid rgb(214, 211, 209);
  height: 44px;
  margin-bottom: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: rgb(250, 250, 249);
}
.brands-search__content input {
  font-family: "Mulish", sans-serif;
  border: 0;
  background: transparent;
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: rgb(87, 83, 78);
}
.brands-search__content .icon {
  display: block;
  width: 20px;
  min-width: 20px;
  margin-right: 12px;
}
.brands-search__content .icon img {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.7;
}

.brands-group {
  margin-bottom: 16px;
}
.brands-group__title {
  display: block;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16x;
}
.brands-group__content ul {
  display: flex;
  flex-wrap: wrap;
}
.brands-group__content ul li {
  margin-right: 16px;
  margin-bottom: 16px;
}
.brands-group__content ul li a {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  border-bottom: 1px solid rgb(12, 10, 9);
  transition: 0.5s;
  color: rgb(12, 10, 9);
}
.brands-group__content ul li a:hover {
  border-color: transparent;
}

.product-slider {
  display: flex;
  justify-content: space-between;
  height: 664px;
}
@media (max-width: 1279px) {
  .product-slider {
    height: 356px;
  }
}
@media (max-width: 767px) {
  .product-slider {
    height: 536px;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .product-slider {
    width: 100%;
    height: auto;
  }
}
.product-slider .swiper {
  width: 100%;
}
.product-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-slider .product-main-slider {
  height: 100%;
  width: calc(100% - 140px);
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 1279px) {
  .product-slider .product-main-slider {
    width: calc(100% - 68px);
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-slider .product-main-slider {
    height: 468px;
    width: 100%;
    order: -2;
  }
}
.product-slider .product-main-slider-nav {
  height: 100%;
  margin: 0;
  width: 120px;
}
@media (max-width: 1279px) {
  .product-slider .product-main-slider-nav {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .product-slider .product-main-slider-nav {
    width: 100%;
    height: 60px;
  }
}
.product-slider .product-main-slider-nav .swiper-slide {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 4px;
  opacity: 0.6;
  transition: 0.5s;
}
@media (max-width: 1279px) {
  .product-slider .product-main-slider-nav .swiper-slide {
    width: 60px;
    height: 60px;
  }
}
.product-slider .product-main-slider-nav .swiper-slide-thumb-active {
  opacity: 1;
}
.product-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.product-slider .product-main-slider .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .product-card {
    flex-direction: column;
  }
}
.product-card h2, .product-card .h2 {
  max-width: 520px;
}
.product-card .product-slider {
  width: 684px;
}
@media (max-width: 1279px) {
  .product-card .product-slider {
    width: 335px;
  }
}
@media (max-width: 767px) {
  .product-card .product-slider {
    width: 100%;
  }
}
.product-card__content {
  width: calc(100% - 724px);
}
@media (max-width: 1279px) {
  .product-card__content {
    width: calc(100% - 375px);
  }
}
@media (max-width: 767px) {
  .product-card__content {
    width: 100%;
  }
}
.product-card__content-body {
  width: 100%;
  max-width: 460px;
}
.product-card__content-body .btn {
  margin-bottom: 56px;
}

.product-card-char {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .product-card-char {
    margin-bottom: 64px;
  }
}
.product-card-char .tabs {
  display: flex;
  border-bottom: 1px solid rgb(231, 229, 228);
}
.product-card-char .tabs li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 16px;
  color: rgb(120, 113, 108);
  transition: 0.5s;
  position: relative;
}
.product-card-char .tabs li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(12, 10, 9);
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.product-card-char .tabs li a.active {
  color: rgb(12, 10, 9);
  font-weight: bold;
}
.product-card-char .tabs li a.active:before {
  opacity: 1;
}
.product-card-char .tabgroup {
  padding-top: 32px;
}
.product-card-char .tabgroup ul li {
  font-size: 14px;
  line-height: 20px;
  color: rgb(47, 47, 47);
}
.product-card-char .tabgroup ul.list-dot {
  list-style-type: disc;
  padding-left: 20px;
}
.product-card-char .tabgroup p {
  font-size: 14px;
  line-height: 20px;
  color: rgb(47, 47, 47);
}

.product-card__info-group {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.product-card__cost {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .product-card__cost {
    margin-bottom: 16px;
  }
}
.product-card__cost-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 30px;
  font-weight: 800;
  color: rgb(12, 10, 9);
}
@media (max-width: 992px) {
  .product-card__cost-item {
    height: 32px;
    font-size: 20px;
  }
}
.product-card__current-cost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
  background: rgb(220, 38, 38);
  margin-right: 6px;
}
@media (max-width: 992px) {
  .product-card__current-cost {
    height: 32px;
    font-size: 20px;
  }
}
.product-card__current-cost--action {
  background-color: rgb(234, 88, 12);
}
.product-card__cost-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 30px;
  font-weight: 800;
  color: rgb(12, 10, 9);
}
@media (max-width: 992px) {
  .product-card__cost-item {
    height: 32px;
    font-size: 20px;
  }
}
.product-card__old-cost {
  font-size: 18px;
  color: rgb(120, 113, 108);
  text-decoration: line-through;
  font-weight: bold;
  display: block;
}
@media (max-width: 992px) {
  .product-card__old-cost {
    font-size: 16px;
  }
}

.product-card-info {
  margin: 0 40px 24px 0;
}
@media (max-width: 992px) {
  .product-card-info {
    margin: 0 24px 16px 0;
  }
}
.product-card-info__title {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgb(115, 115, 115);
}
.product-card-info__text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgb(38, 38, 38);
}
.product-card-info__text a {
  color: rgb(38, 38, 38);
  text-decoration: none;
}
.product-card-info__text a:hover {
  text-decoration: underline;
}

.product-numbers {
  margin-bottom: 16px;
}

.num-block .num-in {
  display: flex;
  border: 1px solid rgb(214, 211, 209);
  background: rgb(245, 245, 244);
  border-radius: 4px;
  width: 144px;
}
@media (max-width: 992px) {
  .num-block .num-in {
    width: 130px;
  }
}
.num-block .num-in span {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.num-block .num-in span.minus {
  background: url(../images/minus.svg) 50% 50% no-repeat;
  border-radius: 4px 0 0 4px;
}
.num-block .num-in span.plus {
  background: url(../images/plus.svg) 50% 50% no-repeat;
  border-radius: 0 4px 4px 0;
}
.num-block .num-in input {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  width: 40px;
  text-align: center;
  border-radius: 0 !important;
  background: transparent;
  border: 0;
}
@media (max-width: 992px) {
  .num-block .num-in input {
    width: 50px;
  }
}
.num-block--sm .num-in {
  width: 96px;
}
.num-block--sm .num-in span {
  height: 32px;
  width: 28px;
  background-size: 16px 16px;
}
.num-block--sm .num-in input {
  height: 32px;
  width: 40px;
  font-size: 12px;
}
@media (max-width: 1279px) {
  .num-block--sm-mobile .num-in {
    width: 96px;
  }
  .num-block--sm-mobile .num-in span {
    height: 32px;
    width: 28px;
    background-size: 16px 16px;
  }
  .num-block--sm-mobile .num-in input {
    height: 32px;
    width: 40px;
    font-size: 12px;
  }
}

.num-block .in-num::-webkit-outer-spin-button,
.num-block .in-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.num-block .in-num {
  -moz-appearance: textfield;
}

.product-alert {
  display: flex;
  border: 1px solid rgb(214, 211, 209);
  padding: 12px;
  border-radius: 12px;
  background: rgb(250, 250, 249);
  margin-bottom: 16px;
}
.product-alert .icon {
  display: block;
  min-width: 20px;
  margin-right: 8px;
}
.product-alert .icon img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-alert__content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.product-alert__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.product-alert--succes {
  border-color: rgb(134, 239, 172);
  background: rgb(240, 253, 244);
}
.product-alert--warning {
  border-color: rgb(253, 224, 71);
  background: rgb(254, 252, 232);
}
.product-alert--danger {
  border-color: rgb(252, 165, 165);
  background: rgb(254, 242, 242);
}

.catalog-slider {
  position: relative;
  margin-bottom: 32px;
}
.catalog-slider .swiper {
  width: calc(100% - 112px);
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .catalog-slider .swiper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-slider .swiper {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 0 8px;
  }
}
.catalog-slider .swiper-button-prev {
  position: absolute;
  left: 0;
  top: 51px;
}
@media (max-width: 992px) {
  .catalog-slider .swiper-button-prev {
    display: none;
  }
}
.catalog-slider .swiper-button-next {
  position: absolute;
  top: 51px;
  right: 0;
  left: auto;
}
@media (max-width: 992px) {
  .catalog-slider .swiper-button-next {
    display: none;
  }
}
.catalog-slider .swiper-slide {
  width: 140px;
}

.catalog-product-item {
  display: block;
  width: 100%;
}
.catalog-product-item__img {
  height: 105px;
  display: block;
  margin-bottom: 8px;
}
.catalog-product-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-product-item__title {
  display: block;
  text-align: center;
  font-size: 16px;
  color: rgb(12, 10, 9);
}

.catalog {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.catalog__side {
  min-width: 0px;
  max-width: 1px;
  transform: translateX(-50vw);
}
@media (max-width: 992px) {
  .catalog__side {
    transform: translateX(calc(-100vw - 50px));
    min-width: 100vw;
    max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transition: 0.5s;
  }
}
.catalog__content {
  width: calc(100% + 24px);
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .catalog__content {
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}
.catalog__content .product-item {
  width: 368px;
  margin: 0 6px 12px 6px;
}
@media (max-width: 1280px) {
  .catalog__content .product-item {
    margin: 0 0 12px 0;
  }
}
.catalog.open .catalog__side {
  max-width: 300px;
  width: 300%;
  min-width: 300px;
  transform: translateX(0);
  margin-right: 24px;
}
@media (min-width: 1280px) {
  .catalog.open .catalog__side {
    max-width: 360px;
    width: 360px;
    margin-right: 32px;
    min-width: 360px;
  }
}
@media (max-width: 992px) {
  .catalog.open .catalog__side {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.catalog.open .catalog__content {
  justify-content: space-around;
}

.filter {
  background: #fff;
  border-radius: 4px;
  position: sticky;
  border: 1px solid rgb(231, 229, 228);
  top: 20px;
}
@media (max-width: 992px) {
  .filter {
    border: 0;
    width: 100vw;
    position: relative;
    top: 0;
    border-radius: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .filter::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 374px) {
  .filter {
    max-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
  }
}

.filter-group {
  padding: 16px 12px;
}
.filter-group:nth-last-child(2) {
  border-bottom: 0;
  padding-bottom: 0;
}
.filter-group__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

.filter-slider--cost .filter-slider__input:after {
  content: "₽";
  font-size: 14px;
  color: rgb(175, 187, 198);
  position: absolute;
  z-index: 9;
  top: 12px;
  right: 10px;
}
.filter-slider__input {
  position: relative;
  width: calc(50% - 2px);
}
.filter-slider__input:first-child:before {
  content: "от";
  font-size: 12px;
  color: rgb(120, 113, 108);
  position: absolute;
  z-index: 9;
  top: 14px;
  left: 10px;
}
.filter-slider__input:last-child:before {
  content: "до";
  font-size: 12px;
  color: rgb(120, 113, 108);
  position: absolute;
  z-index: 9;
  top: 14px;
  left: 10px;
}
.filter-slider__input input {
  font-family: "Mulish", sans-serif;
  width: 100%;
  height: 44px;
  border: 1px solid rgb(214, 211, 209);
  border-radius: 4px;
  background: #fff;
  padding: 0 34px 0 30px;
  font-size: 14px;
  font-weight: 600;
  -moz-appearance: textfield;
}
.filter-slider__input input::-webkit-outer-spin-button, .filter-slider__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filter-slider__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.filter-slider .noUi-base {
  border: 0;
  border-radius: 0;
}
.filter-slider .slider {
  touch-action: none;
  padding-right: 3px;
  padding-left: 15px;
}
.filter-slider .noUi-connects {
  border-radius: 0;
}
.filter-slider .noUi-target {
  background: rgba(81, 90, 90, 0.08);
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
.filter-slider .noUi-connect {
  background: rgb(12, 10, 9);
  height: 2px;
}
.filter-slider .noUi-horizontal {
  height: 2px;
}
.filter-slider .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(82, 82, 82);
  box-shadow: none;
  right: -5px;
  top: -10px;
  transition: 0.5s;
  cursor: pointer;
  border: 0;
}
.filter-slider .noUi-handle:active {
  cursor: grabbing;
}
.filter-slider .noUi-handle:active {
  background: rgb(12, 10, 9);
}
.filter-slider .noUi-handle:before, .filter-slider .noUi-handle:after {
  content: "";
  display: none;
}

.filter-accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.filter-accordion li {
  width: 100%;
  border-bottom: 1px solid rgb(231, 229, 228);
}
.filter-accordion .opener {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  height: 56px;
  padding: 0 50px 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(12, 10, 9);
}
.filter-accordion .opener:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/select-arrow.svg) 50% 50% no-repeat;
  background-size: 24px 24px;
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  transition: 0.5s;
}
.filter-accordion .opener:hover {
  border-color: rgb(115, 115, 115);
}
.filter-accordion .active .opener:before {
  transform: rotate(-180deg);
}
.filter-accordion .submenu {
  overflow: hidden;
  list-style: none;
  display: none;
  padding-top: 4px;
}
.filter-accordion .submenu li {
  margin: 0;
  width: auto;
  border: 0;
}
.filter-search {
  display: flex;
  align-items: center;
  border: 1px solid rgb(231, 229, 228);
  height: 44px;
  padding: 0 8px;
  border-radius: 4px;
  background: rgb(250, 250, 249);
  margin: 0 16px 12px 16px;
}
.filter-search::-moz-placeholder {
  color: rgb(168, 162, 158);
}
.filter-search::placeholder {
  color: rgb(168, 162, 158);
}
.filter-search input {
  font-family: "Mulish", sans-serif;
  border: 0;
  background: transparent;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: rgb(87, 83, 78);
}
.filter-search .icon {
  display: block;
  width: 24px;
  min-width: 24px;
  margin-right: 16px;
  opacity: 0.8;
}
.filter-search .icon img {
  display: block;
}

.checkbox-group {
  padding: 16px;
  max-height: 250px;
  overflow-y: auto;
}
.checkbox-group .checkbox-form {
  margin-bottom: 12px;
}
.checkbox-group .checkbox-form:last-child {
  margin-bottom: 0;
}

.filter__btns {
  display: flex;
  justify-content: space-between;
  padding: 32px 16px 12px 16px;
}
.filter__btns .btn {
  width: calc(50% - 4px);
}

.checkbox-group ul li {
  margin-bottom: 12px !important;
}
.checkbox-group ul li:last-child {
  margin-bottom: 0;
}
.checkbox-group ul li a {
  display: block;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(87, 83, 78);
  cursor: pointer;
}
.checkbox-group ul li.active {
  font-weight: bold;
  background: rgb(245, 245, 244);
  color: rgb(68, 64, 60);
}

.catalog-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.catalog-head__side {
  width: 360px;
}
@media (max-width: 992px) {
  .catalog-head__side {
    width: 150px;
  }
}
.catalog-head__content {
  width: calc(100% - 392px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .catalog-head__content {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .catalog-head__content .card-size-filter, .catalog-head__content .view-card-filter {
    margin-right: 0;
    display: none;
  }
}

.filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(250, 250, 249);
  border: 1px solid rgb(231, 229, 228);
  width: 130px;
  height: 52px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(12, 10, 9);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.filter-btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/filter-icon.svg) 50% 50% no-repeat;
  left: 16px;
  top: calc(50% - 10px);
  position: absolute;
}
.filter-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/filter-close.svg) 50% 50% no-repeat;
  left: 16px;
  top: calc(50% - 10px);
  position: absolute;
  display: none;
}
.filter-btn.open:after {
  display: block;
}
.filter-btn.open:before {
  display: none;
}

.card-size-filter {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.card-size-filter__title {
  display: block;
  margin-right: 8px;
  color: rgb(120, 113, 108);
  font-size: 14px;
  line-height: 20px;
}
.card-size-filter a {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: rgb(87, 83, 78);
  margin-right: 4px;
  transition: 0.5s;
}
.card-size-filter a.active {
  background: rgb(245, 245, 244);
  border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
  color: rgb(68, 64, 60);
}

.view-card-filter {
  display: flex;
}
.view-card-filter a {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
}
.view-card-filter a img {
  display: block;
  opacity: 0.3;
  transition: 0.5s;
}
.view-card-filter a.active img {
  opacity: 1;
}

@media (max-width: 992px) {
  .lines-view {
    display: none !important;
  }
}

.pages {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 76px;
}
.pages a {
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgb(214, 211, 209);
  border-radius: 4px;
  transition: 0.5s;
  color: rgb(12, 10, 9);
}
.pages span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: rgb(12, 10, 9);
}
.pages a:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.pages a:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}
.pages a.active {
  background: rgb(12, 10, 9);
  border-color: rgb(12, 10, 9);
  color: #fff;
}
.pages a.active .icon {
  color: #fff;
}
.pages .prev {
  margin-right: 32px;
}
@media (max-width: 429px) {
  .pages .prev {
    margin-right: 12px;
  }
}
.pages .prev .icon {
  width: 20px;
  height: 20px;
  color: rgb(82, 82, 82);
  display: block;
  transition: 0.5s;
}
.pages .prev:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.pages .prev:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}
.pages .next {
  margin-left: 32px;
}
@media (max-width: 429px) {
  .pages .next {
    margin-left: 12px;
  }
}
.pages .next .icon {
  width: 20px;
  height: 20px;
  color: rgb(82, 82, 82);
  display: block;
  transform: rotate(180deg);
  transition: 0.5s;
}
.pages .next:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.pages .next:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}

.seo-text-block {
  max-width: 640px;
  margin-bottom: 80px;
}
.seo-text-block p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(12, 10, 9);
  margin-bottom: 20px;
}
.seo-text-block p:last-child {
  margin-bottom: 0;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 12px;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 4px;
  margin-right: 12px;
  white-space: nowrap;
  border: 1px solid rgb(214, 211, 209);
  padding: 4px 8px;
  cursor: pointer;
  transition: 0.5s;
  max-height: 30px;
}
.filter-tag:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.filter-tag:active {
  background: rgb(12, 10, 9);
  border-color: rgb(12, 10, 9);
  color: #fff;
}
.filter-tag:active .filter-tag-delete svg {
  color: #fff;
}
.filter-tag .filter-tag-delete {
  display: block;
}
.filter-tag .filter-tag-delete svg {
  display: block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  color: rgb(82, 82, 82);
  transition: 0.5s;
}

.cart {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
@media (max-width: 1279px) {
  .cart {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cart {
    padding-top: 0;
  }
}
.cart__content {
  width: calc(66% - 32px);
}
@media (max-width: 1279px) {
  .cart__content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cart__side {
  width: 34%;
}
@media (max-width: 1279px) {
  .cart__side {
    width: 100%;
  }
}

.hint-block {
  display: flex;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgb(231, 229, 228);
  background: #fff;
  margin-bottom: 16px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .cart-item {
    flex-direction: column;
  }
}
.cart-item:first-child .cart-item__title {
  position: relative;
}
.cart-item:first-child .cart-item__title:before {
  content: "Товар";
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 14px;
  color: rgb(168, 162, 158);
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-item:first-child .cart-item__title:before {
    display: none;
  }
}
.cart-item:first-child .cart-item__numbers {
  position: relative;
}
.cart-item:first-child .cart-item__numbers:before {
  content: "Кол-во";
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 14px;
  color: rgb(168, 162, 158);
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-item:first-child .cart-item__numbers:before {
    display: none;
  }
}
.cart-item:first-child .cart-item__single {
  position: relative;
}
.cart-item:first-child .cart-item__single:before {
  content: "Цена";
  position: absolute;
  top: -68px;
  left: 0;
  font-size: 14px;
  color: rgb(168, 162, 158);
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-item:first-child .cart-item__single:before {
    display: none;
  }
}
.cart-item:first-child .cart-item__total {
  position: relative;
}
.cart-item:first-child .cart-item__total:before {
  content: "Стоимость";
  position: absolute;
  top: -68px;
  left: 0;
  font-size: 14px;
  color: rgb(168, 162, 158);
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-item:first-child .cart-item__total:before {
    display: none;
  }
}
.cart-item:hover {
  z-index: 12;
}
.cart-item__bottom {
  position: relative;
  z-index: 12;
  display: flex;
  flex-direction: column;
}
.cart-item__bottom .product-info-item__title {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .cart-item__bottom .product-info-item__title {
    font-size: 12px;
    line-height: 18px;
    width: 150%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cart-item__bottom .product-info-item__title .hint-block .hint-block__text {
    left: -60px;
    top: 20px;
  }
}
.cart-item__main {
  display: flex;
  width: 50%;
}
@media (max-width: 767px) {
  .cart-item__main {
    width: 100%;
  }
}
.cart-item__image {
  display: block;
  margin-right: 40px;
  min-width: 120px;
}
@media (max-width: 1280px) {
  .cart-item__image {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cart-item__image {
    min-width: 86px;
    margin-right: 12px;
  }
}
.cart-item__image img {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cart-item__image img {
    width: 86px;
    height: 86px;
  }
}
.cart-item__content {
  max-width: 280px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cart-item__content {
    max-width: calc(100% - 98px);
    padding-right: 52px;
  }
}
.cart-item__title {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cart-item__title {
    margin-bottom: 4px;
  }
}
.cart-item__title a {
  color: rgb(12, 10, 9);
}
.cart-item__brands {
  display: flex;
  flex-wrap: wrap;
}
.cart-item__brands span {
  margin-bottom: 14px;
  display: inline-flex;
  font-size: 14px;
  padding: 4px;
  border-radius: 4px;
  color: rgb(115, 115, 115);
  background: rgb(229, 229, 229);
  margin-right: 8px;
}
@media (max-width: 767px) {
  .cart-item__brands span {
    font-size: 10px;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 6px;
  }
}
.cart-item__art {
  color: rgb(115, 115, 115);
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart-item__art {
    font-size: 12px;
    line-height: 18px;
  }
}
.cart-item__right {
  width: 50%;
  display: flex;
  padding-right: 62px;
  align-items: center;
  justify-content: space-around;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart-item__right {
    padding-right: 0;
    width: 100%;
    padding-top: 16px;
    justify-content: space-between;
  }
}
.cart-item__numbers {
  margin-right: 18px;
}
.cart-item__cost {
  display: flex;
  font-size: 16px;
  height: 44px;
  align-items: center;
}
.cart-item__single {
  margin-right: 24px;
  font-weight: 600;
}
.cart-item__total {
  font-weight: 800;
}

.cart-item__badges {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cart-item__badges {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cart-item__badge {
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  border-radius: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #fff;
  height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cart-item__badge {
    margin-right: 2px;
  }
}
.cart-item__badge--sale {
  background-color: rgb(220, 38, 38);
}
.cart-item__badge--new {
  background-color: rgb(22, 163, 74);
}
.cart-item__badge--action {
  background-color: rgb(234, 88, 12);
}
.cart-item__control {
  position: absolute;
  top: 8px;
  right: 8px;
}
.cart-item__control a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
  margin-bottom: 8px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cart-item__control a {
    width: 32px;
    height: 32px;
    background: rgb(245, 245, 244);
    border: 1px solid rgb(214, 211, 209);
  }
}
.cart-item__control a img, .cart-item__control a svg {
  display: block;
  width: 20px;
  height: 20px;
  color: rgb(82, 82, 82);
  fill: transparent;
}
@media (max-width: 767px) {
  .cart-item__control a img, .cart-item__control a svg {
    width: 16px;
    height: 16px;
  }
}
.buyer-text p {
  font-size: 14px;
  line-height: 20px;
  color: rgb(120, 113, 108);
  margin-bottom: 0;
}
.buyer-text a {
  border-bottom: 1px solid rgb(12, 10, 9);
  font-size: 12px;
  color: rgb(12, 10, 9);
  transition: 0.5s;
  font-weight: 700;
}
.buyer-text a:hover {
  border-color: transparent;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
.cart-total__title {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-right: 20px;
}
.cart-total__title small {
  font-size: 20px;
  letter-spacing: -1px;
  display: block;
  line-height: 26px;
}
.cart-total__cost {
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}
.cart-total__cost span {
  font-size: 24px;
}
.cart-total__cost small {
  font-size: 24px;
}
.cart-total__cost small span {
  font-size: 20px;
}

.cart-btns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1380px) {
  .cart-btns {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.cart-btns .btn {
  font-size: 14px;
}
@media (max-width: 1380px) {
  .cart-btns .btn {
    width: 100%;
  }
}
.cart-btns .btn:first-child {
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 1380px) {
  .cart-btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cart-btns .btn:last-child {
  width: 166px;
  min-width: 166px;
}
@media (max-width: 1380px) {
  .cart-btns .btn:last-child {
    width: 100%;
  }
}
.cart-btns--vertical {
  flex-direction: column;
}
.cart-btns--vertical .btn {
  width: 100% !important;
  margin: 0;
  margin-bottom: 16px;
}
.cart-btns--vertical .btn:last-child {
  margin-bottom: 0;
}

.placing-order {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.placing-order__content {
  width: calc(100% - 440px);
}
@media (max-width: 992px) {
  .placing-order__content {
    width: 100%;
    margin-bottom: 24px;
  }
}
.placing-order__side {
  width: 400px;
}
@media (max-width: 992px) {
  .placing-order__side {
    width: 100%;
  }
}

.cart-order-min {
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  color: rgb(120, 113, 108);
  line-height: 20px;
  font-weight: 700;
  display: block;
}
.cart-order-min.left {
  text-align: left;
  margin-bottom: 12px;
}

.cart-cost-list {
  margin-bottom: 48px;
  margin-top: -32px;
}
.cart-cost-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(28, 25, 23);
}

.cart-window {
  max-width: 600px;
  width: 100%;
  border: 1px solid rgb(231, 229, 228);
  background: #fff;
  border-radius: 4px;
  padding: 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cart-window {
    max-width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cart-window {
    padding: 12px;
  }
}
.cart-window .btn {
  margin-bottom: 12px;
}
.cart-window .btn:last-child {
  margin-bottom: 0;
}
.cart-window__icon {
  display: block;
  margin-bottom: 20px;
}
.cart-window__icon img {
  display: block;
  width: 44px;
  height: 44px;
}
.cart-window__title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cart-window__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.cart-window p {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cart-window p {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-window ul {
  margin-bottom: 16px;
  width: 100%;
}
.cart-window ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(120, 113, 108);
}
@media (max-width: 992px) {
  .cart-window ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-window ul li span {
  color: rgb(12, 10, 9);
  font-weight: 700;
  text-align: right;
  display: block;
}
.cart-window__support {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: rgb(120, 113, 108);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cart-window__support {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-window__support a {
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  color: rgb(12, 10, 9);
  font-weight: bold;
}
.cart-window__support a:hover {
  border-color: rgb(12, 10, 9);
}

.filter-head-mobile {
  display: none;
  padding: 16px 12px 32px 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(231, 229, 228);
}
@media (max-width: 992px) {
  .filter-head-mobile {
    display: flex;
  }
}
.filter-head-mobile__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.filter-head-mobile__close img {
  display: block;
  width: 32px;
  height: 32px;
}

.collection {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collection .btn-center {
  padding-top: 24px;
}

.collection-item {
  display: block;
  margin-bottom: 8px;
  width: calc(16.6666666667% - 16px);
  border: 1px solid rgb(231, 229, 228);
  border-radius: 4px;
  background: rgb(250, 250, 249);
}
@media (max-width: 1279px) {
  .collection-item {
    width: calc(25% - 10px);
    display: none;
  }
}
@media (max-width: 767px) {
  .collection-item {
    width: calc(50% - 4px);
  }
}
@media (max-width: 1279px) {
  .collection-item:nth-child(-n+16) {
    display: block;
  }
}
@media (max-width: 767px) {
  .collection-item:nth-child(-n+16) {
    display: none;
  }
}
@media (max-width: 767px) {
  .collection-item:nth-child(-n+10) {
    display: block;
  }
}
.collection-item__image {
  display: block;
  width: 100%;
  height: 150px;
}
.collection-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.collection-item__title {
  display: block;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(12, 10, 9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.collection-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.collection-banner img {
  display: block;
  width: 100%;
  max-width: 640px;
  border-radius: 4px;
}

.about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .about {
    flex-wrap: wrap;
  }
}
.about__content {
  width: 100%;
  max-width: 740px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .about__content {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.about__content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.about__content p:last-child {
  margin-bottom: 0;
}
.about__materials {
  width: 420px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .about__materials {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about__materials {
    justify-content: space-between;
  }
}
.about__materials .material-item {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .about__materials .material-item {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .about__materials .material-item {
    margin-right: 0;
  }
}
.about__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  height: 272px;
  border-radius: 4px;
  border: 1px solid rgb(214, 211, 209);
  background: rgb(245, 245, 244);
  padding: 20px;
}
.about__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}

.material-item {
  border: 1px solid rgb(214, 211, 209);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 200px;
}
@media (max-width: 480px) {
  .material-item {
    width: calc(50% - 4px);
  }
}
.material-item__img {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 4px 4px 0 0;
}
.material-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.material-item__content {
  padding: 16px 8px 8px 8px;
  background: #fff;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.material-item__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.material-item__date {
  display: block;
  font-size: 12px;
  color: rgb(115, 115, 115);
}
.material-item__btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
.material-item__btn .btn {
  background: #fff;
}
.material-item__btn .btn:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.material-item__btn .btn:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}

.distinction {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .distinction {
    flex-direction: column;
  }
}

.distinction-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(20% - 19px);
  position: relative;
}
@media (max-width: 992px) {
  .distinction-item {
    width: calc(20% - 8px);
  }
}
@media (max-width: 767px) {
  .distinction-item {
    width: 100%;
    margin-bottom: 16px;
    align-items: flex-start;
    padding-left: 52px;
    min-height: 40px;
  }
  .distinction-item:last-child {
    margin-bottom: 16px;
  }
}
.distinction-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(214, 211, 209);
  background: rgb(250, 250, 249);
  margin-bottom: 16px;
  border-radius: 4px;
  width: 64px;
  height: 64px;
}
@media (max-width: 992px) {
  .distinction-item .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .distinction-item .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.distinction-item .icon img {
  display: block;
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  .distinction-item .icon img {
    width: 20px;
    height: 20px;
  }
}
.distinction-item__title {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: rgb(68, 64, 60);
  font-weight: 700;
}
@media (max-width: 992px) {
  .distinction-item__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .distinction-item__title {
    text-align: left;
  }
}
.distinction-item__link {
  padding-top: 16px;
}
@media (max-width: 992px) {
  .distinction-item__link {
    padding-top: 12px;
  }
}
.distinction-item__link a {
  font-size: 12px;
  color: rgb(12, 10, 9);
  border-bottom: 1px solid rgb(12, 10, 9);
  transition: 0.5s;
}
.distinction-item__link a:hover {
  border-color: transparent;
}

.portfolio-block {
  padding: 40px 0;
}

.portfolio--brands {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.portfolio-brand {
  padding: 16px 24px 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid rgb(214, 211, 209);
  transition: 0.5s;
}
.portfolio-brand:nth-child(-n+4) {
  width: calc(25% - 18px);
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .portfolio-brand:nth-child(-n+4) {
    width: calc(33.3333333333% - 7px);
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .portfolio-brand:nth-child(-n+4) {
    width: calc(50% - 5px);
  }
}
.portfolio-brand:nth-child(n+5):nth-child(-n+7) {
  width: calc(33.3333333333% - 16px);
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .portfolio-brand:nth-child(n+5):nth-child(-n+7) {
    width: calc(33.3333333333% - 7px);
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .portfolio-brand:nth-child(n+5):nth-child(-n+7) {
    width: calc(50% - 5px);
  }
}
@media (max-width: 992px) {
  .portfolio-brand {
    padding: 8px 12px 32px 12px;
  }
}
.portfolio-brand__logo {
  display: block;
  width: 100%;
  height: 110px;
  margin-bottom: 8px;
}
.portfolio-brand__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: 0.5s;
}
.portfolio-brand__title {
  display: block;
  text-align: center;
  color: rgb(68, 64, 60);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .portfolio-brand__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.portfolio-brand:hover .portfolio-brand__logo img {
  filter: grayscale(0);
}

@media (max-width: 767px) {
  .certificate-slider {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 0 8px;
  }
}

.certificate-block {
  background: #fff;
  padding: 80px 0;
}
.certificate-block .swiper-nav {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding-top: 32px;
}
@media (max-width: 992px) {
  .certificate-block .swiper-slide {
    height: 320px;
    width: 224px;
  }
}

.certificate-item {
  display: block;
}
.certificate-item img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgb(214, 211, 209);
}
@media (max-width: 992px) {
  .certificate-item img {
    height: 320px;
  }
}

.about-contacts-block {
  padding-top: 0 !important;
}

.about-contacts {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-contacts {
    flex-direction: column;
  }
}

.about-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(20% - 19px);
  position: relative;
}
@media (max-width: 992px) {
  .about-contact {
    width: calc(20% - 8px);
  }
}
@media (max-width: 767px) {
  .about-contact {
    width: 100%;
    margin-bottom: 16px;
    align-items: flex-start;
    padding-left: 52px;
    min-height: 40px;
  }
  .about-contact:last-child {
    margin-bottom: 16px;
  }
}
.about-contact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(214, 211, 209);
  background: rgb(250, 250, 249);
  margin-bottom: 16px;
  border-radius: 4px;
  width: 64px;
  height: 64px;
}
@media (max-width: 992px) {
  .about-contact .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .about-contact .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.about-contact .icon img {
  display: block;
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  .about-contact .icon img {
    width: 20px;
    height: 20px;
  }
}
.about-contact__title {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: rgb(68, 64, 60);
  font-weight: 700;
}
.about-contact__title span {
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.about-contact__title a {
  color: rgb(68, 64, 60);
}
@media (max-width: 992px) {
  .about-contact__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about-contact__title {
    text-align: left;
  }
}

.map {
  margin-bottom: 80px;
}
.map iframe {
  width: 100%;
  height: 440px;
}
.map__title {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.dealers {
  margin-bottom: 80px;
}
.dealers .btn {
  margin-top: 16px;
}

.dealers-block {
  margin-bottom: 12px;
}
.dealers-block__city {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(41, 37, 36);
}
.dealers-block__row {
  display: flex;
  flex-wrap: wrap;
}
.dealers-block__col {
  width: 360px;
  margin: 0 16px 16px 0;
}
@media (max-width: 566px) {
  .dealers-block__col {
    width: 100%;
  }
}

.form-dealers {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.form-dealers__title {
  margin-bottom: 16px;
  border: 1px solid rgb(231, 229, 228);
  background: #FFF;
  padding: 24px 20px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .form-dealers__title {
    font-size: 18px;
    line-height: 26px;
  }
}

.dealers-accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.dealers-accordion li {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid rgb(231, 229, 228);
  background: #FFF;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .dealers-accordion li {
    margin-bottom: 12px;
  }
}
.dealers-accordion li .form-block:last-child {
  margin-bottom: 0;
}
.dealers-accordion .opener {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  padding: 24px 40px 24px 20px;
  font-weight: 700;
  color: rgb(28, 25, 23);
  display: block;
  transition: 0.5s;
}
.dealers-accordion .opener:before {
  content: "";
  width: 24px;
  height: 24px;
  right: 20px;
  position: absolute;
  top: calc(50% - 12px);
  background: url(../images/select-arrow.svg) no-repeat 50% 50%;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .dealers-accordion .opener {
    font-size: 18px;
  }
}
.dealers-accordion .active .opener:before {
  transform: rotate(-180deg);
}
.dealers-accordion .submenu {
  overflow: hidden;
  display: none;
  padding: 8px 20px 24px 20px;
}
.dealers-accordion .submenu li {
  margin-bottom: 0px;
  border: 0;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}
.cart-window__vertical {
  width: 100%;
}
.cart-window__vertical .btn {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cart-window__vertical .btn {
    height: 48px !important;
  }
}

.application-sent-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 28px;
}
.application-sent-contacts .header-contacts__mail {
  margin-bottom: 12px;
}
.application-sent-contacts .header-contacts__phone {
  margin-bottom: 12px;
}
.application-sent-contacts .social {
  margin-bottom: 12px;
}
.application-sent-contacts .social a {
  width: 32px;
  height: 32px;
}
@media (max-width: 1600px) {
  .application-sent-contacts .social a {
    margin-right: 4px;
    width: 28px;
    height: 28px;
  }
}
.application-sent-contacts .social a svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1600px) {
  .application-sent-contacts .social a svg {
    width: 20px;
    height: 20px;
  }
}

.repesentatives {
  padding-bottom: 60px;
}

.representative-item {
  margin-bottom: 16px;
  border: 1px solid rgb(231, 229, 228);
  background: #FFF;
  padding: 24px;
  border-radius: 4px;
}
.representative-item__city {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  color: rgb(41, 37, 36);
  font-weight: 700;
}
.representative-item__name {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 11px;
  color: rgb(41, 37, 36);
  font-weight: 700;
}
.representative-item ul li {
  display: flex;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(41, 37, 36);
}
.representative-item ul li a {
  color: rgb(41, 37, 36);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.representative-item ul li a:hover {
  border-color: rgb(41, 37, 36);
}
.representative-item ul li:last-child {
  margin-bottom: 0;
}
.representative-item ul li .icon {
  display: flex;
  margin-right: 12px;
  min-width: 16px;
  margin-top: 5px;
}
.representative-item ul li .icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.article-inner {
  max-width: 560px;
  margin: 0 auto;
}

.articles {
  max-width: 744px;
  margin: 0 auto;
}
.articles__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articles__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.articles__icon img {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.articles__title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: rgb(120, 113, 108);
  margin-bottom: 24px;
  width: 100%;
}
.articles__menu {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .articles__menu {
    width: calc(100% + 16px);
    margin: 0 -8px 30px -8px;
    padding: 0 8px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .articles__menu::-webkit-scrollbar {
    display: none;
  }
}
.articles__menu ul {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .articles__menu ul {
    justify-content: flex-start;
  }
}
.articles__menu ul li {
  margin: 0 6px;
}
@media (max-width: 767px) {
  .articles__menu ul li {
    margin: 0 8px 0 0;
  }
}
.articles__menu ul li a {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgb(214, 211, 209);
  transition: 0.5s;
  font-size: 14px;
  line-height: 20px;
  color: rgb(12, 10, 9);
}
.articles__menu ul li a:hover {
  background: rgb(231, 229, 228);
  border-color: rgb(231, 229, 228);
}
.articles__menu ul li a:active {
  background: rgb(212, 212, 216);
  border-color: rgb(212, 212, 216);
}

.article-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 566px) {
  .article-item {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.article-item__new {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgb(22, 163, 74);
  display: inline-flex;
  padding: 0 4px;
  border-radius: 4px;
  color: rgb(248, 250, 252);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.article-item__image {
  position: relative;
  width: calc(50% - 12px);
}
@media (max-width: 566px) {
  .article-item__image {
    width: 100%;
    margin-bottom: 8px;
  }
}
.article-item__image img {
  display: block;
  width: 100%;
}
.article-item__image--empty {
  border: 1px solid rgb(214, 211, 209);
  background: rgb(245, 245, 244);
  border-radius: 4px;
}
.article-item__image--empty:before {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/artiicle-empty.svg);
}
.article-item__content {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 566px) {
  .article-item__content {
    width: 100%;
  }
}
.article-item__content .h2 {
  margin-bottom: 4px;
  font-weight: 900;
}
.article-item__content .h2 a {
  color: rgb(12, 10, 9);
}
.article-item__content p {
  display: -webkit-box;
  font-size: 16px;
  line-height: 24px;
  color: rgb(68, 64, 60);
  margin-bottom: 16px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.article-item__date {
  font-size: 14px;
  line-height: 20px;
  color: rgb(120, 113, 108);
}
.article-item--sm {
  width: calc(50% - 12px);
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 566px) {
  .article-item--sm {
    flex-direction: row;
    width: 100%;
    margin-bottom: 24px;
  }
}
.article-item--sm h2, .article-item--sm .h2 {
  display: -webkit-box;
  font-size: 20px;
  line-height: 28px;
  max-height: 56px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 566px) {
  .article-item--sm h2, .article-item--sm .h2 {
    font-size: 18px;
    line-height: 20px;
    max-height: 40px;
    height: 40px;
  }
}
.article-item--sm p {
  font-size: 14px;
  max-height: 22px;
  -webkit-line-clamp: 1;
}
.article-item--sm .article-item__content {
  width: 100%;
}
.article-item--sm .article-item__image {
  width: 100%;
  height: 228px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 566px) {
  .article-item--sm .article-item__image {
    width: 100px;
    height: 64px;
    margin-right: 12px;
    min-width: 100px;
  }
}
.article-item--sm .article-item__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.article-inner {
  margin-bottom: 80px;
}
.article-inner__read-time {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: rgb(87, 83, 78);
  margin-top: -20px;
  margin-bottom: 24px;
}
.article-inner p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(28, 25, 23);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article-inner p {
    font-size: 14px;
    line-height: 24px;
  }
}
.article-inner img {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 4px;
  margin-top: 32px;
  max-width:100%;
  height: auto !important;
}
.article-inner ul {
  padding-left: 30px;
  margin-bottom: 12px;
}
.article-inner ul.list-dot {
  list-style-type: disc;
}
.article-inner ul.list-decimal {
  list-style-type: decimal;
}
.article-inner ul li {
  font-size: 18px;
  line-height: 28px;
  color: rgb(28, 25, 23);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .article-inner ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

.materials-tabs {
  border-top: 1px solid rgb(231, 229, 228);
  padding-top: 64px;
}
.materials-tabs .tabs {
  display: flex;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 767px) {
  .materials-tabs .tabs {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 0 8px;
    overflow-x: auto;
  }
}
.materials-tabs .tabs::-webkit-scrollbar {
  display: none;
}
.materials-tabs .tabs li {
  margin-right: 12px;
}
.materials-tabs .tabs li a {
  background: rgb(245, 245, 244);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 4px;
  border: 1px solid rgb(214, 211, 209);
  transition: 0.5s;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: rgb(12, 10, 9);
}
.materials-tabs .tabs li a .icon {
  width: 24px;
  height: 24px;
  color: rgb(82, 82, 82);
  margin-bottom: 8px;
  transition: 0.5s;
}
.materials-tabs .tabs li a.active {
  color: #fff;
  background: rgb(12, 10, 9);
  border-color: rgb(12, 10, 9);
}
.materials-tabs .tabs li a.active .icon {
  color: #fff;
}
.materials-tabs .tabgroup {
  padding-top: 40px;
}

.materials-search {
  max-width: 400px;
  margin-bottom: 12px;
}

.materials-tabs__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .materials-tabs__content {
    justify-content: space-between;
  }
}
.materials-tabs__content .material-item {
  margin: 0 16px 16px 0;
}
@media (max-width: 992px) {
  .materials-tabs__content .material-item {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .materials-tabs__content .material-item {
    margin-right: 0;
  }
}

.department-heads {
  display: flex;
  flex-wrap: wrap;
}

.dep-head-item {
  width: calc(33.3333333333% - 11px);
  margin: 0 16px 16px 0;
  border: 1px solid rgb(231, 229, 228);
  background: #FFF;
  padding: 24px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .dep-head-item {
    width: 100%;
    margin-right: 0;
  }
}
.dep-head-item:nth-child(3n+3) {
  margin-right: 0;
}
.dep-head-item__name {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  color: rgb(41, 37, 36);
  font-weight: 700;
}
.dep-head-item__position {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 11px;
  color: rgb(41, 37, 36);
  font-weight: 700;
}
.dep-head-item ul li {
  display: flex;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(41, 37, 36);
}
.dep-head-item ul li a {
  color: rgb(41, 37, 36);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.dep-head-item ul li a:hover {
  border-color: rgb(41, 37, 36);
}
.dep-head-item ul li:last-child {
  margin-bottom: 0;
}
.dep-head-item ul li .icon {
  display: flex;
  margin-right: 12px;
  min-width: 16px;
  margin-top: 5px;
}
.dep-head-item ul li .icon img {
  display: block;
  width: 16px;
  height: 16px;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-item__map {
  height: 100%;
  min-height: 460px;
}
@media (max-width: 992px) {
  .contact-item__map {
    padding-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .contact-item__map {
    min-height: 280px;
  }
}
.contact-item__map iframe {
  width: 100%;
  height: 100%;
}
.contact-item__col-lg {
  width: calc(50% + 19px);
}
@media (max-width: 992px) {
  .contact-item__col-lg {
    width: 100%;
  }
}
.contact-item__col-sm {
  width: calc(50% - 36px);
}
@media (max-width: 992px) {
  .contact-item__col-sm {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contact-item__col-sm:nth-child(2) .contact-item__title {
    display: none;
  }
}
.contact-item__col-sm:last-child .contact-item__title {
  display: none;
}
@media (max-width: 992px) {
  .contact-item__col-sm:last-child .contact-item__title {
    display: block;
    margin-top: 16px;
  }
}
.contact-item__title {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .contact-item__title {
    font-size: 20px;
  }
}
.contact-item__content {
  padding: 24px 28px;
  border: 1px solid rgb(231, 229, 228);
  background: #fff;
  margin-bottom: 16px;
  border-radius: 4px;
  height: 100%;
}
@media (max-width: 767px) {
  .contact-item__content {
    padding: 16px 12px;
  }
}
.contact-item__row {
  width: 100%;
}
.contact-item__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.contact-item__video iframe, .contact-item__video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-item ul li {
  position: relative;
  padding-left: 40px;
  min-height: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
  color: rgb(41, 37, 36);
}
.contact-item ul li:last-child {
  margin-bottom: 0;
}
.contact-item ul li a {
  color: rgb(41, 37, 36);
}
.contact-item ul li .icon {
  display: block;
  min-width: 24px;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-item ul li .icon img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.details-text {
  font-size: 16px;
  line-height: 24px;
  color: rgb(87, 83, 78);
}

.show-room {
  position: relative;
  padding: 126px 30px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .show-room {
    padding: 90px 20px;
  }
}
@media (max-width: 767px) {
  .show-room {
    padding: 36px 20px;
    border-radius: 10px;
  }
}
.show-room:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.5) 0%, #020617 100%);
  z-index: 2;
}
.show-room__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.show-room__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
}
.show-room__name {
  display: block;
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 992px) {
  .show-room__name {
    font-size: 18px;
  }
}
.show-room__title {
  display: block;
  font-size: 48px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 48px;
  font-weight: 800;
}
@media (max-width: 992px) {
  .show-room__title {
    font-size: 36px;
  }
}
.show-room p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 992px) {
  .show-room p {
    font-size: 16px;
    line-height: 24px;
  }
}
.show-room__btn {
  display: flex;
  justify-content: center;
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery a {
  display: block;
  width: calc(33.3333333333% - 3px);
  margin-bottom: 4px;
  height: 265px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .gallery a {
    height: 165px;
  }
}
@media (max-width: 680px) {
  .gallery a {
    width: calc(50% - 2px);
  }
}
@media (max-width: 480px) {
  .gallery a {
    height: 120px;
  }
}
.gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.gallery a:hover img {
  transform: scale(1.1);
}

.portfolio-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .portfolio-inner {
    justify-content: space-between;
    margin-bottom: 160px;
  }
}
.portfolio-inner .portfolio-item {
  margin-right: 20px;
  margin-bottom: 32px;
  width: calc(25% - 15px);
}
.portfolio-inner .portfolio-item:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 1380px) {
  .portfolio-inner .portfolio-item:nth-child(4n+4) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .portfolio-inner .portfolio-item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 1380px) {
  .portfolio-inner .portfolio-item:nth-child(3n+3) {
    margin-right: 0px;
  }
}
.portfolio-inner .portfolio-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
@media (max-width: 1380px) {
  .portfolio-inner .portfolio-item {
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 992px) {
  .portfolio-inner .portfolio-item .portfolio-item__image {
    height: 200px;
    margin-bottom: 8px;
  }
  .portfolio-inner .portfolio-item .portfolio-item__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .portfolio-inner .portfolio-item {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
@media (max-width: 566px) {
  .portfolio-inner .portfolio-item {
    width: 100%;
  }
}

.serving-products {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .serving-products {
    flex-wrap: wrap;
  }
}
.serving-products .product-item {
  width: 368px;
}
@media (max-width: 1280px) {
  .serving-products .product-item:last-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .serving-products .product-item {
    width: 50%;
  }
}
@media (max-width: 566px) {
  .serving-products .product-item {
    width: 100%;
  }
}

.serving-page__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.serving-page__gallery a {
  display: block;
  margin-bottom: 5px;
  width: calc(16.6666666667% - 7px);
  height: 390px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1380px) {
  .serving-page__gallery a {
    height: 290px;
  }
}
@media (max-width: 992px) {
  .serving-page__gallery a {
    height: 260px;
    width: calc(25% - 5px);
  }
}
@media (max-width: 680px) {
  .serving-page__gallery a {
    height: 260px;
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
}
.serving-page__gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.serving-page__gallery a img:hover {
  transform: scale(1.1);
}
.serving-page__text {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.serving-page__text p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .serving-page__text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.example-list {
  margin-bottom: 40px;
}
.example-list li {
  margin-bottom: 8px;
}
.example-list li a {
  font-size: 16px;
  color: rgb(12, 10, 9);
}

.hidden {
  display: none;
}

.modal {
  width: 100%;
  max-width: 560px;
  padding: 36px 32px;
}
@media (max-width: 566px) {
  .modal {
    padding: 30px 20px;
  }
}
.modal .row {
  display: flex;
  justify-content: space-between;
}
.modal .col-6 {
  width: calc(50% - 10px);
}
.modal__center {
  display: flex;
  justify-content: center;
}
.modal .form-block-text {
  display: block;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(87, 83, 78);
  text-align: center;
}
.modal .checkbox-block {
  margin-bottom: 16px;
}
.modal--sm {
  max-width: 528px;
}
.modal__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.modal__icon img {
  display: block;
  width: 32px;
  height: 32px;
}
.modal__title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(28, 25, 23);
  margin-bottom: 32px;
}
.modal__title.margin-sm {
  margin-bottom: 8px;
}
.modal__title-sm {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: rgb(28, 25, 23);
  margin-bottom: 40px;
}
.modal__title-sm.margin-sm {
  margin-bottom: 8px;
}
.modal__btns {
  display: flex;
  justify-content: space-between;
}
.modal__btns .btn {
  width: calc(50% - 6px);
}

.modal-close-none .fancybox-button {
  display: none;
}

.header-nav {
  position: relative;
}

.shoppping-cart-modal {
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgb(231, 229, 228);
  box-shadow: 0px 4px 6px -1px rgba(28, 25, 23, 0.1);
  position: absolute;
  top: 120px;
  right: 0;
  width: 440px;
  z-index: 22;
}
@media (max-width: 992px) {
  .shoppping-cart-modal {
    top: 60px;
  }
}
@media (max-width: 480px) {
  .shoppping-cart-modal {
    width: calc(100vw - 32px);
    padding-top: 30px;
  }
}
.shoppping-cart-modal__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: rgb(28, 25, 23);
}
.shoppping-cart-modal__title .icon {
  margin-right: 12px;
}
.shoppping-cart-modal__title .icon img {
  display: block;
}
.shoppping-cart-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.shoppping-cart-modal__close img {
  display: block;
  width: 24px;
  height: 24px;
}
.shoppping-cart-modal__content {
  margin-bottom: 24px;
}
.shoppping-cart-modal__btns {
  display: flex;
  justify-content: space-between;
}
.shoppping-cart-modal__btns .btn {
  width: calc(50% - 4px);
  margin: 0;
}

.product-cart-modal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product-cart-modal__img {
  width: 68px;
  height: 68px;
  overflow: auto;
  border-radius: 4px;
  min-width: 68px;
  margin-right: 12px;
}
.product-cart-modal__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-cart-modal__number {
  font-size: 14px;
  line-height: 20px;
  color: rgb(28, 25, 23);
  margin-right: 10px;
  font-weight: 700;
  display: block;
}
.product-cart-modal__title {
  font-size: 14px;
  line-height: 20px;
  color: rgb(28, 25, 23);
  margin-right: 10px;
  font-weight: 700;
  display: block;
}
.product-cart-modal__title span {
  font-weight: 800;
  display: block;
  padding-top: 6px;
}
.product-cart-modal__dalete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 68px;
  cursor: pointer;
}
.product-cart-modal__dalete img {
  display: block;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .error-page {
    height: auto;
  }
}
.error-page--lg {
  width: 100%;
  max-width: 435px !important;
}
.error-page__icon {
  display: block;
  margin-bottom: 24px;
}
.error-page__icon img {
  display: block;
}
.error-page__title {
  display: block;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.error-page__title span {
  display: block;
  font-size: 16px;
  color: rgb(120, 113, 108);
}

.select-menu {
  position: relative;
  z-index: 22;
  margin-left: 30px;
}

.select-menu .select-btn {
  display: flex;
  height: 24px;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  color: rgb(87, 83, 78);
}

.select-arrow {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/select-arrow.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
  margin-left: 10px;
}

.select-menu .options {
  position: absolute;
  right: 0;
  width: 280px;
  overflow-y: auto;
  max-height: 1px;
  padding: 6px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.select-menu .options .option {
  display: flex;
  height: 34px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
  font-size: 14px;
}

.select-menu .options .option:hover {
  background: #f2f2f2;
}

.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  max-height: 295px;
}

.select-menu.active .select-arrow {
  transform: rotate(-180deg);
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
.brands-page p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: rgb(87, 83, 78);
  max-width: 600px;
  margin: -20px auto 40px;
}
@media (max-width: 480px) {
  .brands-page p {
    font-size: 12px;
  }
}

.link-center {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.link-center a {
  font-size: 20px;
  color: rgb(28, 25, 23);
  border-bottom: 1px solid rgb(28, 25, 23);
  transition: 0.5s;
}
.link-center a:hover {
  border-color: transparent;
}

.dealer-item {
  border: 1px solid rgb(214, 211, 209);
  border-radius: 2px;
  background: #fff;
}
.dealer-item.open .dealer-item__dropdown {
  display: block;
}
.dealer-item__opened {
  display: block;
  padding: 24px;
  font-size: 18px;
  color: rgb(41, 37, 36);
  font-weight: 700;
  padding-right: 60px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
.dealer-item__opened:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/select-arrow.svg) 50% 50% no-repeat;
  background-size: 28px 28px;
  position: absolute;
  right: 24px;
  top: calc(50% - 14px);
}
.dealer-item__dropdown {
  padding: 12px 24px 24px 24px;
  display: none;
}
.dealer-item__dropdown ul li {
  display: flex;
  font-size: 14px;
  margin-bottom: 12px;
}
.dealer-item__dropdown ul li a {
  color: rgb(12, 10, 9);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.dealer-item__dropdown ul li a:hover {
  border-color: rgb(12, 10, 9);
}
.dealer-item__dropdown ul li:last-child {
  margin-bottom: 0;
}
.dealer-item__dropdown ul li .icon {
  display: block;
  margin-right: 12px;
  min-width: 20px;
}
.dealer-item__dropdown ul li .icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.catalog-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 36px;
  margin-bottom: 32px;
  border: 1px solid rgb(214, 211, 209);
  background: rgb(250, 250, 249);
  border-radius: 4px;
}
@media (max-width: 992px) {
  .catalog-category-head {
    padding: 24px 32px;
  }
}
@media (max-width: 767px) {
  .catalog-category-head {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog-category-head__title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .catalog-category-head__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .catalog-category-head__title {
    margin-bottom: 20px;
  }
}
.catalog-category-head__link {
  display: inline-flex;
  align-items: center;
}
.catalog-category-head__link a {
  font-size: 14px;
  color: rgb(12, 10, 9);
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.catalog-category-head__link a:hover {
  border-color: rgb(12, 10, 9);
}
.catalog-category-head__link .icon {
  display: block;
  margin-right: 8px;
  border: 0;
}
.catalog-category-head__link .icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.collection-head {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 32px;
  align-items: center;
  min-height: 48px;
  padding: 0 350px;
}
@media (max-width: 1280px) {
  .collection-head {
    padding: 0 350px 0 0;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .collection-head {
    padding: 0;
    flex-direction: column;
  }
}
.collection-head h2, .collection-head .h2 {
  margin-bottom: 0;
  text-align: center;
  display: block;
}
@media (max-width: 1280px) {
  .collection-head h2, .collection-head .h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .collection-head h2, .collection-head .h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.collection-head__btns {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .collection-head__btns {
    position: relative;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .collection-head__btns {
    flex-wrap: wrap;
  }
}
.collection-head__btns .btn {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .collection-head__btns .btn {
    margin: 0 5px 5px 5px;
  }
}/*# sourceMappingURL=styles.css.map */

.custom-select-client .custom-select-trigger{
  border:0;
}

/* Wishlist */
.product-item__favorite {
    cursor: pointer;
}
.product-item__favorite.active .icon,
.product-item__favorite:hover .icon {
    color: #d44;
}
.product-item__favorite.active svg,
.product-item__favorite:hover svg {
    fill: #d44;
}
.wishlist-empty {
    text-align: center;
    padding: 60px 20px;
}
.wishlist-empty__icon {
    display: inline-block;
    margin-bottom: 20px;
}
.wishlist-empty__icon img {
    width: 64px;
    height: 64px;
    opacity: 0.4;
}
.wishlist-empty__title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.wishlist-empty__text {
    display: block;
    margin-bottom: 24px;
    color: rgb(87, 83, 78);
}

/* Policy page text rhythm */
.policy-page .itext h2 {
  display: block;
  margin: 32px 0 12px;
}

.policy-page .itext h2:first-of-type {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .policy-page .itext h2 {
    margin: 24px 0 10px;
  }
}

/* Hide sub-pixel banner edge in main slider by extending the black panel 1px to the right */
@media (min-width: 993px) {
  .main-slide__content {
    margin-right: 1px;
  }
}

/* Callback modal */
.callback-modal {
  max-width: 460px;
  width: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
}
.callback-modal__title {
  text-align: center;
  margin-bottom: 12px;
}
.callback-modal__text {
  text-align: center;
  margin-bottom: 20px;
  color: rgb(87, 83, 78);
}
.callback-modal .form-block {
  margin-bottom: 16px;
}
.callback-modal__accept {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal;
  margin-bottom: 16px;
  cursor: pointer;
}
.callback-modal__accept input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .callback-modal {
    padding: 24px 16px;
  }
}

/* Cookie banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px 20px;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity 0.4s ease;
  font-size: 14px;
}
#cookie-banner.hidden {
  opacity: 0;
  pointer-events: none;
}
#cookie-banner button {
  margin-left: 10px;
  padding: 5px 14px;
  cursor: pointer;
  border: none;
  background-color: #71bf44;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}