/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@300;400;500;700&display=swap');

font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@400;700&display=swap');*/


*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* outline: 1px solid #c00; */
}

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

h1 {
  margin: 20px 0 10px 0;
}

h2 {
  margin: 15px 0 10px 0;
}

button {
  border: none;
  outline: none;
  background: none;
}

button:active,
button:focus {
  outline: none !important;
}

select::-ms-value {
  background: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
 .helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
}

.about-check-button {
  display: inline-block;
  vertical-align: top;
  width: 164px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  margin-right: 20px;
  margin-bottom: 15px;
}

.about-check-logo {
  text-align: center;
  display: table;
  width: 100%;
}

.about-check-logo div {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  text-align: center;
  width: 100%;
  padding: 0;
}

.about-check-button a {
  color: #000;
  text-decoration: none;
}

.check-button {
  width: 124px;
  height: 33px;
  line-height: 33px;
  background: linear-gradient(to bottom, #a59581, #a59581);
  border-radius: 2px;
  border: 1px solid #a59581;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
  margin: 0 auto 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

li {
  list-style-type: none;
  line-height: 1.5;
  /* Убираем маркеры */
}

p {
  line-height: 1.5;
}

ul {
  margin-left: 0;
  /* Отступ слева в браузере IE и Opera */
  padding-left: 0;
  /* Отступ слева в браузере Firefox, Safari, Chrome */
}

body {
  color: #000;
  /*font: 16px/1.5 'Montserrat', Arial, sans-serif;
  font-family: 'Montserrat', sans-serif;*/
  font-family: "Helvetica", Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  font: 16px/1.5 'Montserrat', Arial, sans-serif;

  /*font-size: 16px;
    font-weight: 400;*/
  font-weight: 500;
}

.box {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  border-top: 0px solid transparent;
}

.wrapper:after {
  content: "";
  display: none;
  clear: both;
  width: 100%;
  height: 0;
  display: none;
}

.flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input,
textarea {
  font-family: "Roboto", Arial, sans-serif;
}

input.error {
  color: #f00 !important;
  border: 1px solid #f00 !important;
}

input.valid {
  border: 1px solid #339e36 !important;
}

input:focus {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

.text {
  overflow: hidden;
}

.text p {
  margin-bottom: 21px;
}

.text h2,
.text .h2,
.text h3,
.text .h3,
.text h4,
.text .h4,
.text h5,
.text .h5 {
  margin-bottom: 24px;
  color: #000;
}

.text h2,
.text .h2 {
  font-size: 25px;
  line-height: 29px;
}
.text h3,
.text .h3 {
  font-size: 22px;
  line-height: 26px;
}

.text .h4,
.text h5,
.text .h5 {
  font-size: 20px;
  line-height: 24px;
}

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

.text table tr td {
  border: 1px solid #373737;
  padding: 10px;
}

.text ul,
.text ol {
  margin: 0 0 24px 20px;
}

.text li {
  padding-bottom: 16px;
}

.alignleft {
  display: inline;
  float: left;
  margin: 5px 15px 5px 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 5px 0 5px 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto;
}

/* Header ----------------------------------------------------------------------------- */
.header {
  padding-bottom: 0px;
  position: relative;
  z-index: 40;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-in-out;
    background-color: #fff;
}

.header.fixed .header-top-menu {
    display: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.header-top {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  display: grid;
}

.header-top .wrapper {
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.header-logo {
    font-size: 10px;
    margin: 0;
    padding: 0 0 5px;
    text-align: center;
    color: #999;
}
.header__logo {
  display: block;
  width: 252px;
  height: 44px;
  margin-top: 2px;

  background: url("i/logo.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-decoration: none;
}

.header-blocks {
  width: calc(100% - 420px);
  max-width: 165px;
  margin-top: 0px;
  position: relative;
}

.header-contact__block {
  font-size: 14px;
  color: #333333;
  border-right: 1px solid #cfcec8;
  /*padding-right: 1em;*/
  /*padding-left: 1em;*/
}

.header-rating-badge {
  width: 213px;
}

.header-contact__title2 {
  display: block;
  /* margin-bottom: 8px; */
  font-weight: bold;
  text-decoration: none;
  color: #525a59;
  font-size: 11px;
}
.header-blocks-left {
    display: flex;
    max-width: 500px;
    width: 100%;
}
.header-blocks-contacts {
  width: calc(100% - 420px);
  max-width: 200px;
  max-width: 175px;
  margin-top: 0px;
  position: relative;
}

.header-blocks-phone {
  font-size: 13px;
  color: #828282;
  line-height: 12px;
}

.header-blocks-phone .phone {
  font-size: 19px;
  font-weight: 500;
  color: #333;
  line-height: 21px;
}

.header-blocks-phone span {
  font-weight: 600;
}

.header-blocks-contacts a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 21px;
  text-decoration: none;
}

.header-blocks-contacts a.call-back {
  font-size: 15px;
}

.header-blocks-adress {}
.header-blocks-adress-title {
  font-size: 13px;
  color: #828282;
}
.header-blocks-adress-desc {
  font-weight: bold;
  font-size: 15px;
}

.header-search {
  width: calc(100% - 280px);
  max-width: 300px;
  margin-top: 0px;
  position: relative;
  display: none;
}

.header-search__box {
  position: relative;
  width: 100%;

  display: none;
}

.header-search__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 42px;
  border: 1px solid #999;
  border-radius: 0px;
  padding: 8px 24px;
}

.header-search__input {
  width: calc(100% - 32px);
  height: 24px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}

.header-search__submit {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: #999;
  -webkit-mask: url("i/bg-arrow.svg") center no-repeat;
  mask: url("i/bg-arrow.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-search__submit:hover {
  background: #a59581;
}

.header-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 248px;
}

.header-btn__item {
  display: inline-block;
  min-height: 32px;
  padding: 4px 4px 4px 40px;
  position: relative;
  /* font-weight: bold; */
  font-size: 14px;
  color: #2b2b2b;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-btn__item:hover {
  color: #a59581;
}

.header-btn__item::before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  width: 26px;
  height: 32px;
  background: #ffffff;
  -webkit-mask: url("i/bg-icon-user.svg") center no-repeat;
  mask: url("i/bg-icon-user.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.5s ease;
}

.header-btn__item:hover::before {
  background: #a59581;
}

.header-btn__item--cart::before {
  -webkit-mask-image: url("i/bg-icon-cart.svg");
  mask-image: url("i/bg-icon-cart.svg");
}

.header-middle-bg {
  background-color: #333333;
}

.header-middle {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-middle .wrapper {
  align-items: center;
}

.header-cat {
  position: relative;
}

.header-cat__btn {
  display: block;
  width: 248px;
  height: 48px;
  background: #a59581;
  border-radius: 0px;
  padding: 14px 14px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.header-cat__btn span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 2px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  margin: 8px 24px 0 0;
  position: relative;
}

.header-cat__btn span::before,
.header-cat__btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-cat__btn span::before {
  top: -7px;
}

.header-cat__btn span::after {
  bottom: -7px;
}

.header-cat--active .header-cat__btn span {
  background: transparent;
}

.header-cat--active .header-cat__btn span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header-cat--active .header-cat__btn span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header-cat__body {
  position: absolute;
  top: 48px;
  left: 0;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.header-cat--active .header-cat__body {
  opacity: 1;
  pointer-events: auto;
}

.header-cat__list {
  width: 228px;
  list-style: none;
  padding: 5px 0 20px 20px;
  background: #a59581;
  border-radius: 0 0 0px 0px;
  z-index: 1;
}

.header-cat__list>li {
  position: relative;
}

.header-cat__list>li>a {
  display: block;
  padding: 12px 8px;
  /*border-radius: 5px 0px 0px 5px;*/
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
}

.header-cat__list>li:hover>a {
  background: #333333;
  color: #a59581;
}

.header-cat__list>li>ul {
  position: absolute;
  top: 0;
  left: 208px;
  width: 300px;

  width: 250px;

  padding: 16px 32px;
  background: #333333;
  border-radius: 0px 0px 0px 0px;
  list-style: none;
  opacity: 0;
  pointer-events: none;
}

.header-cat__list>li:hover>ul {
  opacity: 1;
  pointer-events: auto;
}

.header-cat__list>li>ul ul {
  list-style: none;
  margin-bottom: 20px;
}

.header-cat__list>li>ul.sub-menu>li {
  width: 50%;
  width: 100%;
  float: left;
}

.header-cat__list>li>ul a {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
}

.header-cat__list>li>ul ul a {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  color: #3c3c3c;
}

.header-cat__list>li>ul a:hover {
  color: #a59581;
}

.header__nav {
  /*width: calc(100% - 600px);*/
  /*max-width: 500px;*/
  margin-left: 32px;
  margin-right: auto;
  position: relative;
}

.header__nav-btn {
  display: none;
  cursor: pointer;
}

.header__nav-btn span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #717171;
  margin: 7px 0 0;
  position: relative;
}

.header__nav-btn span::before,
.header__nav-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #717171;
  transition: all 0.4s ease;
}

.header__nav-btn span::before {
  top: -7px;
}

.header__nav-btn span::after {
  bottom: -7px;
}

.nav-active .header__nav-btn span {
  background: transparent;
}

.nav-active .header__nav-btn span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav-active .header__nav-btn span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  list-style: none;
}

.header__nav a {
  display: block;
  padding: 4px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header__nav li.active a {
  color: #a59581;
}

.header__nav a:hover {
  color: #a59581;
}

.header-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 320px;
  width: 245px;
  width: 185px;
}
.header-contact__item {
  font-size: 17px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.mob-cat-2 .header-contact__item {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
}
.mob-cat-2 .get_comparison {
  display: flex;
  align-items: center;
}
.mob-cat-2 .links-block {
display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  text-align: left;
}

.header-contact__item a.msfavorites {
  padding-right: 5px;
}

.header-contact__title {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  text-decoration: none;
}

.header-contact__sub {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #2b2b2b;
  opacity: 0.9;
}

.search_form {
  display: inline-block;
  vertical-align: top;
}

.search_form {
  width: 255px;
  width: 400px;
  position: relative;
  background: #333333;
  display: block;
}

.search_form input {
  width: 100%;
  height: 48px;
  padding-left: 30px;
  padding-right: 55px;
  color: #fff;
  font-size: 13px;
  background: 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
}

.search_form button {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #a59581;
  color: #fff;
  font-size: 22px;
}

.search_form input::placeholder {
  color: #fff;
}

.wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1210px;
	max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  border-top: 0px solid transparent;
}

/* Slider ----------------------------------------------------------------------------- */
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-item {
  float: left;
  width: 100%;
  min-height: 554px;
  padding-top: 64px;
  padding-bottom: 120px;
  background-color: #eee;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  outline: none;
}

.slider-item .wrapper {
  position: relative;
  z-index: 10;
}

.slider-item__head {
  width: 100%;
  max-width: 600px;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 58px;
  line-height: 1.1;
  color: #ffff;
}

.slider-item__subhead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.slider-item__desc {
  width: 100%;
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.1;
  color: #ffff;
}

.slider-item__more {
  display: block;
  width: 248px;
  height: 50px;
  padding: 12px;
  border: 1px solid #ffffff;
  background: #ffffff00;
  border-radius: 0px;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-item__more:hover {
  background: #a59581;
  /*border: 1px solid #A59581;*/
  color: #fff;
}

.slider-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-item__bg iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-item__bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .slick-arrow {
  position: absolute;
  bottom: 88px;
  width: 75px;
  height: 75px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  z-index: 40;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 32px;
  width: 20px;
  height: 20px;
  border: none;
  border-left: 2px solid #919191;
  border-bottom: 2px solid #919191;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.slider .slick-next {
  left: calc(50% - 464px);
  transform: rotate(180deg);
  top: 479px;
  background: #000;
}

.slider .slick-prev {
  left: calc(50% - 539px);
  top: 479px;
  background: #fff;
}

.slider .slick-arrow:hover::before {
  border-color: #a59581;
}

.slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;

  bottom: 34px;
  left: calc(50% - 380px);
  width: 200px;
  list-style: none;
}

.slider .slick-dots li {
  margin: 0 16px;
}

.slider .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  /*border-radius: 30%;*/
  /*background: #C4C4C4;*/
  background: #c4c4c400;
  position: relative;
  border: none;
  outline: none;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider .slick-dots button::before {
  content: "0";
  position: absolute;
  /*top: -5px;*/
  /*left: -5px;*/
  top: 0px;
  left: -8px;
  /*width: calc(100% + 10px);*/
  /*height: calc(100% + 10px);*/
  /*border-radius: 30%;*/
  /*border: 1px solid #C4C4C4;*/
  background-color: transparent;
  transition: all 0.3s ease;
}

.slider .slick-dots button:hover::before {
  border-color: #d0cfcb;
}

.slider .slick-dots li.slick-active button {
  /*background: #A59581;*/
  color: #d0cfcb;
}

/* Breadcrumbs ----------------------------------------------------------------------------- */
.breadcrumbs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #2b2b2b;
}

.breadcrumbs a {
  margin-right: 32px;
  position: relative;
  text-decoration: none;
}

.breadcrumbs a::before {
  content: "|";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 14px;
  line-height: 16px;
  color: #2b2b2b;
}

.breadcrumbs a:hover {
  color: #a59581;
}

.banner_sidebar {
  padding-top: 4px;
  padding-bottom: 40px;
  text-align: center;
}

/* Cat-top ----------------------------------------------------------------------------- */
.cat-top {
  padding-top: 4px;
  padding-bottom: 40px;
}

.cat-top .wrapper {
  -ms-align-items: center;
  align-items: center;
}

.cat-top__head {
  margin-right: 20px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #000;
}

.cat-top__total {
  margin-right: auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.15;
  color: #777;
}

.cat-top__title {
  margin-right: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.15;
  color: #3c3c3c;
}

.cat-sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-right: 32px;
}

.cat-sort__item {
  padding-right: 16px;
  font-size: 14px;
  line-height: 1.1;
  color: #3c3c3c;
  cursor: pointer;
}

.cat-sort__item:hover {
  color: #a59581;
}

/*
.cat-sort__item span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  margin-left: 4px;
  position: relative;
}
.cat-sort__item span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-mask: url('i/bg-arrow-top.svg') center no-repeat;
  mask: url('i/bg-arrow-top.svg') center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.cat-sort__item--adc span::before {
  transform: rotate(180deg);
}
.cat-sort__item:hover span::before {
  background: #A59581;
}
*/

.cat-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.cat-count__select {
  width: 56px;
  height: 24px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.cat-count__select::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 8px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #909090;
  border-bottom: 1px solid #909090;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.cat-count__select select {
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 8px);
  margin-left: -4px;
  margin-top: -4px;
  padding-left: 8px;
}

