@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}

:root {
  --color: #000000;
  --color-light: #8D8D92;
  --bg-light: #F7F7F7;
  --bg-elements: #79C04F;
  --btn-primary: #79C04F;
  --btn-primary-color: #ffffff;
  --btn-primary-border: #79C04F;
  --btn-primary-hover: #5e9d39;
  --btn-primary-color-hover: #ffffff;
  --btn-primary-border-hover: #5e9d39;
  --btn-secondary: #EEF7E8;
  --btn-secondary-color: #79C04F;
  --btn-secondary-border: #EEF7E8;
  --btn-secondary-hover: #284997;
  --btn-secondary-color-hover: #ffffff;
  --btn-secondary-border-hover: #284997;
  --font-family: "Onest", sans-serif;
}

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html,
body {
  font-size: 16px;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
}

html {
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: var(--color);
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: var(--color);
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 0.0625rem;
  border: 0;
  border-top: 0.0625rem solid #cccccc;
  margin: 1.0625rem 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

label {
  font-weight: 500;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

body {
  margin: 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.42857143;
  color: var(--color);
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  fill: currentColor;
  fill-rule: evenodd;
  width: 22px;
  height: 22px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

a {
  color: var(--bg-elements);
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  color: var(--btn-primary-border-hover);
  text-decoration: none;
  outline: none;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

button {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  outline: none;
}

strong {
  font-weight: 600px;
}

article>*+* {
  margin-top: 1rem;
}

input,
button,
textarea,
select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

textarea,
input {
  outline: none;
  font-size: 16px;
}

h1,
.h1 {
  font-size: 32px;
}

.btn {
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 15px;
  height: 42px;
}

.btn-default,
.page-text .btn-default {
  color: var(--bg-dark);
  background-color: #fff;
  border-color: #D9D9D9;
}

.btn-default:hover,
.page-text .btn-default:hover {
  color: var(--bg-dark);
  background-color: #F4F4F5;
  border-color: #F4F4F5;
}


.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 360px;
  max-width: 1920px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 164px;
}

.scroll-announcement .wrapper {
  padding-top: 210px;
}

.main {
  flex: 1 0 auto;
}

.main-head {
  margin-bottom: 25px;
}

.main-body {
  margin-bottom: 50px;
}

.footer {
  flex-shrink: 0;
}

.hide-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 30px;
}

.section__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
}

.section__title a {
  color: var(--bg-elements);
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
}

.section__title-secondary {
  font-weight: 400;
  margin-top: 10px;
}

.page-sidebar .section__title {
  font-size: 19px;
}

.mfp-bg {
  z-index: 999;
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
    padding: 0 25px;
  }
}

.popup_notification {
  background: #fff;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  padding: 32px;
}

.popup_notification_heading {
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.popup_notification_message {
  background: #fff;
  padding: 0;
  margin-bottom: 15px;
}

.popup_notification .mfp-close {
  font-size: 34px;
  color: #333;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  line-height: 30px;
  position: absolute;
  z-index: 2;
  cursor: pointer !important;
  outline: 0;
  border: 0;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: url(../image/close.svg) no-repeat center center;
}

.popup_notification .mfp-close:hover {
  opacity: 0.5;
}

.popup_notification_title {
  margin-bottom: 7px;
  font-weight: 500;
}

.popup_notification .form-group.error .form-control {
  border-color: #bc5342;
  background: #faf3f2;
}

/*[class*="__description"] {
  font-size: 15px;
}*/

[class*="__description"] p {
  margin-bottom: 17px;
}

[class*="__description"] ul,
[class*="__description"] ol {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

[class*="__description"] ul li,
[class*="__description"] ol li {
  position: relative;
  line-height: 150%;
  padding-left: 17px;
  margin-left: 17px;
  margin-bottom: 7px;
}

[class*="__description"] ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--bg-elements);
}

[class*="__description"] ol {
  counter-reset: num;
}

[class*="__description"] ol li {
  padding-left: 0;
}

[class*="__description"] ol>li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  margin-right: 7px;
  min-width: 25px;
  padding: 0 6px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background-color: var(--bg-elements);
}

[class*="__description"] h1 {
  line-height: 1.2;
  font-size: 27px;
}

[class*="__description"] h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 25px;
  max-width: 800px;
}

[class*="__description"] h3,
[class*="__description"] h4 {
  margin-top: 18px;
  margin-bottom: 18px;
  max-width: 800px;
}

[class*="__description"] img {
  height: auto !important;
}

[class*="__section"] {
  margin-top: 40px;
  margin-bottom: 70px;
}

