@media(min-width: 1300px)
{
html
{
  font-size: 12px;
}
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold");
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

@font-face {
  font-family: Handel Gothic D Bold;
  font-display: swap;
  src: url("../fonts/Handel Gothic D Bold.woff2") format("woff2"), url("../fonts/Handel Gothic D Bold");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black");
  font-weight: 900;
  font-style: normal;
}

.filter-catalog__title::after,
.catalog-r .select__title::after,
[class*=_icon-]::before {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-arrow:before {
  content: "\e900";
}

._icon-arrow2:before {
  content: "\e901";
}

._icon-arrow-long:before {
  content: "\e902";
}

._icon-cart:before {
  content: "\e903";
}

._icon-location:before {
  content: "\e904";
}

._icon-mail:before {
  content: "\e905";
}

._icon-phone:before {
  content: "\e906";
}

._icon-search:before {
  content: "\e907";
}

._icon-play:before {
  content: "\e908";
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
}

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

button {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: top;
}

ul,
ol,
li {
  list-style-type: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input,
textarea {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

body {
  font-family: Gilroy;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#product-search
{
  min-height: 40rem;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=__container] {
  position: relative;
  max-width: 107.5rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  display: block;
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.link span {
  position: relative;
}

.link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
  border-radius: 0.0625rem;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.link[class*=_active] span::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.logo {
  width: 9.875rem;
}

.logo__icon-ibg {
  width: 100%;
  padding-bottom: 22.1374045802%;
}

.title {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #1e1e1e;
  text-transform: uppercase;
}

.icon-menu {
  display: none;
}

.menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
}

.menu__link {
  position: relative;
  padding: 0.625rem 0rem;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.item-body-menu {
  display: none;
}

.item-body-menu__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.item-body-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.item-body-menu__link::before {
  width: 2.125rem;
  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-body-menu__link span::after {
  background-color: #cfcdc9;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.tabs-advantages-p__title,
.tabs__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}

.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 0.625rem;
  margin-bottom: 0.9375rem;
  margin-top: 30px;
}

.tabs__title {
  color: #5a5852;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.tabs__body {
  color: #e7e4db;
  font-size: 15px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.popup_active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.popup_visible {
  visibility: visible;
}

.popup__body {
  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;
  min-height: 100%;
  padding: 1.875rem 0.9375rem;
}

.popup__content {
  position: relative;
  max-width: 50rem;
  background-color: #fff;
  -webkit-transform: perspective(37.5rem) translate(0, -100%) rotateX(-45deg);
          transform: perspective(37.5rem) translate(0, -100%) rotateX(-45deg);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup_active .popup__content {
  -webkit-transform: translate(0, 0) rotateX(0deg);
          transform: translate(0, 0) rotateX(0deg);
  opacity: 1;
}

.popup__close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  z-index: 2;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.0625rem);
  top: 0;
  height: 1.5625rem;
  width: 0.125rem;
  background-color: #000;
}

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

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

.popup-buy__content {
  min-width: 16.25rem;
  padding-top: 2.5rem;
  border: 0.0625rem solid #cfcdc9;
  -webkit-box-shadow: 0.125rem 0.25rem 1.5625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.125rem 0.25rem 1.5625rem rgba(0, 0, 0, 0.25);
}

.popup-buy__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  text-align: center;
}

.popup-buy__input {
  width: 100%;
  padding: 0rem 1.3125rem 0.625rem;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  border-bottom: 0.1875rem solid #1e1e1e;
}

.popup-buy__input::-webkit-input-placeholder {
  opacity: 0.3;
}

.popup-buy__input::-moz-placeholder {
  opacity: 0.3;
}

.popup-buy__input:-ms-input-placeholder {
  opacity: 0.3;
}

.popup-buy__input::-ms-input-placeholder {
  opacity: 0.3;
}

.popup-buy__input::placeholder {
  opacity: 0.3;
}

.popup-buy__button {
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
  background-color: #cfcdc9;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.popup-payment__content {
  max-width: 61.875rem;
  width: 100%;
  padding: 0.625rem 0.9375rem 1.875rem;
  background: #ffffff;
  border: 0.0625rem solid #cfcdc9;
}

.popup-payment__close {
  right: 0.625rem;
  top: 0.625rem;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.popup-payment__close::after,
.popup-payment__close::before {
  background-color: #cfcdc9;
}

.popup-payment__text {
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #a8a8a8;
}

.popup-payment__header {
  position: relative;
  padding: 0rem 1.25rem;
  margin: 0rem -1.25rem 1.25rem;
}

.popup-payment__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #1e1e1e;
  text-transform: uppercase;
}

.popup-payment__text-header {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
}

.popup-payment__title-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 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;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1.2881355932;
  color: rgba(244, 191, 87, 0.2);
}

.popup-payment__block:not(:last-child) {
  margin-bottom: 1.25rem;
}

.block-popup-payment {
  max-width: 41.875rem;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.block-popup-payment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}

.block-popup-payment__title::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.9375rem;
          flex: 0 0 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #cfcdc9;
}

.block-popup-payment__list {
  padding-left: 0.625rem;
}

.block-popup-payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 500;
}

.block-popup-payment__item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.block-popup-payment__item::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.25rem;
          flex: 0 0 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #1e1e1e;
}

.popup-cart__content {
  width: 100%;
  max-width: 28.125rem;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
  border-top: 0.1875rem solid #cfcdc9;
}

.popup-cart__close {
  right: 1.25rem;
  top: 1.25rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.popup-cart__close::before,
.popup-cart__close::after {
  height: 1.5625rem;
  width: 0.125rem;
  background-color: #cfcdc9;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.popup-cart__content-c {
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cfcdc9;
}

.order-popup-cart {
  position: relative;
}

.order-popup-cart__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.5625rem;
}

.order-popup-cart__title {
  font-size: 1.5rem;
}

.order-popup-cart__delete-all {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #a8a8a8;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.order-popup-cart__delete-all::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background-color: #a8a8a8;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.body-order-popup-cart {
  position: relative;
}

.body-order-popup-cart:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cfcdc9;
}

.body-order-popup-cart__image-ibg {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.5rem;
          flex: 0 0 17.5rem;
  width: 17.5rem;
  height: 10rem;
  margin: 0 auto 1.25rem;
  overflow: hidden;
}

.body-order-popup-cart__image-ibg img {
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.body-order-popup-cart__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
}

.body-order-popup-cart__row {
  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: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.body-order-popup-cart__price {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.21875;
}

.body-order-popup-cart__delete {
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 0.3125rem;
  margin: -0.3125rem;
}

.body-order-popup-cart__delete::before,
.body-order-popup-cart__delete::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.0625rem;
  height: 0.125rem;
  background-color: rgba(30, 30, 30, 0.6);
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.body-order-popup-cart__delete::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.body-order-popup-cart__delete::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.side-popup-cart__button {
  width: calc(100% + 2.5rem);
  min-height: 3.75rem;
  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;
  padding: 1.25rem;
  margin: 0rem -1.25rem;
  background: rgba(30, 30, 30, 0.85);
  border-top: 0.0625rem solid #cfcdc9;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.21875;
  -webkit-transition: background 0.22s;
  -o-transition: background 0.22s;
  transition: background 0.22s;
}

.number-side-popup-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 0.3125rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid rgba(30, 30, 30, 0.1);
  font-weight: 500;
}

.number-side-popup-cart__text {
  font-size: 1.25rem;
  line-height: 1.2;
  color: rgba(90, 88, 82, 0.8);
}

.number-side-popup-cart__price {
  font-size: 1.25rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.in-all-side-popup-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1e1e1e;
  padding: 1.875rem 0rem 2.5rem;
}

.in-all-side-popup-cart__text {
  font-weight: 700;
  font-size: 1.5rem;
}

.in-all-side-popup-cart__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
}

.select {
  position: relative;
}

.select._active {
  z-index: 10;
}

.select__title {
  position: relative;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.select__title::after {
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.catalog-r .select__title {
  position: relative;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
  white-space: nowrap;
  opacity: 0.5;
}

.catalog-r .select__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0625rem;
  width: calc(100% - 0.9375rem);
  background-color: #1e1e1e;
}

.catalog-r .select__title::after {
  content: "\e900";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 0.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.625rem;
          flex: 0 0 0.625rem;
  font-size: 0.625rem;
}

.catalog-r .select__title._active::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.block-basket .select__title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  width: 10rem;
  height: 100%;
  padding: 0.625rem 0.9375rem 0.625rem 0rem;
  font-size: 1rem;
  color: #a8a8a8;
  background-color: #fff;
}

.block-basket .select__title::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.375rem 0.375rem 0 0.375rem;
  border-color: #a8a8a8 transparent transparent transparent;
}

.block-basket .select__title._active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__options {
  position: absolute;
  z-index: 9;
}

.catalog-r .select__options {
  right: 0;
  top: calc(100% + 0.625rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0.0625rem solid #dadada;
  background-color: #fff;
}

.block-basket .select__options {
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 9.375rem;
  border-top: 0.0625rem solid #dadada;
  border-bottom: 0.0625rem solid #dadada;
  background-color: #fff;
}

.select__option {
  cursor: pointer;
  padding: 0.3125rem 0.9375rem;
  font-size: 1rem;
  color: rgba(30, 30, 30, 0.5);
  -webkit-transition: background-color 0.22s, color 0.22s;
  -o-transition: background-color 0.22s, color 0.22s;
  transition: background-color 0.22s, color 0.22s;
}

.select__option.selected {
  background-color: #e0e0e0;
  color: #1e1e1e;
}

.block-basket .select__option {
  padding: 0.3125rem 0.9375rem;
}

.checkbox__input {
  display: none;
}

.checkbox__label {
  position: relative;
  cursor: pointer;
}

.checkbox__label::before {
  content: "";
  display: block;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #e7e4db;
  -webkit-transition: border 0.22s ease;
  -o-transition: border 0.22s ease;
  transition: border 0.22s ease;
}

.checkbox__label::after {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
  width: 1rem;
  height: 1rem;
  background-color: #cfcdc9;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.checkbox__input:checked + .checkbox__label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 9.5625rem;
  border: 0.0625rem solid rgba(244, 191, 87, 0.2);
  overflow: hidden;
  color: #1e1e1e;
}

.quantity__button {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.75rem;
          flex: 0 0 2.75rem;
  font-size: 1.5rem;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 0.125rem;
  -webkit-transform: translate(-0.46875rem, -0.0625rem);
      -ms-transform: translate(-0.46875rem, -0.0625rem);
          transform: translate(-0.46875rem, -0.0625rem);
  border-radius: 0.125rem;
}

.quantity__button_plus::after {
  -webkit-transform: rotate(-90deg) translate(0.0625rem, -0.46875rem);
      -ms-transform: rotate(-90deg) translate(0.0625rem, -0.46875rem);
          transform: rotate(-90deg) translate(0.0625rem, -0.46875rem);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.25;
}

.quantity__input input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1.5625rem;
          flex: 0 1 1.5625rem;
  width: 1.5625rem;
  height: 100%;
  text-align: center;
}

.quantity__input span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5625rem;
          flex: 0 0 1.5625rem;
  padding-top: 0.125rem;
  font-size: 1rem;
}

.quantity__input span sup {
  font-weight: 700;
  font-size: 0.8em;
}

.header {
  padding: 1.375rem 0rem;
  background: rgba(15, 15, 15, 0.35);
  -webkit-backdrop-filter: blur(1.5625rem);
          backdrop-filter: blur(1.5625rem);
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.6s;
  -o-transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.6s;
  transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.6s;
}

.wrapper-catalog .header,
.wrapper-product .header,
.wrapper-rubric .header,
.wrapper-thanks .header {
  background: #1e1e1e;
}

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

.header._scrolled {
  padding: 0.9375rem 0rem;
}

.header__container {
  overflow: visible;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625rem;
}

.header__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  z-index: 11;
}

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 11;
}

.action-header__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
}

.action-header__search {
  margin-bottom: -0.3125rem;
  display: none;
}

.action-header__cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #cfcdc9;
  -webkit-transition: color 0.22s, border-color 0.22s;
  -o-transition: color 0.22s, border-color 0.22s;
  transition: color 0.22s, border-color 0.22s;
}

.action-header__cart::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
}

.search-action-header__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  font-size: 1.125rem;
  color: #cfcdc9;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

.search-action-header__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.search-action-header__input {
  padding: 0.3125rem 0.625rem;
  width: 9.5rem;
  font-size: 0.875rem;
  background-color: transparent;
  opacity: 0.3;
  border-bottom: 0.125rem solid #ffffff;
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.search-action-header__input:focus {
  opacity: 1;
}

.search-action-header__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  margin-bottom: -0.125rem;
  font-size: 1.125rem;
  color: #cfcdc9;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.phone-action-header {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  color: #cfcdc9;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.phone-action-header::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.625rem;
          flex: 0 0 1.625rem;
  font-size: 1.0625rem;
}

.phone-action-header__number {
  display: block;
}

.footer {
  background-color: #1e1e1e;
}

.footer__body {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}

.footer__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  margin-right: auto;
}

.footer__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  margin-right: auto;
}

.footer__list-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.625rem;
}

.footer__item:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.footer__link {
  font-size: 0.875rem;
}

.header-footer__logo {
  margin-bottom: 1.875rem;
}

.header-footer__text {
  font-size: 1rem;
  line-height: 1.2083333333;
  margin-bottom: 0.6875rem;
}

.header-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.header-footer__social {
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.header-footer__social_youtube {
  width: 3.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.1875rem;
          flex: 0 0 3.1875rem;
}

.logo-footer {
  display: block;
  width: min(100%, 13.5625rem);
}

.logo-footer__icon-ibg {
  width: 100%;
  padding-bottom: 22.5165562914%;
}

.footer-contacts__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.footer-contacts__social {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: -0.25rem;
}

.footer-contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #cfcdc9;
  opacity: 0.8;
}

.footer-contacts__link::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.0625rem;
          flex: 0 0 1.0625rem;
  width: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3125rem;
}

.footer-contacts__link span::after {
  background-color: #cfcdc9;
}

.footer-footer {
  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;
  padding: 0.625rem 0rem;
  background-color: #fff;
}

.footer-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.footer-footer__copy span {
  display: inline-block;
  width: 0.1875rem;
  height: 0.1875rem;
  margin: 0rem 0.3125rem;
  background-color: #1e1e1e;
  border-radius: 50%;
}

.breadcrums {
  padding: 0.9375rem 0rem;
}

.breadcrums__list {
  overflow: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.breadcrums__item {
  font-size: 1rem;
  line-height: 1.2083333333;
}

.breadcrums__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.625rem;
  color: #1e1e1e;
  opacity: 0.6;
}

.breadcrums__link::before {
  font-size: 0.65em;
}

.breadcrums__link span {
  position: relative;
}

.breadcrums__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0625rem;
  width: 100%;
  background-color: #1e1e1e;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.breadcrums__current {
  color: #1e1e1e;
  opacity: 0.8;
}

.filter-catalog__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.625rem 2.625rem 0.625rem 4.375rem;
  margin-bottom: -0.0625rem;
  background-color: #fffcf2;
  border: 0.0625rem solid #cfcdc9;
  font-weight: 700;
  cursor: default;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.filter-catalog__title::after {
  content: "\e900";
  display: block;
  font-size: 1.25rem;
  color: #cfcdc9;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.filter-catalog__title._active {
  background-color: #fff;
}

.filter-catalog__title._active::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.filter-catalog._init .filter-catalog__title {
  cursor: pointer;
}

.filter-catalog__items {
  background: rgba(255, 204, 0, 0.05);
  border: 0.0625rem solid #cfcdc9;
  padding: 1.625rem 1.3125rem 0;
  padding-top: 1.625rem;
}

.item-filter:not(:first-child) {
  border-top: 0.0625rem solid #dddddd;
}

.item-filter:last-child {
  border-bottom: 0.0625rem solid #dddddd;
}

.item-filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.9375rem;
  width: 100%;
  padding: 1.25rem 1.4375rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #1e1e1e;
}

.item-filter__title::before {
  padding: 0rem 0.1875rem;
  font-size: 0.9375rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.item-filter__title._active::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.item-filter__title_price {
  display: block;
  text-align: start;
  cursor: default;
}

.item-filter__body {
  padding: 0 1.4375rem 1.25rem;
}

.item-filter__body[hidden] {
  display: none;
}

.item-filter__checkbox:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.item-filter__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.item-filter__checkbox span {
  font-size: 1rem;
  color: #1e1e1e;
}

.item-filter__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  margin-bottom: 1.25rem;
}

.item-filter__inputs input {
  width: 4.375rem;
  height: 2.1875rem;
  padding: 0.125rem 0.3125rem;
  font-size: 1rem;
  background: #e7e4db;
  color: #1e1e1e;
  text-align: center;
}

.item-filter__inputs span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(30, 30, 30, 0.6);
}

.item-filter__button {
  width: calc(100% + 5.375rem);
  padding: 0.8125rem;
  margin: 0rem -2.6875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #1e1e1e;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.welcome {
  padding: 1.875rem;
  background-color: #393e41;
  min-width: 100vw;
  min-height: 100vh;
  color: #f6f7eb;
}

.welcome > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

.welcome__title {
  font-size: 2.25rem;
  color: #44bba4;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}

.welcome__feature {
  font-size: 1.125rem;
}

.finished-welcome__title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  color: #44bba4;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}

.finished-welcome__list {
  padding-left: 1.25rem;
}

.finished-welcome__list:not(:last-child) {
  margin-bottom: 1.875rem;
}

.finished-welcome__item {
  list-style-type: decimal;
}

.finished-welcome__item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.finished-welcome__link {
  display: inline-block;
  color: #419e8c;
  text-decoration: underline;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}

.block-welcome {
  width: 100%;
  max-width: 29.375rem;
  padding: 1.25rem 0rem;
  padding-left: calc(1.875rem + 40 * ((100vw - 320px) / 210));
  padding-right: calc(1.875rem + 40 * ((100vw - 320px) / 210));
  border-radius: calc(3.125rem + 50 * ((100vw - 320px) / 210));
  background-color: #3f88c5;
}

.block-welcome_contacts {
  background-color: #e94f37;
}

.block-welcome__title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  color: #44bba4;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}

.block-welcome__content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-welcome__content p:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.block-welcome__content a {
  display: inline-block;
  color: #419e8c;
  text-decoration: underline;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}

.main {
  position: relative;
}

.main__pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.main__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
}

.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 3.125rem;
}

.slide-main {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(5rem + 60 * ((100vw - 320px) / 1046.98));
  padding-bottom: calc(5rem + 24 * ((100vw - 320px) / 1046.98));
}

.slide-main__img-ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.slide-main__container {
  width: 100%;
}

.slide-main__body {
  border: 0.125rem solid #cfcdc9;
}

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

.slide-main__row:not(:last-child) {
  border-bottom: 0.125rem solid #cfcdc9;
}

.slide-main__title-block {
  width: 100%;
  border-right: 0.125rem solid #cfcdc9;
  color: #ffffff;
  padding-top: calc(1.25rem + 17 * ((100vw - 320px) / 1046.98));
  padding-bottom: calc(1.25rem + 17 * ((100vw - 320px) / 1046.98));
  padding-left: calc(1.25rem + 30 * ((100vw - 320px) / 1046.98));
  padding-right: calc(1.25rem + 30 * ((100vw - 320px) / 1046.98));
}

.slide-main__title {
  font-family: NeutralFace;
  font-weight: 700;
  line-height: 1.21875;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: calc(1.625rem + 10 * ((100vw - 320px) / 1046.98));
}

.slide-main__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  line-height: 1.1666666667;
  font-size: calc(1rem + 8 * ((100vw - 320px) / 1046.98));
}

.slide-main__text:not(:last-child) {
  margin-bottom: 0.625rem;
}

.slide-main__text::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5rem;
          flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}

.slide-main__button-block {
  padding-top: calc(1.25rem + 17 * ((100vw - 320px) / 1046.98));
  padding-bottom: calc(1.25rem + 17 * ((100vw - 320px) / 1046.98));
  padding-left: calc(1.25rem + 30 * ((100vw - 320px) / 1046.98));
  padding-right: calc(1.25rem + 30 * ((100vw - 320px) / 1046.98));
}

.slide-main__button {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  line-height: 1.1944444444;
  color: #fff;
  text-align: center;
  padding: 1.25rem 3.75rem;
  font-size: 1.25rem;
  background: rgba(15, 15, 15, 0.5);
  -webkit-backdrop-filter: blur(1.5625rem);
          backdrop-filter: blur(1.5625rem);
  -webkit-transition: -webkit-backdrop-filter 0.22s;
  transition: -webkit-backdrop-filter 0.22s;
  -o-transition: backdrop-filter 0.22s;
  transition: backdrop-filter 0.22s;
  transition: backdrop-filter 0.22s, -webkit-backdrop-filter 0.22s;
}

.slide-main__button span {
  position: relative;
  z-index: 2;
}

.slide-main__arrow-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(23.75rem, 100%, 12.5rem);
          flex: 0 0 clamp(23.75rem, 100%, 12.5rem);
  min-height: 8.75rem;
  margin-left: auto;
  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;
  gap: 0.3125rem;
  border-left: 0.125rem solid #cfcdc9;
  padding-top: calc(1.25rem + 10 * ((100vw - 320px) / 1430));
  padding-bottom: calc(1.25rem + 10 * ((100vw - 320px) / 1430));
  padding-left: calc(1.25rem + 37 * ((100vw - 320px) / 1430));
  padding-right: calc(1.25rem + 37 * ((100vw - 320px) / 1430));
}

