@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
body {
  color: #222222;
  font-size: 18px;
  overflow-anchor: none;
  background-color: #ffffff;
  font-variant-numeric: lining-nums;
}

@media (max-width: 992px) {
  body._lock {
    overflow: hidden;
  }
}
._container {
  max-width: 1650px;
  margin: 0 auto;
  min-width: 0;
}
@media (max-width: 1800px) {
  ._container {
    padding: 0 15px;
  }
}
@media (max-width: 1662px) {
  ._container {
    max-width: 1170px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 15px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  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;
}

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

.main-shadow-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 16, 0.4);
  z-index: 100;
  display: none;
}
.main-shadow-overlay.active {
  display: block;
}
@media (max-width: 992px) {
  .main-shadow-overlay {
    display: none !important;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

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

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

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

input,
button,
textarea {
  font-family: "Raleway", sans-serif;
}

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

button {
  cursor: pointer;
}

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 {
  vertical-align: top;
}

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

.header-transparent .header {
  background: transparent;
}
@media (max-width: 992px) {
  .header-transparent .header {
    background: #222222;
  }
}

.header {
  background: #222222;
  position: relative;
  z-index: 101;
}
@media (min-width: 992px) {
  .header.active {
    background: #222222;
  }
}
@media (max-width: 1270px) {
  .header {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .header {
    background: #222222;
    padding: 0px;
  }
}
.header__main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
}
@media (max-width: 992px) {
  .header__main {
    border-bottom: none;
  }
}
.header__main-inner {
  padding-top: 8px;
  min-height: 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .header__main-inner {
    height: 80px;
    min-height: 80px;
    padding-top: 0px;
  }
}
.header__mobile-menu {
  display: none;
}
@media (max-width: 992px) {
  .header__mobile-menu {
    position: fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #EDE9E5;
    z-index: 1;
    display: none;
  }
  .header__mobile-menu.active {
    display: block;
  }
}
.header__address {
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media (max-width: 1270px) {
  .header__address {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header__address {
    display: none;
  }
}
.header__logo {
  display: block;
  width: 281.82px;
  height: 46.13px;
  padding-top: 2px;
  margin-right: 8px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1662px) {
  .header__logo {
    width: 221.82px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .header__logo {
    width: 148px;
    display: none;
  }
}
@media (max-width: 375px) {
  .header__logo {
    width: 148px;
  }
}
.header__left-mobile {
  display: none;
}
@media (max-width: 992px) {
  .header__left-mobile {
    display: flex;
    align-items: center;
    gap: 14px;
  }
}
.header__left-mobile .header__logo {
  display: block;
}
.header__burger {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger.active .header__burger-open {
  display: none;
}
.header__burger.active .header__burger-close {
  display: flex;
}
.header__burger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger-open {
  display: flex;
}
.header__burger-close {
  display: none;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__tel {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  margin-right: 19px;
  margin-top: 0px;
}
@media (max-width: 1662px) {
  .header__tel {
    display: none;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  margin-right: 38px;
}
@media (max-width: 1270px) {
  .header__socials {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .header__socials {
    margin-right: 0px;
  }
}
.header__social {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .header__social {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 992px) {
  .header__social--tg svg {
    width: 25px;
  }
}
.header__social--tel {
  display: none;
}
@media (max-width: 1662px) {
  .header__social--tel {
    display: flex;
  }
  .header__social--tel svg {
    width: 30px;
    height: 24px;
  }
}
@media (max-width: 1662px) and (max-width: 992px) {
  .header__social--tel svg {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1170px) {
  .header__social--tel {
    display: flex;
  }
}
.header__social--insta {
  position: relative;
  top: -4px;
  right: 0px;
}
@media (max-width: 992px) {
  .header__social--insta {
    top: -2px;
    right: -3px;
  }
  .header__social--insta svg {
    width: 27px;
  }
}
.header__search-btn {
  margin-right: 38px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__search-btn {
    display: none;
  }
}
.header__language-block {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 992px) {
  .header__language-block {
    display: none;
  }
}
.header__language {
  font-family: Raleway;
  font-size: 18px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.header__nav {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  padding-bottom: 38px;
}
.header__nav.active {
  background: #222222;
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__nav-item--catalog-menu.active .header__nav-link {
  color: #D1B099;
}
.header__nav-item--catalog-menu.active .header__nav-icon--burger {
  display: none;
}
.header__nav-item--catalog-menu.active .header__nav-icon--close {
  display: flex;
}
.header__nav-link {
  font-family: Raleway;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header__nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav-icon--burger {
  display: flex;
}
.header__nav-icon--close {
  display: none;
}

.mobile-menu {
  overflow: auto;
}
.mobile-menu__search {
  background: #F5F3F0;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 64px;
  padding: 0px 16px;
  margin: 20px 20px 32px 20px;
  position: relative;
}
.mobile-menu__search.hasValue .mobile-menu__search-close {
  display: block;
}
.mobile-menu__search-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu__search-input {
  background: #F5F3F0;
  width: 100%;
  font-family: Raleway;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.4509803922);
  padding-top: 2px;
}
.mobile-menu__search-input::placeholder {
  color: rgba(34, 34, 34, 0.4509803922);
}
.mobile-menu__search-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0px, -50%);
  display: none;
}
.mobile-menu__catalog {
  margin-bottom: 26px;
}
.mobile-menu__nav {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding: 0px 20px 26px 20px;
  margin-top: -1px;
  margin-bottom: 32px;
}
.mobile-menu__nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu__nav-link {
  font-size: 16px;
  line-height: 1.1875;
  color: #222222;
}
.mobile-menu__info {
  padding: 24px 20px 24px 20px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
}
.mobile-menu__tel {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #B19077;
  display: block;
  margin-bottom: 12px;
}
.mobile-menu__mail {
  margin-bottom: 14px;
  font-family: Cormorant;
  font-weight: 700;
  font-size: 24px;
  color: #B19077;
  line-height: 100%;
}
.mobile-menu__address {
  font-size: 15px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.6980392157);
}
.mobile-menu__language {
  margin-top: 4px;
  padding: 24px 20px 24px 20px;
  display: flex;
  gap: 14px;
}
.mobile-menu__language-item {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.6980392157);
}
.mobile-menu__language-item.active {
  color: #B19077;
  padding-bottom: 1px;
  border-bottom: 1px solid #B19077;
}

.catalog-item {
  display: flex;
  align-items: center;
  padding: 26px 20px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
}
.catalog-item:first-child {
  border-top: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding: 25px 20px;
}
.catalog-item__icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}
.catalog-item__icon img {
  width: 100%;
  height: 100%;
}
.catalog-item__name {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222222;
}
.catalog-item__arrow {
  margin-left: auto;
}

.catalog-menu {
  background: #FFFFFF;
  position: absolute;
  top: 203px;
  left: 0;
  height: 130px;
  width: 100%;
  width: 100%;
  padding: 0px 230px;
  display: none;
}
.catalog-menu.active {
  display: flex;
}
@media (max-width: 992px) {
  .catalog-menu.active {
    display: none;
  }
}
@media (max-width: 1600px) {
  .catalog-menu {
    padding: 0px 200px;
  }
}
@media (max-width: 1400px) {
  .catalog-menu {
    height: 100px;
    padding: 0px 140px;
  }
}
@media (max-width: 1250px) {
  .catalog-menu {
    padding: 0px 60px;
  }
}
@media (max-width: 1100px) {
  .catalog-menu {
    padding: 0px 30px;
  }
}
.catalog-menu__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.catalog-menu__item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding-right: 90px;
  height: 100%;
}
.catalog-menu__item:last-child {
  border-right: none;
  padding-right: 0px;
}
.catalog-menu__item:hover .catalog-menu__name {
  color: #B19077;
}
.catalog-menu__item:hover .catalog-menu__arrow {
  color: #B19077;
}
.catalog-menu__item:hover .catalog-menu__icon-default {
  display: none;
}
.catalog-menu__item:hover .catalog-menu__icon-hover {
  display: block;
}
@media (max-width: 1600px) {
  .catalog-menu__item {
    padding-left: 10px;
  }
}
.catalog-menu__icon {
  width: 28px;
  height: 28px;
}
.catalog-menu__icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .catalog-menu__icon {
    width: 22px;
    height: 22px;
  }
}
.catalog-menu__icon-default {
  display: block;
}
.catalog-menu__icon-hover {
  display: none;
}
.catalog-menu__name {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222222;
}
@media (max-width: 1600px) {
  .catalog-menu__name {
    font-size: 22px;
  }
}
@media (max-width: 1400px) {
  .catalog-menu__name {
    font-size: 18px;
  }
}
.catalog-menu__arrow {
  color: #222222;
}

.header__search-block {
  padding: 0px 15px;
  position: absolute;
  top: 203px;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 156px;
  background: #fff;
  display: flex;
  align-items: center;
  display: none;
}
.header__search-block.active {
  display: flex;
}
@media (max-width: 992px) {
  .header__search-block.active {
    display: none;
  }
}
.header__search {
  width: 100%;
  background: #F5F3F0;
  padding: 27px 64px 27px 24px;
  display: flex;
  gap: 18px;
  position: relative;
}
.header__search.hasValue .header__search-close {
  display: block;
}
.header__search-input {
  background: #F5F3F0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
}
.header__search-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0px, -50%);
  display: none;
}

.footer {
  background: #222222;
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 662px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1070px) {
  .footer__main {
    flex-direction: column;
  }
}
.footer__left {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  flex: 0 0 610px;
  border-left: 1px solid rgba(255, 255, 255, 0.1215686275);
  margin-left: -1px;
}
@media (max-width: 1800px) {
  .footer__left {
    flex: 1 0 410px;
    padding-top: 60px;
  }
}
@media (max-width: 1300px) {
  .footer__left {
    flex: 1 1 auto;
  }
}
@media (max-width: 1100px) {
  .footer__left {
    padding-top: 40px;
  }
}
@media (max-width: 1070px) {
  .footer__left {
    padding-top: 60px;
  }
}
.footer__logo {
  text-align: center;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding-left: 50px;
  padding-bottom: 36px;
}
.footer__logo img {
  width: 369px;
}
@media (max-width: 1500px) {
  .footer__logo {
    text-align: left;
    padding-left: 60px;
  }
}
@media (max-width: 1600px) {
  .footer__logo img {
    width: 269px;
  }
}
@media (max-width: 1300px) {
  .footer__logo img {
    width: 233px;
  }
}
@media (max-width: 1100px) {
  .footer__logo {
    padding-left: 30px;
  }
}
@media (max-width: 1070px) {
  .footer__logo {
    text-align: center;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    padding-bottom: 26px;
  }
}
.footer__details {
  padding-top: 19px;
  padding-left: 50px;
}
@media (max-width: 1070px) {
  .footer__details {
    padding-top: 18px;
  }
}
@media (max-width: 1100px) {
  .footer__details {
    padding-left: 30px;
  }
}
@media (max-width: 1070px) {
  .footer__details {
    padding-left: 0px;
  }
}
.footer__details-descr {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 239px;
  font-family: Raleway;
  font-variant-numeric: lining-nums;
}
@media (max-width: 1500px) {
  .footer__details-descr {
    text-align: left;
    margin-bottom: 60px;
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  .footer__details-descr {
    margin-bottom: 60px;
  }
}
@media (max-width: 1070px) {
  .footer__details-descr {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer__details-descr {
    padding-left: 20px;
    margin-top: 1px;
  }
}
.footer__legal {
  margin: 0 auto;
  width: 390px;
}
@media (max-width: 1500px) {
  .footer__legal {
    margin: 0px;
  }
}
@media (max-width: 1070px) {
  .footer__legal {
    display: none;
  }
}
.footer__legal--mobile {
  display: none;
}
@media (max-width: 1070px) {
  .footer__legal--mobile {
    display: block;
    padding: 0px 15px 32px 15px;
  }
}
@media (max-width: 992px) {
  .footer__legal--mobile {
    margin-top: 2px;
    padding: 0px 15px 30px 15px;
  }
}
.footer__legal-copmany {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 24px;
}
@media (max-width: 1070px) {
  .footer__legal-copmany {
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.footer__legal-details {
  display: flex;
  gap: 40px;
}
@media (max-width: 1500px) {
  .footer__legal-details {
    flex-direction: column;
  }
}
@media (max-width: 1070px) {
  .footer__legal-details {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .footer__legal-details {
    gap: 14px;
  }
}
.footer__legal-item {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__legal-item span {
  display: inline-block;
  margin-bottom: 2px;
}
.footer__legal-item span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1070px) {
  .footer__legal-item {
    font-size: 15px;
  }
}
.footer__right {
  flex: 1 0 auto;
  padding-top: 120px;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding-left: 85px;
  gap: 30px;
  padding-right: 135px;
  border-right: 1px solid rgba(255, 255, 255, 0.1215686275);
  margin-right: -1px;
  position: relative;
}
@media (max-width: 1800px) {
  .footer__right {
    padding-left: 45px;
    padding-right: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 1150px) {
  .footer__right {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .footer__right {
    padding-right: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 1070px) {
  .footer__right {
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 992px) {
  .footer__right {
    gap: 50px;
  }
}
.footer__menu {
  display: flex;
  gap: 94px;
}
@media (max-width: 1400px) {
  .footer__menu {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .footer__menu {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 1070px) {
  .footer__menu {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    gap: 34px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 135px;
  padding-right: 135px;
  min-height: 98px;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1800px) {
  .footer__bottom {
    padding: 0px 60px 0px 60px;
  }
}
@media (max-width: 1500px) {
  .footer__bottom {
    padding: 16px 60px 16px 60px;
  }
}
@media (max-width: 1070px) {
  .footer__bottom {
    padding: 16px 15px 16px 15px;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    padding: 32px 15px 16px 15px;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.footer__bottom-list {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 1070px) {
  .footer__bottom-list {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .footer__bottom-list {
    flex-direction: column;
    gap: 11px;
  }
}
.footer__bottom-item {
  font-size: 15px;
  line-height: 100%;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__bottom-item a {
  color: rgba(255, 255, 255, 0.6980392157);
}
@media (max-width: 992px) {
  .footer__bottom-item {
    font-size: 14px;
  }
}
.footer__start {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 0px;
}
.footer__start span {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
  .footer__start span {
    font-size: 14px;
  }
}
.footer__start-webdo {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-left: 10px;
  width: 90px;
}
@media (max-width: 992px) {
  .footer__start-webdo {
    font-size: 14px;
  }
}
.footer__start-webdo-icon {
  position: absolute;
  top: -10px;
  left: -5px;
}
.footer__nav-title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.22;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .footer__nav-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.footer__nav-list {
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 992px) {
  .footer__nav-list {
    gap: 14px;
  }
}
.footer__nav-link {
  line-height: 1.16;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .footer__nav-link {
    font-size: 16px;
  }
}
.footer__catalog-title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.22;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .footer__catalog-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.footer__catalog-list {
  padding-top: 2px;
}
.footer__catalog-item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  width: 100%;
  max-width: 190px;
}
.footer__catalog-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
@media (max-width: 992px) {
  .footer__catalog-item {
    font-size: 16px;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}
.footer__catalog-link {
  line-height: 1.16;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .footer__catalog-link {
    font-size: 16px;
  }
}
.footer__catalog-sublist {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 2px;
}
@media (max-width: 992px) {
  .footer__catalog-sublist {
    margin-top: 14px;
    gap: 8px;
  }
}
.footer__catalog-subitem {
  color: rgba(255, 255, 255, 0.8117647059);
  position: relative;
  padding-left: 24px;
}
.footer__catalog-subitem:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8117647059);
  border-radius: 50%;
  transform: translate(0, -50%);
}
.footer__catalog-sublink {
  line-height: 1.16;
  color: rgba(255, 255, 255, 0.8117647059);
}
@media (max-width: 992px) {
  .footer__catalog-sublink {
    font-size: 16px;
  }
}
.footer__info-block {
  background: rgba(233, 223, 216, 0.0392156863);
  padding: 42px 46px;
  max-width: 530px;
  height: 478px;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .footer__info-block {
    max-width: 380px;
    padding: 24px 24px;
    height: 378px;
  }
}
@media (max-width: 1150px) {
  .footer__info-block {
    margin-left: 0;
  }
}
@media (max-width: 1070px) {
  .footer__info-block {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .footer__info-block {
    padding: 22px 19px;
    margin-bottom: 48px;
  }
}
.footer__tel {
  display: block;
  font-family: Cormorant;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.21;
  margin-bottom: 24px;
  color: #D1B099;
}
@media (max-width: 1500px) {
  .footer__tel {
    font-size: 28px;
  }
}
.footer__mail {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.21;
  margin-bottom: 42px;
  color: #FFFFFF;
}
@media (max-width: 1500px) {
  .footer__mail {
    font-size: 28px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .footer__mail {
    margin-bottom: 36px;
  }
}
.footer__address {
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 42px;
}
@media (max-width: 1500px) {
  .footer__address {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .footer__address {
    margin-bottom: 36px;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  .footer__socials {
    gap: 18px;
    margin-bottom: 18px;
  }
}
.footer__social {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1B099;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .footer__social {
    width: 60px;
    height: 60px;
  }
}
.footer__note {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5607843137);
  height: 48px;
  position: relative;
  padding-left: 16px;
}
.footer__note svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .footer__note {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.footer__language-block {
  position: absolute;
  bottom: 64px;
  left: 85px;
  display: flex;
  align-items: start;
  gap: 14px;
}
@media (max-width: 1300px) {
  .footer__language-block {
    left: auto;
    right: 60px;
    bottom: 40px;
  }
}
@media (max-width: 1150px) {
  .footer__language-block {
    top: 40px;
    bottom: auto;
  }
}
@media (max-width: 1100px) {
  .footer__language-block {
    right: 30px;
  }
}
@media (max-width: 1070px) {
  .footer__language-block {
    display: none;
  }
}
.footer__language-block--mobile {
  display: none;
}
@media (max-width: 1070px) {
  .footer__language-block--mobile {
    display: flex;
    position: static;
    padding: 32px 15px 32px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .footer__language-block--mobile {
    padding: 32px 15px 31px 15px;
    margin-bottom: 32px;
  }
}
.footer__language {
  font-size: 16px;
  line-height: 100%;
  line-height: 1.18;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.footer__language.active {
  color: #D1B099;
  border-bottom: 1px solid #D1B099;
  padding-bottom: 2px;
}
@media (max-width: 992px) {
  .footer__language {
    margin-top: 4px;
  }
}

.hero {
  min-height: 1080px;
  position: relative;
}
@media (max-width: 992px) {
  .hero {
    min-height: 775px;
  }
}
.hero__block {
  margin-top: 349px;
}
@media (max-width: 992px) {
  .hero__block {
    margin-top: 378px;
  }
}
.hero__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 60px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 940px;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 38px;
  }
}
.hero__btn {
  background: #D1B099;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 218px;
  padding: 2px 10px 0px 10px;
  height: 80px;
  justify-content: center;
}
.hero__btn span {
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: #222222;
}
@media (max-width: 992px) {
  .hero__btn span {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .hero__btn {
    width: 192px;
    height: 64px;
    gap: 12px;
  }
}
.hero__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -2px;
  top: -1px;
}
@media (max-width: 992px) {
  .hero__btn-icon {
    margin-right: -1px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hero__bg {
    display: none;
  }
}
.hero__bg-mobile {
  display: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 80px;
}
.hero__bg-mobile img {
  width: 100%;
  height: 89.5%;
  object-fit: cover;
  object-position: 75% 0%;
}
@media (max-width: 992px) {
  .hero__bg-mobile {
    display: block;
  }
}
.hero__top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(20, 16, 16, 0) 0%, #141010 84.26%);
  z-index: -1;
  height: 358px;
  width: 100%;
}
@media (max-width: 992px) {
  .hero__top-gradient {
    display: none;
  }
}
.hero__left-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(65.03% 224.53% at 0% 50.06%, #14100F 0%, rgba(20, 16, 15, 0.8) 39.68%, rgba(20, 16, 15, 0.14) 100%);
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .hero__left-shadow {
    display: none;
  }
}
.hero__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .hero__breadcrumbs {
    gap: 12px;
    margin-bottom: 19px;
  }
}
.hero__breadcrumb {
  font-size: 18px;
  line-height: 100%;
  line-height: 1.16;
  color: rgba(255, 255, 255, 0.8509803922);
}
.hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.8509803922);
}
.hero__breadcrumb.current {
  color: rgba(255, 255, 255, 0.4509803922);
}
@media (max-width: 992px) {
  .hero__breadcrumb {
    font-size: 14px;
    line-height: 100%;
    line-height: 1.14;
  }
}
.hero__breadcrumb-separate {
  width: 3px;
  height: 3px;
  background: #D9D9D9;
  border-radius: 50%;
}

.main__content--catalog .hero {
  min-height: 810px;
}
@media (max-width: 992px) {
  .main__content--catalog .hero {
    min-height: 650px;
  }
}
@media (max-width: 460px) {
  .main__content--catalog .hero {
    min-height: 580px;
    height: 480px;
  }
}
.main__content--catalog .hero__block {
  margin-top: 390px;
}
@media (max-width: 992px) {
  .main__content--catalog .hero__block {
    margin-top: 386px;
  }
}
.main__content--catalog .hero__bg-mobile img {
  object-position: 50% 100%;
}
@media (max-width: 992px) {
  .main__content--catalog .hero__bg-mobile {
    top: 68px;
  }
}
@media (max-width: 460px) {
  .main__content--catalog .hero__bg-mobile {
    top: 60px;
  }
}
@media (max-width: 992px) {
  .main__content--catalog .hero__shadow {
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(60.77% 209.8% at 8.16% 50.13%, #14100F 0%, rgba(20, 16, 15, 0.8) 39.68%, rgba(20, 16, 15, 0.14) 100%);
    z-index: -1;
    height: 100%;
    width: 100%;
  }
}
.main__content--catalog .faq-block {
  padding-top: 12px;
}
.main__content--catalog .hero__title {
  max-width: 100%;
}
.main__content--catalog-ring .hero__bg-mobile img {
  object-position: 77% 100% !important;
}

.product-catalog {
  margin-top: 120px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .product-catalog {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.product-catalog__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .product-catalog__top {
    display: block;
    margin-bottom: 30px;
  }
}
.product-catalog__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product-catalog__title {
    font-size: 32px;
    line-height: 1.35;
  }
}
.product-catalog__btn-all {
  color: #B19077;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 992px) {
  .product-catalog__btn-all {
    font-size: 15px;
    display: none;
  }
}
.product-catalog__btn-all--mobile {
  display: none;
}
@media (max-width: 992px) {
  .product-catalog__btn-all--mobile {
    justify-content: center;
    display: flex;
    min-height: 56px;
    width: 100%;
  }
}
.product-catalog__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
  grid-auto-rows: 530px;
  gap: 30px;
}
@media (max-width: 1200px) {
  .product-catalog__items {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
    grid-auto-rows: 345px;
  }
}
@media (max-width: 992px) {
  .product-catalog__items {
    grid-template-columns: repeat(auto-fill, minmax(345px, 400px));
    justify-content: center;
    gap: 15px;
    margin-bottom: 22px;
  }
}
.product-catalog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 16px;
  padding-bottom: 50px;
  overflow: hidden;
}
.product-catalog__item:hover .product-catalog__item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .product-catalog__item {
    padding-bottom: 33px;
    gap: 14px;
  }
}
.product-catalog__item-title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .product-catalog__item-title {
    font-size: 28px;
    line-height: 100%;
    line-height: 1.21;
  }
}
.product-catalog__item-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 992px) {
  .product-catalog__item-btn {
    font-size: 15px;
    line-height: 100%;
    line-height: 1.2;
    gap: 6px;
  }
}
.product-catalog__item-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.product-catalog__item-img img {
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-catalog__item-shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(38, 35, 33, 0) 0%, #262321 100%);
}

.product-duo {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .product-duo {
    margin-bottom: 80px;
  }
}
.product-duo__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.217;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .product-duo__title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.35;
  }
}
.product-duo__items {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .product-duo__items {
    flex-direction: column;
  }
}
.product-duo__item {
  flex: 1 1 50%;
}
@media (max-width: 768px) {
  .product-duo__item {
    lex: 1 1 100%;
  }
}
.product-duo__item-img {
  display: block;
  height: 1080px;
  overflow: hidden;
  margin-bottom: 36px;
}
.product-duo__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.product-duo__item-img:hover img {
  transform: scale(1.04);
}
@media (max-width: 1662px) {
  .product-duo__item-img {
    height: 810px;
  }
}
@media (max-width: 1100px) {
  .product-duo__item-img {
    height: 610px;
  }
}
@media (max-width: 992px) {
  .product-duo__item-img {
    height: 510px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .product-duo__item-img {
    height: 460px;
  }
}
.product-duo__item-price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product-duo__item-price {
    font-size: 24px;
  }
}
.product-duo__item-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  line-height: 1.16;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(34, 34, 34, 0.5490196078);
}
@media (max-width: 992px) {
  .product-duo__item-title {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.15;
  }
}

.video-player-block {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .video-player-block {
    margin-bottom: 80px;
  }
}
.video-player-block .video-player {
  max-width: 100%;
  height: 928px;
  position: relative;
  background: #000;
}
@media (max-width: 992px) {
  .video-player-block .video-player {
    height: 528px;
  }
}
@media (max-width: 768px) {
  .video-player-block .video-player {
    height: 428px;
  }
}
@media (max-width: 600px) {
  .video-player-block .video-player {
    height: 328px;
  }
}
@media (max-width: 500px) {
  .video-player-block .video-player {
    height: 194px;
  }
}
.video-player-block .preview {
  position: absolute;
  inset: 0;
}
.video-player-block .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-player-block .big-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2392156863);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .video-player-block .big-play {
    width: 64px;
    height: 64px;
  }
  .video-player-block .big-play svg {
    width: 14px;
  }
}
.video-player-block .video {
  width: 100%;
  display: block;
}
.video-player-block .controls {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video-player-block button {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
.video-player-block .progress {
  flex: 1;
  height: 5px;
  background: #555;
  cursor: pointer;
  position: relative;
}
.video-player-block .progress-filled {
  width: 0%;
  height: 100%;
  background: red;
}
.video-player-block .volume {
  width: 80px;
}

.products {
  margin-top: 68px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .products {
    margin-top: 36px;
    margin-bottom: 60px;
  }
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 40px 30px;
}
@media (max-width: 992px) {
  .products__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 30px 15px;
  }
}
@media (max-width: 600px) {
  .products__grid {
    grid-template-rows: repeat(8, minxax(265px, 1fr));
  }
}
@media (max-width: 400px) {
  .products__grid {
    grid-template-rows: repeat(8, 265px);
  }
}
.products__product:nth-child(5) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 1;
  display: flex;
  flex-direction: column;
}
.products__product:nth-child(5) .products__product-img {
  flex: 1 0 auto;
}
@media (max-width: 400px) {
  .products__product:nth-child(5) .products__product-img {
    flex: 0 1 auto;
    height: 408px;
    margin-bottom: 26px;
  }
}
.products__product:nth-child(5) .products__product-info {
  flex-shrink: 0;
}
@media (max-width: 1662px) {
  .products__product:nth-child(5) .products__product-title {
    max-width: 250px;
    min-height: 54px;
  }
}
@media (max-width: 992px) {
  .products__product:nth-child(5) .products__product-title {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .products__product:nth-child(5) {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
  }
}
.products__product:nth-child(6) {
  grid-row-start: 3;
}
@media (max-width: 992px) {
  .products__product:nth-child(6) {
    grid-row-start: 5;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(6) {
    height: 100%;
    margin-top: -70px;
  }
}
.products__product:nth-child(7) {
  grid-row-start: 3;
}
@media (max-width: 992px) {
  .products__product:nth-child(7) {
    grid-row-start: 5;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(7) {
    height: 100%;
    margin-top: -70px;
  }
}
.products__product:nth-child(8) {
  grid-row-start: 3;
}
@media (max-width: 992px) {
  .products__product:nth-child(8) {
    grid-row-start: 6;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(8) {
    height: 100%;
    margin-top: -70px;
  }
}
.products__product:nth-child(9) {
  grid-row-start: 3;
}
@media (max-width: 992px) {
  .products__product:nth-child(9) {
    grid-row-start: 6;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(9) {
    height: 100%;
    margin-top: -70px;
  }
}
.products__product:nth-child(10) {
  grid-row-start: 4;
}
@media (max-width: 992px) {
  .products__product:nth-child(10) {
    grid-row-start: 7;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(10) {
    height: 100%;
    margin-top: -70px;
  }
}
.products__product:nth-child(11) {
  grid-row-start: 4;
}
@media (max-width: 992px) {
  .products__product:nth-child(11) {
    grid-row-start: 7;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(11) {
    height: 100%;
    margin-top: -70px;
  }
}
.products__product:nth-child(12) {
  grid-row-start: 4;
}
@media (max-width: 992px) {
  .products__product:nth-child(12) {
    grid-row-start: 8;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(12) {
    height: 100%;
    margin-top: -70px;
  }
}
.products__product:nth-child(13) {
  grid-row-start: 4;
}
@media (max-width: 992px) {
  .products__product:nth-child(13) {
    grid-row-start: 8;
  }
}
@media (max-width: 400px) {
  .products__product:nth-child(13) {
    height: 100%;
    margin-top: -70px;
  }
}
@media (max-width: 992px) {
  .products__product {
    display: flex;
    flex-direction: column;
  }
}
.products__product-img {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.products__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.products__product-img:hover img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .products__product-img {
    margin-bottom: 14px;
  }
}
.products__product-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5490196078);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .products__product-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
}
.products__product-price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .products__product-price {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2%;
    text-transform: uppercase;
    margin-top: auto;
  }
}
.products__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-bottom: 24px;
  margin-top: 60px;
}
@media (max-width: 400px) {
  .products__pagination {
    margin-top: -28px;
  }
}
.products__pagination-num {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
  cursor: pointer;
}
.products__pagination-num.current {
  color: #222222;
}
@media (max-width: 992px) {
  .products__pagination-num {
    font-size: 16px;
    line-height: 1.18;
    letter-spacing: 2%;
    text-transform: uppercase;
  }
}
.products__btm-more {
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  padding: 17px 0px;
  color: #B19077;
}
@media (max-width: 992px) {
  .products__btm-more {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .products__btm-more {
    padding: 2px 0px;
  }
}

.products__filters {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1019607843);
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .products__filters {
    display: none;
  }
}
.products__filters--mobile {
  display: none;
}
@media (max-width: 992px) {
  .products__filters--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1019607843);
  }
}
.products__filters--mobile .products__filter-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products__filters--mobile .products__filter {
  margin-right: -4px;
}
.products__filters-left {
  display: flex;
  gap: 40px;
}
.products__filter {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.products__filter.active .products__dropdown {
  display: flex;
}
.products__filter.active .products__filter-arrow {
  transform: rotate(180deg);
}
.products__dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 370px;
  background: #fff;
  padding: 24px;
  display: none;
  flex-direction: column;
  gap: 14px;
  z-index: 10;
  box-shadow: 0px 8px 18px 0px rgba(90, 84, 78, 0.08), 0px 32px 32px 0px rgba(90, 84, 78, 0.07), 0px 73px 44px 0px rgba(90, 84, 78, 0.04), 0px 129px 52px 0px rgba(90, 84, 78, 0.02), 0px 201px 56px 0px rgba(90, 84, 78, 0);
}
.products__option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5490196078);
  min-height: 26px;
}
.products__option input {
  cursor: pointer;
}
.products__filter-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.products__filter-icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .products__filter-icon {
    margin-right: 8px;
  }
}
.products__filter-name {
  margin-right: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .products__filter-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    margin-right: 4px;
  }
}
.products__filter-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.products__filter-count {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D1B099;
  flex-shrink: 0;
}
.products__filters-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.products__filters-result {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4509803922);
}
@media (max-width: 992px) {
  .products__filters-result {
    font-size: 13px;
  }
}
.products__filters-sort {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  position: relative;
}

.menu-filter {
  position: fixed;
  inset: 0;
  background: #fff;
  padding: 15px;
  display: none;
  z-index: 120;
}
.menu-filter.active {
  display: block;
}
.menu-filter .products__filter {
  display: flex;
  min-height: 44px;
  padding-top: 16px;
  border-top: 1px solid rgba(34, 34, 34, 0.1019607843);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.menu-filter .products__filter-head {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-bottom: 10px;
}
.menu-filter .products__filter-arrow {
  margin-left: auto;
}
.menu-filter .products__dropdown {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0px;
  display: none;
  flex-direction: column;
  gap: 14px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .menu-filter .products__filters-sort .products__filter-sort-icon {
    margin-right: 8px;
  }
  .menu-filter .products__filters-sort span {
    font-size: 15px;
  }
}

.menu-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  margin-bottom: 20px;
}

.menu-filter__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.18;
  text-transform: uppercase;
}

.menu-filter__close {
  cursor: pointer;
}

.menu-filter__btn-apply {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #E3C8B5;
  min-height: 50px;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  width: 100%;
}

.menu-filter__btn-reset {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222222;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  width: 100%;
  background: transparent;
}

.products-description {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .products-description {
    margin-bottom: 84px;
  }
}
.products-description__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0px;
}
.products-description__content p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .products-description__content p {
    font-size: 15px;
    line-height: 1.51;
    margin-bottom: 20px;
  }
}

.products__option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.products__option input {
  display: none;
}

.products__checkbox {
  width: 26px;
  height: 26px;
  border: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.products__checkbox svg {
  width: 14px;
  height: 10px;
  opacity: 0;
  transform: scale(0.5);
  transition: 0.2s;
}

.products__option input:checked + .products__checkbox {
  background: #D1B099;
  border-color: #D1B099;
}

.products__option input:checked + .products__checkbox svg {
  opacity: 1;
  transform: scale(1);
  color: #111111;
}

/* скрываем галочку в single режиме */
.products__filter.is-single .products__checkbox svg {
  display: none;
}

/* делаем круглый чекбокс */
.products__filter.is-single .products__checkbox {
  border-radius: 50%;
  position: relative;
}

/* сам шарик */
.products__filter.is-single .products__checkbox::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #D1B099;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform: scale(0.5);
  transition: 0.2s;
}

/* состояние checked */
.products__filter.is-single input:checked + .products__checkbox {
  background: transparent;
  border-color: #D1B099;
}

.products__filter.is-single input:checked + .products__checkbox::after {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}

.useful-materials {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .useful-materials {
    margin-bottom: 80px;
  }
}

.useful-materials__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.21;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .useful-materials__title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.45;
  }
}

.useful-materials__tab-controls {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .useful-materials__tab-controls {
    margin-bottom: 30px;
    gap: 6px;
  }
}

.useful-materials__tab-control {
  font-size: 18px;
  line-height: 1.5;
  background: #EDE9E5;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 34, 34, 0.6509803922);
  padding: 5px 28px;
  cursor: pointer;
  white-space: nowrap;
}
.useful-materials__tab-control.active {
  background: #222222;
  color: #E3C8B5;
}
@media (max-width: 992px) {
  .useful-materials__tab-control {
    padding: 5px 18px;
    min-height: 46px;
    font-size: 15px;
  }
}

.useful-materials__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .useful-materials__articles {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .useful-materials__articles {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 7.5px;
  }
}

.article-materials__img {
  height: 530px;
  display: block;
  margin-bottom: 16px;
}
.article-materials__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1662px) {
  .article-materials__img {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .article-materials__img {
    height: 330px;
    margin-bottom: 14px;
  }
}
@media (max-width: 600px) {
  .article-materials__img {
    height: 380px;
  }
}
@media (max-width: 440px) {
  .article-materials__img {
    height: 330px;
  }
}

.article-materials__date {
  font-size: 18px;
  line-height: 1.16;
  color: rgba(34, 34, 34, 0.4509803922);
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .article-materials__date {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.article-materials__title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #222222;
}
@media (max-width: 992px) {
  .article-materials__title {
    font-size: 18px;
  }
}

.about-info {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .about-info {
    margin-bottom: 80px;
  }
}
.about-info-block {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .about-info-block {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .about-info-block {
    margin-top: 60px;
  }
}
.about-info-block:nth-child(2) .about-info-block__info {
  padding: 200px 0px 0px 100px;
}
@media (max-width: 1662px) {
  .about-info-block:nth-child(2) .about-info-block__info {
    padding: 40px 0px 0px 60px;
  }
}
@media (max-width: 1200px) {
  .about-info-block:nth-child(2) .about-info-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .about-info-block:nth-child(2) .about-info-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.about-info-block:nth-child(3) .about-info-block__info {
  padding: 70px 100px 0px 0px;
}
@media (max-width: 1662px) {
  .about-info-block:nth-child(3) .about-info-block__info {
    padding: 40px 60px 0px 0px;
  }
}
@media (max-width: 1200px) {
  .about-info-block:nth-child(3) .about-info-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .about-info-block:nth-child(3) .about-info-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.about-info-block--reverse .about-info-block__content {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .about-info-block--reverse .about-info-block__content {
    flex-direction: column;
  }
}
.about-info-block__content {
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .about-info-block__content {
    flex-direction: column;
    gap: 36px;
  }
}
.about-info-block__left {
  flex: 1 1 auto;
}
@media (max-width: 1800px) {
  .about-info-block__left {
    flex: 1 1 50%;
  }
}
@media (max-width: 992px) {
  .about-info-block__left {
    flex: 1 1 auto;
  }
}
.about-info-block__info {
  padding: 153px 100px 0px 0px;
}
@media (max-width: 1662px) {
  .about-info-block__info {
    padding: 40px 60px 0px 0px;
  }
}
@media (max-width: 1200px) {
  .about-info-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .about-info-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.about-info-block__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 34px;
  color: #222222;
}
@media (max-width: 1200px) {
  .about-info-block__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .about-info-block__title {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.35;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
}
.about-info-block__title-brown {
  color: #B19077;
}
.about-info-block__title-dash {
  color: #B19077;
}
@media (max-width: 992px) {
  .about-info-block__title-dash {
    color: #222222;
  }
}
.about-info-block__descr {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.about-info-block__descr p {
  margin-bottom: 16px;
}
.about-info-block__descr p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .about-info-block__descr p {
    margin-bottom: 17px;
  }
}
@media (max-width: 1200px) {
  .about-info-block__descr {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .about-info-block__descr {
    font-size: 15px;
    line-height: 1.52;
  }
}
.about-info-block__right {
  flex: 1 0 auto;
}
@media (max-width: 1800px) {
  .about-info-block__right {
    flex: 1 1 50%;
  }
}
@media (max-width: 992px) {
  .about-info-block__right {
    flex: 1 1 auto;
  }
}
.about-info-block__img {
  width: 100%;
  max-width: 810px;
  height: 810px;
}
@media (max-width: 1800px) {
  .about-info-block__img {
    max-width: auto;
    width: auto;
  }
}
@media (max-width: 1662px) {
  .about-info-block__img {
    height: 710px;
  }
}
@media (max-width: 1200px) {
  .about-info-block__img {
    height: 610px;
  }
}
@media (max-width: 768px) {
  .about-info-block__img {
    height: 550px;
    margin: 0px -15px;
  }
}
@media (max-width: 600px) {
  .about-info-block__img {
    height: 500px;
  }
}
@media (max-width: 460px) {
  .about-info-block__img {
    height: 375px;
  }
}
.about-info-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-info-block .contact-info-block {
  margin-top: 45px;
}
@media (max-width: 992px) {
  .about-info-block .contact-info-block {
    margin-top: 36px;
  }
}

.how-work-info {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .how-work-info {
    margin-bottom: 82px;
  }
}
.how-work-block {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .how-work-block {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .how-work-block {
    margin-top: 60px;
  }
}
.how-work-block__content {
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .how-work-block__content {
    flex-direction: column;
    gap: 36px;
  }
}
.how-work-block--reverse .how-work-block__content {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .how-work-block--reverse .how-work-block__content {
    flex-direction: column;
  }
}
.how-work-block:nth-child(1) .how-work-block__info {
  padding: 65px 100px 0px 0px;
}
@media (max-width: 1200px) {
  .how-work-block:nth-child(1) .how-work-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .how-work-block:nth-child(1) .how-work-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.how-work-block:nth-child(2) .how-work-block__info {
  padding: 208px 0px 0px 100px;
}
@media (max-width: 1662px) {
  .how-work-block:nth-child(2) .how-work-block__info {
    padding: 40px 0px 0px 60px;
  }
}
@media (max-width: 1200px) {
  .how-work-block:nth-child(2) .how-work-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .how-work-block:nth-child(2) .how-work-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.how-work-block:nth-child(3) .how-work-block__info {
  padding: 182px 100px 0px 0px;
}
@media (max-width: 1662px) {
  .how-work-block:nth-child(3) .how-work-block__info {
    padding: 40px 60px 0px 0px;
  }
}
@media (max-width: 1200px) {
  .how-work-block:nth-child(3) .how-work-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .how-work-block:nth-child(3) .how-work-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.how-work-block:nth-child(4) .how-work-block__info {
  padding: 195px 0px 0px 100px;
}
@media (max-width: 1662px) {
  .how-work-block:nth-child(4) .how-work-block__info {
    padding: 40px 0px 0px 60px;
  }
}
@media (max-width: 1200px) {
  .how-work-block:nth-child(4) .how-work-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .how-work-block:nth-child(4) .how-work-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.how-work-block:nth-child(5) .how-work-block__info {
  padding: 107px 100px 0px 0px;
}
@media (max-width: 1662px) {
  .how-work-block:nth-child(5) .how-work-block__info {
    padding: 40px 60px 0px 0px;
  }
}
@media (max-width: 1200px) {
  .how-work-block:nth-child(5) .how-work-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .how-work-block:nth-child(5) .how-work-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.how-work-block:nth-child(6) .how-work-block__info {
  padding: 102px 0px 0px 100px;
}
@media (max-width: 1662px) {
  .how-work-block:nth-child(6) .how-work-block__info {
    padding: 40px 0px 0px 60px;
  }
}
@media (max-width: 1200px) {
  .how-work-block:nth-child(6) .how-work-block__info {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) {
  .how-work-block:nth-child(6) .how-work-block__info {
    padding: 0px 0px 0px 0px;
  }
}
.how-work-block__left {
  flex: 1 1 auto;
}
@media (max-width: 1800px) {
  .how-work-block__left {
    flex: 1 1 50%;
  }
}
@media (max-width: 992px) {
  .how-work-block__left {
    flex: 1 1 auto;
  }
}
.how-work-block__info {
  padding: 60px 100px 0px 0px;
}
.how-work-block__number {
  font-family: "Great Vibes";
  font-weight: 400;
  font-size: 80px;
  line-height: 135%;
  color: #B19077;
  margin-bottom: -4px;
}
@media (max-width: 992px) {
  .how-work-block__number {
    font-size: 60px;
    line-height: 1.35;
    margin-bottom: 0px;
  }
}
.how-work-block__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 34px;
}
@media (max-width: 1200px) {
  .how-work-block__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .how-work-block__title {
    margin-bottom: 25px;
  }
}
.how-work-block__descr {
  padding-top: 32px;
  border-top: 1px solid rgba(34, 34, 34, 0.1411764706);
}
.how-work-block__descr p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.how-work-block__descr p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .how-work-block__descr p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .how-work-block__descr p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.52;
    margin-bottom: 17px;
  }
}
@media (max-width: 992px) {
  .how-work-block__descr {
    padding-top: 26px;
  }
}
.how-work-block__right {
  flex: 1 0 auto;
}
@media (max-width: 1800px) {
  .how-work-block__right {
    flex: 1 1 50%;
  }
}
@media (max-width: 992px) {
  .how-work-block__right {
    flex: 1 1 auto;
  }
}
.how-work-block__img {
  width: 100%;
  max-width: 810px;
  height: 810px;
}
@media (max-width: 1800px) {
  .how-work-block__img {
    max-width: auto;
    width: auto;
  }
}
@media (max-width: 1662px) {
  .how-work-block__img {
    height: 710px;
  }
}
@media (max-width: 1200px) {
  .how-work-block__img {
    height: 610px;
  }
}
@media (max-width: 768px) {
  .how-work-block__img {
    height: 550px;
    margin: 0px -15px;
  }
}
@media (max-width: 600px) {
  .how-work-block__img {
    height: 500px;
  }
}
@media (max-width: 460px) {
  .how-work-block__img {
    height: 375px;
  }
}
.how-work-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .how-work-block .contact-info-block {
    margin-top: 28px;
  }
}

.contacts {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .contacts {
    margin-bottom: 80px;
  }
}
.contacts__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.21;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contacts__title {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.45;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
}
.contacts__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 360px;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1662px) {
  .contacts__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .contacts__cards {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.contacts__map {
  height: 740px;
}
.contacts__map div {
  height: 100%;
}
@media (max-width: 992px) {
  .contacts__map {
    height: 610px;
  }
}

.card-contacts {
  background: #EDE9E5;
  color: #222222;
  padding: 44px 46px 48px 46px;
}
.card-contacts--black {
  background: #2A2A29;
  color: #FFFFFF;
}
.card-contacts--black .card-contacts__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1411764706);
}
@media (max-width: 992px) {
  .card-contacts {
    padding: 24px 22px 26px 22px;
  }
}
.card-contacts__title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1411764706);
}
@media (max-width: 992px) {
  .card-contacts__title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.card-contacts__item {
  margin-bottom: 22px;
}
.card-contacts__item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .card-contacts__item {
    margin-bottom: 18px;
  }
}
.card-contacts__tel-sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6509803922);
}
@media (max-width: 992px) {
  .card-contacts__tel-sub {
    font-size: 15px;
  }
}
.card-contacts__tel {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.21;
  color: #D1B099;
}
@media (max-width: 992px) {
  .card-contacts__tel {
    font-size: 28px;
  }
}
.card-contacts__mail-sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6509803922);
}
@media (max-width: 992px) {
  .card-contacts__mail-sub {
    font-size: 15px;
  }
}
.card-contacts__mail {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.21;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .card-contacts__mail {
    font-size: 28px;
  }
}
.card-contacts__item-descr {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.6509803922);
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .card-contacts__item-descr {
    font-size: 15px;
  }
}
.card-contacts__requisites {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.6509803922);
}
.card-contacts__requisites span {
  display: block;
}
@media (max-width: 992px) {
  .card-contacts__requisites {
    font-size: 15px;
  }
}
.card-contacts .contact-info-block__social {
  width: 212px;
  max-width: 212px;
}
@media (max-width: 992px) {
  .card-contacts .contact-info-block__social {
    max-width: 148px;
    width: 148px;
  }
}

.article {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .article {
    margin-bottom: 60px;
  }
}
.article__content {
  max-width: 1090px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .article__content {
    padding: 0px 15px;
  }
}
.article__head {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .article__head {
    margin-bottom: 26px;
  }
}
.article__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .article__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.article__date {
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
}
@media (max-width: 992px) {
  .article__date {
    font-size: 14px;
    padding-bottom: 22px;
  }
}
.article__descr {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .article__descr {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
.article__img {
  height: 613px;
  margin-bottom: 55px;
}
.article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .article__img {
    height: 413px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .article__img {
    height: 343px;
  }
}
@media (max-width: 500px) {
  .article__img {
    height: 243px;
  }
}
@media (max-width: 400px) {
  .article__img {
    height: 195px;
  }
}
.article__info-block {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .article__info-block {
    font-size: 15px;
    margin-bottom: 36px;
  }
}
.article__title-18 {
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .article__title-18 {
    margin-bottom: 18px;
  }
}
.article__list-li {
  margin-bottom: 16px;
  margin-bottom: 16px;
}
.article__list-li li {
  position: relative;
  padding-left: 24px;
}
.article__list-li li:after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 50%;
  background: #222222;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .article__list-li {
    margin-bottom: 20px;
  }
}
.article__list-ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .article__list-ol {
    margin-bottom: 20px;
  }
}
.article__descr-18 {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .article__descr-18 {
    margin-bottom: 19px;
  }
}
.article__title-36 {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .article__title-36 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.article-slider {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .article-slider {
    margin-bottom: 95px;
  }
}
.article-slider__head {
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .article-slider__head {
    margin-bottom: 18px;
  }
}
.article-slider__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.21;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .article-slider__title {
    font-size: 32px;
    line-height: 1.35;
  }
}
.article-slider__navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .article-slider__navigation {
    display: none;
  }
}
.article-slider__navigation-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.article-slider__navigation-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.article-slider__items {
  overflow: hidden;
}
.article-slider .swiper-slide {
  height: auto;
}

