/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans-Regular.eot");
  src: url("../fonts/VelaSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/VelaSans-Regular.svg#VelaSans-Regular") format("svg"),
    url("../fonts/VelaSans-Regular.ttf") format("truetype"),
    url("../fonts/VelaSans-Regular.woff") format("woff"),
    url("../fonts/VelaSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans-Medium.eot");
  src: url("../fonts/VelaSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/VelaSans-Medium.svg#VelaSans-Medium") format("svg"),
    url("../fonts/VelaSans-Medium.ttf") format("truetype"),
    url("../fonts/VelaSans-Medium.woff") format("woff"),
    url("../fonts/VelaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans-ExtraBold.eot");
  src: url("../fonts/VelaSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/VelaSans-ExtraBold.svg#VelaSans-ExtraBold") format("svg"),
    url("../fonts/VelaSans-ExtraBold.ttf") format("truetype"),
    url("../fonts/VelaSans-ExtraBold.woff") format("woff"),
    url("../fonts/VelaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans-Bold.eot");
  src: url("../fonts/VelaSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/VelaSans-Bold.svg#VelaSans-Bold") format("svg"),
    url("../fonts/VelaSans-Bold.ttf") format("truetype"),
    url("../fonts/VelaSans-Bold.woff") format("woff"),
    url("../fonts/VelaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "VelaSans";
  src: url("../fonts/VelaSans-SemiBold.eot");
  src: url("../fonts/VelaSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/VelaSans-SemiBold.svg#VelaSans-SemiBold") format("svg"),
    url("../fonts/VelaSans-SemiBold.ttf") format("truetype"),
    url("../fonts/VelaSans-SemiBold.woff") format("woff"),
    url("../fonts/VelaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p,
nav {
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:focus,
button,
input,
button:hover,
button:active,
button:focus,
input:focus,
input:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.filter-mobile {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.f-center-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.f-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.production-list__card img,
.info-banner img,
.steps-list__image img,
.news-list__image img,
.delivery-block__image img,
.product-images__item img {
  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%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body {
  font-size: 15px;
  font-family: "VelaSans", sans-serif;
  color: #454f58;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "VelaSans", sans-serif;
  color: #454f58;
  font-weight: 800;
}

a {
  color: #454f58;
}

section {
  padding: 48px 0;
}

input,
input::-webkit-input-placeholder,
textarea,
textarea::-webkit-input-placeholder,
button,
a {
  font-family: "VelaSans", sans-serif;
}

input,
input:-ms-input-placeholder,
textarea,
textarea:-ms-input-placeholder,
button,
a {
  font-family: "VelaSans", sans-serif;
}

input,
input::-ms-input-placeholder,
textarea,
textarea::-ms-input-placeholder,
button,
a {
  font-family: "VelaSans", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "VelaSans", sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "VelaSans", sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "VelaSans", sans-serif;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: "VelaSans", sans-serif;
}

input,
input::placeholder,
textarea,
textarea::placeholder,
button,
a {
  font-family: "VelaSans", sans-serif;
}

.container {
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-btn {
  padding: 17px 35px;
  border-radius: 5px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#454f58),
      to(#2e363d)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bdbdbd)),
    -webkit-gradient(linear, left top, left bottom, from(#1d7ce6), to(#52a3fd)),
    #3c4348;
  background: -o-linear-gradient(top, #454f58 0%, #2e363d 100%),
    -o-linear-gradient(top, #ffffff 0%, #bdbdbd 100%),
    -o-linear-gradient(top, #1d7ce6 0%, #52a3fd 100%), #3c4348;
  background: linear-gradient(180deg, #454f58 0%, #2e363d 100%),
    linear-gradient(180deg, #ffffff 0%, #bdbdbd 100%),
    linear-gradient(180deg, #1d7ce6 0%, #52a3fd 100%), #3c4348;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.main-btn:hover {
  background: #fff;
  color: #454f58;
}

.main-btn2 {
  padding: 17px 35px;
  border-radius: 5px;
  background-color: white;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.cart-btn-counter {
  /* display: inline-block;
  width: 1.8em;
  height:1.8em;
  margin-left: .3em;
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
  color: #e88501;
  border: 2px solid #6d8600;
  border-radius: 50%;
  transition: .3s; */
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  background: #fff;
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.3em;
  text-align: center;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #454f58;
  font-size: 10px;
}

.cart-btn {
  padding: 10px;
  border-radius: 5px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#454f58),
      to(#2e363d)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bdbdbd)),
    -webkit-gradient(linear, left top, left bottom, from(#1d7ce6), to(#52a3fd)),
    #3c4348;
  background: -o-linear-gradient(top, #454f58 0%, #2e363d 100%),
    -o-linear-gradient(top, #ffffff 0%, #bdbdbd 100%),
    -o-linear-gradient(top, #1d7ce6 0%, #52a3fd 100%), #3c4348;
  background: linear-gradient(180deg, #454f58 0%, #2e363d 100%),
    linear-gradient(180deg, #ffffff 0%, #bdbdbd 100%),
    linear-gradient(180deg, #1d7ce6 0%, #52a3fd 100%), #3c4348;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-left: 6px;
  position: relative;
}
.cart-btn:hover {
  background: #fff;
  color: #454f58;
}
.section-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 32px;
}
.section-title-index {
  font-weight: 800;
  font-size: 20px;
  line-height: 55px;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.section-title-solid {
  font-weight: 800;
  font-size: 30px;
  line-height: 55px;
  text-align: left;

  background-color: white;
  padding-top: 15px;
  -webkit-text-decoration: underline solid 1px rgba(69, 79, 88, 0.2);
  text-decoration: underline solid 1px rgba(69, 79, 88, 0.2);
  text-underline-offset: 20px;
}
.section-title-solid_t {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  text-align: left;

  background-color: white;
  padding-top: 15px;
  -webkit-text-decoration: underline solid 1px rgba(69, 79, 88, 0.2);
  text-decoration: underline solid 1px rgba(69, 79, 88, 0.2);
  text-underline-offset: 20px;
}

.header-toggle {
  display: none;
}

.header-mobile {
  display: none;
}

.header_static {
  position: static;
}

.header-logo img {
  display: block;
  width: 66px;
}
u {
  text-decoration: none;
  border-bottom: 1px solid rgba(69, 79, 88, 0.2);
  padding: 0px 0px 10px 0px;
}
/* Сетка для фильтров */
.con {
  position: relative;
}

.overlay-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  /* background-color: rgba(255, 255, 255, 0); */
  text-align: center;
}

.container-f {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr 10px auto;
  grid-template-columns: auto 1fr auto;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container-f2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr 10px auto;
  grid-template-columns: auto 1fr auto;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hr-line {
  border-top: 1px solid rgba(69, 79, 88, 0.2);
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  width: 76.5%;
  margin-left: 0;
}

.back-button {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

.back-button2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

.button-container {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -ms-grid;
  display: grid;
  text-align: center;
  -ms-grid-row-align: end;
  align-self: end;
  white-space: nowrap; /* Запрещаем перенос текста */
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  width: 125%;
}
.button-container2 {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -ms-grid;
  display: grid;
  text-align: center;
  -ms-grid-row-align: end;
  align-self: end;
  white-space: nowrap; /* Запрещаем перенос текста */
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 0px;
  width: 79.4%;
}
.cat_list {
  display: none;
  width: 90%;

  /* border: 1px solid rgba(69, 79, 88, 0.4);
  border-radius: 5px;  */
  margin-top: 10px;
  padding-top: 1px;
  margin-right: 1px;
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button {
  margin-bottom: 10px;
}

.banner {
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column: 3;
  grid-column: 3;
  width: 40%;
}
.mob_banner {
  display: none;
}

.banner img {
  max-width: 100%;
  height: auto;
}
/* ----------------- */

.header-drop__current {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}

.header-drop__arrow {
  margin-left: 9px;
}

.header-drop__arrow svg {
  display: block;
}

.header-address__map {
  margin-right: 15px;
}

.header-address__map img {
  display: block;
}

.header-address__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.header-contacts__item {
  margin-right: 25px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #454f58;
}

.header-contacts__item svg {
  display: block;
  margin-right: 6px;
}

.header-contacts__item svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-contacts__item:last-child {
  margin-right: 0;
}

.header-contacts__item:hover {
  color: #000;
}

.header-inner {
  padding: 0px 20px;
  max-width: 1225px;
  background: #454f58;
  border-radius: 10px;
}

.header-logo {
  display: block;
}

.header-logo__img {
  display: block;
}

.header-menu__list {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding-left: 0;
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  padding: 32px 0;
}

.header-menu__link svg {
  display: block;
  margin-left: 8px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.header-menu__link:hover {
  color: #000;
}

.header-search {
  position: relative;
  margin-right: 8px;
}

.header-search__input {
  height: 40px;
  padding-left: 20px;
  border-radius: 5px;
  background: transparent;
  width: 228px;
  background: #fff;
  display: block;
  padding-right: 50px;
  border: 1px solid rgba(69, 79, 88, 0.4);
}

.header-search__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  right: 15px;
}

.main {
  padding-top: 0px;
  padding-bottom: 95px;
  background: url("../img/main-bg.jpg") no-repeat center center/cover;
  height: 762px;
  overflow-x: hidden;
}

.main .navigation-block {
  width: 100%;
  margin-top: 596px;
}

.navigation {
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-block {
  background: #f3f5f6;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 24px 47px;
}

.navigation-block__item {
  width: 207px;
  position: relative;
}

.navigation-block__item::after {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: block;
  height: 54px;
  width: 1px;
  background: rgba(69, 79, 88, 0.1);
}

.navigation-block__item:last-child::after {
  display: none;
}

.navigation-block__text {
  font-size: 12px;
}

.navigation-block__link {
  margin-bottom: 16px;
}

.navigation-block__link:last-child {
  margin-bottom: 0;
}

.navigation-block__link:hover .navigation-block__icon {
  background: #454f58;
}

.navigation-block__link:hover .navigation-block__icon svg path {
  stroke: #fff;
}

.navigation-block__icon {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 13px;
  position: relative;
}

.navigation-block__icon svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog {
  padding-top: 60px;
}

.catalog_found {
  padding-top: 48px;
}

.catalog_start {
  padding-top: 48px;
}

.catalog_search {
  padding-top: 48px;
  padding-bottom: 0px;
}

.catalog_buyer {
  padding-bottom: 0;
  padding-top: 48px;
  margin-bottom: 50px;
}

.catalog_buyer .catalog-list__wrap {
  margin-top: 47px;
}

.catalog_buyer .container {
  border-bottom: 1px solid rgba(69, 79, 88, 0.2);
  padding-bottom: 80px;
}
.container-m {
  width: 50%;
}
.catalog .catalog-list__wrap {
  margin-top: 0;
}

.catalog-search {
  position: relative;
  margin-bottom: 32px;
}

.catalog-search__input {
  display: block;
  width: 100%;
  height: 50px;
  background: #f3f5f6;
  padding-left: 20px;
  padding-right: 140px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #454f58;
}

.catalog-search__input::-webkit-input-placeholder {
  color: rgba(69, 79, 88, 0.2);
}

.catalog-search__input:-ms-input-placeholder {
  color: rgba(69, 79, 88, 0.2);
}

.catalog-search__input::-ms-input-placeholder {
  color: rgba(69, 79, 88, 0.2);
}

.catalog-search__input::-moz-placeholder {
  color: rgba(69, 79, 88, 0.2);
}

.catalog-search__input::placeholder {
  color: rgba(69, 79, 88, 0.2);
}

.catalog-search__btn {
  padding: 10px 10px;
  font-weight: 500;
  width: 41px;
  height: 41px;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.catalog-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(69, 79, 88, 0.2);
}

.catalog-list__card {
  display: block;
  width: 276px;
  height: auto;
  background: #f3f5f6;
  border-radius: 10px;
  padding: 3px 26px 10px 26px;
}

.catalog-list__card:hover {
  background: #454f58;
}

.catalog-list__card:hover .catalog-list__count {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.catalog-list__card:hover .catalog-list__title {
  color: #fff;
}

.catalog-list__card:hover .catalog-list__close {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalog-list__card:hover .catalog-list__close path {
  stroke: #fff;
}

.catalog-list__card:hover .catalog-list__title {
  border-color: rgba(255, 255, 255, 0.1);
}

.catalog-list__item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.catalog-list__item:nth-child(4n + 4) {
  margin-right: 0;
}

.catalog-list__item:last-child {
  margin-right: 0;
}

.catalog-list__count {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
  padding-bottom: 8px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog-list__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  border-top: 1px solid rgba(69, 79, 88, 0.1);
  padding-top: 8px;
  transition: all 0.4s ease;
}

.catalog-list__wrap {
  margin-top: 8px;
}

.catalog-list__content {
  margin-top: 15px;
  text-align: center;
}

.catalog-list__image {
  height: 140px;
  width: 100%;
}

.catalog-list__image img {
  display: block;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-list__close {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog-list__close svg {
  display: block;
}

.catalog-list__close svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.production {
  padding-bottom: 20px;
}

.production-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.production-list__item {
  width: 585px;
  height: 230px;
  margin-bottom: 48px;
}

.production-list__card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 10px;
}

.production-list__card:hover .production-list__content {
  background: #454f58;
}

.production-list__card:hover .production-list__category {
  color: rgba(255, 255, 255, 0.5);
}

.production-list__card:hover .production-list__title {
  color: #fff;
}

.production-list__content {
  position: absolute;
  width: 100%;
  padding: 20px 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 0;
  left: 0;
  background: #f3f5f6;
}

.production-list__category {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.production-list__title {
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  line-height: 19px;
}

.info-banner {
  height: 470px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-top: 48px;
}

.info-banner_video {
  position: relative;
}

.info-banner_video::after {
  content: url("../img/play-btn.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.info-block {
  margin: 0 auto;
}

.info-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: rgba(69, 79, 88, 0.5);
}

.info-block .page-more {
  margin-top: 60px;
}

.contacts {
  padding-top: 48px;
}

.contacts-map img {
  display: block;
  width: 100%;
}

.contacts-list {
  margin-bottom: 48px;
}

.contacts-list__item {
  width: 277px;
}

.contacts-list__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(69, 79, 88, 0.1);
}

.contacts-list__text {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.contacts-list__text_link {
  color: #000;
}

.content {
  padding-bottom: 58px;
}

.content-text {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.credits-wrapper {
  padding-top: 48px;
  border-top: 1px solid rgba(69, 79, 88, 0.2);
  padding-bottom: 45px;
  border-bottom: 0.5px solid #d9d9d9;
}

.credits-nav {
  margin-top: 16px;
}

.credits-menu__item {
  margin-bottom: 14px;
}

.credits-menu__item:last-child {
  margin-bottom: 0;
}

.credits-menu__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.credits-menu__link:hover {
  opacity: 0.7;
}

.credits-social {
  margin-top: 115px;
}

.credits-social__link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.4);
}

.credits-social__link svg {
  opacity: 0.4;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.credits-social__link:hover svg {
  opacity: 1;
}

.credits-social__item {
  margin-right: 21px;
}

.credits-social__item:last-child {
  margin-right: 0;
}

.credits-item__point {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}

.credits-list {
  max-width: 220px;
  width: 100%;
}

.credits-list__item {
  margin-bottom: 24px;
}

.credits-list__item:last-child {
  margin-bottom: 0;
}

.credits-list__value {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}

.credits-list a:hover {
  color: #000;
}

.credits-list__point {
  margin-top: 9px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.credits-politic {
  padding-top: 16px;
  padding-bottom: 16px;
}

.credits-politic__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.credits-politic__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.credits-politic__link:hover {
  color: #000;
}

.breadcrumbs {
  padding-top: 52px;
  padding-bottom: 0;
}

.breadcrumbs-list__item {
  margin-right: 5px;
}

.breadcrumbs-list__item:last-child .breadcrumbs-list__link {
  color: #454f58;
  pointer-events: none;
}

.breadcrumbs-list__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(69, 79, 88, 0.5);
}

.breadcrumbs-list__link:hover {
  color: rgba(69, 79, 88, 0.7);
}

.about-content {
  margin-top: 80px;
}

.about-content__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 20px;
}

.about-content .info-block__text {
  color: #454f58;
  line-height: 25px;
}

.steps {
  padding-bottom: 0;
}

.steps-list__item {
  width: 277px;
  margin-right: 30px;
}

.steps-list__item:last-child {
  margin-right: 0;
}

.steps-list__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
}

.steps-list__content {
  margin-top: 16px;
}

.steps-list__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.steps-list__title {
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.not-found {
  padding-bottom: 0;
}

.not-found .container {
  border-bottom: 1px solid rgba(69, 79, 88, 0.2);
  padding-bottom: 80px;
}

.not-found_pb {
  padding-bottom: 0;
}

.not-found_pb .container {
  border-bottom: 0;
}

.not-found-block__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.not-found-block__image img {
  display: block;
}

.not-found-block__content {
  max-width: 607px;
  margin: 0 auto;
  text-align: center;
  margin-top: 48px;
}

.not-found-block__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
}

.not-found-block__text {
  text-align: center;
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.not-found-block__text a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.not-found-block__text a:hover {
  color: #000;
}

.not-found-block__link {
  margin: 0 auto;
  margin-top: 30px;
  padding: 17px 50px;
}

.politic {
  padding-top: 48px;
  padding-bottom: 120px;
}

.politic-block {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #454f58;
}

.news {
  padding-bottom: 140px;
}

.news-proposal {
  margin-bottom: 30px;
  position: relative;
}
.news-proposal__card1 {
  background: #f3f5f6;
  border-radius: 10px;
  padding: 24px;
}

.news-proposal__card {
  background: #f3f5f6;
  border-radius: 10px;
  padding: 24px;
}
.news-proposal__card:hover {
  opacity: 0.7;
}
.news-proposal__title {
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
}

.news-proposal__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(69, 79, 88, 0.5);
}

.news-proposal__item {
  margin-bottom: 16px;
}

.news-proposal__item:last-child {
  margin-bottom: 0;
}

.news-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list__item {
  width: 569px;
  background: #f3f5f6;
  border-radius: 10px;
  margin-bottom: 60px;
  overflow: hidden;
}

.news-list__image {
  width: 282px;
  height: 225px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 31px;
}

.news-list__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  max-width: 216px;
}

.news-list__date {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(69, 79, 88, 0.5);
}

.news-list__link {
  margin-top: 50px;
}

.news-list__link svg {
  display: block;
  margin-left: 9px;
}

.news-list__link:hover {
  color: #000;
}

.page-pagination__item {
  margin-right: 16px;
}

.page-pagination__item:last-child {
  margin-right: 0;
}

.page-pagination__link {
  width: 39px;
  height: 54px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #454f58;
}

.page-pagination__link:hover {
  background: #d9d9d9;
}

.page-pagination__link.active {
  background: #969696;
  border-color: #969696;
  color: #fff;
}

.page-pagination__link_more {
  background: #f3f5f6;
  border-color: #f3f5f6;
}

.article {
  padding-bottom: 94px;
  width: 100%;
}

.article-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
}

.article-block {
  max-width: 923px;
  margin: 0 auto;
  width: 100%;
}

.article-content {
  margin-top: 16px;
  text-align: left;
}

.article-content img {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 60px;
}

.article-content p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 30px;
}

.article-content b {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  display: block;
}

.article-content ul {
  margin-bottom: 30px;
}

.article-content ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
  position: relative;
  padding-left: 21px;
  margin-bottom: 30px;
}

.article-content ul li:last-child {
  margin-bottom: 0;
}

.article-content ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
  background: #454f58;
}

.article-content ol {
  padding: 0;
  margin: 0;
}

.article-content ol li {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
}

.article-content ol li:last-child {
  margin-bottom: 0;
}

.article-content ol li span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 5px;
}

.article-content blockquote {
  padding: 40px 30px;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  background: rgba(69, 79, 88, 0.1);
  color: #454f58;
  margin: 0;
  margin-bottom: 24px;
  line-height: 180%;
  position: relative;
}

.article-content blockquote::before {
  content: url("../img/qoute-left.svg");
  position: absolute;
  top: 25px;
  left: 25px;
  display: block;
}

.article-content blockquote::after {
  content: url("../img/qoute-right.svg");
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: block;
}

.article-images {
  margin-bottom: 70px;
}

.article-images__item {
  width: 49%;
  height: 446px;
  overflow: hidden;
  border-radius: 10px;
}

.article-nav {
  margin-top: 40px;
}

.article-details__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-right: 16px;
}

.article-social__item {
  margin-right: 12px;
}

.article-social__item:last-child {
  margin-right: 0;
}

.article-social__link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #454f58;
}

.article-navigation__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.article-navigation__back {
  background: #fff;
  color: #454f58;
  border: 1px solid #454f58;
  margin-right: 20px;
}

.article-navigation__back:hover {
  background: #454f58;
  color: #fff;
}

.article-navigation__next {
  width: 200px;
}

.delivery {
  padding-bottom: 15px;
}

.delivery-block__item {
  background: #f3f5f6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.delivery-block__item:last-child {
  margin-bottom: 0;
}

.delivery-block__content {
  padding: 24px;
  padding-right: 0;
  max-width: 645px;
}

.delivery-block__image {
  width: 451px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.delivery-block__image img {
  display: block;
}

.delivery-list__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4;
}

.delivery-list__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.delivery-list__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
}

.delivery-list__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #494949;
}

.requisites {
  padding-bottom: 0;
  margin-bottom: 70px;
}

.requisites .container {
  padding-bottom: 140px;
  border-bottom: 1px solid rgba(69, 79, 88, 0.2);
}

.requisites-list__item {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(69, 79, 88, 0.1);
  padding-top: 40px;
}

.requisites-list__item:first-child {
  padding-top: 0;
}

.requisites-list__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(69, 79, 88, 0.5);
}

.requisites-list__value {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #454f58;
  text-align: right;
}

.requisites-copy {
  margin: 0 auto;
  margin-top: 60px;
}

.metal-content {
  max-width: 443px;
}

.metal-content__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 63px;
}

.metal-content__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(69, 79, 88, 0.7);
}

.metal-image {
  max-width: 689px;
}

.metal-image img {
  width: 100%;
  display: block;
}

.certificate-block {
  width: 584px;
  padding: 24px;
  background: #f3f5f6;
}

.certificate-block__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #454f58;
}

.certificate-block__text {
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  color: #454f58;
  margin-top: 16px;
}

.certificate-block__wrap {
  margin-top: 24px;
}

.certificate-block__btn {
  padding: 18px 30px;
  margin-right: 32px;
}

.certificate-text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}

.certificate-list__item {
  margin-right: 26px;
}

.certificate-list__item:last-child {
  margin-right: 0;
}

.certificate-list__item img {
  display: block;
}

.certificate-info {
  max-width: 481px;
  font-weight: 500;
  font-size: 14px;
  margin-left: 40px;
  line-height: 180%;
}

.product .section-title {
  text-align: left;
}

.product-wrapper {
  margin-top: 70px;
}

.product-images {
  width: 278px;
  padding: 33px;
  height: 260px;
  background: #f3f5f6;
  border-radius: 10px;
}

.product-images__item {
  margin: 0 auto;
  margin-bottom: 16px;
  max-height: 100px;
  max-width: 500px;
  height: 100%;
  width: 100%;
}

.product-images__item:last-child {
  margin-bottom: 0;
}

.product-info {
  padding: 16px;
  background: #f3f5f6;
  border-radius: 10px;
  width: 278px;
  height: 260px;
}

.product-info__point {
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
}

.product-info__price {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.product-info__count {
  margin-top: 30px;
}

.product-info__btn {
  height: 39px;
  width: 63px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#454f58),
      to(#2e363d)
    ),
    #ffffff;
  background: -o-linear-gradient(top, #454f58 0%, #2e363d 100%), #ffffff;
  background: linear-gradient(180deg, #454f58 0%, #2e363d 100%), #ffffff;
  border-radius: 5px;
}

.product-offer {
  margin-top: 24px;
  padding-bottom: 23px;
}

.product-tech {
  max-height: 220px;
}

.product-tech .product-counter__btn {
  width: 30px;
  height: 35px;
}

.product-tech .product-counter__input {
  margin: 0 8px;
  width: 33px;
  height: 35px;
}

.product-tech__accent {
  width: 116px;
  height: 35px;
  background: rgba(69, 79, 88, 0.1);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.product-tech__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(69, 79, 88, 0.6);
}

.product-tech__value {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #454f58;
}

.product-tech__item {
  margin-bottom: 16px;
}

.product-tech__item:last-child {
  margin-bottom: 0;
}

.product-inner {
  margin-top: 16px;
}

.product-inner__item {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(69, 79, 88, 0.15);
  margin-bottom: 20px;
}

.product-inner__item:last-child {
  margin-bottom: 0;
}

.product-inner__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(69, 79, 88, 0.6);
}

.product-inner__value {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #454f58;
}

.product-stats {
  margin-top: 30px;
}

.product-stats__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.product-stats__btn {
  margin-top: 16px;
  padding: 13px 51px;
}

.product-counter__btn {
  width: 45px;
  height: 39px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
  color: #454f58;
}

.product-counter__input {
  display: block;
  width: 42px;
  text-align: center;
  height: 39px;
  margin: 0 12px;
  background: rgba(69, 79, 88, 0.1);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #454f58;
}

.product-description {
  width: 584px;
  padding: 16px;
  background: #f3f5f6;
  border-radius: 10px;
  height: 260px;
}

.product-description__text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.change {
  padding-bottom: 0;
}

.change .container {
  border-bottom: 1px solid rgba(69, 79, 88, 0.2);
  padding-bottom: 80px;
}

.change .section-title {
  text-align: left;
}

.change-image img {
  display: block;
}

.products {
  padding-bottom: 0;
}

.products .container {
  padding-bottom: 140px;
  border-bottom: 1px solid rgba(69, 79, 88, 0.1);
}

.products .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.products .section-title .products-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(69, 79, 88, 0.5);
  margin-left: 5px;
}

.products-query__text {
  margin-right: 21px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(69, 79, 88, 0.5);
}

.products-query-list__item {
  margin-right: 30px;
}

.products-query-list__item:last-child {
  margin-right: 0;
}

.products-query-list__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.products-query-list__link:hover {
  opacity: 0.7;
}

.products-wrapper {
  margin-top: 30px;
  border-top: 1px solid rgba(69, 79, 88, 0.1);
  padding-top: 30px;
}

.products-block {
  width: 883px;
}

.products-category {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-category__item {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 5px;
  background: #f3f5f6;
  border-radius: 5px;
}
.products-category__item svg {
  display: block;
  margin-right: 13px;
}

.products-category__item:hover {
  opacity: 0.8;
}

.products-category__item.active {
  background: #454f58;
  color: #fff;
}
.button_sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  background: #f3f5f6;
  border-radius: 5px;
  width: 18%;
}
.button_sub:hover {
  opacity: 0.8;
  background: #454f58;
  color: white;
}
.products-category__item2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 5px;
  background: #f3f5f6;
  border-radius: 5px;
  width: 95%;
}

.products-category__item2:hover {
  opacity: 0.8;
  background: #454f58;
  color: white;
}

.products-list__item {
  padding: 20px;
  background: #f3f5f6;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products-list__item:last-child {
  margin-bottom: 0;
}

.products-list__item:hover {
  background: #454f58;
}

.products-list__item:hover .products-list__title {
  color: #fff;
}

.products-list__item:hover .products-list-tech__item {
  color: #fff;
}

.products-list__item:hover .products-list-tech__item span {
  color: #fff;
}

.products-list__item:hover .products-list-more {
  color: #fff;
}

.products-list__item:hover .product-counter__input {
  background: rgba(243, 245, 246, 0.1);
  color: #fff;
}

.products-list__item:hover .products-details__price {
  color: #fff;
}

.products-list__item:hover .products-details__btn.main-btn {
  background: #ffffff;
  color: #454f58;
}

.products-list__item:hover .products-details__cart {
  color: #fff;
  border-color: #fff;
}

.products-list__image {
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 22px;
}

.products-list__image img {
  width: 100%;
  display: block;
}

.products-list__title {
  font-weight: 800;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 22px;
}

.products-list-tech {
  margin-top: 19px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-list-tech__item {
  width: 200px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-right: 100px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products-list-tech__item:nth-child(3n + 3) {
  margin-right: 0;
}

.products-list-tech__item span {
  color: #8e9aa6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products-list-more {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.products-list-more:hover {
  opacity: 0.8;
}

.products-details {
  padding-top: 18px;
  border-top: 1px solid rgba(69, 79, 88, 0.1);
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products-details .product-counter__btn {
  width: 39px;
}

.products-details .product-counter__input {
  background: transparent;
}

.products-details__price {
  margin-left: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products-details__btn {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-right: 15px;
}

.products-details__btn:last-child {
  margin-right: 0;
}

.products-details__cart {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #454f58;
  border-radius: 5px;
  color: #454f58;
}

.products .page-pagination {
  margin-top: 60px;
}

.products-params {
  width: 255px;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
}

.products-filter {
  padding: 30px 20px;
  width: 100%;
  background: #f3f5f6;
  border-radius: 10px;
}

.products-filter__type {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.products-filter__title {
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.products-filter__title.open .products-filter__plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products-filter__item {
  border-bottom: 1px solid rgba(69, 79, 88, 0.1);
}

.products-filter__item:first-child .products-filter__title {
  padding-top: 0;
}

.products-filter__item:last-child {
  border-bottom: 0;
}

.products-filter__item:last-child .products-filter__title {
  padding-bottom: 0;
}

.products-filter__item:last-child .products-filter__content {
  margin-top: 15px;
}

.products-filter__plus {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products-filter__plus svg {
  display: block;
}

.products-filter__content {
  display: none;
  padding-bottom: 15px;
}

.products-filter__point {
  cursor: pointer;
  margin-bottom: 10px;
}

.products-filter__point:last-child {
  margin-bottom: 0;
}

.products-filter__point input {
  display: none;
}

.products-filter__point.active .products-filter__check {
  background: #454f58;
}

.products-filter__point.active .products-filter__check svg {
  opacity: 1;
}

.products-filter__check {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: transparent;
  border: 1px solid #454f58;
}

.products-filter__check svg {
  opacity: 0;
  display: block;
}

.products-filter__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.products-filter__price-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin-right: 8px;
  color: #454f58;
}

.products-filter__price-input {
  width: 69px;
  height: 34px;
  border: 1px solid #454f58;
  padding: 9px;
  background: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #454f58;
}

.products-connect {
  max-width: 280px;
  padding: 28px 21px;
  background: #454f58;
  border-radius: 10px;
}

@media screen and (max-width: 998px) {
  .products-connect {
    margin: 0 auto;
  }
}

.products-connect__btn {
  margin-top: 30px;
  padding: 14.5px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
}

.products-connect__btn:hover {
  background: #fff;
  color: #454f58;
}

.products-connect__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.products-connect__link svg {
  display: block;
  margin-right: 6px;
}

.products-connect__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-top: 15px;
}

.products-table {
  margin-top: 50px;
}

.products-table__offer {
  border-radius: 10px;
  overflow: hidden;
}

.products-table__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #454f58;
}

.products-table__btn {
  width: 60px;
  height: 37px;
  color: #fff;
  background: #454f58;
  border-radius: 5px;
}

.products-table__btn svg {
  display: block;
}

.products-table__btn svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products-table__btn:hover {
  color: #454f58;
  background-color: #fff;
  /* border: 1px solid #454F58; */
}

.products-table__row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.products-table__row {
  padding: 10px 20px 10px 20px;
  background: #f3f5f6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid rgba(69, 79, 88, 0.1);
}

.products-table__row:last-child {
  border-bottom: 0;
}

.products-table__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
}

.products-table__image {
  width: 55px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.products-table__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.products-table__header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
}

.products-table__point {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: rgba(69, 79, 88, 0.5);
}

.products-table__point span {
  font-size: 8px;
}

.products-table__prod {
  width: 280px;
}

.products-table__width {
  width: 60px;
}

.products-table__ton {
  max-width: 100px;
}

.products-table__metr {
  width: 45px;
}

.products-table__price {
  width: 45px;
}

.products-table__cut {
  width: 40px;
}

.products-table__nav {
  width: 60px;
}

.cart-comment {
  display: none;
  margin-top: 32px;
}

.cart-comment .order-form__item {
  max-width: 796px;
  width: 100%;
}

.cart-comment.active {
  display: block;
}
/* Второй блок коментария в корзине */
.cart-comment2 {
  display: none;
  margin-top: 32px;
}

.cart-comment2 .order-form__item {
  max-width: 796px;
  width: 100%;
}

.cart-comment2.active {
  display: block;
}

.cart .section-title {
  text-align: left;
  margin-bottom: 32px;
}
/* -------------------------------------- */
.cart-wrap {
  padding-top: 32px;
  /* border-top: 1px solid rgba(69, 79, 88, 0.1); */
}

.cart-list {
  /* padding-right: 36px; */
  /* max-height: 690px; */
  height: auto;
  /* overflow-y: auto; */
}
/* 
.cart-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.cart-list::-webkit-scrollbar-button {
  background-color: rgba(217, 217, 217, 0.4);
  display: none;
}

.cart-list::-webkit-scrollbar-track {
  background-color: rgba(217, 217, 217, 0.4);
}

.cart-list::-webkit-scrollbar-track-piece {
  background-color: rgba(217, 217, 217, 0.4);
}

.cart-list::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #454F58;
  border-radius: 3px;
}

.cart-list::-webkit-scrollbar-corner {
  background-color: rgba(217, 217, 217, 0.4);
} */

.cart-list__item {
  background: rgba(243, 245, 246, 0.5);
  border-radius: 10px;
  padding: 15px;
  padding-right: 122px;
  margin-bottom: 16px;
  position: relative;
}

.cart-list__item:last-child {
  margin-bottom: 0;
}

.cart-list__image {
  width: 87px;
  height: 70px;
  overflow: hidden;
  margin-right: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-list__article {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  color: rgba(31, 31, 31, 0.5);
}

.cart-list__info {
  width: 280px;
}

.cart-list__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #454f58;
}

.cart-list__title:hover {
  opacity: 0.7;
}
/* Первый чекбокс в корзине (Резка) */
.cart-info__checkbox {
  cursor: pointer;
}

.cart-info__checkbox input {
  display: none;
}

.cart-info__checkbox.active .cart-info__check svg {
  opacity: 1;
}

.cart-info__check {
  background: rgba(69, 79, 88, 0.1);
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 3px;
  height: 16px;
}

.cart-info__check svg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
.forma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Второй чекбокс в корзине (Доставка) */
.cart-info__checkbox2 {
  cursor: pointer;
  padding-left: 15px;
}

.cart-info__checkbox2 input {
  display: none;
}

.cart-info__checkbox2.active .cart-info__check2 svg {
  opacity: 1;
}

.cart-info__check2 {
  background: rgba(69, 79, 88, 0.1);
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 3px;
  height: 16px;
}

.cart-info__check2 svg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}

.cart-info__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.cart-details {
  width: 170px;
}

.cart-details__item {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: rgba(31, 31, 31, 0.5);
}

.cart-details__item:last-child {
  margin-bottom: 0;
}

.cart-offer {
  width: 140px;
}

.cart-offer__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #454f58;
}

.cart-delete {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  height: 100%;
  background: #454f58;
  width: 61px;
  color: #fff;
  border-radius: 10px;
}
.cart-delete:hover {
  position: absolute;
  top: 0;
  font-size: 25px;
  right: 0;
  height: 100%;
  background: #fff;
  color: #454f58;
  width: 61px;
  border-radius: 10px;
}

.cart-info {
  margin-top: 32px;
}

.cart-info__item {
  margin-right: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.cart-info__item:last-child {
  margin-right: 0;
}

.cart-info__item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-right: 8px;
  display: block;
  color: rgba(69, 79, 88, 0.5);
}

.order {
  padding-top: 0;
  padding-bottom: 120px;
}

.order .section-title {
  text-align: left;
}

.order-form {
  width: 792px;
}

.order-form__item {
  width: 48.5%;
  margin-bottom: 24px;
}

.order-form__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.order-form__input {
  margin-top: 8px;
  position: relative;
}

.order-form__input input,
.order-form__input textarea {
  background: #ffffff;
  border: 1px solid rgba(69, 79, 88, 0.1);
  border-radius: 8px;
  padding: 15px;
  padding-right: 41px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #454f58;
}

.order-form__input textarea {
  height: 150px;
}

.order-form__icon {
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.order-form__icon svg {
  display: block;
}

.order-pay {
  margin-top: 10px;
}

.order-pay__item {
  margin-right: 30px;
  cursor: pointer;
}

.order-pay__item:last-child {
  margin-right: 0;
}

.order-pay__item input {
  display: none;
}

.order-pay__item.active .order-pay__check::after {
  opacity: 1;
}

.order-pay__check {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  border: 1px solid #d9d9d9;
  position: relative;
}

.order-pay__check::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #454f58;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.order-block {
  max-width: 581px;
  margin-top: 40px;
  width: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f5f6;
  border-radius: 10px;
}

.order-block svg {
  display: block;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.order-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  max-width: 373px;
  color: #353533;
}

.order-btn {
  margin-right: 24px;
}

.order-submit__wrap {
  margin-top: 40px;
}

.map-banner {
  margin-top: 80px;
}

.map-banner img {
  display: block;
  width: 100%;
}

.zone-list {
  background: #f3f5f6;
  border-radius: 0px;
  padding: 10px 32px;
  margin-top: 0px;
}

.zone-list__image {
  width: 40px;
  margin-right: 25px;
}

.zone-list__image img {
  width: 100%;
  display: block;
}

.zone-list__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.zone-list__text {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.price {
  padding-bottom: 0px;
}

.price .section-title {
  text-align: left;
  margin-bottom: 29px;
}

.price_catalog {
  padding-bottom: 0px;
}

.price_catalog .section-title {
  margin-bottom: 10;
}

.price_catalog .price-block {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(69, 79, 88, 0.2);
}

.price-wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -40px;
}

.price-question {
  width: 277px;
  padding: 20px 32px;
  background: #454f58;
  border-radius: 10px;
}

.price-question__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.price-question__btn {
  margin-top: 18px;
  width: 100%;
  display: block;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: transparent;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.price-question__btn:hover {
  background: #fff;
  color: #454f58;
}

.price-category {
  padding-top: 16px;
  border-top: 1px solid rgba(69, 79, 88, 0.1);
  max-width: 890px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price-category__item {
  margin-right: 1px;
  padding: 7px;
}

.price-category__item:last-child {
  margin-right: 0;
}
.products-category__item:hover {
  background: #454f58;
  color: #fff;
}
.price-category__link {
  font-weight: 400;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 16px;
  color: #454f58;
  padding: 10px 25px;
  background: #f3f5f6;
  border-radius: 5px;
  height: 36px;
}

.price-category__link svg {
  display: block;
  margin-right: 13px;
}

.price-category__link svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.price-category__link:hover {
  background: #454f58;
  color: #fff;
}

.price-category__link:hover path {
  fill: #fff;
}

.price-table {
  background: #f3f5f6;
  border-radius: 10px;
  overflow: hidden;
}

.price-table__header {
  padding: 18px 12px;
  top: 142px;
  z-index: 2;
  background-color: #fff;
}

.price-table__point {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.price-table__id {
  width: 70px;
}

.price-table__prod {
  width: 310px;
}

.price-table__row {
  padding: 16px 12px 16px 12px;
  border-top: 1px solid rgba(69, 79, 88, 0.1);
  /* cursor: pointer; */
}

.price-table__row:first-child {
  border-top: 0;
}

.price-table__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #454f58;
}
/* .price-table__item:hover {
  opacity: 0.7;
} */
.title-hover:hover {
  opacity: 0.7;
}

.price-table__item.price-table__id {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(69, 79, 88, 0.5);
}

.price-table__height {
  width: 55px;
  text-align: center;
}

.price-table__length {
  width: 50px;
  text-align: center;
}

.price-table__width {
  width: 85px;
  text-align: center;
}

.price-table__price {
  width: 75px;
  text-align: center;
}

.price-table__nav {
  width: 110px;
}

.price-table__btn {
  width: 90px;
  height: 37px;
  background: #454f58;
  border-radius: 5px;
}

.price-table__btn svg {
  display: block;
}

/* new */
.header-wrapper {
  padding-bottom: 12px;
  padding-top: 5px;
}
.header {
  width: 50%;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 10px;
}

.header-menu__btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.header-btn {
  padding: 11px 20px;
}

.header-menu__item {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header-menu--mobile .header-menu__list {
  -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;
}

.header-menu__item--active .header-menu__sub-list {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  opacity: 1;
  top: 100%;
  pointer-events: auto;
  height: auto;
  -webkit-box-shadow: 0px 4px 20px 0px #0000000d;
  box-shadow: 0px 4px 20px 0px #0000000d;
}

.header-menu__item--active.header-menu__item--has-sublist::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-menu__item--has-sublist::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='3' viewBox='0 0 8 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3L0.535898 0.749999L7.4641 0.75L4 3Z' fill='%23454F58'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 5px;
  display: block;
}

.header-menu__sub-list {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  position: absolute;
  left: 0;
  top: calc(70%);
  opacity: 0;
  width: 140px;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

.header-menu__sub-link {
  display: block;
  font-size: 12px;
  padding: 7px 14px;
  width: 100%;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.header-menu__sub-link:hover {
  background: rgba(69, 79, 88, 0.05);
}

.header-drop {
  position: relative;
}

.header-drop--active .header-drop__list {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  opacity: 1;
  pointer-events: auto;
  height: auto;
  -webkit-box-shadow: 0px 4px 20px 0px #0000000d;
  box-shadow: 0px 4px 20px 0px #0000000d;
}

.header-drop--active .header-drop__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-drop__list {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  position: absolute;
  left: 0;
  top: calc(100%);
  opacity: 0;
  width: 140px;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  z-index: 3;
}

.header-drop__link {
  display: block;
  padding: 7px 14px;
  width: 100%;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.header-drop__link:hover {
  background: rgba(69, 79, 88, 0.05);
}

.modal {
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  z-index: 102;
  width: 100%;
  height: 100%;
  inset: 0;
  position: fixed;
  display: none;
  background: rgba(50, 43, 40, 0.75);
  padding: 12px 0;
  max-width: 100%;
  max-height: 100%;
  border: none;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.modal[open] {
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.locked {
  overflow: hidden;
}

.modal__content {
  margin: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #454f58;
  border-radius: 10px;
  padding: 24px;
  position: relative;
}

.modal--feedback .modal__wrap {
  width: 100%;
  max-width: 428px;
}

.modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  max-width: 700px;
  margin: auto;
  width: 100%;
}

.modal__form {
  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;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  color: #fff;
}

.modal__form-title {
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 8px;
  margin: 0;
}

.modal__form-subtitle {
  line-height: 25px;
  width: 254px;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 180%;
}

.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -8px;
  right: -5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
  border-radius: 50%;
}

.modal__form-group {
  position: relative;
}

.modal__control {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #454f58;
  padding: 14px;
  margin-bottom: 16px;
}

.modal__control--gray {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-bottom: 0;
  border: none;
  text-align: center;
  height: 30px;
}

.modal__textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #454f58;
  height: 100px;
  padding: 14px;
  margin-bottom: 16px;
}

.modal__form-group--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}

.modal__label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
}

.modal__label::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(#252753, 0.3);
}

.modal__label::after {
  content: "";
  position: absolute;
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.61538L6.6 11L13 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 10px;
  left: -34px;
  bottom: 43px;
  background-size: cover;
}

.modal__form-icon {
  position: absolute;
  top: 40px;
  right: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.modal__modal-btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  border-radius: 5px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      to(#cfcfcf)
    ),
    #0d0d0d;
  background: -o-linear-gradient(top, #fff 0%, #cfcfcf 100%), #0d0d0d;
  background: linear-gradient(180deg, #fff 0%, #cfcfcf 100%), #0d0d0d;
  font-size: 12px;
  font-weight: 500;
  color: #454f58;
  margin-bottom: 16px;
}

.modal__checkbox {
  cursor: pointer;
}

.modal__check {
  border: 1px solid #fff;
  margin-right: 10px;
  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: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal__checkbox.active .modal__check svg path {
  stroke: #fff;
}

.modal__check {
  border: 1px solid #fff;
  margin-right: 5px;
}

.modal__title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 800;
}

.modal__form--info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

.modal__form-group-info {
  color: #fff;
  width: 100%;
  max-width: 110px;
  text-align: center;
}

.modal__add-btn {
  width: 100%;
  max-width: 90px;
  border-radius: 5px;
  background: #fff;
  height: 30px;
  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;
}

.modal__label--gray {
  color: #fff;
}

.modal__info-wrap {
  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;
}

.product-counter .product-counter__btn {
  height: 30px;
}

.product-counter--gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.product-counter--gap .product-counter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  height: 45px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-counter__input--dark-gray {
  background: rgba(69, 79, 88, 0.1);
  color: #454f58;
  text-align: center;
  height: 45px !important;
  width: 42px;
  cursor: unset;
}

.modal__info {
  padding-bottom: 8px;
  font-size: 12px;
}
.cart-mobile2 {
  display: none;
}
.cart-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cart-modal__wrap {
  background: #454f58;
}

.cart-modal__content {
  padding: 16px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  gap: 10px;
}

.cart-modal__btn {
  padding: 8px 17px;
  background: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.product-tech__width-value {
  width: 112px;
  text-align: center;
}

.price-category__link {
  width: 110px;
}

.products-table__category {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-weight: 800;
  font-size: 30px;
  color: #454f58;
  border-bottom: 1px solid rgba(69, 79, 88, 0.1);
}

.products-table__category-list {
  border-radius: 10px;
  overflow: hidden;
}

.products-table__row:hover {
  background: rgba(69 79 88 / 70%);
}

.header-inner {
  position: sticky;
  z-index: 3;
  top: 0;
  max-width: 1200px;
  background-color: #f3f5f6;
}

.products-category__wraper {
  padding-top: 40px;
  max-width: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.products-category__btn-back {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.products-table__scroll-ancor {
  position: absolute;
  top: -800px;
}

.products-table {
  position: relative;
}

.products-table__scroll-btn {
  position: fixed;
  right: 20%;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  z-index: 20;
  border: 1px solid #454f58;
  background: #454f58;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.products-table__scroll-btn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.36709 0.608349L13.4474 6.08305C13.8527 6.44803 13.8796 6.96159 13.5146 7.36694C13.1497 7.77229 12.6361 7.79921 12.2308 7.43423L6.82607 2.56782L1.95967 7.97251C1.59469 8.37786 1.08113 8.40478 0.675779 8.0398C0.270427 7.67482 0.243513 7.16126 0.608493 6.75591L6.0832 0.675635C6.44818 0.270283 6.96173 0.243368 7.36709 0.608349Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 2200px) {
  .products-table__scroll-btn {
    right: 15%;
  }
}

@media screen and (max-width: 1900px) {
  .products-table__scroll-btn {
    right: 10%;
  }
}

@media screen and (max-width: 1600px) {
  .products-table__scroll-btn {
    right: 4%;
  }
}

@media screen and (max-width: 1400px) {
  .products-table__scroll-btn {
    right: 1%;
  }
  .banner {
    display: none;
  }
  .mobile {
    padding: 0px;
  }
  .mob_banner {
    display: block;
    padding: 15px;
    margin: 30px;
  }
  .mobil_none {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .cart-mobile2 {
    display: block;
  }
  .mobil_none {
    display: block;
  }
}

/* Медиа-запрос для изменения размера текста при разрешении экрана меньше 700px */
@media (max-width: 768px) {
  #title_m {
    font-size: 18px !important; /* Укажите нужный вам размер текста */
  }
}
@media screen and (max-width: 768px) {
  .mobile_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .header-inner {
    width: 80%; /* Ширина блока занимает 100% ширины родительского элемента */
    max-width: 92vw; /* Максимальная ширина блока равна ширине видимой области экрана */
    box-sizing: border-box;
  }
  .product-counter__input--dark-gray {
    background: rgba(69, 79, 88, 0.1);
    color: #454f58;
    text-align: center;
    height: 45px !important;
    width: 45px;
    cursor: unset;
  }
  .price-overflow {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .product-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-images__item {
    width: 30%;
    height: 30%;
  }
  .cart-info__checkbox2 {
    cursor: pointer;
    padding-left: 15px;
    padding-top: 10px;
  }

  .section-title {
    font-weight: 800;
    font-size: 10px;
    line-height: 55px;
    text-align: left;
    margin-bottom: 32px;
  }
  .products-category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .mobile {
    padding: 0px;
  }
  .cart-mobile {
    position: block;
  }
  .cart-mobile2 {
    display: block;
  }
  .banner {
    display: none;
  }
  .filter-mobile {
    display: block;
  }
  .mob_banner {
    display: block;
    padding: 15px;
    margin: 30px;
  }
  .mobil_none {
    display: none;
  }
  .name_mobile {
    position: relative;
    left: 0px;
    width: 19%;
  }
  .mobile-len {
    position: relative;
    left: -190px;
    width: 19%;
  }
  .price_mobile {
    position: relative;
    left: -130px;
    width: 10%;
  }
  .price_t_mobile {
    position: relative;
    font-size: 10px;
    left: -380px;
    width: 10%;
  }
  .btn_cart_mobile {
    position: relative;
    left: -480px;
    width: 10%;
  }
  .cart-delete:hover {
    position: absolute;
    top: 0;
    font-size: 25px;
    right: 0;
    height: 100%;
    background: #fff;
    color: #454f58;
    width: 40px;
    border-radius: 10px;
  }

  .select {
    border-radius: 5px;
    position: relative;
    display: block;
    min-width: 220px;
    width: 115%;
    max-width: 400px;
    margin-bottom: 20px;
    top: 37px;
    background-color: #f3f5f6;
  }

  .select__head {
    width: 95%;
    height: 36px;
    max-width: 100%;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); */
    /* border-radius: 5px; */
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
  }

  .select__head::after {
    width: 10px;
    height: 6px;
    background: #fff
      url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23454F58'/%3E%3C/svg%3E%0A")
      no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    content: "";
    display: block;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .select__head.open::after {
    -webkit-transform: translateY(50%) rotate(180deg);
    -ms-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
  }

  .select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f3f5f6;
    font-size: 12px;
    /* border-radius: 10px; */
    margin-top: 5px;
    overflow-x: hidden;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    width: 100%;
  }

  .select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #f8f9fa;
    padding: 8px;
  }

  .select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d9d9d9;
  }

  .select__list .select__item {
    position: relative;
    padding: 5px 15px;
    cursor: pointer;
    list-style-type: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    padding: 5px 15px;
  }

  .select__list .select__item:hover {
    /* background-color: rgba(224, 229, 231, 0.5); */
    color: #000;
  }
}

.product-tech__accent[type="number"] {
  color: #454f58;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-center-center[type="number"] {
  display: block;
  text-align: center;
}

.header-mobile-wraper {
  position: sticky;
  position: -webkit-sticky;
  top: 49px;
  z-index: 9999;
}

.contacts-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu__sub-list::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  background: transparent;

  background-color: #f3f5f6;
  width: 100%;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
}

/* Стили для карты в разделе доставка */
.map_dedliv {
  height: 600px;
  margin-bottom: 10px;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  margin-bottom: 0px;
}
