/* шрифты */

@font-face {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 11px;
}

*,
p,
.__header .search-box input::placeholder,
.search--box form.s-icon-right input::placeholder,
.__header .search-box input,
.__header .options-box .nav-items li a,
.catalog-box ul a,
.st-button_secondary,
.footer-content__column a {
  font-family: "Raleway", serif !important;
  font-weight: 400;
  color: var(--custom-black-color);
  font-variant-numeric: lining-nums;
}

span,
p {
  font-size: 16px;
  line-height: 140% !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.__header .contact-box p.toggled {
  font-family: "Raleway", serif !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}

a,
.footer-content__column a,
.__header .options-box .nav-items li a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 110% !important;
}

h1,
.h1 {
  font-size: 50px;
  text-transform: uppercase;
}

.inner-page h1 {
  color: var(--custom-black-color);
  margin-bottom: 30px;
  text-transform: none;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 22px;
}

main {
  padding-top: 120px;
  overflow: hidden;
}

.text-page img {
  margin-bottom: 0;
}

.text-page p {
  font-size: 16px;
  line-height: 140% !important;
}

.conditional-section_bg + .conditional-section_bg,
.conditional-section_bg + .section-dark,
.conditional-section_bg + .section-first-alter,
.conditional-section_bg + .home-banner {
  margin-top: 0;
}

.conditional-section {
  margin-bottom: 0;
}

/* курсор */

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
.h4,
.h5,
h5,
h6,
.h6,
.personal-form__element-top,
.personal-form__post-text,
section.feedback-form .form-text,
.modal.fancybox-content .form-text,
.footer-content__title,
.frontpage p,
.frontpage .text-page ul li,
.footer-bottom .copy.version,
.footer-bottom__left,
ul li,
.catalog-sorting__title,
.g-title,
.product-card__discription-title,
.product-card__personal-cost span,
.product-card__discription-title,
.product-item__status,
.orig-price strong,
.product-card__left p,
.shopping-cart-item__name,
.shopping-cart-item__total-cost,
.shopping-cart-item__cost,
.footer-content-cookie,
.form-text,
.footer-contact {
  cursor: default;
}

[data-fancybox],
.btn-border.callme-button,
.category-box-text,
.form-close,
.catalog-item p,
.st-button__title {
  cursor: pointer;
}

/* кнопки */

button,
.btn,
.footer-subscribe button {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
}

.btn.with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn.with-arrow::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  transition: all 0.2s ease-in-out;
}

.btn.with-arrow:hover::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
}

.btn-border,
.question-main .btn {
  color: var(--custom-white-color);
  background: transparent;
  border: 1px solid var(--custom-white-color);
}

.__header .c-box-fat-v2 .order-call {
  color: var(--custom-black-color);
  background: transparent;
  border: 1px solid var(--custom-gray-color-200);
  height: 40px;
  padding: 10px 0;
  font-size: 16px;
  max-width: 180px;
}

.__header .c-box-fat-v2 .order-call:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.btn-border:hover,
.question-main .btn:hover {
  background-color: var(--custom-white-color);
  color: var(--custom-black-color);
}

.btn-primary {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.btn-primary:hover {
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
}

.btn-secondary {
  background-color: var(--custom-gray-color-100);
  color: var(--custom-black-color);
}

.btn-secondary:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.btn-secondary.with-arrow::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
}

.btn-secondary.with-arrow:hover::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
}

/* инпуты */

.form-control,
.footer-subscribe input {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
}

.form-group .content-name,
.footer-subscribe input::placeholder {
  font-size: 16px;
  color: var(--custom-gray-color-500);
}

/* шапка */

.fixed .__header {
  top: 0;
  position: fixed;
  transform: none;
  box-shadow: none;
}

.__header {
  position: fixed;
  height: auto;
  z-index: 999;
}

.__header .custom-block {
  height: 40px;
  padding-left: 0;
}

.__header .row .col-lg-2 {
  width: 10%;
  padding: 0;
}

.__header .catalog-btn {
  display: none;
}

.__header .row {
  margin: 0;
  align-items: center;
  flex-wrap: nowrap;
}

.__header .catalog-box {
  display: none;
}

.search-box.fat-v2-width {
  width: 100% !important;
}

.__header .search-box input {
  height: 40px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-200);
}

.__header .search-box input.ps-40 {
  padding-left: 20px !important;
}

.__header .search-box input::placeholder {
  color: var(--custom-gray-color-300);
}

.__header .search-box .submit {
  height: 40px;
  background-color: var(--custom-gray-color-100);
}

.__header .search-box .submit img {
  display: none;
}

.__header .search-box .submit::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/search.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.__header .search-box .submit:hover {
  background-color: var(--custom-accent-color-500);
}

.__header .search-box .submit:hover::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/search-hover.svg);
}

.__header .contact-box p.toggled {
  padding-left: 0 !important;
  margin-right: 10px;
  max-width: none;
}

.__header .contact-box p.toggled a {
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
}

.__header .contact-box p.toggled a:hover {
  color: var(--custom-accent-color-500);
}

.__header .row .col-lg-4 {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
}

.inner-page section.header--bottom-mob,
.inner-page section.__h-fat-v2-bottom,
.__h-fat-v2-bottom {
  background-color: var(--custom-white-color) !important;
}

.__h-fat-v2-bottom {
  position: fixed;
  top: 68px;
  padding-bottom: 10px;
}

.__header .logo {
  position: relative;
  z-index: 999;
  margin-bottom: -35px;
}

.cart-number {
  background-color: var(--custom-gray-color-100);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 11px;
}

.__fat-wrap {
  padding-left: 118px;
}

.__fat-v2-options ul li a:hover {
  text-decoration: none;
}

