@font-face {
  font-family: Vela Sans;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/velaSans-bold.dc02a35e.eot") format("eot"),
    url("../fonts/velaSans-bold.9ee1b51d.woff") format("woff"),
    url("../fonts/velaSans-bold.c1b9b7a9.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Vela Sans;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/velaSans-semiBold.2ac16373.eot") format("eot"), url("../fonts/velaSans-semiBold.abd1edca.woff") format("woff"), url("../fonts/velaSans-semiBold.7c50efd2.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Vela Sans;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/velaSans-regular.e64b7b92.eot") format("eot"), url("../fonts/velaSans-regular.1b30e41f.woff") format("woff"), url("../fonts/velaSans-regular.7eea11c1.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Pliska;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/pliska-regular.b5a68e60.eot") format("eot"), url("../fonts/pliska-regular.29edc7c5.woff") format("woff"), url("../fonts/pliska-regular.f4c01732.woff2") format("woff2");
  font-display: swap;
}

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

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

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

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

html, body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background: none;
}

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

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

a {
  color: inherit;
}

.header {
  color: #fbe8d5;
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 110px;
}

.header--white {
  color: #35383f;
  padding-top: 110px;
}

.header--white .header__top {
  background-color: #fbe8d5;
}


.header--white .header__top .container {
  padding: 11px 0;
}

.header__top--black {
  background-color: #fbe8d5;
  color: #35383f;
}

.header__top--black .js__dropdown-btn:after {
  background-image: url(../img/header-arrow-bottom-black.358a4e71.svg);
}



.header--white .btn--hollow, .header__top--black .btn {
  color: #35383f !important;
  border-color: #35383f !important;
}

.header--white .js__dropdown-btn:after {
  background-image: url("../img/header-arrow-bottom-black.358a4e71.svg");
}

.header__top {
  border-bottom: 1px solid #9d8b7d;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid #9d8b7d;
}

@media (max-width:550px) {
  .header__top .js-order__btn {
    display: none;
  }
}

