/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* grid */
body {
  font-family: "Mulish", sans-serif;
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.24;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: #f4f7f8;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  background: #fff;
  position: relative;
}

.content {
  display: table-row;
  height: 100%;
  background: #fff;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 30px;
  position: relative;
}

.content__block {
  padding: 148px 0 90px 0;
}

.content__block--fluid {
  height: 100%;
  padding: 148px 0 0px 0;
}

h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #383838;
  letter-spacing: 0.56px;
}

h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  color: #383838;
  letter-spacing: 0.56px;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: #383838;
  letter-spacing: 0.56px;
}

h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #383838;
  letter-spacing: 0.56px;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #383838;
  letter-spacing: 0.56px;
}

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #383838;
  letter-spacing: 0.56px;
}

a {
  color: #2e6ea6;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
a:hover {
  text-decoration: none;
}

.page ul {
  list-style: disc;
  margin: 0 0 0 20px;
}

.page ul li {
  list-style: inherit;
}

.page ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}

.page ol li {
  list-style: inherit;
}

.page p {
  margin: 15px 0 0 0;
}

.page p:first-child {
  margin: 0;
}

.page table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
  border: none;
}

.page table td {
  padding: 8px 10px;
  vertical-align: middle;
  border: none;
  text-align: left;
  background: none;
  color: #434343;
  line-height: 24px;
}

.page table tr:nth-child(even) {
  background: #f6f7f9;
}

.page table tr:nth-child(odd) {
  background: #fff;
}

.page table th {
  font-weight: 600;
  padding: 5px 10px;
  vertical-align: middle;
  border: none;
  text-align: left;
  color: #fff;
  font-size: 16px;
  background: #99854c;
}

.page table thead th {
  font-weight: 600;
  border-bottom-width: 0px;
  text-align: left;
  padding: 10px;
  color: #fff;
  background: #99854c;
}

.page table thead th span {
  color: #00a5e7;
}

.page table thead td {
  border-bottom-width: 0px;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  background: #99854c;
}