.slide-main__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.25rem;
  color: #cfcdc9;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.pages-slide-main {
  width: 7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
}

.pages-slide-main__text {
  min-width: 1.25rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pages-slide-main__current {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  font-size: 1.6875rem;
  line-height: 1.2291666667;
  color: #fff;
}

.catalog-main__body {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.item-catalog-main {
  position: relative;
  height: 15.125rem;
  width: min(100%, 21.25rem);
  margin: 0 auto;
  overflow: hidden;
}

.item-catalog-main__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.item-catalog-main__image-ibg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.item-catalog-main__body {
  position: relative;
  height: 100%;
  margin-left: 1.5rem;
  z-index: 2;
}

.item-catalog-main__title-block {
  height: 52.75%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  margin-bottom: -0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0.9375rem 1.25rem;
  border-left: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  width: calc(9.25rem + 32 * ((100vw - 320px) / 704));
}

.item-catalog-main__title {
  font-family: neutralFace;
  font-weight: 700;
  line-height: 1.9375rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25rem;
  color: #1e1e1e;
}

.item-catalog-main__button {
  text-align: start;
  height: 47.5%;
  margin-top: -0.0625rem;
  padding: 1.25rem;
  line-height: 1.2083333333;
  font-size: 1rem;
  color: #fff;
  background: rgba(15, 15, 15, 0.5);
  -webkit-backdrop-filter: blur(1.5625rem);
          backdrop-filter: blur(1.5625rem);
  border-top: 0.125rem solid #ffffff;
  border-left: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  -webkit-transition: -webkit-backdrop-filter 0.22s;
  transition: -webkit-backdrop-filter 0.22s;
  -o-transition: backdrop-filter 0.22s;
  transition: backdrop-filter 0.22s;
  transition: backdrop-filter 0.22s, -webkit-backdrop-filter 0.22s;
}

.item-catalog-main__button span {
  margin-left: 0.625rem;
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  width: 2.5rem;
  height: 0.0625rem;
  background-color: #fff;
}

.item-catalog-main__button span::before,
.item-catalog-main__button span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  height: 0.0625rem;
  width: 0.375rem;
  background-color: #fff;
}

.item-catalog-main__button span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.item-catalog-main__button span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top__title {
  font-weight: 700;
  line-height: 1.25;
  color: #1e1e1e;
  margin-bottom: 0.3125rem;
}

.viewed .top__title,
.like .top__title {
  margin-bottom: 0.625rem;
}

.more .top__title {
  margin-bottom: 1.25rem;
}

.top__text {
  line-height: 1.1666666667;
  color: #1e1e1e;
  margin-bottom: 0.625rem;
}

.top__body {
  position: relative;
}

.top__arrow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.625rem;
}

.more .top__arrow-block {
  margin-bottom: 2.1875rem;
}

.top__arrow {
  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: #1e1e1e;
  font-size: 1rem;
  padding: 0.3125rem 0rem;
}

.more .top__arrow {
  font-size: 1rem;
}

.top__arrow_left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide-top {
  width: 10.1875rem;
}

.like .slide-top {
  width: 10rem;
}

.slide-top__image-ibg {
  border-bottom: 0.125rem solid rgba(244, 191, 87, 0.2);
  height: 11.375rem;
  overflow: hidden;
}

.slide-top__image-ibg img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.like .slide-top__image-ibg {
  height: 10rem;
}

.slide-top__content {
  border: 0.125rem solid rgba(244, 191, 87, 0.2);
  width: 10.1875rem;
}

.like .slide-top__content {
  width: 10rem;
}

.content-catalog-r__body .slide-top__content {
  width: auto;
}

.slide-top__body {
  padding: 0.5625rem 0.375rem 0rem;
  color: #1e1e1e;
}

.like .slide-top__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 5.625rem;
}

.slide-top__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.5625rem 0.375rem;
}

.like .slide-top__block {
  padding: 0.5625rem 0.375rem;
}

.slide-top__title {
  display: block;
  height: 2.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.like .slide-top__title {
  margin-bottom: 0.3125rem;
}

.catalog-r .slide-top__title {
  height: 2.125rem;
  font-size: 0.875rem;
}

.slide-top__price {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.like .slide-top__price {
  margin-bottom: 0;
}

.slide-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0rem -0.375rem;
}

.like .slide-top__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.375rem;
          flex: 0 0 4.375rem;
  margin: 0;
}

.slide-top__details {
  width: 100%;
  height: 2.5rem;
  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;
  padding: 0.8125rem 0.125rem;
  line-height: 1.45;
  color: #fff;
  background: rgba(30, 30, 30, 0.85);
  font-size: 0.875rem;
  -webkit-transition: background 0.22s;
  -o-transition: background 0.22s;
  transition: background 0.22s;
}

.like .slide-top__details {
  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;
  height: 100%;
  padding: 0;
  background-color: #1e1e1e;
  font-size: 1.25rem;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.slide-top__cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  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-color: #cfcdc9;
  font-size: 1.375rem;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.features__header {
  position: relative;
  margin-bottom: 0.9375rem;
}

.features__title-bg {
  margin: 0rem -0.9375rem;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.1);
}

.features__title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 0.9375rem;
  padding-bottom: 0.3125rem;
  margin-top: -1.25rem;
}

.features__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.1875rem;
  width: 3.3125rem;
  background-color: #1e1e1e;
}

.features__block:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.block-features {
  color: #1e1e1e;
}

.block-features__image-ibg {
  height: 10.125rem;
  overflow: hidden;
}

.block-features__image-ibg span {
  position: absolute;
  width: 13rem;
  height: 13rem;
  border: 0.125rem solid #cfcdc9;
  z-index: 2;
}

.block-features__image-ibg span::before,
.block-features__image-ibg span::after {
  content: "";
  position: absolute;
  width: calc(50% + 0.0625rem);
  height: calc(50% + 0.0625rem);
}

.block-features__image-ibg span::before {
  left: 0;
  top: 0;
  border-right: 0.125rem solid #cfcdc9;
  border-bottom: 0.125rem solid #cfcdc9;
}

.block-features__image-ibg span::after {
  right: 0;
  bottom: 0;
  border-left: 0.125rem solid #cfcdc9;
  border-top: 0.125rem solid #cfcdc9;
}

.tr .block-features__image-ibg span {
  left: 1.5rem;
  top: -0.3125rem;
}

.features__block_reverse .block-features__image-ibg span {
  right: 1.5rem;
  bottom: -0.3125rem;
  border-color: #1e1e1e;
}

.features__block_reverse .block-features__image-ibg span::before,
.features__block_reverse .block-features__image-ibg span::after {
  border-color: #1e1e1e;
}

.block-features__body {
  padding: 0.9375rem 0.9375rem 0.3125rem;
  border-bottom: 0.125rem solid #1e1e1e;
}

.block-features__content {
  margin-bottom: 2.5rem;
}

.block-features__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
}

.block-features__text {
  font-weight: 500;
  opacity: 0.8;
  font-size: 1rem;
}

.block-features__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 1rem;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.block-features__button::before {
  font-size: 0.375rem;
}

.block-features__button span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
}

.gallery {
  position: relative;
}

.gallery__image-ibg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.gallery__title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  font-weight: 700;
  line-height: 1.2337662338;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 2.125rem;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  padding: 1.25rem 0rem;
  color: #fff;
}

.gallery__body {
  width: 100%;
  position: relative;
  padding-top: calc(4rem + 31 * ((100vw - 320px) / 447.98));
  padding-bottom: calc(4rem + 31 * ((100vw - 320px) / 447.98));
}

.gallery__slider {
  width: min(100%, 34.375rem);
  margin: 0 auto;
  overflow: visible;
}

.gallery__arrow-block {
  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;
  position: absolute;
  z-index: 2;
}

.gallery__arrow-block_right {
  right: 0rem;
  bottom: 1.5625rem;
}

.gallery__arrow-block_left {
  left: 0rem;
  top: 1.5625rem;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.gallery__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cfcdc9;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
  font-size: calc(1.4375rem + 19 * ((100vw - 320px) / 447.98));
}

.slide-gallery {
  width: min(100%, 34.375rem);
}

.slide-gallery__image-ibg {
  width: min(100%, 34.375rem);
  padding-bottom: 81.7102137767%;
  border-bottom: 0.3125rem solid #cfcdc9;
}

.slide-gallery__image-ibg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.swiper-slide-active .slide-gallery__image-ibg::before {
  background-color: rgba(0, 0, 0, 0);
}

.benfits__title {
  margin-bottom: 0.9375rem;
}

.benfits__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benfits__item {
  min-height: 37.9375rem;
  position: relative;
  color: #fff;
}

.big-item-benefits {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.big-item-benefits__play {
  position: absolute;
  width: 15rem;
  height: 15rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.big-item-benefits__image-ibg {
  min-height: 37.9375rem;
}

.big-item-benefits__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.0625rem;
  padding: 1.4375rem 2.8125rem 0;
  background-color: #1e1e1e;
}

.big-item-benefits__content {
  border-left: 0.1875rem solid #cfcdc9;
  padding-left: 0.9375rem;
}

.big-item-benefits__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.21875;
  margin-bottom: 1.25rem;
}

.big-item-benefits__text {
  font-size: 1rem;
  color: #fff;
}

.big-item-benefits__text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.big-item-benefits__button-container {
  display: none;
}

.big-item-benefits__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  color: #fff;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.big-item-benefits__button::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.375rem;
}

.big-item-benefits__button span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
}

.big-item-benefits__footer {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin: 0rem -2.8125rem;
  border: 0.1875rem solid #cfcdc9;
}

.big-item-benefits__footer img {
  width: 5.0625rem;
}

.big-item-benefits__footer-text {
  display: none;
}

.item-benefits {
  min-height: 37.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item-benefits__img-ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.item-benefits__play {
  position: absolute;
  width: 15rem;
  height: 15rem;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.item-benefits__content {
  position: relative;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.125rem;
  z-index: 2;
}

.item-benefits__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(30, 30, 30, 0.1);
  -webkit-backdrop-filter: blur(2.375rem);
          backdrop-filter: blur(2.375rem);
  border: 0.1875rem solid #cfcdc9;
}

.item-benefits__content img {
  width: 5.0625rem;
  position: relative;
  z-index: 2;
}

.item-benefits__content-text {
  display: none;
}

.partners__title {
  margin-bottom: 0.3125rem;
}

.partners__text {
  margin-bottom: 0.3125rem;
  max-width: 77.75rem;
  font-size: 1rem;
  color: #1e1e1e;
}

.partners__body {
  position: relative;
}

.partners__arrow {
  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: #1e1e1e;
  padding: 0.625rem 0rem;
  font-size: 1rem;
}

.partners__arrow_left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slide-partners {
  max-width: 10rem;
}

.slide-partners__image-ibg {
  width: 10rem;
  height: 4.375rem;
}

.text__container {
  padding-bottom: 1.25rem;
  margin-bottom: -1.25rem;
}

.text__title {
  margin-bottom: 0.625rem;
}

.text__text {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  color: #1e1e1e;
  margin-bottom: 0.3125rem;
  max-height: 5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: height 0.22s;
  -o-transition: height 0.22s;
  transition: height 0.22s;
}

.text__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.text__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: height 0.22s;
  -o-transition: height 0.22s;
  transition: height 0.22s;
}

.text__text.active {
  max-height: none;
}

.text__text.active::before {
  height: 0rem;
}

.button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1rem;
  color: #1e1e1e;
  margin-left: auto;
}

.button-text__arrow-block {
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.button-text.active .button-text__arrow-block {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.button-text__arrow {
  display: block;
  font-size: 1.125rem;
  color: #cfcdc9;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.button-text__arrow:not(:last-child) {
  margin-bottom: -0.5rem;
}

.button-text__arrow::before {
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.form {
  position: relative;
}

.form__image-bg-ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.form__image-ibg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  border-left: 0.125rem solid #cfcdc9;
  border-bottom: 0.125rem solid #cfcdc9;
}

.form__block {
  color: #fff;
}

.header-form {
  padding: 1.25rem 2rem;
  border-width: 0.0625rem 0.0625rem 0rem 0.0625rem;
  border-color: #cfcdc9;
  border-style: solid;
}

.header-form__title {
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.header-form__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
}

.form-form__content {
  padding: 2.1875rem 1.25rem;
  border-width: 0rem 0.0625rem;
  border-color: #cfcdc9;
  border-style: solid;
}

.form-form__input {
  width: min(44rem, 100%);
  padding: 0.625rem 0.75rem;
  background-color: transparent;
  border-bottom: 0.125rem solid #fff;
  border-radius: 0rem;
  font-size: 1rem;
  line-height: 1.1875;
  color: #fff;
  -webkit-transition: border-color 0.22s;
  -o-transition: border-color 0.22s;
  transition: border-color 0.22s;
}

.form-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-form__input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-form__input:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.form-form__input:focus {
  border-color: #cfcdc9;
}

.form-form__submit {
  width: 100%;
  height: auto;
  padding: 1.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
  border: 0.125rem solid #cfcdc9;
  background: rgba(30, 30, 30, 0.15);
  -webkit-backdrop-filter: blur(1.5625rem);
          backdrop-filter: blur(1.5625rem);
  -webkit-transition: -webkit-backdrop-filter 0.22s;
  transition: -webkit-backdrop-filter 0.22s;
  -o-transition: backdrop-filter 0.22s;
  transition: backdrop-filter 0.22s;
  transition: backdrop-filter 0.22s, -webkit-backdrop-filter 0.22s;
}

.catalog__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.875rem, 1fr));
  gap: 1.25rem;
}

.item-catalog {
  position: relative;
  width: min(100%, 30rem);
  height: 17.5rem;
  margin: 0 auto;
  overflow: hidden;
}

.item-catalog__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item-catalog__body {
  position: relative;
  height: 100%;
  margin-left: 0.625rem;
  opacity: 0;
  z-index: 2;
}

.item-catalog__title-block {
  height: 52.75%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: -0.4375rem;
  padding: 0.9375rem;
  border-left: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  border-top: 0.125rem solid #ffffff;
  -webkit-backdrop-filter: blur(0.9375rem);
          backdrop-filter: blur(0.9375rem);
}

.item-catalog__title {
  font-family: neutralFace;
  font-weight: 700;
  line-height: 1.9375rem;
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e;
  font-size: 1.25rem;
}

.item-catalog__text {
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(30, 30, 30, 0.5);
}

.item-catalog__button {
  height: 47.25%;
  width: 12.5rem;
  border-left: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  cursor: default;
}

.menu-item-catalog {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(30, 30, 30, 0.9);
  padding: 1rem 0.9375rem;
  z-index: 3;
}

.menu-item-catalog__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #cfcdc9;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.menu-item-catalog__list {
  height: 13.6875rem;
  overflow: auto;
}

.menu-item-catalog__item {
  font-size: 1.25rem;
}

.menu-item-catalog__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.menu-item-catalog__link {
  color: #ffffff;
  opacity: 0.6;
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.menu-item-catalog__button {
  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;
  gap: 0.625rem;
  background: rgba(30, 30, 30, 0.8);
  border-top: 0.125rem solid #cfcdc9;
  -webkit-backdrop-filter: blur(0.1875rem);
          backdrop-filter: blur(0.1875rem);
  margin: 0rem -0.9375rem;
  padding: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #fff;
  -webkit-transition: background 0.22s;
  -o-transition: background 0.22s;
  transition: background 0.22s;
}

.menu-item-catalog__button span {
  display: block;
  position: relative;
  width: 3.75rem;
  height: 0.0625rem;
  background-color: #fff;
}

.menu-item-catalog__button span::before,
.menu-item-catalog__button span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  height: 0.0625rem;
  width: 0.375rem;
  background-color: #fff;
}

.menu-item-catalog__button span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-item-catalog__button span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.basket__content {
  margin-bottom: 2.5rem;
}

.basket__block {
  margin-bottom: 1.25rem;
}

.side-basket {
  padding: 2.5rem 1.25rem 0rem;
  border: 0.125rem solid #cfcdc9;
}

.side-basket__button {
  width: calc(100% + 2.5rem);
  min-height: 5rem;
  padding: 1.5625rem;
  margin: 0rem -1.25rem;
  background: rgba(30, 30, 30, 0.85);
  border-top: 0.125rem solid #cfcdc9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.21875;
  -webkit-transition: background 0.22s;
  -o-transition: background 0.22s;
  transition: background 0.22s;
}

.number-side-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 0.3125rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.125rem solid rgba(30, 30, 30, 0.1);
  font-weight: 500;
}

.number-side-basket__text {
  font-size: 1.25rem;
  line-height: 1.2;
  color: rgba(90, 88, 82, 0.8);
}

.number-side-basket__price {
  font-size: 1.25rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.in-all-side-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1e1e1e;
  padding: 1.875rem 0rem 2.5rem;
}

.in-all-side-basket__text {
  font-weight: 700;
  font-size: 2rem;
}

.in-all-side-basket__price {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
}

.side-basket-checkbox {
  display: none;
}

.side-basket-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.side-basket-checkbox__text {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1e1e1e;
  opacity: 0.5;
}

.order-basket {
  position: relative;
  padding: 1.5625rem 1.5625rem 0rem;
  border: 0.125rem solid #cfcdc9;
  margin-bottom: 2.5rem;
}

.order-basket__title {
  margin-bottom: 1.5625rem;
  font-size: 1.5rem;
  text-align: center;
  text-transform: none;
}

.order-basket__body {
  margin-bottom: 2.5rem;
}

.body-order-basket__image-ibg {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.5rem;
          flex: 0 0 17.5rem;
  width: 17.5rem;
  height: 10rem;
  margin: 0 auto 1.5625rem;
  overflow: hidden;
}

