@font-face {
  font-family: "Graphik";
  src: url("../fonts/GraphikLCG-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/GraphikLCG-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color: #000;
  --btn-primary: #2f5283;
  --btn-primary-hover: #5676a4;
  --bg-elements: #2f5283;
  --font-family: "Graphik", 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: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  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: #0a84ff;
  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: #0966ac;
  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,
b {
  font-weight: 500;
}

article>*+* {
  margin-top: 1rem;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input,
textarea,
select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

textarea,
input {
  outline: none;
  font-size: 16px;
}

h1,
.h1 {
  font-size: 36px;
}

#information-information h1, #information-information .h1{
  max-width: 900px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 360px;
  max-width: 1920px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 149px;
}

.main {
  flex: 1 0 auto;
}

.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: 50px;
  padding-top: 50px;
}

.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-secondary {
  font-size: 25px;
  font-weight: 400;
  margin-top: 10px;
}

.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: 35px;
}

.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;
}

.popup_notification .mfp-close,
.popup_notification .mfp-close:hover {
  font-size: 0;
  background: url(../image/close.svg) no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 18px;
}

.popup_notification .mfp-close:hover {
  opacity: 0.5;
}

.popup_notification_title {
  margin-bottom: 7px;
  font-weight: 500;
}

[class*="__description"] p {
  margin-bottom: 17px;
}

[class*="__description"] ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

[class*="__description"] ul li {
  position: relative;
  line-height: 150%;
  padding-left: 30px;
  margin-bottom: 7px;
}

[class*="__description"] ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--bg-elements);
}

[class*="__description"] ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 35px;
  padding: 15px 0 5px 0;
  font-size: 18px;
}

[class*="__description"] ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

[class*="__description"] ol li::before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -26px;
  width: 20px;
  color: var(--bg-elements);
  text-align: right;
}

[class*="__description"] h1 {
  line-height: 140%;
}

[class*="__description"] h2 {
  font-size: 24px;
  line-height: 140%;
  margin-top: 20px;
  margin-bottom: 25px;
  max-width: 800px;
}

[class*="__description"] h3,
[class*="__description"] h4 {
  font-size: 21px;
  margin-top: 18px;
  margin-bottom: 18px;
  max-width: 800px;
}

[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: 5px;
  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-top {
  background: #000;
  color: #fff;
  font-size: 12px;
}

.header-show {
  top: -37px;
  box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.06);
}

.header-top a {
  color: rgb(153, 153, 153);
}

.header-top a:hover,
.header-top a:focus,
.header-top a:focus-visible {
  color: #fff;
}

.header-top a+a {
  margin-left: 22px;
}

.header-top .header__row {
  height: 37px;
}

.header-top__info br {
  display: none;
  white-space: nowrap;
}

.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hours-metka {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.hours-metka::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  margin-top: -2.5px;
}

.hours-open::before {
  background: #53cd0a;
}

.hours-close::before {
  background: #ff2134;
}

.header-main,
.header-nav {
  border-bottom: 1px solid #e8e8ed;
}

.header-main {
  height: 60px;
}

.header__column+.header__column {
  margin-left: 30px;
}

.contacts {
  position: relative;
}

.contacts__phone .arrow-open {
  margin-left: 7px;
}

.contacts__phone {
  white-space: nowrap;
  font-weight: 500;
  font-size: 19px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.contacts__dropdown {
  display: none;
  padding: 20px;
  border: none;
  width: 300px;
  border-radius: 15px;
}

.contacts__title {
  color: #8d8d92;
  margin-top: 12px;
}

.contacts__title:nth-child(1) {
  margin-top: 0;
}

.contacts__tel {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--color);
  white-space: nowrap;
}

.contacts__message {
  margin-top: 15px;
}

.contacts__mail {
  /*margin-top: 9px;*/
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--bg-elements);
}

.contacts__mess, .footer .contacts__mess{
  font-size: 18px;
  font-weight: 500;
  color: #2199cb;
}

.control-desktop button,
.control-mobile button,
.search__button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.control-desktop__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 60px;
  min-width: 60px;
}