.page table tfoot th {
  background: #99854c;
  text-align: left;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.page table tfoot td {
  background: #99854c;
  text-align: left;
  border: none;
  font-size: 105%;
  font-weight: normal;
  color: #fff;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-lazy-preloader {
  border: 4px solid #fff;
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 0px;
}

.fancybox-caption__body {
  font-size: 20px;
}

.fancybox-close-small {
  opacity: 1;
  outline: none;
  border: none;
}

.fancybox-button.fancybox-focus {
  outline: none;
}

.popup {
  display: none;
  background: #fff;
}

.popup__title {
  color: #383838;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  background: #eae7dc;
  padding: 30px 50px;
}

.popup__content {
  padding: 30px 50px;
  background: #fff;
}

.popup__text {
  color: #383838;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.popup__text span {
  margin-top: 10px;
  display: block;
  color: #99854c;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.popup__form {
  margin-top: 30px;
}

.popup__item {
  margin-top: 10px;
}
.popup__item:first-child {
  margin-top: 0;
}

.popup__heading {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.popup__field {
  position: relative;
}

.popup__field input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #454749;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field input:focus {
  border: 1px solid #1b8931;
}

.popup__field input::-moz-placeholder {
  color: #454749;
}

.popup__field input::-webkit-input-placeholder {
  color: #454749;
}

.popup__field input:-ms-input-placeholder {
  color: #454749;
}

.popup__field input::-ms-input-placeholder {
  color: #454749;
}

.popup__field input::placeholder {
  color: #454749;
}

.popup__field input:-webkit-autofill {
  -webkit-appearance: none;
          appearance: none;
  -webkit-text-fill-color: #454749;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__field select {
  cursor: pointer;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #454749;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/images/select-icon.svg) 100% 50% no-repeat;
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
.popup__field select:focus {
  border: 1px solid #1b8931;
}

.popup__field textarea {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  background: #fff;
  font-size: 16px;
  color: #434343;
  padding: 10px 16px;
  resize: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field textarea:focus {
  border: 1px solid #1b8931;
}

.popup__field textarea::-moz-placeholder {
  color: #737985;
}

.popup__field textarea::-webkit-input-placeholder {
  color: #737985;
}

.popup__field textarea:-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::placeholder {
  color: #737985;
}

.popup__field textarea:-webkit-autofill {
  -webkit-text-fill-color: #454749;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__message {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: none;
}

.popup__item--error .popup__message {
  display: block;
}

.popup__item--error .popup__field input {
  border: 1px solid red;
}

.popup__item--error .popup__field textarea {
  border: 1px solid red;
}

.popup__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.popup__captcha input {
  height: 40px;
}

.popup__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.popup__img img {
  display: block;
  border-radius: 10px;
  border: 1px solid #acc7ff;
  height: 40px;
}

.popup__refresh {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
  background: url(/images/refresh-icon.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.popup__consent {
  margin-top: 20px;
}

.popup__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.popup__consent input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0px 0 0px 40px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #454749;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__consent a {
  color: #007d26;
  text-decoration: underline;
}

.popup__consent a:hover {
  color: #001965;
  text-decoration: none;
}

.popup__consent input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 32px;
  height: 20px;
  line-height: 14px;
  background: #d8d8d8 url(/images/consent-icon.svg) 1px 1px no-repeat;
  border-radius: 90px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.popup__consent input[type=checkbox]:checked + label:before {
  background: #007d26 url(/images/consent-icon.svg) 13px 1px no-repeat;
  border: none;
}

.popup__consent input[type=submit] {
  display: block;
  width: 100%;
  margin: 20px auto 0 auto;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border: none;
  border: none;
  height: 50px;
  background: rgb(0, 125, 38);
  text-align: center;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 10px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.popup__consent input[type=submit]:hover {
  background: #59c060;
}

.popup__consent input[disabled] {
  background: rgba(0, 125, 38, 0.6);
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.location {
  padding: 30px;
}

.location__title {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.location__text {
  margin-top: 10px;
  color: #908e85;
  font-size: 14px;
  line-height: 20px;
}

.location__list {
  margin-top: 20px;
}
.location__list ul {
  -webkit-columns: 4 auto;
     -moz-columns: 4 auto;
          columns: 4 auto;
  color: #65645e;
  font-size: 16px;
  line-height: 20px;
}
.location__list ul li {
  margin-bottom: 10px;
}
.location__list ul li a {
  color: #65645e;
  text-decoration: none;
}
.location__list ul li a:hover {
  color: #99854c;
}
.location__list ul li.first::first-letter {
  color: #99854c;
  font-weight: 700;
}

.location-check__content {
  padding: 30px;
}

.location-check__title {
  color: #65645e;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.location-check__value {
  margin-top: 16px;
  color: #383838;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.location-check__text {
  margin-top: 10px;
  color: #908e85;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.location-check__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 -20px;
}
.location-check__link a {
  display: block;
  width: 100%;
  padding: 12px 35px;
  text-align: center;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background: #eae7dc;
  text-decoration: none;
  margin: 20px 0 0 20px;
}
.location-check__link a:hover {
  color: #fff;
  background: #99854c;
}

.header {
  position: fixed;
  top: 0;
left:0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff;
}

.header__row--top {
  background: #fff;
}

.header__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
}

.header__block--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: rgb(101, 100, 94);
}

.header__location {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.header__location a {
  display: block;
  background: url(/images/location-sprite.svg) 0px 0px no-repeat;
  color: #383838;
  text-decoration: none;
  padding-left: 28px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.header__location a:hover {
  color: #99854c;
  background-position: 0 -24px;
}
.header__location a span {
  background: url(/images/location-flag.svg) 100% 50% no-repeat;
  padding-right: 14px;
}

.header__catalog {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 24px;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.header__catalog a {
  display: block;
  background: url(/images/catalog-sprite.svg) 0px 0px no-repeat;
  color: #383838;
  text-decoration: none;
  padding-left: 28px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.header__catalog a:hover {
  color: #99854c;
  background-position: 0 -24px;
}

.header__stocks {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 24px;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.header__stocks a {
  display: block;
  background: url(/images/stocks-sprite.svg) 0px 0px no-repeat;
  color: #383838;
  text-decoration: none;
  padding-left: 28px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.header__stocks a:hover {
  color: #99854c;
  background-position: 0 -24px;
}

.header__block--center {
  position: absolute;
  left: 50%;
  margin-left: -100px;
}

.header__logo {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__logo img {
  display: block;
}

.header__block--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__search {
  width: 267px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__search input {
  width: 100%;
  border-bottom: 1px solid #383838;
  color: #99854c;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  border-radius: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding-right: 10px;
}
.header__search input:focus {
  border-bottom: 1px solid #99854c;
}
.header__search button {
  display: block;
  border: none;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/search-sprite.svg) 0px 0px no-repeat;
}
.header__search button:hover {
  background-position: 0 -24px;
}

.header__search input::-moz-placeholder {
  color: #908e85;
}

.header__search input::-webkit-input-placeholder {
  color: #908e85;
}

.header__search input:-ms-input-placeholder {
  color: #908e85;
}

.header__search input::-ms-input-placeholder {
  color: #908e85;
}

.header__search input::placeholder {
  color: #737985;
}

.header__auth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 24px;
}
.header__auth a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/auth-sprite.svg) 0px 0px no-repeat;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.header__auth a:hover {
  background-position: 0 -24px;
}

.header__cart {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 24px;
}
.header__cart a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/cart-sprite.svg) 0px 0px no-repeat;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.header__cart a:hover {
  background-position: 0 -24px;
}

.header__block--mobile {
  display: none;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
}

.header__block--mobileright {
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__toggle {
  width: 70px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/menu-sprite.svg) 0% 0% no-repeat;
  cursor: pointer;
}

.header__locationmob {
  background: url(/images/location-sprite.svg) 0px 0px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__locationmob a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__searchtoggle {
  display: block;
  background: url(/images/search-sprite-mobile.svg) 0px 0px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
  margin-left: 20px;
}

.header__row--menu {
  position: relative;
  background: #99854c;
}

.header__menu {
  height: 60px;
  background: #99854c;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header__menu ul li {
  width: 100%;
  height: 60px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  position: relative;
  overflow: hidden;
}
.header__menu ul li:hover {
  overflow: visible;
  background: #fff;
}
.header__menu ul li:hover .top-menu__img img:nth-child(1) {
  opacity: 0;
}
.header__menu ul li:hover .top-menu__img img:nth-child(2) {
  opacity: 1;
}
.header__menu ul li:hover .top-menu__name {
  opacity: 1;
  height: auto;
}
.header__menu ul li:hover .header__submenu {
  top: 148px;
  opacity: 1;
  z-index: 2;
  height: auto;
}
.header__menu ul li ul {
  display: block;
  -webkit-columns: 2 auto;
     -moz-columns: 2 auto;
          columns: 2 auto;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.header__menu ul li ul li {
  height: auto;
  margin-bottom: 12px;
}
.header__menu ul li ul li:hover {
  background: none;
}
.header__menu ul li ul li a {
  color: #65645e;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-transform:lowercase;
}

.header__menu ul li ul li:first-letter {
	 text-transform:uppercase;
}


.header__menu ul li ul li a:hover {
  color: #99854c;
}

.top-menu__img {
  width: 40px;
  height: 40px;
  margin: 10px auto 0 auto;
  position: relative;
}
.top-menu__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.top-menu__img img:nth-child(1) {
  opacity: 1;
}
.top-menu__img img:nth-child(2) {
  opacity: 0;
}

.top-menu__name {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 3;
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  background: #fff;
  /* white-space: nowrap; */
  text-transform:lowercase;
}
.top-menu__name:first-letter {
	 text-transform:uppercase;
}

.top-menu__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: -47px;
}
.top-menu__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__submenu {
  position: fixed;
  z-index: -2;
  top: -1000px;
  left: 0;
  right: 0;
  background: #fff;
  height: 300px;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  padding: 50px 0 24px 0;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.15);
}

.header.out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.out .header__submenu {
  display: none;
}
.header.out .top-menu__name {
  display: none;
}

.submenu-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 -60px;
  padding:10px 0 10px 0;
}

.submenu-header__item {
  margin: 0 0 0 60px;
}

.submenu-header__link a {
  display: block;
  padding: 12px 35px;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background: #eae7dc;
  text-decoration: none;
}
.submenu-header__link a:hover {
  color: #fff;
  background: #99854c;
}

.search-mob {
  position: fixed;
  z-index: -1000;
  opacity: 0;
  top: -1000px;
  width: 100%;
  background: rgba(56, 56, 56, 0.5);
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  height: 0;
  overflow: hidden;
}

.search-mob__content {
  background: #fff;
}

.search-mob__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 25px 0;
}
.search-mob__row input {
  width: 100%;
  border: 1px solid #eae7dc;
  color: #99854c;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  border-radius: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 0 45px 0 10px;
}
.search-mob__row button {
  display: block;
  border: none;
  width: 60px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #eae7dc url(/images/search-icon.svg) 50% 50% no-repeat;
}
.search-mob__row .search-mob__clear {
  position: absolute;
  z-index: 2;
  top: 26px;
  bottom: 26px;
  right: 60px;
  width: 40px;
  background: #fff url(/images/search-clear-icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.footer {
  background: #383838;
  position: relative;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.footer__row a {
  color: #fff;
  text-decoration: none;
}
.footer__row a:hover {
  opacity: 0.5;
}

.footer__policy {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 50px;
}

.footer__developer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.breadcrumbs {
  padding: 20px 0 30px 0px;
  position: relative;
  z-index: 2;
}

.breadcrumbs__path {
  font-size: 14px;
  line-height: 20px;
  color: #908e85;
}
.breadcrumbs__path a {
  color: #908e85;
  text-decoration: none;
}
.breadcrumbs__path a:hover {
  color: #99854c;
}
.breadcrumbs__path span {
  padding: 0 5px;
}

.breadcrumbs__title {
  text-transform: uppercase;
  margin-top: 20px;
}

.mobile-block {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  display: none;
  background: rgba(56, 56, 56, 0.5);
}

.mobile-block-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-block-inner {
  background: white;
  width: 340px;
  height: 100%;
  overflow: auto;
}

.mobile-block-inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.mobile-block-inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.mobile-block-content {
  padding: 0 20px;
}

.mobile-block-menu {
  padding-top: 20px;
}

.dl-menuwrapper {
  max-width: 340px;
}

.dl-menuwrapper ul {
  background: #fff;
}

.dl-menuwrapper li {
  margin-top: 0px;
}
.dl-menuwrapper li:first-child {
  margin-top: 0;
}

.dl-menuwrapper li a {
  display: block;
  border-bottom: none;
  position: relative;
  padding: 10px 0px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  outline: none;
  text-decoration: none;
  border-bottom: none;
}

.dl-menuwrapper li a:hover {
  color: #383838;
  text-decoration: none;
}

.dl-menuwrapper li a span {
  background: url(/images/menu-arrow-right.svg) 100% 50% no-repeat;
  display: block;
  padding-right: 35px;
  text-transform: lowercase;
}
.dl-menuwrapper li a span:first-letter {
    text-transform: uppercase;
}

.dl-menuwrapper li.dl-back {
  position: sticky;
  top: 0px;
  z-index: 2;
  margin-bottom: 0px;
  border-top: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: none;
  background: #eae7dc;
  margin: -20px -20px 0 -20px;
}

.dl-menuwrapper li.dl-back > a {
  color: #383838;
  background: none;
  padding-left: 0px;
  padding: 10px 0;
}

.dl-menuwrapper li.dl-back > a:hover {
  color: #383838;
}

.dl-menuwrapper li.dl-back span {
  background: url(/images/menu-arrow-back.svg) 20px 50% no-repeat;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 400;
  padding-left: 45px;
}

.dl-submenu li a {
  font-weight: 600;
  color: #383838;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  text-transform: lowercase;
}

.dl-submenu li a:hover {
  color: #383838;
  text-decoration: none;
}

.dl-submenu li a:first-letter {
    text-transform: uppercase;
}


.mobile-block__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eae7dc;
}

.footer-mobile__inner {
  padding: 20px;
}

.footer-mobile__lk {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.footer-mobile__lk a {
  display: block;
  text-decoration: none;
  color: #383838;
  padding-left: 32px;
  background: url(/images/auth-sprite.svg) 0px 0px no-repeat;
}

.footer-mobile__cart {
  margin-top: 20px;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.footer-mobile__cart a {
  display: block;
  text-decoration: none;
  color: #383838;
  padding-left: 32px;
  background: url(/images/cart-sprite.svg) 0px 0px no-repeat;
}

/* Mobile Menu */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  font-weight: 400;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  color: #908e85;
  text-decoration: none;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0px;
}
.pagination a:hover {
  color: #908e85;
  border: 1px solid #fff;
}
.pagination a.current {
  background: #eae7dc;
  pointer-events: none;
  border: 1px solid #eae7dc;
  color: #383838;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination__prev {
  background: url(/images/pagination-prev.svg) 50% 50% no-repeat;
  border: none !important;
}
.pagination__next {
  background: url(/images/pagination-next.svg) 50% 50% no-repeat;
  border: none !important;
}

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

.index__slider {
  position: relative;
  background: #eae7dc;
}
.index__slider .swiper-slide {
  background: #eae7dc;
}
.index__slider .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.index__slider .swiper-slide-active {
  z-index: 2;
}

.index__slide {
  position: relative;
}
.index__slide .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index__slide:hover .index__view {
  color: #99854c;
}
.index__slide:hover .index__view ins {
  background-position: 0 -7.2px;
}

.index__content {
  width: 380px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index__inner {
  max-width: 325px;
}

.index__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #719b0b;
}

.index__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  color: #383838;
  margin-top: 5px;
}

.index__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #65645e;
}

.index__view {
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__view span {
  display: block;
}
.index__view ins {
  display: block;
  width: 40px;
  height: 7.5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/view-arrow.svg) 0px 0px no-repeat;
  margin-left: 12px;
}

.index__img {
  margin-right: -30px;
  position: relative;
}
.index__img img {
  display: block;
  width: 100%;
}

.index__nav {
  position: absolute;
  left: 50%;
  width: 134px;
  margin-left: 510px;
  z-index: 5;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.index__prev {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(/images/index-prev.svg) 50% 50% no-repeat;
}

.index__next {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(/images/index-next.svg) 50% 50% no-repeat;
}

.index__count {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0 16px;
}

.index__status {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  top: 40px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  will-change: transform;
  text-transform: uppercase;
}

.index__status--sale {
  color: #f44b1f;
}

.index__status--hit {
  color: #2e6ea6;
}

.index__status--new {
  color: #719b0b;
}

.index__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.index__catalog {
  margin-top: 90px;
}

.catalog-index__block {
  position: relative;
  padding-top: 39.535%;
}

.catalog-index__item {
  background: #eae7dc;
  position: absolute;
  overflow: hidden;
}
.catalog-index__item:hover .catalog-index__title {
  opacity: 0.5;
}

.catalog-index__title {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #383838;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.catalog-index__link {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog-index__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-index__shape {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.catalog-index__item--b1 {
  top: 0;
  left: 0;
  height: calc(50% - 5px);
  width: 19.38%;
  background: #eae7dc url(/images/b-1-bg.svg) 0px 0px no-repeat;
  background-size: cover;
}
.catalog-index__item--b1 .catalog-index__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.catalog-index__item--b1 .catalog-index__img img {
  display: block;
}
.catalog-index__item--b1 .catalog-index__shape {
  display: none;
}

.catalog-index__item--b2 {
  bottom: 0;
  left: 0;
  height: calc(50% - 5px);
  width: 19.38%;
}
.catalog-index__item--b2 .catalog-index__title {
  color: #fff;
}
.catalog-index__item--b2 .catalog-index__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog-index__item--b2 .catalog-index__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.catalog-index__item--b3 {
  top: 0;
  left: calc(19.38% + 10px);
  height: calc(50% - 5px);
  width: 39.535%;
}
.catalog-index__item--b3 .catalog-index__title {
  color: #fff;
}
.catalog-index__item--b3 .catalog-index__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog-index__item--b3 .catalog-index__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.catalog-index__item--b4 {
  bottom: 0;
  left: calc(19.38% + 10px);
  height: calc(50% - 5px);
  width: 19.38%;
  background: #eae7dc url(/images/b-4-bg.svg) 0px 0px no-repeat;
  background-size: cover;
}
.catalog-index__item--b4 .catalog-index__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.catalog-index__item--b4 .catalog-index__img img {
  display: block;
}
.catalog-index__item--b4 .catalog-index__shape {
  display: none;
}

.catalog-index__item--b5 {
  bottom: 0;
  left: calc(38.76% + 20px);
  height: calc(50% - 5px);
  width: 19.38%;
}
.catalog-index__item--b5 .catalog-index__title {
  color: #fff;
}
.catalog-index__item--b5 .catalog-index__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog-index__item--b5 .catalog-index__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.catalog-index__item--b6 {
  top: 0;
  left: calc(58.915% + 20px);
  height: 100%;
  width: 19.38%;
  background: #eae7dc url(/images/b-6-bg.svg) 0px 0px no-repeat;
  background-size: cover;
}
.catalog-index__item--b6 .catalog-index__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.catalog-index__item--b6 .catalog-index__img img {
  display: block;
}
.catalog-index__item--b6 .catalog-index__shape {
  display: none;
}

.catalog-index__item--b7 {
  top: 0;
  right: 0;
  height: calc(50% - 5px);
  width: 19.38%;
}
.catalog-index__item--b7 .catalog-index__title {
  color: #fff;
}
.catalog-index__item--b7 .catalog-index__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog-index__item--b7 .catalog-index__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.catalog-index__item--b8 {
  bottom: 0;
  right: 0;
  height: calc(50% - 5px);
  width: 19.38%;
  background: #eae7dc url(/images/b-8-bg.svg) 0px 0px no-repeat;
  background-size: cover;
}
.catalog-index__item--b8 .catalog-index__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.catalog-index__item--b8 .catalog-index__img img {
  display: block;
}
.catalog-index__item--b8 .catalog-index__shape {
  display: none;
}

.index__constructor {
  margin-top: 50px;
}

.constructor-index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.constructor-index__col {
  position: relative;
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
  background: #eae7dc;
}
.constructor-index__col:hover .constructor-index__view {
  color: #99854c;
}
.constructor-index__col:hover .constructor-index__view ins {
  background-position: 0 -72px;
}

.constructor-index__inner {
  height: 100%;
  padding: 50px;
}

.constructor-index__content {
  height: 100%;
  background: url(/images/3d-icon-index.svg) bottom right no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.constructor-index__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #383838;
}

.constructor-index__text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #65645e;
}

.constructor-index__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}
.constructor-index__view ins {
  width: 60px;
  height: 60px;
  background: url(/images/view-sprite.svg) 0px 0px no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 16px;
}

.constructor-index__img img {
  display: block;
  width: 100%;
}

.constructor-index__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.constructor-index__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.index__advantages {
  margin-top: 50px;
  margin-bottom: -90px;
  padding: 50px 0;
  background: #99854c url(/images/advantages-bg-desktop.svg) center center no-repeat;
}

.advantages-index__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.advantages-index__content {
  margin-top: 30px;
}

.advantages-index__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 -20px;
}

.advantages-index__item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin: 0 0 0 20px;
}

.advantages-index__icon {
  width: 120px;
  margin: 0 auto;
}
.advantages-index__icon img {
  display: block;
  width: 100%;
}

.advantages-index__name {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1365px) {
  .index__nav {
    margin-left: 0px;
    left: auto;
    right: 30px;
    bottom: 20px;
  }
}
.auth {
  position: relative;
}

.auth__text {
  max-width: 540px;
  color: #65645e;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.auth__recovery {
  margin-top: 20px;
}

.auth__form {
  max-width: 350px;
}

.auth__field {
  position: relative;
}
.auth__field input {
  width: 100%;
  border: 1px solid #eae7dc;
  height: 40px;
  color: #65645e;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 0 10px;
}
.auth__field input:focus {
  border: 1px solid #99854c;
}
.auth__field .password-control {
  display: block;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 40px;
  background: #fff url(/images/pass-sprite.svg) 0px 0px no-repeat;
  -webkit-transition: 0s all ease;
  transition: 0s all ease;
}
.auth__field .password-control.active {
  background-position: 0 -38px;
}

.auth__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  max-width: 350px;
}

.bottom-auth__link {
  font-size: 16px;
  line-height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.bottom-auth__checkbox .checkbox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 30px;
  font-size: 14px;
  color: #908e85;
  line-height: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-auth__checkbox .checkbox input[type=checkbox] {
  display: none;
}

.bottom-auth__checkbox .checkbox label {
  cursor: pointer;
}

.bottom-auth__checkbox .checkbox label:after {
  content: "";
  display: inline-block;
  border: none;
  height: 20px;
  width: 20px;
  border: 1px solid #eae7dc;
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}

.bottom-auth__checkbox .checkbox input[type=checkbox]:checked + label:after {
  border: 1px solid #eae7dc;
  background: #fff url(/images/consent-icon.svg) 50% 50% no-repeat;
}

.auth__field input::-moz-placeholder {
  color: #908e85;
}

.auth__field input::-webkit-input-placeholder {
  color: #908e85;
}

.auth__field input:-ms-input-placeholder {
  color: #908e85;
}

.auth__field input::-ms-input-placeholder {
  color: #908e85;
}

.auth__field input::placeholder {
  color: #737985;
}

.auth__field input:-webkit-autofill {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #65645e;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.auth__message {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.auth__item {
  position: relative;
  margin-top: 20px;
}
.auth__item:first-child {
  margin-top: 0;
}

.auth__item--error .auth__field input {
  border: 1px solid red;
}
.auth__item--error .auth__field input:focus {
  border: 1px solid #99854c;
}
.auth__item--error .auth__message {
  display: block;
}

.auth__link {
  margin-top: 20px;
}
.auth__link a {
  display: inline-block;
  padding: 12px 35px;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background: #eae7dc;
  text-decoration: none;
}
.auth__link a:hover {
  color: #fff;
  background: #99854c;
}

.auth__subtext {
  margin-top: 20px;
  max-width: 540px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #908e85;
}
.auth__subtext a {
  color: #383838;
  text-decoration: none;
}

.catalog {
  position: relative;
}

.catalog__items {
  --elements: 4;
  --cgap: 30px;
  --rgap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.catalog__item {
  position: relative;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}
.catalog__item:hover .catalog__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.catalog__item:hover .catalog__name {
  color: #99854c;
}

.catalog__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.catalog__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: 0.2s -webkit-transform ease;
  transition: 0.2s -webkit-transform ease;
  transition: 0.2s transform ease;
  transition: 0.2s transform ease, 0.2s -webkit-transform ease;
}

.catalog__name {
  margin-top: 10px;
  color: #65645e;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.catalog__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.collection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 50px;
}

.collection__row--sidebar {
  width: 410px;
  min-height: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}

.collection__row--content {
  width: 100%;
  background: #eae7dc;
  padding: 30px 40px;
}

.collection__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.collection__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.collection__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #383838;
}

.collection__text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  color: #65645e;
}

.colors-collection {
  margin-top: 20px;
}

.colors-collection__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}