.item-article__img {
  height: 530px;
  display: block;
  margin-bottom: 16px;
}
.item-article__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1662px) {
  .item-article__img {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .item-article__img {
    height: 330px;
    margin-bottom: 14px;
  }
}
@media (max-width: 600px) {
  .item-article__img {
    height: 330px;
  }
}
.item-article__date {
  font-size: 18px;
  line-height: 1.16;
  color: rgba(34, 34, 34, 0.4509803922);
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .item-article__date {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.item-article__title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #222222;
}
@media (max-width: 992px) {
  .item-article__title {
    font-size: 18px;
  }
}

.thanks {
  padding: 155px 0px;
}
@media (max-width: 992px) {
  .thanks {
    padding: 110px 0px;
  }
}
.thanks__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks__title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .thanks__title {
    margin-bottom: 16px;
  }
}
.thanks__title-brown {
  font-family: "Great Vibes";
  font-size: 128px;
  line-height: 135%;
  color: #B19077;
}
@media (max-width: 992px) {
  .thanks__title-brown {
    font-size: 70px;
    line-height: 0.6;
    margin-left: -2px;
  }
}
.thanks__title-black {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 66px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #222222;
  padding-left: 180px;
  margin-top: -30px;
}
@media (max-width: 992px) {
  .thanks__title-black {
    font-size: 36px;
    line-height: 1.35;
    padding-left: 108px;
    margin-top: 9px;
  }
}
.thanks__descr {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .thanks__descr {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.thanks__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #E3C8B5;
  min-height: 80px;
  max-width: 530px;
  width: 100%;
}
@media (max-width: 992px) {
  .thanks__btn {
    min-height: 64px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
  }
}

.error-page {
  margin-bottom: 132px;
}
@media (max-width: 992px) {
  .error-page {
    margin-bottom: 82px;
  }
}

.error {
  margin-top: 155px;
  margin-bottom: 130px;
}
@media (max-width: 922px) {
  .error {
    margin-top: 110px;
    margin-bottom: 80px;
  }
}
.error__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error__title {
  font-family: "Great Vibes";
  font-size: 128px;
  line-height: 135%;
  color: #B19077;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .error__title {
    margin-bottom: 34px;
    font-size: 70px;
    line-height: 0.6;
  }
}
.error__descr {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -5px;
}
@media (max-width: 992px) {
  .error__descr {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.error__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #E3C8B5;
  min-height: 80px;
  max-width: 530px;
  width: 100%;
}
@media (max-width: 992px) {
  .error__btn {
    min-height: 64px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
  }
}

.product-slider__head {
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .product-slider__head {
    margin-bottom: 18px;
  }
}
.product-slider__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.21;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product-slider__title {
    font-size: 32px;
    line-height: 1.35;
  }
}
.product-slider__navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .product-slider__navigation {
    display: none;
  }
}
.product-slider__navigation-btn {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-slider__navigation-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.product-slider__items {
  overflow: hidden;
}
.product-slider .swiper-slide {
  height: auto;
}
.item-product_price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .item-product_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
}
.item-product__img {
  display: block;
  height: 406px;
  overflow: hidden;
  margin-bottom: 30px;
}
.item-product__img:hover img {
  transform: scale(1.04);
}
.item-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 1662px) {
  .item-product__img {
    height: 306px;
  }
}
@media (max-width: 992px) {
  .item-product__img {
    height: 250px;
    margin-bottom: 14px;
  }
}
@media (max-width: 440px) {
  .item-product__img {
    height: 172px;
  }
}
.item-product__title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(34, 34, 34, 0.5490196078);
}
@media (max-width: 992px) {
  .item-product__title {
    font-size: 13px;
    line-height: 1.5;
  }
}

