@charset "UTF-8";

:root {
  --Base-White: #fff;
  --color-black: #000;
  --Base-Black: #111;
  --color-red: #a00b20;
  --color-green: #2cb742;
  --color-yellow: #fce588;
  --Violet-200: #9e77ed;
  --Brand-100: #fce588;
  --Brand-200: #fbd24e;
  --Brand-25: #fffbeb;
  --color-yellow-25: rgba(252, 229, 136, 0.25);
  --Gray-300-100: #e5e5e5;
  --Gray-warm-25: #f6f4f2;
  --Gray-warm-50: #eeebe6;
  --Gray-300-disabled: #b0b0b0;
  --Gray-25: #fefefe;
  --Gray-50: #e5e5e5;
  --Gray-50-2: #f9fafb;
  --Gray-100: #d1d1d1;
  --Gray-200: #b0b0b0;
  --Gray-300: #8f8f8f;
  --Gray-400: #6d6d6d;
  --Gray-500: #6d6d6d;
  --Gray-900: #212121;
  --transition-normal: all 0.3s ease 0s;
}

/*Обнуление*/

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

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

:focus-visible {
  outline: none;
}

:focus,
:active {
  outline: none;
}

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

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

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

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

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;
  cursor: pointer;
}

img {
  vertical-align: top;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 19px;
}

/*Обнуление*/

body {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: normal;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
}

body.lock {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

.container {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

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

/* плавное изменение прозрачности  placeholder-а при фокусе */

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--Gray-300);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 72px;
  padding-top: 20px;
}

h1 {
  color: inherit;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.0714285714;
  text-transform: uppercase;
}

h2 {
  color: inherit;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.0909090909;
  text-transform: uppercase;
}

h3 {
  color: inherit;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2222222222;
  text-transform: uppercase;
}

h4 {
  color: inherit;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2666666667;
  text-transform: uppercase;
}