.control-desktop__item+.control-desktop__item {
  margin-left: 32px;
}

.control-desktop__icon {
  position: relative;
}

.control-desktop__text {
  margin-left: 17px;
  font-size: 14px;
  color: #8d8d92;
}

.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--search {
  width: 45%;
}

.search__form {
  position: relative;
}

.search__input {
  background: #f7f7f7;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 0 25px;
  width: 100%;
  flex: 0 0 100%;
  height: 38px;
  font-size: 14px;
}

.search__input:focus {
  background: #fff;
  border-color: #e8e8ed;
}

.search__button {
  height: 38px;
  width: 45px;
  position: absolute;
  right: 0;
}

.search__button .icon-search {
  opacity: 0.4;
}

.search__button:hover .icon-search {
  opacity: 1;
}

.header-search {
  display: none;
  padding: 10px 0;
  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 .menu {
  height: 51px;
}

.menu>ul>li>a {
  font-weight: 500;
  position: relative;
  display: block;
  line-height: 50px;
  padding: 0 13px;
  position: relative;
  font-size: 15px;
  z-index: 1;
  color: var(--color);
  white-space: nowrap;
}

.menu>ul>li>a.menu-catalog__item--image {
  height: 49px;
  display: flex;
  align-items: center;
}

.menu>ul>li>a.menu-catalog__item--image img {
  margin-right: 0;
}

.menu>ul>li>a.menu-catalog__item--image:hover img {
  opacity: .8;
}

.menu>ul>li.menu--primary>a {
  color: var(--bg-elements);
}

.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: #5676a4;
}

.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: 14px;
}

.menu-info__item a:hover,
.menu-info__item a:focus,
.menu-info__item a:focus-visible {
  color: #5676a4;
}

.menu-catalog__dropdown.column {
  max-width: 600px;
}

.menu-catalog__dropdown.column ul {
  display: flex;
  flex-wrap: wrap;
}

.menu-catalog__dropdown.column--2 li {
  flex: 0 0 50%;
}

.menu-catalog__dropdown.column--3 li {
  flex: 0 0 33.3333%;
}

.header__mobile {
  display: none;
}

.footer {
  background: #000;
  color: #fff;
  padding: 40px 0 25px;
}

.footer a {
  color: #8d8d92;
}

.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: 14px;
  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: #fff 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 {
  font-size: 12px;
}

.footer-accordeon__list a:hover,
.footer-accordeon__list a:focus,
.footer-accordeon__list a:focus-visible {
  color: #fff;
}

.footer .contacts__tel {
  font-size: 18px;
  color: #fff;
}

.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 #343434;
  margin-top: 40px;
  padding-top: 32px;
}

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
}

.footer-payments__item {
  margin-bottom: 15px;
  margin-right: 17px;
}

.footer-copy {
  color: #8d8d92;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: end;
  margin-bottom: 15px;
}

.information-contact__items {
  display: flex;
}

.information-contact__item:nth-child(1) {
  flex: 0 0 30%;
  padding-right: 30px;
}

.information-contact__item:nth-child(2) {
  flex: 0 0 70%;
}

.information-contact__item .contacts__title {
  margin-top: 16px;
  margin-bottom: 7px;
  font-size: 14px;
}

.information-contact__item .contacts__title:nth-child(1) {
  margin-top: 0;
}

.information-contact__item .contacts__info {
  border: 1px solid #e8e8ed;
  border-radius: 12px;
  padding: 25px;
}

.contacts__description {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 25px;
}

.contacts__info+.contacts__description {
  margin-top: 15px;
}

.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 {
  border-top: 1px solid #e8e8ed;
  margin-top: 10px;
  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__arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 40px;
}

.mb-menu__arrow:after {
  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);
}

.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: #2a2e3f;
  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: #2a2e3f;
  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__image {

  line-height: 1;
  color: var(--bg-elements);
  font-weight: bold;
}

.main-error__image--text {
  font-size: 12em;
}

.main-error__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 25px;
  padding-top: 25px;
}

.main-error__text {
  margin-bottom: 25px;
  max-width: 700px;
}