.privacy-policy {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .privacy-policy {
    margin-bottom: 80px;
  }
}
.privacy-policy__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.21;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .privacy-policy__title {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 30px;
  }
}
.privacy-policy__info-block {
  margin-bottom: 50px;
}
.privacy-policy__info-block:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .privacy-policy__info-block {
    margin-bottom: 26px;
  }
}
.privacy-policy__descr {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .privacy-policy__descr {
    font-size: 15px;
    line-height: 1.55;
  }
}
.privacy-policy__info-title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .privacy-policy__info-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.privacy-policy__info-descr {
  font-size: 18px;
  line-height: 1.5;
}
.privacy-policy__info-descr p {
  margin-bottom: 16px;
}
.privacy-policy__info-descr p :last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .privacy-policy__info-descr p {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .privacy-policy__info-descr {
    font-size: 15px;
  }
}

.search-page {
  margin-bottom: 118px;
}
@media (max-width: 992px) {
  .search-page {
    margin-bottom: 94px;
  }
}
.search-page .products {
  margin-top: 0px;
  margin-bottom: 0px;
}
.search-page__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 58px;
}
@media (max-width: 992px) {
  .search-page__title {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 36px;
  }
}
.search-page__title-brown {
  color: #B19077;
  margin-left: 6px;
}
@media (max-width: 992px) {
  .search-page__title-brown {
    margin-left: 0px;
  }
}
.search-page .products__pagination {
  margin-top: 40px;
}