.arrow-open {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  vertical-align: 4px;
  margin-left: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.icon-close {
  width: 16px;
  height: 16px;
  stroke: #3c3c3c;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-transition: top 0.5s, height 0.5s, -webkit-box-shadow 0.5s;
  transition: top 0.5s, height 0.5s, -webkit-box-shadow 0.5s;
  -o-transition: top 0.5s, box-shadow 0.5s, height 0.5s;
  transition: top 0.5s, box-shadow 0.5s, height 0.5s;
  transition: top 0.5s, box-shadow 0.5s, height 0.5s, -webkit-box-shadow 0.5s;
  opacity: 1;
}

.header-announcement {
  position: relative;
  width: 100%;
  background: linear-gradient(88.53deg, #f87408, #ffb325);
  padding: 10px 0;
  display: none;
}

.header-announcement .container {
  overflow: hidden;
  padding: 0;
  max-width: 1420px;
}

.header-announcement__text {
  position: relative;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
}

.header-announcement__text.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee-scroll linear infinite;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.header-announcement__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.header-top {
  color: #ffffff;
  font-size: 13px;
  background: #656565;
}

.header-menu {
  transition: 0.3s;
}

.header-show {
  top: -37px;
  box-shadow: 0 -2px 4px 0 rgb(35 31 32 / .05), 0 4px 8px 0 rgb(35 31 32 / .1);
}

.scroll-announcement .header-show {
  top: -79px;
}



.header-show .header-menu {
  margin-top: -53px;
  pointer-events: none;
  opacity: 0;
  transition: margin-top 200ms ease, opacity 200ms 0ms;
  z-index: -1;
}

.header-top a:not(.btn) {
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

.header-top__nav a img {
  vertical-align: -3px;
}

.header-top a:hover:not(.btn:hover),
.header-top a:focus:not(.btn:focus),
.header-top a:focus-visible:not(.btn:focus-visible) {
  color: var(--bg-elements);
}

.header-top a+a {
  margin-left: 15px;
}

a.header-top__add {
  color: var(--bg-dark);
}

svg.icon-header-top {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.header-top .header__row {
  height: 36px;
}

.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top__time {
  color: #fff;
}

.header-top__time br {
  display: none;
}

.header-main {
  position: relative;
  padding: 7px 0;
  z-index: 2;
  background: #fff;
}

.header__column+.header__column {
  margin-left: 17px;
}

.header__column.header__column--icons {
  margin-left: 0;
}

.header__column--logo {
  width: 20%;
}

.header__column--search {
  width: 50%;
}

.contacts {
  position: relative;
}

.contacts__phone .arrow-open {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 3px;
  margin-top: -3px;
  transition: .2s;
}

.contacts.open .arrow-open,
.header__column--contacts .contacts:hover .arrow-open,
.text-el.open .text-el__dropdown .arrow-open {
  margin-top: 3px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.contacts__phone {
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  border: none;
  background: none;
  padding: 0;
  padding-right: 18px;
  margin: 0;
  text-align: right;
}

.contacts__mailto {
  font-size: 14px;
  font-weight: 200;
  display: block;
  color: var(--color-light);
}


.contacts__dropdown {
  display: none;
  padding: 20px;
  border: none;
  width: 300px;
  border-radius: 12px;
}

.contacts__title {
  color: var(--color-light);
  margin-top: 12px;
}

.contacts__title:nth-child(1) {
  margin-top: 0;
}

.contacts__text {
  font-size: 15px;

}



.contacts__text+.contacts__text {
  margin-top: 5px;
}

.contacts__tel,
.contacts__mail {
  font-size: 18px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: var(--color);
  font-weight: 400;
}

.contacts__popup {
  margin-top: 22px;
}

.header-top a.contacts__tel,
.header-top a.contacts__mail {
  color: var(--color);
}

.header-top a.contacts__tel:hover,
.header-top a.contacts__mail:hover {
  color: var(--bg-elements);
}

.control-desktop button,
.control-mobile button,
.search__button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.control-desktop__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 60px;
  min-width: 60px;
}

.control-desktop__item+.control-desktop__item {
  margin-left: 17px;
}

.control-desktop__icon {
  position: relative;
  margin-top: 7px;
}

.control-desktop__text {
  margin-top: 5px;
  font-size: 12px;
  color: var(--color-light);
}

.control-desktop__item:hover .control-desktop__text {
  color: var(--bg-elements);
}

.control-desktop__count {
  position: absolute;
  display: block;
  background: var(--bg-elements);
  width: 19px;
  height: 19px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  border-radius: 50%;
  top: -6px;
  right: -11px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  -webkit-transition: max-width 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: max-width 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, max-width 0.2s ease-out;
  transition: transform 0.2s ease-out, max-width 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

.control-desktop__item:hover .control-desktop__count {
  width: 19px;
  height: 19px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: max-width 0.2s ease-out 0.1s,
    -webkit-transform 0.2s ease-out 0.1s;
  transition: max-width 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s, max-width 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s, max-width 0.2s ease-out 0.1s,
    -webkit-transform 0.2s ease-out 0.1s;
}

.control-desktop__item:hover .control-desktop__count>div {
  -webkit-transform: rotate(270deg) scale(0);
  transform: rotate(270deg) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out 0.1s;
  transition: -webkit-transform 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
}

.control-desktop__item.wishlistjs .control-desktop__count,
.control-desktop__item.cartjs .control-desktop__count {
  display: none;
}

.control-desktop__item.wishlistjs.classwishlist .control-desktop__count,
.control-desktop__item.cartjs.classcart .control-desktop__count {
  display: block;
}

.header__column.header__column--contacts>.contacts:hover .contacts__dropdown {
  display: block;
}


.icon-cart {
  width: 24px;
  height: 24px
}

.icon-user {
  width: 24px;
  height: 24px;
}

.search__form {
  position: relative;
}

.search__input {
  background: #f7f7f7;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0 55px 0 17px;
  width: 100%;
  height: 47px;
  font-size: 16px;
}

.search__input:focus {
  background: #fff;
  border-color: #e8e8ed;
}

.search__button {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 8px;
}

.search__button .icon-search {
  width: 18px;
  height: 18px;
}

.search__button:hover .icon-search {
  opacity: 0.7;
}

.header-search {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #e8e8ed;
  border-bottom: 1px solid #e8e8ed;
  width: 100%;
  position: absolute;
  z-index: 90;
  background-color: #ffffff;
  bottom: 0px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
  opacity: 0;
}

.header-search.active {
  bottom: -75px;
  opacity: 1;
}

.header-search__inner {
  width: calc(100% - 45px);
}

.search__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.header-nav {
  position: relative;
}



.menu>ul>li>a {
  position: relative;
  display: block;
  line-height: 53px;
  padding: 0 8px;
  position: relative;
  z-index: 1;
  color: var(--color);
}

.menu>ul>li>a span {
  padding: 4px 10px;
  border-radius: 5px;
}

.menu>ul>li.menu--primary>a span {
  background-color: var(--bg-elements);
  color: #fff;
}

.menu>ul>li img {
  margin-right: 7px;
}

.menu-catalog__item>a:after {
  content: "";
  display: block;
  height: 1px;
  background: transparent;
  transform: translateY(1px);
}

.menu-catalog__item:hover>a:after {
  background: var(--bg-elements);
}

.menu-catalog__item a:focus-visible {
  color: var(--bg-elements);
}

.menu-catalog__dropdown {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 300px;
  -webkit-box-shadow: 0 0 3rem rgb(0 0 0 / 10%);
  box-shadow: 0 0 3rem rgb(0 0 0 / 10%);
  border-radius: 0 15px 15px;
  padding: 20px;
}

.menu-catalog__dropdown a {
  padding: 5px 15px;
  display: block;
  color: var(--color);
  font-size: 14px;
  border-radius: 5px;
}

.menu-catalog__dropdown a:hover {
  background: #f5f5f5;
}

.menu-catalog__dropdown sup,
.mb-menu__main sup {
  color: #5eb50a;
  font-size: 12px;
  top: -1px;
  margin-left: 7px !important;
}

.menu-catalog__dropdown li {
  margin-bottom: 5px;
}

.menu-catalog__item:hover .menu-catalog__dropdown {
  display: block;
}

.menu-info__item {
  font-size: 15px;
}

.menu-info__item a:hover,
.menu-info__item a:focus,
.menu-info__item a:focus-visible {
  color: var(--bg-elements);
}

.header__mobile {
  display: none;
}

.footer {
  background: var(--bg-dark);

  padding: 40px 0 25px;
}

.footer a {}

.footer-accordeon,
.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.footer-accordeon__item {
  flex: 0 0 20%;
}

.footer-accordeon__item+.footer-accordeon__item {
  margin-left: 30px;
}

.footer__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  white-space: nowrap;
  position: relative;
}

.footer__title:after {
  display: none;
  top: calc(50% - 0px);
  right: 0;
  -webkit-transition: -webkit-transform 0.15s linear 0s;
  -o-transition: -o-transform 0.15s linear 0s;
  transition: transform 0.15s linear 0s;
  content: "";
  border: var(--color) solid;
  padding: 3px;
  border-width: 0 1px 1px 0;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.footer-accordeon__list {
  padding-bottom: 25px;
}

.footer-accordeon__list li {
  margin-bottom: 7px;
}

.footer-accordeon__list a:not(.contacts__tel, .contacts__mail) {
  font-size: 13px;
  color: var(--color-light);
}

.footer-accordeon__list li a:hover {
  color: var(--bg-elements);
}

.footer-accordeon__list a:hover,
.footer-accordeon__list a:focus,
.footer-accordeon__list a:focus-visible {}

.footer .contacts__tel {
  font-size: 18px;

}

.footer-accordeon__list .contacts__link a {
  border-bottom: 1px solid rgb(0 0 0 / 21%);
  color: var(--color);
  font-size: 14px;
}

.footer-accordeon__list .contacts__link a:hover {
  border-color: var(--color);
}

.footer .contacts__mail {
  font-size: 18px;
}

.footer .contacts__title {
  font-size: 12px;
}

.footer__info {
  color: #8d8d92;
  font-size: 12px;
}

.footer__info p {
  margin-bottom: 12px;
}

.footer-bottom {
  border-top: 1px solid #efefef;
  margin-top: 15px;
  padding-top: 20px;
}

.footer-bottom__left,
.footer-bottom__right {
  flex: 0 0 50%;
}

.footer-bottom__right {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  align-items: end;
}

.footer-payments {
  display: flex;
}

.footer-payments__item {
  margin-right: 6px;
  padding: 8px;
  border-radius: 5px;
  background: var(--bg-light);
}

.footer-copy {
  color: var(--color-light);
  font-size: 12px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  margin-top: 15px;
}

.footer-copy__requisites {
  text-align: justify;
}

.copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}

.copyright__police {
  display: flex;
  gap: 25px;
}

.copyright__police a {
  color: var(--bg-elements);
}


.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.js-mb-menu.overlay {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.show-sidebar .js-mb-menu.overlay {
  display: none;
}

.mb-menu {
  position: fixed;
  top: 59px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -360px;
  height: 100%;
  overflow: auto;
  width: 360px;
  background: #ffffff;
  border-top: 1px solid #e1e1e1;
  padding: 15px 20px 50px;
  padding-bottom: 126px;
  z-index: 15;
  display: none;
}

.mb-menu.active {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mb-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.mb-menu li {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

.mb-menu__main+.mb-menu__main,
.mb-menu__info {

  padding-top: 10px;
}

.mb-menu__main li>a {
  text-decoration: none;
  color: #26211a;
  font-weight: 500;
  font-size: 18px;
}

.mb-menu__main>li ul.mb-menu__submenu {
  padding: 10px 0 0 15px;
  display: none;
  clear: both;
}

.mb-menu__main>li ul.mb-menu__submenu li a {
  font-size: 15px;
  background: 0 0;
  color: #3c3c3c;
  border: 0;
  padding: 0;
}

.mb-menu__title {
  margin-top: 10px;
  padding-top: 15px;
  font-weight: 600;
  border-top: 1px solid #e8e8ed;
}

.mb-menu__arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 40px;
}

.mb-menu__arrow:after {
  top: calc(50% - -4px);
  right: 0;
  -webkit-transition: -webkit-transform 0.15s linear 0s;
  -o-transition: -o-transform 0.15s linear 0s;
  transition: transform 0.15s linear 0s;
  content: "";
  border: #3c3c3c solid;
  padding: 3px;
  border-width: 0 1px 1px 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mb-menu__item img {
  vertical-align: -3px;
  margin-right: 7px;
}

.mb-menu__info li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mb-menu__info a {
  color: var(--color);
}

.burger {
  right: 1px;
  top: -2px;
  cursor: pointer;
  background: var(--bg-elements);
  box-sizing: border-box;
  background-clip: content-box;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 3;
}

.burger {
  display: block;
}

.burger:before,
.burger:after {
  content: "";
  position: absolute;
  background: var(--bg-elements);
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.burger:before {
  top: -8px;
}

.burger:after {
  bottom: -8px;
}

.show-sidebar .burger {
  background: 0 0;
  background-clip: content-box;
}

.show-sidebar .burger:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #000000;
  width: 110%;
}

.show-sidebar .burger:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #000000;
  width: 110%;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 20px 0 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 12px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li a {
  color: #b6b5b5;
  text-decoration: none;
}

.breadcrumb>li a:hover {
  color: var(--bg-elements);
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.back-top {
  cursor: pointer;
  position: fixed;
  border-radius: 7px;
  z-index: 99;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: var(--bg-elements);
  color: #fff;
  padding: 12px;
  right: 20px;
  bottom: 102px;
  width: 45px;
  height: 45px;
  opacity: 0;
  transition: 0.2s;
}

.back-top:after {
  top: 50%;
  left: 50%;
  margin-top: 4px;
  margin-left: 0;
  -webkit-transition: -webkit-transform 0.15s linear 0s;
  -o-transition: -o-transform 0.15s linear 0s;
  transition: transform 0.15s linear 0s;
  content: "";
  border: #fff solid;
  padding: 7px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(225deg);
}

.back-top-show {
  opacity: 0.8;
}

.main-error__container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.main-error.section {
  text-align: center;
}

.main-error__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-error__title {
  font-size: 27px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 25px;
  padding-top: 25px;
}

.main-error__text {
  margin-bottom: 25px;
  max-width: 700px;
}

.icon-empty-shop-cart {
  width: 151px;
  height: 151px;

}

.banners {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.banners__slider {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 17px;
}

.slide-mobile {
  display: none !important;
}

.product-additional-swiper-button-next,
.product-additional-swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-light);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
}

.product-additional-swiper-button-next {
  right: 0;
}

.product-additional-swiper-button-prev {
  left: 0;
}

.swiper-button-next,
.swiper-button-prev,
.product-additional-swiper-button-next,
.product-additional-swiper-button-prev {
  color: var(--bg-dark);
  width: 20px;
  height: 40px;
  border-radius: 5px;
}

.swiper-button-next:hover:not(.banners__slider .swiper-button-next:hover),
.swiper-button-prev:hover:not(.banners__slider .swiper-button-prev:hover) {
  color: var(--bg-elements);
}

.swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-scrollbar-drag {
  background: var(--bg-elements, rgba(0, 0, 0, 0.5));
}

.banners__slider .swiper-button-next,
.banners__slider .swiper-button-prev,
.product-additional-swiper-button-next,
.product-additional-swiper-button-prev {
  width: 40px;
  border-radius: 50%;
}

.slider__pagination {
  position: relative;
  width: 70px;
  min-height: 40px;
}

svg.icon-next,
svg.icon-prev {
  width: 22px;
  height: 22px;
}

.slider__pagination .swiper-button-next,
.slider__pagination .swiper-rtl .swiper-button-prev {
  right: 0;
}

.slider__pagination .swiper-button-prev,
.slider__pagination .swiper-rtl .swiper-button-next {
  left: 0;
}

.slider__pagination .swiper-pagination {
  text-align: right;
  height: 36px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  left: auto;
  right: 150px;
  top: -20px !important;

}

.product-images__thumbnails .swiper-pagination,
.banners__slider .swiper-pagination {
  display: inline-block;
  text-align: center;
  padding: 2px 9px;
  border-radius: 20px;
  width: auto !important;
  transform: translate(-50%, 0);
  left: 50% !important;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(10px);
}

.banners__slider .swiper-button-next,
.banners__slider .swiper-button-prev {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(10px);
}

.categories-module__item:hover {
  opacity: .7;
}

.stikers {
  position: absolute;
  left: 0;
  bottom: 7px;
  gap: 5px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
}

.stiker {
  background-color: #ccc;
  color: #fff;
  border-radius: 7px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.stickers_new {
  background-color: #d1f0b1;
  color: #33860f;
}

.stickers_special {
  background-color: #ff4c52;
}

.stickers_bestseller {
  background-color: rgb(10 160 167);
}

.stickers_popular {
  background-color: rgb(136 137 255);
}

.stickers_featured {
  background-color: rgb(167 10 78);
}

.stickers_ends {
  background-color: rgb(255 197 79);
}

.stikers_liquidation {
  background: rgb(255 155 0);
}

.stikers_sale {
  color: #ffef16;
  background: rgb(0 0 0);
}

.room-stiker.stiker {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #79c04f;
  z-index: 2;
  color: #ffffff;
}

.wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.wishlist a {
  display: flex;
  cursor: pointer;
  transform: scale(0.9);
}

.wishlist a:hover {
  transform: scale(1.1);
}

.icon-wishlist {
  display: inline-block;
  vertical-align: middle;
  fill: #d9d9d9;
  width: 24px;
  height: 24px;
}

.in_wishlist .icon-wishlist {
  fill: #FF4C52;
  fill-rule: nonzero;
}

.product-card__item {
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.product-card__items--catalog .product-card__item {
  padding: 0 7px;
}

.product-card__item:hover .wishlist a {
  opacity: 1;
}

.product-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card__items--catalog .product-card__inner {
  padding-bottom: 30px;
}

.product-card__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card__title a {
  color: var(--color);
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.product-card__rating-result {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 7px;
  line-height: 1;
  margin-top: 5px;
}

.product-reviews-text {
  font-size: 12px;
  color: #8D8D92;
}

.product-card__image {
  position: relative;
  padding: 40px 0 40px;
  transition: .2s;
}

/*.product-card__image::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 17px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}*/

.product-card__image img {
  margin: 0 auto;
}

.product-card__item:hover .product-card__image img{
  opacity: .9;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}

.product-card__title {
  margin-top: 10px;
  font-size: 15px;
}

.product-card__remove {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.product-card__price {
  min-height: 25px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.price-new {
  white-space: nowrap;
}

.price-old {
  font-size: 14px;
  margin-left: 7px;
  color: #8d8d92;
  position: relative;
  white-space: nowrap;
}

.price-old:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #8d8d92;
  margin: -1px 0 0;
}

.price-new--not-available,
.price-new--no-price {
  border-radius: 4px;
  color: rgb(36, 36, 36);
  background-color: rgb(252, 238, 227);
  display: inline-block;
  overflow: hidden;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.product-card__nds {
  font-size: 9px;
  font-weight: 400;
  background: #f7f7f7;
  color: #8D8D92;
  padding: 5px 7px;
  border-radius: 7px;
  margin-left: 7px;
  vertical-align: middle;
}

.price-new.price-new--predzakaz {
  border-radius: 4px;
  color: rgb(0 108 159);
  background-color: rgb(208 240 255);
  display: inline-block;
  overflow: hidden;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 16px;
}

.product-card__price-credit {
  font-size: 14px;
  color: #8d8d92;
  margin-top: 5px;
  font-weight: normal;
}

.product-card__quantity

/*.product__quantity*/
  {
  margin-top: 10px;
}

.product-card__quantity span,
.product__quantity span {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.product-card__item:hover .product-card__title a {
  color: var(--bg-elements);
}



svg.icon-quantity {
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.quantity__in-stock svg {
  color: #63b7ff;
}

.quantity__to-order svg {
  color: #5bc0de;
}

.quantity__not-available svg {
  color: #FF4C52;
}

.product-card__bottom {
  height: 87px;
}

.product-card__buttom {
  padding-top: 15px;
  min-height: 57px;
}

.product-card__buttom .btn {
  width: 100%;
}

.product-card__bottom a.add_to_cart_button.active {
  opacity: 0.5;
}

.add_to_cart_button[disabled],
.add_to_cart_button.disabled,
.add_to_cart_button[disabled]:hover,
.add_to_cart_button.disabled:hover,
.add_to_cart_button[disabled]:focus,
.add_to_cart_button.disabled:focus,
.btn-not,
.btn-not:hover,
.btn-not:focus {
  background-color: var(--bg-light);
  border-color: var(--bg-light);
  color: var(--color);
}

.products-module__container--slider .swiper-container {
  padding-bottom: 35px;
}

.products-module__container--slider {
  position: relative;
}

.products-module__container--scroll .swiper-container {
  padding-bottom: 45px;
}

.products-module__container--scroll .swiper-slide,
.products-module__container--scroll swiper-slide { 
  height: auto;  
}

.products-module__container--scroll {
  position: relative;
}

.products-module__container--slider .swiper-button-next,
.products-module__container--slider .swiper-button-prev,
.product-images__thumbnails .swiper-button-next,
.product-images__thumbnails .swiper-button-prev {
  color: #6e6e6e;
  height: 40px;
  width: 40px;
  background: #f7f8f9;
  border-radius: 50px;
}

.products-module__container--slider .swiper-button-next svg,
.products-module__container--slider .swiper-button-prev svg,
.product-images__thumbnails .swiper-button-next svg,
.product-images__thumbnails .swiper-button-prev svg {
  width: 14px;
  height: 14px;
}

.products-module__container--slider .swiper-button-next:hover,
.products-module__container--slider .swiper-button-prev:hover,
.product-images__thumbnails .swiper-button-next:hover,
.product-images__thumbnails .swiper-button-prev:hover {
  background: #ebedef;
}

.products-featured__filter {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.products-featured__filter .btn {
  height: 36px;
  font-size: 14px;
}

.products-featured__filter .btn.is-active {
  color: #ffffff;
  background: var(--bg-elements);
  border-color: var(--bg-elements);
}

.products-featured__filter-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.products-featured__filter-content.is-active {
  position: relative;
  transition: 0.7s;
  opacity: 1;
  visibility: visible;
}

.products-featured__filter-action {
  display: flex;
  margin: 25px 0 0;
  padding: 0 18px;
  justify-content: center;
}

.product-card__items.product-card__items--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
}

.load-more__button.btn {
  /*width: 250px;*/
  width: 100%;
  border-width: 2px;
}

.adv-module__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.adv-module__item {
  padding: 0 10px;
  margin-bottom: 20px;
  flex: 0 0 16.6666%;
  min-width: 16.6666%;
}

.adv-module__wrap {
  display: flex;
  align-items: center;
  background: var(--bg-light);
  border-radius: 12px;
  padding: 8px 12px 8px 8px;
}

.adv-module__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 12px;
}

.adv-module__title {
  line-height: 1.2;
  padding-left: 15px;
  font-size: 14px;
}

.photo-reviews__item img {
  border-radius: 17px;
  border: 2px solid #000;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--bg-elements);
}

.fancybox__backdrop {
  background: #fff;
}

.fancybox__toolbar {
  background: none;
  text-shadow: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
}

.carousel__button svg {
  color: var(--color);
}

.carousel__button:hover svg {
  color: var(--bg-elements);
}

.main-categories {
  margin: 0 -10px;
}

.main-categories__items {
  display: flex;
  flex-wrap: wrap;
}

.main-categories__item {
  width: 20%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.swiper-slide .main-categories__item {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.main-categories__inner {
  color: var(--color) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #D9D9D9;
  padding: 20px;
  border-radius: 12px;
}

.main-categories__image {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}


.main-categories__inner:hover {
  border-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #fff;
  z-index: 1;
}


.main-categories__title {
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.2;
}

.catalog__categories {
  margin: 0 -7px;
}

.catalog__categories .main-categories__item {
  padding: 0 7px;
  margin-bottom: 14px;
}

.catalog__categories .main-categories__inner {
  flex-direction: row;
  justify-content: flex-start;
  gap: 17px;
  text-align: left;
  padding: 15px;
}

.catalog__categories .main-categories__title {
  font-size: 15px;
  margin-top: 0;
  line-height: 1.4;
}


.categories-module__item {
  display: block;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.categories-module__name {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 0 50px 50px;
}

.categories-module__title {
  font-size: 33px;
  line-height: 1;
}

.categories-module__desc {
  text-transform: uppercase;
  margin-top: 17px;
}

.main-tags {
  margin-top: 20px;
}

.main-tags__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.main-tags__item {
  padding: 0 5px;
  margin-bottom: 10px;
}

.main-tags__item .btn {
  height: 36px;
  font-size: 14px;
}


.slide-manufacturers__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 15px;
}

.slide-manufacturers__item img {
  margin: 0 auto;
}

.slide-manufacturers__item:hover {
  border-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #fff;
  z-index: 1;
}

svg.icon-arrow-link {
  width: 34px;
  height: 34px;
}

.main-tags+#mfilter-content-container,
.main-categories+#mfilter-content-container {
  margin-top: 25px;
}

.catalog__elements {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  /*margin-top: 25px;*/
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.main-tags+.catalog__elements,
.main-categories+.catalog__elements {
  margin-top: 15px;
}

.catalog__filter .mfilter-free-button {
  position: relative;
  color: var(--color);
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #ebebeb;
  height: 30px;
  padding: 0 15px;
  border-radius: 5px;
}

.catalog__filter .mfilter-free-button:hover {
  background: #f7f7f7;
}

.catalog__title {
  display: initial;
}

.catalog__total {
  margin-left: 9px;
  font-size: 15px;
  color: #8d8d92;
  ;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}

.catalog__inner {
  display: flex;
  padding-top: 25px;
  margin: 0 -15px;
}

.catalog__filter {
  display: none;
}

svg.icon-filter {
  width: 15px;
  height: 15px;
}



.page-wrapper {
  display: flex;
  margin: 0 -15px;
}

.page-sidebar {
  width: 20%;
  flex: 0 0 20%;
  padding: 0 15px;
}

.page-content {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 15px;
}

.page-content--one-column {
  flex: 0 0 80%;
  width: 80%;
}

.page-content--two-columns {
  flex: 0 0 50%;
  width: 50%;
}

.page-content .product-card__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, 20%);
  margin-bottom: 35px;
}

.page-content--one-column .product-card__items {
  grid-template-columns: repeat(auto-fill, 25%);
}

.pagination {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2;
  font-size: 13px;
  justify-content: center;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  text-decoration: none;
  color: var(--bg-elements);
  transition: color 0.25s, background 0.25s;
  border-radius: 50% !important;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: initial;
}

.pagination>.active>span,
.pagination>.active>span:hover {
  background: var(--bg-elements);
  color: #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus {
  text-decoration: none;
  background: var(--bg-elements);
  color: #fff;
}

.pagination-container {
  padding: 20px 0;
  text-align: center;
}

.pagination-info {
  color: #8d8d92;
  margin-top: 16px;
  font-size: 12px;
}

.js-swiper-prod-additional .swiper-slide {
  width: 25%;
  height: 100%;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 9px;
  overflow: hidden;
  padding: 5px;
}

.js-swiper-prod-additional .swiper-slide-thumb-active {
  border-color: var(--bg-elements);
}

.section-slider {
  position: relative;
}

.section-slider .swiper-container {
  padding-top: 7px;
  padding-bottom: 25px;
}

.section-slider .swiper-pagination {
  bottom: -5px;
}

.section-slider .swiper-slide,
.section-slider swiper-slide {
  height: auto;
}

.swiper-pagination-bullet-active {
  background: #000;
}


.product-main {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 60px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.product-images {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.product-variations {
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}

.product-variations__head {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.product-details {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.product-images-inner,
.product-details-inner {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 40px);
}


.product-images__thumbnails {
  padding: 20px;
  text-align: center;
  position: relative;
  border-radius: 12px;
  border: 1px solid #f4f4f5;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 400px;
  /* Фиксируем высоту, чтобы блок не прыгал */
}

.product-images__additional {
  padding: 0 50px;
  position: relative;
}


.product-images__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.product-images__loader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-images__loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.product-images__thumbnails .swiper-slide img {
  transition: opacity 0.3s ease;
}


.product-minidesc {
  font-size: 13px;
  margin-bottom: 8px;
  /*text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;*/
}

.product-variations h1 {
  font-size: 20px;
  line-height: 1.3;
}

.product-stikers {
  margin-bottom: 20px;
}

.product-stikers .stickers_special {
  display: none;
}

.product-details .price-new {
  font-size: 30px;
  font-weight: 500;
}

.product-price__details span {
  white-space: nowrap;
}

.product-price__details>span {
  margin-right: 8px;
}

.product-price .price-old {
  font-size: 18px;
  margin-left: 0;
}

.product-price__details {
  line-height: 1.2;
  margin-top: 7px;
}

.product-price__details small {
  font-size: 12px;
  color: var(--color-light);
  white-space: nowrap;
}

.product-rating-result {
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-direction: column;
}

.product-rating-num {
  display: flex;
  gap: 4px;
  font-weight: 500;
  color: #fbae1e;
  line-height: 1.5;
}

.product-rating-num .rating-stack,
.product-rating-num .rating-stack:after,
.product-rating-num .rating-stack:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}

.reviews-grade__link {
  color: var(--color-light);
  display: flex;
  gap: 7px;
}

.reviews-grade__link .icon-message2:not(.reviews-grade__link:hover .icon-message2) {
  color: #e2e2e2;
}

.product-specification {
  margin-top: 25px;
}

.product-specification__list {
  display: flex;
  font-size: 13px;
  margin-bottom: 3px;
}

.product-specification__name {
  width: 50%;
  position: relative;
}

.product-specification__name span {
  z-index: 1;
  background-color: #fff;
  flex-direction: row;
  position: relative;
  color: var(--color-light);
  padding-right: 8px;
}

.product-specification__name::after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-image: linear-gradient(90deg, #d3d4dd 50%, #fff 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 2px 1px;

}

.product-btn {
  margin-top: 14px;
}

.product-btn__link {
  background: var(--bg-light);
  color: var(--color);
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 7px;
}

.product-btn__link:hover {
  background: #edebeb;
  color: var(--color);
}

.product-groups {
  padding: 20px 0;
}

.product-group-name {
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
  margin-bottom: 12px;
}

.product-group-products {
  padding-bottom: 12px;
}

.product-group-product {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-group-products .product-group-product .group-color {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #F5F5F5;
  margin-bottom: 0;
}

.product-group-product.current .group-color,
.product-group-products .product-group-product .group-color:hover {
  border-color: var(--bg-elements);
}

.product-group-product .group-color .padding-wrap {
  position: absolute;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  left: 0;
  top: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

.product-group-products .product-group-product .group-color .first-color {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.product-group-products .product-group-product .group-text {
  color: var(--color);
  border-radius: 7px;
  border: 2px solid #eee;
  height: 40px;
  font-size: 14px;
  height: 40px;
  min-width: 100px;
  padding: 0 24px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  display: flex;
  white-space: nowrap;
  text-decoration: none;
}

.product-group-products .product-group-product.current .group-text,
.product-group-products .product-group-product .group-text:hover {
  border-color: var(--bg-elements);
  color: var(--bg-elements);
  background: #fff;
}

.product-wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.product-wishlist a {
  opacity: 1;
}

.product-border__detal {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 20px 20px;
  position: relative;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}

.product-border__text {
  border-radius: 12px;
  padding: 24px 20px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  margin-top: 20px;
}

.text-el {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
}

.text-el+.text-el {
  border-top: 1px solid #d9d9d9;
  padding-top: 11px;
}

.text-el__ligh,
.text-el__ms small {
  color: var(--color-light);
}

.text-el__red {
  color: var(--bg-elements);
}

.text-el__ms {
  line-height: 1.2;
  text-align: left;
  padding-right: 16px;
}

svg.icon-text-el,
svg.room-text__icon {
  width: 22px;
  flex: 0 0 22px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}

.text-el__dropdown {
  display: flex;
  align-items: center;
}

.text-el__dropdown:hover {
  opacity: .5
}

.text-el__dropdown .arrow-open {
  position: absolute;
  padding: 4px;
  right: 5px;
}

.text-el__dropdown-menu {
  padding: 20px;
  border: none;
  width: 100%;
  border-radius: 12px;
}

.text-li+.text-li {
  margin-top: 7px;
}

.text-li {
  font-size: 13px;
}

.product-manufacturer__link {
  color: var(--color);
  border-radius: 7px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.product-manufacturer__link:hover {
  color: var(--color);
  opacity: .7;
}

.product-manufacturer__name span {
  display: block;
  color: var(--color-light);
}

.product-price__discount {
  font-size: 14px;
  color: rgb(255, 76, 82);
  font-weight: 500;
}

.product-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.product-buttons__ord {
  display: flex;
  width: 100%;
}

.product-buttons__ord .number {
  background: #fff;
  border: none;
  width: 40%;
  margin-right: 15px;
}

.product-buttons__ord .number .plus-minus {
  width: 100%;
  left: 0px;
  height: 52px;
  z-index: 0;
}

.product-buttons__ord #button-cart {
  width: 100%;
  height: 52px;
}

.product-buttons .btn.purchase {
  width: 100%;
  margin-top: 15px;
  height: 52px;
}

.product-buttons .btn span {
  font-size: 16px;
}

.product-buttons .btn+.btn {
  margin-left: 2%;
}

.product-buttons .frame-change-count {
  height: 56px;
}




.message {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.message__item {
  display: block;
}

.message__item+.message__item {
  margin-left: 7px;
}

.message__item:hover {
  opacity: .7;
}

.icon-message {
  width: 32px;
  height: 32px;
}

.icon-message2 {
  width: 14px;
}

.icon-delivery {
  width: 28px;
  height: 28px;
}

.product-delivery {
  margin-top: 32px;
}

.product-delivery__title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 23px;
}

.product-delivery__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}

.product-delivery__item {
  display: flex;
  margin-bottom: 23px;
  flex: 1 0 46%;
}

.product-delivery__item-desc {
  font-size: 13px;
  line-height: 16px;
  margin-left: 17px;
}

.product-delivery__item-desc small {
  display: block;
  color: #8d8d92;
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}

.product-delivery__item-desc p {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 2px;
}

.nav-tabs {
  border: 0;
  align-items: flex-end;
  display: inline-flex;
  position: relative;
}

.nav-tabs>li>a {
  color: var(--color-light);
  background-color: #fff;
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--bg-light);
  border-radius: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
  color: var(--bg-elements);
  border-color: #e3f2da;
  background-color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: var(--color);
  background-color: #fff;
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: var(--bg-elements);
}


.description+.specification {
  margin-top: 35px;
}

.specification {
  font-size: 15px;
  width: 100%;
  margin-top: 32px;
}

.specification tbody tr td {
  border-top: 1px solid #eee;
  box-sizing: border-box;
  padding: 10px 20px 10px 0;
  vertical-align: top;
  width: 50%;
}

.specification tbody tr td:first-child {
  color: rgb(153, 153, 153);
}

svg.icon-holder {
  min-width: 17px;
  height: 17px;
  cursor: pointer;
}

svg.icon-holder:hover {
  color: var(--color);
}

.product-description__info {
  font-size: 12px;
  padding: 20px;
  background: var(--bg-light);
  color: #8D8D92;
  border-radius: 12px;
  margin-top: 25px;
}

.product-description__info p+p {
  margin-top: 7px;
}

.group-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #f8f8f8;
}

.group-rating.js-invalid {
  border-color: #fad6d6;
  background: #fdecec;
}

.prod-rating {
  padding-left: 0;
  display: inline-block;
  white-space: nowrap;
}

.prod-rating input {
  display: none;
}

.prod-rating .rat-star i {
  width: 27px;
  height: 27px;
  top: auto;
  left: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.prod-rating .rat-star i:after,
.prod-rating .rat-star i:before,
.rating-stack:after,
.rating-stack:before {
  content: '';
  width: 27px;
  height: 27px;
  background: 0 0 / 27px 27px no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.prod-rating .rat-star i:before,
.rating-stack:before {
  background-image: url(../image/star-active-additional.svg);
  opacity: 0;
  z-index: 1;
}

.prod-rating .rat-star i:after,
.rating-stack:after {
  background-image: url(../image/star-inactive-additional.svg);
}

.prod-rating .rat-star.active i:before,
.prod-rating .rat-star.checked i:before,
.rating-stack.stack-ok:before {
  opacity: 1 !important;
}

.review-low-rating-message {
  background-color: #fff3cd;
  border-color: #ffeaa7;
  color: #856404;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.review-high-rating-message {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.review-anonymous-warning {
  color: #6c757d;
  font-style: italic;
}

/* Ошибки */
.form-review .form-group.error {
  position: relative;
}



.form-review .text-danger {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.form-control {
  height: 50px;
  padding: 6px 20px;
  font-size: 16px;
  border-color: #E9E8F1;
}

.product_clipboard {
  position: relative;
  display: inline-flex;
  color: #8d8d92;
  font-size: 14px;
}

.product_clipboard-popUp {
  left: 50%;
  top: -40px;
  z-index: 1;
  color: #222d4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 2px;
  padding: 10px 35px;
  position: absolute;
  background-color: #f7f8f9;
  -webkit-box-shadow: 0 3px 4px #d4d4d4;
  box-shadow: 0 3px 4px #d4d4d4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .5s, opacity .5s linear;
  transition: visibility .5s, opacity .5s linear;
}

.product_clipboard-popUp.active {
  visibility: visible;
  opacity: 1;
}

.product_clipboard__num {
  margin-left: 10px;
}

.product_clipboard__num:after {
  content: "";
  width: 18px;
  height: 18px;
  right: -22px;
  cursor: pointer;
  position: absolute;
  background-size: contain;
  background: url(../image/copy.svg) no-repeat 50%;
  opacity: 0.5;
}

.vertical-nav {
  background: #f7f7f7;
  border-radius: 12px;
}

.categories-nav .hover {
  position: relative;
}

.categories-nav .subnav,
.categories-nav .subsubnav {
  display: none;
}

.categories-nav .hover .subnav,
.categories-nav .subnav .hover .subsubnav {
  display: block;
  position: absolute;
  right: -230px;
  top: 2px;
  width: 240px;
  z-index: 50;
}

.categories-nav .hover .subnav ul,
.categories-nav .hover .subsubnav ul {
  background: #fff;
  border: 1px solid #d7d9da;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
}

.categories-nav .hover .subnav ul:after,
.categories-nav .hover .subnav ul:before,
.categories-nav .hover .subsubnav ul:after,
.categories-nav .hover .subsubnav ul:before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: -8px;
  position: absolute;
  top: 9px;
  width: 0;
}

.categories-nav .hover .subnav ul:before,
.categories-nav .hover .subsubnav ul:before {
  border-color: transparent #d7d9da transparent transparent;
  border-width: 8px 8px 8px 0;
}

.categories-nav .hover .subnav ul:after,
.categories-nav .hover .subsubnav ul:after {
  border-color: transparent #fff transparent transparent;
  border-width: 7px 7px 7px 0;
  left: -7px;
  top: 10px;
}

.categories-nav .hover .subnav ul,
.categories-nav .hover .subsubnav ul {
  background: #fff;
  border: 1px solid #d7d9da;
  border-radius: 12px;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
}

.categories-nav__item {
  display: block;
  position: relative;
}

.categories-nav__item+.categories-nav__item {
  border-top: 1px solid #d7d9da;
}

.categories-nav__link {
  color: var(--bg-dark);
  padding: 10px 30px 10px 24px;
  width: 100%;
  display: block;
  line-height: 1.1;
  font-size: 15px;
}

.vertical-nav>.categories-nav>.categories-nav__item:first-child>a:hover {
  border-radius: 12px 12px 0 0;
}

.vertical-nav>.categories-nav>.categories-nav__item:last-child>a:hover {
  border-radius: 0 0 12px 12px;
}

svg.categories-nav__next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.categories-nav li:hover>svg.categories-nav__next {
  color: #fff;
}

.categories-nav .sel>.subnav,
.categories-nav .sel>.subsubnav {
  display: block;
}

.categories-nav>.sel .subnav {
  background: #ebebeb;
}

.categories-nav>.sel .subnav li a {
  background: #ebebeb;
  padding-left: 35px;
  font-size: 14px;
}

.categories-nav>.sel .subnav .sel .subsubnav li a {
  background: #dfdfdf;
  padding-left: 45px;
}

.categories-nav .sel>a>svg.categories-nav__next {
  transform: rotate(90deg);
}

.categories-nav a:hover,
.categories-nav .sub-active {
  background: var(--bg-elements) !important;
  color: #fff;
}


.hamburger {
  position: relative;
  background: var(--bg-elements);
  width: 100%;
  color: #fff;
  height: 47px;
  display: flex;
  align-items: center;
  padding: 0 25px 0 32px;
  border-radius: 12px;
  cursor: pointer;
}

.hamburger__arrow {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -11px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../image/hamburger.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
}

.hamburger.open .hamburger__arrow {
  background-image: url(../image/white-close2.svg);
  background-size: 75%;
}

.menu-dropdown {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  z-index: 10;
}

.menu-dropdown__wrap {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0 12px 12px 12px;
  padding: 20px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.menu-dropdown-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.menu-dropdown__lvl1 {
  position: static;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: block;
  padding: 0;
  overflow: visible;
}

.menu-dropdown__list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  padding: 10px 0;
  width: 300px;
  max-height: 450px;
}

.menu-dropdown__item {
  display: block;
}

.menu-dropdown__link {
  font-size: 14px;
  color: #000;
  text-align: left;
  letter-spacing: .035em;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 12px 22px 12px 22px;
  overflow: visible;
  display: block;
  border-radius: 7px;
  margin-right: 10px;
}

.menu-dropdown__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -20px;
}

.menu-dropdown__arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3.5px;
  opacity: .4;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}

.menu-dropdown__link:hover .menu-dropdown__arrow {
  opacity: 1;
}

.menu-dropdown__drop:not(.drop-hover) .menu-dropdown__item:nth-child(1) .menu-child,
.menu-dropdown__hover .menu-child,
.menu-dropdown__item:first-child:last-child .menu-child {
  display: block;
  height: 100%;
}

.menu-dropdown__drop:not(.drop-hover) .menu-dropdown__item:nth-child(1) .menu-dropdown__link,
.menu-dropdown__hover .menu-dropdown__link,
.menu-dropdown__item:first-child:last-child .menu-dropdown__link {
  color: var(--color);
  background: #f6f6f6;
}



.menu-child {
  position: absolute;
  top: -2px;
  margin-top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  min-height: calc(100% + 2px);
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 21px 38px 21px 365px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

.menu-child__head {
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: #000;
  margin-top: 10px;
  display: block;
  text-decoration: none;
}

.menu-child__list {
  padding: 0 0 20px;
  font-size: 13px;
  line-height: 21px;
  color: #222;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 5px 0;
  column-width: 230px;
  -webkit-column-width: 230px;
  -moz-column-width: 230px;
}

.menu-child__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 24px;
}

.menu-child__link {
  display: block;
  font-size: 14px;
  padding: 0;
  color: var(--color);
}

.menu-child__link:hover {
  color: var(--bg-elements);
}


.reviews-module__item {
  position: relative;
  background: var(--bg-light);
  padding: 25px;
  padding-bottom: 109px;
  border-radius: 12px;
  margin-bottom: 15px;
  height: 100%;
}

.reviews-module__autor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.reviews-module__avatar,
.comments__cir {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #78909c;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  border-radius: 50%;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.reviews-module__slide:nth-child(5n+1) .reviews-module__item .reviews-module__avatar,
.comments .comments__item:nth-child(5n+1) .comments__cir,
.question-list__item:nth-child(5n+1) .comments__cir,
.reviews-list .review-card:nth-child(5n+1) .review-card__avatar {
  background: #c2185b;
}

.reviews-module__slide:nth-child(5n+2) .reviews-module__item .reviews-module__avatar,
.comments .comments__item:nth-child(5n+2) .comments__ci,
.question-list__item:nth-child(5n+2) .comments__cir,
.reviews-list .review-card:nth-child(5n+2) .review-card__avatar {
  background: #0097a7;
}

.reviews-module__slide:nth-child(5n+3) .reviews-module__item .reviews-module__avatar,
.comments .comments__item:nth-child(5n+3) .comments__ci,
.question-list__item:nth-child(5n+3) .comments__cir,
.reviews-list .review-card:nth-child(5n+3) .review-card__avatar {
  background: #689f38;
}

.reviews-module__slide:nth-child(5n+4) .reviews-module__item .reviews-module__avatar,
.comments .comments__item:nth-child(5n+4) .comments__ci,
.question-list__item:nth-child(5n+4) .comments__cir,
.reviews-list .review-card:nth-child(5n+4) .review-card__avatar {
  background: #33691e;
}

.reviews-module__date {
  font-size: 12px;
}

.reviews-module__rating {
  margin-bottom: 13px;
}

.reviews-module__text {
  font-size: 15px;
}

.reviews-prod {
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
}

.reviews-prod__title {
  font-size: 14px;
  margin-bottom: 7px;
}

.reviews-prod__item {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: var(--color-light);
}

.reviews-prod__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  min-width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}

.reviews-module__stack {
  margin-right: 20px;
}

.rating-stack {
  top: 2px;
  left: auto;
  display: inline-block;
  position: relative;
}

.rating-stack,
.rating-stack:after,
.rating-stack:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}

.blogs-module__image,
.blogs-card__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 17px;
  display: flex;
}

.blogs-module__image img,
.blogs-card__image img {
  object-fit: cover;
  width: 100%;
}


.blogs-module__name,
.blogs-card__title {
  color: var(--color);
  padding-bottom: 25px;
}

.blogs-card__items {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogs-card__item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.blogs-module__date {
  color: var(--color-light);
  margin-bottom: 15px;
}

.article-head {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.article-head__name {
  position: relative;
  height: 400px;
  width: 50%;
  flex: 0 0 35%;
  background: var(--bg-light);
  display: flex;
  align-items: flex-end;
  padding: 40px;
  border-radius: 12px;
}

.article-head__image {
  width: 100%;
  flex: 0 1 100%;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article__description.__description {
  /* max-width: 747px;*/
  text-align: justify;
  margin: 45px auto;
}

.article-head__back {
  position: absolute;
  top: 35px;
  left: 35px;
}

.alert {
  padding-right: 50px;
  font-size: 14px;
  position: relative;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  padding: 12px 24px;
}

.alert .close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  font-size: 17px;
}

.alert-danger {
  color: #000;
  background-color: rgba(227, 105, 60, 0.08);
  border-color: rgba(227, 105, 60, 0.08);
}

.alert-info {
  color: #000;
  background-color: rgba(48, 138, 235, 0.08);
  border-color: rgba(48, 138, 235, 0.08);
}

.alert-success {
  color: #000;
  background-color: rgba(48, 138, 235, 0.08);
  border-color: rgba(48, 138, 235, 0.08);
}

.alert-danger__icon {
  width: 20px;
  height: 20px;
  position: absolute;
}

.alert-danger__text {
  padding-left: 32px;
  font-size: 12px;
}

#popup-okno.popup-okno-modal {
  max-width: 685px;
}

.popup-okno-modal {
  background: #fff;
  max-width: 545px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  padding: 35px;
}

.popup-heading {
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-right: 35px;
  /*border-bottom: 1px solid #e5e5e5;*/
  position: relative;
}

.popup-close {
  position: absolute;
  right: 0;
}

.popup-products {
  margin-bottom: 32px;
  background: #fff8e9;
  padding: 15px;
  border-radius: 7px;
}

.popup-products__name {
  font-size: 16px;
  margin-bottom: 11px;
}

.popup-products__price {
  font-weight: 500;
  font-size: 18px;
}

.popup-products__info {
  font-size: 12px;
  /*color: #99a4ae;*/
}

.masked {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  left: 0;
  top: 0;
}

.masked_loading {
  background: url(../image/preloader.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
}

.mfp-close-btn-in .mfp-close {
  font-size: 0;
  background: url(../image/close.svg) no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 18px;
}

.mfp-close-btn-in .mfp-close:hover {
  opacity: 1;
}

.form_chek {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.form_chek p {
  margin-bottom: 0;
}

.form_chek:before {
  content: '';
  background: url(../image/checkmark.gif) center no-repeat;
  display: block;
  width: 110px;
  height: 110px;
  z-index: 50;
  text-align: center;
  background-size: 350px;
  margin: 0 auto 20px;
  border-radius: 50%;
}

.field-input {
  outline: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

.field-label {
  display: flex;
  position: relative;
  padding-top: 0 !important;
}

.field-label textarea.form-control {
  padding-top: 15px !important;
}

.field-name,
.field-error {
  z-index: 1;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  left: 15px;
  padding: 0 6px;
  background: #fff;
  opacity: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  font-weight: normal;
  border-radius: 5px;
}

.field-name {
  top: 10px;
  color: #99a4ae;
}

.form-control:focus {
  border-color: #ddd;
}

.field-error {
  color: #e95252;
  top: calc(100% - 10px);
}

.field-input:focus+.field-name,
.field-input:not(:placeholder-shown)+.field-name {
  opacity: 1;
}

.field-label.js-invalid .field-input {
  border-color: #e95252;
}

.simplecheckout .form-group.required.has-error input {
  border: 0.8px solid #e95252;
}

.field-label.js-invalid .field-error,
.has-error .field-label .field-error {
  opacity: 1;
}

.field-label.js-invalid .field-name {
  opacity: 1;
}

.popup-footer-policy {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

.popup-footer-policy .field-error {
  display: none;
}

.popup-footer-policy a {
  cursor: pointer;
}

.check-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.popup-footer-policy input[type='checkbox']+.check-box::after,
.popup-footer-policy input[type='checkbox']+div+.check-box::after {
  content: '';
  opacity: 0;
  background: url(../image/check-box.svg) no-repeat;
  width: 7px;
  height: 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 3px;
  top: calc(50% - 2px);
}

.popup-footer-policy input[type='checkbox']:checked+.check-box::after,
.popup-footer-policy input[type='checkbox']:checked+div+.check-box::after {
  opacity: 1;
}

.popup-footer-policy.js-invalid span {
  background-color: #ffdede;
  border: 1px solid #e95252;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease;
}

.display-products-cart__item {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.display-products-cart__image,
.display-products-cart__name,
.display-products-cart__gt,
.display-products-cart__totals,
.display-products-cart__remove {
  width: 100%;
}

.display-products-cart__image {
  max-width: 60px;
}

.display-products-cart__image img {
  border: none;
}

.display-products-cart__remove {
  max-width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.display-products-cart__remove svg {
  width: 17px;
  height: 17px;
  opacity: 0.5;
}

.display-products-cart__remove button:hover svg {
  opacity: 1;
}

.display-products-cart__totals {
  font-weight: 500;
  max-width: 100px;
  text-align: right;
}

.display-products-cart__gt {
  max-width: 80px;
}

.display-products-cart__name {
  line-height: 1.1;
}

.display-products-cart__name a {
  font-size: 14px;
  color: #000;
  text-decoration: none !important;
}

.display-products-cart__option,
.display-products-cart__reward {
  color: #8d8d92;
  font-size: 12px;
  line-height: 16px;
}

.number {
  background: #fff;
  border: 1px solid #e9e8f1;
  border-radius: 4px;
  width: 80px;
  position: relative;
}

.frame-change-count {
  display: flex;
  height: 40px;
  padding: 3px;
  align-items: center;
  justify-content: space-between;
}

.frame-change-count button {
  width: 20px;
  height: 34px;
  position: relative;
  z-index: 2;
}

.frame-change-count .btn-minus button {
  border-radius: 3px 0 0 3px;
}

.frame-change-count .btn-plus button {
  border-radius: 0 3px 3px 0;
}

.frame-change-count button:hover {
  background: #ededed;
}

.frame-change-count svg {
  width: 6px;
}

.number .plus-minus {
  position: absolute;
  width: 32px;
  text-align: center;
  left: 23px;
  top: 1px;
  height: 39px;
  font-weight: 500;
}

.popup-footer__order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.popup-footer__total p {
  margin-bottom: 0;
}

.popup-footer__total p:last-child {
  font-size: 22px;
  font-weight: 500;
}

.empty-cart {
  text-align: center;
}

.empty-cart__images {
  margin-top: 32px;
}

.empty-cart__text {
  padding-top: 14px;
  margin-bottom: 25px;
  font-size: 17px;
}

.empty-cart__footer {
  text-align: center;
  margin-bottom: 20px;
}

.icon-empty-cart {
  width: 100px;
  height: 100px;
  opacity: 0.2;
}

.manufacturer__items {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -10px;
}

.manufacturer__item {
  width: 16.6666%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.manufacturer__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  color: var(--color);
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  text-decoration: none;
  height: 100%;
}

.manufacturer__item a:hover {
  border-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #fff;
  z-index: 1;
}

.search-query {
  position: relative;
  margin-bottom: 32px;
}

.search-query .search__input {
  height: 55px;
  line-height: 55px;
  padding-right: 40px;
}

.search-query .search__button {
  height: 55px;
  width: 55px;
}

#rm_livesearch {
  width: 100%;
  background: #fff;
  max-height: 0;
  top: 100%;
  z-index: 1040;
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

#rm_livesearch.expanded {
  max-height: 480px;
  min-width: 600px;
}

#rm_overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 36, 47, .66);
  opacity: 0;
  -webkit-transition: opacity .3s ease .1s;
  transition: opacity .3s ease .1s;
  visibility: hidden;
}

#rm_overlay.transparent {
  background: rgba(30, 36, 47, 0);
}

#rm_overlay.active {
  visibility: visible;
  opacity: 1;
}



.livesearch-list {
  padding: 15px 15px 0;
  overflow-y: auto;
  min-height: 100px;
  max-height: 465px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px 16px;
  scrollbar-color: #e3e3e3 transparent;
  scrollbar-width: thin;
}

.livesearch__title {
  font-size: 14px;
  font-weight: 500;
}

.livesearch-cat__items {
  font-size: 13px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px 0;
}

.livesearch-cat__item,
.livesearch-cat__item:focus {
  background: #f2f2f2;
  color: var(--color);
  padding: 10px 12px;
  border-radius: 7px;
  display: flex;
  white-space: nowrap;
  line-height: 1;
}

.livesearch-cat__item:hover {
  background-color: #dcdddd;
  color: var(--color);
}

.livesearch-prod__inner {
  border-top: 1px dashed #f2f2f2;
}

.livesearch-prod__item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--color);
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px;
  gap: 15px
}

.livesearch-prod__info>div+div {
  margin-top: 3px;
}

.livesearch-prod__price {
  font-weight: 500;
}

.livesearch-prod__sku {
  color: #b1b1b1;
}

.livesearch-prod__stoke {
  color: #b3b3b3;
}

.livesearch-prod__item:hover {
  background-color: rgba(0, 0, 0, .022);
  color: var(--color);
}

.livesearch-txt {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

#search2 {
  width: 100%;
}

#search2 #rm2_livesearch {
  min-width: calc(100% + 37px);
}

#rm2_livesearch_close {
  position: absolute;
  top: 0px;
  right: -36px;
  width: 38px;
  height: 38px;
  background: #ededed;
  color: #fff;
  border-radius: 0 7px 7px 0;
  opacity: 0;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  pointer-events: none;
  z-index: 1041;
}

#rm2_livesearch {
  width: 100%;
  background: #fff;
  top: 100%;
  z-index: 1040;
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

#rm2_livesearch.expanded {
  height: 80vh;
}

#rm2_livesearch_close.visible {
  opacity: 1;
  pointer-events: all;
}

#rm2_livesearch .livesearch-list {
  max-height: 100%;
}

#rm2_livesearch .livesearch-prod__image {
  flex: 0 0 20%;
}

.price-zakaz {
  background-color: #eff6fd;
  padding: 15px 15px 15px 40px;
  border-radius: 7px;
  font-size: 13px;
  position: relative;
}

.icon-exclamation {
  fill: #5bc0de;
  width: 17px;
  height: 17px;
  vertical-align: -4px;
  position: absolute;
  left: 15px;
  top: 15px;
}



.table-adaptive {
  font-size: 12px;
  margin-bottom: 45px;
}

.table-adaptive td {
  padding: 18px 18px 18px 0;
  border-bottom: 1px dotted #A6A6A6;
  vertical-align: top;
}

.table-adaptive td p {
  font-size: 12px;
  text-align: left;
}

.reviews-maps {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.reviews-maps__item {
  align-items: center;
  display: flex;
  gap: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.reviews-maps__item img {
  width: 27px;
}

.reviews-maps__content {
  align-items: center;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: var(--color);
}

.reviews-maps__rating {
  gap: 6px;
  display: flex;
  align-items: center;
}

.icon-i-star {
  filter: brightness(115%);
  height: 14px;
  width: 14px;
  margin-bottom: 1px;
}

.reviews-maps__item:hover {
  opacity: .7;
}

.footer__shop+.footer__shop {
  margin-top: 7px;
}

.footer__shop {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  white-space: nowrap;
}

.footer__shop:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #b5c93a;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}



.sorts-block__select {
  display: none;
  height: 46px;
}

.sorts-block__sorts {
  display: flex;
  align-items: center;
}

.sorts-block__span {
  margin: 0 0 0 7px;
  font-size: 14px;
  color: var(--color);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  height: 30px;
  padding: 0 9px;
}

.sorts-block__span:hover,
.sorts-block__span.selected {
  border-color: var(--bg-light);
  color: var(--color);
  background-color: var(--bg-light);
}

.sorts-block__span.selected:after {
  content: url('../image/arrow_up.svg');
  display: inline-block;
  margin-left: 4px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.sorts-block__span.selected.down:after {
  content: url('../image/arrow_down.svg');
}

.sorts-block__span.selected.up:after {
  content: url('../image/arrow_up.svg');
}

select.form-control {
  padding-right: 30px;
  background: url(../image/select-arrow.svg) no-repeat #fff;
  background-size: 7px;
  background-position: top 50% right 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.skeleton {
  -webkit-animation: loading-skeleton 2s infinite;
  animation: loading-skeleton 2s infinite;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcfcff), color-stop(20%, #f5f5fa), color-stop(80%, #f5f5fa), to(#fcfcff));
  background-image: linear-gradient(90deg, #fcfcff 0%, #f5f5fa 20%, #f5f5fa 80%, #fcfcff 100%);
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 200%;
}

@-webkit-keyframes loading-skeleton {
  to {
    background-position: -150% 0
  }
}

@keyframes loading-skeleton {
  to {
    background-position: -150% 0
  }
}


.btn-redaktor,
.btn-redaktor:focus {
  color: #ff4c52;
  background-color: #fff9fa;
  border-color: #ff4c52;
}

.btn-redaktor:hover {
  color: #fff9fa;
  background-color: #ff4c52;
  border-color: #ff4c52;
}

.product-price__credit {
  position: relative;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 6px 10px;
  margin-top: 12px;
}

.tooltip__button {
  cursor: pointer;
}

.tooltip__popover {
  min-width: 320px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 30px #d0d0d0;
  border-radius: 12px;
  padding: 20px 30px;
  left: -18px;
  top: 32px;
  box-sizing: border-box;
  margin: 0;
  z-index: 5;
  font-weight: normal;
  display: none;
}

.tooltip__popover:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 15px;
  position: absolute;
  content: '';
}

.tooltip__button:hover .tooltip__popover {
  display: block;
}

.tooltip__popover-item {
  margin-bottom: 5px;
  font-size: 13px;
  display: flex;
  gap: 11px;
}

.tooltip__popover-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.tooltip__popover-image {
  border-radius: 5px;
}

.tooltip__popover-desc {
  color: rgb(153, 153, 153);
}

.tooltip__popover-desc span {
  display: block;
  font-weight: 600;
  color: var(--color);
}

.tooltip__button svg.icon-warning {
  position: absolute;
  right: 8px;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  opacity: .5;
}

.faq-content__items {
  border-top: 2px solid #e3e3e3;
}

.faq-content__item {
  border-bottom: 1px solid #e3e3e3;
}

.faq-content__dropdown {
  padding: 15px 0;
  padding-right: 45px;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.faq-content__content {
  padding-bottom: 25px;
  padding-right: 45px;
  opacity: .7;
}

.faq-content__dropdown i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.faq-content__dropdown i:before {
  top: calc(50% - 0px);
  right: 0;
  -webkit-transition: -webkit-transform 0.15s linear 0s;
  -o-transition: -o-transform 0.15s linear 0s;
  transition: transform 0.15s linear 0s;
  content: '';
  border: #3c3c3c solid;
  padding: 3px;
  border-width: 0 1px 1px 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-content__item.open .faq-content__dropdown i:before {
  transform: rotate(225deg) translate(-25%, -25%);
}

.main--account {
  background: var(--bg-light);
}

.text-danger {
  font-size: 12px;
}

.login-page__form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.login-page__inner {
  padding: 40px 0;
  width: 100%;
}

.form-login {
  background: #fff;
  max-width: 450px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}

.form-login__title {
  font-size: 22px;
  margin-bottom: 17px;
  font-weight: 600;
}

.form-login__subtitle {
  margin-bottom: 17px;
  font-weight: 600;
}

.form-login .control-label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.form-login__buttons {
  margin-top: 25px;
}

.form-login__forgotten {
  margin-top: 17px;
  display: block;
}


.account-menu__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #b5c93a;
  color: #fff;
  font-size: 300%;
  line-height: 1;
  margin-bottom: 17px;
}

.account-menu__name {
  font-size: 21px;
  margin-bottom: 17px;
}

.account-menu__name__logout {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 0 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 100%;
  height: 36px;
  color: var(--color);
}

.account-menu__title {
  font-size: 15px;
  margin-bottom: 17px;
}

.account-menu__link {
  margin-top: 17px;
}

.account-menu__link li {
  font-size: 14px;
  margin-bottom: 7px;
}

.account-menu__link li a {
  color: rgb(153, 153, 153);
}

.account-menu__link li a:hover {
  color: var(--color);
}

.account-menu__inner,
.account-content__inner {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

.account-content__inner legend {
  margin-bottom: 25px;
  font-weight: 500;
}

.account-content__inner .buttons {
  margin-top: 25px;
}

.products-account__food {
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 0;
}

.products-account__food a {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-light);
  color: var(--color);
  padding: 0 25px;
  border-radius: 12px;
}

.products-account__food a:hover {
  background: var(--bg-elements);
  color: #fff;
}

.account-content__box+.account-content__box {
  border-top: 1px solid #e7e7e7;
}

.products-account__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.products-account__item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.products-account__inner {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}

.products-account__image img {
  margin: 0 auto;
}

.products-account__name {
  color: var(--color);
  font-size: 15px;
  display: block;
  margin-top: 15px;
}

.products-account__item:hover .products-account__inner {
  border-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #fff;
  z-index: 1;
}

.personal__card {
  background: #FFFFFF;
  overflow: hidden;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.personal__card-head {
  margin-bottom: 25px;
}

.personal__card-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.personal__card-title {
  font-size: 20px;
  font-weight: 500;
}

.personal__card-date {
  color: #8d8d92;
}

.personal__card-total {
  margin-bottom: 7px;
}

.ui-badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 10px;
  background: #ccc;
  color: #fff;
  border-radius: 4px;
}

.ui-badge--yellow {
  background: #FFD540;
  color: #343434;
}

.personal__card-foot {
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 0;
}

.personal__card-foot-more {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-light);
  color: var(--color);
  padding: 0 25px;
  border-radius: 12px;
}

.personal__card-foot-more:hover {
  background: var(--bg-elements);
  color: #fff;
}

.personal__order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.personal__data-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.personal__order-data {
  margin-bottom: 35px;
}

.personal__order-data-item {
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
  gap: 15px;
}

.personal__order-data-item-name {
  flex: 0 0 40%;
  min-width: 40%;
  color: #8d8d92;
}

.personal__order-data-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.62;
  font-weight: 400;
}

.personal__order-data-table th {
  padding-bottom: 10px;
  font-weight: 500;
}

.personal__order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  text-align: left;
}

.personal__order-table th {
  background: var(--bg-light);
  font-size: 14px;
  font-weight: 500;
}

.personal__order-table th,
.personal__order-table td {
  padding: 15px;
}

.personal__order-table th:first-child,
.personal__order-table td:first-child {
  padding-left: 30px;
}

.personal__order-table-item {
  overflow: hidden;
}

.personal__order-table-item-image {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 25px 0 0;
  text-align: center;
  line-height: 60px;
}

.personal__order-table-item-image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.personal__order-table-item-desc {
  overflow: hidden;
  max-width: 280px;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal__order-table-item-title {
  display: block;
  margin: 0 0 5px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 15px;
}

.personal__order-table-item-counter {
  display: none;
}

.personal__order-table td {
  border-bottom: 1px solid #e7e7e7;
}

.personal__order-table-price {
  white-space: nowrap;
}

.personal__order-table-id {
  background: none;
  padding: 0;
  color: #8d8d92;
  font-style: normal;
  font-weight: 400;
}

.personal__order-table-return {
  margin: 0;
  text-align: right;
}

.personal__order-table-action {
  text-align: right;
}

.personal__order-table tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}


.personal__history {
  padding: 30px;
}

.personal__history-title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
}

.personal__history-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 10px 20px;
  min-height: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal__history-list>li {
  margin: 0 0 15px;
}

.personal__history-list>li:last-child {
  margin: 0;
}

.account-return__item {
  border: 1px solid #e7e7e7;
  padding-bottom: 25px;
  border-radius: 12px;
  padding: 20px;
}

.account-return__item+.account-return__item {
  margin-top: 20px;
}

.account-return__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}

.account-return__status {
  margin-bottom: 7px;
}

.account-return__order_id {
  margin-bottom: 14px;
}

.account-return__info-head-title {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.account-return__info-head-row {
  display: flex;
}

.account-return__info-head-col {
  min-width: 50%;
  flex: 0 0 50%;
}

.account-return__info-head {
  margin-bottom: 25px;
}

.account-return__info-body-title {
  font-size: 20px;
  margin-bottom: 17px;
}

.account-return__info-product {
  margin-bottom: 25px;
}

.popup-phone-wrapper {
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: var(--bg-elements-extra);
  color: #fefefe;
  width: 45px;
  height: 45px;
  right: 20px;
  bottom: 47px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popup-phone-wrapper:hover {
  opacity: .7;
}

.popup-phone-wrapper svg.icon-header-top {
  width: 25px;
  height: 25px;
  margin-right: 0;
  margin-bottom: -3px;
}

.popup-phone-wrapper svg {
  animation: 1.2s ease-in-out 0s infinite trambling-animation;
}

@keyframes trambling-animation {

  0%,
  50%,
  100% {
    transform: rotate(0deg);
  }

  10%,
  30% {
    transform: rotate(-10deg);
  }

  20%,
  40% {
    transform: rotate(10deg);
  }
}

.page-contacts__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.page-contacts__item {
  flex: 0 0 50%;
  min-width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.page-contacts__inner {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 17px;
  padding: 27px;
  height: 100%;
}

.page-contacts__inner p {
  margin-bottom: 7px;
}

.page-contacts__inner a:not(.btn) {
  color: var(--color);
}

.page-contacts__inner a:hover:not(.btn:hover) {
  color: var(--btn-primary-hover);
}

.vacancies-content__item {
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  -ms-word-wrap: break-word;
  transition: .2s ease-out;
  border: 1px solid rgb(110 110 110 / 9%);
  box-shadow: 4px 4px 8px rgba(225, 226, 231, .7);
  border-radius: 12px;
  padding: 0 20px;
}

.vacancies-content__title {
  font-size: 20px;
  font-weight: 600;
}

.vacancies-content__content {
  padding-bottom: 20px;
}

.vacancies-content__dropdown {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}

.vacancies-content__dropdown i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.vacancies-content__dropdown i:before {
  top: calc(50% - 0px);
  right: 0;
  -webkit-transition: -webkit-transform 0.15s linear 0s;
  -o-transition: -o-transform 0.15s linear 0s;
  transition: transform 0.15s linear 0s;
  content: '';
  border: #3c3c3c solid;
  padding: 3px;
  border-width: 0 1px 1px 0;
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
}

.vacancies-content__item.open .vacancies-content__dropdown i:before {
  transform: rotate(225deg) translate(-25%, -25%);
}

.oplata-card__item {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 15px;
}

.oplata-card__img {
  flex: 0 0 23%;
  max-width: 110px;
}

.oplata-card__item strong {
  display: block;
}

.footer-form {
  background: var(--bg-light);
  border-radius: 17px;
  padding: 25px;
  margin-bottom: 45px;
}

.footer-form__inner {
  display: flex;
}

.footer-form__col {
  flex: 0 0 50%;
  min-width: 50%;
}

.form-box {
  padding: 50px 90px 50px 40px;
  position: relative;
}

.form-box__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 12px;
}

.form-box__subtitle {
  margin-bottom: 17px;
}

.footer-form__bg {
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.footer-form__bg img {
  object-fit: cover;
  height: 100%;
}

.footer-form__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 45, 107, 0)), to(#2c2c2c));
  background: -o-linear-gradient(top, rgba(8, 45, 107, 0) 0, #2c2c2c 100%);
  background: linear-gradient(180deg, rgba(8, 45, 107, 0) 0, #2c2c2c 100%);

}

.footer-form__num {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0 30px 30px;
}

.num {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.num__cif {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
}

.manufacturers__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 15px 42px;
  margin-bottom: 29px;
}

.comments__item {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.comments__user {
  font-size: 14px;
}

.comments__user span {
  color: var(--color-light);
}

.comments__user .rating {
  margin-top: 8px;
}

.comments__avatar {
  display: flex;
  align-items: center;
  gap: 15px;
}

.comments__avatar+.comments__text {
  margin-top: 25px;
}

.comments__text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--bg-light);
  border-radius: 8px;
  border-left: 3px solid #79c04f;
}

.name_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: 30px;
}

.name_logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.answer_admin {
  background: #ffffff;
  padding: 15px;
  border-radius: 7px;
  display: inline-block;
  margin-left: 30px;
}

.reviews-column {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  padding-top: 25px;
}

.reviews-col {
  padding: 0 15px;
}

.reviews-column .reviews-col:nth-child(1) {
  flex: 0 0 70%;
  min-width: 70%;
}

.reviews-grade {
  background-color: #fff;
  border-radius: 12px;
  padding: 35px;
  position: relative;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
  width: 330px;
}

.reviews-grade__inner {
  text-align: center;
}

.reviews-grade__inf {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.reviews-grade__name {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.reviews-grade__user {
  color: var(--color-light);
}

.question-form-wrapper {
  padding: 20px;
  background: var(--bg-light);
  border-radius: 12px;
  margin-bottom: 25px;
}

.question-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
  padding: 10px 15px;
  font-weight: 500;
  background: var(--bg-light);
  border-radius: 12px;
}

.question-info>div {
  margin: 0 30px 0 0;
}

.question-list__item {
  margin-bottom: 15px;
  padding: 24px;
  border: 1px solid #efefef;
  border-radius: 12px;
}

.question-list__desc {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  margin-left: 48px;
}

.question-list__text {
  font-weight: 600;
}

.question-list__date {
  font-size: 14px;
  color: var(--color-light);
  padding-top: 3px;
}

.question-list__name,
.question-list__comment {
  color: var(--color-light);
}

.question-list__reply {
  margin-top: 25px;
}

.question-list__admin {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px;
  gap: 15px;
}

.question-list__name {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 7px;
}

.question-list__avat {
  width: 32px;
  flex: 0 0 32px;
  height: 32px;
  font-size: 16px;
}

.question-list__comment {
  margin-left: 48px;
}

.product-option {
  margin-top: 25px;
}

.product-option__wrap {
  margin: 10px 0px;
}

.product-option__title {
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
  margin-bottom: 12px;
}

.product-option__items {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.product-option__items+.product-option__items {
  margin-top: 12px;
}

.product-option__item input[type=radio],
.product-option__item input[type=checkbox] {
  display: none;
}

.product-option__item label.product-option__btn {
  cursor: pointer;
  user-select: none;
  color: var(--color);
  border-radius: 12px;
  border: 1px solid #dddddd;
  font-size: 13px;
  height: 34px;
  /*min-width: 100px;*/
  padding: 0 10px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  display: flex;
  white-space: nowrap;
  text-decoration: none;
  transition: .2s;
}

.product-option__item:hover label.product-option__btn,
.product-option__item input[type=radio]:checked+label.product-option__btn,
.product-option__item input[type=checkbox]:checked+label.product-option__btn {
  border-color: var(--bg-elements);
  color: #ffffff;
  background: var(--bg-elements);
}

.product-option__item label.product-option__image {
  cursor: pointer;
  user-select: none;
  width: 50px;
  height: 50px;
}

#input-option13 .product-option__item label.product-option__image {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e6e6e6;
  border: 3px solid #fff;
}

#input-option13 .product-option__item label.product-option__image .product-option__img {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  object-fit: cover;
  width: 70px;
  height: 70px;
}

#input-option13 .product-option__item input[type='radio']:checked+label.product-option__image {
  border-color: #fff;
  box-shadow: 0 0 0 1px #8bc34a;
}

.product-tolltip-price b {
  font-size: 16px;
}

.product-option__item:hover label.product-option__image .product-option__img,
.product-option__item input[type=radio]:checked+label.product-option__image .product-option__img,
.product-option__item input[type=checkbox]:checked+label.product-option__image .product-option__img {
  border-color: var(--bg-elements);
}

.product-option__img {
  border-radius: 12px;
  padding: 0;
  border-width: 2px;
}

#input-option13 .product-option__img {
  border-radius: 50%;
}

.selected-option {
  color: var(--color-light);
  font-weight: 400;
}

.product-option__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product-tolltip-img {
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
}

.product-tolltip-price {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  text-align: left;
  font-family: var(--font-family);
}

.tooltip-inner {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
  color: var(--color);
  opacity: 1;
  padding: 10px 20px;
}

.tooltip-arrow {
  display: none !important;
}

.readmore-js-section {
  position: relative;
}

.readmore-js-collapsed:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
  pointer-events: none;
}

.product-variations .readmore-js-toggle {
  font-size: 13px;
  margin-top: -11px;
}

#attribute {
  scroll-margin-top: 150px;
}

.product-attribute {
  display: flex;
}

.product-attribute__item {
  flex: 1;
  width: 100%;

}

.product-scheme {
  padding-left: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-scheme__wrap {
  height: 100%;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-scheme__wrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 17px;
  background-color: rgba(0, 0, 0, 0.03);
}

.product-scheme__inner {
  position: relative;
  width: 500px;
  min-width: 500px;
  padding: 0 0 30px 0;
}

.product-scheme__text {
  display: block;
  font-size: 14px;
  position: absolute;
  text-align: center;
  background: #ffffff;
  padding: 5px 10px;
  white-space: nowrap;
}

.product-scheme__text--backrest {
  top: 154px;
  left: 5px;
}

.product-scheme__text--deapth {
  top: 93px;
  left: 338px;
}

.product-scheme__text--flore {
  top: 306px;
  left: 426px;
}

.product-scheme__text--width {
  top: 28px;
  left: 123px;
}

.product-banner__desktop img {
  border-radius: 12px;
}

.product-banner__mobile {
  display: none;
}

.live-photos__link {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.live-photos__link:hover {
  opacity: .8;
}

.fabric__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 35px;
}

.fabric__item {
  flex: 0 0 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.fabric__inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 20px 20px;
  position: relative;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}

.fabric__title {
  font-weight: 600;
  margin-bottom: 12px;
}

.fabric-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: 15px;
}

.fabric-list__item {
  flex: 0 0 20%;
  width: 20%;
  max-width: 150px;
  padding: 0 5px;
  margin-bottom: 9px;
}

.fabric-list__name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}

.fabric-list__image {
  border-radius: 12px;
}

.fabric__btn {
  font-size: 13px;
  background: var(--bg-light);
  padding: 5px 15px;
  border-radius: 7px;
  color: var(--color);
}

.fabric__btn:hover {
  background: #ebeaea;
  color: var(--color);
}

.product-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  opacity: 0;
  visibility: hidden;
  border-width: 1px;
  margin: 0;
  background: #fff;
  padding: 12px 0;
  -webkit-box-shadow: 0 0 3rem rgb(0 0 0 / 10%);
  box-shadow: 0 0 3rem rgb(0 0 0 / 10%);
}

.is-product-toolbar-compact .product-toolbar {
  opacity: 1;
  visibility: visible;
  top: 71px;
}

.product-toolbar>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.product-toolbar__image {
  width: 45px;
  height: 45px;
}

.product-toolbar__name {
  font-size: 14px;
}

.product-toolbar__rassrochka {
  font-size: 13px;
  display: none;
}

.product-toolbar__left,
.product-toolbar__right {
  display: flex;
  align-items: center;
  gap: 9px;
}

.product-toolbar__price {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.product-toolbar__price .price-old {
  font-size: 14px;
}

.product-toolbar__btn-price {
  margin-left: 7px;
  display: none;
}

.collection {
  margin-top: 40px;
}

.collection__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}


.collection__item {
  padding: 0 4px;
}

.collection__link {
  display: flex;
  justify-content: center;
  border: 2px solid var(--bg-light);
  border-radius: 7px;
  padding: 5px;
  min-width: 70px;
}

.collection__link:hover {
  border-color: var(--bg-elements);
}

.collection__link--opacity {
  opacity: 0.3;
}

.collection-swiper-button-next,
.collection-swiper-button-prev {
  background-color: #fff;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 16px 1px rgba(0, 26, 52, 0.16);
}

.collection-swiper-button-next.swiper-button-disabled,
.collection-swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
  opacity: 1;
}

.collection-swiper-button-next {
  right: -10px;
}

.collection-swiper-button-prev {
  left: -10px;
}

.scrollbar {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  -webkit-transition: scrollbar-color .3s ease-out;
  transition: scrollbar-color .3s ease-out
}

.scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 2px
}

.scrollbar::-webkit-scrollbar-track {
  background: transparent
}

.scrollbar:hover {
  scrollbar-color: var(--bg-light) transparent
}

.scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: var(--bg-light)
}

