/*
--------------------
Fonts
--------------------
*/
@font-face {
  font-family: "mulish";
  src:
    url(/images/fonts/design-new-2023/mulish-light.eot) format("eot"),
    url(/images/fonts/design-new-2023/mulish-light.woff) format("woff"),
    url(/images/fonts/design-new-2023/mulish-light.ttf) format("truetype"),
    url(/images/fonts/design-new-2023/mulish-light.svg#svgmulish-light)
      format("svg");
  font-weight: 300;
}

@font-face {
  font-family: "mulish";
  src:
    url(/images/fonts/design-new-2023/mulish.eot) format("eot"),
    url(/images/fonts/design-new-2023/mulish.woff) format("woff"),
    url(/images/fonts/design-new-2023/mulish.ttf) format("truetype"),
    url(/images/fonts/design-new-2023/mulish.svg#svgmulish) format("svg");
}

@font-face {
  font-family: "mulish";
  src:
    url(/images/fonts/design-new-2023/mulish-medium.eot) format("eot"),
    url(/images/fonts/design-new-2023/mulish-medium.woff) format("woff"),
    url(/images/fonts/design-new-2023/mulish-medium.ttf) format("truetype"),
    url(/images/fonts/design-new-2023/mulish-medium.svg#svgmulish-medium)
      format("svg");
  font-weight: 500;
}

@font-face {
  font-family: "mulish";
  src:
    url(/images/fonts/design-new-2023/mulish-semibold.eot) format("eot"),
    url(/images/fonts/design-new-2023/mulish-semibold.woff) format("woff"),
    url(/images/fonts/design-new-2023/mulish-semibold.ttf) format("truetype"),
    url(/images/fonts/design-new-2023/mulish-semibold.svg#svgmulish-semibold)
      format("svg");
  font-weight: 600;
}

@font-face {
  font-family: "mulish";
  src:
    url(/images/fonts/design-new-2023/mulish-bold.eot) format("eot"),
    url(/images/fonts/design-new-2023/mulish-bold.woff) format("woff"),
    url(/images/fonts/design-new-2023/mulish-bold.ttf) format("truetype"),
    url(/images/fonts/design-new-2023/mulish-bold.svg#svgmulish-bold)
      format("svg");
  font-weight: bold;
}

@font-face {
  font-family: "proximanova";
  src:
    url(/images/fonts/design-new-2023/proximanova-light.eot) format("eot"),
    url(/images/fonts/design-new-2023/proximanova-light.woff) format("woff"),
    url(/images/fonts/design-new-2023/proximanova-light.ttf) format("truetype"),
    url(/images/fonts/design-new-2023/proximanova-light.svg#svgproximanova-light)
      format("svg");
  font-weight: 300;
}

/*
--------------------
Base style
--------------------
*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body *,
html * {
  font-family: "mulish" !important;
}

body {
  font-size: 16px;
  color: #1f1f1f;
  margin: 0;
  padding: 70px 0 0;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
a:focus,
input:focus,
button:active,
button:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
  color: #1f1f1f;
  font-family: "mulish" !important;
  letter-spacing: normal;
}

h1 {
  font-size: 40px !important;
  text-transform: none !important;
  line-height: 1.25;
  margin: 0 auto 30px;
  text-align: center;
}

h2 {
  font-size: 36px;
  line-height: 1.27;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: none;
}

h3 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 auto 16px;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto 16px;
}

p {
  margin: 0 0 16px;
  line-height: 1.7;
}

body.modal-open-noscroll {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.beige {
  background: #f6f5f1;
}
section {
  padding: 25px 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  font-size: 15px;
  line-height: 18px;
  padding: 11px 30px;
  background-color: transparent;
  border: 1.5px solid transparent;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-gold {
  background: #ffffff;
  border: 1.5px solid #bea267;
  color: #bea267;
  margin: 0 auto;
}

.btn-gold:hover {
  background: #a58a54;
  color: #ffffff;
  border-color: #a58a54;
}

.btn-white {
  background: #ffffff;
  color: #bea267;
  padding: 12px 37px;
}

.btn-white:hover {
  background: #bea267;
  color: #fff;
  transition: 0.2s;
}

.row {
  margin: 0 -10px;
}
.row-12 {
  margin: 0px -12px;
}
.row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row-12 > div {
  padding-left: 15px;
  padding-right: 15px;
}
.row-39 {
  margin: 0px -19.5px;
}
.row-39 > div {
  padding-left: 19.5px;
  padding-right: 19.5px;
}
@media (max-width: 1170px) {
  .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin: 0 -15px;
  }
  .row-39 {
    margin: 0px -15.5px;
  }
  .row-39 > div {
    padding-left: 15.5px;
    padding-right: 15.5px;
  }
}
/*
--------------------
Styles for Header
--------------------
*/
header {
  font-size: 14px;
  color: #1f1f1f;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.header-fix {
  position: fixed;
}

.header-block {
  min-height: 70px;
  position: relative;
}

header .logo {
  /* width: auto; */

  width: 100%;
  height: 39px;
}
@media (min-width: 1199px) {
  header .logo {
    margin-right: auto;
  }
}
nav {
  margin: 0 auto;
}
nav .nav li {
  margin: 0 10px;
  position: static;
  border-bottom: 3px solid transparent;
}

nav .nav li .dropdown-menu {
  width: 100%;
  min-width: 100%;
  top: calc(100% - 2px);
}

nav .nav li .dropdown-menu ul {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-right: 15px;
}

nav .nav li .dropdown-menu ul li {
  margin: 0 0 13px;
}
nav .nav li .dropdown-menu ul li a {
  padding: 0;
}
nav .nav li .dropdown-menu ul li:last-child a {
  color: #1f1f1f;
}

nav .nav li .dropdown-menu ul li:hover a,
nav .nav li .dropdown-menu ul li:last-child:hover a {
  color: #bea267;
  text-decoration: none;
}

nav .nav li .dropdown-menu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 78px 90px 70px 70px;
}

nav .nav li .dropdown-menu > div > div {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

nav .nav li .dropdown-menu > div > div.flex15 {
  -webkit-box-flex: 1.66;
  -ms-flex: 1.66;
  flex: 1.66;
}

nav .nav li .dropdown-menu > div > div:last-child {
  margin-right: 0;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 39%;
}

nav .nav li .dropdown-menu > div > div.flex15 ul,
nav .nav li .dropdown-menu > div > div:last-child ul {
  width: 50%;
}

nav .nav li .dropdown-menu > div > div span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1f1f1f;
  padding-bottom: 11px;
  position: relative;
  margin-bottom: 13px;
}

nav .nav li .dropdown-menu > div > div span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 2px;
  background: rgba(190, 162, 103, 0.53);
}

nav .nav li .dropdown-menu > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav .nav li .dropdown-menu > div > div:last-child ul {
  width: auto;
  margin-right: 0;
}

nav .nav li:hover .dropdown-menu ul li a {
  border-bottom-color: transparent;
  font-weight: normal;
}

nav .nav .dropdown:hover .dropdown-menu {
  display: block;
}

nav .nav li a {
  font-size: 14px;
  color: #000000; /* #1f1f1f */
  padding: 25px 5px 20px;
  display: block;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

nav .nav li.active,
nav .nav li:active {
  border-bottom: 3px solid #bea267;
}
nav .nav li:hover > a {
  color: #bea267 !important;
}
nav .nav li .dropdown-menu li,
nav .nav li .dropdown-menu li:hover {
  border: none;
}
nav .nav li.active a,
nav .nav li:hover a {
  color: #1f1f1f;
}
nav .nav li:last-child a {
  color: #bea267;
}

.tel {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.tel a {
  color: #1f1f1f;
}

.tel a.whatsapp {
  background: url(/images/design-new-2023/whatsapp.svg) center no-repeat;
  width: 17px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-right: 8px;
}

.tel-mobile {
  display: none;
}

.search {
  border-right: 1px solid rgb(165 138 84 / 33%);
  padding: 0 20px 0 10px;
  margin-right: 10px;
  text-align: center;
  /* margin-left: auto; */
}
@media (min-width: 1199px) {
  .search {
    margin-left: auto;
  }
}
.search span {
  background: url(/images/design-new-2023/search.svg) center / cover no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.search span:hover {
  background: url(/images/design-new-2023/search-mobile.svg) center/ cover
    no-repeat;
  width: 17px;
  height: 17px;
}

.search.open label {
  cursor: pointer;
  margin-left: 13px;
  background: url(/images/design-new-2023/close-icon.svg) center/100% auto
    no-repeat;
  min-width: 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin-bottom: 0;
}

.search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 30%;
  top: 15px;
  width: 0;
  height: 40px;
  background: #ffffff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.search form.open {
  width: 525px;
  z-index: 3;
  opacity: 1;
  right: 0;
}

.search form input {
  border: none;
  width: 0;
  position: relative;
  z-index: 2;
  height: 40px;
  border: 1px solid #d2d2d2;
  margin-right: 10px;
  color: #1f1f1f;
  font-size: 16px;
  padding: 0 2px 0 20px;
  display: none;
}

.search form.open input {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.search form input::-webkit-input-placeholder {
  color: #666;
}
.search form input:-moz-placeholder {
  color: #666;
}
.search form input::-moz-placeholder {
  color: #666;
}
.search form input:-ms-input-placeholder {
  color: #666;
}

.search form button {
  background: #ffffff;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #bea267;
  text-transform: none;
  width: 117px;
  min-width: 117px;
  height: 40px;
  border: 1px solid #bea267;
  border-radius: 2px;
  display: none;
}

.search form button:hover {
  background: #bea267;
  color: #fff;
  transition: 0.2s;
}

.search form button:active {
  border: 1.5px solid #9a814b;
}

.search form.open button {
  display: block;
}

.favorits,
.basket {
  padding: 0 10px;
}
.favorits a,
.basket a {
  color: #1f1f1f;
}
.favorits a:hover,
.basket a:hover {
  text-decoration: none;
}

.favorits:before,
.basket:before {
  content: "";
  width: 21px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .favorits-btn:hover > ::before {
    background: url(/images/design-new-2023/new-icons/favorites-hover.svg) left
      center no-repeat;
  }
}
.favorits:before {
  background: url(/images/design-new-2023/new-icons/favorites-normal.svg) left
    center no-repeat;
}
.favorits-btn.open ::before {
  background: url(/images/design-new-2023/new-icons/favorites-pressed.svg)
    center/ contain no-repeat;
}
.favorits-btn.open:hover ::before {
  background: url(/images/design-new-2023/new-icons/favorites-pressed.svg)
    center/ contain no-repeat;
}
.basket:before {
  width: 24px;
  height: 24px;
  background: url(/images/design-new-2023/new-icons/bascket-normal.svg) center
    center no-repeat;
}
.basket-btn.open ::before {
  background: url(/images/design-new-2023/new-icons/bascket-presed.svg) center
    no-repeat;
}
.basket-btn.open:hover ::before {
  background: url(/images/design-new-2023/new-icons/bascket-presed.svg) center
    no-repeat;
}
.favorits.active:before {
  background: url(/images/design-new-2023/favorite2.svg) left center no-repeat;
}
.basket-btn:hover > :before {
  background: url(/images/design-new-2023/new-icons/bascket-hover.svg) left
    center no-repeat;
}
.basket.active:before {
  background: url(/images/design-new-2023/basket2.svg) left center no-repeat;
}
.like.active,
.add.active {
  color: red;
}
.favorits span,
.basket span {
  font-weight: 500;
}
.favorits-btn:hover,
.basket-btn:hover {
  text-decoration: none;
}

.basket-btn:hover p {
  color: #bea267;
}
/* @media (min-width: 1170px) {
	.basket-btn {
		margin-right: 10px;
	}
} */
.favorits p:hover,
.favorits p:focus,
.basket p:hover,
.basket p:focus {
  color: #bea267;
  text-decoration: none;
}

.favorits p,
.basket p {
  margin-bottom: 0;
  display: inline-block;
  color: #1f1f1f;
}

.favorits-btn:hover p {
  color: #bea267;
}

.mobile-nav {
  display: none;
  margin-right: 22px;
  cursor: pointer;
}

.header__mob-burger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 20px;
}

.header__mob-burger-line {
  height: 2px;
  background: #bea267;
  display: block;
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  transition: 0.3s;
  width: 20px;
}

.header__mob-burger-line-2 {
  width: 14px;
}

.header__mob-burger-text {
  font-size: 12px;
  line-height: 15px;
  color: #1f1f1f;
  margin-left: 11px;
  margin-top: 2px;
}

.mobile-nav.active .header__mob-burger-line-1 {
  -webkit-transform: rotate(45deg) translate(6px, 4px);
  transform: rotate(45deg) translate(6px, 4px);
}

.mobile-nav.active .header__mob-burger-line-2 {
  opacity: 0;
}

.mobile-nav.active .header__mob-burger-line-3 {
  -webkit-transform: rotate(-45deg) translate(5px, -2px);
  transform: rotate(-45deg) translate(5px, -2px);
}

.mobile-nav.active .header__mob-burger-text {
  font-size: 0;
  margin: 0;
}

/*
--------------------
Styles for Offer
--------------------
*/
.offer {
  padding: 30px 0;
}
.offer .row-12 {
  margin: 0 -15px;
}
.offer .row-12 .col-xs-4 {
  padding: 0 20px !important;
}
.offer h1 {
  margin-bottom: 27px;
  /* color: #BEA267; */
  /* font-weight: 500; */
}

.offer-blk {
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  cursor: pointer;
  height: 581px;
  border-radius: 2px;
  overflow: hidden;
}

.offer-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 75%;
}

.offer-blk:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(31, 31, 31, 0.7) 1.44%,
    rgba(31, 31, 31, 0) 49.31%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.offer-blk:hover:before {
  background: #bea267;
  opacity: 0.5;
}

.offer-info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 22px;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.offer-blk:hover .offer-info {
  padding-top: 47%;
}
.offer-blk:hover .offer-info a {
  margin-bottom: 16px;
}
.offer-info a:hover {
  text-decoration: none;
}

.offer-info a {
  color: #ffffff;
  text-shadow: 0px 6px 28px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 16px;
  display: block;

  font-weight: 400;
}

.offer-info p {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 16px;
  color: #f2f2f2;
  font-weight: 300;
  letter-spacing: 0.35px;
}

.offer-info .view,
.offer-blks .view {
  opacity: 0;
  font-size: 15px;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  border-radius: 2px;
  padding: 0;
  margin: 0 auto;
  height: 0;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  display: inline-block;
}

.offer-blk:hover .offer-info .view,
.offers-blk:hover .offer-blks .view {
  opacity: 1;
  height: auto;
  padding: 11px 25px;
}

.offers-blk {
  position: relative;
  height: 100%;
  max-height: 222px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
}

.offers-blk:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 31.53%,
    rgba(0, 0, 0, 0.7) 106.76%
  );
  transition: opacity 0.3s;
}

.offers-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-blks {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}

@media (min-width: 1170px) {
  .offer-blks {
    height: 50px;
    width: 347.5px;
  }
}
@media (max-width: 1170px) {
  .offers-blk {
    max-height: 174px;
  }
}

.offer-blks svg {
  position: absolute;
  bottom: 0;
}

.offers-blk:hover .offer-blks {
  height: 100%;
}
.offers-blk:hover:before {
  opacity: 0.5;
  background: #bea267;
}
.offers-blk:hover a {
  margin-top: 0;
  padding-bottom: 16px;
}

.offer-blks a {
  text-align: center;
  color: #ffffff;
  display: block;
  -webkit-transition: margin-top linear 0.3s;
  transition: margin-top linear 0.3s;
  padding-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px; /* 118.182% */
}
svg:not(:root) {
  display: none;
}
.offer-blks a:hover,
.offer-blks a:focus {
  text-decoration: none;
}
/* .offers-blk:hover .offer-blks a {
	margin-top: 0;
} */

.offer-blks .view {
  font-family: "mulish" !important;
  font-weight: normal;
  -webkit-transition: all linear 0s;
  transition: all linear 0s;
}

.offers-blk:hover .offer-blks .view {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.offer-info .view:hover,
.offer-blks .view:hover {
  background: #ffffff;
  border: 1.5px solid #bea267;
  color: #bea267;
}
.offers-blk:hover:after {
  height: 74%;
}

.offer-sm {
  margin-top: 30px;
}
.offer-sm:after {
  display: none;
}
.offer-sm > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto;
  flex: 0 1 calc((100% / 4) - 22.5px);
}
.offer-sm {
  padding: 0 10px;
  gap: 30px;
}
.offer-sm:before {
  display: none;
}
.offers-blk:hover:before {
  bottom: 138px;
}
.mousetrap {
  cursor: pointer !important;
}

/*
--------------------
Styles for Slider
--------------------
*/
.slider {
  width: 97%;
  max-width: 1470px;
  margin: 0 auto;
}

.slider .swiper {
  z-index: 2;
  padding: 0 20px;
}

.slider-container {
  max-width: 1500px;
}
.slider-container .swiper {
  padding: 0 30px;
}

@media (max-width: 479px) {
  .slider-container .swiper {
    padding: 0 18px;
  }
}
.cardSwiper.swiper-autoheight {
  height: auto;
  min-height: 100%;
}
.swiper-arrow {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: 11px;
  height: 18px;
}

.swiper-button-prev {
  background: url(/images/design-new-2023/new-icons/arrow-grey-left.svg) center
    no-repeat;
  left: 0;
}
.swiper-button-prev:hover {
  background: url(/images/design-new-2023/arw-left.svg) center no-repeat;
}
.swiper-button-next {
  background: url(/images/design-new-2023/new-icons/arrow-grey-right.svg) center
    no-repeat;
  right: 0;
}
.swiper-button-next:hover {
  background: url(/images/design-new-2023/arw-right.svg) center no-repeat;
}
/*
---------------------
Styles for Novelties
---------------------
*/
.novelties {
  padding: 50px 0 15px;
}
.novelties h2,
.autlet h2 {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .novelties h2,
  .autlet h2 {
    margin-bottom: 20px;
  }
}
.novelties-slider .swiper {
  padding: 20px 20px 0;
}

.novelties-blk {
  padding: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.novelties-blk:hover {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.novelties-foto {
  position: relative;
  margin-bottom: 12px;
  max-height: 456px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.shape-square .novelties-foto {
  height: 100%;
}

.novelties-foto a {
  flex: 1 1 auto;
}

.novelties-foto img {
  width: 100%;
  height: 100%;
  max-height: 456px;
}

.novelties-blk:not(.shape-square) img {
  height: 467px;
  min-height: 467px;
  width: auto;
  max-width: 100%;
  margin: 0px auto;
}
@media (min-width: 991.98px) {
  .portfolioExample-page__card-container .novelties-blk:not(.shape-square) img {
    min-height: auto;
    height: auto;
  }
}
.catalog-body .novelties-blk:not(.shape-square) img {
  margin: 0px auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .novelties-blk:not(.shape-square) img {
    height: 342px;
    min-height: 342px;
  }
}
@media (max-width: 1199px) {
  .novelties-blk:not(.shape-square) img {
    height: 400px;
    min-height: 400px;
  }
  .novelties-blk:not(.shape-square) .novelties-foto a div {
    text-align: center;
  }
  .catalog-body .novelties-blk:not(.shape-square) img {
    min-height: 330px;
    height: 330px;
  }
}
@media (max-width: 1024px) {
  .catalog-body .novelties-blk:not(.shape-square) img {
    min-height: 308px;
    height: 308px;
  }
}
@media (max-width: 991px) {
  .novelties-blk:not(.shape-square) img {
    height: 304px;
    min-height: 304px;
  }
}
@media (max-width: 800px) {
  .catalog-body .novelties-blk:not(.shape-square) img {
    height: 360px;
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .novelties-foto {
    margin: auto;
    padding-bottom: 10px;
  }
  .novelties-blk:not(.shape-square) img {
    height: auto;
    min-height: auto;
  }
  .swiper .novelties-blk:not(.shape-square) img {
    width: 100%;
  }
  .favorites-page-block .novelties-blk:not(.shape-square) img {
    width: auto;
  }
  .favorites-page-block .novelties-blk:not(.shape-square) img {
    height: auto;
    max-height: 100%;
    min-height: auto;
  }

  .catalog-body .novelties-blk:not(.shape-square) .novelties-foto {
    /* margin-top: auto; */
  }
  .catalog-body .novelties-blk:not(.shape-square) img {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .catalog-body .novelties-blk.shape-square .novelties-foto a div {
    text-align: center;
  }
  .catalog-body .novelties-blk.shape-square img {
    height: auto;
    min-height: auto;
    width: auto;
  }
}
.novelties-foto .like,
.novelties-foto .add {
  border: none;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  right: 16px;
  cursor: pointer;
}

.novelties-foto .sale {
  background: rgba(51, 51, 51, 0.71);
  border-radius: 4px !important;
  width: 50px !important;
  height: 24px !important;
  font-weight: 700;
  color: #ffffff;
  top: 16px;
  font-size: 12px !important;
  line-height: 25px !important;
  font-family: "proximanova" !important;
}
@media (max-width: 575px) {
  .favorites-page-block .novelties-foto .sale {
    top: 0;
    right: 0 !important;
  }
  .favorites-page-block .novelties-info {
    /* margin-top: 11px; */
  }
}

.novelties-foto .like {
  background: url(/images/design-new-2023/favorite-icon-big.svg) center center/
    contain no-repeat;
  bottom: 16px;
}

.novelties-foto .add {
  background: url(/images/design-new-2023/basket-icon-big.svg) center center/
    contain no-repeat;
  bottom: 54px;
  font-size: 0 !important;
}
.add.addToShopcart {
  display: none;
}

.favorites-page .like.removeFromFavorites,
.favorites-page .like.addToFavorites {
  display: none !important;
}

.card-block .add.addToShopcart,
.favorites-page .add.addToShopcart {
  display: block;
}
.add.addToShopcart.showImportant {
  display: block !important;
}
.card-block .similar .add.addToShopcart {
  display: none !important;
}

.novelties-foto .like:hover {
  background: url(/images/design-new-2023/favorite-icon-hover-big.svg) center
    center/ contain no-repeat;
}
.novelties-foto .add:hover {
  background: url(/images/design-new-2023/basket-icon-hover-big.svg) center
    center/ contain no-repeat;
}

.novelties-foto .like.active {
  background: url(/images/design-new-2023/favorite-icon-act-big.svg) center
    center/ contain no-repeat;
}
.novelties-foto .add.active {
  background: url(/images/design-new-2023/basket-icon-act-big.svg) center
    center/ contain no-repeat;
}

.favorits.active span:before,
.basket.active span:before {
  content: "(";
}
.favorits.active span:after,
.basket.active span:after {
  content: ")";
}

.novelties-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #1f1f1f;
  font-size: 14px;
  /* margin-top: auto; */
  margin-bottom: 12px;
}

.novelties-title a {
  font-weight: bold;
  color: #414141;
}

.novelties-title a:hover {
  text-decoration: none;
}

.novelties-title a span {
  color: #414141;
  font-size: 12px;
  font-weight: 300;
  font-family: "proximanova" !important;
}
.novelties-title a span:before {
  content: "";
  background: #9a814b;
  height: 10px;
  width: 1px;
  display: inline-block;
  margin: 0 7.66px 0 5px;
}

.novelties-title .size {
  display: block;
  line-height: 1.3;
  color: #333333;
  font-weight: 300;
  font-size: 14px;
  font-family: "proximanova" !important;
}

.novelties-price p {
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.3;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

.novelties-price p span {
  display: block;
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 300;
  text-decoration: line-through;
  text-decoration-color: #9a9a9a;
}

.noveltiesSwiper .swiper-slide {
  margin-bottom: 30px;
}

.more {
  text-align: center;
}

.novelties-foto span:not(.cloud-zoom) {
  border: none;
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  right: 16px;
  cursor: pointer;
  transition: 200ms;
  z-index: 11;
}

.novelties-slider .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .favorites-page {
    padding-bottom: 52px;
  }
}
.favorites-page .novelties-foto .add {
  bottom: 15px;
}
@media (max-width: 575px) {
  .favorites-page .novelties-foto .add {
    bottom: 6px;
  }
}
.favorites-page-block .novelties {
  padding-top: 50px;
}

/*
--------------------
Styles for Virtual
--------------------
*/
.virtual {
  position: relative;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.twentytwenty-container {
  overflow: hidden;
  position: relative;
  user-select: none;
}

.twentytwenty-container img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
}

.twentytwenty-handle:before,
.twentytwenty-handle:after {
  content: "";
  display: block;
  width: 3px;
  background: #ffffff;
  height: 9999px;
  position: absolute;
  left: 50%;
  z-index: 30;
}

.twentytwenty-handle:before {
  bottom: 50%;
}

.twentytwenty-handle {
  height: 44px;
  width: 44px;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ffffff url(/images/design-new-2023/arw.svg) center no-repeat;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  margin-left: -22px;
  z-index: 40;
  cursor: pointer;
}

.virtual .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.virtual-info {
  max-width: 45%;
  margin-left: auto;
}

.virtual-info h2 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 10px;
}

.virtual-info p {
  max-width: 430px;
  margin-bottom: 0;
}
.virtual-info a {
  margin-top: 52px;
}
.twenty-mobile {
  display: none;
}

/*
--------------------
Styles for Design
--------------------
*/
.design-blk > a {
  display: block;
  position: relative;
  padding: 0px 0px 84.66% 0px;
}

.design-blk img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-info a {
  display: block;
  margin: 16px 0 5px;
  color: #575757;
}

.design-info a:hover {
  text-decoration-line: underline;
}

.design-info span {
  display: block;
  font-size: 14px;
  color: #bea267;
}

/*
---------------------
Styles for More-info
---------------------
*/
.more-info {
  padding-top: 15px;
}
.more-info .flex.align-items-start {
  align-items: stretch;
}
.more-info .more-choise {
  padding-left: 136px;
}
.more-info .flex {
  max-width: 1200px;
}

.more-choise span {
  line-height: 30px;
  font-size: 24px;
  letter-spacing: 0.025em;
  color: #1f1f1f;
  margin-bottom: 19px;
  display: block;
  font-weight: 300;
}

.more-choise ul li:not(:last-child) {
  margin-bottom: 16px;
  line-height: 18px;
}
.choise2 ul li {
  margin-bottom: 16px;
}
.more-choise ul li {
  font-size: 14px;
}

.more-choise ul li a {
  color: #575757;
}

.list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #bea267;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}

.choise1 {
  background: url(/images/design-new-2023/choise1.webp) left center/ cover
    no-repeat;
  background-size: 104px 100%;
  margin-right: 80px;
}

.choise2 {
  width: 50%;
  background: url(/images/design-new-2023/choise2.webp) left center / cover
    no-repeat;
  background-size: 104px 100%;
}

.choise2 ul {
  flex-wrap: wrap;
}
.choise2 ul li {
  width: 32%;
}

.choise1 ul {
  display: flex;
  flex-direction: column;
}

/*
--------------------
Styles for About
--------------------
*/
.about-img {
  position: relative;
  height: 100%;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(
    359.74deg,
    rgba(51, 51, 51, 0.71) 0.23%,
    rgba(51, 51, 51, 0) 80.38%,
    rgba(255, 255, 255, 0) 129.52%
  );
  background: linear-gradient(
    359.74deg,
    rgba(51, 51, 51, 0.71) 0.23%,
    rgba(51, 51, 51, 0) 80.38%,
    rgba(255, 255, 255, 0) 129.52%
  );
}

.about-img-info {
  bottom: 0;
  position: absolute;
  padding: 40px 39px 43px;
  left: 0;
  z-index: 10;
  color: #ffffff;
}

.about-img-info h4 {
  letter-spacing: 0.025em;
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 1.28;
  color: #ffffff;
  font-weight: 400;
}

.about-img-info p {
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  max-width: 90%;
}

/*
--------------------
Styles for About
--------------------
*/
.about {
  padding: 0;
  margin: 25px 0;
}

.about-info {
  padding: 37px 0 35px 10px;
  font-size: 17px;
}

.about-info h2 {
  text-align: left;
  margin-bottom: 10px;
}

.about-info p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #333333;
}

.list2 {
  padding-left: 10px;
}

.list2 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

.list2 li:before {
  content: "";
  background: #bea267;
  width: 8px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 8px;
}

.list-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-flex li {
  width: 45%;
  line-height: 1.2;
}

.about-more {
  display: none;
  color: #bea267;
  margin: 0 auto;
}

.about-more:after {
  content: "";
  background: url(/images/design-new-2023/check.svg) no-repeat;
  width: 10px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.about-more.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*
--------------------
Styles for Benefits
--------------------
*/
.benefit-blk {
  border: 1px solid #bea267;
  border-radius: 2px;
  padding: 49px 27px;
  text-align: center;
  height: 100%;
}

.benefit-blk span {
  display: block;
  margin: 26px 0 16px;
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: 600;
  color: #333333;
}

.benefit-blk p {
  letter-spacing: 0.025em;
  color: #3d3d3d;
  margin-bottom: 0;
  line-height: 1.375;
}

.benefit-blk p:before {
  content: "";
  width: 41px;
  height: 2px;
  background: #bea267;
  display: block;
  margin: 16px auto;
}

/*
--------------------
Styles for Popular
--------------------
*/
.popular .slider {
  width: 100%;
}
.popular .swiper {
  padding: 0;
}

.popular-blk img {
  width: 100%;
  /* height: 100%; */
  height: 293px;
  object-fit: cover;
}
@media (max-width: 1170px) {
  .popular-blk img {
    height: 240px;
  }
}
@media (max-width: 1170px) {
  .popular-blk img {
    height: 190px;
  }
}
@media (max-width: 400px) {
  .top-articles-slider {
    height: 209px;
    width: 230px !important;
  }
}
.popular-blk span {
  color: #575757;
  margin-top: 20px;
  display: block;
}

.popular-blk:hover,
.popular-blk:hover span,
.popular-blk span:hover {
  color: #bea267;
  text-decoration-line: underline;
}

/*
--------------------
Styles for Showroom
--------------------
*/
.showroom.showroom {
  background: url(https://m.media-amazon.com/images/I/915N3qXmvxL._AC_UL800_QL65_.jpg) 50% 65% / cover
    no-repeat;
  padding: 107px 0 !important;
  margin: 25px 0 20px !important;
}

.showroom-info {
  background: rgba(255, 255, 255, 0.8);
  max-width: 445px;
  margin: 0 auto;
  text-align: center;
  color: #1f1f1f;
  border: 1px solid transparent;
  outline: 18px solid rgba(255, 255, 255, 0.8);
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
}

.showroom-blk {
  padding: 70px 50px;
}

.showroom-info h3 {
  font-size: 28px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #333333;
  line-height: 1.57;
}

.showroom-info a {
  letter-spacing: 0.025em;
  color: #333333;
}

.showroom-info a:hover {
  color: #bea267;
}

/*
--------------------
Styles for Footer
--------------------
*/
footer {
  margin-top: auto;
}

.footer-block {
  padding: 30px 0;
  font-size: 14px;
  align-items: flex-start;
}

.footer-block > div {
  width: 25%;
}
.footer-block .logo {
  margin-right: 30px;
  width: 120px;
}

.fblk.footer-nav {
  width: 30%;
}
.footer-block .logo img {
  max-width: 100%;
}
.footer-block > div.footer-search {
  width: 29%;
}

.footer-block a {
  display: block;
  color: #777777;
}

.footer-block a:hover {
  text-decoration: none;
  color: #bea267;
}

.footer-block > div span {
  color: #1f1f1f;
  display: block;
  margin-bottom: 15px;
}

.fblk {
  margin-right: 20px;
  min-width: 300px;
}

.fblk ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fblk ul li {
  width: 50%;
  margin-bottom: 6px;
}

.footer-nav li {
  width: auto;
  margin-bottom: 6px;
  width: 65%;
  min-width: 65%;
}

.footer-nav li:nth-child(odd) {
  min-width: 35%;
  width: 35%;
}

.footer-search input {
  margin-right: 15px;
  height: 44px;
  min-width: 172px;
  font-size: 16px;
  padding: 8px 16px;
}

.footer-search input::-webkit-input-placeholder {
  color: #666;
}
.footer-search input:-moz-placeholder {
  color: #666;
}
.footer-search input::-moz-placeholder {
  color: #666;
}
.footer-search input:-ms-input-placeholder {
  color: #666;
}

.footer-search p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #777;
}

.footer-search button {
  min-width: 113px;
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid #d5d5d5;
}

.footer-bottom ul li a,
.footer-bottom ul li {
  font-size: 14px;
  line-height: 17px;
  color: #777;
}

.footer-bottom ul li a {
  text-decoration: underline;
}

.footer-bottom ul li:not(:last-child) {
  margin-right: 15px;
}
.footer-bottom ul li:first-child {
  margin-right: 5px;
}

.footer-bottom ul li:last-child:before {
  content: "|";
  margin-right: 15px;
}

/*
--------------------------
Styles for Favorites page
--------------------------
*/
.favorites-page .alert {
  position: relative;
  margin-bottom: 36px;
  padding: 0;
}

.alert button {
  position: absolute;
  top: -2px;
  right: 7px;
  background: url(/images/design-new-2023/close2.svg) center no-repeat;
  width: 12px;
  height: 11px;
  border: none;
  cursor: pointer;
  opacity: 1;
  padding: 20px;
}
@media (max-width: 575px) {
  .alert button {
    top: 0;
    right: -4px;
  }
}
.favorites-page .novelties-blk {
  padding: 40px 20px 20px;
}

@media (min-width: 420px) {
  .btn-del {
    margin-top: 4px !important;
  }
}
.btn-del {
  color: #777777;
  margin: 0 auto;
  display: block;
}

/*
--------------------
Styles for Checkbox
--------------------
*/

.checkbox {
  display: none;
}

.chn .checkbox {
  display: block;
  margin: 4px 10px 0 0;
}

.checks {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.checks.chk {
  padding-top: 24px;
  margin: 24px 0 0;
}

.checks.chk:not(:first-child) {
  border-top: 1px solid #dfdbd4;
}

.cart-info .checks:nth-child(1).active ~ .checks:nth-child(2),
.cart-info .checks:nth-child(2).active ~ .checks:nth-child(3),
.cart-info .checks:nth-child(3).active ~ .checks:nth-child(4) {
  border: none;
  margin-top: 0;
}

.checkbox-custom {
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #bea267;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 21px;
}

.checkbox:checked + .checkbox-custom::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #bea267;
  top: 2px;
  left: 2px;
  border-radius: 50%;
}

.checks .label {
  margin-top: -3px;
}

.checks .label span {
  display: block;
  font-weight: bold;
}

.checks .label p {
  font-size: 14px;
  margin-bottom: 0;
}

/*
--------------------
Styles for Cart
--------------------
*/
div.cart-block {
  padding: 49px 32px 65px 15px;
}

.cart-block h1 {
  text-align: left;
  font-size: 36px !important;
  line-height: 1.27;
}

@media (min-width: 991.98px) {
  div.cart-info {
    border-left: 1px solid #f3f1f1;
  }
}
div.cart-info {
  padding: 49px 15px 80px 34px;
}

.cart-info .checks {
  padding-left: 2px;
}

.cart-info form .checks {
  padding-left: 0;
  margin-bottom: 17px;
}

.cart-info h4 {
  max-width: 80%;
  margin-left: 0;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 1.25;
}

.cart-info .checks .label span {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  color: #555555;
  white-space: normal;
}
.cart-info .checks .label {
  align-self: center;
}
.cart-info .checks .label p {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  text-align: left;
  white-space: normal;
}

.cart-blk {
  background: #ffffff;
  border: 1px solid #dfdbd4;
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
}

.cart-blk .close {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0;
}

.carts img {
  width: 140px;
  object-fit: contain;
  height: 202px;
  min-width: 140px;
}

.cart-details {
  width: 100%;
  margin-left: 20px;
  position: relative;
}

.cart-title {
  font-weight: 700;
  color: #333333;
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
}

.cart-title:hover {
  color: #333333;
}

.cart-details ul {
  border-bottom: 1px solid #dfdbd4;
  padding-bottom: 4px;
  margin-bottom: 22px;
}

.cart-details ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #555555;
  margin-bottom: 5px;
  line-height: 1.28;
}

.cart-price {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  align-items: center;
}

.cart-price .price {
  letter-spacing: 0.05em;
  text-align: right;
  line-height: 1.28;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.cart-price .price::first-letter {
  text-transform: uppercase;
}

.cart-price .price p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
}

.cart-price .price p.old {
  font-weight: 300;
  color: #777777;
  font-size: 11px;
  text-decoration: line-through;
  text-decoration-color: #777777;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.cart-price span {
  line-height: 1.28;
  text-transform: none;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}

.card-foto img {
  width: 100%;
}

.card-info {
  background: #f7f5f1;
  color: #1f1f1f;
}

.card-articul {
  background: #ede9de;
  padding: 18px 19px;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #333333;
}

.card-title {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.card-info h1.card-h1-title {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-align: left;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.card-info h1.card-h1-title .card-title {
  padding: 0 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card-info .tab-pane p {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 1.27;
}

.card-info .tab-pane p span {
  text-transform: none;
}

.card-info .old p {
  font-size: 14px;
  line-height: 1.27;
  text-transform: uppercase;
  color: #777777;
  text-decoration: line-through;
  text-decoration-color: #777777;
  display: inline;
  font-weight: normal;
}

.card-info .old span {
  font-size: 14px;
  color: #f48378;
  margin-left: 20px;
  text-transform: none;
}

.card-info .old p span {
  color: #777777;
  margin-left: 0;
}

.card-tab .nav-item {
  font-size: 14px;
  color: #1f1f1f;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}

.card-tab .nav-item:not(:last-child) {
  margin-right: 15px;
}

.card-tab .nav-item.active,
.card-tab .nav-item:hover {
  font-weight: bold;
  border-bottom: 3px solid #bea267;
}

.card-tab .nav-item:hover a {
  text-decoration: none;
}

.card-tab .nav-item .nav-link {
  background: none !important;
  border: none !important;
  color: #333333 !important;
  position: relative;
  display: block;
  transition: all 0.24s ease;
}

.card-tab .nav-item .nav-link:hover {
  color: #333333;
  font-weight: bold;
}

.card-info .tab-content {
  padding: 20px 15px 19px;
}

.card-info .tab-content p {
  margin-bottom: 0;
}

.card-size {
  padding-left: 15px;
  display: block;
  margin-bottom: 3px;
  line-height: 1.27;
  font-size: 14px;
}

.card-tab {
  padding: 0 15px 20px;
}

.card-tab .nav-tabs {
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.add-block {
  padding: 18px 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-block .add {
  background: #bea267;
  border-radius: 2px;
  margin-right: 8px;
  width: 100%;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 0;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.add-block .add:before {
  content: "";
  background: url(/images/design-new-2023/cart-icon.svg) no-repeat;
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.add-block .add.active {
  background: #ffffff;
  border: 1px solid #bea267;
  border-radius: 2px;
  color: #bea267;
  box-shadow: none;
}

.add-block .add.active:before {
  background: url(/images/design-new-2023/cart-icon2.svg) no-repeat;
}

.add-block .like {
  min-width: 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff url(/images/design-new-2023/like.svg) center no-repeat;
  border: 1px solid #bea267;
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
}

.add-block .like.active {
  background: #ffffff url(/images/design-new-2023/favorite2.svg) center
    no-repeat;
  box-shadow: none;
}

.add-block .add:hover,
.virtual-blk a.btn:hover {
  background-color: #a58a54;
  color: #ffffff;
}
.add-block .add:hover:before {
  background: url(/images/design-new-2023/cart-icon.svg) no-repeat;
}
.add-block .like:hover {
  background: #a58a54 url(/images/design-new-2023/favorite-hover.svg) center
    no-repeat;
}

.availability {
  position: relative;
  background: #eae7de;
  padding: 21px 16px 21px 60px;
}

.availability p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555555;
}

.availability:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #ffffff url(/images/design-new-2023/check2.svg) center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 17px;
}

.availability p span span,
.availability p span span:hover {
  color: #555555;
  text-decoration: underline;
}

.virtual-blk {
  background: url(/images/design-new-2023/virtual-mobile.svg) top center / cover
    no-repeat;
  min-height: 222px;
  padding: 29px 20px 20px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.virtual-blk span {
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  margin-bottom: 10px;
  max-width: 200px;
  line-height: 1.28;
}

.virtual-blk p {
  max-width: 200px;
  margin-bottom: 0;
}

.virtual-blk a.btn {
  max-width: 167px;
  padding: 10px 34px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}

.description {
  margin: 28px 0 30px;
  font-size: 14px;
}

.description ul {
  margin-bottom: 20px;
  position: relative;
}

.description ul.nav:after {
  content: "";
  background: #e2e2e2;
  display: block;
  position: absolute;
  bottom: 1px;
  width: 100%;
  left: 0;
  height: 1px;
  z-index: -1;
}

.description .nav li {
  width: 50%;
  text-align: center;
}

.description ul li p {
  margin-bottom: 0;
}

.description .nav-link {
  font-size: 14px;
  text-align: center;
  color: #777777;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  width: 100%;
}

.description .nav-link:hover {
  color: #1f1f1f;
}

.description li.nav-item.active .nav-link {
  border-bottom: 3px solid #bea267;
  color: #1f1f1f;
}

.description .list {
  padding-left: 20px;
}

.description .list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
  color: #555555;
}

.description .list li:before {
  position: absolute;
  left: 0;
  top: 7px;
}

.description .list li .media-heading,
.description .list li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.description .list li p span {
  display: inline;
  font-weight: normal;
}

.product-info {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 40px 5px;
  margin-bottom: 30px;
}

.product-info li {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 14px;
}

.product-info li span {
  min-width: 130px;
  font-weight: normal;
}

.product-info li a {
  color: #111111;
  font-weight: bold;
}

.product-info li span a {
  color: #111111;
  font-weight: bold;
}

.product-text p {
  color: #777777;
}
.similar {
  padding-top: 0;
}
@media (min-width: 767px) {
  .similar-padding {
    padding-bottom: 40px !important;
  }
}
.similar-block {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
}

.similar-block h3 {
  text-align: left;
  font-size: 28px;
  line-height: 1.25;
  margin: 0 auto 26px;
}

.similar .slider {
  width: 100%;
}
.similar .swiper {
  padding: 0px;
}
@media (max-width: 768px) {
  .similar .swiper {
    padding: 0 0 20px 0 !important;
  }
}
.message-new,
.message-new-remove {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.message-new .modal-body,
.message-new-remove .modal-body {
  width: 300px;
  background: #ffffff;
  text-align: center;
  padding: 50px;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
}

.message-new.active,
.message-new-remove.active {
  display: flex;
}

.cart-info .checks .label {
  padding: 0;
}
.cart-info .checks.active .label {
  width: 90%;
}

.cart-info .checks form {
  display: none;
}

.cart-info .checks.active form {
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
}

.form-text p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin: 5px 0 20px;
}
.form-text__images {
  display: flex;
  gap: 9px;
  margin: 10px 0 16px;
}
/* .form-group_name {
	width: 198px;
} */
p.uploadFileText {
  color: #000000;
}

.form-text p:not(:last-child) {
  margin-bottom: 5px;
}
.form-text p:last-child {
  margin-bottom: 20px;
}

.cart-info .checks.active {
  background: #f7f5f1;
  padding: 27px 20px 24px;
  flex-wrap: wrap;
  border-top: none;
}

.cart-info .checks.active form button {
  background: #bea267;
  border-radius: 2px;
  margin: 0;
  width: 100%;
  color: #ffffff;
  padding: 9px 20px;
  border: 1.5px solid #bea267;
  text-transform: initial;
}

.cart-info .checks.active form button:hover {
  background: #a58a54;
  transition: 0.2s;
  border: 1.5px solid #bea267;
}

.cart-info .checks.active form .form-group {
  margin-bottom: 10px;
}

.cart-info .checks.active form .form-control {
  min-height: 42px;
  background: #fff;
  border: 1px solid #e1ddd6;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  padding: 8px 16px;
}

.cart-info .checks.active form .form-control::-webkit-input-placeholder {
  color: #555;
}
.cart-info .checks.active form .form-control:-moz-placeholder {
  color: #555;
}
.cart-info .checks.active form .form-control::-moz-placeholder {
  color: #555;
}
.cart-info .checks.active form .form-control:-ms-input-placeholder {
  color: #555;
}

.cart-info .checks.active form textarea {
  resize: none;
  height: 100px;
  margin-bottom: 20px;
}

.cart-info .checks.active .checks {
  flex-wrap: nowrap;
}

.cart-info .checks.active .checks .label {
  margin-top: 0;
  font-size: 16px;
  width: 100%;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0;
  color: #777;
}

.cart-info .checks.active .checks .label a {
  color: #bea267;
}

.cart-info .checks.active .checks .checkbox:checked + .checkbox-custom::before {
  border-radius: 0;
}

.similar .swiper-slide {
  height: auto;
}

.similar .novelties-foto {
  max-height: 100%;
}

/* .similar .novelties-foto a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
} */
.similar .novelties-blk {
  margin-left: 15px;
  padding: 15px;
  margin-right: 15px;
}
@media (max-width: 768.98px) {
  .similar .novelties-blk {
    margin-left: 5px;
    margin-right: 0;
  }
}
.similar .novelties-blk:not(.shape-square) img {
  /* width: auto; */
  width: 100%;
  max-width: 100%;
  height: 456px;
  min-height: 456px;
}
@media (min-width: 1500px) {
  .similar .novelties-blk:not(.shape-square) img {
    min-height: 638px !important;
    height: 638px !important;
  }
}
@media (max-width: 1499.98px) {
  .similar .novelties-blk:not(.shape-square) img {
    min-height: 601px !important;
    height: 601px !important;
  }
}
@media (max-width: 1366px) {
  .similar .novelties-blk:not(.shape-square) img {
    min-height: 564px !important;
    height: 564px !important;
  }
}
@media (max-width: 1280px) {
  .similar .novelties-blk:not(.shape-square) img {
    min-height: 473px !important;
    height: 473px !important;
  }
}
@media (max-width: 1024px) {
  .similar .novelties-blk:not(.shape-square) img {
    min-height: 410px !important;
    height: 410px !important;
  }
}
@media (max-width: 885px) {
  .similar .novelties-blk:not(.shape-square) img {
    min-height: 335px !important;
    height: 335px !important;
  }
}
@media (max-width: 768px) {
  .similar .novelties-blk:not(.shape-square) img {
    min-height: auto !important;
    height: auto !important;
  }
}
.card-slider-block .swiper-arrow,
.cardSwiper .swiper-pagination {
  display: none;
}
.cardSwiper .swiper-wrapper {
  flex-direction: column;
}
.cardSwiper .swiper-slide {
  margin-bottom: 30px;
}

.crd {
  display: inline-block;
  width: 100%;
}

.card-foto {
  width: 66%;
  float: left;
}

.card-info-block {
  width: 32%;
  float: right;
}

.description .product-page__tab-assist {
  padding-left: 17px;
  margin-top: 36px;
}

.description .product-page__tab-assist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.description .product-page__tab-assist-item:nth-child(1) {
  margin-bottom: 25px;
}

.description .product-page__tab-assist-item:nth-child(2) {
  margin-bottom: 21px;
}

.description .product-page__tab-assist-num {
  min-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bea267;
  margin-right: 18px;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #bea267;
}

.description .product-page__tab-assist-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description .product-page__tab-assist-description p {
  font-size: 14px;
  line-height: 17px;
  color: #555;
  margin-bottom: 11px;
}

.description .product-page__tab-assist-description a {
  font-size: 14px;
  line-height: 17px;
  color: #bea267;
}

.description .product-page__tab-assist-footer {
  margin-top: 31px;
}

.description .product-page__tab-assist-footer-line {
  background: #e2e2e2;
  width: 100%;
  height: 1px;
  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: 31px;
}

.description .product-page__tab-assist-footer-line span {
  font-size: 14px;
  line-height: 17px;
  background: #fff;
  color: #555;
  padding-left: 28px;
  padding-right: 28px;
  text-transform: uppercase;
}

.description .product-page__tab-assist-footer-text {
  font-size: 14px;
  line-height: 17px;
  color: #555;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.description .product-page__tab-assist-footer-num {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #bea267;
  margin-top: 28px;
  display: block;
}

.description .tab-content .nav-link {
  display: none;
}
.checkbox-block input:hover ~ .checkmark:after {
  display: block;
}
@media (min-width: 991.98px) {
  .checkbox-block input:hover ~ .checkmark {
    background-color: #bea267;
  }
}

.checkbox.checkbox-block.checks {
  color: #bea267;
}
@media (min-width: 768px) {
  #list-of-products.col-lg-9 {
    width: 80%;
  }
}
.catalog-page__right-column.active {
  width: 100% !important;
  padding: 0;
}
.catalog-page__left-column.active {
  display: none;
}
.row-catalog {
  margin: 0 -19px;
}
.catalog-blk {
  width: 33.333%;
  margin-bottom: 5px;
  padding: 0 19px;
}
.catalog-blk .addToShopcart,
.portfolioExample-page__row .addToShopcart,
.swiper-slide .addToShopcart {
  display: none !important;
}

.catalog-blk .novelties-foto {
  max-height: 501px;
}
.catalog-blk .novelties-blk:not(.shape-square) img {
  min-height: 501px;
  height: 501px;
}
@media (max-width: 1440px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 480px;
    height: 480px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-blk {
    padding: 0 !important;
  }
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 330px;
    height: 330px;
  }
}
@media (max-width: 991.98px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 385px;
    height: 385px;
  }
  .novelties-info {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .novelties-price {
    width: 100%;
  }
  .novelties-price p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 12px;
    font-weight: 300;
  }
  .novelties-price p span {
    margin-left: 10px;
  }
  .novelties-title a,
  .novelties-title a span {
    white-space: nowrap;
  }
  .novelties-title .size {
    font-size: 12px;
    margin: 1px 0;
  }
  .novelties-title a span:before {
    margin: 0px !important;
    position: absolute;
    right: 100%;
    top: 3px;
    height: 9px;
  }
  .novelties-title a span {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    margin: 0px 0px 0px 3px;
    padding-left: 5px;
  }
}
@media (max-width: 850px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 355px;
    height: 355px;
  }
}
@media (max-width: 800px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 330px;
    height: 330px;
  }
}
@media (max-width: 767.98px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: auto !important;
    height: auto !important;
    /* min-height: 300px;
		height: 300px; */
  }
  .catalog-blk .novelties-blk {
    margin: 0 !important;
    padding: 0 !important;
  }
  .row-catalog {
    margin: 0 !important;
    width: 100%;
  }
  .catalog-blk {
    margin-bottom: 20px;
    padding: 0 5px !important;
  }
  .catalog-page > .container {
    padding: 0 !important;
  }
  .catalog-blk .novelties-foto img {
    max-height: 501px;
  }
  #list-of-products {
    padding: 0 !important;
  }
}
@media (max-width: 680px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 280px;
    height: 280px;
  }
}
@media (max-width: 575px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 418px;
    height: 418px;
  }
  .catalog-blk:nth-child(odd) {
    padding-right: 7px !important;
    padding-left: 1px !important;
  }
  .catalog-blk:nth-child(even) {
    padding-left: 7px !important;
    padding-right: 1px !important;
  }
}
@media (max-width: 530px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 370px;
    height: 370px;
  }
}
@media (max-width: 480px) {
  .catalog-blk .novelties-blk:not(.shape-square) img {
    min-height: 320px;
    height: 320px;
  }
}
@media (max-width: 374px) {
  .catalog-blk:nth-child(odd) {
    padding: 0 !important;
  }
  .catalog-blk:nth-child(even) {
    padding: 0 !important;
  }
}
.catalog-page__right-column.active .catalog-blk {
  width: 25%;
  padding: 0px 2px;
}
.catalog-page__right-column.active .row-catalog {
  margin: 0 -2px;
}
.catalog-page_filterNo .filtration__header-text-first {
  display: none;
}
.catalog-page_filterNo .filtration__header-text-second {
  display: block;
}

.product .product-price {
  font-weight: 600;
}
.product .product-options {
  margin-bottom: 0;
  font-weight: 400;
}
.product .product-price {
  margin-top: 15px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.product .product-price {
  margin-top: 0;
}
.product .product-options .product-price {
  display: inline-block;
  font-size: 16px;
}
.product .product-options .product-price span {
  font-size: 0;
}
.product .product-options .product-price span:after {
  font-size: 16px;
  content: "руб.";
}
.mobil-filter__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  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;
  z-index: 100;
  padding-top: 5px;
  padding-bottom: 20px;
}
.mobil-filter__footer a,
.mobil-filter__footer button {
  width: 158px;
  height: 39px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 15px;
}
.mobil-filter__footer .gold-button {
  border-width: 1px;
}
.accordion {
  background-color: initial;
  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;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #777;
  cursor: pointer;
  padding: 18px 0 17px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  transition: 0.4s;
  max-width: 172px;
}
.accordion i {
  background: url(/images/new-design/icon/arrow-grey.svg) center/100% auto
    no-repeat;
  width: 12px;
  height: 7px;
  display: block;
  transition: 0.2s;
}
.accordion.active {
  color: #222;
}
.accordion.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.2s;
}
.accordion.accordion_nested {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #bea267;
  text-transform: initial;
  padding-bottom: 16px;
}
.accordion.accordion_nested i {
  background: url(/images/new-design/icon/gold-arrow-icon.svg) center/100% auto
    no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.accordion_nested-text {
  font-size: 14px;
  line-height: 17px;
  color: #1f1f1f;
  margin-bottom: 0;
}
.accordion_nested-text-1 {
  margin-right: 5px;
  margin-left: 0;
}
.accordion_nested-text-2 {
  margin-left: 5px;
  margin-right: 5px;
}
.accordion_nested-text-3 {
  margin-left: 3px;
  margin-right: 0;
}
.accordion_nested-form {
  margin-bottom: 17px;
}
.accordion_nested-form-container {
  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;
  max-width: 182px;
  width: 100%;
}
.accordion_nested-form-input {
  background: #fff;
  border: 1px solid #d2d2d2;
  height: 30px;
  max-width: 54px;
  width: 54px;
}
.accordion__text {
  font-size: 14px;
  line-height: 17px;
  color: #1f1f1f;
  cursor: pointer;
}
.accordion__text.active {
  margin-bottom: 12px;
}
.accordion__text:hover {
  color: #bea267;
}
.accordion__list {
  padding-left: 9px;
  margin-bottom: 4px;
}
.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 25px;
}
.marked-block {
  padding: 0 9px 0 10px;
  background: #f7f5f1;
  border: 1px solid #eae8e4;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  height: 25px;
  white-space: nowrap;
}
.marked-block:hover {
  cursor: pointer;
  border: 1px solid #bea267;
  text-decoration: none;
}
.marked-block span {
  font-size: 14px;
  line-height: 18px;
  color: #777;
  /* vertical-align: middle; */
}
.marked-block button {
  border: none;
  background: url(/images/new-design/icon/close-icon-grey.svg) 0 0 / contain
    no-repeat;
  flex: 0 0 7px;
  height: 7px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 2px;
}
.marked-block button:focus {
  outline: 0;
}
@media (any-hover: hover) and (min-width: 991.98px) {
  .marked-block:hover button {
    -webkit-transform: rotate(90deg) translate(2px, 2px); /* Для Safari, Chrome и iOS */
    -moz-transform: rotate(90deg) translate(2px, 2px); /* Для Firefox */
    -ms-transform: rotate(90deg) translate(2px, 2px); /* Для Internet Explorer */
    -o-transform: rotate(90deg) translate(2px, 2px); /* Для Opera */
    transform: rotate(90deg) translate(2px, 2px); /* Стандартное свойство */

    /* Свойства для анимации */
    -webkit-transition: -webkit-transform 0.4s; /* Для Safari, Chrome и iOS */
    -moz-transition: transform 0.4s; /* Для Firefox */
    -ms-transition: transform 0.4s; /* Для Internet Explorer */
    -o-transition: transform 0.4s; /* Для Opera */
    transition: transform 0.4s; /* Стандартное свойство */
  }
}
.marked-block-container {
  margin-bottom: 32px;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.filtration__wrapper-2 .panel {
  margin-top: 5px;
}
.filtration__wrapper-2 .checkbox-block {
  padding-left: 26px;
}
.filtration__wrapper-2 .accordion_nested {
  padding-top: 4px;
  padding-bottom: 6px;
}
.filtration__wrapper-2 .accordion_nested-form-container {
  margin-top: 3px;
}
.filtration__wrapper-2 button.filtration__wrapper-btn {
  margin-top: 11px;
  max-width: 180px;
  height: 43px;
  padding-top: 0;
  padding-bottom: 0;
}
.filtration__wrapper-3 .accordion {
  padding-bottom: 20px;
}
.filtration__wrapper-3 .checkbox-block,
.filtration__wrapper-4 .checkbox-block,
.filtration__wrapper-6 .checkbox-block {
  padding-left: 27px;
}
.filtration__wrapper-7 .panel {
  margin-top: 9px;
}
.filtration__wrapper-7 .checkbox-block {
  padding-left: 27px;
}
.filtration__wrapper > .panel {
  margin-bottom: 32px;
}
.filtration__wrapper > .accordion {
  padding-top: 0;
  padding-bottom: 15px;
}
.checkbox-block {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: #000000; /* #1f1f1f */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-block:hover {
  color: #bea267;
}
.checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: initial;
  border: 1px solid #bebebe;
  border-radius: 2px;
}
.checkbox-block input.checked ~ .checkmark {
  background-color: #bea267;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-block input.checked ~ .checkmark:after {
  display: block;
}
.checkbox-block .checkmark:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 8px;
  background: url(/images/new-design/icon/checkbox-icon-white.svg) center/100%
    auto no-repeat;
}
.gold-button {
  font-size: 15px;
  line-height: 18px;
  color: #bea267;
  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;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1.5px solid #bea267;
  background: #fff;
  max-width: 210px;
  transition: 0.2s;
  border-radius: 2px;
  text-decoration: none;
}
.gold-button:hover {
  background: #bea267;
  color: #fff;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
}
.gold-button-bg {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #bea267;
  background: #bea267;
  border-radius: 2px;
  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;
  transition: 0.2s;
}
.gold-button-bg:hover {
  background: #a58a54;
  transition: 0.2s;
}
.filtration__btn-mobil {
  display: none;
}
#apply-filters {
  position: relative;
  right: 0;
  bottom: 0;
  border-radius: 0;
  width: auto;
  height: 39px;
  padding: 8px 16px;
}
.mobil-filter__footer {
  display: none;
}
.filtration__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.filtration__wrapper .panel {
  background: initial;
}
.filtration__wrapper > .accordion h3 {
  font-size: 16px;
  margin: 0;
  color: #333333;
  font-weight: 600;
}
.gold-button-bg:focus,
.gold-button:focus {
  outline: 0;
}
.filtration__wrapper-color .panel {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: initial;
  margin-bottom: 20px;
}
.filtration__wrapper-color .checkbox-block {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 0;
  margin-right: 20px;
}
.filtration__wrapper-color .checkmark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
}
.filtration__wrapper-color .checkmark:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: initial;
  display: block;
  top: 0;
  left: 0;
}
.color-white .checkmark:after {
  border: 1px solid #f0f0f0;
  background: #fbfaea;
}
.color-yellow .checkmark:after {
  background: #fce832;
}
.color-yellow-dull .checkmark:after {
  background: #ebe18d;
}
.color-gold .checkmark:after {
  background: radial-gradient(
    50% 50% at 50% 50%,
    #f8eaa2 25.38%,
    #e6d372 48.3%,
    #c4aa3d 100%
  );
}
.color-grey .checkmark:after {
  background: #9c9c9c;
}
.color-pearl .checkmark:after {
  background: #df817c;
}
.color-red .checkmark:after {
  background: #d91919;
}
.color-brown .checkmark:after {
  background: #693b10;
}
.color-skiey .checkmark:after {
  background: #9fdde6;
}
.color-turquoise .checkmark:after {
  background: #31c5ab;
}
.color-green .checkmark:after {
  background: #33a420;
}
.color-swampy .checkmark:after {
  background: #608343;
}
.color-blue .checkmark:after {
  background: #296bea;
}
.color-purple .checkmark:after {
  background: #4a397b;
}
.color-dark-blue .checkmark:after {
  background: #141657;
}
.color-rainbow .checkmark:after {
  background: conic-gradient(
    from 180deg at 50% 50%,
    #ff8271 0deg,
    rgba(255, 190, 113, 0.824356) 53.86deg,
    #ecef81 108.23deg,
    #8be299 162.61deg,
    #6eca98 203.87deg,
    #41b0ef 252.62deg,
    #9146f0 308.87deg,
    #ee3b70 340.75deg,
    #ff8271 360deg
  );
}
.catalog-page__title {
  margin-left: -50px;
  position: relative;
  top: -2px;
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f1f1f;

  margin-bottom: 0;
  margin-top: 0;
}
.catalog-page__header {
  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;
  margin-bottom: 12px;
}
.filtration__header-text {
  font-size: 14px;
  line-height: 17px;
  color: #555;
}
.filtration__header-text:hover {
  color: #bea267;
}
.filtration__header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 12px;
}
.filtration__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.filtration__header-arrow {
  background: url(/images/new-design/icon/arrow-icon.svg) center/100% auto
    no-repeat;
  width: 21px;
  height: 16px;
  display: block;
  border: none;
  transition: 0.2s;
  margin-bottom: 1px;
  margin-left: -1px;
}
.filtration__header-text-second {
  display: none;
}
.catalog-page__header {
  position: relative;
}
.filtration__header-text {
  color: #777;
}
.filtration__header {
  background: #fff;
  border: 1px solid rgba(190, 162, 103, 0.7);
  padding: 8px 17px 8px 11.75px;
  overflow: hidden;
  margin-right: auto;
}
.filtration__header:hover .filtration__header-text {
  color: #bea267;
}
.filtration__header-arrow {
  background: url(/images/new-arrow-filtr.svg) center/cover no-repeat;
  width: 10px;
  height: 9px;
}
.filtration__header-wrapper {
  position: relative;
  padding-right: 9px;
}
.filtration__header-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid rgba(190, 162, 103, 0.7);
  height: 500%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.catalog-page__title {
  margin-right: auto;
  margin-left: -182px;
}
.catalog-page__header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .catalog-page__title {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .catalog-page__title {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .catalog-page__title {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .product .product-options .product-price span {
    font-size: 14px;
  }
  .product .product-options .product-price span:after {
    display: none;
    content: "";
  }
  .filtration_open {
    display: none;
  }
  .mobil-filter__footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filtration__btn-mobil.gold-button {
    max-width: 335px;
    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-left: auto;
    margin-right: auto;
    height: 46px;
  }
  .filtration__btn-mobil.gold-button p {
    margin-bottom: 0 !important;
  }
  .filtration__btn-mobil.gold-button:hover span {
    background: #fff;
    color: #bea267;
  }
  .filtration__btn-mobil.gold-button span {
    flex: 0 0 20px;
    height: 20px;
    background: #bea267;
    border-radius: 50%;
    border: 1px solid #bea267;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    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;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
  }
  .filtration {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: calc(100vh - 54px);
    height: 100%;
    background: #f9f9f9;
    z-index: 12;
    display: none;
  }
  .filtration__body {
    background: #f9f9f9;
    backdrop-filter: blur(10px);
    padding-top: 16px;
    overflow: scroll;
    height: 100%;
    padding-bottom: 120px;
  }
  .marked-block-container {
    display: none;
  }
  .filtration .filtration__wrapper {
    padding-top: 22px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 25px;
    padding-right: 25px;
  }
  .filtration__wrapper > .panel {
    background: initial;
    margin-bottom: 22px;
  }
  .filtration__wrapper > .accordion {
    max-width: 100%;
  }
  .filtration__wrapper-2 .accordion_nested {
    max-width: 100%;
  }
  .filtration__wrapper-btn {
    display: none;
  }
  .filtration .filtration__wrapper-2-footer .panel {
    background: #fff;
    border-radius: 5px;
    padding: 12px 32px 24px 18px;
  }
  .filtration .filtration__wrapper-2-footer .accordion_nested-form-input {
    max-width: 100px;
  }
  .filtration .accordion_nested-form:nth-child(2) {
    margin-bottom: 0;
  }
  .filtration .filtration__wrapper-2-footer .accordion_nested-form-container {
    max-width: 316px;
  }
  .mobil-filter__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filtration__wrapper:last-child {
    margin-bottom: 50px;
  }
  .filtration__wrapper-color .panel {
    max-width: 220px;
  }
  .catalog-page__header {
    margin-top: 24px;
  }
  .catalog-page__title {
    margin-left: auto;
    margin-right: auto;
    font-size: 26px !important;
    letter-spacing: 0.05em;
    line-height: normal;
  }
  .filtration__header {
    display: none;
  }
  .catalog-page__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-page__title {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1125px) {
  .catalog-discr {
    margin-left: -10px;
  }
  .catalog-page__right-column.active .catalog-discr {
    margin-left: 0;
    padding-left: 20% !important;
  }
}
/* .catalog-page__right-column.active .catalog-discr {
margin-left: 19.5%;
max-width: 1140px;
} */

#catalog-description {
  padding: 0;
}
.containterInner {
  padding: 0;
}
.containerWrapper p {
  padding-left: 0;
  margin: 0;
  line-height: 1.7;
  margin-bottom: 12px;
}
.catalog-page__bottomBlock-wrapper {
  margin-top: 80px;
  padding: 60px 0 0;
  border-top: 1px solid #e3e1dd;
  color: #333333;
}
.catalog-page__bottomBlock-wrapper p {
  margin-bottom: 12px !important;
}
.filtration__header {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
}

.catalog-page__title {
  margin-right: auto;
  margin-left: 18%;
  padding-left: 24px;
  font-size: 36px !important;
}
@media (max-width: 1125px) {
  .catalog-page__title {
    margin-left: 19%;
    padding-left: 31px;
  }
}
@media (max-width: 940px) {
  .catalog-page__title {
    margin-left: 25%;
  }
}
@media (max-width: 768px) {
  .tel {
    display: none;
  }
  header .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 17px;
  }
}

.ctlg-row {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1170px) {
  .offer-blk {
    height: 480px;
  }
  .ctlg-row {
    width: 100%;
    margin: 0 !important;
  }
}
.sticky {
  position: fixed;
}

.stop {
  position: relative;
}

.catalog-page_filterNo .filtration__header-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.show-all {
  padding: 24px 0;
  text-align: center;
  margin-bottom: 0;
}

.show-all a {
  margin: 0 auto;
}

.paginator-container {
  margin-left: auto;
  margin-right: auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-new {
  margin-top: 51px;
  margin-bottom: 18px;
}

.paginator .pagination-new > li > a,
.paginator .pagination-new > li > span {
  width: 35px;
  height: 44px;
  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;
}

.pagination-new > .active > a,
.pagination-new > .active > a:focus,
.pagination-new > .active > a:hover,
.pagination-new > .active > span,
.pagination-new > .active > span:focus,
.pagination-new > .active > span:hover {
  background: #bea267;
  border-color: #bea267;
}

.pagination-new > li > a,
.pagination-new > li > span {
  padding: 7px 0;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  min-width: 30px;
}

.paginator .pagination-new .disabledBlock .dropdown {
  padding: 0;
}

.paginator .pagination-new .disabledBlock .dropdown-menu > li > a:hover,
.paginator .pagination-new > li > a:hover,
.paginator .pagination-new > li > span:hover {
  color: #bea267;
}

.paginator .pagination-new > li.active > a:hover,
.paginator .pagination-new > li.active > span:hover {
  color: #fff;
}

.pagination-new .caret {
  border: none;
  background: url(/images/new-design/icon/arrow-paginator.svg) center/100% auto
    no-repeat;
  width: 8px;
  height: 4px;
}

.paginator .pagination-new .disabledBlock .dropdown-toggle {
  padding: 0;
  width: 100%;
  height: 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;
}

.catalog-article {
  margin-top: 50px;
  color: #777777;
  line-height: 1.6;
}

.catalog-article h2 {
  text-align: left;
  color: #777777;
}
.catalog-article h2:not(:first-child) {
  margin-top: 30px;
}
.catalog-article p {
  margin-bottom: 0;
}
.catalog-article ol {
  padding-left: 25px;
  margin-bottom: 0;
}
.catalog-article ol li span {
  font-weight: bold;
}

.container-photo-carpets h3 {
  text-transform: none;
  margin-bottom: 28px;
}

.container-photo-carpets__block-title {
  text-transform: none;
  color: #3d3d3d;
}

.container-photo-carpets__block-title:hover {
  text-decoration: underline;
}
.theiaStickySidebar {
  background: #ffffff;
}
@media (min-width: 1399px) {
  .favorites-page .novelties-blk:not(.shape-square) img {
    width: 100%;
  }
}

.breadcrumb {
  padding: 30px 0 20px;
}
.card-block {
  padding-top: 0;
}

.fitting__btn-mobile {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 43px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(190, 162, 103);
  border: none;
  border-radius: 2px;
  padding: 13px 32.5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-bottom: 10px;
}

.fitting__btn-mobile span {
  position: relative;
  padding-left: 29px;
}

.fitting__btn-mobile span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://www.roomvo.com/services/vendor/vendor_images/ansygalleryru/ansygallery-STIMR-Arrow-Icon.png)
    center center / cover no-repeat;
}

.card-tab .nav-item label {
  padding-left: 0;
  margin: 0;
}

.card-tab .nav-item label input {
  display: none;
}
.catalog-page__left-column {
  padding-top: 10px;
}
.catalog-page__left-column.col-lg-3 {
  width: 20%;
}
@media (max-width: 1125px) and (min-width: 941px) {
  .catalog-page__left-column.col-lg-3 {
    width: 22%;
  }
  #list-of-products.col-lg-9 {
    width: 77%;
  }
}
@media (max-width: 940px) and (min-width: 768px) {
  .catalog-page__left-column.col-lg-3 {
    width: 28%;
  }
  #list-of-products.col-lg-9 {
    width: 70%;
  }
}
.popover-content {
  padding: 15px;
}
.popover-content p:last-of-type {
  margin-bottom: 0;
}

