@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
  border: none;
}

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

button {
  cursor: pointer;
  border: none;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

/*--------------------*/
.container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.container--b {
  max-width: 1696px;
}

html,
body {
  font-size: 18px;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.disable-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.help-img {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
}

.alertify-notifier {
  z-index: 99997;
}

.btn-brown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  background: #c5a995;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-brown--s {
  font-size: 12px;
  line-height: 1.25;
}

.btn-brown:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #c5a995;
}

.title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.25;
  color: #000000;
}

.title--24 {
  font-size: 24px;
  line-height: 1.20833;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 15px;
}

@media (min-width: 1025px) {
  .card:hover .to-cart {
    visibility: visible;
    opacity: 1;
  }
}

.card__image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-bottom: 131%;
}

.card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.card__to-cart {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 130px;
  height: 130px;
}

.card__type {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.21429;
  color: #c5a995;
}

.card__title {
  margin-bottom: 9px;
  color: #000;
  line-height: 1.22222;
}

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

.card__old-price {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.25;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #676767;
}

.card__new-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #8290a7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.to-cart__icon {
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.to-cart__text {
  margin-top: 12px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumbs {
  margin-top: 44px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.breadcrumbs-link {
  color: #c5a995;
  text-decoration: none;
}

.breadcrumbs-break {
  margin: 0 10px;
}

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
}

.pagination b {
  margin: 0 32px;
  position: relative;
  color: #ffffff;
}

.pagination b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #8290a7;
  z-index: -1;
}

.pagination a {
  margin: 0 32px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.pagination span {
  margin: 0 32px;
}

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.cursor {
  position: fixed;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

@media (max-width: 1024px) {
  .cursor {
    display: none;
  }
}

.ellipse {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 170px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #2b2a29;
  border: 1px solid #2b2a29;
  border-radius: 100%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ellipse--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.type-style p {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.type-style h1 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.25;
  color: #000000;
}

.type-style h2 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}

.type-style h3 {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
}

.type-style ul,
.type-style ol {
  margin-bottom: 23px;
}

.type-style ul li,
.type-style ol li {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.type-style ul li:not(:last-child),
.type-style ol li:not(:last-child) {
  margin-bottom: 15px;
}

.type-style ul li {
  position: relative;
  padding-left: 30px;
}

.type-style ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
  overflow: hidden;
}

.type-style ol {
  counter-reset: info;
  list-style-type: none;
}

.type-style ol li {
  position: relative;
  padding-left: 30px;
}

.type-style ol li::before {
  counter-increment: info;
  content: counter(info) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #000000;
}

.type-style .table {
  overflow-x: auto;
}

.type-style table {
  margin-bottom: 23px;
  border-collapse: collapse;
  width: 100%;
  min-width: 420px;
}

.type-style table th {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #ffffff;
  background: #000000;
  border: 4px solid #ffffff;
}

.type-style table td {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  background: #f2f2f2;
  border: 4px solid #ffffff;
}

.type-style table tr {
  background: #f2f2f2;
}

.type-style table tr:nth-child(2n + 1) {
  background: #e5e5e5;
}

.to-privacy {
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.to-privacy:hover {
  color: #c5a995;
}

.to-privacy--modal {
  color: #000;
  text-decoration: underline;
}

.udnet-link {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.udnet-link:hover {
  color: #c5a995;
}

[data-aos="build"].aos-animate .lookbook__item::before {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-aos="build"].aos-animate .lookbook__item::after {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

body[data-aos-easing="new-easing"] [data-aos], [data-aos][data-aos][data-aos-easing="new-easing"] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
       -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.close-modal {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url("../img/close-modal.svg") 50% 50% no-repeat;
  border: 1px solid #000000;
  cursor: pointer;
}

@media (max-width: 768px) {
  .close-modal {
    width: 30px;
    height: 30px;
    background: #fff url("../img/close-modal.svg") 50% 50%/16px 16px no-repeat;
  }
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes logo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.burger {
  display: none;
  width: 40px;
  height: 26px;
  margin-right: 60px;
  position: relative;
  background-color: transparent;
}

@media (min-width: 992px) {
  .burger:hover.burger span {
    background-color: #c5a995;
  }
}

.burger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.burger span:first-child {
  position: absolute;
  top: 0px;
}

.burger span:last-child {
  position: absolute;
  top: auto;
  bottom: 0;
}

.burger.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.burger.active span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.burger.active span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.modal-call {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.modal-call__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 20px;
}

.modal-call__title {
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.modal-call__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}

.modal-call__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  height: 60px;
  padding: 10px 20px 10px 25px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  color: #000000;
}

.modal-call__input::-webkit-input-placeholder {
  color: #000000;
}

.modal-call__input::-moz-placeholder {
  color: #000000;
}

.modal-call__input:-ms-input-placeholder {
  color: #000000;
}

.modal-call__input::-ms-input-placeholder {
  color: #000000;
}

.modal-call__input::placeholder {
  color: #000000;
}

.modal-call__btn {
  min-height: 70px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  line-height: 1.25;
  text-transform: uppercase;
  background: #c5a995;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 30px;
}

.modal-call__btn:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #c5a995;
}

.modal-call__privacy {
  font-size: 14px;
  line-height: 1.21429;
}

.modal-container-polit {
  display: none;
  max-width: 95%;
  max-height: 95%;
  width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 34px;
  height: auto;
  position: relative;
}

.modal-close-polit {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 12px;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 992px) {
  .modal-close-polit:hover.modal-close-polit::after, .modal-close-polit:hover.modal-close-polit::before {
    background-color: #c5a995;
  }
}

.modal-close-polit::before, .modal-close-polit::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.modal-close-polit::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-close-polit::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-block-polit {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-content-polit {
  line-height: 22px;
}

.title-modal-polit {
  font-size: 29px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}

.subtitle-modal-polit {
  font-size: 15px;
  margin-bottom: 15px;
}

.caption-modal-polit li {
  background: url("../img/checked.svg") 0 3px/12px 12px no-repeat;
  padding-left: 25px;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 17px;
}

@media (max-width: 768px) {
  .modal-container-polit {
    padding: 40px 20px 20px 20px;
  }
  .title-modal-polit {
    font-size: 23px;
    line-height: 24px;
  }
  .modal-close-polit {
    top: 9px;
    right: 10px;
  }
}

.lookbook__container {
  padding-bottom: 133px;
}

.lookbook__title {
  margin-bottom: 80px;
}

.lookbook__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  margin-bottom: 86px;
}

@media (min-width: 993px) {
  .lookbook__column.aos-animate:nth-child(3n-1) {
    padding-top: 57px;
  }
}

.lookbook__item {
  display: block;
  position: relative;
  overflow: hidden;
}

.lookbook__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 70%;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 1300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1300ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.lookbook__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 1300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1300ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

.lookbook__btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.21429;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #8290a7;
  cursor: pointer;
}

.item-lb {
  padding-bottom: 10px;
}

.item-lb__image {
  padding-bottom: 128%;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.item-lb__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.item-lb__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000000;
}

.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 108px;
  padding-top: 45px;
}

.product__mid {
  padding-bottom: 66px;
}

.product__slider {
  margin-right: 160px;
}

.product__slider-mid:not(:last-child) {
  margin-bottom: 67px;
}

.product__comments {
  padding-top: 58px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 124px;
}

.slider-product {
  position: relative;
  overflow: hidden;
  max-width: 680px;
}

.slider-product__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-product .swiper-pagination {
  bottom: 36px;
}

.slider-product .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  background: #ffffff;
  border-radius: unset;
  opacity: 1;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.slider-product .swiper-pagination-bullet:not(:last-child) {
  margin-right: 9px;
}

.slider-product .swiper-pagination-bullet-active {
  width: 140px;
  background: #c5a995;
}

.info-product__title {
  margin-bottom: 14px;
}

.info-product__code {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  color: #c4c4c4;
}

.info-product__text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.info-product__text p {
  margin-bottom: 22px;
}

.info-product__text ul,
.info-product__text ol {
  margin-bottom: 23px;
}

.info-product__text ul li,
.info-product__text ol li {
  line-height: 1.5;
  color: #000000;
}

.info-product__text ul li:not(:last-child),
.info-product__text ol li:not(:last-child) {
  margin-bottom: 15px;
}

.info-product__text ul li {
  position: relative;
  padding-left: 30px;
}

.info-product__text ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
  overflow: hidden;
}

.info-product__text ol {
  counter-reset: info;
  list-style-type: none;
}

.info-product__text ol li {
  position: relative;
  padding-left: 30px;
}

.info-product__text ol li::before {
  counter-increment: info;
  content: counter(info) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #000000;
}

.info-product__live {
  padding-left: 25px;
  margin-bottom: 57px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.21429;
  color: #8290a7;
  background: url("../img/star-live.svg") 0 0 no-repeat;
}

.info-product__sizes {
  margin-bottom: 44px;
}

.info-product__size {
  margin-bottom: 18px;
}

.info-product__checkboxes {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-product__help {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  cursor: pointer;
}

.info-product__color {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.21429;
  color: #ff0000;
}

.info-product .card__prices {
  margin-bottom: 56px;
}

.info-product__btn {
  min-height: 75px;
  width: 285px;
}

.info-product .breadcrumbs {
  margin-top: 0;
  margin-bottom: 22px;
}

.info-product__quantity {
  margin-bottom: 66px;
}

.checkbox-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.25;
}

.checkbox-product:not(:last-child) {
  margin-right: 20px;
}

.checkbox-product__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.checkbox-product__box {
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: 9px;
  background: #ffffff;
  border: 1px solid #2b2a29;
}

.checkbox-product__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #c5a995;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-product__input:checked + .checkbox-product__box:before {
  visibility: visible;
  opacity: 1;
}