.poip-options {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  padding: 10px 0 0;

}

.poip-thumb {
  width: 19px;
  height: 19px;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  object-fit: none;
  transition: all 0.2s ease;
  margin: 0 !important;
}

.poip-thumb:hover {
  border-color: var(--bg-elements);
  transform: scale(0.75);
  opacity: 1;
}

.poip-thumb.active {
  border-color: var(--bg-elements);
  box-shadow: 0 0 0 2px rgba(255, 85, 0, 0.2);
  opacity: 1;
}

.poip-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 11px;
  color: #949598;
  line-height: 1;
  border: 1px solid #f7f7f7;
  text-decoration: none;
  transition: all 0.2s ease;
}

.poip-more:hover {
  background: var(--bg-elements);
  color: white;
}

.product-border__room {
  background: #eef7e8;
  padding: 25px 15px 1px 15px;
  border-radius: 0 0 12px 12px;
  margin-top: -16px;
  color: var(--bg-elements);
}

.room-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}

.room-text__ligh {
  color: var(--color);
}

.boughs {
  background-image: url(../image/boughs.png);
  background-repeat: repeat-x;
  background-position: 100%;
  width: 100%;
  height: 136px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}

.gdpr-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.gdpr-popup-header h3 {
  margin: 0;
  font-size: 20px;
}