.product-page {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .product-page {
    padding-top: 0px;
  }
}
.product-page .product-slider {
  margin-bottom: 144px;
}
@media (max-width: 768px) {
  .product-page .product-slider {
    margin-bottom: 60px;
  }
}
.product-page .faq-block {
  padding-top: 14px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .product-page .faq-block {
    padding-top: 30px;
    margin-bottom: 96px;
  }
}
.product-page__media {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .product-page__media {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 80px;
  }
}
.product-page__media-img {
  height: 1080px;
}
.product-page__media-img:nth-child(3) {
  grid-column: 1/3;
  height: 1650px;
}
@media (max-width: 1662px) {
  .product-page__media-img:nth-child(3) {
    height: 1050px;
  }
}
@media (max-width: 992px) {
  .product-page__media-img:nth-child(3) {
    grid-column: 1/2;
  }
}
@media (max-width: 768px) {
  .product-page__media-img:nth-child(3) {
    height: 645px;
  }
}
@media (max-width: 500px) {
  .product-page__media-img:nth-child(3) {
    height: 345px;
  }
}
.product-page__media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1662px) {
  .product-page__media-img {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .product-page__media-img {
    height: 645px;
  }
}
@media (max-width: 500px) {
  .product-page__media-img {
    height: 460px;
  }
}
.product-page .video-player-block {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-page .video-player-block {
    margin-bottom: 15px;
  }
}

.gallery-product {
  display: flex;
  gap: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .gallery-product {
    flex-direction: column-reverse;
    gap: 15px;
    margin: 0px -15px;
    margin-bottom: 74px;
  }
}
.gallery-product__carousel-wrap {
  position: relative;
}
.gallery-product__carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  position: relative;
  margin-top: 52px;
}
@media (max-width: 768px) {
  .gallery-product__carousel {
    margin-top: 0px;
  }
}
.gallery-product__carousel-btn {
  position: absolute;
  z-index: 100;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, 0);
}
.gallery-product__carousel-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 768px) {
  .gallery-product__carousel-btn {
    display: none;
  }
}
.gallery-product__carousel-btn-up {
  top: 0px;
}
.gallery-product__carousel-images {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .gallery-product__carousel-images {
    flex-direction: row;
    margin-left: 15px;
  }
}
.gallery-product__carousel-img {
  width: 110px;
  cursor: pointer;
}
.gallery-product__carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .gallery-product__carousel-img {
    width: 100%;
  }
}
.gallery-product__carousel-btn-down {
  bottom: 0px;
}
.gallery-product__main-img {
  max-width: 950px;
  width: 950px;
  height: 1226px;
}
.gallery-product__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-product__main-img.swiper {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 1240px) {
  .gallery-product__main-img {
    height: 960px;
  }
}
@media (max-width: 992px) {
  .gallery-product__main-img {
    height: 660px;
  }
}
@media (max-width: 768px) {
  .gallery-product__main-img {
    height: 560px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .gallery-product__main-img {
    height: 484px;
  }
}
.gallery-product .thumbs-slider {
  width: 110px;
  height: 1120px;
}
@media (max-width: 1240px) {
  .gallery-product .thumbs-slider {
    height: 860px;
  }
}
@media (max-width: 992px) {
  .gallery-product .thumbs-slider {
    height: 560px;
  }
}
@media (max-width: 768px) {
  .gallery-product .thumbs-slider {
    width: 100%;
    height: 116px;
  }
}
.gallery-product .main-slider {
  flex: 1;
}
@media (max-width: 768px) {
  .gallery-product .main-slider {
    flex: auto;
  }
}
.gallery-product .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-product .swiper-slide-thumb-active {
  position: relative;
}
.gallery-product .swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.5490196078);
}