.banners {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banners__slider {
  flex: 0 0 74%;
}

.banners__slider-extra {
  flex: 0 0 24%;
}

.banners__slider,
.banners__slider-extra {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 17px;
}

.slide-mobile {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333333;
}

.swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-scrollbar-drag {
  background: var(--bg-elements, rgba(0, 0, 0, 0.5));
}

.categories-module__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.categories-module__item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.3333%;
}

.categories-module__item:nth-child(4),
.categories-module__item:nth-child(5) {
  width: 50%;
}

.categories-module__inner {
  display: flex;
  height: 100%;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}



.categories-module__inner .img-responsive {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
  -o-transition: opacity 0.25s ease 0s, -o-transform 0.25s ease 0s;
  transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
}

.categories-module__inner:hover .img-responsive {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.categories-module__desc {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50px;
  color: var(--color);
  padding: 0 50px;
}

.categories-module__desc--write {
  color: #fff;
}

.categories-module__desc-title {
  font-size: 32px;
  font-weight: 500;
}

.categories-module__desc-note {
  font-size: 20px;
}

.stikers {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stiker {
  background-color: #ccc;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 2px;
}



.icon-wishlist {
  fill: #000;
}

.wishlist {
  position: absolute;
  right: 15px;
  top: 15px;
}

.wishlist a {
  cursor: pointer;
}

.product-card__item .icon-wishlist {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  opacity: 0.5;
  fill: #000000;
}

.wishlist a:hover .icon-wishlist {
  opacity: 1;
}

.in_wishlist .icon-wishlist {
  fill: #ff715f;
  fill-rule: nonzero;
}

.product-card__item {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 20px 20px 20px;
  position: relative;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.product-card__inner {
  height: 100%;
  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;    
}

.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__image {
  position: relative;
  padding: 50px 0 20px;
}

.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__item:hover .product-card__image:before {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.04);
}

.product-card__image img {
  margin: 0 auto;
}

.product-card__title {
  margin-top: 15px;
  font-size: 15px;
}

.product-card__price {
  min-height: 25px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.price-old {
  margin-left: 10px;
  color: #8d8d92;
  position: relative;
}

.price-old:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #8d8d92;
  margin: -1px 0 0;
  border-top: 1px solid #ffffff;
}

.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;
}

.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__bottom {
  padding-top: 15px;
}

.product-card__bottom a {
  display: block;
  max-width: 170px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.product-card__bottom a.add_to_cart_button.active {
  opacity: 0.5;
}

.product-card__bottom--wishlist {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.add_to_cart_button[disabled],
.add_to_cart_button.disabled {
  background-color: #e4efff;
  border-color: #e4efff;
  color: #2f5283;
}

.products-module__container--slider .swiper-container {
  padding-bottom: 35px;
}

.products-module__container--slider {
  position: relative;
}

.products-module__container--scroll .swiper-container {
  padding-bottom: 25px;
}

.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.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;
}

.product-card__items.product-card__items--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
}

.load-more__button.btn {
  width: 250px;
}

.adv-module__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}

.adv-module__item {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 25px;
  flex: 0 0 23%;
  position: relative;
}

.adv-module__title {
  font-weight: 500;
  margin-top: 22px;
}

.adv-module__text {
  font-size: 15px;
  margin-top: 22px;
}

.adv-module__link {
  position: absolute;
  top: 23px;
  right: 24px;
  height: 62px;
  width: 62px;
  background: #efefef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adv-module__link:hover {
  background: #fff;
}

.icon-adv {
  fill-rule: nonzero;
  fill: #2e5282;
}

.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__items,
.main-tags__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 20px;
}

.main-categories__item,
.main-tags__item {
  padding: 0 10px;
  margin-bottom: 15px;
}

.main-categories__inner {
  color: var(--color);
  font-size: 13px;
  display: block;
  width: 110px;
}

.main-categories__image {
  position: relative;
  /* width: 110px; */
  /* height: 110px; */
  overflow: hidden;
  border-radius: 17px;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.main-categories__image img {
  -webkit-transition: opacity 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
  -o-transition: opacity 0.25s ease 0s, -o-transform 0.25s ease 0s;
  transition: opacity 0.25s ease 0s, transform 0.25s ease 0s;
}

.main-categories__inner:hover .main-categories__image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.main-categories__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);
}