.gdpr-popup-desc {
  font-size: 12px;
  margin-bottom: 20px;
  color: #a0a1a3;
}

.gdpr-cookie-item {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #fff;
}

.gdpr-cookie-item.disabled {
  opacity: 0.7;
  background: #f9f9f9;
}

.gdpr-cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.gdpr-cookie-header h4 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.gdpr-badge {
  background: #4CAF50;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
}

.gdpr-cookie-item p {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

/* Switcher styles */
.gdpr-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

.gdpr-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gdpr-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 26px;
}

.gdpr-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.gdpr-slider {
  background-color: var(--bg-elements);
}

input:checked+.gdpr-slider:before {
  transform: translateX(12px);
}

.gdpr-popup-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

#gdpr-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
  border-top: 3px solid var(--bg-elements);
}

.gdpr-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.gdpr-text {
  flex: 1;
  padding-right: 20px;
  font-size: 14px;
  color: #333;
}

.gdpr-buttons {
  display: flex;
  gap: 10px;
}

.reviews-header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews-filters {
  margin-bottom: 30px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
}

.filter-btn {
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #555;
}

.filter-btn:hover {
  border-color: var(--bg-elements);
  color: var(--bg-elements);
}

.filter-btn.active {
  background: #f8fcf8;
  color: var(--bg-elements);
  border-color: var(--bg-elements);
}