.body-order-basket__image-ibg img {
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.body-order-basket__title {
  display: block;
  margin-bottom: 3.125rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.body-order-basket__block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.body-order-basket__row {
  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: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.body-order-basket__price {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.21875;
}

.body-order-basket__delete {
  position: absolute;
  right: 0.9375rem;
  top: 2.1875rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

.body-order-basket__delete::before,
.body-order-basket__delete::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.0625rem;
  height: 0.125rem;
  background-color: rgba(30, 30, 30, 0.6);
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.body-order-basket__delete::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.body-order-basket__delete::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.footer-order-basket {
  position: relative;
  margin: 0rem -1.5625rem;
}

.footer-order-basket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.125rem;
  background-color: rgba(244, 192, 87, 0.2);
}

.footer-order-basket__button {
  width: 100%;
  display: block;
  padding: 1.4375rem;
  background-color: #cfcdc9;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.footer-order-basket__button:first-child {
  color: #31302f;
  background: rgba(244, 191, 87, 0.35);
}

.block-basket {
  background: rgba(244, 191, 87, 0.2);
  border: 0.125rem solid rgba(244, 191, 87, 0.2);
}

.block-basket__header {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 1.25rem;
  padding: 2.0625rem 1.875rem;
}

.block-basket__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  text-align: center;
}

.block-basket__button {
  font-size: 1rem;
  text-decoration-line: underline;
  color: #5a5852;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.block-basket__content {
  padding: 0rem 1.25rem 1.5625rem;
  border-bottom: 0.125rem solid #cfcdc9;
}

.block-basket__body_contact {
  display: block;
}

.block-basket__input {
  display: block;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #5a5852;
  background: none;
  border-bottom: 0.0625rem solid rgba(30, 30, 30, 0.15);
  -webkit-transition: border-color 0.22s;
  -o-transition: border-color 0.22s;
  transition: border-color 0.22s;
}

.block-basket__input:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.block-basket__input:focus {
  border-color: #cfcdc9;
}

.block-basket__input::-webkit-input-placeholder {
  color: rgba(90, 88, 82, 0.8);
}

.block-basket__input::-moz-placeholder {
  color: rgba(90, 88, 82, 0.8);
}

.block-basket__input:-ms-input-placeholder {
  color: rgba(90, 88, 82, 0.8);
}

.block-basket__input::-ms-input-placeholder {
  color: rgba(90, 88, 82, 0.8);
}

.block-basket__input::placeholder {
  color: rgba(90, 88, 82, 0.8);
}

.block-basket__form {
  margin-bottom: 1.875rem;
}

.form-block-basket {
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-block-basket__location {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  padding: 0rem 0.9375rem;
  font-size: 1rem;
  color: #cfcdc9;
  background-color: #fff;
}

.form-block-basket__location::before {
  display: block;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.form-block-basket__submit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  background-color: #cfcdc9;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.form-block-basket__submit::before,
.form-block-basket__submit::after {
  content: "";
  position: absolute;
  height: 0.125rem;
  background-color: #fff;
}

.form-block-basket__submit::before {
  left: 30%;
  top: 50%;
  width: 0.5rem;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}

.form-block-basket__submit::after {
  left: 40%;
  top: 46%;
  width: 0.875rem;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.item-block-basket {
  max-width: 11.25rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  padding: 0.9375rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.125rem solid #fceccd;
  cursor: pointer;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

.item-block-basket:nth-child(2) .item-block-basket__image {
  position: relative;
  left: 0.5rem;
}

.item-block-basket:not(:last-child) {
  margin-bottom: 0.625rem;
}

.item-block-basket__image {
  max-height: 2.875rem;
}

.item-block-basket__image img,
.item-block-basket__image svg {
  display: block;
  max-height: 2.875rem;
  max-width: 100%;
}

.item-block-basket__image svg > * {
  -webkit-transition: stroke 0.22s, fill 0.22s;
  -o-transition: stroke 0.22s, fill 0.22s;
  transition: stroke 0.22s, fill 0.22s;
}

.item-block-basket__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: #1e1e1e;
  text-align: center;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.product__breadcrums {
  position: relative;
  border-top: 0.3125rem solid #cfcdc9;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.product-main__container {
  overflow: visible;
}

.media-product-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  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;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
}

.media-product-main__thumbs {
  position: relative;
}

.slider-thumbs-media-product-main {
  width: 3.875rem;
  height: 23rem;
  margin: 0;
}

.slider-thumbs-media-product-main__arrow {
  position: absolute;
  left: 50%;
  color: #1e1e1e;
  cursor: pointer;
  z-index: 2;
  font-size: 0.875rem;
}

.slider-thumbs-media-product-main__arrow_top {
  top: -0.875rem;
  -webkit-transform: translate(-50%, -100%) rotate(-90deg);
      -ms-transform: translate(-50%, -100%) rotate(-90deg);
          transform: translate(-50%, -100%) rotate(-90deg);
}

.slider-thumbs-media-product-main__arrow_bottom {
  bottom: -0.875rem;
  -webkit-transform: translate(-50%, 100%) rotate(90deg);
      -ms-transform: translate(-50%, 100%) rotate(90deg);
          transform: translate(-50%, 100%) rotate(90deg);
}

.slide-slider-thumbs-media-product-main {
  cursor: pointer;
}

.slide-slider-thumbs-media-product-main__image-ibg {
  width: 100%;
  padding-bottom: 184%;
}

.slide-slider-thumbs-media-product-main__image-ibg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 2;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.swiper-slide-thumb-active .slide-slider-thumbs-media-product-main__image-ibg::before {
  opacity: 0;
}

.slider-media-product-main {
  width: 18.75rem;
  padding: 0.625rem 0 0 0.625rem;
  margin: -0.625rem 0 0 -0.625rem;
}

.slider-media-product-main__swiper {
  height: 25rem;
}

.slider-media-product-main__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.9375rem;
}

.slider-media-product-main__pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

.slider-media-product-main__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.625rem;
}

.slider-media-product-main__pagination .swiper-pagination-bullet-active {
  background: #cfcdc9;
  opacity: 1;
}

/*.slide-slider-media-product-main.swiper-slide-active {
  -webkit-box-shadow: -0.625rem -0.3125rem rgba(244, 192, 87, 0.5);
          box-shadow: -0.625rem -0.3125rem rgba(244, 192, 87, 0.5);
}*/

.slide-slider-media-product-main__image-ibg {
  width: 100%;
  height: 100%;
}

sup {
  font-weight: 400;
  font-size: 0.6em;
}

.content-product-main {
  position: relative;
  padding: 1.25rem 0rem 3.75rem 1.25rem;
}

.content-product-main::before {
  content: "";
  position: absolute;
  left: -1.375rem;
  bottom: 0;
  height: calc(100% + 5.625rem);
  width: 200vw;
  background-color: #1e1e1e;
}

.content-product-main__title {
  position: relative;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  color: #fff;
}

.content-product-main__body {
  position: relative;
  margin-bottom: 2.5rem;
}

.content-product-main__footer {
  position: relative;
}

.body-content-product-main {
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
}

.body-content-product-main__block:first-child {
  margin-bottom: 3.75rem;
}

.body-content-product-main__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.0625rem;
  margin-bottom: 1.875rem;
}

.body-content-product-main__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #cfcdc9;
}

.body-content-product-main__price-text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}

.body-content-product-main__quantity {
  margin-bottom: 0.9375rem;
}

.body-content-product-main__text {
  color: #5a5852;
  margin-bottom: 1.875rem;
  font-size: 1rem;
}

.body-content-product-main__text p:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.quantity-body-content-product-main__body {
  max-width: 21.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
  color: #e7e4db;
}

.quantity-body-content-product-main__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.quantity-body-content-product-main__title {
  font-weight: 500;
  opacity: 0.8;
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  color: #e7e4db;
}

.quantity-body-content-product-main__row {
  padding: 0.625rem 0.9375rem;
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.125rem solid #cfcdc9;
}

.quantity-body-content-product-main__block:first-child .quantity-body-content-product-main__row {
  border-right: 0.3125rem solid #cfcdc9;
}

.quantity-body-content-product-main__block:last-child .quantity-body-content-product-main__row {
  position: relative;
  left: -0.0625rem;
  border-left: 0.3125rem solid #cfcdc9;
}

.quantity-body-content-product-main__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  padding: 0.3125rem;
  background-color: transparent;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}

.quantity-body-content-product-main__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  font-weight: 500;
  font-size: 1rem;
  color: #e7e4db;
}

.quantity-body-content-product-main__button {
  font-size: 1.25rem;
  padding: 0.3125rem;
  margin: -0.3125rem;
}

.thickness-body-content-product-main__row {
  margin-top: 0.625rem;
  width: 8.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thickness-body-content-product-main__button {
  color: #5a5852;
}

.thickness-body-content-product-main__button_left::before {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.thickness-body-content-product-main__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
}

.footer-content-product-main__link {
  display: inline-block;
  text-decoration-line: underline;
  font-size: 1rem;
  color: #5a5852;
  margin-bottom: 1.25rem;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.footer-content-product-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  max-width: 19.25rem;
}

.footer-content-product-main__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 2.8125rem;
  padding: 0.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #1e1e1e;
  text-align: center;
  background-color: #cfcdc9;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.footer-content-product-main__button:first-child {
  background-color: #fff;
}

.description-p__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.9375rem;
}

.description-p__title::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.3125rem;
  background-color: #1e1e1e;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.description-p__text {
  color: #1e1e1e;
  font-size: 1rem;
}

.guarantees-p__title {
  margin-bottom: 0.9375rem;
}

.guarantees-p__body {
  max-width: 75rem;
  color: #1e1e1e;
  border-left: 0.3125rem solid #1e1e1e;
}

.guarantees-p__image-ibg {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  max-width: 100%;
  width: 22.5rem;
  height: 18rem;
  margin-bottom: 2.1875rem;
}

.guarantees-p__content {
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
}

.guarantees-p__block:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.guarantees-p__title-t {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  margin-bottom: 0.625rem;
}

.guarantees-p__text {
  font-size: 1rem;
}

.guarantees-p__text:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.guarantees-p__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.guarantees-p__list li::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.25rem;
          flex: 0 0 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #1e1e1e;
}

.advantages-p__container {
  max-width: 120rem;
  padding: 0;
}

.advantages-p__title {
  margin-bottom: 0.9375rem;
}

.tabs-advantages-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.tabs-advantages-p__navigation {
  border: 0.0625rem solid #cfcdc9;
}

.tabs-advantages-p__title {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 4.375rem;
  text-align: center;
  background-color: #1e1e1e;
  overflow: hidden;
  -webkit-transition: background-color 0.22s;
  -o-transition: background-color 0.22s;
  transition: background-color 0.22s;
}

.tabs-advantages-p__title:not(:last-child) {
  border-bottom: 0.0625rem solid #cfcdc9;
}

.tabs-advantages-p__title span {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  font-weight: 900;
  font-size: 5.625rem;
  text-transform: uppercase;
  background: -o-linear-gradient(288.04deg, #3b3b3b 3.85%, #1e1e1e 83.94%);
  background: linear-gradient(161.96deg, #3b3b3b 3.85%, #1e1e1e 83.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.tabs-advantages-p__title._active {
  background-color: #cfcdc9;
}

.tabs-advantages-p__title._active span {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.tabs-advantages-p__image-ibg {
  padding-bottom: 67.2456575682%;
}

.tabs-advantages-p__image-ibg span {
  position: absolute;
  top: 1.0625rem;
  left: 6.25rem;
  display: block;
  font-weight: 700;
  font-size: 8rem;
  color: #cfcdc9;
  text-transform: uppercase;
  mix-blend-mode: overlay;
  opacity: 0.9;
  z-index: 2;
  left: calc(4.375rem + 134 * ((100vw - 320px) / 671.98));
  font-size: calc(5rem + 232 * ((100vw - 320px) / 671.98));
}

.contacts {
  position: relative;
  height: 17.0625rem;
  padding-top: 5rem;
}

.contacts__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contacts__container {
  position: relative;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.25rem;
  margin-bottom: -1.25rem;
  overflow: visible;
}

.contacts__decor-block {
  position: absolute;
  left: 0;
  right: 1.25rem;
  bottom: -0.3125rem;
  height: 15rem;
}

.contacts__decor {
  position: absolute;
  width: 5.625rem;
  height: 6.875rem;
  border: 0.0625rem solid #cfcdc9;
}

.contacts__decor:nth-child(1) {
  right: 5.5625rem;
  bottom: 6.8125rem;
}

.contacts__decor:nth-child(2) {
  right: 0rem;
  bottom: 6.8125rem;
}

.contacts__decor:nth-child(3) {
  height: 5.3125rem;
  right: 0rem;
  bottom: 1.5625rem;
  border-bottom: none;
}

.contacts__decor:nth-child(4) {
  height: 5.3125rem;
  right: 5.5625rem;
  bottom: 1.5625rem;
  width: calc(100% - 6.875rem);
  border-bottom: none;
}

.contacts__title {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 0.3125rem;
  margin-left: 0.9375rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.234375;
  text-transform: uppercase;
}

.contacts__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 100%;
  height: 0.3125rem;
  background-color: #cfcdc9;
}

.contacts .breadcrums__link {
  color: #f2f1ed;
  opacity: 0.5;
}

.contacts .breadcrums__link span {
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.contacts .breadcrums__text {
  color: #f2f1ed;
  opacity: 0.5;
}

.contacts .breadcrums__current {
  color: #f2f1ed;
  opacity: 0.8;
}

.row-c__body {
  border-bottom: 0.3125rem solid #1e1e1e;
}

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

.body-row-c__content {
  border: 0.0625rem solid #fdf2dd;
}

.body-row-c__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.1875rem 1.25rem;
  text-align: center;
}

.body-row-c__block:not(:last-child) {
  border-bottom: 0.0625rem solid #fdf2dd;
}

.body-row-c__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.body-row-c__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: 1rem;
  color: #1e1e1e;
}

.body-row-c__text:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.body-row-c__text::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #cfcdc9;
}

.body-row-c__text_phone {
  position: relative;
  padding-left: 1.25rem;
}

.body-row-c__text_phone::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1rem;
}

.body-row-c__text_phone span::after {
  background-color: #1e1e1e;
}

.body-row-c__image-ibg {
  padding-bottom: 21.5625rem;
}

.body-2-row-c {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.body-2-row-c::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.1875rem;
  -webkit-transform: translate(0, -60%);
      -ms-transform: translate(0, -60%);
          transform: translate(0, -60%);
  width: 6.25rem;
  height: 6.25rem;
  background: rgba(30, 30, 30, 0.6);
  -webkit-backdrop-filter: blur(1.5625rem);
          backdrop-filter: blur(1.5625rem);
  z-index: 2;
}

.body-2-row-c__content {
  border: 0.125rem solid #fdf2dd;
}

.body-2-row-c__block {
  padding: 2.1875rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.body-2-row-c__block:not(:last-child) {
  border-bottom: 0.0625rem solid #fdf2dd;
}

.body-2-row-c__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.body-2-row-c__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.body-2-row-c__social {
  width: 2.25rem;
}

.body-2-row-c__social img {
  width: 100%;
}

.body-2-row-c__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-size: 1rem;
  color: #1e1e1e;
}

.body-2-row-c__text:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.body-2-row-c__text::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #cfcdc9;
}

.body-2-row-c__text_title {
  font-weight: 500;
}

.body-2-row-c__text.link span::after {
  background-color: #1e1e1e;
}

.body-2-row-c__image-ibg {
  padding-bottom: 18.125rem;
  border-top: 0.3125rem solid #1e1e1e;
}

.materials__title {
  margin-bottom: 0.9375rem;
}

.materials__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.875rem, 1fr));
  gap: 1.25rem;
}

.materials__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
}

.materials__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.materials__block {
  position: relative;
  padding: 1.25rem 1.875rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid #cfcdc9;
  -webkit-backdrop-filter: blur(1.5625rem);
          backdrop-filter: blur(1.5625rem);
  z-index: 2;
}

.materials__title-block {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  text-transform: uppercase;
}

.materials__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
  opacity: 0.5;
}

.materials__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  border: 0.0625rem solid #cfcdc9;
  border-left: none;
  background: transparent;
  z-index: 2;
  -webkit-transition: background 0.22s;
  -o-transition: background 0.22s;
  transition: background 0.22s;
}

.materials__arrow {
  font-size: 1.875rem;
  color: #cfcdc9;
  opacity: 0;
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.catalog-r__filter {
  margin-bottom: 2.5rem;
}

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

.catalog-r__content_empty {
  background: #fffcf2;
  border: 0.0625rem solid #cfcdc9;
}

.content-catalog-r-empty {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem;
}

.content-catalog-r-empty__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: rgba(30, 30, 30, 0.36);
}

.content-catalog-r-empty__text {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e;
}

.content-catalog-r-empty__image-ibg {
  width: 14.1875rem;
  height: 11.375rem;
}

.content-catalog-r__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.625rem;
  padding-bottom: 0.9375rem;
}

.content-catalog-r__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.content-catalog-r__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
  gap: 0.9375rem;
  margin-bottom: 2.5rem;
}

.footer-content-catalog-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0.0625rem solid #cfcdc9;
}

.footer-content-catalog-r__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 2.5rem;
  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: rgba(30, 30, 30, 0.25);
  -webkit-transition: background 0.22s;
  -o-transition: background 0.22s;
  transition: background 0.22s;
}

.footer-content-catalog-r__btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  color: #fff;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.footer-content-catalog-r__btn_left span {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.footer-content-catalog-r__btn-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  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: rgba(255, 204, 0, 0.05);
  border-left: 0.0625rem solid #cfcdc9;
  border-right: 0.0625rem solid #cfcdc9;
  -webkit-transition: background 0.22s;
  -o-transition: background 0.22s;
  transition: background 0.22s;
}

.footer-content-catalog-r__btn-2 span {
  display: block;
  position: relative;
  width: 1.875rem;
  height: 0.0625rem;
  background-color: #1e1e1e;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.footer-content-catalog-r__btn-2 span::before,
.footer-content-catalog-r__btn-2 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  height: 0.0625rem;
  width: 0.375rem;
  background-color: #1e1e1e;
}

.footer-content-catalog-r__btn-2 span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-content-catalog-r__btn-2 span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-content-catalog-r__btn-2_left {
  border-right: none;
}

.footer-content-catalog-r__btn-2_left span {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.footer-content-catalog-r__pages {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 2.5rem;
  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;
  gap: 0.9375rem;
  font-size: 1rem;
  color: rgba(30, 30, 30, 0.5);
  border-bottom: 0.0625rem solid #cfcdc9;
}

.footer-content-catalog-r__page {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.22s;
  -o-transition: color 0.22s;
  transition: color 0.22s;
}

.footer-content-catalog-r__page._active {
  color: #1e1e1e;
}

.article {
  position: relative;
  height: 17.0625rem;
  padding-top: 5rem;
}

.article__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.article__container {
  position: relative;
  height: 100%;
  padding-bottom: 1.25rem;
  margin-bottom: -1.25rem;
  overflow: visible;
}

.article__block {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article__decor-block {
  position: absolute;
  left: 0;
  right: 1.25rem;
  bottom: -0.3125rem;
  height: 15rem;
}

.article__decor {
  position: absolute;
  width: 5.625rem;
  height: 6.875rem;
  border: 0.0625rem solid #cfcdc9;
}

.article__decor:nth-child(1) {
  right: 5.5625rem;
  bottom: 6.8125rem;
}

.article__decor:nth-child(2) {
  right: 0rem;
  bottom: 6.8125rem;
}

.article__decor:nth-child(3) {
  height: 5.3125rem;
  right: 0rem;
  bottom: 1.5625rem;
  border-bottom: none;
}

.article__decor:nth-child(4) {
  height: 5.3125rem;
  right: 5.5625rem;
  bottom: 1.5625rem;
  width: calc(100% - 6.875rem);
  border-bottom: none;
}

.article__title {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 0.3125rem;
  margin-left: 0.9375rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.234375;
  text-transform: uppercase;
}

.article__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 100%;
  height: 0.3125rem;
  background-color: #cfcdc9;
}

.article__socials {
  display: none;
}

.article__social-ibg {
  width: 2.5625rem;
  height: 2.5625rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.article__social-ibg_youtube {
  height: 1.75rem;
}

.article .breadcrums__link {
  color: #f2f1ed;
  opacity: 0.5;
}

.article .breadcrums__link span {
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.article .breadcrums__text {
  color: #f2f1ed;
  opacity: 0.5;
}

.article .breadcrums__current {
  color: #f2f1ed;
  opacity: 0.8;
}

.block-1-thanks__text,
.block-2-article-a__button,
.block-2-article-a__text,
.block-article-a__text,
.article-a__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.article-a__body {
  margin-bottom: 2.5rem;
}

.article-a__block {
  margin-bottom: 1.25rem;
}

.block-article-a__block {
  padding: 0rem 0rem 1.25rem 0rem;
}

.block-article-a__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.21875;
  color: #1e1e1e;
  text-transform: uppercase;
}

.block-article-a__image-ibg {
  min-height: 13.9375rem;
  margin: 0rem -0.9375rem;
}

.block-2-article-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.block-2-article-a__image-ibg {
  min-height: 13.4375rem;
  margin: 0rem -0.9375rem;
}

.block-2-article-a__block {
  position: relative;
  padding: 0rem 0rem 0.8125rem 0rem;
}

.block-2-article-a__block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.9375rem;
  right: -0.9375rem;
  height: 0.1875rem;
  background-color: #1e1e1e;
}

.block-2-article-a__text {
  margin-bottom: 1.5625rem;
}

.block-2-article-a__button {
  font-weight: 400;
  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;
  gap: 1.25rem;
}

.block-2-article-a__button span {
  position: relative;
  top: 0.125rem;
  display: block;
  width: 5.4375rem;
  height: 0.0625rem;
  background-color: #1e1e1e;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.block-2-article-a__button span::before,
.block-2-article-a__button span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  height: 0.0625rem;
  width: 0.375rem;
  background-color: #1e1e1e;
}

.block-2-article-a__button span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.block-2-article-a__button span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.article-like__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.5625rem;
}

.article-like__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
  opacity: 0.5;
}

.article-like__button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 2.75rem;
  bottom: 0;
  height: 0.0625rem;
  background-color: #1e1e1e;
}

.article-like__button span {
  position: relative;
  top: 0.125rem;
  display: block;
  width: 2.125rem;
  height: 0.0625rem;
  background-color: #1e1e1e;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.article-like__button span::before,
.article-like__button span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  height: 0.0625rem;
  width: 0.375rem;
  background-color: #1e1e1e;
}

.article-like__button span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.article-like__button span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.article-like__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 1.25rem;
}

.article-article-like__image-ibg {
  padding-bottom: 53.5714285714%;
  overflow: hidden;
}

.article-article-like__image-ibg img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.article-article-like__body {
  position: relative;
  padding: 0.875rem 1.1875rem 0.875rem 0.875rem;
  border: 0.0625rem solid #fceccd;
  -webkit-transition: border-color 0.22s;
  -o-transition: border-color 0.22s;
  transition: border-color 0.22s;
}

.article-article-like__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.0625rem;
  right: -0.0625rem;
  height: 0.1875rem;
  background-color: #cfcdc9;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.article-article-like__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #1e1e1e;
  text-transform: uppercase;
}

.article-article-like__text {
  font-size: 1.0625rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
  opacity: 0.5;
}

.thanks {
  padding-top: 4.125rem;
}

.thanks__body {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.thanks__block-1 {
  margin-bottom: 1.25rem;
}

.thanks__more {
  border: 0.0625rem solid #cfcdc9;
  padding: 1.5625rem 1.25rem 1.875rem;
}

.thanks__more .top__slider {
  margin: 0rem -1.25rem;
}

.block-1-thanks {
  padding: 1.4375rem 0.75rem 1.875rem 1.25rem;
  border: 0.0625rem solid #cfcdc9;
}

.block-1-thanks__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.block-1-thanks__header span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  top: -0.3125rem;
  display: none;
  border-bottom: 0.1875rem dotted rgba(30, 30, 30, 0.1);
}

.block-1-thanks__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #1e1e1e;
  text-transform: uppercase;
}

.block-1-thanks__num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.block-1-thanks__text {
  max-width: 27.8125rem;
}

.block-2-thanks {
  padding: 1.5625rem 0.9375rem 2.5rem 1.25rem;
  border: 0.0625rem solid #cfcdc9;
}

.block-2-thanks__title {
  margin-bottom: 1.875rem;
}

.block-2-thanks__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
  row-gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-2-thanks__row:not(:last-child) {
  margin-bottom: 1.875rem;
}

.block-2-thanks__row > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  top: -0.3125rem;
  display: block;
  min-width: 1.25rem;
  border-bottom: 0.125rem dotted rgba(30, 30, 30, 0.1);
}