.main-categories__title {
  margin-top: 10px;
}

.catalog {
  padding-top: 15px;
}

.catalog__elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 10px
}



.catalog__filter .mfilter-free-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: 0;
  position: relative;
  background: none;
  color: #000;
  border: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.catalog__inner {
  display: flex;
  margin: 0 -15px;
}

.mfilter-box {
  margin-bottom: 20px;
  padding: 0;
}



.mfilter-button-bottom {
  text-align: right;
  padding: 4px 4px 4px 0;
  border-top: 1px solid #eeeeee;
  vertical-align: middle;
  overflow: hidden;
  clear: both;
}

.mfilter-button-reset {
  float: none;
  margin-left: 0;
  text-decoration: none !important;
  width: 100%;
  display: flex;
  height: 42px;
  background: #f7f7f7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  color: #000 !important;
}

.mfilter-reset-icon {
  display: none;
}

.page-sidebar .mfilter-content {
  border: 1px solid #eeeeee !important;
  border-radius: 17px;
  padding: 15px !important;
}

.mfilter-content>ul>li {
  border-bottom: none;
  padding-bottom: 15px;
}

.mfilter-heading {
  font-weight: 500;
  color: var(--color);
  background: none;
}

.mfilter-heading-content {
  padding: 16px 8px 1px 8px;
  border-bottom: none !important;
}

.mfilter-heading-text>span {
  padding-left: 12px;
}

.mfilter-heading .mfilter-head-icon {
  margin-right: 0;
  border: none;
  background-image: url(../image/select-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  height: 20px;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  width: 20px;
  transition: 0.2s;
  position: absolute;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.mfilter-heading {
  background: transparent;
}

.mfilter-heading-text>span {
  padding-left: 10px;
  font-weight: 500;
}

.mfilter-heading-content {
  padding: 16px 8px 1px 8px;
}

.mfilter-opts-container {
  border-top: none;
}

.mfilter-content>ul>li:first-child .mfilter-heading {
  border-top: none;
}

.mfilter-opts-container {
  border: none;
}

.mfilter-iscroll .mfilter-options {
  padding-right: 0;
}

.mfilter-col-input {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

label.mfilter-tb-as-td {
  font-weight: normal;
  word-break: normal;
  cursor: pointer;
  padding-left: 27px;
  transition: 0.2s;
}

.mfilter-disabled label.mfilter-tb-as-td {
  color: #c1bfbf;
}

.mfilter-col-count {
  padding-right: 0;
}

.mfilter-counter {
  background: #ffffff !important;
  font-size: 12px;
  color: var(--bg-elements) !important;
}

.mfilter-col-input input {
  display: none;
}

.mfilter-tb-as-td.mfilter-col-input:after,
.mfilter-tb-as-td.mfilter-col-input:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
}

.mfilter-tb-as-td.mfilter-col-input:before {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #c7c6c6;
  background: #fff;
}

.mfilter-tb-as-td.mfilter-col-input:after {
  margin: 4px;
  width: 11px;
  height: 6px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfilter-tb-as-td.mfilter-col-input.mfilter-input-active:before {
  border-color: var(--bg-elements);
  background-color: var(--bg-elements);
}

.mfilter-tb-as-td.mfilter-col-input.mfilter-input-active:after {
  border-color: #fff;
}

.mfilter-tb-as-tr:hover label.mfilter-tb-as-td {
  color: var(--bg-elements);
}

.mfilter-counter:after {
  display: none;
}

.mfilter-selected-filters .mfilter-selected-filters-cnt {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  border: none;
  padding: 0 0 15px 0;
  margin-bottom: 25px;
}

.mfilter-selected-filters-cnt a {
  display: flex;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ddd;
  color: var(--color);
  padding: 5px 15px;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  border-radius: 5px;
  gap: 7px;
}

.mfilter-selected-filters-cnt a:hover {
  border-color: var(--bg-elements);
}

.mfilter-selected-filters-cnt a>span.mfilter-close {
  background-image: url(../image/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  padding: 0;
  display: block;
  float: none;
  margin: 0;
}

.mfilter-selected-filters-cnt a>span.mfilter-close i {
  display: none;
}

.mfilter-selected-filters {
  padding: 0 20px;
}

.mfilter-price-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
  width: 45%;
  min-width: auto;
  max-width: 100%;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 0 25px;
  height: 38px;
  font-size: 14px;
}

.mfilter-slider-slider .ui-slider-range,
#mfilter-price-slider .ui-slider-range {
  border: none !important;
  background: var(--bg-elements) !important;
}

.mfilter-slider-slider,
#mfilter-price-slider {
  height: 3px !important;
  background-color: #f5f5f5 !important;
  background-image: none;
}

.mfilter-price-slider {
  padding: 0 !important;
  background: none !important;
  margin-top: 20px;
}

.mfilter-slider-slider .ui-slider-handle,
#mfilter-price-slider .ui-slider-handle {
  width: 19px !important;
  height: 19px !important;
  margin-left: -6px !important;
  background: var(--bg-elements) !important;
  border-radius: 50%;
  border: 2px solid #ffffff !important;
  margin-top: -3px;
}