.checkbox-product__input:focus + .checkbox-product__box {
  border: 1px solid #c5a995;
}

.slider-mid__title {
  margin-bottom: 42px;
}

.slider-mid__wrapper {
  position: relative;
  padding: 0 20px;
}

.slider-mid__container {
  overflow: hidden;
}

.slider-mid__btn-next, .slider-mid__btn-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/slider-mid-arrow.svg") center/contain no-repeat;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.slider-mid__btn-prev {
  left: -14px;
}

.slider-mid__btn-next {
  right: -14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.slider-mid .swiper-button-disabled {
  display: none;
}

.comments-product__container {
  max-width: 1040px;
}

.comments-product__title {
  margin-bottom: 73px;
}

.comments-product__top {
  margin-bottom: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comments-product__btn {
  margin-right: 20px;
  min-height: 60px;
  width: 250px;
}

.comments-product__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 46px;
  margin-left: auto;
}

.comments-product__star:not(:last-child) {
  margin-left: 7px;
}

.comments-product__star.active path {
  fill: #c5a995;
}

.comments-product__star.active ~ .comments-product__star path {
  fill: #c5a995;
}

.comments-product__rec {
  line-height: 1.22222;
  color: #000000;
}

.comments-product__list {
  margin-bottom: 58px;
}

.comments-product__item:not(:last-child) {
  margin-bottom: 62px;
}

.comments-product__name {
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 1.22222;
  color: #000000;
}

.comments-product__text {
  font-size: 16px;
  line-height: 1.625;
}

.comments-product__more {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.21429;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #8290a7;
}

.quantity__title {
  margin-bottom: 22px;
  font-size: 16px;
  color: #000000;
}

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

.quantity__minus {
  margin-right: 15px;
  width: 14px;
  height: 14px;
  position: relative;
  background-color: transparent;
}

.quantity__minus::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  background: #000000;
}

.quantity__input {
  width: 86px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
}

.quantity__plus {
  margin-left: 15px;
  width: 14px;
  height: 14px;
  position: relative;
  background-color: transparent;
}

.quantity__plus::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  background: #000000;
}

.quantity__plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
  background: #000000;
}

.catalog__container {
  padding-bottom: 136px;
}

.catalog__title {
  margin-bottom: 59px;
}

.catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin-right: 38px;
}

.catalog__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}

.catalog__bar {
  margin-bottom: 30px;
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 47px;
  margin-bottom: 82px;
}

.aside-catalog__item {
  margin-bottom: 40px;
}

.item-aside__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.item-aside__title:hover {
  color: #c5a995;
}

.item-aside__title span {
  margin-left: 14px;
  width: 10px;
  height: 10px;
  position: relative;
}

.item-aside__title span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #000000;
}

.item-aside__title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 10px;
  background: #000000;
}

.item-aside__cats {
  display: none;
}

.item-aside__cat {
  color: #000000;
  font-size: 16px;
  line-height: 1.1875;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.item-aside__cat:not(:last-child) {
  margin-bottom: 20px;
}

.item-aside__cat:hover {
  color: #c5a995;
}

.item-aside__cat--active {
  color: #c5a995;
}

.item-aside--active .item-aside__title span::before {
  display: none;
}

.item-aside--active .item-aside__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bar {
  padding: 0 0;
  position: relative;
}

.bar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
  background: #fff;
  position: relative;
  z-index: 2;
}

.bar__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 43px;
  min-height: 22px;
  background: url("../img/filter.svg") 0 0 no-repeat;
  cursor: pointer;
}

.bar__sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  min-height: 22px;
  position: relative;
  cursor: pointer;
}

.bar__sort-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url("../img/sort.svg") 0 0 no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bar__sort-btn--active::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-bar {
  padding: 20px 0px 20px 0px;
  position: absolute;
  top: 100%;
  left: 0;
  min-height: 375px;
  width: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.filter-bar__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-bar__column {
  margin-bottom: 30px;
  max-width: 300px;
}

.filter-bar__column:not(:last-child) {
  margin-right: 100px;
}

.filter-bar__column:nth-child(2) .checkbox-filter {
  text-transform: uppercase;
}

.filter-bar__title {
  margin-bottom: 27px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21429;
  text-transform: uppercase;
  color: #000000;
}

.filter-bar__checkbox:not(:last-child) {
  margin-bottom: 9px;
}

.filter-bar--active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

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

@media (max-width: 369px) {
  .filter-bar__buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.filter-bar__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 369px) {
  .filter-bar__btn {
    font-size: 12px;
  }
}

.filter-bar__filter {
  background: #c5a995;
  margin-right: 40px;
}

@media (max-width: 369px) {
  .filter-bar__filter {
    margin-right: 20px;
  }
}

.filter-bar__filter:hover {
  background: #8290a7;
}

.filter-bar__reset {
  background: #8290a7;
}

.filter-bar__reset:hover {
  background: #c5a995;
}

.checkbox-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.21429;
  color: #000000;
  cursor: pointer;
}

.checkbox-filter__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.checkbox-filter__box {
  position: relative;
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  margin-right: 17px;
  background: #ffffff;
  border: 1px solid #2b2a29;
  cursor: pointer;
}

.checkbox-filter__box::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #c5a995;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-filter__input:checked + .checkbox-filter__box:before {
  visibility: visible;
  opacity: 1;
}

.sort-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 375px;
  padding: 20px 0px 20px 0px;
  background: #fff;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.sort-bar__item {
  font-size: 14px;
  line-height: 1.21429;
  color: #000000;
  cursor: pointer;
}

.sort-bar__item:not(:last-child) {
  margin-bottom: 10px;
}

.sort-bar__item--active {
  color: #c5a995;
}

.sort-bar--active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.contacts__container {
  padding-bottom: 133px;
}

.contacts__title {
  margin-bottom: 80px;
}

.contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 96px;
  grid-row-gap: 40px;
}

.contacts__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__column h2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  text-transform: uppercase;
  color: #8290a7;
}

.contacts__column p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.56;
}

.contacts__column a[href^="mailto:"] {
  margin-bottom: 24px;
  font-size: 18px;
  text-decoration: underline;
  color: #000000;
}

.contacts__column a[href^="tel:"] {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.info__container {
  padding-bottom: 133px;
}

.info__title {
  margin-bottom: 73px;
}

.info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info__aside {
  margin-right: 40px;
}

.info__content {
  max-width: 920px;
}

.info__map {
  height: 453px;
}

.aside-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.aside-info__list li {
  margin-bottom: 21px;
}

.aside-info__list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.aside-info__list a:hover {
  color: #c5a995;
}

.aside-info__list a.current {
  color: #c5a995;
}

.content-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.content-info__title {
  margin-bottom: 45px;
  text-transform: uppercase;
}

.content-info__block {
  margin-bottom: 80px;
}

.content-info__btn {
  width: 346px;
  min-height: 60px;
}

.tab-info {
  border-top: 1px solid #c4c4c4;
}

.tab-info:last-child {
  border-bottom: 1px solid #c4c4c4;
}

.tab-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

.tab-info__top h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin: 0 !important;
}

.tab-info__top--active .tab-info__btn::before {
  display: none;
}

.tab-info__btn {
  margin-left: 20px;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  position: relative;
  background-color: transparent;
}

.tab-info__btn::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
}