.popover {
  border-left: 3px solid #bea267;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.3;
  color: #222;
}

.popover p {
  line-height: 1.3;
}
.popover a {
  color: #666;
}

/*
--------------------
Styles for Adaptive
--------------------
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .novelties-foto,
  .novelties-foto img {
    max-height: 342px;
  }
}

@media (max-width: 1199px) {
  .mobile-nav {
    display: flex;
    align-items: center;
    min-width: 68px;
  }
  nav {
    position: absolute;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
    padding: 0 20px;
    display: flex;
    width: 100%;
    background: #ffffff;
    left: 0;
    height: 0;
    top: 100%;
    overflow-y: auto;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  nav.active {
    height: 280px;
  }
  nav .nav.flex {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2px;
  }
  nav .nav li {
    margin: 0;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
  }
  nav .nav li a {
    padding: 10px 0;
  }
  nav .nav li.active a {
    border-bottom: none;
    font-weight: normal;
  }
  .offer-blk:hover .offer-info .view,
  .offers-blk:hover .offer-blks .view {
    padding: 8px 20px;
  }
  .novelties-slider .swiper {
    padding: 0px;
  }
  .novelties-blk {
    padding: 10px 15px;
  }
  .offer-blks a {
    font-size: 20px;
  }
  .virtual-info h2 {
    font-size: 24px;
  }
  .offers-blk:hover .offer-blks {
    padding-top: 20px;
  }
  .list-flex li {
    width: 45%;
  }
  .choise2 ul li {
    width: 33%;
    font-size: 13px;
  }
  .list li:before {
    margin-right: 10px;
  }
  .benefit-blk {
    padding: 30px 20px;
  }
  .benefit-blk p {
    font-size: 14px;
  }
  .benefit-blk span {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .popular-blk {
    font-size: 14px;
  }
  .showroom-blk {
    padding: 50px 30px;
  }
  .footer-block .logo {
    display: none;
  }
  .footer-block > div {
    margin-right: auto;
  }
  .footer-block > div.footer-search {
    margin-right: 0;
    width: 35%;
  }
  .footer-search input {
    min-width: 150px;
  }
  .footer-search button {
    padding: 11px 20px;
  }
  .favorites-page .novelties-blk {
    padding: 40px 15px 15px;
  }
  .favorites-page .novelties-title a span:before {
    margin: 0 5px;
  }
  .cart-info h4 {
    font-size: 22px;
  }
  .cart-info {
    padding-left: 30px;
  }
  .cart-block {
    padding-right: 30px;
  }
  .cart-info .checks.active .label {
    width: 87%;
  }
  .novelties-foto,
  .novelties-foto img {
    max-height: 400px;
  }
  .header-block {
    position: static;
  }
  header nav {
    flex-direction: column;
  }
  nav.active {
    height: 288px;
  }
  header .tel-mobile {
    margin: 20px 0 0;
    display: block;
  }
  .catalog-page__right-column.active .catalog-blk,
  #catalog-description {
    padding: 0 15px;
  }
  .catalog-page .novelties-info {
    padding: 0;
    font-size: 12px;
  }
  .catalog-page .novelties-title a span:before {
    margin: 0 5px;
  }
  .offers-blk:hover:before {
    bottom: 65%;
  }
  .virtual-info p {
    max-width: 80%;
    font-size: 14px;
  }
  .choise2 {
    width: 60%;
  }
  .about-info p {
    line-height: 1.5;
  }
  .catalog-article h2 {
    font-size: 32px;
  }
  .fblk.footer-nav {
    width: 33%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .similar .novelties-foto img {
    min-height: 410px;
  }
  .catalog-page__title {
    font-size: 30px !important;
  }
  .favorites-page .novelties-foto,
  .favorites-page .novelties-foto img {
    max-height: 450px;
  }
  .card-tab .nav-item .nav-link,
  .novelties-info,
  .novelties-price p,
  .card-tab .nav-item {
    font-size: 13px;
  }
  .add-block .add {
    font-size: 14px;
  }
  .footer-block > div.footer-search {
    width: 34%;
    margin-left: auto;
  }
  .footer-block > div {
    margin-right: 0;
  }
  .search form.open {
    right: 15px;
    width: 430px;
  }
}

@media (max-width: 991px) {
  .offer-blk {
    height: 380px;
  }
  h1 {
    font-size: 36px !important;
  }
  .offer-blk:before {
    background: -webkit-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 30%,
      #000000 100%
    );
    background: linear-gradient(1deg, rgba(0, 0, 0, 0) 4.82%, #000 99.36%);
    opacity: 0.35;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .offer-sm {
    margin-top: 20px;
  }
  .offer-blks span {
    font-size: 16px;
    margin-top: 10px;
  }
  .offer-blk:hover .offer-info .view,
  .offers-blk:hover .offer-blks .view {
    padding: 8px 15px;
  }
  .offer-blks a {
    font-size: 16px;
  }
  .virtual-info h2 {
    font-size: 20px;
  }
  .virtual-info a {
    margin-top: 20px;
  }
  .twentytwenty-handle {
    width: 30px;
    height: 30px;
    background-size: 15px;
    margin-left: -15px;
  }
  .offer-info .view,
  .offer-blks .view {
    display: none;
  }
  .choise1 {
    width: 34%;
    /* background-size: 60px 100%; */
    /* margin-right: 0px; */
  }
  .choise2 {
    width: 70%;
    /* background-size: 60px 100%; */
  }
  .more-choise {
    padding-left: 80px;
  }
  .more-choise span {
    font-size: 20px;
  }
  .more-choise ul li {
    /* margin: 5px 0; */
    font-size: 12px;
  }
  .more-choise ul li:nth-child(11n) {
    /* margin-bottom: 0; */
  }
  .more-choise ul li:nth-child(12n) {
    /* margin-bottom: 0; */
  }
  .about .row > div:nth-child(1) {
    order: 2;
    margin-top: 30px;
    width: 100%;
  }
  .about-info h2 {
    text-align: center;
  }
  .about-img {
    height: auto;
  }
  .about-img img {
    height: 500px;
  }
  .about-more {
    display: block;
  }
  .about-info {
    height: 240px;
    overflow: hidden;
  }
  .about .row > div.active .about-info {
    height: auto;
  }
  .popular .swiper-slide {
    max-width: 230px;
  }
  .showroom {
    padding: 90px 0 110px;
  }
  .showroom-info {
    max-width: 330px;
  }
  .showroom-info h3 {
    font-size: 22px;
  }
  .showroom-blk {
    padding: 30px;
  }
  .footer-block {
    flex-wrap: wrap;
  }
  .footer-block .logo {
    display: block;
  }
  .footer-search {
    order: 2;
    width: 65%;
  }
  .fblk {
    order: 3;
    min-width: 240px;
  }
  .footer-block > div {
    flex: none;
  }
  .cart-info {
    padding-top: 0;
    border-left: none;
  }
  .cart-block {
    padding-bottom: 30px;
  }
  .cart-info h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .cart h1 {
    text-align: center;
  }
  .similar-block .row > div {
    padding: 0;
  }
  .cart-info .checks.active form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cart-info .checks.active form .form-group {
    width: 49%;
  }
  .cart-info .checks.active form .text-group {
    width: 100%;
  }
  .cart-info .checks.active form {
    width: 94%;
  }
  .design .swiper-arrow {
    top: 40%;
  }
  nav .nav .dropdown:hover .dropdown-menu {
    display: none;
  }
  .novelties-foto,
  .novelties-blk:not(.shape-square) .novelties-foto img {
    max-height: 300px;
  }
  .novelties-info {
    padding: 0;
  }
  .noveltiesSwiper .swiper-slide {
    max-width: 241px;
  }
  .novelties-title a span {
    font-size: 11px;
  }
  .novelties-title a span:before {
    margin: 0 5px;
  }
  .search {
    position: static;
  }
  .search form {
    opacity: 0;
    z-index: -1;
    right: 0;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    padding: 0 15px;
    box-shadow:
      inset 0 2px 3px rgb(0 0 0 / 10%),
      0 2px 3px rgb(0 0 0 / 10%);
  }
  .search form.open {
    opacity: 1;
    z-index: 3;
    width: 100%;
    top: 100%;
    height: 100%;
  }
  .search label,
  .search.open label {
    display: none;
  }
  .search form input {
    font-size: 14px;
    border: none;
    padding-left: 0;
    width: 100%;
    display: block;
  }
  .search form button {
    min-width: 75px;
    display: block;
    background: none;
    width: 75px;
    height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #bea267;
    border: 1.5px solid #bea267;
  }
  .about .row div:first-child {
    order: 1;
  }
  .about .row div:last-child {
    order: 2;
  }
  .about-more {
    margin-bottom: 20px;
  }
  .cart-info .checks {
    margin-bottom: 20px;
  }
  .cart-info .checks.active .checks .checkbox-custom {
    margin-top: 2px;
  }
  .footer-block > div,
  .fblk.footer-nav {
    width: 50%;
  }
  .footer-block > div.footer-search {
    width: 75%;
  }
  .catalog-blk {
    width: 50%;
  }
  .catalog-page__right-column.active .catalog-blk {
    width: 33%;
  }
  .offers-blk:hover .offer-blks {
    height: 80px;
    padding-top: 0;
  }
  .offers-blk:hover:before {
    bottom: 60px;
  }
  .offers-blk:hover .offer-blks a {
    margin-top: 20px;
  }
  .about-img-info h4 {
    max-width: 70%;
  }
  .about-img-info p {
    max-width: 65%;
  }
  .benefit-blk span {
    line-height: 1.2;
  }
  .popular .swiper {
    padding: 0 20px;
  }
  div.cart-info {
    padding: 0 5px 50px !important;
  }
  .radio-tabs__download label {
    height: 42px;
  }
  div.cart-block {
    padding-top: 30px;
  }
  .offers-blk:hover:after {
    height: 79px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fblk.footer-nav {
    min-width: 300px;
  }
  .favorites-page .novelties-foto,
  .favorites-page .novelties-blk:not(.shape-square) img,
  .similar .novelties-foto img {
    /* max-height: 310px; */
    min-height: 310px;
  }
  .card-foto {
    width: 50%;
  }
  .card-info-block {
    width: 48%;
  }
  .card-tab .nav-item .nav-link {
    padding: 0 6px;
  }
  .footer-bottom ul li a,
  .footer-bottom ul li {
    font-size: 13px;
  }
  .filtration__header {
    padding: 9px 12px;
  }
  /* .catalog-blk .novelties-foto,
	.catalog-blk .novelties-foto img {
		max-height: 365px;
	} */
  .catalog-page__right-column.active .catalog-blk .novelties-foto,
  .catalog-page__right-column.active .catalog-blk .novelties-foto img {
    max-height: 375px;
  }
  .container-photo-carpets__block {
    width: 33%;
  }
  .catalog-article {
    margin-top: 20px;
  }
  .footer-block > div.footer-search {
    margin-bottom: 20px;
  }
}
@media (max-width: 865px) {
  .more-info .flex {
    flex-wrap: wrap;
  }
  .choise1,
  .choise2 {
    width: 100%;
  }
  .choise1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h1,
  .cart-block h1 {
    font-size: 28px !important;
    line-height: 1.35;
    margin-bottom: 24px;
  }
  h2 {
    font-size: 26px;
    line-height: 1.38;
    margin-bottom: 20px;
  }
  .catalog-article h2:not(:first-child) {
    margin-top: 20px;
  }
  .catalog-article {
    padding: 0 16px;
  }
  .favorits,
  .basket {
    position: relative;
  }
  .favorits p,
  .basket p {
    font-size: 0;
    position: absolute;
    right: 5px;
    bottom: -4px;
  }
  .favorits.active span:before,
  .basket.active span:before,
  .favorits.active span:after,
  .basket.active span:after {
    content: "";
  }
  .favorits p span,
  .basket p span {
    font-size: 10px;
    line-height: 12px;
  }
  .favorits:before {
    margin-right: 0;
    margin-bottom: 0;
  }
  .basket:before {
    margin-right: 5px;
  }
  .offer-blks span {
    font-size: 16px;
  }
  .swiper-arrow {
    display: none;
  }
  .offer-info {
    padding: 50px 15px;
  }
  .offer-info a {
    font-size: 20px;
  }
  .offer-info span {
    font-size: 14px;
  }
  .offer-sm > div {
    margin-bottom: 20px;
  }
  .offers-blk {
    height: 150px;
  }
  .virtual-info h2 {
    font-size: 16px;
  }
  .virtual-info p {
    font-size: 12px;
    max-width: 100%;
  }
  .virtual-info a {
    padding: 7px 13px;
  }
  .designSwiper .swiper-slide,
  .popular .swiper-slide {
    max-width: 230px;
  }
  .similar .swiper-slide {
    max-width: 226px;
    width: 226px;
  }
  .choise1 {
    margin-bottom: 20px;
  }
  .more-choise ul li {
    width: 50%;
  }
  .choise1 ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .more-choise ul li {
    font-size: 14px;
  }
  .about-info {
    height: 270px;
  }
  .benefit-blk {
    border: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .benefits-info {
    margin-left: 20px;
    width: 100%;
    text-align: left;
  }
  .benefit-blk span {
    height: auto;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 8px;
  }
  .benefit-blk p:before {
    margin: 10px 0;
  }
  .benefits .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer-block .logo {
    width: 18%;
    margin-right: 0;
  }
  .fblk {
    order: 4;
    margin-top: 20px;
  }
  .footer-search {
    width: 50%;
  }
  .footer-search button {
    padding: 8px 20px;
  }
  .footer-search input {
    height: 38px;
  }
  .footer-search p {
    margin-top: 10px;
  }
  .card-foto img {
    max-width: 500px;
    display: block;
    margin: 0 auto 20px;
  }
  .fblk.footer-nav {
    width: 50%;
  }
  .favorits-btn:active :before {
    background: url(/images/design-new-2023/new-icons/favorites-mobile-hover.svg)
      center/ cover no-repeat;
  }
  .basket-btn:active :before {
    background: url(/images/design-new-2023/new-icons/bascket-mobile-hover.svg)
      center no-repeat;
  }
  .search {
    margin-left: auto;
    margin-right: 0;
    padding: 0 15px;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }
  .favorites-page .novelties-foto,
  .favorites-page .novelties-foto img {
    max-height: 100% !important;
  }
  .similar .novelties-foto img {
    min-height: auto;
    height: auto;
  }
  .cardSwiper .swiper-wrapper {
    flex-direction: row;
  }
  .card-slider-block .swiper-arrow,
  .card-slider-block .swiper-pagination {
    display: flex;
  }
  .cardSwiper .swiper-pagination {
    justify-content: center;
    position: relative;
    margin: 10px 0;
  }
  .cardSwiper .swiper-slide {
    margin-bottom: 0;
    max-height: 500px;
  }
  .cardSwiper .swiper-pagination-bullet-active {
    background: #bea267;
  }
  .card-slider-block {
    position: relative;
    padding: 0 20px;
  }
  .card-foto,
  .card-info-block {
    width: 100%;
  }
  .description .nav {
    display: none;
  }
  .description .nav-link {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 12px 0;
    color: #222;
    font-weight: bold;
    text-align: left;
  }
  .description .nav-link:hover {
    text-decoration: none;
  }
  .description .nav-link:after {
    content: "";
    margin-left: 10px;
    background: url(/images/design-new-2023/arrow-grey.svg) center/100% auto
      no-repeat;
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.2s;
  }
  .description .nav-link.collapsed:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .description .tab-content .nav-link {
    display: block;
    margin-bottom: 0;
  }
  .description .tab-pane.collapse {
    display: none;
  }
  .description .tab-pane {
    margin-top: 26px;
    color: #555555;
  }
  .description .tab-pane.collapse.in {
    display: block;
  }
  .description .product-page__tab-assist {
    margin-top: 0;
  }
  .description .product-page__tab-assist-num {
    margin-top: -4px;
  }
  /* .description .product-text {
		border-bottom: 1px solid #e2e2e2;
	} */
  .similar-block {
    border-top: none;
  }
  .description {
    margin-bottom: 0;
  }
  .card-block {
    padding-bottom: 0;
  }
  .similar-block h3 {
    text-align: center;
  }
  .footer-bottom ul {
    flex-wrap: wrap;
  }
  .footer-bottom ul li:last-child {
    margin-top: 5px;
  }
  .footer-bottom ul li:last-child:before {
    content: "";
    margin-right: 0;
  }
  .filtration__btn-mobil.gold-button {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .filtration__btn-mobil p {
    color: #bea267;
  }
  .filtration.active {
    display: block;
  }
  .about-img-info h4,
  .about-img-info p {
    max-width: 100%;
  }
  .about-img img {
    height: 400px;
  }
  section {
    padding: 20px 0;
  }
  section.autlet {
    padding-top: 40px;
  }
  .offer {
    padding: 20px 0;
  }
  .offer h1 {
    margin-bottom: 20px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row > div {
    padding: 0 5px;
  }
  .offer-sm {
    margin-top: 10px;
  }
  .offer-sm > div {
    margin-bottom: 10px;
  }
  .novelties {
    padding: 40px 0;
  }
  .slider {
    width: 100%;
  }
  .more-info {
    padding-top: 10px;
  }
  .about {
    margin: 20px 0;
  }
  .about-img-info {
    padding: 30px 23px;
  }
  .about-info {
    padding-top: 30px;
  }
  .offer-blks a {
    font-size: 16px;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    padding-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: auto;
  }
  .noveltiesSwiper .swiper-slide {
    width: 241px;
  }
  .novelties-foto,
  .novelties-foto img {
    max-height: 100%;
    margin: 0;
    flex: 1 1 auto;
  }
  .favorites-page-block .novelties-foto,
  .novelties-foto img {
    /* margin-top: 0; */
  }
  .novelties-blk {
    /* padding: 10px 16px 20px;
		margin: 0 5px; */
  }

  .noveltiesSwiper .swiper-slide {
    margin-bottom: 20px;
  }
  .popular .swiper {
    padding: 0;
  }
  .catalog-page__title {
    /* margin-left: 0; */
    padding: 0 15px !important;
  }
  .filtration__btn-mobil.gold-button:before {
    content: "";
    background: url(/images/design-new-2023/filtr.svg) no-repeat;
    width: 16px;
    height: 13px;
    margin-right: 10px;
  }
  .filtration__btn-mobil.active:before {
    background: url(/images/new-design/icon/gold-arrow-icon.svg) center
      no-repeat;
    transform: rotate(0deg) !important;
  }
  .filtration__btn-mobil.btn-fixed:before {
    background: url(/images/new-design/icon/gold-arrow-icon.svg) center
      no-repeat;
    transform: rotate(180deg);
  }
  .catalog-article {
    margin-top: 10px;
  }
  div.cart-block {
    padding: 24px 0 50px;
  }
  .cart-block h1 {
    margin-bottom: 24px;
  }
  .favorites-page-block .novelties {
    padding-top: 24px;
  }
  .filtration__btn-mobil.active,
  .filtration__btn-mobil.btn-fixed {
    position: fixed;
    z-index: 999;
    top: -20px;
    left: 0;
    right: 0;
    max-width: 150px;
  }
  .filtration__btn-mobil:hover {
    border: 1.5px solid #bea267;
    background: #fff;
    color: #bea267;
  }
  .filtration__btn-mobil.gold-button:hover span,
  .filtration__btn-mobil.gold-button:hover span {
    background: #bea267;
    color: #ffffff;
  }
  .filtration__btn-mobil.active span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cart-info h4 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding: 0 9px;
    margin-bottom: 14px;
  }
  .cart-info h4 br {
    display: none;
  }
  .offer-blk {
    height: 280px;
  }
  .catalog-page {
    padding-top: 0;
  }
  .catalog-blk {
    width: 33.333%;
  }
  .catalog-page__title {
    margin: 0px auto;
  }
  .catalog-page__left-column.theiaStickySidebarWrap {
    width: 100%;
  }
  /* .favorites-page .novelties-blk {
		padding: 0;
	} */
  .favorites-page .alert {
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 !important;
  }
  .favorites-page .alert:nth-child(odd) {
    padding-left: 1px;
  }
  .favorites-page .alert:nth-child(even) {
    padding-right: 1px;
  }
  .favorites-page .alert-blk {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) and (min-width: 421px) {
  .favorites-page .alert-blk {
    margin: 0px 0px 36px 0px;
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 55px;
  }
  header .logo img {
    max-width: 94px;
  }
  .header-block {
    padding: 17px 0;
    min-height: 100%;
  }
  .offer-blk {
    height: 164px;
  }
  .offer .row > div {
    margin-bottom: 10px;
  }
  .offer-sm > div {
    padding: 0 5px;
  }
  .offer-info a {
    color: #fff;
    font-size: 22px;
    line-height: 26px; /* 118.182% */
    margin-bottom: 0 !important;
  }
  .offer-sm {
    gap: 10px;
    margin: 0 -5px;
  }

  .offer-sm:after {
    display: none;
  }
  .offer-sm > div {
    margin-bottom: 0 !important;
    flex: 0 1 calc(50% - 5px);
  }
  .col-xs-4:nth-child(1) img {
    object-position: 100% 86%;
  }
  .col-xs-4:nth-child(2) img {
    object-position: 100% 94%;
  }
  .col-xs-4:nth-child(3) img {
    object-position: 100% 83%;
  }
  .offer-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .offer-blk:hover:before {
    background: #bea267;
  }
  .offer-blk:hover .offer-info a {
    color: #ffffff;
    background: none;
  }
  .offer-blks:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-size: 15px !important;
    top: -20px;
  }
  .virtual .container {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .virtual-info {
    max-width: 60%;
    margin: 0;
  }
  .virtual-info h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
  .virtual-info p {
    margin: 0 auto 14px;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
  }
  .virtual {
    min-height: 220px;
    justify-content: center;
    display: flex;
    padding: 37px 0 26px;
    flex-direction: column;
    background: url(/images/design-new-2023/virtual-mobile.svg) top right /
      cover no-repeat;
    margin-bottom: 20px;
  }
  .virtual-article {
    margin-left: -11px;
    margin-right: -11px;
  }
  .virtual-article .container {
    width: 100%;
  }
  .virtual-article .virtual-info p {
    font-size: 14px;
    color: #555555;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .virtual-article .virtual-info h2 {
    margin-bottom: 16px;
  }
  .virtual-article .virtual-info a {
    padding: 10px 33px;
  }
  .twenty-blk {
    display: none;
  }
  .twenty-mobile {
    display: block;
  }
  .offer-info p {
    display: none;
  }
  .list-flex li {
    width: 100%;
  }
  .about-info {
    height: 345px;
    padding: 30px 15px;
  }
  .benefit-blk span {
    font-size: 18px;
  }
  .showroom-info {
    max-width: 70%;
    outline: 11px solid rgba(255, 255, 255, 0.8);
  }
  .showroom-blk {
    padding: 44px 20px;
  }
  .showroom-info a {
    font-size: 14px;
    line-height: 1.7;
  }
  .showroom-info h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .footer-block {
    font-size: 14px;
  }
  .footer-block .logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .footer-block > div,
  .fblk.footer-nav {
    width: 100%;
  }
  .fblk {
    order: 2;
  }
  .footer-search {
    order: 4;
    margin-top: 20px;
  }
  .footer-nav li {
    width: 50%;
  }
  .favorites-page .alert {
    max-width: 250px;
    margin: 0 auto;
  }
  .carts {
    align-items: center;
  }
  .cart-title {
    margin-bottom: 16px;
  }
  .cart-details ul li {
    margin-bottom: 10px;
  }
  .cart-details ul {
    margin-bottom: 16px;
  }
  .description .list {
    padding-left: 5px;
  }
  .card-foto img {
    max-width: 100%;
    max-height: 475px;
    object-fit: contain;
  }
  .product-info {
    padding: 20px 20px 5px;
  }
  .virtual-blk p {
    max-width: 160px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
  }
  .virtual-blk span {
    font-size: 18px;
    line-height: 1;
  }
  .virtual-blk {
    display: none;
  }
  .add-block .add {
    padding: 10px;
  }
  .cart-info .checks.active form,
  .cart-info .checks.active form .form-group {
    width: 100%;
  }
  /* .form-group_name {
		width: 198px !important;
	} */
  .offer .row > div {
    width: 100%;
  }
  .offer-blk:hover .offer-info {
    padding-top: 15%;
  }
  .favorits,
  .basket {
    padding: 0 5px;
  }
  .favorits p,
  .basket p {
    left: 85%;
    right: auto;
  }
  .search {
    margin-left: auto;
    padding: 0;
    margin-right: 5px;
  }
  .basket:before {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cart-info h4 {
    max-width: 100%;
  }
  .carpet {
    display: none;
  }
  .showroom {
    padding: 90px 0 110px;
    background-position: 47% 0;
  }
  .footer-nav li {
    min-width: 50%;
  }
  .footer-nav li:nth-child(odd) {
    min-width: 50%;
    width: 50%;
  }
  .card-tab .nav-item {
    border-bottom: 3px solid transparent;
    width: 50%;
  }
  .card-tab .nav-item .nav-link {
    margin: 0;
    padding: 0;
  }
  .card-tab .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .footer-block > div.footer-search {
    width: 100%;
  }
  .catalog-page .container .row {
    margin: 0;
  }
  .novelties-title .size {
    text-align: center;
  }
  .offers-blk:hover:before {
    bottom: 55px;
  }
  .offer-blks {
    width: 100%;
    height: 48px;
  }
  .offers-blk:hover .offer-blks {
    height: 69px;
  }
  .offers-blk {
    height: 142px;
  }
  .virtual-info a {
    margin-top: 0;
    padding: 9.5px 33.5px;
    font-weight: 500;
  }
  .about .container {
    padding: 0;
  }
  .about .row div:first-child {
    margin-top: 0;
  }
  .about-img-info h4 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .about-img-info p {
    font-size: 14px;
    line-height: 1.7;
  }
  .about-img-info a {
    padding: 11px 32px 12px;
  }
  .about-img {
    min-height: 476px;
  }
  .about-img img {
    height: 100%;
  }
  .about .row {
    margin: 0;
  }
  .about .row > div {
    padding: 0;
  }
  .about-more {
    margin: 3px 0 30px;
    padding: 0 0 0 15px;
  }
  .about-more.active {
    box-shadow: none;
  }
  .benefits h2 {
    margin-bottom: 30px;
  }
  .benefit-blk img {
    max-width: 44px;
  }
  .benefit-blk p {
    line-height: 1.7;
  }
  .showroom {
    margin-top: 20px;
    padding: 100px 0;
  }
  .footer-block > div span {
    margin-bottom: 8px;
  }
  .fblk ul li {
    margin-bottom: 2px;
  }
  .footer-block a {
    line-height: 1.7;
  }
  .footer-block .footer-search span {
    margin-bottom: 15px;
  }
  .footer-bottom {
    padding: 20px 0;
  }

  .catalog-page__title {
    font-size: 24px !important;
  }
  .catalog-blk {
    width: 50%;
  }
  .container-photo-carpets__block {
    padding: 0;
  }
  .container-photo-carpets__wrapper,
  .catalog-article {
    margin: 0;
    padding: 0 15px;
  }
  .catalog-article h2,
  .container-photo-carpets h3 {
    font-size: 22px;
  }
  .favorites-page .novelties-foto,
  .favorites-page .novelties-foto img {
    max-height: 215px;
  }
  .fitting__btn-mobile {
    display: flex;
  }
  .card-block .container {
    padding: 0;
  }
  .card-foto {
    padding: 0 15px;
  }
  .card-info .tab-content {
    padding: 22px 20px 19px;
  }
  .add-block {
    padding-bottom: 6px;
  }
  .description {
    margin-top: 0;
    padding: 5px 20px 0;
  }
  .card-tab .nav-item.active {
    border-bottom: none;
  }
  .card-tab .nav-item {
    padding-bottom: 0;
  }
  .card-size {
    margin-bottom: 9px;
  }
  .radio {
    margin-bottom: 50px;
    display: block;
    cursor: pointer;
  }
  .radio input {
    display: none;
  }
  .radio input + span {
    line-height: 26px;
    height: 26px;
    padding-left: 18px;
    display: block;
    position: relative;
    max-width: 200px;
  }
  .radio input + span:not(:empty) {
    padding-left: 35px;
  }
  .radio input + span:before,
  .radio input + span:after {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px solid #bea267;
  }
  .radio input:checked + span:after,
  .nav-item:hover .radio input + span:after {
    border: 6px solid #bea267;
  }
  .card-tab .nav-item:hover {
    border-bottom: none;
  }
  .containerWrapper p {
    font-size: 12px;
  }
  .filtration__btn-mobil.active,
  .filtration__btn-mobil.btn-fixed {
    height: 40px;
    top: -23px;
  }
  .favorites-page .novelties-blk {
    padding-top: 40px;
  }
}
@media (max-width: 420px) {
  .container__mobile {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .cart-blk {
    margin-bottom: 0;
  }
  .cart-blk:not(:last-child) {
    border-bottom: 0;
  }
  .btn-del {
    margin-top: 20px;
  }
  .checks.chk {
    max-width: 95%;
    padding-top: 16px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .cart-info .checks .label p {
    line-height: 20px;
    margin-top: 3px;
  }
  .cart-info .checks {
    margin-bottom: 16px;
  }
  .novelties {
    padding: 29px 0;
  }
}
@media (max-width: 374px) {
  .offer-blks a {
    font-size: 14px;
  }
  .twentytwenty-container img {
    height: 200px;
  }
  .about-info {
    height: 415px;
  }
  .benefit-blk span {
    font-size: 15px;
  }
  .carts img {
    min-width: 100px;
    width: 100px;
  }
  .cart-title {
    margin-bottom: 10px;
  }
  .cart-details ul li {
    margin-bottom: 6px;
  }
  .cart-details ul {
    margin-bottom: 15px;
  }
  .cart-details {
    margin-left: 10px;
  }
  .card-tab .nav-item {
    font-size: 12px;
  }
  .card-tab .nav-item .nav-link {
    /* padding: 10px 7px; */
  }
  .availability {
    font-size: 14px;
    padding: 15px 15px 5px 50px;
  }
  .availability:before {
    left: 10px;
  }
  .offers-blk {
    height: 125px;
  }
  .cart-info .checks.active .label {
    width: 84%;
  }
  header .logo {
    width: 100px;
    top: 13px;
  }
  header .logo img,
  .catalog-blk {
    width: 100%;
  }
  .about-img-info h4 {
    font-size: 21px;
  }
  .showroom-info {
    max-width: 80%;
  }
  .footer-search p,
  .footer-search a {
    font-size: 12px;
  }
  .favorites-page .alert {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .favorites-page .novelties-foto,
  .favorites-page .novelties-foto img {
    max-height: 250px;
  }
}
@media (max-width: 437px) {
  .footer-nav li:nth-child(odd) {
    min-width: 40%;
    width: 40%;
  }
  .footer-nav li:nth-child(even) {
    min-width: 60%;
    width: 60%;
  }
  .footer-nav ul {
    align-items: flex-start;
  }
}
@media (max-width: 370px) {
  .footer-nav li:nth-child(odd) {
    min-width: 28%;
    width: 28%;
  }
  .footer-nav li:nth-child(even) {
    min-width: 72%;
    width: 72%;
  }
}
.cut-dots.active {
  opacity: 1;
  visibility: visible;
}
.cut-dots {
  opacity: 0;
  visibility: hidden;
}
.cut-more {
  transition: all 0.3s ease 0s;
}
.cut-more.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.cut-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cut-btn::after {
  content: "";
  margin: 0px 0px 0px 7px;
  width: 12px;
  height: 7px;
  background: url("/images/design-new-2023/arrow-grey.svg") center center/
    contain no-repeat;
  transform: rotate(180deg);
}
.cut-btn.active::after {
  transform: rotate(0deg);
}
.cut-btn:hover {
  text-decoration: underline;
}
.link-dashed:active,
.link-dashed:focus {
  color: rgb(85 85 85) !important	;
  text-decoration: underline;
}
/* ======================= */
.designers-page-container-1 .row.w-auto {
  display: block;
}
@media (max-width: 768px) {
  .designers-page-container-1__block {
    justify-content: center;
  }
}
.article-page .article-card-group .novelties-info .size,
.article-page .article-card-group .novelties-info .novelties-price,
.article-page .article-card-group .novelties-info ::before {
  display: none;
}
.article-page .article-card-group .novelties-title {
  width: 100%;
}
@media (max-width: 768px) {
  .article-card-group .novelties-blk {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1199px) {
  .article-page .article-card-group .novelties-blk {
    padding: 0 7px;
  }
}
@media (max-width: 1500px) and (min-width: 1199px) {
  .article-page .article-card-group .novelties-blk {
    margin: 0px 9px;
  }
}
@media (min-width: 1499px) {
  .article-page .article-slider_4 {
    width: 1027px !important;
  }
  .article-page .article-slider_4 .swiper-slide {
    margin: 0 9px;
    max-width: 235px;
  }
}
@media (min-width: 991.98px) {
  .article-page .article-slider_3 {
    width: 759px !important;
  }
  .article-page .article-slider_4 {
    min-width: 0;
    width: auto;
    margin: 0 -10px;
  }
  .article-page .article-slider_3 .swiper-slide {
    margin: 0 7px;
    max-width: 235px;
  }

  .article-page .article-slider_4 .swiper-slide:first-child {
    /* margin-left: 0; */
  }
  .d-flex .flex-column {
    margin: 0 -7px;
    align-items: center;
  }
}
.article-page .article-card-group .novelties-title a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    min-height: 233px;
    height: 233px;
  }
  .article-page
    .article-card-group.article-slider_3
    .novelties-blk:not(.shape-square)
    img {
    min-height: 300px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    min-height: 255px;
    height: 255px;
  }
}
@media (min-width: 1300px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    min-height: 277px;
    height: 277px;
  }
}
@media (min-width: 1400px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    height: 303px;
    min-height: 303px;
  }
}
@media (min-width: 1500px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    height: 328px;
    min-height: 328px;
  }
}
@media (max-width: 991.98px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    min-height: 430px;
    height: 430px;
  }
  .article-card-group .novelties-blk:not(.shape-square) .novelties-foto,
  .novelties-foto img {
    min-height: 430px;
    height: 430px;
  }
}
@media (max-width: 880px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    min-height: 385px;
    height: 385px;
  }
  .article-card-group .novelties-blk:not(.shape-square) .novelties-foto,
  .novelties-foto img {
    min-height: 385px;
    height: 385px;
  }
}
@media (max-width: 791px) {
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    min-height: 343px;
    height: 343px;
  }
  .article-card-group .novelties-blk:not(.shape-square) .novelties-foto,
  .novelties-foto img {
    min-height: 343px;
    height: 343px;
  }
}
@media (max-width: 769px) {
  .article-page .article-card-group .swiper-slide {
    width: 196px;
    height: auto;
    margin: 0 9px;
    padding: 0 7px;
  }
  .article-page .article-card-group .novelties-blk:not(.shape-square) img {
    height: auto;
    min-height: auto;
  }
  .article-card-group .novelties-blk:not(.shape-square) .novelties-foto,
  .novelties-foto img {
    min-height: auto;
    height: auto;
  }
  .article-card-group.swiper {
    overflow: visible;
  }
}
/* ========================================================== */
.accordion__text.text-bold {
  font-weight: 700;
}
/* ==================================== */
.article-slider_4 {
  width: 100%;
}
@media (min-width: 768px) {
  .article-card-group .swiper-slide[aria-label="1 / 1"] {
    margin: 0px auto;
  }
  .article-slider_3 .swiper-wrapper {
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .article-slider_4 .swiper-wrapper {
    /* align-items: flex-end; */
  }
  .article-slider_4 .swiper-slide {
    max-width: 196px;
  }
}
.row.no-flex {
  display: block !important;
}
.no-flex {
  display: block !important;
}
.new-design2020 .article-card-group {
  padding-bottom: 30px !important;
}
.article-card-group .swiper-wrapper {
  padding: 0 !important;
}
.new-design2020 .article-card-group .product-card {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .new-design2020 .article-card-group .product-card {
    margin-right: 9px;
    margin-left: 9px;
  }
  .new-design2020 .article-card-group {
    max-width: 100%;
  }
  /* .article-slider_4 .swiper-wrapper {
		margin: 0px -3px;
	} */
}
@media (max-width: 768px) {
  .new-design2020 .article-card-group .product-card {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .new-design2020 .article-card-group .product-card__img {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
  .new-design2020 .article-card-group {
    margin: 0 -10px;
  }
}
.modal-body .new-design2020 {
  min-height: auto;
}
/* =========================== */
.inline-line {
  display: inline-block;
}
.similar .novelties-blk.shape-square img {
  min-height: auto;
  height: auto;
  margin: 0px auto;
  max-height: 100%;
}
/* ================== */
@media (max-width: 768px) {
  .cloud-zoom-loading {
    display: none;
  }
}
.shopcartContent .container .text-center {
  padding: 50px 0 15px;
}
@media (max-width: 768px) {
  .shopcartContent .container .text-center {
    padding: 24px 0 40px;
  }
}
/* ==================== */
.link-dashed,
.link-dashed:active,
.link-dashed:focus,
.link-dashed:hover {
  color: #555;
  text-decoration: underline;
}
.modal-content.new-design2020 {
  min-height: auto;
}

.modal-priceRequest__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-container.modal_product .modal-dialog {
  max-width: 677px;
}
@media (max-width: 575px) {
  .modal_product .modal-priceRequest__wrapper-container {
    margin-bottom: 0px;
  }
}
.new-design2020 .article-page__list {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .catalog-page__hollow-info {
    padding: 0 15px;
  }
}
ol li p:first-of-type {
  font-weight: 600;
  display: inline;
}
ol li p {
  display: inline;
}
.catalog-article ul {
  padding-left: 25px;
  list-style: disc;
  margin-bottom: 12px;
}
.catalog-article ol {
  margin-bottom: 12px;
}
.catalog-page__hollow-info.new-design2020 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: auto;
}
@media (min-width: 767.98px) {
  .offer .row-12 .col-xs-4 {
    padding: 0 15px !important;
  }
  .new-design2020 .catalog-page__hollow-info-img {
    flex: 0 0 127px;
  }
}
@media (max-width: 767.98px) {
  .catalog-page__hollow-info.new-design2020 {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
.btn.gold-button.mx-auto.mb-5 {
  width: max-content;
}
.article-page__container .d-flex.flex-column {
  display: block !important;
}
/* ================== */
@media (max-width: 1199px) {
  .more-info .more-choise {
    padding-left: 130px;
  }
}
@media (max-width: 768px) {
  .more-info .more-choise {
    padding-left: 0;
  }
  .choise1 {
    background: url(/images/design-new-2023/choise1-small.webp) left center/
      cover no-repeat;
    margin-right: 0;
  }
  .choise2 {
    background: url(/images/design-new-2023/choise2-small.webp) left center/
      cover no-repeat;
  }
  .more-choise span {
    padding-left: 40px;
  }
  .choise1,
  .choise2 {
    background-size: 26px 31px;
    padding-left: 0;
    background-position: top left;
  }
}

.new-design2020 .gold-button.product-page__block-btn {
  margin-left: 16px;
  margin-right: 16px;
  border: 1px solid #bea267;
  text-transform: none;
}

.new-design2020 .product-page__block-main-forDesign {
  padding-left: 0px;
  margin-right: 0px;
}

.new-design2020
  .product-page__block-main-forDesign
  .gold-button.product-page__block-btn {
  width: auto;
}
/* ========= */
@media (max-width: 991.98px) {
  .header__accountEntry {
    margin: 0 10px 0 2px;
  }
}
@media (max-width: 575px) {
  .header__accountEntry {
    margin: 0 8px 0 7px;
  }
}
.novelties-blk.shape-square img {
  height: auto;
  min-height: auto;
  width: auto;
  max-width: 100%;
}
.successRow {
  width: auto !important;
  margin: 20px auto !important;
}
input[type="text"],
input[type="search"] {
  touch-action: manipulation;
}
/* ============ */
.interior-example img {
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .interior-example {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .form-group.row {
    flex-direction: column;
  }
  .form-group.row .text-right {
    text-align: left;
  }
  .modal-body .h3 {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .modal-body .h3 {
    margin-top: 25px;
  }
  .modal-dialog .close-modal {
    top: 20px;
    right: 28px;
  }
}
@media (max-width: 625px) {
  .modal-dialog .close-modal {
    top: 7px;
    right: 10px;
  }
}
/* ========== */
.h2 {
  text-transform: initial;
}
/* ============= */
.availability__text-bold {
  display: inline-block;
}
/* ============= */
.download-blocks_product {
  padding: 8px 21px 25px;
  display: flex;
  justify-content: center;
}
.download-blocks_product .download-blocks__button {
  height: 34px;
}
.download-blocks__button {
  white-space: nowrap;
  transition: all 0.2s ease 0s;
  font-size: 14px;
  line-height: 18px;
  color: #777777;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  text-decoration: none !important;
}
.download-blocks__button:hover {
  color: #bea267;
}
.download-blocks__button:focus {
  color: #777777;
}
.download-blocks__button:active {
  color: #9a814b;
}
.download-blocks__button:not(:first-child) {
  padding-left: 12px;
}
.download-blocks__button:first-child {
  padding-right: 12px;
}
.download-blocks__button:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background-color: #eeeae2;
}
.download-blocks__button_pdf::after {
  content: "";
  transition: all 0.2s ease 0s;
  width: 23px;
  height: 23px;
  background: url(/images/design-new-2023/new-icons/pdf_normal.svg) center
    center no-repeat;
}
.download-blocks__button_pdf:hover::after {
  background: url(/images/design-new-2023/new-icons/pdf_hover.svg) center center
    no-repeat;
}
.download-blocks__button_pdf:active::after {
  background: url(/images/design-new-2023/new-icons/pdf_active.svg) center
    center no-repeat;
}
.download-blocks__button_3d::after {
  content: "";
  transition: all 0.2s ease 0s;
  width: 23px;
  height: 23px;
  background: url(/images/design-new-2023/new-icons/3d_model_normal.svg) center
    center no-repeat;
}
.download-blocks__button_3d:hover::after {
  background: url(/images/design-new-2023/new-icons/3d_model_hover.svg) center
    center no-repeat;
}
.download-blocks__button_3d:active::after {
  background: url(/images/design-new-2023/new-icons/3d_model_active.svg) center
    center no-repeat;
}
@media (max-width: 1170px) and (min-width: 992px) {
  .download-blocks_product {
    padding: 8px 10px 25px;
  }
  .download-blocks_product .download-blocks__button {
    gap: 4px;
  }
  .download-blocks_product .download-blocks__button::after {
    width: 19px;
    height: 19px;
  }
  .download-blocks_product .download-blocks__button:not(:first-child) {
    padding-left: 8px;
  }
  .download-blocks_product .download-blocks__button:first-child {
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .download-blocks__button {
    color: #bea267;
  }
  .download-blocks__button_pdf::after {
    background: url(/images/design-new-2023/new-icons/pdf_hover.svg) center
      center no-repeat;
  }
  .download-blocks__button_3d::after {
    background: url(/images/design-new-2023/new-icons/3d_model_hover.svg) center
      center no-repeat;
  }
}
@media (max-width: 575px) {
  .download-blocks_product {
    padding-top: 18px;
  }
}
/* ========== */
.favorites-page-top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.favorites-page-top h1 {
  text-align: left;
  margin: 0;
}
.favorites-page-top__column {
  display: flex;
  gap: 32px;
}
.favorites-page-top .download-blocks__button {
  padding: 0;
}
.favorites-page-top .download-blocks__button::before {
  display: none;
}
.download-blocks__button {
}
.download-blocks__button_whatsapp {
  color: #777777 !important;
}
.download-blocks__button_whatsapp:hover {
  color: #43d854 !important;
}
.download-blocks__button_whatsapp:active {
  color: #25ba36 !important;
}
.download-blocks__button_whatsapp::after {
  content: "";
  transition: all 0.2s ease 0s;
  width: 23px;
  height: 23px;
  background: url(/images/design-new-2023/new-icons/watsapp.svg) center center
    no-repeat;
}
.download-blocks__button_whatsapp:active::after {
  background: url(/images/design-new-2023/new-icons/watsapp_hover.svg) center
    center no-repeat;
}
.add-all-items {
  outline: none;
  border: none;
  background-color: transparent;
}
.add-all-items::after {
  content: "";
  transition: all 0.2s ease 0s;
  width: 15px;
  height: 22px;
  background: url(/images/design-new-2023/new-icons/add-all-items.svg) center
    center no-repeat;
  background-size: 15px !important;
}

.add-all-items:hover::after {
  background: url(/images/design-new-2023/new-icons/add-all-items_hover.svg)
    center center no-repeat;
}
.add-all-items:active::after {
  background: url(/images/design-new-2023/new-icons/add-all-items_active.svg)
    center center no-repeat;
}
@media (min-width: 769px) {
  .favorites-page-top {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .favorites-page-top {
    margin-bottom: 14px;
    flex-direction: column;
  }
  .favorites-page-top h1 {
    margin-bottom: 29px;
  }
  .favorites-page-top__column {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .add-all-items {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column-reverse;
    gap: 6px;
    font-size: 11px;
    line-height: 13px;
  }
  .add-all-items::after {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #bea267;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/design-new-2023/new-icons/add-all-items_hover.svg)
      center center no-repeat;
  }
}
.remove-selected-product {
  transition: all 0.2s ease 0s;
  font-size: 14px;
  line-height: 18px;
  color: #777777;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0;
}
.remove-selected-product::after {
  content: "";
  transition: all 0.2s ease 0s;
  width: 17px;
  height: 19px;
  background: url(/images/design-new-2023/new-icons/clear-items.svg) center
    center no-repeat;
}
.remove-selected-product:hover {
  color: #bea267;
}
.remove-selected-product:hover::after {
  background: url(/images/design-new-2023/new-icons/clear-items_hover.svg)
    center center no-repeat;
}
@media (max-width: 768px) {
  .remove-selected-product {
    color: #bea267;
  }
  .remove-selected-product::after {
    background: url(/images/design-new-2023/new-icons/clear-items_hover.svg)
      center center no-repeat;
  }
}
/* ================================ */
.card-product {
  background: #ffffff;
  color: #1f1f1f;
  font-size: 11px;
  line-height: 14px;
  max-width: 595px;
  margin: 0px auto;
}
.card-product__header {
  text-align: center;
  padding: 65px 65px 21px 65px;
  border-bottom: 1px solid #9a814b;
}
.card-product__contetnt {
  padding: 32.5px 125px 0px;
}
.card-v2 .card-product__contetnt {
  padding: 101px 125px 0px;
}
.item-card__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.item-card__name {
  font-weight: 700;
}
.item-card__image {
  margin: 21px 0;
}
.item-card__image img {
  max-width: 100%;
}
.item-card__info {
  text-align: center;
}
.item-card__contacts {
  padding: 43.5px 0 65px;
  text-align: center;
  color: #333;
}
.item-card__contacts_full {
  text-align: left;
  background: #f7f5f1;
  padding: 22px 32px 21px 32px;
  margin: 101px 14px 14px 14px;
}
.item-price__new {
  font-weight: 700;
}
.item-price__old {
  font-weight: 500;
  text-decoration: line-through;
}
.card-item-contacts > *:not(:last-child) {
  margin-bottom: 6px;
}
.card-item-contacts__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-card-item__line:not(:last-child) {
  margin-bottom: 6px;
}
.swiper-slide {
  height: auto !important;
}
.new-design2020 .product-card__img {
  margin: auto 0;
}
/* ========= НОВЫЕ БЛОКИ СТАТЕЙ =========== */
._showmore-active [data-showmore-content]::after {
  display: none;
}
[data-showmore-button] span:last-child {
  display: none;
}

._showmore-active [data-showmore-button] span {
  display: none;
}

._showmore-active [data-showmore-button] span:last-child {
  display: block;
}
.block__more-wrapper {
  position: relative;
  max-width: 971px;
  margin: 0px auto;
}
.block__more {
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #9a814b;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.block__more::after {
  content: "";
  width: 9px;
  height: 6px;
  display: block;
  background: url("/images/design-new-2023/new-icons/showmore_btn.svg") 0 0 /
    contain no-repeat;
}
._showmore-active .block__more {
  color: #333333;
}
._showmore-active .block__more::after {
  background: url("/images/design-new-2023/new-icons/showmore_btn_grey.svg") 0 0 /
    contain no-repeat;
}
.article-catalog {
  margin-top: 80px;
  padding: 60px 0 0;
  border-top: 1px solid #e3e1dd;
  border-bottom: 1px solid #e3e1dd;
  color: #333333;
}
.article-catalog a {
  color: #bea267;
}
.article-catalog p {
  margin: 0;
}
.article-catalog:not(.article-catalog_main) {
  padding: 60px 0;
}
.article-catalog_main .article-catalog__content li:last-child {
  padding-bottom: 60px;
}
.article-catalog__content {
  max-width: 971px;
  margin: 0px auto;
}
.row-article-catalog_single {
  padding: 50px 0 60px;
}
.article-catalog__row {
}
.row-article-catalog {
  gap: 41px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.row-article-catalog_main {
  position: relative;
}
.article-catalog__h2 {
  white-space: nowrap;
  text-align: left;
  font-size: 40px;
  line-height: 50px;
  color: #9a814b;
  font-weight: 500;
}
.article-catalog__title {
  align-self: flex-start;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  flex: 1 1 auto;
}
.article-catalog__subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  align-self: flex-start;
  flex: 1 1 auto;
}
.article-catalog__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.article-catalog__parameter {
  padding: 30px;
  border: 1px solid #e3e1dd;
  border-radius: 25px;
}
.article-catalog__parameter:not(.parameter-article-catalog_first) {
  margin-top: -13px;
}
.parameter-article-catalog {
}
.parameter-article-catalog__title {
  font-weight: 600;
  color: #bea267;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
.parameter-article-catalog__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.article-catalog__list.article-catalog__list_color {
  color: #bea267;
}
.article-catalog__list li {
  position: relative;
  padding-left: 23px;
}
.article-catalog__list li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  width: 8px;
  height: 2px;
  background: url("/images/design-new-2023/new-icons/list_icon.svg") 0 0 /
    contain no-repeat;
}
.article-text-row {
  display: flex;
  gap: 30px;
}
.article-text-row__img {
  position: relative;
}
.article-text-row__text {
  font-size: 14px;
  line-height: 24px;
}
.article-catalog-images {
}
.article-catalog-images p {
}
.article-catalog-images__row {
  display: flex;
  align-items: center;
  gap: 43px;
  row-gap: 20px;
}
.article-catalog-images__item {
  flex: 0 1 33%;
}
.article-catalog-images__img {
  margin-bottom: 10px;
  display: block;
}
.article-catalog-images__img img {
  max-width: 100%;
}
.article-catalog-images__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333 !important;
  display: block;
}
@media (any-hover: hover) {
  .article-catalog-images__description:hover {
    text-decoration: underline;
  }
}
.list-padding-null li {
  padding-bottom: 0 !important;
}
.article-text-clippath {
}
.article-text-clippath__img img {
  max-width: 100%;
  object-fit: cover;
}
.article-text-clippath__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.catalog-advantages {
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px;
}
.catalog-advantages__item {
  flex: 1 1 calc(50% - 4px);
  min-width: 300px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 4px;
  background: #f9f6f0;
}

.catalog-advantages__icon {
  width: 40px;
  height: 40px;
}
.catalog-advantages__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-advantages__text {
  max-width: 300px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  .catalog-advantages__item {
    padding: 40px 64px;
  }
  .catalog-advantages {
    padding: 0;
    margin: 56px 0 0;
  }
}

@media (min-width: 992px) {
  .article-text-clippath__img {
    float: left;
    margin-right: 30px;
    margin-bottom: 4px;
    width: 229px;
  }
  .article-text-row__img {
    flex: 0 0 229px;
    min-height: 186px;
  }
  .article-text-row__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .article-text-row__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .article-catalog:not(.article-catalog_main) .block__more-wrapper {
    margin-top: -26px;
    position: static;
  }
  .row-article-catalog:not(:last-child) {
    padding-bottom: 50px;
  }
  .article-catalog_images .row-article-catalog:not(:last-child) {
    padding-bottom: 22px !important;
  }
  .row-article-catalog_main .article-catalog__text {
    margin-top: 68px;
  }
  .article-catalog__h2 {
    left: 0;
    top: 0;
    position: absolute;
  }
  .article-catalog__text {
    flex: 0 0 629px;
  }
  .article-catalog_main._showmore-active .block__more-wrapper {
    top: -59px;
  }
  .article-catalog_main .block__more-wrapper {
    top: -50px;
    margin-top: -26px;
  }
  .article-catalog_images .block__more-wrapper {
    margin-top: 0;
  }
  .article-catalog_images._showmore-active .block__more-wrapper {
    margin-top: -26px;
  }
}
@media (max-width: 991.98px) {
  .article-text-clippath__img {
    margin-bottom: 20px;
    max-width: 315px;
  }
  .article-catalog__list.article-catalog__list_color {
    margin: 4px 0;
  }
  .article-catalog-images__row {
    flex-direction: column;
  }
  .article-catalog-images p {
    margin-bottom: 0;
  }
  .article-text-row__img img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .article-text-row__img {
    max-width: 350px;
    min-height: 259px;
  }
  /* .article-text-row__description {
		margin-bottom: 20px !important;
	} */
  .article-text-row {
    gap: 10px;
    flex-direction: column;
  }
  .article-text-row__text {
    gap: 20px;
    display: flex;
    flex-direction: column-reverse;
  }

  .article-catalog_text .block__more-wrapper {
    margin-top: 20px;
  }
  .article-catalog_text._showmore-active .block__more-wrapper {
    margin-top: 0px;
  }
  .article-catalog_main .block__more-wrapper {
    margin-top: -10px;
  }
  .article-catalog_images .block__more-wrapper {
    margin-top: 0;
  }
  .article-catalog_main._showmore-active .block__more-wrapper {
    margin-top: 0px;
  }
  .article-catalog:not(.article-catalog_main) {
    padding: 30px 0;
  }
  .article-catalog_main .article-catalog__content li:last-child {
    padding-bottom: 20px;
  }
  .article-catalog__h2 {
    margin: 0;
  }
  .article-catalog__title {
    font-size: 22px;
    line-height: 32px;
  }
  .article-catalog,
  .catalog-page__bottomBlock-wrapper {
    padding: 30px 0;
    margin-top: 50px;
  }
  .catalog-page__bottomBlock-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-article-catalog {
    align-items: flex-start;
    flex-direction: column;
  }
  .row-article-catalog {
    padding-bottom: 30px;
    gap: 15px;
  }
  .article-catalog_images .row-article-catalog {
    padding-bottom: 15px;
  }
  .row-article-catalog:last-child {
    padding-bottom: 20px;
  }
  .row-article-catalog_single {
    padding: 30px 0 20px;
  }
}
@media (max-width: 768px) {
  .row-article-catalog_single {
    padding: 30px 0 20px;
  }
  .article-catalog__h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .article-catalog {
    margin: 50px 16px 0px;
  }
  .row-article-catalog,
  .block__more-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