.colors-collection__block {
  margin-top: 16px;
}

.colors-collection__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.colors-collection__item {
  position: relative;
  width: 50px;
  height: 32px;
  margin: 10px 0 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.colors-collection__item span {
  display: block;
  width: 100%;
  height: 100%;
}
.colors-collection__item span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.colors-collection__item a {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.colors-collection__item--current {
  border: 1px solid #383838;
  padding: 2px;
}
.colors-collection__item--current a {
  cursor: default;
}

.colors-collection__item--text {
  width: auto;
}

.catalog__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.catalog__col--sidebar {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 30px;
}

.catalog__col--content {
  width: 100%;
  height: 100%;
}

.catalog__filter {
  padding: 30px 20px;
  border: 1px solid #eae7dc;
}

.filter-catalog__item {
  margin-top: 20px;
}
.filter-catalog__item:first-child {
  margin-top: 0;
}

.filter-catalog__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}

.filter-catalog__content {
  margin-top: 18px;
}

.option-filter__item {
  margin-top: 16px;
  display: none;
}
.option-filter__item:first-child {
  margin-top: 0;
  display: block;
}
.option-filter__item:nth-child(2) {
  display: block;
}
.option-filter__item:nth-child(3) {
  display: block;
}
.option-filter__item:nth-child(4) {
  display: block;
}
.option-filter__item:nth-child(5) {
  display: block;
}
.option-filter__item.active .option-filter__color ins {
  outline: solid 1px #383838;
  border: solid 2px #fff;
}

.option-filter__item .checkbox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 30px;
  font-size: 18px;
  color: #65645e;
  line-height: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.option-filter__item .checkbox input[type=checkbox] {
  display: none;
}

.option-filter__item .checkbox label {
  cursor: pointer;
}

.option-filter__item .checkbox label:after {
  content: "";
  display: inline-block;
  border: none;
  height: 20px;
  width: 20px;
  border: 1px solid #eae7dc;
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}

.option-filter__item .checkbox input[type=checkbox]:checked + label:after {
  border: 1px solid #eae7dc;
  background: #eae7dc url(/images/consent-icon.svg) 50% 50% no-repeat;
}

.option-filter__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
}
.option-filter__color ins {
  width: 30px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
}
.option-filter__color ins img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.option-filter__color ins.white {
  border: 1px solid #eae7dc;
}
.option-filter__color span {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 18px;
  line-height: 20px;
  color: #65645e;
}

