/* шрифты */

@font-face {
  font-family: Coolvetica;
  src: url(https://postavkin-group.ru/media/customization/fonts/coolveticaRg.ttf);
}

@font-face {
  font-family: Raleway;
  font-weight: 400;
  src: url(https://postavkin-group.ru/media/customization/fonts/Raleway-Regular.ttf);
}

@font-face {
  font-family: Raleway;
  font-weight: 500;
  src: url(https://postavkin-group.ru/media/customization/fonts/Raleway-Medium.ttf);
}

@font-face {
  font-family: Raleway;
  font-weight: 800;
  src: url(https://postavkin-group.ru/media/customization/fonts/Raleway-Bold.ttf);
}

a,
p,
button,
li,
ul {
  font-family: Raleway !important;
  font-weight: 400;
  font-size: 16px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}

strong,
span {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}

h1,
h2,
.content-title {
  font-family: Coolvetica !important;
  line-height: 100%;
  cursor: default;
  font-weight: 100;
  letter-spacing: 0.8px;
}

h3,
h4 {
  font-family: Raleway !important;
  cursor: default;
  font-weight: 100;
}

a {
  cursor: pointer !important;
  font-size: 16px;
}

h2 span {
  font-weight: 100;
}

p {
  line-height: 20px;
  font-size: 16px;
  color: #000;
}

.text-page p {
  font-size: 16px;
  line-height: 20px;
  cursor: default;
  letter-spacing: 0.4px;
}

/* глобально */

main {
  overflow: hidden;
}

.frontpage main {
  background: url(https://postavkin-group.ru/media/uploads/lines-light.svg)
    no-repeat;
  background-position: center;
}

.frontpage .feedback-form {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
}

.frontpage footer {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
}

/* подвал */

.footer-content__title {
  margin-bottom: 12px;
  font-family: "Raleway";
  font-size: 18px;
  cursor: default;
}

.footer-content__column a {
  font-size: 14px;
}

.footer-content__column li {
  margin-bottom: 8px;
}

.footer-content {
  padding-bottom: 80px;
}

.footer-phone a {
  font-weight: 100;
  font-size: 22px;
  font-family: Coolvetica !important;
  letter-spacing: 0.3px;
  transition: 0.2s;
}

.footer-phone {
  margin-bottom: 12px;
}

.footer-contact a {
  color: #fff;
  transition: 0.2s;
  font-size: 14px;
}

.footer-contact a:hover {
  color: #6b6b6d;
}

.footer-phone a:hover {
  color: #6b6b6d;
}

.footer-first-column .logo img {
  width: 170px;
}

.footer-content__title span {
  font-size: 14px;
  opacity: 1;
  margin-top: 5px;
}

.footer-subscribe button {
  width: 130px;
  height: 40px;
  border-radius: 0px;
  line-height: 40px;
  font-size: 14px;
}

.footer-subscribe input {
  width: calc(100% - 130px);
  height: 40px;
  border: 1px solid #c5c5c5;
  border-width: 1px 0px 1px 1px;
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
}

input {
  font-family: Raleway !important;
}

.footer-subscribe button:hover {
  color: #ffffff !important;
}

.footer-right {
  width: 320px;
}

.developer-link a {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}

.developer-link a:hover {
  color: #6b6b6d;
}

.footer-content__column--lg {
  flex: 1 1 170px;
}

.footer-content__menu {
  width: calc(100% - 750px);
}

.footer-bottom {
  border-top: none;
}

.footer-bottom .copy.version {
  display: none;
}

.footer-bottom__left {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #767676;
  font-family: Raleway;
  cursor: default;
}

footer {
  padding: 53px 0 0px 0;
}

/* остались вопросы */

.question-main {
  max-width: 100%;
}

.feedback-form .question-form {
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
  border: none;
  border-radius: 0px;
  padding: 74px 114px;
}

.feedback-form {
  padding: 93px 0px 60px !important;
}

section.feedback-form .h2 {
  text-align: left;
  font-size: 35px;
  font-weight: 100;
  width: min-content;
  margin-bottom: 37px;
}

.form-control {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

.form-group {
  margin-bottom: 10px;
}

.question-form__column {
  width: calc(50% - 5px);
}

section.feedback-form .form-control:focus + .label-name::after,
section.feedback-form .form-control:valid + .label-name::after,
section.feedback-form .form-control:valid + .label-name .content-name {
  display: none;
}

.form-text {
  font-size: 14px;
  font-family: Raleway;
}

section.feedback-form .form-text {
  margin-top: 10px;
  max-width: 54%;
  cursor: default;
}

textarea.form-control {
  height: 110px;
  padding: 17px 20px;
}

.question-main .btn {
  height: 50px;
  border-radius: 0px;
  font-size: 16px;
  min-width: 140px;
  border: 1px solid #003366;
}

.question-main .btn:hover {
  background: transparent !important;
}

.content-name {
  top: 17px;
  font-size: 14px;
  color: #767676;
  font-family: Raleway;
}

.form-control:focus + .label-name .content-name {
  display: none;
}

textarea.form-control {
  font-family: Raleway !important;
}

/* шапка */

.__header {
  height: 90px;
  border-bottom: 1px solid #383838;
  padding: 0px;
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
}

.__header .logo img {
  max-width: 150px;
}

.__header .row {
  height: 90px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.__header .row .col-lg-6 {
  width: 45%;
}

.__header .row .col-lg-2 {
  width: 19%;
}

.__header .search-box {
  max-width: 280px;
}

.__header .options-box {
  width: 100%;
}

.__header .custom-block {
  height: 90px;
  padding-left: 0px;
  border-right: 1px solid #383838;
}

.__header .options-box .nav-items {
  gap: 10px;
}

.__header .options-box .nav-items li {
  height: 100%;
  display: flex;
  align-items: center;
}

.__header .options-box .nav-items li:first-child {
  border-right: 1px solid #383838;
  padding-right: 10px;
}

.__header .catalog-btn {
  background: transparent;
  border: 1px solid #383838;
  border-width: 0px 1px;
  max-width: 170px;
  border-radius: 0px;
  padding: 5px 4px 5px 65px;
  margin-right: 40px;
}

.__header .catalog-btn span,
.__header .catalog-btn span:before,
.__header .catalog-btn span::after {
  background: linear-gradient(
    161deg,
    rgba(80, 80, 80, 1) 0%,
    rgba(107, 107, 109, 1) 50%,
    rgba(80, 80, 80, 1) 100%
  );
}

.__header .catalog-btn:hover span,
.__header .catalog-btn:hover span:before,
.__header .catalog-btn:hover span::after {
  background: #fff;
}

.__header .catalog-btn:hover {
  background: transparent !important;
}

.__header .catalog-btn.toggled span {
  background: transparent !important;
}

.__header .catalog-btn.toggled {
  background: transparent !important;
}

.__header .catalog-box {
  margin-top: 0px;
}

.__header .catalog-box {
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.__header .search-box {
  height: 48px;
}

.general--width {
  max-width: 335px;
}

.__header .search-box input {
  border: none;
  font-family: Raleway !important;
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.__header .search-box input::placeholder {
  font-family: Raleway !important;
  color: #727272 !important;
}

.__header .search-box .submit {
  background: transparent !important;
}

.__header .options-box {
  margin-left: -10px;
  max-height: 90px;
  height: 90px;
  width: calc(100% + 20px);
  border-right: 1px solid #383838;
}

.__header .contact-box {
  align-items: center;
  max-height: 60px;
  height: 60px !important;
  margin-right: 15px;
}

.fixed .__header {
  top: -90px;
}

.__header .options-box .nav-items {
  height: 45px;
  border-bottom: 1px solid #383838;
  justify-content: center;
}

.__header .options-box .nav-items li a {
  color: #fff;
}

.__header .options-box .nav-items li a:hover {
  color: #6b6b6d;
  text-decoration: none;
}

.__header .contact-box p a {
  color: #fff;
}

.__header .contact-box p a:hover {
  color: #646465;
}

.__header .options-box ul {
  height: 45px;
  justify-content: flex-start;
}

.header-cart span.cart-number {
  display: none;
}

.__header .option-items li {
  height: 45px;
  display: flex;
  padding: 15px;
}

.__header .option-items li:last-child {
  border-left: 1px solid #383838;
}

.__header .option-items li:last-child a {
  color: #646465;
  padding-left: 23px;
}

.__header .option-items li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.__header .option-items li img {
  filter: none;
  transition: 0.2s;
}

.__header .option-items li:hover img {
  filter: brightness(1000%);
}

.__header .contact-box a img {
  display: none;
}

.__header .contact-box a {
  color: #fff;
}

.__header .contact-box a:hover {
  color: #646465;
}

/* главный экран */

.head-offer {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
  margin-bottom: 0px;
  padding-bottom: 375px;
}

.head-offer p {
  color: #ffffff;
}

.head-col-1 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.head-col-2 {
  width: 50%;
  display: flex;
  padding-top: 600px;
  flex-wrap: wrap;
}

.head-row {
  display: flex;
  align-items: flex-start;
}

.head-area {
  width: 50%;
}

.head-2 {
  padding-top: 50px;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #383838;
}

.head-2 h1 {
  padding-left: 15px;
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}

.head-2 p {
  padding-left: 15px;
  max-width: 240px;
}

.head-button {
  height: 50px;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #003366;
  background: #003366;
  width: max-content;
  transition: 0.3s;
  justify-content: center;
}

.head-button:hover {
  background: transparent;
}

.head-1 {
  padding-top: 55px;
}

.head-1 a {
  color: #fff;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  transition: 0.2s;
}

.head-1 a:hover {
  color: #646465;
}

.head-3 {
  background: url(https://postavkin-group.ru/media/uploads/head-1.jpg);
  background-size: cover;
  background-position: center;
  height: 396px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.head-6 {
  background: url(https://postavkin-group.ru/media/uploads/head-2.jpg);
  background-size: cover;
  background-position: center;
  height: 396px;
  padding: 17px 17px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.head-2 .head-button {
  margin-left: -1px;
}

.header {
  font-size: 18px;
  font-weight: 500;
  width: min-content;
}

.arrow img {
  margin-bottom: 0px;
}

.arrow {
  position: absolute;
  right: 17px;
  bottom: 17px;
  background: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.arrow:hover {
  background: #003366;
}

.arrow:hover img {
  filter: brightness(100);
}

.head-3 .head-text {
  margin-bottom: 0px !important;
  width: min-content;
}

.head-6 .head-text {
  margin-bottom: 0px !important;
  width: min-content;
}

.head-4 {
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-little {
  width: min-content;
  font-weight: 500;
}

.head-5 {
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.head-4 .head-text {
  margin-bottom: 0px !important;
}

.head-5 .head-text {
  margin-bottom: 0px !important;
}

.head-offer::before {
  content: "";
  height: 1100px;
  width: 1400px;
  background: url(https://postavkin-group.ru/media/uploads/man.png) no-repeat;
  display: block;
  position: absolute;
  background-position: right;
  right: calc(50% - 700px);
  top: 0px;
}

.head-8 {
  padding: 220px 17px 18px;
  border-left: 1px solid skyblue;
  border-image: linear-gradient(to top, #383838, #0d0d0d);
  border-image-slice: 1;
}

.head-8 p {
  margin-bottom: 20px !important;
  font-weight: 500;
  max-width: 150px;
}

.head-8 a {
  display: flex;
  gap: 15px;
  color: #fff;
  transition: 0.2s;
  align-items: center;
  margin-bottom: 5px;
}

.head-8 a:hover {
  color: #646465;
}

.head-8 a img {
  width: 33px;
  height: 33px;
  padding: 8px;
  margin-bottom: 0px;
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.head-9 {
  background: url(https://postavkin-group.ru/media/uploads/head-3.jpg);
  background-size: cover;
  background-position: center;
  height: 396px;
  padding: 17px 17px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.head-9 p {
  margin-bottom: 0px;
  width: min-content;
}

.head-10 a {
  display: flex;
  color: #fff;
  padding: 0px 27px;
  background: #003366;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  transition: 0.3s !important;
  margin-bottom: 10px;
}

.head-10 {
  padding-top: 226px;
  margin-bottom: 77px;
}

.head-10 a:hover {
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.wide-button {
  display: flex;
  width: 100%;
  height: 50px;
  color: #fff;
  border: 1px solid #003366;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: transparent;
}

.wide-button:hover {
  background: #003366;
}

.fixed::after {
  display: none;
}

/* акции */

.promo-slider-wrapper h2 {
  font-size: 40px;
  margin-bottom: 30px !important;
  color: #fff;
}

.promo-slider-wrapper {
  margin-top: -295px;
  margin-bottom: 10px;
}

.promo-slider-wrapper .content-background-box__text-content {
  padding: 0px;
}

.promo-1 {
  background: url(https://postavkin-group.ru/media/uploads/promo-1.jpg);
  background-size: cover;
  background-position: center;
}

.promo-2 {
  background: url(https://postavkin-group.ru/media/uploads/promo-2.jpg);
  background-size: cover;
  background-position: center;
}

.promo-3 {
  background: url(https://postavkin-group.ru/media/uploads/promo-3.jpg);
  background-size: cover;
  background-position: center;
}

.promo {
  position: relative;
  padding: 20px 20px 25px;
  height: 455px;
}

.promo-name {
  background: #fff;
  font-family: Raleway;
  font-size: 14px;
  padding: 4px 16px;
  width: max-content;
  color: #000;
  margin-bottom: 25px;
}

.promo h3 {
  font-size: 22px;
  color: #fff;
  line-height: 120%;
  font-weight: 500;
}

.promo p {
  position: absolute;
  margin-bottom: 0px !important;
  bottom: 25px;
  max-width: 195px;
  color: #fff;
}

.promo-1::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 90px;
  background: #939393;
  left: 0px;
}

.promo-2::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 90px;
  background: #383838;
  left: 0px;
}

.promo-3::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 90px;
  background: #797979;
  left: 0px;
}

.promo-1::after {
  content: "";
  display: block;
  height: 90px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  background: #939393;
  right: 90px;
}

.promo-2::after {
  content: "";
  display: block;
  height: 90px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  background: #383838;
  right: 90px;
}

.promo-3::after {
  content: "";
  display: block;
  height: 90px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  background: #797979;
  right: 90px;
}

.frontpage .slider-constructor .slick-prev {
  display: none !important;
}

.slider-constructor .slick-next {
  right: 0;
  top: auto;
  bottom: -60px;
  height: 50px;
  width: 88px;
  border-radius: 0px;
}

.slider-constructor .slick-prev {
  right: 100px;
  top: auto;
  bottom: -60px;
  height: 50px;
  width: 88px;
  border-radius: 0px;
  transform: rotate(180deg);
}

.slider-constructor .slick-arrow img,
.slider-constructor .slick-arrow svg {
  display: block;
  width: 20px;
  height: 16px;
  background: url(https://postavkin-group.ru/media/uploads/slider-arrow.svg)
    no-repeat;
  background-size: contain;
  background-position: center;
}

.slider-constructor .slick-arrow img path,
.slider-constructor .slick-arrow svg path {
  display: none;
}

.slider-constructor .slick-next:hover {
  background: #003366 !important;
}

.slider-constructor .slick-next:hover svg {
  filter: invert(100) brightness(100);
}

.slider-constructor .slick-prev:hover {
  background: #003366 !important;
}

.slider-constructor .slick-prev:hover svg {
  filter: invert(100) brightness(100);
}

.secondary-button {
  display: flex;
  color: #000;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #003366;
  background: transparent;
  transition: 0.2s;
}

.secondary-button:hover {
  background: #003366;
  color: #fff;
}

.promo-button .secondary-button {
  margin-right: 94px;
  max-width: calc(33% - 97px);
  margin-left: auto;
}

.promo-button {
  margin-bottom: 90px;
}

/* наборы товаров */

.set-wrapper h2 {
  width: min-content;
  color: #000000;
  font-size: 40px;
  margin-bottom: 40px !important;
}

.slider-constructor .slick-slide {
  row-gap: 10px;
}

.set-wrapper {
  margin-bottom: 10px;
}

.electro-button .secondary-button {
  margin-right: 94px;
  max-width: calc(25% - 103px);
  margin-left: auto;
}

.electro-button {
  margin-bottom: 60px;
}

.fastener-header h2 {
  color: #000000;
  font-size: 40px;
}

.fastener-button .secondary-button {
  margin-right: 94px;
  max-width: calc(25% - 103px);
  margin-left: auto;
}

.fastener-button {
  margin-bottom: 140px;
}

.promo-header h2 {
  color: #000000;
  font-size: 40px;
}

.promo-set-button .secondary-button {
  margin-right: 94px;
  max-width: calc(25% - 103px);
  margin-left: auto;
}

.promo-set-button {
  margin-bottom: 130px;
}

/* превью карточки */

.product-item__status--many {
  display: none;
}

.product-item__flag--new {
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
  font-weight: 100;
  height: 24px;
  padding: 0 17px;
  margin-top: 20px;
  margin-left: 17px;
}

.product-item__art {
  color: #9c9c9c;
  font-weight: 500;
  text-transform: uppercase;
}

.product-item__head {
  margin-bottom: 15px;
  padding: 0px 20px;
}

.product-item__name {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 21px;
  padding: 0px 20px;
  height: 100px;
  -webkit-line-clamp: 5;
}

.shopping-cart-product {
  justify-content: space-between;
  align-items: center;
}

.shopping-cart-btn {
  width: 50px;
  height: 50px;
  border-radius: 0px;
}

.product-item__content-bottom {
  padding: 0px 10px 10px 20px;
}

.product-item__content-top {
  padding: 10px 0px 90px;
}

.product-item::after {
  content: "";
  display: block;
  height: 70px;
  width: 1px;
  position: absolute;
  bottom: 0px;
  background: #cfcfcf;
  right: 72px;
  display: none;
}

.product-item::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 70px;
  background: #cfcfcf;
  left: 0px;
}

.input-number {
  width: calc(100% - 75px);
}

.with-online-price .product-item__cost-product,
.product-card__personal-cost.with-online-price {
  color: #003366;
  font-size: 20px;
}

.product-item__cost {
  padding: 0px 20px;
  margin-bottom: 10px;
}

span.product-item__cost.with-online-price {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
}

.product-item__cost-product span {
  font-size: 20px;
}

.product-item__cost-product {
  font-size: 20px;
  color: #000;
}

.product-item__cost-label {
  color: #000;
  margin-left: auto;
  width: 50px;
}

.product-item__cost {
  justify-content: space-between;
}

.input-number input[type="number"] {
  width: 100px;
  font-size: 16px;
  color: #003366;
  font-family: Raleway !important;
  font-weight: 500;
  cursor: default;
}

.input-number .order-up {
  width: 26px;
  height: 26px;
  padding-left: 0px;
  border-radius: 0px;
  border: 1px solid #cfcfcf;
}

.input-number .order-down {
  width: 26px;
  height: 26px;
  padding-left: 0px;
  border-radius: 0px;
  border: 1px solid #cfcfcf;
}

.input-number .order-up:before {
  top: auto;
  left: auto;
  height: 12px;
}

.input-number .order-up:after {
  width: 12px;
  top: auto;
  left: auto;
}

.input-number .order-down:before {
  width: 12px;
  top: auto;
  left: auto;
}

.shopping-cart-btn:hover .custom-icon {
  filter: brightness(0);
}

.st-button_primary {
  font-size: 16px;
  height: 50px;
  position: relative;
  z-index: 1;
}

/* логотип */

.logo-block {
  background: #003366;
  padding: 20px 0px;
  margin-bottom: 0px;
}

.logo-block img {
  margin-bottom: 0px;
}

/* блок с картой */

.cart-block {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  padding: 60px 0px 110px;
  background-color: #0d0d0d;
  margin-bottom: 0px;
}

.cart-block h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.cart-block p {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.cart-block img {
  margin: auto;
  margin-bottom: -50px;
}

.cart-buttons {
  display: flex;
  gap: 13px;
  justify-content: flex-end;
  margin-bottom: 60px;
  position: relative;
}

.cart-buttons .head-button {
  width: 289px;
}

.cart-buttons .secondary-button {
  width: 289px;
  color: #fff;
}

.cart-block .container::after {
  content: "";
  height: 1px;
  background: #383838;
  display: block;
  width: 1262px;
  margin-left: -41px;
}

/* блок с фальшполом */

.raised-floor-form {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  padding: 0px 0px 130px;
  background-color: #0d0d0d;
  margin-bottom: 0px;
}

.raised-floor-row {
  display: flex;
}

.raised-floor-col-1 {
  width: 50%;
}

.raised-floor-form h2 {
  color: #fff;
  font-size: 40px;
  max-width: 480px;
}

.raised-floor-col-1 p {
  color: #fff;
  max-width: 490px;
  margin-bottom: 40px;
}

.falsh-img {
  display: flex;
  gap: 10px;
}

.falsh-img img {
  margin-bottom: 0px;
}

.raised-floor-col-2 {
  width: 50%;
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
  padding: 43px 60px 30px 47px;
  height: fit-content;
}

.raised-floor-col-2 h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.raised-floor-col-2 p {
  color: #fff;
}

.raised-floor-col-2 .button-theme_primary {
  height: 50px;
  font-size: 16px;
  min-width: 145px;
  margin: 15px 0px;
  color: #ffffff !important;
}

/* наши новости */

.news-slider-wrapper {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  padding-bottom: 10px;
  margin-bottom: 0px;
  background-color: #0d0d0d;
}

.news-slider-wrapper .mb-25 {
  font-size: 40px;
  margin-bottom: 30px !important;
  color: #fff;
  width: min-content;
}

.news-slider-wrapper .content-background-box__text-content {
  padding: 0px;
}

.new-img {
  width: 100%;
}

.col-new-1 {
  background: linear-gradient(
    161deg,
    rgba(80, 80, 80, 1) 0%,
    rgba(107, 107, 109, 1) 50%,
    rgba(80, 80, 80, 1) 100%
  );
  height: 400px;
}

.col-new-2 {
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
  height: 400px;
}

.col-new p {
  color: #fff !important;
  padding: 22px;
  max-width: 220px;
}

.news-slider-wrapper .slick-next {
  width: 50px;
  background: #003366 !important;
}

.news-slider-wrapper .slick-next:hover {
  border-color: #003366 !important;
  background: transparent !important;
}

.news-slider-wrapper .slick-next svg {
  filter: invert(100) brightness(100);
}

.news-button {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
  padding-bottom: 65px;
  margin-bottom: 130px;
}

.news-button .head-button {
  margin-right: 60px;
  width: calc(25% - 68px);
  margin-left: auto;
}

/* сео текст */

.seo-block {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
  padding-bottom: 100px;
  margin-bottom: 0px;
}

.seo-row {
  display: flex;
}

.seo-col-1 {
  padding-top: 109px;
  border-right: 1px solid #383838;
  padding-right: 45px;
  width: 210px;
}

.seo-col-1 img {
  margin-left: 13px;
  width: 150px;
}

.seo-col-2 {
  width: 632px;
  padding-top: 100px;
  padding-left: 74px;
}

.seo-col-2 h2 {
  color: #fff;
  font-size: 40px;
  max-width: 490px;
}

.seo-col-2 p {
  color: #fff;
  max-width: 460px;
  margin-bottom: 25px;
}

.seo-cols {
  display: flex;
  margin-bottom: 67px;
}

.seo-buttons a {
  display: flex;
  color: #fff;
  padding: 0px 17px;
  background: #003366;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  transition: 0.3s !important;
  margin-bottom: 10px;
}

.seo-buttons a:hover {
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.seo-buttons {
  width: 260px;
}

.seo-socials {
  width: calc(100% - 260px);
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
  padding: 22px;
  margin-top: 60px;
}

.seo-socials h3 {
  color: #ffffff;
  margin-bottom: 80px;
  max-width: 170px;
  font-size: 20px;
}

.seo-socials a {
  display: flex;
  gap: 15px;
  color: #fff;
  transition: 0.2s;
  align-items: center;
  margin-bottom: 5px;
}

.seo-socials a:hover {
  color: #646465;
}

.seo-socials a img {
  width: 50px;
  height: 50px;
  padding: 12px;
  margin-bottom: 0px;
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.seo-block .container::after {
  content: "";
  height: 1px;
  background: #383838;
  display: block;
  width: 1262px;
  margin-left: -41px;
}

.seo-block::before {
  content: "";
  height: 1100px;
  width: 1400px;
  background: url(https://postavkin-group.ru/media/uploads/seo-man.png)
    no-repeat;
  display: block;
  position: absolute;
  background-position: right;
  right: calc(50% - 630px);
  top: 80px;
}

/* партнеры */

.partners-header {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
  margin-bottom: 0px;
}

.partners-header h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
  padding-bottom: 35px;
}

.partners-slider-wrapper {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.partners-button {
  background: url(https://postavkin-group.ru/media/uploads/lines-dark.svg)
    no-repeat;
  background-position: center;
  background-color: #0d0d0d;
  margin-bottom: 0px;
}

.partners-slider-wrapper .slick-next {
  width: 50px;
  background: #003366 !important;
}

.partners-slider-wrapper .slick-next:hover {
  border-color: #003366 !important;
  background: transparent !important;
}

.partners-slider-wrapper .slick-next svg {
  filter: invert(100) brightness(100);
}

.partners-button .head-button {
  margin-right: 60px;
  width: calc(25% - 68px);
  margin-left: auto;
}

.partners-slider-wrapper .content-background-box__text-content {
  padding: 0px;
}

.partner {
  background: #151515;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #151515;
  transition: 0.3s;
}

.partner:hover {
  border: 1px solid #003366;
  background: transparent;
}

/* мобильное меню */

.bottom-mobile-menu-button {
  width: 25%;
}

.bottom-mobile-menu-button:nth-child(2n + 2) {
  width: 43%;
  border: 1px solid #383838;
  border-width: 0px 1px;
}

.bottom-mobile-menu-button__inner {
  width: 100%;
  height: 75px;
}

.bottom-mobile-menu__content {
  background-color: #000000;
  border-top: 1px solid #383838;
  box-shadow: none;
  height: 75px;
}

.bottom-mobile-menu-button__text {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}

.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__text {
  color: #646465;
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: #646465;
}

/* меню бургер */

.logo-link {
  max-width: 100px;
}

.mm-navbar {
  background: #0d0d0d;
}

.mm-menu--theme-light {
  --mm-color-background: #0d0d0d;
  border-right: 1px solid #383838;
}

.cross-button::after,
.cross-button::before {
  background-color: #646465;
}

.mm-listitem {
  color: #fff;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  font-size: 16px;
}

.mobile-side-menu-footer {
  border-top: 1px solid #646465;
  padding-top: 40px;
}

.phone-block__primary-link {
  color: #ffffff !important;
}

.phone-block__secondary-link {
  color: #ffffff !important;
}

.mobile-side-menu-footer__row {
  display: none;
}

.search-input-group__row {
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.search-input-group__input {
  background: transparent;
  color: #ffffff;
}

.mb-10 {
  margin-bottom: 25px !important;
}

.search-input-group__button {
  background-color: transparent;
}

.search-input-group__input::placeholder {
  color: #ffffff !important;
}

.mm-navbar__title > span {
  font-family: "Raleway";
  font-size: 18px;
  color: #fff;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #646465;
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(var(--mm-btn-rotate));
  -ms-transform: rotate(var(--mm-btn-rotate));
  transform: rotate(var(--mm-btn-rotate));
}

/* каталог */

.breadcrumbs {
  font-size: 16px;
  color: #000000;
  padding-top: 60px;
  font-family: Raleway;
  cursor: default;
}

.breadcrumbs__sep {
  color: #000000;
}

.breadcrumbs a {
  font-size: 16px;
  color: #000;
  text-transform: none;
  transition: 0.2s;
}

.breadcrumbs a:hover {
  color: #003366;
  text-decoration: none;
}

.inner-page h1 {
  font-size: 40px;
  color: #000;
}

.catalog-menu-item:after {
  opacity: 0;
  background-color: #003366;
  transition: 0.3s !important;
}

.catalog-menu-item:hover:after {
  opacity: 1;
  background-color: #003366;
}

.catalog-menu-item {
  height: auto;
  margin: 0px;
  width: 228px;
  transition: 0.3s !important;
  border: 1px solid #ffffff;
  position: relative;
  aspect-ratio: 228 / 270;
}

.catalog-menu {
  gap: 9px;
}

.catalog-menu-item:nth-child(0n + 6),
.catalog-menu-item:nth-child(0n + 2),
.catalog-menu-item:nth-child(0n + 12),
.catalog-menu-item:nth-child(0n + 20) {
  border: 1px solid #cecece;
}

.catalog-menu-item__name {
  left: 16px;
  top: 16px;
  bottom: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  max-width: 130px;
}

.catalog-menu-item:nth-child(2) .catalog-menu-item__name,
.catalog-menu-item:nth-child(12) .catalog-menu-item__name,
.catalog-menu-item:nth-child(6) .catalog-menu-item__name {
  color: #000;
}

.welcome__content .catalog-menu-item:nth-child(1) .catalog-menu-item__name,
.welcome__content .catalog-menu-item:nth-child(3) .catalog-menu-item__name,
.welcome__content .catalog-menu-item:nth-child(4) .catalog-menu-item__name,
.welcome__content .catalog-menu-item:nth-child(6) .catalog-menu-item__name,
.welcome__content .catalog-menu-item:nth-child(5n+5) .catalog-menu-item__name {
  color: #fff;
}

.welcome__content .catalog-menu-item:nth-child(2) .catalog-menu-item__name,
.welcome__content .catalog-menu-item:nth-child(5n+5) .catalog-menu-item__name {
  color: #000;
}

.welcome .catalog-menu-item:nth-child(5n+5) {
    margin-right: 0;
}

.catalog-menu.catalog-categories-block {
  margin-bottom: 100px;
}

.inner-page .__header {
  background-image: none;
}

.catalog-menu-item:before {
  display: none;
}

.catalog-menu-item:hover .catalog-menu-item__name {
  color: #ffffff !important;
}

.catalog-menu-item:hover {
  border: 1px solid #003366;
}

.catalog-menu {
  justify-content: flex-start;
}

.catalog-head {
  display: none;
}

.catalog-container .catalog-filter {
  width: 280px;
}

.catalog-container .catalog-body {
  width: calc(100% - 297px);
  margin-bottom: 120px;
}

.catalog-filter .catalog-filter-body {
  padding: 24px 0px;
  border: 1px solid #cfcfcf;
  box-shadow: none;
  border-radius: 0px;
}

.filter-item-title,
.catalog-filter-accordion .opener {
  font-size: 16px;
  font-weight: 100;
  color: #000;
  font-family: Raleway !important;
}

.catalog-filter-accordion .opener::before {
  border: none;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  border: 1px solid #cfcfcf;
  width: 24px;
  height: 24px;
  left: -36px;
}

.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  font-size: 16px;
  line-height: 24px;
}

.checkbox {
  padding-left: 36px;
}

.checkbox span {
  font-size: 12px;
  line-height: 120%;
  color: #cfcfcf;
  padding-left: 15px;
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  border: 1px solid #cfcfcf;
  width: 24px;
  height: 24px;
  left: -36px;
}

.catalog-filter__bottom {
  border-top: none;
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  background: #fff url(https://postavkin-group.ru/media/uploads/vector.svg) 50%
    50% no-repeat;
}

.filter-range__head span {
  font-size: 16px;
  color: #666666;
  font-family: "Raleway";
  font-weight: 500;
}

.filter-range__head {
  padding-right: 0px;
  padding-left: 0px;
}

.input-cont .input-placeholder {
  border: 1px solid #cfcfcf;
  border-radius: 0px;
}

.input-cont {
  width: 93px;
  height: 35px;
}

.input-cont .range-input {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.catalog-filter__btns .btn {
  width: 238px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-link {
  color: #666;
  font-size: 16px;
}

.noUi-target {
  background: #adadad;
}

.noUi-horizontal {
  height: 1px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: 0px;
  top: -6px;
}

.noUi-handle-lower {
  right: -12px !important;
}

.pagination {
  padding-top: 60px;
}

.pagination .next {
  width: 88px;
  height: 50px;
  border-radius: 0px;
  background: url(https://postavkin-group.ru/media/uploads/slider-arrow.svg)
    no-repeat;
  background-position: center;
  background-size: 20px;
  margin-left: 5px;
  border: 1px solid #cfcfcf;
}

.pagination .next:hover {
  background-color: transparent !important;
  border: 1px solid #003366 !important;
}

.pagination .prev {
  width: 88px;
  height: 50px;
  border-radius: 0px;
  background: url(https://postavkin-group.ru/media/uploads/slider-arrow.svg)
    no-repeat;
  background-position: center;
  background-size: 20px;
  margin-right: 5px;
  border: 1px solid #cfcfcf;
  transform: rotate(180deg);
}

.pagination .prev:hover {
  background-color: transparent !important;
  border: 1px solid #003366 !important;
}

.pagination .prev:before,
.pagination .next:before {
  display: none;
}

.pagination span {
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  border: 1px solid #cfcfcf;
}

.section .text-page {
  margin-left: 0px;
}

.category-row {
  display: flex;
  margin-bottom: 100px;
  gap: 17px;
}

.category-col-2 {
  width: 660px;
}

.category-col-1 {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.category-col-1 img {
  max-width: 150px;
  margin-top: 10px;
}

.category-col-2 h2 {
  color: #000;
  font-size: 40px;
  max-width: 470px;
}

.category-col-2 p {
  margin-bottom: 25px !important;
}

.category-cols {
  display: flex;
  gap: 6px;
}

.category-buttons {
  width: 50%;
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.category-socials {
  width: 50%;
  padding: 15px 20px 20px;
  border: 1px solid #cfcfcf;
}

.category-buttons a {
  display: flex;
  width: 100%;
  height: 50px;
  color: #000;
  border: 1px solid #cfcfcf;
  align-items: center;
  padding: 0px 22px;
  transition: 0.2s;
}

.category-buttons a:hover {
  color: #ffffff;
  border: 1px solid #003366;
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.category-socials a {
  display: flex;
  gap: 15px;
  transition: 0.2s;
  align-items: center;
  margin-bottom: 5px;
}

.category-socials a:hover {
  color: #646465;
}

.category-socials a img {
  width: 50px;
  height: 50px;
  padding: 12px;
  margin-bottom: 0px;
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.category-socials h3 {
  color: #000;
  font-size: 20px;
  max-width: 170px;
  margin-bottom: 20px;
}

/* карточка товара */

.inner-page .section-dark {
  padding-top: 0px;
}

.product-card__navigation {
  display: none;
}

.product-card__head {
  padding: 0px;
  margin-bottom: 35px;
  border-bottom: none;
}

.product-card__artikul {
  display: none;
}

.product-card__title {
  font-weight: 100;
}

.product-card__container {
  padding: 0px;
}

.product-card__right {
  width: 295px;
  border: 1px solid #cfcfcf;
  margin-left: 15px;
  padding: 35px 40px;
}

.product-card__content {
  width: calc(100% - 500px);
}

.product-card__left {
  width: 370px;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 1px 0px;
  padding: 40px 30px;
  gap: 30px;
  position: relative;
}

.product-card__slideshow {
  width: 500px;
  border: 1px solid #d9d9d9;
  border-width: 1px 0px 1px 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#sync1 {
  margin-bottom: 0px;
  padding: 40px;
}

#sync2 {
  position: absolute;
  bottom: -110px;
  width: 280px;
}

.product-card__personal-cost strong {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Raleway;
  color: #000;
}

.product-card__main-cost {
  color: #181818;
  font-size: 18px;
  font-family: Raleway;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: default;
}

.product-card__main-cost strong {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding-left: 0px;
}

.product-card__personal-cost {
  gap: 15px;
}

.product-card__personal-cost span {
  line-height: 30px;
  color: #181818;
  font-size: 18px;
  font-family: Raleway;
}

.product-card__radio-options span {
  line-height: 24px;
  color: #181818;
  font-size: 18px;
  font-family: Raleway;
  margin-bottom: 6px;
}

.product-card__radio-options {
  gap: 6px;
}

.product-card__radio-options a {
  border-radius: 0px;
  padding: 0px;
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: flex;
  color: #181818;
  border: 1px solid #d9d9d9;
  align-items: center;
  justify-content: center;
}

.product-card__radio-options.product-modification-params a.active,
.product-card__product-mod-param_active {
  background: #fff;
  border-color: #003366;
  color: #000;
}

.product-card__radio-options a:hover {
  background: #003366 !important;
  border-color: #003366 !important;
  color: #fff !important;
}

.product-card__left .shopping-cart-product {
  flex-direction: column;
  align-items: flex-start;
}

.product-card__left .shopping-cart-product .input-number {
  margin-right: 0px;
  padding: 0px;
}

.product-card__left .shopping-cart-product .shopping-cart-btn {
  width: 174px;
  font-weight: 100;
}

.add-to-cart img.cart-icon {
  display: none;
}

.ya-share-block {
  position: absolute;
  bottom: 75px;
  right: 40px;
}

.btn-radius.share-btn .icon-svg {
  margin-right: 10px;
}

#sync1 .owl-nav {
  display: none;
}

#sync2 .item {
  width: 84px;
  height: 80px;
  border: 1px solid #cfcfcf;
}

.product-card {
  margin-bottom: 150px;
}

.product-card__discription {
  display: none;
}

.product-card__right h3 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.product-card__right .form-control {
  border: 1px solid #cfcfcf;
}

.product-card__right .button-theme_primary {
  --color-text: var(--color-button-primary-text, #fff);
  --color-background: #0d0d0d;
  --color-border: #0d0d0d;
  --color-text-hover: var(--color-button-primary-text-hover, var(--color-text));
  --color-background-hover: var(
    --color-button-primary-background-hover,
    #2363d1
  );
  --color-border-hover: var(--color-button-primary-border-hover, #2363d1);
  height: 50px;
  border-radius: 0px;
  font-size: 16px;
  min-width: 174px;
}

.tabs li {
  padding: 0 18px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #181818;
  margin-right: 13px;
  border: 1px solid transparent;
}

.tabs li.active {
  color: #181818;
  border: 1px solid #cfcfcf;
}

.tabs li:hover {
  border: 1px solid #003366;
}

.tab-content {
  padding: 40px 0px;
}

.tab-content p {
  color: #2f2f2f;
  margin-bottom: 35px !important;
}

.tab-content h3 {
  color: #000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 22px;
}

.text-page ol li,
.o-product-tab ol li {
  font-size: 16px;
  line-height: 118%;
  padding-left: 70px;
  color: #2f2f2f;
}

.product-card-container .product-card-content {
  max-width: 700px;
}

.text-page ol li:before,
.o-product-tab ol li:before {
  top: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  font-weight: 100;
  font-size: 16px;
  color: #000;
  line-height: 50px;
}

.char-text__mask {
  font-size: 16px;
}

.char-text:last-child {
  font-size: 16px;
}

.product-set-title {
  font-size: 40px;
  margin-bottom: 35px;
}

.related-products-category {
  margin-bottom: 160px;
}

/* контакты */

.contacts-block__info {
  width: 50%;
  padding: 0px;
}

.contacts-block__map {
  width: 50%;
}

.contacts-block__title {
  display: none;
}

.contacts-block__title-red.address-data {
  display: none;
}

.contact-line {
  display: none;
}

.contacts-about {
  padding: 30px;
  border-bottom: 1px solid #cfcfcf;
}

.contacts-mode {
  padding: 30px;
  border-bottom: 1px solid #cfcfcf;
}

.contacts-socials {
  padding: 30px;
}

.contacts-block {
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  margin-bottom: 100px;
}

.contacts-block__info h3 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 28px;
}

.contacts-about a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  transition: 0.2s;
}

.contacts-about a:hover {
  color: #003366;
}

.contacts-socials a {
  display: flex;
  gap: 15px;
  color: #000000;
  transition: 0.2s;
  align-items: center;
  margin-bottom: 5px;
}

.contacts-socials a:hover {
  color: #646465;
}

.contacts-socials a img {
  width: 50px;
  height: 50px;
  padding: 12px;
  margin-bottom: 0px;
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.contacts-buttons {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}

/* всплывающее окно */

.form-close {
  display: none;
}

.modal .form-control {
  border: 1px solid #cfcfcf;
}

.form-control:valid + .label-name .content-name {
  display: none;
}

.modal .button-theme_primary {
  font-size: 16px;
  border-radius: 0px;
  height: 50px;
  min-width: 174px;
  margin-bottom: 20px;
}

.fancybox-close-small {
  background: var(--white-color)
    url(https://postavkin-group.ru/media/uploads/modal-close.svg) 50% 50%
    no-repeat;
}

/* корзина */

.simple-cart {
  padding-top: 0px;
}

.simple-cart__content {
  max-width: 100%;
}

.shopping-cart-item__name {
  font-size: 16px;
  line-height: 20px;
  font-family: Raleway;
  cursor: default;
}

.shopping-cart-item__name span {
  font-size: 16px;
  line-height: 35px;
  color: #777777;
  text-transform: uppercase;
}

.shopping-cart-item {
  padding: 25px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.shopping-cart-item__delete svg {
  width: 22px;
  height: 22px;
  color: #003366;
}

.shopping-cart-item__uom {
  display: none;
}

.shopping-cart-item__total-cost {
  font-size: 18px;
  font-weight: 500;
  font-family: Raleway;
  margin-left: 40px;
  cursor: default;
  width: 90px;
}

.notifyjs-bootstrap-success {
  display: none;
}

.notifyjs-arrow {
  display: none !important;
}

.shopping-cart-item__cost {
  font-size: 18px;
  font-family: Raleway;
  margin-right: 75px;
}

.delivery-cart {
  padding-right: 0px;
}

.delivery-total ul li {
  margin-bottom: 20px;
  color: #000;
}

.delivery-total__lg {
  font-weight: 500;
}

.simple-cart .form-control {
  border: 1px solid #d9d9d9;
}

div#pickup-section {
  display: none !important;
}

.simple-order-form {
  margin: 0px;
  max-width: 590px;
}

.simple-order-form__group {
  margin: 0px 0px 60px;
}

.simple-order-form__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.new-radio__label {
  color: #000;
}

.simple-order-form__inputs,
.simple-order-form__submit {
  margin-bottom: 0px !important;
}

.simple-order-form .form-group.comment {
  margin-top: 10px !important;
}

.new-radio__label:before {
  border: 1px solid var(--main-elements-color, #2363d1);
}

.new-radio__label:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
}

.simple-cart__form {
  margin-bottom: 100px;
}

.simple-order-form__submit .btn {
  height: 50px;
  font-size: 16px;
  border-radius: 0px;
  max-width: 174px;
}

.simple-cart__form .form-text {
  margin: 20px 0px;
  font-size: 12px;
  line-height: 16px;
}

/* ошибка 404 */

.error__content {
  background: url(https://postavkin-group.ru/media/uploads/error.svg) 90% 0
    no-repeat;
  background-position-y: center;
}

.error__content h1 {
  font-size: 50px;
  width: min-content;
}

.error__content p {
  font-size: 16px;
  line-height: 22px;
  max-width: 330px;
}

.error {
  padding: 150px 0 200px;
}

.error__content .btn {
  width: 160px;
  border-radius: 0px;
  font-size: 16px;
}

/* лк */

.tabs-content--authorizaion {
  max-width: 400px;
}

.tabs li a {
  color: #000;
}

.tabs-content--authorizaion .form-control {
  border: 1px solid #cfcfcf;
}

.tabs-content--authorizaion h2 {
  font-size: 33px;
  color: #000;
  margin-bottom: 30px;
}

.tabs-content--authorizaion .form-gorup-inline .btn {
  height: 50px;
  font-size: 16px;
  margin: 10px 30px 0px 0px;
  border-radius: 0px;
}

.forgot-password {
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
}

.forgot-password:hover {
  color: #666666;
}

.tabs-content--authorizaion .form-gorup-inline .btn:hover {
  background: transparent !important;
  color: #000000 !important;
  border: 1px solid #003366 !important;
}

.lf-main-container .container {
  padding: 0px;
}

.lk-exit .icon {
  display: none;
}

.user-data__avatar {
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #cfcfcf;
}

.lk-main-page__head .user-data__avatar {
  margin-right: 32px;
  margin-bottom: 0px;
}

.user-data__avatar svg {
  color: #000;
  width: 40px;
}

.user-data__content {
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: space-evenly;
}

.user-data__name {
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 16px;
  font-family: Raleway;
  color: #000;
}

.button-theme_secondary {
  border-radius: 0px;
}

.lk-menu-item .icon {
  display: none;
}

.lk-menu-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  transition: 0.3s ease !important;
}

.lk-menu-item__name {
  padding-bottom: 70px;
  color: #000;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  border-bottom: 1px solid #d6d6d6;
}

.lk-menu-item__text {
  max-width: 220px;
}

.lk-menu-item:hover {
  border: 1px solid #ffffff;
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.lk-menu-item:hover .lk-menu-item__name {
  color: #ffffff;
  border-bottom: 1px solid #868686;
}

.lk-menu-item:hover .lk-menu-item__text {
  color: #ffffff;
}

.lk-head {
  margin-bottom: 45px;
}

.lk-head .h1 {
  font-weight: 100;
}

.lk-container .lk-side {
  background: #fff;
  border: 1px solid #cfcfcf;
  height: max-content;
}

.lk-container .lk-side .user-data__avatar {
  border: none;
}

.lk-head .btn-border {
  display: none;
}

.lk-menu li.current a {
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.lk-menu li a {
  color: #000;
  font-weight: 100;
}

.lk-menu li a .icon-svg {
  color: #000000;
}

.lk-container {
  gap: 10px;
}

.lk-container .lk-content {
  padding: 0px;
}

.lk-title {
  display: none;
}

.personal-data {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 10px;
}

.personal-data__item {
  border: 1px solid #cfcfcf;
  padding: 30px 40px;
  height: 406px;
  width: 50%;
}

.personal-data__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 25px;
}

.personal-data__item .form-control {
  border: 1px solid #c5c5c5;
}

.personal-data__item .button-theme_primary {
  height: 50px;
  border-radius: 0px;
  font-size: 16px;
  width: 145px;
}

.tabs-lk-content {
  padding-left: 50px;
}

/* клиентам */

.article-inner__content {
  padding: 0px 0px 100px;
}

.article-inner__share {
  display: none;
}

.clients-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.clients-col {
  width: calc(25% - 8px);
  height: 286px;
  position: relative;
}

.clients-col p {
  padding-left: 20px;
  color: #fff;
}

.clients-col-1 {
  background: linear-gradient(
    161deg,
    rgba(80, 80, 80, 1) 0%,
    rgba(107, 107, 109, 1) 50%,
    rgba(80, 80, 80, 1) 100%
  );
}

.clients-col-2 {
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.clients-col-3 {
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

/* о компании */

.about-row {
  display: flex;
  flex-wrap: wrap;
}

.about-col-1 {
  width: 50%;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
}

.about-col-2 {
  width: 50%;
  border-bottom: 1px solid #cfcfcf;
  background: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.about-col-2 img {
  margin-bottom: 0px;
}

.about-col-1 p {
  max-width: 90%;
}

.about-col-3 {
  width: 50%;
  padding-top: 40px;
  border: 1px solid #cfcfcf;
  border-width: 0px 1px 1px 0px;
  padding-bottom: 60px;
}

.about-row h3 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 25px;
}

.about-row li {
  max-width: 90%;
}

.about-col-4 {
  width: 50%;
  padding-top: 40px;
  border-bottom: 1px solid #cfcfcf;
}

.about-col-5 {
  padding-left: 35px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
}

.about-col-5 p {
  max-width: 90%;
}

.text-page ul li,
.o-product-tab ul li {
  font-size: 16px;
  line-height: 118%;
  color: #2f2f2f;
}

.about-col-6 {
  padding: 35px;
}

.text-page ul li:before,
.o-product-tab ul li:before {
  background-color: #2f2f2f;
}

/* доставка и оплата */

.delivery-p {
  max-width: 700px;
  margin-bottom: 55px !important;
}

.delivery-row {
  display: flex;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.delivery-row h3 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}

.delivery-col-1 {
  width: 50%;
  border-right: 1px solid #cfcfcf;
  padding: 40px 85px 60px 0px;
}

.delivery-col-2 {
  width: 50%;
  padding: 40px 60px 60px;
}

.delivery-col-1 li {
  color: #000 !important;
}

.delivery-col-1 .head-button {
  margin-top: 35px;
}

.delivery-col-1 .head-button:hover {
  color: #000000 !important;
}

/* страница с акциями */

.promo-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.promo-row .promo {
  width: calc(33% - 4px);
}

/* страница с акцией */

.promo-page {
  display: flex;
}

.promo-img {
  width: 458px;
  padding: 35px 0px 0px 35px;
  position: relative;
}

.promo-img-1 {
  background: linear-gradient(
    161deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.promo-img-2 {
  background: linear-gradient(
    161deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.promo-img-3 {
  background: linear-gradient(
    161deg,
    rgba(80, 80, 80, 1) 0%,
    rgba(107, 107, 109, 1) 50%,
    rgba(80, 80, 80, 1) 100%
  );
}

.promo-text {
  width: calc(100% - 458px);
  border: 1px solid #cfcfcf;
  border-width: 1px 1px 1px 0px;
  padding: 35px 90px 35px 55px;
  min-height: 350px;
}

.promo-text .head-button {
  margin-top: 25px;
}

.promo-text .head-button:hover {
  color: #000;
}

.promo-text li {
  color: #000 !important;
}

.promo-img h3 {
  color: #fff;
  font-size: 30px;
  line-height: 123%;
  font-weight: 500;
}

.promo-img img {
  margin-bottom: 0px;
  position: absolute;
  bottom: 24px;
  right: 42px;
}

/* страница с новостями */

.events-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.events-row .col-new {
  width: calc(25% - 8px);
  position: relative;
}

.events-row .col-new img {
  margin-bottom: 0px;
}

/* страница с новостью */

.page-event-row-1 {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 50px;
}

.event-row-1 {
  width: 50%;
}

.event-row-img {
  width: 50%;
}

.event-row-img img {
  margin-bottom: 0px;
  height: 100%;
  object-fit: cover;
}

.event-row-1 p {
  max-width: 90%;
  margin-bottom: 0px;
}

.page-event-row-2 h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
}

.article-inner .head-button:hover {
  color: #000;
}

.event-text {
  margin-bottom: 50px !important;
  max-width: 1050px;
}

.page-event-row-3 {
  display: flex;
  gap: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 50px;
}

.event-row-3 {
  width: 25%;
}

.event-row-3 h4 {
  font-size: 20px;
  margin-top: 25px;
  font-weight: 800;
  margin-bottom: 25px;
}

.event-row-3 h4 strong {
  font-weight: 500;
  color: #000000;
}

.event-row-3 p {
  max-width: 95%;
}

.event-row-2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 50px;
}

.event-header {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
  max-width: 280px;
  line-height: 120%;
}

/* анимация главного экрана */

.head-3 {
  animation: 0.6s show ease;
}

.head-9 {
  animation: 1.5s show ease;
}

.head-6 {
  animation: 2s show ease;
}

.head-10 {
  animation: 2s show ease;
}

@keyframes show {
  from {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

/* адаптив */

@media (max-width: 1280px) and (min-width: 991px) {
  .__header .contact-box a {
    font-size: 14px;
  }

  .__header .options-box .nav-items li a {
    font-size: 14px;
  }

  .__header .logo img {
    max-width: 120px;
  }

  .__header .catalog-btn {
    font-size: 14px;
    margin-right: 30px;
  }

  .__header .catalog-btn span:first-child {
    left: 20px;
  }

  .general--width {
    max-width: 235px;
  }

  .__header .option-items li:last-child a {
    color: #0d0d0d;
    width: 0px;
    margin-left: 15px;
  }

  .__header .option-items li:last-child a:hover {
    color: #0d0d0d;
  }

  .__header .option-items li {
    width: 50%;
  }

  .__header .option-items li a {
    padding-left: 0px;
  }

  .__header .option-items li img {
    max-width: 100%;
    min-width: 18px;
    max-height: 18px;
  }

  .__header .option-items li a.header-cart {
    margin-left: 15px;
  }

  .__header .contact-box {
    margin-right: 0;
  }

  .__header .catalog-btn {
    padding-left: 45px;
    max-width: 130px;
  }

  .__header .search-box {
    max-width: 220px;
  }

  .__header .row .col-lg-2 {
    width: 24%;
  }

  .__header .row .col-lg-2:first-child {
    width: 15%;
  }

  .__header .row .col-lg-2:last-child {
    width: 15%;
  }

  .head-3 {
    height: 340px;
  }

  .head-6 {
    height: 340px;
  }

  .head-9 {
    height: 340px;
  }

  .head-2 .head-button {
    width: 100%;
  }

  .head-10 {
    padding-top: 169px;
  }

  .promo h3 {
    font-size: 20px;
  }

  .electro-button .secondary-button {
    max-width: calc(33% - 99px);
  }

  .promo-button .secondary-button {
    max-width: calc(33% - 99px);
  }

  .cart-block img {
    margin-bottom: 20px;
  }

  .news-button .head-button {
    width: calc(33% - 63px);
  }

  .promo-set-button .secondary-button {
    max-width: calc(33% - 99px);
  }

  .fastener-button .secondary-button {
    max-width: calc(33% - 99px);
  }

  .feedback-form .question-form {
    padding: 50px;
  }

  .footer-content__menu {
    flex-direction: column;
    width: calc(100% - 700px);
  }

  .footer-content__column {
    flex: 0 0 auto;
  }

  .footer-content__column--lg {
    flex: 1 1 auto;
    margin-bottom: 50px;
  }

  .seo-col-2 {
    padding-left: 45px;
  }

  .seo-col-2 p {
    max-width: 390px;
  }

  .seo-block::before {
    right: calc(50% - 650px);
    top: 130px;
  }

  .partners-button .head-button {
    width: calc(33% - 65px);
  }

  .new-img {
    max-height: 260px;
    object-fit: cover;
  }

  .catalog-menu-item {
    width: 225px;
  }

  .category-col-2 {
    width: calc(100% - 297px);
  }

  .product-card__slideshow {
    width: 350px;
  }

  .product-card__content {
    width: calc(100% - 350px);
  }

  #sync1 {
    padding: 30px;
  }

  .ya-share-block {
    display: none;
  }

  .product-card__right {
    padding: 25px;
  }

  .product-card__left {
    padding: 25px 30px;
    gap: 35px;
  }

  .product-card__left {
    margin-bottom: 0px;
  }

  .product-card__content {
    flex-direction: row;
  }

  .product-card__right {
    margin-bottom: 0px;
  }

  .raised-floor-form h2 {
    max-width: 450px;
  }

  .raised-floor-col-1 p {
    max-width: 360px;
  }

  .raised-floor-col-1 {
    width: 55%;
  }

  .raised-floor-col-2 {
    width: 45%;
  }

  .personal-data__item {
    padding: 30px;
  }

  .clients-col {
    height: 266px;
  }

  .promo-row .promo {
    height: 420px;
  }

  .promo-row .promo p {
    max-width: 185px;
    font-size: 14px;
  }

  .promo-img img {
    margin-bottom: 0px;
    position: absolute;
    bottom: auto;
    top: 220px;
    right: 25%;
  }

  .events-row .col-new {
    height: 375px;
  }

  .event-row-3 h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .header--mob {
    display: none;
  }

  .header--bottom-mob {
    display: none;
  }

  .__header {
    display: flex !important;
  }

  .__header .options-box {
    display: none;
  }

  .__header .catalog-btn {
    display: none;
  }

  .__header .contact-box p.toggled {
    display: none;
  }

  .__header .col-lg-2 {
    width: auto;
    max-width: 20%;
  }

  .pl--0 {
    width: 45%;
  }

  .__header .logo img {
    max-width: 140px;
  }

  .__header .row {
    justify-content: space-between;
  }

  .__header .contact-box {
    min-width: 0px;
    justify-content: center;
  }

  .__header .contact-box a {
    font-size: 14px;
  }

  .__header .custom-block {
    border-right: 0px;
  }

  .promo-button .secondary-button {
    max-width: calc(50% - 99px);
  }

  .head-col-1 {
    width: 66.6%;
  }

  .head-col-2 {
    width: 33.3%;
    flex-direction: column;
  }

  .head-7 {
    width: 100%;
  }

  .head-offer::before {
    height: 1000px;
    width: 1000px;
  }

  .head-10 {
    padding-top: 20px;
    padding-left: 17px;
    margin-bottom: 0px;
    width: 100%;
  }

  .wide-button {
    width: calc(100% - 17px);
    justify-content: flex-start;
    padding: 0px 27px;
    margin-left: 17px;
  }

  .product-item .input-number {
    width: calc(100% - 90px);
  }

  .electro-button .secondary-button {
    max-width: calc(33% - 99px);
  }

  .fastener-button .secondary-button {
    max-width: calc(33% - 99px);
  }

  .promo-set-button .secondary-button {
    max-width: calc(33% - 99px);
  }

  .general--width {
    max-width: 100%;
  }

  .cart-buttons .secondary-button {
    width: 220px;
  }

  .cart-buttons .head-button {
    width: 220px;
  }

  .cart-block img {
    margin-bottom: 20px;
  }

  .new-img {
    max-height: 270px;
    object-fit: cover;
  }

  .news-button .head-button {
    width: calc(50% - 64px);
  }

  .news-button {
    margin-bottom: 80px;
  }

  .partner {
    height: 160px;
    padding: 25px;
  }

  .seo-col-1 {
    display: none;
  }

  .seo-col-2 {
    padding-top: 100px;
    padding-left: 0px;
  }

  .seo-block::before {
    right: calc(50% - 550px);
    top: 50px;
  }

  .feedback-form .question-form {
    padding: 50px;
  }

  .footer-subscribe {
    flex-direction: column;
    gap: 10px;
  }

  .footer-subscribe input {
    width: 100%;
    border-width: 1px;
  }

  .footer-right {
    width: 35%;
  }

  .footer-first-column {
    width: 30%;
  }

  .footer-content__menu {
    width: 35%;
    flex-direction: column;
  }

  .question-main {
    padding: 0px;
  }

  .partners-button .head-button {
    width: calc(33% - 64px);
    padding: 0px 30px;
  }

  .catalog-menu-item {
    width: calc(33% - 4px) !important;
    margin: 0px !important;
  }

  .catalog-container .catalog-filter {
    width: 240px;
  }

  .catalog-container .catalog-body {
    width: calc(100% - 257px);
  }

  .category-col-1 {
    width: 240px;
  }

  .category-col-2 {
    width: calc(100% - 257px);
  }

  .product-card__right {
    display: none;
  }

  .product-card__left {
    margin-bottom: 0px;
  }

  .product-card__slideshow {
    width: 400px;
  }

  .product-card__content {
    width: calc(100% - 400px);
  }

  .product-card__left {
    width: 100%;
  }

  .ya-share-block {
    position: sticky;
  }

  #sync1 {
    padding: 20px;
  }

  .product-card__left .shopping-cart-product {
    max-width: 174px;
  }

  .product-card__left .shopping-cart-product .input-number {
    width: 100%;
  }

  .contacts-buttons {
    gap: 10px;
    flex-direction: column;
  }

  .product-item .st-button_primary {
    max-width: 100%;
  }

  .raised-floor-col-2 {
    width: 45%;
    padding: 30px;
  }

  .raised-floor-col-1 {
    width: 55%;
  }

  .raised-floor-col-1 p {
    max-width: 75%;
  }

  .raised-floor-form h2 {
    font-size: 30px;
    max-width: 380px;
  }

  .error__content {
    background: url(https://postavkin-group.ru/media/uploads/error.svg) 100% 0
      no-repeat;
    background-position-y: center;
  }

  .error__content p {
    max-width: 250px;
  }

  .error {
    padding: 100px 0px;
  }

  .lk-menu-item {
    padding: 20px 20px 30px;
    height: 180px;
  }

  .lk-menu-item__name {
    font-size: 18px;
    padding-bottom: 50px;
  }

  .personal-data {
    flex-direction: column;
  }

  .personal-data__item {
    width: 100%;
    margin-bottom: 0px;
  }

  .clients-col {
    width: calc(33% - 15px);
  }

  .about-col-1 {
    padding-bottom: 15px;
  }

  .about-row h3 {
    font-size: 22px;
  }

  .delivery-col-2 {
    padding: 40px 40px 60px;
  }

  .promo-row .promo {
    width: calc(50% - 5px);
  }

  .promo-img {
    width: 350px;
  }

  .promo-img h3 {
    font-size: 26px;
    max-width: 280px;
  }

  .promo-img img {
    margin-bottom: 0px;
    position: absolute;
    bottom: auto;
    top: 220px;
    right: 20%;
  }

  .promo-text {
    width: calc(100% - 350px);
    padding: 35px;
  }

  .events-row .col-new {
    width: calc(33% - 8px);
  }

  .events-row .new-img {
    height: 220px;
    object-fit: cover;
  }

  .page-event-row-1 {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .event-row-1 {
    width: 100%;
  }

  .event-row-1 p {
    max-width: 100%;
  }

  .event-row-img {
    width: 100%;
  }

  .page-event-row-3 {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .event-row-3 {
    width: calc(50% - 5px);
  }

  .event-row-3 h4 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .header--mob {
    background: #0d0d0d;
    height: 80px;
    border-bottom: 1px solid #383838;
  }

  .pr--0 {
    display: none;
  }

  .header--mob .row {
    justify-content: space-between;
    height: 80px;
  }

  .header--mob .logo img {
    max-width: 100px;
    width: 100px;
  }

  .burger-box {
    height: 80px;
    border-left: 1px solid #383838;
    justify-content: flex-end;
  }

  .pl--0 {
    width: auto;
  }

  .header--mob .cart-mob {
    margin-right: 0px;
    width: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header--mob .cart--counter {
    display: none;
  }

  .header--mob .cart-mob::after {
    content: "Корзина";
    display: block;
  }

  .header--mob .cart-mob::after {
    content: "Корзина";
    display: block;
    color: #fff;
    font-size: 12px;
  }

  .burger-box #my-button {
    margin-left: 0px;
    height: 80px;
    border-left: 1px solid #383838;
    padding: 0px 30px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .section-first {
    display: none !important;
  }

  .burger-box svg {
    color: #646465;
    width: 27px;
  }

  .burger-box #my-button::after {
    content: "Меню";
    display: block;
    color: #fff;
    font-size: 12px;
  }

  .burger-box svg rect {
    width: 27px;
  }

  .head-1 {
    display: none;
  }

  .head-row {
    flex-direction: column;
  }

  .head-col-1 {
    width: 100%;
  }

  .head-2 {
    width: 100%;
    border-left: none;
  }

  .head-2 h1 {
    padding-left: 0px;
    font-size: 40px;
    margin-bottom: 30px;
  }

  .head-2 {
    height: auto;
  }

  .head-2 p {
    padding-left: 0px;
    margin-bottom: 136px;
  }

  .head-2 .head-button {
    margin-left: auto;
    width: 50%;
    padding: initial;
    font-size: 14px;
  }

  .head-2 p {
    font-size: 14px;
    max-width: 200px;
  }

  .head-offer::before {
    height: 630px;
    width: 50%;
    background-position: right;
    background-size: contain;
    right: -20px;
  }

  .head-3 {
    height: auto;
    aspect-ratio: 168 / 262;
  }

  .head-6 {
    height: auto;
    aspect-ratio: 168 / 262;
  }

  .head-9 {
    height: auto;
    aspect-ratio: 168 / 262;
  }

  .arrow {
    height: 30px;
    width: 30px;
  }

  .text-page p {
    font-size: 14px;
    line-height: 18px;
    cursor: default;
    letter-spacing: 0px;
  }

  .head-4 {
    padding-bottom: 45px;
  }

  .head-5 {
    padding-bottom: 45px;
  }

  .head-col-2 {
    width: 100%;
    padding-top: 0px;
  }

  .head-7 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .head-8 {
    padding: 35px 0px 0px;
    border: none;
    margin-bottom: 15px;
  }

  a {
    font-size: 14px;
  }

  .head-8 a {
    gap: 5px;
  }

  .head-10 {
    padding-top: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
  }

  .head-button {
    height: 40px;
  }

  .head-10 a {
    padding: 0px 17px;
    height: 40px;
  }

  .wide-button {
    height: 40px;
  }

  .promo-slider-wrapper {
    margin-top: -320px;
  }

  .slider-constructor {
    padding-top: 0px;
  }

  .promo-slider-wrapper h2 {
    font-size: 30px;
    margin-bottom: 25px !important;
  }

  .promo .arrow {
    height: 40px;
    width: 40px;
  }

  .promo::before {
    bottom: 80px;
  }

  .promo::after {
    height: 80px;
    right: 80px;
  }

  p {
    line-height: 18px;
    font-size: 14px;
  }

  .promo p {
    max-width: 178px;
  }

  .promo {
    height: 440px;
  }

  .slider-constructor .slick-dots {
    display: none !important;
  }

  .slider-constructor .slick-next {
    display: flex !important;
  }

  .slider-constructor .slick-next {
    bottom: -50px;
    height: 40px;
    width: 50px;
  }

  .promo-button .secondary-button {
    margin-right: 55px;
    max-width: calc(100% - 55px);
  }

  .secondary-button {
    height: 40px;
  }

  .promo-button {
    margin-bottom: 60px;
  }

  .set-wrapper h2 {
    font-size: 30px;
    margin-bottom: 25px !important;
  }

  .product-item__link {
    flex-direction: column;
  }

  .product-item__image {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .product-item__flag--new {
    padding: 0 10px;
    margin-top: 8px;
    margin-left: 13px;
    font-size: 10px;
  }

  .product-item__head {
    margin-bottom: 10px;
    padding: 0px 10px;
  }

  .product-item__name {
    font-size: 14px;
    line-height: 18px;
    padding: 0px 10px;
    height: 85px;
    margin-bottom: 15px;
  }

  .product-item__cost {
    padding: 0px 10px;
  }

  .with-online-price .product-item__cost-product,
  .product-card__personal-cost.with-online-price {
    font-size: 14px;
  }

  .product-item__cost-product {
    font-size: 14px;
  }

  .product-item__cost-product span {
    font-size: 14px;
  }

  .product-item__cost {
    flex-direction: row;
  }

  .product-item__cost-label {
    margin-left: 10px;
    margin-top: -5px;
  }

  .shopping-cart-btn {
    width: 30px;
    height: 30px;
  }

  .input-number {
    display: flex;
  }

  .product-item__content-bottom {
    padding: 10px;
    width: 100%;
  }

  .input-number {
    width: calc(100% - 60px);
    margin: 0px;
    padding: 0px;
    height: 30px;
  }

  .custom-icon {
    width: 18px;
  }

  .product-item .input-number .order-up {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .product-item .input-number .order-down {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .product-item .input-number .order-up:after {
    width: 8px;
  }

  .product-item .input-number .order-up:before {
    height: 8px;
  }

  .product-item .input-number .order-down:before {
    width: 8px;
  }

  .product-item::before {
    bottom: 50px;
  }

  .product-item::after {
    height: 50px;
    right: 52px;
  }

  .product-item__content-top {
    padding: 0px 0px 85px;
  }

  .electro-button .secondary-button {
    margin-right: 55px;
    max-width: calc(100% - 55px);
  }

  .fastener-header h2 {
    font-size: 30px;
  }

  .fastener-header {
    margin-bottom: 25px;
  }

  .fastener-button .secondary-button {
    margin-right: 55px;
    max-width: calc(100% - 55px);
  }

  .fastener-button {
    margin-bottom: 60px;
  }

  .cart-block h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 15px;
    max-width: min-content;
  }

  .cart-block p {
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
  }

  .cart-block img {
    margin-bottom: 45px;
    width: 535px;
    max-width: 200%;
  }

  .cart-buttons {
    gap: 5px;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .cart-buttons .secondary-button {
    width: 100%;
  }

  .cart-buttons .head-button {
    width: 100%;
  }

  .cart-block .container::after {
    display: none;
  }

  .news-slider-wrapper .mb-25 {
    font-size: 30px;
    margin-bottom: 25px !important;
  }

  .news-button .head-button {
    width: calc(100% - 55px);
    margin-right: 55px;
  }

  .col-new {
    height: 290px;
  }

  .col-new p {
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .new-img {
    height: 162px;
    object-fit: cover;
  }

  .news-button {
    padding-bottom: 70px;
    margin-bottom: 60px;
  }

  .promo-header h2 {
    font-size: 30px;
  }

  .promo-header {
    margin-bottom: 25px;
  }

  .promo-set-button .secondary-button {
    margin-right: 55px;
    max-width: calc(100% - 55px);
  }

  .promo-set-button {
    margin-bottom: 60px;
  }

  .seo-col-1 {
    display: none;
  }

  .seo-col-2 {
    width: 100%;
    padding-top: 70px;
    padding-left: 0px;
  }

  .seo-col-2 h2 {
    font-size: 30px;
    max-width: 300px;
  }

  .seo-col-2 h2::before {
    content: "О компании";
    display: flex;
    background: #ffffff;
    color: #000;
    font-size: 12px;
    font-family: Raleway !important;
    width: 95px;
    height: 20px;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .seo-buttons {
    width: 50%;
  }

  .seo-socials {
    width: 50%;
    padding: 13px;
    margin-top: 180px;
  }

  .seo-mobile {
    display: none;
  }

  .seo-buttons a {
    padding: 0px 30px;
  }

  .seo-socials h3 {
    margin-bottom: 40px;
    max-width: 130px;
    font-size: 14px;
    line-height: 18px;
  }

  .seo-socials a img {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .seo-socials a {
    gap: 7px;
    font-size: 12px;
  }

  .seo-block .container::after {
    display: none;
  }

  .seo-block::before {
    height: 780px;
    width: 55%;
    background-position: right;
    right: 0px;
    background-size: contain;
  }

  .seo-block {
    padding-bottom: 70px;
  }

  .seo-cols {
    margin-bottom: 0px;
  }

  .partners-header h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }

  .partner {
    height: 110px;
    padding: 15px;
    background: linear-gradient(
      161deg,
      rgba(21, 21, 21, 1) 0%,
      rgba(39, 39, 39, 1) 50%,
      rgba(21, 21, 21, 1) 100%
    );
  }

  .partners-button .head-button {
    margin-right: 55px;
    width: calc(100% - 55px);
  }

  .feedback-form {
    padding: 70px 0px 20px !important;
  }

  .feedback-form .question-form {
    padding: 60px 40px;
  }

  section.feedback-form .h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .form-control {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .question-form__column {
    width: 100%;
  }

  .content-name {
    top: 12px;
  }

  .question-main .btn {
    height: 40px;
    font-size: 14px;
    min-width: 140px;
  }

  .question-form form .btn {
    width: 140px;
  }

  section.feedback-form .form-text {
    display: none;
  }

  footer {
    padding: 40px 0 0px 0;
  }

  .footer-right {
    width: 100%;
  }

  .footer-content__menu {
    width: 100%;
  }

  .footer-first-column .logo img {
    max-width: 170px;
    margin-bottom: 20px;
  }

  .footer-bottom__left {
    text-align: center;
  }

  .footer-content {
    padding-bottom: 30px;
  }

  .header-top-bg-color {
    display: none !important;
  }

  .inner-page h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .page-head {
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 0px;
  }

  .breadcrumbs a:first-child {
    font-size: 14px;
  }

  .breadcrumbs {
    font-size: 14px;
  }

  .catalog-menu-item {
    width: calc(50% - 5px) !important;
    margin: 0px !important;
  }

  .catalog-menu.catalog-categories-block {
    margin-bottom: 60px;
  }

  .catalog-container .catalog-body {
    width: 100%;
    margin-bottom: 60px;
  }

  .category-col-1 {
    display: none;
  }

  .category-col-2 {
    width: 100%;
  }

  .category-col-2 h2 {
    font-size: 30px;
    max-width: 370px;
  }

  .pagination {
    padding-top: 40px;
    justify-content: flex-start;
  }

  .category-row {
    margin-bottom: 60px;
  }

  .pagination span {
    width: 40px;
    height: 40px;
  }

  .pagination .next {
    width: 50px;
    height: 40px;
  }

  .pagination .prev {
    width: 50px;
    height: 40px;
  }

  .catalog-head {
    display: flex;
  }

  .catalog-sorting__title {
    color: #666666;
    opacity: 1;
    font-family: Raleway;
  }

  .dropdown-select {
    color: #000;
    font-family: Raleway;
  }

  .dropdown-select {
    border: 1px solid #cfcfcf;
    border-radius: 0px;
  }

  .filter-btn {
    display: block;
    box-shadow: none;
    background: #003366
      url(https://postavkin-group.ru/static/images/filter-btn.svg) 50% 50%
      no-repeat;
    border-radius: 0px;
  }

  .catalog-container .catalog-filter {
    width: 100%;
    background: #fff;
  }

  .mobile-menu-head__title {
    font-size: 30px;
    font-weight: 100;
    color: #000;
    line-height: 60px;
    font-family: Coolvetica !important;
  }

  .catalog-filter .catalog-filter-body {
    background: #fff;
  }

  .catalog-filter__btns .btn {
    width: calc(100% - 10px);
  }

  .btn-link {
    border: none !important;
    background: transparent !important;
  }

  .product-card__head {
    margin-bottom: 0px;
  }

  .product-card__slideshow {
    width: 100%;
    border-width: 1px;
  }

  #sync1 {
    padding: 10px;
  }

  #sync1.owl-theme .owl-dots {
    top: -10px;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
  }

  .inner-page .slider-constructor .slick-prev {
    display: flex !important;
    bottom: -50px;
    height: 40px;
    width: 50px;
    right: 60px;
  }

  .related-products-category {
    margin-bottom: 100px;
  }

  .product-card-bottom__artikul {
    display: none;
  }

  .product-set-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .product-card__content {
    width: 100%;
  }

  .product-card__left {
    width: 100%;
    border-width: 1px;
  }

  .ya-share-block {
    position: static;
  }

  .product-card__rating {
    display: none;
  }

  .product-card__right {
    width: 100%;
    margin-left: 0px;
    padding: 35px 30px;
  }

  .product-card__slideshow {
    margin-bottom: 20px;
  }

  .product-card__left .shopping-cart-product .input-number {
    width: 174px;
  }

  .product-card {
    margin-bottom: 20px;
  }

  .text-page ol li,
  .o-product-tab ol li {
    font-size: 14px;
  }

  .tab-content h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .tab_drawer_heading {
    font-family: Raleway;
    font-weight: 500;
    font-size: 18px;
    padding: 0 30px;
    color: #000;
    border: 1px solid #cfcfcf;
    font-style: normal;
    background-color: #ffffff;
    margin-bottom: 20px;
  }

  .d_active {
    border: 1px solid #003366;
  }

  .tab_drawer_heading .icon {
    right: 30px;
  }

  .tab-content {
    padding: 20px 0px;
  }

  .char-text:first-child {
    width: 40%;
  }

  .char-text:last-child {
    width: 60%;
    text-align: end;
  }

  .char li {
    flex-direction: row;
    gap: 5px;
  }

  .product-card__head {
    align-items: flex-start;
  }

  .contacts-block__map {
    width: 100%;
  }

  .contacts-block__info {
    width: 100%;
  }

  .contacts-block {
    margin-bottom: 60px;
  }

  .product-item .st-button_primary {
    margin: -10px;
    max-width: calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
  }

  .product-item .st-button_primary:hover {
    background-color: #ffffff !important;
  }

  .modal {
    background: #fff;
  }

  .modal .h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .modal .button-theme_primary {
    font-size: 14px;
    height: 40px;
    max-width: 174px;
  }

  .delivery-cart {
    padding: 0px;
  }

  .simple-cart__form .form-text {
    margin-left: 0px;
    margin-top: 20px;
    font-size: 14px;
  }

  .simple-cart__form {
    margin-bottom: 40px;
  }

  .simple-order-form__title {
    font-size: 18px;
    max-width: 200px;
    margin-bottom: 20px;
  }

  .shopping-cart-item__name {
    width: calc(100% - 50px);
  }

  .shopping-cart-item__cost {
    margin-right: auto;
  }

  .shopping-cart-item__total-cost {
    margin-left: auto;
    width: auto;
  }

  .shopping-cart-item .input-number {
    width: 120px;
  }

  .raised-floor-row {
    flex-direction: column;
    gap: 5px;
  }

  .raised-floor-col-1 {
    width: 100%;
  }

  .raised-floor-col-2 {
    width: 100%;
    padding: 30px 30px 20px;
  }

  .raised-floor-col-2 .button-theme_primary {
    height: 40px;
    font-size: 14px;
    max-width: 145px;
    margin: 0px 0px 15px;
  }

  .falsh-img {
    gap: 5px;
  }

  .raised-floor-form {
    padding: 0px 0px 70px;
  }

  .cart-block {
    padding: 60px 0px 70px;
  }

  .raised-floor-form h2 {
    font-size: 30px;
  }

  .error__content {
    background-position-y: top;
    background-size: contain;
    padding-top: 60%;
  }

  .error {
    padding: 60px 0px 100px;
  }

  .error__content h1 {
    width: max-content;
  }

  .tabs-content--authorizaion {
    max-width: 100%;
    padding-top: 30px;
  }

  .tabs-content--authorizaion h2 {
    font-size: 30px;
  }

  .tabs-content--authorizaion .form-gorup-inline .btn {
    height: 40px;
    font-size: 14px;
    margin: 0px 30px 0px 0px;
  }

  .forgot-password {
    margin-top: 0px;
  }

  .mobile-menu-item {
    background-color: #ffffff;
    padding: 0 20px;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    font-weight: 500;
  }

  .lk-main-page__head .user-data {
    padding-left: 120px;
  }

  .mobile-menu-item .icon {
    right: 25px;
    top: -2px;
  }

  .lk-main-page__head .user-data__name {
    margin-bottom: 0px;
  }

  .lf-main-container {
    margin-bottom: 60px;
  }

  .page-head {
    align-items: flex-end;
    gap: 40px;
  }

  .lk-container .lk-side {
    border: none;
  }

  .lk-container .lk-side .user-data__avatar {
    border: 1px solid #cfcfcf;
  }

  .user-data {
    padding-left: 120px;
    margin-bottom: 100px;
  }

  .lk-container .lk-content {
    width: 100%;
    margin: 0px;
  }

  .personal-data__item {
    border: none;
    padding: 30px 0px 0px;
    height: max-content;
    width: 100%;
  }

  .personal-data {
    flex-direction: column;
  }

  .personal-data {
    margin-bottom: 40px;
  }

  .personal-data__title {
    font-size: 18px;
  }

  .btn-border .icon {
    display: none;
  }

  .tabs-lk-content {
    padding-left: 0px;
    padding: 30px 0px 60px;
  }

  .btn-exit {
    border: 1px solid #003366;
    border-radius: 0px;
    color: #000;
    background: transparent;
  }

  .btn-exit:hover {
    color: #ffffff;
    background: #003366;
  }

  .mobile-menu-item.active {
    color: #000;
    border-color: #003366;
  }

  .article-inner {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
  }

  .clients-col {
    width: calc(50% - 2.5px);
  }

  .clients-row {
    gap: 5px;
  }

  .clients-col {
    position: relative;
    height: auto;
    aspect-ratio: 290 / 360;
  }

  .about-col-1 {
    width: 100%;
    padding-bottom: 15px;
  }

  .about-col-2 {
    width: 100%;
    border-bottom: none;
    padding: 0px;
  }

  .about-col-3 {
    width: 100%;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
  }

  .about-row h3 {
    font-size: 22px;
  }

  .about-col-4 {
    width: 100%;
  }

  .about-col-5 {
    padding-left: 0px;
  }

  .about-col-6 {
    padding: 35px 0px;
  }

  .article-inner__content {
    padding: 0px 0px 60px;
  }

  .about-col-1 p {
    max-width: 100%;
  }

  .about-row li {
    max-width: 100%;
  }

  .about-col-5 p {
    max-width: 100%;
  }

  .text-page ul li,
  .o-product-tab ul li {
    font-size: 14px;
  }

  .delivery-p {
    margin-bottom: 35px !important;
  }

  .delivery-col-1 {
    width: 100%;
    padding: 40px 0px;
  }

  .delivery-row {
    flex-direction: column;
  }

  .delivery-col-1 {
    border-right: none;
    border-bottom: 1px solid #cfcfcf;
  }

  .delivery-col-2 {
    width: 100%;
    padding: 40px 0px;
  }

  .delivery-row h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .promo-row .promo {
    width: 100%;
  }

  .promo-page {
    flex-direction: column;
  }

  .promo-img {
    height: 380px;
  }

  .promo-text {
    width: 100%;
    border-width: 0px 1px 1px 1px;
    padding: 35px;
  }

  .promo-img {
    width: 100%;
  }

  .events-row .col-new {
    width: calc(50% - 5px);
  }

  .page-event-row-1 {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .event-row-1 {
    width: 100%;
  }

  .event-row-1 p {
    max-width: 100%;
  }

  .event-row-img {
    width: 100%;
  }

  .page-event-row-2 h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .event-header {
    font-size: 22px;
    margin-bottom: 20px;
    max-width: 220px;
  }

  .event-row-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-event-row-3 {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }

  .event-text {
    margin-bottom: 30px !important;
  }

  .event-row-3 h4 strong br {
    display: none;
  }

  .event-row-3 img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .shopping-cart-product .btn-border {
    max-height: 30px;
  }
}

@media (min-width: 578px) and (max-width: 768px) {
  .promo {
    height: 500px;
  }

  .with-online-price .product-item__cost-product,
  .product-card__personal-cost.with-online-price {
    font-size: 20px;
  }

  .product-item__cost-product {
    font-size: 20px;
  }

  .product-item__cost-product span {
    font-size: 20px;
  }

  .col-new p {
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .promo p {
    max-width: 190px;
    font-size: 16px;
  }

  .seo-col-2 p {
    max-width: 300px;
  }

  .seo-socials {
    padding: 22px;
  }

  .seo-socials h3 {
    max-width: 170px;
    font-size: 20px;
    line-height: 24px;
  }

  .seo-socials a {
    gap: 15px;
    font-size: 14px;
  }

  .header-little {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .header {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .modal {
    padding: 60px 100px;
  }

  .clients-col p {
    font-size: 18px;
    font-weight: 500;
  }

  .clients-col .arrow {
    height: 50px;
    width: 50px;
  }

  .clients-col {
    aspect-ratio: 290 / 330;
  }
}

@media (max-width: 480px) {
  .catalog-menu-item__name {
    left: 12px;
    top: 12px;
    font-size: 13px;
    line-height: 17px;
    max-width: 120px;
  }

  .category-cols {
    flex-direction: column;
  }

  .category-buttons {
    width: 100%;
  }

  .category-socials {
    width: 100%;
  }

  .contacts-buttons {
    gap: 10px;
    flex-direction: column;
  }

  .modal .h2 {
    text-align: left;
  }

  .tabs-content--authorizaion .form-gorup-inline .btn {
    margin: 0px 0px 20px;
  }

  .clients-col p {
    padding-left: 15px;
  }

  .promo-img h3 {
    font-size: 22px;
  }

  .promo-text {
    padding: 25px;
  }

  .promo-img {
    padding: 25px 0px 0px 25px;
  }

  .promo-img {
    height: 340px;
  }
}

.catalog-side__content ul li a {
  color: #000000;
}

.catalog-side {
  background-color: #ffffff !important;
  border: 1px solid #dfdfdf !important;
}

.catalog-side__title {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.catalog-side__title .icon svg {
  color: #000000 !important;
}

.menu-item.active {
  background-color: #f3f3f3 !important;
}

.menu-item.active a {
  color: #000000 !important;
}

.catalog-side__content ul li a:hover,
.catalog-side__content .submenu a:hover {
  color: rgba(0, 51, 102, 1) !important;
}

.catalog-side__content .submenu li {
  background-color: #ffffff;
}

.catalog-side__content .submenu a {
  background-color: #ffffff !important;
}

.catalog-side__content .submenu li {
  background-color: #f3f3f3;
}

.shopping-cart-product .btn-border {
  flex: auto;
}

/* новый оффер */

.head-col-2 {
  padding-top: 50px;
}

.head-9 .header {
  width: 100% !important;
}

.head-9 .head-text {
  width: min-content;
}

.head-2 {
  justify-content: flex-start;
}

.head-2 h1 {
  font-size: 42px;
  margin-bottom: 35px;
}

.head-2 .head-button {
  margin-left: 15px;
  margin-top: 30px;
}

.head-10 {
  padding-top: 132px;
  margin-bottom: 0;
}

.head-2 {
  height: 446px;
}

.head-4 {
  height: 396px;
}

.head-11 {
  margin-bottom: 40px;
}

.head-9 {
  background: none;
}

.head-4 {
  padding: 0;
  justify-content: flex-start;
}

.head-4 .head-text {
  color: #868686;
  height: 133px;
  border: 1px solid #252525;
  padding: 70px 0 23px 23px;
  font-weight: 500 !important;
}

.head-4 .head-text:last-child {
  margin-top: -1px;
}

.head-text-1 {
  height: 264px !important;
}

.head-3 {
  background-image:
    url(https://postavkin-group.ru/media/uploads/offer-img-1.webp),
    linear-gradient(
      152deg,
      rgba(80, 80, 80, 1) 0%,
      rgba(107, 107, 109, 1) 50%,
      rgba(80, 80, 80, 1) 100%
    );
  background-size: cover;
  background-position: center;
}

.head-6 {
  background-image:
    url(https://postavkin-group.ru/media/uploads/offer-img-2.webp),
    linear-gradient(
      152deg,
      rgba(21, 21, 21, 1) 0%,
      rgba(39, 39, 39, 1) 50%,
      rgba(21, 21, 21, 1) 100%
    );
  background-size: cover;
  background-position: center;
}

.head-7.grey {
  background-image:
    url(https://postavkin-group.ru/media/uploads/offer-img-3.webp),
    linear-gradient(
      152deg,
      rgba(21, 21, 21, 1) 0%,
      rgba(39, 39, 39, 1) 50%,
      rgba(21, 21, 21, 1) 100%
    );
  background-size: cover;
  background-position: center;
}

.head-7.blue {
  background-image:
    url(https://postavkin-group.ru/media/uploads/offer-img-4.webp),
    linear-gradient(
      152deg,
      rgba(0, 51, 102, 1) 0%,
      rgba(34, 88, 141, 1) 50%,
      rgba(0, 51, 102, 1) 100%
    );
  background-size: cover;
  background-position: center;
}

.head-11 {
  background-image:
    url(https://postavkin-group.ru/media/uploads/offer-img-5.webp),
    linear-gradient(
      152deg,
      rgba(0, 51, 102, 1) 0%,
      rgba(34, 88, 141, 1) 50%,
      rgba(0, 51, 102, 1) 100%
    );
  background-size: cover;
  background-position: center;
}

.head-12 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 40px;
  padding-bottom: 40px;
  gap: 2px;
}

.head-12 .head-text {
  margin-bottom: 18px !important;
}

.head-offer::before {
  display: none;
}

.offer-back {
  height: 796px;
  display: block;
  position: absolute;
  z-index: 2;
  right: calc(50% - 653px);
  top: 438px;
}

.head-row {
  position: relative;
}

.head-4 {
  z-index: 1;
}

.head-11,
.head-12 {
  z-index: 3;
}

.media-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  color: white;
}

.media-btn img {
  margin: 0;
}

.head-3 {
  animation: 0.6s show ease;
}

.head-9 {
  animation: none;
}

.head-7.grey {
  animation: 1.5s show ease;
}

.head-7.blue {
  animation: 2s show ease;
}

.head-4,
.head-10,
.offer-back,
.head-11 {
  animation: 2.5s show ease;
}

/* фальшполы */

.falshpol-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.row-item {
  aspect-ratio: 300/274;
  position: relative;
  overflow: hidden;
}

.row-item p {
  padding: 20px 30px 0px 30px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 3;
}

.product-item-custom h2 {
  padding: 40px 40px 0px 40px;
  color: #fff !important;
  margin-bottom: 15px !important;
  z-index: 3;
}

.product-item-custom p {
  padding: 0 40px 0 40px;
}

.row-item img:not(.arrow img) {
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  position: absolute;
  transition: 0.3s;
}

.row-item:hover img:not(.arrow) {
  transform: scale(1.1);
  transition: 0.3s;
}

.main-btn {
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #003366;
  background: #003366;
  width: max-content;
  transition: 0.3s;
  justify-content: center;
}

.row-item .main-btn {
  width: 100%;
}

.main-btn:hover {
  color: #fff;
  border: 1px solid #003366;
  background: transparent;
  transition: 0.3s;
}

.row-item.border {
  border: 1px solid #3b3b3b;
}

.row-item.border p {
  color: #868686;
}

.row-item.grey {
  background-image: linear-gradient(
    152deg,
    rgba(21, 21, 21, 1) 0%,
    rgba(39, 39, 39, 1) 50%,
    rgba(21, 21, 21, 1) 100%
  );
}

.row-item.light-grey {
  background-image: linear-gradient(
    152deg,
    rgba(80, 80, 80, 1) 0%,
    rgba(107, 107, 109, 1) 50%,
    rgba(80, 80, 80, 1) 100%
  );
}

.row-item.blue {
  background-image: linear-gradient(
    152deg,
    rgba(0, 51, 102, 1) 0%,
    rgba(34, 88, 141, 1) 50%,
    rgba(0, 51, 102, 1) 100%
  );
}

.row-item.flex {
  display: flex;
  align-items: flex-end;
}

.decision-section,
.systems-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.config-section {
  grid-template-columns: repeat(4, 1fr);
}

.falshpoly-4 .right-align {
  width: 25%;
  margin-top: 20px;
}

.falshpoly-4 .main-btn:hover {
  color: #000;
}

.right-align {
  margin-left: auto;
}

.systems-section {
  gap: 20px;
}

.system-item {
  background-image: linear-gradient(
    152deg,
    rgba(80, 80, 80, 1) 0%,
    rgba(107, 107, 109, 1) 50%,
    rgba(80, 80, 80, 1) 100%
  );
}

.system-item p {
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 25px;
}

.system-item img {
  margin-bottom: 20px;
}

.dec-item {
  padding: 20px;
  text-align: left;
  border: 1px solid #f2f2f2;
}

.config-section .dec-item {
  padding: 0px 0 20px 0;
}

.config-section .dec-item img {
  padding-bottom: 20px;
}

.config-section .dec-item p,
.config-section .dec-item h4 {
  padding: 0px 20px;
}

.dec-item h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.dec-item p {
  font-size: 14px;
  max-width: 90%;
}

.dec-item.grey {
  background-color: #f2f2f2;
}

.falshpoly-2 h2,
.falshpoly-3 h2,
.falshpoly-4 h2 {
  font-size: 30px;
  font-weight: 500 !important;
  margin-bottom: 30px;
  color: #000;
  font-family: "Raleway" !important;
}

.falshpoly-3 h2 {
  color: #fff;
}

.realize-section {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.products-section {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.col-realize-1 {
  border-right: 1px solid #cfcfcf;
  padding: 60px 40px 60px 0px;
}

.col-realize-2 {
  padding: 60px 0 60px 50px;
}

.text-page ol li,
.o-product-tab ol li {
  margin-bottom: 38px;
}

.text-page ol li:before,
.o-product-tab ol li:before {
  top: -19px;
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  border: 1px solid #003366;
}

.main-btn {
  width: 320px;
  margin-top: 10px;
}

.clients-slider .container {
  padding: 0;
}

.realize-section h2 {
  margin-bottom: 24px;
}

.realize-section ol {
  margin-top: 40px;
}

.product-item-custom {
  aspect-ratio: 6/5 !important;
}

.arrow {
  z-index: 3;
}

.col-realize-2 .main-btn {
  width: calc(100% - 200px);
}

@media (max-width: 1279.98px) {
  .head-2 h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .dec-item p {
    max-width: 100%;
  }

  .head-2 .head-button {
    width: 203px;
    padding: 0;
  }

  .offer-back {
    right: calc(50% - 603px);
    top: 378px;
  }

  .product-item-custom {
    aspect-ratio: 1 !important;
  }

  .product-item-custom img {
    top: auto !important;
    bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .head-2 h1 {
    font-size: 42px;
    margin-bottom: 35px;
  }

  .row-item p {
    padding: 15px;
  }

  .falshpol-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .system-item p {
    padding-left: 20px;
  }

  .config-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .falshpoly-4 .right-align {
    width: 50%;
  }

  .realize-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .col-realize-1 {
    border-right: none;
    padding: 40px 0px 20px 0px;
    border-bottom: 1px solid #cfcfcf;
  }

  .col-realize-2 {
    padding: 40px 0 40px 0px;
  }

  .product-item-custom h2 {
    padding: 20px 20px 0px 20px;
  }

  .product-item-custom p {
    padding: 0 20px 0 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .head-col-2 .head-area {
    width: 100%;
  }

  .head-10 {
    width: 50%;
    padding-left: 0;
  }

  .offer-back,
  .head-text-1 {
    display: none;
  }

  .head-4 {
    height: min-content;
  }
}

@media (max-width: 767px) {
  .head-2 .head-button {
    margin-left: 0;
    margin-top: 0px;
  }

  .head-2 p {
    margin-bottom: 30px;
  }

  .offer-back {
    right: 0;
    top: 80px;
    z-index: 0;
    height: 469px;
  }

  .head-row {
    z-index: 1;
  }

  .head-2 h1 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .head-4 .head-text {
    height: 120px;
    padding: 70px 0 15px 15px;
  }

  .head-10 {
    padding-top: 119px;
  }

  .head-text-1,
  .head-15 {
    display: none;
  }

  .head-4 {
    height: min-content;
  }

  .head-12 {
    justify-content: flex-start;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: -165px;
  }

  .header {
    font-size: 14px !important;
    line-height: 120% !important;
  }

  .head-11 {
    margin-bottom: 20px;
  }

  .head-col-2 {
    padding-top: 0px;
  }

  .falshpol-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .falshpol-section div:nth-child(4),
  .falshpol-section div:nth-child(7),
  .falshpoly-2 h2 br,
  .falshpoly-3 h2 br,
  .falshpoly-4 h2 br {
    display: none;
  }

  .falshpoly-2,
  .falshpoly-4 {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }

  .falshpoly-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .decision-section,
  .systems-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .decision-section .dec-item:nth-child(4) {
    background: white;
  }

  .decision-section
    .dec-item:nth-child(3):not(.config-section .dec-item:nth-child(3)) {
    background-color: #f2f2f2;
  }

  .products-section {
    margin-top: 60px;
  }

  .product-item-custom {
    aspect-ratio: 168 / 210 !important;
  }

  .product-item-custom h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .offer-back {
    right: calc(50% - 267px);
    height: 419px;
  }

  .head-2 {
    height: 390px;
  }

  .head-12 {
    margin-top: -153px;
  }

  .head-4 .head-text:not(.head-text-1) {
    padding: 0px 0 15px 15px;
    display: flex;
    align-items: flex-end;
    height: 90px;
    justify-content: flex-start;
  }

  .head-10 {
    padding-top: 89px;
  }

  .head-10 a {
    padding: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .head-11 {
    background-image:
      url(https://postavkin-group.ru/media/uploads/offer-img-5.webp),
      linear-gradient(
        152deg,
        rgba(80, 80, 80, 1) 0%,
        rgba(107, 107, 109, 1) 50%,
        rgba(80, 80, 80, 1) 100%
      );
    background-size: cover;
    background-position: center;
  }

  .head-9 {
    padding: 15px 15px 15px;
  }

  .head-2 .head-button {
    width: 50%;
  }

  .arrow {
    right: 15px;
    bottom: 15px;
  }

  .media-btn {
    gap: 8px;
  }

  .row-item br {
    display: none;
  }

  .decision-section,
  .systems-section {
    grid-template-columns: 100%;
  }

  .decision-section .dec-item:nth-child(3) {
    background-color: white;
  }

  .decision-section
    .dec-item:nth-child(4):not(.config-section .dec-item:nth-child(4)) {
    background-color: #f2f2f2;
  }

  .falshpoly-2,
  .falshpoly-4 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .falshpoly-4 .right-align {
    width: 100%;
  }

  .realize-section {
    margin-top: 60px;
  }

  .col-realize-2 .main-btn {
    width: calc(100% - 120px);
  }

  .products-section {
    margin-top: 40px;
    grid-template-columns: 100%;
  }

  .product-item-custom {
    aspect-ratio: 168 / 180 !important;
  }
}