.tab-info__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 2px;
  height: 100%;
  background: #000000;
}

.tab-info__bot {
  padding-top: 28px;
  padding-bottom: 28px;
  display: none;
}

.tab-info__bot h4 {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
}

.lb-single__container {
  padding-bottom: 117px;
}

.lb-single__title {
  margin-bottom: 55px;
  text-transform: uppercase;
}

.lb-single__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.lb-single__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 20px;
}

.lb-single__image-main {
  margin-bottom: 159px;
  padding-bottom: 147.2%;
  position: relative;
  overflow: hidden;
}

.lb-single__image-main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.lb-single__text {
  max-width: 560px;
}

.lb-single__text p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.lb-single__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 102px 20px 0px 20px;
}

.lb-single__right .lb-single__text {
  margin-left: auto;
}

.lb-single__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  margin: 144px 0px 157px 0px;
}

.lb-single__image-s {
  position: relative;
  overflow: hidden;
  padding-bottom: 140%;
}

.lb-single__image-s img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.descr__container {
  padding-bottom: 120px;
}

.descr__title {
  margin-bottom: 60px;
}

.descr__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.descr__content {
  max-width: 719px;
  padding-top: 27px;
  padding-bottom: 12px;
  margin-right: 40px;
}

.descr__content p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.22222;
  color: #000000;
}

.descr__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 558px;
          flex: 0 0 558px;
  min-height: 300px;
  position: relative;
}

.descr__image {
  position: relative;
  padding-bottom: 116%;
}

.descr__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.cart__container {
  padding-bottom: 205px;
}

.cart__title {
  margin-bottom: 103px;
}

.cart__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 843px;
          flex: 0 1 843px;
}

.cart__item:not(:last-child) {
  margin-bottom: 40px;
}

.cart__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  margin-left: 50px;
}

.item-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-cart__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .item-cart__flex .card__new-price {
    font-size: 16px;
  }
  .item-cart__flex .card__old-price {
    font-size: 14px;
  }
}

@media (max-width: 370px) {
  .item-cart__flex .card__new-price {
    font-size: 15px;
  }
  .item-cart__flex .card__old-price {
    font-size: 13px;
  }
}

.item-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  height: 138px;
  margin-right: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.item-cart__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-cart__title {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}

.item-cart__art {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 1.21429;
}

.item-cart__about {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-cart__about p {
  font-size: 14px;
  line-height: 1.71;
}

.item-cart__about p:not(:last-child) {
  margin-bottom: 7px;
}

.item-cart__amount {
  margin-right: 81px;
}

.item-cart__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  min-width: 90px;
}

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

.amount__minus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  position: relative;
  background-color: transparent;
}

.amount__minus::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
}

.amount__input {
  margin: 0px 8px 0px 8px;
  width: 36px;
  background: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
}

.amount__plus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  position: relative;
  background-color: transparent;
}

.amount__plus::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
}

.amount__plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 100%;
  background: #000000;
}

.form-cart__title {
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.form-cart__inputs {
  margin-bottom: 45px;
}

.form-cart__payment {
  margin-bottom: 35px;
}

.form-cart__ship {
  margin-bottom: 56px;
}

.form-cart__submit {
  display: block;
  width: 100%;
  min-height: 65px;
}

.payment-cart__title,
.ship-cart__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.payment-cart__title {
  margin-bottom: 22px;
}

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

.payment-cart__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}

.payment-cart__checkbox {
  display: block;
  font-size: 0;
  cursor: pointer;
}

.payment-cart__checkbox:hover .payment-cart__box {
  background-color: #c5a995;
  border-color: #c5a995;
}

.payment-cart__input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.payment-cart__input:checked + .payment-cart__box {
  background-color: #c5a995;
  border-color: #c5a995;
}

.payment-cart__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 35px;
  padding: 7px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ship-cart__title {
  margin-bottom: 27px;
}

.ship-cart__row:not(:last-child) {
  margin-bottom: 15px;
}

.ship-cart__row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ship-cart__textarea {
  display: block;
  width: 100%;
  height: 127px;
  margin-bottom: 27px;
  padding: 10px 16px;
  resize: none;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  border: 1px solid #c4c4c4;
}

.ship-cart__textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
}

.ship-cart__textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
}

.ship-cart__textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
}

.ship-cart__textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
}

.ship-cart__textarea::placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
}

.ship-cart__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.33333;
  cursor: pointer;
}

.ship-cart__input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.ship-cart__input:checked + .ship-cart__box:before {
  visibility: visible;
  opacity: 1;
}

.ship-cart__box {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  margin-right: 11px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
}

.ship-cart__box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  background: #c5a995;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ship-cart__span {
  font-size: 12px;
  line-height: 1.33333;
  color: #000;
}

.ship-cart__link {
  font-size: 12px;
  line-height: 1.33333;
  color: #000;
}
.ship-cart__link:hover {
  text-decoration: underline;
}

.inputs-cart__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inputs-cart__label:not(:last-child) {
  margin-bottom: 14px;
}

.inputs-cart__label--error .inputs-cart__input {
  border-color: #ff0000;
}

.inputs-cart__label--error .inputs-cart__symbol {
  color: #ff0000;
}

.inputs-cart__name {
  font-size: 14px;
  line-height: 1.71429;
  cursor: pointer;
}

.inputs-cart__input {
  width: 100%;
  height: 42px;
  padding: 10px 13px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  color: #000000;
}