.cat-filter {
  display: none;
  width: 100%;
  height: 50px;
  margin: 8px 0;
  background: #a59581;
  border: 1px solid #cfcec8;
  outline: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cat-filter:hover {
  background: #fff;
  color: #a59581;
}

.sidebar {
  width: 248px;
}

.side__box {
  margin-bottom: 32px;
  margin-bottom: 0px;
}

.side__head {
  margin-bottom: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
}

.side__body {
  position: relative;
  overflow: hidden;
}

.side__craft-list {
  max-height: 320px;
  overflow-y: visible;
}

.polzunok-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}

.polzunok-container-before::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: calc(50% - 20px);
  width: 40px;
  height: 1px;
  background: #777;
}

.container-number-slider {
  padding-bottom: 10px;
}

.polzunok-container .ui-slider {
  width: calc(100% - 20px);
  position: relative;
  background: #a59581;
  height: 3px;
  border-radius: 0px;
  margin: 12px auto 24px;
}

.polzunok-container .ui-slider .ui-slider-handle {
  position: absolute;
  top: -4px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
  margin-left: -6px;
  cursor: pointer;
  border-radius: 30%;
  outline: none;
  z-index: 2;
  transition: transform 0.2s, border 0.4s;
}

.polzunok-container .ui-slider .ui-slider-handle:hover,
.polzunok-container .ui-slider .ui-slider-handle:focus {
  border-color: #a59581;
}

.polzunok-input-left,
.polzunok-input-right {
  display: block;
  width: 80px;
  height: 32px;
  border: 1px solid #777;
  border-radius: 0px;
  padding-left: 16px;
  padding-right: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  color: #777;
  opacity: 0.89;
}

fieldset {
  border: 0;
}

.side__body fieldset {
  display: block;
}

.polzunok-input {
  display: block;
  width: 80px;
  height: 32px;
  border: 1px solid #777;
  border-radius: 0px;
  padding-left: 16px;
  padding-right: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  color: #777;
  opacity: 0.89;
}

.polzunok-container .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 3px;
  border: 0;
  background: #a59581;
  border-radius: 0px;
}

.side__check {
  margin-bottom: 10px;
}

.side__check label {
  display: block;
  width: 100%;
}

.side__check input {
  display: none;
}

.side__check-text {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #777;

  cursor: pointer;
}

.side__check-text::before,
.side__check-text::after {
  content: "";
  position: absolute;
}

.side__check-text::before {
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #acacac;
}

.side__check-text::after {
  top: 4px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #a59581;
  border-bottom: 2px solid #a59581;
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.side__check input:checked+.side__check-text::after {
  opacity: 1;
}

.side__btn {
  display: block;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  background: #a59581;
  border: 1px solid #cfcec8;
  outline: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.side__btn--reset,
.side__btn:hover {
  background: #fff;
  color: #a59581;
}

.side__btn--reset:hover {
  background: #a59581;
  color: #fff;
}

.category-content {
  width: calc(100% - 280px);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.2;
  color: #999;
}

.pagination a,
.pagination span {
  display: inline-block;
  min-width: 24px;
  height: 22px;
  padding: 0 4px;
  margin: 0 4px 4px;
  font-size: 16px;
  line-height: 23px;
  color: #999;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination span.current {
  background: #a59581;
  color: #fff;
}

.pagination a.prev,
.pagination a.next {
  position: relative;
}

.pagination li.active {
  background: #a59581;
}

.pagination li.active a {
  color: #fff;
}

.pagination a.prev::before,
.pagination a.next::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.pagination a.next::before {
  left: 0;
  transform: rotate(-135deg);
}

.pagination a:hover {
  color: #a59581;
}

.pagination a.prev:hover::before,
.pagination a.next:hover::before {
  border-color: #a59581;
}

.category__desc {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 64px;
  margin: 20px 0;
}

/* Middle ----------------------------------------------------------------------------- */
.headline {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.head {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #2b2b2b;

  text-align: center;
}

/* Popular cat ----------------------------------------------------------------------------- */

.popular-cat_first {
  left: 27px;
  position: relative;
  display: inline-block;
}

.popular-cat_two {}

.popular-cat {
  padding-top: 8px;
  padding-bottom: 24px;
  overflow: hidden;
}

.popular-cat__list {
  justify-content: flex-start;
  width: calc(100% + 32px);
  margin-left: -16px;
  padding-top: 24px;
  max-width: 1215px;
  margin: 0 auto;
}

.popular-cat__item {
  /*width: calc(19.9% - 23px);*/
  margin: 0 12px 12px;
  margin: 0 12px 1px;
  text-decoration: none;
  float: left;

  position: relative;
}

.popular-cat__thumb {
  display: block;
  width: 100%;
  /* max-width: 160px; */
  height: auto;
  /* border-radius: 30%; */
  overflow: hidden;
  margin: 0 auto 24px;
}

.popular-cat__thumb img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.popular-cat__title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #2b2b2b;
  transition: all 0.3s ease;

  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

.popular-cat__item:hover .popular-cat__title {
  color: #a59581;
}

/* Product ----------------------------------------------------------------------------- */
.product {
  padding-top: 20px;
  padding-bottom: 24px;
  overflow: hidden;
}

.product__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% + 48px);
  padding-right: 32px;
}

.product-item {
    margin: 0 24px 48px;
    position: relative;
    width: calc(33% - 20px);
    width: calc(25% - 20px);
    margin: 0 10px 10px;
    position: relative;
}

.product-item__stick {
  position: absolute;
  top: 12px;
  left: 6px;
  z-index: 10;
}
#msProduct .product-item__stick {
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 10;
}

.product-item__stick-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #8dbd57;
  padding: 8px 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
}

.product-item__stick-item--sale {
  background: #a59581;
}

.product-item__thumb {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 250px;
  height: 100%;
  margin-bottom: 4px;
}

.product-item__thumb img {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: 288px;
  height: 374px;
  object-fit: cover;
}

.product-item__thumb img.large {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: 337px;
  height: 447px;
  object-fit: cover;
}

.product-item__thumb img:first-child {
  display: block;
}

.product-item__cat {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.1;
  color: #777;
}

.product-item__cat a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  color: #777;
  text-decoration: underline;
}

.product-item__cat a:hover {
  text-decoration: none;
}

.product_wrapper {}

.product-item_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item_wrapper div {
  padding: 10px;
}

.product-item__price {
  /*margin-top: 14px;*/
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  color: #4e4e4e;
  text-align: center;
  color: #eb4034;
  /* font-size: 17px;  */
  /* color: #eb4034 */
}



.product-item__price-old {
  display: inline-block;
  margin-right: 8px;
  color: #777;
  text-decoration: line-through;
}

.product-item__title {
  margin-top: 10px;
  display: block;
  min-height: 60px;
  font-size: 14px;
  line-height: 1.2;
  color: #777978;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-item__title:hover {
  color: #a59581;
}

/* Main-action ----------------------------------------------------------------------------- */
.main-action {
  padding-top: 20px;
  padding-bottom: 24px;
}

.main-action__list {
  width: calc(50% - 16px);
  padding-top: 12px;
}

.main-action__list .product-item {
  width: calc(50% - 48px);
}

.main-action__of-day {
  width: calc(50% - 16px);
}

.main-action__head {
  margin-bottom: 40px;
  border-radius: 8px;
  padding: 8px 24px 12px;
  font-weight: bold;
  font-size: 26px;
  line-height: 42px;
  color: #303030;
  text-align: center;
}

.main-action__head span {
  display: inline-block;
  margin-left: 20px;
  font-size: 40px;
  color: #a59581;
}

.main-action__of-day .product-item {
  width: 100%;
  margin: 0;
}

.main-action__of-day .product-item__thumb {
  height: 560px;
}

.main-action__of-day .product-item__cat {
  margin-bottom: 16px;
  font-size: 18px;
}

.main-action__of-day .product-item__price {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  color: #a59581;
}

.main-action__of-day .product-item__title {
  font-size: 28px;
}

.main-action__of-day .product-item__stick {
  top: 24px;
  left: 32px;
}

.main-action__of-day .product-item__stick-item {
  width: 100px;
  height: 100px;
  padding-top: 28px;
  font-size: 36px;
  line-height: 42px;
}