.mfilter-free-container {
  top: 0 !important;
  width: 100%;
  height: 100%;
  max-width: 575px;
  margin-left: -100%;
  border: none;
  padding: 0;
}

.mfilter-free-container .mfilter-content {
  padding: 0 20px 20px;
  border: none;
}

.mfilter-free-container.mfilter-free-container-opened {
  -webkit-box-shadow: 0 0 3rem rgb(0 0 0 / 10%);
  box-shadow: 0 0 3rem rgb(0 0 0 / 10%);
}

.mfilter-free-container .mfilter-free-button {
  background: #ffffff;
  height: 52px;
  line-height: 52px;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #f9f9f9;
}

.mfilter-free-container .mfilter-free-button:before {
  content: '';
  display: block;
  width: 27px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: transparent url(../image/close.svg) 0 0 no-repeat;
  background-size: cover !important;
  margin-top: -7px;
}

.mfilter-free-container .mfilter-free-button:after {
  content: 'Фильтр';
  display: inline-block;
  font-size: 19px;
  padding-left: 20px;
}

.mfilter-free-container #mfilter-opts-price-min,
.mfilter-free-container #mfilter-opts-price-max {
  width: 45%;
  min-width: auto;
  max-width: 100%;
}

.page-sidebar {
  width: 25%;
  padding: 0 15px;

}

.page-content {
  width: 100%;
  padding: 0 15px;
  padding-bottom: 35px;
}

.page-content--one-column {
  width: 75%;
}

.page-content--two-columns {
  width: 50%;
}

.page-content .product-card__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  margin-bottom: 35px;
}

.page-content--one-column .product-card__items {
  grid-template-columns: repeat(auto-fill, 33.3333%);
}

.pagination {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  font-weight: 500;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2;
}

.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: 4px;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: initial;
}

.pagination>.active>span,
.pagination>.active>span:hover {
  background: transparent;
  color: var(--color);
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus {
  text-decoration: none;
  color: var(--color);
  background: none;
}

.pagination-container {
  padding: 20px;
}

.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);
}


.product-main {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 60px;
}

.product-main>div {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 732px;
}

.product-images {
  position: relative;
}

.product-images__thumbnails {
  padding: 30px 80px;
  position: relative;
}

.product-images__additional {
  padding: 0 50px;
  position: relative;
}



.product-main .product-details {
  padding-left: 60px;
}

.product-details h1 {
  font-size: 32px;
  line-height: 1.4;
}

.product-details .price-new {
  font-size: 30px;
  font-weight: 500;
}

.product-price__details span {
  white-space: nowrap;
}

.product-price .price-old {
  font-size: 18px;
}

.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-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.product-price__discount {
  font-size: 12px;
  color: #8d8d92;
}

.product-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.product-buttons .btn {
  width: 49%;
}

.product-buttons .btn span {
  font-size: 16px;
}

.product-buttons .btn+.btn {
  margin-left: 2%;
}