.modal-size {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.modal-size__container {
  max-width: 672px;
  margin: 0 auto;
  padding: 0 20px;
}

.modal-size__title {
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.modal-size__table-wrapper {
  overflow-x: auto;
}

.modal-size__table {
  margin-bottom: 29px;
  border-collapse: collapse;
  width: 100%;
  min-width: 420px;
}

.modal-size__table th {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #ffffff;
  background: #000000;
  border: 4px solid #ffffff;
}

.modal-size__table td {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  background: #f2f2f2;
  border: 4px solid #ffffff;
}

.modal-size__table tr {
  background: #f2f2f2;
}

.modal-size__table tr:nth-child(2n + 1) {
  background: #e5e5e5;
}

.modal-size__text {
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.modal-cart {
  display: none;
  max-width: 800px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0;
  padding-right: 0;
}

.modal-cart__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 20px;
}

.modal-cart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-cart__title {
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.modal-cart__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  background: #c5a995;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 36px;
  min-height: 80px;
  font-size: 24px;
  line-height: 1.20833;
}

.modal-cart__link:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #c5a995;
}

.modal-cart__close {
  min-height: 80px;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 1.20833;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  background: #c4c4c4;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-cart__close:hover {
  background: #c5a995;
  color: #ffffff;
}

.modal-comment {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.modal-comment__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 20px;
}

.modal-comment__title {
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.modal-comment__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-comment__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  padding: 10px 20px 10px 25px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  color: #000000;
}

.modal-comment__textarea {
  padding: 10px 20px 10px 25px;
  margin-bottom: 41px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  color: #000000;
  resize: none;
  height: 250px;
}

.modal-comment__btn {
  min-height: 80px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  line-height: 1.25;
  text-transform: uppercase;
  background: #c5a995;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.modal-comment__btn:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #c5a995;
}

.modal-thanks {
  display: none;
  max-width: 800px;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.modal-thanks__container {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 20px;
}

.modal-thanks__title {
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22222;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.modal-thanks__text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
}

.modal-thanks__btn {
  min-height: 80px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  line-height: 1.25;
  text-transform: uppercase;
  background: #c5a995;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.modal-thanks__btn:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #c5a995;
}

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mob-menu.active {
  visibility: visible;
  opacity: 1;
}

.mob-menu.active .mob-menu__container {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mob-menu__container {
  width: 320px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #fff;
  overflow: auto;
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mob-menu__moving {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mob-menu__moving.transform {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mob-menu__moving.transform-200 {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
}

.mob-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.mob-menu__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 992px) {
  .mob-menu__close:hover.mob-menu__close::after, .mob-menu__close:hover.mob-menu__close::before {
    background-color: #c5a995;
  }
}

.mob-menu__close::before, .mob-menu__close::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.mob-menu__close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mob-menu__close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mob-menu__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mob-menu__nav-top {
  padding: 18px 20px;
  border-bottom: 1px solid #f2f2f2;
}

.mob-menu__nav-bot {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 18px 20px;
}

.mob-menu__footer {
  border-top: 1px solid #f2f2f2;
  padding: 18px 25px 18px 20px;
}

.mob-menu__tel {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.mob-menu__tel:hover {
  color: #c5a995;
}

.mob-menu__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mob-menu__btn {
  min-height: 36px;
  width: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  line-height: 0.8;
  text-transform: uppercase;
  background: #c5a995;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.mob-menu__btn:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #c5a995;
}

.mob-menu__lang {
  margin-left: 15px;
}

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

.top-nav__item:not(:last-child) {
  margin-bottom: 15px;
}

.top-nav__item::after {
  content: "";
  background: url("../img/arrow-mob-menu.svg") center/contain no-repeat;
  width: 5px;
  height: 8px;
}

.top-nav__link {
  font-size: 18px;
  line-height: 1.89;
  text-transform: uppercase;
  color: #000000;
}

.submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 320px;
  height: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.submenu__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 10px 20px;
  border-bottom: 1px solid #f2f2f2;
}

.submenu__back {
  padding-left: 27px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}

.submenu__back::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 9px;
  height: 14px;
  background: url("../img/arrow-mob-menu.svg") center/contain no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.submenu__list {
  padding: 18px 40px;
}

.submenu__item:not(:last-child) {
  margin-bottom: 15px;
}

.submenu__link {
  font-size: 16px;
  line-height: 20px;
  color: #2b2a29;
}

.submenu--active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.bot-nav__item:not(:last-child) {
  margin-bottom: 15px;
}

.bot-nav__link {
  font-size: 18px;
  line-height: 1.89;
  color: #000000;
}

.search-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  background: #ffffff;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.search-page-form__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-right: 40px;
  height: 56px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
}

.search-page-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
  min-height: 56px;
  padding: 10px 15px;
  background: #000000;
  font-size: 16px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.search-page .catalog__grid {
  grid-template-columns: repeat(4, 1fr);
}

.header {
  position: relative;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}

.header__logo {
  margin-right: 47px;
}

.header__nav {
  margin-right: 65px;
}

.header__social {
  margin-right: 50px;
}

.header__tels {
  margin-right: 13px;
}

.header__tel {
  margin-right: 45px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header__tel:hover {
  color: #c5a995;
}

.header__btn {
  margin-right: 78px;
  width: 163px;
  min-height: 36px;
}

.header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 56px;
}

.header__search-btn {
  margin-right: 30px;
  background: url("../img/search-header.svg") center/contain no-repeat;
  width: 24px;
  height: 24px;
}

.header__search-btn--close {
  background: url("../img/header-close.svg") center/contain no-repeat;
}

.header__form {
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  padding: 61px 0;
  z-index: 4;
}

.header__form--active {
  top: 100%;
}

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

.nav__item:not(:last-child) {
  margin-right: 30px;
}

.nav__link {
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.nav__link:hover {
  color: #c5a995;
}

.nav__link--current {
  color: #c5a995;
}

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

.social__item svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.social__item:not(:last-child) {
  margin-right: 15px;
}

.social .vk:hover path {
  fill: #c5a995;
}

.social .inst:hover path {
  fill: #c5a995;
}

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

.tels__item svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.tels__item:not(:last-child) {
  margin-right: 11px;
}

.tels__item:hover svg path {
  fill: #c5a995;
}

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

.lang__item {
  font-size: 12px;
  line-height: 1.25;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.lang__item:not(:last-child) {
  margin-right: 20px;
}

.lang__item--active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #c5a995;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.form-header__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-right: 40px;
  height: 56px;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
}

.form-header__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
  min-height: 56px;
  padding: 10px 15px;
  background: #000000;
  font-size: 16px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.hero__title {
  max-width: 637px;
  font-weight: bold;
  font-size: 88px;
  line-height: 1.21591;
  color: #000000;
}

.hero__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}

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

.slider-hero .swiper-slide {
  position: relative;
}

.slider-hero__slide {
  position: relative;
  width: 100%;
  padding-bottom: 167%;
}

.slider-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.slider-hero__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  line-height: 1.22222;
  color: #ffffff;
}

.slider-hero__btn-next, .slider-hero__btn-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  background: url("../img/slide-hero-arrow.svg") center/contain no-repeat;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.slider-hero__btn-prev {
  left: 15px;
}

.slider-hero__btn-next {
  right: 15px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider-hero .swiper-button-disabled {
  display: none;
}

.second__container {
  padding-top: 172px;
}

.grid-second {
  display: grid;
  grid-template-columns: 680px 320px 320px;
  grid-template-rows: repeat(2, minmax(510px, auto));
  grid-auto-rows: minmax(510px, auto);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.grid-second__column:first-child {
  grid-row-start: span 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.best__container {
  padding-top: 95px;
}

.best__title {
  margin-bottom: 50px;
}

.best__tabs {
  margin-bottom: 35px;
}

.tabs-best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs-best__item {
  margin-right: 20px;
  margin-bottom: 18px;
  min-height: 40px;
  border-radius: 60px;
  border: 1px solid #c5a995;
}

.tabs-best__item:hover {
  background: #c5a995;
}

.tabs-best__item:hover .tabs-best__link {
  color: #ffffff;
}

.tabs-best__link {
  width: 100%;
  height: 100%;
  padding: 10px 17px;
  font-size: 14px;
  line-height: 1.21429;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #2b2a29;
}

.cards-best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -17px 0px -17px;
}

.cards-best__column {
  padding: 0 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.cards-best__item {
  height: 100%;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6.3%;
  padding-bottom: 133px;
}

.about__content {
  max-width: 509px;
  margin-right: 40px;
}

.about__title {
  margin-bottom: 67px;
  margin-top: 30px;
}

.about__subtitile {
  margin-bottom: 80px;
}

.about__subtitile p {
  line-height: 1.5;
  color: #000;
}

.about__subtitile p:not(:last-child) {
  margin-bottom: 10px;
}

.about__link {
  font-weight: 600;
  color: #8290a7;
  text-decoration: underline;
}

.about__decor {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 768px;
          flex: 0 1 768px;
}

.decor-about {
  position: relative;
  min-height: 1010px;
}

.decor-about__text {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 481px;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: circle 30s linear infinite;
          animation: circle 30s linear infinite;
}

.decor-about__image {
  padding-bottom: 131.5%;
  margin-left: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ss {
  background: #e3dbd8;
}

.ss__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 102px;
  padding-bottom: 138px;
  max-width: 1440px;
}

.ss__title {
  max-width: 487px;
  margin-right: 40px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.33;
  color: #000000;
}

.ss__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 800px;
          flex: 0 1 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ss__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 20px;
  margin-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 320px;
          flex: 1 0 320px;
  height: 56px;
  font-weight: 600;
  font-size: 24px;
  color: #8290a7;
  background-color: transparent;
  border-top: 1px solid #8290a7;
  border-bottom: 1px solid #8290a7;
}

.ss__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  min-height: 56px;
  background: #8290a7;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ss__btn:hover {
  background: #c5a995;
}

.footer {
  background: #2b2a29;
  overflow: hidden;
}

.footer__container {
  padding-top: 93px;
  padding-bottom: 151px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 93px;
}

.footer__logo {
  margin-right: 21%;
}

.footer__decor {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 156px;
  margin-right: calc((100vw - 100%) / -2);
}

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

.footer__moving {
  width: 100%;
  -webkit-animation-name: logo;
          animation-name: logo;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  animation-direction: reverse;
}

.footer__moving--helper {
  position: absolute;
  top: -1px;
  right: calc(100% - 1px);
  width: 100%;
  height: 100%;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__info {
  max-width: 333px;
  margin-right: 151px;
}

.footer__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 783px;
}

.info-footer__contacts {
  margin-bottom: 72px;
}

.info-footer__adress {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}

.info-footer__mail {
  font-size: 20px;
  line-height: 1.5;
  color: #c5a995;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.info-footer__mail:hover {
  color: #8290a7;
}

.rights-footer__item {
  font-size: 12px;
  line-height: 1.83;
  color: #ffffff;
}

.rights-footer__item:not(:last-child) {
  margin-bottom: 8px;
}

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-footer__column:not(:last-child) {
  margin-right: 25px;
}

.menu-footer__title {
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.67;
  color: #c5a995;
}

.menu-footer__link {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.875;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu-footer__link:hover {
  color: #c5a995;
}

.menu-footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 22px;
}

.menu-footer__tel {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.67;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu-footer__tel:hover {
  color: #c5a995;
}

.menu-footer__social {
  margin-bottom: 49px;
}

.menu-footer__tels {
  margin-bottom: 10px;
}

.menu-footer__tels svg path {
  fill: #ffffff;
}

.menu-footer__btn {
  width: 163px;
  min-height: 36px;
}

@media (max-width: 1716px) {
  .header__social {
    display: none;
  }
  .hero__title {
    font-size: calc(60px + (88 - 60) * ((100vw - 1200px) / (1696 - 1200)));
  }
}

@media (max-width: 1600px) {
  .header__btn {
    display: none;
  }
  .header__tels {
    margin-left: auto;
  }
  .second__container {
    padding-top: calc(35px + 137 * ((100vw - 320px) / (1600 - 320)));
  }
}

@media (max-width: 1440px) {
  .header__control {
    margin-right: 35px;
  }
  .header__search-btn {
    margin-right: 20px;
  }
  .header__nav {
    margin-right: 30px;
  }
  .nav__item:not(:last-child) {
    margin-right: 20px;
  }
  .footer__info {
    margin-right: calc(65px + (151 - 65) * ((100vw - 1200px) / (1440 - 1200)));
  }
  .footer__menu {
    max-width: none;
  }
  .grid-second {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-template-rows: repeat(2, minmax(510px, auto));
    grid-auto-rows: minmax(510px, auto);
  }
  .breadcrumbs {
    margin-top: calc(25px + 19 * ((100vw - 320px) / (1440 - 320)));
  }
  .title {
    font-size: calc(24px + 24 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style h1 {
    font-size: calc(24px + 24 * ((100vw - 320px) / (1440 - 320)));
  }
  .best__title {
    margin-bottom: calc(15px + 35 * ((100vw - 320px) / (1440 - 320)));
  }
  .best__container {
    padding-top: calc(40px + 55 * ((100vw - 320px) / (1440 - 320)));
  }
  .about__title {
    margin-bottom: calc(15px + 45 * ((100vw - 320px) / (1440 - 320)));
  }
  .descr__title {
    margin-bottom: calc(15px + 52 * ((100vw - 320px) / (1440 - 320)));
  }
  .about__container {
    padding-top: calc(50px + 70 * ((100vw - 320px) / (1440 - 320)));
    padding-bottom: calc(50px + 83 * ((100vw - 320px) / (1440 - 320)));
  }
  .descr__container {
    padding-bottom: calc(50px + 70 * ((100vw - 320px) / (1440 - 320)));
  }
  .ss__container {
    padding-top: calc(50px + 52 * ((100vw - 320px) / (1440 - 320)));
    padding-bottom: calc(50px + 88 * ((100vw - 320px) / (1440 - 320)));
  }
  .product__top {
    margin-bottom: calc(40px + 68 * ((100vw - 320px) / (1440 - 320)));
  }
  .product__slider-mid:not(:last-child) {
    margin-bottom: calc(30px + 37 * ((100vw - 320px) / (1440 - 320)));
  }
  .decor-about {
    min-height: 800px;
  }
  .decor-about__text {
    width: 358px;
    height: 357px;
  }
  .ss__title {
    font-size: calc(20px + 10 * ((100vw - 320px) / (1440 - 320)));
  }
  .about__subtitile {
    margin-bottom: calc(15px + 65 * ((100vw - 320px) / (1440 - 320)));
  }
  .product__slider {
    margin-right: 50px;
  }
  .title--24 {
    font-size: 24px;
  }
  .info-product__code {
    margin-bottom: calc(15px + 35 * ((100vw - 768px) / (1440 - 768)));
  }
  .info-product__text {
    margin-bottom: calc(20px + 30 * ((100vw - 768px) / (1440 - 768)));
  }
  .info-product__live {
    margin-bottom: calc(20px + 37 * ((100vw - 768px) / (1440 - 768)));
  }
  .info-product .card__prices {
    margin-bottom: calc(20px + 36 * ((100vw - 768px) / (1440 - 768)));
  }
  .info-product__quantity {
    margin-bottom: calc(25px + 41 * ((100vw - 768px) / (1440 - 768)));
  }
  .product__comments {
    padding-top: calc(20px + 38 * ((100vw - 320px) / (1440 - 320)));
    padding-bottom: calc(40px + 84 * ((100vw - 320px) / (1440 - 320)));
  }
  .comments-product__title {
    margin-bottom: calc(20px + 53 * ((100vw - 320px) / (1440 - 320)));
  }
  .comments-product__top {
    margin-bottom: calc(25px + 71 * ((100vw - 320px) / (1440 - 320)));
  }
  .comments-product__list {
    margin-bottom: calc(25px + 33 * ((100vw - 320px) / (1440 - 320)));
  }
  .comments-product__item:not(:last-child) {
    margin-bottom: calc(20px + 42 * ((100vw - 320px) / (1440 - 320)));
  }
  .content-info__title {
    margin-bottom: calc(15px + 30 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style h2 {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1440 - 320)));
    margin-bottom: calc(15px + 8 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style h3 {
    font-size: calc(15px + 3 * ((100vw - 320px) / (1440 - 320)));
    margin-bottom: calc(15px + 8 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style p {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1440 - 320)));
    margin-bottom: calc(10px + 13 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style h4 {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1440 - 320)));
    margin-bottom: calc(10px + 13 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style ul li {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1440 - 320)));
    padding-left: calc(15px + 15 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style ol li {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1440 - 320)));
  }
  .type-style ol li::before {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1440 - 320)));
  }
  .info-product__text ul li {
    padding-left: calc(15px + 15 * ((100vw - 320px) / (1440 - 320)));
  }
  .info-product__text ol li {
    padding-left: calc(15px + 15 * ((100vw - 320px) / (1440 - 320)));
  }
  .info-product__text ol li::before {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1440 - 320)));
  }
  .info__title {
    margin-bottom: calc(20px + 53 * ((100vw - 320px) / (1440 - 320)));
  }
  .content-info__block {
    margin-bottom: calc(20px + 60 * ((100vw - 320px) / (1440 - 320)));
  }
  .info__container {
    padding-bottom: calc(40px + 93 * ((100vw - 320px) / (1440 - 320)));
  }
  .contacts__title {
    margin-bottom: calc(25px + 55 * ((100vw - 320px) / (1440 - 320)));
  }
  .contacts__container {
    padding-bottom: calc(40px + 93 * ((100vw - 320px) / (1440 - 320)));
  }
  .lookbook__title {
    margin-bottom: calc(25px + 55 * ((100vw - 320px) / (1440 - 320)));
  }
  .lookbook__container {
    padding-bottom: calc(40px + 93 * ((100vw - 320px) / (1440 - 320)));
  }
  .lookbook__grid {
    margin-bottom: calc(25px + 61 * ((100vw - 320px) / (1440 - 320)));
  }
  .lb-single__title {
    margin-bottom: calc(25px + 30 * ((100vw - 320px) / (1440 - 320)));
  }
  .lb-single__container {
    padding-bottom: calc(40px + 77 * ((100vw - 320px) / (1440 - 320)));
  }
  .catalog__title {
    margin-bottom: calc(20px + 39 * ((100vw - 320px) / (1440 - 320)));
  }
  .catalog__container {
    padding-bottom: calc(40px + 96 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-cart {
    padding-bottom: calc(30px + 40 * ((100vw - 320px) / (1440 - 320)));
    padding-top: calc(30px + 40 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-cart__title {
    margin-bottom: calc(15px + 22 * ((100vw - 320px) / (1440 - 320)));
    font-size: calc(16px + 20 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-cart__link {
    margin-bottom: calc(10px + 26 * ((100vw - 320px) / (1440 - 320)));
    font-size: calc(13px + 11 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-cart__close {
    font-size: calc(13px + 11 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-comment__btn {
    font-size: calc(13px + 11 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-thanks__btn {
    font-size: calc(13px + 11 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-call__btn {
    font-size: calc(13px + 11 * ((100vw - 320px) / (1440 - 320)));
  }
  .lb-single__images {
    grid-column-gap: 30px;
  }
  .catalog__grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-bottom: calc(20px + 62 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-size__title {
    margin-bottom: calc(15px + 22 * ((100vw - 320px) / (1440 - 320)));
    font-size: calc(16px + 20 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-call__privacy {
    font-size: calc(10px + 4 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-size__table {
    margin-bottom: calc(15px + 14 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-comment__title {
    margin-bottom: calc(15px + 22 * ((100vw - 320px) / (1440 - 320)));
    font-size: calc(16px + 20 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-thanks__title {
    margin-bottom: calc(15px + 22 * ((100vw - 320px) / (1440 - 320)));
    font-size: calc(16px + 20 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-thanks__text {
    margin-bottom: calc(15px + 10 * ((100vw - 320px) / (1440 - 320)));
    font-size: calc(16px + 8 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-call__title {
    margin-bottom: calc(15px + 22 * ((100vw - 320px) / (1440 - 320)));
    font-size: calc(16px + 20 * ((100vw - 320px) / (1440 - 320)));
  }
  .modal-comment__textarea {
    margin-bottom: calc(15px + 26 * ((100vw - 320px) / (1440 - 320)));
  }
  .cart__title {
    margin-bottom: calc(30px + 73 * ((100vw - 320px) / (1440 - 320)));
  }
  .cart__container {
    padding-bottom: calc(50px + 155 * ((100vw - 320px) / (1440 - 320)));
  }
}

@media (max-width: 1300px) and (min-width: 769px) {
  .cards-best__item .card__to-cart {
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
  }
  .cards-best__item .to-cart__text {
    margin-top: 9px;
    font-size: 11px;
  }
  .cards-best__item .to-cart__icon {
    width: 24px;
    height: 27px;
  }
  .slider-mid__container .card__to-cart {
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
  }
  .slider-mid__container .to-cart__text {
    margin-top: 9px;
    font-size: 11px;
  }
  .slider-mid__container .to-cart__icon {
    width: 24px;
    height: 27px;
  }
}

@media (max-width: 1250px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav {
    display: none;
  }
  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .header__tels {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .footer__container {
    padding-top: calc(40px + (100 - 40) * ((100vw - 320px) / (1200 - 320)));
    padding-bottom: calc(40px + (100 - 40) * ((100vw - 320px) / (1200 - 320)));
  }
  .footer__top {
    margin-bottom: 50px;
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: none;
  }
  .footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 70px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-footer__rights {
    max-width: 320px;
  }
  .info-footer__contacts {
    margin-bottom: 0;
  }
  .footer__decor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__title {
    font-size: calc(47px + (60 - 47) * ((100vw - 576px) / (1200 - 576)));
  }
  .hero__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
  .tabs-best__link {
    font-size: 13px;
    padding: 10px 14px;
  }
  .tabs-best__item {
    margin-right: 15px;
    margin-bottom: 12px;
    min-height: 37px;
  }
  .decor-about__text {
    width: 244px;
    height: 243px;
    bottom: 146px;
    left: -37px;
  }
  .decor-about__image {
    padding-bottom: 158.5%;
    margin-left: 0;
  }
  .ss__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ss__form {
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 100px;
  }
  .ss__email {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 30px;
    height: 50px;
  }
  .ss__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .descr__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .title--24 {
    font-size: 22px;
  }
  .info-product__code {
    font-size: 14px;
  }
  .info-product__text {
    font-size: 15px;
  }
  .info-product__live {
    font-size: 13px;
  }
  .info-product__size {
    font-size: 17px;
  }
  .checkbox-product__box {
    position: relative;
    width: 25px;
    height: 25px;
    margin-bottom: 7px;
  }
  .checkbox-product__box::before {
    width: 13px;
    height: 13px;
  }
  .checkbox-product {
    font-size: 14px;
  }
  .checkbox-product:not(:last-child) {
    margin-right: 17px;
  }
  .slider-product {
    max-width: 50%;
  }
  .info-product__help {
    font-size: 15px;
  }
  .info-product__sizes {
    margin-bottom: 24px;
  }
  .quantity__title {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .info-product__btn {
    min-height: 62px;
    width: 245px;
    font-size: 15px;
  }
  .slider-product .swiper-pagination-bullet {
    width: 40px;
  }
  .slider-product .swiper-pagination-bullet-active {
    width: 100px;
  }
  .slider-mid__wrapper .card__title {
    font-size: 15px;
  }
  .slider-mid__wrapper .card__old-price {
    font-size: 13px;
  }
  .slider-mid__wrapper .card__new-price {
    font-size: 15px;
  }
  .slider-mid__wrapper .card__type {
    font-size: 13px;
  }
  .aside-info__list a {
    font-size: 15px;
  }
  .aside-info__list li {
    margin-bottom: 18px;
  }
  .aside-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    margin-right: 30px;
  }
  .contacts__grid {
    grid-column-gap: 40px;
  }
  .contacts__column p {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .contacts__column a[href^="tel:"] {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .contacts__column a[href^="mailto:"] {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .lb-single__right {
    padding: 60px 20px 0px 20px;
  }
  .lb-single__images {
    grid-column-gap: 20px;
    margin: 75px 0px 90px 0px;
  }
  .lb-single__image-main {
    margin-bottom: 70px;
  }
  .catalog__grid {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }
  .catalog__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-right: 25px;
  }
  .item-aside__title {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .item-aside__cat:not(:last-child) {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .modal-cart__link {
    min-height: 70px;
  }
  .modal-cart__close {
    min-height: 70px;
  }
  .modal-comment__btn {
    min-height: 70px;
  }
  .modal-thanks__btn {
    min-height: 70px;
  }
  .modal-call__btn {
    min-height: 70px;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .catalog__grid .card__type {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .catalog__grid .card__title {
    font-size: 16px;
  }
  .catalog__grid .card__old-price {
    font-size: 13px;
  }
  .catalog__grid .card__new-price {
    font-size: 15px;
  }
  .form-cart__title {
    font-size: 19px;
  }
  .item-cart__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    height: 130px;
    margin-right: 30px;
  }
  .item-cart__title {
    font-size: 15px;
  }
  .item-cart__art {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .item-cart__about p {
    font-size: 13px;
  }
  .item-cart__price {
    font-size: 15px;
  }
  .cart__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .item-cart__amount {
    margin-right: 40px;
  }
}

@media (max-width: 1024px) {
  .to-cart {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .header__social {
    margin-right: 30px;
  }
  .cards-best__column {
    padding: 0 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
  }
  .about__content {
    max-width: 50%;
  }
  .about__title {
    margin-top: 0;
  }
  .decor-about {
    min-height: 680px;
  }
  .decor-about__text {
    width: 244px;
    height: 243px;
    bottom: 146px;
  }
  .ss__form {
    padding-right: 0;
  }
  .descr__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .hero__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 40px;
    min-height: 600px;
  }
  .hero__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .slider-hero__slide {
    padding-bottom: 167%;
  }
  .grid-second__column:first-child {
    display: none;
  }
  .grid-second {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: auto;
  }
  .form-header__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    min-height: 48px;
    font-size: 15px;
  }
  .form-header__input {
    height: 48px;
    font-size: 16px;
  }
  .search-page-form__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 48px;
    font-size: 15px;
  }
  .search-page-form__submit {
    height: 48px;
    font-size: 16px;
  }
  .product__slider {
    margin-right: 30px;
    max-width: 40%;
  }
  .slider-product .swiper-pagination-bullet {
    width: 20px;
  }
  .slider-product .swiper-pagination-bullet-active {
    width: 40px;
  }
  .title--24 {
    font-size: 20px;
  }
  .info-product__title {
    margin-bottom: 10px;
  }
  .info-product__code {
    font-size: 13px;
  }
  .info-product__text {
    font-size: 14px;
  }
  .info-product__text p {
    margin-bottom: 10px;
  }
  .info-product__size {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .info-product__checkboxes {
    margin-bottom: 15px;
  }
  .info-product__help {
    font-size: 14px;
  }
  .info-product__btn {
    min-height: 45px;
    width: 225px;
    font-size: 14px;
  }
  .comments-product__btn {
    margin-right: 20px;
    min-height: 50px;
    width: 210px;
    font-size: 14px;
  }
  .comments-product__rec {
    font-size: 16px;
  }
  .info__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aside-info {
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .aside-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aside-info__list li {
    margin-bottom: 18px;
    padding: 10px 17px;
    min-height: 40px;
    border-radius: 60px;
    border: 1px solid #c5a995;
    text-align: center;
  }
  .aside-info__list li:hover {
    background: #c5a995;
  }
  .aside-info__list li:hover .tabs-best__link {
    color: #ffffff;
  }
  .aside-info__list li:not(:last-child) {
    margin-right: 20px;
  }
  .contacts__grid {
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }
  .lookbook__grid {
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .lookbook__column:nth-child(3n-1) {
    padding-top: 0;
  }
  .item-lb__title {
    font-size: calc(12px + 8 * ((100vw - 370px) / (992 - 370)));
  }
  .lb-single__right {
    padding: 30px 20px 0px 20px;
  }
  .lb-single__images {
    margin: 40px 0px 40px 0px;
  }
  .lb-single__image-main {
    margin-bottom: 40px;
  }
  .catalog__grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
  .catalog__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
    margin-right: 30px;
  }
  .filter-bar__title {
    margin-bottom: 20px;
  }
  .cart__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cart__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 50px;
  }
  .cart__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 0;
  }
  .form-cart__title {
    margin-bottom: calc(20px + 11 * ((100vw - 320px) / (992 - 320)));
    font-size: calc(16px + 4 * ((100vw - 320px) / (992 - 320)));
  }
  .payment-cart__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .search-page .catalog__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) and (min-width: 769px) {
  .catalog__grid .card__type {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .catalog__grid .card__title {
    font-size: 16px;
  }
  .catalog__grid .card__old-price {
    font-size: 13px;
  }
  .catalog__grid .card__new-price {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .header__social {
    display: none;
  }
  .burger {
    margin-right: 25px;
  }
  .header__logo {
    margin-right: 28px;
  }
  .header__tel {
    margin-right: 20px;
    font-size: 15px;
  }
  .header__tels {
    margin-left: auto;
  }
  .header__control {
    margin-right: 25px;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-footer__column:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .menu-footer__column {
    text-align: center;
  }
  .menu-footer__tels {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-footer__rights {
    text-align: center;
  }
  .info-footer__contacts {
    margin-bottom: 40px;
  }
  .menu-footer__title {
    margin-bottom: 10px;
  }
  .menu-footer__social {
    margin-bottom: 30px;
  }
  .ss__email {
    margin-bottom: 20px;
  }
  .descr__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .descr__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .descr__content {
    padding-top: 0;
    margin-right: 0;
  }
  .hero__main {
    padding-bottom: 40px;
    min-height: 550px;
  }
  .card__title {
    font-size: calc(13px + 5 * ((100vw - 370px) / (768 - 370)));
  }
  .card__new-price {
    font-size: calc(12px + 4 * ((100vw - 370px) / (768 - 370)));
  }
  .card__old-price {
    font-size: calc(12px + 2 * ((100vw - 370px) / (768 - 370)));
  }
  .slider-hero__title {
    padding: 20px 15px;
    font-size: calc(13px + 5 * ((100vw - 370px) / (768 - 370)));
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__content {
    max-width: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .about__decor {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
  }
  .form-header__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
  .search-page-form__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .slider-mid__wrapper .card__title {
    font-size: calc(13px + 5 * ((100vw - 370px) / (768 - 370)));
  }
  .slider-mid__wrapper .card__old-price {
    font-size: calc(11px + 3 * ((100vw - 370px) / (768 - 370)));
  }
  .slider-mid__wrapper .card__new-price {
    font-size: calc(11px + 5 * ((100vw - 370px) / (768 - 370)));
  }
  .slider-mid__wrapper .card__type {
    font-size: 14px;
  }
  .product__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .product__slider {
    margin-bottom: 40px;
    margin-right: 0;
    max-width: 100%;
  }
  .info-product__code {
    margin-bottom: 15px;
  }
  .info-product__text {
    margin-bottom: 20px;
  }
  .info-product__live {
    margin-bottom: 20px;
  }
  .info-product__color {
    margin-bottom: 20px;
  }
  .info-product .card__prices {
    margin-bottom: 20px;
  }
  .info-product__quantity {
    margin-bottom: 25px;
  }
  .comments-product__star:not(:last-child) {
    margin-left: 5px;
  }
  .comments-product__star {
    width: 23px;
    height: 23px;
  }
  .comments-product__btn {
    margin-right: 20px;
    min-height: 42px;
    width: 185px;
  }
  .comments-product__rating {
    margin-right: 25px;
  }
  .contacts__column p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contacts__column a[href^="tel:"] {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contacts__column a[href^="mailto:"] {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .item-lb__image {
    margin-bottom: 20px;
  }
  .lb-single__flex {
    margin: 0 -10px;
  }
  .lb-single__left {
    padding: 0 10px;
  }
  .lb-single__right {
    padding: 0 10px;
  }
  .lb-single__images {
    margin: 20px 0px 20px 0px;
    grid-column-gap: 10px;
  }
  .catalog__aside {
    display: none;
  }
  .modal-cart__link {
    min-height: 60px;
  }
  .modal-cart__close {
    min-height: 60px;
  }
  .modal-comment__btn {
    min-height: 60px;
  }
  .modal-thanks__btn {
    min-height: 70px;
  }
  .modal-size__table th {
    padding: 11px 15px;
    font-size: 15px;
  }
  .modal-size__table td {
    padding: 11px 15px;
    font-size: 15px;
  }
  .modal-size__text {
    font-size: 15px;
  }
  .type-style table th,
  .type-style table td {
    padding: 15px 15px;
  }
  .item-cart__amount {
    margin-right: 40px;
  }
  .item-cart__price {
    font-size: 15px;
  }
  .item-cart__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    height: 130px;
    margin-right: 40px;
  }
  .payment-cart__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .search-page .catalog__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) and (min-width: 470px) {
  .card__to-cart {
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
  }
  .to-cart__text {
    margin-top: 9px;
    font-size: 11px;
  }
  .to-cart__icon {
    width: 24px;
    height: 27px;
  }
}

@media (max-width: 576px) {
  .header__form {
    padding: 30px 0;
  }
  .header__tel {
    display: none;
  }
  .header__tels {
    display: none;
  }
  .header__control {
    margin-left: auto;
  }
  .burger {
    margin-right: 60px;
  }
  .footer__decor {
    display: none;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .ss__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .ss__title {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .ss__form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .grid-second {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__main {
    padding: 80px 30px 30px 30px;
  }
  .cards-best__column {
    padding: 0 10px;
  }
  .cards-best {
    margin: 0px -10px 0px -10px;
  }
  .best__tabs {
    margin-bottom: 15px;
  }
  .tabs-best__link {
    font-size: 11px;
    padding: 10px 14px;
  }
  .tabs-best__item {
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 36px;
  }
  .decor-about__text {
    width: 166px;
    height: 165px;
    bottom: 130px;
    left: -4px;
  }
  .form-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-header__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 15px;
    width: calc(100% - 40px);
  }
  .form-header__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 300px;
  }
  .search-page-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .search-page-form__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .search-page-form__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 280px;
  }
  .comments-product__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comments-product__rating {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0px 0px 20px 0px;
  }
  .comments-product__rec {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 20px 0px;
  }
  .comments-product__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    font-size: 13px;
  }
  .info-product__btn {
    font-size: 13px;
  }
  .comments-product__name {
    margin-bottom: 10px;
  }
  .comments-product__text {
    font-size: 15px;
  }
  .slider-mid__title {
    margin-bottom: 20px;
  }
  .product__slider {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 100%;
  }
  .info-product .breadcrumbs {
    margin-bottom: 10px;
  }
  .product__mid {
    padding-bottom: 40px;
  }
  .aside-info__list li {
    margin-bottom: 10px;
    padding: 10px 14px;
    min-height: 36px;
  }
  .aside-info__list li a {
    font-size: 14px;
  }
  .aside-info__list li:not(:last-child) {
    margin-right: 10px;
  }
  .tab-info__bot {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contacts__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .contacts__grid {
    grid-row-gap: 25px;
  }
  .contacts__column h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .contacts__column p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contacts__column a[href^="tel:"] {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .contacts__column a[href^="mailto:"] {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .lookbook__grid {
    grid-column-gap: 20px;
  }
  .item-lb__image {
    margin-bottom: 15px;
  }
  .lb-single__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lb-single__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 30px;
  }
  .lb-single__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .lb-single__image-main {
    margin-bottom: 30px;
  }
  .lb-single__images {
    grid-column-gap: 20px;
  }
  .bar__top {
    font-size: calc(13px + 3 * ((100vw - 320px) / (576 - 320)));
  }
  .filter-bar__title {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .filter-bar__column:not(:last-child) {
    margin-right: 50px;
  }
  .modal-cart__link {
    min-height: 50px;
  }
  .modal-cart__close {
    min-height: 50px;
  }
  .modal-comment__btn {
    min-height: 50px;
  }
  .modal-thanks__btn {
    min-height: 50px;
  }
  .modal-call__btn {
    min-height: 50px;
  }
  .modal-size__table th {
    padding: 10px 10px;
    font-size: 14px;
  }
  .modal-size__table td {
    padding: 10px 10px;
    font-size: 14px;
  }
  .modal-size__text {
    font-size: 14px;
  }
  .modal-comment__input {
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
  }
  .modal-call__input {
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    height: 50px;
  }
  .modal-call__form {
    margin-bottom: 20px;
  }
  .modal-comment__textarea {
    padding: 10px 15px 10px 15px;
    font-size: 15px;
  }
  .modal-comment__textarea {
    height: 220px;
  }
  .type-style table th,
  .type-style table td {
    padding: 10px 10px;
  }
  .item-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-cart__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 138px;
    width: 138px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .item-cart__amount {
    margin-right: 30px;
  }
  .item-cart__art {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .item-cart__about p:not(:last-child) {
    margin-bottom: 0px;
  }
  .payment-cart__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
  .form-cart__ship {
    margin-bottom: 30px;
  }
}

@media (max-width: 470px) and (min-width: 371px) {
  .card__to-cart {
    width: 70px;
    height: 70px;
    bottom: 6px;
    right: 6px;
  }
  .to-cart__text {
    margin-top: 6px;
    font-size: 8px;
  }
  .to-cart__icon {
    width: 16px;
    height: 18px;
  }
}

@media (max-width: 520px) and (min-width: 371px) {
  .slider-mid__container .card__to-cart {
    width: 70px;
    height: 70px;
    bottom: 6px;
    right: 6px;
  }
  .slider-mid__container .to-cart__text {
    margin-top: 6px;
    font-size: 8px;
  }
  .slider-mid__container .to-cart__icon {
    width: 16px;
    height: 18px;
  }
}

@media (max-width: 420px) {
  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .burger {
    width: 30px;
    height: 22px;
    margin-right: 0;
  }
  .header__lang {
    display: none;
  }
  .header__control {
    margin-right: 0;
    margin-left: 10px;
  }
  .header__logo {
    margin-right: 0;
    margin-left: 48px;
  }
  .footer__top {
    margin-bottom: 25px;
  }
  .info-footer__contacts {
    margin-bottom: 15px;
  }
  .info-footer__adress {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .info-footer__mail {
    font-size: 16px;
  }
  .rights-footer__item {
    font-size: 10px;
  }
  .rights-footer__item:not(:last-child) {
    margin-bottom: 5px;
  }
  .menu-footer__tel {
    font-size: 16px;
  }
  .menu-footer__phones {
    margin-bottom: 15px;
  }
  .menu-footer__social {
    margin-bottom: 20px;
  }
  .menu-footer__column:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu-footer__title {
    font-size: 17px;
  }
  .menu-footer__link {
    font-size: 15px;
  }
  .footer__menu {
    margin-bottom: 40px;
  }
  .ss__email {
    font-size: 16px;
    height: 43px;
    margin-bottom: 15px;
  }
  .ss__btn {
    min-height: 45px;
  }
  .grid-second {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
  }
  .card__type {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .hero__main {
    padding: 20px 20px 20px 20px;
    min-height: 450px;
    background-position: 28% 50%;
  }
  .hero__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    width: 100%;
  }
  .hero__title br {
    display: none;
  }
  .cards-best__column {
    padding: 0 6px;
  }
  .cards-best {
    margin: 0px -6px 0px -6px;
  }
  .tabs-best__link {
    font-size: 10px;
    padding: 6px 10px;
  }
  .tabs-best__item {
    margin-right: 10px;
    margin-bottom: 8px;
    min-height: 30px;
  }
  .about__link {
    font-size: 16px;
  }
  .form-header__submit {
    width: 280px;
  }
  .comments-product__name {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .info-product__btn {
    font-size: 12px;
  }
  .comments-product__btn {
    font-size: 12px;
  }
  .comments-product__rec {
    font-size: 15px;
  }
  .checkbox-product:not(:last-child) {
    margin-right: 10px;
  }
  .info-product__color {
    font-size: 13px;
  }
  .aside-info__list li {
    margin-bottom: 8px;
    padding: 6px 10px;
    min-height: 30px;
    width: 100%;
  }
  .aside-info__list li a {
    font-size: 13px;
  }
  .aside-info__list li:not(:last-child) {
    margin-right: 0;
  }
  .content-info__title {
    font-size: 18px;
  }
  .aside-info {
    margin-bottom: 20px;
  }
  .content-info__btn {
    width: 100%;
    margin-right: 0;
    min-height: 46px;
  }
  .contacts__column h2 {
    font-size: 16px;
  }
  .contacts__column p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .contacts__column a[href^="tel:"] {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .contacts__column a[href^="mailto:"] {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .lb-single__image-main {
    margin-bottom: 20px;
  }
  .lb-single__images {
    grid-column-gap: 10px;
  }
  .catalog__grid {
    grid-column-gap: 10px;
    grid-row-gap: 12px;
  }
  .bar__filter-btn {
    padding-left: 30px;
  }
  .filter-bar__title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .filter-bar__column:not(:last-child) {
    margin-right: 40px;
  }
  .checkbox-filter__box {
    margin-right: 10px;
  }
  .modal-comment__input {
    margin-bottom: 15px;
  }
  .modal-call__input {
    margin-bottom: 15px;
    height: 43px;
  }
  .modal-call__form {
    margin-bottom: 15px;
  }
  .payment-cart__flex {
    margin: 0 -5px;
  }
  .payment-cart__item {
    padding: 0 5px;
  }
  .item-cart__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 280px;
    width: 280px;
  }
  .item-cart {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .cart__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .item-cart__art {
    margin-bottom: 10px;
  }
  .item-cart__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-cart__about {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .item-cart__amount {
    margin-right: 30px;
  }
  .amount__input {
    margin: 0px 8px 0px 8px;
    min-width: 43px;
    font-size: 18px;
  }
  .amount__minus,
  .amount__plus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
    height: 15px;
  }
  .amount__minus::after {
    top: 7px;
  }
  .amount__plus::before {
    left: 7px;
  }
  .amount__plus::after {
    top: 7px;
  }
  .item-cart__about p {
    font-size: 15px;
  }
  .item-cart__title {
    font-size: 17px;
  }
  .item-cart__price {
    font-size: 16px;
  }
  .inputs-cart__input {
    height: 38px;
    padding: 10px 10px;
    font-size: 15px;
  }
  .form-cart__inputs {
    margin-bottom: 30px;
  }
  .form-cart__payment {
    margin-bottom: 20px;
  }
  .ship-cart__title,
  .payment-cart__title {
    margin-bottom: 15px;
  }
  .form-cart__submit {
    min-height: 45px;
    font-size: 15px;
  }
}

@media (max-width: 370px) {
  .grid-second {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-auto-rows: auto;
  }
  .card__type {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .card__title {
    font-size: 15px;
  }
  .slider-mid__wrapper .card__title {
    font-size: 14px;
  }
  .card__old-price {
    font-size: 14px;
  }
  .card__new-price {
    font-size: 16px;
  }
  .slider-mid__wrapper .card__old-price {
    font-size: 14px;
  }
  .slider-mid__wrapper .card__new-price {
    font-size: 16px;
  }
  .slider-hero__title {
    font-size: 17px;
  }
  .cards-best__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .cards-best {
    margin: 0;
  }
  .lookbook__grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }
  .item-lb__title {
    font-size: 13px;
  }
  .lb-single__left {
    margin-bottom: 20px;
  }
  .lb-single__images {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .catalog__grid {
    grid-template-columns: 1fr;
  }
  .search-page .catalog__grid {
    grid-template-columns: 1fr;
  }
  .card__to-cart {
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
  }
  .to-cart__text {
    margin-top: 9px;
    font-size: 11px;
  }
  .to-cart__icon {
    width: 24px;
    height: 27px;
  }
  .payment-cart__box {
    font-size: 11px;
  }
  .form-cart__submit {
    font-size: 13px;
  }
}

.slider-product__arrow-prev {
  left: 10px;
}
.slider-product__arrow-next {
  right: 10px;
}
.slider-product__arrow.swiper-button-disabled {
  display: none;
}

.hellCatalog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.hellCatalog-item {
  color: #000;
  text-decoration: none;
}

.hellCatalog-item__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
}

.hellCatalog-item__img-sizer {
  padding-bottom: 140%;
}

.hellCatalog-item__title {
  text-align: center;
}

@media (max-width: 800px) {
  .hellCatalog-list {
    grid-gap: 30px;
  }
}

@media (max-width: 750px) {
  .hellCatalog-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 400px) {
  .hellCatalog-list {
    grid-gap: 15px;
  }
}

@media (max-width: 365px) {
  .hellCatalog-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}


/* rkn */
.error-subbb {
    margin: 20px auto 30px;
    padding: 10px 15px;
    width: auto;
    text-align: center;
    border: 1px solid red;
    box-sizing: border-box;
}