.block-2-thanks__title-r {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(90, 88, 82, 0.8);
}

.block-2-thanks__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
}

.block-2-thanks__text span::after {
  background-color: #1e1e1e;
}

.blog {
  position: relative;
  padding-top: 5rem;
}

.blog__image-ibg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.blog__container {
  overflow: visible;
  z-index: 2;
}

.blog__breadcrums .breadcrums__current {
  color: #fff;
  opacity: 0.8;
}

.blog__breadcrums .breadcrums__link {
  color: #fff;
  opacity: 0.5;
}

.blog__breadcrums .breadcrums__link span::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.blog__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.375rem;
  grid-template-columns: 1fr 4.375rem;
}

.blog__row-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.625rem;
  grid-template-columns: 1fr 5.625rem;
  border-top: 0.0625rem solid #cfcdc9;
  border-left: 0.0625rem solid #cfcdc9;
}

.blog__title {
  margin-left: 5.625rem;
  padding: 1.375rem 1.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.234375;
  text-transform: uppercase;
  color: #fff;
  border-top: 0.0625rem solid #cfcdc9;
  border-left: 0.0625rem solid #cfcdc9;
}

.blog__socials {
  padding: 1.4375rem 0.5rem 0rem;
}

.blog__social-items {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.125rem;
  padding-bottom: 0.75rem;
}

.blog__social-items::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0.3125rem;
  background-color: #cfcdc9;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.blog__social {
  width: 2.25rem;
  height: 2.25rem;
}

.blog__social svg {
  width: 100%;
  height: 100%;
}

.blog__social_yt {
  width: 3.1875rem;
}

.blog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.2083333333;
  text-align: center;
  border-left: 0.0625rem solid #cfcdc9;
}

.blog__button {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(30, 30, 30, 0.8);
  border: 0.125rem solid #cfcdc9;
  border-bottom: none;
  -webkit-backdrop-filter: blur(1.5625rem);
          backdrop-filter: blur(1.5625rem);
}

.blog__arrow {
  display: block;
  font-size: 1.5625rem;
  color: #cfcdc9;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.blog__arrow:not(:last-child) {
  margin-bottom: -0.3125rem;
}

.blog__arrow::before {
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.blog-b__body {
  display: -ms-grid;
  display: grid;
  row-gap: 1.25rem;
  margin-bottom: 1.875rem;
}

.article-blog-b__link {
  display: block;
  min-height: 10.5rem;
}

.article-blog-b__image-ibg {
  width: 100%;
  height: 11.3125rem;
}

.article-blog-b__body {
  position: relative;
  padding: 0.9375rem 1.3125rem 0.8125rem 0.9375rem;
  border: 0.0625rem solid #fceccd;
  background-color: #fff;
  -webkit-transition: border-color 0.22s, -webkit-transform 0.22s;
  transition: border-color 0.22s, -webkit-transform 0.22s;
  -o-transition: border-color 0.22s, transform 0.22s;
  transition: border-color 0.22s, transform 0.22s;
  transition: border-color 0.22s, transform 0.22s, -webkit-transform 0.22s;
}

.article-blog-b__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  height: 0.3125rem;
  background-color: #cfcdc9;
  opacity: 0;
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.article-blog-b__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.21875;
  color: #1e1e1e;
  text-transform: uppercase;
}

.article-blog-b__text {
  font-size: 1.0625rem;
  line-height: 1.2083333333;
  color: #1e1e1e;
  opacity: 0.5;
}

.article-blog-b__button {
  position: absolute;
  bottom: 0;
  left: -0.125rem;
  -webkit-transform: translate(0, 100%) scaleY(0);
      -ms-transform: translate(0, 100%) scaleY(0);
          transform: translate(0, 100%) scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  width: calc(100% + 0.25rem);
  height: 3rem;
  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;
  gap: 1.0625rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.2083333333;
  color: #fff;
  background-color: #cfcdc9;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.article-blog-b__button span {
  position: relative;
  top: 0.125rem;
  display: block;
  width: 5.875rem;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.article-blog-b__button span::before,
.article-blog-b__button span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  height: 0.0625rem;
  width: 0.375rem;
  background-color: #fff;
}

.article-blog-b__button span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.article-blog-b__button span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-blog-b__body {
  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;
  gap: 2.25rem;
  margin: 0 auto;
}

.footer-blog-b__btn {
  width: min(5.6875rem, 100%);
  padding: 0.625rem 0rem;
  margin: -0.625rem 0rem;
}

.footer-blog-b__btn span {
  display: block;
  position: relative;
  width: min(5.6875rem, 100%);
  height: 0.0625rem;
  background-color: #1e1e1e;
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  -o-transition: transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}

.footer-blog-b__btn span::before,
.footer-blog-b__btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  height: 0.0625rem;
  width: 0.375rem;
  background-color: #1e1e1e;
}

.footer-blog-b__btn span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-blog-b__btn span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer-blog-b__btn_left span {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.footer-blog-b__pages {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.875rem;
}

.footer-blog-b__pages span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #1e1e1e;
  opacity: 0.3;
}

.footer-blog-b__page {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #1e1e1e;
  opacity: 0.3;
  -webkit-transition: opacity 0.22s;
  -o-transition: opacity 0.22s;
  transition: opacity 0.22s;
}

.footer-blog-b__page._active {
  text-decoration: underline;
  opacity: 1;
}

.page__main {
  margin-bottom: calc(3.75rem + 20 * ((100vw - 320px) / 1600));
}

.page__catalog-main {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__top {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__text {
  margin-bottom: 2.5rem;
}

.page__partners {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__benefits {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__features {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__gallery {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__catalog {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__basket {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__product-main {
  margin-bottom: 3.75rem;
}

.page__description-p {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__guarantees-p {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__advantages-p {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.wrapper-thanks .page__advantages-p {
  margin-bottom: 0;
}

.page__materials {
  margin-bottom: calc(3.75rem + 40 * ((100vw - 320px) / 1600));
}

.page__catalog-r {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__contacts {
  margin-bottom: calc(3.75rem + 40 * ((100vw - 320px) / 1600));
}

.page__row-c {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__article {
  margin-bottom: calc(3.75rem + 40 * ((100vw - 320px) / 1600));
}

.page__article-a {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__article-like {
  margin-bottom: 3.75rem;
}

.page__thanks {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

.page__blog {
  margin-bottom: 2.5rem;
}

.page__blog-b {
  margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1600));
}

@media (min-width: 29.99875rem) {
  .logo {
    width: 9rem;
  }

  .title {
    font-size: 2rem;
  }

  .popup-buy__content {
    min-width: 20rem;
  }

  .popup-buy__input {
    padding: 0rem 2.625rem 0.625rem;
  }

  .popup-payment__content {
    padding: 0.625rem 1.25rem 1.875rem;
  }

  .body-order-popup-cart__price {
    font-size: 1.5rem;
  }

  .side-popup-cart__button {
    font-size: 1.5rem;
  }

  .number-side-popup-cart {
    padding-bottom: 1.5625rem;
  }

  .in-all-side-popup-cart {
    padding: 1.25rem 0rem 1.875rem;
  }

  .catalog-r .select__title {
    gap: 0.625rem;
    font-size: 1.25rem;
  }

  .catalog-r .select__title::before {
    width: calc(100% - 1.375rem);
  }

  .catalog-r .select__title::after {
    width: 0.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.75rem;
            flex: 0 0 0.75rem;
    font-size: 0.75rem;
  }

  .block-basket .select__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.875rem;
            flex: 0 0 16.875rem;
    width: 16.875rem;
    padding: 0.625rem 1.25rem 0.625rem 1.5625rem;
    gap: 0.625rem;
    font-size: 1.25rem;
  }

  .select__option {
    padding: 0.3125rem 1.25rem;
    font-size: 1.25rem;
  }

  .block-basket .select__option {
    padding: 0.3125rem 1.25rem;
  }

  .quantity__button {
    font-size: 2rem;
  }

  .quantity__input span {
    padding-top: 0.375rem;
  }

  .header {
    padding: 1.5rem 0rem;
  }

  .action-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0.625rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .action-header__search {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .phone-action-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__body {
    padding: 3.125rem 0;
    gap: 3.75rem;
  }

  .footer__list-title {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .footer__item:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .footer__link {
    font-size: 1.125rem;
  }

  .header-footer__text {
    font-size: 1.25rem;
  }

  .header-footer__social {
    width: 2.8125rem;
    height: 2.8125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.8125rem;
            flex: 0 0 2.8125rem;
  }

  .header-footer__social_youtube {
    width: 4.0625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.0625rem;
            flex: 0 0 4.0625rem;
  }

  .logo-footer {
    width: min(100%, 15.625rem);
  }

  .logo-footer__icon-ibg {
    width: min(100%, 19.625rem);
  }

  .footer-contacts__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .footer-contacts__social {
    margin-left: -0.0625rem;
  }

  .footer-contacts__link {
    font-size: 1.125rem;
    gap: 0.625rem;
  }

  .footer-contacts__link::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
    width: 1.5rem;
    font-size: 1.375rem;
  }

  .footer-footer {
    padding: 0.9375rem 0rem;
  }

  .footer-footer__copy {
    font-size: 1.25rem;
  }

  .footer-footer__copy span {
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0rem 0.9375rem;
  }

  .breadcrums {
    padding: 1.5625rem 0rem;
  }

  .breadcrums__item {
    font-size: 1.25rem;
  }

  .filter-catalog__items {
    padding: 1.5rem 0.3125rem 0;
    padding-top: 1.5rem;
  }

  .item-filter__title {
    padding: 1.25rem 0.9375rem;
  }

  .item-filter__body {
    padding: 0 0.9375rem 1.25rem;
  }

  .item-filter__button {
    width: calc(100% + 2.5rem);
    margin: 0rem -1.25rem;
  }

  .slide-main__button {
    font-size: 1.5rem;
  }

  .slide-main__arrow {
    font-size: 3.125rem;
  }

  .item-catalog-main {
    height: 13.8125rem;
    width: 100%;
  }

  .item-catalog-main__title-block {
    padding: 1.25rem;
  }

  .top__arrow {
    font-size: 1.25rem;
  }

  .slide-top {
    width: 14.125rem;
  }

  .like .slide-top {
    width: 14.5625rem;
  }

  .slide-top__image-ibg {
    height: 15.9375rem;
  }

  .like .slide-top__image-ibg {
    height: 11.25rem;
  }

  .content-catalog-r__body .slide-top__image-ibg {
    height: 14.4375rem;
  }

  .slide-top__content {
    width: 14.125rem;
  }

  .like .slide-top__content {
    width: 14.5625rem;
  }

  .slide-top__body {
    padding: 0.625rem 0.9375rem 0rem;
  }

  .like .slide-top__body {
    height: 6.25rem;
  }

  .slide-top__block {
    padding: 1.375rem;
  }

  .slide-top__title {
    height: 2.5rem;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }

  .slide-top__price {
    font-size: 1rem;
    margin-bottom: 1.5625rem;
  }

  .catalog-r .slide-top__price {
    margin-bottom: 0.9375rem;
  }

  .slide-top__buttons {
    margin: 0rem -0.9375rem;
  }

  .like .slide-top__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.1875rem;
            flex: 0 0 5.1875rem;
  }

  .slide-top__details {
    height: 3.5rem;
    padding: 1.1875rem 2.5625rem;
    font-size: 1rem;
  }

  .like .slide-top__details {
    font-size: 1.75rem;
  }

  .catalog-r .slide-top__details {
    height: 2.75rem;
  }

  .slide-top__cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
            flex: 0 0 3.5rem;
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.75rem;
  }

  .catalog-r .slide-top__cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.75rem;
            flex: 0 0 2.75rem;
    height: 2.75rem;
    width: 2.75rem;
  }

  .features__header {
    text-align: center;
    margin-bottom: 1.25rem;
  }

  .features__title-bg {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.28125;
  }

  .features__title {
    width: auto;
    padding-left: 0rem;
    margin-top: -1.875rem;
  }

  .features__title::before {
    left: 50%;
    height: 0.3125rem;
    width: 7.8125rem;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .features__block:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .block-features__image-ibg {
    height: 17.5rem;
  }

  .block-features__image-ibg span {
    width: 18rem;
    height: 18rem;
  }

  .tr .block-features__image-ibg span {
    left: 3.875rem;
    top: -0.125rem;
  }

  .features__block_reverse .block-features__image-ibg span {
    right: 3.875rem;
    bottom: -0.125rem;
  }

  .block-features__body {
    padding: 0.6875rem 1.875rem 1.125rem;
    border-bottom: 0.1875rem solid #1e1e1e;
  }

  .block-features__title {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }

  .block-features__text {
    font-size: 1.25rem;
  }

  .block-features__button {
    font-size: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .block-features__button::before {
    font-size: 0.625rem;
  }

  .gallery__title {
    font-size: 2.6875rem;
  }

  .benfits__title {
    margin-bottom: 1.25rem;
  }

  .benfits__item {
    min-height: 25.5625rem;
  }

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

  .big-item-benefits__image-ibg {
    min-height: 25.5625rem;
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .big-item-benefits__body {
    padding: 0.9375rem 1.75rem 0rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    gap: 1.5625rem;
  }

  .big-item-benefits__content {
    padding-left: 0.625rem;
  }

  .big-item-benefits__title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }

  .big-item-benefits__text {
    font-size: 0.875rem;
  }

  .big-item-benefits__button-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .big-item-benefits__button {
    font-size: 0.875rem;
  }

  .big-item-benefits__button::before {
    font-size: 0.375rem;
  }

  .big-item-benefits__footer {
    margin: 0rem -1.875rem;
  }

  .big-item-benefits__footer img {
    width: 3.4375rem;
  }

  .item-benefits {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.46875rem);
            flex: 0 0 calc(50% - 0.46875rem);
    min-height: 25.5625rem;
  }

  .item-benefits__content img {
    width: 3.4375rem;
  }

  .partners__text {
    font-size: 1.25rem;
  }

  .partners__arrow {
    font-size: 1rem;
  }

  .slide-partners {
    max-width: 14.375rem;
  }

  .slide-partners__image-ibg {
    width: 14.375rem;
    height: 6.3125rem;
  }

  .text__text {
    font-size: 1.25rem;
  }

  .text__text {
    margin-bottom: 0.625rem;
  }

  .button-text {
    gap: 1.5625rem;
    font-size: 1.25rem;
  }

  .button-text__arrow:not(:last-child) {
    margin-bottom: -0.375rem;
  }

  .button-text__arrow {
    font-size: 1.375rem;
  }

  .button-text__arrow:not(:last-child) {
    margin-bottom: -0.75rem;
  }

  .header-form {
    padding: 2.5rem 1.6875rem;
  }

  .form-form__content {
    padding: 2.25rem 3rem;
  }

  .form-form__input {
    padding: 0.625rem 1.4375rem;
    font-size: 1.25rem;
  }

  .form-form__input:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .form-form__submit {
    padding: 2.6875rem;
  }

  .catalog__body {
    gap: 0.9375rem;
  }

  .item-catalog {
    width: 100%;
    height: 19.4375rem;
  }

  .item-catalog__title-block {
    width: 11.8125rem;
    gap: 0.4375rem;
  }

  .item-catalog__title {
    font-size: 1.5rem;
  }

  .item-catalog__button {
    width: 11.8125rem;
  }

  .menu-item-catalog {
    padding: 1.375rem 0.9375rem;
  }

  .menu-item-catalog__title {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }

  .menu-item-catalog__list {
    height: 14.3125rem;
  }

  .menu-item-catalog__button {
    margin: 0rem -1.25rem;
    font-size: 1.25rem;
  }

  .menu-item-catalog__button span {
    width: 5rem;
  }

  .menu-item-catalog__button span::before,
  .menu-item-catalog__button span::after {
    width: 0.625rem;
  }

  .basket__content {
    margin-bottom: 3.75rem;
  }

  .basket__block {
    margin-bottom: 1.875rem;
  }

  .side-basket {
    margin-bottom: 2.5rem;
    padding: 2.5rem 2.5rem 0rem 4.25rem;
  }

  .side-basket__button {
    width: calc(100% + 6.75rem);
    margin: 0rem -2.5rem 0rem -4.25rem;
  }

  .in-all-side-basket {
    padding: 1.5625rem 0rem 3.75rem;
  }

  .in-all-side-basket__text {
    font-size: 2.25rem;
  }

  .side-basket-checkbox {
    display: block;
    padding-left: 1.25rem;
  }

  .side-basket-checkbox__label {
    gap: 1.25rem;
  }

  .order-basket {
    margin-bottom: 3.75rem;
    padding: 1.875rem 1.25rem 0rem;
  }

  .order-basket__title {
    margin-bottom: 2.375rem;
    font-size: 2.25rem;
    text-align: start;
  }

  .body-order-basket__row {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .footer-order-basket {
    margin: 0rem -1.25rem;
  }

  .footer-order-basket__button {
    padding: 1.125rem;
  }

  .block-basket__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.1875rem 2.5rem;
  }

  .block-basket__title {
    gap: 1.25rem;
    font-size: 1.5rem;
    text-align: start;
  }

  .block-basket__button {
    font-size: 1.25rem;
  }

  .block-basket__content {
    padding: 0rem 1.25rem 2.8125rem;
    border-bottom: 0.1875rem solid #cfcdc9;
  }

  .block-basket__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.25rem, 1fr));
    gap: 0.375rem;
  }

  .block-basket__input {
    max-width: 45.625rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
  }

  .block-basket__input:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .form-block-basket__location {
    font-size: 1.25rem;
  }

  .form-block-basket__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
  }

  .form-block-basket__submit::before,
  .form-block-basket__submit::after {
    height: 0.1875rem;
  }

  .form-block-basket__submit::before {
    left: 30%;
    top: 50%;
    width: 0.875rem;
  }

  .form-block-basket__submit::after {
    left: 42%;
    top: 44%;
    width: 1.25rem;
  }

  .item-block-basket:not(:last-child) {
    margin-bottom: 0;
  }

  .item-block-basket {
    max-width: none;
    padding: 0.9375rem 1.875rem;
    margin: 0;
  }

  .content-product-main__title {
    margin-bottom: 1.5625rem;
  }

  .content-product-main__body {
    margin-bottom: 1.25rem;
  }

  .body-content-product-main__price {
    margin-bottom: 1.25rem;
  }

  .body-content-product-main__text {
    margin-bottom: 1.25rem;
  }

  .quantity-body-content-product-main__body {
    max-width: 19.0625rem;
  }

  .quantity-body-content-product-main__button {
    font-size: 1.5rem;
  }

  .description-p__title::after {
    width: 7.8125rem;
  }

  .description-p__text {
    font-size: 1.25rem;
  }

  .guarantees-p__block:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .guarantees-p__title-t {
    font-size: 1.5rem;
  }

  .guarantees-p__text {
    font-size: 1.25rem;
  }

  .guarantees-p__list li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.3125rem;
            flex: 0 0 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }

  .advantages-p__title {
    margin-bottom: 1.25rem;
  }

  .tabs-advantages-p__image-ibg {
    padding-bottom: 45.197740113%;
  }

  .contacts {
    height: 20.625rem;
  }

  .contacts__decor-block {
    bottom: -2.125rem;
    height: 19.25rem;
  }

  .contacts__decor {
    width: 9.625rem;
    height: 9.625rem;
  }

  .contacts__decor:nth-child(1) {
    right: 9.5625rem;
    bottom: 9.5625rem;
  }

  .contacts__decor:nth-child(2) {
    right: 0rem;
    bottom: 9.5625rem;
  }

  .contacts__decor:nth-child(3) {
    height: 6.1875rem;
    right: 0rem;
    bottom: 3.375rem;
  }

  .contacts__decor:nth-child(4) {
    height: 6.1875rem;
    right: 9.5625rem;
    bottom: 3.375rem;
    width: calc(100% - 10.8125rem);
  }

  .contacts__title {
    padding-bottom: 0.4375rem;
    margin-left: 2rem;
    font-size: 2.25rem;
  }

  .body-row-c__block {
    padding: 2.1875rem;
  }

  .body-row-c__title {
    font-size: 1.5rem;
  }

  .body-row-c__text {
    gap: 0.875rem;
    font-size: 1.25rem;
  }

  .body-row-c__image-ibg {
    padding-bottom: 18.75rem;
  }

  .body-2-row-c::before {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .body-2-row-c__block {
    padding: 2.1875rem;
  }

  .body-2-row-c__title {
    font-size: 1.5rem;
  }

  .body-2-row-c__text {
    gap: 0.875rem;
    font-size: 1.25rem;
  }

  .body-2-row-c__image-ibg {
    padding-bottom: 19.3125rem;
  }

  .materials__title {
    margin-bottom: 1.25rem;
  }

  .materials__item {
    padding-left: 0.625rem;
  }

  .materials__block {
    padding: 1.0625rem 0.9375rem;
  }

  .materials__title-block {
    margin-bottom: 0.0625rem;
    font-size: 1.5rem;
  }

  .materials__text {
    font-size: 1.25rem;
  }

  .content-catalog-r-empty__title {
    font-size: 2rem;
  }

  .content-catalog-r-empty__text {
    font-size: 1.25rem;
  }

  .content-catalog-r-empty__image-ibg {
    width: 17.6875rem;
    height: 14.1875rem;
  }

  .content-catalog-r__header {
    padding-bottom: 1.5rem;
  }

  .content-catalog-r__text {
    font-size: 1.25rem;
  }

  .content-catalog-r__body {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }

  .article {
    height: 20.625rem;
  }

  .article__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5625rem;
    grid-template-columns: 1fr 2.5625rem;
    gap: 2.375rem;
  }

  .article__decor-block {
    right: 5.875rem;
    bottom: -2.125rem;
    height: 19.25rem;
  }

  .article__decor {
    width: 9.625rem;
    height: 9.625rem;
  }

  .article__decor:nth-child(1) {
    right: 9.5625rem;
    bottom: 9.5625rem;
  }

  .article__decor:nth-child(2) {
    right: 0rem;
    bottom: 9.5625rem;
  }

  .article__decor:nth-child(3) {
    height: 6.1875rem;
    right: 0rem;
    bottom: 3.375rem;
  }

  .article__decor:nth-child(4) {
    height: 6.1875rem;
    right: 9.5625rem;
    bottom: 3.375rem;
    width: calc(100% - 10.8125rem);
  }

  .article__title {
    padding-bottom: 0.4375rem;
    margin-left: 2rem;
    font-size: 2.25rem;
  }

  .article__socials {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem;
  }

  .block-1-thanks__text,
  .block-2-article-a__button,
  .block-2-article-a__text,
  .block-article-a__text,
  .article-a__text {
    font-size: 1.25rem;
  }

  .article-a__block {
    margin-bottom: 1.875rem;
  }

  .block-article-a__block {
    padding: 0rem 0rem 1.875rem 0rem;
  }

  .block-article-a__title {
    margin-bottom: 0.9375rem;
    font-size: 2rem;
  }

  .block-article-a__image-ibg {
    min-height: 23rem;
  }

  .block-2-article-a__image-ibg {
    min-height: 23rem;
  }

  .block-2-article-a__text {
    margin-bottom: 1.25rem;
  }

  .block-2-article-a__button {
    gap: 1.5625rem;
  }

  .block-2-article-a__button span {
    top: 0.0625rem;
  }

  .article-like__header {
    margin-bottom: 1.875rem;
  }

  .article-like__button {
    gap: 1.25rem;
    font-size: 1.25rem;
  }

  .article-like__button::before {
    right: 3.375rem;
  }

  .article-like__button span {
    top: 0.0625rem;
  }

  .article-like__body {
    gap: 0.625rem;
  }

  .article-article-like__text {
    font-size: 1rem;
  }

  .thanks {
    padding-top: 2.5rem;
  }

  .block-1-thanks {
    padding: 1.875rem 3.125rem 2.5rem 1.25rem;
  }

  .block-1-thanks__header {
    margin-bottom: 1.5625rem;
  }

  .block-1-thanks__title {
    font-size: 2rem;
  }

  .block-1-thanks__num {
    font-size: 1.5rem;
  }

  .block-2-thanks {
    padding: 1.875rem 3.125rem 2.5rem 1.25rem;
  }

  .block-2-thanks__title {
    margin-bottom: 2.1875rem;
  }

  .block-2-thanks__row > span {
    border-bottom: 0.1875rem dotted rgba(30, 30, 30, 0.1);
  }

  .block-2-thanks__title-r {
    font-size: 1.25rem;
  }

  .block-2-thanks__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 1.5rem;
  }

  .blog__row-2 {
    -ms-grid-columns: 1fr 11.6875rem;
    grid-template-columns: 1fr 11.6875rem;
  }

  .blog__title {
    margin-left: 9.375rem;
    padding: 2rem 5.125rem;
    font-size: 2.25rem;
  }

  .blog__socials {
    padding: 1.75rem 1.6875rem 0rem;
  }

  .blog__social-items {
    gap: 1.6875rem;
    padding-bottom: 1.25rem;
  }

  .blog__social {
    width: 3.4375rem;
    height: 3.4375rem;
  }

  .blog__social_yt {
    width: 4.875rem;
  }

  .blog__text {
    padding: 2.5rem;
    font-size: 1.25rem;
  }

  .blog-b__body {
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
    row-gap: 1.875rem;
    margin-bottom: 2.5rem;
  }

  .article-blog-b__image-ibg {
    height: 10.5rem;
  }

  .article-blog-b__body {
    padding: 0.875rem 1.25rem 0.875rem 0.875rem;
  }

  .article-blog-b__title {
    font-size: 1.25rem;
  }

  .article-blog-b__text {
    font-size: 1rem;
  }

  .article-blog-b__button span {
    top: 0.0625rem;
  }

  .article-blog-b__button {
    height: 2.75rem;
    gap: 0.9375rem;
    font-size: 1rem;
  }

  .article-blog-b__button span {
    width: 5.4375rem;
  }

  .footer-blog-b__body {
    gap: 3.75rem;
  }

  .footer-blog-b__btn {
    width: min(9.5rem, 100%);
  }

  .footer-blog-b__btn span {
    width: min(9.5rem, 100%);
  }

  .footer-blog-b__pages {
    gap: 1.4375rem;
  }

  .footer-blog-b__pages span {
    font-size: 1.5rem;
  }

  .footer-blog-b__page {
    font-size: 1.5rem;
  }

  .page__blog {
    margin-bottom: 4.0625rem;
  }
}

@media (min-width: 29.99875rem) and (min-width: 85.43625rem) {
  .action-header {
    -webkit-column-gap: calc(2.5rem + 25 * ((100vw - 1600px) / 150));
       -moz-column-gap: calc(2.5rem + 25 * ((100vw - 1600px) / 150));
            column-gap: calc(2.5rem + 25 * ((100vw - 1600px) / 150));
  }

  .big-item-benefits {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.875rem);
            flex: 0 0 calc(50% - 0.875rem);
  }
}

@media screen and (min-width: 29.99875rem) and (min-width: 85.43625rem) and (min-width: 109.375rem) {
  .action-header {
    -webkit-column-gap: 4.0625rem;
       -moz-column-gap: 4.0625rem;
            column-gap: 4.0625rem;
  }
}

@media (min-width: 29.99875rem) and (min-width: 61.99875rem) {
  .big-item-benefits {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.625rem);
            flex: 0 0 calc(50% - 0.625rem);
  }
}

@media (any-hover: hover) and (min-width: 29.99875rem) {
  .button-text:hover .button-text__arrow:nth-child(1) {
    -webkit-transform: translate(0, 0.0625rem);
        -ms-transform: translate(0, 0.0625rem);
            transform: translate(0, 0.0625rem);
  }

  .button-text:hover .button-text__arrow:nth-child(2) {
    -webkit-transform: translate(0, 0.25rem);
        -ms-transform: translate(0, 0.25rem);
            transform: translate(0, 0.25rem);
  }

  .button-text:hover .button-text__arrow:nth-child(3) {
    -webkit-transform: translate(0, 0.4375rem);
        -ms-transform: translate(0, 0.4375rem);
            transform: translate(0, 0.4375rem);
  }

  .article-blog-b:hover .article-blog-b__body {
    -webkit-transform: translate(0, -2.75rem);
        -ms-transform: translate(0, -2.75rem);
            transform: translate(0, -2.75rem);
  }
}

@media screen and (min-width: 33.125rem) {
  .block-welcome {
    padding-left: 4.375rem;
  }

  .block-welcome {
    padding-right: 4.375rem;
  }

  .block-welcome {
    border-radius: 6.25rem;
  }
}

@media (min-width: 47.99875rem) {
  .popup-cart__content {
    max-width: 40.625rem;
    padding: 1.25rem 1.875rem 0rem 1.25rem;
  }

  .body-order-popup-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .body-order-popup-cart__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
    width: 11.25rem;
    height: 8rem;
    margin: 0;
  }

  .body-order-popup-cart__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    row-gap: 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .body-order-popup-cart__title {
    text-align: start;
    margin-bottom: 0;
  }

  .body-order-popup-cart__row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .body-order-popup-cart__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
  }

  .body-order-popup-cart__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .body-order-popup-cart__delete {
    padding: 0;
    margin: 0;
  }

  .side-popup-cart__button {
    width: calc(100% + 3.125rem);
    margin: 0rem -1.875rem 0rem -1.25rem;
  }

  .block-basket .select__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.125rem;
            flex: 0 0 23.125rem;
    width: 23.125rem;
  }

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

  .header-footer__logo {
    margin-bottom: 2.5rem;
  }

  .catalog-main__body {
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  }

  .viewed .top__title,
  .like .top__title {
    margin-bottom: 1.25rem;
  }

  .more .top__title {
    margin-bottom: 3.125rem;
  }

  .top__text {
    margin-bottom: calc(1.25rem + 30 * ((100vw - 320px) / 1600));
  }

  .top__arrow-block {
    position: absolute;
    right: 2.0625rem;
    top: -5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
  }

  .viewed .top__arrow-block,
  .like .top__arrow-block {
    top: -3.4375rem;
  }

  .more .top__arrow-block {
    top: -5rem;
  }

  .block-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 17.5rem;
  }

  .block-features.features__block_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .block-features__image-ibg {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .block-features__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(6.25rem, 49.1875rem, 55%);
            flex: 0 0 clamp(6.25rem, 49.1875rem, 55%);
    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;
  }

  .gallery__image-ibg {
    display: none;
  }

  .gallery__title {
    text-shadow: none;
    color: rgba(30, 30, 30, 0.1);
    padding: 0rem;
  }

  .gallery__body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    overflow: hidden;
    padding: 0;
  }

  .gallery__slider {
    width: 29.4375rem;
  }

  .gallery__arrow-block {
    height: 100%;
    width: calc((100% - 29.4375rem) / 2);
  }

  .gallery__arrow-block_right {
    bottom: 0;
  }

  .gallery__arrow-block_left {
    top: 0;
  }

  .slide-gallery {
    width: 29.4375rem;
  }

  .slide-gallery__image-ibg {
    width: 29.4375rem;
  }

  .big-item-benefits {
    height: 100%;
  }

  .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .form__block:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.619047619%;
            flex: 0 0 47.619047619%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-form {
    border-width: 0.125rem 0rem 0.125rem 0.125rem;
  }

  .form-form__content {
    border-width: 0.125rem 0.125rem 0rem;
  }

  .number-side-basket {
    padding-bottom: 1.5625rem;
  }

  .body-order-basket {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .body-order-basket__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.6875rem;
            flex: 0 0 12.6875rem;
    width: 12.6875rem;
    height: 7.5rem;
    margin: 0;
  }

  .body-order-basket__title {
    margin-bottom: 1.25rem;
    text-align: start;
  }

  .body-order-basket__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .body-order-basket__delete {
    right: 0.3125rem;
    top: 0.3125rem;
  }

  .footer-order-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    padding: 1.25rem 0rem;
    margin: 0;
  }

  .footer-order-basket::before {
    left: -1.25rem;
    right: -1.25rem;
  }

  .footer-order-basket__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: auto;
  }

  .product-main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .media-product-main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 0;
  }

  .slider-media-product-main {
    width: calc(18rem + 92 * ((100vw - 1024px) / 342.98));
    padding: 0;
    margin: 0;
  }

  .slider-media-product-main__swiper {
    height: 28.75rem;
  }

  .slider-media-product-main__pagination .swiper-pagination-bullet {
    background: rgba(30, 30, 30, 0.35);
  }

  .slide-slider-media-product-main.swiper-slide-active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .content-product-main::before {
    height: 100%;
  }

  .content-product-main::before {
    left: calc(-1.375rem + -30 * ((100vw - 767.98px) / 599));
  }

  .body-content-product-main__block:first-child {
    margin-bottom: 2.5rem;
  }

  .guarantees-p__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
    border-left: 0rem solid #1e1e1e;
    border-bottom: 0.375rem solid #1e1e1e;
  }

  .guarantees-p__image-ibg {
    margin-bottom: 0;
  }

  .guarantees-p__content {
    padding-left: 0;
    padding-bottom: 1.25rem;
    padding-top: calc(0rem + 20 * ((100vw - 767.98px) / 599));
  }

  .footer-content-catalog-r {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 2.5rem;
  }

  .footer-content-catalog-r__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
    width: 3.75rem;
    height: auto;
  }

  .footer-content-catalog-r__btn-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
    width: 10rem;
  }

  .footer-content-catalog-r__btn-2_left {
    border-right: 0.0625rem solid #cfcdc9;
  }

  .footer-content-catalog-r__pages {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: auto;
    border-bottom: none;
  }

  .blog__body {
    -ms-grid-columns: 1fr 10.8125rem;
    grid-template-columns: 1fr 10.8125rem;
  }

  .blog__title {
    margin-left: 15.375rem;
  }

  .blog__arrow:not(:last-child) {
    margin-bottom: -0.625rem;
  }

  .blog__arrow {
    font-size: 2rem;
  }
}

