@charset "UTF-8";

@font-face {
  font-family: 'Mulish';
  src: url('../font/Mulish.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Main styles */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: "Mulish", sans-serif;
}
h3 {
  margin-bottom: 10px;
}
a {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: "Mulish", sans-serif;
  position: relative;
  background: #FEFEFE;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;

      -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

label {
  color: #212225;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

button, submit {
  border: none;
  outline: none;
  cursor: pointer;
}

ol, ul {
  padding-left: 24px;
}

ul li {
  list-style: disc;
}

button {
  background: transparent;
}

.menu-item {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.header-menu_link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  /* padding: 10px; */
  display: block;
}

.header-menu_link:hover,
.menu-item.active .header-menu_link {
  color: #CE8935; /* цвет активного пункта */
}
.title-search-result {
width:400px;
}
  .title-search-result {

font-size: 16px;
}

.submenu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #222;
  padding: 10px 0;
  min-width: 200px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.submenu1 {
  /* display: none;
  position: absolute;
  top: 20px;
  left: 0; */
  background-color: #222;
  padding: 10px 0;
  min-width: 200px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.submenu li {
  list-style: none;
}

.submenu li a {
  display: block;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
}

.submenu li a:hover {
  background-color: #333;
}

/* Показываем подменю при наведении на весь пункт меню */
.menu-item:hover .submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dd-menu {
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  /* background-color: #f9f9f9; */
  padding: 10px 0;
}

.dd-menu.open {
  display: block;
  max-height: 500px; /* Ограничение высоты для анимации */
}

.header__search-mob {
  max-height: 0;
  overflow: hidden;
  background-color:#000;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.header__search-mob.active {
  max-height: 40px; 
  opacity: 1;
}

.mob-search.cross img {
  content: url('/local/templates/lagomera/assets/images/close_mob.svg');
}
.header__search-mob .input__search{
  width: 100%;
}
input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #C2C2C2;
  outline: none;
  border-radius: 2px !important;
}
.form-group input[type=checkbox] {
  position: absolute;
}

.form-row input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #C2C2C2;
  outline: none;
  border-radius: 2px !important;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #878175;
  position: relative;
}

input[type=radio]:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: #936B18;
  display: none;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  z-index: 10;
}

input[type=radio]:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #FFFFFF;
  display: none;
  border: 1px solid #936B18;
  border-radius: 50%;
}

input[type=checkbox]:checked {
  border-radius: 2px !important;
  outline: none !important;
  border: none;
}

input[type=checkbox]:checked::after,
input[type=checkbox]:checked::before,
input[type=radio]:checked::after,
input[type=radio]:checked::before {
  display: block;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  z-index: 100;
  display: none;
  width: 12px;
  height: 12px;
  background-size: cover;
  background: url(../images/check-white.svg) center no-repeat;
  left: 2px;
  top: 2px;
}
input::placeholder{
  color:#7A7A7C;
}
.form-data .form-row input{
  color:#212225;
}

.form-row input[type=checkbox]:before {
  width: 16px;
  height: 16px;
}

input[type=checkbox]::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 2px;
  background: #A87B45;
  display: none;
  border: 1px solid #A87B45;
}

.form-row input[type=checkbox]:after {
  width: 20px;
  height: 20px;
}
.nca-cookiesaccept-line-text {
  text-align: center;
}
.primary-button {
  background: #A87B45;
  border: 2px solid #A87B45;
  color: rgb(240, 240, 240);
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: all 0.25s ease;
}
#nca-cookiesaccept-line-accept-btn:hover {
  color: #A87B45;
  background: #F0F0F0 ;
  transition: all 0.25s ease;
  
}

#nca-cookiesaccept-line-accept-btn {
  background: #A87B45;
  border: 2px solid #A87B45;
  color: #F0F0F0;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: all 0.25s ease;
}
.primary-button:hover{
  background-color: transparent;
  color: #A87B45;
}

.primary-button.disabled {
  border: 2px solid #ccc;
  background-color: #ccc;
  color:#000;
}
.primary-button.disabled:hover{
  border: 2px solid #ccc;
  background-color: #ccc;
  color:#000;
}

.coast-part .on-order{    
font-size: 16px;
font-weight: 700;
line-height: normal;}
.pod-zakaz {
  display: flex;
    justify-content: space-evenly;
    width: 100%;
    min-height: 160px;
    align-items: center;
}



.modals-auth > div > a{
  display: none;
}
.header__attributes .api_auth_ajax{
  background-color: inherit;
  border: 0px;
}
.header__attributes .api_auth_ajax a:hover{
  color: #F0F0F0 !important;
}
.header__attributes .api_auth_ajax a:hover .attributes_text{
color: #F0F0F0 !important;
}
.header__attributes .api_auth_ajax a{
  background-color: inherit;
  border: 0px;
  font-weight: 500;
}
.header__attributes .api_auth_ajax a .attributes_text{
  text-shadow: none;
}

.personal_container .under_form .api_auth_restore_url{
    color: #CE8935;
    text-decoration: none;
    border: 0px;
}
.footer-modals-auth .api_profile a{
  display: none;
}

.api_button_primary:hover, .api_button_primary:focus{
      background-color: #A87B45 !important;
}

.api-row-accept .api-accept-label{
  position: relative;
}
.api-row-accept .api-accept-label input{
    display: flex;
    justify-content: flex-start;
}
.api-auth-register .api-accept-text{
    color: #212225;
    padding-left: 4px;

}
.api-auth-register .api-accept-text a{
  color: #A87B45 !important;
}
.api-auth-register .api-accept-text a:hover{
  text-decoration: underline;
}
.api_link.api_auth_restore_url:hover{
  text-decoration: underline;
}
.bx-sbb-empty-cart-desc a{
    color: #CE8935;
}
.bx-sbb-empty-cart-desc a:hover{
  text-decoration: underline;
}
.api-row-accept .api-accept-label input{
    height: 16px !important;
    left: 0px;
    width: 16px !important;
    top: 2px;
}
.api-row-accept{
    margin-top: 20px;
    margin-bottom: 20px;
}
.api-auth-register .api-accept-text:hover{
  color: #212225;
}


@media (max-width: 863px) {
  .pod-zakaz {
    flex-direction: column;
  }
}

.clear-fav:hover {text-decoration: underline;}
.clear-fav {
  margin-top: -67px;
  color: #A87B45;

  margin-right: 0;
  position: relative;
  float: right;
}
@media (max-width: 863px) {
  .clear-fav {
    position: absolute;
    margin-top: -44px;
    color: #A87B45;
    line-height: normal;
    margin-left: 170px;
    font-size: smaller;
    }
}
.secondary-button {
  padding: 12px 16px;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #212225;
  border: 1px solid #E4D7C7;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.download__more:hover, .secondary-button:hover{
  background: #E4D7C7;
}
#download__more:hover{
  background: #E4D7C7;
}