.filter-btn>span {
  margin-left: 7px;
}

.filter-btn .rating-stack,
.filter-btn .rating-stack:after,
.filter-btn .rating-stack:before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
}

.filter-btn .rating-stack {
  top: 1px;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.review-card__badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.review-card__badge--shop {
  background: #e8f5e9;
  color: #2e7d32;
}

.review-card__badge--product {
  background: #e3f2fd;
  color: #1565c0;
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.review-card__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #78909c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  text-transform: uppercase;
}

.review-card__info {
  flex: 1;
}

.review-card__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.review-card__date {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-light);

}

.review-card__text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--bg-light);
  border-radius: 8px;
  border-left: 3px solid #79c04f;
}

.review-card__product {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f0f7ff;
  border-radius: 8px;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
}

.review-card__product:hover {
  color: var(--color);
  background: #e3f2fd;
}

.review-card__product-img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  background: #fff;
}

.review-card__product-info {
  flex: 1;
}

.review-card__product-label {
  font-size: 12px;
  color: #1565c0;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.review-card__product-name {
  font-size: 15px;
  font-weight: 600;
}


.review-card__answer {
  margin-top: 20px;
  padding: 15px;
  background: #fff8e1;
  border-radius: 8px;
  border-left: 3px solid #ffa000;
  position: relative;
}