@media screen and (min-width: 47.99875rem) and (min-width: 120rem) {
  .top__text {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 47.99875rem) {
  .gallery__body {
    padding-top: 5.9375rem;
  }

  .gallery__body {
    padding-bottom: 5.9375rem;
  }

  .gallery__arrow {
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 47.99875rem) and (min-width: 85.43625rem) {
  .slider-media-product-main {
    width: 23.75rem;
  }

  .content-product-main::before {
    left: -3.25rem;
  }

  .guarantees-p__content {
    padding-top: 1.25rem;
  }
}

@media (min-width: 61.99875rem) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.25rem;
    -webkit-column-gap: calc(2.5rem + 25 * ((100vw - 1600px) / 150));
       -moz-column-gap: calc(2.5rem + 25 * ((100vw - 1600px) / 150));
            column-gap: calc(2.5rem + 25 * ((100vw - 1600px) / 150));
  }

  .action-header__cart {
    padding-right: 0.4375rem;
    border-right: 0.0625rem solid #cfcdc9;
  }

  .filter-catalog__title {
    display: block;
    padding: 0.625rem 2.625rem;
    text-align: center;
    background-color: #fff;
  }

  .filter-catalog__title::after {
    display: none;
  }

  .item-catalog-main__title-block {
    width: calc(11.25rem + 60 * ((100vw - 1024px) / 726));
  }

  .gallery__slider {
    width: 34.375rem;
  }

  .gallery__arrow-block {
    width: calc((100% - 34.375rem) / 2);
  }

  .slide-gallery {
    width: 34.375rem;
  }

  .slide-gallery__image-ibg {
    width: 34.375rem;
  }

  .item-benefits {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 0.625rem);
            flex: 0 0 calc(25% - 0.625rem);
  }

  .partners__text:nth-last-child(2) {
    margin-bottom: 1.875rem;
  }

  .partners__slider {
    margin: 0rem 6.25rem;
  }

  .partners__arrow {
    position: absolute;
    top: 50%;
  }

  .partners__arrow_left {
    left: 0.625rem;
    -webkit-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }

  .partners__arrow_right {
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .form-form__content {
    padding: 2.25rem 5rem 2.25rem 3rem;
  }

  .body-order-basket__title {
    margin-bottom: 0;
  }

  .body-order-basket__block {
    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: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .body-order-basket__row {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    padding-right: 1.25rem;
  }

  .body-order-basket__quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 auto;
  }

  .body-order-basket__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .body-order-basket__delete {
    position: relative;
    right: 0;
    top: 0;
  }

  .content-product-main {
    padding-top: 0rem;
  }

  .content-product-main::before {
    height: calc(100% + 4.625rem);
  }

  .tabs-advantages-p {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .tabs-advantages-p__navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.125%;
            flex: 0 0 48.125%;
  }

  .tabs-advantages-p__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.875%;
            flex: 0 0 51.875%;
  }

  .tabs-advantages-p__body {
    width: 100%;
    height: 100%;
  }

  .tabs-advantages-p__image-ibg {
    height: 100%;
    padding-bottom: 0;
  }

  .tabs-advantages-p__image-ibg span {
    left: calc(6.25rem + 104 * ((100vw - 991.98px) / 758.02));
    font-size: calc(8.75rem + 172 * ((100vw - 991.98px) / 758.02));
  }

  .body-row-c {
    min-height: 18.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .body-row-c__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.9302325581%;
            flex: 0 0 45.9302325581%;
  }

  .body-row-c__block {
    min-height: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: start;
  }

  .body-row-c__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.0697674419%;
            flex: 0 0 54.0697674419%;
    padding-bottom: 0;
  }

  .body-2-row-c {
    min-height: 19.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .body-2-row-c::before {
    top: -0.1875rem;
    left: 47.7%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .body-2-row-c__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50.5813953488%;
            flex: 0 0 50.5813953488%;
  }

  .body-2-row-c__block {
    min-height: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
  }

  .body-2-row-c__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.4186046512%;
            flex: 0 0 49.4186046512%;
    padding-bottom: 0;
    border-top: none;
  }

  .catalog-r__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 19.25rem 1fr;
    grid-template-columns: 19.25rem 1fr;
    gap: 1.25rem;
  }

  .catalog-r__filter {
    margin-bottom: 0;
  }

  .content-catalog-r__header {
    height: 3.875rem;
  }

  .article-a__text {
    max-width: 90%;
  }

  .block-article-a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 51.6279069767% 48.3720930233%;
    grid-template-columns: 51.6279069767% 48.3720930233%;
  }

  .block-article-a__block {
    padding: 0rem 2rem 0rem 0rem;
  }

  .block-article-a__image-ibg {
    margin: 0;
  }

  .block-2-article-a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49.3604651163% 50.6395348837%;
    grid-template-columns: 49.3604651163% 50.6395348837%;
  }

  .block-2-article-a__image-ibg {
    height: 100%;
    margin: 0;
  }

  .block-2-article-a__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0rem 2.125rem 0.8125rem 2.375rem;
  }

  .block-2-article-a__block::after {
    left: 2.375rem;
    right: 0;
  }

  .block-2-article-a__text {
    margin-top: auto;
  }

  .article-like__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 61.99875rem) and (min-width: 109.375rem) {
  .menu__list {
    -webkit-column-gap: 4.0625rem;
       -moz-column-gap: 4.0625rem;
            column-gap: 4.0625rem;
  }

  .item-catalog-main__title-block {
    width: 15rem;
  }

  .tabs-advantages-p__image-ibg span {
    left: 12.75rem;
  }

  .tabs-advantages-p__image-ibg span {
    font-size: 19.5rem;
  }
}