.header__top .container {
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

@media (width <=900px) {
  .header__top .container {
    padding: 4px 16px;
  }
}

.header__top-logo img {
  width: 85px;
  height: 68px;
}

.header__top-nav {
  width: 100%;
  max-width: 717px;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.header__top-nav ul {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__top-nav ul li {
  position: relative;
}

@media (width <=900px) {
  .header__top-nav {
    display: none;
  }
}

.header__dropdown-list {
  color: #35383f;
  white-space: nowrap;
  background-color: #fbe8d5;
  border-radius: 8px;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  display: flex;
  top: 27px;
  left: -60px;
  align-items: start !important;
  z-index: 20;
}

.header__burger-open {
  display: none;
}

@media (width <=900px) {
  .header__burger-open {
    display: block;
  }

  .js-contacts__btn {
    display: none !important;
  }
}

.header__main {
  padding-top: 92px;
  padding-bottom: 262px;
}

.header__main p {
  max-width: 552px;
  margin-bottom: 56px;
}

@media (width <=700px) {
  .header__main p {
    margin-bottom: 36px;
  }

  .header__main {
    padding-top: 56px;
    padding-bottom: 100px;
  }
}

.header__main-subtitle {
  opacity: .5;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 133%;
}

.header__main-btn {
  max-width: 265px;
}

@media (width <=500px) {
  .header__main-btn {
    max-width: none;
  }
}

.burger {
  opacity: 0;
  visibility: hidden;
  background-color: #fbe8d5;
  width: 100%;
  height: 100vh;
  transition: all .3s;
  position: fixed;
  z-index: 100;
}

.burger .header__top-nav {
  margin-top: 16px;
  margin-left: auto;
  display: block;
}

.burger .header__top-nav ul:not(.header__dropdown-list) {
  flex-direction: column;
  gap: 36px;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.burger .header__dropdown-list {
  max-height: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  transition: all .3s;
  overflow: hidden;
  align-items: center !important;
}

.burger .header__dropdown-list.active {
  max-height: 500px;
  margin-top: 24px;
}

.burger .js__acc-btn {
  cursor: pointer;
}

.burger--active {
  opacity: 1;
  visibility: visible;
}

.burger__top {
  border-bottom: 1px solid #9d8b7d;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.js__acc-btn {
  justify-content: end;
  align-items: center;
  display: flex;
}

.js__acc-btn:after {
  content: "";
  background-image: url("../img/header-arrow-bottom-black.358a4e71.svg");
  width: 9px;
  height: 6px;
  margin-left: 9px;
  transition: all .3s;
  display: inline-block;
}

.js__acc-btn--active:after {
  transform: rotate(180deg);
}

.mix__heading {
  max-width: 552px;
  margin-bottom: 56px;
}

.mix__heading h2 {
  border-bottom: 1px solid #9d8b7d;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.mix__heading p {
  max-width: 452px;
}

@media (width <=750px) {
  .mix__heading {
    margin-bottom: 36px;
  }
}

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

@media (width <=750px) {
  .mix__content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.mix__content-item {
  border-radius: 8px;
  position: relative;
}

.mix__content-item:first-child {
  grid-column: 1 / span 3;
}

@media (width <=750px) {
  .mix__content-item:first-child {
    grid-column: auto;
  }

  .mix__content-item:first-child img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
  }
}

.mix__content-item img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.mix__item-row {
  color: #fbe8d5;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 72px);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 36px;
  left: 36px;
}

.mix__item-row img {
  width: 36px;
  height: 36px;
}

.quality__heading {
  margin-bottom: 16px;
}

@media (width <=700px) {
  .quality__heading .section__title {
    display: block !important;
  }
}

.quality__content {
  grid-template-columns: 1fr 360px;
  gap: 25px;
  display: grid;
}

@media (width <=700px) {
  .quality__content {
    grid-template-columns: 1fr;
  }
}

.quality__content-item:first-child img {
  max-width: 550px;
  margin: 54px 0;
}

@media (width <=700px) {
  .quality__content-item:first-child img {
    margin: 24px 0;
  }
}

.quality__content-item img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

@media (width <=700px) {
  .quality__content-item img {
    object-fit: cover;
    object-position: center;
    max-width: 550px;
    max-height: 320px;
  }
}

.section-machines p {
  max-width: 456px;
  margin-bottom: 56px;
}

@media (width <=700px) {
  .section-machines p {
    margin-bottom: 24px;
  }
}

.section-machines img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

@media (width <=700px) {
  .section-machines img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}

.section-machines__heading {
  margin: 16px 0;
}

@media (width <=700px) {
  .section-machines__heading .section__title {
    display: block !important;
  }
}

.prestige__heading {
  border-bottom: 1px solid #9d8b7d;
  max-width: 552px;
  margin-bottom: 56px;
  padding-bottom: 8px;
}

@media (width <=700px) {
  .prestige__heading {
    margin-bottom: 36px;
  }
}

.prestige__content {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  display: grid;
}

@media (width <=700px) {
  .prestige__content {
    gap: 16px;
  }
}

.prestige__content-item {
  color: #fbe8d5;
  border-radius: 8px;
  padding: 24px;
}

.prestige__content-item div {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 133%;
}

.prestige__content-item h3 {
  margin-bottom: 16px;
}

.prestige__content-item:nth-child(n+1) {
  color: #35383f;
  background-color: #0000;
  border: 1px solid #35383f33;
}

.prestige__content-item:nth-child(n+2) {
  background-color: #9d8b7d;
  color: #fbe8d5;
}

.prestige__content-item:nth-child(n+3) {
  background-color: #5e554e;
  color: #fbe8d5;
}

.prestige__content-item:nth-child(n+4) {
  background-color: #35383f;
  color: #fbe8d5;
}

.project .btn {
  width: 100%;
  max-width: 264px;
  margin-top: 56px;
}

@media (width <=750px) {
  .project .btn {
    margin: 56px auto 0;
  }
}

@media (width <=500px) {
  .project .btn {
    max-width: none;
  }
}

.project__title {
  margin-bottom: 56px;
}

@media (width <=750px) {
  .project__title {
    margin-bottom: 36px;
  }
}

.project__content {
  grid-template-columns: 1fr;
  gap: 56px;
  display: grid;
}

@media (width <=750px) {
  .project__content {
    gap: 36px;
  }
}

.project__item-info {
  justify-content: space-between;
  align-items: end;
  width: 100%;
  margin-bottom: 36px;
  padding-left: 290px;
  display: flex;
  position: relative;
}

.project__item-info h3 {
  margin-bottom: 16px;
}

@media (width <=750px) {
  .project__item-info p {
    margin-bottom: 16px;
  }
}

.project__item-info span {
  color: #9d8b7d;
}

@media (width <=750px) {
  .project__item-info span {
    margin-bottom: 16px;
  }

  .project__item-info span:last-child {
    margin-bottom: 0;
  }
}

.project__item-info img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (width <=750px) {
  .project__item-info img {
    display: none;
  }

  .project__item-info {
    flex-direction: column;
    align-items: start;
    margin-bottom: 24px;
    padding-left: 0;
    display: flex;
  }
}

.project__info-descr {
  max-width: 455px;
}

.project__item-imgs {
  gap: 24px;
  width: 100%;
  display: flex;
}

.project__item-imgs img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

@media (width <=1100px) {
  .project__item-imgs img {
    height: 200px;
  }
}

@media (width <=750px) {
  .project__item-imgs img {
    object-fit: cover;
    height: auto;
    max-height: 324px;
  }

  .project__item-imgs {
    flex-direction: column;
    gap: 16px;
  }
}

.project__mixitup-btns {
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 56px;
  display: flex;
}

.filter {
  border: 1px solid #9d8b7d;
  border-radius: 30px;
  padding: 4px 24px;
}

.filter--active {
  color: #fbe8d5;
  background-color: #9d8b7d;
}

.dreams {
  color: #fbe8d5;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  padding: 100px 100px 243px !important;
}

.dreams h2 {
  max-width: 936px;
  margin-bottom: 13px;
  font-size: 64px;
  font-weight: 600;
  line-height: 87%;
}

@media (width <=900px) {
  .dreams h2 {
    margin-bottom: 13px;
    font-size: 24px;
  }
}

.dreams p {
  max-width: 456px;
  margin-bottom: 36px;
}

.dreams .btn {
  width: 100%;
  max-width: 275px;
}

@media (width <=500px) {
  .dreams .btn {
    max-width: none;
  }
}

@media (width <=900px) {
  .dreams {
    margin-bottom: 56px;
    padding: 56px 0 !important;
  }
}

.questions .section__title {
  margin-bottom: 56px;
}

.questions__icon {
  position: absolute;
}

@media (width <=900px) {
  .questions__icon {
    display: none;
  }
}

.questions__acc-item {
  border-top: 1px solid #9d8b7d;
  padding: 24px 0;
}

.questions__acc-item:last-child {
  border-bottom: 1px solid #9d8b7d;
  padding-bottom: 24px;
}

.questions__acc-head {
  cursor: pointer;
  padding: 0 90px;
  transition: all .3s;
  position: relative;
}

.questions__acc-head span {
  font-weight: 700;
  position: absolute;
  left: 20px;
}

.questions__acc-head img {
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width <=550px) {
  .questions__acc-head h3 {
    padding-top: 52px;
  }

  .questions__acc-head {
    padding: 0;
  }
}

.questions__acc-content {
  max-height: 0;
  padding-left: 90px;
  padding-right: 90px;
  transition: max-height .3s;
  overflow: hidden;
}

@media (width <=550px) {
  .questions__acc-content {
    padding: 0;
  }
}

.questions__acc-item.active .questions__acc-content {
  max-height: 500px;
}

.questions__acc-item.active .questions__acc-head {
  margin-bottom: 24px;
}

.questions__acc-item.active .questions__acc-head img {
  transform: rotate(180deg);
}

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

@media (width <=750px) {
  .contacts {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.contacts__item {
  color: #fbe8d5;
  background-color: #9d8b7d;
  border-radius: 8px;
  flex-direction: column;
  padding: 36px;
  display: flex;
}

.contacts__item div {
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.contacts__item--black {
  background-color: #35383f;
  grid-column: 2 / span 2;
}

.contacts__item--black h2 {
  max-width: 317px;
  margin-bottom: 41px;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

@media (width <=500px) {
  .contacts__item--black h2 {
    font-size: 20px;
  }
}

.contacts__item--black .btn {
  max-width: 264px;
}

@media (width <=500px) {
  .contacts__item--black .btn {
    width: 100%;
    max-width: none;
  }
}

@media (width <=750px) {
  .contacts__item--black {
    grid-column: auto;
  }
}

.contacts__item:first-child {
  white-space: nowrap;
}

@media (width <=750px) {
  .contacts__item {
    height: 240px;
    padding: 24px;
  }
}

.contacts__item-phone {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.contacts__item-mail {
  margin-bottom: 8px;
}

.contacts__item-map {
  grid-column: 1 / span 3;
  padding: 0;
}

.contacts__item-map iframe {
  border-radius: 8px;
  width: 100%;
}

@media (width <=750px) {
  .contacts__item-map {
    grid-column: auto;
  }
}

footer {
  color: #fbe8d5;
  background: #35383f;
}

.footer__main {
  justify-content: space-between;
  padding-top: 56px;
  display: flex;
}

@media (width <=900px) {
  .footer__main {
    flex-direction: column;
    gap: 36px;
  }
}

.footer__logo img {
  width: 105px;
  height: 88px;
}

.footer__logo p {
  opacity: .5;
  max-width: 288px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 133%;
}

@media (width <=900px) {
  .footer__logo p {
    margin-top: 16px;
  }
}

.footer__main-content {
  justify-content: space-between;
  width: 100%;
  max-width: 552px;
  display: flex;
}

.footer__main-content h2 {
  margin-bottom: 16px;
}

.footer__main-content ul {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.footer__main-content li {
  font-size: 12px;
  line-height: 133%;
}

@media (width <=550px) {
  .footer__main-content {
    flex-direction: column;
    gap: 24px;
  }
}

.footer__address {
  max-width: 168px;
}

.footer__row {
  opacity: .5;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0 56px;
  font-size: 12px;
  line-height: 133%;
  display: flex;
}

.price-btns {
  padding-top: 90px;
  padding-bottom: 56px;
}

.prise-btns__title {
  margin-bottom: 56px;
  font-size: 64px;
  font-weight: 600;
  line-height: 87%;
}

@media (width <=600px) {
  .prise-btns__title {
    margin-bottom: 36px;
    font-size: 36px;
  }
}

.price-btns__row {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  display: flex;
}

.price-btns__link {
  color: #9d8b7d;
  border: 1px solid #9d8b7d;
  border-radius: 30px;
  padding: 4px 24px;
}

.price-btns__link--active {
  color: #fbe8d5;
  background-color: #9d8b7d;
}

.overlay {
  z-index: 20;
  opacity: 1;
  visibility: visible;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: all .3s;
  display: flex;
  position: fixed;
  overflow-y: auto;
}

.overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

@media (width <=950px) {
  .overlay {
    align-items: start;
    padding: 16px;
  }
}

.overlay__content {
  background-color: #fbe8d5;
  border-radius: 8px;
  align-items: center;
  max-width: 1128px;
  max-height: 480px;
  display: flex;
  position: relative;
}

.overlay__content img {
  width: 100%;
  height: auto;
  max-height: 480px;
}

@media (width <=950px) {
  .overlay__content {
    flex-direction: column;
    max-height: none;
  }
}

.overlay__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (width <=950px) {
  .overlay__close path {
    fill: #35383f;
  }
}

.overlay__form-wrapper {
  flex-direction: column;
  height: 100%;
  padding: 56px;
  display: flex;
}

.overlay__form-wrapper h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

@media (width <=950px) {
  .overlay__form-wrapper h2 {
    font-size: 24px;
  }
}

.overlay__form-wrapper p {
  max-width: 400px;
  margin-bottom: auto;
}

.overlay__form-wrapper .js-overlay__form {
  flex-direction: column;
  margin-top: 48px;
  display: flex;
}

.js-overlay__form .btn {
  width: 100%;
  margin-top: 36px;
}

.overlay__form-wrapper label {
  width: 100%;
  margin-bottom: 28px;
}

.overlay__form-wrapper label:last-child {
  margin-bottom: 36px;
}

.overlay__form-wrapper input {
  background-color: #0000;
  border-bottom: 1px solid #9d8b7d;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

@media (width <=950px) {
  .overlay__form-wrapper {
    padding: 72px 16px 16px;
  }
}

.overlay-complete {
  z-index: 20;
  opacity: 1;
  visibility: visible;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 16px;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay-complete--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay-complete__content {
  background-color: #fbe8d5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 624px;
  height: 100%;
  max-height: 420px;
  display: flex;
  position: relative;
}

.overlay-complete__content button {
  position: absolute;
  top: 24px;
  right: 24px;
}

.overlay-complete__content h2 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

@media (width <=700px) {
  .overlay-complete__content h2 {
    font-size: 24px;
  }
}

.overlay-complete__content p {
  margin-bottom: 36px;
}

@media (width <=700px) {
  .overlay-complete__content p {
    margin-bottom: 24px;
  }

  .overlay-complete__content img {
    width: 64px;
    height: 64px;
  }

  .overlay-complete__content {
    max-width: 400px;
    max-height: 300px;
  }
}

.catalog-page__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}

@media (width <=768px) {
  .catalog-page__content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.catalog-page__content-item {
  position: relative;
}

.catalog-page__content-item img {
  width: 100%;
  height: auto;
}

@media (width <=768px) {
  .catalog-page__content-item img {
    max-height: 200px;
  }
}

.catalog-page__content-item:first-child {
  grid-area: span 2 / span 2;
}

@media (width <=768px) {
  .catalog-page__content-item:first-child {
    grid-area: auto;
  }
}

.catalog-page__content-item:nth-child(8) {
  grid-column: span 2;
}

@media (width <=768px) {
  .catalog-page__content-item:nth-child(8) img {
    aspect-ratio: 4 / 3;
  }

  .catalog-page__content-item:nth-child(8) {
    grid-column: auto;
  }

  .catalog-page__content-item {
    max-height: 200px;
  }
}

.catalog-page__item-row {
  color: #fbe8d5;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 48px);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
}

.catalog-page__item-row img {
  width: 36px;
  height: 36px;
}

@media (width <=900px) {
  .catalog-page__item-row {
    font-size: 16px;
  }
}

@media (width <=768px) {
  .catalog-page__item-row {
    font-size: 20px;
  }
}

.assort__swiper-slide {
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 24px;
  display: grid;
}

.assort__swiper-slide img, .assort__swiper-slide h3 {
  margin-bottom: 16px;
}

.assort__swiper-slide button {
  width: 100%;
  margin-top: 24px;
}

@media (width <=1200px) {
  .assort__swiper-slide {
    grid-template-columns: repeat(3, 264px);
    justify-content: center;
  }
}

@media (width <=900px) {
  .assort__swiper-slide {
    grid-template-columns: repeat(2, 264px);
  }
}

@media (width <=650px) {
  .assort__swiper-slide {
    grid-template-columns: repeat(1, 343px);
  }
}

.assort__slide-item img {
  width: 100%;
  height: auto;
}

@media (width <=650px) {
  .assort__slide-item img {
    max-height: 300px;
  }
}

.acquaint__heading {
  margin-bottom: 56px;
}

.acquaint__heading .section__title {
  border-bottom: 1px solid #9d8b7d;
  max-width: 550px;
  margin-bottom: 36px;
  padding-bottom: 8px;
}

@media (width <=700px) {
  .acquaint__heading .section__title {
    margin-bottom: 16px;
  }
}

.acquaint__heading .btn {
  width: 100%;
  max-width: 264px;
}

@media (width <=700px) {
  .acquaint__heading {
    margin-bottom: 36px;
  }
}

.acquaint__content {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  display: grid;
}

@media (width <=700px) {
  .acquaint__content {
    gap: 16px;
  }
}

.acquaint__content-item img {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 16px;
}

.acquaint__content-item h3 {
  margin-bottom: 16px;
}

.partners .section__title {
  margin-bottom: 56px;
}

@media (width <=900px) {
  .partners .section__title {
    margin-bottom: 36px;
  }
}

.partners__row {
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 36px;
  display: flex;
}

@media (width <=800px) {
  .partners__row {
    gap: 8px;
  }
}

@media (width <=700px) {
  .partners__row {
    flex-direction: column;
  }
}

.partners__row-item {
  background-color: #35383f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.partners__list {
  max-width: 264px;
}

.partners__list h3 {
  margin-bottom: 30px;
}

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

.partners__list li:before {
  content: "";
  background-color: #35383f;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  display: inline-block;
}

.stoneworking-price .section__title {
  margin-bottom: 36px;
}

.cards-grid {
  grid-template-columns: repeat(auto-fit, minmax(207px, 1fr));
  gap: 24px;
  display: grid;
}

@media (width <=500px) {
  .cards-grid {
    gap: 16px;
  }
}

.cards-grid__item {
  background-color: #35383f;
  border-radius: 8px;
  padding: 24px;
}

.cards-grid__item h3 {
  color: #fbe8d5;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cards-grid__item ul {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.cards-grid__item ul li {
  color: #fbe8d5;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cards-grid__item ul span {
  opacity: .5;
  font-size: 12px;
  line-height: 133%;
}

.cards-grid__item:nth-child(4n+2) {
  background-color: #5e554e;
}

.cards-grid__item:nth-child(4n+3) {
  background-color: #9d8b7d;
}

.cards-grid__item:nth-child(4n+4) {
  background-color: #fbe8d5;
  border: 1px solid #35383f33;
}

.cards-grid__item:nth-child(4n+4) h3, .cards-grid__item:nth-child(4n+4) li {
  color: #35383f;
}

.profile-price .section__title {
  margin-bottom: 36px;
}

.profile-price__content {
  grid-template-columns: repeat(auto-fit, minmax(283px, 1fr));
  gap: 24px;
  display: grid;
}

@media (width <=500px) {
  .profile-price__content {
    gap: 16px;
  }
}

.profile-price__content-item {
  border: 1px solid #35383f33;
  border-radius: 8px;
}

.profile-price__content-item img {
  border-bottom: 1px solid #35383f33;
  width: 100%;
  height: auto;
}

.profile-price__content-item ul {
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  display: flex;
}

.profile-price__content-item ul li {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile-price__content-item ul li span {
  opacity: .5;
  font-size: 12px;
  line-height: 133%;
}

.marble-price .section__title, .granite-price .section__title {
  margin-bottom: 36px;
}

.price-grid {
  grid-template-columns: repeat(auto-fit, minmax(207px, 264px));
  gap: 24px;
  display: grid;
}

@media (width <=1200px) {
  .price-grid {
    grid-template-columns: repeat(auto-fit, minmax(207px, 1fr));
  }
}

.price-grid__item {
  border: 1px solid #35383f33;
  border-radius: 8px;
}

.price-grid__item h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.price-grid__item ul {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.price-grid__item ul li {
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 133%;
  display: flex;
}

.price-grid__item ul li span {
  opacity: .5;
}

.price-grid__item img {
  width: 100%;
  height: auto;
}

.price-grid__item-descr {
  padding: 24px;
}

.montage-price .section__title {
  margin-bottom: 36px;
}

.stone-price .section__title {
  margin-bottom: 16px;
}

.stone-price p {
  max-width: 455px;
  margin-bottom: 36px;
}

.stock-banner__content {
  background-color: #35383f;
  border-radius: 8px;
  justify-content: space-between;
  display: flex;
}

.stock-banner__content img {
  width: 100%;
  max-width: 691px;
  height: auto;
}

@media (width <=1050px) {
  .stock-banner__content img {
    width: 400px;
  }
}

@media (width <=700px) {
  .stock-banner__content img {
    width: 100%;
  }

  .stock-banner__content {
    flex-direction: column;
  }
}

.stock-banner__content-text {
  padding-top: 56px;
  padding-bottom: 132px;
  padding-left: 56px;
}

.stock-banner__content-text p {
  color: #fbe8d5;
}

@media (width <=700px) {
  .stock-banner__content-text {
    padding: 24px;
  }
}

.stock-banner__title {
  color: #fbe8d5;
  border-bottom: 1px solid #9d8b7d;
  flex-direction: column;
  max-width: 322px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  display: flex;
}

@media (width <=700px) {
  .stock-banner__title {
    margin-bottom: 8px;
  }
}

.marble-tables .section__heading {
  border-bottom: 1px solid #9d8b7d;
  max-width: 645px;
  margin-bottom: 56px;
  padding-bottom: 8px;
}

@media (width <=500px) {
  .marble-tables .section__heading {
    margin-bottom: 36px;
  }
}

.marble-tables img {
  width: 100%;
  height: auto;
}

@media (width <=500px) {
  .marble-tables img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
  }
}

.stocks .indented {
  max-width: 552px;
  margin-bottom: 56px;
}

.stocks .indented .section__title {
  margin-bottom: 16px;
}

.stocks .indented p {
  max-width: 453px;
  margin-bottom: 36px;
}

@media (width <=900px) {
  .stocks .indented {
    margin-bottom: 36px;
  }
}

.order-grid {
  grid-template-columns: repeat(auto-fit, minmax(217px, 1fr));
  gap: 24px;
  display: grid;
}

.order-grid__item {
  flex-direction: column;
  height: 100%;
  max-height: 472px;
  display: flex;
}

.order-grid__item img {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 16px;
}

.order-grid__item h3 {
  margin-bottom: 16px;
}

.order-grid__item div {
  margin-bottom: auto;
}

.order-grid__item .btn {
  margin-top: 24px;
}

.catalog-breadcrumps {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 133%;
  display: flex;
}

.catalog-breadcrumps a {
  color: #9d8b7d;
}

.catalog-heading h2 {
  margin-bottom: 56px;
  font-size: 64px;
  font-weight: 600;
  line-height: 87%;
}

@media (width <=900px) {
  .catalog-heading h2 {
    margin-bottom: 24px;
    font-size: 36px;
  }
}

.catalog-heading__btns {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 36px;
  display: flex;
}

.catalog-grid {
  grid-template-columns: repeat(auto-fit, minmax(207px, 1fr));
  gap: 36px 24px;
  display: grid;
}

@media (width <=500px) {
  .catalog-grid {
    gap: 24px;
  }
}

.catalog-grid__item h3 {
  margin-bottom: 16px;
}

.catalog-grid__item-imgs {
  margin-bottom: 16px;
  position: relative;
}

.catalog-grid__item-imgs img:first-child {
  width: 100%;
  height: auto;
  max-height: 300px;
}

.catalog-grid__item-imgs img:last-child {
  z-index: 20;
  position: absolute;
  top: 16px;
  right: 16px;
}

html, body {
  color: #35383f;
  background-color: #fbe8d5;
  font-family: Vela Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

@media (width <=700px) {
  html, body {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container, #primary {
  max-width: 1158px;
  height: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  color: #35383f;
  white-space: nowrap;
  background: #fbe8d5;
  border-radius: 8px;
  justify-content: center;
  padding: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  display: flex;
}

.btn--hollow {
  color: #fbe8d5;
  background: none;
  border: 1px solid #fbe8d5;
  padding: 10px 17px;
}

.btn--black {
  color: #fbe8d5;
  background: #35383f;
}

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

.js__dropdown-btn:after {
  content: "";
  background-image: url("../img/header-arrow-bottom.b8f96403.svg");
  width: 9px;
  height: 6px;
  margin-left: 9px;
  transition: all .3s;
  display: inline-block;
}

.js__dropdown-btn--active:after {
  transform: rotate(180deg);
}

.js__dropdown-list {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  position: absolute;
}

.js__dropdown-list--active {
  opacity: 1;
  visibility: visible;
}

.header-title {
  border-bottom: 1px solid #9d8b7d;
  max-width: 840px;
  margin-bottom: 16px;
  font-family: Pliska, sans-serif;
  font-size: 128px;
  line-height: 86%;
}

@media (width <=700px) {
  .header-title {
    max-width: 500px;
    height: 46px;
    font-size: 48px;
  }
}

.indented {
  margin-left: 290px;
}

@media (width <=900px) {
  .indented {
    margin-left: 0;
  }
}

.section {
  padding: 0 15px 100px;
}

.section--first {
  padding-top: 56px;
}

@media (width <=900px) {
  .section {
    padding: 0 15px 56px;
  }


  .section--first {
    padding-top: 56px;
  }
}

.page-title {
  margin-bottom: 56px;
  font-size: 64px;
  font-weight: 600;
  line-height: 87%;
}

.section__heading .section__title {
  flex-direction: column;
  display: flex;
}

.section__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.section__title span {
  color: #9d8b7d;
}

@media (width <=900px) {
  .section__title {
    font-size: 24px;
    line-height: 108%;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.swiper-container {
  overflow: hidden;
}

.swiper-btns {
  justify-content: end;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.swiper-btns .assort__swiper-pagination {
  color: #9d8b7d;
}

.swiper-btns .swiper-pagination-current {
  color: #35383f;
}

@media (width <=650px) {
  .swiper-btns {
    justify-content: center;
  }
}

.swiper-button-prev {
  background-color: #9d8b7d;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  transform: rotate(180deg);
  position: static !important;
}

.swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next {
  background-color: #9d8b7d;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  position: static !important;
}

.swiper-button-next:after {
  display: none !important;
}

.swiper-pagination {
  max-width: max-content;
  margin: 0 30px;
  position: static !important;
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
  display: none;
}


#sidebar {
  display: none;
}

#primary {
  margin-bottom: 100px;
}

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

.products.columns-4 .product img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  min-height: 340px;
}

.products.columns-4 .product {
  height: 100%;
}

.products.columns-4 .product .add_to_cart_button, .products.columns-4 .product .price, .products.columns-4 .product .product_type_simple, .woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

@media (max-width: 1000px) {
  #primary {
    margin-bottom: 50px;
  }
}


.woocommerce-loop-product__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #35383F;
  margin: 16px 0;
}

.wc-cat-filter {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.wc-cat-filter__item {
  border: 1px solid #35383F;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

/* Родительская кнопка с вложенностью */
.wc-cat-filter__parent {
  width: 100%;
  padding: 12px 15px;
  background: #35383F;
  color: #FBE8D5;
  border: none;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

/* Стрелочка */
.wc-cat-filter__arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: rotate(45deg);
  transition: transform .25s ease;
}

.wc-cat-filter__item.is-open .wc-cat-filter__arrow {
  transform: rotate(225deg);
}

/* Выпадающее меню */
.wc-cat-filter__children {
  padding: 10px 12px;
  background: #FBE8D5;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  z-index: 100;
  width: 100%;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: all .3s;
  border: 1px solid #35383F;
  gap: 5px;
}

.wc-cat-filter__children form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wc-cat-filter__item.is-open .wc-cat-filter__children {
  opacity: 1;
  visibility: visible;
}

/* Подкатегория */
.wc-cat-filter__child {
  padding: 8px 14px;
  border-radius: 6px;
  color: #FBE8D5;
  background: #35383F;
  font-size: 14px;
  cursor: pointer;
  transition: all .25s;
  width: 100%;
  border: 1px solid #35383F;
}

.wc-cat-filter__child:hover {
  color: #35383F;
  background: #FBE8D5;

}

.wc-cat-filter__child.is-active {
  background: #FBE8D5;
  color: #35383F;
}

/* Кнопка без подкатегорий */
.wc-cat-filter__alone {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #35383F;
  cursor: pointer;
  transition: all .25s;
  font-size: 15px;
  text-align: start;
  color: #FBE8D5;
  border-radius: 10px;
}

.wc-cat-filter__all {
  font-size: 15px;
  color: #FBE8D5;
  display: block;
}

.wc-cat-filter__all-wrap {
  padding: 0;
}

.wc-cat-filter__all {
  width: 100%;
  height: 100%;
  padding: 12px;
  text-align: start;
}



.wc-cat-filter__all-wrap.wc-cat-filter__alone {
  border: 1px solid #35383F;
}

.wc-cat-filter__alone:hover {
  color: #35383F;
  background: #FBE8D5;

}

.wc-cat-filter__alone:hover .wc-cat-filter__all {
  color: #35383F;
}

.wc-cat-filter__alone.is-active {
  color: #35383F;
  background: #FBE8D5;
}



.single-product__content-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 25px;
}

.single-product__content-wrapper img {
  width: 100%;
  height: auto;
  max-width: 552px;
  max-height: 552px;
  object-fit: cover;
  border-radius: 8px;
}

.single-product__content {
  width: 100%;
}

.single-product__content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}

.single-product__price {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #5E554E;
}

.single-product__content-row .btn {
  max-width: 250px;
  width: 100%;
}

.single-product__content-descr {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.single-product__descr-item {
  padding: 18px;
  border-radius: 8px;
}

.single-product__descr-item:nth-child(4n + 1) {
  background: #35383F;
}

.single-product__descr-item:nth-child(4n + 2) {
  background: #5E554E;
}

.single-product__descr-item:nth-child(4n + 3) {
  background: #9D8B7D;
}

.single-product__descr-item:nth-child(4n) {
  border: 1px solid rgba(53, 56, 63, 0.2);
  background: transparent;
}

.single-product__descr-item:nth-child(4n) .single-product__item-title, .single-product__descr-item:nth-child(4n) .single-product__row-title, .single-product__descr-item:nth-child(4n) .single-product__row-text {
  color: #35383F;
}

.single-product__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #FBE8D5;
  margin-bottom: 15px;
}

.single-product__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.single-product__item-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 230px;
}

.single-product__row-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #FBE8D5;
  opacity: 0.5;

}

.single-product__row-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FBE8D5;
}

.single-product__descr {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #35383F;
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .single-product__content-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .single-product__price {
    font-size: 24px;
  }

  .single-product__item-wrapper {
    flex-direction: column;
  }

  .single-product__item-row {
    max-width: none;
  }

  .single-product__price {
    white-space: nowrap;
  }

  .single-product__content-wrapper img {
    max-height: 300px;
  }

  .single-product__row-text {
    font-size: 14px;
  }

  .single-product__descr {
    font-size: 14px;
    margin-top: 25px;
  }
}