.product-current {
  display: flex;
  gap: 60px;
  margin-bottom: 120px;
}
@media (max-width: 1662px) {
  .product-current {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .product-current {
    gap: 0px;
    margin-bottom: 80px;
    padding-top: 2px;
  }
}
.product-current__head {
  padding-bottom: 51px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
  margin-bottom: 40px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .product-current__head {
    display: none;
  }
}
.product-current__head--mobile {
  display: none;
}
@media (max-width: 768px) {
  .product-current__head--mobile {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.product-current__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-current__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.product-current__details {
  font-size: 18px;
  line-height: 1.16;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .product-current__details {
    font-size: 15px;
  }
}
.product-current__available {
  color: #B19077;
  position: relative;
  padding-left: 16px;
}
.product-current__available:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #B19077;
}
@media (max-width: 768px) {
  .product-current__available {
    padding-left: 13px;
  }
}
.product-current__article {
  color: rgba(34, 34, 34, 0.4509803922);
}
.product-current__price-block {
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .product-current__price-block {
    margin-bottom: 22px;
  }
}
.product-current__price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .product-current__price {
    font-size: 36px;
    letter-spacing: 0.8px;
  }
}
.product-current__total-price {
  color: rgba(34, 34, 34, 0.5490196078);
  font-family: Cormorant;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product-current__total-price {
    font-size: 24px;
  }
}
.product-current__btn {
  width: 100%;
  background: #000;
  min-height: 80px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  color: #E3C8B5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .product-current__btn {
    min-height: 64px;
    font-size: 15px;
  }
}
.product-current__specifications {
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .product-current__specifications {
    margin-bottom: 40px;
  }
}
.product-current .spoiler-product {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
}
.product-current .spoiler-product:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .product-current .spoiler-product {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}