.__fat-v2-options ul li a:hover span {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.__fat-v2-nav ul {
  gap: 18px;
}

.__fat-v2-nav ul li a {
  padding: 0;
  color: var(--custom-black-color);
}

.__fat-v2-nav ul li:hover {
  background-color: var(--custom-white-color);
}

.__fat-v2-nav ul li:hover a,
.__fat-v2-nav ul li a.active {
  color: var(--custom-accent-color-500);
  text-decoration: none;
}

.__header .c-box-fat-v2 {
  flex-wrap: nowrap;
}

/* главная */
.hero {
  background-image: url(https://alfaconstructor.ru/media/uploads/hero-1.webp);
  background-size: cover;
}

.hero .container {
  max-width: 1550px;
}

.hero-container {
  display: flex;
  padding: 140px 0;
}

.hero-container__left {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hero-container__right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.hero-container__right h1 {
  color: var(--custom-white-color);
  margin-bottom: 10px;
}

.hero-container__right p {
  color: var(--custom-white-color);
  margin-bottom: 40px;
  max-width: 400px;
}

.hero-container__right .btn {
  width: 225px;
}

/* Наша продукция */
.our-production {
  padding-top: 100px;
  padding-bottom: 0;
}

.our-production__text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.our-production__text h2 {
  margin-bottom: 0;
  width: min-content;
}

.our-production__text .btn {
  width: 100%;
  max-width: 32.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-production__text .btn:hover {
  background-color: var(--custom-white-color);
}

.our-production__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.our-production__wrapper__item {
  display: flex;
  flex-direction: column;
}

.our-production__wrapper__item__text {
  background-color: var(--custom-white-color);
  background-image: url(https://alfaconstructor.ru/media/uploads/product-item-back.svg);
  background-size: cover;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.our-production__wrapper__item__text::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  background-color: var(--custom-accent-color-100);
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}

.our-production__wrapper__item__text span {
  max-width: 75%;
}

.our-production__wrapper__item:hover
  .our-production__wrapper__item__text::after {
  background-color: var(--custom-accent-color-500);
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
}

/* Продукты RAWLPLUG */
.products-rawplug {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Услуги компании */

.services h2 {
  width: min-content;
}

.services__wrapper {
  display: flex;
  gap: 20px;
}

.services__wrapper__item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 325px;
  background-image: url(https://alfaconstructor.ru/media/uploads/services-item-back.svg);
  background-size: cover;
  background-color: var(--custom-gray-color-25);
  padding: 20px;
}

.services__wrapper__item__info span {
  display: block;
  padding: 30px 0;
  border-top: 1px solid var(--custom-gray-color-200);
}

/* Получить консультацию */
.consultation > img {
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.consultation .container {
  max-width: 565px;
}

.consultation h2 {
  width: min-content;
  color: var(--custom-white-color);
  margin-bottom: 20px;
}

.consultation p {
  color: var(--custom-white-color);
  margin-bottom: 25px;
}

.consultation .checkbox span {
  color: var(--custom-white-color) !important;
  max-width: 75%;
  line-height: 120% !important;
  font-size: 12px !important;
}

.checkbox {
  padding-left: 25px;
}

.consultation .checkbox [type="checkbox"]:not(:checked) + label:before,
.consultation .checkbox [type="checkbox"]:checked + label:before {
  background: transparent;
  border: 1px solid var(--custom-white-color);
  top: 2px;
  left: -30px;
  width: 20px;
  height: 20px;
}

.consultation .checkbox [type="checkbox"]:not(:checked) + label:after,
.consultation .checkbox [type="checkbox"]:checked + label:after, 
.simple-cart__form .checkbox [type="checkbox"]:not(:checked) + label:after,
.simple-cart__form .checkbox [type="checkbox"]:checked + label:after {
  left: -30px;
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  border: 1px solid var(--custom-white-color);
  top: 2px;
  width: 20px;
  height: 20px;
}

.consultation form {
  position: relative;
}

.consultation .form-group.privacy-policy {
  position: absolute;
  left: 140px;
  margin-bottom: -2px;
}

.consultation .form-group {
  margin-bottom: 10px;
}

.consultation .form-group .content-name {
  color: var(--custom-black-color);
}

.form-control:focus + .label-name .content-name {
  opacity: 0;
}

.consultation .btn {
  background-color: var(--custom-accent-color-500) !important;
  border: 1px solid var(--custom-white-color) !important;
}

.consultation .btn:hover {
  background-color: var(--custom-gray-color-100) !important;
  color: var(--custom-black-color) !important;
  border-color: var(--custom-gray-color-100) !important;
}

.modal-content .checkbox {
    padding-left: 30px;
}

.modal-content .checkbox [type="checkbox"]:not(:checked) + label:before, .modal-content .checkbox [type="checkbox"]:checked + label:before,
.modal-content .checkbox [type="checkbox"]:not(:checked) + label:after, .modal-content .checkbox [type="checkbox"]:checked + label:after {
    left: -30px;
}

/* Большой опыт */
.experience__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.experience__wrapper__item {
  display: flex;
  flex-direction: column;
}

.experience__wrapper__item:first-child h2,
.experience__wrapper__item p {
  width: 72%;
}

.experience__wrapper__item h2 {
  margin-bottom: 20px;
}

.experience__wrapper__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience__wrapper__item__text {
  padding: 20px;
  background-color: var(--custom-gray-color-800);
  background-image: url(https://alfaconstructor.ru/media/uploads/experience-back.svg);
  background-size: cover;
  flex-grow: 1;
  transition: all 0.2s ease-in-out;
}

.experience__wrapper__item:hover .experience__wrapper__item__text {
  background-color: var(--custom-accent-color-500);
  background-image: none;
}

.experience__wrapper__item__text span {
  display: block;
  font-weight: 700 !important;
  color: var(--custom-white-color);
  margin-bottom: 5px;
}

.experience__wrapper__item__text p {
  color: var(--custom-white-color);
  margin-bottom: 0;
  cursor: pointer;
}

.experience__wrapper__item.link {
  justify-content: flex-end;
}

.experience__wrapper__item.link .btn {
  height: 89px;
  font-weight: 500 !important;
}

.experience__wrapper__item.link .btn span {
  max-width: 55%;
  transition: all 0.2s ease-in-out;
}

.experience__wrapper__item.link:hover .btn span {
  color: var(--custom-white-color);
}

.experience__wrapper__item.link:hover .btn {
  background-color: var(--custom-accent-color-500);
}

/* Уникальные технические решения */
.solutions-container {
  display: flex;
  justify-content: space-between;
}

.solutions-container__text {
  max-width: 300px;
  padding-right: 55px;
}

.solutions-container__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 20px;
}

.solutions-container__wrapper__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f2f2f2;
  min-height: 220px;
  max-height: 220px;
}

.solutions-container__wrapper__item:hover .btn-secondary {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.solutions-container__wrapper__item:hover .btn-secondary.with-arrow::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
}

.solutions-container__wrapper__item__text {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  background-image: url(https://alfaconstructor.ru/media/uploads/solutions-img.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions-container__wrapper__item .btn {
  flex-shrink: 0;
}

.solutions-container__wrapper__item__text.with-image {
  display: flex;
  justify-content: center;
}

.solutions-container__wrapper__item__text.with-image {
  margin-bottom: -10px;
}

.solutions-container__wrapper__item__text img {
  object-fit: contain;
}

.solutions-container__wrapper__item:last-child img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

/* ALFACONSTRUCTOR — надежный партнер */
.partner h2 {
  margin-bottom: 30px;
}

.alfa-partner-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.alfa-partner-wrapper__item:nth-child(2) {
  grid-column: span 2;
  padding: 20px;
  background-color: var(--custom-gray-color-25);
  background-image: url(https://alfaconstructor.ru/media/uploads/solutions-img.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.alfa-partner-wrapper__item h4 {
  font-size: 18px;
  line-height: 130% !important;
  font-weight: 500 !important;
}

.alfa-partner-wrapper__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alfa-partner-wrapper__item:last-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.alfa-partner-wrapper__item:last-child .btn {
  background-color: #f4f4f4;
}

.alfa-partner-wrapper__item:last-child .btn:hover {
  background-color: var(--custom-accent-color-500);
}

.alfa-partner-wrapper__item p:last-child {
  margin-bottom: 0;
}

.alfa-partner-wrapper__item .btn {
  height: 50px;
}

.section-dark.feedback-form {
  background-color: transparent !important;
  padding-top: 120px !important;
  padding-bottom: 0;
}

.double-section-bg2 {
  background-image: url(https://alfaconstructor.ru/media/uploads/footer-back.webp);
  background-color: var(--custom-accent-color-500);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.question-main {
  max-width: none;
  margin: 0;
}

section.feedback-form .question-form {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border: none;
}

.question-form .form-group {
  margin-bottom: 15px;
}

.question-form .form-group.privacy-policy {
  max-width: 50%;
}

.question-main .btn {
  margin-top: -8px;
}

section.feedback-form .h2 {
  font-size: 35px !important;
  color: var(--custom-white-color);
  width: fit-content;
  margin-bottom: 0;
  text-align: left;
}

.question-form form {
  max-width: 885px;
}

footer {
  background: none;
  padding-top: 120px;
}

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 {
  color: var(--custom-white-color);
}

section.feedback-form .form-control:valid + .label-name .content-name {
  top: -10px;
}

.section-dark .checkbox span,
footer .checkbox span {
  font-size: 12px !important;
  color: var(--custom-white-color) !important;
  line-height: 130% !important;
}

.checkbox span {
  font-size: 12px !important;
}

.footer-content {
  gap: 20px;
  justify-content: space-between;
}

.footer-first-column .logo img {
  width: 190px;
}

.footer-phone a,
.footer-content__title {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.footer-content__title {
  margin-bottom: 15px;
}

.footer-content__column li {
  margin-bottom: 10px;
}

.footer-content__column a {
  color: var(--custom-white-color);
}

.footer-contact {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-first-column {
  width: 100%;
  max-width: 190px;
}

.footer-content__menu {
  margin-left: 0;
}

.footer-content__menu .footer-content__column:not(.footer-content__column--lg) .footer-content__title {
  font-size: 0px !important;
}

.footer-content__menu .footer-content__column:not(.footer-content__column--lg) .footer-content__title::before {
  content: "Клиентам";
  font-size: 18px;
    font-weight: 500;
    line-height: 100% !important;
    color: var(--custom-white-color);
}

.footer-content__column--lg {
  flex: none;
}

.footer-right {
  width: 100%;
  max-width: 285px;
}

.footer-content__column a:hover {
  color: var(--custom-white-color);
}

.footer-content__title span {
  font-size: 14px;
  color: var(--custom-white-color);
  opacity: 1;
  margin-top: 5px;
}

.footer-subscribe input {
  background: var(--custom-accent-color-500);
  border: 1px solid var(--custom-white-color);
  color: var(--custom-white-color);
  padding: 0 12px;
  width: auto;
  font-size: 14px;
}

.footer-subscribe input::placeholder {
  color: var(--custom-white-color);
  font-size: 14px;
  line-height: 140% !important;
}

.footer-subscribe button {
  font-size: 14px;
  flex-shrink: 0;
  width: auto;
  background-color: var(--custom-white-color) !important;
  color: var(--custom-accent-color-500) !important;
  border-color: var(--custom-white-color) !important;
  padding: 0 10px;
}

.footer-subscribe button:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
  border-color: var(--custom-white-color) !important;
  border-left-color: var(--custom-accent-color-500) !important;
}

.double-section-bg2 .checkbox [type="checkbox"]:not(:checked) + label:before,
.double-section-bg2 .checkbox [type="checkbox"]:checked + label:before {
  background-color: var(--custom-accent-color-500);
  border: 1px solid var(--custom-white-color);
  width: 20px;
  height: 20px;
  left: -30px;
}

.double-section-bg2 .checkbox [type="checkbox"]:not(:checked) + label:after,
.double-section-bg2 .checkbox [type="checkbox"]:checked + label:after {
  border: 1px solid var(--custom-white-color);
  height: 20px;
  width: 20px;
  left: -30px;
  top: 2px;
}

.double-section-bg2 .checkbox {
  padding-left: 30px;
}

.developer-link a {
  font-size: 12px !important;
  color: var(--custom-white-color);
}

.footer-content-cookie {
  color: var(--custom-white-color);
  font-size: 12px;
  line-height: 130% !important;
}

.footer-bottom {
  border-top: none;
}

.footer-social span {
  opacity: 1;
}

.footer-social span img {
  width: 28px;
  height: 28px;
}

.footer-bottom__left {
  display: none;
}

.fancybox-close-small {
  border: none;
}

.fancybox-close-small {
  background-image: url(https://alfaconstructor.ru/media/uploads/close-icon.svg);
}

.form-close {
  display: none;
}

.modal .h2 {
  font-size: 35px;
  text-align: left;
  margin-bottom: 20px;
  max-width: 83%;
}

.modal .content-name {
  color: var(--custom-black-color);
}

.modal .form-control {
  padding: 0 15px;
}

.search-input-group__input {
  border-radius: 0;
  border-color: var(--custom-gray-color-200);
}

.search-input-group__input::placeholder {
  font-size: 16px;
  color: var(--custom-gray-color-300);
}

.search-input-group__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  height: 40px;
  background-color: var(--custom-gray-color-100);
}

.search-input-group__button svg {
  display: none;
}

.search-input-group__button::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/search.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.search-input-group__button:hover {
  background-color: var(--custom-accent-color-500);
}

.search-input-group__button:hover::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/search-hover.svg);
}

.mobile-side-menu-footer .phone-block__primary-link,
.phone-block__secondary-link,
.mobile-side-menu-footer__link {
  color: var(--custom-black-color) !important;
}

.bottom-mobile-menu__content {
  background-color: var(--custom-accent-color-500);
  box-shadow: none;
}

.bottom-mobile-menu-button__icon-wrapper {
  width: 28px;
  height: 28px;
}

.bottom-mobile-menu-button__text {
  color: var(--custom-white-color);
  font-size: 12px;
  line-height: 100%;
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text {
  color: var(--custom-white-color);
  text-decoration: underline;
}

.document-item__size {
    width: 70px;
}

.clients .our-production__wrapper__item__text {
  background-color: var(--custom-gray-color-60);
  transition: all 0.2s ease-in-out;
}

.clients
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text {
  background-color: var(--custom-accent-color-500);
  background-image: none;
}

.clients .our-production__wrapper__item:hover span {
  color: var(--custom-white-color);
}

.clients
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text::after {
  background-color: var(--custom-accent-color-100);
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
}

section.feedback-form,
.inner-page .section-dark.feedback-form {
  background-color: transparent !important;
}

.catalog-menu.catalog-categories-block,
.category-root-page .catalog-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.catalog-menu-item,
.welcome .catalog-menu-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
}

.catalog-menu-item__image {
  height: 193px;
}

.catalog-menu-item:after {
  display: none;
}

.catalog-menu-item__name {
  position: relative;
  left: 0;
  bottom: 0;
  background-color: var(--custom-gray-color-60);
  background-image: url(https://alfaconstructor.ru/media/uploads/product-item-back.svg);
  background-size: cover;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  transition: all 0.2s ease-in-out;
  max-width: none;
  font-weight: 400;
  font-size: 16px;
}

.catalog-menu-item:hover .catalog-menu-item__name,
.welcome .catalog-menu-item:hover .catalog-menu-item__name {
  background-color: var(--custom-accent-color-500);
  background-image: none;
  color: var(--custom-white-color);
}

.catalog-menu-item__name::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  background-color: var(--custom-accent-color-100);
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}

.catalog-menu-item:before {
  display: none;
}

.section.mobile-show.header-top-bg-color ~ .section {
  padding-bottom: 0;
}

.breadcrumbs__sep use {
  display: none;
}

.breadcrumbs {
  font-size: 16px;
  padding-bottom: 40px;
  color: var(--custom-gray-color-350);
}

.breadcrumbs a {
  text-transform: none;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs span {
  text-transform: none;
}

.breadcrumbs__sep {
  background-image: url(https://alfaconstructor.ru/media/uploads/breadscrumb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  transform: none;
}

.inner-page h1 {
  font-size: 35px;
}

.form-control:focus + .label-name .content-name {
  font-size: 11px !important;
}

.welcome .catalog-menu-item__name {
  position: relative;
  flex-direction: column;
  padding-bottom: 65px;
  align-items: flex-start;
  background-image: none;
  border-left: 1px solid var(--custom-gray-color-200);
  border-right: 1px solid var(--custom-gray-color-200);
}

.welcome .catalog-menu-item:hover .catalog-menu-item__name {
  background-color: var(--custom-gray-color-60);
  color: var(--custom-black-color);
  background-image: none;
}

.welcome .catalog-menu-item__name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "Подробнее";
  background-color: var(--custom-gray-color-100);
  background-position: calc(100% - 10px) center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 10px;
}

.welcome .catalog-menu-item:hover .catalog-menu-item__name::after {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
}

.welcome__side {
  width: 280px;
}

.welcome__content {
  width: calc(100% - 300px);
}

.catalog-side {
  box-shadow: none;
  border: none;
}

.catalog-side__title {
  display: none;
}

.catalog-side__content {
  border-top: none;
  padding: 0;
}

.catalog-side__content ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  color: var(--custom-black-color);
}

.catalog-side__content ul li a::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

.menu-item.active a::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
}

.catalog-side__content .menu-item {
  border: 1px solid var(--custom-gray-color-200);
  border-bottom: none;
  transition: all 0.2s ease-in-out;
}

.catalog-side__content .menu-item:last-child {
  border-bottom: 1px solid var(--custom-gray-color-200);
}

.catalog-side__content .menu-item:hover {
  border-color: var(--custom-accent-color-500);
}

.menu-item.active {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.menu-item.active a {
  color: var(--custom-white-color);
}

.catalog-side__content ul li a:hover,
.catalog-side__content .submenu a:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color);
}

.catalog-side__content ul li a:hover::after,
.catalog-side__content .submenu a:hover::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
}

.catalog-side__content .submenu {
  left: 280px;
  width: 280px;
}

.catalog-side__content .submenu a {
  padding-right: 30px;
}

.menu-item.active .submenu a {
  color: var(--custom-black-color);
  transition: all 0.2s ease-in-out;
}

.menu-item.active .submenu a:hover {
  color: var(--custom-white-color);
}

.catalog-side__content ul li:hover a {
  background-color: var(--custom-accent-color-500);
}

.catalog-side__content ul li:hover .submenu a {
  background-color: var(--custom-white-color);
}

.about {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-container {
  display: flex;
  gap: 20px;
}

.about-container__left {
  width: 65%;
}

.about-container__left__content {
  background-color: var(--custom-gray-color-25);
  padding: 30px;
}

.text-page ul li,
.o-product-tab ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

.text-page ul li:before,
.o-product-tab ul li:before {
  width: 2px;
  background-color: var(--custom-black-color);
}

.about-container__right {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-container__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-container__right__back {
  position: absolute;
  top: 0;
  left: 0;
}

.about-container__right__logo {
  position: relative;
  z-index: 2;
  max-width: 80% !important;
  height: auto;
  object-fit: contain !important;
}

.about-container__left .btn {
  margin-top: 20px;
  width: 223px;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  top: 2px;
  width: 20px;
  height: 20px;
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  top: 2px;
}

.services-static-container {
  display: flex;
  gap: 10px;
}

.services-static-container__left {
  width: 66.6%;
  background-color: var(--custom-gray-color-25);
  padding: 30px;
}

.services-static-container__left__steps {
  display: flex;
  margin-bottom: 30px;
}

.services-static-container__left__steps span {
  line-height: 100% !important;
  font-size: 24px;
  font-weight: 500;
  padding-right: 20px;
}

.services-static-container__left__steps span:nth-child(2) {
  border-right: 1px solid var(--custom-black-color);
  border-left: 1px solid var(--custom-black-color);
  padding-left: 20px;
  margin-right: 20px;
}

.services-static-container__left p:last-child {
  margin-bottom: 0;
}

.services-static-container__right {
  width: calc(33.3% - 5px);
  aspect-ratio: 1/1;
}

.services-static-container__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-static-container {
  margin-bottom: 60px;
}

.services-static-static-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.services-static-wrapper__item {
  display: flex;
  align-items: center;
  background-color: var(--custom-gray-color-25);
  background-image: url(https://alfaconstructor.ru/media/uploads/product-item-back.svg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  gap: 15px;
}

.services-static-wrapper__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--custom-gray-color-100);
  width: 43px;
  height: 43px;
  font-size: 22px;
  font-weight: 500;
  line-height: 100% !important;
  flex-shrink: 0;
}

.services-static-wrapper__item p {
  margin-bottom: 0;
  line-height: 110% !important;
}

.btn-flex {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.btn-flex .btn {
  width: 223px;
}

.services-static-page h3 {
  margin-bottom: 30px;
}

.documentation .solutions-container__wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.documentation .solutions-container__wrapper__item:last-child img {
  object-fit: contain;
}

.proekt-static .our-production__wrapper__item__text {
  background-color: var(--custom-gray-color-60);
  padding: 10px 10px 10px 20px;
}

.catalog-right {
  display: none;
}

.catalog-sorting ul li a {
  font-size: 14px !important;
  line-height: 14px !important;
  opacity: 0.75;
}

.sort-availability {
  display: none;
}

.catalog-sorting__title {
  opacity: 1;
  margin-right: 43px;
}

.catalog-container .catalog-filter {
  width: 280px;
}

.catalog-container .catalog-body {
  width: calc(100% - 300px);
}

.catalog-filter .catalog-filter-body {
  border-color: var(--custom-gray-color-200);
  box-shadow: none;
  border-radius: 0;
}

.catalog-filter-accordion .opener:before {
  border: none;
}

.filter-item__content .checkbox [type="checkbox"]:not(:checked) + label:before,
.filter-item__content .checkbox [type="checkbox"]:checked + label:before {
  top: -2px;
      left: -30px;
      border: 1px solid var(--custom-accent-color-500);
}

.filter-item__content .checkbox [type="checkbox"]:not(:checked) + label:after,
.filter-item__content .checkbox [type="checkbox"]:checked + label:after {
  top: -2px;
      border: 1px solid var(--custom-accent-color-500);
      left: -30px;
}

.filter-item__content .checkbox {
    padding-left: 30px;
}

.catalog-filter__bottom {
  border-color: var(--custom-gray-color-200);
}

.filter-item-title {
  font-size: 16px;
  font-weight: 400;
}

.noUi-handle {
  border-radius: 0;
}

.catalog-filter__btns .btn {
  width: calc(100% - 40px);
}

.catalog-filter__btns .btn:hover {
  background-color: var(--custom-white-color) !important;
  border: 1px solid var(--custom-gray-color-200) !important;
  color: var(--custom-black-color) !important;
}

.btn-link {
  color: var(--custom-black-color);
}

.btn-link:hover {
  color: var(--custom-accent-color-500);
}

.input-cont .input-placeholder {
  border-radius: 0;
  border-color: var(--custom-gray-color-200);
}

.btn-border.not-for-sale {
  color: var(--custom-black-color) !important;
  border-radius: 0 !important;
}

.btn-border.not-for-sale:hover {
  color: var(--custom-white-color) !important;
}

.product-item__name {
  color: var(--custom-black-color);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 110% !important;
}

.product-item__head,
.product-item__status--many {
  display: none;
}

.product-card-v2__price {
  font-size: 16px;
  font-weight: 500;
}

.product-card-v2__price span {
  font-size: 16px;
  font-weight: 500;
}

.product-card-v2__buttons {
  flex-direction: column;
}

.grid-columns-xl-3 {
  gap: 20px !important;
}

.input-number,
.product-card-v2 .input-number {
  max-width: none;
  min-width: auto;
  justify-content: space-between;
  max-height: 35px;
  border: none;
  border-radius: 0;
}

.product-card-v2__pricing {
  margin-left: 15px;
  margin-right: 15px;
}

.product-item__content-top {
  padding-bottom: 100px;
}

.input-number .order-down,
.input-number .order-up,
.product-card-v2 .input-number .order-down,
.product-card-v2 .input-number .order-up {
  width: 35px;
  height: 35px;
  border: 1px solid var(--custom-gray-color-200);
  border-radius: 0;
}

.input-number .order-down,
.product-card-v2 .input-number .order-down {
  margin-left: 15px;
}

.input-number .order-up,
.product-card-v2 .input-number .order-up {
  margin-right: 15px;
}

.input-number .order-down:hover,
.input-number .order-up:hover,
.product-card-v2 .input-number .order-down:hover,
.product-card-v2 .input-number .order-up:hover {
  background-color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.input-number .order-down:before,
.product-card-v2 .input-number .order-down::before {
  background-color: var(--custom-black-color);
  height: 1px;
  top: 16px;
  left: 12px;
}

.input-number .order-up:before,
.product-card-v2 .input-number .order-up::before {
  background-color: var(--custom-black-color);
  width: 1px;
  height: 11px;
  top: 11px;
  left: 17px;
}

.input-number .order-up:after,
.product-card-v2 .input-number .order-up::after {
  height: 1px;
  width: 11px;
  background-color: var(--custom-black-color);
  top: 16px;
  left: 12px;
}

.input-number input[type="number"],
.product-card-v2 .input-number input[type="number"] {
  font-size: 16px;
  color: var(--custom-black-color);
}

.st-button__icon_cart {
  display: none;
}

.st-button__title {
  margin-left: 0;
  font-size: 16px;
}

.product-card-v2__content-bottom {
  width: calc(100% + 25px);
  margin-left: -13px;
  margin-bottom: -15px;
}

.st-button_primary {
  color: var(--custom-black-color);
  background-color: #eee;
  height: 40px !important;
  justify-content: flex-start;
  border-color: #eee;
}

.st-button_primary:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.st-button__text {
  color: var(--custom-black-color);
}

.st-button_primary:hover .st-button__text {
  color: var(--custom-white-color);
}

.product-card-v2__buttons .st-button_not-availbe {
  height: 40px !important;
  background-color: var(--custom-gray-color-100);
  border: none;
}

.product-card-v2__buttons .st-button_not-availbe:hover {
  background-color: var(--custom-accent-color-500);
}

.product-card-v2__buttons .st-button_not-availbe:hover .st-button__text {
  color: var(--custom-white-color);
}

.st-button {
  display: flex;
  justify-content: space-between;
}

.st-button::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  transition: all 0.2s ease-in-out;
}

.st-button:hover::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/arrow-right.svg);
}

.product-card-v2__rating {
  display: none;
}

.filter-show-all {
  border-radius: 0;
  box-shadow: none;
}

.filter-show-all:before {
  border-radius: 0;
  box-shadow: none;
}

.product-card {
  margin-bottom: 90px;
}

.product-card__navigation {
  display: none;
}

.product-card__head {
  padding: 0;
  border-bottom: none;
}

.product-card__title {
  max-width: 65%;
}

.product-card__slideshow {
  width: 55%;
}

.product-card__content {
  width: 45%;
}

.product-card__right {
  display: none;
}

.product-card__left {
  width: 100%;
}

.inner-page .section-dark {
  padding-top: 0;
}

.product-card__container {
  padding: 0;
  gap: 60px;
}

#sync1.owl-theme {
  background-color: var(--custom-gray-color-25);
  margin-bottom: 20px;
}

#sync1 .item {
  padding: 30px 0;
}

#sync1 .item img {
  max-height: 350px;
}

#sync2 .owl-item .item {
  width: 100px !important;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

#sync2 .owl-item.current .item {
  background-color: var(--custom-gray-color-25);
}

#sync2 .owl-item .item img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* чтобы изображения заполняли контейнер */
}

#sync1.owl-theme .owl-prev,
#sync1.owl-theme .owl-next {
  background-image: url(https://alfaconstructor.ru/media/uploads/red-arrow-right.svg);
}

#sync1.owl-theme .owl-prev {
  bottom: -80px;
  left: 160px;
}