@media (min-width: 61.99875rem) and (min-width: 85.43625rem) {
  .body-order-basket__row {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 61.99875rem) {
  .tabs-advantages-p__image-ibg span {
    left: 12.75rem;
  }

  .tabs-advantages-p__image-ibg span {
    font-size: 19.5rem;
  }
}

@media screen and (min-width: 64rem) {
  .item-catalog-main__title-block {
    width: 11.25rem;
  }
}

@media (min-width: 85.43625rem) {
  .logo {
    width: 16.375rem;
  }

  .title {
    font-size: 2.5rem;
  }

  .menu__link {
    font-size: 1.25rem;
  }

  .tabs-advantages-p__title,
  .tabs__title {
    font-size: 2rem;
  }

  .tabs__navigation {
    -webkit-column-gap: 3.875rem;
       -moz-column-gap: 3.875rem;
            column-gap: 3.875rem;
    margin-bottom: 1.875rem;
  }

  .tabs__body {
    font-size: 1.5rem;
  }

  .popup-buy__content {
    min-width: 40rem;
    border: 0.125rem solid #cfcdc9;
  }

  .popup-buy__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .popup-buy__input {
    font-size: 2rem;
    border-bottom: 0.3125rem solid #1e1e1e;
  }

  .popup-buy__button {
    height: 7.5rem;
    font-size: 1.5rem;
  }

  .popup-payment__content {
    max-width: 89.375rem;
    padding: 1.25rem 2.5rem 3.75rem;
    border: 0.125rem solid #cfcdc9;
  }

  .popup-payment__close {
    right: 1.5625rem;
    top: 1.5625rem;
  }

  .popup-payment__text {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .popup-payment__header {
    padding: 0rem 2.5rem;
    margin: 0rem -2.5rem 2.9375rem;
  }

  .popup-payment__title {
    font-size: 2.25rem;
  }

  .popup-payment__text-header {
    font-size: 2rem;
  }

  .popup-payment__title-bg {
    font-size: 3.6875rem;
  }

  .popup-payment__block:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .block-popup-payment {
    max-width: 61.125rem;
    font-size: 1.5rem;
  }

  .block-popup-payment__title {
    gap: 0.9375rem;
    margin-bottom: 0.625rem;
  }

  .block-popup-payment__title::before {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5625rem;
            flex: 0 0 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .block-popup-payment__list {
    padding-left: 0.9375rem;
  }

  .block-popup-payment__item {
    gap: 1.25rem;
  }

  .block-popup-payment__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .block-popup-payment__item::before {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.375rem;
            flex: 0 0 0.375rem;
    width: 0.375rem;
    height: 0.375rem;
  }

  .popup-cart__content {
    max-width: 53.75rem;
    padding: 2.5rem 3.75rem 0rem 2.5rem;
    border-top: 0.3125rem solid #cfcdc9;
  }

  .popup-cart__close {
    right: 2.5rem;
    top: 2.8125rem;
  }

  .popup-cart__content-c {
    margin-bottom: 5.0625rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.125rem solid #cfcdc9;
  }

  .order-popup-cart__header {
    gap: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .order-popup-cart__title {
    font-size: 2rem;
  }

  .order-popup-cart__delete-all {
    padding-bottom: 0.1875rem;
    font-size: 1.5rem;
  }

  .body-order-popup-cart:not(:last-child) {
    padding-bottom: 2.5rem;
    border-bottom: 0.125rem solid #cfcdc9;
  }

  .body-order-popup-cart__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.0625rem;
            flex: 0 0 14.0625rem;
    width: 14.0625rem;
    height: 10rem;
  }

  .body-order-popup-cart__block {
    row-gap: 1.5625rem;
  }

  .body-order-popup-cart__title {
    max-width: 18.4375rem;
    font-size: 1.5rem;
  }

  .body-order-popup-cart__price {
    font-size: 2rem;
  }

  .side-popup-cart__button {
    min-height: 6.25rem;
    width: calc(100% + 6.25rem);
    margin: 0rem -3.75rem 0 -2.5rem;
    font-size: 2rem;
    border-top: 0.125rem solid #cfcdc9;
  }

  .number-side-popup-cart {
    padding-bottom: 2.0625rem;
  }

  .number-side-popup-cart__text {
    font-size: 1.5rem;
  }

  .number-side-popup-cart__price {
    font-size: 1.5rem;
  }

  .in-all-side-popup-cart {
    padding: 2.1875rem 0rem 2.625rem;
  }

  .in-all-side-popup-cart__text {
    font-size: 2.5rem;
  }

  .in-all-side-popup-cart__price {
    font-size: 2rem;
  }

  .catalog-r .select__title {
    gap: 1.4375rem;
    font-size: 1.5rem;
  }

  .catalog-r .select__title::before {
    width: calc(100% - 2.375rem);
  }

  .catalog-r .select__title::after {
    width: 1.0625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.0625rem;
            flex: 0 0 1.0625rem;
    font-size: 1.0625rem;
  }

  .block-basket .select__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.625rem;
            flex: 0 0 40.625rem;
    width: 40.625rem;
    padding: 0.9375rem 1.5rem 0.9375rem 2.0625rem;
    gap: 1.4375rem;
    font-size: 1.5rem;
  }

  .block-basket .select__title::after {
    border-width: 0.625rem 0.625rem 0 0.625rem;
  }

  .catalog-r .select__options {
    top: calc(100% + 1.25rem);
  }

  .select__option {
    padding: 0.3125rem 1.5625rem;
    font-size: 1.5rem;
  }

  .block-basket .select__option {
    padding: 0.625rem 1.5rem 0.625rem 2.0625rem;
  }

  .checkbox__label::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5625rem;
            flex: 0 0 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .checkbox__label::after {
    left: 0.1875rem;
    top: 0.1875rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }

  .quantity__input {
    font-size: 1.5rem;
  }

  .quantity__input span {
    padding-top: 0.25rem;
    font-size: 1.125rem;
  }

  .header__body {
    gap: calc(3.75rem + 25 * ((100vw - 1600px) / 150));
  }

  .action-header__cart {
    padding-right: 0.9375rem;
    font-size: 1.875rem;
    border-right: 0.125rem solid #cfcdc9;
  }

  .search-action-header__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
            flex: 0 0 1.75rem;
    font-size: 1.75rem;
  }

  .search-action-header__form {
    gap: 0.9375rem;
  }

  .search-action-header__input {
    width: 14.375rem;
    font-size: 1.4rem;
  }

  .search-action-header__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
            flex: 0 0 1.75rem;
    font-size: 1.75rem;
  }

  .phone-action-header::before {
    font-size: 1.5rem;
  }

  .footer__body {
    padding: 3.75rem 0;
    gap: 5rem;
  }

  .footer__list-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .footer__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .footer__link {
    font-size: 1.25rem;
  }

  .header-footer__logo {
    margin-bottom: 3.125rem;
  }

  .header-footer__text {
    font-size: 1.5rem;
  }

  .header-footer__socials {
    gap: 1.4375rem;
  }

  .header-footer__social {
    width: 3.125rem;
    height: 3.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
            flex: 0 0 3.125rem;
  }

  .header-footer__social_youtube {
    width: 4.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.5rem;
            flex: 0 0 4.5rem;
  }

  .logo-footer {
    width: min(100%, 18.875rem);
    min-width: 280px;
  }

  .logo-footer__icon-ibg {
    width: 100%;
  }

  .footer-contacts__item:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .footer-contacts__social {
    margin-left: 0;
    width: 1.875rem;
    height: 1.875rem;
  }

  .footer-contacts__link {
    font-size: 1.25rem;
    gap: 0.75rem;
  }

  .footer-contacts__link::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
            flex: 0 0 1.75rem;
    width: 1.75rem;
    font-size: 1.5rem;
  }

  .footer-footer {
    padding: 1.5625rem 0rem;
  }

  .footer-footer__copy {
    font-size: 1.3rem;
  }

  .breadcrums {
    padding: 1.875rem 0rem;
  }

  .breadcrums__list {
    gap: 0.9375rem;
  }

  .breadcrums__item {
    font-size: 1.5rem;
  }

  .breadcrums__link {
    gap: 0.9375rem;
  }

  .breadcrums__link::before {
    font-size: 0.85em;
  }

  .filter-catalog__title {
    padding: 0.9375rem;
    border: 0.125rem solid #cfcdc9;
  }

  .filter-catalog__items {
    padding: 2.25rem 0.5rem 0;
    padding-top: 2.25rem;
    border: 0.125rem solid #cfcdc9;
  }

  .item-filter__title {
    padding: 1.875rem 1.75rem;
    font-size: 1.5rem;
  }

  .item-filter__title::before {
    font-size: 1.0625rem;
  }

  .item-filter__body {
    padding: 0 1.75rem 1.875rem;
  }

  .item-filter__checkbox:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .item-filter__checkbox label {
    gap: 1.25rem;
  }

  .item-filter__checkbox span {
    font-size: 1.25rem;
  }

  .item-filter__inputs {
    gap: 0.9375rem;
  }

  .item-filter__inputs input {
    width: 6.25rem;
    height: 3.125rem;
    padding: 0.3125rem;
    font-size: 1.25rem;
  }

  .item-filter__inputs span {
    font-size: 1.25rem;
  }

  .item-filter__button {
    width: calc(100% + 4.5rem);
    padding: 1.125rem;
    margin: 0rem -2.25rem;
    font-size: 1.25rem;
  }

  .main__pagination .swiper-pagination-bullet {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 6.25rem;
  }

  .slide-main {
    padding: 13.875rem 0rem 12.5rem 0rem;
  }

  .slide-main__row {
    min-height: 15rem;
  }

  .slide-main__title-block {
    min-height: 15rem;
    padding: 3.75rem 5.4375rem;
  }

  .slide-main__title {
    margin-bottom: 1.25rem;
    font-size: 4rem;
  }

  .slide-main__text {
    font-size: 2.25rem;
  }

  .slide-main__text::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.75rem;
            flex: 0 0 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }

  .slide-main__button-block {
    padding: 3.75rem 5rem;
  }

  .slide-main__button {
    padding: 1.875rem 3.5rem;
    font-size: 2.25rem;
  }

  .slide-main__arrow-block {
    min-height: 15rem;
    padding: 3.75rem 5rem;
  }

  .slide-main__arrow {
    font-size: 3.5rem;
  }

  .pages-slide-main {
    width: clamp(12.5rem, 100%, 11.25rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(12.5rem, 100%, 11.25rem);
            flex: 0 0 clamp(12.5rem, 100%, 11.25rem);
  }

  .pages-slide-main__text {
    font-size: 2.25rem;
  }

  .pages-slide-main__current {
    font-size: 3rem;
  }

  .item-catalog-main {
    height: 25rem;
  }

  .item-catalog-main__body {
    margin-left: 2.6875rem;
  }

  .item-catalog-main__title-block {
    padding: 2.1875rem;
  }

  .item-catalog-main__title {
    font-size: 2rem;
  }

  .item-catalog-main__button {
    font-size: 1.5rem;
    padding: 2.1875rem;
  }

  .item-catalog-main__button span {
    top: -0.3125rem;
    width: 3.75rem;
    height: 0.125rem;
  }

  .item-catalog-main__button span::before,
  .item-catalog-main__button span::after {
    height: 0.125rem;
  }

  .viewed .top__title,
  .like .top__title {
    margin-bottom: 2.5rem;
  }

  .more .top__title {
    margin-bottom: 1.875rem;
  }

  .viewed .top__arrow-block,
  .like .top__arrow-block {
    top: -5rem;
  }

  .more .top__arrow-block {
    top: -4.375rem;
  }

  .more .top__arrow {
    font-size: 1.25rem;
  }

  .slide-top {
    width: 20rem;
  }

  .more .slide-top {
    width: 14.125rem;
  }

  .like .slide-top {
    width: 25.9375rem;
  }

  .slide-top__image-ibg {
    height: 22.5rem;
  }

  .more .slide-top__image-ibg {
    height: 15.9375rem;
  }

  .like .slide-top__image-ibg {
    height: 20rem;
  }

  .content-catalog-r__body .slide-top__image-ibg {
    height: 21.0625rem;
  }

  .slide-top__content {
    width: 20rem;
  }

  .more .slide-top__content {
    width: 14.125rem;
  }

  .like .slide-top__content {
    width: 25.9375rem;
  }

  .slide-top__body {
    padding: 0.75rem 1.25rem 2.1875rem;
  }

  .more .slide-top__body {
    padding: 0.625rem 0.9375rem 0rem;
  }

  .like .slide-top__body {
    height: 7.5rem;
  }

  .like .slide-top__block {
    padding: 1.375rem;
  }

  .slide-top__title {
    height: 3.125rem;
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
  }

  .more .slide-top__title {
    height: 2.5rem;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }

  .catalog-r .slide-top__title {
    height: 2.875rem;
    font-size: 1.1875rem;
  }

  .slide-top__price {
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }

  .more .slide-top__price {
    font-size: 1rem;
    margin-bottom: 1.5625rem;
  }

  .catalog-r .slide-top__price {
    margin-bottom: 1.75rem;
  }

  .slide-top__buttons {
    margin: 0rem;
  }

  .more .slide-top__buttons {
    margin: 0rem -0.9375rem;
  }

  .like .slide-top__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.1875rem;
            flex: 0 0 9.1875rem;
  }

  .slide-top__details {
    height: 3.75rem;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
  }

  .more .slide-top__details {
    height: 3.5rem;
    padding: 1.1875rem 2.5625rem;
    font-size: 1rem;
  }

  .like .slide-top__details {
    font-size: 2.25rem;
  }

  .catalog-r .slide-top__details {
    height: 3.5rem;
  }

  .slide-top__cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
    height: 3.75rem;
    width: 3.75rem;
    font-size: 2rem;
  }

  .more .slide-top__cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
            flex: 0 0 3.5rem;
    height: 3.5rem;
    width: 3.5rem;
    font-size: 1.75rem;
  }

  .catalog-r .slide-top__cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
            flex: 0 0 3.5rem;
    height: 3.5rem;
    width: 3.5rem;
  }

  .features__header {
    margin-bottom: 0.9375rem;
  }

  .features__title-bg {
    font-size: 4rem;
  }

  .features__title {
    padding-bottom: 1.375rem;
  }

  .features__title::before {
    height: 0.625rem;
  }

  .features__block:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .block-features {
    min-height: 23.75rem;
  }

  .block-features__image-ibg span {
    width: 30.5rem;
    height: 30.5rem;
  }

  .tr .block-features__image-ibg span {
    left: 3.375rem;
    top: -0.8125rem;
  }

  .features__block_reverse .block-features__image-ibg span {
    right: 3.375rem;
    bottom: -0.8125rem;
  }

  .block-features__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(6.25rem, 49.1875rem, 50%);
            flex: 0 0 clamp(6.25rem, 49.1875rem, 50%);
    padding: 3.125rem 5rem 1.3125rem;
    border-bottom: 0.3125rem solid #1e1e1e;
  }

  .features__block_reverse .block-features__body {
    padding-left: 1.25rem;
  }

  .block-features__title {
    margin-bottom: 0.875rem;
  }

  .block-features__text {
    font-size: 1.5rem;
  }

  .block-features__button {
    font-size: 1.5rem;
    gap: 2rem;
  }

  .block-features__button::before {
    font-size: 0.875rem;
  }

  .gallery__container {
    gap: 3.125rem;
  }

  .gallery__title {
    font-size: 4.8125rem;
  }

  .gallery__slider {
    width: 52.625rem;
  }

  .gallery__arrow-block {
    width: calc((100% - 52.625rem) / 2);
  }

  .gallery__arrow {
    font-size: 3.25rem;
  }

  .slide-gallery {
    width: 52.625rem;
  }

  .slide-gallery__image-ibg {
    width: 52.625rem;
  }

  .benfits__title {
    margin-bottom: 2.1875rem;
  }

  .benfits__body {
    gap: 1.25rem;
  }

  .benfits__item {
    min-height: 46.3125rem;
  }

  .big-item-benefits__play {
    width: 17.5rem;
    height: 17.5rem;
  }

  .big-item-benefits__body {
    padding: 1.875rem 3.75rem;
  }

  .big-item-benefits__content {
    border-left: 0.3125rem solid #cfcdc9;
    padding-left: 1.25rem;
  }

  .big-item-benefits__title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }

  .big-item-benefits__text {
    font-size: 1.25rem;
  }

  .big-item-benefits__button {
    gap: 1.125rem;
    font-size: 1.5rem;
  }

  .big-item-benefits__button::before {
    font-size: 0.875rem;
    overflow: hidden;
  }

  .big-item-benefits__footer {
    margin: 0rem -3.75rem -1.875rem;
  }

  .big-item-benefits__footer img {
    width: 6.25rem;
    margin-bottom: 1.0625rem;
  }

  .big-item-benefits__footer-text {
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
  }

  .item-benefits {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 0.875rem);
            flex: 0 0 calc(25% - 0.875rem);
    min-height: auto;
  }

  .item-benefits__play {
    width: 17.5rem;
    height: 17.5rem;
    top: 35%;
  }

  .item-benefits__content img {
    width: 6.25rem;
    margin-bottom: 1.0625rem;
  }

  .item-benefits__content-text {
    display: block;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
  }

  .partners__title {
    margin-bottom: 0.625rem;
  }

  .partners__text {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }

  .partners__text:nth-last-child(2) {
    margin-bottom: 3.75rem;
  }

  .partners__slider {
    margin: 0rem 9rem;
  }

  .partners__arrow {
    font-size: 1.25rem;
  }

  .slide-partners {
    max-width: 21.25rem;
  }

  .slide-partners__image-ibg {
    width: 21.25rem;
    height: 9.375rem;
  }

  .text__text {
    max-height: 7.5rem;
    font-size: 1.5rem;
  }

  .text__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .text__text::before {
    height: 7.5rem;
  }

  .button-text {
    gap: 2.1875rem;
    font-size: 1.5rem;
  }

  .button-text__arrow:not(:last-child) {
    margin-bottom: -0.625rem;
  }

  .button-text__arrow {
    font-size: 1.875rem;
  }

  .header-form {
    padding: 3.4375rem 5.3125rem;
  }

  .header-form__title {
    margin-bottom: 0.625rem;
  }

  .header-form__text {
    font-size: 1.5rem;
  }

  .form-form__content {
    padding: 3.4375rem 5.3125rem;
  }

  .form-form__input {
    padding: 1.25rem 2.625rem;
    border-bottom: 0.1875rem solid #fff;
    font-size: 2rem;
  }

  .form-form__input:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .form-form__submit {
    height: 12.375rem;
    font-size: 2rem;
  }

  .catalog__body {
    gap: 1.25rem;
  }

  .item-catalog {
    height: 25.9375rem;
  }

  .item-catalog__body {
    margin-left: 0.8125rem;
  }

  .item-catalog__title-block {
    width: 13rem;
    gap: 0.625rem;
    padding: 1.4375rem;
    -webkit-backdrop-filter: blur(0.375rem);
            backdrop-filter: blur(0.375rem);
  }

  .item-catalog__title {
    font-size: 2rem;
  }

  .item-catalog__text {
    font-size: 1.5rem;
  }

  .item-catalog__button {
    width: 13rem;
  }

  .menu-item-catalog {
    padding: 1.875rem 1.25rem;
  }

  .menu-item-catalog__title {
    font-size: 2rem;
    margin-bottom: 1.5625rem;
  }

  .menu-item-catalog__list {
    height: 18.5rem;
  }

  .menu-item-catalog__item {
    font-size: 1.5rem;
  }

  .menu-item-catalog__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .menu-item-catalog__button {
    gap: 1.25rem;
    padding: 1.25rem;
    font-size: 1.5rem;
  }

  .menu-item-catalog__button span {
    width: 8.75rem;
    height: 0.125rem;
  }

  .menu-item-catalog__button span::before,
  .menu-item-catalog__button span::after {
    height: 0.125rem;
  }

  .side-basket {
    padding: 3.875rem 9.375rem 0rem 4.25rem;
  }

  .side-basket__button {
    min-height: 7.375rem;
    width: calc(100% + 13.625rem);
    padding: 2.5rem;
    margin: 0rem -9.375rem 0rem -4.25rem;
    font-size: 2rem;
  }

  .number-side-basket {
    padding-bottom: 2.0625rem;
  }

  .number-side-basket__text {
    font-size: 1.5rem;
  }

  .number-side-basket__price {
    font-size: 1.5rem;
  }

  .in-all-side-basket {
    padding: 2.1875rem 0rem 2.625rem;
  }

  .in-all-side-basket__text {
    font-size: 2.5rem;
  }

  .order-basket {
    margin-bottom: 2.5rem;
    padding: 1.5625rem 1.25rem 0rem;
  }

  .order-basket__title {
    font-size: 2.5rem;
  }

  .body-order-basket {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .body-order-basket__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
    width: 15rem;
    height: 11.25rem;
  }

  .body-order-basket__title {
    max-width: 18.4375rem;
    font-size: 1.5rem;
  }

  .body-order-basket__block {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .body-order-basket__quantity {
    margin: 0;
  }

  .body-order-basket__price {
    font-size: 2rem;
  }

  .footer-order-basket {
    padding: 2.5rem 0rem;
  }

  .footer-order-basket__button {
    padding: 1.625rem;
    font-size: 1.5rem;
  }

  .block-basket__header {
    padding: 2.5rem 9.375rem 2.5rem 3.4375rem;
  }

  .block-basket__title {
    gap: 1.75rem;
    font-size: 2rem;
  }

  .block-basket__button {
    font-size: 1.5rem;
  }

  .block-basket__content {
    padding: 0rem 9.125rem 3.4375rem;
    border-bottom: 0.3125rem solid #cfcdc9;
  }

  .block-basket__body {
    gap: 1.25rem;
  }

  .block-basket__input {
    max-width: 64.375rem;
    padding: 0.625rem 2.625rem;
    font-size: 1.5rem;
    border-width: 0.1875rem;
  }

  .block-basket__input:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .block-basket__form {
    margin-bottom: 3.75rem;
  }

  .form-block-basket {
    height: 3.75rem;
  }

  .form-block-basket__location {
    padding: 0rem 1.25rem;
    font-size: 1.75rem;
  }

  .form-block-basket__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
  }

  .form-block-basket__submit::before,
  .form-block-basket__submit::after {
    height: 0.3125rem;
  }

  .form-block-basket__submit::before {
    left: 30%;
    top: 50%;
    width: 1.25rem;
  }

  .form-block-basket__submit::after {
    left: 42%;
    top: 44%;
    width: 1.625rem;
  }

  .item-block-basket__image {
    max-height: 3.125rem;
  }

  .item-block-basket__image img,
  .item-block-basket__image svg {
    max-height: 3.125rem;
  }

  .item-block-basket__title {
    font-size: 1.25rem;
  }

  .media-product-main {
    gap: 2.1875rem;
    padding-top: 1.5625rem;
  }

  .slider-thumbs-media-product-main {
    width: 7.8125rem;
    height: 46.25rem;
  }

  .slider-thumbs-media-product-main__arrow {
    font-size: 1.5rem;
  }

  .slider-thumbs-media-product-main__arrow_top {
    top: -1.6875rem;
  }

  .slider-thumbs-media-product-main__arrow_bottom {
    bottom: -1.6875rem;
  }

  .slider-media-product-main {
    width: 37.5rem;
    padding: 1.25rem 0 0 1.25rem;
    margin: -1.25rem 0 0 -1.25rem;
  }

  .slider-media-product-main__swiper {
    height: 49.3125rem;
  }

  .slider-media-product-main__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0.9375rem;
  }

  .slider-media-product-main__pagination .swiper-pagination-bullet {
    width: 0.9375rem;
    height: 0.9375rem;
  }