.product-mess,
.message {
  display: flex;
  align-items: center;
}

.product-mess {
  margin-top: 32px;
}

.product-mess__title {
  font-size: 12px;
  max-width: 94px;
}

.message__item {
  display: block;
}

.message__item+.message__item {
  margin-left: 7px;
}

.icon-message {
  width: 32px;
  height: 32px;
}

.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-ico {
  width: 28px;
  height: 28px;
  display: flex;
}

.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;
}



.product-tabs::before {
  background: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 56px;
  left: 0;
  position: absolute;
  width: 100%;
}

.product-nav-tabs {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 56px;
  border: 0;
}

.product-nav-tabs {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 56px;
  border: 0;
}

.product-nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  font-weight: 500;
  color: var(--color);
}

.product-nav-tabs>li>a:hover {
  color: var(--btn-primary-hover);
}

.product-nav-tabs>li.active>a,
.product-nav-tabs>li.active>a:hover,
.product-nav-tabs>li.active>a:focus {
  color: var(--bg-elements);
  background-color: transparent;
  border: none;
}

.product-nav-tabs sup {
  padding-left: 5px;
  opacity: 0.5;
}

.product-content-tabs {
  display: block;
}

.product-content-tabs .section__title {
  margin-bottom: 32px;
}

.specification {
  width: 100%;
}

.specification__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.specification tbody tr td {
  border-top: 1px solid #eee;
  box-sizing: border-box;
  padding: 16px 20px 15px 0;
  vertical-align: top;
  width: 50%;
}

.post-review-box__content {
  padding: 50px 0;
  max-width: 500px;
}

.prod-rating {
  margin-top: 8px;
  margin-left: 7px;
  margin-bottom: 15px;
  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;
}

.form-control {
  height: 50px;
  padding: 6px 20px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.product-head {
  padding-bottom: 20px;
}

.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;
}

.icon-empty-shop-cart {
  width: 195px;
  height: 151px;
}

.main-sitemap__list li a {
  background: #f7f7f7;
  color: var(--color);
  font-size: 13px;
  padding: 0 15px;
  line-height: 36px;
  display: inline-block;
  border-radius: 30px;
}

.main-sitemap__list li a:hover {
  background: var(--bg-elements);
  color: #fff;
}

.main-sitemap__list li ul {
  margin-top: 7px;
}

.main-sitemap__list li {
  padding-left: 17px !important;
}

.sorts-block__select {
  display: none;
  height: 46px;
}

.sorts-block__span {
  margin: 0 0 0 20px;
  font-size: 13px;
  color: #8d8d92;
  cursor: pointer;
  white-space: nowrap;
}

.sorts-block__span.selected {
  font-weight: 500;
  color: var(--bg-elements);
}

.sorts-block__span.selected:after {
  content: "";
  border: solid var(--bg-elements);
  margin-left: 4px;
  border-width: 0 1px 1px 0;
  display: none;
  padding: 2px;
}

.sorts-block__span.selected.down:after {
  vertical-align: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
}

.sorts-block__span.selected.up:after {
  vertical-align: 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  display: inline-block;
}

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
  }
}

.product-edit {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 11px;
}

.btn-redaktor,
.btn-redaktor:focus {
  color: #ff4c52;
  background-color: #fff9fa;
  border-color: #ff4c52;
}

.btn-redaktor:hover {
  color: #fff9fa;
  background-color: #ff4c52;
  border-color: #ff4c52;
}

.comments__item {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.comments__user {
  font-size: 13px;
  margin-bottom: 7px;
  padding-top: 5px;
}

.rating-stack {
  top: auto;
  left: auto;
  display: inline-block;
  position: relative;
}

.rating-stack,
.rating-stack:after,
.rating-stack:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}

.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 {
  width: 100%;
  height: 52px;
  padding: 13px 48px 15px 20px;
  outline: none;
  /*background: #fff;
  border: 1px solid #788087;*/
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  transition: 0.3s;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

.field-label {
  display: flex;
  position: relative;
}

.field-name,
.field-error {
  z-index: 1;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  left: 15px;
  padding: 0 6px;
  background: #f7f7f7;
  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;
}

.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: transparent;
  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;
}