#sync1.owl-theme .owl-next {
  bottom: -80px;
  right: 160px;
}

.product-card__personal-cost span {
  display: none;
}

.product-card__personal-cost strong {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.shopping-cart-product {
  align-items: center;
  gap: 30px;
}

.input-number--lg {
  width: 130px;
  height: 35px;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}

.shopping-cart-product .order-down {
  margin-left: 0;
}

.shopping-cart-product .order-up {
  margin-right: 0;
}

.shopping-cart-btn.custom-icon {
  max-width: 150px;
  height: 45px;
  border-radius: 0;
}

.shopping-cart-btn.custom-icon:hover {
  background-color: var(--custom-gray-color-100) !important;
  color: var(--custom-black-color) !important;
  border-color: var(--custom-gray-color-100) !important;
}

.shopping-cart-product .add-to-cart img.cart-icon {
  display: none;
}

.share-btn {
  color: var(--custom-accent-color-500);
}

.btn-radius.share-btn .icon-svg {
  background-image: url(https://alfaconstructor.ru/media/uploads/share.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.btn-radius.share-btn .icon-svg svg {
  display: none;
}

.shopping-cart-product .st-button_primary {
  height: 45px !important;
  max-width: 150px;
  color: var(--custom-black-color);
}

.shopping-cart-product .st-button_primary:hover {
  color: var(--custom-white-color);
}

.product-card-content .tabs {
  gap: 30px;
}

.product-card-content .tabs li {
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  opacity: 0.5;
  color: var(--custom-black-color);
  height: auto;
}

.product-card-content .tabs li.active {
  opacity: 1;
}

.product-card-content .tab-content {
  padding: 0;
  margin-top: 20px;
}

.product-card-content h3 {
  font-weight: 500 !important;
}

h3.mt-50 {
  margin-top: 50px;
}

h3.mt-90 {
  margin-top: 90px;
}

.description-img-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.product-sidebar__static-text-wrapper span {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px !important;
  display: block;
  margin-bottom: 5px;
}

.product-card ul li {
  list-style-type: disc;
  color: var(--custom-black-color) !important;
  margin-left: 17px;
  font-size: 16px;
}

.article-wrapper {
  display: flex;
  gap: 20px;
}

.article-wrapper__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-wrapper__right {
  width: 100%;
  display: flex;
  gap: 20px;
}

.article-wrapper__left__text {
  background-color: var(--custom-gray-color-25);
  padding: 30px;
}

.article-wrapper__left__text p {
  margin-bottom: 0;
}

.article-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.article-grid__item {
  display: flex;
  flex-direction: column;
}

.article-grid__item__img {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.article-grid__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-grid__item__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--custom-gray-color-25);
  padding: 20px;
}

.article-grid__item__text span {
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.article-grid__item__text p {
  margin-bottom: 0;
}

.experience-section {
  position: relative;
}

.experience-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.experience-tab {
  padding: 10px 40px;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-200);
  color: var(--custom-black-color);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.experience-tab.active {
  color: var(--custom-white-color);
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
}

.experience-tab:hover {
  background-color: var(--custom-accent-color-500);
  color: var(--custom-white-color);
  border-color: var(--custom-accent-color-500);
}

.experience-content {
  position: relative;
}

.experience-content__pane {
  display: none;
  animation: fadeIn 0.3s ease;
}

.experience-content__pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.experience-content__pane .experience__wrapper {
  grid-template-columns: repeat(3, 1fr);
}

.experience-content__pane .experience__wrapper__item__img {
  max-height: 254px;
}

.experience-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.experience-detail__text {
  background-color: var(--custom-gray-color-25);
  padding: 30px;
}

.experience-detail__form {
  background-color: var(--custom-accent-color-500);
  padding: 30px;
}

.experience-detail__form h4 {
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 10px;
  color: var(--custom-white-color);
}

.experience-detail__form span {
  color: var(--custom-white-color);
}

.experience-detail__form form {
  margin-top: 20px;
}

.experience-detail__form .form-control {
  border: none;
}

.experience-detail__form .content-name {
  top: 10px;
}

.experience-detail__form .checkbox span {
  color: var(--custom-white-color) !important;
}

.experience-detail__form .btn {
  border: 1px solid var(--custom-white-color) !important;
}

.experience-detail__form .btn:hover {
  background-color: var(--custom-white-color) !important;
  color: var(--custom-black-color) !important;
}

.documentation-detail-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.documentation-detail-wrapper__item {
  cursor: pointer;
  transition: transform 0.3s ease;
  overflow: hidden;
  border: 1px solid var(--custom-gray-color-400);
}

.documentation-detail-wrapper__item:hover {
  transform: scale(1.01);
}

.documentation-detail-wrapper__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  display: block;
}

/* Стили для модального окна */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  display: flex;
  opacity: 1;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.modal-content img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.modal-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.modal-prev {
  left: 20px;
}

.modal-next {
  right: 20px;
}

.modal-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 18px;
}