/* Main-news ----------------------------------------------------------------------------- */
.main-news {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.main-news__box {
  width: calc(50% - 16px);
}

.main-news__box .headline {
  -ms-align-items: center;
  align-items: center;
}

.main-news__more {
  font-size: 14px;
  line-height: 16px;
  color: #4e4e4e;
  text-decoration: none;
}

.main-news__more:hover {
  text-decoration: underline;
}

.main-news__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
}

.main-news__thumb {
  display: block;
  width: 130px;
}

.main-news__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.main-news__info {
  width: calc(100% - 150px);
}

.main-news__title {
  display: block;
  min-height: 42px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
  color: #2a2a2a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.main-news__title:hover {
  color: #a59581;
}

.main-news__excerpt {
  font-size: 14px;
  line-height: 1.1;
  color: #515151;
}

/* Single ---------------------------------------------------------------------------- */
.single {
  padding-top: 24px;
  padding-bottom: 20px;
}

.single-photo {
  /*width: 500px;*/
  /*width: 550px;*/
  width: 900px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.single-thumb {
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  width: 50%;
}
.single-video {
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  width: 50%;
}

.single-thumb__item {
  float: left;
  display: block;
  width: 100%;
  padding: 0px 4px 4px 0;
}

.single-thumb__item img {
  display: block;
  width: 100%;
  height: auto;
}

.single-thumb__item-video-cover {
  width: 100%;
  padding-top: 132%;
  position: relative;
}

.single-thumb__item-video-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-fit: none;*/
}

.single-gallery {
  padding-left: 32px;
  padding-right: 32px;
  overflow: hidden;
  position: relative;
  flex-grow: 2;
}

.single-gallery .slick-list {
  overflow: hidden;
}

.single-gallery__item {
  float: left;
  display: block;
  width: calc(25% - 8px);
  margin: 0 4px 8px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}

.single-gallery__item--video::before {
  content: "";
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  transition: all 0.3s ease;
  z-index: 5;
}

.single-gallery__item--video:hover::before {
  opacity: 0.9;
}

.single-gallery__item--video::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 16px solid #000;
  opacity: 0.5;
  z-index: 8;
}

.single-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}

.single-gallery__item:hover,
.single-gallery__item.slick-current {
  border: 1px solid #c4c4c4;
}

.single-gallery .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  width: 16px;
  height: 32px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  z-index: 40;
  cursor: pointer;
}

.single-thumb .slick-arrow {
  position: absolute;
  top: calc(50% - 16px);
  width: 16px;
  height: 32px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  z-index: 999;
  cursor: pointer;
}

.single-gallery .slick-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  transform: rotate(45deg);
}

.single-thumb .slick-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 13px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(45deg);
}

.single-gallery .slick-prev {
  left: 0;
  z-index: 999999;
}

.single-thumb .slick-prev {
  left: 0px;
  z-index: 999999;
}

.single-gallery .slick-next {
  right: 0;
  transform: rotate(180deg);
  z-index: 999999;
}

.single-thumb .slick-next {
  right: 0;
  transform: rotate(180deg);
  z-index: 999999;
}

.single-gallery .slick-arrow:hover::before {
  border-color: #a59581;
}

.single-thumb .slick-arrow:hover::before {
  border-color: #a59581;
}

.single-box {
  /*width: calc(100% - 580px);*/
  width: calc(100% - 940px);
}

.single__head {
  margin-bottom: 56px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #2a2a2a;
}

.single-box__subline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.single-star {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.single-star__item {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: #ffcc00;
  -webkit-mask: url("i/bg-icon-star.svg") center no-repeat;
  mask: url("i/bg-icon-star.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.single-star__item--empty {
  background: #e6e6e6;
}

.single-brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 21px;
  color: #797979;
}

.single-brand__name a {
  color: #797979;
  text-decoration: none;
}

.single-brand__name a:hover {
  text-decoration: underline;
}

.single-brand__logo {
  max-width: 100px;
}

.single-brand__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.single-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.single-price__old {
  /*width: 100%;*/
  /*margin-bottom: 20px;*/

  font-size: 20px;
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #999999;
}

.single-price__now {
  margin-right: 15px;
  font-size: 22px;
  line-height: 42px;
  color: #454445;
  font-weight: bold;

}
.single-price__text {
  margin-right: 15px;
  font-size: 22px;
  line-height: 42px;
  color: #454445;
  font-weight: bold;

}

.single-price__text {
  margin-right: 0;
}

.single-price__isset {
  min-height: 27px;
  position: relative;
  padding-left: 42px;
  font-size: 15px;
  line-height: 28px;
  color: #1b8900;
}

.single-price__isset::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  border: 2px solid #1b8900;
  border-radius: 30%;
}

.single-price__isset::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #1b8900;
  border-bottom: 2px solid #1b8900;
  transform: rotate(-45deg);
}

.subscribe_social {
  color: #333;
  margin-bottom: 20px;
  font-size: 12px;
  /*font-style: italic;*/
}
.subscribe_social span {
    /*text-decoration: underline;*/
}
.subscribe_social a {
  color: #333;
  /*border: 1px solid;
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  width: 30px;
  height: 30px;*/
}
.subscribe_social img {
    margin-right: 3px;
}
.single-add-to-cart {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}

.single-add-to-cart__count {
  display: block;
  width: 100px;
  height: 50px;
  margin-right: 20px;
  border: 1px solid #cfcec8;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
  text-align: center;
}

.single-add-to-cart__count {
  display: none;
}

.single-add-to-cart a.msfavorites {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.775rem 0;
  line-height: 1.5;
  border-radius: 0rem;
  border-color: #333;
  width: 50%;
  margin-bottom: 10px;
}

.single-add-to-cart__title {
  margin-right: 18px;
  padding-right: 49px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
}

.single-add-to-cart__title::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 37px;
  height: 2px;
  background: #797979;
}

.single-add-to-cart__title::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  width: 12px;
  height: 12px;
  border-left: 2px solid #797979;
  border-bottom: 2px solid #797979;
  transform: rotate(-135deg);
}

.single-add-to-cart__btn {
  display: block;
  width: 50%;
  height: 50px;
  /*border: 1px solid #333333;*/
  border: 1px solid transparent;
  background: #a59581;
  background: #333333;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.single-add-to-cart__btn:hover {
  background: #a59581;
  color: #fff;
}

.single-info {
  padding-top: 8px;
  padding-bottom: 80px;
}

.single-content {
  width: calc(48% - 24px);
}

.single__head {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
}

.single__desc {
  padding-top: 24px;
}

.single-haract {}

.single-haract__line {}

.single-review {
  width: calc(52% - 24px);
}

.single-review__list {
  padding-bottom: 4px;
}

.single-review__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
  position: relative;
}

.single-review__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}

.single-review__avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 30%;
  margin-right: 20px;
}

.single-review__avatar img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.single-review__name {
  min-width: 160px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #2a2a2a;
}

.single-review__star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.single-review__star-item {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: #ffcc00;
  -webkit-mask: url("i/bg-icon-star.svg") center no-repeat;
  mask: url("i/bg-icon-star.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.single-review__star-item--empty {
  background: #e6e6e6;
}

.single-review__date {
  margin-left: auto;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  color: #797979;
}

.single-review__text {
  font-size: 14px;
  line-height: 1.2;
  color: #797979;
}

.single-review__btn {
  display: block;
  width: 248px;
  height: 50px;
  margin-bottom: 32px;
  border: 1px solid #cfcec8;
  background-color: #fff;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #a59581;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single-review__btn:hover {
  background: #a59581;
  color: #fff;
}

/* Cart --------------------------------------------------------------------------------- */
.cart {
  padding-top: 8px;
  padding-bottom: 160px;
}

.cart-wrapper {
  padding-bottom: 24px;
}

.cart-info {
  width: 48%;
  max-width: 440px;
}

.cart__title {
  width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
}

.cart-info__box {
  padding-bottom: 24px;
}

.cart-info__line {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cart-info__label {
  padding-top: 16px;
  font-size: 18px;
  line-height: 20px;
  color: #2e2e2e;
}

.cart-info__input {
  display: block;
  width: 100%;
  max-width: 248px;
  max-width: 345px;
}

.cart-info__input input,
.cart-info__input textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #cfcec8;
  outline: none;
  background: #fff;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 12px;
  font-size: 14px;
}

.cart-info__input input::placeholder,
.cart-info__input textarea::placeholder {
  color: #cfcec8;
}

.cart-info__input input::placeholder {
  color: #cfcec8;
}

.cart-info__input input::-webkit-input-placeholder {
  color: #cfcec8;
}

.cart-info__input textarea {
  height: 184px;
  resize: none;
  padding-top: 16px;
}

.cart-info__check {
  margin-bottom: 20px;
}

.cart-info__check input {
  display: none;
}

.cart-info__check-text {
  display: block;
  padding-left: 36px;
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: #2e2e2e;
}

.cart-info__check-text::before,
.cart-info__check-text::after {
  content: "";
  position: absolute;
}

.cart-info__check-text::before {
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #acacac;
}

.cart-info__check-text::after {
  top: 4px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #a59581;
  border-bottom: 2px solid #a59581;
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.cart-info__check input:checked+.cart-info__check-text::after {
  opacity: 1;
}

.cart-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 44px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  color: #2a2a2a;
}

.cart-total__result {
  font-size: 24px;
}

.cart__checkout {
  display: block;
  width: 248px;
  height: 50px;
  margin: 0 auto;
  background: #a59581;
  border: 1px solid #cfcec8;
  outline: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cart__checkout:hover {
  background: #fff;
  color: #a59581;
}

.cart-box {
  width: 50%;
  max-width: 620px;
}

.cart-box__list {}

.cart-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
}

.cart-item__thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 200px;
  height: 200px;
}

.cart-item__thumb img {
  display: block;
  max-width: 100%;
  max-height: 98%;
}

.cart-item__info {
  width: calc(100% - 200px);
  padding: 24px;
}

.cart-item__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #2e2e2e;
}

.cart-item__sku {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.2;
  color: #797979;
}

.cart-item__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.cart-item__count {
  display: block;
  width: 100px;
  height: 50px;
  margin-right: 20px;
  border: 1px solid #cfcec8;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
  text-align: center;
}

.cart-item__count-title {
  margin-right: 32px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
}

.cart-item__cost {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #2e2e2e;
}

.cart-item__delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 15px;
  height: 15px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.cart-item__delete::before,
.cart-item__delete::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 16px;
  height: 1px;
  background: #a59581;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.cart-item__delete::before {
  left: -1px;
}

.cart-item__delete::after {
  right: 1px;
  transform: rotate(135deg);
}

.cart-item__delete:hover::before,
.cart-item__delete:hover::after {
  background: #000;
}

/* subscribe ---------------------------------------------------------------------------- */
.subscribe {
  margin-bottom: 32px;
}

.subscribe-box {
  background: #ffcc00;
  border-radius: 4px;
  position: relative;
  padding: 24px;
}

