@charset "UTF-8";
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../fonts/FuturaPT-Bold/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT-Book";
  src: url("../fonts/FuturaPT-Book/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book/FuturaPT-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT-Demi";
  src: url("../fonts/FuturaPT-Demi/FuturaPT-Demi.eot");
  src: url("../fonts/FuturaPT-Demi/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT-Demi/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi/FuturaPT-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT-Heavy";
  src: url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../fonts/FuturaPT-Medium/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  background-color: #fff;
  font-family: "FuturaPT-Book";
  font-size: 16px;
  line-height: 100%;
  color: #323C42;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

body.close {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  pointer-events: none;
}

.wrapper {
  min-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;
  position: relative;
  z-index: 1;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 4;
}

.container {
  width: min(1640px, 100% - 140px);
  margin-inline: auto;
}

section {
  width: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

h1 {
  font-family: "FuturaPT-Medium";
  font-size: 64px;
  line-height: 135%;
  color: #0C4C74;
}

h2 {
  font-family: "FuturaPT-Medium";
  font-size: 52px;
  line-height: 135%;
  color: #0C4C74;
}

h3 {
  font-family: "FuturaPT-Medium";
  font-size: 42px;
  line-height: 135%;
  color: #0C4C74;
}

h4 {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 135%;
  color: #0C4C74;
}

h5 {
  font-family: "FuturaPT-Medium";
  font-size: 32px;
  line-height: 135%;
  color: #0C4C74;
}

h6 {
  font-family: "FuturaPT-Medium";
  font-size: 22px;
  line-height: 135%;
  color: #323C42;
}

p {
  font-size: 24px;
  line-height: 150%;
}
p a {
  display: inline-block;
  color: #DD2120;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
p strong {
  display: inline;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: 150%;
}

img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img.active {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
}

.btn {
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #DD2120;
  font-family: "FuturaPT-Medium";
  font-size: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: #FF6E6D;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:active {
  top: 2px;
}

.btn.active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.btn.disabled {
  pointer-events: none;
  background-color: #D3D3D3;
}

.title {
  margin: 0 0 40px 0;
}

.title--center>* {
  text-align: center;
}

.show h1,
.show h2,
.show h3,
.show h4,
.show h5,
.show h6,
.show .up {
  position: relative;
  z-index: 1;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s 0.6s;
  transition: 0.4s 0.6s;
}

.show.active h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5,
.show h6,
.show.active .up {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider-navigation {
  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: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider-container {
  position: relative;
  z-index: 1;
}

.slider-btn {
  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;
  width: auto;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-btn svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slider-btn svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-btn--prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider-btn--next {
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider-btn.swiper-button-disabled {
  pointer-events: none;
}
.slider-btn.swiper-button-disabled svg path {
  stroke: #D3D3D3;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 100%;
  position: relative;
  margin: 30px auto 0 auto;
  position: static;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 !important;
  background: #B4B4B4;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination--welcome .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DD2120;
  opacity: 1;
}

.input-wrapper {
  position: relative;
}

.input-wrapper small {
  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: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  pointer-events: none;
}
.input-wrapper small span {
  display: inline-block;
  margin: 0 0 0 2px;
  color: #DD2120;
}

.input {
  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: flex-start;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #323C42;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

*::-webkit-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

*:-ms-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

*::placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

*::-webkit-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

*::-moz-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.input.input--textarea {
  padding: 16px;
}

.input-wrapper:has(.input--textarea) small {
  padding: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-wrapper .input.input--textarea {
  height: 82px;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text {
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 135%;
  position: relative;
  z-index: 1;
}

.checkbox__text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  border: 1px solid #c4c4c4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox__text::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-image: url("../img/check-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox.active .checkbox__text::before {
  border: 1px solid #323C42;
}

.checkbox.active .checkbox__text::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.checkbox__text a {
  display: inline;
  font-size: 14px;
  line-height: 135%;
  color: #DD2120;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.icon-menu-wrapper {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 42px;
  border-radius: 6px 6px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}

.icon-menu {
  width: 60%;
  height: 60%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #DD2120;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu-wrapper.active .icon-menu span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.icon-menu-wrapper.active .icon-menu span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu-wrapper.active .icon-menu span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background: rgba(50, 60, 66, 0.73);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 10;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  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;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 1000px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  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;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 11;
}
.popup__close svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popup__close svg path {
  stroke: #DD2120;
}

.popup__img {
  overflow: hidden;
  background-image: url("../img/popup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup__content .form {
  padding: 40px 24px;
}

.popup__content:has(.popup__info) {
  display: block;
}

.popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 20px;
  padding: 80px 40px;
}

.popup__info>* {
  text-align: center;
}

.popup__info-links {
  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: 20px;
}

.popup__info-links .btn {
  width: 124px;
}

/* header */
.header {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}

.header__wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 16px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.wrapper:has(.welcome) .header__wrapper {
  border-bottom: 1px solid transparent;
}

.header.sticky .header__wrapper {
  padding: 12px 0;
  -webkit-box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.14);
}

.header__content {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.logo {
  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;
  width: 176px;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.logo.logo--header {
  aspect-ratio: 1/0.404;
  background-image: url("../img/logo-header.svg?v=2");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 2;
}
.logo.logo--header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100svh;
  backdrop-filter: blur(2px);
  background: rgba(50, 60, 66, 0.73);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav__head,
.header__mobile-info {
  display: none;
}

.menu {
  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: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.menu>li>a {
  padding: 4px 0;
  font-family: "FuturaPT-Medium";
  font-size: 20px;
  color: #323C42;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.assortment-open {
  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;
  width: 60px;
  height: 48px;
  border-radius: 10px;
  background-color: #DD2120;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.assortment-open span {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.assortment-open span:nth-child(1) {
  top: 11px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.assortment-open span:nth-child(3) {
  top: auto;
  bottom: 11px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.assortment-open.active span:nth-child(2) {
  width: 30%;
}

.assortment-open.active span:nth-child(3) {
  width: 15%;
}

.assortment {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  width: 446px;
  height: 100svh;
  padding: 40px 8px 0 28px;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 43px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 43px 0 rgba(0, 0, 0, 0.13);
  position: fixed;
  top: 0;
  left: -105%;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow-y: auto;
}

.assortment.active {
  left: 0;
  pointer-events: all;
}

body.close .logo--header::before {
  opacity: 1;
  visibility: visible;
}

.assortment__menu-wrapper {
  height: auto;
  padding: 0 20px 0 0;
  margin: 0 0 40px 0;
  overflow-y: auto;
}

.assortment__close {
  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;
  width: 32px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.assortment__close svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.assortment__close svg path {
  stroke: #DD2120;
}

.assortment__name {
  padding: 0 0 20px 0;
  margin: 0 20px 0 0;
  border-bottom: 1px solid #c4c4c4;
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 110%;
  color: #0C4C74;
}

.assortment__container {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms;
  transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
}

.assortment__container.active {
  grid-template-rows: 1fr;
}

.assortment__menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100%;
  overflow: hidden;
}

.assortment__menu li a {
  font-family: "FuturaPT-Medium";
  line-height: 110%;
}

.assortment__menu li a:has(svg) {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.assortment__menu li a svg {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.assortment__menu--one>li {
  border-bottom: 1px solid #c4c4c4;
}

.assortment__menu--one>li>a svg {
  width: 14px;
  margin: 6px 0 0 0;
}

.assortment__menu--one>li>a {
  padding: 10px 0;
  font-size: 20px;
  line-height: 110%;
  color: #323C42;
}

.assortment__menu--two,
.assortment__menu--three {
  padding: 0 0 0 20px;
}

.assortment__menu--two>li>a {
  padding: 5px 0;
  font-size: 15px;
}

.assortment__menu--two>li:last-child>a {
  padding-bottom: 10px;
}

.assortment__menu--two>li>a svg {
  width: 11px;
  margin: 4px 1px 0 0;
}

.assortment__menu--three>li>a {
  padding: 4px 0;
  font-size: 13px;
}

.assortment__menu--three>li:last-child>a {
  padding-bottom: 8px;
}

.assortment__menu--one>li.active>a {
  color: #DD2120;
}

.assortment__menu--one>li.active>a svg {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.assortment__menu--one>li.active>a svg path {
  stroke: #DD2120;
}

.assortment__menu--two>li.active>a {
  color: #DD2120;
}

.assortment__menu--two>li.active>a svg {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.assortment__menu--two>li.active>a svg path {
  stroke: #DD2120;
}

.hidden,
.nav__head {
  display: none;
}

.header__items {
  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: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searching {
  display: grid;
  grid-template-columns: 1fr 48px;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.searching input {
  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: flex-start;
  width: auto;
  height: 100%;
  padding: 0 16px;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #323C42;
}

.searching input::-webkit-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching input::-moz-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching input:-ms-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching input::-ms-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching input::placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching input::-webkit-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching input::-ms-input-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching input::-moz-placeholder {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #c4c4c4;
  opacity: 1;
}

.searching button {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.searching button svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.searching button svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__basket,
.header__cabinet {
  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;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__basket span {
  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;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #DD2120;
  font-family: "FuturaPT-Heavy";
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}

.header__basket.active span {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header__basket svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header__basket svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 6px;
}

.header__contacts a {
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  line-height: 100%;
  color: #DD2120;
  text-align: right;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__contacts a.popup-link {
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-style: dotted;
}

.header__cabinet svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.header__cabinet span {
  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;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #0C4C74;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}
.header__cabinet span svg {
  width: 66%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header__cabinet span svg path {
  stroke: #fff;
}

.header__cabinet.open span {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header__cabinet-links {
  padding: 46px 0 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header__cabinet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 32px 20px 32px 60px;
  border-radius: 20px 0 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 43px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 43px 0 rgba(0, 0, 0, 0.13);
  position: relative;
}
.header__cabinet ul::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0);
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  right: 18px;
  z-index: 1;
  pointer-events: none;
}

.header__cabinet ul li a {
  font-family: "FuturaPT-Medium";
  font-size: 20px;
  color: #323C42;
  text-align: right;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.welcome {
  padding: 30px 0 0 0;
}

.welcome__slider {
  border-radius: 20px;
  background-image: url("../img/main-welcome-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
}

.welcome__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 110px 0 154px 86px;
  position: relative;
  z-index: 2;
}

.welcome__item-info>h1,
.welcome__item-info>h2,
.welcome__item-info>h3 {
  font-size: 64px;
  color: #0C4C74;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s 0;
  transition: 0.6s 0;
}

.swiper-slide-active .welcome__item-info>h1,
.swiper-slide-active .welcome__item-info>h2,
.swiper-slide-active .welcome__item-info>h3 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: 0.4s 1s;
  transition: 0.4s 1s;
}

.welcome__item-info strong {
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  line-height: 115%;
  color: #323C42;
  margin: 0 0 4px 0;
}

.welcome__item-info p {
  font-family: "FuturaPT-Medium";
  font-size: 28px;
  line-height: 115%;
  color: #323C42;
  margin: 16px 0 0 0;
}

.welcome__item-info .btn {
  margin: 25px 0 0 0;
}

.welcome__item-img {
  position: relative;
  z-index: 1;
}
.welcome__item-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.welcome__slider .slider-btn--prev {
  left: 20px;
}

.welcome__slider .slider-btn--next {
  right: 20px;
}

.swiper-pagination.swiper-pagination--welcome {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 4;
}

.searching--production {
  width: 794px;
  margin: 0 auto 76px auto;
}

.production__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 66px;
}

.production__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 4px;
  padding: 0 12px 14px 12px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
}

.production__item-img {
  width: 100%;
  height: 74px;
  position: relative;
}
.production__item-img img {
  width: auto;
  height: 160%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.production__item-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
}

.production__item-info h6 {
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bg {
  background-color: #F5F5F5;
  overflow: hidden;
}
.bg::before {
  content: "";
  display: block;
  width: 360px;
  height: auto;
  aspect-ratio: 1/0.8;
  background-image: url("../img/bg-arrows.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.bg>* {
  position: relative;
  z-index: 2;
}

.events__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 28px;
}

.events__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper .events__item {
  height: auto;
}

.events__item-img {
  height: auto;
  aspect-ratio: 1/0.54;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.events__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.events__item-info {
  height: 100%;
  padding: 20px 20px 0 20px;
}

.events__item-date {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 10px 0;
}

.events__item-date small {
  font-family: "FuturaPT-Medium";
  font-size: 14px;
  color: #949494;
}

.events__item-date img {
  width: 17px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.events__item .more {
  margin: 12px auto 0 0;
}

.events__item-info h6 {
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination--events {
  display: none;
}

.more {
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 0 0 4px 0;
  margin: 30px auto 0 0;
}
.more small {
  font-family: "FuturaPT-Book";
  font-size: 16px;
  line-height: 110%;
  color: #DD2120;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more svg {
  width: 19px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 4px 0 0 0;
}
.more svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.events__btn {
  margin: 36px auto 0 auto;
}

.partners__item {
  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;
  height: auto;
  aspect-ratio: 1/0.54;
  border-radius: 20px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.partners__item img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slider-container--partners .slider-btn--prev {
  -webkit-transform: translate(-170%, -50%);
  -ms-transform: translate(-170%, -50%);
  transform: translate(-170%, -50%);
}

.slider-container--partners .slider-btn--next {
  -webkit-transform: translate(170%, -50%);
  -ms-transform: translate(170%, -50%);
  transform: translate(170%, -50%);
}

.anim.active span svg {
  -webkit-animation: rotateY 5s linear infinite;
  animation: rotateY 5s linear infinite;
}

@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  46% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  54% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.footer {
  padding: 84px 0 160px 0;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 200px;
  -moz-column-gap: 200px;
  column-gap: 200px;
}

.footer__label {
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 20px;
}

.footer__label>p {
  font-size: 12px;
}

.footer__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 200px;
  -moz-column-gap: 200px;
  column-gap: 200px;
}

.footer__item>strong {
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  line-height: 110%;
  margin: 0 0 24px 0;
  color: #323C42;
}

.footer__menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 14px;
}

.footer__menu li a {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 115%;
  color: #DD2120;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 4px;
}

.footer__contact {
  font-family: "FuturaPT-Medium";
  line-height: 110%;
  color: #DD2120;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer__contact--tel {
  font-size: 24px;
}

.footer__contact.popup-link {
  margin: 4px 0 0 0;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-style: dotted;
}

.footer__contact--mail {
  font-size: 16px;
  margin: 20px 0 0 0;
}

.socials {
  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: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.social {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F3F3F3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.social svg {
  width: auto;
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.social svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .socials {
  margin: 16px 0 0 0;
}

.footer .social {
  background-color: #fff;
}

.footer.bg::before {
  right: auto;
  left: 34%;
}

.form strong {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 135%;
  color: #0C4C74;
  position: relative;
  z-index: 2;
}

.form p {
  margin: 12px 0 0 0;
}

.form__inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  margin: 24px 0 0 0;
}
.form__inputs:first-child {
  margin-top: 0;
}

.form__submit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 20px;
  margin: 24px 0 0 0;
}

.popup .form__submit .btn {
  width: 100%;
}

.input-wrapper.active .input {
  border: 1px solid #323C42;
}

.input-wrapper.active small {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.production .searching--production {
  margin: 0 0 76px 0;
}

.label .title h1 {
  font-size: 52px;
}

.information__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 50px;
}

.information__info {
  padding: 50px 0 0 0;
}

.information__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.354;
  border-radius: 20px;
  overflow: hidden;
}
.information__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.breadcrumb-wrapper+section {
  padding-top: 0;
}

.breadcrumb-wrapper {
  width: 100%;
  padding: 24px 0 0 0;
}

.breadcrumb {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 6px;
  margin: 0 0 40px 0;
}

.breadcrumb__item {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 120%;
  color: #323C42;
}

.breadcrumb__item a {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 120%;
  color: #DD2120;
  margin: 0 8px 0 0;
  padding: 0 20px 0 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.breadcrumb__item a::before {
  content: "/";
  display: block;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 120%;
  color: #323C42;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tools__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 28px;
}

.tools__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.6;
  border-radius: 20px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tools__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tools .searching--production {
  width: 794px;
  margin: 0 0 40px 0;
}

.tools__item-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  padding: 20px;
}

.tools__item-info h6 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.information {
  padding-top: 0;
}

.searchresults__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 40px;
  width: 55%;
  counter-reset: number 0;
}

.searchresults__items li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  counter-increment: number;
}
.searchresults__items li::before {
  content: counter(number) ".";
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 135%;
  color: #0C4C74;
}

.searchresults__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 5px;
}

.searchresults__item-name {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.searchresults__item-path {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.searchresults__item-path small {
  display: block;
  font-family: "FuturaPT-Medium";
  font-size: 14px;
  line-height: 110%;
  color: #D3D3D3;
  padding: 0 0 0 16px;
  position: relative;
}
.searchresults__item-path small::before {
  content: "/";
  display: block;
  font-family: "FuturaPT-Medium";
  font-size: 14px;
  line-height: 110%;
  color: #D3D3D3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.searchresults__item-path small:first-child {
  padding: 0;
}

.searchresults__item-path small:first-child::before {
  display: none;
}

.searchresults__item-info {
  font-family: "FuturaPT-Medium";
  font-size: 14px;
  line-height: 135%;
  color: #323C42;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.pages-navigation {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin: 40px auto 0 auto!important;
}

.pages-navigation li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pages-navigation li a,
.pages-navigation li span {
  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;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  font-family: "FuturaPT-Medium";
  font-size: 18px;
  color: #323C42;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li span {
  border: 1px solid transparent;
  background-color: #DD2120;
  color: #fff;
}

.pages-navigation li a:has(svg) {
  border: 1px solid transparent;
}

.pages-navigation li a svg {
  width: auto;
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 2;
}
.pages-navigation li a svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li a.disabled {
  display: none;
}

.contacts__content {
  display: grid;
  grid-template-columns: 1fr 1.41fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 60px;
}

.contacts__info>strong {
  font-family: "FuturaPT-Medium";
  font-size: 32px;
  line-height: 110%;
  color: #0C4C74;
}

.contacts__info>p {
  font-size: 24px;
  margin: 20px 0 0 0;
}

.contacts__info-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 4px;
  margin: 40px 0 0 0;
}

.contacts__info-items>a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  line-height: 110%;
  color: #DD2120;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contacts__info-items a.popup-link {
  margin: 4px 0 0 0;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-style: dotted;
}

.contacts__info .socials {
  margin: 40px 0 0 0;
}

.contacts__map {
  grid-row: span 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.4;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 32px 0 0 0;
}

.map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contacts .form {
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  overflow: hidden;
}
.contacts .form::before {
  content: "";
  display: block;
  width: 186px;
  height: auto;
  aspect-ratio: 1/0.7;
  background-image: url("../img/bg-arrows-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
}

.contacts .form>* {
  position: relative;
  z-index: 2;
}

.requisites {
  padding-top: 0;
}

.requisites__content {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.requisites__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 14px;
  margin: 20px 0 0 0;
}

.requisites__content ul li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.requisites__content ul li small {
  font-size: 16px;
  line-height: 110%;
}

.requisites__content ul li strong {
  font-family: "FuturaPT-Demi";
  font-size: 16px;
  line-height: 110%;
  text-align: right;
  color: #323C42;
}

.requisites__content ul li span {
  border-bottom: 1px solid #E5E5E5;
}

.delivery__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 60px;
}

.delivery__item--delivery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 28px;
}

.delivery__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.68;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.delivery__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tabs__nav {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  row-gap: 24px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 40px 0;
  position: relative;
}

.tabs__nav-btn {
  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;
  padding: 0 0 8px 0;
  border-bottom: 3px solid transparent;
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  line-height: 110%;
  color: #323C42;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tabs__nav-btn.tabs__nav-btn--active {
  border-bottom: 3px solid #DD2120;
  color: #DD2120;
}

.tabs__panels {
  position: relative;
  overflow: hidden;
}

.tabs__panel {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tabs__panel.tabs__panel--active {
  height: auto;
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.registration__tabs .form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.registration__content .already {
  margin: 40px 0 0 0;
}

.already {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  gap: 8px;
}

.already strong {
  font-size: 24px;
  line-height: 110%;
}

.all {
  font-size: 24px;
  line-height: 110%;
  color: #DD2120;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.recovery .form {
  width: 390px;
}

.recovery__links {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.counter {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.counter__input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.counter__control {
  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;
  width: 28px;
  height: 100%;
  font-size: 24px;
  color: #DD2120;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.counter__control--minus {
  padding: 0 0 4px 0;
}

.counter__current,
.counter__current_locked {
  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;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  font-family: "FuturaPT-Medium";
  font-size: 14px;
  line-height: 100%;
  color: #323C42;
  overflow: hidden;
}

.basket__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 20px;
  margin: 40px 0 0 0;
}

.basket__total {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.basket__total>* {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 100%;
  color: #DD2120;
}

.basket .table__title,
.basket .table__item {
  grid-template-columns: 4fr 1.2fr 1fr auto;
}

.basket .table__title li:last-child,
.basket .table__item .table__cell:last-child {
  width: 106px;
}

.basket .table__item .table__cell:last-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.basket__del {
  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;
  width: 20px;
  height: auto;
}
.basket__del svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.basket__del svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.basket__item a {
  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: flex-start;
  height: 100%;
  padding: 0 16px;
  background-color: #f3f3f3;
}
.basket__item a svg {
  width: 25px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.basket__item a svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.basket__item a:last-child {
  width: 140px;
}

.making__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 28px;
}

.making__item {
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
}

.making__item h4 {
  margin: 0 0 20px 0;
}

.making__item-inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
}

.making__item-label {
  padding: 0 0 0 28px;
  position: relative;
}

.making__item-label input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.making__item-label strong {
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  line-height: 110%;
  color: #323C42;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.making__item-label strong::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 6px;
  left: -28px;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.making__item-label strong::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 6px;
  left: -28px;
  z-index: 1;
}

.making__item-label.active strong::before {
  background-color: #DD2120;
}

.making__item-label p {
  margin: 4px 0 0 0;
  font-size: 22px;
  line-height: 135%;
}

.making__content>.btn {
  margin: 40px 0 0 0;
}

.making__item span {
  display: inline-block;
  margin: 0 0 0 12px;
}

.making__item-articles {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.making__item-articles strong {
  margin: 4px 0 0 0;
  font-family: "FuturaPT-Medium";
  font-size: 22px;
  line-height: 115%;
  color: #323C42;
}
.making__item-articles strong span {
  display: inline-block;
  margin: 0 0 0 8px;
  font-family: "FuturaPT-Medium";
  font-size: 22px;
  line-height: 115%;
  color: #323C42;
}

.making__item>p {
  font-size: 22px;
  line-height: 135%;
  margin: 20px 0 0 0;
}

.making__item-links {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 0 0;
}

.profile__info {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e5e5e5;
}

.profile__info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 50%;
  grid-gap: 14px;
  margin: 24px 0 0 0;
}

.profile__info ul li {
  font-family: "FuturaPT-Demi";
  font-size: 16px;
  line-height: 115%;
  color: #323C42;
}

.profile__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 40px;
  margin: 40px 0 0 0;
}

.profile__item .form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.history__title {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 2px;
  height: 72px;
}

.history__title li {
  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: flex-start;
  height: 100%;
  padding: 0 20px;
  background-color: #e5e5e5;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 100%;
  color: #323C42;
}
.history__title li:first-child {
  border-radius: 20px 0 0 0;
}
.history__title li:last-child {
  width: 140px;
  border-radius: 0 20px 0 0;
}

.history__title li:first-child {
  border-radius: 20px 0 0 0;
}

.history .table__title,
.history .table__item {
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr auto;
}

.history .table__title li:last-child,
.history .table__item .table__cell:last-child {
  width: 140px;
}

.status--green {
  color: #4CB431 !important;
}

.status--red {
  color: #DD2120 !important;
}

.status--blue {
  color: #3CB3FD !important;
}

.table__item-icon svg {
  width: 25px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.table__item-icon svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.details__status {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 115%;
  color: #323C42;
  margin: 0 0 40px 0;
}

.details__status span {
  display: inline-block;
}

.details__status.details__status--green {
  color: #4CB431;
}

.details__status.details__status--red {
  color: #DD2120;
}

.details__status.details__status--blue {
  color: #4CB431;
}

.details__name {
  font-family: "FuturaPT-Medium";
  font-size: 20px;
  line-height: 115%;
  color: #323C42;
  margin: 0 0 20px 0;
}

.details .table__title,
.details .table__item {
  grid-template-columns: 4fr 1fr 1fr 1fr;
}

.details__total {
  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;
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 115%;
  color: #DD2120;
  margin: 40px 0 0 0;
}
.details__total>* {
  display: inline-block;
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 115%;
  color: #DD2120;
}

.details__total span {
  margin: 0 8px 0 12px;
}

.details__info {
  margin: 40px 0 0 0;
}

.details__info h4 span {
  display: inline-block;
  margin: 0 0 0 6px;
}

.details__info b {
  margin: 20px 0 6px 0;
  font-family: "FuturaPT-Medium";
  font-size: 24px;
  line-height: 110%;
  color: #323C42;
}
.details__info b span {
  display: inline-block;
  margin: 0 0 0 6px;
}

.details__info p {
  margin: 4px 0 0 0;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 125%;
  color: #323C42;
}
.details__info p span {
  display: inline-block;
  margin: 0 0 0 4px;
}

.details__info strong {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 110%;
  color: #DD2120;
  margin: 20px 0 0 0;
}
.details__info strong span {
  display: inline-block;
  margin: 0 2px 0 6px;
}

.details__content>.btn {
  margin: 40px 0 0 0;
}

.assortment__menu-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.assortment__menu-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

.assortment__menu-wrapper::-webkit-scrollbar-thumb {
  background: #DD2120;
  border-radius: 3px;
}

.assortment__menu-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #DD2120 transparent;
}

.catalog__content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

.catalog__filters {
  grid-row: span 2;
}

.catalog__content .assortment {
  position: sticky;
  top: 120px;
  left: 0;
  width: 390px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 1;
}

.catalog__content .assortment__name>svg {
  display: none;
}

.catalog__content .assortment__menu--two,
.catalog__content .assortment__menu--three {
  padding: 0;
}

.assortment__menu label {
  position: relative;
}

.assortment__menu label input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.assortment__menu label strong {
  padding: 8px 16px 8px 28px;
  font-family: "FuturaPT-Medium";
  font-size: 14px;
  line-height: 110%;
  color: #323C42;
}
.assortment__menu label strong::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
.assortment__menu label strong::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/check-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.assortment__menu--two>li:last-child label strong {
  padding-bottom: 16px;
}

.assortment__menu label.active strong::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.catalog__content .assortment__container--two {
  max-height: 162px;
  margin: 0 1px 0 0;
  overflow: hidden;
  overflow-y: auto;
}

.catalog__content .assortment__menu-wrapper {
  max-height: 348px;
  padding: 0 20px 0 0;
  margin: 0 0 40px 0;
  overflow-y: auto;
}

.catalog__content .assortment__menu.assortment__menu--two {
  overflow: inherit;
}

.catalog__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 28px;
}

.catalog__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.swiper .catalog__item {
  height: auto;
}

.catalog__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.61;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.catalog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.catalog__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 16px 20px 20px 20px;
}

.catalog__item-info>a {
  margin: 0 0 12px 0;
  font-family: "FuturaPT-Medium";
  font-size: 22px;
  line-height: 125%;
  color: #323C42;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog__item-info>a small {
  display: block;
}

.catalog__item-info ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
  margin: 16px 0 12px 0;
}

.catalog__item-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.catalog__item-info ul li small,
.catalog__item-info ul li strong {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 115%;
  color: #323C42;
}

.catalog__item-info ul li span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 4px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 4px 0;
}

.catalog__item-info ul li strong {
  text-align: right;
}

.catalog__item-info b {
  font-family: "FuturaPT-Medium";
  font-size: 22px;
  line-height: 115%;
  color: #DD2120;
  margin: auto 0 0 0;
}
.catalog__item-info b span {
  display: inline-block;
  margin: 0 2px 0 6px;
}

.catalog__item-links {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  max-width: 100%;
  margin: 16px 0 0 0;
}

.table__title {
  display: grid;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 2px;
  height: auto;
  min-height: 72px;
  margin: 0 0 2px 0;
}

.table__title li {
  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: flex-start;
  height: auto;
  padding: 4px 16px;
  background-color: #e5e5e5;
}

.table__title>*:first-child {
  border-radius: 20px 0 0 0;
}

.table__title>*:last-child {
  border-radius: 0 20px 0 0;
}

.table__title strong {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 110%;
  color: #323C42;
  word-wrap: break-word;
}

.table__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 2px;
}

.table__item {
  display: grid;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto;
  min-height: 72px;
  grid-gap: 2px;
}

.table__cell {
  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: flex-start;
  padding: 4px 16px;
  background-color: #f3f3f3;
}

.table__item:last-child>*:first-child {
  border-radius: 0 0 0 20px;
}

.table__item:last-child>*:last-child {
  border-radius: 0 0 20px 0;
}

.table__cell strong {
  font-family: "FuturaPT-Medium";
  font-size: 14px;
  line-height: 110%;
  color: #323C42;
}

.table__cell span,
.table__cell small {
  display: none;
}

/* новые стили */
.catalog--table .table__title,
.table__title {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    width: 100%;
}

.catalog--table .table__title li {
  height: auto;
  padding: 0;
  background-color: transparent;
}

.catalog--table .table__title li.table__title-item,
.catalog--table .table__title li.table__title-name,
.catalog--table .table__title li.table__title-cost,
.catalog--table .table__title li.table__title-link,
.catalog--table .table__title li.table__title-counter {
  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: flex-start;
  height: auto;
  padding: 4px 16px;
  background-color: #e5e5e5;
  width: 100%;
}

.table__title .table__title-name,
.table__title .table__title-link,
.catalog--table .catalog__cell-name {
  width: 100%;
}

.table__title .table__title-cost,
.catalog--table .catalog__cell--cost {
  width: 100%;
}

.table__title .table__title-counter,
.catalog--table .catalog__cell--counter {
  width: width: 100%;
}
.catalog__cell--counter.locked .counter{
	position: relative;
	pointer-events: none;
	opacity: 0.5;
}
.catalog__cell--counter.locked .counter:after {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
} 

.table__title .table__title-link,
.catalog--table .catalog__cell--link {
  width: width: 100%;
}

.table__title .table__title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2px;
}

.catalog--table .catalog__cell-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.catalog--table .catalog__cell-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2px;
  width: 100%;
}

.table__title-item {
  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: flex-start;
  height: auto;
  padding: 4px 16px;
  background-color: #e5e5e5;
}

.catalog--table .table__title-one {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

.catalog--table .table__title-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
}

.catalog--table .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
}

.catalog--table .table__title-four {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}

.catalog--table .table__title-item:last-child,
.catalog--table .table__cell:last-child {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.catalog--table .table__item,
.table__item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    width: 100%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(2)) .table__title-one,
.table__title .table__title-info:has(.table__title-item:nth-child(2)) .table__title-two,
.table__title .table__title-info:has(.table__title-item:nth-child(2)) .table__title-three,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(2)) .table__title-one,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(2)) .table__title-two,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(2)) .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(3)) .table__title-one,
.table__title .table__title-info:has(.table__title-item:nth-child(3)) .table__title-two,
.table__title .table__title-info:has(.table__title-item:nth-child(3)) .table__title-three,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(3)) .table__title-one,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(3)) .table__title-two,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(3)) .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(4)) .table__title-one,
.table__title .table__title-info:has(.table__title-item:nth-child(4)) .table__title-two,
.table__title .table__title-info:has(.table__title-item:nth-child(4)) .table__title-three,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(4)) .table__title-one,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(4)) .table__title-two,
.catalog--table .catalog__cell-list:has(.table__cell:nth-child(4)) .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(5)) .table__title-one {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(5)) .table__title-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(5)) .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.catalog--table .catalog__cell-list:has(.table__cell:nth-child(5)) .table__title-one {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.catalog--table .catalog__cell-list:has(.table__cell:nth-child(5)) .table__title-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.catalog--table .catalog__cell-list:has(.table__cell:nth-child(5)) .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(6)) .table__title-one {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(6)) .table__title-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
}

.table__title .table__title-info:has(.table__title-item:nth-child(6)) .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
}

.catalog--table .catalog__cell-list:has(.table__cell:nth-child(6)) .table__title-one {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}

.catalog--table .catalog__cell-list:has(.table__cell:nth-child(6)) .table__title-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
}