/*  .slide-slider-media-product-main.swiper-slide-active {
    -webkit-box-shadow: -0.9375rem -0.4375rem rgba(244, 192, 87, 0.5);
            box-shadow: -0.9375rem -0.4375rem rgba(244, 192, 87, 0.5);
  }*/

  .content-product-main {
    padding: 0rem 0rem 3.4375rem 4.3125rem;
  }

  .content-product-main::before {
    left: -5.25rem;
    height: calc(100% + 5.5625rem);
  }

  .content-product-main__title {
    margin-bottom: 0.6875rem;
    font-size: 2.5rem;
    padding-top: 1rem;
  }

  .content-product-main__body {
    margin-bottom: 3.125rem;
  }

  .body-content-product-main {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .body-content-product-main__price {
    gap: 2.8125rem;
    margin-bottom: 2.5rem;
  }

  .body-content-product-main__title {
    font-size: 2rem;
  }

  .body-content-product-main__price-text {
    font-size: 2rem;
  }

  .body-content-product-main__quantity {
    margin-bottom: 1.875rem;
  }

  .body-content-product-main__text {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }

  .body-content-product-main__text p:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .quantity-body-content-product-main__body {
    max-width: 31.875rem;
    margin-top: 1.875rem;
  }

  .quantity-body-content-product-main__title {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }

  .quantity-body-content-product-main__row {
    padding: 0.625rem 1.5625rem;
    height: 5rem;
  }

  .quantity-body-content-product-main__input {
    padding: 0.625rem 0.25rem;
    font-size: 1.5rem;
    min-width: 60px;
  }

  .quantity-body-content-product-main__text {
    font-size: 1.5rem;
  }

  .quantity-body-content-product-main__button {
    font-size: 2rem;
  }

  .thickness-body-content-product-main__row {
    margin-top: 1.875rem;
    width: 15rem;
  }

  .thickness-body-content-product-main__text {
    font-size: 2rem;
  }

  .footer-content-product-main__link {
  font-size: 1.5rem;
    margin-bottom: 1.5625rem;
    margin-top: 30px;
    cursor: pointer;
  }

  .footer-content-product-main__row {
    gap: 0.625rem;
    max-width: 32rem;
  }

  .footer-content-product-main__button {
    min-height: 4.875rem;
    padding: 1.5625rem;
    font-size: 1.5rem;
  }

  .description-p__title {
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }

  .description-p__title::after {
    height: 0.625rem;
  }

  .description-p__text {
    font-size: 1.5rem;
  }

  .guarantees-p__title {
    margin-bottom: 2.5rem;
  }

  .guarantees-p__body {
    max-width: 98.4375rem;
    gap: 8.625rem;
    border-bottom: 0.625rem solid #1e1e1e;
  }

  .guarantees-p__image-ibg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.25rem;
            flex: 0 0 21.25rem;
    width: 21.25rem;
    height: 21.25rem;
  }

  .guarantees-p__content {
    padding-top: 1.875rem;
  }

  .guarantees-p__block:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .guarantees-p__title-t {
    font-size: 2rem;
  }

  .guarantees-p__text {
    font-size: 1.5rem;
  }

  .guarantees-p__list li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.375rem;
            flex: 0 0 0.375rem;
    width: 0.375rem;
    height: 0.375rem;
  }

  .advantages-p__title {
    margin-bottom: 2.5rem;
  }

  .tabs-advantages-p__navigation {
    min-width: 37.5rem;
  }

  .tabs-advantages-p__title {
    padding: 2.25rem 2.25rem 2.25rem 7.5rem;
  }

  .tabs-advantages-p__title span {
    left: 1.875rem;
    font-size: 10.625rem;
  }

  .contacts {
    height: 30rem;
    padding-top: 6.625rem;
  }

  .contacts__decor-block {
    right: 8.25rem;
    bottom: -4.75rem;
    height: 30.5rem;
  }

  .contacts__decor {
    width: 15.25rem;
    height: 15.25rem;
    border: 0.125rem solid #cfcdc9;
  }

  .contacts__decor:nth-child(1) {
    right: 15.1875rem;
    bottom: 15.1875rem;
  }

  .contacts__decor:nth-child(2) {
    right: 0rem;
    bottom: 15.1875rem;
  }

  .contacts__decor:nth-child(3) {
    height: 9.25rem;
    right: 0rem;
    bottom: 6rem;
  }

  .contacts__decor:nth-child(4) {
    height: 9.25rem;
    right: 15.1875rem;
    bottom: 6rem;
    width: calc(100% - 16.875rem);
  }

  .contacts__title {
    padding-bottom: 1rem;
    margin-left: 2.1875rem;
    font-size: 4rem;
  }

  .contacts__title::before {
    height: 0.625rem;
  }

  .row-c__body {
    border-bottom: 0.625rem solid #1e1e1e;
  }

  .body-row-c {
    min-height: 25rem;
  }

  .body-row-c__content {
    border: 0.125rem solid #fdf2dd;
  }

  .body-row-c__block:not(:last-child) {
    border-bottom: 0.125rem solid #fdf2dd;
  }

  .body-row-c__block {
    padding: 1.875rem 3.75rem;
  }

  .body-row-c__title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }

  .body-row-c__text {
    font-size: 1.5rem;
  }

  .body-row-c__text:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .body-row-c__text::before {
    font-size: 1.875rem;
  }

  .body-row-c__text_phone {
    padding-left: 2.375rem;
  }

  .body-row-c__text_phone::before {
    font-size: 1.5rem;
  }

  .body-2-row-c {
    min-height: 31.625rem;
  }

  .body-2-row-c::before {
    top: -0.3125rem;
    width: 7.5rem;
    height: 7.5rem;
  }

  .body-2-row-c__content {
    border: 0.125rem solid #fdf2dd;
  }

  .body-2-row-c__block:not(:last-child) {
    border-bottom: 0.125rem solid #fdf2dd;
  }

  .body-2-row-c__block {
    padding: 1.875rem 3.75rem 1.875rem 9.375rem;
  }

  .body-2-row-c__title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }

  .body-2-row-c__socials {
    gap: 2rem;
  }

  .body-2-row-c__social {
    width: 4.5rem;
  }

  .body-2-row-c__social_y {
    width: 6.5rem;
  }

  .body-2-row-c__text {
    font-size: 1.5rem;
  }

  .body-2-row-c__text:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .body-2-row-c__text::before {
    font-size: 1.875rem;
  }

  .materials__title {
    margin-bottom: 1.875rem;
  }

  .materials__item {
    padding-left: 1.25rem;
  }

  .materials__block {
    padding: 2.375rem 2.8125rem;
    border: 0.125rem solid #cfcdc9;
  }

  .materials__title-block {
    margin-bottom: 0.3125rem;
    font-size: 2rem;
  }

  .materials__text {
    font-size: 1.5rem;
  }

  .materials__button {
    border: 0.125rem solid #cfcdc9;
  }

  .materials__arrow {
    font-size: 3.25rem;
  }

  .catalog-r__body {
    -ms-grid-columns: 22.5rem 1fr;
    grid-template-columns: 22.5rem 1fr;
  }

  .catalog-r__content_empty {
    border: 0.125rem solid #cfcdc9;
  }

  .content-catalog-r-empty__title {
    font-size: 3.5rem;
  }

  .content-catalog-r-empty__text {
    margin-bottom: 5rem;
    font-size: 2rem;
  }

  .content-catalog-r-empty__image-ibg {
    width: 28.375rem;
    height: 22.8125rem;
  }

  .content-catalog-r__header {
    height: 5.25rem;
    padding-bottom: 2.1875rem;
    gap: 2.25rem;
  }

  .content-catalog-r__text {
    font-size: 1.5rem;
  }

  .content-catalog-r__body {
    grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
    gap: 1.875rem;
    margin-bottom: 3.75rem;
  }

  .footer-content-catalog-r {
    height: 5rem;
    border: 0.125rem solid #cfcdc9;
  }

  .footer-content-catalog-r__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.25rem;
            flex: 0 0 6.25rem;
    width: 6.25rem;
  }

  .footer-content-catalog-r__btn span {
    font-size: 1.5625rem;
  }

  .footer-content-catalog-r__btn-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
    width: 12.5rem;
    border-left: 0.125rem solid #cfcdc9;
    border-right: 0.125rem solid #cfcdc9;
  }

  .footer-content-catalog-r__btn-2 span {
    width: 3.875rem;
    height: 0.125rem;
  }

  .footer-content-catalog-r__btn-2 span::before,
  .footer-content-catalog-r__btn-2 span::after {
    width: 0.625rem;
    height: 0.125rem;
  }

  .footer-content-catalog-r__btn-2_left {
    border-right: 0.125rem solid #cfcdc9;
  }

  .footer-content-catalog-r__pages {
    gap: 1.5625rem;
    font-size: 1.5rem;
  }

  .article {
    height: 30rem;
    padding-top: 6.625rem;
  }

  .article__container {
    -ms-grid-columns: 1fr 3.8125rem;
    grid-template-columns: 1fr 3.8125rem;
    gap: 2.75rem;
  }

  .article__decor-block {
    right: 8.25rem;
    bottom: -4.75rem;
    height: 30.5rem;
  }

  .article__decor {
    width: 15.25rem;
    height: 15.25rem;
    border: 0.125rem solid #cfcdc9;
  }

  .article__decor:nth-child(1) {
    right: 15.1875rem;
    bottom: 15.1875rem;
  }

  .article__decor:nth-child(2) {
    right: 0rem;
    bottom: 15.1875rem;
  }

  .article__decor:nth-child(3) {
    height: 9.25rem;
    right: 0rem;
    bottom: 6rem;
  }

  .article__decor:nth-child(4) {
    height: 9.25rem;
    right: 15.1875rem;
    bottom: 6rem;
    width: calc(100% - 16.875rem);
  }

  .article__title {
    padding-bottom: 1rem;
    margin-left: 2.1875rem;
    font-size: 4rem;
  }

  .article__title::before {
    height: 0.625rem;
  }

  .article__socials {
    gap: 1.375rem;
  }

  .article__social-ibg {
    width: 3.8125rem;
    height: 3.8125rem;
    border-radius: 10px;
  }

  .article__social-ibg_youtube {
    height: 2.625rem;
  }

  .block-1-thanks__text,
  .block-2-article-a__button,
  .block-2-article-a__text,
  .block-article-a__text,
  .article-a__text {
    font-size: 1.5rem;
  }

  .article-a__body {
    margin-bottom: 5rem;
  }

  .article-a__text {
    max-width: 98.4375rem;
  }

  .block-article-a__block {
    padding: 0rem 4.3125rem 0rem 1.5625rem;
  }

  .block-article-a__title {
    margin-bottom: 1.75rem;
  }

  .block-article-a__image-ibg {
    min-height: 28.125rem;
  }

  .block-2-article-a__image-ibg {
    min-height: 28.125rem;
  }

  .block-2-article-a__block {
    padding: 0rem 1.5625rem 1.5625rem 4.3125rem;
  }

  .block-2-article-a__block::after {
    left: 4.3125rem;
    height: 0.3125rem;
  }

  .block-2-article-a__text {
    margin-bottom: 4.5rem;
  }

  .block-2-article-a__button span {
    width: 9.6875rem;
    height: 0.125rem;
  }

  .block-2-article-a__button span::before,
  .block-2-article-a__button span::after {
    width: 0.625rem;
    height: 0.125rem;
  }

  .article-like__header {
    margin-bottom: 2.375rem;
  }

  .article-like__button {
    gap: 2.3125rem;
    font-size: 1.5rem;
  }

  .article-like__button::before {
    right: 6.1875rem;
  }

  .article-like__button span {
    width: 3.875rem;
    height: 0.125rem;
  }

  .article-like__button span::before,
  .article-like__button span::after {
    width: 0.625rem;
    height: 0.125rem;
  }

  .article-like__body {
    gap: 1.25rem;
  }

  .article-article-like__body {
    padding: 1.25rem 1.5625rem 1.5625rem;
    border: 0.125rem solid #fceccd;
  }

  .article-article-like__body::before {
    left: -0.125rem;
    right: -0.125rem;
    height: 0.3125rem;
  }

  .article-article-like__title {
    font-size: 2rem;
  }

  .article-article-like__text {
    font-size: 1.5rem;
  }

  .thanks {
    padding-top: 3.75rem;
  }

  .thanks__body {
    -ms-grid-columns: 50.5813953488% 48.2558139535%;
    grid-template-columns: 50.5813953488% 48.2558139535%;
  }

  .thanks__more {
    padding: 1.875rem 0rem 1.875rem 1.4375rem;
    border: 0.125rem solid #cfcdc9;
  }

  .thanks__more .top__slider {
    margin: 0;
  }

  .block-1-thanks {
    padding: 2.625rem 1.25rem;
    border: 0.125rem solid #cfcdc9;
  }

  .block-1-thanks__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.125rem;
    margin-bottom: 2.5rem;
  }

  .block-1-thanks__header span {
    display: block;
  }

  .block-1-thanks__title {
    font-size: 2.5rem;
  }

  .block-1-thanks__text {
    max-width: 33.5625rem;
  }

  .block-2-thanks {
    padding: 2.5rem 1.6875rem 3.75rem 1.25rem;
    border: 0.125rem solid #cfcdc9;
  }

  .block-2-thanks__title {
    margin-bottom: 1.875rem;
  }

  .blog {
    padding-top: 6.6875rem;
  }

  .blog__body {
    -ms-grid-columns: 1fr 16.9375rem;
    grid-template-columns: 1fr 16.9375rem;
    padding-right: 9.0625rem;
    margin-top: -1.875rem;
  }

  .blog__row-2 {
    -ms-grid-columns: 1fr 18.3125rem;
    grid-template-columns: 1fr 18.3125rem;
    border-top: 0.125rem solid #cfcdc9;
    border-left: 0.125rem solid #cfcdc9;
  }

  .blog__title {
    margin-left: 27.1875rem;
    padding: 2.8125rem 8.9375rem;
    font-size: 4rem;
    border-top: 0.125rem solid #cfcdc9;
    border-left: 0.125rem solid #cfcdc9;
  }

  .blog__socials {
    padding: 3.0625rem 3.1875rem 0rem;
  }

  .blog__social-items {
    gap: 2.1875rem;
    padding-bottom: 1.25rem;
  }

  .blog__social {
    width: 4.375rem;
    height: 4.375rem;
  }

  .blog__social_yt {
    width: 6.25rem;
  }

  .blog__text {
    padding: 3.375rem;
    font-size: 1.5rem;
    border-left: 0.125rem solid #cfcdc9;
  }

  .blog__arrow:not(:last-child) {
    margin-bottom: -0.9375rem;
  }

  .blog__arrow {
    font-size: 3.125rem;
  }

  .blog-b__body {
    grid-template-columns: repeat(auto-fit, minmax(26.25rem, 1fr));
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .article-blog-b__image-ibg {
    height: 18.75rem;
  }

  .article-blog-b__body {
    padding: 1.25rem 2.1875rem 1.4375rem 1.5625rem;
    border: 0.125rem solid #fceccd;
  }

  .article-blog-b__body::before {
    height: 0.5rem;
        margin-left: -2px;
    margin-right: -2px;
  }

  .article-blog-b__title {
    font-size: 2rem;
  }

  .article-blog-b__text {
    font-size: 1.5rem;
  }

  .article-blog-b__button {
    height: 5rem;
    gap: 1.25rem;
    font-size: 1.5rem;
  }

  .article-blog-b__button span {
    width: 9.6875rem;
    height: 0.125rem;
  }

  .article-blog-b__button span::before,
  .article-blog-b__button span::after {
    width: 0.625rem;
    height: 0.125rem;
  }

  .footer-blog-b__body {
    gap: 5rem;
  }

  .footer-blog-b__btn span {
    height: 0.125rem;
  }

  .footer-blog-b__btn span::before,
  .footer-blog-b__btn span::after {
    width: 0.625rem;
    height: 0.125rem;
  }

  .footer-blog-b__pages span {
    font-size: 2rem;
  }

  .footer-blog-b__page {
    font-size: 2rem;
  }

  .page__product-main {
    margin-bottom: 1.875rem;
  }

  .page__article-like {
    margin-bottom: 5rem;
  }

  .page__blog {
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 85.43625rem) and (min-width: 109.375rem) {
  .header__body {
    gap: 5.3125rem;
  }
}

@media screen and (min-width: 85.43625rem) {
  .slide-main {
    padding-top: 8.75rem;
  }

  .slide-main {
    padding-bottom: 6.5rem;
  }

  .slide-main__title-block {
    padding-top: 2.3125rem;
  }

  .slide-main__title-block {
    padding-bottom: 2.3125rem;
  }

  .slide-main__title-block {
    padding-left: 3.125rem;
  }

  .slide-main__title-block {
    padding-right: 3.125rem;
  }

  .slide-main__title {
    font-size: 2.25rem;
  }

  .slide-main__text {
    font-size: 1.5rem;
  }

  .slide-main__button-block {
    padding-top: 2.3125rem;
  }

  .slide-main__button-block {
    padding-bottom: 2.3125rem;
  }

  .slide-main__button-block {
    padding-left: 3.125rem;
  }

  .slide-main__button-block {
    padding-right: 3.125rem;
  }
}

@media (any-hover: hover) and (min-width: 85.43625rem) {
  .button-text:hover .button-text__arrow:nth-child(1) {
    -webkit-transform: translate(0, 0.1875rem);
        -ms-transform: translate(0, 0.1875rem);
            transform: translate(0, 0.1875rem);
  }

  .button-text:hover .button-text__arrow:nth-child(2) {
    -webkit-transform: translate(0, 0.375rem);
        -ms-transform: translate(0, 0.375rem);
            transform: translate(0, 0.375rem);
  }

  .button-text:hover .button-text__arrow:nth-child(3) {
    -webkit-transform: translate(0, 0.5625rem);
        -ms-transform: translate(0, 0.5625rem);
            transform: translate(0, 0.5625rem);
  }

  .article-blog-b:hover .article-blog-b__body {
    -webkit-transform: translate(0, -5rem);
        -ms-transform: translate(0, -5rem);
            transform: translate(0, -5rem);
  }
}

@media (min-width: 88.75rem) {
  .catalog-r__body {
    -ms-grid-columns: 25.9375rem 1fr;
    grid-template-columns: 25.9375rem 1fr;
  }
}

@media (min-width: 95.625rem) {
  .phone-action-header__number {
    display: block;
  }
}

@media screen and (min-width: 109.375rem) {
  .slide-main__arrow-block {
    padding-top: 1.875rem;
  }

  .slide-main__arrow-block {
    padding-bottom: 1.875rem;
  }

  .slide-main__arrow-block {
    padding-left: 3.5625rem;
  }

  .slide-main__arrow-block {
    padding-right: 3.5625rem;
  }
}

@media (min-width: 109.375rem) {
  .footer-content-catalog-r__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.8125rem;
            flex: 0 0 7.8125rem;
    width: 7.8125rem;
  }

  .footer-content-catalog-r__btn-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.625rem;
            flex: 0 0 19.625rem;
    width: 19.625rem;
  }
}

@media screen and (min-width: 120rem) {
  .page__main {
    margin-bottom: 5rem;
  }

  .page__catalog-main {
    margin-bottom: 7.5rem;
  }

  .page__top {
    margin-bottom: 7.5rem;
  }

  .page__partners {
    margin-bottom: 7.5rem;
  }

  .page__benefits {
    margin-bottom: 7.5rem;
  }

  .page__features {
    margin-bottom: 7.5rem;
  }

  .page__gallery {
    margin-bottom: 7.5rem;
  }

  .page__catalog {
    margin-bottom: 7.5rem;
  }

  .page__basket {
    margin-bottom: 7.5rem;
  }

  .page__description-p {
    margin-bottom: 7.5rem;
  }

  .page__guarantees-p {
    margin-bottom: 7.5rem;
  }

  .page__advantages-p {
    margin-bottom: 7.5rem;
  }

  .page__materials {
    margin-bottom: 6.25rem;
  }

  .page__catalog-r {
    margin-bottom: 7.5rem;
  }

  .page__contacts {
    margin-bottom: 6.25rem;
  }

  .page__row-c {
    margin-bottom: 7.5rem;
  }

  .page__article {
    margin-bottom: 6.25rem;
  }

  .page__article-a {
    margin-bottom: 7.5rem;
  }

  .page__thanks {
    margin-bottom: 7.5rem;
  }

  .page__blog-b {
    margin-bottom: 7.5rem;
  }
}

@media (max-width: 85.43625rem) {
  .features__block {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (max-width: 72.49875rem) {
  .slide-main__row_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: none;
  }

  .slide-main__title-block {
    border-right: none;
  }

  .slide-main__button-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 0.125rem solid #cfcdc9;
    padding: 2.5rem 3.75rem;
  }

  .slide-main__arrow-block {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(60%, 100%, 8.75rem);
            flex: 0 0 clamp(60%, 100%, 8.75rem);
  }

  .pages-slide-main {
    width: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1.25rem;
            flex: 1 1 1.25rem;
  }
}

@media (max-width: 61.99875rem) {
  .icon-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.625rem;
            flex: 0 0 2.625rem;
    position: relative;
    display: block;
    width: 2.625rem;
    height: 1.3125rem;
    border-right: 0.0625rem solid #cfcdc9;
    z-index: 11;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    position: absolute;
    left: 0;
    width: 1.375rem;
    height: 0.0625rem;
    background-color: #cfcdc9;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .icon-menu::before,
  .icon-menu::after {
    content: "";
    width: 1.875rem;
  }

  .icon-menu span {
    top: 50%;
    -webkit-transform: scale(1) translate(0, -50%);
        -ms-transform: scale(1) translate(0, -50%);
            transform: scale(1) translate(0, -50%);
  }

  .icon-menu::before {
    top: 10%;
  }

  .icon-menu::after {
    bottom: 10%;
  }

  .icon-menu_active span {
    -webkit-transform: scale(0) translate(0, -50%);
        -ms-transform: scale(0) translate(0, -50%);
            transform: scale(0) translate(0, -50%);
  }

  .icon-menu_active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
        -ms-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }

  .icon-menu_active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
        -ms-transform: rotate(45deg) translate(0, 50%);
            transform: rotate(45deg) translate(0, 50%);
  }

  .menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 5rem 0rem 2.5rem;
    background-color: #1e1e1e;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }

  .menu::before {
    content: "";
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 5rem;
    background: #1e1e1e;
    border-bottom: 0.125rem solid #cfcdc9;
    z-index: 2;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }

  .menu.menu_active {
    left: 0;
  }

  .menu.menu_active::before {
    left: 0;
  }

  .menu__item {
    width: 100%;
    padding: 0rem 1.875rem;
  }

  .menu__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 0;
    font-size: 1.25rem;
    text-transform: uppercase;
  }

  .menu__item:not(:last-child) .menu__link {
    border-bottom: 0.0625rem solid #ffffff;
  }

  .item-body-menu {
    display: block;
    padding-top: 0.625rem;
    color: #cfcdc9;
  }

  .partners__arrow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.625rem;
  }

  .form {
    padding: 2.5rem 0rem;
  }
}