.spoiler-product.active .spoiler-product__body {
  display: block;
}
.spoiler-product.active .spoiler-product__arrow {
  transform: rotate(180deg);
}
.spoiler-product__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .spoiler-product__head {
    gap: 0px;
  }
}
.spoiler-product__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .spoiler-product__left {
    gap: 8px;
  }
}
.spoiler-product__icon {
  width: 30px;
  height: 30px;
}
.spoiler-product__icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .spoiler-product__icon {
    width: 20px;
    height: 20px;
  }
}
.spoiler-product__title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .spoiler-product__title {
    font-size: 18px;
  }
}
.spoiler-product__arrow {
  transition: all 0.3s;
}
.spoiler-product__body {
  margin-top: 26px;
  display: none;
}
@media (max-width: 768px) {
  .spoiler-product__body {
    margin-top: 16px;
  }
}
.spoiler-product__specifications {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.spoiler-product__specification {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.5490196078);
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 30px;
}
.spoiler-product__specification:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted rgba(34, 34, 34, 0.4509803922);
}
@media (max-width: 768px) {
  .spoiler-product__specification {
    font-size: 15px;
    min-height: 23px;
  }
}
.spoiler-product__specification-name {
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
.spoiler-product__specification-value {
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
.spoiler-product__descr {
  font-size: 18px;
  line-height: 1.5;
}
.spoiler-product__descr p {
  margin-bottom: 16px;
}
.spoiler-product__descr p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .spoiler-product__descr p {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .spoiler-product__descr {
    font-size: 15px;
    line-height: 1.55;
  }
}
.spoiler-product__certificates {
  display: flex;
  gap: 34px;
}
@media (max-width: 768px) {
  .spoiler-product__certificates {
    gap: 15px;
  }
}
.spoiler-product__certificate-img {
  width: 212px;
  height: 249px;
  margin-bottom: 14px;
}
.spoiler-product__certificate-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .spoiler-product__certificate-img {
    width: 165px;
    height: 193px;
  }
}
.spoiler-product__certificate-name {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  max-width: 212px;
}
@media (max-width: 768px) {
  .spoiler-product__certificate-name {
    font-size: 15px;
  }
}

.product-page__additionally {
  margin-bottom: 136px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
  gap: 40px 30px;
}
@media (max-width: 768px) {
  .product-page__additionally {
    margin-bottom: 80px;
    gap: 26px 30px;
    margin-bottom: 90px;
  }
}
.product-page__additionally .spoiler-product {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
}
.product-page__additionally .spoiler-product:nth-child(1) {
  border-top: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .product-page__additionally .spoiler-product:nth-child(1) {
    border-top: 1px solid rgba(34, 34, 34, 0.1215686275);
    padding-top: 26px;
  }
}
@media (max-width: 768px) {
  .product-page__additionally .spoiler-product:nth-child(1) {
    order: 1;
  }
}
.product-page__additionally .spoiler-product:nth-child(2) {
  border-top: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .product-page__additionally .spoiler-product:nth-child(2) {
    border-top: none;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .product-page__additionally .spoiler-product:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 768px) {
  .product-page__additionally .spoiler-product:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 768px) {
  .product-page__additionally .spoiler-product:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 768px) {
  .product-page__additionally .spoiler-product {
    padding-bottom: 22px;
  }
}
.product-page__additionally .spoiler-product__head {
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .product-page__additionally .spoiler-product__head {
    padding-left: 0px;
  }
}
.product-page__additionally .spoiler-product__arrow {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .product-page__additionally .spoiler-product__arrow {
    padding-right: 0px;
  }
}
@media (max-width: 1200px) {
  .product-page__additionally {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mobile-version {
  display: none;
}
@media (max-width: 992px) {
  .mobile-version {
    display: block;
  }
}

.desktop-version {
  display: block;
}
@media (max-width: 992px) {
  .desktop-version {
    display: none;
  }
}

.breadcrumbs {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 60px;
  justify-content: start;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .breadcrumbs {
    gap: 12px;
    margin-top: 14px;
    margin-bottom: 47px;
  }
}

.breadcrumb {
  font-size: 18px;
  line-height: 1.16;
  white-space: nowrap;
}
.breadcrumb a {
  color: #222222;
}
.breadcrumb.current {
  color: rgba(34, 34, 34, 0.4509803922);
}
@media (max-width: 992px) {
  .breadcrumb {
    font-size: 14px;
  }
}

.breadcrumb-separate {
  width: 3px;
  height: 3px;
  background: #D9D9D9;
  border-radius: 50%;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #222222;
  width: 100%;
  min-height: 84px;
  padding: 28.5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cookies {
    padding: 20px 15px;
  }
}
.cookies__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1100px) {
  .cookies__content {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .cookies__content {
    gap: 15px;
  }
}
.cookies__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
}
.cookies__text a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cookies__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.cookies__btn {
  background: #D1B099;
  color: #222222;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 28px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cookies__btn {
    font-size: 14px;
    line-height: 1.2;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 102;
  background: rgba(20, 16, 16, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.modal__content {
  max-width: 780px;
  background: #EDE9E5;
  padding: 55px 70px 70px 70px;
}
@media (max-width: 992px) {
  .modal__content {
    padding: 24px 24px 30px 24px;
  }
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .modal__head {
    padding-bottom: 24px;
  }
}
.modal__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .modal__title {
    font-size: 28px;
  }
}
.modal__close {
  cursor: pointer;
}
@media (max-width: 992px) {
  .modal__close svg {
    width: 34px;
    height: 34px;
  }
}
.modal__products {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .modal__products {
    margin-bottom: 24px;
  }
}
.modal__descr {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .modal__descr {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.product-mini {
  display: flex;
  gap: 26px;
}
@media (max-width: 992px) {
  .product-mini {
    gap: 16px;
  }
}
.product-mini__img {
  width: 100px;
  height: 100px;
}
.product-mini__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .product-mini__img {
    width: 76px;
    height: 76px;
  }
}
.product-mini__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5490196078);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .product-mini__title {
    font-size: 13px;
  }
}
.product-mini__price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product-mini__price {
    font-size: 24px;
    line-height: 0.9;
  }
}

.form-modal__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .form-modal__title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .form-modal__title {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 19px;
  }
}
.form-modal__descr {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
  color: rgba(34, 34, 34, 0.6980392157);
}
@media (max-width: 1200px) {
  .form-modal__descr {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .form-modal__descr {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.form-modal__input {
  height: 70px;
  display: block;
  margin-bottom: 14px;
}
.form-modal__input input {
  width: 100%;
  height: 100%;
  padding: 0px 24px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.form-modal__input input::placeholder {
  color: #222222;
}
@media (max-width: 992px) {
  .form-modal__input {
    margin-bottom: 10px;
    height: 64px;
  }
  .form-modal__input input {
    font-size: 16px;
    padding: 0px 20px;
  }
}
.form-modal__input-tel {
  height: 70px;
  width: 100%;
  display: flex;
  background: #FFFFFF;
  padding: 0px 24px;
  gap: 10px;
  margin-bottom: 32px;
}
.form-modal__input-tel input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-variant-numeric: lining-nums;
}
.form-modal__input-tel input::placeholder {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .form-modal__input-tel {
    height: 64px;
    margin-bottom: 28px;
    padding: 0px 22px 0px 22px;
    margin-top: 0px;
  }
  .form-modal__input-tel input {
    font-size: 16px;
  }
}
.form-modal__input-tel-icon {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.form-modal__input-tel-icon img {
  width: 20px;
  height: 14px;
}
.form-modal__checkbox {
  cursor: pointer;
  margin-bottom: 20px;
}
.form-modal__checkbox label {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6980392157);
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-modal__checkbox label a {
  color: rgba(0, 0, 0, 0.6980392157);
  text-decoration: underline;
}
@media (max-width: 992px) {
  .form-modal__checkbox {
    margin-bottom: 16px;
  }
  .form-modal__checkbox label {
    font-size: 14px;
  }
}
.form-modal__input-checkbox {
  display: none;
}
.form-modal__input-checkbox:checked + .form-modal__custom-checkbox {
  background: #222222;
}
.form-modal__custom-checkbox {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #EDE9E5;
  color: #EDE9E5;
  border: 1px solid rgba(34, 34, 34, 0.1215686275);
}
.form-modal__btn {
  background: #222222;
  min-height: 70px;
  width: 100%;
  color: #E3C8B5;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 992px) {
  .form-modal__btn {
    min-height: 64px;
    font-size: 15px;
    line-height: 1.2;
  }
}

.catalog {
  padding-top: 100px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .catalog {
    padding-top: 60px;
    margin-bottom: 80px;
  }
}
.catalog__previews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .catalog__previews {
    grid-template-columns: repeat(2, 500px);
    justify-content: center;
  }
}
@media (max-width: 1080px) {
  .catalog__previews {
    grid-template-columns: repeat(2, 400px);
  }
}
@media (max-width: 992px) {
  .catalog__previews {
    grid-template-columns: repeat(1, 400px);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .catalog__previews {
    grid-template-columns: repeat(1, 345px);
    gap: 15px;
  }
}
@media (max-width: 360px) {
  .catalog__previews {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.preview-catalog {
  position: relative;
  height: 706px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 68px;
  overflow: hidden;
}
@media (max-width: 1662px) {
  .preview-catalog {
    height: 506px;
  }
}
@media (max-width: 768px) {
  .preview-catalog {
    height: 460px;
    padding-bottom: 30px;
  }
}
.preview-catalog:nth-child(1) .preview-catalog__img img {
  object-position: 100% 53%;
}
.preview-catalog:nth-child(3) .preview-catalog__img img {
  object-position: 100% 83%;
}
.preview-catalog:hover .preview-catalog__img img {
  transform: scale(1.04);
}
.preview-catalog__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .preview-catalog__title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.preview-catalog__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  gap: 14px;
}
@media (max-width: 992px) {
  .preview-catalog__btn {
    font-size: 15px;
    line-height: 1.2;
    height: 26px;
  }
  .preview-catalog__btn svg {
    width: 26px;
  }
}
.preview-catalog__img {
  z-index: -1;
  position: absolute;
  inset: 0;
}
.preview-catalog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 90%;
  transition: all 0.8s;
}
.preview-catalog__overlay {
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 35, 33, 0) 0%, rgba(38, 35, 33, 0.8) 100%);
}

.offers {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .offers {
    margin-bottom: 78px;
  }
}
.offers__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.22;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .offers__title {
    font-size: 32px;
    line-height: 1.34;
    margin-bottom: 30px;
  }
}
.offers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .offers__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offers__products {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 30px;
}
@media (max-width: 992px) {
  .offers__products {
    gap: 30px 15px;
  }
}
@media (max-width: 768px) {
  .offers__products {
    display: grid;
    grid-template-columns: repeat(2, minmax(165px, 1fr));
  }
}
.banner-offers {
  height: 1049px;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  overflow: hidden;
}
.banner-offers:hover .banner-offers__img-overlay img {
  transform: scale(1.04);
}
@media (max-width: 1662px) {
  .banner-offers {
    height: 900px;
    padding: 24px 24px 60px 24px;
  }
}
@media (max-width: 992px) {
  .banner-offers {
    height: 760px;
    padding: 24px 24px 30px 24px;
  }
}
@media (max-width: 600px) {
  .banner-offers {
    height: 560px;
  }
}
@media (max-width: 460px) {
  .banner-offers {
    height: 460px;
  }
}
.banner-offers__info {
  color: #FFFFFF;
  max-width: 678px;
}
.banner-offers__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .banner-offers__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
}
.banner-offers__descr {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .banner-offers__descr {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
.banner-offers__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  display: flex;
  color: #FFFFFF;
  gap: 14px;
  align-self: flex-start;
  height: 29px;
}
@media (max-width: 992px) {
  .banner-offers__btn {
    font-size: 15px;
    line-height: 1.2;
    height: 26px;
    padding-top: 4px;
  }
  .banner-offers__btn svg {
    width: 26px;
  }
}
.banner-offers__img-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.banner-offers__img-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 36%;
  transition: all 0.8s;
}
.banner-offers__shadow-overlay {
  position: absolute;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(38, 35, 33, 0) 0%, rgba(38, 35, 33, 0.9) 100%);
}
@media (max-width: 768px) {
  .banner-offers__shadow-overlay {
    top: 10%;
  }
}