.review-card__answer-header {
  font-size: 13px;
  font-weight: 600;
  color: #f57c00;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.review-card__answer-text {
  font-size: 14px;
  color: #5d4037;
  line-height: 1.6;
}


@media (max-width: 1499px) {

  .main-categories__title {
    font-size: 15px;
  }

  .search__input,
  .hamburger {
    height: 46px;
  }

  .main-categories__image img {
    width: 100px;
    height: 100px;
  }

  .catalog__categories .main-categories__image {
    flex: 0 0 40px;
  }

  .catalog__categories .main-categories__image img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .product-card__title {
    font-size: 14px;
  }

}

@media (max-width: 1399px) {

  .categories-nav__link,
  .categories-nav>.sel .subnav li a {
    font-size: 13px;
  }

  .reviews-module__text {
    font-size: 13px;
  }

  .section__title {
    font-size: 20px;
  }

  .article-head__name h1 {
    font-size: 27px;
  }

  .product-main .product-details {
    padding-left: 0;
  }

  .adv-module__item {
    flex: 0 0 33.3333%;
    min-width: 33.3333%;
  }

  .catalog__categories .main-categories__item {
    width: 33.3333%;
  }

  .categories-module__name {
    padding: 0 30px 30px;
  }

  .categories-module__title {
    font-size: 20px;
  }

  .num__cif {
    font-size: 45px;
  }

  .form-box {
    padding: 25px 50px 25px 15px;
  }

}