@media (max-width: 47.99875rem) {
  .slide-main__button-block {
    padding: 0rem;
  }

  .form__image-ibg {
    padding-bottom: 70.1183431953%;
    border: 0.0625rem solid #cfcdc9;
  }

  .media-product-main__thumbs {
    display: none;
  }
}

@media (max-width: 35.625rem) {
  .search-action-header {
    display: none;
  }
}

@media (max-width: 29.99875rem) {
  .icon-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.625rem;
            flex: 0 0 2.625rem;
    position: relative;
    display: block;
    width: 2.625rem;
    height: 1.875rem;
    border-left: 0.125rem solid #cfcdc9;
    border-right: none;
  }

  .icon-menu span {
    left: 0.625rem;
    width: 1.875rem;
    height: 0.125rem;
  }

  .icon-menu::before {
    left: 0.625rem;
    width: 2.1875rem;
    height: 0.125rem;
  }

  .icon-menu::after {
    left: 0.625rem;
    width: 2.1875rem;
    height: 0.125rem;
  }

  .header__icon-menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .action-header__cart {
    padding-right: 0.625rem;
    border-right: 0.125rem solid #cfcdc9;
    font-size: 2rem;
  }

  .footer__list:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .breadcrums__link::before {
    position: relative;
    top: 0.125rem;

  }

  .slide-main__arrow-block {
    min-height: 7.5rem;
    gap: 0rem;
  }

  .pages-slide-main__text {
    padding: 0rem;
    font-size: 1.5rem;
  }

  .pages-slide-main__current {
    font-size: 2rem;
  }

  .contacts__decor:nth-child(1) {
    height: 8.125rem;
  }

  .contacts__decor:nth-child(2) {
    height: 8.125rem;
  }

  .article__decor:nth-child(1) {
    height: 8.125rem;
  }

  .article__decor:nth-child(2) {
    height: 8.125rem;
  }
}

@media screen and (max-width: 20rem) {
  .block-welcome {
    padding-left: 1.875rem;
  }

  .block-welcome {
    padding-right: 1.875rem;
  }

  .block-welcome {
    border-radius: 3.125rem;
  }

  .slide-main {
    padding-top: 5rem;
  }

  .slide-main {
    padding-bottom: 5rem;
  }

  .slide-main__title-block {
    padding-top: 1.25rem;
  }

  .slide-main__title-block {
    padding-bottom: 1.25rem;
  }

  .slide-main__title-block {
    padding-left: 1.25rem;
  }

  .slide-main__title-block {
    padding-right: 1.25rem;
  }

  .slide-main__title {
    font-size: 1.625rem;
  }

  .slide-main__text {
    font-size: 1rem;
  }

  .slide-main__button-block {
    padding-top: 1.25rem;
  }

  .slide-main__button-block {
    padding-bottom: 1.25rem;
  }

  .slide-main__button-block {
    padding-left: 1.25rem;
  }

  .slide-main__button-block {
    padding-right: 1.25rem;
  }

  .slide-main__arrow-block {
    padding-top: 1.25rem;
  }

  .slide-main__arrow-block {
    padding-bottom: 1.25rem;
  }

  .slide-main__arrow-block {
    padding-left: 1.25rem;
  }

  .slide-main__arrow-block {
    padding-right: 1.25rem;
  }

  .item-catalog-main__title-block {
    width: 9.25rem;
  }

  .gallery__body {
    padding-top: 4rem;
  }

  .gallery__body {
    padding-bottom: 4rem;
  }

  .gallery__arrow {
    font-size: 1.4375rem;
  }

  .tabs-advantages-p__image-ibg span {
    left: 4.375rem;
  }

  .tabs-advantages-p__image-ibg span {
    font-size: 5rem;
  }

  .page__main {
    margin-bottom: 3.75rem;
  }

  .page__catalog-main {
    margin-bottom: 3.75rem;
  }

  .page__top {
    margin-bottom: 3.75rem;
  }

  .page__partners {
    margin-bottom: 3.75rem;
  }

  .page__benefits {
    margin-bottom: 3.75rem;
  }

  .page__features {
    margin-bottom: 3.75rem;
  }

  .page__gallery {
    margin-bottom: 3.75rem;
  }

  .page__catalog {
    margin-bottom: 3.75rem;
  }

  .page__basket {
    margin-bottom: 3.75rem;
  }

  .page__description-p {
    margin-bottom: 3.75rem;
  }

  .page__guarantees-p {
    margin-bottom: 3.75rem;
  }

  .page__advantages-p {
    margin-bottom: 3.75rem;
  }

  .page__materials {
    margin-bottom: 3.75rem;
  }

  .page__catalog-r {
    margin-bottom: 3.75rem;
  }

  .page__contacts {
    margin-bottom: 3.75rem;
  }

  .page__row-c {
    margin-bottom: 3.75rem;
  }

  .page__article {
    margin-bottom: 3.75rem;
  }

  .page__article-a {
    margin-bottom: 3.75rem;
  }

  .page__thanks {
    margin-bottom: 3.75rem;
  }

  .page__blog-b {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 61.99875rem) and (min-width: 85.43625rem) {
  .menu {
    padding: 6.6875rem 0rem 2.5rem;
  }
}

@media (max-width: 61.99875rem) and (min-width: 47.99875rem) {
  .menu::before {
    border-bottom: 0.1875rem solid #cfcdc9;
  }
}

@media screen and (min-width: 61.99875rem) and (max-width: 100rem) {
  .menu__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

@media screen and (min-width: 85.43625rem) and (max-width: 100rem) {
  .header__body {
    gap: 3.75rem;
  }
}

@media (min-width: 29.99875rem) and (max-width: 61.99875rem) {
  .header__action {
    margin-left: auto;
  }
}

@media screen and (min-width: 29.99875rem) and (min-width: 85.43625rem) and (max-width: 100rem) {
  .action-header {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

@media screen and (min-width: 61.99875rem) and (max-width: 64rem) {
  .item-catalog-main__title-block {
    width: 11.25rem;
  }
}

@media screen and (min-width: 47.99875rem) and (max-width: 20rem) {
  .top__text {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 47.99875rem) and (max-width: 64rem) {
  .slider-media-product-main {
    font-size: 14px;
    width: 400px;
  }
}

@media screen and (min-width: 47.99875rem) and (max-width: 47.99875rem) {
  .content-product-main::before {
    left: -1.375rem;
  }

  .guarantees-p__content {
    padding-top: 0rem;
  }
}

@media (min-width: 61.99875rem) and (max-width: 85.43625rem), (min-width: 100rem) {
  .body-content-product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    width: 500px;
  }

  .body-content-product-main__block:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 54.7798066595%;
            flex: 1 1 54.7798066595%;
    margin-bottom: 0rem;
  }

  .body-content-product-main__block:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 38.0236305048%;
            flex: 1 1 38.0236305048%;
  }
}

@media screen and (min-width: 61.99875rem) and (max-width: 61.99875rem) {
  .tabs-advantages-p__image-ibg span {
    left: 6.25rem;
  }

  .tabs-advantages-p__image-ibg span {
    font-size: 8.75rem;
  }
}

@media (any-hover: hover) {
  .link:hover span::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }

  .tabs__title:hover {
    color: rgba(244, 191, 87, 0.8);
  }

  .tabs__title._active {
    color: #cfcdc9;
    text-decoration-line: underline;
  }

  .popup__close:hover::before,
  .popup__close:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .popup-buy__button:hover {
    background-color: #f3b842;
  }

  .popup-payment__close:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .popup-payment__close:hover::before,
  .popup-payment__close:hover::after {
    background-color: #cfcdc9;
  }

  .popup-cart__close:hover::before,
  .popup-cart__close:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .order-popup-cart__delete-all:hover {
    color: #808080;
  }

  .order-popup-cart__delete-all:hover::after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }

  .body-order-popup-cart__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .body-order-popup-cart__delete:hover::before,
  .body-order-popup-cart__delete:hover::after {
    background-color: rgb(30, 30, 30);
  }

  .side-popup-cart__button:hover {
    background: rgba(30, 30, 30, 0.95);
  }

  .select__option:hover {
    background-color: #eee;
  }

  .action-header__cart:hover {
    color: #fff;
    border-color: #fff;
  }

  .search-action-header__button:hover {
    color: #fff;
  }

  .search-action-header__submit:hover {
    color: #fff;
  }

  .phone-action-header:hover {
    color: #fff;
  }

  .header-footer__social:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .breadcrums__link:hover span::before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }

  .item-filter__button:hover {
    background-color: #252525;
  }

  .finished-welcome__link:hover {
    text-decoration: none;
  }

  .block-welcome__content a:hover {
    text-decoration: none;
  }

  .slide-main__button:hover {
    -webkit-backdrop-filter: blur(0rem);
            backdrop-filter: blur(0rem);
  }

  .slide-main__arrow-block:hover .slide-main__arrow:first-child {
    -webkit-transform: translate(0.3125rem, 0);
        -ms-transform: translate(0.3125rem, 0);
            transform: translate(0.3125rem, 0);
  }

  .slide-main__arrow-block:hover .slide-main__arrow:nth-child(2) {
    -webkit-transform: translate(0.625rem, 0);
        -ms-transform: translate(0.625rem, 0);
            transform: translate(0.625rem, 0);
  }

  .slide-main__arrow-block:hover .slide-main__arrow:last-child {
    -webkit-transform: translate(0.9375rem, 0);
        -ms-transform: translate(0.9375rem, 0);
            transform: translate(0.9375rem, 0);
  }

  .item-catalog-main:hover .item-catalog-main__image-ibg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-catalog-main:hover .item-catalog-main__image-ibg:before {
    opacity: 1;
  }

  .item-catalog-main:hover .item-catalog-main__button {
    -webkit-backdrop-filter: blur(0rem);
            backdrop-filter: blur(0rem);
  }

  .slide-top__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .slide-top__title:hover {
    color: #cfcdc9;
  }

  .slide-top__details:hover {
    background: rgba(30, 30, 30, 0.9);
  }

  .like .slide-top__details:hover {
    background-color: #cfcdc9;
  }

  .slide-top__cart:hover {
    background-color: #ffffff;
  }

  .block-features__button:hover {
    color: #cfcdc9;
  }

  .gallery__arrow-block:hover .gallery__arrow:nth-child(2) {
    -webkit-transform: translate(0.3125rem, 0);
        -ms-transform: translate(0.3125rem, 0);
            transform: translate(0.3125rem, 0);
  }

  .gallery__arrow-block:hover .gallery__arrow:nth-child(3) {
    -webkit-transform: translate(0.625rem, 0);
        -ms-transform: translate(0.625rem, 0);
            transform: translate(0.625rem, 0);
  }

  .big-item-benefits__button:hover {
    color: #cfcdc9;
  }

  .button-text:hover .button-text__arrow:nth-child(1) {
    -webkit-transform: translate(0, 0.0625rem);
        -ms-transform: translate(0, 0.0625rem);
            transform: translate(0, 0.0625rem);
  }

  .button-text:hover .button-text__arrow:nth-child(2) {
    -webkit-transform: translate(0, 0.1875rem);
        -ms-transform: translate(0, 0.1875rem);
            transform: translate(0, 0.1875rem);
  }

  .button-text:hover .button-text__arrow:nth-child(3) {
    -webkit-transform: translate(0, 0.375rem);
        -ms-transform: translate(0, 0.375rem);
            transform: translate(0, 0.375rem);
  }

  .form-form__submit:hover {
    -webkit-backdrop-filter: blur(0rem);
            backdrop-filter: blur(0rem);
  }

  .item-catalog__body {
    opacity: 1;
    -webkit-transition: opacity 0.22s;
    -o-transition: opacity 0.22s;
    transition: opacity 0.22s;
  }

  .item-catalog:hover .item-catalog__body {
    opacity: 0;
  }

  .menu-item-catalog {
    opacity: 0;
    -webkit-transition: opacity 0.22s;
    -o-transition: opacity 0.22s;
    transition: opacity 0.22s;
  }

  .item-catalog:hover .menu-item-catalog {
    opacity: 1;
  }

  .menu-item-catalog__link:hover {
    opacity: 1;
  }

  .menu-item-catalog__button:hover {
    background: rgba(30, 30, 30, 0);
    -webkit-backdrop-filter: blur(0rem);
            backdrop-filter: blur(0rem);
  }

  .side-basket__button:hover {
    background: rgb(30, 30, 30);
  }

  .body-order-basket__image-ibg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .body-order-basket__title:hover {
    color: #cfcdc9;
  }

  .body-order-basket__delete:hover::before,
  .body-order-basket__delete:hover::after {
    background-color: rgb(30, 30, 30);
  }

  .footer-order-basket__button:hover {
    background-color: #ffffff;
  }

  .footer-order-basket__button:hover:first-child {
    background: rgba(244, 191, 87, 0.65);
  }

  .block-basket__button:hover {
    color: #cfcdc9;
  }

  .form-block-basket__location:hover::before {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .form-block-basket__submit:hover {
    background-color: #ffffff;
  }

  .item-block-basket:hover {
    background: rgba(30, 30, 30, 0.85);
    border: 0.125rem solid #cfcdc9;
  }

  .item-block-basket:hover .item-block-basket__title {
    color: #fff;
  }

  .item-block-basket:hover svg > * {
    stroke: #fff;
  }

  .item-block-basket:hover svg > *.d {
    fill: #fff;
  }

  .footer-content-product-main__link:hover {
    color: #8b8980;
  }

  .footer-content-product-main__button:hover {
    background-color: #ffffff;
  }

  .footer-content-product-main__button:hover:first-child {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .tabs-advantages-p__title:hover {
    background-color: #cfcdc9;
  }

  .tabs-advantages-p__title:hover span {
    -webkit-transform: scale(1.05) translate(0, -50%);
        -ms-transform: scale(1.05) translate(0, -50%);
            transform: scale(1.05) translate(0, -50%);
  }

  .contacts .breadcrums__link:hover span {
    opacity: 1;
  }

  .materials__item:hover .materials__button {
    background: rgba(30, 30, 30, 0.8);
  }

  .materials__item:hover .materials__arrow {
    opacity: 1;
  }

  .footer-content-catalog-r__btn:hover {
    background: rgba(30, 30, 30, 0.35);
  }

  .footer-content-catalog-r__btn:hover span:nth-child(1) {
    -webkit-transform: translate(0.1875rem, 0);
        -ms-transform: translate(0.1875rem, 0);
            transform: translate(0.1875rem, 0);
  }

  .footer-content-catalog-r__btn:hover span:nth-child(2) {
    -webkit-transform: translate(0.375rem, 0);
        -ms-transform: translate(0.375rem, 0);
            transform: translate(0.375rem, 0);
  }

  .footer-content-catalog-r__btn_left:hover span:nth-child(2) {
    -webkit-transform: scaleX(-1) translate(0.1875rem, 0);
        -ms-transform: scaleX(-1) translate(0.1875rem, 0);
            transform: scaleX(-1) translate(0.1875rem, 0);
  }

  .footer-content-catalog-r__btn_left:hover span:nth-child(1) {
    -webkit-transform: scaleX(-1) translate(0.375rem, 0);
        -ms-transform: scaleX(-1) translate(0.375rem, 0);
            transform: scaleX(-1) translate(0.375rem, 0);
  }

  .footer-content-catalog-r__btn-2:hover {
    background: rgba(255, 204, 0, 0.1);
  }

  .footer-content-catalog-r__btn-2:hover span {
    -webkit-transform: translate(10%, 0) scaleX(1.1);
        -ms-transform: translate(10%, 0) scaleX(1.1);
            transform: translate(10%, 0) scaleX(1.1);
  }

  .footer-content-catalog-r__btn-2_left:hover span {
    -webkit-transform: translate(-10%, 0) scaleX(-1.1);
        -ms-transform: translate(-10%, 0) scaleX(-1.1);
            transform: translate(-10%, 0) scaleX(-1.1);
  }

  .footer-content-catalog-r__page:hover {
    color: rgba(30, 30, 30, 0.7);
  }

  .article__social-ibg:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .article .breadcrums__link:hover span {
    opacity: 1;
  }

  .block-2-article-a__button:hover span {
    -webkit-transform: translate(10%, 0) scaleX(1.1);
        -ms-transform: translate(10%, 0) scaleX(1.1);
            transform: translate(10%, 0) scaleX(1.1);
  }

  .article-like__button:hover span {
    -webkit-transform: translate(10%, 0) scaleX(1.1);
        -ms-transform: translate(10%, 0) scaleX(1.1);
            transform: translate(10%, 0) scaleX(1.1);
  }

  .article-article-like:hover .article-article-like__image-ibg img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .article-article-like:hover .article-article-like__body {
    border-color: #cfcdc9;
  }

  .article-article-like:hover .article-article-like__body::before {
    opacity: 1;
  }

  .blog__social path.change {
    -webkit-transition: fill 0.22s;
    -o-transition: fill 0.22s;
    transition: fill 0.22s;
  }

  .blog__social:hover path.change {
    fill: #cfcdc9;
  }

  .blog__button:hover .blog__arrow:nth-child(1) {
    -webkit-transform: translate(0, 0.1875rem);
        -ms-transform: translate(0, 0.1875rem);
            transform: translate(0, 0.1875rem);
  }

  .blog__button:hover .blog__arrow:nth-child(2) {
    -webkit-transform: translate(0, 0.375rem);
        -ms-transform: translate(0, 0.375rem);
            transform: translate(0, 0.375rem);
  }

  .blog__button:hover .blog__arrow:nth-child(3) {
    -webkit-transform: translate(0, 0.5625rem);
        -ms-transform: translate(0, 0.5625rem);
            transform: translate(0, 0.5625rem);
  }

  .article-blog-b:hover .article-blog-b__body {
    border-color: #cfcdc9;
    -webkit-transform: translate(0, -3rem);
        -ms-transform: translate(0, -3rem);
            transform: translate(0, -3rem);
  }

  .article-blog-b:hover .article-blog-b__body::before {
    opacity: 1;
  }

  .article-blog-b:hover .article-blog-b__button {
    -webkit-transform: translate(0, 100%) scaleY(1);
        -ms-transform: translate(0, 100%) scaleY(1);
            transform: translate(0, 100%) scaleY(1);
  }

  .article-blog-b__button:hover span {
    -webkit-transform: translate(10%, 0) scaleX(1.1);
        -ms-transform: translate(10%, 0) scaleX(1.1);
            transform: translate(10%, 0) scaleX(1.1);
  }

  .footer-blog-b__btn:hover span {
    -webkit-transform: translate(10%, 0) scaleX(1.1);
        -ms-transform: translate(10%, 0) scaleX(1.1);
            transform: translate(10%, 0) scaleX(1.1);
  }

  .footer-blog-b__btn_left:hover span {
    -webkit-transform: translate(-10%, 0) scaleX(-1.1);
        -ms-transform: translate(-10%, 0) scaleX(-1.1);
            transform: translate(-10%, 0) scaleX(-1.1);
  }

  .footer-blog-b__page:hover {
    opacity: 0.9;
  }
}

@media (any-hover: none) {
  .body-order-popup-cart__delete {
    padding: 0.1875rem;
    margin: -0.1875rem;
  }

  .body-order-basket__delete {
    padding: 0.1875rem;
    margin: -0.1875rem;
  }
}


.footer-content-product-main__button:first-child {
  margin-right: 15px;

  }
  @media (min-width: 900px) and (max-width: 1300px) {
  .tabs__title
  {
    margin-right: 15px;
  }
  .guarantees-p__image-ibg
  {
    margin-right: 30px;
  }
  .header-footer__social
  {
    margin-right: 15px;
  }
.footer-contacts__link::before
  {
    margin-right: 10px!important;
  }
  .phone-action-header__number
  {
    display: none;
  }
  .search-action-header__form
{
  margin-right: 10px;
}
.action-header__item
{
  margin-left: 15px;
}
.breadcrums__link
{
  margin-right: 15px;
}
.breadcrums__link::before
{
  margin-left: 15px;

}
.slider-media-product-main {
    font-size: 14px;
    width: 400px;
    margin-left: 30px;
}
.body-row-c__text::before
{
  margin-right: 10px;
}
.body-2-row-c__text::before
{
  margin-right: 10px;
}
.blog__social
{
  margin-right: 15px;
}
.callback-bt2 {
    right: 10%;

  }
  .callback-bt1 {
    right: 6%;
  }
}