@import "https://fonts.googleapis.com/css2?family=Inter&display=swap";
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

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

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}

input, button, select, textarea {
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  overflow: visible;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

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

@font-face {
  font-family: Hoves;
  src: local(TT Hoves Pro Regular), url("../TTHoves-Regular.e5f7c6a6.woff2") format("woff2"), url("../TTHoves-Regular.4825b9ac.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hoves;
  src: local(TT Hoves Pro DemiBold), url("../TTHoves-DemiBold.3466e5ba.woff2") format("woff2"), url("../TTHoves-DemiBold.6f6ac09b.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.filter {
  width: 250rem;
}

.filter__gabarites {
  width: 100%;
  margin-bottom: 36rem;
}

.filter__name {
  margin-bottom: 20rem;
}

.filter__lang {
  margin-left: auto;
}

.filter__lang .header__lang_block {
  z-index: 2;
  background: #fff;
}

.filter__lang .header__lang_link--active {
  font-weight: 500;
}

.filter_price_text {
  margin-right: .25em;
}

.filter__lang .header__lang_main:after {
  transform: rotate(0);
}

.filter__lang:hover .header__lang_main:after {
  transform: rotate(180deg);
}

.price-input {
  color: #d0d0ce;
  align-items: center;
  width: 100%;
  margin-bottom: 28rem;
  display: flex;
}

.price-input .field {
  align-items: center;
  max-width: 150rem;
  display: flex;
}

.field input {
  text-align: center;
  -moz-appearance: textfield;
  border: 1rem solid #e2e3de;
  border-radius: 4rem;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 8rem 16rem;
}

.noinput .field input {
  border: none;
  width: 45rem;
  padding: 0;
}

.noinput .price-input .separator {
  margin: 0;
}

.field input:focus {
  border: 1rem solid #e9cbb2;
}

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

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

.price-input .separator {
  margin: 0 4rem 0 8rem;
}

.slider {
  background: #e2e3de;
  height: 1rem;
  position: relative;
}

.slider .progress {
  background: #000;
  border-radius: 5px;
  height: 100%;
  position: absolute;
  left: 25%;
  right: 25%;
}

.range-input {
  position: relative;
}

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

input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
}

input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
  background: #000;
  border: none;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
}

.support-box {
  text-align: center;
  display: block;
  position: relative;
  top: 2rem;
  bottom: 0;
}

.b-btn {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.b-btn.paypal i {
  color: #00f;
}

.b-btn:hover {
  font-weight: bold;
  text-decoration: none;
}

.b-btn i {
  color: #ff0;
  margin-top: 2rem;
  font-size: 20px;
}

@media (max-width: 650px) {
  .filter {
    width: 100%;
  }

  .price-input {
    flex-wrap: wrap;
  }

  .filter_price_text {
    width: 100%;
    margin-bottom: 12rem;
  }

  .field input {
    padding: 6rem;
  }

  .price-input .field {
    max-width: 94rem;
  }

  .price-input {
    margin-bottom: 20rem;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: 15rem;
    height: 15rem;
  }

  input[type="range"]::-moz-range-thumb {
    width: 15rem;
    height: 15rem;
  }

  .slider .progress {
    left: 20%;
    right: 20%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  font-family: Hoves, Roboto, sans-serif;
  overflow-x: hidden;
}

.hidden {
  overflow: hidden;
}

html {
  background-color: #fff;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 70rem;
  max-width: 1920rem !important;
}

.swiper-horizontal {
  touch-action: pan-y;
}

::-webkit-scrollbar {
  width: 8rem;
  height: auto;
}

html ::-webkit-scrollbar {
  width: 8rem;
  height: auto;
}

::-webkit-scrollbar-thumb {
  background-color: #e9cbb2;
  border-radius: 15rem;
}

html ::-webkit-scrollbar-thumb {
  background-color: #e9cbb2;
  border-radius: 15rem;
}

::-webkit-scrollbar-track {
  background: none;
}

html ::-webkit-scrollbar-track {
  background: none;
}

@media (max-width: 650px) {
  ::-webkit-scrollbar {
    width: 4rem;
    height: auto;
  }

  html ::-webkit-scrollbar {
    width: 4rem;
    height: auto;
  }

  .container {
    padding: 0 15rem;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.ui {
  padding: 40rem 100rem;
}

.ui-row {
  margin-bottom: 40rem;
}

.ui-block {
  border: 1px dashed #9747ff;
  border-radius: 5px;
  flex-direction: column;
  gap: 20rem;
  width: 600rem;
  margin: 10rem;
  padding: 20rem;
  display: inline-flex;
}

.ui-block--inline {
  align-items: flex-start;
  width: auto;
  display: inline-flex;
}

.colors__block {
  border: 1px solid #cbc6c6;
  width: 120rem;
  height: 120rem;
  margin-right: 40rem;
}

.colors__block:first-child {
  background: #000;
}

.colors__block:nth-child(2) {
  background: #ce0e2d;
}

.colors__block:nth-child(3) {
  background: #e9cbb2;
}

.colors__block:nth-child(4) {
  background: #fff;
}

.colors__block:nth-child(5) {
  background: #d0d0ce;
}

.colors__block:nth-child(6) {
  background: #343434;
}

.sitemap {
  padding-top: 220rem;
}

.sitemap__link {
  color: #343434;
  text-align: center;
  border: 1rem solid #343434;
  width: 100%;
  margin-bottom: 1em;
  padding: 15rem;
  transition: color .3s, background .3s;
  display: block;
}

.sitemap__link:hover {
  color: #fff;
  background: #343434;
}

.section {
  margin-bottom: 200rem;
}

.section:last-child {
  margin-bottom: 0;
}

.section__top {
  margin-bottom: 60rem;
  display: flex;
}

.section__right {
  margin-left: auto;
  display: flex;
}

.section__header-half {
  width: 819rem;
}

.stop-scroll {
  overflow: hidden;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
  display: flex;
}

.light {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.med {
  font-weight: 500;
}

.demi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.caps {
  text-transform: uppercase;
}

.h1 {
  font-size: 72rem;
  line-height: 72rem;
}

.h2 {
  font-size: 52rem;
  line-height: 52rem;
}

.h3 {
  font-size: 44rem;
  line-height: 112%;
}

.h4 {
  font-size: 36rem;
  line-height: 116%;
}

.h5 {
  font-size: 28rem;
  line-height: 126%;
}

.h6 {
  font-size: 28rem;
  line-height: 128%;
}

.subtitle {
  font-size: 24rem;
  line-height: 126%;
}

.headline {
  font-size: 20rem;
  line-height: 126%;
}

.maintext {
  font-size: 16rem;
  line-height: 140%;
}

.text2 {
  font-size: 14rem;
  line-height: 144%;
}

.liltext {
  font-size: 12rem;
  line-height: 126%;
}

.opacity {
  transition: opacity .3s;
}

.opacity:hover {
  opacity: .7;
}

.opacity:active {
  opacity: .4;
}

.beige {
  transition: color .3s, opacity .3s;
}

.beige:hover {
  color: #c7a88b;
}

.beige:active {
  color: #c7a88b;
  opacity: .7;
}

.header {
  z-index: 200;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header__top {
  background: #f5f5f5;
  padding: 10rem 0;
}

.header__top__container {
  align-items: center;
  display: flex;
}

.header__top__left {
  display: flex;
}

.header__top__left_item {
  margin-right: 48rem;
}

.header__top__left_item:last-child {
  margin-right: 0;
}

.header__top__right {
  margin-left: auto;
}

.header__center {
  background: #fff;
  border-bottom: 1rem solid #f2f2f2;
}

.header__center__container {
  align-items: center;
  display: flex;
}

.header__logo {
  margin-right: 100rem;
}

.header__logo svg {
  width: 191rem;
  height: 84rem;
}

.header .nav {
  margin-right: 114rem;
}

.header .nav__list {
  align-items: center;
  display: flex;
}

.header .nav__item {
  margin-right: 48rem;
}

.header .nav__item:last-child {
  margin-right: 0;
}

.header__phone {
  margin-left: auto;
  margin-right: 20rem;
}

.header .cart {
  display: flex;
}

.header .cart svg {
  width: 1.25em;
  height: 1.25em;
  margin-right: .5em;
}

.header .cart__amount {
  margin-right: .5em;
}

.header__bottom {
  background: #fff;
}

.header__bottom__container {
  align-items: center;
  padding-top: 17.5rem;
  padding-bottom: 15.5rem;
  display: flex;
}

.header__bottom__link {
  margin-right: 48rem;
  position: relative;
}

.header__bottom__link:after {
  content: "";
  background: #e9cbb2;
  width: 0;
  height: 1rem;
  transition: width .3s;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

.header__bottom__link:last-child {
  margin-right: 0;
}

.header__bottom__link--beige {
  color: #e9cbb2;
}

.header__bottom__link--beige:after {
  display: none;
}

.header__bottom__link:hover:after {
  width: 100%;
}

.search {
  width: 569rem;
  position: relative;
}

.search__main {
  background: #f5f5f5;
  align-items: center;
  width: 100%;
  padding-left: 8rem;
  display: flex;
}

.search__loupe {
  flex-shrink: 0;
  width: 20rem;
  height: 20rem;
  margin-right: 8rem;
}

.search__loupe svg {
  width: 100%;
  height: 100%;
}

.search__input {
  width: 100%;
  margin: 8rem 0;
  padding-right: 5rem;
}

.search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkhpY29uIC8gTGluZWFyIC8gRG93biAzIiBvcGFjaXR5PSIwLjQiPgo8cGF0aCBpZD0iVmVjdG9yIDEiIGQ9Ik01LjUgNi40MTY5OUwxMSAxMS43ODA3TTExIDExLjc4MDdMMTYuNSA2LjQxNjk5TTExIDExLjc4MDdMNS41IDE2LjUwMDNNMTEgMTEuNzgwN0wxNi41IDE2LjM4OTgiIHN0cm9rZT0iIzM0MzQzNCIvPgo8L2c+Cjwvc3ZnPgo=");
  background-size: 20rem 20rem;
  width: 20rem;
  height: 20rem;
}

.search__find {
  color: #fff;
  background: #000;
  flex-shrink: 0;
  align-self: stretch;
  width: 0;
  padding: 0;
  transition: padding .3s, width .3s, opacity .3s;
  overflow: hidden;
}

.search__find:hover {
  opacity: .8;
}

.search__find:active {
  opacity: .5;
}

.search__list {
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: #f5f5f5;
  width: 100%;
  padding: 12rem;
  transition: opacity .3s;
  position: absolute;
  top: calc(100% + 5rem);
  left: 0;
}

.search__list b {
  font-weight: 600;
}

.search__list__items {
  flex-direction: column;
  gap: 8rem;
  margin-bottom: 24rem;
  display: flex;
}

.search__list__cats {
  border-top: 1rem solid #e4e3e2;
  border-bottom: 1rem solid #e4e3e2;
  flex-direction: column;
  margin-bottom: 24rem;
  padding: 12rem 0;
  display: flex;
}

.search__list__products {
  flex-direction: column;
 
  display: flex;
}

.search__list__product {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
}

.search__list__product .text {
  padding: 5rem 0;
}

.search__list__product_header {
  margin-bottom: 6rem;
}

.search__list__product_price {
  font-size: 20rem;
  display: flex;
}

.search__list__product_price_old {
  color: #d0d0ce;
  margin-left: 14rem;
  text-decoration: line-through;
}

.search__list__product img {
  width: 100rem;
  margin-right: 16rem;
}

.search__list__cat {
  align-items: center;
  display: flex;
}

.search__list__cat img {
  width: 100rem;
  margin-right: 16rem;
}

.search__list a {
  transition: opacity .3s;
}

.search__list a:hover {
  opacity: .7;
}

.search__list a:active {
  opacity: .4;
}

.search__input:focus ~ .search__find {
  width: auto;
  padding: 0 44rem;
}

.search__input:focus:not(:placeholder-shown) ~ .search__list {
  pointer-events: auto;
  opacity: 1;
}

.price__filter {
  cursor: pointer;
  background: #f5f5f5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.price__filter__main {
  justify-content: space-between;
  width: 100%;
  padding: 12rem 16rem;
  display: flex;
}

.price__filter__main svg {
  width: 24rem;
  height: 24rem;
  transition: transform .3s;
  transform: rotate(-180deg);
}

.price__filter__bottom {
  z-index: 10;
  background: #f5f5f5;
  border-top: 1rem solid #0000;
  flex-direction: column;
  gap: 8rem;
  width: 100%;
  height: 0;
  padding: 0 16rem;
  transition: height .3s, padding .3s;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: hidden;
}

.price__filter__bottom:hover {
  border-top: 1rem solid #e4e3e2;
  height: auto;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.price__filter__bottom .checkbox span:nth-child(2) {
  background: #fff;
}

.price__filter:hover .price__filter__main svg {
  transform: rotate(0);
}

.price__filter:hover .price__filter__bottom {
  border-top: 1rem solid #e4e3e2;
  height: auto;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.price__filter--color {
  width: 270rem;
}

.price__filter--color .price__filter__bottom .checkbox {
  position: relative;
}

.price__filter--color .price__filter__bottom .checkbox:after {
  content: "";
  background: green;
  background: var(--checkcolor);
  width: .75em;
  height: .75em;
  display: block;
  position: absolute;
  top: .4em;
  right: 0;
}

.text-checkbox {
  cursor: pointer;
}

.text-checkbox input {
  display: none;
}

.text-checkbox div {
  opacity: .4;
  transition: opacity .3s;
}

.text-checkbox:hover div {
  opacity: .7;
}

.text-checkbox input:checked + div {
  opacity: 1;
}

.text-checkbox--underline div {
  padding: 8rem 12rem;
  position: relative;
}

.text-checkbox--underline div:after {
  content: "";
  background: #000;
  width: 0;
  height: 1rem;
  transition: width .3s;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

.text-checkbox--underline input:checked + div:after {
  width: 100%;
}

.btncheckbox {
  cursor: pointer;
}

.btncheckbox input {
  display: none;
}

.btncheckbox div {
  background: #fbf8f6;
  padding: 8rem 24rem;
  transition: background .3s, color .3s;
}

.btncheckbox:hover div {
  background: #e9cbb2;
}

.btncheckbox input:checked + div {
  color: #fff;
  background: #000;
}

.img_check {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img_check input {
  display: none;
}

.img_check img {
  outline-offset: 4rem;
  width: 60rem;
  height: 40rem;
  margin-bottom: 8rem;
}

.img_check input:checked + img {
  outline: 1rem solid #000;
}

.feedback_link {
  align-items: center;
  display: flex;
}

.feedback_link div {
  background: #fbf8f6;
  border-radius: 50%;
  align-items: center;
  width: 60rem;
  height: 60rem;
  display: flex;
}

.feedback_link div span:after {
  display: none;
}

.feedback_link svg {
  width: 16rem;
  height: 16rem;
}

.btn {
  color: #fff;
  background: #000;
  border: 1rem solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12rem;
  transition: margin .3s;
  display: flex;
}

.btn-container {
  align-items: center;
  display: flex;
}

.btn-counter {
  border: none;
  flex-shrink: 0;
  align-items: center;
  width: 0;
  padding: 0;
  transition: width .3s, padding .3s;
  display: flex;
  overflow: hidden;
}

.btn-counter svg {
  width: .8em;
  height: .8em;
}

.btn-counter input {
  text-align: center;
  flex-shrink: 10;
  width: 78rem;
}

.btn span {
  transition: margin .3s;
}

.btn svg {
  width: 0;
  height: 1.25em;
  transition: width .3s;
  display: block;
}

.btn:hover {
  background: #343434;
}

.btn:active {
  background: #343434b3;
}

.btn:disabled {
  pointer-events: none;
  background: #d0d0ce !important;
}

.btn--loading, .btn--loading:hover {
  background: #343434b3;
}

.btn--loading span {
  margin-right: 8rem;
}

.btn--loading svg {
  fill: #fff;
  width: 1.25em;
  animation: 1s linear infinite rotate_loader;
  display: inline-block;
}

.btn--active {
  margin-right: 12rem;
}

.btn--active + .btn-counter {
  border: 1rem solid #e4e3e2;
  width: 138rem;
  padding: 12rem 17rem;
}

.btn--active span:after {
  content: " " attr(amount) " шт.";
}

.btn--trans {
  color: #343434;
  background: none;
  border: 1rem solid #000;
  transition: border .3s;
}

.btn--trans svg, .btn--trans svg path {
  fill: #000;
}

.btn--trans:hover {
  background: none;
  border-color: #e9cbb2;
}

.btn--trans:disabled {
  color: #d0d0ce;
  pointer-events: none;
  border-color: #d0d0ce;
  background: none !important;
}

.btn--trans--active span:after {
  content: " " attr(amount) " шт.";
}

@keyframes rotate_loader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.base_btn {
  text-align: center;
  color: #343434;
  border: 1rem solid #000;
  justify-content: center;
  align-items: center;
  padding: 16rem 48rem;
  transition: color .3s, background .3s, border .3s;
  display: flex;
}

.base_btn:hover {
  color: #fff;
  background: #343434;
}

.base_btn:active {
  background: #343434b3;
  border: 1rem solid #343434b3;
}

.base_btn:disabled {
  pointer-events: none;
  color: #d0d0ce;
  border: 1rem solid #d0d0ce;
}

.arrow {
  align-items: center;
  display: flex;
}

.arrow svg {
  width: 80rem;
  height: 80rem;
}

.arrow--left svg {
  transform: scale(-1, 1);
}

.arrow:hover {
  opacity: .8;
}

.arrow:active {
  opacity: .7;
}

.arrow:disabled {
  opacity: .4;
  pointer-events: none;
}

.arrow_btn {
  color: #343434;
  border: 1rem solid #000;
  justify-content: center;
  align-items: center;
  padding: 16rem 48rem;
  transition: border-color .3s, opacity .3s, background .3s;
  display: flex;
  overflow: hidden;
}

.arrow_btn span {
  margin-right: 8rem;
}

.arrow_btn svg {
  stroke: #343434;
  width: 1.25em;
  height: 1.25em;
  transition: transform .3s, stroke .3s;
}

.arrow_btn:hover {
  border: 1rem solid #e9cbb2;
}

.arrow_btn:hover svg {
  transform: scale(1.1);
}

.arrow_btn:active {
  opacity: .7;
}

.arrow_btn:disabled {
  pointer-events: none;
  border: 1rem solid #d0d0ce;
}

.arrow_btn--blacked:hover {
  color: #fff;
  background: #000;
  border: 1rem solid #000;
}

.arrow_btn--blacked:hover svg {
  stroke: #fff;
}

.link {
  cursor: pointer;
  color: #343434;
  transition: opacity .3s;
}

.link span {
  position: relative;
}

.link span:after {
  content: "";
  background: #e9cbb2;
  width: 100%;
  height: 1rem;
  transition: opacity .3s;
  position: absolute;
  bottom: -3rem;
  left: 0;
}

.link:hover span:after {
  opacity: 0;
}

.link:active {
  opacity: .7;
}

.link--arrow {
  align-items: center;
  display: flex;
}

.link--arrow svg {
  stroke: #343434;
  width: 20rem;
  height: 20rem;
  margin-left: 8rem;
}

.link--disabled {
  pointer-events: none;
  color: #d0d0ce;
}

.link--disabled span:after {
  opacity: 0;
}

.link--disabled svg {
  stroke: #d0d0ce;
}

.phonelink {
  color: #e9cbb2;
  transition: color .3s;
}

.phonelink:hover {
  color: #c7a88b;
}

.phonelink--disabled {
  pointer-events: none;
  opacity: .4;
}

.add-link {
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.add-link span {
  transition: opacity .3s;
}

.add-link svg {
  fill: #e9cbb2;
  width: 1.4em;
  height: 1.4em;
  margin-right: .5em;
  transition: fill .3s;
}

.add-link:hover span {
  opacity: .7;
}

.add-link:hover svg {
  fill: #c7a88b;
}

.add-link--disabled {
  opacity: .7;
  pointer-events: none;
}

.add-link--disabled span {
  opacity: .7;
}

.download-link {
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.download-link:hover {
  opacity: .6;
}

.download-link svg {
  width: 24rem;
  height: 24rem;
  margin-left: .25em;
}

.icon-link {
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.icon-link:hover {
  opacity: .6;
}

.icon-link svg {
  width: 24rem;
  height: 24rem;
  margin-right: .25em;
}

.icon-link img {
  width: 30rem;
  height: 30rem;
}

.close-link {
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.close-link svg {
  stroke: #343434;
  width: 24rem;
  height: 24rem;
  margin-bottom: -.1em;
  margin-left: .5em;
}

.close-link:hover {
  opacity: .7;
}

.close-link--gold {
  color: #343434;
  opacity: .4;
  transition: opacity .3s, color .3s;
}

.close-link--gold svg {
  stroke: #343434;
  transition: stroke .3s;
}

.close-link--gold:hover {
  color: #c7a88b;
  opacity: 1 !important;
}

.close-link--gold:hover svg {
  stroke: #c7a88b;
}

.card {
  flex-direction: column;
  width: 569rem;
  display: flex;
}

.card__picture {
  width: 100%;
  height: 350rem;
  margin-bottom: 20rem;
  position: relative;
}

.card__picture picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card__picture picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card__tags {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 12rem;
  left: 12rem;
}

.card__tag {
  color: #343434;
  background: #fff;
  align-items: center;
  margin-bottom: 8rem;
  padding: 2rem 8rem;
  display: flex;
}

.card__tag svg {
  width: 1.6em;
  height: 1.6em;
  margin-right: 4rem;
}

.card__text {
  border-bottom: 1rem solid #343434;
  margin-bottom: 16rem;
  padding-bottom: 16rem;
}

.card__header__line {
  align-items: center;
  margin-bottom: 16rem;
  display: flex;
}

.card__header__tag {
  background: #f5f5f5;
  margin-left: auto;
  padding: 4rem 8rem 6rem;
}

.card__header__tag--miss {
  background: #e9cbb2;
}

.card__price {
  align-items: center;
  display: flex;
}

.card__price__main {
  color: #000;
  margin-right: 16rem;
  font-weight: 400;
}

.card__price__old {
  color: #d0d0ce;
  text-decoration: line-through;
}

.card__info {
  align-items: center;
  margin-bottom: 24rem;
  display: flex;
}

.card__info__colors {
  align-items: center;
  gap: 12rem;
  display: flex;
}

.card__info__color {
  cursor: pointer;
  flex-shrink: 0;
  width: 12rem;
  height: 12rem;
}

.card__info__color span {
  background: inherit;
  color: inherit;
  flex-shrink: 0;
  width: 12rem;
  height: 12rem;
  display: inline-block;
}

.card__info__color input {
  display: none;
}

.card__info__color input:checked + span,
.card__info__color input + span.active {
  outline-offset: 1rem;
  outline: 1rem solid;
}

.card__info__size {
  margin-left: auto;
}

.card__btns {
  opacity: 0;
  flex-direction: column;
  align-items: stretch;
  transition: opacity .3s 80ms;
  display: flex;
}

.card__btns .link {
  justify-content: center;
  padding: 12rem;
  display: flex;
}

.card:hover .card__btns {
  opacity: 1;
}

.card--mini {
  width: 417rem;
}

.cart_card {
  align-items: stretch;
  display: flex;
}

.cart_card__picture {
  width: 418rem;
  margin-right: 36rem;
}

.cart_card__picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart_card__header {
  margin-bottom: 16rem;
}

.cart_card__text {
  flex-direction: column;
  width: 669rem;
  display: flex;
}

.cart_card__top {
  border-bottom: 1rem solid #343434;
  margin-bottom: 20rem;
  padding-bottom: 16rem;
  display: flex;
}

.cart_card .btn-counter {
  border: 1rem solid #e4e3e2;
  width: 138rem;
  margin-left: auto;
  padding: 12rem 17rem;
}

.cart_card__cat {
  align-items: center;
  margin-bottom: 12rem;
  display: flex;
}

.cart_card__cat span {
  opacity: .4;
  margin-right: 1ch;
  display: inline-block;
}

.cart_card__selected_color {
  align-items: center;
  display: flex;
}

.cart_card__selected_color span {
  opacity: 1;
  margin-right: 1ch;
}

.cart_card__selected_color div {
  width: 12rem;
  height: 12rem;
}

.cart_card__addelete {
  justify-content: space-between;
  margin-top: auto;
  display: flex;
}

.cart_card--deleted {
  background: #f5f5f5;
  align-items: flex-start;
  padding: 40rem;
  display: flex;
}

.cart_card--deleted .base_btn {
  width: 363rem;
  margin-left: auto;
  padding: 12rem;
}

.checkbox {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.checkbox input {
  display: none;
}

.checkbox span {
  transition: background .3s;
  display: block;
}

.checkbox span:nth-child(2) {
  background: #f5f5f5;
  width: 24rem;
  height: 24rem;
}

.checkbox span:nth-child(2) svg {
  opacity: 0;
  transition: opacity .3s;
}

.checkbox span:last-child {
  margin-left: .75em;
}

.checkbox:hover span:nth-child(2) {
  background: #e4e3e2;
}

.checkbox input:checked + span svg {
  opacity: 1;
}

.checkbox--red {
  color: #ca3232;
}

.text_radio {
  cursor: pointer;
  display: inline-block;
}

.text_radio input {
  display: none;
}

.text_radio span {
  background: #fbf8f6;
  padding: 8rem 24rem;
  transition: color .3s, background .3s;
  display: inline-block;
}

.text_radio:hover span {
  background: #e9cbb2;
}

.text_radio input:checked + span {
  color: #fff;
  background: #000;
}

.input {
  border-bottom: 1rem solid #44424233;
  padding: 20rem 16rem;
}

.footer {
  border-top: 1rem solid #f2f2f2;
  border-bottom: 1rem solid #f2f2f2;
}

.footer__main {
  justify-content: space-between;
  padding-top: 80rem;
  padding-bottom: 60rem;
  display: flex;
}

.footer__col {
  flex-direction: column;
  display: flex;
}

.footer__header {
  margin-bottom: 36rem;
}

.footer__phone {
  margin-bottom: 20rem;
}

.footer__phone a {
  color: #e9cbb2;
  margin-bottom: 8rem;
  display: inline-block;
}

.footer__link {
  margin-bottom: 20rem;
}

.footer__link--beige {
  color: #e9cbb2;
}

.footer__link--beige:hover {
  color: #c7a88b;
}

.footer__link--beige:active {
  color: #c7a88b;
  opacity: .7;
}

.footer__link:last-child {
  margin-bottom: 0;
}

.footer .payments {
  margin-bottom: 40rem;
}

.footer .payments svg {
  max-width: 60rem;
  height: 24rem;
}

.footer .payments svg:nth-child(2) {
  width: 36rem;
}

.footer .icon-link {
  margin-bottom: 20rem;
}

.footer .icon-link:last-child {
  margin-bottom: 0;
}

.footer .reviews-link {
  align-items: center;
  margin-bottom: 20rem;
  display: flex;
}

.footer .reviews-link:hover {
  opacity: 1;
}

.footer .reviews-link:active {
  opacity: .7;
}

.footer .reviews-link span {
  margin-right: 12rem;
}

.footer .reviews-link:last-child {
  margin-bottom: 0;
}

.footer .reviews-link div {
  align-items: center;
  display: flex;
}

.footer .reviews-link div svg {
  width: 24rem;
  height: 24rem;
}

.footer-60 {
  flex-direction: column;
  margin-bottom: 60rem;
  display: flex;
}

.footer-40 {
  flex-direction: column;
  margin-bottom: 40rem;
  display: flex;
}

.footer__bottom {
  align-items: center;
  padding: 12rem 0;
  display: flex;
}

.footer__logo {
  margin-right: 190rem;
}

.footer__logo svg {
  width: 191rem;
  height: 84rem;
}

.footer__copy {
  margin-left: auto;
}

@media (min-width: 650px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (max-width: 650px) {
  .ui {
    padding: 20rem 15rem;
  }

  .ui-block {
    width: 100%;
    margin: 0;
  }

  .colors__block {
    width: 20rem;
    height: 20rem;
    margin-right: 10rem;
  }

  .section {
    margin-bottom: 48rem;
  }

  .section__top {
    margin-bottom: 20rem;
  }

  .section__header-half {
    width: 100%;
  }

  .desktop-hidden {
    display: unset;
  }

  .h1 {
    font-size: 28rem;
    line-height: 106%;
  }

  .h2 {
    font-size: 25rem;
    line-height: 112%;
  }

  .h3 {
    font-size: 22rem;
    line-height: 112%;
  }

  .h4 {
    font-size: 20rem;
  }

  .h5, .subtitle {
    font-size: 18rem;
  }

  .headline {
    font-size: 15rem;
  }

  .maintext {
    font-size: 13rem;
    line-height: 127%;
  }

  .liltext {
    font-size: 10rem;
  }

  .btn {
    padding: 10rem;
  }

  .btn--active {
    margin-right: 4rem;
  }

  .btn--active + .btn-counter {
    width: 95rem;
    padding: 10rem 12rem;
  }

  .btn--active + .btn-counter input {
    width: 50rem;
  }

  .card {
    width: 290rem;
  }

  .card__picture {
    height: 180rem;
    margin-bottom: 12rem;
  }

  .card__tags {
    top: 6rem;
    left: 6rem;
  }

  .card__tag {
    padding: 2rem 4rem;
  }

  .card__text {
    margin-bottom: 12rem;
    padding-bottom: 12rem;
  }

  .card__header__line {
    margin-bottom: 8rem;
  }

  .card__header__tag {
    display: none;
  }

  .card__price__main {
    margin-right: 10rem;
  }

  .card__info_colors {
    gap: 8rem;
  }

  .cart_card {
    flex-direction: column;
  }

  .cart_card__picture {
    width: 100%;
    margin-bottom: 12rem;
    margin-right: 0;
  }

  .cart_card__text {
    width: 100%;
  }

  .cart_card__top .btn-counter {
    display: none;
  }

  .cart_card__header {
    margin-bottom: 8rem;
  }

  .cart_card__addelete {
    flex-direction: column-reverse;
  }

  .cart_card__countdelete {
    margin: 12rem 0 20rem;
    display: flex;
  }

  .cart_card .btn-counter {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: 10rem 12rem;
    display: flex;
  }

  .cart_card .btn-counter input {
    width: 55rem;
  }

  .cart_card__cat {
    margin-bottom: 8rem;
  }

  .cart_card--deleted {
    flex-direction: column;
    padding: 16rem;
  }

  .cart_card--deleted .base_btn {
    width: 100%;
    margin-top: 24rem;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__logo svg {
    width: 100rem;
    height: 44rem;
  }

  .header .nav, .header__phone, .header__top {
    display: none;
  }

  .header__bottom {
    pointer-events: none;
    opacity: 0;
    height: 0;
    max-height: calc(100vh - 60px);
    transition: opacity .3s;
    position: relative;
    overflow: hidden;
  }

  .header__bottom .header__phone {
    margin: 0 0 14rem;
    display: block;
  }

  .header__bottom .link {
    margin-bottom: 35rem;
  }

  .header__bottom__container {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 45rem;
  }

  .header__bottom__section {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28rem;
    display: flex;
  }

  .header__bottom__section:last-child {
    margin-bottom: 0;
  }

  .header__bottom__title {
    margin-bottom: 16rem;
    font-size: 15rem;
  }

  .header__bottom__link {
    margin-bottom: 16rem;
    font-size: 13rem;
  }

  .header__bottom__link:last-child {
    margin-bottom: 0;
  }

  .header__bottom--active {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    padding-bottom: 30rem;
    overflow: auto;
  }

  .header__center .search {
    width: auto;
    margin-right: 20rem;
  }

  .header__center .search__loupe {
    margin-right: 0;
  }

  .header__center .search__main {
    background: none;
    padding-left: 0;
  }

  .header__center .search__input {
    width: 0;
    padding: 0;
  }

  .header__center .search--active, .header__center .search:hover {
    background: #fff;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding: 0 15rem;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__center .search--active .search__loupe, .header__center .search:hover .search__loupe {
    margin-right: 7rem;
  }

  .header__center .search--active .search__main, .header__center .search:hover .search__main {
    background: #f5f5f5;
    padding-left: 8rem;
  }

  .header__center .search--active .search__input, .header__center .search:hover .search__input {
    width: 100%;
    padding-right: 8rem;
  }

  .header__center .search--active .search__list, .header__center .search:hover .search__list {
    top: 100%;
  }

  .header__center .search--active .search__cancel, .header__center .search:hover .search__cancel {
    color: #343434;
    background: #fff;
    flex-shrink: 0;
    width: auto;
    padding: 0 8rem;
  }

  .header__center .cart {
    margin-right: 20rem;
  }

  .header__center .cart > span {
    display: none;
  }

  .header__center .cart__amount {
    margin-right: 0;
  }

  .header__search_btn {
    justify-content: center;
    align-items: center;
    margin-right: 20rem;
    display: flex;
    display: none !important;
  }

  .header__search_btn svg {
    width: 16rem;
    height: 16rem;
  }

  .header__burger {
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    width: 20rem;
    height: 20rem;
    padding: 3.5rem 0;
    display: flex;
  }

  .header__burger span {
    background: #343434;
    flex-shrink: 0;
    width: 100%;
    height: 1.2rem;
    transition: transform .3s;
    display: inline-block;
  }

  .header__burger--active span:nth-child(2) {
    display: none;
  }

  .header__burger--active span:first-child {
    transform-origin: 0 0;
    margin-bottom: 0;
    transform: rotate(40deg)translateY(-2rem)translateX(2rem);
  }

  .header__burger--active span:last-child {
    transform-origin: 0 0;
    margin-bottom: 0;
    transform: rotate(-40deg)translateY(2.36rem)translateX(1rem);
  }

  .footer__main {
    flex-direction: column;
    padding-top: 36rem;
    padding-bottom: 40rem;
  }

  .footer__header {
    margin-bottom: 20rem;
  }

  .footer__col {
    transition: all .3s;
  }

  .footer__col:first-child {
    border-top: 1rem solid #f2f2f2;
    border-bottom: 1rem solid #f2f2f2;
    order: 2;
    padding: 16rem 0;
  }

  .footer__col:nth-child(2) {
    order: 1;
    margin-bottom: 36rem;
  }

  .footer__col:nth-child(3) {
    order: 3;
  }

  .footer__col:nth-child(4) {
    order: 4;
  }

  .footer__col:nth-child(5) {
    order: 5;
  }

  .footer__col:first-child, .footer__col:nth-child(3), .footer__col:nth-child(4) {
    border-top: 1rem solid #f2f2f2;
    border-bottom: 1rem solid #f2f2f2;
    height: 50rem;
    margin-top: -1rem;
    padding: 16rem 0;
    transition: height .3s;
    overflow: hidden;
  }

  .footer__col:first-child .footer__header, .footer__col:nth-child(3) .footer__header, .footer__col:nth-child(4) .footer__header {
    justify-content: space-between;
    display: flex;
  }

  .footer__col:first-child .footer__header:after, .footer__col:nth-child(3) .footer__header:after, .footer__col:nth-child(4) .footer__header:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkhpY29uIC8gTGluZWFyIC8gRG93biA0IiBvcGFjaXR5PSIwLjQiPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik0xNCAxMkw5IDdMNCAxMiIgc3Ryb2tlPSIjMzQzNDM0Ii8+CjwvZz4KPC9zdmc+Cg==");
    background-size: 20rem 20rem;
    width: 20rem;
    height: 20rem;
    transition: transform .3s;
    display: inline-block;
    transform: rotate(180deg);
  }

  .footer__col:first-child:hover .footer__header:after, .footer__col:first-child:focus .footer__header:after, .footer__col:nth-child(3):hover .footer__header:after, .footer__col:nth-child(3):focus .footer__header:after, .footer__col:nth-child(4):hover .footer__header:after, .footer__col:nth-child(4):focus .footer__header:after {
    height: auto;
    transform: rotate(0);
  }

  .footer__col:nth-child(4) {
    margin-bottom: 36rem;
  }

  .footer__col:hover, .footer__col:focus {
    height: auto;
  }

  .footer__link {
    margin-bottom: 12rem;
  }

  .footer .payments {
    margin-bottom: 28rem;
  }

  .footer-60 {
    margin-bottom: 36rem;
  }

  .footer-40 {
    margin-bottom: 20rem;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer__logo {
    margin-bottom: 8rem;
    margin-right: 0;
  }

  .footer__logo svg {
    width: 101rem;
    height: 40rem;
  }

  .footer__copy {
    margin-top: 6rem;
  }

  .search {
    width: 100%;
    position: relative;
  }

  .search__loupe {
    width: 17rem;
    height: 17rem;
    margin-right: 6rem;
  }

  .search__find {
    display: none;
  }

  .search__cancel {
    align-self: stretch;
    width: 0;
    padding: 0;
    overflow: hidden;
  }

  .search__list {
    height: calc(100vh - 50rem);
    padding: 12rem 15rem;
  }

  .search__list__items, .search__list__cats {
    margin-bottom: 20rem;
  }

  .search__list__products {
    margin-bottom: 36rem;
  }

  .search__list__product {
    margin-bottom: 12rem;
  }

  .search__list__product:last-child {
    margin-bottom: 0;
  }

  .search__list__product .text {
    padding: 0;
  }

  .search__list__product__header {
    margin-bottom: 4rem;
  }

  .search__list__product_price_new {
    font-size: 15rem;
  }

  .search__list__product_price_old {
    margin-left: 6rem;
    font-size: 10rem;
  }

  .search__list img {
    width: 70rem;
    height: 43rem;
    margin-right: 8rem;
  }

  .mobile-hidden {
    display: none !important;
  }
}

.hero {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 180rem;
  padding-top: 180rem;
  display: grid;
}

.hero__left {
  background: #e9cbb2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16rem 70rem;
  display: flex;
}

.hero__header {
  margin-bottom: 40rem;
}

.hero__subtitle {
  margin-bottom: 116rem;
}

.hero__arrow_btn {
  margin-bottom: 85rem;
}

.hero__nav {
  display: flex;
}

.hero__nav > :first-child {
  margin-right: 124rem;
}

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

.hero__right__container {
  display: flex;
}

.hero__right img, .hero__right video {
  object-fit: cover;
  flex-shrink: 0;
  max-width: 100%;
}

.hero__pagination {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 44rem !important;
  left: 0 !important;
}

.hero__pagination__bullet {
  background: #fff;
  align-items: center;
  width: 48rem;
  height: 2rem;
  margin-right: 20rem;
  display: flex;
}

.hero__pagination__bullet:last-child {
  margin-right: 0;
}

.hero__pagination__bullet:after {
  content: "";
  width: 100%;
  height: 1400%;
}

.hero__pagination__bullet--active {
  background: #000;
}

.cards__top_right .text_radio {
  margin-right: 8rem;
}

.cards__top_right .text_radio:last-child {
  margin-right: 0;
}

.cards__header {
  margin-right: auto;
}

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

.cards__swiper {
  display: flex;
}

.cards__swiper .card {
  flex-shrink: 0;
}

.cards__center {
  margin-bottom: 48rem;
  position: relative;
}

.cards__bottom {
  justify-content: center;
  align-items: center;
  transition: transform .3s 80ms;
  display: flex;
  transform: translateY(-100rem);
}

.cards__bottom--active {
  transform: translateY(0);
}

.cards .cards__prev {
  position: absolute;
  top: 35%;
  left: 40rem;
}

.cards .cards__next {
  position: absolute;
  top: 35%;
  right: 40rem;
}

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

.collections__wrapper {
  align-items: flex-start;
  display: flex;
}

.collections__card {
  flex-direction: column;
  flex-shrink: 0;
  width: 418rem;
  transition: width .3s;
  display: flex;
}

.collections__card__img {
  object-fit: cover;
  width: 100%;
  height: 363rem;
  margin-bottom: 12rem;
  transition: margin .3s;
}

.collections__card--active {
  width: 872rem;
}

.collections__card--active .collections__card__img {
  height: 760rem;
  margin-bottom: 16rem;
}

.collections__arrows {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.collections__arrows .cards__prev {
  margin-right: 150rem;
}

.category {
  background: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  padding: 100rem 0;
}

.category__grid {
  display: flex;
}

.category__img {
  object-fit: cover;
  flex-shrink: 0;
  width: 721rem;
  margin-right: 187rem;
}

.category__info {
  flex-direction: column;
  flex: 100%;
  display: flex;
}

.category__info__item {
  opacity: .6;
  border-bottom: 1rem solid #e4e3e2;
  align-items: center;
  padding: 36rem 0;
  transition: opacity .3s;
  display: flex;
}

.category__info__item:first-child {
  border-top: 1rem solid #e4e3e2;
}

.category__info__item:hover {
  opacity: 1;
}

.category__info__item:hover .category__info__dot {
  width: 12rem;
  margin-right: 32rem;
}

.category__info__item:hover .category__info__arrow {
  opacity: 1;
}

.category__info__arrow {
  opacity: 0;
  transition: opacity .3s;
}

.category__info__arrow svg {
  width: 40rem;
  height: 40rem;
}

.category__info__dot {
  background: #000;
  border-radius: 50%;
  width: 0;
  height: 12rem;
  transition: width .3s, margin .3s;
}

.category__info__price {
  margin-left: auto;
  margin-right: 118rem;
}

.idea {
  background: #f5f5f5;
  padding: 100rem 0;
}

.idea__swiper {
  overflow: hidden;
}

.idea__wrapper {
  display: flex;
}

.idea__grid {
  flex-shrink: 0;
  display: grid;
}

.idea__arrows {
  gap: 124rem;
}

.idea__grid {
  display: flex;
  position: relative;
}

.idea__main {
  width: 1175rem;
  height: 742rem;
  margin-right: 36rem;
}

.idea__main__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.idea__column {
  flex-direction: column;
  width: 569rem;
  height: 742rem;
  display: flex;
}

.idea__column__card {
  height: 353rem;
  margin-bottom: 36rem;
}

.idea__column__card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.idea__column__card:last-child {
  margin-bottom: 0;
}

.idea_dot {
  cursor: pointer;
  background: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 26rem;
  transition: transform .3s;
  display: flex;
  position: absolute;
}

.idea_dot:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  transition: transform .3s;
}

.idea_dot--active, .idea_dot--active:after {
  transform: scale(1.3);
}

.idea__hint {
  opacity: 0;
  pointer-events: none;
  background: #fff;
  flex-direction: column;
  padding: 24rem;
  transition: opacity .6s, top .3s, left .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.idea__hint__top {
  align-items: center;
  margin-bottom: 16rem;
  display: flex;
}

.idea__hint__close {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  margin-left: 16rem;
}

.idea__hint__close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.idea__hint__price {
  align-items: center;
  margin-bottom: 16rem;
  display: flex;
}

.idea__hint__price_old {
  color: #d0d0ce;
  margin-left: 12rem;
  text-decoration: line-through;
}

.idea__hint--active {
  opacity: 1;
  pointer-events: auto;
}

.cooperation {
  justify-content: center;
  display: flex;
}

.cooperation__left {
  background: #e9cbb2;
  flex-direction: column;
  align-items: flex-start;
  width: 964rem;
  padding: 100rem 70rem;
  display: flex;
}

.cooperation__header {
  margin-bottom: 40rem;
}

.cooperation__text {
  margin-bottom: 60rem;
}

.cooperation__right {
  width: 956rem;
}

.cooperation__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ourprojects__header {
  margin-bottom: 60rem;
}

.ourprojects__grid {
  grid-column-gap: 36rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 48rem;
  display: grid;
}

.ourprojects__card {
  border-top: 1rem solid #f2f2f2;
  border-bottom: 1rem solid #f2f2f2;
  align-items: center;
  margin-bottom: -1rem;
  padding: 48rem 0;
  display: flex;
}

.ourprojects__card__img {
  flex-shrink: 0;
  width: 418rem;
  height: 300rem;
  margin-right: 36rem;
}

.ourprojects__card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ourprojects__card__text {
  padding-right: 50rem;
}

.ourprojects__card__tag {
  background: #fbf8f6;
  margin-bottom: 20rem;
  padding: 8rem 16rem;
  display: inline-block;
}

.ourprojects__card__header {
  margin-bottom: 20rem;
}

.ourprojects__card__maintext {
  margin-bottom: 40rem;
}

.ourprojects__bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.index_map__container {
  margin-bottom: 28rem;
  position: relative;
}

.index_map #map {
  width: 100%;
  height: 600rem;
}

.index_map__card {
  background: #fff;
  padding: 28rem 76rem 28rem 28rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 70rem;
}

.index_map__card__photos {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 36rem;
  display: flex;
}

.index_map__card__img {
  object-fit: cover;
  width: 291rem;
  height: 194rem;
  margin-bottom: 12rem;
}

.index_map__card__info__headers {
  margin-bottom: 28rem;
}

.index_map__card__info__links {
  margin-bottom: 35rem;
}

.index_map__card__info__link {
  margin-bottom: 12rem;
}

.index_map__card__info__link a {
  color: #e9cbb2;
  font-weight: 600;
}

.index_map__card__info__link:last-child {
  margin-bottom: 0;
}

.index_map__text {
  width: 468rem;
  margin-left: auto;
  margin-right: 363rem;
}

.news_cards {
  max-width: 100%;
  overflow: hidden;
}

.news_cards__grid {
  grid-column-gap: 36rem;
  grid-row-gap: 36rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48rem;
  display: grid;
}

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

.news_cards__right .text_radio {
  margin-right: 8rem;
  display: inline-block;
}

.news_cards__right .text_radio:last-child {
  margin-right: 0;
}

.news_card__pic {
  margin-bottom: 16rem;
  position: relative;
}

.news_card__img {
  object-fit: cover;
  width: 100%;
  height: 350rem;
}

.news_card__tag {
  z-index: 3;
  background: #fff;
  padding: 2rem 8rem;
  position: absolute;
  top: 12rem;
  left: 12rem;
}

.news_card__info {
  padding-right: 90rem;
}

.news_card__header, .news_card__text {
  margin-bottom: 20rem;
}

.partners__container {
  padding-right: 0;
}

.partners__swiper {
  overflow: hidden;
}

.partners__wrapper {
  margin-bottom: 60rem;
  display: flex;
}

.partners__card {
  background: #f5f5f5;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 267rem;
  height: 148rem;
  display: flex;
}

.partners__card img {
    filter: grayscale();
    max-width: 65%;
    transition: filter .3s; 
    max-height: 65%;
    height: auto;
    width: auto;
}

.partners__card:hover img {
  filter: grayscale(0%);
}

.partners__control {
  align-items: center;
  display: flex;
}

.partners__scroll {
  background: #d0d0ce;
  width: 610rem;
  height: 2rem;
  margin: 0 60rem;
}

.partners__scroll__el {
  cursor: pointer;
  background: #e9cbb2;
  align-items: center;
  height: 100%;
  display: flex;
}

.partners__scroll__el:after {
  content: "";
  width: 100%;
  height: 800%;
}

.feedback__container {
  background: #f5f5f5;
  padding: 80rem 115rem 80rem 267rem;
  display: flex;
}

.feedback__left {
  width: 750rem;
  margin-right: 159rem;
}

.feedback__header {
  margin-bottom: 28rem;
}

.feedback__input {
  margin-bottom: 16rem;
}

.feedback__politics {
  margin-bottom: 28rem;
}

.feedback__politics a {
  text-decoration: underline;
}

.mobile-bar {
  z-index: 100;
  display: none;
}

.mobile-bar__items {
  z-index: 5;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 15rem;
  display: flex;
  position: relative;
}

.mobile-bar__item-img_hover {
  display: none;
}

.mobile-bar__item--active .mobile-bar__item-img_hover {
  display: block;
}

.mobile-bar__item--active .mobile-bar__item-img {
  display: none;
}

.mobile-bar__cities {
  background-color: #f5f5f5;
  padding: 16rem 15rem;
}

.mobile-bar__cities-header {
  margin-bottom: 20rem;
}

.mobile-bar__cities-list {
  font-size: 13rem;
  line-height: 16.51rem;
}

.mobile-bar__cities-list li:not(.mobile-bar__cities-list li:first-of-type) {
  margin-top: 12rem;
}

.mobile-bar__cities-list li.active {
  font-weight: 600;
}

.mobile-bar__socials {
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 15rem;
  display: flex;
}

.mobile-bar__modal {
  z-index: 1;
  width: 100%;
  transition: all .3s;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(200%);
}

.mobile-bar__modal--active {
  transform: translateY(0);
}

.callback-tabs label:not(.callback-tabs label:first-of-type) {
  margin-left: 8rem;
}

.modal-background {
  z-index: 999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-background.openned {
  display: flex;
}

.modal {
  background-color: #fff;
  width: 1478rem;
  height: 765rem;
  padding: 80rem 78rem;
}

.modal__buttons {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40rem;
  display: flex;
}

.modal__close {
  cursor: pointer;
}

.modal__close img {
  width: 100%;
  height: 100%;
}

.modal__message {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 146rem;
  display: none;
}

.modal__message.openned {
  display: flex;
}

.modal__message-header {
  margin-bottom: 28rem;
  line-height: 52rem;
}

.modal__message-text {
  text-align: center;
  width: 364rem;
  margin-bottom: 40rem;
}

.modal.thanks {
  width: 672rem;
  height: 369rem;
}

.modal__callback-form {
  width: 1023rem;
}

.modal__callback-form-submit {
  margin-top: 40rem;
  padding: 16rem;
}

.modal__callback-form-text {
  color: #343434;
  width: 653rem;
  margin-top: 20rem;
}

.modal__callback-form-text a {
  border-bottom: 1px solid #343434;
}

.modal__callback-form-connection {
  width: 100%;
  position: relative;
}

.modal__callback-form-connection-list {
  background-color: #f5f5f5;
  flex-direction: column;
  gap: 12rem;
  width: 100%;
  height: 0;
  padding: 0 16rem;
  transition: height .3s, padding .3s;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.modal__callback-form-connection-list li:hover {
  color: #c7a88b;
}

.modal__callback-form-connection-list li {
  cursor: pointer;
  align-items: center;
  gap: 8rem;
  display: flex;
}

.modal__callback-form-connection-list li svg {
  width: 20rem;
  height: 20rem;
}

.modal__callback-form-connection-header {
  border-bottom: 1px solid #44424233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 62rem;
  padding: 20rem 16rem;
  display: flex;
  position: relative;
}

.modal__callback-form-connection-header svg {
  width: 24rem;
  height: 24rem;
  transform: rotate(180deg);
}

.modal__callback-form-connection-header--active + .modal__callback-form-connection-list {
  height: auto;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.modal__callback-content {
  width: 100%;
  display: none;
}

.modal__callback-content--active {
  display: block;
}

.modal__callback-content-body {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40rem;
  display: flex;
}

.modal__callback-content-text {
  width: 634rem;
  margin-top: 24rem;
}

.modal__callback-info {
  background-color: #fbf8f6;
  padding: 28rem;
}

.modal__callback-info-header {
  margin-bottom: 36rem;
}

.modal__callback-info-item:not(.modal__callback-info-item:last-of-type) {
  margin-bottom: 20rem;
}

.modal__callback-info-item p:first-of-type {
  margin-bottom: 8rem;
}

.label-input {
  width: 100%;
  height: 62rem;
  margin-bottom: 20rem;
  padding: 20rem 16rem;
  display: flex;
  position: relative;
}

.label-input input {
  color: #343434;
  background: none;
  border-bottom: 1px solid #44424233;
  width: 100%;
  height: 100%;
  padding: 20rem 16rem;
  position: absolute;
  top: 0;
  left: 0;
}

.label-input span {
  pointer-events: none;
  z-index: 1;
  transform-origin: 0 0;
  color: #343434;
  transition-property: color, transform;
  transition-duration: .25s;
  position: relative;
}

.label-input input:required + span:after {
  content: " *";
  color: #ca3232;
}

.label-input input:focus + span, .label-input input:not(:placeholder-shown) + span {
  color: #343434;
  transform: translateY(-28rem)scale(.7);
}

.label-input--error:after {
  content: attr(data-error);
  color: #ca3232;
  font-size: 14rem;
  line-height: 132%;
  position: absolute;
  bottom: 0;
  left: 28rem;
  transform: translateY(calc(100% + 12rem));
}

@media (max-width: 650px) {
  .hero {
    margin-bottom: 40rem;
    padding-top: 48rem;
    display: flex;
    position: relative;
  }

  .hero__left {
    z-index: 2;
    color: #fff;
    text-align: right;
    pointer-events: none;
    background: none;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 80rem 15rem 0 0;
    position: absolute;
    top: 48rem;
    left: 0;
  }

  .hero__right, .hero__right__container {
    width: 100%;
    height: 389rem;
  }

  .hero__header {
    margin-bottom: 16rem;
  }

  .hero__subtitle {
    margin-bottom: 80rem;
  }

  .hero__arrow_btn {
    color: #fff;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }

  .hero__arrow_btn svg {
    display: none;
  }

  .hero__arrow_btn span {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .hero__arrow_btn span:after {
    content: "";
    background: #e9cbb2;
    width: 100%;
    height: 1rem;
    display: block;
  }

  .hero__nav, .cards__header {
    display: none;
  }

  .cards__top_right {
    width: 100%;
    padding-bottom: 5rem;
    display: flex;
    overflow: auto;
  }

  .cards__top_right::-webkit-scrollbar {
    height: 2rem;
  }

  .cards__top_right::-webkit-scrollbar-thumb {
    background-color: #e9cbb2;
    border-radius: 15rem;
  }

  .cards__top_right::-webkit-scrollbar-track {
    background: none;
  }

  .cards__top_right .text_radio {
    flex-shrink: 0;
  }

  .cards .card {
    width: 215rem;
  }

  .cards .card__btns,
  .cards .cards__prev,
  .cards .cards__next {
    display: none;
  }

  .cards__bottom {
    transform: translateY(-20rem);
  }

  .cards__bottom .arrow_btn {
    width: 90%;
  }

  .collections__card {
    width: 215rem;
  }

  .collections__card__img {
    height: 186rem;
  }

  .collections__card--active {
    width: 215rem;
  }

  .collections__card--active .collections__card__img {
    height: 186rem;
  }

  .collections__card:nth-child(2n) {
    width: 290rem;
  }

  .collections__card:nth-child(2n) .collections__card__img {
    height: 252rem;
  }

  .collections__arrows {
    display: none;
  }

  .category {
    padding: 48rem 0;
  }

  .category__grid {
    display: none;
  }

  .category__swiper {
    width: 100%;
    padding-left: 15rem;
    display: block;
    overflow: hidden;
  }

  .category__wrapper {
    display: flex;
  }

  .category__card {
    flex-direction: column;
    flex-shrink: 0;
    width: 215rem;
    display: flex;
  }

  .category__card__img {
    object-fit: cover;
    width: 100%;
    height: 130rem;
    margin-bottom: 8rem;
  }

  .category__card__header {
    margin-bottom: 6rem;
  }

  .idea {
    padding: 48rem 0;
  }

  .idea__arrows {
    display: none;
  }

  .idea__grid {
    flex-direction: column;
  }

  .idea__main {
    width: 100%;
    height: 183rem;
    margin-bottom: 8rem;
  }

  .idea__column {
    width: 100%;
    height: auto;
  }

  .idea__column__card {
    width: 100%;
    height: 183rem;
    margin-bottom: 8rem;
  }

  .idea__mob_card {
    pointer-events: none;
    opacity: 0;
    z-index: 10;
    background: #34343466;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .idea__mob_card__wrapper {
    background: #fff;
    flex-direction: column;
    width: 100%;
    padding: 15rem;
    display: flex;
  }

  .idea__mob_card__wrapper .card {
    width: 100%;
  }

  .idea__mob_card__wrapper .card__btns {
    opacity: 1;
  }

  .idea__mob_card__close {
    margin-bottom: 10rem;
    margin-left: auto;
  }

  .idea__mob_card__close svg {
    stroke: #343434;
    width: 24rem;
    height: 24rem;
  }

  .idea__mob_card--active {
    opacity: 1;
    pointer-events: auto;
  }

  .idea__pagination {
    justify-content: center;
    gap: 8rem;
    margin-top: 28rem;
    display: flex;
  }

  .idea__pagination__bullet {
    background: #d0d0ce;
    width: 20rem;
    height: 1rem;
  }

  .idea__pagination__bullet--active {
    background: #000;
  }

  .cooperation {
    flex-direction: column-reverse;
  }

  .cooperation__left {
    width: 100%;
    padding: 20rem 15rem 50rem;
  }

  .cooperation__header {
    margin-bottom: 16rem;
  }

  .cooperation__text {
    margin-bottom: 36rem;
  }

  .cooperation .base_btn {
    padding: 10rem 48rem;
  }

  .cooperation__right {
    width: 100%;
    height: 165rem;
  }

  .ourprojects .container {
    overflow: hidden;
  }

  .ourprojects__header {
    margin-bottom: 24rem;
  }

  .ourprojects__grid {
    grid-column-gap: 0rem;
    margin-bottom: 30rem;
    display: flex;
  }

  .ourprojects__card {
    flex-direction: column;
    flex-shrink: 0;
    width: 215rem;
    padding: 16rem 0;
  }

  .ourprojects__card__img {
    width: 100%;
    height: 155rem;
    margin-bottom: 12rem;
    margin-right: 0;
  }

  .ourprojects__card__tag {
    margin-bottom: 8rem;
    padding: 2rem 4rem 3rem;
  }

  .ourprojects__card__text {
    padding-right: 0;
  }

  .ourprojects__card__header {
    margin-bottom: 12rem;
  }

  .ourprojects__card__maintext {
    margin-bottom: 20rem;
  }

  .ourprojects__bottom .arrow_btn {
    width: 100%;
  }

  .index_map {
    margin-bottom: 80rem;
  }

  .index_map__container {
    margin-bottom: 0;
  }

  .index_map__top {
    flex-direction: column;
  }

  .index_map__header {
    margin-bottom: 12rem;
  }

  .index_map__card {
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    padding: 10rem 15rem 0;
    transition: opacity .3s;
    right: 0;
  }

  .index_map__card__close {
    align-self: flex-end;
    margin-bottom: 10rem;
  }

  .index_map__card__close svg {
    stroke: #343434;
    flex-direction: column;
    width: 100%;
    height: 24rem;
    right: 0;
  }

  .index_map__card--active {
    opacity: 1;
    pointer-events: auto;
  }

  .index_map__card__photos {
    margin-bottom: 8rem;
    margin-right: 0;
  }

  .index_map__card__img {
    width: 100%;
  }

  .index_map__card__info__headers {
    margin-bottom: 14rem;
  }

  .index_map__card__info__headers .subtitle br {
    display: none;
  }

  .index_map__card__info__links {
    margin-bottom: 20rem;
  }

  .index_map__text {
    display: none;
  }

  .news_cards .section__top .section__header {
    margin-bottom: 24rem;
  }

  .news_cards .section__top .flex-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .news_cards__right {
    margin-left: 0;
  }

  .news_cards__grid {
    grid-column-gap: 0;
    grid-row-gap: 20rem;
    grid-template-columns: 1fr;
    margin-bottom: 36rem;
  }

  .news_cards__bottom .arrow_btn {
    width: 100%;
    padding: 10rem 48rem;
  }

  .news_card__img {
    height: 178rem;
  }

  .news_card__pic {
    margin-bottom: 12rem;
  }

  .news_card__info {
    padding-right: 0;
  }

  .news_card__header {
    margin-bottom: 12rem;
  }

  .news_card__text {
    margin-bottom: 14rem;
  }

  .partners__wrapper {
    margin-bottom: 28rem;
  }

  .partners__card {
    width: 143rem;
    height: 80rem;
  }

  .partners__card img {
    max-width: 100%;
  }

  .partners__control .partners__prev, .partners__control .partners__next {
    display: none;
  }

  .partners__scroll {
    width: 100%;
    margin: 0 15rem 0 0;
  }

  .feedback {
    padding: 48rem 0;
  }

  .feedback__container {
    flex-direction: column;
    padding: 48rem 15rem;
  }

  .feedback__left {
    width: 100%;
    margin-bottom: 22rem;
    margin-right: 0;
  }

  .feedback__header {
    margin-bottom: 12rem;
  }

  .feedback__input {
    width: 100%;
    margin-bottom: 12rem;
    padding: 12rem 14rem;
  }

  .feedback__politics {
    flex-direction: column;
    margin-bottom: 28rem;
    display: flex;
  }

  .feedback__politics a {
    width: 100%;
  }

  .feedback__right .base_btn {
    padding: 10rem 48rem;
  }

  .footer {
    padding-bottom: 45rem;
  }

  .mobile-bar {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .modal {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20rem 15rem;
    overflow-y: scroll;
  }

  .modal__buttons {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 28rem;
    display: flex;
  }

  .modal__close {
    cursor: pointer;
    width: 24rem;
    height: 24rem;
    margin-bottom: 24rem;
  }

  .modal__message {
    justify-content: center;
    width: 100%;
    height: calc(100% - 120rem);
    margin-top: 0;
  }

  .modal__message-header {
    text-align: center;
    margin-bottom: 16rem;
    line-height: 28rem;
  }

  .modal__message-text {
    width: 100%;
    margin-bottom: 32rem;
  }

  .modal__message-btn, .modal__callback-tabs, .modal__callback-form {
    width: 100%;
  }

  .modal__callback-form-submit {
    margin-top: 28rem;
    padding: 10rem;
  }

  .modal__callback-form-text {
    width: 100%;
  }

  .modal__callback-info {
    width: 100%;
    margin-top: 48rem;
    padding: 16rem;
  }

  .modal__callback-info-header {
    margin-bottom: 16rem;
  }

  .modal__callback-info-items {
    justify-content: normal;
    display: flex;
    flex-direction: column;
  }

  .modal__callback-content-body {
    flex-direction: column;
    margin-top: 32rem;
  }

  .modal__callback-content-text {
    width: 100%;
    margin-top: 16rem;
  }

  .callback-tabs {
    display: flex;
  }

  .callback-tabs label {
    width: 50%;
  }

  .callback-tabs label span {
    width: 100%;
  }

  .callback-tabs label:not(.callback-tabs label:first-of-type) {
    margin: 0;
  }

  .text_radio span {
    padding: 6rem 16rem;
  }

  .label-input {
    height: 45rem;
    margin-bottom: 16rem;
    padding: 14rem 12rem;
  }

  .label-input input:focus + span, .label-input input:not(:placeholder-shown) + span {
    transform: translateY(-15rem)scale(.7);
  }
}

.main.catalog {
  margin-top: 186rem;
}

.sub-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sub-header .breadcrumbs {
  margin-top: 60rem;
  margin-bottom: 36rem;
}

.window_shadow {
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  background: #0003;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.window_shadow--active {
  opacity: 1;
  pointer-events: auto;
}

.catalog--search {
  margin-bottom: 200rem;
}

.catalog--search .sub-header .h3 {
  max-width: 890rem;
  margin-bottom: 40rem;
}

.catalog--search .sub-header .btn-container {
  width: 570rem;
}

.catalog__actions {
  flex-direction: column;
  align-items: center;
  margin-top: 80rem;
  display: flex;
}

.catalog__show-more {
  margin-bottom: 36rem;
}

.catalog__pagination {
  align-items: center;
  display: flex;
}

.catalog__pagination-list {
  align-items: center;
  gap: 3rem;
  display: flex;
}

.catalog__pagination-list li .catalog__pagination-link {
  color: #343434;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  transition: all .3s;
  display: flex;
}

.catalog__pagination-list li a.catalog__pagination-link--active, .catalog__pagination-list li a.catalog__pagination-link:hover {
  color: #fff;
  background-color: #000;
}

.catalog__pagination .catalog__pagination-prev {
  margin-right: 85rem;
}

.catalog__pagination .catalog__pagination-next {
  margin-left: 85rem;
}

.catalog__title {
  color: #343434;
  margin-bottom: 60rem;
  position: relative;
}

.catalog__title .category-count {
  margin-left: 16rem;
  position: absolute;
  top: 0;
}

.catalog__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 60rem 36rem;
  display: grid;
}

.catalog__categories {
  margin-bottom: 120rem;
}

.catalog__tabs {
  justify-content: center;
  column-gap: 20rem;
  margin-bottom: 54rem;
  display: flex;
}

.catalog__selects {
  flex-wrap: wrap;
  gap: 15rem 36rem;
  margin-bottom: 60rem;
  display: flex;
}

.catalog__selects-item {
  width: 267rem;
}

.catalog__container {
  margin-bottom: 100rem;
}

.catalog__container .card {
  z-index: 2;
  position: relative;
}

.catalog__container .card__btns {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 100%;
}

.catalog__container .card__btns .link {
  background-color: #fff;
}

.catalog__filters .catalog__filters-sort-by-container {
  z-index: 301;
  position: relative;
}

.catalog__filters .catalog__filters-sort-by {
  background: #fff;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
}

.catalog__filters-info {
  justify-content: space-between;
  align-items: center;
  height: 0;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.catalog__filters-info--active {
  height: auto;
  margin-bottom: 65.5rem;
}

.catalog__filters-attributes {
  align-items: center;
  gap: 8rem;
  display: flex;
}

.catalog__filters-attributes-item {
  cursor: pointer;
  background-color: #fbf8f6;
  align-items: center;
  padding: 8rem 12rem;
  transition: opacity .3s;
  display: flex;
}

.catalog__filters-attributes-item:hover {
  opacity: .7;
}

.catalog__filters-results {
  align-items: center;
  display: flex;
}

.close-link__attributes {
  background-color: #fff;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  margin-left: 4rem;
  padding: 2rem;
}

.close-link__attributes svg {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.reset-filters {
  cursor: pointer;
}

.breadcrumbs {
  align-items: center;
  display: flex;
}

.breadcrumbs li:last-child {
  opacity: .4;
}

.breadcrumbs li:last-child a:after {
  display: none;
}

.breadcrumbs li a:after {
  content: "/";
  margin: 0 8rem;
}

.breadcrumbs span {
  color: #d0d0ce;
}

.category-item {
  grid-template-rows: 350rem minmax(35rem, auto) 1fr;
  display: grid;
}

.category-item__title {
  margin-top: 20rem;
  padding: 0 16rem;
}

.category-item__subcategories {
  flex-flow: wrap;
  gap: 8rem;
  margin-top: 16rem;
  display: flex;
}

.category-item__subcategories-item {
  background-color: #fbf8f6;
}

.category-item__subcategories-item span {
  padding: 4rem 16rem;
}

.category-item__subcategories-item:active span {
  color: #fff;
  background: #000;
}

.category-item__header {
  width: 100%;
  height: 350rem;
  display: inline-block;
  overflow: hidden;
}

.category-item__header:hover img {
  transform: scale(1.1);
}

.category-item__img {
  object-fit: cover;
  max-width: 100%;
  transition: transform .3s;
}

.sorting {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36rem;
  display: flex;
}

.sorting__only-show {
  align-items: center;
  display: flex;
}

.sorting__only-show-items {
  align-items: center;
  gap: 28rem;
  display: flex;
}

.sorting__sort-by {
  align-items: center;
  display: flex;
}

.sorting__sort-by-items {
  align-items: center;
  column-gap: 28rem;
  display: flex;
}

.sorting__text {
  opacity: .4;
  margin-right: 48rem;
}

.grid-one-col-img, .grid-two-col-img, .catalog__filters {
  display: none;
}

.filters-modal {
  z-index: 102;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.filters-modal__header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.filters-modal__body-items {
  margin-bottom: 88rem;
}

.filters-modal__body-item {
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  margin: 0;
  padding: 14rem 0;
}

.filters-modal__body-item:first-of-type {
  border-top: 1px solid #f2f2f2;
}

.filters-modal__body-item .price__filter {
  background-color: unset;
}

.filters-modal__body-item .price__filter:hover .price__filter__bottom {
  border-top: unset;
  height: 0;
  padding: 0;
}

.filters-modal__body-item .price__filter:hover .price__filter__main svg {
  transform: rotate(180deg);
}

.filters-modal__body-item .price__filter.openned .price__filter__bottom {
  height: auto;
  margin-top: 16rem;
}

.filters-modal__body-item .price__filter.openned .price__filter__main svg {
  transform: rotate(0);
}

.filters-modal__body-item .price__filter.openned .range-input {
  padding-bottom: 27rem;
}

.filters-modal__body-item .price__filter__main {
  align-items: center;
  padding: 0;
}

.filters-modal__body-item .price__filter__bottom {
  border-top: unset;
  background-color: unset;
  padding: 0;
  position: relative;
}

.filters-modal__body-item .price__filter__bottom .checkbox span:nth-child(2) {
  background: #f5f5f5;
}

.filters-modal__body-item-title {
  margin-bottom: 16rem;
}

.filters-modal__body-item-body {
  gap: 4rem;
  display: flex;
}

.filters-modal__actions {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 0 15rem 5rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.filters-modal__actions .btn-container {
  width: 100%;
}

.filters-modal__actions .close-link {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  padding: 10rem;
}

@media (max-width: 650px) {
  .main.catalog {
    margin-top: 50rem;
  }

  .sub-header .breadcrumbs {
    width: 100%;
    margin-top: 8rem;
    margin-bottom: 28rem;
  }

  .catalog--search {
    margin-bottom: 120rem;
  }

  .catalog--search .sub-header .h3 {
    margin-bottom: 36rem;
  }

  .catalog--search .sub-header .btn-container {
    width: 100%;
  }

  .catalog__container {
    margin-bottom: 48rem;
  }

  .catalog__container .card__btns {
    display: none;
  }

  .catalog__container .card__btns.btns_c {
    display: flex;
    position: initial;
    opacity: 1;
    margin-top: 12px;
  }

  .catalog__title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20rem;
    display: flex;
  }

  .catalog__title .category-count {
    margin-top: 8rem;
    margin-left: 0;
    position: relative;
  }

  .catalog__grid {
    display: block;
  }

  .catalog__grid.grid-two-col {
    grid-template-columns: repeat(2, 141rem);
    gap: 12rem 8rem;
    display: grid;
  }

  .catalog__grid.grid-two-col .card {
    grid-template-rows: 95rem minmax(10rem, auto) minmax(13rem, auto);
    width: 100%;
    display: grid;
  }

  .catalog__grid.grid-two-col .card .card__picture {
    height: auto;
    margin-bottom: 8rem;
  }

  .catalog__grid.grid-two-col .card .card__tags {
    display: none;
  }

  .catalog__grid.grid-two-col .card .card__text {
    height: auto;
  }

  .catalog__grid.grid-two-col .card .card__header__line {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 6rem;
    display: flex;
  }

  .catalog__grid.grid-two-col .card .card__header__tag {
    margin-left: unset;
    display: block;
  }

  .catalog__grid.grid-two-col .card .card__info {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .catalog__grid.grid-two-col .card .card__price__main {
    font-size: 15rem;
  }

  .catalog__grid.grid-two-col .card .card__price__old {
    font-size: 10rem;
  }

  .catalog__grid.grid-two-col .card .card__info__size {
    margin-left: unset;
    margin-top: 8rem;
  }

  .catalog__categories {
    margin-bottom: 48rem;
  }

  .catalog__tabs {
    justify-content: flex-start;
    gap: 4rem;
    margin-bottom: 24rem;
    padding-left: 15rem;
    padding-right: 15rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .catalog__tabs::-webkit-scrollbar-thumb {
    display: none;
  }

  .catalog__tabs .text-checkbox > div {
    width: max-content;
  }

  .catalog__selects, .catalog__filters-info {
    display: none;
  }

  .catalog__actions {
    margin-top: 36rem;
  }

  .catalog__pagination .arrow {
    width: 36rem;
    height: 36rem;
  }

  .catalog__pagination .catalog__pagination-prev {
    margin-right: 34rem;
  }

  .catalog__pagination .catalog__pagination-next {
    margin-left: 34rem;
  }

  .catalog__pagination .catalog__pagination-link {
    width: 28rem !important;
    height: 28rem !important;
  }

  .catalog__show-more {
    margin-bottom: 28rem;
  }

  .catalog__show-more .base_btn {
    width: 290rem;
    padding: 10rem 20rem;
  }

  .catalog__filters {
    flex-direction: column;
    margin-bottom: 20rem;
    display: flex;
  }

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

  .catalog__filters-filters {
    cursor: pointer;
    align-items: center;
    display: flex;
  }

  .catalog__filters-filters img {
    width: 20rem;
    height: 20rem;
  }

  .catalog__filters-filters span {
    margin-left: 6rem;
  }

  .catalog__filters-sort-by {
    cursor: pointer;
    align-items: center;
    display: flex;
  }

  .catalog__filters-sort-by span {
    white-space: nowrap;
    margin-right: 4rem;
  }

  .catalog__filters-sort-by svg {
    width: 20rem;
    height: 20rem;
    transform: rotate(180deg);
  }

  .catalog__filters-sort-by-list {
    text-align: right;
    background-color: #fff;
    width: 100%;
    height: 0;
    padding: 8rem 24rem 0 8rem;
    transition: height .3s;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
  }

  .catalog__filters-sort-by-list li {
    opacity: .4;
    margin-bottom: 8rem;
  }

  .catalog__filters-sort-by-list li.active {
    display: none;
  }

  .catalog__filters-sort-by.openned svg {
    transform: rotate(0);
  }

  .catalog__filters-sort-by.openned .catalog__filters-sort-by-list {
    height: auto;
  }

  .catalog__filters-sort-by-container {
    justify-content: flex-end;
    width: 50%;
    display: flex;
    position: relative;
  }

  .catalog__filters-center {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 4rem;
    margin-top: 16rem;
    display: flex;
  }

  .catalog__filters-center > span {
    opacity: .4;
    margin-right: auto;
  }

  .catalog__filters-attributes-item {
    padding: 6rem;
  }

  .catalog__filters-bottom {
    flex-direction: column;
    margin-top: 20rem;
    display: flex;
  }

  .catalog__filters-bottom > span {
    opacity: .4;
  }

  .catalog__filters-bottom-actions {
    justify-content: space-between;
    align-items: center;
    margin-top: 12rem;
    display: flex;
  }

  .catalog__filters-only-show-items {
    align-items: center;
    gap: 20rem;
    font-size: 10rem;
    display: flex;
  }

  .catalog__change-grid {
    display: flex;
  }

  .catalog__change-grid .grid-one-col-img {
    display: block;
  }

  .catalog__change-grid .grid-two-col-img, .catalog__change-grid .grid-two-col .grid-one-col-img {
    display: none;
  }

  .catalog__change-grid .grid-two-col .grid-two-col-img {
    display: block;
  }

  .catalog__change-grid img {
    width: 20rem;
    height: 20rem;
  }

  .close-link__attributes {
    width: 13rem;
    height: 13rem;
  }

  .checkbox span:nth-child(2) {
    width: 18rem;
    height: 18rem;
  }

  .category-item {
    margin-bottom: 36rem;
    display: block;
  }

  .category-item__header {
    height: 178rem;
    position: relative;
  }

  .category-item__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .category-item__title {
    margin-top: 12rem;
    padding: 0 8rem;
  }

  .category-item__subcategories {
    gap: 6rem 4rem;
    margin-top: 14rem;
  }

  .category-item__subcategories-item {
    font-size: 10rem;
    line-height: 12.6rem;
  }

  .category-item__subcategories-item span {
    padding: 2rem 4rem;
  }

  .category-item__subcategories-item:active span {
    color: #fff;
    background: #000;
  }

  .sorting {
    display: none;
  }

  .text-checkbox--underline div:after {
    bottom: 0;
  }

  .text-checkbox--underline div {
    padding: 10rem 4rem;
    font-size: 10rem;
  }

  .filters-modal__body-item .price-input {
    justify-content: space-between;
    margin-bottom: 20rem;
  }

  .filters-modal__body-item .price-input_left, .filters-modal__body-item .price-input_right {
    align-items: center;
    display: flex;
  }

  .filters-modal__body-item .price-input_text {
    width: auto;
    margin-bottom: 0;
  }

  .filter__gabarites {
    margin-bottom: 10rem;
  }

  .price__filter--color {
    width: 100%;
  }
}

main.product {
  margin-top: 186rem;
}

main.product .breadcrumbs-container {
  display: flex;
}

main.product .breadcrumbs {
  margin: 40rem 0 37rem;
}

.product__card-container {
  column-gap: 80rem;
  display: flex;
}

.product__card-title {
  margin-bottom: 28rem;
}

.product__card-price {
  margin-bottom: 8rem;
}

.product__card-price-hint {
  background-color: #f5f5f5;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24rem;
  padding: 8rem;
  display: flex;
}

.product__card-price-hint img {
  width: 20rem;
  height: 20rem;
  margin-right: 4rem;
}

.product__card-price-container {
  border-bottom: 1px solid #343434;
  padding-bottom: 20rem;
}

.product__card-price-old {
  color: #d0d0ce;
  margin-left: 16rem;
  text-decoration: line-through;
}

.product__card-attributes-attributes {
  flex-direction: column;
  row-gap: 24rem;
  margin-top: 36rem;
  display: flex;
}

.product__card-attributes-attributes .card-attributes__item-header {
  opacity: .4;
  margin-bottom: 16rem;
}

.product__card-attributes-attributes .card-attributes__item-body {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.product__card-attributes-attributes .card-attributes__fabric-choose {
  align-items: center;
  display: flex;
  margin-bottom: 7px;
}

.product__card-attributes-attributes .card-attributes__fabric-img {
  object-fit: cover;
  width: 28rem;
  height: 20rem;
  margin-right: 8rem;
}

.product__card-attributes-attributes .card-attributes__fabric-img img {
  widht: 100%;
  height: 100%;
}

.product__card-attributes-body {
  height: auto;
  transition: all .3s;
}

.product__card-actions {
  flex-direction: column;
  align-items: center;
  row-gap: 8rem;
  margin-top: 48rem;
  display: flex;
}

.product__card-actions .btn-container {
  width: 100%;
}

.product__card-actions .buy-one-click-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12rem;
  transition: margin .3s;
  display: flex;
}

.product__card-count {
  background-color: #f5f5f5;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12rem;
  padding: 4rem 8rem;
}

.product__3d-modal {
  z-index: 1;
  position: absolute;
  top: 12rem;
  right: 12rem;
}

.product__3d-modal .card__tag svg {
  margin-left: 4rem;
  margin-right: 0;
}

.product__slider {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.product__slider-container {
  position: relative;
}

.product__slider-wrapper {
  align-items: center;
  display: flex;
}

.product__slider-item {
  object-fit: cover;
  flex-shrink: 0;
  max-width: 100%;
}

.product__slider-item img {
  cursor: url("../image/zoom-in.svg"), auto;
  width: 100%;
}

.product__slider .cards__prev {
  position: absolute;
  top: calc(50% - 40rem);
  left: 12rem;
}

.product__slider .cards__next {
  position: absolute;
  top: calc(50% - 40rem);
  right: 12rem;
}

.product__slider-preview {
  width: 520rem;
  max-width: 100%;
  position: absolute;
  bottom: 8rem;
  left: calc(50% - 260rem);
  overflow: hidden;
}

.product__slider-preview-wrapper {
  align-items: center;
  display: flex;
}

.product__slider-preview-item {
  object-fit: cover;
  opacity: .4;
  cursor: pointer;
  flex-shrink: 0;
  max-width: 100%;
  padding: 4rem;
  transition: opacity .3s;
}

.product__slider-preview-item img {
  width: 100%;
}

.product__slider-preview-item.swiper-slide-thumb-active {
  opacity: 1;
}

.product__slider-mobile {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.product__slider-mobile-wrapper {
  align-items: center;
  display: flex;
}

.product__slider-mobile-wrapper .card__tags {
  left: 15rem;
}

.product__slider-mobile-wrapper .product__3d-modal {
  top: 6rem;
  right: 15rem;
}

.product__slider-mobile-item {
  object-fit: cover;
  flex-shrink: 0;
  max-width: 100%;
}

.product__slider-mobile-item img {
  width: 100%;
}

.product__slider-mobile-preview {
  padding-right: 0;
}

.product__slider-mobile-preview-wrapper {
  align-items: center;
  display: flex;
}

.product__slider-mobile-preview-item {
  object-fit: cover;
  opacity: .4;
  cursor: pointer;
  flex-shrink: 0;
  max-width: 100%;
  padding: 4rem;
  transition: opacity .3s;
}

.product__slider-mobile-preview-item img {
  width: 100%;
}

.product__slider-mobile-preview-item.swiper-slide-thumb-active {
  opacity: 1;
}
.product__slider-mobile .cards__prev {
  position: absolute;
  top: calc(50% - 20rem);
  left: 2rem;
  width: 50px;
  height: 50px;
}

.product__slider-mobile .cards__next{
  position: absolute;
  top: calc(50% - 20rem);
  right: 2rem;
  width: 50px;
  height: 50px;
}

.product__card-left {
  width: 1023rem;
  max-width: 100%;
}

.product__benefits {
  border-bottom: 1px solid #343434;
  justify-content: space-between;
  align-items: center;
  margin-top: 20rem;
  padding: 16rem 0;
  display: flex;
}

.product__benefits-item {
  align-items: center;
  gap: 12rem;
  display: flex;
}

.product__benefits-item-elipse {
  background-color: #fbf8f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60rem;
  height: 60rem;
  display: flex;
}

.product__benefits-item-elipse img {
  width: 20rem;
  height: 20rem;
}

.product__benefits-item-elipse span {
  font-size: 14rem;
  font-weight: 600;
}

.product__benefits-item:first-of-type .product__benefits-item-elipse svg {
  width: 16rem;
  height: 16rem;
}

.product__characteristics {
  margin-top: 80rem;
}

.product__characteristics-title {
  margin-bottom: 40rem;
}

.product__characteristics-items {
  grid-template-columns: 1fr 1fr;
  gap: 12rem 36rem;
  display: grid;
}

.product__characteristics-item {
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between;
  padding-bottom: 8rem;
  display: flex;
}

.product__characteristics-item-name {
  opacity: .4;
}

.product__description {
  grid-template-columns: 1fr 1fr;
  column-gap: 36rem;
  margin-top: 48rem;
  display: grid;
}

.product__description-img img {
  max-width: 100%;
}

.product__related-products .cards__swiper {
  justify-content: space-between;
}

.product__viewed-swiper {
  overflow: hidden;
}

.product__viewed-wrapper {
  display: flex;
}

.product__viewed-wrapper .card {
  flex-shrink: 0;
  width: 417rem;
}

.product__viewed-wrapper .card__picture {
  height: 256rem;
}

.product__card-mobile {
  display: none;
}

.product-imgs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 64rem 70rem 79rem;
  display: flex;
  position: relative;
}

.product-imgs__header {
  width: 100%;
}

.product-imgs__title {
  z-index: 2;
  width: 613rem;
  position: absolute;
  top: 60rem;
  right: 134rem;
}

.product-imgs__slider {
  flex-direction: column;
  width: 1478rem;
  height: 910rem;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.product-imgs__slider-container {
  justify-content: center;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.product-imgs__slider-wrapper {
  align-items: center;
  display: flex;
}

.product-imgs__slider-slide {
  object-fit: cover;
  flex-shrink: 0;
  max-width: 100%;
}

.product-imgs__slider-slide img {
  width: 100%;
}

.product-imgs__slider .cards__prev {
  z-index: 1;
  position: absolute;
  top: calc(50% - 40rem);
  left: 0;
}

.product-imgs__slider .cards__next {
  z-index: 1;
  position: absolute;
  top: calc(50% - 40rem);
  right: 0;
}

.product-imgs__slider-pagination {
  z-index: 1;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 24rem !important;
}

.product-imgs__slider-pagination .product-imgs__slider-pagination-bullet {
  background-color: #d0d0ce;
  align-items: center;
  width: 48rem;
  height: 2rem;
  margin-right: 20rem;
  display: flex;
}

.product-imgs__slider-pagination .product-imgs__slider-pagination-bullet--active {
  background-color: #000;
}

.product-imgs .modal__close {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
}

.product-imgs .modal__close img {
  width: 36rem;
  height: 36rem;
}

.card-additional-info {
  margin-top: 53rem;
}

.card-additional-info__item {
  border-bottom: 1px solid #f2f2f2;
  align-items: center;
  padding: 16rem 0;
  display: flex;
}

.card-additional-info__item img {
  margin-right: 12rem;
  width: 24px;
  height: 24px;
}

.card-additional-info__item:first-of-type {
  border-top: 1px solid #f2f2f2;
}

.card-additional-info__online-view {
  background-color: #fbf8f6;
  margin-top: 36rem;
  padding: 20rem;
}

.card-additional-info__online-view-header {
  align-items: center;
  display: flex;
}

.card-additional-info__online-view-body {
  margin-top: 6rem;
  padding: 0 24rem;
}

.card-additional-info__online-view-info1 {
  opacity: .4;
  margin-bottom: 16rem;
}

.red-bullet {
  background-color: #ca3232;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  margin-right: 12rem;
}

.fabric-select {
  height: 0;
  transition: height .3s;
  overflow: hidden;
}

.fabric-select.openned {
  height: auto;
  overflow: visible;
}

.fabric-select.openned + .product__card-attributes-body {
  height: 0;
  overflow: hidden;
}

.fabric-select__header {
  justify-content: space-between;
  align-items: center;
  margin-top: 36rem;
  display: flex;
}

.fabric-select__close {
  cursor: pointer;
  width: 36rem;
  height: 36rem;
}

.fabric-select__close img {
  width: 100%;
  height: 100%;
}

.fabric-select__items {
  flex-direction: column;
  gap: 32rem;
  margin-top: 36rem;
  display: flex;
}

.fabric-select__item-list {
  gap: 20rem;
  margin-top: 20rem;
  display: flex;
  flex-wrap: wrap;
}

.fabric-select__apply {
  margin-top: 48rem;
}

.card-features {
  background-color: #f5f5f5;
  margin-top: 100rem;
  padding: 80rem 70rem;
}

.card-features__container {
  column-gap: 82rem;
  padding: 0;
  display: flex;
}

.card-features__left {
  width: 1023rem;
}

.card-features__left-items {
  grid-template-columns: repeat(2, 493rem);
  column-gap: 36rem;
  display: grid;
}

.card-features__left-item {
  grid-template-rows: 303rem minmax(50rem, auto);
  display: grid;
}

.card-features__left-item-img {
  object-fit: cover;
  width: 100%;
  height: 303rem;
  position: relative;
}

.card-features__left-item-img img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-features__left-item-text {
  margin-top: 20rem;
}

.card-features__header {
  margin-bottom: 40rem;
}

.card-features__right-item {
  align-items: flex-start;
  column-gap: 20rem;
  padding: 28rem 42rem 28rem 0;
  display: flex;
}

.card-features__right-item-img img {
  width: 60rem;
  height: 60rem;
}

.card-features__right-item-text {
  margin-top: 12rem;
}

.interior {
  background-color: #f5f5f5;
  padding-top: 100rem;
  padding-bottom: 100rem;
}

.interior__header {
  justify-content: space-between;
}

.interior__header-text {
  max-width: 536rem;
}

.interior__swiper {
  overflow: hidden;
}

.interior__swiper-container {
  padding-right: 0;
}

.interior__swiper-wrapper {
  height: 600rem;
  display: flex;
}

.interior__swiper-item img {
  max-height: 100%;
}

.interior__control {
  justify-content: flex-end;
  align-items: center;
  margin-top: 48rem;
  display: flex;
}

.interior__control .interior__scroll {
  background: #d0d0ce;
  width: 610rem;
  height: 2rem;
  margin: 0 60rem;
}

.interior__control .interior__scroll__el {
  cursor: pointer;
  background: #e9cbb2;
  align-items: center;
  height: 100%;
  display: flex;
}

.interior__control .interior__scroll__el:after {
  content: "";
  width: 100%;
  height: 800%;
}

@media (max-width: 650px) {
  main.product {
    margin-top: 49rem;
  }

  main.product .breadcrumbs {
    margin: 8rem 0 24rem;
  }

  .breadcrumbs {
    overflow-x: scroll;
  }

  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs li {
    white-space: nowrap;
  }

  .product__card-mobile {
    max-width: 100%;
    display: block;
  }

  .product__card-left {
    display: none;
  }

  .product__card-container {
    column-gap: 0;
  }

  .product__card-right {
    max-width: 100%;
    margin-top: 24rem;
  }

  .product__card-title {
    margin-bottom: 12rem;
  }

  .product__card-price-container {
    padding-bottom: 16rem;
  }

  .product__card-price-hint {
    margin-bottom: 20rem;
  }

  .product__card-price-hint img {
    width: 13rem;
    height: 13rem;
    margin-right: 6rem;
  }

  .product__card-attributes-attributes {
    row-gap: 16rem;
    margin-top: 16rem;
  }

  .product__card-attributes-attributes .card-attributes__item-header {
    margin-bottom: 12rem;
  }

  .product__card-actions {
    gap: 4rem;
    margin-top: 28rem;
  }

  .product__characteristics-items {
    grid-template-columns: 1fr;
  }

  .product__characteristics-title {
    margin-bottom: 24rem;
  }

  .product__description {
    flex-direction: column-reverse;
    gap: 12rem;
    width: 100%;
    margin-top: 28rem;
    display: flex;
  }

  .product__benefits {
    border-top: 1px solid #343434;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 32rem;
    padding: 8rem 0;
  }

  /*
  .product__related-products .cards__swiper {
    flex-direction: column;
    gap: 16rem;
  }*/

  .product__related-products .card {
    width: 100%;
    margin: 0;
  }

  .product__related-sale {
    margin-bottom: 80rem;
  }

  .product__related-sale-container {
    padding-right: 0;
  }

  .product__viewed-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 12rem 8rem;
    margin-bottom: 48rem;
    display: grid;
  }

  .product__viewed-wrapper .card {
    grid-template-rows: 89rem minmax(100rem, auto) 38rem;
    width: 141rem;
    display: grid;
  }

  .product__viewed-wrapper .card__text {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .product__viewed-wrapper .card__picture {
    height: 81rem;
    margin-bottom: 8rem;
  }

  .product__viewed-wrapper .card__tags, .product__viewed-wrapper .card__btns {
    display: none;
  }

  .product__viewed-wrapper .card__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8rem;
    margin-bottom: 0;
  }

  .product__viewed-wrapper .card__info__size {
    margin-left: 0;
  }

  .product__viewed-wrapper .card__price__main {
    font-size: 15rem;
  }

  .product__viewed-wrapper .card__price__old {
    font-size: 10rem;
  }

  .card__header__line {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .card__header__tag {
    margin-bottom: 6rem;
    margin-left: 0;
    display: block;
  }

  .card-additional-info {
    margin-top: 32rem;
  }

  .card-additional-info__item {
    font-size: 10rem;
    line-height: 12.6rem;
  }

  .card-additional-info__item img {
    width: 20rem;
    height: 20rem;
  }

  .card-additional-info__online-view {
    margin-top: 20rem;
    padding: 12rem;
  }

  .interior {
    padding: 48rem 0;
  }

  .interior__swiper-wrapper {
    height: 200rem;
  }

  .interior__swiper-item {
    object-fit: cover;
    width: 290rem;
    height: 100%;
  }

  .interior__header {
    flex-direction: column;
    gap: 12rem;
  }

  .interior__control {
    margin-top: 28rem;
  }

  .interior__control .interior__scroll {
    width: 100%;
    margin: 0;
  }

  .interior__prev, .interior__next {
    display: none;
  }

  .card-features {
    margin-top: 40rem;
    padding: 36rem 15rem;
  }

  .card-features__container {
    flex-direction: column;
  }

  .card-features__left {
    max-width: 100%;
  }

  .card-features__left-items {
    flex-direction: column;
    gap: 20rem;
    display: flex;
  }

  .card-features__left-item {
    display: block;
  }

  .card-features__left-item-text {
    margin-top: 12rem;
  }

  .card-features__left-item-img {
    object-fit: cover;
    height: 178rem;
    overflow: hidden;
  }

  .card-features__header {
    margin-bottom: 16rem;
  }

  .card-features__right {
    margin-top: 36rem;
  }

  .card-features__right-item {
    gap: 12rem;
    padding: 16rem 0;
  }

  .product-imgs {
    padding: 0;
  }

  .product-imgs__header {
    align-items: flex-start;
    max-width: 100%;
    padding: 20rem 15rem;
    display: flex;
  }

  .product-imgs__title {
    position: unset;
    width: 100%;
    margin-right: 15rem;
  }

  .product-imgs .modal__close {
    width: auto;
  }

  .product-imgs .modal__close img {
    width: 24rem;
    height: 24rem;
  }

  .product-imgs__slider {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .product-imgs__slider-wrapper {
    flex-direction: column;
    gap: 12rem;
  }

  .product-imgs__slider-pagination, .product-imgs__slider .cards__prev, .product-imgs__slider .cards__next {
    display: none;
  }

  .fabric-select {
    overflow-x: hidden;
  }

  .fabric-select.openned {
    z-index: 102;
    background-color: #fff;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    padding: 20rem 15rem 15rem;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }

  .fabric-select.openned .fabric-select__apply {
    position: relative;
  }

  .fabric-select.openned .fabric-select__apply .btn {
    width: 290rem;
    max-width: 100%;
    position: fixed;
    bottom: 15rem;
    left: 15rem;
    right: 15rem;
  }

  .fabric-select__header {
    margin-top: 16rem;
  }

  .fabric-select__item-list {
    flex-wrap: wrap;
    gap: 11rem;
    margin-top: 12rem;
  }

  .fabric-select__item-list .img_check {
    align-items: flex-start;
  }

  .fabric-select__item-list .img_check img {
    width: 48rem;
    height: 32rem;
    margin-bottom: 6rem;
  }

  .fabric-select__item-list .img_check span {
    font-size: 10rem;
  }
}

.cartpage_empty {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cartpage_empty .btn-container {
  width: 560rem;
}

.cartpage_hero {
  padding: 340rem 0 200rem;
}

.cartpage_hero--main {
  padding-top: 240rem;
}

.cartpage_hero__header {
  margin-bottom: 28rem;
}

.cartpage_hero__text {
  max-width: 364rem;
  margin-bottom: 40rem;
}

.cartpage_full_header {
  margin-bottom: 60rem;
}

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

.cartpage_full_left {
  flex-direction: column;
  width: 1123rem;
  display: flex;
}

@media (max-width: 1024px) {
  .cartpage_full_left {
    width: 1059rem;
  }
}

.cartpage_full_left .cart_card {
  padding: 40rem 0;
}

.cartpage_full_right {
  background: #fbf8f6;
  flex-direction: column;
  width: 100%;
  padding: 40rem;
  display: flex;
}

.cartpage_full_right .subtitle {
  margin-bottom: 32rem;
}

.cartpage_full_right .btn-container {
  margin-bottom: 12rem;
}

.cartpage_full_right .base_btn {
  margin-bottom: 48rem;
  padding: 12rem 48rem;
}

.cartpage_full_right .headline {
  margin-bottom: 20rem;
}

.cartpage_full_line {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16rem;
  padding-bottom: 8rem;
  display: flex;
}

.cartpage_full_line .maintext:first-child {
  opacity: .4;
}

.cartpage_full_total {
  margin-top: 40rem;
  margin-bottom: 26rem;
}

.cartpage_full__form {
  align-items: flex-end;
  gap: 16rem;
  display: flex;
}

.cartpage_full__form .label-input, .cartpage_full__form .base_btn {
  margin-bottom: 0;
}

.cartpage__form {
  width: 1023rem;
  max-width: 100%;
}

.cartpage__form .btn-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.cartpage__form .liltext {
  color: #343434;
  max-width: 630rem;
}

.cartpage__form .liltext a {
  text-decoration: underline;
}

.cartpage_thanks {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 735rem;
  margin: 0 auto;
  padding-top: 150rem;
  display: flex;
}

.cartpage_thanks .h2 {
  margin-bottom: 28rem;
}

.cartpage_thanks > .maintext {
  width: 365rem;
  max-width: 100%;
  margin-bottom: 40rem;
}

.cartpage_thanks .btn-container {
  width: 569rem;
  max-width: 100%;
}

.backlink {
  align-items: center;
  margin-bottom: 36rem;
  display: flex;
}

.backlink svg {
  width: 24rem;
  height: 24rem;
  margin-right: 8rem;
}

.suitable {
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.suitable__top {
  align-items: center;
  margin-bottom: 48rem;
  display: flex;
}

.suitable__wrapper {
  background: #fff;
  padding: 80rem 78rem;
}

.suitable__cards {
  gap: 36rem;
  display: flex;
}

.suitable__cards .card__btns {
  opacity: 1;
}

.suitable__cards .card__btns .link {
  display: none;
}

.suitable__close {
  margin-left: auto;
}

.suitable__close svg {
  stroke: #343434;
  width: 36rem;
  height: 36rem;
}

.suitable--active {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 650px) {
  .cartpage_hero {
    padding: 164rem 0 120rem;
  }

  .cartpage_hero--main {
    padding-top: 60rem;
  }

  .cartpage_hero__header {
    margin-bottom: 12rem;
  }

  .cartpage_hero__text {
    max-width: 230rem;
    margin-bottom: 36rem;
  }

  .cartpage_hero .btn-container {
    width: 100%;
  }

  .cartpage_full_header {
    margin-bottom: 24rem;
  }

  .cartpage_full_grid {
    flex-direction: column;
  }

  .cartpage_full_left {
    gap: 24rem;
    width: 100%;
    margin-bottom: 36rem;
  }

  .cartpage_full_left .cart_card {
    padding: 0;
  }

  .cartpage_full_right {
    width: 100%;
    padding: 24rem 15rem;
  }

  .cartpage_full_right .subtitle {
    margin-top: 24rem;
    margin-bottom: 12rem;
  }

  .cartpage_full_right .subtitle:first-child {
    display: none;
  }

  .cartpage_full_right .btn-container {
    margin: 24rem 0 4rem;
  }

  .cartpage_full_line {
    margin-bottom: 0;
  }

  .cartpage_full__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 28rem;
  }

  .cartpage_final .cartpage_full_grid {
    flex-direction: column-reverse;
  }

  .cartpage_final .cartpage_full_left {
    margin-bottom: 0;
  }

  .cartpage_final .cartpage_full_right {
    margin-bottom: 24px;
  }

  .cartpage_thanks {
    padding-top: 104rem;
  }

  .cartpage_thanks .h2 {
    margin-bottom: 12rem;
  }

  .cartpage_thanks > .maintext {
    width: 240rem;
    margin-bottom: 36rem;
  }

  .cartpage_thanks .btn-container {
    width: 569rem;
    max-width: 100%;
  }
}

.contacts {
  margin-bottom: 120rem;
  padding-top: 186rem;
}

.contacts__header {
  margin-bottom: 36rem;
}

.contacts__top {
  margin-bottom: 32rem;
  display: flex;
}

.contacts__top__left {
  gap: 20rem;
  margin-left: auto;
  margin-right: 530rem;
  display: flex;
}

.contacts__list {
  grid-column-gap: 34rem;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.contacts__list.active {
  display: grid;
}

.contacts__map {
  display: none;
}

.contacts__map.active {
  display: block;
}

.contacts__card {
  align-items: center;
  padding: 48rem 0;
  display: flex;
}

.contacts__card:hover .contacts__card__pagination {
  pointer-events: auto;
  opacity: 1;
}

.contacts__card__slider {
  flex-shrink: 0;
  width: 418rem;
  height: 257rem;
  margin-right: 36rem;
  position: relative;
  overflow: hidden;
}

.contacts__card__img {
  object-fit: cover;
  opacity: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition: opacity .75s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.contacts__card__img--active {
  opacity: 1;
}

.contacts__card__pagination {
  opacity: 0;
  pointer-events: none;
  width: 181rem;
  margin: 0 auto;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  bottom: 16rem;
  left: 0;
  right: 0;
}

.contacts__card__pagination_btn {
  background: #fff;
  flex: 1;
  align-items: center;
  height: 2rem;
  margin-right: 8rem;
  display: flex;
  position: relative;
}

.contacts__card__pagination_btn--active {
  background: #e9cbb2;
}

.contacts__card__pagination_btn:after {
  content: "";
  width: 100%;
  height: 800%;
}

.contacts__card__text {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.contacts__card__text .subtitle {
  margin-bottom: 28rem;
}

.contacts__card__bottom {
  align-items: center;
  display: flex;
}

.contacts__card__bottom .link {
  margin-left: auto;
}

.contacts .index_map__card {
  right: 0;
}

.contacts .index_map__text {
  width: 621rem;
  margin-bottom: 12rem;
  margin-left: 957rem;
}

.contacts .index_map__text:last-child {
  margin-bottom: 0;
}

.contacts__gallery {
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding: 114rem 70rem 79rem;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.contacts__gallery.active {
  opacity: 1;
  pointer-events: auto;
}

.contacts__gallery__swiper {
  height: 100%;
  margin: 0 70rem;
  position: relative;
  overflow: hidden;
}

.contacts__gallery__wrapper {
  height: 100%;
  display: flex;
}

.contacts__gallery__img {
  flex-shrink: 0;
}

.contacts__gallery__btn svg {
  width: 80rem;
  height: 80rem;
}

.contacts__gallery__btn:disabled {
  opacity: .4;
}

.contacts__gallery__prev svg {
  transform: scale(-1, 1);
}

.contacts__gallery__close {
  position: absolute;
  top: 70rem;
  right: 70rem;
}

.contacts__gallery__close svg {
  stroke: #000;
  width: 36rem;
  height: 36rem;
}

@media (max-width: 650px) {
  .contacts {
    margin-bottom: 48rem;
    padding-top: 52rem;
  }

  .contacts__header {
    margin-bottom: 16rem;
  }

  .contacts__top {
    flex-direction: column;
    margin-bottom: 12rem;
    display: flex;
  }

  .contacts__top__left {
    margin: 0 auto 16rem;
  }

  .contacts__list {
    flex-direction: column;
    display: none;
  }

  .contacts__list.active {
    display: flex;
  }

  .contacts__card {
    flex-direction: column;
    padding: 16rem 0;
  }

  .contacts__card__slider {
    width: 100%;
    margin-bottom: 8rem;
    margin-right: 0;
  }

  .contacts__card .subtitle {
    margin-bottom: 14rem;
  }

  .contacts__card .index_map__card__info__link {
    margin-bottom: 6rem;
  }

  .contacts__gallery {
    padding: 65rem 0 0;
    overflow-y: auto;
  }

  .contacts__gallery__swiper {
    width: 100%;
    margin: 0;
    overflow: visible;
  }

  .contacts__gallery__wrapper {
    flex-direction: column;
    gap: 12rem;
  }

  .contacts__gallery__img {
    object-fit: cover;
    height: 197rem;
  }

  .contacts__gallery__btn {
    display: none;
  }

  .contacts__gallery__close {
    top: 20rem;
    right: 15rem;
  }

  .contacts__gallery__close svg {
    width: 24rem;
    height: 24rem;
  }

  .contacts__gallery .hero__pagination {
    display: none;
  }
}

.aboutpage {
  padding-top: 180rem;
}

.aboutpage_hero {
  background: url("../image/about.png") center / cover no-repeat;
  width: 100%;
  height: 500rem;
  margin-bottom: 0;
}

.aboutpage_nav .breadcrumbs {
  margin-top: 40rem;
}

.aboutpage_nav__header {
  margin-bottom: 32rem;
}

.aboutpage_nav__text {
  max-width: 537rem;
  margin: 0 auto 80rem;
}

.aboutpage_nav__line {
  border-top: 1rem solid #343434;
  border-bottom: 1rem solid #343434;
  justify-content: space-between;
  width: 100%;
  padding: 40rem 0;
  display: flex;
}

.aboutpage_nav__card {
  text-align: left;
  align-items: center;
  display: flex;
}

.aboutpage_nav__card svg {
  width: 80rem;
  height: 80rem;
  margin-right: 16rem;
}

.aboutpage_nav__card .headline {
  max-width: 386rem;
}

.aboutpage_interer {
  margin-bottom: 220rem;
  position: relative;
}

.aboutpage_interer__header {
  width: 872rem;
  margin-bottom: 72rem;
  margin-left: 58rem;
}

.aboutpage_interer__header span {
  color: #c7a88b;
}

.aboutpage_interer__bottom {
  display: flex;
}

.aboutpage_interer__img {
  object-fit: cover;
  width: 791rem;
  height: 613rem;
  margin-right: 187rem;
}

.aboutpage_interer__text {
  max-width: 604rem;
}

.aboutpage_interer__backimg {
  z-index: -1;
  background: #e9cbb2;
  justify-content: flex-end;
  align-items: flex-end;
  width: 488rem;
  height: 593rem;
  display: flex;
  position: absolute;
  top: 40rem;
  right: 0;
}

.aboutpage_interer__backimg img {
  object-fit: cover;
  width: 244rem;
  height: 297rem;
}

.aboutpage_hint__container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.aboutpage_hint__container svg {
  width: 182rem;
  height: 80rem;
}

.aboutpage_hint__header {
  max-width: 1310rem;
}

.aboutpage_hint__header span {
  color: #c7a88b;
}

.aboutpage_punkts {
  background: #f5f5f5;
  padding: 100rem 0;
}

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

.aboutpage_punkts__items {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.aboutpage_punkts__item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding: 28rem;
  display: flex;
}

.aboutpage_punkts__item .maintext {
  opacity: .7;
}

.aboutpage_punkts__item:before {
  content: "";
  background: #000;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  margin-bottom: 24rem;
}

.aboutpage_punkts__img {
  object-fit: cover;
  width: 453rem;
  height: 609rem;
}

.aboutpage_punkts__img:first-child {
  transform: scale(-1, 1);
}

.aboutpage_fabric__container {
  display: flex;
}

.aboutpage_fabric__left {
  flex-shrink: 0;
  width: 770rem;
  margin-right: 443rem;
}

.aboutpage_fabric__header {
  margin-bottom: 60rem;
}

.aboutpage_fabric__header span {
  color: #c7a88b;
}

.aboutpage_fabric__right {
  flex-direction: column;
  gap: 27rem;
  width: 100%;
  display: flex;
}

.aboutpage_fabric__item {
  border-bottom: 1rem solid #f2f2f2;
  flex-direction: column;
  gap: 20rem;
  width: 100%;
  padding: 28rem;
  display: flex;
}

.aboutpage_fabric__item:first-child {
  border-top: 1rem solid #f2f2f2;
}

.infopanel__container {
  gap: 36rem;
  display: flex;
}

.infopanel__header {
  font-size: 60rem;
  line-height: 1;
}

.infopanel__item {
  flex: 1;
}

.infopanel__item__main {
  height: 410rem;
  margin-bottom: 20rem;
  padding: 56rem;
}

.infopanel__item:first-child .infopanel__item__main {
  background: #f5f5f5;
  position: relative;
}

.infopanel__item:first-child .infopanel__item__main:before {
  content: "";
  background: #e9cbb2;
  width: 16rem;
  height: 16rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.infopanel__item:nth-child(2n) .infopanel__item__main {
  color: #fff;
  text-align: center;
  background: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infopanel__item:last-child .infopanel__item__main {
  background: #e9cbb2;
  flex-direction: column;
  justify-content: space-between;
  padding: 26rem 60rem 28rem 32rem;
  display: flex;
}

.infopanel__item:last-child .infopanel__item__main svg {
  width: 191rem;
  height: 84rem;
}

.infopanel__item:last-child .infopanel__item__main .infopanel__header {
  align-self: flex-end;
}

@media (max-width: 650px) {
  .aboutpage {
    padding-top: 45rem;
  }

  .aboutpage_hero {
    height: 118rem;
  }

  .aboutpage_nav {
    margin-bottom: 80rem;
  }

  .aboutpage_nav .breadcrumbs {
    justify-content: center;
    margin: 16rem auto;
  }

  .aboutpage_nav__header {
    margin-bottom: 12rem;
  }

  .aboutpage_nav__text {
    margin-bottom: 48rem;
  }

  .aboutpage_nav__line {
    flex-direction: column;
    gap: 20rem;
    padding: 24rem 0;
  }

  .aboutpage_nav__card svg {
    flex-shrink: 0;
    width: 36rem;
    height: 36rem;
    margin-right: 12rem;
  }

  .aboutpage_interer {
    margin-bottom: 100rem;
  }

  .aboutpage_interer__header {
    width: 100%;
    margin-bottom: 24rem;
    margin-left: 0;
    padding: 0 15rem;
  }

  .aboutpage_interer__bottom {
    flex-direction: column;
    margin-bottom: 20rem;
  }

  .aboutpage_interer__img {
    width: 100%;
    height: 248rem;
    margin-bottom: 36rem;
  }

  .aboutpage_interer__text {
    padding: 0 15rem;
  }

  .aboutpage_interer__backimg {
    width: 100%;
    height: 248rem;
    position: static;
  }

  .aboutpage_interer__backimg img {
    width: 160rem;
    height: 195rem;
  }

  .aboutpage_hint {
    margin-bottom: 100rem;
  }

  .aboutpage_hint__container svg {
    width: 101rem;
    height: 44rem;
    margin-bottom: 24rem;
  }

  .aboutpage_punkts {
    padding: 48rem 0;
  }

  .aboutpage_punkts__container {
    flex-direction: column;
  }

  .aboutpage_punkts__img {
    width: 144rem;
    height: 194rem;
  }

  .aboutpage_punkts__item {
    gap: 6rem;
    padding: 16rem 0;
  }

  .aboutpage_punkts__item:before {
    width: 8rem;
    height: 8rem;
    margin-bottom: 16rem;
  }

  .aboutpage_fabric__container {
    flex-direction: column;
  }

  .aboutpage_fabric__left {
    width: 100%;
    margin-bottom: 32rem;
    margin-right: 0;
  }

  .aboutpage_fabric__header {
    margin-bottom: 20rem;
  }

  .aboutpage_fabric__header br {
    display: none;
  }

  .aboutpage_fabric__right {
    gap: 0;
  }

  .aboutpage_fabric__item {
    gap: 8rem;
    padding: 20rem 0;
  }

  .aboutpage .infopanel__container {
    flex-direction: column;
    gap: 24rem;
  }

  .aboutpage .infopanel__item:first-child .infopanel__header {
    text-align: right;
  }

  .aboutpage .infopanel__item:last-child .infopanel__item__main {
    padding: 8rem 16rem 16rem;
  }

  .aboutpage .infopanel__item:last-child .infopanel__item__main svg {
    width: 101rem;
    height: 44rem;
  }

  .aboutpage .infopanel__item__main {
    height: 210rem;
    margin-bottom: 8rem;
    padding: 16rem;
  }

  .aboutpage .infopanel__header {
    font-size: 36rem;
  }

  .aboutpage .feedback {
    padding: 0;
  }
}

.projpage {
  padding-top: 180rem;
}

.projpage_nav {
  margin-bottom: 52rem;
  padding-top: 60rem;
}

.projpage__tabs {
  justify-content: center;
  gap: 20rem;
  margin-bottom: 48rem;
  display: flex;
}

.projpage__main {
  width: 100%;
  overflow: hidden;
}

.projpage_in .projpage_nav {
  margin-bottom: 200rem;
}

.projpage_in__info {
  border-top: 1rem solid #343434;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  max-width: 570rem;
  margin: 0 auto 40rem;
  padding: 28rem 0;
  display: flex;
}

.projpage_in__info__item span {
  opacity: .4;
}

.projpage_in__imgs {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36rem;
  width: 100%;
  height: 350rem;
  display: grid;
}

.projpage_in__img {
  height: inherit;
  object-fit: cover;
  width: 100%;
}

.projpage_in__main__top {
  grid-template-columns: 569rem 1175rem;
  gap: 36rem;
  margin-bottom: 61rem;
  display: grid;
}

.projpage_in__main__top__card__img {
  object-fit: cover;
  width: 100%;
  height: 722rem;
  margin-bottom: 36rem;
}

.projpage_in__main__top__card__text {
  gap: 36rem;
  display: flex;
}

.projpage_in__main__bottom__img {
  object-fit: cover;
  width: 100%;
  height: 836rem;
}

.projpage_in__swiper .interior__swiper-item {
  flex-shrink: 0;
}

.projpage_in__swiper .interior__swiper-item:nth-child(odd) {
  width: 872rem;
}

.projpage_in__swiper .interior__swiper-item:nth-child(2n) {
  width: 420rem;
}

.projpage_in__swiper .interior__swiper-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.projpage_in__cards {
  margin-bottom: 150rem;
}

.projpage_in__cards .section__top .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projpage_in__cards .cards__center {
  margin-bottom: 0;
}

.projpage_in__cards .cards__top__btns {
  align-items: center;
  gap: 124rem;
  display: flex;
}

.projpage_in__cards .cards__top__btns .arrow {
  position: static;
}

@media (max-width: 650px) {
  .projpage {
    padding-top: 44rem;
  }

  .projpage_nav {
    margin-bottom: 16rem;
    padding-top: 8rem;
  }

  .projpage_nav .aboutpage_nav__text {
    margin-bottom: 0;
  }

  .projpage__tabs {
    gap: 8rem;
    margin-bottom: 20rem;
    padding-bottom: 5rem;
    overflow-x: auto;
  }

  .projpage__tabs::-webkit-scrollbar {
    width: auto;
    height: 5rem;
  }

  .projpage__tabs .text-checkbox {
    flex-shrink: 0;
  }

  .projpage .ourprojects__grid {
    flex-direction: column;
    display: flex;
  }

  .projpage .ourprojects__card {
    width: 100%;
  }

  .projpage_in__info {
    margin-top: 28rem;
    margin-bottom: 16rem;
    padding: 16rem 0;
  }

  .projpage_in__info__item span {
    opacity: .4;
  }

  .projpage_in__imgs {
    flex-wrap: wrap;
    gap: 8rem;
    height: auto;
    margin-bottom: 80rem;
    display: flex;
  }

  .projpage_in__img {
    height: inherit;
    object-fit: cover;
    flex-basis: 48.5%;
    width: 40%;
    height: 87rem;
  }

  .projpage_in__img:first-child {
    width: 100%;
    height: 178rem;
  }

  .projpage_in__main__top {
    flex-direction: column;
    margin-bottom: 32rem;
    display: flex;
  }

  .projpage_in__main__top__card__img {
    height: 368rem;
    margin-bottom: 20rem;
  }

  .projpage_in__main__top__card__text {
    flex-direction: column;
    gap: 32rem;
    display: flex;
  }

  .projpage_in__main__bottom__img {
    height: 136rem;
  }

  .projpage_in__swiper .interior__swiper-container {
    padding: 0 15rem;
  }

  .projpage_in__swiper .interior__swiper-item img {
    object-fit: cover;
    height: 100%;
  }

  .projpage_in__cards {
    margin-bottom: 48rem;
  }

  .projpage_in__cards .cards__center {
    margin-bottom: 0;
  }

  .projpage_in__cards .cards__top__btns {
    display: none;
  }

  .projpage_in .feedback {
    padding: 0;
  }
}

.newspage_main__top_right {
  gap: 8rem;
  margin-left: auto;
  display: flex;
}

.newspage_main .section__top {
  margin-bottom: 28rem;
}

.newspage_main .news_cards__grid {
  margin-bottom: 80rem;
}

.newspage__bottom {
  justify-content: center;
  width: 100%;
  margin-bottom: 120rem;
  display: flex;
}

@media (max-width: 650px) {
  .newspage_main__top_right {
    gap: 4rem;
  }

  .newspage_main .section__top {
    margin-bottom: 20rem;
  }

  .newspage_main .news_cards__grid {
    margin-bottom: 36rem;
  }

  .newspage__bottom {
    margin-bottom: 48rem;
  }

  .newspage__bottom .base_btn {
    width: 100%;
  }
}

.diller_hero {
  margin-bottom: 60rem;
}

.diller_hero__bottom {
  justify-content: center;
  gap: 28rem;
  display: flex;
}

.diller_hero .aboutpage_nav__text {
  margin-bottom: 36rem;
}

.diller_feed {
  background: #f5f5f5;
  padding: 100rem 0;
}

.diller_feed__container {
  display: flex;
}

.diller_feed__left {
  flex-shrink: 0;
  max-width: 654rem;
}

.diller_feed__left .h5 {
  margin-bottom: 60rem;
}

.diller_feed__left .h5 span {
  color: #c7a88b;
}

.diller_feed__left .btn-container {
  max-width: 526rem;
}

.diller_feed__right {
  height: inherit;
  gap: 36rem;
  margin-left: auto;
  display: flex;
}

.diller_feed__img {
  object-fit: cover;
  flex: 1;
  width: 418rem;
  height: 100%;
}

.diller_line__header {
  margin-bottom: 60rem;
}

.diller_line .aboutpage_nav__line {
  grid-row-gap: 48rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.big-feedback {
  background: #f5f5f5;
  padding: 100rem 0;
}

.big-feedback__main {
  display: flex;
}

.big-feedback__header {
  margin-bottom: 60rem;
}

.big-feedback__left {
  flex-shrink: 0;
  width: 1024rem;
}

.big-feedback__form {
  flex-direction: column;
  display: flex;
}

.big-feedback__form__area {
  border: 1rem dashed #e4e3e2;
  border-radius: 8rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 16rem;
  padding: 12rem;
  display: flex;
  position: relative;
}

.big-feedback__form__area input {
  opacity: 0;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}

.big-feedback__form__area label {
  border-bottom: 1rem solid #e9cbb2;
}

.big-feedback__file {
  opacity: .8;
  margin-top: 40rem;
  margin-bottom: 20rem;
}

.big-feedback__hint {
  margin-bottom: 40rem;
}

.big-feedback__right {
  max-width: 501rem;
  margin-left: auto;
  margin-right: 68rem;
}

.big-feedback .btn-container {
  margin-bottom: 20rem;
}

.big-feedback__politics {
  opacity: .7;
  max-width: 653rem;
}

.big-feedback__politics a {
  text-decoration: underline;
}

@media (max-width: 650px) {
  .diller .ourprojects__grid {
    flex-direction: row;
  }

  .diller_hero {
    margin-bottom: 24rem;
  }

  .diller_feed {
    padding: 48rem 0;
  }

  .diller_feed__container {
    flex-direction: column-reverse;
  }

  .diller_feed__left .h5 {
    margin-bottom: 28rem;
  }

  .diller_feed__right {
    gap: 8rem;
    width: 100%;
    margin-bottom: 20rem;
  }

  .diller_feed__img {
    width: 141rem;
  }

  .diller_line__header {
    margin-bottom: 24rem;
  }

  .diller_line .aboutpage_nav__line {
    flex-direction: column;
    gap: 20rem;
    display: flex;
  }

  .big-feedback {
    padding: 48rem 0;
  }

  .big-feedback__main {
    flex-direction: column-reverse;
  }

  .big-feedback__header {
    margin-bottom: 20rem;
  }

  .big-feedback__left {
    width: 100%;
  }

  .big-feedback__file {
    margin-top: 30rem;
    margin-bottom: 14rem;
  }

  .big-feedback__hint {
    margin-bottom: 28rem;
  }

  .big-feedback__right {
    max-width: 100%;
    margin: 0 0 24rem;
  }

  .big-feedback .btn-container {
    margin-bottom: 12rem;
  }

  .big-feedback__politics {
    max-width: 100%;
  }
}

.buyer__modal__img {
  z-index: 11;
  background: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.buyer__modal__img_prev {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 70rem;
  transform: translate(0, -50%);
}

.buyer__modal__img_next {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 70rem;
  transform: translate(0, -50%);
}

.buyer__modal__img__close {
  cursor: pointer;
  z-index: 1;
  width: 36rem;
  height: 36rem;
  position: absolute;
  top: 74rem;
  right: 70rem;
}

.buyer__modal__img__close img {
  width: 100%;
  height: 100%;
}

.buyer__modal__img.active {
  animation: .5s showModal;
  display: block;
}

.buyer__modal__img__content {
  width: 100%;
  height: 100%;
  padding: 74rem 70rem;
}

.buyer__modal__img__content .swiper-wrapper {
  max-width: 100%;
}

.buyer__modal__img__content .swiper-slide {
  width: 642rem;
  height: 100%;
  margin: 0 auto;
}

.buyer__modal__img__content .swiper-slide .img {
  object-fit: cover;
  width: 642rem;
  height: 100%;
  margin: 0 auto;
  display: block;
}

.buyerpage {
  min-height: calc(100vh - 186rem);
  margin-bottom: 120rem;
  padding-top: 186rem;
}

.buyerpage_nav__header {
  margin-bottom: 52rem;
}

.buyerpage__tabs {
  justify-content: center;
  gap: 20rem;
  display: flex;
}

.buyerpage .wrap__section {
  animation: .4s hideSection;
  display: none;
}

.buyerpage .wrap__section.active {
  height: 100%;
  margin-top: 60rem;
  margin-left: 302.5rem;
  margin-right: 303.5rem;
  display: block;
}

.buyerpage .item_box {
  list-style-type: inherit;
  border-top: 1rem solid #f2f2f2;
  align-items: center;
  padding: 16rem 0;
  display: flex;
}

.buyerpage .item_box:last-child {
  border-bottom: 1rem solid #f2f2f2;
}

.buyerpage .item_box:before {
  content: "";
  text-align: center;
  background: #000;
  width: 16rem;
  height: 16rem;
  margin-right: 16rem;
  padding: 7rem;
  font-weight: bold;
  display: inline-block;
}

.buyerpage .item_number {
  border-top: 1rem solid #f2f2f2;
  align-items: center;
  padding: 16rem 0;
  display: flex;
}

.buyerpage .item_number span {
  margin-right: 16rem;
  font-weight: 600;
}

.buyerpage .item_number:last-child {
  border-bottom: 1rem solid #f2f2f2;
}

.buyerpage .guarantees__title {
  font-weight: 400;
}

.buyerpage .guarantees__subtitle {
  margin: 48rem 0 36rem;
}

.buyerpage .guarantees__subtitle span {
  margin-left: 16rem;
  font-weight: 400;
}

.buyerpage .guarantees__subtitle:first-child {
  margin-top: 40rem;
}

.buyerpage .return {
  margin-top: 80rem;
}

.buyerpage .return__title {
  margin-bottom: 40rem;
  font-weight: 400;
}

.buyerpage .return__description span, .buyerpage .return__description_first span {
  font-weight: 600;
}

.buyerpage .return__description_second {
  margin-bottom: 20rem;
}

.buyerpage .return__description_second span {
  font-weight: 600;
}

.buyerpage .return__description_base {
  margin: 36rem 0 20rem;
}

.buyerpage .return__description_base span {
  font-weight: 600;
}

.buyerpage .return__description_last {
  margin: 36rem 0;
}

.buyerpage .return__description_last span {
  font-weight: 600;
}

.buyerpage .return__subtitle {
  margin: 48rem 0 36rem;
  font-weight: 400;
}

.buyerpage .delivery__title {
  font-weight: 400;
}

.buyerpage .delivery__subtitle {
  margin: 48rem 0 36rem;
}

.buyerpage .delivery__subtitle span {
  margin-left: 16rem;
  font-weight: 400;
}

.buyerpage .delivery__list__pickup {
  margin-top: 20rem;
}

.buyerpage .delivery__list__city {
  flex-direction: column;
  gap: 36rem;
  display: flex;
}

.buyerpage .delivery__list__city p span {
  font-weight: 600;
}

.buyerpage .installment-plan__title {
  margin: 80rem 0 40rem;
  font-weight: 400;
}

.buyerpage .installment-plan__title:first-child {
  margin-top: 0;
}

.buyerpage .documentation__title {
  margin-bottom: 48rem;
  font-weight: 400;
}

.buyerpage .documentation__subtitle {
  margin-bottom: 32rem;
}

.buyerpage .documentation__subtitle span {
  margin-left: 16rem;
  font-weight: 400;
}

.buyerpage .documentation__list__img {
  flex-wrap: wrap;
  gap: 36rem 32rem;
  display: flex;
}

.buyerpage .documentation__list__img .cursor {
  background: #fff6;
  border-radius: 50%;
  width: 60rem;
  height: 60rem;
  display: none;
  position: absolute;
}

.buyerpage .documentation__img__item {
  width: 266rem;
  height: 355rem;
  overflow: hidden;
}

.buyerpage .documentation__img__item:hover {
  cursor: url("../image/zoom-in.svg") 30 30, auto;
}

.buyerpage .documentation__img__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@keyframes hideSection {
  from {
    display: block;
  }

  to {
    opacity: 0;
    transform: translateY(-20rem);
  }
}

@keyframes showModal {
  from {
    display: none;
  }

  to {
    opacity: 1;
    display: block;
  }
}

@media (max-width: 650px) {
  .buyerpage {
    margin-bottom: 48rem;
    padding-top: 47rem;
  }

  .buyerpage_nav__header {
    margin-bottom: 16rem;
  }

  .buyerpage__tabs {
    white-space: nowrap;
    justify-content: flex-start;
    gap: 4rem;
    padding: 5rem 15rem;
    overflow: auto;
  }

  .buyerpage__tabs::-webkit-scrollbar {
    border: none;
    width: 2rem;
    height: 2rem;
  }

  .buyerpage .wrap__section {
    opacity: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    transition: opacity .8s;
  }

  .buyerpage .wrap__section.active {
    opacity: 1;
    height: auto;
    margin-top: 24rem;
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .buyerpage .wrap__section.active .item_box, .buyerpage .wrap__section.active .item_number {
    padding: 12rem 0;
  }

  .buyerpage .guarantees {
    margin-bottom: 48rem;
  }

  .buyerpage .guarantees__subtitle {
    margin: 24rem 0 12rem;
  }

  .buyerpage .return {
    margin-bottom: 0;
  }

  .buyerpage .return__title {
    margin-bottom: 24rem;
  }

  .buyerpage .return__subtitle {
    margin: 24rem 0 16rem;
  }

  .buyerpage .return__description_second {
    margin-bottom: 12rem;
  }

  .buyerpage .return__description_base, .buyerpage .return__description_last {
    margin: 20rem 0 12rem;
  }

  .buyerpage .return__item_box {
    padding: 12rem 0;
  }

  .buyerpage .return__item_box:before {
    text-align: center;
    width: 12rem;
    height: 12rem;
    margin-right: 12rem;
    padding: 7rem;
  }

  .buyerpage .delivery__title {
    margin: 24rem 0;
  }

  .buyerpage .delivery__subtitle {
    margin: 28rem 0 16rem;
  }

  .buyerpage .delivery__list__pickup {
    margin-top: 12rem;
  }

  .buyerpage .installment-plan__title {
    margin: 28rem 0 16rem;
  }

  .buyerpage .installment-plan__title:first-child {
    margin-top: 0;
  }

  .buyerpage .documentation__title {
    margin-bottom: 24rem;
  }

  .buyerpage .documentation__subtitle {
    margin-bottom: 16rem;
  }

  .buyerpage .documentation__list__img {
    gap: 8rem;
  }

  .buyerpage .documentation__img__item {
    width: 141rem;
    height: 188rem;
    overflow: hidden;
  }

  .buyer__modal__img_prev, .buyer__modal__img_next {
    display: none;
  }

  .buyer__modal__img__close {
    width: 24rem;
    height: 24rem;
    top: 20rem;
    right: 15rem;
    overflow: hidden;
  }

  .buyer__modal__img__close img {
    width: 100%;
    height: 100%;
  }

  .buyer__modal__img__content {
    width: 100%;
    height: 100%;
    padding: 64rem 0;
  }

  .buyer__modal__img__content .swiper-wrapper {
    max-width: 100%;
  }

  .buyer__modal__img__content .swiper-slide {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .buyer__modal__img__content .swiper-slide .img {
    width: 100%;
    height: 100%;
  }
}

.privacypolicypage {
  margin-bottom: 120rem;
  padding-top: 186rem;
}

.privacypolicypage_nav__header {
  margin-bottom: 60rem;
}

.privacypolicypage .description {
  margin-left: 302.5rem;
  margin-right: 303.5rem;
}

.privacypolicypage .description__text {
  margin-bottom: 48rem;
}

.privacypolicypage .description__text:last-child {
  margin-bottom: 0;
}

.privacypolicypage .description__text a {
  text-decoration: underline;
}

.privacypolicypage .description__subtitle {
  margin: 48rem 0 36rem;
  font-weight: normal;
}

@media (max-width: 650px) {
  .privacypolicypage {
    margin-bottom: 48rem;
    padding-top: 47rem;
  }

  .privacypolicypage_nav__header {
    margin-bottom: 24rem;
  }

  .privacypolicypage .description {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .privacypolicypage .description__subtitle {
    margin: 24rem 0 12rem;
  }

  .privacypolicypage .description__text {
    margin-bottom: 24rem;
  }
}

.notfound {
  margin-bottom: 120rem;
  padding-top: 186rem;
}

.notfound .info {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 120rem auto 200rem;
  display: flex;
}

.notfound .info__title {
  color: #c7a88b;
  text-align: center;
  margin-bottom: 32rem;
  font-size: 260rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.notfound .info__subtitle {
  margin-bottom: 28rem;
  font-weight: 400;
}

.notfound .info__description {
  text-align: center;
  max-width: 364rem;
  margin-bottom: 40rem;
}

.notfound .info__btn__wrap {
  min-width: 569rem;
}

.notfound .other__subtitle {
  margin-bottom: 60rem;
  font-weight: 400;
}

@media (max-width: 650px) {
  .notfound {
    margin-bottom: 0;
    padding-top: 47rem;
  }

  .notfound .info {
    margin: 80rem auto 120rem;
  }

  .notfound .info__title {
    margin-bottom: 16rem;
    font-size: 148rem;
  }

  .notfound .info__subtitle {
    margin-bottom: 12rem;
  }

  .notfound .info__description {
    margin-bottom: 36rem;
  }

  .notfound .info__btn__wrap {
    min-width: 100%;
  }

  .notfound .other__subtitle {
    margin-bottom: 24rem;
  }
}

.vacancies {
  padding-top: 186rem;
}

.vacancies .navigation {
  margin-bottom: 80rem;
}

.vacancies .navigation__header {
  margin-bottom: 32rem;
}

.vacancies .navigation__description {
  color: #343434;
  max-width: 665rem;
}

.vacancies .positions__item {
  border-top: 1px solid #343434;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
  padding: 40rem 0;
  display: flex;
}

.vacancies .positions__item:last-child {
  border-bottom: 1px solid #343434;
}

.vacancies .positions__item__name {
  color: #343434;
  width: 25%;
}

.vacancies .positions__item__city {
  color: #343434;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
  width: 35%;
  display: flex;
}

.vacancies .positions__item__city svg {
  width: 24rem;
  height: 25rem;
}

.vacancies .positions__item__price {
  width: 25%;
  font-weight: 600;
}

.vacancies .positions__item__link {
  color: #343434;
  justify-content: flex-end;
  align-items: center;
  gap: 8rem;
  width: 15%;
  display: flex;
}

.vacancies .positions__item__link span {
  border-bottom: 1rem solid #e9cbb2;
}

.vacancies .positions__item__link svg {
  width: 20rem;
  height: 20rem;
}

.vacancies .benefits {
  background: #f5f5f5;
  height: auto;
  margin-top: 160rem;
  padding: 100rem 0;
}

.vacancies .benefits__wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.vacancies .benefits__wrap__left {
  color: #343434;
  max-width: 769rem;
}

.vacancies .benefits__wrap__subtitle {
  margin-bottom: 60rem;
  font-weight: 400;
}

.vacancies .benefits__wrap__list {
  max-width: 721rem;
}

.vacancies .benefits__wrap__item {
  color: #343434;
  border-top: 1rem solid #e4e3e2;
  padding: 28rem 0;
}

.vacancies .benefits__wrap__item:last-child {
  border-bottom: 1rem solid #e4e3e2;
}

.vacancies .benefits__wrap__subtitle {
  margin-bottom: 6rem;
}

@media (max-width: 650px) {
  .vacancies {
    margin-bottom: 0;
    padding-top: 47rem;
  }

  .vacancies .navigation {
    margin-bottom: 24rem;
  }

  .vacancies .navigation__header {
    margin-bottom: 16rem;
  }

  .vacancies .positions__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 50rem 0 20rem;
    position: relative;
  }

  .vacancies .positions__item__name {
    width: 100%;
    margin-bottom: 20rem;
  }

  .vacancies .positions__item__city {
    width: 100%;
    position: absolute;
    top: 20rem;
    left: 0;
  }

  .vacancies .positions__item__price {
    width: 100%;
    margin-bottom: 32rem;
  }

  .vacancies .positions__item__link {
    justify-content: flex-start;
    width: 100%;
  }

  .vacancies .benefits {
    margin-top: 48rem;
    padding: 48rem 0;
  }

  .vacancies .benefits__wrap {
    flex-direction: column;
    gap: 36rem;
  }

  .vacancies .benefits__wrap__left {
    width: 100%;
  }

  .vacancies .benefits__wrap__item {
    padding: 16rem 0;
  }

  .vacancies .benefits__wrap__subtitle {
    margin-bottom: 6rem;
  }
}

.news-detail {
  margin-bottom: 120rem;
  padding-top: 186rem;
}

.news-detail .navigation__wrap {
  justify-content: space-between;
  gap: 70rem;
  min-height: 350rem;
  margin-top: 60rem;
  display: flex;
}

.news-detail .navigation__wrap__left {
  border-bottom: 1rem solid #343434;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.news-detail .navigation__wrap__img_mobile {
  display: none;
}

.news-detail .navigation__wrap__title {
  max-width: 844rem;
  margin-top: 60rem;
  font-weight: 400;
}

.news-detail .navigation__wrap__date {
  align-items: center;
  gap: 20rem;
  margin-top: 28rem;
  display: flex;
}

.news-detail .navigation__wrap__label {
  background: #f5f5f5;
  padding: 3.5rem 8rem;
}

.news-detail .navigation__wrap__right {
  max-width: 569rem;
}

.news-detail .navigation__wrap__right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-detail .content {
  margin-top: 60rem;
}

.news-detail .content__info {
  max-width: 1172rem;
}

.news-detail .content__info__title {
  max-width: 917rem;
  margin-bottom: 36rem;
  font-weight: 400;
}

.news-detail .content__info__description {
  justify-content: space-between;
  align-items: flex-start;
  gap: 36rem;
  display: flex;
}

.news-detail .content__info__description p {
  max-width: 568rem;
}

.news-detail .content__first__img__row {
  gap: 36rem;
  width: 100%;
  height: 722rem;
  margin: 60rem 0;
  display: flex;
}

.news-detail .content__first__img__row img {
  width: 100%;
  height: 100%;
}

.news-detail .content__first__img__row p {
  display: none;
}

.news-detail .content__other__description {
  justify-content: space-between;
  align-items: flex-start;
  gap: 36rem;
  max-width: 1172rem;
  display: flex;
}

.news-detail .content__other__description p {
  max-width: 568rem;
}

.news-detail .content__secondary__img__row {
  gap: 36rem;
  width: 100%;
  height: 350rem;
  margin: 60rem 0;
  display: flex;
}

.news-detail .content__secondary__img__row img {
  width: 100%;
  height: 100%;
}

.news-detail .news__footer {
  justify-content: space-between;
  align-items: center;
  height: 79rem;
  margin-top: 60rem;
  display: flex;
}

.news-detail .news__footer__origin {
  border-top: 1rem solid #343434;
  justify-content: flex-start;
  align-items: center;
  gap: 8rem;
  width: 1141rem;
  height: 100%;
  display: flex;
}

.news-detail .news__footer__name-origin {
  color: #e9cbb2;
}

@media (max-width: 650px) {
  .news-detail {
    margin-bottom: 48rem;
    padding-top: 47rem;
  }

  .news-detail .navigation__wrap {
    margin-top: 0;
  }

  .news-detail .navigation__wrap__right {
    display: none;
  }

  .news-detail .navigation__wrap__img_mobile {
    object-fit: cover;
    width: 100%;
    height: 178rem;
    margin-top: 28rem;
    display: block;
  }

  .news-detail .navigation__wrap__title {
    margin-top: 12rem;
  }

  .news-detail .navigation__wrap__date {
    margin: 12rem 0 24rem;
  }

  .news-detail .navigation__wrap__label {
    padding: 2rem 4rem;
    font-size: 10rem;
    line-height: 126%;
  }

  .news-detail .content {
    margin-top: 28rem;
  }

  .news-detail .content__info {
    max-width: 100%;
  }

  .news-detail .content__info__title {
    max-width: 100%;
    margin-bottom: 24rem;
    font-weight: 400;
  }

  .news-detail .content__info__description {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16rem;
    display: flex;
  }

  .news-detail .content__info__description p {
    max-width: 100%;
  }

  .news-detail .content__first__img__row {
    flex-direction: column;
    gap: 28rem;
    width: 100%;
    height: auto;
    margin: 28rem 0;
    display: flex;
  }

  .news-detail .content__first__img__row__one {
    height: 368rem;
    overflow: hidden;
  }

  .news-detail .content__first__img__row__two {
    height: 178rem;
    overflow: hidden;
  }

  .news-detail .content__first__img__row img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .news-detail .content__first__img__row p {
    display: block;
  }

  .news-detail .content__other__description {
    display: none;
  }

  .news-detail .content__secondary__img__row {
    flex-direction: column;
    gap: 8rem;
    width: 100%;
    height: auto;
    margin: 28rem 0;
  }

  .news-detail .content__secondary__img__row__one, .news-detail .content__secondary__img__row__two, .news-detail .content__secondary__img__row__three {
    height: 178rem;
    overflow: hidden;
  }

  .news-detail .content__secondary__img__row img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .news-detail .news__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16rem;
    height: auto;
    margin-top: 28rem;
  }

  .news-detail .news__footer__origin {
    width: 100%;
    padding: 16rem 0;
  }

  .news-detail .news__footer__name-origin {
    color: #e9cbb2;
  }

  .news-detail .news__footer .arrow_btn {
    width: 100%;
    height: 38rem;
  }

  .suitable__wrapper {
    width: 100%;
    padding: 20rem 20rem 40rem;
  }

  .suitable__cards {
    width: 100%;
    overflow-x: scroll;
  }

  .suitable__cards::-webkit-scrollbar {
    display: none;
  }

  .suitable__cards {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .suitable__cards .card .card__info__colors span {
    display: none;
  }

  .suitable__cards .card__btns {
    margin-top: 10rem;
  }
}

.search__list__product:last-child {
  margin-bottom: 0px;
}

.doSearch {
  margin-top: 24rem;
  display: block;
  margin-bottom: 10px;
}

.grecaptcha-logo, .grecaptcha-badge {
  display: none;
}

.buyerpage__tabs div.active {
  opacity: 1;
}

.buyerpage__tabs div.active a {
  opacity: 1;
}

.buyerpage__tabs div.active:after {
  width: 100%;
}

.filter .min-price::placeholder, .filter .max-price::placeholder {
  opacity: 0.5;
}

.liltext.error_text {
  color: red;
  display: none;
  margin-bottom: 5rem;
}

.modal__close_2 {
  cursor: pointer;
}

.tkani .card-attributes__fabric-img1 {
  margin-right: 0 !important;
}

.more {
  margin-top: 15px;
}

.more a {
  text-align: center;
  color: #000;
  border: 1rem solid #000;
  padding: 10px;
  transition: color .3s, background .3s, border .3s;
  display: inline-block;
}

.catalog__descriptions {
  overflow: hidden;
  max-height: none;
  height: 200px;
}

.catalog__descriptions p {
	margin: 10px 0px 10px 0px;
}
.catalog__descriptions ul {
    list-style: disc;
    list-style-position: inside;
    margin-left: 15px;
}

.catalog__descriptions h2 {
  font-size: 22rem;
  line-height: 44rem;
  font-weight: 400;
}	

.catalog__descriptions h1 {
  font-size: 22rem;
  line-height: 72rem;
  font-weight: 400;
}		

.catalog__descriptions h3 {
  font-size: 22rem;
  font-weight: 400;
}

@media (max-width: 650px) {
.catalog__descriptions h2 {
 font-size: 22rem;
line-height: 25rem;
}	
}




.card__picture .swiper {
  width: 100%;
  height: 100%;
}

.card__picture .swiper-wrapper img {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.catalog-item_card__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.catalog-item_card__pagination.two_items {
  margin-left: calc(100% / 12);
}

.catalog-item_card__pagination_btn {
  width: calc(98% / 3);
  height: 100%;
  cursor: pointer;
  position: relative;
}

.catalog-item_card__pagination_btn::after {
  content: '';
  position: absolute;
  bottom: 10rem;
  width: calc(100% - 140rem);
  height: 1rem;
  background-color: #bababa;
}

.catalog-item_card__pagination_btn:nth-child(1)::after {
  right: -20rem;
}

.catalog-item_card__pagination_btn:nth-child(2)::after {
  left: 70rem;
}

.catalog-item_card__pagination_btn:nth-child(3)::after {
  left: -20rem;
}

.catalog-item_card__pagination_btn-active::after {
  background-color: black;
}

@media (max-width: 650px) {
  .catalog-item_card__pagination {
    height: auto;
  }
  .catalog-item_card__pagination_btn::after {
    width: 20rem;
  }

  .catalog-item_card__pagination_btn:nth-child(1)::after {
    right: -10rem;
  }

  .catalog-item_card__pagination_btn:nth-child(2)::after {
    left: 35rem;
  }

  .catalog-item_card__pagination_btn:nth-child(3)::after {
    left: -10rem;
  }
}