@media (max-width: 1199px) {
  .wrapper {
    padding-top: 74px;
  }

  .scroll-announcement .wrapper {
    padding-top: 120px;
  }

  .header-show {
    top: 0;
  }

  .header-top {
    display: none;
  }

  .header__column--buttom,
  .header__column--contacts,
  .header-menu {
    display: none;
  }

  .control-desktop__icon {
    margin-top: 0;
  }

  .control-desktop__text {
    display: none;
  }

  .control-desktop__item+.control-desktop__item {
    margin-left: 0;
  }

  .header__mobile {
    display: flex;
  }

  .header__mobile--search {
    display: none;
  }

  .scroll-announcement .header-show {
    top: -43px;
  }

  .footer-accordeon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }

  .footer-accordeon__item {
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 100%;
  }

  .footer-accordeon__item+.footer-accordeon__item {
    margin-left: 0;
  }

  .footer__title:after {
    display: inline-block;
  }

  .show-sidebar .js-mb-menu.overlay {
    display: block;
  }

  body.show-sidebar {
    overflow: hidden;
  }

  .mb-menu {
    display: block;
  }

  .page-content .product-card__items {
    grid-template-columns: repeat(auto-fill, 25%);
  }

  label.mfilter-tb-as-td {
    font-size: 13px;
  }

  .product-main .product-details {
    padding-top: 45px;
    padding-left: 15px;
  }

  .product-details-inner {
    position: static;
    max-height: none;
  }

  .page-sidebar {
    display: none;
  }

  .page-content--one-column {
    flex: 0 0 100%;
    width: 100%;
  }


  .main-categories {
    margin: 0 -5px;
  }

  .main-categories__item {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .categories-module .main-tags {
    margin-top: 35px;
  }

  .blogs-card__item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }

  .article-head__name,
  .article-head__image {
    width: 50%;
    flex: 0 0 50%;
  }

  .manufacturer__item {
    width: 20%;
  }

  .shop-name {
    font-size: 14px;
  }

  .shop-time {
    font-size: 12px;
  }

  .product-images {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-variations {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-details {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-scheme {
    padding-left: 30px;
  }

  .specification tbody tr td {
    font-size: 13px;
  }

  .fabric__item {
    flex: 0 0 50%;
  }

  .catalog__filter {
    display: block;
  }

  .reviews-column {
    flex-direction: column;
  }

  .reviews-grade {
    width: 100%;
  }

}

@media (max-width: 991px) {


  .section {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .search__input {
    font-size: 16px;
  }

  .header__mobile--search {
    display: flex;
  }

  .header__column--search {
    display: none;
  }

  .header-search {
    display: block;
  }

  .header-search.active {
    bottom: -66px;
    opacity: 1;
    pointer-events: auto;
  }

  .header__column--logo {
    width: 100%;
    max-width: 166px;
    height: 37px;
    display: flex;
    align-items: center;
  }

  .header__column--logo img {
    object-fit: contain;
    height: 100%;
  }

  .slider__pagination {
    display: none;
  }

  .catalog__categories .main-categories__title {
    font-size: 13px;
  }

  .main-categories__item {
    width: 33.3333%;
  }

  .page-content .product-card__items {
    grid-template-columns: repeat(auto-fill, 33.3333%);
  }

  .products-module__container .product-card__items.product-card__items--grid {
    grid-template-columns: repeat(auto-fill, 33.3333%);
  }

  .page-content--one-column .product-card__items {
    grid-template-columns: repeat(auto-fill, 33.3333%);
  }

  .page-sidebar {
    display: none;
  }

  .page-content--one-column,
  .page-content--two-columns {
    width: 100%;
  }

  .product-main>div {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
  }

  .product-images__additional {
    display: none;
  }

  .product-images-inner {
    position: static;
    max-height: none;
  }


  .product-specification,
  .product-btn {
    display: none;
  }

  .product-head {
    margin-top: 35px;
  }

  .product-option {
    margin-bottom: 25px;
  }

  .product-scheme {
    padding-left: 0;
    margin-top: 45px;
  }

  .product-attribute {
    flex-direction: column;
  }

  .product-toolbar__name {
    display: none;
  }

  .fabric__item {
    flex: 0 0 100%;
  }

  .is-product-toolbar-compact .product-toolbar {
    bottom: 0;
    top: auto;
  }


  .article-head {
    gap: 0;

  }

  .search__input {
    padding: 0 15px;
  }

  #rm2_livesearch_close {
    display: none;
  }

  .manufacturer__item {
    width: 25%;
    font-size: 14px;
  }

  .products-account__item {
    width: 33.3333%;
  }

  .account-content__box+.account-content__box {
    padding-top: 30px;
  }

  .page-contacts__item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .footer-form__inner {
    flex-wrap: wrap;
  }

  .form-box {
    padding: 0;
  }

  .footer-form__col {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .footer-form__inner .footer-form__col:nth-child(2) {
    display: none;
  }


  .footer-bottom {
    flex-wrap: wrap;

  }

  .footer-bottom div+div {
    margin-top: 25px;
  }

  .footer-bottom__left,
  .footer-bottom__right {
    flex: 0 0 100%;
  }

  .footer-bottom__right {
    padding-left: 0;
    align-items: start;
  }

  .page-contacts__inner {
    min-height: 360px;
  }

}

@media (max-width: 767px) {

  .wrapper {
    padding-top: 64px;
  }

  .scroll-announcement .wrapper {
    padding-top: 105px;
  }

  .control-desktop__item {
    height: 50px;
    width: 38px;
    min-width: 38px;
  }

  .control-desktop__count {
    width: 10px;
    height: 10px;
    font-size: 0px;
    border: 2px solid #ffffff;
    top: -1px;
    right: -5px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .footer-bottom>div {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .footer-copy {
    margin-bottom: 25px;
  }

  .footer-bottom__right {
    padding-left: 0;
    align-items: start;
  }

  .footer__title {
    font-size: 17px;
  }



  .mb-menu {
    top: 49px;
  }

  .scroll-announcement .mb-menu {
    top: 92px;
  }

  .banners {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .slide-desktop {
    display: none !important;
  }

  .slide-mobile {
    display: block !important;
  }

  .product-card__item a,
  .product-card__price {
    font-size: 14px;
  }

  .page-content .product-card__items {
    grid-template-columns: repeat(auto-fill, 50%);
  }

  .page-content--one-column .product-card__items {
    grid-template-columns: repeat(auto-fill, 50%);
  }

  .products-module__container .product-card__items.product-card__items--grid {
    grid-template-columns: repeat(auto-fill, 50%);
  }

  .products-featured__filter--carousel-inner {
    margin: 0 -15px;
  }

  .products-featured__filter--carousel-outer {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 0 15px;
  }

  .products-featured__filter .btn {
    font-size: 13px;
  }

  .catalog__categories .main-categories__inner {
    flex-direction: column;
    text-align: center;
  }

  .categories-module__item,
  .categories-module__item:nth-child(4),
  .categories-module__item:nth-child(5) {
    width: 100%;
  }

  .categories-module__item img {
    object-fit: cover;
    width: 100%;
  }

  .main-tags {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-tags__items {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }



  .main-categories__inner {
    width: auto;
  }

  .main-categories__image {
    height: 100%;
  }

  .product-variations h1 {
    font-size: 20px;
  }

  .product-price__details {
    flex: 0 0 100%;
  }

  .product-images__thumbnails {
    padding: 10px;
  }

  .blogs-card__item {
    width: 50%;
    flex: 0 0 50%;
  }

  .shops__info {
    margin-bottom: 25px;
  }

  .catalog__elements {
    justify-content: space-between;
    gap: 15px;
  }

  .sorts-block__sorts {
    display: none;
  }

  .sorts-block__select {
    display: block;
  }

  .mfilter-free-button.filter-bottom {
    height: 46px;
  }

  .mfilter-free-button.filter-bottom span {
    display: none;
  }

  .products-account__item {
    width: 50%;
  }

  .personal__order-table thead th:not(:first-of-type) {
    display: none;
  }

  .personal__order-table tbody tr:first-of-type td:nth-of-type(2),
  .personal__order-table tbody tr:first-of-type td:nth-of-type(3) {
    display: none;
  }

  .personal__order-table tbody tr:first-of-type td:nth-of-type(4) {
    display: none;
  }

  .personal__order-table tbody tr:last-of-type td:not(:first-of-type) {
    display: none;
  }

  .personal__order-table-item-title {
    font-size: 13px;
  }

  .personal__order-table-info>li:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .personal__order-table th:first-child,
  .personal__order-table td:first-child {
    padding-left: 15px;
  }

  .personal__history {
    padding: 15px;
  }

  .adv-module__item {
    flex: 0 0 50%;
    min-width: 50%;
  }

  .footer {
    padding-bottom: 0;
  }

  .copyright {
    margin-top: 17px;
    flex-direction: column;
    gap: 15px;
  }

  .copyright__police {
    flex-direction: column;
    gap: 9px;
  }

  .product-banner__desktop {
    display: none;
  }



  .product-banner__mobile {
    display: block;
  }

  .product-banner__mobile img {
    border-radius: 17px;
  }


}

@media (max-width: 575px) {

  h1,
  .h1,
  [class*="__description"] h1 {
    font-size: 27px;
  }

  h2,
  .h2,
  [class*="__description"] h2 {
    font-size: 21px;
  }


  [class*="__description"],
  [class*="__description"] p,
  [class*="__description"] ul li {
    font-size: 13px;
  }

  [class*="__description"] ul li {
    padding-left: 17px;
  }

  [class*="__description"] ul li::before {
    top: 8px;
  }

  .scroll-announcement .wrapper {
    padding-top: 94px;
  }

  .main-error__image {
    font-size: 8em;
  }

  .main-error__title {
    font-size: 21px;
  }

  .adv-module {
    display: none;
  }

  .footer {
    padding-bottom: 0;
  }

  .back-top {
    display: none;
  }

  .icon-user,
  .icon-search,
  .icon-phone,
  .icon-wishlist,
  .icon-cart {
    width: 21px;
    height: 21px;
  }

  .header-announcement {
    padding: 6px 0;
  }

  .header-announcement__text {
    font-size: 12px;
  }

  .scroll-announcement .header-show {
    top: -35px;
  }

  .stiker {
    font-size: 10px;
    line-height: 1;
    padding: 4px;
  }

  .wishlist {
    right: 10px;
    top: 10px;
  }

  .mfilter-selected-filters {
    padding: 0;
  }

  .main-categories__inner {
    padding: 15px;
  }

  .main-categories__title {
    font-size: 13px;
  }

  .products-featured__filter-action {
    padding: 0 3px;
  }

  .product-card__item:hover {
    box-shadow: none;
  }

  .product-card__item a,
  .product-card__price {
    font-size: 13px;
  }

  .price-old {
    font-size: 12px;
  }

  .product-card__nds {
    background: transparent;
    padding: 5px 0;
    margin-left: 0;
    display: block;
  }


  .load-more__button.btn {
    width: 100%;
  }

  .pagination-container {
    padding: 0 4px;
  }

  .main-categories__item {
    flex: 0 0 50%;
    width: 50%;
  }

  .product-buttons .btn {
    width: 100%;
  }

  .product-buttons .btn+.btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .product-delivery__item {
    flex: 1 0 100%;
  }

  .product-nav-tabs {
    justify-content: space-between;
    gap: 20px;
  }

  .product-nav-tabs>li>a {
    font-size: 14px;
  }

  .product-content-tabs .section {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .product-scheme__inner {
    width: 320px;
    min-width: 320px;
  }

  .product-scheme__text {
    font-size: 12px;
  }

  .product-scheme__text--backrest {
    top: 111px;
    left: -6px;
  }

  .product-scheme__text--deapth {
    top: 57px;
    left: 196px;
  }

  .product-scheme__text--flore {
    top: 188px;
    left: 270px;
  }

  .product-scheme__text--width {
    top: 16px;
    left: 71px;
  }

  .specification tbody tr td {
    font-size: 14px;
  }

  .product-border__detal {
    padding: 15px;
  }

  .product-toolbar__price {
    display: none;
  }

  .tooltip__popover {
    padding: 15px;
  }

  .blogs-module__name,
  .blogs-card__title {
    font-size: 13px;
  }

  .mfp-close-btn-in .mfp-close {
    width: 50px;
    height: 50px;
    right: 0;
    top: 8px;
  }

  .popup_notification {
    width: 95%;
    padding: 20px;
  }

  .popup_notification_message .contacts__tel,
  .contacts__mail {
    color: var(--bg-dark);
  }

  .popup-okno-modal {
    padding: 20px;
  }

  .popup-heading {
    font-size: 18px;
  }

  .display-products-cart__item {
    position: relative;
    flex-direction: column;
  }

  .display-products-cart__image {
    max-width: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .display-products-cart__name {
    line-height: 1.1;
    min-height: 77px;
    padding-left: 98px;
    align-items: center;
  }

  .display-products-cart__option,
  .display-products-cart__reward {
    margin-top: 5px;
  }

  .display-products-cart__gt {
    max-width: 80px;
    position: absolute;
    left: 0;
    bottom: 15px;
  }

  .display-products-cart__totals {
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .display-products-cart__remove {
    position: absolute;
    right: 0;
    bottom: 15px;
  }

  .popup-footer__total p {
    font-size: 13px;
  }

  .popup-footer__total p:last-child {
    font-size: 16px;
  }

  .footer-police {
    gap: 9px;
  }

  .footer-payments {
    padding-right: 0;
  }

  .article-head {
    flex-direction: column;
  }

  .article-head__name,
  .article-head__image {
    width: 100%;
    flex: 0 0 100%;
  }

  .article-head__back {
    top: 20px;
    left: 20px;
  }

  .article-head__name {
    padding: 20px;
    padding-top: 61px;
  }

  .article-head__image {
    padding-bottom: 200px;

  }

  .article-head__name h1 {
    font-size: 22px;
  }

  .manufacturer__items {
    margin: 0 -5px;
  }

  .manufacturer__item {
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .manufacturer__item a {
    padding: 7px;
    font-size: 13px;
    border-radius: 7px;
  }

  .shops {
    padding: 5px;
  }

  .shops__info {
    padding-right: 13px;
    height: 377px;

  }

  .shop-block {
    padding: 12px;
    margin-bottom: 10px;
  }

  .account-content__box {
    margin-top: 5px;
  }

  .account-menu__inner,
  .account-content__inner {
    padding: 15px;
  }

  .account-content__box .section__title {
    font-size: 16px;
  }

  .account-content__box .section__subtitle {
    font-size: 14px;
  }

  .products-account__food a {
    padding: 0 13px;
    font-size: 13px;
  }

  .personal__order-row {
    font-size: 13px;
  }

  .personal__order-data-item {
    font-size: 12px;
    gap: 15px;
  }

  .personal__order-table th:first-child,
  .personal__order-table td:first-child {
    font-size: 13px;
  }

  .personal__order-table th,
  .personal__order-table td {
    padding: 10px;
  }

  .personal__history {
    padding: 10px 0;
  }

  .personal__history-item-date {
    font-size: 12px;
  }

  .personal__history-title {
    font-size: 15px;
  }

  .product-main-head {
    display: none;
  }

  .product-images__thumbnails {
    min-height: auto;
    margin-bottom: 0;
  }

  .product-option__title {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .product-option__item label.product-option__image {
    width: 42px;
    height: 42px;
  }

  .product-option {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .collection {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px;
  }

  .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  .product-main {
    padding-bottom: 32px;
  }

  .product-toolbar__image {
    display: none;
  }

  .product-toolbar__rassrochka {
    display: block;
  }

  .product-toolbar__btn-price {
    display: inline;
  }

  .product-variations {
    display: flex;
    flex-direction: column;
  }

  .product-variations h1 {
    margin-top: 10px;
    order: 2;
  }

  .product-variations__head {
    margin-top: 15px;
    margin-bottom: 15px;
  }



  .product-main .product-details {
    padding-top: 15px;
    padding-left: 15px;
  }

  .products-account__name {
    font-size: 12px;
  }

  .products-account__items {
    margin: 0 -5px;
  }

  .products-account__item {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .form-box__title {
    font-size: 24px;
  }

  .form-login__title {
    font-size: 18px;
  }

  .form-login {
    padding: 25px;
  }

  .page-contacts__inner {
    padding: 20px;
  }

  .vacancies-content__title {
    font-size: 18px;
  }

  .vacancies-content__dropdown i {
    right: 0px;
  }

  .reviews-module__stack {
    margin-right: 20px;
    display: block;
    margin-bottom: 4px;
  }

  .pagination>li>a,
  .pagination>li>span,
  .pagination>li>a:hover {
    min-width: 25px;
    height: 25px;
  }



  .nav-tabs>li>a {
    padding: 10px 8px;
  }

  .nav-tabs>li>a .section__title {
    font-size: 15px;
  }

  .comments__item {
    padding: 10px;
  }

  .comments__avatar+.comments__text {
    font-size: 14px;
  }

  .name_wrap {
    margin-left: 0;
  }

  .answer_admin {
    padding: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .question-list__item {
    padding: 10px;
  }

  .question-list__desc {
    flex-direction: column;
    gap: 0;
    margin-left: 0;
  }

  .question-list__text {
    font-weight: 400;
    font-size: 14px;
  }

  .question-list__comment {
    margin-left: 0;
    font-size: 14px;
  }
}

@media (max-width: 375px) {

  .main-categories__item {
    flex: 0 0 50%;
  }
}