.thirdy-button {
  padding: 8px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #A87B45;
  background: transparent;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.thirdy-button:hover{
  background: rgba(240, 226, 209, 0.5);
}

.thirdy-button.icon svg {
  position: relative;
  top: 3px;
  right: 2px;
}

.title-search-result {
  width: 500px!important;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
.favs-c {
  width: 1430px;
  min-height: 35vh;

}

.title--main {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}

.page__title {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
  gap: 4px;
}

.breadcrumb__link:hover {
  color: #A87B45;
  transition: all ease-in-out 0.3s;

}
.breadcrumb__link, .breadcrumb__separator {
  color: #4D4E51;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.breadcrumb__page {
  color: #A87B45;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Main styles */
.header__top {
  background-color: #212225;
  padding: 15px 0;
  position: relative;
  z-index: 11;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 36px;
}

.header__menu a {
  color: #F0F0F0;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.2s ease;
}
.header__menu a:hover{
  color:#A87B45;
}


.header__location {
  color: #F0F0F0;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.main-page .header__bottom {
  position: relative;
  /* top: 50px; */
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.pages .header__bottom {
  position: relative;
  background-image: url("../images/bg-header.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.header__bottom-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.header__logos a{
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__logos img {
  display: block;
  width: 100%;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 35px;
}

.header__time-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-right: 45px;
}

.header__phone {
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  transition: all ease-in-out 0.3s;
}
.header__phone:hover {
  color: #CE8935;
  transition: all ease-in-out 0.3s;
}

.header__callback:hover {
  color: #F0F0F0;
  transition: all ease-in-out 0.3s;
  
}
.header__callback {
  transition: all ease-in-out 0.3s;
  color: #CE8935;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}

.header__attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.header__attributes img {
  display: block;
  margin: 0 auto 4px auto;
}

.header__cabinet, .header__favorites, .header__cart {
  text-align: center;
  color: #F0F0F0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}



.attribute-count {
  color: #212225;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #EEEBEB;
  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;
  position: absolute;
  top: -7px;
  right: 5px;
}

.fav_cnt {
  display: none;
}

.header__search {
  margin-left: 50px;
}

.form__search {
  position: relative;
}

.input__search {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 16px;
  height: 40px;
  background: transparent;
  color: #F0F0F0;
  width: 450px;
}
.input__search1 {
  border-radius: 50px;
  border: 1px solid #000;
  padding: 10px 16px;
  height: 40px;
  background: transparent;
  color: #000;
  width: 270px;
}

.button-search {
  border: none;
  background: none;
}
.button-search:hover {
  cursor: pointer;
}

.input__search1::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search1::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search1:-ms-input-placeholder {
  color: #0000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search1::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search1::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.input__search::-webkit-input-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search::-moz-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search:-ms-input-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search::-ms-input-placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input__search::placeholder {
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button__search {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.header__menu-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  position: relative;
}

/*Dropdown-menu style start*/
.dropdown__menu {
  width: calc(100vw - 32px);
  max-width: 1308px;
  position: absolute;
  left: 0;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-left: 40px;
  padding: 24px 40px 30px 40px;
  background: #FFFFFF;
  border-radius: 8px;
  display: none; 
  /* visibility: hidden; */
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.1s ease;
  transition: transform 0.25s ease, opacity 0.1s ease, -webkit-transform 0.25s ease;
  /* -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); */
  z-index: 999999;
  animation: menu 0.25s ease;
}
@keyframes menu{
  from{
opacity: 0;
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  to{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
  }
}

.header__menu-item:hover .dropdown__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: block; */
  /* -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible; */
}

.dropdown__menu-item > a {
  color: #212225;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  text-align: left;
}

.dropdown__menu-list {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.dropdown__menu-list > a {
  color: #4D4E51;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.dropdown__menu-list > a:hover {
  color: #A87B45;
  cursor: pointer;
}

.dropdown__menu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown__menu-list-item:hover>span.color::after{
width: 20px;
height: 20px;
left: 0;
top: 0;
}

span.color {
  outline: 1px solid #DBDFE2;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: inline-block;
  margin: 0px 7px 2px;
  position: relative;
  border-radius: 1px;
  background: #FFFFFF;
}

span.color::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 1px;
  transition: all 0.25s ease;
}
.review_text {
  margin-bottom: 50px;
}
span.color.beige::after {
  background: #CDB58E;
}

span.color.turquoise::after {
  background: #30D5C8;
}

span.color.burgundy:after {
  background: #9B2D30;
}

span.color.blue:after {
  background: #42AAFF;
}

span.color.graphite:after {
  background: #474A50;
}

span.color.yellow:after {
  background: #EEEE22;
}

span.color.pearl:after {
  background: #F0EAD6;
}

span.color.green:after {
  background: #29C100;
}

span.color.brown:after {
  background: #964B00;
}

span.color.red:after {
  background: #DD3333;
}

span.color.orange:after {
  background: #DD9933;
}

span.color.pink:after {
  background: #E861B2;
}

span.color.grey:after {
  background: #D1C9C9;
}

span.color.dark-blue:after {
  background: #1E73BE;
}

span.color.black:after {
  background: #111111;
}

/*Dropdown-menu style end*/
.header__menu-catalog .header__menu-item > a {
  color: #F0F0F0;
  font-size: 13px;
  /* font-weight: 600; */
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}

.header__menu-item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header__menu-catalog .header__menu-item > a::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #CE8935;
}

.header__menu-catalog .header__menu-item:hover > a::after {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu-catalog .header__menu-item:hover > a.active {
  border:none;
  

}

.header__bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.header__social img {
  display: block;
}
.header__social img:hover {
  filter: brightness(0.6);
  transition: all ease-in-out 0.3s;
}

/* Main Page Content */
.main-banner_slide {
  position: relative;
  background-repeat: no-repeat;
}

.main-banner_slide img {
  display: block;
  width: 100%;
  max-height: 750px;
  filter: brightness(55%);
  object-fit: cover;
}

.main-banner_slider {
  margin-bottom: 0 !important;
}

.main-banner_slider .slick-prev {
  left: 100px;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.main-banner_slider .slick-next {
  right: 100px;
  z-index: 1;
  width: 40px;
  height: 40px;
}

.main-banner_slider .slick-next::before {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-banner_slider .slick-prev::before {
  content: "";
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-banner_slider .slick-dots {
  bottom: 25px;
}

.main-banner_slider .slick-dots li {
  width: 40px;
  height: 3px;
}

.main-banner_slider .slick-dots li button {
  width: 40px;
  height: 3px;
  border-radius: 1px;
}

.main-banner_slider .slick-dots li button:before {
  content: "";
  width: 40px;
  background: #fff;
  height: 3px;
  border-radius: 1px;
}

.section_catalog {
  margin-bottom: 60px;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 4px;
}

.catalog-item {
  margin: 4px;
  position: relative;
  overflow: hidden;
z-index: 1;
}
.catalog-item::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
z-index: 2;
transition: all 0.5s ease;
opacity: 1;
}

.catalog-item img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 2px;
  transition: all 0.7s ease;
  
}
.catalog-item:hover img{
  transform: scale(1.15);
}
.catalog-item:hover::after{
  opacity: 0;
}

.catalog-item_name {
  position: absolute;
  bottom: 26px;
  left: 48px;
  z-index: 10;
}

.catalog__name-neolit {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}

.catalog__name-country {
  color: #C2C2C2;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F5F1;
}

.about__content {
  padding-left: 30px;
  max-width: 566px;
}

.about__image{
  width: 55%;
}

.about__image img {
  display: block;
  width: 100%;
}

.about__content-title {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.modal__content-title {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

.about__content-text {
  color: #4D4E51;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.section__advantages {
  background-color: #F8F5F1;
  padding: 80px 0;
}

.advantages__items {
  display: grid;
  gap: 90px;
  margin-top: 40px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 80px;
}

.advantages__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}

.advantages__item-icon {
  padding: 28px;
  border-radius: 50%;
  background: #FFF;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}
.advantages__item:hover .advantages__item-icon{
  border-color: #A87B45;

}

.advantages__item-icon img {
  width: 64px;
  height: 64px;
  display: block;
}

.advantages__item-name {
  color: #212225;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.section__consultation {
  background-color: #212225;
}

.consultation__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consultation__form-title {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 30px;
}

.consultation__form-subtitle {
  color: #C2C2C2;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.consultation__form, .consultation__image {
  width: 100%;
}

.consultation__image {
  position: relative;
}

.consultation__image::before {
  content: "";
  background: linear-gradient(89deg, #212225 1.85%, rgba(36, 37, 40, 0) 99.5%);
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 410px;
}

.consultation__image img {
  display: block;
  width: 100%;
}

.form__consult {
  max-width: 680px;
  margin: 48px auto 0 auto;
}

.form__consult-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.form__consult-inputs input {
  height: 40px;
  padding: 10px 4px 12px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
}

.form__consult-inputs .form-group input[type="text"] {
  height: 40px;
  padding: 10px 4px 12px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8)!important;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
}

.form__consult-inputs input::-webkit-input-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form__consult-inputs input::-moz-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form__consult-inputs input:-ms-input-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form__consult-inputs input::-ms-input-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form__consult-inputs input::placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form__consult-submit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.form__consult-policy {
  color: #C2C2C2;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.form__consult-button {
  border-radius: 4px;
  background-color: #A87B45;
  color: var(--Light, #F0F0F0);
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border: none;
  padding: 10px;
  height: 48px;
  cursor: pointer;
  border: 2px solid #A87B45;
  transition: all 0.25s ease;
}
.form__call-button {
  border-radius: 4px;
  background-color: #A87B45;
  color: var(--Light, #F0F0F0);
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border: none;
  padding: 10px 70px;
  height: 48px;
  cursor: pointer;
  border: 2px solid #A87B45;
  transition: all 0.25s ease;
  display: block;
  margin: 0 auto;
}
.form__consult-button:hover{
  background-color: transparent;
  color: #A87B45;
}
.form__call-button:hover{
  background-color: transparent;
  color: #A87B45;
}

.section__stock {
  margin: 80px 0;
  /* padding: 10px 0; */
}

.stock__slider {
  margin-left: -15px;
  margin-right: -15px;

}
.stock__slider .slick-list{
  padding: 10px 0;
}

.stock__slider .wrapper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}


.basket-item-info-name-link span {
  font-weight: 700;
}

.d3-but:hover {

  cursor: pointer;
}

.stock__slider .wrapper-arrow.left {
  left: -3rem;
}
.basket-item-image{
  margin-top: 0;
}
.stock__slider .wrapper-arrow.right {
  right: -3rem;
}
.basket-item-info-name, .basket-item-info-name-link {
  margin-top: 5px!important;
}
.arrow-left {
  display: block;
}

.stock__slide {
  margin: 0 15px;
  position: relative;
}
@media screen and (max-width: 1550px){
  .stock__slider{
    padding-left: 40px;
    padding-right: 40px;
  }
  .stock__slider .wrapper-arrow.left {
    left: 0;
  }
  
  .stock__slider .wrapper-arrow.right {
    right: 0;
  }
 
}
#arrFilter_P2 {
  display: none;
}
#arrFilter_P1 {
  display: none;
}
.suggestion-list {
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.suggestion-list div {
  padding: 5px;
  cursor: pointer;
}
.suggestion-list div:hover {
  background: #f0f0f0;
}
#modal-request-call .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  color:#000;

}
.phone-block {
  display: flex;
  gap:10px;
  margin-bottom: 22px;
}
.phone-block div a{
  margin-bottom: 10px;
}
.success-page {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.success-page__modal {
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-out;
  position: relative;
}

.success-page__modal h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.success-page__modal p {
  font-size: 16px;
  color: #555;
}

.success-page__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__bottom {
  transition: transform 0.3s ease, top 0.3s ease;
  width: 100%;
  z-index: 1000;
  z-index: 1;
}

/* Появляется (при скролле вверх) */
.header__bottom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

/* Скрывается при скролле вниз */
.header__bottom.hide {
  transform: translateY(-100%);
  z-index: 1;
}

.header__menu-item > a.active,
.header__menu.mob a.active {
  border-bottom: 2px solid #CE8935;
  padding-bottom: 4px;
}
.header__menu-item > a.active:hover {
  border-bottom: none;
  
}
/*карточка продукта*/
.product {
  -webkit-box-shadow: 1px 1px 11.8px 0px rgba(143, 125, 77, 0.04);
          box-shadow: 1px 1px 11.8px 0px rgba(143, 125, 77, 0.04);
  /* border: 1px solid rgba(238, 238, 238, 1); */
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #EEE;
  background-color: #FFF;
  position: relative;
  transition: all 0.3s ease;
}
.product:hover{
  /* box-shadow: 4px 20px 20px 0px rgba(168, 123, 69, 0.15), 2px 2px 6px 0px rgba(168, 123, 69, 0.25); */
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2)
}

.product__image {
  margin-bottom: 4px;
  position: relative;
  height: 258px;
}

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

.product__sticky {
  border-radius: 2px;
  background: #E34E1E;
  padding: 6px 10px;
  color: #FFF;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.collection-block {
  min-width: 1000px;
}
.product__stars {
  /* margin-bottom: 8px; */
}

.product__name, .title-sm {
  color: #212225;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  /* margin-bottom: 14px; */
  padding-top: 8px;
  min-height: 50px;
}
.santex .product__name a{ min-height: 80px;}
.product__name a{
  color: #212225;
  text-decoration: none;
  min-height: 60px;
}
.similar-products .product__name a{
  min-height: 60px;
}

.title-sm {
  padding-top: 0;
}

.santex .product__characteristic {
  min-height: 60px;
}
.product__characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  margin-top: 14px;
  min-height: 140px;
}

.characteristic__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #C2C2C2;
  padding-bottom: 4px;
}

.characteristic-name {
  color: #4D4E51;
  font-family: Mulish;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

.characteristic-value {
  color: #222;
  font-family: Mulish;
  padding-left: 10px;
    text-align: right;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

.product__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  color: #257717;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.subcategories__filter-wrapper {
  padding-bottom: 0;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__price_catalog.product__price {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.product__availability_catalog{
  margin-top: 15px;
  margin-bottom: 15px;
}
.popup-window {
margin-top: -200px;
}
.popup-window-buttons {
display: flex;
}
.popup-window-buttons .btn {
  border-radius: 2px;
  background-color: #A87B45!important;
  color: #F9F7F4!important;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  padding: 7px 25px;
  transition: all 0.25s ease;
  border: 2px solid #A87B45!important;
  height: max-content;

}
.popup-window-buttons .btn:hover{
  background-color: transparent!important;
  color: #A87B45!important;
}

.dn {
  display: none;
}
.similar-products .product__cart {
  width:125px;
  padding: 7px 15px;
}
.product__cart {
  border-radius: 2px;
  background-color: #A87B45;
  color: #F9F7F4;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
  padding: 7px 25px;
  transition: all 0.25s ease;
  border: 2px solid #A87B45;
  height: max-content;
  justify-content: center;
  width: 150px;
  display: flex;
}
.product__cart.disabled{
  
  border: 2px solid #ccc;
  background-color: #ccc;
  color:#000;
}
.product__cart.disabled:hover{
  
  border: 2px solid #ccc;
  background-color: #ccc;
  color:#000;
}

.on-order {
  color: #000;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.product__cart:hover{
  background-color: transparent;
  color: #A87B45;
}

.product__prices {
  color: #797979;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.product-catalog .product__prices{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
.product-catalog .product__price{
  align-items: center;
  height: 50px;
}

.price-new span {
  color: #A87B45;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.top-desc__item .product__favorite {
  top: auto;
  right: auto;
  margin-left: 95px;
  border: none;
}
.product__favorite {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid rgba(204, 204, 204, 0.4);
  background-color: #FFF;
  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;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  /* background-image: url(../images/favorite-stock.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease; */
}
.product__favorite.active::after{
  background-image: url(../images/heart-active.svg);
}
.product__favorite::after{
   content: "";
  width: 20px;
 height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/favorite-stock.svg);
  background-position: center;
  background-repeat: no-repeat; 
  background-size: contain;
  left: 9px;
  top: 9px;
}

.price-old {
  text-decoration: line-through;
}

.section__news {
  margin-top: 80px;
  margin-bottom: 80px;
}

.news__slide {
  margin: 0 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news__slide::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
transition: all 0.5s ease;
opacity: 1;
z-index: 2;
}
.news__slide-image{
  height: 350px;
}
.news__slide img{
  transition: all 0.7s ease;
  width: 100%;
  height: 100%;
}
.news__slide:hover img{
  transform: scale(1.15);
}
.news__slide:hover::after{
  opacity: 0;
}

.news__slider .wrapper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.news__slider .wrapper-arrow.left {
  left: -3rem;
}

.news__slider .wrapper-arrow.right {
  right: -3rem;
}

.news__slide-info {
  position: absolute;
  bottom: 0;
  padding: 16px 20px;
  z-index: 10;
}

.news__slide-name {
  color: #FFF;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}

.news__slide-date {
  color: #C2C2C2;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.section__text {
  margin-bottom: 75px;
}

.pre-footer__text {
  color: #212225;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* max-width: 920px; */
  max-width: 100%;
  margin: 0 auto;
}

.pre-footer__text p {
  margin-bottom: 10px;
}

.section__projects {
  padding: 60px 0;
  background-color: #F8F5F1;
}

.projects__title {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.projects__title a:hover, .news__title a:hover{
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  
}
.projects__title a, .news__title a{
  transition: all ease-in-out 0.3s;
  color: rgb(168, 123, 69);
  margin-left: 40px;
  color: rgb(168, 123, 69);
font-size: 1rem;
font-weight: 500;
line-height: 150%;
text-decoration: underline;

}

.search_item-result {
  margin: 10px 0;
  /* border: 1px rgb(168, 123, 69) solid; */
  /* padding: 20px; */
  /* border-radius: 10px; */

  
}
.search_item-result a{
  /* margin-left: 40px; */
  color: rgb(168, 123, 69);
font-size: 1rem;
font-weight: 500;
line-height: 150%;
text-decoration: none;
font-weight: bold;

}

.projects__slider {
  margin-left: -15px;
  margin-right: -15px;
}

.project__slide {
  margin: 0 15px;
}
.project__item-image{
  overflow: hidden;
}
.project--item:hover img{
transform: scale(1.15);
}
.project--image img {
  width: 100%;
  display: block;
  height: 328px;
  object-fit: cover;
  transition: all 0.7s ease;
}

.project--item {
  position: relative;
  overflow: hidden;
}
.project--info{
  transition: all 0.3s ease;
}
.project--item:hover .project--info{
  background: rgba(168, 123, 69, 0.7);
  /* background: rgba(240, 226, 209, 0.8); */
  color:#212225;
  /* position: relative; */
}


.projects__slider .wrapper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.projects__slider .wrapper-arrow.left {
  left: -3rem;
}

.projects__slider .wrapper-arrow.right {
  right: -3rem;
}

.project--info {
  padding: 16px 20px;
  border-radius: 2px;
  background: rgba(33, 34, 37, 0.8);
  color: #F0F0F0;
  font-family: Mulish;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.opt {
  background: url(../images/bannerOptH.png) no-repeat center top;
  background-size: cover;
  position: relative;
  display: flex;
  top: 0;
  margin-top: -20px;
  height: 500px;
  justify-content: center;
  align-items: center;
  padding: 187px 0;
}
.opt .page__title {
  text-align: center;
}

.opt-text {
  padding:40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #EBE7E0;
}

.white {
  color: #fff;
}

.design__conditions{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.design__conditions-container{
	padding-top: 40px;
}
.design__conditions-title{
	color: #1C1C1C;
	font-size: 42px;
	font-family: 'Lora';
	margin-bottom: 10px;
	text-align: center;
}
.design__conditions-el{
	width: calc((100% - 30px * 3) / 4);
	border: 1px solid #EBE7E0;
	height: 270px;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	flex-direction: column;
	padding: 8px;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.design__conditions-el .design__conditions-wrap.image img{
    width: 64px;
    height: 64px;
}
.design__conditions-el:nth-child(4n){
	margin-right: 0;
}
.design__conditions-wrap.image{
	margin-bottom: 12px;
	margin-top: 40px;
}
.design__conditions-wrap.text{
	text-align: center;
}
.design__conditions{
	padding-top: 40px;
	padding-bottom: 10px;
}

.main-wrapper {
    display: flex;
  flex-direction: column;
  min-height: 100vh;
      justify-content: flex-start;
}

.title_errors_page{
    text-align: center;
    margin-bottom: 8rem;
    margin-top: 10rem;
    font-weight: bold;
    color: #A87B45;
    font-size: 12rem;
}
.errors_page_content{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-top: 100px;
}
.errors_page_content a{
    border-radius: 2px;
    background-color: #A87B45;
    color: #F9F7F4;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
    padding: 7px 25px;
    transition: all 0.25s ease;
    border: 2px solid #A87B45;
    height: max-content;
    justify-content: center;
    width: 150px;
    display: flex;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.errors_page_content a:hover {
    background-color: transparent;
    color: #A87B45;
}
.header__info .header__attributes{
  padding-top: 16px;
}
/* .header__cabinet + .header__favorites{
  display: none;
} */
.header__info .header__attributes a:hover {
filter: brightness(0.6);
transition: all ease-in-out 0.3s;
}

.header__info .header__attributes div:hover {
filter: brightness(0.8);
transition: all ease-in-out 0.3s;
}
    


@media screen and (max-width: 991px) {

  .design__conditions {
      padding-top: 20px;
      justify-content: center;
  }
  .header__info .header__attributes{
    padding-top: 32px;


  }
}
@media screen and (max-width: 767px) {
  .design__conditions-el {
      width: 100%;
      border: none;
      margin-right: 0;
      margin-bottom: 20px;
      height: auto;
  }
  .header__info .header__attributes{
    padding-top: 16px!important;
  }
}

/*brends page style start*/
.brends__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.brends__item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 220px;
}

.brends__item-info {
  position: absolute;
  background: rgba(33, 34, 37, 0.8);
  width: 434px;
  min-height: 93px;
  left: 24px;
  bottom: 20px;
  padding: 16px 20px 16px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  z-index: 10;
}

.brends__item:hover .brends__item-info{
  background: rgb(33, 34, 37);
}
.brends__item:hover img{
  transform: scale(1.15);
}
.brends__item::after{
  content: "";
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  opacity: 1;
}
.brends__item:hover::after{
  opacity: 0;
}

.brends__item-name {
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: 700;
  line-height: 41.17px;
  text-align: left;
  color: rgb(255, 255, 255);
}

.read-more {
  width: 24px;
  height: 24px;
  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;
  position: absolute;
  right: 16px;
  bottom: calc(50% - 12px);
}

.brends__item-desc {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
  text-align: left;
  color: rgb(194, 194, 194);
}

.brends__item-image {
width: 100%;
min-height: 220px;
line-height: 1;
height: 100%;
}
.brends__item-image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     transition: all 0.7s ease;
}

/*brends page style end*/
.section__cooperation {
  margin: 80px 0;
}

.cooperation__slider {
  margin-left: -15px;
  margin-right: -15px;
}
.cooperation__slide:hover .cooperation__slide-name {
  transition: all 0.3s ease;
  color: #A87B45;
}
.cooperation__slide:hover .cooperation__slide-arrow {
  transition: all 0.3s ease;
  filter: brightness(0.6);
  color: #A87B45;
  fill: #A87B45;
}
.cooperation__slide:hover  {

  transition: all 0.3s ease;
  border-bottom: 2px solid rgba(168, 123, 69, 0.6);
}

.cooperation__slide-image img {
  width: 100%;
  
}

.cooperation__slide {
  margin: 0 15px;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s ease;
}

.single-image-wrapper {
  display: block;
  width:100%;
  text-align: center;
}
.single-image-wrapper img {
  max-width: 100%;
  max-height: 900px;
}
.cooperation__slider .wrapper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.cooperation__slider .wrapper-arrow.left {
  left: -3rem;
}

.cooperation__slider .wrapper-arrow.right {
  right: -3rem;
}

.cooperation__slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0 16px 0;
}

.cooperation__slide-arrow {
  transition: all 0.3s ease;
  filter: brightness(1);
  fill: currentColor;
}
.cooperation__slide-name {
  color: #1A1A1A;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
}
.cooperation__slide-name:hover {
  transition: all 0.3s ease;
  color: #A87B45;
}

a.cooperation__button:hover {cursor: pointer;
background-color: rgb(246, 240, 231);
transition: all 0.3s ease;}
a.cooperation__button {
  transition: all 0.3s ease;
  border: 0.06rem solid rgb(228, 215, 199);
border-radius: 0.25rem;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0.63rem 1rem 0.63rem 1rem;
margin: 50px auto 0;
width: 220px;
color: rgb(33, 34, 37);
font-family: Mulish;
font-size: 1rem;
font-weight: 700;
white-space: nowrap;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.news-item__image img {
  display: block;
  border-radius: 4px;
  min-height: 262px;
  width: 100%;
  object-fit: cover;
}

.news-item__image img.blog-img {
  display: block;
  border-radius: 4px;
  min-height: 262px;
  width: auto;
  object-fit: cover;
}

.news-info__date {
  border-radius: 2px;
  background-color: #F0F0F0;
  color: #4D4E51;
  font-family: Mulish;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 12px;
}

.news-info__name {
  color: #212225;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.news-info__description {
  color: #4D4E51;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}

.news-info__more {
  color: #CE8935;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  left: -8px;
}

.download__more {
  border-radius: 4px!important;
  border: 1px solid #E4D7C7!important;
  color: #212225!important;
  text-align: center;
  font-family: Mulish!important;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  background: transparent;
  padding: 12px 60px!important;
  cursor: pointer;
  margin: 45px auto 30px auto!important;
  display: block;
  transition: all 0.25s ease;
  grid-column: 1 / -1; 
}
.download__more1 {
  border-radius: 4px!important;
  border: 1px solid #E4D7C7!important;
  color: #212225!important;
  text-align: center;
  font-family: Mulish!important;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  background: transparent;
  padding: 0 20px!important;
  cursor: pointer;
  margin: 0 auto 30px auto!important;
  display: block;
  transition: all 0.25s ease;
  grid-column: 1 / -1; 
}
#download__more {
  border-radius: 4px;
  border: 1px solid #E4D7C7;
  color: #212225;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  background: transparent;
  padding: 12px 60px;
  cursor: pointer;
  margin: 45px auto 30px auto!important;
  display: block;
  transition: all 0.25s ease;
  grid-column: 1 / -1; 
}

.rest {
  display: flex;
}



.news__title {
  text-align: left;
}

.news__image {
  margin-bottom: 48px;
}

.news__image img {
  display: block;
  width: 100%;
  border-radius: 4px;
  max-width: 100%;

}

.news__text {
  color: #212225;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
}

.news__text p {
  margin-bottom: 10px;
}

.news__text h2 {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.tabs__item:not(._active) {
  display: none;
}

.tabs--styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.section__contacts .tab--styles {
  margin-top: 10px;
}
.tab--styles {
  border-radius: 4px;
  border: 1px solid #7A7A7C;
  padding: 8px 16px;
  color: #212225;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab--styles:hover {
  background-color: #F0E2D1;
  border: 1px solid #F0E2D1;
}

.tab--styles._active {
  background-color: #F0E2D1;
  border: 1px solid #F0E2D1;
}

.tabs__content--styles {
  margin-top: 50px;
  margin-bottom: 56px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
}

.tabs__item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.tabs__item {
  width:100%;
}


.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
  border: 1px solid #E4D7C7;
    border-radius: 3px;
    background-color: transparent!important;
}

.basket-item-amount-filed {
  border: none;
}


/* Modal */
.overflow-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.40);
  z-index: 14;
}
.modal-window {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 13;
  max-width: 680px;
  width: 100%;
}
.modal-window_success {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 600px;
  width: 100%;
  padding: 0 15px;
}
.hidden {
  display: none;
}
.modal-window-content{
  background: #FDFDFD;
  padding: 56px 30px 70px 30px;
  border-radius: 12px;
}
.modal-window-content_success{
  background: #FDFDFD;
  padding: 100px 74px;
  border-radius: 40px;
  position: relative;
}
.modal-window-content_title{
  color: #293732;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin-bottom: 48px;
}
.modal-window-content_subtitle{
  color: #92A096;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 370px;
  margin: 0 auto;
}
.modal-window-content_success-text{
  color: #293732;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
#modal-success_registration .modal-window-content_success-text{
  color: #515953;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
#modal-success_vacancy .modal-window-content_success-text{
  color: #92A096;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 315px;
  margin: 0 auto;
}
.modal-window-content_success-title{
  color: #0A4931;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}
.modal-window-content_close{
  cursor: pointer;
  margin-left: auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.modal-window-content_close svg{
  display: block;
}
#modal-request-call .modal-window-content_title{
  margin-bottom: 16px;
}
#modal-request-vacancy .modal-window-content_title{
  margin-bottom: 16px;
}
.modal-window-content_subtitle{
  margin-bottom: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  height: 40px;
    padding: 10px 4px 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}
.login_form .form-group input {
  height: 40px;
    padding: 10px 4px 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    width:100%;
}

.login_form table td {
  padding:10px 0;
}

.under_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.under_form a{
  color: #CE8935;
}
.under_form .rememberme{
  display: flex;
  align-items: center;
  gap:10px;
}

.btn-s {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.btn-s .download__more{
  margin:0!important;

}

.basket-item-name {
  font-weight: 700;
}

.btn-s .download__more.api_auth_register_url{
  margin:0!important;
  padding: 0 40px !important;
}
.api_modal_content .btn-s .download__more.api_auth_register_url{
  margin:0!important;
  padding: 12px 60px !important;
}
.btn-s .form-condition__button{
  width:247px;
  margin:0;
}
@supports (-webkit-touch-callout: none) {
  
  input[type=checkbox]::before {
top:5px;
  }
  input[type=checkbox]::after {
    margin-left: -10px;
    margin-top: -6px;
  }
  .main-user-consent-request input[type=checkbox]::before {
top:0;
  }
  .main-user-consent-request input[type=checkbox]::after {
    margin-left: 0;
    margin-top: 0;
  }
}
/*tabs brends style start*/
.tabs-brends--styles {
  border-bottom: 1px solid #DBDFE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.chekbox_registr{
text-align: left;
}

.api_controls .api-error{
    text-align: left;
}


.mobile-basket-item {
  display:none
}

.tab-brends--styles:hover {
  color: #212225;
  border-color: #212225;
  transition: all ease-in-out 0.3s;
}
.tab-brends--styles {
  font-family: Mulish;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #7A7A7C;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 10px;
  border: none;
  position: relative;
  top: 1px;
  border-bottom: 2px solid transparent;
}

.tab-brends--styles._active {
  color: #212225;
  border-color: #212225;
}

.tabs-brends .tabs__content--styles {
  margin-top: 32px;
  margin-bottom: 40px;
}

.subcategories-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sort__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.sort__name {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #212225;
}

.sort__title {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #8F9091;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sort__title.sort-active {
  color: #A87B45;
}

.sort__title:hover {
  color: #A87B45;
}

/*tabs brends style end*/
/*pagination style start*/
.pagination {
  width: 100%;
  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;
  margin-bottom: 60px;
  position: relative;
  /* left:100%; */
}

.pagination__list {
  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;
  gap: 12px;
}

.pagination__list-item {
  width: 32px;
  height: 32px;
  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;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #212225;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
}

.pagination--number.active--page {
  color: #FEFEFE;
  background: #A87B45;
}

.pagination--number:hover,
.pagination__list-item:hover {
  /* color: #FEFEFE; */
  background: #E4D7C7;
  color: #212225;

}
.pagination__list-item:hover{
  
}

.arrow.active--arrow svg path {
  fill: #212225;
}

.arrow svg path {
  fill: #8F9091;
}
.bxmaker__ajaxpagenav__pg--default .bxmaker__ajaxpagenav__pg-content-item.bxmaker__ajaxpagenav__pg-content-item-next {
  width: 32px;
  height: 32px;
  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;
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #212225;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
}
.contact__info {
  max-width: 340px;
}

.contact-info_logo {
  margin-bottom: 30px;
}

.contact-info_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-top: 40px;
}

.contact-info_contacts img {
  width: 24px;
  height: 24px;
  display: block;
}

.contact-social_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-social_link img {
  display: block;
}
.contact-social_link img:hover {
  filter: brightness(0.5);
  transition: all ease-in-out 0.3s;
}

.contact-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 78px;
}

.contact__phone:hover {
  color: #A87B45;
  transition: all ease-in-out 0.3s;
  
}
.contact__phone {
  transition: all ease-in-out 0.3s;
  color: #212225;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}

.contact__email:hover {
    color: #A87B45;
  transition: all ease-in-out 0.3s;
}
.contact__email {
    transition: all ease-in-out 0.3s;
  color: #212225;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}

.contact__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #212225;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.contact__time-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.contact__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #212225;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 32px;
}

.contact__adress-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 300px;
}

.contact__map  {
  width:100%;
}
.contact__map img {
  display: block;
  width: 100%;
}
.styled-block {grid-column: auto!important;}
.collection-products .products-wrapper-col>div > :nth-last-child(2) {
  grid-column: 1 / -1;
}

.logistic--section {
  margin-bottom: 50px;
}

.logistic--title {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.logistic--contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.logistic--text {
  color: #212225;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  display: flex;
      line-height: 150%;
      flex-direction: column;
      justify-content: flex-start;
}

.logistic--text div {
  margin-bottom: 20px;
}
.logistic--text div b {
  margin-bottom: 20px;
  display: block;
}

.oplata__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 16px;
}

.oplata__cards img {
  display: block;
}

.projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;

}

table.title-search-result td.title-search-item a {
  width:100%;
}

table.title-search-result td {
    white-space: normal!important;
       width: 500px!important;
    display: block!important;
}

.project__item-category {
  border-radius: 2px;
  background: #F0F0F0;
  color: #4D4E51;
  font-family: Mulish;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.section__project {
  margin-bottom: 70px;
}

.project__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.project__content-image img {
  display: block;
  width: 100%;
}

.project__content-text {
  color: #4D4E51;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.project__content-text p {
  margin-bottom: 10px;
}

.section__project-slider {
  margin-bottom: 150px;
}
.section__project-slider .title--main{
  margin-bottom: 80px;
}

.container-slider {
  position: relative;
}

.project-slider {
  overflow-x: clip;
  position: initial !important;
  padding: 50px 0;
}

.project-slider .slick-list {
  overflow: visible !important;
}

.project-slider .slick-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 0 -150px;
}

.project-slider .slick-center {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 1;
}

.project-slider .slick-prev, .project-slider .slick-next {
  z-index: 2;
}

.project-slider .slick-list img {
  width: 100%;
  display: block;
  max-height: 520px;
  object-fit: cover;
}

.project-slider .wrapper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.project-slider .wrapper-arrow.left {
  left: -3rem;
}

.project-slider .wrapper-arrow.right {
  right: -3rem;
}

.project-slider .slick-dots {
  bottom: -5em;
}

.project-slider .slick-dots li {
  width: 40px;
  height: 3px;
}

.project-slider .slick-dots li button {
  width: 40px;
  height: 3px;
  border-radius: 1px;
}

.project-slider .slick-dots li button:before {
  content: "";
  width: 40px;
  background: #A87B45;
  height: 3px;
  border-radius: 1px;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}


.partner__item {
  position: relative;
}

.partner__item-image img {
  display: block;
  width: 100%;
}

.partner__item-name {
  color: #000;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 16px 0;
}

.partner__item-link:hover {
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}

.partner__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--Primary, #A87B45);
  font-family: Mulish;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.partner__item-category {
  border-radius: 2px;
  background: #F0F0F0;
  color: #4D4E51;
  font-family: Mulish;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.section__conditions {
  margin-top: 80px;
  margin-bottom: 80px;
}

.conditions__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.condition__item {
  width: 25%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  padding: 0 45px;
}

.condition__item-image {
  border-radius: 200px;
  background-color: #F8F5F1;
  width: 80px;
  height: 80px;
  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;
}

.condition__item-name {
  color: #212225;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.section__form-condition {
  background-color: #F6F0E7;
  padding: 55px 0;
}

.form-condition__title {
  color: #212225;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  max-width: 990px;
  margin: 0 auto 40px auto;
}

.form-condition {
  max-width: 1160px;
  margin: 0 auto;
}

.form-condition__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.form-condition__inputs input {
  padding: 10px 4px 12px 0px;
  background: transparent;
  border-bottom: 1px solid #4D4E51;
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-condition__inputs input::-webkit-input-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-condition__inputs input::-moz-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-condition__inputs input:-ms-input-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-condition__inputs input::-ms-input-placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-condition__inputs input::placeholder {
  color: #7A7A7C;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.form-condition__button:hover {
  background-color: transparent;
  transition: all ease-in-out 0.3s;
  color: #A87B45;
  
}
.form-condition__button {
  transition: all ease-in-out 0.3s;
  padding: 8px 10px;
  border-radius: 4px;
  border: 2px solid #A87B45; 
  background-color: #A87B45;
  color: #F0F0F0;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  width: 327px;
  height: 48px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.agree-policy {
  text-align: center;
  margin-bottom: 30px;
  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;
  gap: 8px;
}

.custom-checkbox {
  position: absolute!important;
  z-index: 0;
  opacity: 1;
  margin-top: 5px;
}

label a, .form__consult-policy a {
  color: #A87B45!important;
}
label a:hover, .form__consult-policy a:hover {
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
  
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          margin-bottom: 25px;
          margin-left: 30px;
}

.custom-checkbox + label::before {
  /* content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; */
}

.custom-checkbox:checked + label::before {
  border-color: #936B18;
  background-color: #936B18;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.section__cooperation-content {
  margin-bottom: 40px;
}

.cooperation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.cooperation__pages {
  width: 450px;
}

.cooperation__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #DBDFE2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.cooperation__page:hover {
  border-color: #A87B45;
}
.cooperation__page.active {
  border-color: #A87B45;
}

.cooperation__page-icon img {
  display: block;
}

.cooperation__image  {
  width: 100%;
  height: 500px;
}
.cooperation__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cooperation__page-name {
  color: #212225;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.section__partners-slider {
  margin-bottom: 80px;
}

.partners-slider__title {
  color: #212225;
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.partner-slide {
  padding: 19px 55px;
  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;
}

.partner-slide img {
  display: block;
}

.partners-slider .wrapper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.partners-slider .wrapper-arrow.left {
  left: -3rem;
}

.partners-slider .wrapper-arrow.right {
  right: -3rem;
}

.section__collection {
  margin-bottom: 80px;
}

.collection__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.cat-s .collection-item {
  position: relative;
    overflow: hidden;
    display: block;
    height: 300px;
    margin: 0 0 20px;
}
.collection-item {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.collection_slider.container{
  padding: 0px !important;
}
.section__collection .container{
  padding: 0px !important;
}

.collection-item__image {
  border-radius: 2px;
  position: relative;
  height: 100%;
}

.collection-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66.97%, rgba(0, 0, 0, 0)), color-stop(99.91%, rgba(0, 0, 0, 0.8))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.02)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.97%, rgba(0, 0, 0, 0.8) 99.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%);
  border-radius: 2px;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.collection-item__image img {
  display: block;
  width: 100%;
  border-radius: 2px;
  transition: all 0.7s ease;
  min-height: 300px;
  height: 100%;
  height: 450px !important;
  object-fit: cover;
}
.collection-item:hover .collection-item__image img{
  transform: scale(1.15);
}
.collection-item:hover .collection-item__image::before{
  background: transparent;
}

.collection-item__name {
  color: #FFF;
  font-family: Mulish;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*page subcategories style start*/
.sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.subcategories__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subcategories__filter {
  width: 328px;
  border-radius: 4px;
  background: #F8F5F1;
}

.article {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.products-wrapper {
  display: grid;
  grid-template-columns: 33% 34% 33%;
  gap: 30px;
  margin-bottom: 20px;
  
}

.products-wrapper-col>div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 20px;
}

.subcategories__filter-row {
  border-bottom: 2px solid #FFFFFF;
}

.subcategories__filter-row:last-child {
  border-bottom: none;
}

.filter-title {
  padding: 16px 48px 16px 24px;
  color: #212225;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.filter-title::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 16px;
  background: url(../images/jam_chevron-up.svg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.filter-title.active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.filter-fields {
  padding: 8px 16px 12px 24px;
  display: none;
}

.filter-fields__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 268px;
}

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  /* margin-top: 4px; */
}
.filter-row input, .filter-row label{
 cursor: pointer;
}

/*************************/
::-moz-selection {
  color: #fff;
  background: #A87B45;
}
::selection {
  color: #fff;
  background: #A87B45;
}

.form-tooltip {
  position: absolute;
  background: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #000;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateY(-40px);
}

.form-tooltip::before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: white;
}

.form-tooltip-icon {
  background: #ffa726;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  padding: 2px 6px;
}

.phone-tooltip {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  z-index: 10;
  top: 100%;
  left: 0;
  margin-top: 8px;
}

.phone-tooltip::before {
  content: '';
  position: absolute;
  left: 10px;
  top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: white;
}

.phone-tooltip-icon {
  background: #ffa726;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px;
  padding: 2px 6px;
}

.price-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 20px 0 4px;
}

.price-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brends__wrapper .download__more:nth-child(1) {
  display: none!important;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #E4E1DD;
  text-align: left;
  color: #201600;
  -moz-appearance: textfield;
  font-family: Mulish;
  font-size: 16px;
  line-height: 24px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progress-slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 2px;
}

.progress-slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 2px;
  background: #A87B45;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #A87B45;
  pointer-events: auto;
  -webkit-appearance: none;
  /* box-shadow: 0 0 6px rgba(0,0,0,0.05); */
}

input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 50%;
  background: #A87B45;
  pointer-events: auto;
  -moz-appearance: none;
  /* box-shadow: 0 0 6px rgba(0,0,0,0.05); */
}

/************************/
.checked-fields__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.checked-fields__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 8px 40px 8px 16px;
  border: 1px solid #DBDFE2;
  position: relative;
  border-radius: 4px;
}
.tags-list__item.hidden {
  display: none;
}
.filter-selectder button:hover, .filter-selectder a:hover{
  cursor: default;
}
.filter-selectder button, .filter-selectder a{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 8px 40px 8px 16px;
  border: 1px solid #DBDFE2;
  position: relative;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.filter-selectder button span.reset, .filter-selectder a span.reset{
  cursor: pointer;
}
.filter-selectder button svg, .filter-selectder a svg{
  content: "";
  width: 13px;
  color: chocolate;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  /* background: url(../images/iconamoon_close-light.svg); */
  background-size: contain;
}

.reset-fields {
  color: #A87B45;
}
.bxmaker__ajaxpagenav__pg--default .bxmaker__ajaxpagenav__pg-content {
  margin: 25px 0 25px 0;}
.reset {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../images/iconamoon_close-light.svg);
  background-size: contain;
}

.tags-wrapper {
  width: 100%;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 56px;
}

.tags-list__item {
  color: #222120;
  font-size: 14px;
  line-height: 20px;
  background: #F0E2D1;
  border-radius: 4px;
  padding: 8px 16px;
  transition: all 0.25s ease;
}
.tags-list__item:hover{
  background: rgba(240, 226, 209, 0.5);
}

.tags-title {
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: 700;
  line-height: 41.17px;
  text-align: left;
}

.info-block__wrapper {
  margin-bottom: 56px;
}

.info-block__title, .info--title {
  color: #212225;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  text-align: left;
  margin: 20px 0 14px;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

/*subcategories style start*/
.top-desc {
  margin-bottom: 40px;
}
.top-desc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.top-desc .product__availability {
  margin-bottom: 0;
}
.top-desc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-bottom: 10px;
}
.top-desc__item .stars-wraper img {
  width: 16px;
  height: 16px;
}
.product__stars_catalog{
  margin-top: 10px;
}
.product-catalog{
  height: 100%;
}
.product__stars, .stars-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.favourite {
  display: none;
}
.favourite__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.favourite span {
  display: inline-block;
  margin-right: 12px;
  color: #4D4E51;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
.favourite img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.favourite.active {
  display: block;
}

.art__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.art__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.stock {
  font-size: 14px;
  line-height: 20px;
  color: #257717;
}

.subcategories-item__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin-bottom: 32px;
}
.subcategories-item__image {
  width: 685px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}
.subcategories-item__desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 641px;
}
.subcategories-item .subcategories-item__desc-wrapper {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subcategories-item__characteristics .price-old, .subcategories-item__characteristics .price-new {
  width: 100%;
}
.subcategories-item__characteristics .price-old {
  color: #7A7A7C;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.subcategories-item__characteristics .price-new {
  margin-bottom: 8px;
  color: #797979;
}
.subcategories-item__characteristics .price-new span {
  font-size: 22px;
  font-weight: 700;
  line-height: 25.1px;
  color: #212225;
  display: inline-block;
}
.characteristics-rows-price{
  margin-top: 0px !important;
  gap: 10px !important;
}
.wrapp_price{
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.slider-for__item {
  width: 566px;
  height: 566px;
}
.slider-for__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.slick-slider.slider-nav .slick-list,
.slider-for.slick-slider .slick-list {
  padding: 0 !important;
}

.slider-nav__item {
  width: 100px;
  height: 100px;
  margin-bottom: 4px;
}
.slider-nav__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.slider-nav .slider-nav__item.slick-current.slick-active img {
  border: 1px solid #4D4E51;
  border-radius: 4px;
}

.characteristics-title {
  color: #212225;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  text-align: left;
}

.characteristics-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.characteristics-rows__item {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #212225;
  border: 1px solid #DBDFE2;
  border-radius: 4px;
}
.characteristics-rows .characteristics-rows__item.active {
  border: 1px solid #A87B45;
}

.finally-coast {
  background: #F8F5F1;
  padding: 24px 32px;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  min-height: 160px;
}
.finally-coast__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.coast-part {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.coast {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.1px;
  text-align: left;
}
.coast span {
  font-size: 32px;
  font-weight: 700;
  line-height: 40.16px;
  text-align: left;
  color: #222120;
}

.bx-session-message{    top: 0px;
    background-color: #A87B45!important;
    border: #A87B45!important;
    width: 630px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal!important;
    text-align: center;
    color: white!important;
    position: fixed;
    z-index: 4850 !important;
    padding: 10px;
    left: 646px;
}

.amount-part__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 8px 12px;
}

.amount-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
  width: 200px;
  max-width: 100%;
  margin-top: 12px;
}

input.bt_minus, input.bt_plus {
  border: 1px solid #E4D7C7;
  background: #FFFFFF;
  width: 32px;
  height: 32px;
  gap: 10px;
  border-radius: 2px;
}

input.quantity {
  color: #212225;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
}

.quantity_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-for {
  width: 566px;
  height: 566px;
}

.slider-nav {
  width: 100px;
  height: 320px;
}

.slick-arrow {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  top: calc(50% - 20px);
  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;
  z-index: 30;
}

.slick-arrow.left {
  left: 4px;
}

.slick-arrow.right {
  right: 4px;
}

.subcategories-item__center-block {
  margin: 0 auto;
  max-width: 1161px;
  width: 100%;
  margin-bottom: 80px;
}

.design-block:hover {
  background-color: rgb(246, 240, 231);
  transition: all 0.3s ease;
}
.design-block {
  max-width: 566px;
  width: 100%;
  height: 64px;
  padding: 16px 31px;
  border-radius: 4px;
  border: 1px solid #E4D7C7;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
.design-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
  color: #212225;
  text-decoration: none;
}

.tabs-block .tab-brends--styles {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
}

.tabs-block__wrapper {
  margin-top: 24px;
}

.characteristic-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 81px;
     -moz-column-gap: 81px;
          column-gap: 81px;
}

.tabs-block .characteristic-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #4D4E51;
}

.tabs-block .characteristic-value {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}

.delivery-block .characteristics-title {
  margin-bottom: 16px;
}
.delivery-block ol {
  margin-bottom: 24px;
}

.similar-products, .collection-products {
  margin-bottom: 80px;
  margin-top: 30px;
}
.js-pack-qty{
  background-color: white !important;
  max-width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #E4D7C7 !important;
  min-height: 34px !important;
}
.js-measure-qty{
  background-color: white !important;
  max-width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #E4D7C7 !important;
  min-height: 34px !important;
}

.amount-part .amount-part{
 justify-content: flex-start; 
}
.amount-part__wrapper > span{
  min-width: 100px;
}
.finally-coast__wrapper{
  align-items: center;
}
.finally-coast{
  padding-bottom: 50px;
  padding-top: 10px;
}

.amount-part .primary-button{
  margin-top: 10px;
}

.amount-part {
  width: 100%;
  max-width: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*Отзывы*/
.otzyvy-block .stars-wraper {
  margin-top: 10px;
  margin-bottom: 32px;
}
.otzyvy-block .stars-wraper img {
  width: 24px;
  height: 24px;
}
.otzyvy-block .primary-button {
  width: 244px;
  max-width: 100%;
}

.callback-form input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #7A7A7C;
  height: 40px;
  padding: 10px 4px 12px 0px;
  border-bottom: 1px solid #4D4E51;
}
.callback-form .info--title {
  margin-bottom: 24px;
}
.callback-form .form-row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 40px;
}

.selected-prod__img {
  width: 77px;
  height: 77px;
}
.selected-prod__img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.selected-prod__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  padding: 16px 52px 16px 16px;
  border: 1px solid #DBDFE2;
  border-radius: 4px;
  position: relative;
}

.close-btn {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #F6F0E7;
  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;
  position: absolute;
  right: 0;
  margin-right: -40px;
  top: 5px;
}

.close-btn img {
  width: 12px;
  height: 12px;
}

.selected-prod__name {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.total-coast {
  margin-top: 24px;
  margin-bottom: 48px;
}

.total-coast .title-md {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.total-coast .price-new {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #222120;
}
.total-coast .price-new span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.12px;
  color: #222120;
}

.quantity-prod {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #212225;
}

.shoping-cart .finally-coast__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shoping-cart .finally-coast__wrapper .quantity-part, .shoping-cart .finally-coast__wrapper .coast-part {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shoping-cart .finally-coast__wrapper .coast {
  margin-top: 0;
}

.shoping-cart .finally-coast {
  padding: 24px 40px;
  width: 100%;
  max-width: 448px;
}

.order-block {
  width: 100%;
  margin-bottom: 80px;
}
.order-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.order-block__comment {
  width: 600px;
  max-width: 100%;
}
.order-block__pay {
  width: 448px;
  max-width: 100%;
}
.order-block__pay form:first-child {
  margin-bottom: 40px;
}

.radio-row {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.finally-coast {
  margin-top: 40px;
}
.finally-coast .primary-button {
  width: 100%;
}
/*privacy style start*/
.privacy__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.privacy__menu {
  width: 326px;
  max-width: 100%;
}
.privacy__menu-link {
  position: relative;
  padding: 14px 14px 14px 50px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #212225;
  background: #F8F5F1;
  transition: all 0.3s ease;
}
.privacy__data {
  width: 100%;
  position: relative;
}

.privacy__menu-link._active {
  background: #E4D7C7;
  border-radius: 2px;
}
.privacy__menu-link:hover{
  background: #E4D7C7;
}
.link--personal:after {
  content: "";
  background: url(../images/date.svg) no-repeat center;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: 14px;
}
.link--personal_active {
  background: #E4D7C7;
}

.link--orders:after {
  content: "";
  background: url(../images/order.svg) no-repeat center;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: 14px;
}

.link--out:after {
  content: "";
  background: url(../images/exit-right.svg) no-repeat center;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: 14px;
}

.aside {
  width: 100%;
}

.change-data {
  border: 1px solid #DBDFE2;
  border-radius: 4px;
  padding: 32px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
.change-data:last-child {
  margin-bottom: 80px;
}
.change-data .btn-change {
  position: absolute;
  right: 10px;
  top: 20px;
}
.change-data .title-md {
  margin-bottom: 32px;
}
.change-data .radio-row {
  margin-bottom: 0;
}
.change-data .secondary-button {
  width: 233px;
}

.title-md {
  font-weight: 600;
  color: #212225;
  font-size: 24px;
  line-height: 36px;
}

.form-row {
  position: relative;
}

.data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.data-row:last-child {
  margin-bottom: 0;
  margin-top: 32px;
}
.data-row span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #7A7A7C;
}
.data-row div {
  font-weight: 500;
}

.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.h3 {
  font-family: "Playfair Display";
  font-size: 34px;
  font-weight: 700;
  line-height: 41.17px;
  text-align: center;
}

form.form-data {
  background: #FFFFFF;
  border-radius: 12px;
  position: relative;
  padding: 56px 32px 32px 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  width: 680px;
}
form.form-data .secondary-button {
  width: 233px;
  max-width: 100%;
}
form.form-data .primary-button {
  width: 247px;
  max-width: 100%;
}
form.form-data .form-row:nth-child(2) {
  margin-top: 32px;
}

.section__personal .row div.pers-menu {
  background-color: #F8F5F1!important;
      width: 328px;
  height: 48px;
  line-height: 48px;
  margin: 0!important;
  text-align: left;
  text-transform: none;
  
}
.personal_container{
  width: 100%;
      border: 1px solid #ccc;
    padding: 30px 20px;
}
.section__personal .row div.pers-menu .sale-personal-section-index-block{
  background-color: transparent!important;
  margin: 0;
}
.section__personal .container{
  display: flex;
  gap: 20px;
  
}
.section__personal .form-group label{
 font-weight: 400;
font-size: 0.81rem;

}
.section__personal .form-group input{
  height: 40px;
  padding: 10px 4px 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  width: 100%;
}
.section__personal .form-group {
  margin-bottom: 20px;
}
.pers_buttons {
  display: flex;
  gap:10px;
  justify-content: end;
}
.pers_buttons .download__more{ 
  margin:0!important;
}
.pers_buttons .form-condition__button{
  margin: 0;
}
.sale-personal-section-index-block-link{
  padding-top: 0;
  display: flex;
  gap: 20px;
}
.sale-personal-section-index-block-link:hover{
  padding-top: 0;
    display: flex;
  gap: 20px;
}
.sale-personal-section-index-block-ico {
    font-size: 0;
    margin: 10px 0 0 20px;
}
.section__personal .row div.pers-menu {
      display: block;
font-weight: normal!important;
    text-align: left;
    text-transform: none;
    color: #000!important;
    text-decoration: none;
}
.sale-personal-section-index-block-name {
  font-weight: normal!important;
  text-align: left;
  text-transform: none;
  color: #000!important;
  text-decoration: none;
  padding-left:0;
  padding-bottom:0;
}
.section__personal .row div.pers-menu:hover {
  background-color: #E4D7C7!important;
}
.section__personal .row div.pers-menu.active {
  background-color: #E4D7C7!important;
  
}
.section__personal a {
  transition: all ease-in-out 0.3s;
  color: #CE8935;
  font-size: 14px;
  font-weight: 600;
 line-height: 48px;
}
.section__personal a:hover {
  color: #000;
  
  
}
.section__personal  {
  margin-bottom: 50px;
}
.personal_type {
  display: flex;
  gap:20px;
  margin: 25px 0;
}
.section__personal .field-group {
  display: flex;
  gap:20px;
  margin-bottom: 25px;
}
.section__personal .field-group p:first-child{
  color: #7A7A7C
  
}

.section__personal .field-group a{
  line-height: 28px;
}

.pers_change {
  transition: all ease-in-out 0.3s;
  color: #CE8935;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
    align-items: center;
    gap: 10px;
}
.pers_change:hover {
   color: #000;
   cursor:pointer;
}

.section__personal .row div.pers-menu i{
  display: none;
}
.pers_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.orders_heading {
  color: #7A7A7C;
  background-color: #F8F5F1;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-size: 0.75rem;
}
.orders_heading b{
  font-size: 14px;
  
}
.status_btn {
  /* position: absolute; */
  width: auto;
  height: 2rem;
  /* left: 55.75rem; */
  /* top: 1.06rem; */
  /* Auto layout */
      margin-left: auto;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10;
  padding: 0.25rem 0.63rem 0.25rem 0.63rem;
  box-sizing: border-box;
  /* Green */
  border: 0.06rem solid rgb(37, 119, 23);
  border-radius: 6.25rem;
  box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);
  background: rgba(37, 119, 23, 0.1);
}
.status_btn svg{
  min-height: 10px;
  width: 30px;
  margin-top: 7px;
}
.status_btn p{
  margin-top: -18px;
  margin-left: 35px;
  font-size: 0.81rem;
  font-weight: 500;
  color: rgb(37, 119, 23);
}
.status_btn p{
  padding-right: 0!important;
}
.orders_heading { 
padding: 15px 25px!important;
flex-wrap: wrap;
}
.orders_heading a{ 
  transition: all ease-in-out 0.3s;
  color: #CE8935;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.orders_heading p{
  font-size: 14px;
  border-right: 0.06rem solid rgb(219, 223, 226);
  padding-right: 40px;
}
.orders_heading p:nth-child(3) {
  
  border-right: none;
}
.order-item-image {
  width: 88px;
  height: 88px;
  border: 1px solid #ccc;
  padding: 12px;
}
/* .one-item-ord {
display: grid;
    gap: 50px;
    font-size:14px;
    padding: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
} */
.one-item-ord {

  
  display: flex;
  gap: 20px;
  font-size: 14px;
  padding: 30px;
  flex-direction: column;
}
.one-item-ord .single{
  display: grid;
  gap: 50px;
  font-size:14px;
  padding-top: 20px;
  /* padding: 30px; */
  border-top: 1px solid #ccc;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.one-item-ord .single:first-child{
  border:none;
}
.one-item-ord a{
  color:#4D4E51;
  display: block;
  width:200px;
  line-height: normal;
}
.order-item-image img{
    width: 64px;
    height: 64px;

    object-fit: cover;
}
.orders_heading p {
    font-size: 14px;
    border-right: 0.06rem solid rgb(219, 223, 226);
    padding-right: 40px;
}
.cart-ord a {
 border-radius: 4px;
width: 40px;
    height: 40px;
    background: rgb(168, 123, 69);
    padding: 11px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale_personal_order_list {
  border-color: #E8E9E9;
}

.btn-row {
  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;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

.popup-form div.close-form {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup-form button.close-form{
position: static;
}

.popup-form {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  max-width: 100vw;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 999999;
  /*Скрываем формы в личном кабинете*/
  display: none;
 
}
@keyframes popup {
  from {
  transform: scale(0.88) translateY(30px);
  }

  to {
    transform: scale(1) translateY(0x);
  }
}
.form-data{
  animation: popup 0.3s ease;
}

.popup-form__wrapper {
  padding: 16px;
  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;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  min-height: 690px;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.change-data .data-adress {
  margin-bottom: 32px;
}


/*Информационное сообщение*/
.info-message {
  top: -116px;
  position: absolute;
  border: 1px solid rgb(37, 119, 23);
  color: #257717;
  width: 100%;
  padding: 16px 16px 16px 16px;
  background: #E8F1E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.info-message img {
  width: 24px;
  height: 24px;
}

/*смена пароля*/
.password-control {
  position: absolute;
  top: 11px;
  right: 6px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-image: url(../images/eye-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.password-control.view {
  background-size: contain;
  background-image: url(../images/eye-open.png);
}

.thirdy-button.password-request-btn {
  position: absolute;
  right: -16px;
  top: 0px;
}

.callback-form p {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 30px;
}

.thirdy-button.enter-cabinet-btn {
  position: absolute;
  top: 0px;
  right: -16px;
}
.form-row label{
font-size: 13px;
font-weight: 400;
line-height: 16.32px;
text-align: left;
color:#4D4E51;

}
.form-row label>a{
  text-decoration: underline;
  color:#4D4E51;

}
/*select*/
.select {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
  /* max-width: 400px; */
  /* margin-bottom: 20px; */
}

.select__head {
  width: 100%;
  max-width: 100%;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 24px;
  color: #7A7A7C;
  cursor: pointer;
  border-bottom: 1px solid #4D4E51;
  height: 40px;
  padding: 10px 4px 12px 0px;
  font-weight: 500;

}
.select__head.choose_text{
  color:#212225;
}

.select__head::after {
 width: 24px;
 height: 24px;
  /* background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover; */
  background: url(../images/chevron-down.svg) no-repeat center / contain;
  position: absolute;
  right: 6px;
  bottom: 50%;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: .2s ease-in;
}

.select__head.open::after {
  /* transform: translateY(50%) rotate(180deg); */
  transform: translateY(50%) rotateX(180deg);
}

.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #212225;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}

.select__list .select__item {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

.select__list .select__item:hover {
  background-color: rgba(224, 229, 231, 0.5);
}

/*Мои заказы*/
.table-order{
  margin-bottom: 24px;
}
.table-order:last-child{
  margin-bottom: 80px;
}
.table-order__head{
  border-top: 1px solid #DBDFE2;
  background:#F8F5F1;
  
}
.table-order__body{
  border: 1px solid #E6E4E4;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 14px;

}
.table-order__tr-head{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
  position: relative;
}
.table-order__th{
  padding: 0 40px;
  border-right:1px solid #DBDFE2;
}
.table-order__th:nth-child(3){
  border-right: none;
}
.table-order__tr{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 16px 0;
  padding-right: 36px;
}
/* .table-order__td{
  padding-right: 36px;
} */
.table-order__tr:not(:last-child){
  border-bottom: 1px solid #E6E4E4;
}

.table-order__img{
  box-shadow: 1px 1px 11.8px 0px rgba(143, 125, 77, 0.04);
  border: 1px solid rgba(230, 228, 228, 1);
  border-radius: 2px;
  width: 88px;
  height: 88px;
  padding: 12px;

}
.table-order__img img{
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 2px;
}
.table-order__title{
  max-width: 280px;
  color:#4E4D4D;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: left;

}
.price-order span{
  color:#222120;
font-size: 20px;
font-weight: 700;
line-height: 25.1px;

}
.price-order{
  color:#7A7A7C;
  font-weight: 500;
}
.table-order__td .quantity{
 color:#4D4E51;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
}
.table-order__td .cost{
  color:#4D4E51;
font-weight: 600;
text-transform: uppercase;

}
.table-order__td .basket-btn{
  background-color: #A87B45;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-image: url(../images/cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  

}
.table-order__td .basket-btn:hover{
  background-color: #A87B45;
  opacity: 0.9;

}
.table-order__th span{
  color:#7A7A7C;
font-size: 12px;
font-weight: 400;
line-height: 16px;

}
.table-order__th div{
  color:#212225;
font-size: 14px;
font-weight: 500;
line-height: 20px;

}

.delivery-btn{
  position: absolute;
  right: 35px;
  top: 18px;
  height: 32px;
  padding: 4px 10px;
  padding-left: 34px;
  border-radius: 100px;
font-size: 13px;
font-weight: 500;
line-height: 16.32px;
display: flex;
align-items: center;

}
.delivery-btn.active{
  border: 1px solid #257717;
  color:#257717;
  background: rgba(37, 119, 23, 0.1);

}
.delivery-btn::after{
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/check-cart.svg) center no-repeat;
  position: absolute;
  left: 8px;
  top: 3px;

}
/*****************/
/* FOOTER */
.footer-menu_links {
  display: none;
}

.footer-menu_section.open .footer-menu_links {
  display: block;

  margin-bottom: 10px;
}

.footer__title::after {
  content: "";
  background-image: url(../images/arrow_down.svg);
  display: inline-block;
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 5px;
  transition: transform 0.3s ease;
}

.footer-menu_section.open .footer__title::after {
  transform: rotate(180deg); /* стрелочка вверх */
}

.footer {
  background-color: #212225;
}

.footer-wrapper {
  padding-top: 60px;
}

.container-footer {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.footer-info_logo {
  margin-bottom: 30px;
}

.footer-info_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-top: 40px;
}

.footer__title {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-menu_links {
  display: grid;
  gap: 6px;
}

.footer-menu_links a {
  display: block;
}

.footer-menu {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, 1fr);
}

.footer-menu__manufacture .footer-menu_links {
  grid-template-columns: repeat(2, 1fr);
}

.footer-info_contacts img {
  width: 24px;
  height: 24px;
  display: block;
}

.footer-social_link:hover {
 filter: brightness(0) invert(1);
  transition: all ease-in-out 0.3s;
}
.footer-social_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social_link img {
  display: block;
}

.footer-menu_links a {
  color: #C2C2C2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.2s ease;
}
.footer-menu_links a:hover{
  color:#A87B45;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 78px;
}

.footer__phone {
  transition: all 0.2s ease;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.footer__phone:hover {
  transition: all 0.2s ease;
  color:#A87B45;
  text-decoration: underline;
}

.footer__email {
  transition: all 0.2s ease;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.footer__email:hover {
  color:#A87B45;
  text-decoration: underline;
  transition: all 0.2s ease;
}

.dual-images-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}

.dual-image-item {
  flex: 1;
  max-width: 50%;
}

.dual-image-item img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer__time-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.footer-copyright {
  color: #F6F6F6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #A87B45;
  padding: 25px 0;
}

.footer-copyright_text {
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer-copyright_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}

.footer-copyright_links a {
  color: #C2C2C2;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease;
}
.footer-copyright_links a:hover{
  color:#A87B45;
}

.modal-window_success {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 600px;
  width: 100%;
  padding: 0 15px;
}

.hidden {display: none;}

.overflow-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.40);
  z-index: 14;
}

.hamburger {
  cursor: pointer;
  display: none;
}
.mob-menu{ 
  z-index: 100;
  position: fixed;
  top:0;
  left: -100%;
  height: 100vh;
  width: 80%;
  background:rgba(33, 34, 37, 1);
}
.mob-search{
  display: none;
}
#show-more{
  display: none;
  border: 1px solid rgba(228, 215, 199);
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}
#show-more:hover{
  background: rgba(246, 240, 231);
  border: 1px solid rgba(228, 215, 199);
}
#show-more2{
  display: none;
  border: 1px solid rgba(228, 215, 199);
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}
#show-more2:hover{
  background: rgba(246, 240, 231);
  border: 1px solid rgba(228, 215, 199);
}
.mob-phone{
  display: none;
}
.design-block.mob{
  display: none;
}
.subcategories-item__image .design-block{
  display: none;
}
.collection-banner_slider{
  height: 585px;
}
.collection-banner_slide {
  height: 585px !important;
}
.collection-banner_slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-banner_slider .slick-prev {
  left: 100px;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.section__title {
  margin-top: 200px;
}
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  transition: transform 0.3s ease;
}

/* Стиль ссылок навигационной панели */
#navbar a {

}

#navbar a:hover {

}
.collection-banner_slider .slick-next {
  right: 100px;
  z-index: 10;
  width: 40px;
  height: 40px;
}

.collection-banner_slider .slick-next::before {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.collection-banner_slider .slick-prev::before {
  content: "";
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.collection-banner_slider .slick-dots {
  bottom: 25px;
}

.collection-banner_slider .slick-dots li {
  width: 40px;
  height: 3px;
}

.collection-banner_slider .slick-dots li button {
  width: 40px;
  height: 3px;
  border-radius: 1px;
}

.collection-banner_slider .slick-dots li button:before {
  content: "";
  width: 40px;
  background: #fff;
  height: 3px;
  border-radius: 1px;
}
/* .collection-products .products-wrapper-col>div{
  grid-template-columns: repeat(4 , 1fr);
} */
.project-slider .slick-dots li button:before{
  background: rgba(194, 194, 194, 1);
  opacity: 1;
}
.project-slider .slick-dots li.slick-active button:before{
  background: rgba(168, 123, 69, 1);
}
.filter-mob{
  display: none;
}
.header__top .container{
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: flex-end;
}
.header__location span{
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
}

.nca-cookiesaccept-line a:hover {
  color: rgba(168, 123, 69, 1);
  transition: all ease-in-out 0.3s;
}
.header__location a{
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
}
.product__name_catalog{
  min-height: 40px;
  display: flex;
  align-items: center;
}

.product__availability .in-stock{
  display: flex;
  align-items: center;
  gap: 2px;
}
.product__availability .out-of-stock{
  color: #A87B45;
}
.slick-slide img{
  cursor: pointer;
}
.characteristics-rows .characteristics-rows__item:hover{
  border: 1px solid #A87B45;
}
.title-header{
  color: #212225;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  text-align: left;
}

.collection-item {
  opacity: 1;
  transition: opacity 0.6s ease;
}

.collection-item.fade-in {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mob {
  display: none;
}
.is-safari-mac .header__cart .attribute-count {
  top: -36px!important;
  right: -50px!important;
  
}

.clear_basket {
  position: relative;
    float: right;

    margin-bottom: 20px;
}



.collection_slider + section .price-old{
  margin-right: 5px;
}

.personal_container .notetext{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.personal_container .errortext{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.change_pass{
  color: rgba(168, 123, 69, 1);
}
.change_pass:hover{
  cursor: pointer;
  text-decoration: underline;
}

.change_pass_fiz{
  color: rgba(168, 123, 69, 1);
}
.change_pass_fiz:hover{
  cursor: pointer;
  text-decoration: underline;
}

.change_pass_diz{
  color: rgba(168, 123, 69, 1);
}
.change_pass_diz:hover{
  cursor: pointer;
  text-decoration: underline;
}

.main-profile-form-password-annotation{
  display: none;
}
.pass_form{
  display: none;
}

.edit_profile_edit #user_div_reg{
  display: none;
}
.edit_profile_edit .pass_form{
  display: block;
}


.edit_profile_edit .pers_buttons{
  display: flex;
  justify-content: center !important;
}
.edit_profile_edit .download__more{
  display: none;
}
.edit_profile_edit_fiz .download__more{
  display: none;
}
.edit_profile_edit_diz .download__more{
  display: none;
}


.edit_profile_edit_fiz #user_div_reg{
  display: none;
}
.edit_profile_edit_fiz .pass_form{
  display: block;
}

.edit_profile_edit_diz #user_div_reg{
  display: none;
}
.edit_profile_edit_diz .pass_form{
  display: block;
}


.modal__content-title-pass{
  display: none;
}
.edit_profile_edit .modal__content-title{
  display: none;
}
.edit_profile_edit .modal__content-title-pass{
  display: block;
}

.edit_profile_edit_diz .modal__content-title{
  display: none;
}
.edit_profile_edit_diz .modal__content-title-pass{
  display: block;
}


.edit_profile_edit_fiz .modal__content-title{
  display: none;
}
.edit_profile_edit_fiz .modal__content-title-pass{
  display: block;
}


.edit_profile_edit_diz .modal__content-title{
  display: none;
}
.edit_profile_edit_diz .modal__content-title-pass{
  display: block;
}
.filter-selectder button, .filter-selectder a {
  color: #374151!important;
}

.personal_info_form .pers_buttons{
  justify-content: space-between !important;
  gap: 10px !important;
}
.edit_profile_edit .pers_buttons{
  display: flex;
  justify-content: center !important;
}


.edit_profile_edit_fiz .pers_buttons{
  display: flex;
  justify-content: center !important;
}


.edit_profile_edit_diz .pers_buttons{
  display: flex;
  justify-content: center !important;
}

.checkbox-label-lk{
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.checkbox-label-lk:hover{
      color: rgba(168, 123, 69, 1);
}


@supports (-webkit-appearance:none) {
  /* #bx_basketFKauiI .header__cart .attribute-count{
    top: -36px;
    right: -50px;
    } */
}
/* Применяется только в Safari на macOS */
@media screen and (min-width: 0) and (max-width: 1px) and (-webkit-min-device-pixel-ratio: 0) {
  #bx_basketFKauiI .header__cart .attribute-count{
    top: -36px;
    right: -50px;
    }
}



@media (max-width:1500px) {
      .main-wrapper {
   
  min-height: auto;
    
}
  .container{
    max-width: 100%;
    padding: 0 80px;
  }
  .header__logos a {
    width:300px;
  }
  .input__search {
    width:150px;
  }
  .news__slider{
    padding: 0 40px;
  }
  .news__slider .wrapper-arrow.left {
    left: -15px;
  }
  .news__slider .wrapper-arrow.right {
    right: -15px;
  }
  
  .collection-block {
    min-width: auto;
  }
}
@media (max-width:1410px) {

  .header__attributes .api_auth_ajax a {
    width:38px;
    display: block;
    height:55px;
  }

  .section__personal .container {
    flex-direction: column;
  }

  .personal_menu .row {
    display: flex;
  }


  .title-search-item a img {
    vertical-align: middle!important;
  }

  .title-search-result {
    position: fixed;
width:100%!important;
top:130px!important;
left:0!important;
font-size: 12px;
}

  .header__top{
    display: none;
  }
  .form-group input[type=checkbox] {
    position: relative!important;
    float: left;
  }
  .partners__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .header__time{
    display: none;
  }
  .header__phones{
    display: none;
  }
  .attributes_text{
    display: none;
  }
  .catalog-list{
    grid-template-columns: 1fr 1fr;
  }
  .hamburger{
    display: block;
    margin-left: 40px;
  }
  .header__bottom-menu{
    display: none;
  }
  .mob{
    display: block;
  }
  .mob-menu{
    padding: 40px 0 75px 24px;
    left: -100%;
    transition: left .5s ease;
  }
  .header__bottom-menu.mob{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__bottom-menu.mob .header__menu-catalog{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    gap: 16px;
    margin-top: 24px;
  }
  .header__bottom-menu.mob .header__menu-item{
    padding: 0;
  }
  .header__bottom-menu.mob .header__menu-item.active{

text-decoration: underline;  
  text-decoration-color:#A87B45;
  }
  .header__menu-item a.active,
.header__menu.mob a.active {
  border-bottom: 2px solid #CE8935;
  padding-bottom: 5px;
}
  .header__menu.mob{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 40px;
  }
  .header__phones.mob{
    margin-top: 40px;
  }
  .header__socials.mob{
    display: flex;
    margin-top: 24px;
  }
  .mob-menu-close{
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .mob-filter-close{
    position: absolute;
    top: 30px;
    right: 30px;
    filter: brightness(0.1);
  }
  .mob-menu.open {
    left: 0;
    overflow: scroll;
  }


.basket-items-list {
      padding: 10px 5px 0 30px;
}

.basket-item-block-price {
  display: none;
}


.mob-search{
    display: block;
    margin-right: 15px;
  }
  .header__search {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .header__search.active {
    max-height: 200px; /* или auto, но auto плохо анимируется */
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .mob-phone{
    margin-right: 20px;
  }
  .header__search{
    display: none;
  }
  .header__info svg{
    height: 24px;
  }
  .mob-phone img,.mob-search img{
    display: block;
  }
  .header__attributes{
    gap: 20px;
        padding-top: 36px!important;
  }
  .header__logo-neolit{
    display: none;
  }
  .mob-menu .header__logo-neolit{
    display: block;
  }
  .main-banner_slide img{
    height: 80vh;
    object-fit: cover;
    object-position: center;
  }
  .section__about{
    flex-direction: column;
    gap: 20px;
    padding: 0 40px;
    padding-top: 26px;
  }
  .main-banner_slider .slick-prev{
    left: 40px;
  }
  .main-banner_slider .slick-next{
    right: 40px;
  }
  .section__about div{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .advantages__items{
    padding: 0;
    gap: 20px;
  }
  .consultation__image{
    display: none;
  }
  .consultation__blocks{
    background-image:linear-gradient(rgba(33, 34, 37, 0.6), rgba(33, 34, 37, 0.6)),
    url(../images/consultation.png);
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    padding: 48px 0 60px 0;
  }
  .button__search {

  top: 20px;
}
  .form__consult-inputs{
    grid-template-columns: 1fr;
    color:  rgba(194, 194, 194);
  }
  .form__consult-inputs input::placeholder{
    color: rgba(194, 194, 194);
  }
  .form__consult-submit{
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 40px;
  }
  .stock__slider,.news__slider {
    padding-left: 0; 
    padding-right: 0;
  }
  .stock__slider .slick-arrow,.news__slider .slick-arrow{
    background-color: #FFF;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 100%;
    padding: 8px;
  } 
  .stock__slider .slick-arrow img,.news__slider .slick-arrow img{
    width: 24px;
  } 
  .news__slide img{
    height: auto;
  }
  .footer-blocks{
    grid-template-columns: 1fr 1fr;
  }
  .footer-info{
    grid-column: 1/3;
    grid-row-start: 2;
  }
  .catalog-item_name{
    bottom: 20px;
    left: 20px;
  }
  .section_catalog{
    margin-bottom: 30px;
  }
  .section__advantages{
    padding: 60px 0 40px 0;
  }
  .section__stock{
    margin: 60px 0;
  }
  .section__news{
    margin-top: 0;
    margin-bottom: 40px;
  }
  .section__text{
    margin-bottom: 60px;
  }
  .title--main{
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 700;
    line-height: 43.6px;
  }
  .about__content-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 43.6px;
  }

  .subcategories-tabs{
    flex-direction: column;
    gap: 16px;
  }
  .products-wrapper{
    grid-template-columns: 1fr 1fr;
    /* gap: 50px; */
  }
  .products-wrapper-col>div {
    grid-template-columns: 1fr 1fr;
    /* gap: 50px; */
  }
    .filter-mob{
    display: block;
  }
  .filter-mob{
    padding: 10px 24px;
    background: rgba(240, 240, 240, 1);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    border-radius: 4px;
  }
  .filter-mob::after{
    content: "";
    background-image: url(../images/filter.svg);
    position: absolute;
    top: 12px;
    right: 20px;
    width: 17px;
    height: 16px;
  }
  .download__more{
    margin-top: 30px;
  }
  .tags-list{
    margin: 12px 0 40px;
  }
  .page__title{
    font-size: 40px;
    font-weight: 700;
    line-height: 48.44px;
  }
  .main-page .header__bottom{
    /* top: 20px; */
  }
  .checked-fields__wrapper{
    flex-wrap: wrap;
  }
  .info-block__wrapper{
    margin-bottom: 0;
  }
  .checked-fields__wrapper{
    display: none;
  }
  .sidebar{
    position: fixed;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 150;
    width: auto;
    transition: 0.5s;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .projects__title a, .news__title a {
    margin-left: 0;
    white-space: nowrap;
  }
  .sidebar form{
    background: rgba(248, 245, 241);
    height: 100vh;
    padding-top: 20px;
    width: 328px;
    position: relative;
  }
  .subcategories__filter .filter-mob{
    background-color: rgba(248, 245, 241);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    width: fit-content;
  }
  .subcategories__filter .filter-mob:after{
    right: -24px
  }
  .filter-btn{
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .btn-one{
    padding: 12px 24px;
    border-radius: 4px;
    background: rgba(168, 123, 69, 1);
    width: 100%;
    color:rgba(240, 240, 240);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  .btn-two{
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid rgba(228, 215, 199);
    background: none;
    width: 100%;
    color: rgba(33, 34, 37);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  .active-filter{
    left: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .footer-wrapper{
    padding-top: 48px;
  }
  .subcategories-item__image{
    flex-direction: column;
  }
  .slider-nav{
    width: 180px;
    height: 56px;
  }
  .slider-nav__item img{
    height: 56px;
    width: 56px;
  }
  .subcategories-item__image{
    width: 35%;
    height: 100%;

    min-width: 275px;
  }
  .slider-for{
    width: 100%;
    height: 100%;
  }
  .subcategories-item__img-block{
    gap: 3%;
  }
  .subcategories-item__desc{
    width: 62%;
  }
  .subcategories-item__image .design-block{
    display: block;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .subcategories-item__image .design-block .design-block__wrapper{
    gap: 8px;
  }
  .subcategories-item__center-block .design-block{
    display: none;
  }
  .characteristic-block{
    grid-template-columns: 1fr;
  }
  .subcategories-item__center-block{
    margin-bottom: 60px;
  }
  .similar-products, .collection-products{
    margin-bottom: 60px;
  }
  .collection-item__image img{
    aspect-ratio: 1 / 1;
    min-height: auto;
  }
  .collection__list{
    gap: 20px;
  }
  .collection-products .products-wrapper{
    grid-template-columns: repeat(2 , 1fr);
  }
  .tabs--styles{
    flex-wrap: wrap;
  }
  .projects__list{
    grid-template-columns: 1fr 1fr;
  }
  .page__title{
    margin-bottom: 24px;
  }
  .tabs__content--styles{
    margin-top: 32px;
   gap:0!important;
  }
  .project-slider .slick-center{
    transform: scale(1.3);
  }
  .project__content{
    grid-template-columns: 1fr;
  }
  .section__project{
    margin-bottom: 40px;
  }
  .section__project-slider .title--main{
    margin-bottom: 25px;
  }
  .project-slider .slick-dots{
    bottom: -2em;
  }
  .section__project-slider{
    margin-bottom: 80px;
  }
  .cooperation{
    flex-direction: column;
    gap: 20px;
  }
  .cooperation__pages{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .cooperation__page{
    padding-right: 16px;
  }
  .section__cooperation-content{
    margin-bottom: 24px;
  }
  .section__conditions{
    margin-top: 0;
  }
  .condition__item{
    width: 50%;
    margin-top: 32px;
  }
  .conditions__title{
    margin-bottom: 0;
  }
  .news-item__image{
    width: 50%;
  }
  .section__title {
    margin-top: 100px;
  }
  .news-item__info{
    width: 50%;
  }
  .news-item{
    margin-bottom: 32px;
  }
  .news__image{
    margin-bottom:30px;
  }
  .news__text p:nth-child(2){
    margin-bottom: 24px;
  }
  .news__text{
    margin-bottom: 50px;
  }
  .tabs__item--contact{
    flex-direction: column;
  }
  .contact-info_contacts{
    display: flex;
    gap: 10%;
  }
  .contact__info{
    max-width: 100%;
  }
  .contact-info-wrapper{
    width: 40%;
  }
  .contact-info_socials{
    margin-top: 0;
  }
  .logistic--contant{
    flex-direction: column;
  }
  .logistic--image{
    width: 100%;
  }
  .logistic--image img{
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  .oplata__cards{
    margin-top: 32px;
  }
  .logistic--title{
    margin-bottom: 20px;
  }
  .order-block__wrapper{
    flex-direction: column;
  }
  .order-block__comment{
    width: 100%;
  }
  .total-coast{
    margin-bottom: 40px;
  }
  .order-block__wrapper .info--title{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .order-block{
    margin-bottom: 60px;
  }
  .selected-prod__img{
    flex-shrink: 0;
  }
  .privacy__wrapper .sidebar{
    position: static;
  }
  .privacy__wrapper{
    flex-direction: column;
    gap: 20px;
  }
  .privacy__wrapper .privacy__menu{
    display: flex;
  }
  .design__conditions-el {
    height: auto;
  }
  .privacy__menu-item{
    flex-shrink: 0;
    width: 177px;
  }
  .info-message{
    position: static;
    margin-bottom: 20px;
  }
  .popup-window.popup-window-with-titlebar {
    margin-top: 5px!important;
  }
  .subcategories__wrapper {
    gap:0;
  }
  .slick-slide img{
    width: 100%;
  }
  .partners-slider .wrapper-arrow.left{
    left: 4px;
  }
  .partners-slider .wrapper-arrow.right{
    right: 4px;
  }
  .section__conditions{
    margin-bottom: 60px;
  }
  .partners-slider__title{
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 700;
    line-height: 43.6px;
  }
  .news-item__image img.blog-img{
    width:100%!important;
  }
}

@media (max-width: 1024px) {
   
  
  
  }
@media (max-width:863px) {

  table.title-search-result td {
    white-space: normal!important;
       width: 100vw!important;
    display: block!important;
}

  .clear_basket {
  
      width: 100%;
  }
  .filter-selectder {
    margin-bottom: 20px;
  }
  .header__logos a {
    width: auto;
  }
  .tab-brends--styles {
    font-size: 1rem;
  }
  .news-item__image img.blog-img{
    width:100%;
  }
  .finally-coast__wrapper{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
  }
  .cooperation__slider .wrapper-arrow.left {
    left: 2rem;
  }
  
  .cooperation__slider .wrapper-arrow.right {
    right: 2rem;
  }
  
  .projects__slider .wrapper-arrow.left {
    left: 2rem;
  }
  
  .projects__slider .wrapper-arrow.right {
    right: 2rem;
  }
  .amount-part{
    justify-content: flex-start;
  }
  .amount-part{
    max-width: 100%;
  }
  .amount-part__wrapper{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-left: 0px;
  }
  .amount-part__wrapper span{
    display: block !important;
  }
  .amount-part__wrapper input.quantity{
          min-width: 50px;
  }

}

.api_button:hover, .api_button:focus {
  color: #F0F0F0;
}

.quan_mob {
  display: none;
}
.quan_desk {
  display: block;
}

.one-item-ord .single div{
  white-space: nowrap;
  
}
.one-item-ord .cart-ord a{
  border: 1px solid rgb(168, 123, 69);
}
.one-item-ord .cart-ord:hover svg path{
  fill: rgb(168, 123, 69);
}
.one-item-ord .cart-ord:hover a{
  background-color: inherit;
}

 .pers_buttons input{
  width: 50% !important;
}

.api_select {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important; /* для iOS Safari */
}
.subcategories .collection-products{
  margin-bottom: 0px ;
  margin-top: 0px;
}

#api_auth_restore .api-auth-restore .api_link.api_auth_restore_url{
  margin: 0px !important;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px !important;
}



  @media (max-width:768px) {



    .basket-items-list-table .basket-item-block-price{
      display: flex !important;
    }

    .basket-items-list-table .basket-item-block-price .close-btn{
      display: none;
    }
    .basket-items-list-table .basket-item-block-amount{
      justify-content: center !important;
      padding-bottom: 0px !important;
    }
    .basket-items-list-table .basket-items-list-item-amount{
      padding-bottom: 0px !important;
    }
    .basket-items-list-item-price-for-one{
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
    }
    .basket-items-list-table .basket-item-block-price{
      width: 100%;
      display: flex !important;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }
    .basket-items-list-table .basket-items-list-item-price-for-one{
      top: 31%;
      margin-left: 30px !important;
    }
    .basket-items-list-table .basket-items-list-item-amount{
      position: relative;
      top: 10px;
    }


    .o_companii_page .title--main{
      font-size: 30px;
    }
    .o_companii_page.section__advantages .title--main{
      font-size: 30px;
      text-align: center;
      width: 100%;
      justify-content: center;
    }
    .conditions__title.title--main{
      font-size: 30px;
      text-align: center;
      width: 100%;
      justify-content: center;
    }
    .section__cooperation-content + .section__text{
      margin-bottom: 30px;
    }
    .section__partners-slider {
        margin-bottom: 40px;
    }
    .o_companii_page .title--main{
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .o_companii_page.section__cooperation {
      margin: 40px 0;
    }
    .o_companii_page .projects__title{
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .section__projects.o_companii_page{
      padding-top: 10px;
    }

    .interlabs-feedbackform__container .form-condition__button{
      width: 100%;
    }

    .modal__content-title{
      font-size: 32px !important;
    }
    .modal-window .modal__content-title{
      margin-bottom: 0px;
    }

    body .api-auth-login .api_auth_register_url{
        text-align: center;
        padding: 10px  !important;
    }
    .api_modal_content .btn-s .download__more.api_auth_register_url{
       padding: 10px  !important;
    }
    .api-auth-register .btn-s .form-condition__button{
      width: 100% !important;
    }
    #api_auth_ajax_modal .api_modal_dialog.m1{
        max-height: 650px;
        overflow-y: scroll;
    }
    .api-auth-register .btn-s{
      margin: 0px !important;
      margin-top: 20px !important;
    }
    .api-auth-register .form-condition__button{
      width: 100% !important;
    }


    .api-auth-login .btn-s{
      width: 100%;
      margin: 0px !important;
      margin-top: 25px !important;
    }
    .api-auth-login .api_text_right{
      width: 50%;
    }
    .api-auth-login .api_width_1_1{
      width: 50%;
    }

#nca-nca-position-left{
  flex-wrap: wrap !important;
  gap: 15px;
}
.nca-cookiesaccept-line-text + div{
  width: 45% !important;
}   
.nca-cookiesaccept-line-text + div + div{
  width: 50% !important;
}   
#nca-cookiesaccept-line-accept-btn{
  width: 100%;
}
#nca-cookiesaccept-line-accept-btn1{
  width: 100%;
  display: inline-block;
}

.my-custom-class{
  padding-right: 0px;
}

  .one-item-ord{
    padding: 10px;
  }
  .quan_mob {
    display: inline;
  }
  .orders_heading p {

    border-right: none;
    padding-right: 0;
}
.personal_container {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 16px;}
  .quan_desk {
    display: none;
  }
  .partners-slider__title{
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 700;
    line-height: 43.6px;
  }
    .personal_menu .row {
      flex-direction: column;
    }

    .personal_type {
      flex-direction: column;
      gap:0;
          margin: 25px 0 0;
    }

  .one-item-ord .single div{
    white-space: nowrap;

  }
  .orders_heading b {
    font-size: 13px;}
  .one-item-ord .single {
    
    grid-template-columns: 1fr 1fr 1fr;}
    .one-item-ord .single a.item_name{
  
      width: 150px;
        grid-column: span 2;
        margin-left: -20px;

    }
    .one-item-ord .single {
align-items: center;
    gap: 20px;
    }
    .cart-ord {
      margin-left: auto;
    }
    
.footer {
  margin-top: 20px;
}

  .form-condition__button{
width:auto;
}


.custom-checkbox + label {
  display: block;
}
  .header__attributes .header__cabinet{
    padding-top: 20px;
  }
  .header__attributes .header__favorites{
    padding-top: 23px;
  }
  .header__attributes #bx_basketFKauiI{
     padding-top: 24px;
  }
  .title_errors_page{
    font-size: 10rem;
  }
  .collection-item__image {
    height: 350px !important;
  }
  .collection-item{
    height: 350px !important;
  }
  .collection-item__image img {
      height: 350px !important;
  }
  .subcategories-item__desc .design-block.mob{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }
  .slider-nav__item {
    margin-right: 4px;
  }
  .slider-nav{
    width: 100%;
  }

  .catalog-list{
    grid-template-columns: 1fr;
  }
  .header__attributes{
    gap: 15px;
  }
  .hamburger{
    margin-left: 24px;
    padding-top: 30px;
  }
  #bx_basketFKauiI .header__cart .attribute-count{
    top: -10px;
    right: -8px;
  }
  #awelite_favorites_equation .attribute-count {
    top: 14px;
    right: -5px;
  }

  @supports (-webkit-touch-callout: none) {
    #bx_basketFKauiI .header__cart .attribute-count{
    top: -38px;
    right: -35px;
    }
  }

     .mobile-basket-item {
  display:flex;
}
    
  .mob-phone{
    margin-right: 8px;
  }
  /* .mob-search{
    margin-right: 8px;
    display: none;
  } */
  .mob-search{
    margin-top: 25px;
  }
  .section__about{
    gap: 16px;
    padding: 0 16px;
    padding-top: 20px;
  }
  .advantages__items{
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .consultation__image{
    display: none;
  }
  .consultation__blocks{
    background-image:linear-gradient(rgba(33, 34, 37, 0.6), rgba(33, 34, 37, 0.6)),
    url(../images/consultation.png);
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    padding: 48px 16px 60px 16px;
  }
  .consultation__form{
    width: 100%;
  }
  .consultation__form-title{
    font-size: 30px;
    line-height: 36.33px;
  }
  .consultation__form-subtitle{
    font-size: 16px;
    line-height: 24px;
    text-align: center;

  }
  .form__consult-inputs{
    grid-template-columns: 1fr;
    color:  rgba(194, 194, 194);
  }
  .form__consult-inputs input::placeholder{
    color: rgba(194, 194, 194);
  }
  .form__consult-submit{
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 16px;
  }
  .slick-slider {
    display: none;
  }
  .hidden {
    display: none;
  }
  #show-more {
      display: block;
  }
  #show-more2 {
    display: block;
  }
  .footer-blocks{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-info{
    order: 3;
    grid-column: 1;
    grid-row-start: 3;
  }
  .footer-menu{
    order: 1;
  }
  .footer-menu__manufacture{
    order: 2;
  }
  .footer-menu_links{
    display: none;
  }
  .footer__title{
    margin-bottom: 16px;
    position: relative;
  }
  .footer__title::after{
    content: "";
    background-image: url(../images/arrow_down.svg);
    display: inline-block;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .footer-blocks .footer-menu{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-copyright{
    flex-wrap: wrap;
   
  }
  .footer-copyright_text{
    margin-bottom: 16px;
  }
  .footer-copyright_links{
    flex-wrap: wrap;
    gap: 8px;
  }
  .catalog-item_name{
    bottom: 16px;
    left: 16px;
  }
  .products-wrapper{
    grid-template-columns: 100%;
    gap: 16px;
  }
  .products-wrapper-col>div{
    grid-template-columns: 100%;
    gap: 16px;
  }
  .pagination{
    margin-bottom: 40px;
  }
  .tags-list{
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }
  .tags-list__item{
    width: fit-content;
  }
  .subcategories__filter{
    width: 100%;
  }
  .sidebar form{
    width: 100%;
  }
   .sidebar {width:100%;}
  .footer-wrapper{
    padding-top: 32px;
  }
  .subcategories-item__img-block{
    flex-direction: column;
    gap: 16px;
  }
  .subcategories-item__image{
    width: 100%;
  }
  .top-desc__wrapper{
    flex-wrap: wrap;
  }
  .design-block.mob{
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0px;
    max-width: 100%;
  }
  .subcategories-item__image .design-block{
    display: none;
  }
  .subcategories-item__desc{
    width: 100%;
  }
  .header__callback{
    margin-top: 10px;
  }
  .page__title{
    font-size: 32px;
    line-height: 31.2px;
  }
  .tovar{
    margin-bottom: 12px;
  }
  .top-desc{
    margin-bottom: 20px;
  }
  .wrapp_price{
    display: flex;
    gap: 20px;
  }
  .wrapp_price .characteristics-rows{
    margin: 0;
  }
  .amount-part{
    max-width: 100%;
  }
  .amount-part__wrapper span{
    display: none;
  }
  .tabs-brends--styles{
    flex-wrap: wrap;
    position: relative;
  }
  .tabs-brends--styles::after{
    content: "";
    width: 100%;
    /* border-bottom: 1px solid #DBDFE2; */
    position: absolute;
    top: 35px;
  }
  .finally-coast{
    margin: 0;
  }
  .subcategories-item__center-block{
    margin-bottom: 40px;
  }
  .title--main{
    margin-bottom: 24px;
  }
  .mob-menu{
    width: 100%;
  }
  .top-desc__wrapper{
    gap: 0;
  }
  .top-desc__item{
    margin-right: 24px;
  }
  .collection-products .stock__slider2,.similar-products .stock__slider{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .brends__item-info{
    padding: 8px 16px 8px 14px;
    min-height: auto;
    width: 60%;
  }
  .collection-item__image img{
    aspect-ratio: auto;
  }
  .collection__list{
    grid-template-columns: 1fr;
  }
  .collection-products .products-wrapper{
    grid-template-columns: 1fr;
  }
  .collection-products  .products-wrapper-col>div{
    grid-template-columns: 1fr;
  }
  .collection_slider .slick-arrow{
    display: none !important;
  }
  .collection-banner_slider .slick-dots {
    bottom: 8px;
  }
  .collection-banner_slide img{
    min-height: 240px;
  }
  .projects__list{
    grid-template-columns: 1fr;
  }
  .page__title{
    margin-bottom: 25px;
  }
  .tabs__content--styles{
    margin-top: 24px;
  }
  .project-slider .slick-slide{
    margin: 0;
  }
  .slick-dotted.slick-slider{
    padding: 0;
  }
  .project-slider .wrapper-arrow.left{
    left: 10px;
  }
  .project-slider .wrapper-arrow.right{
    right: 10px;
  }
  .project-slider .slick-dots{
    width: calc(100% - 32px);
  }
  .project-slider .slick-arrow{
    background-color: #FFF;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 100%;
    padding: 8px;
  }
  .project-slider .slick-arrow img{
    height: 24px;
  }
  .project-slider .slick-dots{
    bottom: 0em;
  }
  .project-slider .slick-dots li button:before{
    background: rgba(194, 194, 194, 1);
    opacity: 1;
  }
  .project-slider .slick-dots li.slick-active button:before{
    background: white;
  }
  .news-item{
    flex-direction: column;
  }
  .news-item__image{
    width: 100%;
  }
  .news-item__info{
    width: 100%;
  }
  .news-item__info .news-info__more{
    padding-left: 10px;
  }
  .news-info__description{
    margin-bottom: 8px;
  }
  .news-info__name{
    margin-bottom: 8px;
  }
  .news-info__date{
    margin-bottom: 8px;
  }
  .news__image img {
    object-fit: cover;
    min-height: 250px;
  }
  .news__image{
    margin-bottom: 40px;
  }
  .contact-info_contacts{
    flex-direction: column;
  }
  .contact__info{
    max-width: 100%;
  }
  .contact-info-wrapper{
    width: 100%;
  }
  .contact-info_socials{
    margin-top: 24px;
  }
  .contact__map{
    /* margin: 0 -16px; */
    max-width: 100%;
  }
  .contact__map iframe{
    width: 100%;
  }
  .tabs__content--styles{
    margin-bottom: 0;
  }
  .oplata__cards{
    margin-top: 20px;
  }
  .logistic--title{
    font-size: 28px;
    line-height: 33.91px;
  }
  .logistic--section{
    margin-bottom: 40px;
  }
  .selected-prod__name .amount-quantity{
    width: 100%;
    max-width: 200px;
  }
  .shoping-cart .finally-coast{
    margin-top: 40px;
  }
  .coast span{
    font-size: 24px;
  }
  .coast{
    font-size: 20px;
    flex-shrink: 0;
  }
  .shoping-cart .finally-coast{
    padding: 20px 16px;
  }
  .privacy__wrapper{
    flex-direction: column;
    gap: 20px;
  }
  .privacy__wrapper .privacy__menu{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .privacy__menu-item{
    flex-shrink: 0;
    width: 100%;
  }
  .info-message{
    position: static;
    margin-bottom: 20px;
  }
  .data-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom:20px
  }
  .thirdy-button{
    padding: 0;
  }
  .email-check{
    flex-direction: row;
  }
  .change-data{
    margin-bottom: 20px;
  }
  .change-data:last-child{
    margin-bottom: 60px;
  }
  .condition__item{
    width: 100%;
  }
  .partners-slider .wrapper-arrow{
    top: -58px;
  }
  .partners-slider .wrapper-arrow.left{
    right: 60px;
    left: auto;
  }
  .form-condition__inputs{
    grid-template-columns: 1fr;
  }
  .form-condition__title{
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 700;
    line-height: 29.06px;
  }
  .cooperation__page{
    margin-bottom: 0;
  }
  .partners__list {
    display: block;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 30px;
    margin-bottom: 30px;
  }
  .partner__item {
    margin-bottom: 30px;
  }
}



.bx_filter .bx_ui_slider_track {

  height: 2px;
    position: relative;
    background: #A87B45;
    border-radius: 2px;
}

.bx_ui_slider_pricebar_V, .bx_ui_slider_pricebar_VD, .bx_ui_slider_pricebar_VN {
  height: 2px;
  position: relative;
  background: #A87B45!important;
  border-radius: 2px;
}

.bx_ui_slider_handle.right {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #A87B45!important;
  pointer-events: auto;
  -webkit-appearance: none;
  margin-right: -10px!important;
    margin-top: -9px;
}
.bx_ui_slider_handle.left {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #A87B45!important;
  pointer-events: auto;
  -webkit-appearance: none;
  margin-left: -10px!important;
    margin-top: -9px;
}


.bx_filter_parameters_box {
  padding: 16px 48px 16px 24px!important;
  color: #212225;
  font-family: Mulish;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.59px;
  text-align: left;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 0!important;
}
.setting-search__head--img {
	content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 16px;
    background: url(../images/jam_chevron-up.svg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.setting-search__item.active .setting-search__head--img {
    transform: rotate(180deg);
}

.sale-order-detail-payment-options-methods-info-change-link{
  display: none;
}
.partners-page.section__conditions{
  margin-top: 20px;
}


/* .bx_filter_parameters_box::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 16px;
  background: url(../images/jam_chevron-up.svg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
} */

/* .bx_filter_parameters_box.active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
} */
@media (min-width:768px){
  .clear-fav{
    position: absolute;
    right: 50px;
  }
  .section__title .container{
    position: relative;
  }
} 

@media (max-width: 1410px) {
    .basket-item-actions-remove {
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        cursor: pointer;
        right: 5px;
        margin-top: -15px;
        border-radius: 5px;
        background: #F6F0E7;
    }
    	.basket-item-actions-remove:after, .basket-item-actions-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #4D4E51;
    content: '';
    transition: 300ms background-color ease;
}
    .basket-item-block-amount {
        padding-top: 0;
        justify-content: flex-end;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
.news__slide-image img{
  height: 100%;
}
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
  background: #A87B45;
  color:#fff
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container a{
  color:#fff;
}

.link_reset_mail{
  transition: all ease-in-out 0.3s;
  color: rgb(168, 123, 69);
  margin-top: 10px;
  color: rgb(168, 123, 69);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
.link_reset_mail:hover{

text-decoration: none;
    transition: all
ease-in-out 0.3s;
}
.api_modal_dialog.m1 .api-auth-register{
text-align:center;
}
.part .main-wrapper {
  min-height: auto!important;
}