.catalog--table .catalog__cell-list:has(.table__cell:nth-child(6)) .table__title-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
}

/* -новые стили */
.catalog__cell-availability,
.catalog__cell-characteristics {

}
.catalog__cell-characteristics {
  display: none;
}
.catalog__cell-characteristics+.catalog__cell-info {
  display: none;
}

@media (max-width: 1119px) {

  .catalog__cell-characteristics+.catalog__cell-info {
    display: grid;
  }
}

@media (max-width: 575px) {
  .catalog__cell-characteristics {
    display: grid;
  }
  .catalog__cell-characteristics+.catalog__cell-info {
    display: grid;
  }  
}
.catalog__cell-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr 2.2fr 3.4fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  grid-gap: 2px;
}

.table__cell .btn {
  width: 100%;
  padding: 0 6px;
  max-width: 260px;
  margin: auto;  
}
.table__cell.locked .btn {
	pointer-events: none;
    opacity: 0.5;
    font-size: 15px;
    background-color: #787878;
}

.table__cell .btn svg {
  display: none;
}

.table-buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  row-gap: 6px;
}

.table__title .table-buttons {
  margin: 0 0 0 10px;
}

.table-button {
  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;
  width: 12px;
  height: auto;
}
.table-button svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.table-button svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card__content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 28px;
}