.subscribe-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 100%;
  background: url("i/bg-subscribe-start.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.subscribe-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 88px;
  width: 240px;
  height: 100%;
  background: url("i/bg-subscribe-letter.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.subscribe-top {
  width: 100%;
  max-width: 960px;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto 16px;
  position: relative;
  z-index: 10;
}

.subscribe__title {
  width: calc(100% - 350px);
  font-weight: bold;
  font-size: 26px;
  line-height: 1.15;
}

.subscribe__desc {
  width: 310px;
  font-size: 14px;
  line-height: 1.15;
  color: #424242;
}

.subscribe-bottom {
  width: 100%;
  max-width: 960px;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.subscribe__head {
  width: 260px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}

.subscribe-form {
  width: calc(100% - 500px);
  margin-right: auto;
}

.subscribe-form__inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #fff;
  border: 2px solid #a59581;
  border-radius: 0px;
  padding: 12px 24px;
}

.subscribe__input {
  width: calc(100% - 40px);
  height: 20px;
  border: none;
  outline: none;
  background-color: transparent;
}

.subscribe__submit {
  display: block;
  width: 24px;
  height: 20px;
  margin-right: 8px;
  border: none;
  outline: none;
  background: #a59581;
  -webkit-mask: url("i/bg-submit-arrow.svg") center no-repeat;
  mask: url("i/bg-submit-arrow.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe__submit:hover {
  background: #999;
}

.subscribe__confirm {
  width: 194px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.vhod_item {
    display: flex;
    min-height: 330px;
    max-height: 363px;
}
.col-12.store_property--vhod {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* main-info ---------------------------------------------------------------------------- */
.main-info {
  padding-top: 24px;
  padding-bottom: 56px;
}

.main-info .text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

/* Footer ----------------------------------------------------------------------------- */
.footer {
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background: #3f3f3f;
}

.footer__head {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.15;
  color: #afafaf;
}

.footer-box {
  width: 230px;
}

.footer-box__head {
  font-size: 16px;
}

.footer__logo {
  display: block;
  width: 150px;
  height: 30px;
  width: 203px;
  height: 41px;
  margin-bottom: 16px;
  background: url("./i/bg-logo-footer.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.footer__copy {
  margin-bottom: 48px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.15;
  color: #999;
}

.footer-pay {
  margin-bottom: 32px;
}

.footer-pay__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.footer-pay__item {
  margin-left: 20px;
}

.footer-pay__item:first-child {
  margin-left: 0;
}

.footer-nav {
  width: 200px;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav li {
  margin: 12px 0;
}

.footer-nav a {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  color: #999;
  text-decoration: none;
  transform: all 0.3s ease;
}

.footer-nav li.active a {
  color: #e83274;
}

.footer-nav a:hover {
  color: #e83274;
}

.footer-info {
  width: 284px;
}

.footer-contact__item {
  padding-bottom: 20px;
}

.footer-contact__item a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.footer-contact__subhead {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #999;
  opacity: 0.9;
}

.footer-bottom {
  padding-top: 16px;
}

.footer-bottom .wrapper {
  -ms-align-items: center;
  align-items: center;
}

.footer-menu {
  width: calc(100% - 300px);
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
}

.footer-menu li {
  margin-left: 32px;
}

.footer-menu li:first-child {
  margin-left: 0;
}

.footer-menu a {
  font-size: 15px;
  line-height: 18px;
  color: #999999;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-made {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  width: 284px;
}

.footer-made a,
.footer-made p {
  display: inline-block;
  margin-right: 12px;
  padding-top: 3px;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
  text-decoration: none;
}

.footer-made a:hover {
  text-decoration: underline;
}

.footer-made span {
  display: inline-block;
  width: 100px;
  height: 30px;
  background: url("i/bg-logo-made.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.mob-cat {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  background: #fff;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
}

.mob-cat__close {
  position: absolute;
  top: 24px;

  top: 21px;
  right: 24px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  outline: none;

  display: none;
}

.mob-cat__close::before,
.mob-cat__close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #717171;
  border: none;
  outline: none;
  /* transition: all 0.4s ease; */
}

.mob-cat__close::before {
  top: 8px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mob-cat__close::after {
  bottom: 9px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mob-cat__head {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.mob-cat__head_subtitle {
   margin: 18px 0px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: center; 
}
.mob-cat__list {
  list-style: none;
}

.mob-cat__list li {
  margin-bottom: 8px;
}

.mob-cat__list a {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #2a2a2a;
  text-decoration: none;
}

.mob-cat__list .sub-menu {
  list-style: none;
  margin-bottom: 16px;
  margin-left: 20px;
}

.mob-cat__list .sub-menu a {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.2;
  color: #3c3c3c;
  text-decoration: none;
}

/* Всплывающие окна ============================================================================ */
.overlay {
  display: none;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.overlay.active {
  display: block;
}

.popup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 280px;
  padding: 24px 16px;
  background: #fff;
  box-shadow: 0px 0px 4px #c8c8c8;
  border-radius: 0px;
  z-index: 9999;
}

.popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #717171;
  border: none;
  outline: none;
  transition: all 0.4s ease;
}

.popup__close::before {
  top: 9px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.popup__close::after {
  bottom: 9px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.popup__close:hover::before,
.popup__close:hover::after {
  background: #a59581;
}

.popup__head {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #2a2a2a;
  text-align: left;
}

.popup__policy-confirm {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #2a2a2a;
}

.popup__policy-confirm a {
  color: #2a2a2a;
  text-decoration: underline;
}

.popup__policy-confirm a:hover {
  text-decoration: none;
}

.single-review__form-line {
  margin-bottom: 12px;
  position: relative;
}

.single-review__star {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.single-review__star-head {
  width: 100px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #2a2a2a;
}

.single-review__star-add {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.single-review__star-point {
  width: 16px;
  height: 16px;
  margin: 0 4px;
}

.single-review__star-point input {
  display: none;
}

.single-review__star-btn {
  display: block;
  width: 16px;
  height: 16px;
  background: #e6e6e6;
  -webkit-mask: url("i/bg-icon-star.svg") center no-repeat;
  mask: url("i/bg-icon-star.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  font-size: 0;
}

.single-review__star-point input:checked+.single-review__star-btn,
.single-review__star-btn:hover {
  background: #ffcc00;
}

.single-review__form-line input,
.single-review__form-line textarea {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #c4c4c4;
  padding-left: 16px;
  padding-right: 8px;
  border-radius: 0px;
  font-size: 14px;
}

.single-review__form-line textarea {
  height: 88px;
  resize: none;
  padding-top: 8px;
}

.single-review__form-submit input {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin-bottom: 16px;
  border: 1px solid #cfcec8;
  background-color: #a59581;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single-review__form-submit input:hover {
  background: #fff;
  color: #a59581;
}
.single-review__form-submit input[disabled] {
  background: #cfcec8;
  color: #a59581;
}
.single-review__form-submit button:hover {
  background: #fff;
  color: #a59581;
}
.single-review__form-submit button[disabled] {
  background: #cfcec8;
  color: #a59581;
}
.single-review__form-submit button {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin-bottom: 16px;
  border: 1px solid #cfcec8;
  background-color: #a59581;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.single-review__form-submit button:hover {
  background: #fff;
  color: #a59581;
}

.office-auth-register-wrapper {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Форма */

input.hide_input {
  display: none;
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
  display: none !important;
}

.popup-body input.wpcf7-not-valid {
  border: 1px solid #c00;
}

.popup-thy {
  position: fixed;
  top: calc(50% - 160px);
  left: calc(50% - 200px);
}

.store_property .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  color: #2a2a2a;
  text-align: left;
}

.about-logo {
  text-align: center;
}

.about-logo img {
  width: 30%;
  display: inline;
}

.wrapper div p {
  margin-top: 10px;
  margin-bottom: 17px;
}

.header-top-menu {
  border-bottom: 1px solid #cfcec8;
  height: 36px;
  line-height: 35px;
}

.header-top-menu>.wrapper {display: flex; justify-content: space-between; align-items: center;}

.header__nav_top {
  /* position: absolute;*/
  /*right: 36px;*/
  /*display: block;*/
  display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
    display: flex;
  float: left;
  align-items: center;
  gap: 15px;
  float: left;
}

.header-auth {
  display: block;
  float: right;
}

.header-auth a {
  color: #333;
  text-transform: none;
  text-decoration: none;

  font-size: 12px;
  text-transform: none;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
}

.header__menu {
  display: flex;
  position: relative;
  z-index: 5;
  background-color: #fff;
  /*top: -49px;*/
}

.header__menu li {
  list-style: none;
  /* margin: 0px 0px 0px 36px; */
  margin-right: 10px;
  color: #333;
  font-size: 12px;text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

.header__menu li a {
  text-decoration: none; font-weight: bold;
}

.header__menu li:hover a {
  color: #e83274;
}

.header__menu li.active a {
  color: #e83274;
}

.content-wrapper {
  margin-top: 78px;
  padding: 10px;
  line-height: 34px;
}

.row.contact_info_row {
    padding-top: 40px;
}
.store_property.store_property--maps {
    padding: 15px;
}
@media (max-width: 820px) {
.col-md-6.store_property--forma {
    padding: 20px;
}

.store_property.store_property--maps {
    padding: 20px;
}
  .store_description{
    padding: 20px;
      margin-top: 10px;
  }
  .row--vhod {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
      .col-12.store_property--vhod {
        display: flex;
        justify-content: center;
        align-items: center;
        /* width: 100%; */
        flex: 0 0 990px;
    }
        .row--vhod .vhod_item:nth-child(1) {
        flex: 0 0 245px;
    }
        .row--vhod .vhod_item:nth-child(2) {
        flex: 0 0 500px;
    }
        .row--vhod .vhod_item:nth-child(3) {
        flex: 0 0 245px;
    }
}





@media (max-width: 810px) {
  .menu-burger__header {
    position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
  }
  .header__nav_top {
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    background: #fff;
    z-index: 99;
    /*box-shadow: #ccc;*/
    width: 100%;
    /*box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);*/
    /* transition: all 0.4s ease; */
    left: -100%;
  }

  .header__menu {
    display: block;
  }

  .header__nav_top.open-menu { 
    left: 0;
  }

  .header__menu li {
    margin: 14px 0px 14px 0px;
    font-size: 14px;
  }

  HEAD .menu-burger__header {
    position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
  }

  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    height: 3px;
    width: 100%;
    position: absolute;
    background: #515758;
    margin: 0 auto;
  }

  .menu-burger__header span {
    top: 16px;
  }

  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }

  .menu-burger__header:after {
    bottom: 5px;
  }

  .menu-burger__header:before {
    top: 5px;
  }

  .menu-burger__header.open-menu span {
    opacity: 0;
    transition: 0.5s;
  }

  .menu-burger__header.open-menu:before {
    transform: rotate(38deg);
    top: 16px;
    transition: 0.4s;
  }

  .menu-burger__header.open-menu:after {
    transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
  }


  .menu-burger__header {
    position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin-left: 10px;
  }

  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    height: 3px;
    width: 100%;
    position: absolute;
    background: #515758;
    margin: 0 auto;
  }

  .menu-burger__header span {
    top: 16px;
  }

  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }

  .menu-burger__header:after {
    bottom: 5px;
  }

  .menu-burger__header:before {
    top: 5px;
  }

  .menu-burger__header.open-menu span {
    opacity: 0;
    transition: 0.5s;
  }

  .menu-burger__header.open-menu:before {
    transform: rotate(38deg);
    top: 16px;
    transition: 0.4s;
  }

  .menu-burger__header.open-menu:after {
    transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s;
  }
}
.holder {
  position: relative;
  /*width:300px;*/
  /*height:400px;*/
}

.blocks {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  /*top:0;*/
  /*padding:5px;*/
  display: none;
  /*background: #efefef82;*/
  text-align: center;
  /*padding: 10px;*/
  color: #525a59;
  /*height: 15%;*/
  font-size: 13px;
}

.blocks_options {
  background: #efefef82;
}

.holder:hover .blocks {
  display: block;
}

.blocks_options div.option-radio {
  display: inline-block;
  margin-right: 5px;
  padding: 10px;
}

.favorit {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff8a;
  padding: 7px 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  /* color: #FFF; */
  text-align: center;
  border: 1px solid #c7c7c7;
}

/*
.msfavorites {
  position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    border: none;
    background: #ffffff69;
    border-radius: 100%;
    width: 35px;
    height: 35px;
}
.msfavorites i {
  padding: 2px;
    margin-top: 9px;
    margin-left: 8px;
}
.msfavorites svg{
  max-width: 100%;
    max-height: 100%;
    overflow: visible;
    transition: all ease 0.2s;
    padding: 2px;
}
*/
.compar {
  border-radius: 50%;
  background: #ffffff8a;
  padding: 7px 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  border: 1px solid #c7c7c7;
}

.comparison .comparison-link {
  border-bottom-style: none;
  padding: 0px 5px;
}

/* tabs ---------------------------------------------------------------------------- */
.promo_tabs .tabs>li {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  /*margin: 0 20px; */
  margin-right: 20px;
}

.promo_tabs li.current,
.promo_tabs li:hover {
  color: #a59581;
}

.promo_tabs li.current {
  cursor: default;
}

.promo_tabs ul {
  /*text-align: center;*/
  font-size: 0;
}

.promo_tabs .btn_icon_parent {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.promo_tabs li span {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0px 5px 10px 0px;
  position: relative;
}

.promo_tabs li.current span {
  border-bottom: 1px solid #a59581;
}

.promo_tabs li.current span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff00;
}

.promo_tabs .box {
  /*border: 1px solid #ffffff;*/
  border-radius: 10px;
  overflow: hidden;
}

.promo_tabs .tabs {
  margin: 40px 0 0;
  border: none;
}

HEAD .inner_tabs_box_rating-badge {
  display: flex;
}

.inner_tabs_box_rating-badge span {
  align-self: center;
  color: #939393;
  padding: 10px;
}

table.features td.name {
  position: relative;
  width: 50%;
  vertical-align: top;
  z-index: 0;
}

table.features td.value {
  height: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

table.features td.name {
  position: relative;
  width: 50%;
  vertical-align: top;
  z-index: 0;
}

table.features td.name span {
  background: #fff;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  width: 100%;
}

table.features td.name span strong {
  font-weight: 400;
  background: #fff;
  position: relative;
  z-index: 10;
  padding-right: 10px;
}

table.features td.name span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  border-bottom: 1px solid #dfe4eb;
  z-index: 1;
}

table.features td.value {
  height: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

#option_size {
  width: 25%;
  height: 42px;
  border: 1px solid #999;
  border-radius: 0px;
  padding: 8px 20px;
}

.block1__wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

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

#msMiniCart {
  position: relative;
}

.ms2_total_count {
  background-color: #fff;
  border-radius: 50px;
  color: #333;
  width: 21px;
  height: 21px;
  padding: 0px 7px;
  /* margin: 6px; */
  position: absolute;
  right: 0;
  top: 0;
  right: 3px;
}
.mobile-footer .ms2_total_count {
    padding: 0px;
    right: 10px;
  border: 1px solid;
}
.msfavorites {
  text-decoration: none;
  position: relative;
}

.msfavorites span {
  background-color: #ffffff61;
  border-radius: 50px;
  color: #333;
  width: 21px;
  height: 21px;
  padding: 1px 3px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 0;
  top: -9px;
  font-size: 13px;
}

.msfavorites-icon-heart {
  width: 19px;
  height: 19px;
}

.msfavorites-icon-heart {
  position: relative;
  margin-right: 0px;
  margin-top: 0px;
  width: 20px;
  height: 17px;
}

.msfavorites .msfavorites-icon-new {
  margin-right: 10px;
  margin-top: 10px;
  margin-top: 0;
}

.msfavorites-icon-heart {
  background-color: #fff0;
}

.favor_clears_list {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.favor_clears_list span {}

.cooperat__list {
  justify-content: center;
  padding-bottom: 10px;
}

.cooperat-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 33.3%;
  width: 20%;
  margin-bottom: 32px;

  margin-left: 20px;
}

.cooperat-item__icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.cooperat-item__title {
  width: calc(100% - 70px);
  padding-right: 16px;
  padding-right: 23px;
  font-size: 14px;
  line-height: 1.57;
  color: #2b2b2b;
}

.my_modal_window {
  width: 400px;
  height: auto;
  padding: 30px 25px 40px;
  -webkit-box-shadow: 0 0 14px #000;
  box-shadow: 0 0 14px #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.my_modal_window h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
/*
.my_modal_window input {
  width: 100%;
  height: 45px;
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 3px 0 rgba(234, 234, 234, 0.35);
  box-shadow: inset 0 3px 0 rgba(234, 234, 234, 0.35);
  color: #afafaf;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: 0;
}

.my_modal_window .submit_btn {
  max-width: 100%;
}
*/
.main_btn {
  display: block;
  width: 100%;
  max-width: 330px;
  height: 56px;
  border: 1px solid #a59581;
  -webkit-box-shadow: 0 0 0 4px #fff inset;
  box-shadow: 0 0 0 4px #fff inset;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  background: #a59581;
}

/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width: 1200px) {
  .header-contact {
    width: auto;
  }

  .slider .slick-prev {
    left: 16px;
  }

  .slider .slick-next {
    left: 232px;
  }

  .slider .slick-dots {
    left: 32px;
  }

  .cat-top__head {
    width: 100%;
  }

  .single-add-to-cart__count {
    width: 80px;
    margin-right: 16px;
    font-size: 20px;
  }

  .single-add-to-cart__title {
    margin-right: 24px;
    padding-right: 56px;
  }

  .single-add-to-cart__title::before {
    width: 40px;
  }

  .single-add-to-cart__btn {
    width: 50%;
  }
  .single-add-to-cart a.msfavorites {    padding: 0.775rem;}

  .single-review__avatar {
    margin-right: 12px;
  }

  .single-review__name {
    min-width: 144px;
  }

  .single-review__star-item {
    margin: 0 2px;
  }

  .single-review__date {
    font-size: 16px;
  }
}

@media screen and (max-width: 1090px) {
    .header__nav ul {
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
    width: 220px;
    background: #fff;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 1050px) {
  .header-top {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .header-search {
    width: calc(100% - 500px);
  }

  .header-btn {
    width: 220px;
  }

  .header-btn__item {
    padding-left: 36px;
  }

  .header__nav-btn {
    display: none;
  }

  .header__nav ul {
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
    width: 220px;
    background: #fff;
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .nav-active .header__nav ul {
    top: 20px;
    opacity: 1;
    pointer-events: auto;
  }

  .popular-cat__item {
    width: calc(33.3% - 32px);
  }

  .popular-cat__thumb {
    margin-bottom: 16px;
  }

  /*
  .product-item {
    width: calc(33.3% - 48px);
  }*/

  .main-action__head {
    font-size: 32px;
  }

  .main-action__head span {
    margin-left: 16px;
    font-size: 36px;
  }

  .main-action__list .product-item__thumb {
    height: 200px;
  }

  .main-action__of-day .product-item__thumb {
    height: 440px;
  }

  .subscribe-form {
    width: calc(100% - 480px);
  }

  .sidebar {
    width: 210px;
  }

  .side__check-text {
    padding-left: 24px;
  }

  .category-content {
    width: calc(100% - 224px);
  }

  .category__desc {
    padding: 40px;
  }

  .single-photo {
    width: 400px;
  }

  .single-box {
    width: calc(100% - 420px);
  }

  .single-content,
  .single-review {
    width: 100%;
    margin-bottom: 40px;
  }

  .cart-item__thumb {
    width: 120px;
    height: 160px;
  }

  .cart-item__info {
    width: calc(100% - 130px);
    padding: 16px;
  }

  .footer {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .footer-info {
    width: 240px;
  }

  .footer-contact__item a {
    font-size: 20px;
  }

  .footer-bottom {
    padding-top: 0;
  }

  .footer-menu {
    width: calc(100% - 230px);
  }

  .footer-menu li {
    margin-left: 20px;
  }

  .footer-menu a {
    font-size: 14px;
  }

  .footer-made {
    width: 224px;
  }
}

@media screen and (max-width: 900px) {
  .header-search {
    display: none;
  }

  .headline {
    margin-bottom: 32px;
  }

  .head {
    font-size: 32px;
    line-height: 36px;
  }

  .header-search {
    width: calc(100% - 360px);
  }

  .header-btn {
    width: 80px;
  }

  .header-btn__item {
    width: 32px;
    padding: 0;
    /*font-size: 0;*/

    color: #000;
  }

  .header-btn__item::before {
    left: calc(50% - 13px);
  }

  .header-cat__body {
    display: none;
  }

  .mob-cat {
    display: block;
  }

  .header-cat--active .mob-cat {
    opacity: 1;
    pointer-events: auto;
  }

  .header-cat-2--active .mob-cat-2 {
    opacity: 1;
    pointer-events: auto;
    display: block;
    z-index: 1111;
  }

  .slider .slick-dots {
    bottom: 40px;
  }

  .slider .slick-arrow {
    bottom: 32px;
  }

  .slider-item {
    min-height: 480px;
    padding-top: 48px;
    padding-bottom: 96px;

    /*background-image: none!important;*/
    background-image: auto;
    background-position: right 46% bottom 100%;
  }

  .popular-cat_first {
    left: 0px;
  }

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

  .subscribe__desc {
    margin: 0 auto;
  }

  .subscribe__head {
    width: 100%;
    margin: 0 auto 8px;
    text-align: center;
  }

  .subscribe-form {
    width: calc(100% - 200px);
  }

  .main-info .text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .main-news__thumb {
    width: 120px;
  }

  .main-news__info {
    width: calc(100% - 128px);
  }

  .cat-top__total {
    width: 100%;
    margin-bottom: 20px;
  }

  .cat-filter {
    display: block;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 40px 24px;
    overflow: hidden;
    overflow-y: visible;
    opacity: 0;
    pointer-events: none;
    z-index: -50;
    transition: all 0.3s ease;
  }

  .filter-cat--active .sidebar {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
  }

  .category-content {
    width: 100%;
  }

  .category__desc {
    padding: 40px;
  }

  .single-photo {
    width: 300px;
  }

  .single-box {
    width: calc(100% - 320px);
  }

  .single-box__subline,
  .single__brand {
    margin-bottom: 20px;
  }

  .single-price {
    margin-bottom: 32px;
    justify-content: center;

  }

  .single-price__old {
    margin-bottom: 8px;
    /*font-size: 20px;*/
  }

  .single-price__now {
    margin-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .single-add-to-cart__btn {
    /*margin-top: 4px;*/
  }

  .options_line {}

  .options_line div {
    margin: 1px;
  }

  .product_page_seetoo .product-item {
    width: calc(100% - 20px);
    max-width: 400px;
  }

  .product_page_looked .product-item {
    width: calc(100% - 20px);
    max-width: 400px;
  }

  .cart-info,
  .cart-box {
    width: 100%;
    max-width: 100%;
  }

  .cart-info {
    max-width: 440px;
    margin: 0 auto 32px;
  }

  .footer-top {
    padding-bottom: 32px;
  }

  .footer-box {
    order: -2;
  }

  .footer-info {
    order: -1;
    width: calc(100% - 300px);
  }

  .footer-nav {
    width: 50%;
  }

  .footer-menu {
    display: block;
  }

  .footer-menu li {
    margin-left: 0;
  }

  .mob-cat__close {
    display: block;
  }

  /*
  .product-item__stick {
    top: 21px;
    left: 60px;
  }*/

  .cooperat-item {
    width: 100%;
  }

  .product__list {
    justify-content: space-around;
  }
}

@media screen and (max-width: 750px) {
  .product-articles {
    display: none !important;
  }

  .header__logo {
    width: 220px;
    height: 64px;
  }

  .header-search {
    order: 1;
    width: 100%;
    display: block;
    max-width: none;
    margin-top: 20px;
  }

  .header-search__box {
    display: block;
  }

  .header-middle .search {
    /*display: none;*/
  }

  .header-search {
    width: calc(100% - 320px);
  }

  .header-search__inner {
    padding: 8px 16px;
  }

  .header-cat__btn {
    width: 220px;
  }

  .header-cat__btn span {
    margin-right: 16px;
  }

  .header-search__box {
    /*display: block;*/
  }

   HEAD .search_form {
    display: none;
  }

  .slider-item__head {
    font-size: 48px;
  }

  .slider-item__desc {
    max-width: 440px;
  }

  .product-item {
    width: calc(50% - 48px);
  }

  .main-action__list,
  .main-action__of-day {
    width: 100%;
    padding-top: 0;
  }

  .main-news__box {
    width: 100%;
    margin-bottom: 32px;
  }

  .single-photo,
  .single-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .mob-cat__close {
    display: block;
  }

  .single-price+.single-add-to-cart {
    justify-content: center;
  }

  .tinkoff_btns {
    text-align: center;
  }

  .tinkoff_btn button {
    width: 216px !important;
  }
}

@media screen and (max-width: 600px) {
  .header__nav ul {
    width: 172px;
  }

  .header-search {
    order: 1;
    width: 100%;
    margin-top: 4px;
  }

  .header-blocks {
    order: 1;
    width: 100%;
    margin-top: 4px;
  }

  .header-blocks-contacts {
    order: 1;
    width: 100%;
    margin-top: 4px;
  }

  .header-contact__block {
    border-right: 0px solid #cfcec8;
  }

  .header-middle {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header__nav {
    width: auto;
    margin-left: 24px;
  }

  .header-contact {
    width: calc(100% - 320px);
  }

  .header__nav a {
    color: #3a3a3a;
  }

  .slider-item__head {
    font-size: 40px;
  }

  .subscribe-box {
    padding: 20px;
  }

  .subscribe-box::before {
    display: none;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe__confirm {
    width: 100%;
    padding-top: 4px;
    text-align: center;
  }

  .cat-top__head {
    margin-right: 0;
    font-size: 30px;
  }

  .footer-box__head {
    margin-bottom: 8px;
  }

  .footer-info {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-menu {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-made {
    margin-left: auto;
  }

  .mob-cat__close {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .header-cat__btn {
    width: 176px;
    padding: 14px 8px;
    font-size: 13px;
  }

  .header-cat__btn span {
    width: 20px;
    margin-right: 8px;
  }

  .header-contact {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 450px) {
  .head {
    font-size: 24px;
    line-height: 32px;
  }

  .header__logo {
    width: 210px;
    height: 56px;
  }

  .header-btn {
    width: 72px;
  }

  .header__nav ul {
    left: -120px;
  }

  .header__nav {
    margin-left: 16px;
  }

  .header-contact {
    width: calc(100% - 220px);
  }

  .header-contact .icon-search {
    margin-left: 4px;
  }

  .slider-item__head {
    font-size: 30px;
  }

  .popular-cat__item {
    width: calc(50% - 32px);
    width: calc(100% - 32px);
  }

  .product-item,
  .main-action__list .product-item {
    width: calc(100% - 48px);
  }

  .main-action__of-day .product-item__thumb {
    height: 320px;
  }

  .search_form {
    display: none;
  }
  .cat-top {
      padding-bottom: 0px;
    }
  .cat-top__total {
    display: none !important;  
  }
  .top_filter_block > button {
    min-width: 100% !important;
    width: initial;
    margin: 0 auto !important;
    height: auto;
  }
  .slider-item__head {
    font-size: 48px;
  }

  .slider-item__desc {
    max-width: 440px;
  }

  .product-item {
    width: calc(50% - 48px);
  }

  .main-action__list,
  .main-action__of-day {
    width: 100%;
    padding-top: 0;
  }

  .main-news__box {
    width: 100%;
    margin-bottom: 32px;
  }

  .single-photo,
  .single-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .mob-cat__close {
    display: block;
  }

  .single-price+.single-add-to-cart {
    justify-content: center;
  }

  .tinkoff_btns {
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .tinkoff_btn  {
    width: 49%;
  }
  .tinkoff_btn button {
    width: 100% !important;
    padding: 10px 0 !important;
    font-size: 13px;
  }
  .single-add-to-cart a.msfavorites {
    /*border: none;*/
  }
}

@media screen and (max-width: 600px) {
  .header__nav ul {
    width: 172px;
  }

  .header-search {
    order: 1;
    width: 100%;
    margin-top: 4px;
  }

  .header-blocks {
    order: 1;
    width: 100%;
    margin-top: 4px;
  }

  .header-blocks-contacts {
    order: 1;
    width: 100%;
    margin-top: 4px;
  }

  .header-contact__block {
    border-right: 0px solid #cfcec8;
  }

  .header-middle {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header__nav {
    width: auto;
    margin-left: 24px;
  }

  .header-contact {
    width: calc(100% - 320px);
  }

  .header__nav a {
    color: #3a3a3a;
  }

  .slider-item__head {
    font-size: 40px;
  }

  .subscribe-box {
    padding: 20px;
  }

  .subscribe-box::before {
    display: none;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe__confirm {
    width: 100%;
    padding-top: 4px;
    text-align: center;
  }

  .cat-top__head {
    margin-right: 0;
    margin-top: 0;
    font-size: 24px;
  }

  .footer-box__head {
    margin-bottom: 8px;
  }

  .footer-info {
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-menu {
    width: 100%;
    padding-bottom: 16px;
  }

  .footer-made {
    margin-left: auto;
  }

  .mob-cat__close {
    display: block;
  }

  .single-price {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .block-inform {
      padding: 0px !important;
    }
}

@media screen and (max-width: 500px) {
  .header-cat__btn {
    width: auto;
    padding: 14px 8px;
    font-size: 13px;
  }

  .header-cat__btn span {
    width: 20px;
    margin-right: 8px;
  }

  .header-contact {
    width: calc(100% - 220px);
  }
  .vhod_item {
    margin: 10px;
  }
}

@media screen and (max-width: 450px) {
  .head {
    font-size: 24px;
    line-height: 32px;
  }

  .header__logo {
    width: 170px;
    height: 56px;
  }

  .header-btn {
    width: 72px;
  }

  .header__nav ul {
    left: -120px;
  }

  .header__nav {
    margin-left: 16px;
  }

  .header-contact {
    width: calc(100% - 220px);
  }

  .header-contact .icon-search {
    margin-left: 4px;
  }

  .slider-item__head {
    font-size: 30px;
  }

  .popular-cat__item {
    width: calc(50% - 32px);
    width: calc(100% - 32px);
  }

  .product-item,
  .main-action__list .product-item {
    width: calc(100% - 48px);
  }

  .main-action__of-day .product-item__thumb {
    height: 320px;
  }

  .main-action__of-day .product-item__price {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .main-action__of-day .product-item__title {
    font-size: 20px;
  }

  .main-news__thumb {
    width: 100px;
  }

  .main-news__info {
    width: calc(100% - 108px);
  }

  .subscribe__title {
    font-size: 24px;
  }

  .category__desc {
    padding: 20px;
  }

  .single-add-to-cart__count {
    width: 56px;
    margin-right: 8px;
  }

  .single-add-to-cart__title {
    padding-right: 0;
    margin-right: 8px;
    font-size: 18px;
  }

  .single-add-to-cart__title::before,
  .single-add-to-cart__title::after {
    display: none;
  }

  .single-add-to-cart__btn {
    margin-right: 0;
    width: 50%;
  }

  .cart__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .cart-info__label,
  .cart-info__input {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .cart-item {
    margin-bottom: 24px;
  }

  .cart-item__thumb {
    margin: 0 auto;
  }

  .cart-item__info {
    width: 100%;
    padding: 0;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-top {
    padding-bottom: 0;
  }

  .footer-nav {
    width: 100%;
    padding-bottom: 32px;
  }

  .footer-menu a {
    font-size: 13px;
  }

  .mob-cat__close {
    display: block;
  }
}

/* END ============================================================= */

.flex-container {
  display: flex;
  width: 100%;
  height: 150px;
  align-items: center;
  padding: 10px;
  background-color: #efefef;
}

.flex-container_element-1,
.flex-container_element-2,
.flex-container_element-3,
.flex-container_element-4 {
  flex-basis: 25%;
  text-align: center;
  padding: 15px;
  font-size: 30px;
}

.flex-container_element-1 {
  align-self: flex-start;
  background: #fe4;
}

.flex-container_element-2 {
  align-self: flex-end;
  background: pink;
}

.flex-container_element-3 {
  align-self: stretch;
  background: lime;
}

.flex-container_element-4 {
  align-self: auto;
  background: cyan;
}

/*
@media (min-width: 768px){
.modal-dialog {
    width: 700px;
    margin: 100px auto;
}

}
.modal-dialog {
    width: 700px;
    margin: 10px auto;
}
*/
.modal-content {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: 1px solid #dfe4eb;
}

.table>thead>tr>th {
  border-bottom: 2px solid #dfe4eb;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 1px solid #dfe4eb;
}

.table-bordered {
  border: 1px solid #dfe4eb;
  background: #fff;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #dfe4eb;
}

.table-responsive {
  border: 1px solid #dfe4eb;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 2px 10px;
  font-size: 15px;

  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.fancybox-slide--iframe .fancybox-content {
  width: 1280px;
  height: 730px;
  max-width: 80%;
  max-height: 80%;
}

@media screen and (max-witdh: 600px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 300px;
    height: 200px;
  }
}

.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all 0.7s;
}

.outersize {
  display: flex;
  flex-wrap: wrap;
}

.outersize .size-li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #ebebeb;
  margin: 1px;
  width: calc(33.33333% - 2px);
}

.outersize .size-li label {
  border: 1px solid #000000;
}

.outersize .size-li .size-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 1px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.outersize .size-li .size-title:hover {
  background: rgba(0, 0, 0, 0.1);
}

.outersize .size-li input:checked+.size-title {
  background: #000;
  color: #fff;
}

.icon-search {
  /*margin-top: 14px;*/
  margin: 8px;
  float: left;
  cursor: pointer;
}

.icon-search:hover {
  color: #de1936;
}

.sb-search {
  position: fixed;
  width: 456px;
  height: 37px;
  left: 50%;
  margin-left: -238px;
  top: 160px;
  display: none;
  border-radius: 7px;
  border-radius: 0px;
  overflow: hidden;
  font-size: 15px;
}

.header .search form,
.search-page form {
  position: relative;
  height: 100%;
  z-index: 55;
}

.header .search form input,
.search-page form input {
  width: 100%;
  height: 35px;
  border-width: 1px;
  border-color: #a59581;
  border-style: solid;
  border-radius: 0px;
  padding-left: 20px;
  background-color: rgb(255, 255, 255);
}

.sb-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a59581;
}

.sb-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a59581;
}

.sb-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #a59581;
}

.sb-search :-moz-placeholder {
  /* Firefox 18- */
  color: #a59581;
}

.header .search form .search-submit,
.search-page form input[type="submit"] {
  border-width: 1px;
  border-radius: 0 25px 25px 0;
  border-radius: 0;
  border-color: #a59581;
  border-style: solid;
  background-color: #a59581;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 81px;
  height: 35px;
  font-size: 16px;
}

.block-inform {
  display: flex;
  padding: 6px 5px;
}

.block-inform div {}

.block-call-back {}

.block-call-back a {
  font-weight: bold;
  font-size: 14px;
  line-height: 3.2;
  color: #2b2b2b;
  text-decoration: none;
}

.block-call-back a img {
  width: 40px;
  margin-right: 5px;
}

.block-video {
  padding: 22px 0;
}

.block-video a {
  text-decoration: none;
}

.block-video-text {
  padding-right: 49px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 3.2;
  color: #2b2b2b;
  height: 79px;
  display: inline;
  margin: 40px 13px;
}

.play-btn {
  width: 50px;
  height: 50px;
  background: radial-gradient(rgb(165 149 129) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  /*margin: 100px auto;*/
  box-shadow: 0px 0px 25px 3px #a59581;
  float: left;
  margin-right: 10px;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  top: -24%;
  left: -24%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/* Запятые */

.tagswidget {}

.tagswidget .tags-list {
  display: inline-block;
}

.tags-list span {
  text-decoration: none;
}

.tags-list span:not(:last-child):after {
  content: ", ";
  margin-right: 5px;
}
.sizetable {
    width:100%;
}
.sizetable td,
.sizetable th {
  border-bottom: 1px solid #999;
  color: #474747;
  vertical-align: middle;
}

.sizetable td {
  border-left: 1px solid #999;
  text-align: center;
  padding: 6px;
}

.instablock {
  padding-top: 10px;
  background: #fff;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 35%,
      rgba(141, 145, 144, 0.15) 100%);
}

.inst_block {
  padding: 0;
  margin: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}

.instablock_firsttext {
  margin-top: 30px;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  color: #333;
}

.instablock_secondtext {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: #333;
  margin-bottom: 50px;
}

.instablock_secondtext__oliva {
  color: #818960;
}

.instablock_secondtext__black {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}

.out-of-stock {
  color: red;
  margin-right: 20px;
}

.label_close {
  position: absolute;
  right: -4px !important;
  top: 0px !important;
  border-radius: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 80px solid #a59581 !important;
  border-left: 80px solid transparent !important;
  padding: 0 !important;
  background: none !important;
  color: #ffffff00 !important;
}

.itsnew {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: inherit !important;
}

.label_close span {
  right: -1px !important;
  font-size: 10px !important;
  line-height: 11px !important;
  white-space: nowrap;
  top: -64px;
  color: #fff;
  text-align: center;
  position: absolute;
  transform: rotate(42deg);
}

.header-mobile {
  top: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
  /*pointer-events: none;*/
  z-index: 100;
  position: relative;
}

.header-mobile.fixed {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
}

@media screen and (max-width: 750px) {
  .header-mobile {
    display: flex;
  }
}

.header-mobile__search {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background: #000;
  -webkit-mask: url("/assets/local/i/search_ico.svg") center no-repeat;
  mask: url("/assets/local/i/search_ico.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.header-mobile__logo {
  display: block;
  width: 210px;
  height: 36px;
  background: url(i/logo.svg) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.header-mobile__phone {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background: #000;
  -webkit-mask: url("/assets/local/i/bg-icon-phone.svg") center no-repeat;
  mask: url("/assets/local/i/bg-icon-phone.svg") center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  font-size: 0;
}

.mobile-footer {
  height: 69px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: space-between;
  padding: 12px 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.mobile-footer-item {
  display: block;
  text-align: center;
  color: #000;
  margin: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0 6px;
  flex: 1 1 auto;
  text-decoration: none;
}

.mobile-footer-item.active svg {
  color: #bc985e;
}

.mobile-footer-item-icon {
  display: block;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-footer-item-icon svg {
  display: block;
  margin: 0 auto;
}

.mobile-footer-item-text {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.menu-mobile-showed .toggle-menu-mobile .mobile-footer-item-icon {
  color: #bc985e;
}

.menu-popup-mobile {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 53px;
  bottom: 0;
  height: 100vh;
  padding-bottom: 69px;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  display: none;
}

.menu-popup-mobile .centered {
  justify-content: center;
}

.menu-popup-mobile .centered .custom-select {
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 26px;
}

.menu-popup-mobile-wrapper {
  padding: 0 16px;
  width: 100%;
  height: calc(100vh - 122px);
  overflow-y: scroll;
}

.menu-popup-mobile .btn-xxl {
  margin-bottom: 28px;
}

.menu-popup-mobile-list {
  padding: 24px 0 0 !important;
  width: 100%;
  margin: 0 0 56px !important;
}

.menu-popup-mobile-list-item {
  text-align: center;
}

.menu-popup-mobile-list-item-link {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
}

.menu-mobile-catalog-showed .toggle-catalog-mobile .mobile-footer-item-icon {
  color: #bc985e;
}

.catalog-popup-mobile {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 53px;
  bottom: 0;
  height: 100vh;
  padding-bottom: 69px;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  display: none;
}

.catalog-popup-mobile-title {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.catalog-popup-mobile .grid {
  justify-content: flex-start;
}

.catalog-popup-mobile .grid .grid {
  justify-content: space-between;
  flex: 1 1 auto;
  align-items: center;
  padding-left: 16px;
}

.catalog-popup-mobile-wrapper {
  padding: 0 16px;
  width: 100%;
  height: calc(100vh - 122px);
  overflow-y: scroll;
}

.catalog-popup-mobile-list {
  padding: 24px 0 0 !important;
  width: 100%;
  margin: 0 0 32px !important;
}

.menu-mobile-subcatalog-showed .toggle-catalog-mobile .mobile-footer-item-icon {
  color: #bc985e;
}

@media screen and (max-width: 750px) {
  .mobile-footer {
    display: flex; 
    align-items: end;
  }
}

.delivery {}

.delivery p.small {
  font-size: 12px;
}

.tinkoff_btns {
 display: flex;
 margin-bottom: 10px;
}

.tinkoff_btn {
  display: inline-block;
  
}

.tinkoff_btn button {
  background: #a59581;
  color: #fff;
  padding: 10px 23px;
  width: 230px;
  white-space: nowrap;
}

.tinkoff_btn:first-child button {
  margin-right: 10px;
}

.tinkoff_btn_two button {
  padding: 10px 23px;
}

.tinkoff_btn_info {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.wrapper div p.text_pol {
  font-size: 13px;
  margin-top: 10px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}

.phone_link {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 21px;
  text-decoration: none;
}

.header-blocks-phones {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 500px;
  margin-top: 0px;
  position: relative;
  flex-wrap: wrap;
}

.header-blocks {
  width: 50%;
  max-width: 165px;
  margin-top: 0px;
  position: relative;
}

@media screen and (min-width: 450px) and (max-width: 770px) {
  .single-add-to-cart {flex-wrap: nowrap;}
  .single-add-to-cart__btn {margin-top: 0; margin-right: 0; width: 50%;}
  .single-add-to-cart a.msfavorites {width: 50%; padding: 0.775rem 0;}
  .tinkoff_btns {display: flex; gap: 10px;}
  .tinkoff_btn {width: 50%;}
  .tinkoff_btn button {padding: 10px 0; width: 100% !important;}
  .tinkoff_btn_info {display: none;}
  .header-blocks-adress { width: 50%; }
  .header-rating-badge {width: 200px;}
}

.header-blocks-contacts {
  width: 50%;
  max-width: 175px;
  margin-top: 0px;
  position: relative;
}

@media screen and (max-width: 673px) {
  .header-blocks-phones {
    max-width: 350px;
  }
}

@media screen and (max-width: 625px) {
  .header-blocks-phones {
    max-width: 100%;
  }
}

.error-box .footer {
  width: 100%;
  left: 0;
  right: 0;
}

.error-box .error-body {
  padding-top: 5%;
}

.error-box .error-body h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
}

.error-box .text-center {
  text-align: center;
}

.error-box .text-danger {
  color: #f33155;
}

.error-box .text-muted {
  color: #8d9ea7;
}

.error-box .m-b-40 {
  margin-bottom: 40px !important;
}

.error-box .m-t-30 {
  margin-top: 30px !important;
}

.error-box .m-b-30 {
  margin-bottom: 30px !important;
}

.error-box a.btn.btn-danger.btn-rounded.m-b-40 {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.error-box a.btn.btn-danger.btn-rounded.m-b-40:hover {
  background-color: #ac2925;
  border-color: #761c19;
}

.header-blocks-wt-mobile {
  display: none;
}

.comparison_custom a {
  text-decoration: none;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 15px;
  margin-top: 4px;
}

.comparison_custom img {
  text-decoration: none;
  background: #9f9f9f;
  border-radius: 50%;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.header-contact__item .comparison .comparison-remove,
 .header-contact__item .comparison .comparison-go,
 .header-contact__item .comparison .comparison-total {display: block !important;}

.comparison_custom a span {
  background: #982932;
  border-radius: 50px;
  color: #333;
  width: 21px;
  height: 21px;
  padding: 1px 3px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 0;
  top: -13px;
  font-size: 13px;
}

.product__list.product_page.search_page {
  padding-right: 0;
  width: 100%;
}

.sb-search.fixed {
  position: fixed;
  top: 52px;
}

.mob-cat-2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  background: #fff;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
}

.header-cat__body {
  width: 100%;
  padding-bottom: 40px;
}

.header-cat__body .header-cat__body_menu {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header-cat__body .header-cat__body_menu div {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
}

.header-cat__body ul li a {
  text-decoration: none;
  color: #333333;
  margin-left: 20px;
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  transition: 0.3s;
}

.header-cat__body ul li:first-child a {
  font-weight: bold;
  margin-left: initial;
  font-size: 18px;
}

.header-cat__body ul li:last-child {
  margin-bottom: 20px;
}

.header-cat__body ul li:first-child:last-child a {
  margin: 0;
}

.header-cat__body ul li:last-child:first-child {
  margin-bottom: 0;
  margin-bottom: 8px;
}

.header-cat__body ul li:first-child+li a {
  margin-top: 10px;
  margin-bottom: 0;
}

.header-cat__body ul li a.red {
  color: #e74c42;
}

.header-cat__body ul li a:hover {
  color: #d3a975;
}

.header-middle .flx.wrapper,
.header-cat {
  position: initial;
}

.header-middle {
  position: relative;
}

 HEAD .title_reviews {
  margin: 15px 0 10px 0;
  display: block;
  font-size: 1.5em;
  font-weight: 600;
}

.id_prod {
  display: none;
}

@media screen and (max-width: 1200px) {
  .sb-search {
    position: absolute;
    width: 100vw;
    /* max-width: 80%; */
    height: 37px;
    left: 50%;
    top: 100%;
    display: none;
    border-radius: 7px;
    border-radius: 0px;
    overflow: hidden;
    font-size: 15px;
    transform: translateX(-50%);
    z-index: 9999;
    margin: initial;
  }

  .header__nav a {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 600px) {
  .sb-search {
    top: 56px;
  }

  .product__list.product_page.search_page .product-item_wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .product__list.product_page.search_page .product-item_wrapper>* {
    padding: 0px 10px;
  }

  .product__list.product_page.search_page .product-item {
    width: calc(50% - 48px);
  }

  /* div#sb-search{
    display: block!important;
    position: absolute;
    left: 0;
    top: -70px;
  }
   */
}

@media only screen and (max-width: 520px) {
  .error-body h1 {
    font-size: 110px;
    font-weight: 700;
    line-height: 110px;
  }
}

@media only screen and (max-width: 401px) {
  /* .header-blocks-wt-mobile {
    display: block;
  } */

  /* .header-blocks-phones .header-blocks-wt {
    display: none;
  } */

  .header-blocks-contacts a,
  .phone_link {
    font-size: 18px;
  }

  .header-blocks-phone {
    font-size: 12px;
  }
}

/* 


.sb-search {
    position: fixed;
    width: 456px;
    height: 37px;
    left: 47%;
    margin-left: -238px;
    top: 105px;
    border-radius: 0px;
    overflow: hidden;
    font-size: 15px;
}

@media screen and (max-width:1235px) {
    .sb-search {
    width: 400px;
  }    
}

@media screen and (max-width:1130px) {
    .sb-search {
    width: 350px;
  }    
}

@media screen and (max-width:1100px) {
    .sb-search {
    width: 300px;
    left: 50%;
  }    
}

@media screen and (max-width:1050px) {
    .sb-search {
    top: 115px;
  }    
}

@media screen and (max-width:1035px) {
    .sb-search {
    width: 250px;
    left: 52%;
  }    
}

@media screen and (max-width:998px) {
    /* 
  .sb-search {
    width: 300px;
    left: 92%;
  }     
  */
/*
  .header-search {
    width: 1%;
  }
} 
*/

@media only screen and (max-width: 360px) {

  .header-blocks-contacts a,
  .phone_link {
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  .sidebar__article {
    display: none;
  }
}

.sidebar__article-item {
  display: flex;
  text-decoration: none;
  align-items: center;
  border: 1px solid #d5d5d5;
  padding: 2px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  transition: box-shadow .3s ease;
}

.sidebar__article-item:hover {
  box-shadow: 0 0 5px 1px #d5d5d5;
}

.sidebar__article-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.sidebar__article-item h3, .sidebar__article-item .h3 {
  font-size: 14px;
  margin-left: 5px;
}

.product-articles {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.product-articles>.product-articles__item:nth-child(1) {
  margin-right: 10px;
}

.rating__link-desctop {
  margin: 1px;
  padding: 12px 16px;
  line-height: 13px;
  border-radius: 8px;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
  background: #3a3734;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.product-articles__item {
  /*display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d6d6d6;
    padding: 15px;
    border-radius: 25px;
    width: 48%;
    text-align: center;
    text-decoration: none;
    color: #505050;
    transition: box-shadow .3s ease;*/
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding: 0.775rem 2.75rem;
  line-height: 1.5;
  border-radius: 0rem;
  border-color: #333;
  text-decoration: none;
}

/*.product-articles__item:hover {
    box-shadow: 0 0 5px 1px #d6d6d6;
}*/
@media screen and (max-width: 600px) {
  .product-articles {
    flex-direction: column;
    align-items: center;
  }

  .product-articles__item {
    width: 300px;
    max-width: 100%;
  }

  .product-articles__item+.product-articles__item {
    margin-top: 15px;
  }
}

.link_furs {
  color: #a28767;
}


button.side__btn.side__btn--reset {
  display: none;
  min-width: 180px;
  width: 180px;
  margin: 0px;
}

div#mse2_selected[style*="display: block"]+* {
  display: block;
}

div#mse2_selected_wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    min-height: auto;
}

#mse2_selected {
  background: initial !important;
}
#mse2_selected {
    flex: 0 1 50%;
}
#mse2_selected strong, #mse2_selected a.mse2_selected_link {
    margin-right: 5px;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  /*.product-item__price {font-size: 11px;}*/
  .product-item_wrapper div { padding: 10px 5px !important;}
  .ms2_product  .product-item__old_price .old_price { font-size: 11px; }
  .header-blocks-phones {flex-direction: column;}
  .header-blocks-contacts {width: 100%;}
  .header-blocks {width: 100%; min-width: 170px;}
  .header-blocks-phones {width: max-content;}
}

@media screen and (max-width: 750px) { 
  .header-top .wrapper {flex-wrap: wrap; gap: 0;}
  .category-content .product-item { width: calc(50% - 20px); }
}

@media screen and (max-width: 600px) {
  div#mse2_selected_wrapper { flex-wrap: wrap; }
  button.side__btn.side__btn--reset { width: 100%; margin-left: 0; margin-top: 10px; }
}

@media screen and (max-width: 450px) { 
  .header-blocks-adress {max-width: 50%; text-align: right;}
  .header-blocks-phones {width: max-content; text-align: right; flex-direction: column-reverse;}
  .header-rating-badge { transform: scale(0.7); transform-origin: center left; width: 170px; }
  .header-blocks-wt {display: none;}
  .header-blocks { min-width: unset; }
  .header-blocks-left {justify-content: space-between;}
}


.click-item.active > .click-item__head::before {content: '▲'; color: #a59581; position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;transform: rotate(0deg);}
.click-item.active > .click-item__body { height: auto; transition: .3s; }
.click-item:not(.active) > .click-item__head::before {content: '▲'; color: #a59581; position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;transform: rotate(180deg);}
.click-item { border: 1px solid #ddd; margin-bottom: 10px; padding: 10px; }
.click-item__head {cursor: pointer;position: relative;}
.click-item:not(.active) > .click-item__body { overflow: hidden; height: 0; transition: .3s; }

.side__check[data-visible*="parent_"] {
  display: none;
}
  
.side__check[data-visible="parent_27"],
.side__check[data-visible="parent_30"],
.side__check[data-visible="parent_28"],
.side__check[data-visible="parent_29"],
.side__check[data-visible="parent_23"],
.side__check[data-visible="parent_290"],
.side__check[data-visible="parent_754"],
.side__check[data-visible="parent_151"],
.side__check[data-visible="parent_137"],
.side__check[data-visible="parent_31"],
.side__check[data-visible="parent_146"]
 {
  display: block;
}

.btn-default {
  display: block;
  width: 100%;
  padding: 10px 5px;  margin-bottom: 16px;
  background: #a59581;
  border: 1px solid #cfcec8;
  outline: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration:none;
}

  .product-item__thumb.not-in-stock img {
  opacity: 0.3;
}

.click-item {  background: #f6f6f6;}

.click-item__head h3,
.click-item__head.h3{
  font-weight: 700;  
  font-size: 1.2rem;
}



.modal-content {
  /*background-color: #fff;
  border-radius: 8px; 
  padding: 20px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;*/
}

/* Заголовок */
.modal-title {
  font-size: 18px;
  margin: 0 0 20px;
  color: #333;
}

.modal-title span {
  color: #f39664; /* Цвет для акцента */
}

/* Кнопка закрытия */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}

.close-btn:hover {
  color: #333;
}

/* Форма */
.notify-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-label {
  font-size: 14px;
  color: #555;
}

.form-input {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  width: 100%;  color: #222!important;
  box-sizing: border-box;
}

.form-input::placeholder {
  color: #777;
}

.form-input:focus {
  border-color: #f39664;
}

/* Кнопка отправки */
.submit-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: #333;
}

/* Нижний текст */
.form-footer {
  font-size: 12px;
  color: #999;
  text-align: center;
}

.form-footer .privacy-link {
  color: #f39664;
  text-decoration: none;
}

.form-footer .privacy-link:hover {
  text-decoration: underline;
}

.modal.my_modal_window {
  cursor: pointer;
}

.modal-content {
  cursor: auto;
}

@media screen and (max-width: 410px) { 


.my_modal_window {
  width: 98%;
}
}

@media (max-width: 768px) {
     .row--vhod {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-left: 30px;
        padding-right: 30px;
    }

  .row--vhod .vhod_item {
   
  }
.row--vhod .vhod_item:nth-child(1) {
    flex: 0 0 245px;
  }

  .row--vhod .vhod_item:nth-child(2) {
   flex: 0 0 500px;
  }

  .row--vhod .vhod_item:nth-child(3) {
    flex: 0 0 245px;
  }
  .row--vhod::-webkit-scrollbar {
    height: 8px; /* Настройка высоты полосы прокрутки */
  }

  .row--vhod::-webkit-scrollbar-thumb {
    background: #ccc; /* Цвет полосы прокрутки */
    border-radius: 4px;
  }

  .row--vhod::-webkit-scrollbar-thumb:hover {
    background: #aaa; /* Цвет полосы при наведении */
  }
  .col-12.store_property--vhod {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    flex: 0 0 990px;
}
}

.accordionjs div#mse2_tv\|cuffs {
    display: none;
}
.accordionjs div#mse2_tv\|features {
    display: none;
}
div#mse2_resource\|parent sup {
    display: none!important;
}
#mse2_filters .disabled {
    display: none;
}

.selectpicker {
    border: 1px solid #cfcec8;
  outline: none;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  color: #a59581;
}

.grecaptcha-badge {
    display: none !important;
}
.sitemap li > ul {
  margin-left: 20px;
}
.CompareListTable {
    overflow-y: auto;
}
@media screen and (max-width: 770px) {
  .column_otzyivy {
    flex-direction: column-reverse;
  }
  .column_otzyivy>div:nth-of-type(1) {
    margin-top: 30px;
  }
}

#tab-specification {
    margin-bottom: 10px;
}
.single-param__box {
  margin-right: 20px;
}

.tg_link {
    background-color: #229ED9;
    width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  transition: all .3s ease;
  display: block;
}
.tg_link img {
  position: absolute;
top: calc(50% - 11px);
  left: calc(50% - 13px);
  width: 23px;
  height: 24px;
  -webkit-background-size: contain;
  background-size: contain;
}


.msisn-modal {
  margin: 0 auto;
  font-size: 14px;
  color: var(--color-alt);
}
.msisn-modal input {
  margin-bottom: 10px;
}
.msisn-modal .text-center {
  text-align: center;
  margin-bottom: 5px;
  font-weight: 400;
}
.msisn-modal__content {
    padding: 40px 20px 20px 20px !important;
}

#cookie_note {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
  transition: opacity .3s;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 2000;
}
#cookie_note.show {
  display: flex!important;
  display: -webkit-box;
    display: -ms-flexbox;
	display: -webkit-flex;
}
#cookie_note p {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  text-align: left;
  margin: 0;
}
#cookie_note a {
  color: #a59581;
}
.cookie_accept {
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 0 0 30px;
}
#cookie_note .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 7px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  font-style: normal;
  background-color: #a59581;
  border: 1px solid #a59581;
  color: #fff;
  gap: 8px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 428px){
	#cookie_note{
		bottom: 20px;
		width: 100%;
	}
    #cookie_note.show{
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
    	display: -webkit-flex;
    	flex-wrap: wrap;
    }
    #cookie_note p{ 
    	margin-bottom: 10px;
    }
    #cookie_fixed.show{
        display: block;
    }
    .cookie_accept {
    	margin: 0 auto;
    }
}

iframe {
  border: 0;
}

.cart-step .right .well {
    position: sticky;
    top: 120px;
}
.ec-form button {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 50px;
  margin-bottom: 16px;
  border: 1px solid #cfcec8;
  background-color: #a59581;
  border-radius: 0px;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ec-form button:hover {
  background: #fff;
  color: #a59581;
}
.ec-form .ec-error {
   color: red; 
}

.cf-city {
    font: 14px/1.5 'Montserrat', Arial, sans-serif;
}

@media (min-width: 768px) {
    .header__nav_top .cf-modal .cf-modal-dialog {
        width: 60%;
        margin: 30px auto;
    }
    .header__nav_top .cf-cities {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        font: 14px/1.5 'Montserrat', Arial, sans-serif;
    }
  
}