.options-filter.active .option-filter__item {
  display: block;
}
.options-filter.active .option-filter__toggle span {
  display: inline-block;
}
.options-filter.active .option-filter__toggle span:first-child {
  display: none;
}

.option-filter__toggle {
  margin-top: 20px;
  font-size: 16px;
  line-height: 18px;
  color: #65645e;
}
.option-filter__toggle span {
  cursor: pointer;
  border-bottom: 1px dotted #65645e;
  display: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.option-filter__toggle span:first-child {
  display: inline-block;
}
.option-filter__toggle span:hover {
  border-bottom: 1px dotted #fff;
}

.catalog__toggle {
  width: 168px;
  height: 44px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eae7dc;
  cursor: pointer;
}
.catalog__toggle span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #383838;
  background: url(/images/filter-icon.svg) 100% 50% no-repeat;
  padding-right: 30px;
}

.filter-block {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1200;
  display: none;
  background: rgba(56, 56, 56, 0.5);
}

.filter-block-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-block-inner {
  background: white;
  width: 340px;
  height: 100%;
  overflow: auto;
}

.filter-block-inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.filter-block-inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.filter-block-content {
  padding: 0;
}
.filter-block-content .filter-catalog {
  display: block;
  padding: 20px;
  border: none;
}

.filter__close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eae7dc;
  padding: 0 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #383838;
  cursor: pointer;
}
.filter__close span {
  display: block;
  background: url(/images/filter-arrow.svg) 0 50% no-repeat;
  padding-left: 20px;
}

.filter__bottom {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  bottom: 0;
  background: #fff;
  z-index: 2;
  padding: 10px 20px 30px 20px;
}
.filter__bottom a {
  display: block;
  width: 50%;
  height: 40px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #65645e;
  text-decoration: none;
  text-align: center;
}
.filter__bottom a:first-child {
  font-weight: 600;
  background: #eae7dc;
}

.cards-catalog {
  --elements: 3;
  --cgap: 30px;
  --rgap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.cards-catalog__item {
  position: relative;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}
.cards-catalog__item:hover {
  z-index: 3;
}
.cards-catalog__item:hover .cards-catalog__plug {
  opacity: 1;
  z-index: 1;
}

.cards-catalog__inner {
  position: relative;
  z-index: 2;
}

.cards-catalog__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  border: 1px solid #eae7dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cards-catalog__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
}

.cards-catalog__status {
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  will-change: transform;
}

.cards-catalog__status--sale {
  left: auto;
  right: 10px;
  color: #f44b1f;
}

.cards-catalog__status--hit {
  color: #2e6ea6;
  text-transform: uppercase;
}

.cards-catalog__status--new {
  color: #719b0b;
  text-transform: uppercase;
}

.cards-catalog__name {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #65645e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 47px;
}
.cards-catalog__name a {
  color: #65645e;
  text-decoration: none;
}
.cards-catalog__name a:hover {
  color: #99854c;
}