.product-offers {
  flex: 1 0 auto;
}
@media (max-width: 1662px) {
  .product-offers {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .product-offers {
    flex: 1 0 auto;
  }
}
.product-offers__img {
  overflow: hidden;
  height: 406px;
  display: block;
  margin-bottom: 30px;
}
.product-offers__img:hover img {
  transform: scale(1.04);
}
.product-offers__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 75%;
  transition: all 0.8s;
}
@media (max-width: 1662px) {
  .product-offers__img {
    height: 306px;
  }
}
@media (max-width: 768px) {
  .product-offers__img {
    margin-bottom: 14px;
  }
}
@media (max-width: 600px) {
  .product-offers__img {
    height: 242px;
  }
}
@media (max-width: 500px) {
  .product-offers__img {
    height: 212px;
  }
}
@media (max-width: 420px) {
  .product-offers__img {
    height: 172px;
  }
}
.product-offers__name {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5490196078);
  display: block;
}
@media (max-width: 992px) {
  .product-offers__name {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.product-offers__price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product-offers__price {
    font-size: 24px;
    letter-spacing: 0.6px;
  }
}

.offer-one {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .offer-one {
    margin: 0 auto 80px auto;
  }
}
.offer-one__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .offer-one__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offer-one__banner {
  height: 960px;
}
.offer-one__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 39%;
}
@media (max-width: 992px) {
  .offer-one__banner {
    height: 760px;
  }
}
@media (max-width: 768px) {
  .offer-one__banner {
    height: 560px;
  }
}
@media (max-width: 560px) {
  .offer-one__banner {
    height: 460px;
  }
}
@media (max-width: 460px) {
  .offer-one__banner {
    height: 375px;
  }
}
.offer-one__info {
  padding: 41px 135px 0px 60px;
}
@media (max-width: 1500px) {
  .offer-one__info {
    padding: 41px 80px 0px 60px;
  }
}
@media (max-width: 992px) {
  .offer-one__info {
    padding: 65px 15px 0px 15px;
  }
}
.offer-one__text {
  padding-bottom: 60px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
}
@media (max-width: 768px) {
  .offer-one__text {
    text-align: center;
    padding-bottom: 34px;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .offer-one__text {
    max-width: 270px;
    margin: 0 auto 40px auto;
  }
}
.offer-one__text1 {
  font-family: "Great Vibes";
  font-weight: 400;
  font-size: 96px;
  line-height: 1.35;
  color: #B19077;
  margin-bottom: -12px;
}
@media (max-width: 1400px) {
  .offer-one__text1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .offer-one__text1 {
    font-size: 56px;
    line-height: 0.8;
    margin-bottom: 4px;
    margin-left: -5px;
  }
}
.offer-one__text2 {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 140px;
}
@media (max-width: 1400px) {
  .offer-one__text2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .offer-one__text2 {
    font-size: 32px;
    line-height: 1.35;
    padding-left: 0px;
    margin-left: -3px;
  }
}
.offer-one__product {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 992px) {
  .offer-one__product {
    align-items: center;
  }
}

.product {
  width: 390px;
  flex: 1 0 auto;
}
@media (max-width: 992px) {
  .product {
    width: 280px;
  }
}
@media (max-width: 600px) {
  .product {
    width: 242px;
  }
}
@media (max-width: 500px) {
  .product {
    width: 212px;
  }
}
@media (max-width: 420px) {
  .product {
    width: 165px;
  }
}
.product__img {
  overflow: hidden;
  height: 406px;
  display: block;
  margin-bottom: 30px;
}
.product__img:hover img {
  transform: scale(1.04);
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
  transition: all 0.8s;
}
@media (max-width: 1662px) {
  .product__img {
    height: 306px;
  }
}
@media (max-width: 768px) {
  .product__img {
    margin-bottom: 14px;
  }
}
@media (max-width: 600px) {
  .product__img {
    height: 242px;
  }
}
@media (max-width: 500px) {
  .product__img {
    height: 212px;
  }
}
@media (max-width: 420px) {
  .product__img {
    height: 172px;
  }
}
.product__name {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5490196078);
  display: block;
}
@media (max-width: 992px) {
  .product__name {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.product__price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .product__price {
    font-size: 24px;
    letter-spacing: 0.6px;
  }
}

.info-block {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .info-block {
    margin: 0 auto 80px auto;
  }
}
.info-block--reverse .info-block__content {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .info-block--reverse .info-block__content {
    flex-direction: column;
  }
}
.info-block--reverse .info-block__left {
  padding: 100px 135px 0px 115px;
}
@media (max-width: 1500px) {
  .info-block--reverse .info-block__left {
    padding: 60px 85px 0px 70px;
  }
}
@media (max-width: 992px) {
  .info-block--reverse .info-block__left {
    padding: 0px 15px;
    margin-bottom: 58px;
    flex: 1 0 100%;
  }
}
.info-block--two .info-block__img img {
  object-position: 100% 80%;
  transform: scaleX(1);
}
.info-block--two .info-block__title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .info-block--two .info-block__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .info-block--two {
    margin: 0 auto 0px auto;
  }
}
.info-block__content {
  display: flex;
}
@media (max-width: 992px) {
  .info-block__content {
    flex-direction: column;
  }
}
.info-block__left {
  flex: 1 0 50%;
  padding: 100px 85px 0px 135px;
}
@media (max-width: 1500px) {
  .info-block__left {
    padding: 60px 85px 0px 70px;
  }
}
@media (max-width: 992px) {
  .info-block__left {
    padding: 0px 15px;
    margin-bottom: 36px;
    flex: 1 0 100%;
  }
}
.info-block__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 34px;
}
.info-block__title span {
  color: #B19077;
}
@media (max-width: 1200px) {
  .info-block__title {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .info-block__title {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 30px;
    margin-top: -2px;
  }
  .info-block__title .info-block__title-dash {
    color: #222222;
  }
}
.info-block__descr {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.info-block__descr:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .info-block__descr {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.info-block__descr a {
  color: #B19077;
}
.info-block__right {
  flex: 1 0 50%;
}
@media (max-width: 992px) {
  .info-block__right {
    flex: 1 0 100%;
  }
}
.info-block__img {
  height: 960px;
}
.info-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 25%;
  transform: scaleX(-1);
}
@media (max-width: 992px) {
  .info-block__img {
    height: 660px;
  }
}
@media (max-width: 560px) {
  .info-block__img {
    height: 560px;
  }
}
@media (max-width: 420px) {
  .info-block__img {
    height: 375px;
  }
}
.img-descr {
  margin-top: 70px;
  display: flex;
  gap: 50px;
}
@media (max-width: 1500px) {
  .img-descr {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .img-descr {
    display: none;
    align-items: end;
  }
}
.img-descr__img {
  width: 230px;
  height: 250px;
  flex-shrink: 0;
}
.img-descr__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .img-descr__img {
    width: 210px;
    height: 230px;
  }
}

.info-block__img-descr--mobile.img-descr {
  display: none;
}
@media (max-width: 992px) {
  .info-block__img-descr--mobile.img-descr {
    display: flex;
    padding: 0px 15px;
    flex-direction: column-reverse;
    gap: 36px;
    margin-top: 36px;
  }
}

.contact-info-block {
  margin-top: 60px;
  padding-left: 65px;
  border-left: 1px solid rgba(34, 34, 34, 0.1215686275);
}
@media (max-width: 1300px) {
  .contact-info-block {
    padding-left: 0px;
    border-left: none;
  }
}
@media (max-width: 992px) {
  .contact-info-block {
    border-top: 1px solid rgba(34, 34, 34, 0.1215686275);
    margin-top: 42px;
    padding-top: 34px;
  }
}
.contact-info-block__note {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #222222;
}
@media (max-width: 992px) {
  .contact-info-block__note {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.contact-info-block__tel {
  display: block;
  font-family: Cormorant;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #B19077;
}
@media (max-width: 992px) {
  .contact-info-block__tel {
    font-family: Cormorant;
    font-size: 28px;
  }
}
.contact-info-block__mail {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #B19077;
}
@media (max-width: 992px) {
  .contact-info-block__mail {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.contact-info-block__socials {
  display: flex;
  gap: 14px;
}
@media (max-width: 992px) {
  .contact-info-block__socials {
    gap: 8px;
  }
}
.contact-info-block__social {
  flex-shrink: 0;
  background: #222222;
  height: 70px;
  width: 100%;
  max-width: 199px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #E3C8B5;
  padding-right: 8px;
  padding-top: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}
.contact-info-block__social:nth-child(2) {
  max-width: 210px;
}
@media (max-width: 992px) {
  .contact-info-block__social:nth-child(2) {
    max-width: 168px;
  }
}
@media (max-width: 992px) {
  .contact-info-block__social {
    max-width: 168px;
    font-size: 15px;
    height: 64px;
  }
  .contact-info-block__social svg {
    width: 30px;
    height: 30px;
  }
}

.steps {
  background: #EDE9E5;
  padding-top: 102px;
  padding-bottom: 120px;
  margin-bottom: 155px;
}
@media (max-width: 1700px) {
  .steps {
    padding: 102px 15px 120px 15px;
  }
}
@media (max-width: 992px) {
  .steps {
    padding: 58px 0px 23px 0px;
    margin-bottom: 90px;
  }
}
.steps__row {
  display: grid;
  grid-template-columns: repeat(3, 530px);
  gap: 30px;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1411764706);
  margin-bottom: 46px;
}
.steps__row:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1662px) {
  .steps__row {
    grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
  }
}
@media (max-width: 1120px) {
  .steps__row {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .steps__row {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
    gap: 38px;
    margin-bottom: 38px;
  }
}
@media (max-width: 992px) {
  .item-steps {
    padding-bottom: 41px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1411764706);
  }
  .item-steps:last-child {
    border-bottom: none;
  }
}
.item-steps_img {
  height: 330px;
  width: 250px;
  margin-left: auto;
  position: relative;
  top: 18px;
  left: -18px;
}
.item-steps_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1662px) {
  .item-steps_img {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .item-steps_img {
    height: 278px;
    width: 210px;
    margin-left: auto;
    top: 14px;
    left: 0px;
  }
}
.item-steps__number {
  font-family: Great Vibes;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.35;
  color: #B19077;
  margin: 0px;
}
@media (max-width: 992px) {
  .item-steps__number {
    font-size: 60px;
    margin-bottom: 6px;
  }
}
.item-steps__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #222222;
  margin-top: -14px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .item-steps__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.item-steps__descr {
  font-size: 18px;
  line-height: 1.5;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .item-steps__descr {
    font-size: 15px;
    line-height: 1.52;
    padding-right: 0px;
  }
}

.faq-block {
  padding: 0px 0px 0px 0px;
  margin-bottom: 144px;
}
@media (max-width: 1300px) {
  .faq-block {
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 992px) {
  .faq-block {
    padding: 0px;
    margin-bottom: 90px;
  }
}
.faq-block__content {
  display: flex;
  gap: 170px;
}
@media (max-width: 1662px) {
  .faq-block__content {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .faq-block__content {
    flex-direction: column;
    gap: 42px;
  }
}
.faq-block__l {
  flex-shrink: 0;
}
.faq-block__title-tan {
  font-family: "Great Vibes";
  font-size: 96px;
  line-height: 1.35;
  color: #B19077;
  margin-top: -2px;
}
@media (max-width: 992px) {
  .faq-block__title-tan {
    font-size: 56px;
    line-height: 0.8;
    margin-top: 0px;
  }
}
.faq-block__title-black {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 131px;
  margin-top: -14px;
}
@media (max-width: 1662px) {
  .faq-block__title-black {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .faq-block__title-black {
    font-size: 32px;
    line-height: 1.35;
    padding-left: 60px;
    margin-top: 4px;
  }
}

.faq__item {
  border-top: 1px solid rgba(34, 34, 34, 0.1215686275);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16.8px 0px;
  margin-left: -16px;
}
.faq__item span {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .faq__item span {
    font-size: 20px;
    line-height: 1.35;
  }
}
.faq__item.active {
  margin-top: -2px;
}
.faq__item.active .faq__answer {
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-top: 3px;
}
@media (max-width: 922px) {
  .faq__item.active .faq__answer {
    margin-top: 14px;
  }
}
.faq__item.active .faq__question-icon--plus {
  display: none;
}
.faq__item.active .faq__question-icon--minus {
  display: flex;
}
@media (max-width: 992px) {
  .faq__item.active {
    margin-top: 2px;
  }
}
.faq__item:last-child {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1215686275);
}
@media (max-width: 992px) {
  .faq__item {
    margin-left: 0px;
    padding: 24px 0px;
    min-height: 106px;
  }
}
.faq__question {
  width: 100%;
  text-align: left;
  padding: 16px;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  gap: 5px;
}
@media (max-width: 992px) {
  .faq__question {
    margin-left: -16px;
    margin-top: 0px;
    padding: 0px 0px 0px 16px;
  }
  .faq__question span {
    padding-right: 5px;
  }
}
.faq__question-icon {
  margin-right: -4px;
}
.faq__question-icon--plus {
  display: flex;
}
.faq__question-icon--minus {
  display: none;
}
.faq__answer {
  font-size: 18px;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .faq__answer {
    padding: 0px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.form-block {
  max-width: 1920px;
  margin: 0 auto;
}
.form-block__content {
  display: flex;
}
@media (max-width: 992px) {
  .form-block__content {
    display: block;
  }
}
.form-block__img {
  flex: 1 0 50%;
  height: 709px;
}
.form-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 59%;
}
@media (max-width: 1500px) {
  .form-block__img {
    height: 659px;
  }
}
@media (max-width: 1300px) {
  .form-block__img {
    height: 570px;
  }
}
@media (max-width: 600px) {
  .form-block__img {
    height: 470px;
  }
}
@media (max-width: 440px) {
  .form-block__img {
    height: 375px;
  }
}
@media (max-width: 992px) {
  .form-block {
    margin-bottom: 64px;
    margin-top: 14px;
  }
}

.any-questions-form {
  background: #EDE9E5;
  padding: 100px 135px 0px 135px;
}
@media (max-width: 1800px) {
  .any-questions-form {
    padding: 80px 100px 0px 100px;
  }
}
@media (max-width: 1500px) {
  .any-questions-form {
    padding: 60px 70px 0px 70px;
  }
}
@media (max-width: 1300px) {
  .any-questions-form {
    padding: 40px 40px 0px 40px;
  }
}
@media (max-width: 1200px) {
  .any-questions-form {
    padding: 20px 20px 0px 20px;
  }
}
@media (max-width: 992px) {
  .any-questions-form {
    padding: 58px 15px 0px 15px;
  }
}
.any-questions-form__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .any-questions-form__title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .any-questions-form__title {
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 19px;
  }
}
.any-questions-form__descr {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
  color: rgba(34, 34, 34, 0.6980392157);
}
@media (max-width: 1200px) {
  .any-questions-form__descr {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .any-questions-form__descr {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.any-questions-form__input {
  height: 70px;
  display: block;
  margin-bottom: 14px;
}
.any-questions-form__input input {
  width: 100%;
  height: 100%;
  padding: 0px 24px;
  font-family: Raleway;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.any-questions-form__input input::placeholder {
  color: #222222;
}
@media (max-width: 992px) {
  .any-questions-form__input {
    margin-bottom: 12px;
    height: 64px;
  }
  .any-questions-form__input input {
    font-size: 16px;
    padding: 0px 20px;
  }
}
.any-questions-form__input-tel {
  height: 70px;
  width: 100%;
  display: flex;
  background: #FFFFFF;
  padding: 0px 24px;
  gap: 10px;
  margin-bottom: 32px;
}
.any-questions-form__input-tel input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-variant-numeric: lining-nums;
}
.any-questions-form__input-tel input::placeholder {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .any-questions-form__input-tel {
    height: 64px;
    margin-bottom: 28px;
    padding: 0px 22px 0px 22px;
    margin-top: 0px;
  }
  .any-questions-form__input-tel input {
    font-size: 16px;
  }
}
.any-questions-form__input-tel-icon {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.any-questions-form__input-tel-icon img {
  width: 20px;
  height: 14px;
}
.any-questions-form__checkbox {
  margin-bottom: 20px;
}
.any-questions-form__checkbox label {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6980392157);
  display: flex;
  align-items: center;
  gap: 12px;
}
.any-questions-form__checkbox label a {
  color: rgba(0, 0, 0, 0.6980392157);
  text-decoration: underline;
}
@media (max-width: 992px) {
  .any-questions-form__checkbox {
    margin-bottom: 16px;
  }
  .any-questions-form__checkbox label {
    font-size: 14px;
  }
}
.any-questions-form__input-checkbox {
  display: none;
}
.any-questions-form__input-checkbox:checked + .any-questions-form__custom-checkbox {
  background: #222222;
}
.any-questions-form__custom-checkbox {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #EDE9E5;
  color: #EDE9E5;
  border: 1px solid rgba(34, 34, 34, 0.1215686275);
}
.any-questions-form__btn {
  background: #222222;
  min-height: 70px;
  width: 100%;
  color: #E3C8B5;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 992px) {
  .any-questions-form__btn {
    min-height: 64px;
    font-size: 15px;
    line-height: 1.2;
  }
}

.products-default {
  margin-top: 68px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .products-default {
    margin-top: 36px;
    margin-bottom: 60px;
  }
}
.products-default__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 40px 30px;
}
@media (max-width: 992px) {
  .products-default__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 30px 15px;
  }
}
@media (max-width: 600px) {
  .products-default__grid {
    grid-template-rows: repeat(8, minxax(265px, 1fr));
  }
}
@media (max-width: 400px) {
  .products-default__grid {
    grid-template-rows: repeat(8, 265px);
  }
}
@media (max-width: 992px) {
  .products-default__product {
    display: flex;
    flex-direction: column;
  }
}
.products-default__product-img {
  height: 406px;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 1662px) {
  .products-default__product-img {
    height: 260px;
  }
}
@media (max-width: 1100px) {
  .products-default__product-img {
    height: 230px;
  }
}
@media (max-width: 560px) {
  .products-default__product-img {
    height: 180px;
  }
}
@media (max-width: 400px) {
  .products-default__product-img {
    height: 172px;
  }
}
.products-default__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.products-default__product-img:hover img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .products-default__product-img {
    margin-bottom: 14px;
  }
}
.products-default__product-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.5490196078);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .products-default__product-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
}
.products-default__product-price {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .products-default__product-price {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2%;
    text-transform: uppercase;
    margin-top: auto;
  }
}
.products-default__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin-bottom: 24px;
  margin-top: 60px;
}
@media (max-width: 400px) {
  .products-default__pagination {
    margin-top: -28px;
  }
}
.products-default__pagination-num {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.4);
  cursor: pointer;
}
.products-default__pagination-num.current {
  color: #222222;
}
@media (max-width: 992px) {
  .products-default__pagination-num {
    font-size: 16px;
    line-height: 1.18;
    letter-spacing: 2%;
    text-transform: uppercase;
  }
}
.products-default__btm-more {
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.16;
  text-transform: uppercase;
  padding: 17px 0px;
  color: #B19077;
}
@media (max-width: 992px) {
  .products-default__btm-more {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media (max-width: 400px) {
  .products-default__btm-more {
    padding: 2px 0px;
  }
}