h5 {
  color: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

h6 {
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

sup {
  font-size: 0.6em;
  display: inline-block;
  position: relative;
  top: 0.1em;
  line-height: 0;
}

.block-margin {
  margin-top: 144px;
  margin-bottom: 144px;
}

.block-margin:first-child {
  margin-top: 0;
}

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

.lazy {
  opacity: 0;
  visibility: hidden;
}

.lazy.loaded {
  opacity: 1;
  visibility: visible;
}

.loading-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../img/icon/loading.svg") center/32px 32px no-repeat;
}

.btn-arrow {
  border-radius: 10px;
  padding: 2px 2px 2px 12px;
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background: var(--Base-White);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.btn-arrow:hover {
  background: var(--Base-Black);
}

.btn-arrow:hover .btn-arrow__text {
  color: var(--Base-White);
}

.btn-arrow:hover .btn-arrow__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-arrow:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
}

.btn-arrow.disabled {
  pointer-events: none;
}

.btn-arrow.disabled .btn-arrow__text {
  color: var(--Gray-300-disabled);
}

.btn-arrow.disabled .btn-arrow__icon {
  background: var(--color-yellow-25);
}

.btn-arrow__text {
  padding: 0 2px;
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.btn-arrow__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: var(--color-yellow);
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.btn-arrow__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  will-change: transform;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5px 18px;
  height: 46px;
  border-radius: 8px;
  background: var(--Base-Black);
  color: var(--Base-White);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  transition: var(--transition-normal);
}

.btn:hover {
  color: var(--Base-Black);
  background: var(--color-yellow);
}

.btn:focus-visible {
  outline: none;
  background: var(--Base-Black);
  color: var(--Base-White);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
}

.btn.disabled {
  color: var(--Gray-400);
  background: var(--Gray-50);
  pointer-events: none;
}

.btn[disabled] {
  color: var(--Gray-400);
  background: var(--Gray-50);
  pointer-events: none;
}

.btn.btn-black {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.btn.btn-black:hover {
  color: var(--Base-Black);
  background: var(--color-yellow);
}

.btn.btn-black:focus-visible {
  background: var(--Base-Black);
  color: var(--Base-White);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
}

.btn.btn-black.disabled {
  color: var(--Gray-400);
  background: var(--Gray-50);
  pointer-events: none;
}

.btn.btn-black[disabled] {
  color: var(--Gray-400);
  background: var(--Gray-50);
  pointer-events: none;
}

.btn.btn-yellow {
  background: var(--Brand-100);
  color: var(--Base-Black);
}

.btn.btn-yellow:hover {
  color: var(--Base-White);
  background: var(--Base-Black);
}

.btn.btn-yellow:focus-visible {
  color: var(--Base-Black);
  background: var(--Brand-100);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.btn.btn-yellow.disabled {
  background: var(--Gray-25);
  color: var(--Gray-200);
  pointer-events: none;
}

.btn.btn-yellow[disabled] {
  background: var(--Gray-25);
  color: var(--Gray-200);
  pointer-events: none;
}

.btn.btn-gray {
  background: var(--Gray-warm-50);
  color: var(--Base-Black);
}

.btn.btn-gray:hover {
  background: var(--Brand-100);
}

.btn.btn-gray:focus-visible {
  color: var(--Base-Black);
  background: var(--Gray-warm-50);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.btn.btn-gray.disabled {
  background: var(--Gray-25);
  color: var(--Gray-200);
  pointer-events: none;
}

.btn.btn-gray[disabled] {
  background: var(--Gray-25);
  color: var(--Gray-200);
  pointer-events: none;
}

.btn.btn-large {
  height: 60px;
  font-size: 18px;
  line-height: 1.3333333333;
}

.form-group:not(:last-child) {
  margin-bottom: 16px;
}

.form-control {
  border-radius: 10px;
  background: var(--Gray-warm-25);
  width: 100%;
  height: 60px;
  padding: 10px 24px;
  color: var(--Base-Black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
}

textarea.form-control {
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
  height: 120px;
}

.form-checkbox label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-checkbox label input {
  width: 1px;
  height: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 1;
}

.form-checkbox label input:checked + span:before {
  border: 1px solid var(--Brand-100);
  background: var(--Brand-100) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNDE5MiAzLjI1MjlDMTEuNTU1OSAzLjExNjIyIDExLjc3NyAzLjExNjIyIDExLjkxMzcgMy4yNTI5QzEyLjA1MDQgMy4zODk1OSAxMi4wNTA0IDMuNjEwNjkgMTEuOTEzNyAzLjc0NzM3TDUuNDk3MDQgMTAuMTY0QzUuMzYwMzYgMTAuMzAwNyA1LjEzOTI2IDEwLjMwMDcgNS4wMDI1OCAxMC4xNjRMMi4wODU5MSA3LjI0NzM3QzEuOTQ5MjMgNy4xMTA2OSAxLjk0OTIzIDYuODg5NTkgMi4wODU5MSA2Ljc1MjlDMi4yMjI1OSA2LjYxNjIyIDIuNDQzNjkgNi42MTYyMiAyLjU4MDM4IDYuNzUyOUw1LjI0OTgxIDkuNDIyMzRMMTEuNDE5MiAzLjI1MjlaIiBmaWxsPSIjMTExMTExIi8+Cjwvc3ZnPg==") center/14px 14px no-repeat;
}

.form-checkbox label input:focus-visible + span:before {
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.form-checkbox label input[disabled] + span {
  cursor: default;
}

.form-checkbox label input[disabled] + span:before {
  border: 1px solid var(--Gray-200);
  background: var(--Gray-50);
}

.form-checkbox label span {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 32px;
  color: var(--Base-Black);
  font-size: 14px;
  line-height: 1.4285714286;
}

.form-checkbox label span a {
  color: inherit;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  text-decoration: underline;
}

.form-checkbox label span a:hover {
  text-decoration: none;
}

.form-checkbox label span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Gray-200);
  background: var(--Base-White);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.slider-prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  border-radius: 50%;
  background: var(--Brand-100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--color-black);
  margin-top: 48px;
}

.slider-prev:hover {
  color: var(--Base-White);
  background: var(--Base-Black);
}

.slider-prev:focus-visible {
  outline: none;
  background: var(--Brand-100);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.slider-prev.disabled {
  pointer-events: none;
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.slider-prev[disabled] {
  pointer-events: none;
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.slider-prev.swiper-button-disabled {
  pointer-events: none;
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.slider-prev.swiper-button-lock {
  display: none;
}

.slider-prev svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.slider-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  border-radius: 50%;
  background: var(--Brand-100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--color-black);
  margin-top: 48px;
}

.slider-next:hover {
  color: var(--Base-White);
  background: var(--Base-Black);
}

.slider-next:focus-visible {
  outline: none;
  background: var(--Brand-100);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.slider-next.disabled {
  pointer-events: none;
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.slider-next[disabled] {
  pointer-events: none;
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.slider-next.swiper-button-disabled {
  pointer-events: none;
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.slider-next.swiper-button-lock {
  display: none;
}

.slider-next svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px 16px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-top: 48px;
}

.main-pagination__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background: var(--Gray-warm-25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  color: var(--Base-Black);
}

.main-pagination__prev:hover {
  background: var(--Brand-100);
}

.main-pagination__prev:focus-visible {
  border-radius: 8px;
  background: var(--Gray-warm-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.main-pagination__prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.main-pagination__prev.disabled:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-pagination__prev svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.main-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}

.main-pagination__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 8px;
  color: var(--Gray-500);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
}

.main-pagination__item.active {
  background: var(--Gray-warm-25);
  pointer-events: none;
}

.main-pagination a.main-pagination__item {
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.main-pagination a.main-pagination__item.active {
  background: var(--Gray-warm-25);
  pointer-events: none;
}

.main-pagination a.main-pagination__item:hover {
  background: var(--Gray-warm-25);
}

.main-pagination a.main-pagination__item:focus-visible {
  background: var(--Gray-warm-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.main-pagination__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  background: var(--Gray-warm-25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  color: var(--Base-Black);
}

.main-pagination__next:hover {
  background: var(--Brand-100);
}

.main-pagination__next:focus-visible {
  border-radius: 8px;
  background: var(--Gray-warm-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.main-pagination__next.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.main-pagination__next.disabled:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-pagination__next svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.header {
  background: var(--Base-White);
  position: relative;
  z-index: 11;
}

.header-top {
  border-bottom: 1px solid var(--Gray-50);
  padding: 16px 0;
}

.header-top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}

.header-top__left {
  padding: 0 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.header-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.header-top__time {
  color: var(--Gray-500);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.header-top__time svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  fill: currentColor;
}

.header-top__email {
  color: var(--Gray-500);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header-top__email:hover {
  color: var(--Base-Black);
}

.header-top__email:focus-visible {
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.header-top__email svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  fill: currentColor;
}

.header-top__right {
  padding: 0 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.header-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  color: var(--Gray-500);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.header-top__link:hover {
  color: var(--Base-Black);
}

.header-top__link:focus-visible {
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.header-top__link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  fill: currentColor;
}

.location-block {
  position: relative;
}

.location-block.open .location-block__arrow svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.location-block.open .location-block__body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.location-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  color: var(--Gray-500);
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.location-block__top:hover {
  color: var(--Base-Black);
}

.location-block__top:focus-visible {
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.location-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.location-block__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.location-block__text {
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.location-block__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.location-block__arrow svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.location-block__body {
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.location-block__list {
  border-radius: 12px;
  background: var(--Gray-warm-25);
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.location-block__item {
  white-space: nowrap;
  color: var(--Base-Black);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.location-block__item:hover {
  color: var(--Gray-300);
}

.location-block__item:focus-visible {
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.location-block__item.disabled {
  color: var(--Gray-100);
  pointer-events: none;
}

.location-block__item[disabled] {
  color: var(--Gray-100);
  pointer-events: none;
}

.header-bottom {
  border-bottom: 1px solid var(--Gray-50);
}

.header-bottom__content {
  position: relative;
  padding: 20px 0;
}

.header-bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
}

.header-bottom__left {
  padding: 0 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.header-bottom__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.header-bottom__btn-menu {
  display: none;
}

.header-bottom__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header-bottom__right {
  padding: 0 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header-bottom__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.header-bottom__actions .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header-bottom__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
}

.header-bottom__menu-btn {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.logo {
  display: inline-block;
  max-width: 190px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.logo img {
  max-width: 80px;
  border-radius: 10px;
}

.icon-menu {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46px;
  max-width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.icon-menu:hover {
  background: var(--Brand-100);
}

.icon-menu:hover .icon-menu__body span {
  background: var(--Base-Black);
}

.icon-menu:focus-visible {
  outline: none;
  background: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.icon-menu:focus-visible .icon-menu__body span {
  background: var(--Base-White);
}

.icon-menu.open .icon-menu__body span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.open .icon-menu__body span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
}

.icon-menu.open .icon-menu__body span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 5px;
}

.icon-menu__body {
  width: 16px;
  height: 11px;
  position: relative;
  display: block;
}

.icon-menu__body span {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 1px;
  left: 0;
  background: var(--Base-White);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border-radius: 2px;
}

.icon-menu__body span:first-child {
  top: 0;
}

.icon-menu__body span:last-child {
  top: auto;
  bottom: 0;
}

.catalog-btn-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  height: 46px;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  padding: 5px 18px;
  color: var(--Base-Black);
  border-radius: 8px;
  background: var(--Brand-100);
}

.catalog-btn-open:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.catalog-btn-open:focus-visible {
  outline: none;
  border-radius: 8px;
  background: var(--Brand-100);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.catalog-btn-open__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.catalog-btn-open__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.catalog-btn-open__text {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  padding: 0 2px;
}

.menu__top {
  display: none;
  margin-bottom: 20px;
}

.menu__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.menu__item {
  position: relative;
}

.menu__item-mob {
  display: none;
}

.menu__item-mob .menu__arrow svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu__item.open .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.menu__item.open .menu__arrow svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu__link {
  color: var(--Base-Black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.menu__link:hover {
  color: var(--Gray-300);
}

.menu__link:focus-visible {
  outline: none;
  border-radius: 4px;
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.menu__arrow {
  color: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.menu__btn {
  display: none;
  padding-top: 32px;
  margin-top: auto;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.sub-menu ul {
  border-radius: 12px;
  background: var(--Base-White);
  padding: 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.sub-menu ul li {
  line-height: 1;
}

.sub-menu ul li a {
  display: block;
  white-space: nowrap;
  color: var(--Base-Black);
  font-size: 14px;
  line-height: 1.4285714286;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.sub-menu ul li a:hover {
  color: var(--Gray-300);
}

.sub-menu ul li a:focus-visible {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.menu-catalog-product {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 100%;
  max-width: 1436px;
  border-radius: 24px;
  background: var(--Base-White);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-5px) translateX(-50%);
      -ms-transform: translateY(-5px) translateX(-50%);
          transform: translateY(-5px) translateX(-50%);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  z-index: 11;
}

.menu-catalog-product.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0) translateX(-50%);
      -ms-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}

.menu-catalog-product__top {
  display: none;
  padding: 24px 12px 12px;
  background: var(--Base-White);
}

.menu-catalog-product__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.menu-catalog-product__back-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Base-Black);
}

.menu-catalog-product__back-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-catalog-product__back-text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.menu-catalog-product__title {
  display: none;
  color: var(--Base-Black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.menu-catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6px;
}

.menu-catalog-list__col {
  padding: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  max-width: 100%;
}

.menu-catalog-list .btn-arrow {
  width: 100%;
  background: var(--Gray-warm-25);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 4px 4px 16px;
  min-height: 54px;
}

.menu-catalog-list .btn-arrow:hover {
  background: var(--Base-Black);
}

.menu-catalog-list .btn-arrow:hover .btn-arrow__text {
  color: var(--Base-White);
}

.menu-catalog-list .btn-arrow__text {
  font-size: 18px;
  line-height: 1.3333333333;
}

.menu-catalog-list .btn-arrow__icon {
  width: 46px;
  height: 46px;
}

.menu-catalog-stone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 16px;
}

.menu-catalog-stone__col {
  padding: 0 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  max-width: 100%;
}

.menu-catalog-stone__item {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.menu-catalog-stone__item:hover .btn-arrow {
  background: var(--Base-Black);
}

.menu-catalog-stone__item:hover .btn-arrow .btn-arrow__text {
  color: var(--Base-White);
}

.menu-catalog-stone__item:hover .btn-arrow .btn-arrow__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-catalog-stone__img {
  display: block;
  width: 100%;
  height: 104px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.menu-catalog-stone__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.menu-catalog-stone__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.search-block {
  position: relative;
}

.search-block.open .search-block__input {
  border: 1px solid var(--Brand-100);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  outline: 1px solid var(--Brand-100);
}

.search-block.open .search-block__input:focus,
.search-block.open .search-block__input:focus-visible {
  outline: 1px solid var(--Brand-100);
}

.search-block.open .search-block__input + .search-block__btn {
  color: var(--Base-Black);
}

.search-block.open .search-block__body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.search-block__top {
  position: relative;
}

.search-block__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  max-width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Gray-500);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  z-index: 3;
  background: transparent;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.search-block__btn:hover {
  color: var(--Base-Black);
}

.search-block__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.search-block__input {
  height: 46px;
  border-radius: 8px;
  border: 1px solid var(--Gray-50);
  background: var(--Base-White);
  width: 100%;
  padding: 5px 14px 5px 42px;
  overflow: hidden;
  color: var(--Base-Black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  outline: 1px solid transparent;
}

.search-block__input:focus,
.search-block__input:focus-visible {
  border: 1px solid var(--Gray-300);
  background: var(--Base-White);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.search-block__input:not(:-moz-placeholder-shown) {
  border: 1px solid var(--Gray-300);
  background: var(--Base-White);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.search-block__input:not(:-ms-input-placeholder) {
  border: 1px solid var(--Gray-300);
  background: var(--Base-White);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.search-block__input:not(:placeholder-shown) {
  border: 1px solid var(--Gray-300);
  background: var(--Base-White);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.search-block__input:not(:-moz-placeholder-shown):focus, .search-block__input:not(:-moz-placeholder-shown):focus-visible {
  outline: 1px solid transparent;
}

.search-block__input:not(:-ms-input-placeholder):focus, .search-block__input:not(:-ms-input-placeholder):focus-visible {
  outline: 1px solid transparent;
}

.search-block__input:not(:placeholder-shown):focus,
.search-block__input:not(:placeholder-shown):focus-visible {
  outline: 1px solid transparent;
}

.search-block__input:not(:-moz-placeholder-shown) + .search-block__btn {
  color: var(--Base-Black);
}

.search-block__input:not(:-ms-input-placeholder) + .search-block__btn {
  color: var(--Base-Black);
}

.search-block__input:not(:placeholder-shown) + .search-block__btn {
  color: var(--Base-Black);
}

.search-block__body {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  z-index: 6;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.search-block__box {
  border-radius: 8px;
  border: 1px solid var(--Gray-50);
  background: var(--Base-White);
  padding: 4px 6px;
  max-height: 385px;
  overflow-y: auto;
  overflow-x: hidden;
}

.search-block__box::-webkit-scrollbar {
  width: 12px;
}

.search-block__box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--Gray-100);
}

.search-block__box::-webkit-scrollbar-track {
  background: var(--Gray-50);
}

.search-block__heading {
  padding: 12px 8px 4px 8px;
  color: var(--Gray-400);
  font-size: 14px;
  line-height: 1.1428571429;
  text-transform: uppercase;
}

.search-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}

.search-block__item {
  border-radius: 6px;
  display: block;
  color: var(--Base-Black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  padding: 10px 6px;
}

.search-block__item:hover {
  background: var(--Gray-warm-25);
}

.overlay-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(17, 17, 17, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.overlay-block.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer__body {
  background: var(--Gray-warm-25);
  padding: 44px 40px 24px;
  border-radius: 32px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.footer__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 676px;
}

.footer__logo {
  max-width: 190px;
  margin-bottom: 40px;
}

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

.footer__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.footer__box {
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.footer__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 24px;
}

.footer__col {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.footer__heading {
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer__bottom {
  margin-top: 40px;
  padding-top: 24px;
  position: relative;
}

.footer__bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: var(--Gray-300-100);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.footer__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.footer__bottom-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 724px;
}

.footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
}

.footer__bottom-link {
  color: var(--Gray-300);
  font-size: 14px;
  line-height: 1.4285714286;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.footer__bottom-link:hover {
  color: var(--Base-Black);
}

.footer__bottom-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.footer__bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__bottom-text {
  color: var(--Gray-300);
  font-size: 14px;
  line-height: 1.4285714286;
}

.item-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  background: var(--Base-White);
  padding: 20px;
  height: 100%;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.item-footer:hover {
  background: var(--color-yellow);
}

.item-footer__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  color: var(--Base-Black);
}

.item-footer__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.item-footer__title {
  color: var(--Gray-300);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.item-footer__text {
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  word-wrap: break-word;
}

.footer-menu {
  padding: 0;
  list-style: none;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.footer-menu li a {
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
  display: inline-block;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.footer-menu li a:hover {
  color: var(--Gray-300);
}

.footer-menu li a:focus-visible {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.news-home {
  border-radius: 32px;
  background: var(--Gray-warm-25);
  padding: 60px 40px;
}

.news-home__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.news-home__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.news-home__btn {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-home .item-news {
  background: var(--Base-White);
}

.news-home .heading-block {
  text-align: center;
}

.heading-block:not(:last-child) {
  margin-bottom: 48px;
}

.heading-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.heading-block .heading {
  margin-bottom: 16px;
}

.heading-block .subtitle {
  margin-top: 24px;
}

.heading {
  color: var(--Gray-300);
  font-size: 14px;
  line-height: 1.4285714286;
}

.subtitle {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.item-news {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.item-news__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 66.2857142857%;
  border-radius: 16px;
}

.item-news__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.item-news__title {
  margin-top: 20px;
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.item-news__title:hover {
  color: var(--Gray-300);
}

.item-news__bottom {
  margin-top: auto;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.item-news__bottom .btn-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.item-news__text {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.advantages-block .heading-block {
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.advantages-block .heading-block .subtitle {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

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

.advantages-slider__slide {
  height: auto;
}

.item-advantages {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 28px;
  height: 100%;
}

.item-advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  height: 100%;
}

.item-advantages__left {
  padding: 0 10px;
}

.item-advantages__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.item-advantages__img-small {
  display: block;
  width: 172px;
  height: 168px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.item-advantages__img-small img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.item-advantages__bottom {
  margin-top: auto;
  padding-top: 32px;
}

.item-advantages__number {
  color: var(--Gray-200);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.item-advantages__title {
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.item-advantages__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
}

.item-advantages__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48%;
  max-width: 100%;
}

.item-advantages__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 114.6095717884%;
}

.item-advantages__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.stages-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.stages-block__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.stages-block .item-block {
  height: 100%;
  min-height: 332px;
}

.item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: var(--Gray-warm-25);
  padding: 28px;
  height: 100%;
}

.item-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.item-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  border-radius: 10px;
  background: var(--Gray-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-block__icon img,
.item-block__icon svg {
  width: 24px;
  height: 24px;
}

.item-block__number {
  color: var(--Gray-200);
  font-size: 20px;
  line-height: 1.2;
}

.item-block__title {
  margin-top: auto;
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.item-block__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 12px;
}

.form-block {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: var(--Gray-900);
  padding: 40px;
  color: var(--Base-White);
}

.form-block.inner .form-block__title {
  max-width: 430px;
}

.form-block.inner .form-block__text {
  max-width: 580px;
}

.form-block.inner-block .form-block__bg {
  width: 1000px;
  top: -90px;
  left: -186px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.form-block.inner-block .form-block__bg img {
  width: 100%;
}

.form-block.inner-block .form-block__title {
  max-width: 612px;
}

.form-block.inner-block .form-block__text {
  max-width: 430px;
}

.form-block.inner-block .form-block__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 888px;
  max-width: 100%;
}

.form-block__bg {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 490px;
  pointer-events: none;
}

.form-block__bg img {
  max-width: 100%;
}

.form-block__content {
  position: relative;
  z-index: 2;
}

.form-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-block__left {
  padding: 0 10px;
}

.form-block__heading {
  color: var(--Gray-300);
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 16px;
}

.form-block__title {
  color: var(--Base-White);
  max-width: 800px;
}

.form-block__text {
  color: var(--Base-White);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 24px;
  max-width: 500px;
}

.form-block__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 600px;
  max-width: 100%;
}

.form-block__form {
  border-radius: 20px;
  background: var(--Base-White);
  padding: 32px;
}

.form-block__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.form-block__col {
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.form-block__col-100 {
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.form-block__check {
  margin-top: 20px;
}

.form-block .btn {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3333333333;
  height: 60px;
}

.portfolio-block__btn {
  display: none;
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-block-slider {
  position: relative;
  overflow: hidden;
}

.portfolio-block-slider__item {
  display: block;
  position: relative;
}

.portfolio-block-slider__item:hover .portfolio-block-slider__box {
  opacity: 1;
}

.portfolio-block-slider__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 124.9438202247%;
}

.portfolio-block-slider__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.1%, rgba(17, 17, 17, 0)), color-stop(99.87%, rgba(17, 17, 17, 0.35)));
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 58.1%, rgba(17, 17, 17, 0.35) 99.87%);
}

.portfolio-block-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.portfolio-block-slider__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.portfolio-block-slider__box {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  border-radius: 16px;
  background: var(--Gray-warm-25);
  padding: 24px;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  opacity: 0;
}

.portfolio-block-slider__title {
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.portfolio-block-slider__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
}

.portfolio-block-slider__heading {
  padding: 4px;
  color: var(--Base-White);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.portfolio-block-slider .slider-prev {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  left: 8px;
}

.portfolio-block-slider .slider-next {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  right: 8px;
}

.about-home__top:not(:last-child) {
  margin-bottom: 48px;
}

.about-home__top .heading {
  margin-bottom: 16px;
}

.about-home__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.about-home__title {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 1022px;
}

.about-home__text {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.about-home__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.about-home__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.about-home__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 612px;
}

.about-home__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.about-home__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.about-home__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.about-home__box {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.about-home__item {
  min-height: 296px;
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  row-gap: 20px;
}

.about-home__item-title {
  color: var(--Base-Black);
  font-size: 56px;
  line-height: 1.0714285714;
  text-transform: uppercase;
}

.about-home__item-text {
  color: var(--Base-Black);
  font-size: 20px;
  line-height: 1.2;
}

.about-us .heading-block {
  max-width: 910px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-us__row {
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.about-us__col:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about-us__col:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.about-us__col:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.about-us__col:nth-child(4) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.about-us__iamges {
  grid-row: span 2;
  grid-column: span 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about-us__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.about-us__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us .item-block {
  min-height: 324px;
  height: 100%;
}

.what-doing .heading-block {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.what-doing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.what-doing__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.what-doing .item-block {
  min-height: 244px;
}

.what-doing .item-block .item-block__text {
  max-width: 337px;
}

.catalog-section {
  border-radius: 32px;
  background: var(--Gray-warm-25);
  padding: 60px 40px;
}

.catalog-section .heading-block {
  text-align: center;
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
}

.catalog-section .heading-block .subtitle {
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
}

.section-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.section-list__col {
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  max-width: 100%;
}

.item-section {
  display: block;
  position: relative;
  overflow: hidden;
}

.item-section:hover .btn-arrow {
  background: var(--Base-Black);
}

.item-section:hover .btn-arrow__text {
  color: var(--Base-White);
}

.item-section:hover .btn-arrow__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.item-section__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 117.994100295%;
}

.item-section__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 38, 32, 0.04)), to(rgba(42, 38, 32, 0.04)));
  background: linear-gradient(0deg, rgba(42, 38, 32, 0.04) 0%, rgba(42, 38, 32, 0.04) 100%);
}

.item-section__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.item-section__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.catalog-home .heading-block {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.catalog-home .heading-block .subtitle {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.catalog-block-slider {
  position: relative;
  overflow: hidden;
}

.catalog-block-slider__slide {
  height: auto;
}

.catalog-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.catalog-item:hover .btn-arrow {
  background: var(--Base-Black);
}

.catalog-item:hover .btn-arrow__text {
  color: var(--Base-White);
}

.catalog-item:hover .btn-arrow__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catalog-item__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 127.323943662%;
}

.catalog-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.catalog-item__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.offer-block {
  padding: 0 0 20px 0;
}

.offer-block + .block-margin {
  margin-top: 72px;
}

.offer-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.offer-block__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.offer-block__body {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.offer-block__labels {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}

.offer-block__label {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 5px 16px;
  border-radius: 100px;
  background: var(--Base-White);
}

.offer-block__label-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Gray-500);
}

.offer-block__label-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.offer-block__label-text {
  color: var(--Gray-500);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}

.offer-block__title {
  max-width: 660px;
  margin-bottom: 32px;
}

.offer-block__title span {
  color: var(--Gray-300);
}

.offer-block__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  border-radius: 20px;
  background: var(--Base-White);
  padding: 20px 20px 20px 32px;
}

.offer-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 32px;
  padding: 12px 0;
}

.offer-block__text {
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
}

.offer-block__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 38%;
  max-width: 100%;
}

.offer-block__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding-bottom: 89.5104895105%;
}

.offer-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.offer-block__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.offer-slider {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 100%;
}

.offer-slider__slide {
  height: auto;
}

.offer-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 90.5494505495%;
}

.offer-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.offer-slider__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--Base-White);
  color: var(--Base-Black);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.offer-slider__prev:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.offer-slider__prev:focus-visible {
  outline: none;
  background: var(--Base-White);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.offer-slider__prev.swiper-button-disabled {
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: var(--Base-Black);
  pointer-events: none;
}

.offer-slider__prev.swiper-button-lock {
  display: none;
}

.offer-slider__prev svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.offer-slider__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--Base-White);
  color: var(--Base-Black);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.offer-slider__next:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.offer-slider__next:focus-visible {
  outline: none;
  background: var(--Base-White);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.offer-slider__next.swiper-button-disabled {
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: var(--Base-Black);
  pointer-events: none;
}

.offer-slider__next.swiper-button-lock {
  display: none;
}

.offer-slider__next svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.offer-slider__pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}

.offer-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10px;
  max-width: 100%;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
  background: var(--Base-White);
  cursor: pointer;
}

.offer-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Brand-100);
  opacity: 1;
}

.fancybox__backdrop {
  background: rgba(17, 17, 17, 0.2);
}

.portfolio-gallery .fancybox__backdrop {
  background: rgba(17, 17, 17, 0.9);
}

.portfolio-gallery .fancybox__toolbar {
  opacity: 1 !important;
}

.portfolio-gallery .fancybox__toolbar .f-button {
  background: transparent;
  border-radius: 8px;
  color: var(--Base-White);
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
}

.portfolio-gallery .fancybox__toolbar .f-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.portfolio-gallery .fancybox__toolbar .f-button:focus-visible {
  color: var(--Base-White);
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.portfolio-gallery .fancybox__toolbar .f-button svg {
  width: 24px;
  height: 24px;
  -webkit-filter: none;
          filter: none;
}

.portfolio-gallery .fancybox__nav {
  opacity: 1 !important;
}

.portfolio-gallery .fancybox__nav .f-button {
  width: 40px;
  height: 40px;
  background: var(--Base-White);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  opacity: 1;
}

.portfolio-gallery .fancybox__nav .f-button:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.portfolio-gallery .fancybox__nav .f-button:focus-visible {
  background: var(--Base-White);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.portfolio-gallery .fancybox__nav .f-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  -webkit-filter: none;
          filter: none;
}

.popup-close-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  color: var(--Base-Black);
  background: var(--Base-White);
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 8px;
}

.popup-close-btn:hover {
  background: var(--Gray-50);
  color: var(--Gray-200);
}

.popup-close-btn:focus-visible {
  outline: none;
  background: var(--Gray-50);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.popup-close-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.call-back {
  display: none;
}

.call-back.fancybox__content {
  border-radius: 24px;
  background: var(--Base-White);
  width: 100%;
  max-width: 585px;
  top: 28px;
}

.call-back.fancybox__content .f-button.is-close-btn {
  display: none;
}

.call-back__subtitle {
  color: var(--Gray-300);
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 16px;
}

.call-back__title {
  color: var(--Base-Black);
  text-align: center;
  font-size: 44px;
  line-height: 1.0909090909;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.call-back .form-checkbox {
  margin-top: 20px;
}

.call-back .btn {
  margin-top: 16px;
  width: 100%;
}

.thank-popup {
  display: none;
}

.thank-popup.fancybox__content {
  border-radius: 24px;
  background: var(--Base-White);
  width: 100%;
  max-width: 585px;
  top: 28px;
}

.thank-popup.fancybox__content .f-button.is-close-btn {
  display: none;
}

.thank-popup__subtitle {
  color: var(--Gray-300);
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 16px;
}

.thank-popup__title {
  color: var(--Base-Black);
  text-align: center;
  font-size: 44px;
  line-height: 1.0909090909;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.thank-popup__text {
  color: var(--Base-Black);
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.thank-popup__text span {
  display: inline-block;
}

.thank-popup .btn {
  margin-top: 24px;
  width: 100%;
}

.cookie-block {
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 50;
}

.cookie-block.hide {
  display: none;
}

.cookie-block__body {
  padding: 0 20px;
}

.cookie-block__row {
  border-radius: 24px;
  background: var(--Base-White);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.cookie-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  max-width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: var(--Gray-50);
  color: var(--Base-Black);
}

.cookie-block__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.cookie-block__text {
  padding-right: 4px;
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.cookie-block__text a {
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.cookie-block__text a:hover {
  text-decoration: none;
}

.cookie-block .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: auto;
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 92px 0 72px;
}

.page-404 {
  text-align: center;
}

.page-404__subtitle {
  color: var(--Gray-300);
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 24px;
}

.page-404__title {
  font-size: 44px;
  line-height: 1.0909090909;
}

.page-404__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  max-width: 468px;
  margin-top: 24px;
}

.page-404__img {
  margin-top: 40px;
  text-align: center;
}

.page-404__img img {
  max-width: 100%;
}

.page-404__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}

.search-page {
  padding: 44px 0 68px;
}

.search-page__top:not(:last-child) {
  margin-bottom: 52px;
}

.search-page__title {
  text-align: center;
  font-size: 44px;
  line-height: 1.0909090909;
}

.search-page__body {
  padding-top: 16px;
}

.search-no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
  padding: 40px 0;
  min-height: 204px;
}

.search-no-result__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Gray-300);
}

.search-no-result__icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.search-no-result__text {
  color: var(--Base-Black);
  text-align: center;
  font-size: 18px;
  line-height: 1.3333333333;
}

.product-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px -10px;
}

.product-list__col {
  padding: 12px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.item-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 24px;
}

.item-product:hover .item-product__icon {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.item-product:hover .item-product__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.item-product:focus-visible .item-product__icon {
  background: var(--Brand-100);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.item-product__img {
  display: block;
  width: 100%;
  height: 0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 86.6498740554%;
  margin-bottom: 20px;
}

.item-product__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.item-product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.item-product__title {
  color: var(--Base-Black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  min-height: 44px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-product__bottom {
  margin-top: auto;
  padding-top: 8px;
}

.item-product__labels {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}

.item-product__label {
  border-radius: 10px;
  background: var(--Base-White);
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  min-height: 28px;
}

.item-product__label-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.item-product__label-icon img,
.item-product__label-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.item-product__label-text {
  color: var(--Base-Black);
  font-size: 14px;
  line-height: 1.4285714286;
}

.item-product__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.item-product__price {
  color: var(--Base-Black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
}

.item-product__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: var(--Brand-100);
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.item-product__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.catalog-page .catalog-categories-menu {
  margin-top: -16px;
}

.block-top {
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 22px;
  background: var(--Gray-warm-25);
  margin-bottom: 36px;
  padding-left: 40px;
  padding-right: 40px;
}

.block-top + .block-margin {
  margin-top: 92px;
}

.block-top__crumbs {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-top__crumbs .bread-crumbs {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
}

.block-top__crumbs .bread-crumbs .bread-crumbs__list > span {
  background: var(--Base-White);
}

.block-top__crumbs .bread-crumbs .bread-crumbs__item {
  background: var(--Base-White);
}

.block-top__title {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.block-top__title:not(:last-child) {
  margin-bottom: 24px;
}

.block-top__text {
  color: var(--Base-Black);
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  max-width: 772px;
  margin-left: auto;
  margin-right: auto;
}

.bread-crumbs {
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread-crumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.bread-crumbs__list > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Gray-200);
  background: var(--Gray-warm-25);
  padding: 6px 4px;
}

.bread-crumbs__list > span svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.bread-crumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: var(--Base-Black);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  padding: 6px 4px;
  background: var(--Gray-warm-25);
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.bread-crumbs__item:first-child {
  padding-left: 12px;
  border-radius: 12px 0 0 12px;
}

.bread-crumbs__item:last-child {
  padding-right: 12px;
  border-radius: 0 12px 12px 0;
}

.bread-crumbs__item span {
  padding-top: 2px;
}

.bread-crumbs a.bread-crumbs__item {
  color: var(--Gray-500);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
}

.bread-crumbs a.bread-crumbs__item:first-child span {
  padding-left: 24px;
}

.bread-crumbs a.bread-crumbs__item:hover {
  color: var(--Base-Black);
}

.bread-crumbs a.bread-crumbs__item:focus-visible span {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.bread-crumbs__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bread-crumbs__icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  position: relative;
  top: 0.5px;
}

.catalog-advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.catalog-advantages__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.catalog-advantages .item-block {
  min-height: auto;
}

.catalog-advantages .item-block .item-block__top {
  margin-bottom: 96px;
}

.types-stone {
  border-radius: 32px;
  background: var(--Gray-warm-25);
  padding: 60px 40px;
}

.types-stone .heading-block {
  text-align: center;
}

.types-stone .heading-block .subtitle {
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
}

.types-stone__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.types-stone__col {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 50%;
  min-width: 20%;
}

.types-stone__item {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.types-stone__item:hover .btn-arrow {
  background: var(--Base-Black);
}

.types-stone__item:hover .btn-arrow__text {
  color: var(--Base-White);
}

.types-stone__item:hover .btn-arrow__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.types-stone__item:focus-visible .btn-arrow {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--color-yellow);
}

.types-stone__img {
  display: block;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.types-stone__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.types-stone__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.types-stone__btn .btn-arrow {
  max-width: 100%;
}

.types-stone__btn .btn-arrow__text {
  word-break: break-all;
}

.our-projects .heading-block {
  text-align: center;
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
}

.our-projects .heading-block .subtitle {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.our-projects-slider {
  overflow: hidden;
}

.our-projects-slider__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 97.3333333333%;
}

.our-projects-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.faq-block .heading-block {
  text-align: center;
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
}

.faq-block .heading-block .subtitle {
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
}

.faq-spoiler__item {
  border-radius: 24px;
  background: var(--Gray-warm-25);
}

.faq-spoiler__item:not(:last-child) {
  margin-bottom: 16px;
}

.faq-spoiler__item.active .faq-spoiler__arrow svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq-spoiler__title {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  cursor: pointer;
}

.faq-spoiler__title:hover .faq-spoiler__arrow {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.faq-spoiler__heading {
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--Base-Black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
}

.faq-spoiler__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  max-width: 100%;
  height: 48px;
  border-radius: 50%;
  background: var(--Base-White);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  color: var(--Base-Black);
}

.faq-spoiler__arrow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.faq-spoiler__body {
  display: none;
  padding: 0 24px 24px;
}

.faq-spoiler__body.active {
  display: block;
}

.faq-spoiler__text {
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
}

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

.catalog-info-block {
  border-radius: 32px;
  background: var(--Gray-warm-25);
  padding: 72px 40px;
}

.catalog-info-block.inner .block-margin {
  margin-top: 72px;
  margin-bottom: 72px;
}

.catalog-info-block.inner .block-margin:first-child {
  margin-top: 0;
}

.catalog-info-block.inner .block-margin:last-child {
  margin-bottom: 0;
}

.catalog-info-block .block-margin {
  margin-top: 120px;
  margin-bottom: 120px;
}

.catalog-info-block .block-margin:first-child {
  margin-top: 0;
}

.catalog-info-block .block-margin:last-child {
  margin-bottom: 0;
}

.about-catalog-block__top:not(:last-child) {
  margin-bottom: 48px;
}

.about-catalog-block__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.about-catalog-block__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-top: 32px;
}

.about-catalog-block__top-left .heading {
  margin-bottom: 16px;
}

.about-catalog-block__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.about-catalog-block__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.about-catalog-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.about-catalog-block__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.about-catalog-block .item-block {
  background: var(--Base-White);
  min-height: 272px;
}

.about-catalog-block .item-block__icon {
  background: var(--Gray-warm-25);
}

.process-catalog-block__top:not(:last-child) {
  margin-bottom: 48px;
}

.process-catalog-block__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.process-catalog-block__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-top: 32px;
}

.process-catalog-block__top-left .heading {
  margin-bottom: 16px;
}

.process-catalog-block__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.process-catalog-block__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.process-catalog-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.process-catalog-block__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.process-catalog-block__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 51.724137931%;
  border-radius: 24px;
}

.process-catalog-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.process-catalog-block__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.process-catalog-block__item {
  border-radius: 20px;
  background: var(--Base-White);
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.process-catalog-block__item:not(:last-child) {
  margin-bottom: 20px;
}

.process-catalog-block__item-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
  max-width: 100%;
  padding-right: 10px;
  padding-top: 4px;
  color: var(--Gray-200);
  font-size: 20px;
  line-height: 1.2;
}

.process-catalog-block__item-title {
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.process-catalog-block__item-text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
}

.advantages-catalog-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.advantages-catalog-block__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 39.05%;
  max-width: 100%;
}

.advantages-catalog-block__col:nth-child(1),
.advantages-catalog-block__col:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60.95%;
  max-width: 100%;
}

.advantages-catalog-block__col:nth-child(1) .advantages-catalog-block__body,
.advantages-catalog-block__col:nth-child(4) .advantages-catalog-block__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 445px;
  max-width: 100%;
}

.advantages-catalog-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.advantages-catalog-block__body {
  border-radius: 20px;
  background: var(--Base-White);
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.advantages-catalog-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 34px;
}

.advantages-catalog-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  border-radius: 10px;
  background: var(--Gray-warm-25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Base-Black);
}

.advantages-catalog-block__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.advantages-catalog-block__number {
  color: var(--Gray-200);
  font-size: 20px;
  line-height: 1.2;
}

.advantages-catalog-block__title {
  margin-top: auto;
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.advantages-catalog-block__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
}

.advantages-catalog-block__images {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.advantages-catalog-block__img-big {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.advantages-catalog-block__img-big img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.advantages-catalog-block__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 172px;
  max-width: 100%;
  height: 168px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.advantages-catalog-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.catalog-filter {
  position: relative;
  z-index: 2;
}

.catalog-filter:not(:last-child) {
  margin-bottom: 28px;
}

.catalog-filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}

.catalog-filter__filter {
  position: relative;
}

.catalog-filter__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 46px;
  max-width: 100%;
  height: 46px;
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
}

.catalog-filter__btn:hover {
  background: var(--Brand-100);
}

.catalog-filter__btn:focus-visible {
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.catalog-filter__btn.open {
  background: var(--Brand-100);
}

.catalog-filter__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.catalog-filter__clear {
  display: none;
}

.catalog-filter__sort {
  margin-left: auto;
  padding-left: 16px;
}

.sort-block {
  position: relative;
}

.sort-block.open .sort-block__top {
  background: var(--Brand-100);
}

.sort-block.open .sort-block__body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.sort-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  height: 46px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.sort-block__top:hover {
  background: var(--Brand-100);
}

.sort-block__top:focus-visible {
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.sort-block__top-text {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  padding: 0 2px;
}

.sort-block__top-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.sort-block__top-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sort-block__body {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 8px;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.sort-block__items {
  border-radius: 12px;
  padding: 16px;
  background: var(--Gray-warm-25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
}

.sort-block__item {
  white-space: nowrap;
  color: var(--Base-Black);
  font-size: 14px;
  line-height: 1.4285714286;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
}

.sort-block__item:hover {
  color: var(--Gray-300);
}

.sort-block__item:focus-visible {
  border-radius: 4px;
  color: var(--Gray-300);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.btn-filter-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  height: 46px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn-filter-clear.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.btn-filter-clear:hover {
  background: var(--Brand-100);
}

.btn-filter-clear:focus-visible {
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.btn-filter-clear__text {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  padding: 0 2px;
}

.btn-filter-clear__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.btn-filter-clear__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.filter-catalog__top {
  display: none;
  padding: 12px 12px 8px 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.filter-catalog__title {
  color: var(--Base-Black);
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.filter-catalog__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  background: transparent;
  color: var(--Base-Black);
  border-radius: 8px;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
}

.filter-catalog__close:hover {
  background: var(--Gray-50-2);
  color: var(--Gray-200);
}

.filter-catalog__close:focus-visible {
  background: var(--Gray-50-2);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.filter-catalog__close svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.filter-catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}

.filter-catalog__btn {
  display: none;
  margin-top: 16px;
}

.filter-catalog__btn .btn {
  min-width: 176px;
  height: 42px;
  font-size: 14px;
  line-height: 1.1428571429;
}

.item-filter-block {
  position: relative;
}

.item-filter-block.open .item-filter-block__top {
  background: var(--Brand-100);
}

.item-filter-block.open .item-filter-block__top-icon svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.item-filter-block.open .item-filter-block__body {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.item-filter-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  height: 46px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.item-filter-block__top:hover {
  background: var(--Brand-100);
}

.item-filter-block__top:focus-visible {
  border-radius: 8px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.item-filter-block__top-text {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  padding: 0 2px;
}

.item-filter-block__top-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.item-filter-block__top-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.item-filter-block__body {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  border-radius: 12px;
  background: var(--Gray-warm-25);
  z-index: 6;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.item-filter-block__heading {
  color: var(--Gray-400);
  font-size: 14px;
  line-height: 1.1428571429;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.item-filter-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
  max-height: 402px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 -12px 0 -16px;
  padding: 4px 12px 4px 16px;
}

.item-filter-block__items::-webkit-scrollbar {
  width: 12px;
  border-radius: 6px;
}

.item-filter-block__items::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--Gray-100);
}

.item-filter-block__items::-webkit-scrollbar-track {
  background: var(--Gray-50);
  border-radius: 6px;
}

.item-filter-block__btn {
  margin-top: 16px;
}

.item-filter-block__btn .btn {
  min-width: 176px;
  height: 42px;
  font-size: 14px;
  line-height: 1.1428571429;
}

.item-checkbox {
  line-height: 1;
}

.item-checkbox label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
  line-height: 1;
}

.item-checkbox label:hover span {
  color: var(--Gray-300);
}

.item-checkbox label input {
  width: 1px;
  height: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 10px;
  left: 10px;
}

.item-checkbox label input:focus-visible + span:before {
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.item-checkbox label input:checked + span:before {
  border-radius: 6px;
  border: 1px solid var(--Brand-100);
  background: var(--Brand-100) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJN MTEuNDE5MiAzLjI1Mjc4QzExLjU1NTkgMy4xMTYxIDExLjc3NyAzLjExNjEgMTEuOTEzNyAzLjI1Mjc4QzEyLjA1MDQgMy4zODk0NiAxMi4wNTA0IDMuNjEwNTYgMTEuOTEzNyAzLjc0NzI1TDUuNDk3MDQgMTAuMTYzOUM1LjM2MDM2IDEwLjMwMDYgNS4xMzk yNiAxMC4zMDA2IDUuMDAyNTggMTAuMTYzOUwyLjA4NTkxIDcuMjQ3MjVDMS45NDkyMyA3LjExMDU2IDEuOTQ5MjMgNi44ODk0NiAyLjA4NTkxIDYuNzUyNzhDMi4yMjI1OSA2LjYxNjEgMi40NDM2OSA2LjYxNjEgMi41ODAzOCA2Ljc1Mjc4TDUuMjQ5ODEgOS40MjIyMUwxMS40MTkyIDMuMjUyNzhaIiBmaWxsPSIjMTExIi8+Cjwvc3ZnPg==") center/14px 14px no-repeat;
}

.item-checkbox label span {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  position: relative;
  padding-left: 32px;
}

.item-checkbox label span i {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-checkbox label span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Gray-200);
  background: var(--Base-White);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.item-radio {
  line-height: 1;
}

.item-radio label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
  line-height: 1;
}

.item-radio label:hover span {
  color: var(--Gray-300);
}

.item-radio label input {
  width: 1px;
  height: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 10px;
  left: 10px;
}

.item-radio label input:focus-visible + span:before {
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.item-radio label input:checked + span:before {
  border: 6px solid var(--Brand-100);
  background: var(--Base-White);
}

.item-radio label span {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  position: relative;
  padding-left: 32px;
}

.item-radio label span i {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  max-width: 100%;
  height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-radio label span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid var(--Gray-200);
  background: var(--Base-White);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
}

.usage-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.usage-block__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.usage-block__col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 465px;
  max-width: 100%;
}

.usage-block__col:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.usage-block__col:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 39%;
  max-width: 100%;
}

.usage-block__item {
  border-radius: 20px;
  background: var(--Base-White);
  padding: 28px;
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.usage-block__top {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.usage-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  border-radius: 10px;
  background: var(--Gray-warm-25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Base-Black);
}

.usage-block__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.usage-block__number {
  font-size: 20px;
  line-height: 1.2;
  color: var(--Gray-200);
}

.usage-block__title {
  margin-top: auto;
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.usage-block__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
}

.usage-block__text ul li:not(:last-child) {
  margin-bottom: 8px;
}

.usage-block__text ul li::marker {
  color: #f9be26;
}

.usage-block__images {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  padding-bottom: 50.4587155963%;
}

.usage-block__images img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.usage-block__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 172px;
  max-width: 100%;
  height: 168px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.usage-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.catalog-categories-menu {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding-bottom: 32px;
}

.catalog-categories-menu__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  color: var(--Gray-300);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}

.catalog-categories-menu__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.menu-categories-slider {
  position: relative;
  overflow: hidden;
  margin: -4px;
  padding: 4px;
  min-width: 0;
}

.menu-categories-slider.swiper-initialized:before,
.menu-categories-slider.swiper-initialized:after {
  opacity: 1;
}

.menu-categories-slider.swiper-initialized.is-start:before {
  display: none;
}

.menu-categories-slider.swiper-initialized.is-end:after {
  display: none;
}

.menu-categories-slider.swiper-initialized .menu-categories-slider__wrapper {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.menu-categories-slider:before {
  content: "";
  display: block;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 129px;
  max-width: 100%;
  min-width: 125px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}

.menu-categories-slider:after {
  content: "";
  display: block;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 129px;
  max-width: 100%;
  min-width: 125px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}

.menu-categories-slider__wrapper {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.menu-categories-slider__slide {
  width: auto;
}

.menu-categories-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 42px;
  border-radius: 8px;
  background: var(--Gray-warm-25);
  padding: 5px 56px;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  color: var(--Base-Black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}

.menu-categories-slider__item:hover {
  background: var(--Brand-100);
}

.menu-categories-slider__item:focus-visible {
  background: var(--Gray-warm-25);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.menu-categories-slider__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  border-radius: 50%;
  color: var(--Base-Black);
  background: transparent;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.menu-categories-slider__prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.menu-categories-slider__prev.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}

.menu-categories-slider__prev:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.menu-categories-slider__prev:focus-visible {
  background: var(--Base-White);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.menu-categories-slider__prev svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.menu-categories-slider__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  border-radius: 50%;
  color: var(--Base-Black);
  background: transparent;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.menu-categories-slider__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.menu-categories-slider__next.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}

.menu-categories-slider__next:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.menu-categories-slider__next:focus-visible {
  background: var(--Base-White);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.menu-categories-slider__next svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.about-stone__top:not(:last-child) {
  margin-bottom: 48px;
}

.about-stone__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.about-stone__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding-top: 32px;
}

.about-stone__top-left .heading {
  margin-bottom: 16px;
}

.about-stone__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.about-stone__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.about-stone__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.about-stone__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.about-stone__body {
  border-radius: 20px;
  background: var(--Base-White);
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.about-stone__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 172px;
  max-width: 100%;
  height: 168px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.about-stone__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.about-stone__title {
  margin-top: auto;
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.about-stone__desc {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
  max-width: 622px;
}

.about-stone__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.about-stone__images {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 50.4587155963%;
}

.about-stone__images img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.similar-products__top:not(:last-child) {
  margin-bottom: 48px;
}

.similar-products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.similar-products__left {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.similar-products__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.similar-products .heading {
  margin-bottom: 16px;
}

.similar-products .slider-nav .slider-prev,
.similar-products .slider-nav .slider-next {
  margin: 0;
}

.similar-products-slider {
  position: relative;
  overflow: hidden;
}

.similar-products-slider__slide {
  height: auto;
}

.product-info-block {
  margin-top: 72px;
  margin-bottom: 72px;
  border-radius: 32px;
  background: var(--Gray-warm-25);
  padding: 60px 40px;
}

.product-info-block__block:not(:last-child) {
  margin-bottom: 72px;
}

.product-info-block__title {
  margin-bottom: 36px;
}

.product-info-block__desc {
  border-radius: 22px;
  background: var(--Base-White);
  padding: 40px 140px 40px 40px;
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
}

.product-info-block__desc p:not(:last-child),
.product-info-block__desc ul:not(:last-child),
.product-info-block__desc ol:not(:last-child) {
  margin-bottom: 20px;
}

.characteristics-list__item {
  border-radius: 16px;
  background: var(--Base-White);
  padding: 20px;
}

.characteristics-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.characteristics-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.characteristics-list__name {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32.4%;
  max-width: 100%;
  color: var(--Gray-300);
  font-size: 18px;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.characteristics-list__text {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26.5%;
  max-width: 100%;
  color: var(--Base-Black);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333333333;
}

.characteristics-list__desc {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.1%;
  max-width: 100%;
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
}

.card-page {
  padding-bottom: 20px;
}

.card-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.card-page__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.card-page__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.card-page__body {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 48px;
  height: 100%;
}

.card-page__title {
  font-size: 36px;
  line-height: 1.2222222222;
}

.card-page__price {
  color: var(--Base-Black);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2666666667;
  margin-top: 20px;
}

.card-page__slider {
  margin-top: 24px;
}

.card-page__items {
  margin-top: 24px;
}

.card-page__item {
  border-radius: 12px;
  background: var(--Base-White);
  padding: 8px 16px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.card-page__item:not(:last-child) {
  margin-bottom: 12px;
}

.card-page__item-title {
  color: var(--Gray-300);
  font-size: 18px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-width: 100px;
}

.card-page__item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 4px;
}

.card-page__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 4px;
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.card-page__item-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--Gray-300);
}

.card-page__item-link:focus-visible span {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
  color: var(--Base-Black);
}

.card-page__item-link span {
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.card-page__item-link i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 1px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-page__buttons {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}

.card-page__buttons .btn {
  width: 100%;
}

.card-page__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.card-page__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-width: calc((100% - 16px) / 2);
}

.card-slider {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.card-slider__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding-bottom: 72.5274725275%;
}

.card-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.card-slider__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--Base-Black);
  background: var(--Base-White);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  left: 20px;
}

.card-slider__prev:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.card-slider__prev:focus-visible {
  color: var(--Base-Black);
  background: var(--Base-White);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.card-slider__prev.swiper-button-disabled {
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  opacity: 0;
}

.card-slider__prev.swiper-button-lock {
  display: none;
}

.card-slider__prev svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.card-slider__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--Base-Black);
  background: var(--Base-White);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  right: 20px;
}

.card-slider__next:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.card-slider__next:focus-visible {
  color: var(--Base-Black);
  background: var(--Base-White);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.card-slider__next.swiper-button-disabled {
  background: var(--Gray-50);
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  opacity: 0;
}

.card-slider__next.swiper-button-lock {
  display: none;
}

.card-slider__next svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.card-thumbs-slider {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.card-thumbs-slider.swiper-initialized:before,
.card-thumbs-slider.swiper-initialized:after {
  opacity: 1;
}

.card-thumbs-slider.swiper-initialized.is-start:before {
  display: none;
}

.card-thumbs-slider.swiper-initialized.is-end:after {
  display: none;
}

.card-thumbs-slider:before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(var(--Base-White)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, var(--Base-White) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  pointer-events: none;
}

.card-thumbs-slider:after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: -webkit-gradient(linear, right top, left top, from(var(--Base-White)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, var(--Base-White) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  pointer-events: none;
}

.card-thumbs-slider__slide {
  width: auto;
}

.card-thumbs-slider__slide.swiper-slide-thumb-active .card-thumbs-slider__img:before {
  opacity: 1;
}

.card-thumbs-slider__img {
  display: block;
  width: 148px;
  border-radius: 12px;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 89.1891891892%;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
}

.card-thumbs-slider__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--Brand-100);
  border-radius: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: 2;
}

.card-thumbs-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.advantages-card-slider {
  position: relative;
  overflow: hidden;
}

.advantages-card-slider.swiper-initialized:before,
.advantages-card-slider.swiper-initialized:after {
  opacity: 1;
}

.advantages-card-slider.swiper-initialized.is-start:before {
  display: none;
}

.advantages-card-slider.swiper-initialized.is-end:after {
  display: none;
}

.advantages-card-slider:before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(#f6f4f2), to(rgba(246, 244, 242, 0)));
  background: linear-gradient(90deg, #f6f4f2 0%, rgba(246, 244, 242, 0) 100%);
  opacity: 0;
  pointer-events: none;
}

.advantages-card-slider:after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: -webkit-gradient(linear, right top, left top, from(#f6f4f2), to(rgba(246, 244, 242, 0)));
  background: linear-gradient(270deg, #f6f4f2 0%, rgba(246, 244, 242, 0) 100%);
  opacity: 0;
  pointer-events: none;
}

.advantages-card-slider__slide {
  width: auto;
  height: auto;
}

.advantages-card-slider__item {
  width: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid var(--Gray-50);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.advantages-card-slider__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages-card-slider__icon img,
.advantages-card-slider__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.advantages-card-slider__text {
  color: var(--Base-Black);
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 12px;
}

.advantages-card-slider__labels {
  padding-top: 16px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.advantages-card-slider__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  max-width: 100%;
  height: 8px;
  border-radius: 50%;
  background: var(--Gray-100);
}

.advantages-card-slider__label.active {
  background: var(--Brand-200);
}

.services-page .block-top .block-top__text {
  max-width: 602px;
}

.services-page__items:not(:last-child) {
  margin-bottom: 108px;
}

.item-services {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 40px;
}

.item-services:not(:last-child) {
  margin-bottom: 52px;
}

.item-services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px;
}

.item-services__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 798px;
}

.item-services__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 48px;
  height: 100%;
}

.item-services__title {
  color: var(--Base-Black);
  font-size: 44px;
  line-height: 1.0909090909;
  text-transform: uppercase;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.item-services__title:hover {
  color: var(--Gray-300);
}

.item-services__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 40.1028277635%;
  max-height: 500px;
}

.item-services__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.item-services__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 770px;
}

.item-services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 456px;
}

.item-services__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  max-width: 693px;
}

.item-services__text:not(:last-child) {
  margin-bottom: 16px;
}

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

.item-services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.item-services__items.inner .item-services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 16px) / 2);
  max-width: 100%;
}

.item-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.item-services__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  border-radius: 10px;
  background: var(--Gray-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-services__item-icon img,
.item-services__item-icon svg {
  width: 24px;
  height: 24px;
}

.item-services__item-text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  -ms-flex-item-align: center;
      align-self: center;
}

.item-services__btn {
  margin-top: auto;
  padding-top: 24px;
}

.item-services__btn .btn {
  width: 100%;
}

.services-detail-page .block-top .block-top__title {
  max-width: 1008px;
}

.services-detail-page .block-top .block-top__text {
  max-width: 692px;
}

.what-doing-services__top:not(:last-child) {
  margin-bottom: 48px;
}

.what-doing-services__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.what-doing-services__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.what-doing-services__top-left .heading {
  margin-bottom: 16px;
}

.what-doing-services__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.what-doing-services__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.what-doing-services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.what-doing-services__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.what-doing-services__item {
  position: relative;
}

.what-doing-services__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 113.2584269663%;
}

.what-doing-services__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.1%, rgba(17, 17, 17, 0)), color-stop(99.87%, rgba(17, 17, 17, 0.5)));
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 58.1%, rgba(17, 17, 17, 0.5) 99.87%);
}

.what-doing-services__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.what-doing-services__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--Base-White);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.what-doing-services__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.portfolio-services .heading {
  margin-bottom: 16px;
}

.portfolio-services__top:not(:last-child) {
  margin-bottom: 48px;
}

.portfolio-services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.portfolio-services__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.666%;
  max-width: 990px;
}

.portfolio-services__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.portfolio-services__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.portfolio-services__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.portfolio-services-slider {
  position: relative;
  overflow: hidden;
}

.portfolio-services-slider__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 97.3333333333%;
}

.portfolio-services-slider__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.portfolio-services-slider .slider-prev {
  margin: 0;
  position: absolute;
  left: 20px;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio-services-slider .slider-next {
  margin: 0;
  position: absolute;
  right: 20px;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-technology__top:not(:last-child) {
  margin-bottom: 48px;
}

.services-technology__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.services-technology__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.services-technology__top-left .heading {
  margin-bottom: 16px;
}

.services-technology__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.services-technology__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.services-technology__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.services-technology__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.services-technology__body {
  border-radius: 20px;
  background: var(--Base-White);
  padding: 28px;
}

.services-technology__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 172px;
  max-width: 100%;
  height: 168px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.services-technology__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.services-technology__title {
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
}

.services-technology__desc {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 16px;
  max-width: 622px;
}

.services-technology__desc p:not(:last-child),
.services-technology__desc ul:not(:last-child),
.services-technology__desc ol:not(:last-child) {
  margin-bottom: 16px;
}

.services-technology__desc li:not(:last-child) {
  margin-bottom: 4px;
}

.services-technology__desc li::marker {
  color: #f9be26;
}

.services-technology__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.services-technology__images {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 50.4587155963%;
  max-height: 800px;
}

.services-technology__images img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.portfolio-page__items {
  margin-top: 56px;
}

.portfolio-page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.item-portfolio {
  padding: 60px 40px;
  border-radius: 32px;
  background: var(--Gray-warm-25);
}

.item-portfolio:not(:last-child) {
  margin-bottom: 144px;
}

.item-portfolio__top:not(:last-child) {
  margin-bottom: 48px;
}

.item-portfolio__top .heading {
  margin-bottom: 16px;
}

.item-portfolio__title {
  max-width: 1241px;
}

.item-portfolio__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.item-portfolio__images.inner .item-portfolio__box:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.item-portfolio__images > a {
  display: none;
}

.item-portfolio__box:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.item-portfolio__box:first-child .item-portfolio__img {
  height: 100%;
}

.item-portfolio__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 72%;
}

.item-portfolio__img.video:before {
  display: none;
}

.item-portfolio__img:hover:before {
  opacity: 1;
}

.item-portfolio__img:hover .item-portfolio__play {
  background: var(--Base-Black);
}

.item-portfolio__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(17, 17, 17, 0.4);
  opacity: 0;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.item-portfolio__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.item-portfolio__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(17, 17, 17, 0.4);
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Base-White);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.item-portfolio__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.4);
  color: var(--Base-White);
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

.item-portfolio__play:hover {
  background: var(--Base-Black);
}

.item-portfolio__play svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.item-portfolio__bottom {
  margin-top: 16px;
}

.item-portfolio__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.item-portfolio__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.item-portfolio__body {
  height: 100%;
  border-radius: 20px;
  background: var(--Base-White);
  padding: 40px;
}

.item-portfolio__heading {
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.item-portfolio__desc {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.item-portfolio__desc p:not(:last-child),
.item-portfolio__desc ul:not(:last-child),
.item-portfolio__desc ol:not(:last-child) {
  margin-bottom: 12px;
}

.item-portfolio__desc li:not(:last-child) {
  margin-bottom: 4px;
}

.item-portfolio__desc ul li::marker {
  color: #f9be26;
}

.item-portfolio__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.item-portfolio__block {
  height: 100%;
  border-radius: 20px;
  background: var(--Base-White);
  padding: 40px;
}

.item-portfolio__about {
  color: var(--Base-Black);
  font-size: 24px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.item-portfolio__item {
  border-radius: 12px;
  background: var(--Gray-warm-25);
  padding: 16px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.item-portfolio__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-portfolio__item-name {
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--Gray-300);
  font-size: 18px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 16px) / 2);
  max-width: 100%;
}

.item-portfolio__item-value {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 16px) / 2);
  max-width: 100%;
  color: var(--Base-Black);
  text-align: right;
  font-size: 18px;
  line-height: 1.3333333333;
}

.item-portfolio__item-value strong {
  font-weight: 600;
}

.item-portfolio__item-value a {
  color: inherit;
  display: inline-block;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  text-decoration: underline;
}

.item-portfolio__item-value a:hover {
  color: var(--Gray-300);
  text-decoration: underline;
}

.item-portfolio__item-value a:focus-visible {
  border-radius: 4px;
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.production-page .block-top .block-top__text {
  max-width: 814px;
}

.production-block__top:not(:last-child) {
  margin-bottom: 48px;
}

.production-block__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.production-block__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.production-block__top-left .heading {
  margin-bottom: 16px;
}

.production-block__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.production-block__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.production-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.production-block__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.production-block__media {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 612px;
}

.production-block__media:hover .production-block__play {
  background: var(--Base-Black);
}

.production-block__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.production-block__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.4);
  color: var(--Base-White);
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

.production-block__play:hover {
  background: var(--Base-Black);
}

.production-block__play svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.production-block__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.production-block__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.production-block__box {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.production-block__item {
  min-height: 296px;
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  row-gap: 20px;
}

.production-block__item-title {
  color: var(--Base-Black);
  font-size: 56px;
  line-height: 1.0714285714;
}

.production-block__item-text {
  color: var(--Base-Black);
  font-size: 20px;
  line-height: 1.2;
}

.approach-block__top:not(:last-child) {
  margin-bottom: 48px;
}

.approach-block__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.approach-block__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.approach-block__top-left .heading {
  margin-bottom: 16px;
}

.approach-block__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.approach-block__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.approach-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.approach-block__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.approach-block__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 43.6781609195%;
  border-radius: 24px;
}

.approach-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.approach-block__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.approach-block__item {
  border-radius: 20px;
  background: var(--Base-White);
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.approach-block__item:not(:last-child) {
  margin-bottom: 20px;
}

.approach-block__item-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  max-width: 100%;
  color: var(--Gray-100);
  font-size: 20px;
  line-height: 1.2;
}

.approach-block__item-text {
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.equipment-block .heading-block h2 {
  max-width: 1020px;
}

.equipment-block .heading-block .subtitle {
  max-width: 740px;
}

.equipment-block .heading-block .subtitle p:not(:last-child),
.equipment-block .heading-block .subtitle ul:not(:last-child),
.equipment-block .heading-block .subtitle ol:not(:last-child) {
  margin-bottom: 8px;
}

.equipment-block .heading-block .subtitle ul li::marker {
  color: #f9be26;
}

.equipment-block .heading-block .subtitle li:not(:last-child) {
  margin-bottom: 4px;
}

.equipment-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.equipment-block__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.equipment-block__img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 97.3333333333%;
}

.equipment-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.delivery-page .block-top .block-top__text {
  max-width: 972px;
}

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

.payment-block__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.item-delivery {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.item-delivery:not(:last-child) {
  margin-bottom: 48px;
}

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

.item-delivery__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.item-delivery__body {
  max-width: 778px;
  min-height: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.item-delivery__title {
  margin-bottom: 28px;
  color: var(--Base-Black);
  font-size: 36px;
  line-height: 1.2222222222;
  text-transform: uppercase;
}

.item-delivery__img {
  margin-bottom: -40px;
}

.item-delivery__img img {
  max-width: 100%;
}

.item-delivery__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.item-delivery__block:not(:last-child) {
  margin-bottom: 32px;
}

.item-delivery__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
}

.item-delivery__box:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.item-delivery__heading {
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.item-delivery__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.item-delivery__text p:not(:last-child),
.item-delivery__text ul:not(:last-child),
.item-delivery__text ol:not(:last-child) {
  margin-bottom: 8px;
}

.item-delivery__text li:not(:last-child) {
  margin-bottom: 8px;
}

.item-delivery__text ul li::marker {
  color: #f9be26;
}

.item-delivery__info {
  padding: 24px;
  border-radius: 16px;
  background: var(--Gray-warm-50);
}

.item-delivery__info .item-delivery__text {
  max-width: 666px;
}

.item-delivery__info .item-delivery__text ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.contacts-page__body {
  margin-top: 56px;
}

.contacts-page__body-item {
  display: none;
}

.contacts-page__body-item.active {
  display: block;
}

.contacts-page__map-block {
  height: 560px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  margin-bottom: 36px;
}

.contacts-page__map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.contacts-page__col {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-width: 33.333%;
}

.contacts-page__item {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-page__title {
  color: var(--Base-Black);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2666666667;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contacts-page__text {
  color: var(--Base-Black);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 46px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.contacts-page__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.contacts-page__box {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.contacts-page__block {
  border-radius: 16px;
  background: var(--Base-White);
  padding: 20px;
  min-height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.contacts-page__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 24px;
  color: var(--Base-Black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.contacts-page__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contacts-page__heading {
  margin-top: auto;
  color: var(--Gray-300);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contacts-page__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 8px;
}

.contacts-page__link {
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  word-wrap: break-word;
}

.contacts-page__link:hover {
  color: var(--Gray-300);
}

.contacts-page__link:focus-visible {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
  color: var(--Base-Black);
}

.balloon-items .balloon-item {
  display: none;
}

.balloon-item {
  padding: 24px;
  background: var(--Base-White);
  border-radius: 16px;
}

.balloon-item__title {
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

.balloon-item__text-item {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.balloon-item__text-item:not(:last-child) {
  margin-bottom: 8px;
}

.balloon-item__text-item a {
  color: inherit;
  display: inline-block;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.balloon-item__text-item a:hover {
  color: var(--Gray-300);
}

.balloon-item__text-item a:focus-visible {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
  color: var(--Base-Black);
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  padding: 0;
}

.ymaps-2-1-79-balloon {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 16px;
}

.ymaps-2-1-79-balloon__layout {
  border-radius: 16px;
}

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

.contacts-nav__items {
  border-radius: 100px;
  background: var(--Base-White);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.contacts-nav__item {
  height: 44px;
  padding: 8px 24px;
  border-radius: 100px;
  color: var(--Base-Black);
  background: var(--Base-White);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contacts-nav__item:hover {
  background: var(--Base-Black);
  color: var(--Base-White);
}

.contacts-nav__item:focus-visible {
  background: var(--Base-White);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
  color: var(--Gray-500);
}

.contacts-nav__item.active {
  background: var(--Brand-100);
  color: var(--Base-Black);
}

.contacts-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.contacts-block__left {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.666%;
  max-width: 100%;
}

.contacts-block__body {
  border-radius: 24px;
  background: var(--Gray-warm-25);
  padding: 28px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.contacts-block__title {
  color: var(--Base-Black);
  font-size: 30px;
  line-height: 1.2666666667;
  text-transform: uppercase;
  padding: 0 28px;
  margin-bottom: 20px;
}

.contacts-block__items {
  padding: 0 28px 28px;
  max-height: 603px;
  overflow-y: auto;
  overflow-x: hidden;
}

.contacts-block__items::-webkit-scrollbar {
  width: 12px;
}

.contacts-block__items::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--Gray-100);
}

.contacts-block__items::-webkit-scrollbar-track {
  background: var(--Gray-50);
}

.contacts-block__item {
  border-radius: 16px;
  background: var(--Gray-50);
  padding: 28px;
}

.contacts-block__item:not(:last-child) {
  margin-bottom: 12px;
}

.contacts-block__item-title {
  color: var(--Base-Black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1666666667;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contacts-block__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  row-gap: 12px;
}

.contacts-block__item-block:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.contacts-block__item-heading {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 4px;
  opacity: 0.8;
}

.contacts-block__item-text {
  color: var(--Base-Black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
}

.contacts-block__item-text a {
  color: inherit;
  display: inline-block;
  margin-right: 16px;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.contacts-block__item-text a:hover {
  color: var(--Gray-300);
}

.contacts-block__item-text a:focus-visible {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
  color: var(--Base-Black);
}

.contacts-block__right {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.333%;
  max-width: 100%;
}

.contacts-block__map-block {
  display: block;
  width: 100%;
  height: 727px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.contacts-block__map {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-page .block-top .block-top__text {
  max-width: 508px;
}

.blog-list {
  margin-top: 56px;
}

.blog-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.blog-list__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.333%;
  max-width: 100%;
}

.cooperation-page .block-top .block-top__title {
  max-width: 970px;
}

.looking-for {
  border-radius: 32px;
  background: var(--Gray-warm-25);
  padding: 72px 40px;
}

.looking-for .heading-block {
  text-align: center;
}

.looking-for__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  padding: 0 80px;
}

.looking-for__item {
  padding: 8px 32px 8px 8px;
  border-radius: 100px;
  background: var(--Base-White);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.looking-for__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  max-width: 100%;
  height: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.looking-for__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.looking-for__post {
  color: var(--Base-Black);
  font-size: 20px;
  line-height: 1.2;
}

.block-contacts {
  border-radius: 32px;
  background: var(--Brand-100);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.block-contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}

.block-contacts__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.block-contacts__body .heading {
  margin-bottom: 16px;
}

.block-contacts__top {
  max-width: 596px;
}

.block-contacts__top:not(:last-child) {
  margin-bottom: 32px;
}

.block-contacts__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
  margin-top: 24px;
}

.block-contacts__boxes {
  max-width: 672px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.block-contacts__box {
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.block-contacts__block {
  border-radius: 16px;
  background: var(--Base-White);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.block-contacts__block-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Base-Black);
  margin-bottom: 24px;
}

.block-contacts__block-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.block-contacts__block-heading {
  margin-top: auto;
  color: var(--Gray-300);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.block-contacts__block-link {
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 8px;
}

.block-contacts__block-link a {
  color: inherit;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
}

.block-contacts__block-link a:hover {
  color: var(--Gray-300);
}

.block-contacts__block-link a:focus-visible {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
  color: var(--Base-Black);
}

.block-contacts__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.block-contacts__img {
  position: relative;
  max-width: 632px;
  margin-left: auto;
  margin-right: 80px;
}

.block-contacts__img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.what-offer__top:not(:last-child) {
  margin-bottom: 48px;
}

.what-offer__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 -10px;
}

.what-offer__top-left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.what-offer__top-left .heading {
  margin-bottom: 16px;
}

.what-offer__title {
  max-width: 625px;
}

.what-offer__top-right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
}

.what-offer__text {
  color: var(--Base-Black);
  font-size: 16px;
  line-height: 1.375;
}

.what-offer__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.what-offer__col:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.what-offer__col:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.what-offer__col:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  grid-column: span 2;
}

.what-offer__col:nth-child(3) .item-block__text {
  max-width: 500px;
}

.what-offer__col .item-block {
  min-height: 308px;
}

.what-offer__images {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  grid-column: span 2;
  grid-row: span 2;
}

.what-offer__img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 70.0440528634%;
  height: 100%;
}

.what-offer__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.blog-detail-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.blog-detail-page__left {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.666%;
  max-width: 100%;
}

.blog-detail-page__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--Gray-warm-25);
  color: var(--Base-Black);
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  position: sticky;
  top: 20px;
}

.blog-detail-page__back:hover {
  background: var(--Brand-100);
}

.blog-detail-page__back:focus-visible {
  background: var(--Gray-warm-25);
  color: var(--Base-Black);
  -webkit-box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
          box-shadow: 0 0 0 2px var(--Base-White), 0 0 0 4px var(--Brand-100);
}

.blog-detail-page__back-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

.blog-detail-page__back-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.blog-detail-page__back-text {
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  padding: 0 2px;
}

.blog-detail-page__right {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.666%;
  max-width: 100%;
}

.blog-detail-page__block:not(:last-child) {
  margin-bottom: 72px;
}

.blog-detail-page__desc {
  font-size: 18px;
  line-height: 1.3333333333;
}

.blog-detail-page__desc h2,
.blog-detail-page__desc h3,
.blog-detail-page__desc h4,
.blog-detail-page__desc h5,
.blog-detail-page__desc h6 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.blog-detail-page__desc h2:first-child,
.blog-detail-page__desc h3:first-child,
.blog-detail-page__desc h4:first-child,
.blog-detail-page__desc h5:first-child,
.blog-detail-page__desc h6:first-child {
  margin-top: 0;
}

.blog-detail-page__desc h2:last-child,
.blog-detail-page__desc h3:last-child,
.blog-detail-page__desc h4:last-child,
.blog-detail-page__desc h5:last-child,
.blog-detail-page__desc h6:last-child {
  margin-bottom: 0;
}

.blog-detail-page__desc h6 {
  margin-bottom: 12px;
  margin-top: 24px;
}

.blog-detail-page__desc h6 + p {
  margin-top: 12px;
}

.blog-detail-page__desc p {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-detail-page__desc p:first-child {
  margin-top: 0;
}

.blog-detail-page__desc p:last-child {
  margin-bottom: 0;
}

.blog-detail-page__desc ul,
.blog-detail-page__desc ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-detail-page__desc ul:first-child,
.blog-detail-page__desc ol:first-child {
  margin-top: 0;
}

.blog-detail-page__desc ul:last-child,
.blog-detail-page__desc ol:last-child {
  margin-bottom: 0;
}

.blog-detail-page__desc img {
  margin-top: 36px;
  margin-bottom: 36px;
  border-radius: 22px;
  max-width: 100%;
  height: auto;
}

.blog-detail-page__desc img:first-child {
  margin-top: 0;
}

.blog-detail-page__desc img:last-child {
  margin-bottom: 0;
}

.blog-detail-page__subtitle {
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
  margin-top: 24px;
}

.blog-detail-page__img {
  margin-top: 36px;
}

.blog-detail-page__img img {
  max-width: 100%;
  border-radius: 22px;
}

.blog-detail-page__text {
  color: var(--Base-Black);
  font-size: 18px;
  line-height: 1.3333333333;
  margin-top: 36px;
}

.blog-detail-item {
  border-radius: 16px;
  background: var(--Gray-warm-25);
  padding: 24px;
}

.blog-detail-item:not(:last-child) {
  margin-bottom: 16px;
}

.blog-detail-item__title {
  color: var(--Base-Black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.similar-articles__title {
  margin-bottom: 32px;
}

.similar-articles__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.similar-articles__col {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
}

.wow {
  visibility: hidden;
  opacity: 0;
}

.wow.animated {
  opacity: 1;
  visibility: visible !important;
}

@media (min-width: 767.98px) {
  .menu-catalog-stone__btn .btn-arrow {
    min-height: 44px;
  }

  .menu-catalog-stone__btn .btn-arrow__icon {
    width: 40px;
    height: 40px;
  }

  .call-back .btn {
    height: 60px;
    font-size: 18px;
    margin-top: 20px;
  }

  .thank-popup .btn {
    height: 60px;
    font-size: 18px;
  }

  .card-page__buttons .btn {
    height: 60px;
    font-size: 18px;
    line-height: 1.3333333333;
    padding-left: 12px;
    padding-right: 12px;
  }

  .wow {
    will-change: opacity, transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@media (min-width: 1919.98px) {
  .offer-block__box .btn {
    font-size: 18px;
    line-height: 1.3333333333;
    height: 60px;
    padding: 5px 22px;
  }
}

@media (max-width: 1919.98px) {
  .slider-prev {
    margin-top: 32px;
  }

  .slider-next {
    margin-top: 32px;
  }

  .header-bottom__actions {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .header-bottom__search {
    width: 332px;
  }

  .logo {
    max-width: 172px;
  }

  .footer__left {
    max-width: 500px;
  }

  .footer__right {
    width: 52.5%;
  }

  .footer__col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }

  .footer__col:nth-child(2) {
    width: 33.5%;
  }

  .footer__col:nth-child(3) {
    width: 29.5%;
  }

  .footer__bottom-left {
    max-width: 589px;
  }

  .footer__bottom-right {
    width: 52.5%;
  }

  .item-footer {
    padding: 16px;
  }

  .item-footer__text {
    font-size: 16px;
    line-height: 1.375;
  }

  .footer-menu li a {
    font-size: 16px;
    line-height: 1.375;
  }

  .news-home__btn {
    margin-top: 32px;
  }

  .heading-block:not(:last-child) {
    margin-bottom: 32px;
  }

  .heading-block .heading {
    margin-bottom: 12px;
  }

  .heading-block .subtitle {
    margin-top: 16px;
  }

  .advantages-block .heading-block .subtitle {
    max-width: 872px;
  }

  .advantages-slider {
    overflow: visible;
  }

  .item-advantages__img-small {
    width: 140px;
    height: 137px;
  }

  .item-advantages__right {
    width: 40%;
  }

  .item-advantages__img {
    padding-bottom: 143.5540069686%;
  }

  .item-block {
    padding: 24px;
  }

  .form-block.inner-block .form-block__right {
    width: 650px;
  }

  .form-block__heading {
    margin-bottom: 12px;
  }

  .form-block__text {
    max-width: 408px;
    margin-top: 16px;
  }

  .form-block__right {
    width: 650px;
  }

  .form-block__form {
    padding: 24px;
  }

  .portfolio-block-slider {
    overflow: visible;
  }

  .portfolio-block-slider__slide {
    width: 400px;
  }

  .portfolio-block-slider__img {
    padding-bottom: 130%;
  }

  .portfolio-block-slider__body {
    padding: 20px;
  }

  .portfolio-block-slider__box {
    padding: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .portfolio-block-slider__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .portfolio-block-slider__text {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 8px;
  }

  .portfolio-block-slider__heading {
    font-size: 20px;
    line-height: 1.2;
  }

  .portfolio-block-slider .slider-prev {
    left: 20px;
  }

  .portfolio-block-slider .slider-next {
    right: 20px;
  }

  .about-home__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .about-home__top .heading {
    margin-bottom: 12px;
  }

  .about-home__line {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .about-home__img {
    border-radius: 20px;
    min-height: 452px;
  }

  .about-home__item {
    border-radius: 20px;
    min-height: 216px;
    padding: 24px;
  }

  .what-doing .item-block {
    min-height: 236px;
  }

  .item-section__img {
    border-radius: 16px;
  }

  .item-section__btn {
    padding: 16px;
  }

  .catalog-block-slider {
    overflow: visible;
  }

  .catalog-block-slider__slide {
    width: 320px;
  }

  .catalog-item__img {
    border-radius: 16px;
    padding-bottom: 118.75%;
  }

  .catalog-item__btn {
    padding: 16px;
  }

  .offer-block__body {
    padding: 40px;
  }

  .offer-block__labels {
    margin-bottom: 24px;
  }

  .offer-block__label {
    height: 44px;
    padding: 5px 12px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .offer-block__label-icon {
    width: 20px;
    height: 20px;
  }

  .offer-block__label-icon svg {
    width: 20px;
    height: 20px;
  }

  .offer-block__label-text {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .offer-block__title {
    margin-bottom: 24px;
  }

  .offer-block__bottom {
    padding: 24px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .offer-block__box {
    padding: 0;
    row-gap: 20px;
  }

  .offer-block__text {
    font-size: 16px;
    line-height: 1.375;
  }

  .offer-block__images {
    width: 33%;
  }

  .offer-block__img {
    border-radius: 12px;
    height: 100%;
    max-height: 250px;
  }

  .bread-crumbs {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .types-stone .heading-block .subtitle {
    max-width: 628px;
  }

  .our-projects .heading-block .subtitle {
    max-width: 504px;
  }

  .our-projects-slider {
    overflow: visible;
  }

  .our-projects-slider__img {
    padding-bottom: 105.6818181818%;
  }

  .faq-block .heading-block .subtitle {
    max-width: 722px;
  }

  .catalog-info-block {
    padding: 60px 40px;
  }

  .catalog-info-block .block-margin {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .about-catalog-block__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .about-catalog-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .process-catalog-block__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .process-catalog-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .process-catalog-block__item {
    padding: 24px;
  }

  .advantages-catalog-block__col:nth-child(1) .advantages-catalog-block__body,
  .advantages-catalog-block__col:nth-child(4) .advantages-catalog-block__body {
    width: 440px;
  }

  .advantages-catalog-block__body {
    padding: 24px;
  }

  .advantages-catalog-block__top {
    margin-bottom: 16px;
  }

  .advantages-catalog-block__text {
    margin-top: 8px;
  }

  .advantages-catalog-block__img {
    width: 120px;
    height: 118px;
  }

  .usage-block__col:first-child {
    width: 420px;
  }

  .usage-block__col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 460px;
    max-width: 100%;
  }

  .usage-block__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.333%;
    max-width: 100%;
  }

  .usage-block__col:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.666%;
    max-width: 100%;
  }

  .usage-block__item {
    min-height: 400px;
    padding: 24px;
  }

  .usage-block__text {
    margin-top: 8px;
  }

  .usage-block__img {
    width: 120px;
    height: 118px;
  }

  .about-stone__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .about-stone__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .about-stone__body {
    padding: 24px;
  }

  .about-stone__img {
    width: 120px;
    height: 118px;
  }

  .similar-products__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .similar-products-slider {
    overflow: visible;
  }

  .characteristics-list__name {
    width: 35.55%;
  }

  .characteristics-list__text {
    width: 17.7%;
  }

  .characteristics-list__desc {
    width: 46.75%;
  }

  .item-services__right {
    max-width: 671px;
  }

  .what-doing-services__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .portfolio-services__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .portfolio-services-slider {
    overflow: visible;
  }

  .services-technology__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .services-technology__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .services-technology__body {
    padding: 24px;
  }

  .services-technology__img {
    width: 120px;
    height: 118px;
  }

  .production-block__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .production-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .production-block__media {
    border-radius: 20px;
    min-height: 452px;
  }

  .production-block__item {
    border-radius: 20px;
    min-height: 216px;
    padding: 24px;
  }

  .approach-block__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .approach-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .item-delivery__boxes {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .contacts-page__col {
    min-width: 50%;
  }

  .looking-for__row {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
  }

  .looking-for__photo {
    width: 68px;
    height: 68px;
  }

  .block-contacts__boxes {
    max-width: 612px;
  }

  .block-contacts__img {
    margin-right: auto;
  }

  .what-offer__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .what-offer__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }
}

@media (max-width: 1700px) {
  .menu__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .menu__link {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .contacts-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .contacts-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .looking-for__row {
    padding: 0;
  }
}

@media (max-width: 1650px) {
  .header-bottom__body {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .header-bottom__btn-menu {
    display: block;
    padding-left: 20px;
  }

  .header-bottom__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 204px;
    border-radius: 12px;
    background: var(--Base-White);
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: var(--transition-normal);
    transition: var(--transition-normal);
    z-index: 11;
  }

  .menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .menu:before {
    content: "";
    width: 100%;
    height: 106px;
    position: fixed;
    top: 0;
    right: -100%;
    background: var(--Base-White);
    z-index: 12;
    -webkit-transition: var(--transition-normal);
    transition: var(--transition-normal);
    display: none;
    border-bottom: 1px solid var(--Gray-50);
  }

  .menu__list {
    display: block;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .menu__item.open .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu__link {
    font-size: 16px;
    line-height: 1.375;
  }

  .sub-menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static;
    padding-top: 12px;
    display: none;
  }

  .sub-menu ul {
    background: var(--Gray-warm-25);
  }
}

@media (max-width: 1650px) and (max-width: 1199.98px) {
  .menu {
    left: 0;
    width: 100%;
    top: calc(100% + 1px);
    border-radius: 0 0 22px 22px;
    padding: 20px 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 1650px) and (max-width: 1023.98px) {
  .menu {
    padding: 20px 20px;
  }
}

@media (max-width: 1650px) and (max-width: 767.98px) {
  .menu {
    height: 100%;
    position: fixed;
    padding: 106px 0 0;
    top: 0;
    border-radius: 0px;
    left: auto;
    right: -100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu.open {
    right: 0;
  }

  .menu.open:before {
    right: 0;
  }

  .menu:before {
    display: block;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 1600px) {
  .item-services__left {
    max-width: 560px;
  }

  .item-services__img {
    padding-bottom: 50.4854368932%;
  }

  .what-offer__row {
    grid-template-columns: repeat(3, 1fr);
  }

  .what-offer__images {
    grid-column: span 1;
  }

  .blog-detail-page {
    padding-right: 70px;
    margin: 0;
  }

  .blog-detail-page__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70px;
    max-width: 100%;
    padding: 0;
  }

  .blog-detail-page__back {
    padding: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 46px;
    max-width: 100%;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
  }

  .blog-detail-page__back-text {
    display: none;
  }

  .blog-detail-page__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1439.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__body {
    padding: 44px 30px 24px;
  }

  .footer__bottom-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__bottom-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .footer__bottom-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
  }

  .footer-menu li:not(:last-child) {
    margin-bottom: 8px;
  }

  .advantages-slider__slide {
    width: 800px;
  }

  .stages-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .stages-block .item-block {
    min-height: 244px;
  }

  .item-block__top {
    margin-bottom: 20px;
  }

  .form-block.inner-block .form-block__right {
    width: 600px;
  }

  .form-block__right {
    width: 600px;
  }

  .about-us__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .about-us__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 20px) / 2);
    max-width: 100%;
  }

  .about-us__col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about-us__col:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .about-us__iamges {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-us__img {
    height: 0;
    padding-bottom: 31.9602272727%;
  }

  .about-us .item-block {
    min-height: 252px;
  }

  .section-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
  }

  .offer-block__body {
    padding: 32px;
  }

  .product-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .bread-crumbs {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .types-stone__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .types-stone__img {
    height: 388px;
  }

  .about-catalog-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }

  .about-catalog-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .about-catalog-block .item-block {
    min-height: 224px;
  }

  .process-catalog-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }

  .advantages-catalog-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .advantages-catalog-block__col:nth-child(1),
  .advantages-catalog-block__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .advantages-catalog-block__col:nth-child(1) .advantages-catalog-block__body,
  .advantages-catalog-block__col:nth-child(4) .advantages-catalog-block__body {
    width: 40%;
  }

  .advantages-catalog-block__top {
    margin-bottom: 32px;
  }

  .advantages-catalog-block__img {
    margin-bottom: 18px;
  }

  .usage-block__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .usage-block__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .usage-block__col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .usage-block__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .usage-block__col:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .usage-block__img {
    margin-bottom: 18px;
  }

  .about-stone__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }

  .about-stone__img {
    margin-bottom: 18px;
  }

  .product-info-block__desc {
    padding: 40px;
  }

  .card-page__body {
    padding: 32px;
  }

  .item-services {
    padding: 32px;
  }

  .what-doing-services__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }

  .what-doing-services__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .what-doing-services__name {
    padding: 24px;
  }

  .services-technology__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }

  .services-technology__img {
    margin-bottom: 18px;
  }

  .item-portfolio__body {
    padding: 24px;
  }

  .item-portfolio__block {
    padding: 24px;
  }

  .item-portfolio__item-name {
    font-size: 16px;
    line-height: 1.375;
  }

  .item-portfolio__item-value {
    font-size: 16px;
    line-height: 1.25;
  }

  .production-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }

  .approach-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }

  .contacts-page__item {
    padding: 20px;
  }

  .contacts-page__title {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  .contacts-page__text {
    margin-bottom: 24px;
  }

  .contacts-page__link {
    font-size: 16px;
    line-height: 1.375;
  }

  .what-offer__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .header-bottom__search {
    width: 250px;
  }
}

@media (max-width: 1199.98px) {
  .main {
    padding-bottom: 60px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .block-margin {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .btn.btn-large {
    height: 42px;
    font-size: 16px;
    line-height: 1.375;
  }

  .header-top {
    padding: 12px 0;
  }

  .header-top__row {
    margin: 0 -10px;
  }

  .header-top__left {
    padding: 0 10px;
  }

  .header-top__box {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header-top__time {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }

  .header-top__right {
    padding: 0 10px;
  }

  .header-top__links {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .location-block__body {
    padding-top: 8px;
  }

  .header-bottom {
    position: relative;
  }

  .header-bottom__content {
    padding: 16px 0;
    position: static;
  }

  .header-bottom__body {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }

  .header-bottom__btn-menu {
    display: none;
  }

  .header-bottom__buttons {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .header-bottom__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: none;
  }

  .header-bottom__actions._dynamic_adapt_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-bottom__actions .btn {
    height: 46px;
    padding: 5px 18px;
  }

  .header-bottom__search {
    width: 400px;
  }

  .header-bottom__menu-btn {
    display: block;
  }

  .logo {
    max-width: 128px;
  }

  .icon-menu {
    width: 40px;
    height: 40px;
  }

  .catalog-btn-open {
    height: 40px;
    padding: 5px 12px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .catalog-btn-open__icon {
    width: 16px;
    height: 16px;
  }

  .catalog-btn-open__icon svg {
    width: 16px;
    height: 16px;
  }

  .catalog-btn-open__text {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .menu__top {
    display: block;
  }

  .menu__link {
    font-size: 18px;
    line-height: 1.3333333333;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .menu__arrow {
    width: 24px;
    height: 24px;
  }

  .menu__arrow svg {
    width: 24px;
    height: 24px;
  }

  .menu-catalog-product {
    border-radius: 0 0 22px 22px;
    padding: 20px 30px;
    top: calc(100% + 1px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    width: 100%;
  }

  .menu-catalog-product.open {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .menu-catalog-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
    max-width: 100%;
  }

  .menu-catalog-stone {
    row-gap: 12px;
    margin: 0 -6px;
  }

  .menu-catalog-stone__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
    padding: 0 6px;
  }

  .footer__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 56px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer__logo {
    margin-bottom: 56px;
  }

  .footer__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .news-home {
    padding: 60px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .news-home__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .news-home__col:nth-child(3) {
    display: none;
  }

  .heading-block .heading {
    margin-bottom: 8px;
  }

  .heading-block .subtitle {
    margin-top: 8px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .item-news__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .advantages-block .heading-block {
    max-width: 712px;
  }

  .advantages-block .heading-block .subtitle {
    max-width: 602px;
  }

  .advantages-slider__slide {
    width: 670px;
  }

  .item-advantages {
    padding: 24px;
  }

  .item-advantages__row {
    margin: 0 -12px;
  }

  .item-advantages__left {
    padding: 0 12px;
  }

  .item-advantages__img-small {
    width: 104px;
    height: 102px;
    border-radius: 12px;
  }

  .item-advantages__number {
    margin-bottom: 8px;
  }

  .item-advantages__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .item-advantages__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .item-advantages__right {
    padding: 0 12px;
    width: 43%;
  }

  .stages-block__row {
    margin: -8px;
  }

  .stages-block__col {
    padding: 8px;
  }

  .item-block {
    padding: 20px;
  }

  .item-block__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .item-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .form-block {
    padding: 32px;
  }

  .form-block.inner .form-block__title {
    max-width: 550px;
  }

  .form-block.inner .form-block__text {
    max-width: 500px;
  }

  .form-block.inner-block .form-block__bg {
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    right: -221px;
    top: -25px;
    width: 490px;
  }

  .form-block.inner-block .form-block__text {
    max-width: 512px;
  }

  .form-block.inner-block .form-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .form-block__bg {
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    right: -221px;
  }

  .form-block__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .form-block__heading {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .form-block__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
    max-width: 500px;
  }

  .form-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .portfolio-block-slider__slide {
    width: 332px;
  }

  .portfolio-block-slider__img {
    padding-bottom: 120.4819277108%;
  }

  .about-home__top .heading {
    margin-bottom: 8px;
  }

  .about-home__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 16px;
  }

  .about-home__text {
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-home__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-home__img {
    min-height: auto;
    padding-bottom: 40.0568181818%;
  }

  .about-home__img img {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .about-home__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-home__item {
    padding: 20px;
    min-height: 156px;
  }

  .about-home__item-title {
    font-size: 44px;
    line-height: 1.0909090909;
  }

  .about-home__item-text {
    font-size: 16px;
    line-height: 1.375;
  }

  .about-us__row {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }

  .what-doing .heading-block {
    max-width: 500px;
  }

  .what-doing__row {
    margin: -8px;
  }

  .what-doing__col {
    padding: 8px;
  }

  .catalog-section {
    padding: 60px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .catalog-section .heading-block .subtitle {
    max-width: 330px;
  }

  .section-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
  }

  .catalog-home .heading-block {
    max-width: 600px;
  }

  .catalog-home .heading-block .subtitle {
    max-width: 400px;
  }

  .catalog-block-slider__slide {
    width: 216px;
  }

  .catalog-item__img {
    padding-bottom: 129.6296296296%;
  }

  .offer-block + .block-margin {
    margin-top: 60px;
  }

  .offer-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .offer-block__title {
    margin-bottom: 32px;
    max-width: 570px;
    font-size: 44px;
    line-height: 1.0909090909;
  }

  .offer-block__box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .offer-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .offer-block__images {
    width: 38%;
  }

  .offer-block__img {
    padding-bottom: 73.3624454148%;
  }

  .offer-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .offer-slider__img {
    padding-bottom: 56.8181818182%;
  }

  .call-back__title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .thank-popup__title {
    font-size: 36px;
    line-height: 1.2222222222;
    margin-bottom: 16px;
  }

  .thank-popup__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .cookie-block__row {
    padding: 20px;
  }

  .cookie-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .page-404__subtitle {
    margin-bottom: 8px;
  }

  .page-404__title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .page-404__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
    max-width: 408px;
  }

  .search-page__title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .product-list__row {
    margin: -8px;
  }

  .product-list__col {
    padding: 8px;
  }

  .block-top {
    padding: 44px 20px;
  }

  .block-top + .block-margin {
    margin-top: 80px;
  }

  .block-top__crumbs {
    margin-bottom: 24px;
  }

  .block-top__crumbs .bread-crumbs {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-top__title:not(:last-child) {
    margin-bottom: 16px;
  }

  .block-top__text {
    font-size: 14px;
    line-height: 1.4285714286;
    max-width: 618px;
  }

  .types-stone {
    padding: 60px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .types-stone .heading-block .subtitle {
    max-width: 555px;
  }

  .types-stone__row {
    margin: -8px;
  }

  .types-stone__col {
    padding: 8px;
  }

  .our-projects .heading-block {
    max-width: 658px;
  }

  .our-projects-slider__img {
    border-radius: 20px;
    padding-bottom: 120.4819277108%;
  }

  .faq-block .heading-block .subtitle {
    max-width: 618px;
  }

  .faq-spoiler__item {
    border-radius: 16px;
  }

  .faq-spoiler__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .faq-spoiler__title {
    padding: 20px;
  }

  .faq-spoiler__heading {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .faq-spoiler__arrow {
    width: 36px;
    height: 36px;
  }

  .faq-spoiler__arrow svg {
    width: 20px;
    height: 20px;
  }

  .faq-spoiler__body {
    padding: 0 20px 20px;
  }

  .faq-spoiler__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .catalog-info-block {
    padding: 40px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .about-catalog-block__top-row {
    margin: 0 -8px;
  }

  .about-catalog-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-catalog-block__top-left .heading {
    margin-bottom: 8px;
  }

  .about-catalog-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .about-catalog-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .about-catalog-block__row {
    margin: -8px;
  }

  .about-catalog-block__col {
    padding: 8px;
  }

  .process-catalog-block__top-row {
    margin: 0 -8px;
  }

  .process-catalog-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .process-catalog-block__top-left .heading {
    margin-bottom: 8px;
  }

  .process-catalog-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .process-catalog-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .process-catalog-block__row {
    margin: -8px;
  }

  .process-catalog-block__left {
    padding: 8px;
  }

  .process-catalog-block__right {
    padding: 8px;
  }

  .process-catalog-block__item {
    padding: 20px;
  }

  .process-catalog-block__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .process-catalog-block__item-number {
    padding-top: 0;
  }

  .process-catalog-block__item-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .process-catalog-block__item-text {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 8px;
  }

  .advantages-catalog-block__row {
    margin: -8px;
  }

  .advantages-catalog-block__col {
    padding: 8px;
  }

  .advantages-catalog-block__body {
    padding: 20px;
  }

  .advantages-catalog-block__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .advantages-catalog-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .advantages-catalog-block__images {
    padding-left: 16px;
  }

  .advantages-catalog-block__img {
    width: 88px;
    height: 86px;
  }

  .catalog-filter:not(:last-child) {
    margin-bottom: 24px;
  }

  .usage-block__row {
    margin: -8px;
  }

  .usage-block__col {
    padding: 8px;
  }

  .usage-block__item {
    padding: 20px;
  }

  .usage-block__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .usage-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .usage-block__img {
    width: 88px;
    height: 86px;
  }

  .catalog-categories-menu__text {
    display: none;
  }

  .menu-categories-slider__item {
    font-size: 14px;
    line-height: 1.1428571429;
    padding: 5px 24px;
  }

  .about-stone__top-row {
    margin: 0 -8px;
  }

  .about-stone__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-stone__top-left .heading {
    margin-bottom: 8px;
  }

  .about-stone__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .about-stone__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .about-stone__body {
    padding: 20px;
  }

  .about-stone__img {
    width: 104px;
    height: 102px;
  }

  .about-stone__desc {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .similar-products__row {
    margin: 0 -8px;
  }

  .similar-products__left {
    padding: 0 8px;
  }

  .similar-products__right {
    padding: 0 8px;
  }

  .similar-products .heading {
    margin-bottom: 8px;
  }

  .product-info-block {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .product-info-block__block:not(:last-child) {
    margin-bottom: 60px;
  }

  .product-info-block__desc {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 32px;
  }

  .card-page__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .card-page__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .card-slider__img {
    padding-bottom: 60.2272727273%;
  }

  .card-thumbs-slider__img {
    width: 116px;
    padding-bottom: 88.7931034483%;
  }

  .services-page__items:not(:last-child) {
    margin-bottom: 80px;
  }

  .item-services {
    padding: 24px;
    border-radius: 20px;
  }

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

  .item-services__body {
    row-gap: 24px;
  }

  .item-services__title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .item-services__text {
    font-size: 14px;
    line-height: 1.4285714286;
    max-width: none;
  }

  .item-services__text:not(:last-child) {
    margin-bottom: 8px;
  }

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

  .item-services__items {
    row-gap: 8px;
  }

  .item-services__item-text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .item-services__btn {
    padding-top: 16px;
  }

  .what-doing-services__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .what-doing-services__top-row {
    margin: 0 -8px;
  }

  .what-doing-services__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .what-doing-services__top-left .heading {
    margin-bottom: 8px;
  }

  .what-doing-services__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .what-doing-services__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .what-doing-services__row {
    margin: -8px;
  }

  .what-doing-services__col {
    padding: 8px;
  }

  .what-doing-services__name {
    padding: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .what-doing-services__btn {
    margin-top: 32px;
  }

  .portfolio-services .heading {
    margin-bottom: 8px;
  }

  .portfolio-services__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .portfolio-services__row {
    margin: 0 -8px;
    row-gap: 16px;
  }

  .portfolio-services__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }

  .portfolio-services__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }

  .portfolio-services__text {
    font-size: 14px;
    line-height: 1.4285714286;
    max-width: 574px;
  }

  .portfolio-services__btn {
    margin-top: 32px;
  }

  .portfolio-services-slider__slide {
    width: 332px;
  }

  .portfolio-services-slider__img {
    padding-bottom: 105.421686747%;
  }

  .services-technology__top-row {
    margin: 0 -8px;
  }

  .services-technology__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .services-technology__top-left .heading {
    margin-bottom: 8px;
  }

  .services-technology__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .services-technology__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .services-technology__body {
    padding: 20px;
  }

  .services-technology__img {
    width: 104px;
    height: 102px;
    margin-bottom: 32px;
  }

  .services-technology__desc {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .portfolio-page__items {
    margin-top: 36px;
  }

  .portfolio-page__btn {
    margin-top: 32px;
  }

  .item-portfolio {
    padding: 60px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .item-portfolio:not(:last-child) {
    margin-bottom: 120px;
  }

  .item-portfolio__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .item-portfolio__images {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }

  .item-portfolio__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-portfolio__body {
    padding: 20px;
  }

  .item-portfolio__desc {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .item-portfolio__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-portfolio__block {
    padding: 20px;
  }

  .item-portfolio__item-name {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .item-portfolio__item-value {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .production-block__top-row {
    margin: 0 -8px;
  }

  .production-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .production-block__top-left .heading {
    margin-bottom: 8px;
  }

  .production-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .production-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .production-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .production-block__media {
    min-height: auto;
    padding-bottom: 67.6136363636%;
  }

  .production-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .production-block__item {
    padding: 20px;
    min-height: 156px;
  }

  .production-block__item-title {
    font-size: 44px;
    line-height: 1.0909090909;
  }

  .production-block__item-text {
    font-size: 16px;
    line-height: 1.375;
  }

  .approach-block__top-row {
    margin: 0 -8px;
  }

  .approach-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .approach-block__top-left .heading {
    margin-bottom: 8px;
  }

  .approach-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .approach-block__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .approach-block__row {
    margin: -8px;
  }

  .approach-block__left {
    padding: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .approach-block__img {
    padding-bottom: 43.3238636364%;
  }

  .approach-block__right {
    padding: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .approach-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }

  .approach-block__item:not(:last-child) {
    margin-bottom: 0;
  }

  .approach-block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc((100% - 16px) / 2);
    max-width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 16px;
    min-height: 120px;
  }

  .approach-block__item-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .approach-block__item-text {
    font-size: 14px;
    line-height: 1.4285714286;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 220px;
  }

  .equipment-block__row {
    margin: -8px;
  }

  .equipment-block__col {
    padding: 8px;
  }

  .equipment-block__img {
    padding-bottom: 100%;
    border-radius: 20px;
  }

  .payment-block__row {
    margin: -8px;
  }

  .payment-block__col {
    padding: 8px;
  }

  .item-delivery {
    padding: 20px 20px 220px;
    border-radius: 20px;
  }

  .item-delivery:not(:last-child) {
    margin-bottom: 32px;
  }

  .item-delivery__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-delivery__body {
    min-height: auto;
  }

  .item-delivery__title {
    font-size: 30px;
    line-height: 1.2666666667;
    margin-bottom: 16px;
  }

  .item-delivery__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
    height: 220px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 305px;
  }

  .item-delivery__img img {
    max-height: 100%;
  }

  .item-delivery__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-delivery__block:not(:last-child) {
    margin-bottom: 16px;
  }

  .item-delivery__boxes {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .item-delivery__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .contacts-page__map-block {
    margin-bottom: 40px;
  }

  .contacts-page__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .contacts-page__block {
    min-height: 164px;
  }

  .balloon-item {
    padding: 16px;
  }

  .balloon-item__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .balloon-item__text-item {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .contacts-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .contacts-block__body {
    padding: 0;
    border-radius: 0px;
    background: transparent;
  }

  .contacts-block__title {
    padding: 0;
  }

  .contacts-block__items {
    max-height: none;
    overflow: hidden;
    padding: 0;
  }

  .contacts-block__item {
    padding: 20px;
  }

  .contacts-block__item-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .contacts-block__item-heading {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .contacts-block__item-text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .contacts-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 16px;
  }

  .contacts-block__map-block {
    height: 560px;
  }

  .blog-list {
    margin-top: 36px;
  }

  .blog-list__row {
    margin: -8px;
  }

  .blog-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 8px;
  }

  .looking-for {
    padding: 60px 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .block-contacts {
    padding: 32px;
  }

  .block-contacts__body .heading {
    margin-bottom: 8px;
  }

  .block-contacts__text {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 8px;
  }

  .block-contacts__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .what-offer__top-row {
    margin: 0 -8px;
  }

  .what-offer__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .what-offer__top-left .heading {
    margin-bottom: 8px;
  }

  .what-offer__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0 8px;
  }

  .what-offer__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .what-offer__row {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }

  .what-offer__col:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .what-offer__col:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .what-offer__col:nth-child(3) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    grid-column: span 1;
  }

  .what-offer__col .item-block {
    min-height: 264px;
  }

  .what-offer__images {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    grid-row: span 1;
  }

  .what-offer__img {
    border-radius: 20px;
    padding-bottom: 0;
    height: 264px;
  }

  .blog-detail-page {
    display: block;
    padding-right: 0;
  }

  .blog-detail-page__left {
    margin-bottom: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-detail-page__back {
    width: auto;
    height: auto;
    border-radius: 8px;
    padding: 10px 16px;
    position: static;
  }

  .blog-detail-page__back-text {
    display: block;
  }

  .blog-detail-page__block:not(:last-child) {
    margin-bottom: 48px;
  }

  .blog-detail-page__desc {
    font-size: 16px;
    line-height: 1.375;
  }

  .blog-detail-page__subtitle {
    font-size: 16px;
    line-height: 1.375;
  }

  .blog-detail-page__text {
    font-size: 16px;
    line-height: 1.375;
  }

  .similar-articles__row {
    margin: -8px;
  }

  .similar-articles__col {
    padding: 8px;
  }
}

@media (max-width: 1023.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-arrow {
    min-height: 44px;
  }

  .btn-arrow__icon {
    width: 40px;
    height: 40px;
  }

  .btn {
    height: 42px;
    padding: 5px 16px;
  }

  .header-top__time {
    display: none;
  }

  .header-bottom__content {
    padding: 12px 0;
  }

  .header-bottom__search {
    width: 332px;
  }

  .menu-catalog-product {
    padding: 20px;
  }

  .menu-catalog-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .footer__body {
    border-radius: 24px;
    padding: 44px 20px 24px;
  }

  .news-home {
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .item-news {
    padding: 16px;
  }

  .item-news__img {
    padding-bottom: 69.2307692308%;
  }

  .item-news__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .form-block__title {
    max-width: 500px;
  }

  .form-block__text {
    max-width: 450px;
  }

  .portfolio-block-slider .slider-prev {
    display: none;
  }

  .portfolio-block-slider .slider-next {
    display: none;
  }

  .about-home__text {
    max-width: 568px;
  }

  .what-doing__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .what-doing .item-block {
    min-height: 196px;
  }

  .what-doing .item-block .item-block__text {
    max-width: 304px;
  }

  .catalog-section {
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .item-section__img {
    padding-bottom: 86.0465116279%;
  }

  .product-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .bread-crumbs {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .catalog-advantages__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .catalog-advantages .item-block {
    min-height: 152px;
  }

  .catalog-advantages .item-block .item-block__top {
    margin-bottom: 24px;
  }

  .types-stone {
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .types-stone__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    min-width: auto;
  }

  .our-projects-slider__slide {
    width: 332px;
  }

  .catalog-info-block {
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .about-catalog-block__top-row {
    row-gap: 16px;
  }

  .about-catalog-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 704px;
    padding-top: 0;
  }

  .about-catalog-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-catalog-block__text {
    max-width: 400px;
  }

  .about-catalog-block .item-block {
    min-height: 180px;
  }

  .process-catalog-block__top-row {
    row-gap: 16px;
  }

  .process-catalog-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 504px;
    padding-top: 0;
  }

  .process-catalog-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .process-catalog-block__text {
    max-width: 400px;
  }

  .process-catalog-block__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .process-catalog-block__img {
    padding-bottom: 43.3238636364%;
  }

  .process-catalog-block__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .advantages-catalog-block__col:nth-child(1) .advantages-catalog-block__body,
  .advantages-catalog-block__col:nth-child(4) .advantages-catalog-block__body {
    width: 100%;
  }

  .advantages-catalog-block__images {
    display: none;
  }

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

  .catalog-filter__clear {
    display: block;
  }

  .filter-catalog {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 6;
    border-radius: 12px;
    background: var(--Gray-warm-25);
    padding: 16px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: var(--transition-normal);
    transition: var(--transition-normal);
  }

  .filter-catalog.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .filter-catalog__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: 20px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: -16px -16px 0 -16px;
    padding: 16px 16px 4px 16px;
  }

  .filter-catalog__items::-webkit-scrollbar {
    width: 12px;
    border-radius: 6px;
  }

  .filter-catalog__items::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: var(--Gray-100);
  }

  .filter-catalog__items::-webkit-scrollbar-track {
    background: var(--Gray-50);
    border-radius: 6px;
  }

  .filter-catalog__btn {
    display: block;
  }

  .item-filter-block__top {
    height: 40px;
    padding: 3px;
    width: 40px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .item-filter-block__body {
    position: static;
    border-radius: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    z-index: 0;
  }

  .item-filter-block__heading {
    margin-bottom: 12px;
  }

  .item-filter-block__items {
    margin: 0;
    padding: 0;
    overflow: visible;
    max-height: none;
  }

  .item-filter-block__btn {
    display: none;
  }

  .usage-block__col:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .usage-block__col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .usage-block__col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .usage-block__col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .usage-block__col:nth-child(5) {
    display: none;
  }

  .usage-block__item {
    min-height: auto;
  }

  .usage-block__top {
    margin-bottom: 32px;
  }

  .menu-categories-slider {
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .menu-categories-slider:before {
    display: none;
  }

  .menu-categories-slider:after {
    display: none;
  }

  .menu-categories-slider__prev {
    display: none;
  }

  .menu-categories-slider__next {
    display: none;
  }

  .about-stone__top-row {
    row-gap: 16px;
  }

  .about-stone__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 704px;
    padding-top: 0;
  }

  .about-stone__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-stone__text {
    max-width: 576px;
  }

  .about-stone__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-stone__body {
    min-height: auto;
  }

  .about-stone__img {
    margin-bottom: 32px;
  }

  .about-stone__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .product-info-block {
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .characteristics-list__name {
    width: 67.4%;
  }

  .characteristics-list__text {
    width: 32.6%;
  }

  .characteristics-list__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-services__row {
    margin: -8px;
  }

  .item-services__left {
    padding: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-services__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .item-services__img {
    height: 0;
    padding-bottom: 48.1707317073%;
    max-height: none;
  }

  .item-services__right {
    padding: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-services__box {
    min-height: auto;
  }

  .what-doing-services__top-row {
    row-gap: 16px;
  }

  .what-doing-services__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 704px;
    padding-top: 0;
  }

  .what-doing-services__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .what-doing-services__text {
    max-width: 574px;
  }

  .what-doing-services__row {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .what-doing-services__col {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 332px;
    max-width: 100%;
  }

  .what-doing-services__col:not(:last-child) {
    margin-right: 16px;
  }

  .portfolio-services__text {
    max-width: 541px;
  }

  .portfolio-services-slider .slider-prev {
    display: none;
  }

  .portfolio-services-slider .slider-next {
    display: none;
  }

  .services-technology__top-row {
    row-gap: 16px;
  }

  .services-technology__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 704px;
  }

  .services-technology__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .services-technology__text {
    max-width: 576px;
  }

  .services-technology__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .services-technology__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .services-technology__images {
    height: 0;
    padding-bottom: 36.9318181818%;
  }

  .item-portfolio {
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .item-portfolio__images {
    grid-template-columns: repeat(2, 1fr);
  }

  .item-portfolio__box:first-child {
    grid-row: span 1;
  }

  .item-portfolio__box:first-child .item-portfolio__img {
    padding-bottom: 72.7272727273%;
  }

  .item-portfolio__img {
    padding-bottom: 76.6081871345%;
  }

  .production-block__top-row {
    row-gap: 16px;
  }

  .production-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 704px;
  }

  .production-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .production-block__text {
    max-width: 568px;
  }

  .approach-block__top-row {
    row-gap: 16px;
  }

  .approach-block__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 704px;
  }

  .approach-block__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .approach-block__text {
    max-width: 400px;
  }

  .equipment-block__row {
    margin: 0 -20px;
    padding: 0 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .equipment-block__col {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 344px;
    max-width: 100%;
  }

  .equipment-block__col:not(:last-child) {
    margin-right: 16px;
  }

  .payment-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .item-delivery__boxes {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .contacts-page__map-block {
    height: 444px;
  }

  .contacts-block__map-block {
    height: 444px;
  }

  .looking-for {
    padding: 60px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .block-contacts {
    padding: 20px;
  }

  .block-contacts__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .block-contacts__text {
    max-width: 550px;
  }

  .block-contacts__boxes {
    max-width: none;
  }

  .block-contacts__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .block-contacts__right {
    display: none;
  }

  .what-offer__top-row {
    row-gap: 16px;
  }

  .what-offer__top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 704px;
  }

  .what-offer__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .what-offer__text {
    max-width: 440px;
  }
}

@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .filter-catalog__items {
    max-height: none;
    margin: 0;
    padding: 16px 16px 4px;
    height: 100%;
  }

  .what-doing-services__col:not(:last-child) {
    margin-right: 12px;
  }

  .equipment-block__col:not(:last-child) {
    margin-right: 12px;
  }
}

@media (max-width: 767.98px) {
  body.menu-open .catalog-filter {
    z-index: 10;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fancybox-slide {
    padding: 30px 15px;
  }

  .main {
    padding-bottom: 40px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  h2 {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  h3 {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  h4 {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  h5 {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  h6 {
    font-size: 16px;
    line-height: 1.375;
  }

  .block-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .btn-arrow {
    min-height: 28px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding: 2px 2px 2px 8px;
    border-radius: 8px;
  }

  .btn-arrow__text {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .btn-arrow__icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }

  .btn-arrow__icon svg {
    width: 12px;
    height: 12px;
  }

  .btn {
    padding: 5px 14px;
    font-size: 14px;
    line-height: 0.875;
  }

  .btn.btn-large {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .form-group:not(:last-child) {
    margin-bottom: 12px;
  }

  .form-control {
    height: 44px;
    border-radius: 8px;
    padding: 5px 14px;
    font-size: 14px;
    line-height: 1.4285714286;
  }

  textarea.form-control {
    height: 88px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form-checkbox label span {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .slider-prev {
    width: 40px;
    height: 40px;
    margin-top: 24px;
  }

  .slider-next {
    width: 40px;
    height: 40px;
    margin-top: 24px;
  }

  .main-pagination {
    margin-top: 24px;
    padding: 12px 0 16px 0;
  }

  .header-top {
    position: relative;
    z-index: 14;
  }

  .header-top__link-whatsapp {
    display: none;
  }

  .header-bottom__buttons {
    position: relative;
    z-index: 13;
  }

  .header-bottom__right {
    position: relative;
    z-index: 13;
  }

  .logo {
    position: relative;
    z-index: 13;
  }

  .menu__body {
    padding: 20px 12px 60px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__top {
    margin-bottom: 24px;
  }

  .menu__item.open .sub-menu {
    display: block;
  }

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

  .menu__btn {
    display: block;
  }

  .sub-menu {
    padding-top: 8px;
  }

  .sub-menu ul {
    padding: 12px;
    row-gap: 16px;
  }

  .menu-catalog-product {
    padding: 20px 12px;
    max-height: calc(100vh - 106px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .menu-catalog-list {
    margin: -4px;
  }

  .menu-catalog-list__col {
    padding: 4px;
  }

  .menu-catalog-list .btn-arrow {
    min-height: 48px;
  }

  .menu-catalog-list .btn-arrow__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .menu-catalog-list .btn-arrow__icon {
    width: 40px;
    height: 40px;
  }

  .menu-catalog-list .btn-arrow__icon svg {
    width: 20px;
    height: 20px;
  }

  .menu-catalog-stone {
    row-gap: 8px;
    margin: 0 -4px;
  }

  .menu-catalog-stone__col {
    padding: 0 4px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .menu-catalog-stone__img {
    height: 72px;
  }

  .footer__body {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .footer__left {
    margin-top: 32px;
  }

  .footer__logo {
    max-width: 128px;
    margin-bottom: 32px;
  }

  .footer__boxes {
    margin: -4px;
  }

  .footer__box {
    padding: 4px;
  }

  .footer__cols {
    margin: 0 -8px;
  }

  .footer__col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .footer__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }

  .footer__col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .footer__col {
    padding: 0 8px;
  }

  .footer__heading {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-bottom: 12px;
  }

  .footer__bottom {
    margin-top: 24px;
  }

  .footer__bottom-link {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .footer__bottom-right {
    margin-top: 12px;
  }

  .footer__bottom-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 12px;
  }

  .footer__bottom-text {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .footer-menu li a {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .news-home {
    padding: 32px 12px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 20px;
  }

  .news-home__row {
    margin: -8px;
  }

  .news-home__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }

  .news-home__col:nth-child(3) {
    display: block;
  }

  .heading-block:not(:last-child) {
    margin-bottom: 24px;
  }

  .item-news {
    padding: 12px;
    border-radius: 16px;
  }

  .item-news__img {
    border-radius: 12px;
    padding-bottom: 66.9871794872%;
  }

  .item-news__title {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400;
  }

  .advantages-block .heading-block {
    text-align: left;
  }

  .advantages-slider__slide {
    width: 280px;
  }

  .item-advantages {
    padding: 16px;
    border-radius: 16px;
  }

  .item-advantages__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-advantages__body {
    position: relative;
  }

  .item-advantages__bottom {
    padding-top: 0;
    margin-top: 40px;
  }

  .item-advantages__number {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .item-advantages__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .item-advantages__right {
    display: none;
  }

  .stages-block__row {
    margin: 0 -12px;
    padding: 0 12px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .stages-block__row::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }

  .stages-block__row::-webkit-scrollbar-thumb {
    background: var(--Gray-200);
    border-radius: 4px;
    border: none;
  }

  .stages-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 286px;
    max-width: 100%;
    padding: 0;
  }

  .stages-block__col:not(:last-child) {
    margin-right: 12px;
  }

  .stages-block .item-block {
    min-height: 268px;
  }

  .item-block {
    padding: 16px;
    border-radius: 16px;
  }

  .item-block__title {
    font-size: 16px;
    line-height: 1.375;
  }

  .item-block__text {
    margin-top: 4px;
  }

  .form-block {
    padding: 20px;
    border-radius: 16px;
  }

  .form-block.inner .form-block__title {
    max-width: 400px;
  }

  .form-block__bg {
    display: none;
  }

  .form-block__left {
    margin-bottom: 16px;
  }

  .form-block__text {
    max-width: none;
  }

  .form-block__form {
    padding: 16px;
    border-radius: 16px;
  }

  .form-block__cols {
    margin: -6px;
  }

  .form-block__col {
    padding: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .form-block__col-100 {
    padding: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .form-block .btn {
    height: 42px;
    font-size: 14px;
    line-height: 1.1428571429;
  }

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

  .portfolio-block-slider__slide {
    width: 286px;
  }

  .portfolio-block-slider__img {
    border-radius: 16px;
  }

  .portfolio-block-slider__body {
    padding: 12px;
  }

  .portfolio-block-slider__box {
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 16px;
  }

  .portfolio-block-slider__title {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .portfolio-block-slider__text {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .portfolio-block-slider__heading {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .about-home__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .about-home__line {
    row-gap: 12px;
  }

  .about-home__row {
    margin: -6px;
  }

  .about-home__left {
    padding: 6px;
  }

  .about-home__img {
    border-radius: 16px;
    padding-bottom: 56.5476190476%;
  }

  .about-home__right {
    padding: 6px;
  }

  .about-home__boxes {
    margin: -6px;
  }

  .about-home__box {
    padding: 6px;
  }

  .about-home__item {
    border-radius: 16px;
    min-height: 126px;
    padding: 16px;
    row-gap: 16px;
  }

  .about-home__item-title {
    font-size: 30px;
    line-height: 1.2666666667;
  }

  .about-home__item-text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .about-us__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -12px;
    padding: 0 0 0 12px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }

  .about-us__row::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }

  .about-us__row::-webkit-scrollbar-thumb {
    background: var(--Gray-200);
    border-radius: 4px;
    border: none;
  }

  .about-us__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 286px;
    max-width: 100%;
  }

  .about-us__col:not(:last-child) {
    margin-right: 12px;
  }

  .about-us__iamges {
    display: none;
  }

  .about-us .item-block {
    min-height: 268px;
  }

  .what-doing .heading-block {
    max-width: 400px;
  }

  .what-doing__col {
    padding: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .what-doing .item-block {
    min-height: 166px;
  }

  .catalog-section {
    padding: 40px 12px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 20px;
  }

  .catalog-section .heading-block .subtitle {
    margin-top: 12px;
  }

  .section-list__row {
    margin: -6px;
  }

  .section-list__col {
    padding: 6px;
  }

  .item-section__img {
    border-radius: 12px;
    padding-bottom: 116.049382716%;
  }

  .item-section__btn {
    padding: 8px;
  }

  .catalog-home .heading-block .subtitle {
    margin-top: 12px;
  }

  .catalog-block-slider__slide {
    width: 180px;
  }

  .catalog-item__img {
    padding-bottom: 120%;
    border-radius: 12px;
  }

  .catalog-item__btn {
    padding: 8px;
  }

  .offer-block + .block-margin {
    margin-top: 40px;
  }

  .offer-block__row {
    margin: -4px;
  }

  .offer-block__left {
    padding: 4px;
  }

  .offer-block__body {
    border-radius: 16px;
    padding: 20px;
  }

  .offer-block__labels {
    margin-bottom: 12px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 4px;
  }

  .offer-block__label {
    height: 28px;
    padding: 2px 8px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .offer-block__label-icon {
    width: 16px;
    height: 16px;
  }

  .offer-block__label-icon svg {
    width: 16px;
    height: 16px;
  }

  .offer-block__label-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .offer-block__title {
    max-width: 480px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.1666666667;
  }

  .offer-block__bottom {
    border-radius: 0px;
    background: transparent;
    padding: 0;
  }

  .offer-block__box {
    row-gap: 16px;
  }

  .offer-block__images {
    display: none;
  }

  .offer-block__right {
    padding: 4px;
  }

  .offer-slider {
    border-radius: 16px;
  }

  .offer-slider__img {
    border-radius: 16px;
    padding-bottom: 80.3571428571%;
  }

  .offer-slider__prev {
    left: 12px;
    width: 24px;
    height: 24px;
  }

  .offer-slider__prev svg {
    width: 12px;
    height: 12px;
  }

  .offer-slider__next {
    right: 12px;
    width: 24px;
    height: 24px;
  }

  .offer-slider__next svg {
    width: 12px;
    height: 12px;
  }

  .offer-slider__pagination.swiper-pagination-bullets {
    bottom: 12px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 6px;
  }

  .offer-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .portfolio-gallery .fancybox__toolbar .f-button {
    width: 36px;
    height: 36px;
  }

  .portfolio-gallery .fancybox__toolbar .f-button svg {
    width: 20px;
    height: 20px;
  }

  .portfolio-gallery .fancybox__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 20px 0;
  }

  .portfolio-gallery .fancybox__nav .f-button {
    width: 24px;
    height: 24px;
    position: static;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }

  .portfolio-gallery .fancybox__nav .f-button:before {
    display: none;
  }

  .portfolio-gallery .fancybox__nav .f-button svg {
    width: 12px;
    height: 12px;
  }

  .popup-close-btn {
    top: 4px;
    right: 4px;
  }

  .call-back.fancybox__content {
    border-radius: 16px;
    padding: 28px 16px;
  }

  .call-back__subtitle {
    margin-bottom: 4px;
  }

  .call-back__title {
    font-size: 28px;
    line-height: 1.1666666667;
    margin-bottom: 24px;
  }

  .call-back .form-checkbox {
    margin-top: 16px;
  }

  .thank-popup.fancybox__content {
    border-radius: 16px;
    padding: 28px 16px;
  }

  .thank-popup__subtitle {
    margin-bottom: 4px;
  }

  .thank-popup__title {
    font-size: 24px;
    line-height: 1.1666666667;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .thank-popup__text {
    max-width: 304px;
  }

  .cookie-block {
    bottom: 28px;
  }

  .cookie-block__body {
    padding: 0 8px;
  }

  .cookie-block__row {
    border-radius: 16px;
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 16px;
  }

  .cookie-block__icon {
    width: 42px;
    height: 42px;
  }

  .cookie-block__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 0;
  }

  .page-404 {
    padding: 52px 0 44px;
  }

  .page-404__title {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  .page-404__text {
    margin-top: 12px;
  }

  .page-404__img {
    padding: 0 23px;
  }

  .page-404__btn {
    margin-top: 24px;
  }

  .search-page {
    padding: 12px 0 40px;
  }

  .search-page__top:not(:last-child) {
    margin-bottom: 32px;
  }

  .search-page__title {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 12px;
  }

  .search-no-result {
    min-height: auto;
  }

  .search-no-result__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .product-list__row {
    margin: -4px;
  }

  .product-list__col {
    padding: 4px;
  }

  .item-product {
    padding: 12px;
    border-radius: 12px;
  }

  .item-product__img {
    margin-bottom: 12px;
    border-radius: 8px;
  }

  .item-product__title {
    font-size: 12px;
    line-height: 1.3333333333;
    min-height: 32px;
  }

  .item-product__labels {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 4px;
  }

  .item-product__label {
    min-height: 20px;
  }

  .item-product__label-icon {
    width: 12px;
    height: 12px;
  }

  .item-product__label-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .item-product__line {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .item-product__price {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .item-product__icon {
    border-radius: 6px;
    width: 24px;
    height: 24px;
  }

  .item-product__icon svg {
    width: 12px;
    height: 12px;
  }

  .catalog-page .catalog-categories-menu {
    margin-top: 0;
  }

  .block-top {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .block-top + .block-margin {
    margin-top: 60px;
  }

  .bread-crumbs {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bread-crumbs__list > span {
    width: 16px;
    padding: 8px 2px;
  }

  .bread-crumbs__list > span svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
  }

  .bread-crumbs__item {
    font-size: 10px;
    line-height: 1.2;
    padding: 8px 2px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .bread-crumbs__item:first-child {
    padding-left: 8px;
  }

  .bread-crumbs__item:last-child {
    padding-right: 8px;
  }

  .bread-crumbs a.bread-crumbs__item:first-child span {
    padding-left: 16px;
  }

  .bread-crumbs__icon {
    width: 12px;
    height: 12px;
    left: 8px;
  }

  .bread-crumbs__icon svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0.5px;
  }

  .catalog-advantages__row {
    margin: -6px;
  }

  .catalog-advantages__col {
    padding: 6px;
  }

  .catalog-advantages .item-block {
    min-height: 144px;
  }

  .types-stone {
    padding: 40px 12px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 20px;
  }

  .types-stone__row {
    margin: -6px;
  }

  .types-stone__col {
    padding: 6px;
  }

  .types-stone__item {
    border-radius: 12px;
  }

  .types-stone__img {
    border-radius: 12px;
    height: 0;
    padding-bottom: 116.049382716%;
  }

  .types-stone__btn {
    padding: 8px;
  }

  .our-projects-slider__slide {
    width: 288px;
  }

  .our-projects-slider__img {
    border-radius: 16px;
  }

  .faq-spoiler__item {
    padding: 4px 0;
  }

  .faq-spoiler__title {
    padding: 12px 16px;
  }

  .faq-spoiler__heading {
    font-size: 16px;
    line-height: 1.375;
  }

  .faq-spoiler__arrow {
    width: 32px;
    height: 32px;
  }

  .faq-spoiler__arrow svg {
    width: 16px;
    height: 16px;
  }

  .faq-spoiler__body {
    padding: 0 16px 12px;
  }

  .catalog-info-block {
    padding: 36px 12px;
    border-radius: 20px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .catalog-info-block.inner .block-margin {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .catalog-info-block .block-margin {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .about-catalog-block__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .about-catalog-block__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -12px;
    padding: 0 12px;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .about-catalog-block__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 269px;
    max-width: 100%;
    padding: 0;
  }

  .about-catalog-block__col:not(:last-child) {
    margin-right: 12px;
  }

  .about-catalog-block .item-block {
    min-height: auto;
  }

  .process-catalog-block__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .process-catalog-block__row {
    margin: -6px;
  }

  .process-catalog-block__left {
    padding: 6px;
  }

  .process-catalog-block__img {
    border-radius: 16px;
    padding-bottom: 59.5238095238%;
  }

  .process-catalog-block__right {
    padding: 6px;
  }

  .process-catalog-block__item {
    border-radius: 16px;
    padding: 16px;
  }

  .process-catalog-block__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .advantages-catalog-block__row {
    margin: -6px;
  }

  .advantages-catalog-block__col {
    padding: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .advantages-catalog-block__body {
    border-radius: 16px;
    padding: 16px;
  }

  .advantages-catalog-block__title {
    font-size: 16px;
    line-height: 1.375;
  }

  .advantages-catalog-block__img {
    margin-bottom: 0;
  }

  .catalog-filter {
    will-change: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 11;
  }

  .catalog-filter:not(:last-child) {
    margin-bottom: 16px;
  }

  .catalog-filter__btn {
    padding: 5px;
    width: 40px;
    height: 40px;
  }

  .catalog-filter__btn svg {
    width: 16px;
    height: 16px;
  }

  .catalog-filter__clear {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }

  .catalog-filter__sort {
    margin-left: 0;
    padding-left: 0;
  }

  .sort-block__top {
    height: 40px;
    padding: 3px;
    width: 40px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sort-block__top-text {
    font-size: 12px;
    line-height: 1.3333333333;
    display: none;
  }

  .sort-block__top-icon {
    width: 16px;
    height: 16px;
  }

  .sort-block__top-icon svg {
    width: 16px;
    height: 16px;
  }

  .sort-block__body {
    padding-top: 4px;
    right: auto;
    left: 0;
  }

  .btn-filter-clear {
    height: 40px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    padding: 5px 12px;
  }

  .btn-filter-clear__text {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .btn-filter-clear__icon {
    width: 16px;
    height: 16px;
  }

  .btn-filter-clear__icon svg {
    width: 16px;
    height: 16px;
  }

  .filter-catalog {
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 15;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border-radius: 0px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .filter-catalog.open {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0;
  }

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

  .filter-catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 64px);
  }

  .filter-catalog__btn {
    padding: 12px 16px 40px;
    margin-top: auto;
  }

  .filter-catalog__btn .btn {
    width: 100%;
  }

  .item-filter-block__top-text {
    font-size: 12px;
    line-height: 1.3333333333;
    display: none;
  }

  .item-filter-block__top-icon {
    width: 16px;
    height: 16px;
  }

  .item-filter-block__top-icon svg {
    width: 16px;
    height: 16px;
  }

  .usage-block__row {
    margin: -6px;
  }

  .usage-block__col {
    padding: 6px;
  }

  .usage-block__col:nth-child(2) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .usage-block__col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .usage-block__item {
    border-radius: 16px;
    padding: 16px;
  }

  .usage-block__title {
    font-size: 16px;
    line-height: 1.375;
  }

  .usage-block__images {
    border-radius: 16px;
    padding-bottom: 46.4285714286%;
  }

  .usage-block__img {
    margin-bottom: 0;
  }

  .catalog-categories-menu {
    padding-bottom: 12px;
  }

  .menu-categories-slider__wrapper {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .menu-categories-slider__item {
    font-size: 12px;
    line-height: 1.3333333333;
    height: 40px;
    padding: 5px 14px;
  }

  .about-stone__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .about-stone__row {
    margin: -6px;
  }

  .about-stone__left {
    padding: 6px;
  }

  .about-stone__body {
    border-radius: 16px;
    padding: 16px;
  }

  .about-stone__title {
    font-size: 16px;
    line-height: 1.375;
  }

  .about-stone__desc {
    margin-top: 8px;
  }

  .about-stone__right {
    padding: 6px;
  }

  .about-stone__images {
    padding-bottom: 77.380952381%;
  }

  .similar-products__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .similar-products__row {
    margin: 0 -6px;
  }

  .similar-products__left {
    padding: 0 6px;
  }

  .similar-products__right {
    padding: 0 6px;
  }

  .similar-products .slider-nav {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .product-info-block {
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 0;
    padding: 40px 12px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .product-info-block__block:not(:last-child) {
    margin-bottom: 32px;
  }

  .product-info-block__title {
    margin-bottom: 16px;
  }

  .product-info-block__desc {
    background: transparent;
    padding: 0;
    border-radius: 0px;
  }

  .product-info-block__desc p:not(:last-child),
  .product-info-block__desc ul:not(:last-child),
  .product-info-block__desc ol:not(:last-child) {
    margin-bottom: 16px;
  }

  .characteristics-list {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .characteristics-list__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 12px;
  }

  .characteristics-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 216px;
    max-width: 100%;
    padding: 16px;
  }

  .characteristics-list__row {
    margin: 0;
  }

  .characteristics-list__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 1.375;
  }

  .characteristics-list__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 4px;
  }

  .characteristics-list__desc {
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 12px;
  }

  .card-page__row {
    margin: -6px;
  }

  .card-page__left {
    padding: 6px;
  }

  .card-page__right {
    padding: 6px;
  }

  .card-page__body {
    padding: 16px;
    border-radius: 16px;
  }

  .card-page__title {
    font-size: 24px;
    line-height: 1.1666666667;
  }

  .card-page__price {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: 12px;
  }

  .card-page__slider {
    margin-top: 16px;
  }

  .card-page__items {
    margin-top: 16px;
  }

  .card-page__item {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding: 12px;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 4px;
  }

  .card-page__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .card-page__item-title {
    font-size: 16px;
    line-height: 1.375;
  }

  .card-page__item-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .card-page__item-link {
    font-size: 14px;
    line-height: 1.4285714286;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .card-page__item-link i {
    width: 16px;
    height: 16px;
    top: 0;
  }

  .card-page__buttons {
    margin-top: 16px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
  }

  .card-page__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .card-slider__img {
    padding-bottom: 66.0714285714%;
  }

  .card-slider__prev {
    width: 24px;
    height: 24px;
    left: 12px;
  }

  .card-slider__prev svg {
    width: 12px;
    height: 12px;
  }

  .card-slider__next {
    width: 24px;
    height: 24px;
    right: 12px;
  }

  .card-slider__next svg {
    width: 12px;
    height: 12px;
  }

  .card-thumbs-slider {
    margin-top: 8px;
  }

  .card-thumbs-slider__img {
    width: 80px;
    padding-bottom: 90%;
  }

  .advantages-card-slider:before {
    width: 56px;
  }

  .advantages-card-slider:after {
    width: 56px;
  }

  .advantages-card-slider__item {
    padding: 12px;
    width: 120px;
  }

  .advantages-card-slider__text {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .services-page__items:not(:last-child) {
    margin-bottom: 52px;
  }

  .item-services {
    border-radius: 16px;
    padding: 16px;
  }

  .item-services:not(:last-child) {
    margin-bottom: 24px;
  }

  .item-services__row {
    margin: -6px;
  }

  .item-services__left {
    padding: 6px;
  }

  .item-services__body {
    row-gap: 12px;
  }

  .item-services__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .item-services__img {
    border-radius: 16px;
    padding-bottom: 62.5%;
  }

  .item-services__right {
    padding: 6px;
  }

  .item-services__items.inner .item-services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .what-doing-services__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .what-doing-services__row {
    margin: 0 -12px;
    padding: 0 12px;
  }

  .what-doing-services__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 286px;
    max-width: 100%;
  }

  .what-doing-services__img {
    border-radius: 16px;
  }

  .what-doing-services__name {
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1428571429;
  }

  .what-doing-services__btn {
    margin-top: 24px;
  }

  .what-doing-services__btn .btn {
    width: 100%;
  }

  .portfolio-services__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .portfolio-services__btn {
    margin-top: 24px;
  }

  .portfolio-services__btn .btn {
    width: 100%;
  }

  .portfolio-services-slider__slide {
    width: 288px;
  }

  .portfolio-services-slider__img {
    padding-bottom: 119.4444444444%;
  }

  .services-technology__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .services-technology__row {
    margin: -6px;
  }

  .services-technology__left {
    padding: 6px;
  }

  .services-technology__body {
    border-radius: 16px;
    padding: 16px;
  }

  .services-technology__title {
    font-size: 16px;
    line-height: 1.375;
  }

  .services-technology__desc {
    margin-top: 8px;
  }

  .services-technology__desc p:not(:last-child),
  .services-technology__desc ul:not(:last-child),
  .services-technology__desc ol:not(:last-child) {
    margin-bottom: 8px;
  }

  .services-technology__right {
    padding: 6px;
  }

  .services-technology__images {
    padding-bottom: 77.380952381%;
  }

  .portfolio-page__btn {
    margin-top: 24px;
  }

  .item-portfolio {
    padding: 40px 12px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 20px;
  }

  .item-portfolio:not(:last-child) {
    margin-bottom: 56px;
  }

  .item-portfolio__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .item-portfolio__top .heading {
    margin-bottom: 8px;
  }

  .item-portfolio__images {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
  }

  .item-portfolio__box:first-child .item-portfolio__img {
    padding-bottom: 65.4761904762%;
  }

  .item-portfolio__img {
    border-radius: 16px;
    padding-bottom: 75.9259259259%;
  }

  .item-portfolio__label {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .item-portfolio__play {
    width: 40px;
    height: 40px;
  }

  .item-portfolio__play svg {
    width: 16px;
    height: 16px;
  }

  .item-portfolio__body {
    padding: 16px;
    border-radius: 16px;
  }

  .item-portfolio__heading {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .item-portfolio__block {
    padding: 16px;
    border-radius: 16px;
  }

  .item-portfolio__about {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .production-page .about-catalog-block .item-block {
    min-height: 172px;
  }

  .production-block__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .production-block__row {
    margin: -6px;
  }

  .production-block__left {
    padding: 6px;
  }

  .production-block__media {
    border-radius: 16px;
    padding-bottom: 67.5595238095%;
  }

  .production-block__play {
    width: 40px;
    height: 40px;
  }

  .production-block__play svg {
    width: 16px;
    height: 16px;
  }

  .production-block__right {
    padding: 6px;
  }

  .production-block__boxes {
    margin: -6px;
  }

  .production-block__box {
    padding: 6px;
  }

  .production-block__item {
    border-radius: 16px;
    min-height: 126px;
    padding: 16px;
    row-gap: 16px;
  }

  .production-block__item-title {
    font-size: 30px;
    line-height: 1.2666666667;
  }

  .production-block__item-text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .approach-block__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .approach-block__row {
    margin: -6px;
  }

  .approach-block__left {
    padding: 6px;
  }

  .approach-block__img {
    border-radius: 16px;
    padding-bottom: 59.5238095238%;
  }

  .approach-block__right {
    padding: 6px;
  }

  .approach-block__items {
    row-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .approach-block__item {
    border-radius: 16px;
    padding: 16px;
    min-height: 112px;
  }

  .equipment-block__col {
    width: 336px;
  }

  .equipment-block__img {
    border-radius: 16px;
    padding-bottom: 102.380952381%;
  }

  .payment-block__col {
    padding: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-delivery {
    padding: 16px 16px 173px;
    border-radius: 16px;
  }

  .item-delivery:not(:last-child) {
    margin-bottom: 24px;
  }

  .item-delivery__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .item-delivery__img {
    height: 173px;
  }

  .item-delivery__boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }

  .item-delivery__box:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-delivery__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-delivery__heading {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 4px;
  }

  .item-delivery__text p:not(:last-child),
  .item-delivery__text ul:not(:last-child),
  .item-delivery__text ol:not(:last-child) {
    margin-bottom: 4px;
  }

  .item-delivery__text li:not(:last-child) {
    margin-bottom: 4px;
  }

  .item-delivery__info {
    padding: 16px;
    border-radius: 12px;
  }

  .item-delivery__info .item-delivery__text ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .contacts-page__body {
    margin-top: 36px;
  }

  .contacts-page__map-block {
    border-radius: 16px;
    height: 380px;
  }

  .contacts-page__item {
    border-radius: 16px;
  }

  .contacts-page__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .contacts-page__text {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .contacts-page__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .contacts-page__block {
    padding: 16px;
    border-radius: 16px;
    min-height: auto;
  }

  .contacts-page__link {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .balloon-item {
    padding: 12px;
  }

  .balloon-item__title {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .balloon-item__text-item {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .contacts-nav__items {
    margin: 0 -10px;
  }

  .contacts-nav__item {
    font-size: 12px;
    line-height: 1.3333333333;
    height: 36px;
    padding: 4px 12px;
  }

  .contacts-block__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.3333333333;
  }

  .contacts-block__item {
    padding: 16px;
  }

  .contacts-block__item-title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 8px;
  }

  .contacts-block__item-row {
    row-gap: 8px;
  }

  .contacts-block__item-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .contacts-block__item-heading {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .contacts-block__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 4px;
  }

  .contacts-block__right {
    margin-top: 4px;
  }

  .contacts-block__map-block {
    border-radius: 16px;
    height: 380px;
  }

  .blog-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .looking-for {
    padding: 40px 12px;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 20px;
  }

  .looking-for__row {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }

  .looking-for__item {
    padding: 4px 8px 4px 4px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .looking-for__photo {
    width: 29px;
    height: 29px;
  }

  .looking-for__post {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .block-contacts {
    padding: 16px;
    border-radius: 16px;
  }

  .block-contacts__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .block-contacts__boxes {
    margin: -6px;
  }

  .block-contacts__box {
    padding: 6px;
  }

  .block-contacts__block {
    padding: 16px;
  }

  .block-contacts__block-link {
    font-size: 16px;
    line-height: 1.375;
  }

  .what-offer__top:not(:last-child) {
    margin-bottom: 24px;
  }

  .what-offer__row {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
  }

  .what-offer__col .item-block {
    min-height: auto;
  }

  .what-offer__img {
    height: 0;
    padding-bottom: 78.5714285714%;
    border-radius: 16px;
  }

  .blog-detail-page__left {
    margin-bottom: 24px;
  }

  .blog-detail-page__back {
    padding: 10px 14px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }

  .blog-detail-page__back-text {
    font-size: 14px;
    line-height: 1.1428571429;
  }

  .blog-detail-page__block:not(:last-child) {
    margin-bottom: 40px;
  }

  .blog-detail-page__desc {
    font-size: 14px;
    line-height: 1.4285714286;
  }

  .blog-detail-page__desc h2,
  .blog-detail-page__desc h3,
  .blog-detail-page__desc h4,
  .blog-detail-page__desc h5,
  .blog-detail-page__desc h6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .blog-detail-page__desc h6 {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .blog-detail-page__desc p {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .blog-detail-page__desc ul,
  .blog-detail-page__desc ol {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .blog-detail-page__desc img {
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .blog-detail-page__subtitle {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 16px;
  }

  .blog-detail-page__img {
    margin-top: 24px;
  }

  .blog-detail-page__img img {
    border-radius: 16px;
  }

  .blog-detail-page__text {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 24px;
  }

  .blog-detail-item {
    padding: 16px;
    border-radius: 16px;
  }

  .blog-detail-item__title {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 12px;
  }

  .similar-articles__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .header-top__link-telegram {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header-top__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-top__email {
    display: none;
  }

  .header-bottom__buttons {
    display: none;
  }

  .header-bottom__search {
    width: 100%;
  }

  .menu__item-mob {
    display: block;
  }

  .menu__item-mob:not(:last-child) {
    margin-bottom: 24px;
  }

  .menu__btn .btn {
    height: 42px;
    width: 100%;
  }

  .menu-catalog-product {
    max-height: none;
    overflow: visible;
    height: 100%;
    position: fixed;
    padding: 106px 0 0;
    top: 0;
    border-radius: 0px;
    left: auto;
    right: -100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
  }

  .menu-catalog-product.open {
    right: 0;
  }

  .menu-catalog-product.open:before {
    right: 0;
  }

  .menu-catalog-product__body {
    background: var(--Base-White);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .menu-catalog-product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-catalog-product__box {
    padding: 12px 12px 60px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .menu-catalog-product__title {
    display: block;
  }

  .menu-catalog-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .menu-catalog-stone__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .overlay-block {
    display: none;
  }

  .footer__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .footer__col:nth-child(1) {
    width: 52%;
  }

  .footer__col:nth-child(2) {
    width: 48%;
  }

  .about-home__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .about-home__item {
    min-height: auto;
  }

  .item-portfolio__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 12px;
  }

  .item-portfolio__item-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .item-portfolio__item-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .production-block__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .production-block__item {
    min-height: auto;
  }

  .approach-block__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .block-contacts__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 479.98px) {
  .offer-block__box .btn {
    width: 100%;
  }
}

@media (max-width: 445px) {
  .balloon-item {
    border-radius: 0px;
  }

  .ymaps-2-1-79-balloon {
    border-radius: 0;
    overflow: hidden;
  }

  .ymaps-2-1-79-balloon__layout {
    border-radius: 0px;
  }
}