:root {
  --color-text: #4d4d4e;
}
html {
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
  min-height: 100vh;
  color: #1b1a22;
  margin: 0;
  background-color: #f4f4f4;
}
main {
  display: block;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
textarea {
  overflow: auto;
  resize: none;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
input {
  border: none;
  background-color: #fff;
  font: inherit;
}
button {
  border: none;
  padding: 0;
  font: inherit;
  background-color: transparent;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Italic.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Thin.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.no-overflow {
  overflow: hidden;
}
.header {
  display: block;
  padding: 30px 0;
  background-color: #1b1a22;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.logo {
  display: block;
  flex-shrink: 0;
}
.logo img {
  display: block;
}
.header__logo {
  display: block;
}
.menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.menu li {
  display: block;
  flex-shrink: 0;
}
.menu a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  transition-duration: 0.3s;
}
.menu a:hover {
  color: #f4de9f;
}
.header__contacts-wrap {
  max-width: 491px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.header__contacts {
  display: block;
}
.header__tel {
  display: block;
  margin-bottom: 1px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
.header__email {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.soc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.soc__item {
  display: block;
}
.soc__item path,
.soc__item rect {
  transition-duration: 0.3s;
}
.soc__item:hover rect {
  fill-opacity: 1;
}
.soc__item:hover path {
  fill: #000;
}
.soc__item svg {
  display: block;
}
.home-top {
  position: relative;
  overflow: hidden;
}
.hero {
  display: block;
  background-color: #1b1a22;
  padding-top: 42px;
  height: 690px;
  position: relative;
}
.gradint-circle:after {
  content: '';
  display: block;
  width: 1580px;
  height: 1536px;
  filter: blur(500px);
  background: linear-gradient(148.62deg, #f8e2c4, #ba9a84 51%, #c8a57b 100%);
  opacity: 0.15;
  position: absolute;
  right: 71px;
  bottom: -100%;
  pointer-events: none;
}

.hero__media {
  /* position: relative; */
  flex-shrink: 0;
}

.hero__svg {
  display: block;
  position: absolute;
  bottom: 19px;
  right: -159px;
  width: 996px;
  height: 634px;
}
.hero__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
.hero__content {
  display: block;
}
.hero__title {
  display: block;
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 44px;
}
.hero__img {
  display: block;
  max-width: 693px;
  width: 100%;
  position: relative;
  top: -20px;
  right: 2px;
  z-index: 1;
}
.btn {
  border-radius: 10px;
  padding: 38px 10px;
  max-width: 230px;
  width: 100%;
  text-transform: uppercase;
  background: linear-gradient(to right, #897447 0, #ebcc9d 52%, #9b835e 100%), linear-gradient(135deg, rgba(128, 101, 69, 0) 0, rgba(128, 101, 69, 0.3) 29%, rgba(128, 101, 69, 0.8) 52%, rgba(128, 101, 69, 0.3) 74%, rgba(128, 101, 69, 0.05) 100%);
  background-blend-mode: multiply;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
}
.btn__name {
  display: block;
  transition-duration: 0.3s;
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.btn:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #c2a981;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn:hover:before {
  width: 100%;
  opacity: 1;
}
.btn-inv {
  background: 0 0;
  border: 2px solid #806454;
}
.btn-inv .btn__name {
  color: #806454;
}
.btn-inv:before {
  content: none;
}
.btn-inv:hover {
  border-color: #c2a981;
}
.btn-inv:hover .btn__name {
  color: #c2a981;
}
.hero__btn {
  display: block;
  max-width: 387px;
}
.categories {
  display: block;
  padding: 90px 0 100px;
}
.title {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.categories__title {
  display: block;
}
.categories__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.categories__wrap-col {
  display: flex;
  justify-content: flex-start;
  gap: 24px 24px;
  flex-wrap: wrap;
  width: calc(67.25% - 12px);
}
.category-card {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 46px 50px;
  position: relative;
  overflow: hidden;
  width: calc(50% - 12px);
}
.category-card_1 {
  width: calc(32.75% - 12px);
}
.category-card_2,
.category-card_3 {
  height: 313px;
}
.category-card_4,
.category-card_5 {
  height: 371px;
}
.category-card_6,
.category-card_7 {
  height: 337px;
}
.category-card_6 .category-card__sub-list,
.category-card_7 .category-card__sub-list {
  max-width: 300px;
  width: 100%;
}
.category-card__title {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 600;
  display: block;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.category-card__sub-list {
  display: block;
  max-width: 231px;
  width: 100%;
}
.category-card__sub {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #8d8c90;
  transition-duration: 0.3s;
  display: block;
  margin-bottom: 12px;
}
.category-card__sub:hover {
  color: #1b1a22;
}
.category-card img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.advantages {
  padding: 90px 0 98px;
  background-color: #1b1a22;
  position: relative;
  overflow: hidden;
}
.advantages.gradint-circle:after {
  bottom: -250%;
}
.advantages__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.advantages__item {
  display: block;
  max-width: 258px;
}
.advantages__item-ico {
  display: block;
  margin: 0 auto 33px;
}
.advantages__item-desc {
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.about {
  padding: 90px 0 10px;
}
.about__title {
  display: block;
  text-align: left;
  margin-bottom: 32px;
}
.about__container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.about__content {
  background-color: #fff;
  border-radius: 10px;
  padding: 46px 50px 31px;
  font-size: 18px;
  width: calc(50% - 12px);
  line-height: 1.6;
  font-weight: 500;
}
.about__content p {
  display: block;
  margin-bottom: 20px;
}
.about__img {
  width: 100%;
  display: block;
  border-radius: 10px;
  min-width: 320px;
  width: calc(50% - 12px);
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews {
  padding: 90px 0 104px;
}
.reviews__title {
  display: block;
}
.reviews-slider-wrap {
  position: relative;
  padding: 0 80px;
}
.slider-reviews {
  display: block;
}
.swiper-slide {
  box-sizing: border-box;
  height: auto;
}
.reviews__item {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px;
}
.reviews__item-name {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.reviews__item-text {
  display: block;
  font-weight: 500;
}
.slider__nav {
  display: block;
  position: absolute;
  top: 37%;
  z-index: 2;
}
.slider__nav svg {
  display: block;
  transition-duration: 0.3s;
}
.slider__nav rect {
  transition-duration: 0.3s;
}
.slider__nav:hover rect {
  fill: #c2a981;
}
.reviews .slider__nav-l {
  display: block;
  left: 0;
}
.reviews .slider__nav-r {
  display: block;
  right: 0;
}
.big-form {
  background: linear-gradient(180deg, #0f0f16 0, #2e2932 100%);
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}
.big-form.gradint-circle:after {
  bottom: -150%;
}
.big-form__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.big-form__form {
  display: block;
  max-width: 908px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.big-form__form-fields {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  max-width: 798px;
  width: 100%;
}
.big-form__title {
  color: #fff;
  display: block;
  text-align: left;
  text-transform: none;
  font-size: 60px;
  font-weight: 400;
}
.big-form__title span {
  color: #937958;
  font-weight: 600;
}
.big-form__img {
  display: block;
  max-width: 755px;
  width: 100%;
  position: absolute;
  top: -33px;
  right: -69px;
  z-index: 1;
}
.text-field {
  border: 2px solid #36343b;
  padding: 36px 38px;
  background-color: transparent;
  border-radius: 10px;
  color: #fff;
}
.text-field::-moz-placeholder {
  color: #4a494f;
}
.text-field::placeholder {
  color: #4a494f;
}
.big-form__btn {
  display: block;
  max-width: 387px;
}
.big-form__acc {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.big-form__acc a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.big-form__acc a:hover {
  text-decoration: none;
}
.big-form .text-field {
  width: calc(50% - 12px);
}
.map-block {
  padding: 90px 0 100px;
}
.map-block__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.map-block__info {
  background-color: #fff;
  border-radius: 10px;
  padding: 46px 50px;
}
.map-block__title {
  display: block;
  margin-bottom: 31px;
  text-align: left;
}
.map-block__info-item {
  margin-bottom: 27px;
}
.map-block__info-item:last-child {
  margin-bottom: 0;
}
.map-block__info-item-name {
  font-weight: 500;
  font-size: 13px;
  color: #bbbabd;
  display: block;
  margin-bottom: 4px;
}
.map-block__info-item-contact {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.map-block__info-item .soc path {
  fill: #1b1a22;
}
.map-block__info-item .soc rect {
  fill: #000;
}
.map-block__info-item .soc__item:hover path {
  fill: #fff;
}
.map-block .soc {
  margin-top: 14px;
}
.map {
  max-width: 1108px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.map iframe,
.map img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer {
  background-color: #1b1a22;
  padding: 50px 0 0;
}
.footer__container {
  padding-bottom: 42px;
  display: flex;
  justify-content: space-between;
  gap: 38px 25px;
  flex-wrap: wrap;
}
.footer__col {
  display: block;
  width: calc(25% - 36px);
}
.footer__col-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  height: 103px;
}
.footer__menu {
  display: block;
}
.footer__menu li {
  display: block;
}
.footer__menu a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #8d8c91;
  margin-bottom: 7px;
  transition-duration: 0.3s;
}
.footer__menu a:hover {
  color: #fff;
}
.footer__bottom {
  border-top: 1px solid #26252d;
  padding: 50px 0;
}
.container-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__logo {
  display: block;
}
.container-bottom__links {
  display: block;
}
.container-bottom__links a {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-bottom: 13px;
}
.container-bottom__links a:hover {
  text-decoration: underline;
}
.copyright {
  color: #5f5f64;
  font-size: 13px;
}
.breadcrumbs {
  padding: 40px 0 48px;
  font-size: 14px;
}
.breadcrumbs__container > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs span {
  display: flex;
  font-weight: 500;
}
.breadcrumbs a {
  color: #87878b;
  font-weight: 500;
}
.breadcrumbs svg {
  display: block;
}
.breadcrumbs + .categories {
  padding-top: 0;
  padding-bottom: 100px;
}
.content {
  display: block;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 40px;
  position: relative;
  display: block;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 30px;
}
.content p {
  margin: 20px 0;
}
.content a {
  color: #ebcc9d;
  text-decoration: underline;
}
.content ol,
.content ul {
  margin: 20px 0 20px 30px;
}
.content li {
  margin-bottom: 8px;
}
.content ul li {
  list-style-type: disc;
}
.content ol li {
  list-style-type: auto;
}
.wp-block-quote {
  background-color: #eee;
  padding: 30px;
  margin: 30px 0;
  border-left: 4px solid #1b1a22;
}
.wp-block-quote cite {
  display: none;
}
.wp-block-quote p {
  margin-top: 0;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.content table {
  font-size: 14px;
}
.content img {
  border-radius: 10px;
}
.content figure {
  margin: 0 0 20px;
}

.content .columns-default {
  --wp--style--gallery-gap-default: 24px;
}

.content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: 0 0;
  position: absolute;
  bottom: -35px;
  margin-top: 0;
  color: #000;
}
.text-block {
  display: block;
  padding-bottom: 80px;
}
.text-block__container > h2:first-child,
.text-block__container > h3:first-child,
.text-block__container > h1:first-child {
  display: block;
  text-align: left;
  font-size: 30px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 26px;
}
.category-wrap {
  display: block;
  padding-bottom: 58px;
}
.category__title {
  display: block;
}
.category-wrap__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.category-nav {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 40px 25px;
  max-width: 371px;
  width: 100%;
  flex-shrink: 0;
}
.category-nav__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.category-menu {
  display: block;
}
.category-menu__link {
  font-size: 14px;
  color: #8d8c90;
  transition-duration: 0.3s;
  display: block;
  margin-bottom: 8px;
}
.category-menu__link:hover,
.category-menu__link.active {
  color: #1b1a22;
}

.category-cards-wrap {
  display: block;
  width: 100%;
}
.category-cards-wrap__inner {
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-start; */
  gap: 24px;
  flex-wrap: wrap;
}
.product-card {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: calc(33.333% - 16px);
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
  flex-direction: column;
}
.product-card__info {
  /* display: block; */
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  height: 100%;
  /* gap: 20px; */
}
.product-card__img {
  display: block;
  margin-bottom: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 248px;
}
.product-card__title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
}
.product-spec {
  display: block;
  margin-bottom: auto;
}
.product-spec__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  font-size: 13px;
  margin-bottom: 4px;
}
.product-spec__item-name {
  font-size: 13px;
  color: #8d8c90;
}
.product-spec__item-val {
  color: #1b1a22;
  text-align: right;
  line-height: 15px;
  flex-shrink: 0;
}
.product-card__price {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 18px;
}
.btn-load-more {
  display: block;
  max-width: 293px;
  width: 100%;
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.btn-load-more svg {
  display: block;
  position: relative;
  top: -1px;
}
.product {
  display: block;
}
.product__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 49px;
  margin-bottom: 98px;
}
.product__media {
  max-width: 755px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.product__media-big-slider {
  display: block;
}
.product__media-big-item {
  display: block;
  padding: 43px 0 0;
}
.product__media-big-item img {
  display: block;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__media-thumbs {
  display: block;
  position: relative;
  padding: 15px 130px;
}
.product__media-thumbs .slider__nav {
  display: block;
  top: 50%;
  margin-top: -25px;
}

.product__media-thumbs .slider__nav.swiper-button-lock {
  opacity: 0;
}

.product__media-thumbs .slider__nav svg {
  width: 50px;
  height: 50px;
}
.product__media-thumbs .slider__nav-l {
  display: block;
  left: 40px;
}
.product__media-thumbs .slider__nav-r {
  display: block;
  right: 40px;
}
.product__media-thumbs-slider {
  display: block;
  /* padding: 0 50px; */
}
.product__media-thumbs-item {
  display: block;
  position: relative;
  padding: 10px;
}
.product__media-thumbs-item img {
  display: block;
  height: 110px;
  object-fit: contain;
}
.swiper-slide-active .product__media-thumbs-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4de9f00;
  position: absolute;
  left: 0;
  top: 0;
}
.product__info {
  display: block;
  position: relative;
  top: -3px;
  width: 100%;
}
.product__info-scu {
  color: #87878b;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.product__info-title {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 500;
}
.product__info .product-spec {
  display: block;
  margin-bottom: 25px;
}
.product .product__info .product-spec {
  margin-bottom: 25px;
  max-width: 100%;
  /* width: 100%; */
}
.product-spec__name {
  font-size: 30px;
  line-height: 1.15;
  display: block;
  font-weight: 500;
  margin-bottom: 16px;
}
.product .product-spec__item-name,
.product .product-spec__item-val {
  font-size: 16px;
}
.product .product-spec__item {
  margin-bottom: 13px;
}
.product__info-price {
  font-weight: 600;
  font-size: 30px;
  display: block;
  margin-bottom: 38px;
}
.product__info-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.product__info-btn-price {
  max-width: 211px;
  width: 100%;
}
.product__info-btn-list {
  max-width: 391px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.product__info-btn-list svg {
  position: relative;
  top: 2px;
}
.product__info-btn-list_path_1,
.product__info-btn-list_path_2,
.product__info-btn-list_path_3 {
  transition-duration: 0.3s;
}
.product__info-btn-list:hover .product__info-btn-list_path_1,
.product__info-btn-list:hover .product__info-btn-list_path_2 {
  fill: #c8a57b;
}
.product-spec-wrap {
  -moz-column-count: 2;
  column-count: 2;
  padding-bottom: 48px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.product .product-spec {
  max-width: 730px;
  width: 100%;
  margin-bottom: 44px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.big-form + .text-block {
  padding-top: 90px;
}
.about-page {
  display: block;
  padding-bottom: 79px;
}
.about-page__title {
  display: block;
}
.about-page__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.about-page__row img {
  width: 50%;
}
.about-gallery {
  display: block;
  padding: 90px 0 91px;
}
.slider-wrap {
  position: relative;
  padding: 0 85px;
}
.gallery-slider {
  display: block;
}
.gallery-slider img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 350px;
}
.slider__item {
  display: block;
}
.gallery-slider .slider__nav {
  display: block;
}
.about-serts .slider__nav {
  display: block;
  top: 43%;
}
.about-serts {
  display: block;
  padding-bottom: 100px;
}
.about-serts img {
  width: 100%;
  display: block;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 453px;
}
.serts-slider {
  display: block;
}
.about-gallery .slider__nav {
  top: 41%;
}
.about-gallery .slider__nav-l {
  left: 0;
}
.about-gallery .slider__nav-r {
  right: 0;
}
.about-serts .slider__nav-l {
  left: 0;
}
.about-serts .slider__nav-r {
  right: 0;
}
.map-block_page {
  padding-top: 0;
}
.long-form {
  display: block;
  background: linear-gradient(180deg, #0f0f16 0, #2e2932 100%);
  padding: 92px 0 85px;
  position: relative;
  overflow: hidden;
}
.long-form__container {
  display: block;
}
.long-form__form {
  display: block;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.long-form__form-desc {
  display: block;
  max-width: 312px;
  width: 100%;
}
.long-form__title {
  display: block;
  font-size: 60px;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 31px;
}
.long-form__form-desc-text {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.long-form__form-fields {
  display: block;
}
.long-form__form-fields-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1097px;
  width: 100%;
  margin-bottom: 50px;
}
.long-form__btn {
  max-width: 350px;
  width: 100%;
}
.long-form .text-field {
  width: calc(33.333% - 16px);
}
.long-form + .text-block {
  padding-top: 90px;
}
.long-form .long-form__comment {
  max-width: 723px;
  width: 100%;
}
.blog {
  display: block;
  padding-bottom: 56px;
}
.blog__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.blog-card {
  width: calc(25% - 18px);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 20px 31px;
}
.blog-card__img {
  width: 100%;
  height: 221px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 22px;
}
.blog-card__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.blog-card__desc {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__inner {
  padding: 0 20px;
}
.article {
  display: block;
  padding-bottom: 92px;
}
.article__container {
  display: block;
  max-width: 1040px;
}
.article__title {
  display: block;
}
.article__thumb {
  width: 100%;
  height: auto;
}

.hamburger {
  display: none;
}
.pulse-container {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.pulse {
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  background: linear-gradient(152.37deg, #bdab8b, #efd68f 52%, #c5af6f 100%), linear-gradient(170.02deg, rgba(128, 100, 84, 0), rgb(165 131 111 / 35%) 29%, rgba(128, 100, 84, 0.5) 52%, rgba(128, 100, 84, 0.35) 74%, rgba(128, 100, 84, 0.05) 100%);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  right: 40px;
  bottom: 40px;
  transition-duration: 0.3s;
  z-index: 997;
}
.pulse:hover {
  transform: scale(0.8);
}
.pulse__name {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
}
.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 1px solid #f4de9f;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: 2.5s linear infinite pulse;
}
.pulse::after {
  animation-delay: 1.25s;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  max-width: 709px;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1b1a22;
  z-index: 999;
  padding: 68px 40px 50px;
  border-radius: 10px;
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
.modal__close {
  position: absolute;
  top: 26px;
  right: 27px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: 0 0;
  border: none;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close:hover:after,
.modal__close:hover:before {
  background-color: #ccc;
}
.modal__close::after,
.modal__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__modal__close {
  display: block;
}
.modal__title {
  font-size: 32px;
  margin-bottom: 45px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  display: block;
}
.modal__desc {
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 32px;
  text-align: center;
}
.modal__form {
  display: block;
}

.modal-success__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.modal-success__wrap .modal__title {
  margin-bottom: 0;
}

.modal-success .modal__content {
  max-width: 500px;
}

.modal__btn {
  max-width: 100%;
  width: 100%;
  font-size: 20px;
  margin: 0 auto 20px;
  display: block;
}

.modal .text-field {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1280px;
    width: 100%;
  }
  .header__contacts-wrap {
    max-width: 316px;
  }
  .hero {
    height: 530px;
  }
  .hero__title {
    font-size: 50px;
  }
  .hero__img {
    max-width: 500px;
  }
  .hero__svg {
    width: 762px;
    height: 501px;
    right: 0;
    bottom: -14px;
  }
  .category-card {
    padding: 25px;
  }
  .category-card__title {
    font-size: 20px;
  }
  .category-card_2 img {
    width: 170px;
  }
  .category-card_3 img {
    width: 150px;
  }
  .category-card_4 img {
    width: 150px;
  }
  .category-card_5 img {
    width: 150px;
  }
  .category-card_6 img {
    width: 270px;
  }
  .category-card_7 img {
    width: 270px;
  }
  .category-card_6,
  .category-card_7 {
    height: auto;
  }
  .big-form__title {
    font-size: 40px;
  }
  .big-form__form-fields {
    max-width: 595px;
  }
  .big-form__btn {
    max-width: 285px;
  }
  .big-form__img {
    max-width: 639px;
    top: -15px;
    right: -38px;
  }
  .blog-card {
    width: calc(33.333% - 16px);
  }
  .long-form .long-form__comment {
    max-width: 534px;
  }
  .product-card__info {
    padding: 0 17px;
  }
  .product__container {
    gap: 20px;
  }
  .product__info-btn-price {
    max-width: 180px;
  }
  .product__info-btn-list .btn__name {
    font-size: 14px;
  }

  .product-card__img {
    height: 177px;
  }

  .product-card {
    padding-bottom: 25px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 736px;
  }
  .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .hamburger {
    display: block;
    border-radius: 8px;
    max-width: 98px;
    width: 100%;
    padding: 15px 28px;
    background-color: #35343b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
  }
  .hamburger__name {
    display: block;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    transition-duration: 0.3s;
    text-transform: uppercase;
  }
  .hamburger svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition-duration: 0.3s;
  }
  .hamburger.active svg {
    opacity: 1;
  }
  .hamburger.active .hamburger__name {
    opacity: 0;
  }
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 100%;
    background-color: #1b1a22;
    z-index: 998;
    padding-top: 117px;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transform: translateY(100%);
  }
  .menu.active {
    transform: translateY(0);
  }
  .header__logo {
    width: 216px;
    position: relative;
    z-index: 999;
  }
  .header__tel {
    font-size: 17px;
  }
  .header__email {
    font-size: 12px;
  }
  .hero {
    height: 360px;
    padding-top: 20px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__svg {
    width: 468px;
    height: 354px;
    right: -11px;
    bottom: -31px;
  }
  .hero__img {
    max-width: 341px;
    top: 0;
  }
  .hero__content {
    flex-shrink: 0;
  }
  .hero__media {
    flex-shrink: 0;
  }
  .btn {
    padding: 18px 10px;
    font-size: 13px;
  }
  .hero__btn {
    max-width: 300px;
  }
  .soc__item svg {
    width: 44px;
    height: 44px;
  }
  .header__contacts-wrap {
    max-width: 300px;
    position: relative;
    z-index: 999;
  }
  .advantages,
  .categories {
    padding: 50px 0;
  }
  .category-card {
    padding: 26px 30px;
  }
  .category-card__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .category-card__sub {
    font-size: 14px;
  }
  .categories__wrap-col,
  .category-card_1 {
    width: calc(50% - 12px);
  }
  .categories__wrap-col .category-card {
    width: 100%;
  }
  .category-card_1 {
    height: 550px;
  }
  .category-card_2 {
    height: auto;
  }
  .category-card_3 {
    height: auto;
  }
  .category-card_4 {
    height: auto;
  }
  .category-card_5 {
    height: auto;
  }
  .category-card_6 {
    width: 100%;
    min-height: 240px;
  }
  .category-card_7 {
    width: 100%;
    min-height: 240px;
  }
  .category-card_1 img {
    width: 298px;
  }
  .category-card_2 img {
    width: 160px;
  }
  .category-card_3 img {
    width: 139px;
  }
  .category-card_4 img {
    width: 177px;
  }
  .category-card_5 img {
    width: 131px;
  }
  .category-card_6 img {
    width: 280px;
  }
  .category-card_7 img {
    width: 355px;
  }
  .category-card_1 .category-card__sub-list {
    max-width: 100%;
  }
  .category-card_2 .category-card__sub-list {
    max-width: 140px;
  }
  .category-card_3 .category-card__sub-list {
    max-width: 150px;
  }
  .category-card_4 .category-card__sub-list {
    max-width: 150px;
  }
  .category-card_5 .category-card__sub-list {
    max-width: 198px;
  }
  .category-card_6 .category-card__sub-list {
    max-width: 100%;
  }
  .category-card_7 .category-card__sub-list {
    max-width: 100%;
  }
  .advantages__container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .advantages__item:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
  .advantages__item {
    max-width: 100%;
    width: calc(50% - 12px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }
  .advantages__item-desc {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .advantages__item-ico {
    margin: 0;
    width: 50px;
    height: 50px;
  }
  .about {
    padding-top: 50px;
  }
  .about__img {
    width: 100%;
    height: 500px;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .about__content {
    font-size: 16px;
    width: 100%;
    padding: 36px 40px 22px;
  }
  .about__container {
    flex-direction: column;
  }
  .reviews {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .slider__nav svg {
    width: 50px;
    height: 50px;
  }
  .reviews__item {
    padding: 30px;
  }
  .reviews__item-name {
    font-size: 16px;
  }
  .reviews__item-text {
    font-size: 14px;
  }
  .reviews-slider-wrap {
    padding: 0 70px;
  }
  .big-form {
    padding: 50px 0;
  }
  .big-form__img {
    max-width: 430px;
    top: 132px;
    right: -12px;
  }
  .text-field {
    padding: 16px 25px;
  }
  .big-form__form-fields {
    max-width: 300px;
    gap: 14px;
    margin-bottom: 30px;
  }
  .big-form .text-field {
    width: 100%;
  }
  .big-form__btn {
    max-width: 100%;
  }
  .big-form .big-form__acc {
    max-width: 300px;
    width: 100%;
    font-size: 12px;
  }
  .map-block {
    padding: 50px 0 60px;
  }
  .map-block__info {
    padding: 26px 30px;
    width: calc(50% - 12px);
  }
  .map {
    width: calc(50% - 12px);
  }
  .map-block__info-item-contact {
    font-size: 14px;
  }
  .map-block__info-item {
    margin-bottom: 15px;
  }
  .footer__col {
    width: calc(50% - 24px);
  }
  .footer__bottom {
    padding: 40px 0;
  }
  .footer__col-name {
    font-size: 14px;
    height: 65px;
  }
  .footer__menu a {
    font-size: 14px;
  }
  .breadcrumbs {
    padding: 30px 0;
    font-size: 14px;
  }
  .breadcrumbs + .categories {
    padding-bottom: 60px;
  }
  .text-block__container > h2:first-child,
  .text-block__container > h3:first-child,
  .text-block__container > h1:first-child {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .content {
    font-size: 14px;
  }
  .content p {
    margin: 10px 0;
  }
  .text-block {
    padding-bottom: 50px;
  }
  .category-nav {
    max-width: 220px;
    padding: 20px;
  }
  .category-menu__link {
    font-size: 13px;
  }
  .category-nav__name {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .category-wrap__container {
    gap: 10px;
  }
  .category-cards-wrap__inner {
    gap: 10px;
  }
  .product-card {
    width: calc(50% - 5px);
    padding: 20px 0;
  }
  .product-card__img {
    height: 150px;
    margin-bottom: 10px;
  }
  .product-card__title {
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
  }
  .product-spec__item {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 8px;
  }
  .product-spec__item-name {
    width: 100%;
  }
  .product-card__info {
    padding: 0 20px;
  }
  .btn-load-more {
    max-width: 214px;
    margin-top: 30px;
  }
  .btn-load-more .btn__name {
    font-size: 13px;
  }
  .btn-load-more svg {
    width: 14px;
  }
  .product__media-big-item img {
    height: 180px;
  }
  .product__media-thumbs {
    padding: 15px 63px;
  }
  .product__media-thumbs .slider__nav {
    display: block;
    /* top: 13px; */
    margin-top: -15px;
  }
  .product__media-thumbs .slider__nav svg {
    width: 30px;
    height: 30px;
  }
  .product__media-thumbs .slider__nav-l {
    left: 20px;
  }
  .product__media-thumbs .slider__nav-r {
    right: 20px;
  }
  .product__media-big-item {
    padding: 20px 0 0;
  }
  .product__info-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .product .product-spec__item-name,
  .product .product-spec__item-val {
    font-size: 14px;
  }
  .product .product-spec__item {
    flex-wrap: nowrap;
  }
  .product .product__info .product-spec {
    margin-bottom: 20px;
  }
  .product__info-price {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product__info-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .product__info-btn-price {
    max-width: 100%;
  }
  .product__info-btn-price .btn__name {
    font-size: 14px;
    text-transform: none;
  }
  .product__info-btn-list {
    height: auto;
  }
  .product__info-btn-list .btn__name {
    font-size: 14px;
    text-transform: none;
  }
  .product__info-btn-list svg {
    width: 15px;
  }
  .product__container {
    margin-bottom: 60px;
  }
  .product-spec__name {
    font-size: 24px;
  }
  .big-form + .text-block {
    padding-top: 50px;
  }
  .about-page {
    padding-bottom: 60px;
  }
  .about-gallery {
    padding: 50px 0 60px;
  }
  .gallery-slider img {
    height: 200px;
  }
  .about-serts img {
    height: 220px;
  }
  .about-serts .slider__nav {
    top: 36%;
  }
  .about-serts {
    padding-bottom: 60px;
  }
  .long-form__form {
    flex-direction: column;
  }
  .long-form__title {
    margin-bottom: 10px;
  }
  .long-form__title br {
    display: none;
  }
  .long-form__form-desc {
    max-width: 100%;
  }
  .long-form__form-fields-wrap {
    gap: 14px;
    margin-bottom: 30px;
  }
  .long-form .text-field {
    width: calc(50% - 7px);
  }
  .long-form__btn {
    max-width: 100%;
  }
  .long-form {
    padding: 50px 0;
  }
  .long-form + .text-block {
    padding-top: 50px;
  }
  .map-block_page {
    padding-top: 0;
  }
  .blog-card {
    width: calc(50% - 12px);
  }
  .blog-card__img {
    height: 197px;
    margin-bottom: 10px;
  }
  .article {
    padding-bottom: 60px;
  }
  .content h2,
  .content h3,
  .content h4,
  .content h5 {
    font-size: 24px;
  }

  .product__media-thumbs-item img {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 22px 0;
  }
  .hamburger {
    padding: 13px 20px;
    max-width: 86px;
  }
  .header__container {
    flex-wrap: wrap;
    gap: 17px;
  }
  .soc__item svg {
    width: 38px;
    height: 38px;
  }
  .header__contacts-wrap {
    max-width: 100%;
  }
  .header__logo {
    width: 184px;
  }
  .hero {
    height: auto;
  }
  .hero__container {
    flex-direction: column;
    gap: 0;
  }
  .hero__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .hero__title br {
    display: none;
  }
  .btn {
    padding: 20px 10px;
    font-size: 13px;
  }
  .btn__name {
    font-size: 13px;
  }
  .hero__btn {
    max-width: 277px;
    margin-bottom: 47px;
  }
  .hero__img {
    max-width: 100%;
    top: 0;
    right: 35px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .categories__wrap {
    gap: 10px;
  }
  .category-card {
    padding: 17px 20px;
    width: 100%;
  }
  .categories__wrap-col {
    width: 100%;
    gap: 10px;
  }
  .category-card_1 img {
    position: static;
    margin: 10px auto 0;
  }
  .category-card_6 img {
    width: 131px;
  }
  .category-card_7 img {
    width: 135px;
  }
  .category-card_1 {
    height: auto;
    padding-bottom: 0;
  }
  .category-card_6 {
    min-height: 140px;
  }
  .category-card_6 .category-card__sub-list {
    max-width: 132px;
  }
  .category-card_7 .category-card__sub-list {
    max-width: 165px;
  }
  .advantages__item {
    width: 100%;
    gap: 20px;
  }
  .about__content {
    font-size: 14px;
    padding: 26px 20px 5px;
  }
  .about__title {
    margin-bottom: 15px;
  }
  .about__img {
    height: 250px;
  }
  .about__container {
    gap: 10px;
  }
  .slider__nav svg {
    width: 30px;
    height: 30px;
  }
  .reviews-slider-wrap {
    padding: 0 40px;
  }
  .reviews__item {
    padding: 20px;
  }
  .about {
    padding-bottom: 0;
  }
  .reviews__item-name {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .reviews__item-text {
    font-size: 13px;
  }
  .big-form__title {
    font-size: 20px;
  }
  .big-form__img {
    position: static;
    max-width: 100%;
  }
  .big-form__container {
    flex-direction: column;
    gap: 30px;
  }
  .big-form {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .big-form__form-fields {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .map-block__info {
    width: 100%;
  }
  .map-block__container {
    flex-direction: column;
    gap: 10px;
  }
  .map {
    max-width: 100%;
    width: 100%;
    height: 330px;
  }
  .footer {
    padding: 40px 0 0;
  }
  .footer__container {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px;
  }
  .footer__col-name {
    margin-bottom: 10px;
    height: auto;
  }
  .footer__col {
    width: 100%;
  }
  .footer__bottom {
    padding: 30px 0;
  }
  .breadcrumbs {
    padding: 20px 0;
    font-size: 12px;
  }
  .breadcrumbs__container > span {
    gap: 2px 5px;
  }
  .breadcrumbs + .categories {
    padding-bottom: 50px;
  }
  .text-block__container > h2:first-child,
  .text-block__container > h3:first-child,
  .text-block__container > h1:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .text-block {
    padding-bottom: 40px;
  }
  .category-wrap__container {
    flex-direction: column;
  }
  .category-nav {
    max-width: 100%;
  }
  .product-card {
    width: 100%;
  }
  .product-card__img {
    height: 208px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-spec__item {
    flex-wrap: nowrap;
  }
  .product-card__price {
    font-size: 16px;
    margin-top: 18px;
  }
  .category-wrap {
    padding-bottom: 50px;
  }
  .product__container {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .product__media-big-item img {
    height: 208px;
    margin-left: auto;
    margin-right: auto;
  }
  .product__media-thumbs .slider__nav {
    top: 50%;
    margin-top: -15px;
  }
  .product__info-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product .product__info .product-spec {
    margin-bottom: 16px;
  }
  .product__info-price {
    font-size: 20px;
  }
  .product__info-btn-list {
    max-width: 100%;
    width: 100%;
  }
  .product-spec-wrap {
    -moz-column-count: unset;
    column-count: unset;
    padding-bottom: 0;
  }
  .product-spec__name {
    font-size: 20px;
  }
  .product .product-spec {
    margin-bottom: 30px;
  }
  .big-form + .text-block {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .product__info {
    width: 100%;
  }
  .content h2,
  .content h3,
  .content h4,
  .content h5 {
    margin-top: 25px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
  }
  .about-page {
    padding-bottom: 40px;
  }
  .slider-wrap {
    padding: 0 45px;
  }
  .gallery-slider img {
    height: 180px;
  }
  .about-serts img {
    height: 310px;
  }
  .about-serts {
    padding-bottom: 50px;
  }
  .map-block_page {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .long-form {
    padding: 40px 0;
  }
  .long-form__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .long-form__form-desc-text {
    font-size: 13px;
  }
  .long-form .text-field {
    width: 100%;
  }
  .long-form__form-fields-wrap {
    margin-bottom: 20px;
  }
  .big-form__acc {
    font-size: 12px;
  }
  .long-form + .text-block {
    padding-top: 40px;
  }
  .blog-card {
    width: 100%;
    padding: 10px 10px 20px;
  }
  .blog-card__title {
    font-size: 16px;
  }
  .blog-card__inner {
    padding: 0 16px;
  }
  .blog__container {
    gap: 10px;
  }
  .article {
    padding-bottom: 40px;
  }

  .modal__content {
    padding: 68px 20px 50px;
  }

  .modal__title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .content .columns-default {
    --wp--style--gallery-gap-default: 12px;
    flex-direction: column;
  }

  .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }

  .pulse {
    width: 74px;
    height: 74px;
    right: 28px;
    bottom: 30px;
  }

  .pulse__name {
    font-size: 8px;
  }
  .product-card__title {
    height: auto;
  }
  .hero__svg {
    width: 100vw;
    height: 62vw;
    right: 0;
    bottom: 0;
  }

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

  .header.float .header__contacts-wrap {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  body {
    padding-top: 143px;
  }
}