.card__content .title {
  grid-column: span 2;
}

.card__presentation {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 28px;
}

.card__presentation-img {
  width: 100%;
  height: auto;
  min-height: 100%;
  aspect-ratio: 1/0.4;
  border-radius: 20px;
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.card__presentation-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card__presentation-info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 14px;
}

.card__presentation-info li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 10px;
}

.card__presentation-info li small {
  font-size: 16px;
  line-height: 115%;
  color: #323C42;
}

.card__presentation-info li span {
  display: block;
  border-bottom: 1px solid #E5E5E5;
  margin: 0 0 3px 0;
}

.card__presentation-info li strong {
  font-family: "FuturaPT-Demi";
  font-size: 16px;
  line-height: 115%;
  color: #323C42;
}

.card__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 24px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 59px 0 rgba(0, 0, 0, 0.11);
  position: relative;
  overflow: hidden;
}
.card__total::before {
  content: "";
  display: block;
  width: 186px;
  height: auto;
  aspect-ratio: 1/0.7;
  background-image: url("../img/bg-arrows-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
}

.card__total>* {
  position: relative;
  z-index: 2;
}

.card__total-availability {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card__total-availability strong,
.card__total-availability span,
.card__total-availability small {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 153%;
  color: #0C4C74;
}

.card__total-availability span {
  margin: 0 2px 0 10px;
}

.card__total-price {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.card__total-price strong,
.card__total-price span,
.card__total-price small {
  font-family: "FuturaPT-Medium";
  font-size: 22px;
  line-height: 115%;
  color: #323C42;
}

.card__total-price span {
  margin: 0 2px 0 10px;
}

.card__total-price .counter {
  margin: 0 0 0 20px;
}

.card__total-cost {
  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: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}

.card__total-cost strong,
.card__total-cost span,
.card__total-cost small {
  font-family: "FuturaPT-Medium";
  font-size: 36px;
  line-height: 153%;
  color: #DD2120;
}

.card__total-cost span {
  margin: 0 2px 0 10px;
}

.card__total .btn {
  margin: 20px 0 0 0;
}

.loupe>span {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DD2120;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.loupe>span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card__description {
  margin: 80px 0 0 0;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}

.another__slider .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 28px;
}

.another__slider {
  padding: 0 0 1px 0;
}

.selection .form {
  padding: 40px 42% 40px 40px;
  border-radius: 20px;
  background-image: url("../img/card-selection-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.selection .input-wrapper .input.input--textarea {
  height: 106px;
}

.selection .form .form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-gap: 16px;
}

.selection .form .form__inputs .input-wrapper:has(.input.input--textarea) {
  grid-column: 1/span 3;
}

.form__load {
  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: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #d3d3d3;
  position: relative;
  margin: 24px 0 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form__load input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.form__load svg {
  width: 22px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.form__load svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form__load strong {
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  line-height: 115%;
  color: #323C42;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.info>*:nth-child(1) {
  margin-top: 0;
}

.info>h1,
.info>h2,
.info>h3,
.info>h4,
.info>h5,
.info>h6 {
  margin: 32px 0 20px 0;
}
.info>h1:first-child,
.info>h2:first-child,
.info>h3:first-child,
.info>h4:first-child,
.info>h5:first-child,
.info>h6:first-child {
  margin-top: 0;
}
.info>h1:last-child,
.info>h2:last-child,
.info>h3:last-child,
.info>h4:last-child,
.info>h5:last-child,
.info>h6:last-child {
  margin-bottom: 0;
}
.info>h1:only-child,
.info>h2:only-child,
.info>h3:only-child,
.info>h4:only-child,
.info>h5:only-child,
.info>h6:only-child {
  margin: 0;
}

.info>strong {
  font-family: "FuturaPT-Medium";
  font-size: 20px;
  line-height: 140%;
  color: #323C42;
  margin: 32px 0 16px 0;
}
.info>strong:first-child {
  margin-top: 0;
}
.info>strong:last-child {
  margin-bottom: 0;
}
.info>strong:only-child {
  margin: 0;
}

.info>small {
  font-family: "FuturaPT-Medium";
  font-size: 18px;
  line-height: 135%;
  color: #323C42;
  margin: 12px 0;
}
.info>small:first-child {
  margin-top: 0;
}
.info>small:last-child {
  margin-bottom: 0;
}
.info>small:only-child {
  margin: 0;
}

.info>img+small {
  text-align: center;
}

.info>p {
  margin: 16px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info>p:first-child {
  margin-top: 0;
}
.info>p:last-child {
  margin-bottom: 0;
}
.info>p:only-child {
  margin: 0;
}

.info>img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  margin: 20px 0;
}
.info>img:first-child {
  margin-top: 0;
}
.info>img:last-child {
  margin-bottom: 0;
}
.info>img:only-child {
  margin: 0;
}

.info>img:has(+ small) {
  margin-bottom: 12px;
}

.info>ul:not([class]) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 16px 0;
}
.info>ul:not([class]):first-child {
  margin-top: 0;
}
.info>ul:not([class]):last-child {
  margin-bottom: 0;
}
.info>ul:not([class]):only-child {
  margin: 0;
}

.info>ul:not([class]) li {
  padding: 0 0 0 22px;
  font-size: 24px;
  line-height: 150%;
  position: relative;
}
.info>ul:not([class]) li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DD2120;
  position: absolute;
  top: 18px;
  left: 6px;
  z-index: 1;
}

.info>ol:not([class]) {
  counter-reset: number 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 16px 0;
}
.info>ol:not([class]):first-child {
  margin-top: 0;
}
.info>ol:not([class]):last-child {
  margin-bottom: 0;
}
.info>ol:not([class]):only-child {
  margin: 0;
}

.info>ol:not([class]) li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  counter-increment: number;
  font-size: 24px;
  line-height: 150%;
}
.info>ol:not([class]) li::before {
  content: counter(number) ".";
  font-size: 24px;
  line-height: 150%;
}

.info>.btn {
  margin: 32px 0;
}
.info>.btn:first-child {
  margin-top: 0;
}
.info>.btn:last-child {
  margin-bottom: 0;
}
.info>.btn:only-child {
  margin: 0;
}

/* hover */
@media (min-width: 992px) {
  .making__item-label {
    cursor: pointer;
  }
  .making__item-label:hover strong {
    color: #DD2120;
  }
  .making__item-label:focus strong {
    color: #DD2120;
  }
  .form__load {
    cursor: pointer;
  }
  .form__load:hover {
    background-color: #DD2120;
  }
  .form__load:focus {
    background-color: #DD2120;
  }
  .form__load:hover svg path {
    stroke: #fff;
  }
  .form__load:focus svg path {
    stroke: #fff;
  }
  .form__load:hover strong {
    color: #fff;
  }
  .form__load:focus strong {
    color: #fff;
  }
  .loupe:hover>span {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .loupe:focus>span {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .table-button:hover svg path {
    stroke: #DD2120;
  }
  .table-button:active svg path {
    stroke: #0C4C74;
  }
  .catalog__item-img:hover img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .catalog__item-img:focus img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .catalog__item-info>a:hover {
    color: #DD2120;
  }
  .catalog__item-info>a:focus {
    color: #DD2120;
  }
  .assortment__menu label {
    cursor: pointer;
  }
  .assortment__menu label:hover strong {
    color: #DD2120;
  }
  .assortment__menu label:focus strong {
    color: #DD2120;
  }
  .table__cell a,
  .basket__del {
    cursor: pointer;
  }
  .table__cell a:hover svg path,
  .basket__del:hover svg path {
    stroke: #323C42;
  }
  .table__cell a:focus svg path,
  .basket__del:focus svg path {
    stroke: #323C42;
  }
  .counter__control:active {
    color: #0C4C74;
  }
  .counter__control {
    cursor: pointer;
  }
  .tabs__nav-btn {
    cursor: pointer;
  }
  .tabs__nav-btn:hover {
    color: #DD2120;
  }
  .tabs__nav-btn:focus {
    color: #DD2120;
  }
  .all:hover {
    color: #0C4C74;
  }
  .all:focus {
    color: #0C4C74;
  }
  .contacts__info-items>a:hover {
    color: #0C4C74;
  }
  .contacts__info-items>a:focus {
    color: #0C4C74;
  }
  .pages-navigation li a:hover {
    color: #DD2120;
  }
  .pages-navigation li a:focus {
    color: #DD2120;
  }
  .pages-navigation li a:has(svg):hover svg path {
    stroke: #0C4C74;
  }
  .pages-navigation li a:has(svg):focus svg path {
    stroke: #0C4C74;
  }
  .tools__item:hover .tools__item-img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .tools__item:focus .tools__item-img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .tools__item:hover .tools__item-info h6 {
    color: #DD2120;
  }
  .tools__item:focus .tools__item-info h6 {
    color: #DD2120;
  }
  .breadcrumb__item a:hover {
    color: #0C4C74;
  }
  .breadcrumb__item a:focus {
    color: #0C4C74;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: #0C4C74;
  }
  .checkbox__text a:focus {
    color: #0C4C74;
  }
  .input-wrapper:has(.input:focus) small {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
  }
  .input:hover {
    border: 1px solid #323C42;
  }
  .input:focus {
    border: 1px solid #323C42;
  }
  .social:hover {
    background-color: #DD2120;
  }
  .social:focus {
    background-color: #DD2120;
  }
  .social:hover svg path {
    fill: #fff;
  }
  .social:focus svg path {
    fill: #fff;
  }
  .footer__menu li a:hover,
  .footer__contacts a:hover {
    color: #0C4C74;
  }
  .footer__menu li a:focus,
  .footer__contacts a:focus {
    color: #0C4C74;
  }
  .more:hover small {
    color: #0C4C74;
  }
  .more:hover svg path {
    fill: #0C4C74;
  }
  .events__item:hover .events__item-img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .events__item:focus .events__item-img img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .events__item:hover .events__item-info h6 {
    color: #DD2120;
  }
  .events__item:focus .events__item-info h6 {
    color: #DD2120;
  }
  .slider-btn {
    cursor: pointer;
  }
  .slider-btn:hover svg path {
    stroke: #0C4C74;
  }
  .production__item:hover .production__item-info h6 {
    color: #DD2120;
  }
  .production__item:focus .production__item-info h6 {
    color: #DD2120;
  }
  .production__item:hover .production__item-img img {
    -webkit-transform: translate(-50%, 6px);
    -ms-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  .production__item:focus .production__item-img img {
    -webkit-transform: translate(-50%, 6px);
    -ms-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  .popup__close,
  .assortment__close {
    cursor: pointer;
  }
  .popup__close:hover svg,
  .assortment__close:hover svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .popup__close:focus svg,
  .assortment__close:focus svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .assortment-open {
    cursor: pointer;
  }
  .assortment-open:hover {
    background-color: #0C4C74;
  }
  .assortment__menu li a:hover {
    color: #DD2120;
  }
  .assortment__menu li a:focus {
    color: #DD2120;
  }
  .assortment__menu li a:hover svg path {
    stroke: #DD2120;
  }
  .assortment__menu li a:focus svg path {
    stroke: #DD2120;
  }
  .menu>li>a:hover {
    color: #DD2120;
  }
  .menu>li>a:focus {
    color: #DD2120;
  }
  .header__cabinet ul li a:hover {
    color: #DD2120;
  }
  .header__cabinet ul li a:focus {
    color: #DD2120;
  }
  .header__cabinet {
    cursor: pointer;
  }
  .header__cabinet:hover {
    background-color: #EDEDED;
  }
  .header__cabinet:focus {
    background-color: #EDEDED;
  }
  .header__cabinet:hover span {
    opacity: 1;
    visibility: visible;
  }
  .header__cabinet:focus span {
    opacity: 1;
    visibility: visible;
  }
  .header__cabinet:hover>svg path {
    stroke: #0C4C74;
  }
  .header__cabinet:focus>svg path {
    stroke: #0C4C74;
  }
  .header__cabinet:hover .header__cabinet-links {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .header__cabinet:focus .header__cabinet-links {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .header__contacts a:hover {
    color: #0C4C74;
  }
  .header__contacts a:focus {
    color: #0C4C74;
  }
  .header__basket:hover {
    background-color: #EDEDED;
  }
  .header__basket:focus {
    background-color: #EDEDED;
  }
  .header__basket:hover svg path {
    stroke: #0C4C74;
  }
  .header__basket:focus svg path {
    stroke: #0C4C74;
  }
  .header__basket:hover span {
    background-color: #0C4C74;
  }
  .header__basket:focus span {
    background-color: #0C4C74;
  }
  .searching button:hover svg path {
    stroke: #0C4C74;
  }
  .searching button:focus svg path {
    stroke: #0C4C74;
  }
  .searching:has(input:focus) {
    border: 1px solid #0C4C74;
  }
  .searching {
    cursor: pointer;
  }
  .searching:hover {
    border: 1px solid #0C4C74;
  }
  .searching:focus {
    border: 1px solid #0C4C74;
  }
  .searching:hover svg path {
    fill: transparent;
  }
  .searching:focus svg path {
    fill: transparent;
  }
  .logo--header:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .logo--header:focus {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .logo--footer:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .logo--footer:focus img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn:hover::after {
    left: 0;
    width: 100%;
  }
  .btn:focus::after {
    left: 0;
    width: 100%;
  }
  p a:hover {
    color: #DD2120;
  }
  p a:focus {
    color: #DD2120;
  }
  a,
  button,
  .checkbox {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1760px) {
  .container {
    width: min(1640px, 100% - 100px);
  }
  .assortment-open {
    width: 56px;
    height: 46px;
  }
  .header__cabinet ul {
    padding: 28px 20px 28px 50px;
  }
  .header__basket,
  .header__cabinet {
    width: 54px;
    height: 54px;
  }
  .header__contacts a {
    font-size: 22px;
  }
  .menu {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
  .menu>li>a {
    font-size: 19px;
  }
  .welcome__item-info {
    padding: 70px 0 90px 80px;
  }
  .slider-btn {
    height: 40px;
  }
  section {
    padding: 70px 0;
  }
  .title {
    margin: 0 0 32px 0;
  }
  .footer {
    padding: 60px 0 130px 0;
  }
  .bg::before {
    width: 240px;
  }
  .footer.bg::before {
    right: auto;
    left: 30%;
  }
  .assortment__name {
    font-size: 34px;
  }
  .catalog__content .assortment {
    width: 340px;
  }
  .catalog__content .assortment__menu-wrapper {
    max-height: 340px;
    padding: 0 16px 0 0;
    margin: 0 0 28px 0;
  }
  .catalog__table .counter__current {
    width: 34px;
    height: 34px;
  }
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 32px;
  }
  .making__item-label strong {
    font-size: 22px;
  }
  .making__item-label strong::before,
  .making__item-label strong::after {
    top: 4px;
  }
  .delivery__content {
    row-gap: 40px;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 32px;
    line-height: 120%;
  }
  .contacts .form {
    padding: 32px 20px;
  }
  .requisites__content,
  .card__description {
    padding: 24px;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 58px;
    line-height: 120%;
  }
  h2 {
    font-size: 50px;
    line-height: 120%;
  }
  h3 {
    line-height: 120%;
  }
  h4,
  .searchresults__items li::before {
    line-height: 120%;
  }
  .label .title h1 {
    font-size: 50px;
  }
  p,
  .making__item>p,
  .info>ul:not([class]) li,
  .info>ol:not([class]) li,
  .info>ol:not([class]) li::before {
    font-size: 22px;
    line-height: 140%;
  }
  .info>ul:not([class]) li::before {
    top: 15px;
  }
}
@media (max-width: 1619px) {
  .logo.logo--header {
    width: 160px;
  }
  .header__content {
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
  }
  .header__basket,
  .header__cabinet {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1539px) {
  .header__wrapper {
    padding: 16px 0;
  }
  .header__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
	padding-top: 10px;
  }
  .assortment-open {
    width: 52px;
    height: 44px;
  }
  .header__basket,
  .header__cabinet {
    width: 50px;
    height: 50px;
  }
  .header__contacts a {
    font-size: 20px;
  }
  .welcome {
    padding: 12px 0 0 0;
  }
  .production__items {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 64px;
  }
  .events__slider .swiper-wrapper,
  .another__slider .swiper-wrapper,
  .catalog__items,
  .information__content,
  .tools__items,
  .making__items {
    grid-gap: 24px;
  }
  .events__item-info {
    padding: 14px 10px 0 10px;
  }
  .footer {
    padding: 50px 0 100px 0;
  }
  .footer.bg::before {
    right: auto;
    left: 27%;
  }
  .footer__content {
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    column-gap: 130px;
  }
  .footer__contact--tel {
    font-size: 22px;
  }
  .card__content {
    grid-template-columns: 2.4fr 1fr;
  }
  .selection .form {
    padding: 28px 40% 28px 28px;
  }
  /* новые стили */
.table__title .table__title-name,
.table__title .table__title-link,
.catalog--table .catalog__cell-name,
.table__title .table__title-cost,
.catalog--table .catalog__cell--cost,
.table__title .table__title-counter,
.catalog--table .catalog__cell--counter,
.table__title .table__title-link,
.catalog--table .catalog__cell--link {
    width: auto;
}
  .table__title-item,
  .catalog--table .table__title li.table__title-item,
  .catalog--table .table__title li.table__title-name,
  .catalog--table .table__title li.table__title-cost,
  .catalog--table .table__title li.table__title-link,
  .catalog--table .table__title li.table__title-counter,
  .catalog--table .table__cell {
    padding: 4px 10px;
  }

  /* -новые стили */
  .catalog__content .assortment {
    width: 290px;
    padding: 30px 8px 0 20px;
  }
  .catalog__content {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .assortment__menu--one>li>a {
    font-size: 18px;
  }
  .title {
    margin: 0 0 32px 0;
  }
  .details__status {
    font-size: 32px;
    margin: 0 0 32px 0;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small {
    font-size: 34px;
  }
  .card__description {
    margin: 70px 0 0 0;
  }
  .production__item-info h6 {
    font-size: 20px;
  }
  .information__info {
    padding: 12px 0 0 0;
  }
  .profile__info ul {
    width: 70%;
  }
  .making__items {
    grid-template-columns: 1fr 1fr;
  }
  .recovery .form {
    width: 490px;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 28px;
    line-height: 120%;
  }
  .searchresults__items {
    row-gap: 30px;
    width: 70%;
  }
  .contacts__content {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
  }
  .contacts__info>p {
    font-size: 22px;
    margin: 20px 0 0 0;
  }
  .contacts__info>strong {
    font-size: 30px;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 54px;
    line-height: 120%;
  }
  h2,
  .label .title h1 {
    font-size: 46px;
  }
  h3 {
    font-size: 41px;
  }
  h5 {
    line-height: 125%;
  }
  h6 {
    line-height: 125%;
  }
}
@media (max-width: 1439px) {
  .container {
    width: min(1640px, 100% - 60px);
  }
  .header__basket,
  .header__cabinet {
    width: 46px;
    height: 46px;
  }
  .logo.logo--header {
    width: 148px;
  }
  .logo.logo--header {
    margin: 0 10px 0 0;
  }
  .assortment-open {
    width: 50px;
    height: 42px;
  }
  .welcome__item {
    grid-template-columns: 1.4fr 1fr;
  }
  .menu>li>a {
    font-size: 17px;
  }
  .welcome__slider .slider-btn--prev {
    left: 16px;
  }
  .welcome__slider .slider-btn--next {
    right: 16px;
  }
  .welcome__item-info {
    padding: 50px 0 60px 60px;
  }
  .welcome__item-info strong {
    font-size: 22px;
    margin: 0 0 8px 0;
  }
  .welcome__item-info p {
    font-size: 26px;
  }
  .production__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .partners__slider-prev,
  .partners__slider-next {
    display: none;
  }
  .footer__content {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
  .footer__contact--tel {
    font-size: 20px;
  }
  .bg::before {
    width: 184px;
  }
  .footer__nav {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .card__presentation {
    grid-gap: 20px;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 30px;
  }
  .card__total-price strong,
  .card__total-price span,
  .card__total-price small {
    font-size: 20px;
  }
  section {
    padding: 55px 0;
  }
  .selection .form {
    padding: 28px 30% 28px 28px;
  }
  .catalog__item-info>a {
    margin: 0 0 6px 0;
    font-size: 19px;
  }
  .catalog__item-info b {
    font-size: 20px;
  }
  .catalog__item-info ul li small,
  .catalog__item-info ul li strong {
    font-size: 14px;
  }
  .pages-navigation li a,
  .pages-navigation li span {
    width: 44px;
    height: 44px;
  }
  .assortment__name {
    font-size: 32px;
  }
  .details__info h4 {
    font-size: 34px;
  }
  .information__info {
    padding: 0;
  }
  .details__content>.btn,
  .making__content>.btn {
    margin: 30px 0 0 0;
  }
  .profile__item .form__inputs {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .profile__info ul {
    width: 74%;
  }
  .making__item {
    padding: 30px 20px;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 26px;
  }
  .delivery__item--delivery {
    grid-template-columns: 1.3fr 1fr;
    grid-gap: 20px;
  }
  .contacts__info>p {
    font-size: 20px;
    margin: 16px 0 0 0;
  }
  .contacts__info-items>a {
    font-size: 22px;
  }
  .requisites__content ul li small,
  .requisites__content ul li strong {
    font-size: 15px;
  }
  .catalog__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .catalog__content .title {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .catalog__filters {
    margin: 0 0 40px 0;
  }
  .catalog__content .assortment {
    width: 100%;
    padding: 16px 8px 0 24px;
  }
  .catalog__content .assortment__name {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    border-bottom: 1px solid transparent;
    margin: 0 16px 0 0;
    padding: 0 0 12px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .catalog__content .assortment__name svg {
    display: block;
    width: 40px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .catalog__content .assortment__name svg path {
    fill: #0C4C74;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .catalog__content .accordion-item {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
    padding: 0;
  }
  .catalog__content .accordion-item.active {
    grid-template-rows: 1fr;
  }
  .catalog__content .assortment__menu-wrapper {
    margin: 0;
  }
  .catalog__content .accordion-item.active .assortment__menu-wrapper {
    margin: 0 0 28px 0;
  }
  .catalog__content .assortment__name:has(+ .accordion-item.active) {
    border-bottom: 1px solid #c4c4c4;
  }
  .catalog__content .assortment__name {
    cursor: pointer;
  }
  .catalog__content .assortment__name:hover {
    color: #DD2120;
  }
  .catalog__content .assortment__name:focus {
    color: #DD2120;
  }
  .catalog__content .assortment__name:hover svg path {
    fill: #DD2120;
  }
  .catalog__content .assortment__name:focus svg path {
    fill: #DD2120;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 52px;
    line-height: 120%;
  }
  h2,
  .label .title h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 40px;
  }
  p,
  .making__item>p,
  .info>ul:not([class]) li,
  .info>ol:not([class]) li,
  .info>ol:not([class]) li::before {
    font-size: 21px;
    line-height: 140%;
  }
  .info>ul:not([class]) li::before {
    width: 5px;
    height: 5px;
    top: 14px;
  }
  .info>ul:not([class]),
  .info>ol:not([class]) {
    row-gap: 4px;
  }
  /* новые стили */
  .table__title .table__title-link,
  .catalog--table .catalog__cell--link {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .header__content {
    grid-template-columns: auto auto 1fr auto auto auto;
    row-gap: 8px;
  }
  .header .searching {
    grid-column: 1/span 6;
    grid-row: 2/span 1;
  }
  .header__content {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .assortment__menu--one>li>a {
    font-size: 19px;
  }
  .production__items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 60px;
  }
  .events__item-info h6 {
    font-size: 20px;
  }
  .events__item-date img {
    width: 15px;
  }
  .slider-btn {
    height: 36px;
  }
  .footer__content {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .card__content {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .card__content .title {
    grid-column: span 1;
  }
  .another__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0 !important;
  }
  .another__slider {
    padding: 1px;
  }
  .selection .form {
    padding: 28px 18% 28px 28px;
  }
  .details__status {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .registration__tabs .form__inputs {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .making__item h4 {
    font-size: 32px;
  }
  .making__item-label p {
    font-size: 18px;
  }
  .information__img {
    aspect-ratio: 1/0.5;
  }
  .tools__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 24px;
  }
  .delivery__item-img {
    aspect-ratio: 1/0.8;
  }
  .contacts__content {
    grid-template-columns: 1fr 1.2fr;
  }
  .events__slider .swiper-wrapper,
  .another__slider .swiper-wrapper,
  .catalog__items,
  .information__content,
  .tools__items,
  .making__items {
    grid-gap: 20px;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 48px;
    line-height: 120%;
  }
  h2,
  .label .title h1 {
    font-size: 43px;
  }
  h3 {
    font-size: 39px;
  }
  h4 {
    font-size: 35px;
  }
  h5 {
    font-size: 30px;
  }
  p,
  .making__item>p,
  .info>ul:not([class]) li,
  .info>ol:not([class]) li,
  .info>ol:not([class]) li::before {
    font-size: 20px;
    line-height: 140%;
  }
  .info>ul:not([class]) li::before {
    top: 13px;
  }
}
  .catalog__cell-availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    align-items: center;
  }
  .catalog__cell-availability strong {
    font-size: 14px;
    line-height: 115%;
    color: #323C42;
	white-space: nowrap;
  }
  .catalog__cell-indicatior {
    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: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    margin: 0 0 3px 0;
  }
  .catalog__cell-indicatior span {
    display: block;
    width: 3px;
    height: 12px;
    background-color: #4CB431;
  }
  .catalog__cell-indicatior--enough span:last-child {
    background-color: #d9d9d9;
  }
  .catalog__cell-indicatior--little span:nth-child(2),
  .catalog__cell-indicatior--little span:last-child {
    background-color: #d9d9d9;
  }
  
  .catalog__cell-indicatior--empty span {
    background-color: #d9d9d9;
  }  

@media (max-width: 1119px) {
  .catalog__cell-option {
    display: none;
  }  
  .container {
    width: min(1640px, 100% - 40px);
  }
  .header__content {
    grid-template-columns: auto auto auto 1fr auto auto auto;
  }
  .logo--header {
    grid-column: 1/span 3;
  }
  .header .searching {
    grid-column: 3/span 5;
  }
  .assortment-open {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
  .header__contacts a {
    font-size: 19px;
  }
  .assortment-open {
    width: 56px;
    height: 48px;
  }
  .slider-btn {
    display: none;
  }
  .welcome__item-info {
    padding: 40px 0 50px 32px;
  }
  .title {
    margin: 0 0 28px 0;
  }
  .production__item-info h6 {
    font-size: 19px;
  }
  .footer__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer {
    padding: 40px 0 50px 0;
  }
  .popup__content {
    width: 90%;
  }
  .form>strong {
    font-size: 34px;
  }
  .popup__content .form {
    padding: 30px 20px;
  }
  .card__presentation {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .assortment {
    padding: 20px 8px 0 20px;
  }
  .assortment__name {
    font-size: 30px;
  }
  .assortment__name {
    padding: 0 0 12px 0;
    margin: 0 16px 0 0;
  }
  .catalog__content .assortment__menu-wrapper {
    max-height: 296px;
    padding: 0 16px 0 0;
  }
  .catalog__content .accordion-item.active .assortment__menu-wrapper {
    margin: 0 0 20px 0;
  }
  .catalog__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .catalog--table .table__title {
    display: none;
  }
  /* Новые ститли */
  .catalog--table .catalog__cell-list {
    display: grid;
    grid-gap: 8px;
  }
  .table__title .table__title-name,
  .table__title .table__title-link,
  .catalog--table .catalog__cell-name,
  .table__title .table__title-cost,
  .catalog--table .catalog__cell--cost {
    width: 100%;
  }
  .table__title .table__title-counter,
  .catalog--table .catalog__cell--counter {
    width: auto;
  }
  /* - Новые ститли */
  .catalog--table .table__item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
    height: auto;
    min-height: inherit;
    padding: 20px 16px;
    background-color: #f3f3f3;
    border-radius: 12px;
  }
  .catalog--table .table__cell {
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .catalog__cell-name strong {
    font-size: 20px;
  }

  .catalog__cell-list {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    grid-gap: 2px;
  }
  .catalog__cell-list li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .catalog__cell-list li small {
    display: block;
    font-family: "FuturaPT-Book";
    font-size: 14px;
    line-height: 110%;
    color: #323C42;
  }
  .catalog__cell-name,
  .catalog__cell-availability,
  .catalog__cell--cost,
  .catalog__cell-info {
    grid-column: 1/span 2;
    width: 100%;
  }
  .catalog--table .table__title li:nth-last-child(2),
  .catalog__cell--counter,
  .catalog--table .table__title li:last-child,
  .catalog__cell--link {
    width: inherit;
  }
  .catalog__cell-list {
    grid-gap: 8px;
  }
  .catalog__cell-list .table__cell span {
    display: block;
    height: 10px;
    border-bottom: 1px solid #E5E5E5;
  }
  .catalog__cell--cost {
    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: flex-start;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .table__cell.catalog__cell--cost small,
  .table__cell.catalog__cell--cost strong {
    display: block;
    font-size: 20px;
    line-height: 110%;
    color: #DD2120;
  }
  .catalog--table .catalog__filters,
  .tabs__nav {
    margin: 0 0 30px 0;
  }
  .details .table__title,
  .details .table__item {
    grid-template-columns: 3.6fr 1fr 1fr 1fr;
  }
  .details__info b {
    font-size: 23px;
  }
  .history .table__title,
  .history .table__item {
    grid-template-columns: 2.4fr 1fr 1fr 1fr 1fr 1fr;
  }
  .history .table__title li:last-child,
  .history .table__item .table__cell:last-child {
    width: 100%;
  }
  .tabs__nav-btn {
    font-size: 22px;
  }
  .profile__info ul {
    width: 100%;
  }
  .all {
    font-size: 23px;
  }
  .making__item-articles strong {
    margin: 4px 0 0 0;
    font-size: 20px;
  }
  .tools__item-info {
    padding: 8px 16px;
  }
  .contacts__content {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
  }
  .contacts__map {
    grid-column: 1/span 2;
    grid-row: span 1;
    aspect-ratio: 1/0.6;
    margin: 0;
  }
  .contacts .form {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .catalog__content .assortment {
    top: 0;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 28px;
  }
  .assortment__name {
    font-size: 28px;
  }
  h2,
  .label .title h1 {
    font-size: 41px;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .header__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header__basket,
  .header__cabinet {
    width: auto;
  }
  .header__cabinet.visible .header__cabinet-links {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 3;
  }
  .header__cabinet-links {
    padding: 0;
    top: calc(100% + 8px);
  }
  .header__contacts {
    grid-column: 4/span 1;
    grid-row: 1/span 1;
  }
  .header__contacts a {
    font-size: 22px;
  }
  .logo.logo--header {
    width: 170px;
  }
  .assortment__menu-wrapper {
    margin: 0 0 30px 0;
  }
  .header .searching {
    grid-row: 3/span 1;
  }
  .assortment-open {
    grid-row: 3/span 1;
  }
  .icon-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 7/span 1;
    grid-row: 1/span 1;
  }
  .icon-menu-wrapper.active::before {
    opacity: 1;
    visibility: visible;
  }
  .icon-menu-wrapper.active {
    background-color: #DD2120;
  }
  .icon-menu-wrapper.active .icon-menu span {
    background-color: #fff;
  }
  .nav {
    grid-column: 1/span 7;
    grid-row: 2/span 1;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 300ms;
    transition: grid-template-rows 300ms;
    transition: grid-template-rows 300ms, -ms-grid-rows 300ms;
    background-color: #DD2120;
    border-radius: 20px 0 20px 20px;
    position: relative;
    z-index: -1;
  }
  .nav::before {
    content: "";
    display: block;
    width: 56px;
    height: 0;
    background-color: #DD2120;
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav.active {
    grid-template-rows: 1fr;
    z-index: 1;
  }
  .nav.active::before {
    height: 28px;
    opacity: 1;
    visibility: visible;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    overflow: hidden;
  }
  .nav.active .menu {
    padding: 28px 24px;
  }
  .menu li>a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 8px 0;
    font-family: "FuturaPT-Medium";
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  .hidden {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    margin: auto 0 0 0;
  }
  .hidden .contacts__item--address {
    grid-column: 1/span 1;
  }
  .show h1,
  .show h2,
  .show h3,
  .show h4,
  .show h5,
  .show h6,
  .show .up {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .welcome__item {
    grid-template-columns: 1fr;
    position: relative;
  }
  .welcome__item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .welcome__item-info {
    padding: 40px 24% 60px 32px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .searching--production {
    width: 80%;
    margin: 0 auto 76px auto;
  }
  .production__item-img {
    height: 62px;
  }
  .production__item-info h6 {
    font-size: 18px;
  }
  .title {
    margin: 0 0 24px 0;
  }
  .events__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
  .swiper-pagination--events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events__item-img {
    aspect-ratio: 1/0.6;
  }
  .production__items {
    row-gap: 50px;
  }
  .footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 30px;
  }
  .footer__contacts {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__nav {
    grid-column: span 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .footer__menu {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .card__presentation-info li small,
  .card__presentation-info li strong {
    font-size: 15px;
  }
  .card__total {
    padding: 24px;
  }
  .counter__control {
    width: 24px;
  }
  .catalog__item-info {
    padding: 14px 16px 20px 16px;
  }
  .catalog__item-info>a {
    font-size: 17px;
    margin: 0;
  }
  .catalog__item-info ul {
    margin: 12px 0 12px 0;
  }
  section {
    padding: 50px 0;
  }
  .catalog__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .catalog__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .assortment {
    padding: 16px 8px 0 20px;
  }
  .assortment__content-name {
    padding: 0 0 8px 0;
  }
  .catalog__content .assortment {
    width: 100%;
    position: relative;
  }
  .catalog__filters {
    grid-row: span 1;
    margin: 0 0 30px 0;
  }
  .catalog__content .assortment__name svg {
    display: block;
    width: 40px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: -4px 0 0 0;
  }
  .catalog__content .accordion-item {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
    padding: 0;
  }
  .catalog__content .accordion-item.active {
    grid-template-rows: 1fr;
  }
  .assortment__name {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    border-bottom: 1px solid transparent;
    margin: 0 16px 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .assortment__name svg {
    display: block;
    width: 40px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .assortment__name svg path {
    fill: #0C4C74;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .assortment__name.active {
    color: #DD2120;
  }
  .assortment__name.active svg path {
    fill: #DD2120;
  }
  .assortment__name:has(+ .accordion-item.active) {
    border-bottom: 1px solid #c4c4c4;
  }
  .table__title {
    display: none;
  }
  .table__items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .table__item,
  .basket .table__item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
    height: auto;
    min-height: inherit;
    padding: 20px 16px;
    background-color: #f3f3f3;
    border-radius: 12px;
  }
  .table__cell {
    grid-column: span 2;
    width: 100%;
    padding: 0;
  }
  .table__cell:has(span) {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .table__cell span {
    display: block;
    height: 10px;
    border-bottom: 1px solid #E5E5E5;
  }
  .table__cell small {
    display: block;
    font-family: "FuturaPT-Book";
    font-size: 14px;
    line-height: 110%;
    color: #323C42;
  }
  .table__cell:has(.counter),
  .table__cell:has(.btn),
  .table__cell:has(.basket__del) {
    grid-column: span 1;
  }
  .basket .table__cell.table__cell--cost {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
  .basket .table__cell.table__cell--cost {
    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: flex-start;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin: 12px 0 0 0;
  }
  .basket .table__cell.table__cell--cost strong,
  .basket .table__cell.table__cell--cost small {
    font-size: 20px;
    color: #DD2120;
  }
  .table__cell strong.basket__item-name,
  .details .table__item .table__cell:first-child strong,
  .history .table__item .table__cell:first-child strong {
    font-size: 20px;
  }
  .basket__del {
    border-radius: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 44px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #DD2120;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .basket__del svg {
    width: auto;
    height: 64%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .basket__del svg path {
    stroke: #fff;
  }
  .basket .table__title li:last-child,
  .basket .table__item .table__cell:last-child {
    width: 100%;
  }
  .basket__del:active {
    top: 2px;
  }
  .details .table__item .table__cell {
    grid-column: 1/span 1;
  }
  .details .table__item .table__cell:first-child,
  .history .table__item .table__cell:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 6px;
  }
  .details .table__item .table__cell:first-child small,
  .history .table__item .table__cell:first-child small {
    font-size: 18px;
  }
  .details .table__item {
    grid-template-columns: 1fr;
  }
  .details__info {
    margin: 30px 0 0 0;
  }
  .details__info b {
    margin: 12px 0 6px 0;
  }
  .details__info h4 {
    font-size: 32px;
  }
  .history .table__title,
  .history .table__item {
    grid-template-columns: 1fr;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 26px;
  }
  .profile__info {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .making__item h4 {
    font-size: 29px;
  }
  .making__item span {
    margin: 0;
  }
  .making__item h4 {
    margin: 0 0 12px 0;
  }
  .making__item-articles {
    gap: 12px;
  }
  .making__item>p {
    margin: 16px 0 0 0;
  }
  .information__content,
  .delivery__item--delivery {
    grid-template-columns: 1fr;
  }
  .delivery__item-img {
    aspect-ratio: 1/0.5;
  }
  .searchresults__items {
    row-gap: 20px;
    width: 100%;
  }
  .contacts__info-items,
  .contacts__info .socials {
    margin: 30px 0 0 0;
  }
  .contacts__info>p {
    font-size: 18px;
    margin: 12px 0 0 0;
  }
  .contacts__info>strong {
    font-size: 26px;
  }
  .selection .form,
  .card__description,
  .card__total,
  .contacts .form,
  .requisites__content {
    padding: 20px 24px;
  }
  .events__item-img,
  .production__item,
  .partners__item,
  .info>img,
  .card__presentation-img,
  .catalog__item,
  .catalog--table .table__item,
  .table__item {
    border-radius: 16px;
  }
  .tools .searching--production {
    width: 600px;
  }
  .table__items .table__item {
	  margin-bottom:16px;
  }
}
@media (max-width: 767px) {
  .welcome__item-info {
    padding: 40px 10% 60px 32px;
  }
  .popup__content {
    width: 94%;
    grid-template-columns: 1fr 1.6fr;
  }
  section {
    padding: 45px 0;
  }
  .production__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__content,
  .footer__nav {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .card__presentation-info li small,
  .card__presentation-info li strong {
    font-size: 14px;
  }
  .card__total-cost {
    margin: 12px 0 0 0;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 24px;
  }
  .details__info h4 {
    font-size: 30px;
  }
  .registration__tabs .form__inputs {
    grid-template-columns: 1fr 1fr;
  }
  .making__items {
    grid-template-columns: 1fr;
  }
  .making__item {
    padding: 20px 24px;
  }
  .production .searching--production {
    margin: 0 0 60px 0;
  }
  .tools__items {
    grid-template-columns: 1fr 1fr;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 22px;
  }
  .searchresults__items li {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .contacts__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .contacts .form {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
  .contacts__map {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .contacts__info-items,
  .contacts__info .socials {
    margin: 20px 0 0 0;
  }
  .contacts .form::before {
    width: 160px;
  }
  .requisites__content ul {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .tools .searching--production {
    width: 500px;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 45px;
    line-height: 110%;
  }
  h2,
  .label .title h1 {
    font-size: 40px;
    line-height: 110%;
  }
  h3 {
    font-size: 37px;
    line-height: 110%;
  }
  h4 {
    font-size: 33px;
    line-height: 110%;
  }
  h5 {
    font-size: 29px;
    line-height: 110%;
  }
  p,
  .making__item>p,
  .info>ul:not([class]) li,
  .info>ol:not([class]) li,
  .info>ol:not([class]) li::before {
    font-size: 18px;
    line-height: 140%;
  }
  .info>ul:not([class]) li::before {
    top: 12px;
  }
  .info>h1,
  .info>h2,
  .info>h3,
  .info>h4,
  .info>h5,
  .info>h6,
  .info>strong {
    margin: 24px 0 12px 0;
  }
  .info>p,
  .info>ul:not([class]),
  .info>ol:not([class]),
  .info>img {
    margin: 12px 0;
  }
  .info>.btn {
    margin: 30px 0;
    margin-bottom: 30px;
  }
  /* - новые ститли */
  .catalog__cell--link .btn {
    width: 100%;
  }
  .table__cell:has(.btn) {
    width: 100%;
  }
}
@media (max-width: 659px) {
  .logo.logo--header {
    width: 146px;
  }
  .header__contacts a {
    font-size: 20px;
  }
  .header__basket,
  .header__cabinet {
    width: 50px;
    height: 46px;
    margin: 0 -8px 0 0;
  }
  .header__content {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .header__basket span {
    width: 18px;
    height: 18px;
    font-size: 10px;
    top: 2px;
    right: -2px;
  }
  .popup__content {
    width: 96%;
    grid-template-columns: 1fr 2fr;
  }
  .welcome__item-info {
    padding: 40px 28px 60px 28px;
  }
  .welcome__item-info strong {
    font-size: 20px;
  }
  .welcome__item-info p {
    font-size: 24px;
  }
  .title {
    margin: 0 0 20px 0;
  }
  .production__item-img {
    height: 54px;
  }
  .searching--production {
    margin: 0 auto 54px auto;
  }
  .footer__menu {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .footer__item>strong {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .card__presentation {
    grid-template-columns: 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .card__presentation-img {
    aspect-ratio: 1/0.6;
  }
  .selection .form,
  .card__description,
  .card__total,
  .contacts .form,
  .requisites__content {
    padding: 20px 22px;
  }
  .details__status {
    font-size: 26px;
    margin: 0 0 16px 0;
  }
  .details__info h4 {
    font-size: 28px;
  }
  .details__info b {
    font-size: 22px;
  }
  .profile__item .form__inputs {
    grid-template-columns: 1fr 1fr;
  }
  .recovery .form {
    width: 410px;
  }
  .searchresults__item-path small {
    font-size: 13px;
  }
  .contacts__map {
    aspect-ratio: 1/1;
    margin: 0;
  }
  .tools .searching--production {
    width: 100%;
  }
  .all {
    font-size: 22px;
  }
  .catalog__item-img {
    border-radius: 12px;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 42px;
  }
  h2,
  .label .title h1 {
    font-size: 38px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .header {
    position: relative;
  }
  .header__content {
    grid-template-columns: auto auto 1fr auto auto auto;
  }
  .logo.logo--header {
    grid-column: 1/span 2;
    width: 64px;
    aspect-ratio: 1/1.4;
    background-image: url("../img/logo-header-small.svg?v=2");
    margin: 0;
  }
  .assortment-open {
    grid-column: 1/span 1;
  }
  .header__contacts {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
  .icon-menu-wrapper {
    grid-column: 6/span 1;
  }
  .header .searching {
    grid-column: 2/span 5;
  }
  .assortment {
    width: 90%;
  }
  .header__wrapper {
    padding: 12px 0;
  }
  .nav {
    grid-column: 1/span 6;
  }
  .nav.active::before {
    height: 39px;
  }
  .container {
    width: min(1640px, 100% - 32px);
  }
  .production__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .production__item {
    padding: 0 12px 24px 12px;
  }
  .footer__menu {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .popup__img {
    display: none;
  }
  .popup__content {
    grid-template-columns: 1fr;
  }
  .breadcrumb__item,
  .breadcrumb__item a,
  .breadcrumb__item a::before {
    font-size: 14px;
  }
  .breadcrumb__item a {
    margin: 0 6px 0 0;
    padding: 0 16px 0 0;
  }
  .card__total-price {
    margin: 16px 0 0 0;
    padding: 0 0 12px 0;
  }
  .catalog__item-info>a {
    font-size: 16px;
  }
  .catalog__item-info b {
    font-size: 19px;
  }
  .catalog__item-links {
    grid-template-columns: 1fr;
  }
  .selection .form .form__inputs {
    grid-template-columns: 1fr;
  }
  .selection .form .form__inputs .input-wrapper:has(.input.input--textarea) {
    grid-column: 1/span 1;
  }
  .table__items {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .catalog__cell-characteristics {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 16px;
    grid-column: span 2;
    width: 100%;
    font-family: "FuturaPT-Medium";
    font-size: 18px;
    line-height: 100%;
    color: #323C42;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .catalog__cell-characteristics svg {
    width: 14px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 3px 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .catalog__cell-characteristics svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .catalog__cell-characteristics.active+.catalog__cell-info {
    grid-template-rows: 1fr;
  }
  .catalog__cell-characteristics.active {
    color: #DD2120;
  }
  .catalog__cell-characteristics.active svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .catalog__cell-characteristics.active svg path {
    stroke: #DD2120;
  }
  .catalog__cell-list {
    overflow: hidden;
  }
  .catalog__cell-info {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 300ms;
    transition: grid-template-rows 300ms;
    transition: grid-template-rows 300ms, -ms-grid-rows 300ms;
    padding: 0;
  }
  .profile__info ul {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .recovery .form {
    width: 100%;
  }
  .making__item h4 {
    font-size: 27px;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 21px;
  }
  .events__slider .swiper-wrapper,
  .another__slider .swiper-wrapper,
  .catalog__items,
  .information__content,
  .tools__items,
  .making__items,
  .table__items {
    grid-gap: 16px;
  }
  .header__cabinet ul::before {
    right: 12px;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 40px;
  }
  h2,
  .label .title h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 29px;
  }
  h5 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .header__content {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-template-columns: auto 1fr auto auto auto;
  }
  .logo.logo--header {
    grid-column: 1/span 1;
    width: 42px;
  }
  .header__contacts {
    grid-column: 2/span 1;
  }
  .icon-menu-wrapper {
    grid-column: 5/span 1;
  }
  .icon-menu-wrapper {
    width: 44px;
    height: 38px;
  }
  .nav {
    grid-column: 1/span 5;
  }
  .nav::before {
    width: 44px;
  }
  .header .searching {
    grid-column: 2/span 4;
  }
  .nav.active::before {
    height: 21px;
  }
  .searching {
    grid-template-columns: 1fr 42px;
    height: 42px;
  }
  .searching input {
    padding: 0 10px 3px 12px;
  }
  .assortment {
    border-radius: 0 12px 12px 0;
  }
  .assortment {
    width: 95%;
  }
  .header__basket,
  .header__cabinet {
    width: 40px;
    height: auto;
    margin: 0 -8px 0 0;
  }
  .header__cabinet ul {
    padding: 18px 20px 18px 32px;
    border-radius: 12px 0 12px 12px;
    row-gap: 12px;
  }
  .header__cabinet ul::before {
    right: 11px;
  }
  .header__cabinet ul li a {
    font-size: 18px;
  }
  .header__contacts a {
    font-size: 15px;
  }
  .header__contacts a.popup-link {
    font-size: 13px;
  }
  .assortment-open {
    width: 50px;
    height: 42px;
  }
  .assortment-open span {
    width: 56%;
  }
  .assortment-open span:nth-child(3) {
    bottom: 10px;
  }
  .assortment-open span:nth-child(1) {
    top: 10px;
  }
  .nav {
    border-radius: 16px 0 16px 16px;
  }
  .form>strong {
    font-size: 28px;
  }
  .popup__content {
    border-radius: 16px;
  }
  .form p {
    margin: 8px 0 0 0;
  }
  .form__inputs {
    row-gap: 10px;
    margin: 12px 0 0 0;
  }
  .form__submit {
    row-gap: 14px;
    margin: 20px 0 0 0;
  }
  .popup__close {
    top: 10px;
    right: 10px;
  }
  .welcome__item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .welcome__item-info strong {
    font-size: 18px;
  }
  .welcome__item-info>* {
    text-align: center;
  }
  .welcome__item-info {
    padding: 20px 20px 50px 20px;
  }
  .welcome__item-info p {
    font-size: 20px;
  }
  section {
    padding: 35px 0;
  }
  .searching--production {
    width: 100%;
  }
  .production__item {
    padding: 0 12px 20px 12px;
  }
  .footer__content {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .footer__nav {
    grid-column: span 1;
  }
  .footer__contacts {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer.bg::before {
    display: none;
  }
  .footer__nav {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .footer__item>strong {
    font-size: 20px;
    margin: 0 0 16px 0;
    text-align: center;
  }
  .footer__menu li a {
    font-size: 14px;
    text-align: center;
  }
  .footer__menu {
    row-gap: 10px;
  }
  .logo.logo--footer {
    width: 148px;
    margin: 0 auto;
  }
  .footer__label>p {
    text-align: center;
  }
  .footer {
    padding: 30px 0;
  }
  .events__item-img,
  .production__item,
  .partners__item,
  .info>img,
  .card__presentation-img,
  .catalog__item,
  .catalog--table .table__item,
  .table__item {
    border-radius: 12px;
  }
  .card__presentation-img {
    aspect-ratio: 1/0.8;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 26px;
  }
  .card__description {
    margin: 50px 0 0 0;
  }
  .card__description>* {
    text-align: center;
  }
  .catalog__item-links {
    grid-template-columns: auto 1fr;
  }
  .form__load {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .assortment {
    padding: 16px 8px 0 16px;
  }
  .assortment__name {
    font-size: 26px;
  }
  .catalog__item-img {
    aspect-ratio: 1/0.7;
  }
  .card__total,
  .card__description,
  .selection .form,
  .making__item,
  .contacts__map,
  .delivery__item-img {
    border-radius: 16px;
  }
  .delivery__item-img {
    aspect-ratio: 1/0.7;
  }
  .catalog__content .assortment__name svg {
    width: 32px;
    margin: -1px 0 0 0;
  }
  .assortment__name {
    padding: 0 0 12px 0;
  }
  .catalog__items {
    grid-template-columns: 1fr;
  }
  .registration__tabs .form__inputs,
  .profile__item .form__inputs {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
  .table__cell strong.basket__item-name,
  .details .table__item .table__cell:first-child strong,
  .history .table__item .table__cell:first-child strong {
    font-size: 18px;
  }
  .tabs__nav-btn {
    font-size: 20px;
  }
  .profile__info ul li {
    font-size: 15px;
  }
  .basket .table__cell.table__cell--cost strong,
  .basket .table__cell.table__cell--cost small {
    font-size: 18px;
  }
  .basket__del {
    margin: 0 0 0 auto;
  }
  .basket__del {
    height: 40px;
    padding: 0 16px;
  }
  .requisites__content ul li small,
  .requisites__content ul li strong {
    font-size: 13px;
  }
  .basket__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 16px;
    margin: 30px 0 0 0;
  }
  .details__status {
    font-size: 22px;
    margin: 0 0 16px 0;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 24px;
  }
  .details__total {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 24px 0 0 0;
  }
  .details__info h4 {
    font-size: 24px;
  }
  .details__info b {
    font-size: 21px;
  }
  .making__item-label p {
    font-size: 15px;
  }
  .making__item-label strong {
    font-size: 20px;
  }
  .making__item-label strong::before,
  .making__item-label strong::after {
    top: 3px;
  }
  .making__item h4 {
    font-size: 24px;
  }
  .making__item-articles strong {
    font-size: 19px;
  }
  .all {
    font-size: 20px;
  }
  .making__item-links {
    gap: 12px;
    margin: 20px 0 0 0;
  }
  .tools__item-info h6 {
    font-size: 18px;
  }
  .tools__item-img {
    border-radius: 12px;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 20px;
  }
  .contacts__info>strong {
    font-size: 22px;
  }
  .contacts__info-items>a {
    font-size: 20px;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 35px;
  }
  h2,
  .label .title h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 24px;
  }
  p,
  .making__item>p,
  .info>ul:not([class]) li,
  .info>ol:not([class]) li,
  .info>ol:not([class]) li::before {
    font-size: 16px;
    line-height: 135%;
  }
  .info>ul:not([class]) li::before {
    top: 10px;
  }
}
@media (max-width: 359px) {
  .logo.logo--header {
    width: 40px;
  }
  .assortment {
    width: 100%;
    border-radius: 0;
  }
  .header__contacts a.popup-link {
    font-size: 12px;
  }
  .header__basket,
  .header__cabinet {
    width: 34px;
    margin: 0 -8px 0 0;
  }
  .header__contacts a {
    font-size: 13px;
  }
  .assortment-open {
    width: 42px;
    height: 38px;
  }
  .assortment-open span {
    height: 2px;
  }
  .menu {
    padding: 16px 20px;
  }
  .nav {
    border-radius: 12px 0 12px 12px;
  }
  .nav::before {
    width: 42px;
  }
  .nav.active::before {
    height: 12px;
  }
  .container {
    width: min(1640px, 100% - 30px);
  }
  .welcome__item-info strong {
    font-size: 16px;
  }
  .welcome__item-info .btn {
    margin: 20px 0 0 0;
  }
  .welcome__item-info p {
    font-size: 18px;
    margin: 12px 0 0 0;
  }
  .production__item-info h6 {
    font-size: 14px;
  }
  .production__items {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 44px;
  }
  section {
    padding: 30px 0;
  }
  .events__item-info h6 {
    font-size: 19px;
  }
  .partners__item {
    aspect-ratio: 1/0.6;
  }
  .logo.logo--footer {
    width: 120px;
    margin: 0 auto;
  }
  .footer__contact--tel {
    font-size: 19px;
  }
  .form>strong {
    font-size: 26px;
  }
  .footer__item>strong {
    font-size: 19px;
  }
  .card__presentation-info li small,
  .card__presentation-info li strong {
    font-size: 12px;
  }
  .card__content {
    row-gap: 0;
  }
  .card__total {
    margin: 20px 0 0 0;
  }
  .card__total::before {
    width: 120px;
    right: 12px;
  }
  .breadcrumb {
    margin: 0 0 30px 0;
  }
  .title>* {
    text-align: center;
  }
  .form h3,
  .form>p {
    text-align: center;
  }
  .selection .form,
  .card__description,
  .card__total,
  .contacts .form,
  .requisites__content {
    padding: 20px 18px;
  }
  .card__total,
  .card__description,
  .selection .form,
  .making__item,
  .contacts__map,
  .delivery__item-img,
  .information__img {
    border-radius: 12px;
  }
  .assortment__name {
    font-size: 22px;
  }
  .catalog__content .assortment__name svg {
    width: 30px;
  }
  .assortment__menu--one>li>a {
    font-size: 16px;
  }
  .assortment__menu--one>li>a svg {
    width: 12px;
    margin: 4px 0 0 0;
  }
  .catalog--table .table__item {
    grid-gap: 12px;
  }
  .details__status {
    font-size: 20px;
  }
  .details__name {
    font-size: 18px;
    margin: 0 0 12px 0;
  }
  .details__info h4 span {
    margin: 0;
  }
  .details__info h4 {
    font-size: 22px;
  }
  .details__info p {
    font-size: 14px;
  }
  .details__info p span {
    margin: 0;
  }
  .details__info b {
    font-size: 19px;
  }
  .making__item h4 {
    font-size: 21px;
  }
  .making__item-label strong {
    font-size: 18px;
  }
  .making__item-label strong::before,
  .making__item-label strong::after {
    top: 2px;
  }
  .tabs__nav-btn {
    font-size: 18px;
  }
  .making__item {
    padding: 20px 16px;
  }
  .already strong {
    font-size: 20px;
  }
  .profile__info ul li {
    font-size: 14px;
  }
  .making__item-articles strong,
  .making__item-articles strong span {
    font-size: 17px;
  }
  .tools__item-info h6 {
    font-size: 16px;
  }
  .information__info>* {
    text-align: center;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 20px;
  }
  .catalog__item-info b,
  .table__cell.catalog__cell--cost small,
  .table__cell.catalog__cell--cost strong {
    font-size: 18px;
  }
  .table__cell strong.basket__item-name,
  .details .table__item .table__cell:first-child strong,
  .history .table__item .table__cell:first-child strong {
    font-size: 17px;
  }
  .card__total-availability strong,
  .card__total-availability span,
  .card__total-availability small,
  .card__total-cost strong,
  .card__total-cost span,
  .card__total-cost small,
  .basket__total>*,
  .details__total>*,
  .details__info strong,
  .details__info strong span {
    font-size: 22px;
  }
  .card__total-price strong,
  .card__total-price span,
  .card__total-price small {
    font-size: 18px;
  }
  .events__item-img,
  .production__item,
  .partners__item,
  .info>img,
  .card__presentation-img,
  .catalog__item,
  .catalog--table .table__item,
  .table__item {
    border-radius: 10px;
  }
  .searchresults__item-name,
  .searchresults__items li::before {
    font-size: 18px;
  }
  .searchresults__item-path small,
  .searchresults__item-path small::before {
    font-size: 12px;
  }
  .contacts__info>strong {
    font-size: 18px;
    text-align: center;
  }
  .contacts__info>p {
    font-size: 15px;
    text-align: center;
  }
  .contacts__info-items>a,
  .contacts__info-items a.popup-link {
    margin: 0 auto;
  }
  .contacts__info-items .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 0 auto;
  }
  .form>strong {
    text-align: center;
  }
  h1,
  .welcome__item-info>h1,
  .welcome__item-info>h2,
  .welcome__item-info>h3 {
    font-size: 30px;
  }
  h2,
  .label .title h1 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .info>strong {
    font-size: 17px;
    line-height: 135%;
  }
  .info>small {
    font-size: 14px;
    line-height: 135%;
  }
  p,
  .making__item>p,
  .info>ul:not([class]) li,
  .info>ol:not([class]) li,
  .info>ol:not([class]) li::before {
    font-size: 14px;
    line-height: 135%;
  }
  .info>p,
  .info>ul:not([class]),
  .info>ol:not([class]),
  .info>img {
    margin: 8px 0;
  }
}
.table {
  width: 100%;
}
.table__content {
    display: flex;
    width: 100%;
}
media (max-width: 1119px) {
  .table__content {
    display: block;

  }
}
.mse-autocomplete {
	width: calc(100% + 50px);
    background: #fff;
    box-shadow: 7px 12px 26px -9px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 14px;
    padding: 5px 15px 15px 15px;
    border: 1px solid #dfdfdf;
    display: none;
    flex-flow: column;
    gap: 15px;
	z-index: 2;
}
.mse-autocomplete.active {
	display: flex;
}
.mse-autocomplete-item {
	position: relative;
}

.mse-autocomplete-item:not(:last-child):after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: calc(100% - 20px);
	height: 1px;
	background: #dfdfdf;
	left: 10px;
	
}
.search-block {
	position: relative;
	width: 100%;
}
.search-block .nav {
	position: absolute;
    top: -26px;
    width: 100%;
}
.notify-arrival {
	font-size: 15px;
    background-color: #bbbbbb;	
}
.notify-arrival b {
	white-space: break-spaces;
    line-height: 14px;
}
.notify-arrival:after {
	display: none!important;
}
.text-center {
	text-align: center;
}
.w-100 {
	width: 100%;
}
.btn.process {
    color: transparent;
    pointer-events: none;
}
.btn.process:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27hsl%280,%20100%25,%20100%25%29%27%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Ccircle%20cx%3D%274%27%20cy%3D%2712%27%20r%3D%273%27%3E%3Canimate%20id%3D%27spinner_jObz%27%20begin%3D%270%3Bspinner_vwSQ.end-0.25s%27%20attributeName%3D%27r%27%20dur%3D%270.75s%27%20values%3D%273%3B.2%3B3%27%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%273%27%3E%3Canimate%20begin%3D%27spinner_jObz.end-0.6s%27%20attributeName%3D%27r%27%20dur%3D%270.75s%27%20values%3D%273%3B.2%3B3%27%2F%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2720%27%20cy%3D%2712%27%20r%3D%273%27%3E%3Canimate%20id%3D%27spinner_vwSQ%27%20begin%3D%27spinner_jObz.end-0.45s%27%20attributeName%3D%27r%27%20dur%3D%270.75s%27%20values%3D%273%3B.2%3B3%27%2F%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: center;
}
.popup-notify-arrival .popup__content {
	max-width: 600px;
}
.invalid-feedback {
	display: none;
    width: 100%;
    text-align: left;
    color: #ff0000;
    position: absolute;
    bottom: -15px;
    left: 8px;
    font-size: 13px;
}
.focus-within:focus-within small {
	display: none;
}
.focus-within:has(input:not(:placeholder-shown)) small {
	display: none;
}
div.notify-arrival {
	cursor: default;
	pointer-events: none;
}
.table__cell.catalog__cell-name {
	position: relative;
}
.table__cell.catalog__cell-name .error {
	display: block;
    position: absolute;
    bottom: 13px;
    font-size: 12px;
    color: #ed0000;
} 