.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;
  align-items: center;
  justify-content: center;
  text-align: center;

  gap: 15px;
}

.manufacturer__item {
  width: 20%;
}

.manufacturer__item a {
  display: block;
  padding: 15px;
  background: #f7f8f9;
  color: #01050c;
  border-radius: 6px;
  text-decoration: none;
}

.manufacturer__item a:hover {
  background: #ebedef;
}

.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: #84c1a8;
}

.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;
}

.main__simple {
  background: #f7f7f7;
}

.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: 6px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.reviews-maps__item img {
  width: 17px;
}
.reviews-maps__content {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 18px;
}
.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-reviews .reviews-maps__item { 
  gap: 16px;  
}

.footer-reviews .reviews-maps__item img {
  width: 27px;
}
.footer-reviews .reviews-maps__content { 
  display: block;
  font-size: 14px;  
}

.photo-contact__item img {  
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.product-option {
  padding-bottom: 20px;
}

.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: 5px;
  border: 2px solid #e8e8ed;
  font-size: 13px;
  height: 35px;
  min-width: 100px;
  padding: 0 15px;
  font-weight: 500;
  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: var(--bg-elements);
  background: #fff;
}

.product-option__item label.product-option__image{
  cursor: pointer;
  user-select: none;
  width: 40px;
  height: 40px;
}

.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: 50%;
}

.selected-option {
  color: var(--btn-primary);
}

.product-option__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.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__wrap {
  max-width: 450px;
}
.blogs-card__item {
  padding: 0 10px;
  margin-bottom: 30px;
  flex: 0 0 33.3333%;
  width: 33.3333%;
}

.js-swiper-blogs .blogs-card__item{
  flex: 0 0 100%;
    width: 100%;
}


.blogs-card__image {
  display: flex;
  overflow: hidden;
  border-radius: 17px;
  margin-bottom: 13px;
}
.blogs-card__title {
  color: var(--color); 
}
.article-content__image {
  width: 100%;
  height: 530px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 32px;
  border-radius: 15px;
  overflow: hidden;
}
.article-content__image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00ffffff', GradientType=1);
}
.article-content__wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: end;
}
.article-content__image h1 {
  color: #fff;
  position: relative;  
  z-index: 8;
  max-width: 540px;
}
.article-content__description {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}

.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%);
}


@media (max-width: 1499px) {
  .product-card__item {
    padding: 5px 5px 40px;
  }
    .menu>ul>li>a {      
      padding: 0 12px;      
    }
    .menu>ul>li>a {
      font-size: 14px;
    }
}

@media (max-width: 1199px) {
  .wrapper {
    padding-top: 60px;
  }

  .header-show {
    top: 0;
  }

  .header-top,
  .header-nav {
    display: none;
  }

  .header__column--contacts,
  .control-desktop__text {
    display: none;
  }

  .control-desktop__item+.control-desktop__item {
    margin-left: 0;
  }

  .header__mobile {
    display: flex;
  }

  .header__mobile--search {
    display: none;
  }

  .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;
  }

  .categories-module__items {
    margin: 0 -3px;
  }

  .categories-module__item {
    padding: 0 3px;
    margin-bottom: 6px;
  }

  .categories-module__desc {
    top: 30px;
    padding: 0 30px;
  }

  .categories-module__desc-title {
    font-size: 20px;
  }

  .categories-module__desc-note {
    font-size: 16px;
  }

  .main-tags {    
    margin-bottom: 20px;
  }

  .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;
  }

  label.mfilter-tb-as-td {
    font-size: 13px;
  }

  .product-main .product-details {
    padding-left: 15px;
  }

  .information-contact__items {
    flex-wrap: wrap;
  }

  .information-contact__item:nth-child(1) {
    flex: 0 0 100%;
    padding-right: 0;
  }

  .information-contact__item:nth-child(2) {
    flex: 0 0 100%;
  }

  #map {
    margin-top: 15px;
  }  
    .blogs-card__item {     
      flex: 0 0 50%;
      width: 50%;
    }
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 60px;
  }

  .search__input {
    font-size: 16px;
  }

  .header__mobile--search {
    display: flex;
  }

  .header__column--search {
    display: none;
  }

  .header-search {
    display: block;
  }

  .header-search.active {
    bottom: -59px;
    opacity: 1;
    pointer-events: auto;
  }

  .banners__slider {
    flex: 0 0 100%;
  }

  .banners__slider-extra {
    display: none;
  }

  .products-module__container .product-card__items.product-card__items--grid {
    grid-template-columns: repeat(auto-fill, 33.3333%);
  }

  .adv-module__item {
    flex: 0 0 49%;
    margin-bottom: 2%;
  }

  .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-head {
    margin-top: 35px;
  }

}