.cards-catalog__price {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards-catalog__currentprice {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cards-catalog__oldprice {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  color: #908e85;
  margin-left: 12px;
  display: none;
}

.cards-catalog__price--sale .cards-catalog__currentprice {
  color: #f44b1f;
}
.cards-catalog__price--sale .cards-catalog__oldprice {
  display: block;
}

.cards-catalog__plug {
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -110px;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.cards-catalog__hidden {
  width: 100%;
  padding: 0 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.cards-catalog__hidden .colors-collection__block {
  margin-top: 0px;
}
.cards-catalog__hidden .colors-collection__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  margin: 0px 0 0 -10px;
}
.cards-catalog__hidden .colors-collection__item {
  width: 30px;
  height: 20px;
}
.cards-catalog__hidden .colors-collection__item span.white {
  border: 1px solid #eae7dc;
}

.cards-catalog__bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.cards-catalog__text {
  font-size: 16px;
  line-height: 22px;
  color: #908e85;
}

.cards-catalog__link {
  width: 88px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cards-catalog__link a {
  display: block;
  height: 36px;
  background: #99854c;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.cards-catalog__link a:hover {
  background: #eae7dc;
  color: #383838;
}

.product {
  position: relative;
}

.product__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.product__col {
  position: relative;
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
}

.slider-product__view {
  position: relative;
  overflow: hidden;
}

.slider-product__preview {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
  width: 90px;
  height: 90px;
}

.gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs__item {
  border: 1px solid #99854c;
  cursor: default;
  opacity: 0.5;
}

.gallery-thumbs {
  margin-left: auto;
  margin-right: auto;
}

.gallery-thumbs__item {
  width: 100%;
  height: 100%;
  border: 1px solid #eae7dc;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}

.gallery-thumbs__img {
  width: 100%;
  height: 100%;
}
.gallery-thumbs__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-top__prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(/images/slider-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.gallery-top__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(/images/slider-next.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.gallery-thumbs__prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(/images/slider-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.gallery-thumbs__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(/images/slider-next.svg) 0px 0px no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.slider-product__preview .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-product__view .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.gallery-top__item {
  width: 100%;
  background: #fff;
}

.gallery-top__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.gallery-top__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
}
.product__slider  .status_list {
	position: absolute;
    display: flex;	
}
.product__status {
  margin: 10px 0 0 10px;
  /* position: absolute;*/
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.product__status--sale {
  color: #f44b1f;
}

.product__status--hit {
  color: #2e6ea6;
}

.product__status--new {
  color: #719b0b;
}

.product__description {
  font-size: 18px;
  line-height: 24px;
  color: #65645e;
  margin-bottom: 20px;
}

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

.price-product__current {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #383838;
}

.price-product__old {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration: line-through;
  color: #908e85;
  margin-left: 12px;
  display: none;
}

.price-product--sale .price-product__current {
  color: #f44b1f;
}
.price-product--sale .price-product__old {
  display: block;
}

.product__ptext {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #908e85;
}

.product__availability {

  background: #eae7dc;
  border-radius: 15px;
  padding: 7px 16px;
  font-size: 16px;
  line-height: 16px;
  color: #383838;
  display: inline-block;
}

.product__too {display:flex; flex-wrap:wrap; align-items:center; margin-top: 20px;}
.product__too .product__availability{margin-right:10px;  flex:none;}
.product__too .date_delivery{font-size:14px; line-height:24px; color:#719B0B;}

.product__info {
  margin-top: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}
.product__info span {
  font-weight: 400;
  font-size: 16px;
  color: #65645e;
  padding-left: 5px;
}

.color-product {
  margin-top: 15px;
}

.color-product__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}

.color-product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  margin: 0px 0 0 -10px;
}

.color-product__item {
  position: relative;
  width: 50px;
  height: 35px;
  margin: 10px 0 0 10px;
}
.color-product__item span {
  display: block;
  width: 100%;
  height: 100%;
}
.color-product__item span.white {
  border: 1px solid #eae7dc;
}
.color-product__item a {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.color-product__item--current {
  border: 1px solid #383838;
  padding: 2px;
}
.color-product__item--current span.white {
  border: none;
}

.option-product {
  margin-top: 20px;
}

.option-product__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}

.option-product__items {
  margin-top: 10px;
}

.option-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #65645e;
}
.option-product__item span:nth-child(2) {
  display: block;
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: right;
}
.option-product__item:first-child {
  margin-top: 0;
}

.product__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product__bottom .counter-cart {
  width: 140px;
}

.product__link {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
}
.product__link a {
  display: block;
  padding: 12px 35px;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background: #eae7dc;
  text-decoration: none;
}
.product__link a:hover {
  color: #fff;
  background: #99854c;
}

.product__constructor {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.constructor__block {
  position: relative;
  border: 1px solid #eae7dc;
  padding: 20px 30px;
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.constructor__block:hover .constructor__title {
  color: #99854c;
}
.constructor__block:hover .constructor__try {
  color: #99854c;
}
.constructor__block:hover .constructor__try ins {
  background-position: 0 -24px;
}
.constructor__block:hover .constructor__icon {
  opacity: 0.6;
}

.constructor__content {
  width: 100%;
}

.constructor__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #383838;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.constructor__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #65645e;
}

.constructor__icon {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.constructor__icon img {
  display: block;
}

.constructor__try {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.constructor__try span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.constructor__try ins {
  margin-left: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  background: url(/images/arrow-sprite.svg) 0px 0px no-repeat;
}

.constructor__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.constructor__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.additional-product {
  margin-top: 50px;
}

.additional-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.additional-product__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #383838;
}

.additional-product__nav {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.additional-product__nav .swiper-button-disabled {
  opacity: 0.5;
}

.additional-product__prev {
  width: 40px;
  height: 8px;
  background: url(/images/additional-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.additional-product__next {
  width: 40px;
  height: 8px;
  background: url(/images/additional-next.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.additional-product__content {
  margin-top: 30px;
}

.additional-product__slider {
  overflow: hidden;
}

.additional-product__slider .swiper-slide {
  background: #fff;
  width: 300px;
  height: auto;
  padding-bottom: 50px;
}

.additional__item {
  width: 100%;
  background: #fff;
  position: relative;
}
.additional__item:hover .cards-catalog__name a {
  color: #99854c;
}

.additional__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.additional__link a {
  display: block;
  padding: 12px 0px;
  text-align: center;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background: #eae7dc;
  text-decoration: none;
}
.additional__link a:hover {
  color: #fff;
  background: #99854c;
}

.cards-slider__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.cards-slider__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.additional-product__slider--index .swiper-slide {
  padding-bottom: 0;
}

.additional-product__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}

.additional-product__col--sidebar {
  width: 600px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 30px;
  position: relative;
}
.additional-product__col--sidebar .cards-catalog__status {
  width: 60px;
  height: 60px;
  font-size: 14px;
}
.additional-product__col--sidebar:hover .cards-catalog__name {
  opacity: 0.5;
}
.additional-product__col--sidebar:hover .additional-product__single img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.additional-product__col--slider {
  width: 100%;
  overflow: hidden;
}
.additional-product__col--slider .additional-product__content {
  margin-top: 0;
}

.single-additional__shape {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.single-additional__content {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.single-additional__content .cards-catalog__name {
  min-height: 100%;
  color: #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.single-additional__content .cards-catalog__currentprice {
  color: #fff;
}

.additional-product__single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.additional-product__single img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.search .cards-catalog {
  --elements: 4;
  --cgap: 30px;
  --rgap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.search__block {
  margin-bottom: 30px;
}

.search__text {
  font-size: 18px;
  line-height: 24px;
  color: #65645e;
}

.search__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 20px;
  max-width: 480px;
}
.search__content input {
  width: 100%;
  border: 1px solid #eae7dc;
  color: #99854c;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  border-radius: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 0 45px 0 10px;
}
.search__content button {
  display: block;
  border: none;
  width: 60px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #eae7dc url(/images/search-icon.svg) 50% 50% no-repeat;
}
.search__content .search__clear {
  position: absolute;
  z-index: 2;
  top: 1px;
  bottom: 1px;
  right: 60px;
  width: 40px;
  background: #fff url(/images/search-clear-icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.stocks {
  position: relative;
}

.stocks__items {
  --elements: 3;
  --cgap: 30px;
  --rgap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.stocks__item {
  position: relative;
  background: #eae7dc;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}
.stocks__item:hover .stocks__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.stocks__item:hover .stocks__name {
  color: #99854c;
}

.stocks__inner {
  padding: 20px;
  background: #eae7dc;
}

.stocks__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.stocks__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: 0.2s -webkit-transform ease;
  transition: 0.2s -webkit-transform ease;
  transition: 0.2s transform ease;
  transition: 0.2s transform ease, 0.2s -webkit-transform ease;
}

.stocks__name {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.stocks__text {
  margin-top: 8px;
  color: #65645e;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stocks__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stocks__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.stocks__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stocks__col--sidebar {
  width: 410px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 40px;
}

.stocks__col--content {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.stocks__description {
  color: #65645e;
  font-size: 18px;
  line-height: 24px;
}
.stocks__description p {
  margin: 15px 0 0 0;
}
.stocks__description p:first-child {
  margin: 0;
}

.stocks__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
.stocks__nav a {
  display: block;
  color: #383838;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}
.stocks__nav a:nth-child(1) {
  margin-right: 30px;
}

.stocks__nav a:nth-child(1) span {
  display: block;
  background: url(/images/stock-arrow-prev.svg) 0 50% no-repeat;
  /*padding-left: 20px;*/
}
.stocks__nav a:nth-child(2) span {
  display: block;
  background: url(/images/stock-arrow-next.svg) 100% 50% no-repeat;
  padding-right: 20px;
}

.stocks__nav a span.prev {
  display: block;
  background: url(/images/stock-arrow-prev.svg) 0 50% no-repeat;
  padding-left: 20px;
}
.stocks__nav a span.next {
    display: block;
      background: url(/images/stock-arrow-next.svg) 100% 50% no-repeat;
    padding-right: 20px;
}
.stocks__nav a:hover {
  opacity: 0.5;
}

.lk {
  position: relative;
}

.lk__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.lk__col--sidebar {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 40px;
}

.lk__col--content {
  width: 100%;
}

.lk__menu {
  border: 1px solid #eae7dc;
  padding: 30px 20px;
}
.lk__menu ul li {
  color: #65645e;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 20px;
}
.lk__menu ul li a {
  color: #65645e;
  text-decoration: none;
}
.lk__menu ul li a.current {
  color: #99854c;
  text-decoration: none;
  pointer-events: none;
}
.lk__menu ul li a:hover {
  opacity: 0.5;
}
.lk__menu ul li:first-child {
  margin-top: 0;
}

.lk__exit {
  margin-top: 20px;
}
.lk__exit a {
  display: inline-block;
  background: url(/images/exit-icon.svg) 100% 50% no-repeat;
  color: #65645e;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  padding-right: 32px;
}
.lk__exit a:hover {
  opacity: 0.5;
}

.lk__title {
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.lk__content {
  margin-top: 30px;
}
.lk__content .auth__form {
  max-width: 400px;
}

.download__item {
  margin-top: 30px;
}
.download__item:first-child {
  margin-top: 0;
}

.download__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}

.download__content {
  margin-top: 20px;
}

.block-download {
  background: #eae7dc;
  padding: 40px;
}

.block-download__items {
  --elements: 3;
  --cgap: 30px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.block-download__item {
  position: relative;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}
.block-download__item:hover .block-download__name {
  color: #99854c;
}
.block-download__item:hover .block-download__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.block-download__img {
  background: #eae7dc;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.block-download__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
}

.block-download__name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #383838;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.block-download__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-download__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.block-download__card {
  position: relative;
  margin-top: 10px;
  border: 1px solid #eae7dc;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.block-download__card:first-child {
  margin-top: 0;
}
.block-download__card:hover {
  border: 1px solid #eae7dc;
  background: #eae7dc;
}
.block-download__card:hover .card-download__load span {
  color: #99854c;
}
.block-download__card:hover .card-download__load ins {
  background-position: 0 -32px;
}

.card-download__name {
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}

.card-download__load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-download__load span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 11px;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #383838;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
.card-download__load ins {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 32px;
  background: url(/images/download-sprite.svg) 0px 0px no-repeat;
}

.card-download__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-download__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.history__item {
  margin-top: 10px;
  padding: 30px;
  border: 1px solid #eae7dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  color: #65645e;
}
.history__item:first-child {
  margin-top: 0;
}

.history__row--nd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.history__number {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 30px;
  width: 70px;
}

.history__date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 85px;
}

.history__row--price {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
}

.history__row--status {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 110px;
  margin-left: 30px;
}

.history__row--content {
  margin: 0 30px;
  width: 100%;
}

.order-history {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-history:first-child {
  margin-top: 0;
}

.order-history__name {
  margin-right: 30px;
}
.order-history__name a {
  color: #2e6ea6;
  text-decoration: underline;
}
.order-history__name a:hover {
  text-decoration: none;
}

.order-history__count {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 68px;
}

.history__cancel {
  margin-top: 14px;
}
.history__cancel a {
  display: inline-block;
  color: #908e85;
  text-decoration: none;
  background: url(/images/cancel-icon.svg) 100% 5px no-repeat;
  padding-right: 20px;
}
.history__cancel a:hover {
  text-decoration: underline;
}

.cart__item {
  position: relative;
  margin-top: 10px;
  border: 1px solid #eae7dc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__row--info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cart__row--price {
  width: 100%;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__img {
  width: 120px;
  height: 80px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.cart__img img {
  display: block;
}

.cart__name {
  font-size: 16px;
  line-height: 20px;
  color: #65645e;
}
.cart__name a {
  color: #65645e;
  text-decoration: none;
}
.cart__name a:hover {
  color: #99854c;
}

.color-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 16px;
}

.color-cart__title {
  font-size: 14px;
  line-height: 18px;
  color: #65645e;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.color-cart__value {
  width: 30px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
}
.color-cart__value img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
    height: 100%;
    width: 100%;	 
}

.color-cart__value--white {
  border: 1px solid #eae7dc;
}

.cart__text {
  margin-top: 16px;
  background: #eae7dc;
  border-radius: 15px;
  padding: 7px 16px;
  font-size: 16px;
  line-height: 16px;
  color: #383838;
  display: inline-block;
}

.cart__text.error {
  background: #d94646;
  background: #d94646;
  font-size: 14px;
  color: #fff;
}

.cart__text.error span {
	font-weight:bold;
}

.cart__del {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(/images/cart-del.svg) 0px 0px no-repeat;
}

.cart__tprice {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  width: 84px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.counter-cart {
  width: 120px;
  height: 40px;
  border: 1px solid #eae7dc;
  border-radius: 0px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0px;
  position: relative;
}

.counter-cart__input input {
  width: 100%;
  height: 38px;
  border-radius: 0px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #383838;
  text-align: center;
  outline: none;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.counter-cart__remove {
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 30px;
  background: #fff url(/images/minus-icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.counter-cart__add {
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 30px;
  background: #fff url(/images/plus-icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.cart__currentprice {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
  width: 86px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cart__oldprice {
  display: none;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  color: #908e85;
}

.cart__price--discount .cart__currentprice {
  color: #f44b1f;
}
.cart__price--discount .cart__oldprice {
  display: block;
}

.bottom-cart {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom-cart__row--text {
  max-width: 340px;
  width: 100%;
}

.bottom-cart__total {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}

.bottom-cart__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #908e85;
}

.bottom-cart__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bottom-cart__links a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 12px 35px;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background: #eae7dc;
  text-decoration: none;
  margin-left: 20px;
}
.bottom-cart__links a:hover {
  color: #fff;
  background: #99854c;
}

.empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 40px 0;
}

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

.empty__title {
  color: #383838;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.empty__text {
  margin-top: 20px;
  color: #65645e;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.empty__link {
  margin-top: 30px;
}
.empty__link a {
  display: inline-block;
  padding: 12px 35px;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background: #eae7dc;
  text-decoration: none;
}
.empty__link a:hover {
  color: #fff;
  background: #99854c;
}

/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .header__col {
    padding: 16px 0;
  }
  .header__catalog {
    margin-left: 15px;
  }
  .header__stocks {
    margin-left: 15px;
  }
  .header__auth {
    margin-left: 15px;
  }
  .header__cart {
    margin-left: 15px;
  }
  .header__search {
    width: 200px;
  }
  .header__block--center {
    position: relative;
    left: auto;
    margin-left: 0;
  }
  .header__menu ul li:hover .header__submenu {
    top: 142px;
  }
  .top-menu__name {
    font-size: 14px;
  }
  .content__block {
    padding: 142px 0 90px 0;
  }
  .footer__policy {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 30px;
  }
  .footer__copyrights {
    width: 344px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .index__status {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
    font-size: 11px;
    line-height: 11px;
  }
  .catalog-index__block {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0 0 -10px;
  }
  .catalog-index__item {
    position: relative;
    margin: 10px 0 0 10px;
  }
  .catalog-index__inner {
    padding-top: 100%;
    position: relative;
  }
  .catalog-index__item--b1 {
    top: auto;
    left: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__item--b2 {
    bottom: auto;
    left: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__item--b3 {
    top: auto;
    left: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__item--b4 {
    bottom: auto;
    left: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__item--b5 {
    bottom: auto;
    left: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__item--b6 {
    top: auto;
    left: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__item--b6 .catalog-index__img img {
    display: block;
    max-width: 115px;
  }
  .catalog-index__item--b7 {
    top: auto;
    right: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__item--b8 {
    bottom: auto;
    right: auto;
    height: auto;
    width: calc(25% - 10px);
  }
  .catalog-index__title {
    top: 10px;
    left: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  .constructor-index__cols {
    margin: 0 0 0 -20px;
  }
  .constructor-index__col {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
  }
  .constructor-index__inner {
    padding: 30px;
  }
  .cards-catalog {
    --elements: 2;
  }
  .additional-product__col--sidebar {
    width: 400px;
    margin-right: 20px;
  }
  .stocks__items {
    --elements: 2;
  }
  .block-download__items {
    --elements: 2;
  }
  .history__item {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .history__row--content {
    margin: 10px 0;
  }
  .history__row--status {
    text-align: right;
  }
  .order-history__count {
    text-align: right;
  }
  .cart__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart__row--price {
    margin-left: 0;
    margin-top: 20px;
  }
  .bottom-cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom-cart__row--text {
    max-width: 100%;
    width: 100%;
  }
  .bottom-cart__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 20px;
  }
  .bottom-cart__links a:first-child {
    margin-left: 0;
  }
  .search .cards-catalog {
    --elements: 3;
  }
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  .content__block {
    padding: 61px 0 60px 0;
  }
  .content__block--fluid {
    padding: 61px 0 0px 0;
  }
  h1 {
    font-size: 24px;
    line-height: 29px;
  }
  h2 {
    font-size: 23px;
    line-height: 28px;
  }
  h3 {
    font-size: 22px;
    line-height: 27px;
  }
  h4 {
    font-size: 21px;
    line-height: 26px;
  }
  h5 {
    font-size: 20px;
    line-height: 25px;
  }
  h6 {
    font-size: 19px;
    line-height: 24px;
  }
  .popup__consent input[type=submit]:hover {
    background: rgb(0, 125, 38);
  }
  .location__list {
    margin-top: 20px;
  }
  .location__list ul {
    -webkit-columns: 3 auto;
       -moz-columns: 3 auto;
            columns: 3 auto;
  }
  .location-check__link a:hover {
    color: #383838;
    background: #eae7dc;
  }
  .header {
    border-bottom: 1px solid #99854c;
  }
  .header__row--menu {
    display: none;
  }
  .header__block--left {
    display: none;
  }
  .header__col {
    padding: 18px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .header__logo {
    width: 144px;
  }
  .header__block--mobile {
    display: block;
  }
  .header__block--center {
    position: absolute;
    left: 50%;
    margin-left: -72px;
  }
  .header__block--right {
    display: none;
  }
  .header__block--mobileright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.active .search-mob {
    z-index: 1000;
    opacity: 1;
    top: 61px;
    height: 100%;
  }
  .header.active .header__searchtoggle {
    background-position: 0 -24px;
  }
  .footer__row {
    padding: 20px 0;
    font-size: 14px;
    line-height: 16px;
  }
  .footer__row a:hover {
    opacity: 1;
  }
  .footer__copyrights {
    width: 234px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .breadcrumbs {
    padding: 20px 0px 20px 0;
  }
  .breadcrumbs__title {
    margin-top: 10px;
  }
  .show-menu {
    overflow: hidden;
  }
  .show-menu .header__toggle {
    background-position: 0 -60px;
  }
  .show-menu .mobile-block {
    display: block;
  }
  .pagination {
    margin-top: 40px;
  }
  .index__slide .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .index__slide:hover .index__view {
    color: #383838;
  }
  .index__slide:hover .index__view ins {
    background-position: 0 0px;
  }
  .index__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0;
  }
  .index__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
    width: 100%;
  }
  .index__inner {
    max-width: 100%;
    width: 100%;
  }
  .index__title {
    font-size: 20px;
    line-height: 24px;
  }
  .index__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }
  .index__view {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .index__nav {
    position: relative;
    left: auto;
    margin-left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .index__catalog {
    margin-top: 60px;
  }
  .catalog-index__item:hover .catalog-index__title {
    opacity: 1;
  }
  .catalog-index__item--b1 .catalog-index__img img {
    display: block;
    max-width: 115px;
  }
  .catalog-index__item--b4 .catalog-index__img img {
    display: block;
    max-width: 80px;
  }
  .catalog-index__item--b6 .catalog-index__img img {
    display: block;
    max-width: 100px;
  }
  .catalog-index__item--b8 .catalog-index__img img {
    display: block;
    max-width: 100px;
  }
  .index__constructor {
    display: none;
  }
  .index__advantages {
    margin-top: 30px;
    margin-bottom: -60px;
    padding: 40px 0;
  }
  .advantages-index__title {
    font-size: 24px;
    line-height: 26px;
  }
  .advantages-index__icon {
    width: 100px;
  }
  .advantages-index__name {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .catalog__items {
    --cgap: 20px;
    --rgap: 30px;
  }
  .catalog__item:hover .catalog__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .catalog__item:hover .catalog__name {
    color: #65645e;
  }
  .catalog__name {
    font-size: 16px;
    line-height: 22px;
  }
  .collection {
    margin-bottom: 30px;
  }
  .collection__row--sidebar {
    width: 278px;
  }
  .collection__row--content {
    padding: 20px;
  }
  .collection__name {
    font-size: 22px;
    line-height: 28px;
  }
  .collection__text {
    font-size: 16px;
    line-height: 22px;
  }
  .colors-collection__title {
    font-size: 16px;
    line-height: 20px;
  }
  .catalog__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog__col--sidebar {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .catalog__filter {
    display: none;
  }
  .catalog__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .show-filter {
    overflow: hidden;
  }
  .show-filter .filter-block {
    display: block;
  }
  .cards-catalog__plug {
    display: none;
  }
  .cards-catalog {
    --elements: 4;
    --cgap: 20px;
    --rgap: 20px;
  }
  .cards-catalog__name {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
  }
  .cards-catalog__name a:hover {
    color: #65645e;
  }
  .cards-catalog__price {
    margin-top: 10px;
  }
  .cards-catalog__currentprice {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
  .cards-catalog__price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cards-catalog__oldprice {
    margin-left: 0;
  }
  .product__cols {
    margin: 0 0 0 -20px;
  }
  .product__col {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
  }
  .gallery-thumbs__prev {
    display: none;
  }
  .gallery-thumbs__next {
    display: none;
  }
  .gallery-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
  }
  .product__description {
    font-size: 16px;
    line-height: 22px;
  }
  .price-product__current {
    font-size: 24px;
    line-height: 26px;
  }
  .price-product__old {
    font-size: 16px;
    line-height: 20px;
  }
  .product__availability {
    font-size: 14px;
    line-height: 14px;
  }
  .product__info {
    font-size: 16px;
    line-height: 20px;
  }
  .color-product__title {
    font-size: 16px;
    line-height: 20px;
  }
  .option-product__title {
    font-size: 16px;
    line-height: 20px;
  }
  .product__link a:hover {
    color: #383838;
    background: #eae7dc;
  }
  .constructor__block {
    padding: 20px;
    width: 100%;
  }
  .constructor__block:hover .constructor__title {
    color: #383838;
  }
  .constructor__block:hover .constructor__try {
    color: #383838;
  }
  .constructor__block:hover .constructor__try ins {
    background-position: 0 0px;
  }
  .constructor__block:hover .constructor__icon {
    opacity: 1;
  }
  .constructor__title {
    font-size: 22px;
    line-height: 28px;
  }
  .constructor__text {
    font-size: 16px;
    line-height: 22px;
  }
  .additional-product {
    margin-top: 30px;
  }
  .additional-product__title {
    font-size: 22px;
    line-height: 28px;
  }
  .additional-product__content {
    margin-top: 20px;
  }
  .additional-product {
    overflow: hidden;
  }
  .additional-product__slider {
    overflow: visible;
  }
  .additional-product__slider .swiper-slide {
    width: 200px;
  }
  .additional__link a:hover {
    color: #383838;
    background: #eae7dc;
  }
  .additional__item:hover .cards-catalog__name a {
    color: #65645e;
  }
  .additional-product__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .additional-product__col--sidebar {
    display: none;
  }
  .additional-product__col--slider {
    overflow: visible;
  }
  .stocks__items {
    --cgap: 20px;
    --rgap: 30px;
  }
  .stocks__item:hover .stocks__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .stocks__item:hover .stocks__name {
    color: #383838;
  }
  .stocks__inner {
    padding: 16px 20px;
  }
  .stocks__name {
    font-size: 16px;
    line-height: 22px;
  }
  .stocks__text {
    font-size: 16px;
    line-height: 22px;
  }
  .stocks__col--sidebar {
    width: 354px;
    margin-right: 30px;
  }
  .stocks__description {
    font-size: 16px;
    line-height: 22px;
  }
  .stocks__col--content {
    padding-bottom: 0px;
  }
  .stocks__nav {
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .stocks__nav a:hover {
    opacity: 1;
  }
  .empty__link a:hover {
    color: #383838;
    background: #eae7dc;
  }
  .auth__text {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .auth__link a:hover {
    color: #383838;
    background: #eae7dc;
  }
  .auth__subtext {
    max-width: 100%;
  }
  .lk__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lk__col--sidebar {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .lk__menu {
    padding: 20px;
  }
  .lk__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -20px 0 0 -30px;
  }
  .lk__menu ul li {
    color: #65645e;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 30px;
  }
  .lk__menu ul li a {
    color: #65645e;
    text-decoration: none;
  }
  .lk__menu ul li a.current {
    color: #99854c;
    text-decoration: none;
    pointer-events: none;
  }
  .lk__menu ul li a:hover {
    opacity: 1;
  }
  .lk__menu ul li:first-child {
    margin-top: 20px;
  }
  .lk__title {
    font-size: 22px;
    line-height: 28px;
  }
  .lk__exit a:hover {
    opacity: 1;
  }
  .block-download {
    padding: 20px 20px;
  }
  .download__title {
    font-size: 16px;
    line-height: 20px;
  }
  .block-download__items {
    --elements: 2;
    --cgap: 20px;
    --rgap: 20px;
  }
  .block-download__item:hover .block-download__name {
    color: #383838;
  }
  .block-download__item:hover .block-download__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .block-download__card {
    padding: 20px;
  }
  .block-download__card .card-download__load span {
    display: none;
  }
  .block-download__card:hover {
    border: 1px solid #eae7dc;
    background: #fff;
  }
  .block-download__card:hover .card-download__load span {
    color: #383838;
  }
  .block-download__card:hover .card-download__load ins {
    background-position: 0 0px;
  }
  .card-download__name {
    font-size: 16px;
    line-height: 22px;
  }
  .history__cancel {
    margin-top: 10px;
  }
  .history__cancel a:hover {
    text-decoration: none;
  }
  .order-history__name a:hover {
    text-decoration: underline;
  }
  .cart__del {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
  }
  .cart__row--info {
    padding-right: 40px;
  }
  .bottom-cart__links a:hover {
    color: #383838;
    background: #eae7dc;
  }
  .bottom-cart {
    margin-top: 20px;
  }
  .bottom-cart__total {
    font-size: 16px;
    line-height: 20px;
  }
  .search .cards-catalog {
    --elements: 4;
    --cgap: 20px;
    --rgap: 20px;
  }
  .search__text {
    font-size: 16px;
    line-height: 22px;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .content__block {
    padding: 61px 0 40px 0;
  }
  .content__block--fluid {
    padding: 61px 0 0px 0;
  }
  .blank-img {
    width: 100% !important;
    margin: 0px 0 20px 0 !important;
    float: none !important;
  }
  .popup__title {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .location__list {
    margin-top: 20px;
    height: 100%;
    max-height: 440px;
    overflow: auto;
  }
  .location__list ul {
    -webkit-columns: 1 auto;
       -moz-columns: 1 auto;
            columns: 1 auto;
  }
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyrights {
    width: 100%;
    max-width: 300px;
  }
  .footer__policy {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .footer__developer {
    width: 100%;
    margin-top: 12px;
  }
  .index__catalog {
    margin-top: 30px;
  }
  .catalog-index__item--b1 {
    width: calc(50% - 10px);
  }
  .catalog-index__item--b1 .catalog-index__img img {
    display: block;
    max-width: 140px;
  }
  .catalog-index__item--b2 {
    width: calc(50% - 10px);
  }
  .catalog-index__item--b3 {
    width: calc(100% - 10px);
  }
  .catalog-index__item--b3 .catalog-index__inner {
    padding-top: 48.4756097561%;
  }
  .catalog-index__item--b4 {
    width: calc(50% - 10px);
  }
  .catalog-index__item--b4 .catalog-index__img img {
    display: block;
    max-width: 100px;
  }
  .catalog-index__item--b5 {
    bottom: auto;
    left: auto;
    height: auto;
    width: calc(50% - 10px);
  }
  .catalog-index__item--b6 {
    width: calc(100% - 10px);
  }
  .catalog-index__item--b6 .catalog-index__inner {
    padding-top: 48.4756097561%;
  }
  .catalog-index__item--b7 {
    width: calc(50% - 10px);
  }
  .catalog-index__item--b8 {
    width: calc(50% - 10px);
  }
  .index__advantages {
    margin-bottom: -40px;
    padding: 30px 0;
    background-size: cover;
  }
  .advantages-index__title {
    padding: 0 40px;
  }
  .advantages-index__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 0px;
  }
  .advantages-index__item {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .advantages-index__item:first-child {
    margin: 0;
  }
  .catalog__items {
    --elements: 2;
    --cgap: 10px;
    --rgap: 20px;
  }
  .collection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection__row--sidebar {
    width: 100%;
    min-height: auto;
  }
  .collection__img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    overflow: hidden;
    padding-top: 66.6666666667%;
  }
  .collection__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .catalog__toggle {
    width: 100%;
  }
  .cards-catalog {
    --elements: 2;
    --cgap: 10px;
    --rgap: 20px;
  }
  .product__cols {
    margin: 0 0 0 0px;
  }
  .product__col {
    width: 100%;
    margin: 30px 0 0 0px;
  }
  .product__col:first-child {
    margin-top: 0;
  }
  .product__constructor {
    display: none;
  }
  .additional-product__nav {
    display: none;
  }
  .stocks__items {
    --elements: 1;
    --cgap: 0px;
    --rgap: 20px;
  }
  .stocks__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stocks__col--sidebar {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .cart__item {
    padding: 10px 10px;
  }
  .cart__img {
    width: 100px;
    height: 65px;
    margin-right: 10px;
  }
  .cart__del {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 2;
  }
  .cart__text {
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
  }
  .cart__currentprice {
    font-size: 16px;
    line-height: 20px;
  }
  .cart__tprice {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
  }
  .cart__oldprice {
    line-height: 20px;
  }
  .search .cards-catalog {
    --elements: 2;
    --cgap: 10px;
    --rgap: 20px;
  }
}
@media (max-width: 576px) {
  .block-download__items {
    --elements: 1;
    --cgap: 0px;
    --rgap: 24px;
  }
  .history__row--price {
    width: 100%;
  }
  .history__row--status {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
  }
  .bottom-cart__row--links {
    width: 100%;
  }
  .bottom-cart__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom-cart__links a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 12px 0 0 0;
    padding: 12px 0;
  }
  .bottom-cart__links a:first-child {
    margin: 0;
  }
}
/* xs <= Small (sm) */
@media screen and (max-width: 479px) {
  .auth__form {
    max-width: 100%;
  }
  .auth__bottom {
    max-width: 100%;
  }
  .product__link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .product__link a {
    display: block;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
  }
}
.cart_form {position:relative; margin-bottom:30px;}
.cart_form form {display:flex; flex-wrap:nowrap; align-items:center;}
.cart_form span {color:#383838; font-size:16px; flex:none; margin-right:10px;}
.cart_form input {display:block; width:100px; height:40px; border:1px solid #EAE7DC; text-align:center; color:#99854C; font-size:16px; margin-right:10px;}
.cart_form button {display:block; width:140px; height:40px; border:none; background:#EAE7DC; font-size:16px; color:#383838; cursor:pointer; outline: none; font-weight:600;}





.bx-authform {
  max-width: 500px!important;
}
.bx-title {margin-bottom:20px!important; font-size: 20px; line-height: 25px;}

.bx-authform-formgroup-container {
  position: relative;
}
.bx-authform-input-container input {
  width: 100%!important;
  border: 1px solid #eae7dc!important;
  height: 40px!important;
  color: #65645e!important;
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 40px!important;
  border-radius: 0!important;
  -webkit-transition: 0.2s all ease!important;
  transition: 0.2s all ease!important;
  padding: 0 10px!important;
  background:#fff!important;
}
.bx-authform-input-container input:focus {
  border: 1px solid #99854c!important;
}
.bx-authform-input-container .password-control {
  display: block;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 40px;
  background: #fff url(/images/pass-sprite.svg) 0px 0px no-repeat;
  -webkit-transition: 0s all ease;
  transition: 0s all ease;
}
.bx-authform-input-container .password-control.active {
  background-position: 0 -38px;
}


.bx-authform-formgroup-container .checkbox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 30px;
  font-size: 14px;
  color: #908e85;
  line-height: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bx-authform-formgroup-container .checkbox input[type=checkbox] {
  display: none;
}

.bx-authform-formgroup-container .checkbox label {
  cursor: pointer;
}

.bx-authform-formgroup-container .checkbox label:after {
  content: "";
  display: inline-block;
  border: none;
  height: 20px;
  width: 20px;
  border: 1px solid #eae7dc;
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}

.bx-authform-formgroup-container .checkbox input[type=checkbox]:checked + label:after {
  border: 1px solid #eae7dc;
  background: #fff url(/images/consent-icon.svg) 50% 50% no-repeat;
}




.bx-authform-formgroup-container .btn-primary {
  display: block!important;
  padding: 12px 35px!important;
  color: #383838!important;
  font-size: 16px!important;
  line-height: 16px!important;
  font-weight: 600!important;
  background: #eae7dc!important;
  text-decoration: none!important;
}
.bx-authform-formgroup-container  .btn-primary:hover {
  color: #fff!important;
  background: #99854c!important;
}





.bx-authform-input-container input::-moz-placeholder {
  color: #908e85;
}

.bx-authform-input-container input::-webkit-input-placeholder {
  color: #908e85;
}

.bx-authform-input-container input:-ms-input-placeholder {
  color: #908e85;
}

.bx-authform-input-container input::-ms-input-placeholder {
  color: #908e85;
}

.bx-authform-input-container input::placeholder {
  color: #737985;
}

.bx-authform-input-container input:-webkit-autofill {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #65645e;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.bx-authform-link-container {
  font-size: 16px;
  line-height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
		  color: #2e6ea6;
}
.bx-authform-link-container b { font-weight:normal; }

hr.bxe-light { border-bottom: 1px solid #eae7dc!important; }

p.bx-authform-content-container { margin-bottom:5px; }
.bx-authform-note-container { margin-top:10px; }