.simple-cart__content {
  max-width: none;
  margin-bottom: 30px;
}

.simple-cart .shopping-cart {
  border-top: 1px solid var(--custom-gray-color-50);
}

.shopping-cart-item {
  padding: 20px 0;
  border-color: var(--custom-gray-color-50);
}

.shopping-cart-item__delete svg {
  width: 24px;
  height: 24px;
}

.shopping-cart-item__img {
  margin-right: 30px;
}

.shopping-cart-item__img img {
  max-width: 65px;
  max-height: 65px;
}

.shopping-cart-item__name span {
  font-size: 16px;
  line-height: 100% !important;
  color: #ccc;
  margin-bottom: 10px;
}

.shopping-cart-item__name {
  font-size: 16px;
  line-height: 100% !important;
}

.shopping-cart-item__cost {
  font-size: 16px;
  text-align: left;
  line-height: 100% !important;
  margin-right: 60px;
}

.shopping-cart .input-number .order-down {
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.shopping-cart .input-number .order-down:before {
  top: 9px;
  left: 7px;
  width: 4px;
}

.shopping-cart .input-number .order-up {
  margin-right: 0;
  width: 20px;
  height: 20px;
}

.shopping-cart .input-number .order-up:before {
  height: 5px;
  top: 7px;
  left: 9px;
}

.shopping-cart .input-number .order-up:after {
  width: 5px;
  top: 9px;
  left: 7px;
}

.shopping-cart-item__numbers {
  min-width: 87px;
  margin-right: 60px;
}

.shopping-cart-item__numbers .input-number {
  padding: 0;
  margin: 0;
}

.shopping-cart-item__total-cost,
.delivery-total__lg {
  font-size: 18px;
  font-weight: 500 !important;
}

.delivery-total ul li:nth-child(1),
.delivery-total ul li:nth-child(2) {
  display: none;
}

.delivery-cart {
  padding-right: 0;
}

.delivery-total {
  max-width: 340px;
  padding-top: 0;
}

.simple-order-form__title {
  font-size: 24px;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

.new-radio__label {
  font-size: 16px;
  line-height: 24px;
}

.new-radio__label:before,
.simple-order-form__column .d-flex.flex-row label:before {
  border-radius: 0;
  width: 24px;
  height: 24px;
  border-width: 1px;
}

.new-radio__label:after,
.simple-order-form__column .d-flex.flex-row label:after {
  border-radius: 0;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
}

.simple-order-form {
  max-width: 600px;
  margin: 0;
}

.simple-order-form__inputs,
.simple-order-form__submit {
  margin-bottom: 0;
  margin-right: 0;
}

.simple-order-form .form-group {
  margin-bottom: 15px;
}

.simple-order-form .form-group.comment {
  margin-top: 10px;
}

.simple-order-form .form-control:valid + .label-name .content-name,
.simple-order-form .form-group.comment .content-name {
  top: -13px !important;
}

.footer-subscribe {
    flex-direction: column;
    gap: 10px;
}

.simple-order-form .d-gridgrid-columns-1.gap-10 {
  position: relative;
  padding-bottom: 20px;
}

.simple-order-form .form-group.privacy-policy {
  position: absolute;
  bottom: 10px;
  left: 180px;
  max-width: 270px;
  margin-bottom: 0;
  z-index: 2;
}

.simple-order-form .form-group.privacy-policy .checkbox span {
  line-height: 100% !important;
}

.simple-order-form__submit {
  max-width: 150px;
}

.simple-order-form .checkbox [type="checkbox"]:not(:checked) + label:before,
.simple-order-form .checkbox [type="checkbox"]:checked + label:before {
  left: -30px;
}

.portfolio-card-type {
  display: none;
}

.portfolio-card-title {
  font-size: 16px;
  font-weight: 700 !important;
  color: var(--custom-white-color);
}

.portfolio-card-placeholder {
  display: none;
}

.portfolio-card-info {
  height: fit-content;
  background-image: url(https://alfaconstructor.ru/media/uploads/experience-back.svg);
  background-color: var(--custom-gray-color-800);
  background-size: cover;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-column: auto;
}

.portfolio-card:hover .portfolio-card-info {
  background-color: var(--custom-accent-color-500);
  background-image: none;
}

.portfolio-card-bg {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.catalog__links-block a {
  padding: 10px 40px;
  border-radius: 0;
  border-color: var(--custom-gray-color-200);
}

.portfolio-widget {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}

.slider-constructor .slick-prev, .slider-constructor .slick-next {
  border-radius: 0;
}

.button_style-1[data-touch], .button_style-1[data-hover] {
  background-color: var(--custom-accent-color-500);
}

.button_style-1[data-touch] svg, .button_style-1[data-hover] svg {
  color: var(--custom-white-color);
  fill: var(--custom-white-color);
}

.portfolio-slider {
  display: none;
}

.portfolio-widget .g-title {
  display: none;
}

.portfolio-share {
  display: none;
}

.contacts-block {
  border: none;
  gap: 20px;
}

.contacts-block__info {
  width: 50%;
  padding: 30px;
  background-color: var(--custom-gray-color-25);
  background-image: url(https://alfaconstructor.ru/media/uploads/contact-back-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-block__map {
  width: 50%;
}

.contacts-block__title,
.contacts-block__title-red.address-data {
  display: none;
}

.contacts-list {
  display: flex;
  flex-direction: column;
}

.contact-line {
  align-items: flex-start;
}

.contact-line:nth-child(2) {
  order: 4;
}

.contact-line .icon img {
  display: none;
}

.contact-line .icon {
  background-image: url(https://alfaconstructor.ru/media/uploads/phone.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.contact-line:nth-child(3) .icon {
  background-image: url(https://alfaconstructor.ru/media/uploads/email.svg);
}

.contact-line:nth-child(1) .icon {
  background-image: url(https://alfaconstructor.ru/media/uploads/place.svg);
}

.contact-line.clock .icon {
  background-image: url(https://alfaconstructor.ru/media/uploads/clock.svg);
}

.contact-line a {
  color: var(--custom-black-color);
}

.contact-text-line {
  margin-bottom: 12px;
}

.contact-btns {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.contact-btns .btn {
  width: 100%;
}

.contact-btns .btn-secondary {
  border: 1px solid var(--custom-accent-color-500);
  background-color: transparent;
}

.contact-btns .btn-secondary:hover {
  background-color: var(--custom-accent-color-500);
}

.error__content h1 {
  font-weight: 500 !important;
}

.error__content p {
  font-size: 16px;
}

.error__content {
  background-image: url(https://alfaconstructor.ru/media/uploads/error-img.svg);
  background-position: right center;
}

.error__content .btn {
  padding-left: 35px;
  padding-right: 35px;
}

.error__content .btn:hover {
  background-color: var(--custom-gray-color-100) !important;
  color: var(--custom-black-color) !important;
  border-color: var(--custom-gray-color-100) !important;
}

.bordered-table {
  width: 100%;
  border: 1px solid var(--custom-gray-color-200);
  border-collapse: collapse;
}

.bordered-table td {
  border: 1px solid var(--custom-gray-color-200);
  padding: 15px;
}

.requisites-row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  align-items: center;
}

.requisites-row h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.requisites-row__file {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
}

.requisites-row .btn {
  padding-left: 35px;
  padding-right: 35px;
}

.requisites-row__file img {
  flex-shrink: 0;
}

.articles-static .our-production__wrapper__item__text,
.proekt-static .our-production__wrapper__item__text {
  transition: all 0.2s ease-in-out;
}

.articles-static
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text,
.proekt-static
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text {
  background-color: var(--custom-accent-color-500);
  background-image: none;
}

.articles-static
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text::after,
.proekt-static
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text::after {
  background-image: url(https://alfaconstructor.ru/media/uploads/black-arrow-right.svg);
  background-color: var(--custom-accent-color-100);
}

.articles-static
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text
  span,
.proekt-static
  .our-production__wrapper__item:hover
  .our-production__wrapper__item__text
  span {
  color: var(--custom-white-color);
}

/* Стили для модальных окон с префиксом proekt- */
.proekt-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.proekt-modal-wrapper.proekt-active {
  display: flex;
}

.proekt-modal-content {
  background-color: var(--custom-white-color);
  padding: 50px;
  max-width: 525px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.proekt-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 1px;
  text-align: center;
  color: #333;
  z-index: 1001;
  background-image: url(https://alfaconstructor.ru/media/uploads/close-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
}

.proekt-modal-title {
  font-size: 24px;
  max-width: 90%;
  margin-bottom: 20px;
}

.proekt-modal-content .form-group {
  margin-bottom: 10px;
}

.proekt-modal-content .content-name {
  top: 10px;
  color: var(--custom-black-color);
}

.proekt-modal-content .checkbox [type="checkbox"]:not(:checked) + label:before,
.proekt-modal-content .checkbox [type="checkbox"]:checked + label:before {
  border-color: #d5d5d5;
  left: -30px;
}

.proekt-modal-content .form-control:valid + .label-name .content-name {
  top: -10px;
}

.proekt-modal-content .card-body {
  position: relative;
  padding-bottom: 55px;
}

.proekt-modal-content .form-group.privacy-policy {
  position: absolute;
  bottom: 0;
  left: 0;
}

.proekt-modal-content .btn {
  width: 65%;
}

.proekt-modal-content .checkbox span {
  color: var(--custom-black-color) !important;
}

/* Стиль для блокировки скролла на body */
body.proekt-modal-open {
  overflow: hidden;
}

.__header #search-result .s-item-price {
  color: var(--custom-black-color);
}

.pagination span {
  border-radius: 0;
  border-color: var(--custom-gray-color-200);
}

.pagination .next,
.pagination .prev {
  border: none;
  border-radius: 0;
  background-color: var(--custom-white-color);
}

.pagination .prev:before,
.pagination .next:before {
  border-color: var(--custom-accent-color-500);
}

.pagination span:hover a {
  color: var(--custom-white-color);
}

.portfolio-widget-pictures {
  gap: 10px;
  margin-bottom: 10px;
}

#pickup-section {
  display: none;
}

.content-title {
  font-size: 24px;
  font-weight: 500;
}

.content-title span {
  font-size: 24px;
}

.article-inner__content {
    padding: 0;
}

.document-item__btn .btn {
  background: var(--custom-white-color);
  border: 1px solid var(--custom-gray-color-200);
  color: var(--custom-black-color);
}

.document-item__btn .btn:hover {
  background: var(--custom-accent-color-500);
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-white-color);
}

.document-item__format {
    background: url(https://alfaconstructor.ru/media/uploads/format-file.svg);
}

.product-card__radio-options a {
    border-radius: 0px;
    font-size: 12px !important;
}

.product-card__radio-options.product-modification-params a.active, .product-card__product-mod-param_active {
    background: var(--custom-accent-color-500);
    border-color: var(--custom-accent-color-500);
}

.mobile-search input {
  height: 40px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid var(--custom-gray-color-200);
  border-radius: 0;
  color: var(--custom-black-color);
}

.mobile-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: var(--custom-gray-color-100);
}

.mobile-search button .icon-svg {
  display: none;
}

.mobile-search button::after {
  content: "";
  display: block;
  background-image: url(https://alfaconstructor.ru/media/uploads/search.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.documentation-wrapper .solutions-container__wrapper__item__text {
  padding-top: 0;
}

#callme-modal .modal-content {
  max-width: none;
}

.footer-bottom__left {
  display: flex;
  color: var(--custom-white-color);
  font-size: 12px;
}

.footer-bottom .copy.version {
  color: var(--custom-white-color);
  opacity: 1;
  margin-right: 20px;
}

.section .container.container--small .text-page {
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: 0;
  margin-top: 100px;
}

.documentation-detail-wrapper.description-modal-list {
  grid-template-columns: repeat(3, 1fr);
}

.proekt-static__video {
  margin-bottom: 60px;
}

.proekt-static__video h3  {
  margin-bottom: 30px;
}

.proekt-static__video .btn {
  width: fit-content;
  gap: 16px;
}

.proekt-static__video .video {
  margin-bottom: 15px;
}

.proekt-static__video .video iframe {
  width: 100%;
}

.calc-link {
  margin-top: 55px;
  margin-bottom: 15px;
  display: block;
}

.knopa {
  position: relative;
  display: block;
  width: 260px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.knopa img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

.knopa-text {
  position: relative;
  z-index: 2;
  text-align: center;
}

.knopa-text span {
  color: var(--custom-white-color);
  font-weight: 600;
  font-size: 22px;
}

.knopa-text p {
  font-size: 12px;
  color: var(--custom-white-color);
  margin-bottom: 0;
}

@media (max-width: 1279px) {
.__fat-v2-nav ul li a {
  font-size: 12px !important;
}

  .__header .contact-box a {
    font-size: 16px;
  }

  .__header .row .col-lg-4 {
    width: 39%;
  }

  .__fat-wrap {
    padding-left: 93px;
  }

  .about-container__left {
    width: 55%;
  }

  .about-container__right {
    width: 45%;
  }

  .services-static-container__left__steps span {
    font-size: 20px;
  }

  .contact-btns {
    flex-direction: column;
  }

  .footer-content__menu {
    gap: 60px;
    justify-content: flex-start;
  }

  .experience__wrapper__item:first-child h2,
  .experience__wrapper__item p {
    width: 100%;
  }

  .experience__wrapper__item.link .btn span {
    max-width: 73%;
  }

  .alfa-partner-wrapper__item .btn {
    height: 100%;
  }

  .catalog-menu.catalog-categories-block,
  .category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .search--box,
  .header--mob .cart-mob {
    display: none;
  }

  .burger-box #my-button {
    padding: 0;
    margin: 0;
  }

  .burger-box svg {
    width: 44px;
    flex-shrink: 0;
  }

  .burger-box svg rect {
    width: 44px;
    height: 1px;
    fill: var(--custom-accent-color-500);
  }

  .hero .container {
    max-width: 960px;
  }

  .hero-container {
    padding: 45px 0;
  }

  .hero-line {
    max-height: 250px;
  }

  .hero-container__left {
    display: none;
  }

  .hero-container__right {
    margin-left: 10px;
  }

  .our-production__wrapper__item__text span {
    max-width: 90%;
  }

  .experience__wrapper {
    gap: 10px;
  }

  .footer-first-column {
    max-width: 180px;
  }

  .question-main {
    padding: 0;
  }

  .our-production__text .btn {
    max-width: 31.9%;
  }

  .experience__wrapper__item.link .btn {
    height: 112px;
  }

  .catalog-menu-item {
    width: 100% !important;
    margin: 0 !important;
  }

  .services-static-container__left__steps {
    flex-direction: column;
    gap: 10px;
  }

  .services-static-container__left__steps span:nth-child(2) {
    border: none;
    padding: 0;
  }

  .documentation-static .solutions-container__wrapper.documentation-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-wrapper {
    flex-direction: column;
  }

  .article-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .frontpage .section-first,
  .frontpage .section-first-alter {
    display: none !important;
  }

  .search-input-group__input {
    border-color: var(--custom-gray-color-200);
    border-radius: 0;
    font-size: 16px;
  }

  .search-input-group__input::placeholder {
    font-size: 16px;
  }

  .search-input-group__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: var(--custom-gray-color-100);
    border-radius: 0;
  }

  .text-page ul li,
  .o-product-tab ul li {
    font-size: 14px;
  }

  .search-input-group__button svg {
    display: none;
  }

  .search-input-group__button::after {
    content: "";
    display: block;
    background-image: url(https://alfaconstructor.ru/media/uploads/search.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
  }

  .search-input-group__button:hover {
    background-color: var(--custom-accent-color-500);
  }

  .search-input-group__button:hover::after {
    background-image: url(https://alfaconstructor.ru/media/uploads/search-hover.svg);
  }

  .mm-menu a,
  .mm-menu button,
  .mm-menu label {
    color: var(--custom-black-color) !important;
    font-size: 16px !important;
  }

  .cross-button::after,
  .cross-button::before {
    background-color: var(--custom-accent-color-500);
    height: 1px;
  }

  .mm-btn--next:after,
  .mm-btn--prev:before {
    border-color: var(--custom-black-color);
    border-width: 1px;
  }

  .hero {
    background-image: url(https://alfaconstructor.ru/media/uploads/hero-mob.webp);
  }

  .hero .container {
    max-width: 540px;
  }

  h1,
  .h1 {
    font-size: 35px;
  }

  h2,
  .h2,
  .inner-page h1 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  span,
  p,
  button,
  a,
  button,
  .btn,
  .footer-subscribe button {
    font-size: 14px !important;
    line-height: 110% !important;
  }

  .content-block {
    padding-top: 0;
  }

  .btn {
    padding: 0 10px;
  }

  .our-production {
    padding-top: 60px;
  }

  .our-production__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .our-production__wrapper__item__img {
    flex-grow: 1;
    min-height: 136px;
  }

  .our-production__wrapper__item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .our-production__wrapper__item__text {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    padding-bottom: 50px;
  }

  .our-production__wrapper__item__text span {
    max-width: 85%;
  }

  .our-production__wrapper__item__text::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .our-production__text .btn {
    min-width: auto;
    width: calc(50% - 5px);
    max-width: none;
    padding: 0 10px;
  }

  .products-rawplug {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services__wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .services__wrapper__item__info {
    min-height: 180px;
    padding: 10px;
  }

  .services__wrapper__item__info span {
    padding: 20px 0 10px 0;
  }

  .services {
    padding-top: 60px !important;
  }

  .experience {
    padding-top: 60px !important;
  }

  .experience__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience__wrapper__item.link {
    grid-column: span 2;
  }

  .experience__wrapper__item.link .btn {
    height: 50px;
  }

  .experience__wrapper__item.link .btn span {
    max-width: none;
  }

  .experience__wrapper__item.empty {
    display: none;
  }

  .experience__wrapper__item__text {
    padding: 10px;
  }

  .experience__wrapper__item:first-child h2,
  .experience__wrapper__item p {
    width: 80%;
  }

  .solutions {
    padding-top: 60px !important;
  }

  .solutions-container {
    flex-direction: column;
    gap: 20px;
  }

  .solutions-container__text {
    max-width: none;
    padding-right: 0;
  }

  .solutions-container__text h2 {
    width: min-content;
  }

  .solutions-container__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .solutions-container__wrapper__item__text {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .solutions-container__wrapper__item__text.with-image img {
    object-position: bottom;
  }

  .solutions-container__wrapper__item:last-child img {
    object-position: top;
    object-fit: contain;
  }

  .solutions .solutions-container__wrapper__item:last-child img {
    object-fit: cover;
    object-position: center;
  }

  .partner {
    padding-top: 60px !important;
  }

  .partner h2 {
    margin-bottom: 20px;
  }

  .alfa-partner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .alfa-partner-wrapper__item:last-child {
    gap: 10px;
  }

  .alfa-partner-wrapper__item .btn {
    height: 50px;
  }

  .consultation .container {
    max-width: 540px;
  }

  .consultation .form-group.privacy-policy {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
  }

  .double-section-bg2 {
    margin-top: 60px;
    background-image: url(https://alfaconstructor.ru/media/uploads/footer-back-mob.webp);
    background-position: 20% 30%;
  }

  .section-dark {
    padding-top: 60px;
  }

  .question-form {
    flex-direction: column;
    width: 100%;
    gap: 30px;
    margin: 0;
  }

  .question-form__column {
    margin-bottom: 0;
  }

  .question-main .btn {
    margin-top: 0;
    margin-bottom: 20px;
  }

  section.feedback-form .h2 {
    width: min-content;
    font-size: 30px !important;
  }

  .footer-right {
    max-width: none;
  }

  .footer-subscribe input {
    width: 100%;
  }

  .footer-subscribe input::placeholder {
    font-size: 14px;
  }

  .footer-subscribe button {
    font-size: 14px;
  }

  .footer-first-column {
    max-width: none;
  }
  .developer-link a {
    font-size: 14px;
  }

  .hero-container__right {
    width: 100%;
  }

  .conditional-section_bg > img {
    object-position: 37% 50%;
  }

  a,
  .footer-content__column a,
  .__header .options-box .nav-items li a {
    font-size: 14px !important;
  }

  .experience__wrapper__item h2 {
    margin-bottom: 15px;
  }

  .catalog-menu.catalog-categories-block,
  .category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .catalog-menu-item__image {
    display: block;
  }

  .page-head {
    width: 100%;
    padding: 0;
    background-color: var(--custom-white-color);
    margin: 0;
    padding-top: 20px;
  }

  .welcome__content {
    width: 100%;
  }

  .header-top-bg-color {
    display: none !important;
  }

  .catalog-menu.catalog-categories-block {
    padding-bottom: 0;
  }

  .form-control,
  .footer-subscribe input {
    font-size: 14px;
  }

  .breadcrumbs {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .catalog-menu-item__image {
    height: 140px;
  }

  .about,
  .about-container {
    gap: 10px;
  }

  .about-container__left .btn {
    margin-top: 10px;
  }

  .about-container {
    flex-direction: column-reverse;
  }

  .about-container__left,
  .about-container__right {
    width: 100%;
  }

  .about-container__right__logo {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .about-container:last-child {
    flex-direction: column;
  }

  .about-container__left__content {
    padding: 20px;
  }

  .modal {
    background: var(--custom-white-color);
  }

  .modal .h2 {
    font-size: 30px !important;
  }

  .form-control:valid + .label-name .content-name {
    font-size: 9px !important;
    top: -9px;
  }

  .modal .checkbox span {
    font-size: 12px !important;
  }

  .question-form .form-group.privacy-policy {
    max-width: none;
  }

  .services-static-container__left__steps span {
    font-size: 20px !important;
  }

  .services-static-container {
    flex-direction: column-reverse;
  }

  .services-static-container__left,
  .services-static-container__right {
    width: 100%;
  }

  .services-static-container__left {
    padding: 20px;
  }

  .services-static-static-wrapper {
    grid-template-columns: 1fr;
  }

  .services-static-wrapper__item {
    padding: 20px;
    gap: 10px;
  }

  .btn-flex {
    justify-content: flex-start;
  }

  .documentation-static .solutions-container__wrapper.documentation-wrapper {
    grid-template-columns: 1fr;
  }

  .proekt-static .our-production__wrapper__item__text {
    padding-left: 10px;
    padding-bottom: 60px;
  }

  .our-production__wrapper__item__text span {
    max-width: 100%;
  }

  .catalog-container .catalog-body {
    width: 100%;
  }

  .article-inner__content {
    padding: 0 15px;
}

  .filter-btn {
    display: none;
  }

  .st-button__icon + .st-button__text {
    display: block;
  }

  .grid-columns-xl-3 {
    gap: 10px !important;
  }

  .product-card-v2__title {
    line-height: 110% !important;
  }

  .sync2 .owl-item .item {
    width: 50px;
    height: 50px;
  }

  /* Также нужно обновить ширину самих owl-item элементов */
  .sync2 .owl-item {
    width: 50px !important;
  }

  .product-card__head {
    align-items: flex-start;
  }

  .product-card__container {
    gap: 30px;
  }

  .product-card__slideshow,
  .product-card__content {
    width: 100%;
  }

  .product-card__slideshow {
    margin-bottom: 0;
  }

  .shopping-cart-product {
    justify-content: flex-start;
  }

  #sync1 .owl-nav {
    display: none;
  }

  #sync1.owl-theme .owl-dots {
    top: 45px;
  }

  #sync1.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
  }

  .product-card ul li {
    font-size: 14px;
  }

  .description-img-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .tabsgroup {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .tab_drawer_heading {
    font-style: normal;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-left: 0;
    background-color: var(--custom-white-color);
    height: auto;
  }

  .simple-order-form .form-control:valid + .label-name .content-name, .simple-order-form .form-group.comment .content-name {
    top: -11px !important;
}

  .section-dark.feedback-form {
    padding-top: 60px !important;
  }

  .product-card {
    margin-bottom: 50px;
  }

  .article-wrapper {
    gap: 10px;
  }

  .article-wrapper__left {
    gap: 10px;
  }

  .article-wrapper__right {
    gap: 10px;
  }

  .article-wrapper__left__text {
    padding: 20px;
  }

  .article-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .article-grid__item__img {
    min-height: 150px;
  }

  .article-grid__item__text {
    padding: 10px;
  }

  .experience-content__pane .experience__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-detail {
    grid-template-columns: 1fr;
  }

  .experience-detail__text,
  .experience-detail__form {
    padding: 20px;
  }

  .documentation-detail-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .modal-close {
    top: 10px;
    right: 10px;
    font-size: 30px;
  }

  .modal-nav {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .modal-prev {
    left: 10px;
  }

  .modal-next {
    right: 10px;
  }

  .simple-order-form__title {
    font-size: 18px;
  }

  .new-radio__label {
    font-size: 14px;
  }

  .simple-order-form .form-group.privacy-policy {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 10px;
    max-width: none;
  }

  .shopping-cart-item__img {
    margin-left: 0;
    margin-right: auto;
  }

  .simple-order-form .form-group.privacy-policy .checkbox span {
    font-size: 12px !important;
  }

  .input-number input[type="number"],
  .product-card-v2 .input-number input[type="number"] {
    font-size: 14px;
  }

  .delivery-cart {
    padding: 0;
  }

  .delivery-total {
    max-width: none;
  }

  .portfolio-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portfolio-card-title {
    font-size: 14px;
  }

  .contacts-block__info {
    width: 100%;
    padding: 20px;
  }

  .contacts-block__map {
    width: 100%;
  }

  .contacts-block {
    gap: 10px;
  }

  .error__content {
    background-image: url(https://alfaconstructor.ru/media/uploads/error-img.svg);
    background-position: center top;
    background-size: 100% 150px;
    padding-top: 170px;
  }

  .requisites-row .btn {
    width: fit-content;
  }

  .requisites-row h3 {
    font-size: 18px;
  }

  .bordered-table td {
    font-size: 14px;
  }

  .portfolio-widget-pictures {
    flex-direction: column;
  }

  .mm-navbar__title {
    padding-inline-start: 0 !important;
  }

  .mm-navbar__title span {
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .mobile-side-menu-footer {
    padding-top: 20px;
  }

  .product-card__title {
    max-width: none;
  }

  .product-sidebar__static-text-wrapper span {
    font-size: 18px !important;
  }

  footer {
    padding-top: 60px;
  }

  .proekt-modal-content {
    padding: 40px 20px;
  }

  .proekt-modal-title {
    font-size: 18px;
  }

  .proekt-modal-content .content-name {
    top: 13px;
  }

  .proekt-modal-content .btn {
    width: 100%;
  }

  .content-title,
  .content-title span {
    font-size: 20px !important;
  }

  .section .container.container--small .text-page {
    width: 100%;
    margin-top: 60px;
  }

  .documentation-detail-wrapper.description-modal-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .experience__wrapper__item:first-child h2,
  .experience__wrapper__item p {
    width: 100%;
  }

  .hero-container__right h1 {
    font-size: 30px;
  }

  .article-grid__item__img {
    min-height: 150px;
  }
}

@media (max-width: 513px) {
  .proekt-modal-content .card-body {
    padding-bottom: 60px;
  }
}

@media (max-width: 395px) {
  .proekt-modal-content .card-body {
    padding-bottom: 75px;
  }
}

.__header #search-result .s-item-info span:last-child {
  display: none;
}