@media (max-width: 767px) {
  .header-main {
    height: 50px;
  }

  .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;
  }

  .control-desktop--wishlist,
  .control-desktop--cart {
    /*display: none;*/
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-bottom>div {
    flex: 0 0 100%;
  }

  .mb-menu {
    top: 49px;
  }

  .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;
  }

  .categories-module.section {
    padding: 0;
  }

  .categories-module__item,
  .categories-module__item:nth-child(4),
  .categories-module__item:nth-child(5) {
    width: 100%;
  }

  .main-categories__item,
  .main-tags__item {
    flex: 0 0 20%;
  }

  .main-categories__inner {
    width: auto;
  }

  .main-categories__image {
    height: 100%;
  }

    .main-tags {
      padding: 0;    
    }

  .product-details h1 {
    font-size: 24px;
  }

  .product-price__details {
    flex: 0 0 100%;
  }

  .product-images__thumbnails {
    padding: 10px;
  }

  .table-adaptive {
    overflow-x: scroll;
  }
    .footer-reviews {
      margin-top: 15px;
    }

}

@media (max-width: 575px) {

  h1,
  .h1,
  [class*="__description"] h1 {
    font-size: 27px;
  }

  h2,
  .h2,
  [class*="__description"] h2 {
    font-size: 21px;
  }

  [class*="__description"] p,
  [class*="__description"] ul li {
    font-size: 15px;
  }

  [class*="__description"] ul li {
    padding-left: 17px;
  }

  [class*="__description"] ul li::before {
    top: 8px;
  }

  .section {
    padding-top: 25px;
  }

  .main-error__image {
    font-size: 8em;
  }

  .main-error__title {
    font-size: 21px;
  }

  .adv-module__item {
    flex: 0 0 100%;
  }

  .back-top {
    display: none;
  }

  .stikers {
    top: 11px;
    left: 10px;
  }

  .stiker {
    font-size: 12px;
    line-height: 1;
    padding: 4px;
  }

  .product-card__item .stiker {
      font-size: 8px;    
  }

  .wishlist {
    right: 10px;
    top: 10px;
  }

  .mfilter-selected-filters {
    padding: 0;
  }

  .products-featured__filter-action {
    padding: 0 3px;
  }

  .product-card__item a,
  .product-card__price {
    font-size: 13px;
  }

  .load-more__button.btn {
    width: 100%;
  }

  .pagination-container {
    padding: 0 4px;
  }

  .main-categories__item,
  .main-tags__item {
    flex: 0 0 33.3333%;
  }

  .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;
  }

  .specification tbody tr td {
    font-size: 14px;
  }

  .sorts-block__sorts {
    display: none;
  }

  .sorts-block__select {
    display: block;
  }

  .mfilter-free-button.filter-bottom {
    background: #f7f7f7;
    height: 46px;
    border-radius: 5px;
  }

  .mfilter-free-button.filter-bottom span {
    display: none;
  }

  .catalog__filter {
    width: 100%;
    max-width: 56px;
  }

  .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;
    display: flex;
    align-items: center;
  }

  .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;
  }

  .breadcrumbs {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding: 0;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }

  .breadcrumb {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 0;
  }
    .blogs-card__item {     
      flex: 0 0 100%;
      width: 100%;
    }
}

@media (max-width: 375px) {

  .main-categories__item,
  .main-tags__item {
    flex: 0 0 50%;
  }
}