.header__row > .header__col {
  width: 45%;
}
.header__row > .header__col + .header__col {
  width: 55%;
}
.button-animate .button__text span {
  text-align: center;
  font-weight: 400;
}
.header__feedback-link.button-animate .button__text {
  font-size: 0.875rem;
}
.h4 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 500;
}
.h5 {
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 500;
}
.footer-links-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1500px) {
  .header__feedback-link:not(:first-child) {
    width: 100%;
  }
  .button-animate .button__text span,
  .header__text {
    white-space: nowrap;
  }
  .header__feedback-col:nth-child(2),
  .header__feedback-link:not(:first-child) {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 1279px) {
  .h4 {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .h5 {
    letter-spacing: 0;
    font-size: 1rem;
  }
}
.mb-2em {
  margin-bottom: 2rem;
}
.clr-black {
  color: var(--color-black);
}
.mt-3-75em {
  margin-top: 3.75rem;
}
.pt-3-75em {
  padding-top: 3.75rem;
}
.menu__container_in {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.menu__container_in_2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1279px) {
  .mt-3-75em {
    margin-top: 3rem;
  }
}
@media (max-width: 1279px) {
  .pt-3-75em {
    padding-top: 0;
  }
}
.grid3 {
  grid-template-columns: repeat(3, 35.375rem);
}
@media (max-width: 1279px) {
  .mobile-menu__container .button.button--sm {
    display: inline-block;
    text-align: center;
  }

  .grid3 {
    grid-template-columns: 1fr;
  }
}
.d-none {
  display: none !important;
}

.mt-custom-footer {
  margin-top: 1.9rem;
}

@media screen and (max-width: 1279px) {
  .mt-custom-footer {
    margin-top: 0px;
  }
  .footer__bot-item {
    grid-gap: 20px;
  }
  .footer__socials {
    width: calc((((100vw - (20px * 2) - (60px * 3)) / 4) + 20px) * 2 - 20px);
  }
  .footer__contacts-item {
    width: calc((((100vw - (20px * 2) - (60px * 3)) / 4) + 20px) * 2 - 20px);
  }
  .footer__corps {
    width: calc((((100vw - (20px * 2) - (60px * 3)) / 4) + 20px) * 2 - 20px);
  }
}

@media screen and (max-width: 1023px) {
  .footer__socials {
    width: calc((((100vw - (20px * 2) - (160px * 3)) / 4) + 20px) * 2 - 20px);
  }

  .footer__contacts-item {
    width: calc((((100vw - (20px * 2) - (22px * 3)) / 4) + 20px) * 2 - 20px);
  }
  .footer__corps {
    width: calc((((100vw - (20px * 2) - (22px * 3)) / 4) + 20px) * 2 - 20px);
  }
}
@media screen and (max-width: 991px) {
  .footer__socials {
    width: calc((((100vw - (20px * 2) - (150px * 3)) / 4) + 20px) * 2 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .footer__bot-item {
    flex-wrap: wrap;
  }
  .footer__socials {
    width: calc((((100vw - (20px * 2) - (20px * 3)) / 4) + 40px) * 2 - 20px);
  }
  .footer__contacts-item {
    width: 50%;
  }
  .footer__corps {
    width: 50%;
  }
}
.header__cards-grid {
  row-gap: 15px;
}
.d-inline-flex {
  display: inline-flex;
}

.catalog-page .section__block.catalog .catalog-page__grid > div {
  border: 1px solid var(--color-borders);
}

.catalog-page .section__block.catalog .catalog-page__grid > div:hover {
  border-color: var(--color-blue);
}

.catalog-page .section__block.catalog .catalog-page__grid > div .card {
  border: unset;
}
.mt-3px {
  margin-top: 3px;
}

.feedback-dropdown-custom {
  /* display: none; */
  margin-left: 0px;
}

.header__mobile .feedback-dropdown-custom {
  margin-right: 0.75rem;
}

.feedback-dropdown-custom.header__feedback-item:not(:first-child) {
  margin-left: 0px;
}
.feedback-dropdown-custom .header__feedback-link:not(:first-child) {
  margin-left: 0rem;
}
.feedback-dropdown-custom .header__feedback-line:not(:first-child) {
  margin-top: 0.8rem;
}

.header-link-contacts {
  display: none;
}

@media (max-width: 1279px) {
  .feedback-dropdown-custom .button--sm {
    padding: 0.4757rem 1.625rem;
  }
}
@media (max-width: 576px) {
  .header__mobile .feedback-dropdown-custom {
    display: none;
  }
  .header-link-contacts {
    display: flex;
  }
}

.header__links-link-custom {
  margin-right: 0.75rem;
}

@media (max-width: 425px) {
  .header__buttons-item {
    margin-right: 0.5rem;
  }
}
.fancybox-bg {
  background: rgba(0, 0, 0, 0.6) !important;
}
.fancybox-close-small {
  background: #0000008a;
  right: 0px;
  top: 0px;
}

iframe {
  max-width: 100%;
}

.footer__socials .footer__socials-item:nth-child(3) .footer__socials-container {
  margin-top: -3px;
  margin-right: -3px;
}

.footer__socials .footer__socials-item:nth-child(4) .footer__socials-container {
  margin-right: 2px;
}

.header__feedback-dropdown.header__feedback-dropdown-custom {
  padding: 4px 22px 16px;
}

.header__feedback-dropdown-custom .checkbox__label {
  display: inline-block;
}

.header__feedback-dropdown-custom .checkbox__box {
  margin-right: 0.25rem;
  width: 1.1675rem;
  height: 1.1675rem;
  float: left;
}

.header__feedback-dropdown-custom .header__text {
  font-size: 0.65rem;
}

.header__feedback-dropdown-custom .checkbox__link {
  font-size: 0.65rem;
  margin-left: 0px;
}

.no-click-custom {
  pointer-events: none;
}
.small-card__button-svg.small-card__button-svg-custom path {
  fill: #ffffff00;
}

.small-card-custom {
  height: 100px;
  cursor: pointer;
}

.small-card-custom .small-card__container {
  flex-direction: row;
  justify-content: center;
}
.small-card-custom .h5-custom {
  padding: 8px 0px 0px 15px;
}
.small-card__button-custom {
  display: block;
  width: 50px;
}

section .events-page__image {
  margin-bottom: 25px;
}
section h2 {
  margin-bottom: 15px;
}
section p {
  margin-bottom: 10px;
}

.contacts-card__txt-custom {
  margin-top: 1.5rem;
}
.cursor-pointer {
  cursor: pointer;
}

.nav__list {
  flex-wrap: wrap;
  align-content: space-between;
}

.nav__item {
  margin: 0.5rem;
  margin-right: 1.25rem;
  margin-left: 0rem;
}

.nav__item:not(:first-child) {
  margin-left: unset;
}

@media (max-width: 1279px) {
  .nav__item {
    margin: 0.25rem;
    margin-right: 1.25rem;
    margin-left: 0rem;
  }
}

@media (max-width: 600px) {
  .nav__list {
    height: unset;
  }
}
.container-custom {
  margin-top: 7.5rem;
}
@media (max-width: 1279px) {
  .container-custom {
    margin-top: 3rem;
  }
}

.mt-contacts {
  margin-top: 1.25rem;
}

@media (min-width: 1280px) {
  .mt-contacts {
    margin-top: 3.125rem;
  }
}

@media (max-width: 1280px) {
  .mt-contacts-custom-2 {
    margin-top: 1.25rem;
  }
}

.catalog-modal__container {
  scrollbar-width: thin;
}

/* размеры для нового лого */
/*.header__logo-link {
    width: 14.125rem;
    height: 2.75rem;
} */

.header__logo-link,
.header__logo-link svg {
  width: 250px;
  /*height: 48px; */
}

@media (max-width: 1279px) {
  .header__logo-link,
  .header__logo-link svg {
    width: calc(203px - 0.5rem);
    /*height: 35px;*/
  }
}

@media (max-width: 767px) {
  .header__logo-link,
  .header__logo-link svg {
    width: calc(175px - 0.5rem);
    /*height: 35px;*/
  }
}

@media (max-width: 600px) {
  .header__logo-link,
  .header__logo-link svg {
    width: 6.5rem;
    /*height: 1.125rem;*/
  }
}
@media (max-width: 1279px) {
  .header__buttons-item {
    margin-right: 0.5rem;
  }
}
/* размеры для нового лого end */
.catalog-page__table--big
  .catalog-page__table-head
  .catalog-page__table-cell:nth-last-child(2) {
  width: 12rem !important;
}
.catalog-page__table--big
  .catalog-page__table-body
  .catalog-page__table-cell:nth-last-child(2) {
  width: 12rem !important;
  padding: 1rem 20px 1rem 0;
  display: flex;
  align-items: center;
}
.catalog-page__block-cell-price {
  grid-template-columns: 1fr !important;
}
.catalog-page__block-cell-price a {
  padding: 0.625rem 0 !important;
  justify-content: center !important;
}
.catalog-page__table--big
  .catalog-page__table-body
  .catalog-page__table-cell:nth-last-child(2)
  a {
  white-space: nowrap;
  height: 53px;
}
.catalog-page__table--big .catalog-page__table-cell:nth-child(5) {
  width: 10.375rem;
}
.catalog-page__table--big .catalog-page__table-cell:nth-child(6) {
  width: 9rem;
}
.catalog-page__table--big .catalog-page__table-cell:nth-child(7) {
  width: 5rem;
}
.catalog-page__table--big .catalog-page__table-cell {
  padding-right: 2.188rem;
}

.catalog-section__title {
  margin-bottom: 20px;
  font-size: 3.75rem;
}

/* шире область контента в событиях */
.events-page__col:nth-child(1) {
  width: calc((((100vw - (60px * 2) - (20px * 55)) / 12) + 20px) * 3);
  min-width: min-content;
}

.events-page__col:nth-child(2) {
  padding-right: calc((((100vw - (60px * 2) - (20px * 55)) / 12) + 20px) * 3);
  width: calc((((100vw - (60px * 2) + 130px) / 12) + 20px) * 9 - 20px);
}
@media (max-width: 1279px) {
  .events-page__col:nth-child(1) {
    width: 100%;
  }
  .events-page__col:nth-child(2) {
    margin-top: 1.5rem;
    padding-right: 0;
    width: 100%;
  }
}
/* шире область контента в событиях end */

.events-page__img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: unset;
  height: unset;
}

.hp2026 {
  opacity: 0 !important;
  position: absolute !important;
  z-index: -9999 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}
.catalog-page__table-col:nth-child(1) {
  width: auto;
  margin-right: 20px;
}
.form__item_3_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
#form-d-i-o {
  margin-bottom: 40px;
}
.d-i-o .accordion--simple .accordion__col:nth-child(1) {
  width: 100%;
  padding-right: 25px;
}
.d-i-o .accordion--simple .accordion__row {
  flex-wrap: wrap;
  position: relative;
}
.d-i-o .accordion--simple .accordion__col:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .form__item_3_1 {
    grid-template-columns: 1fr;
  }
}

.cookie-popup {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  max-width: 90%;
  width: 700px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  z-index: 99999;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease;
  border: 1px solid #f0f0f0;
}

.cookie-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.cookie-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
  flex: 1;
  padding-right: 24px;
}

.cookie-link {
  color: #0056b3;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.cookie-link:hover {
  color: var(--color-blue);
  text-decoration: none;
}

.cookie-btn {
  padding: 0.8125rem 1.25rem;
  display: flex;
  align-items: center;
  background: var(--color-blue);
  border-radius: 40px;
  color: white;
  border: 1px solid var(--color-blue);
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 2;
}
.cookie-btn span {
  color: white;
  position: relative;
  z-index: 2;
}
.cookie-btn:hover {
  background-color: #444444;
  color: white;
  border: 1px solid #444444;
}

.cookie-btn:active {
  transform: scale(0.97);
}

@media (max-width: 600px) {
  .cookie-popup {
    flex-direction: column;
    bottom: 16px;
    padding: 20px;
    width: calc(100% - 32px);
  }
  .cookie-text {
    padding-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  .cookie-btn {
    width: auto;
    padding: 12px 24px;
  }
}

.new-calc-8 .calculator-page__features-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.calc-error input {
  border-color: red;
  background-color: #fff0f0;
}
.calculator-page__features-inner {
  position: relative;
}
.span-form-hint-focus {
  position: absolute;
  bottom: -20px;
  width: 100%;
  left: 0;
  font-size: 0.8rem;
  opacity: 0;
  transition: 0.3s;
}
.calculator-page__features-inner-hint-focus .span-form-hint-focus {
  opacity: 0.8;
  transition: 0.3s;
}
.form-d-i-o-block {
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 20px;
}
.form-d-i-o-left {
  padding: 40px;
  border: 1px solid #f3f3f3;
  border-radius: 40px;
}
.form-d-i-o-right {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 20px;
  height: 100%;
}
.form-d-i-o-soc-block {
  height: 100%;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.form-d-i-o-soc-block-left {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  height: 100%;
  justify-content: space-between;
}
.form-d-i-o-soc-block-right {
}
.form-d-i-o-soc-block-left a {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-gray);
  transition: 0.3s;
}
.form-d-i-o-soc-block-left a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.form-d-i-o-soc-block-right a svg {
  width: 60px;
  height: 60px;
}
.form-d-i-o-soc-block-right a svg path {
  fill: #04b2d1;
}
.form-d-i-o-block .form-d-i-o-left .cooperation-page__title {
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .form-d-i-o-block {
    grid-template-columns: 1fr 500px;
  }
}
@media (max-width: 1000px) {
  .form-d-i-o-block {
    grid-template-columns: 1fr;
  }
  .form-d-i-o-soc-block-left a {
    font-size: 1.2rem;
  }
}
/* about-page: адаптивная строка «заголовок + текст» (about-production, about-work, about) */
.about-page__intro-title {
  overflow-wrap: break-word;
}
@media (min-width: 1280px) {
  .about-page__intro-row {
    gap: 40px;
    align-items: flex-start;
  }
  .about-page__intro-col:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }
  .about-page__intro-title {
    font-size: clamp(3rem, 5.5vw, 6.875rem);
  }
}
@media (max-width: 1279px) {
  .about-page__intro-title {
    font-size: clamp(1.75rem, 8vw, 3rem);
  }
}

/* Утилита размера h2 — для элементов, которым нужен размер заголовка без его семантики (цифры, счётчики) */
.h2 {
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
}
.h3 {
  font-size: 2.75rem;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

/* article-text — текстовый (SEO) блок: about-production, разделы каталога (UF_TEXT_ABOUT) */
.article-text {
  max-width: 120rem;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}
.article-text strong {
  font-weight: 500;
  color: var(--color-black);
}
.article-text__title {
  margin-bottom: 1.5rem;
  color: var(--color-black);
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -1px;
}
.article-text__subtitle {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--color-black);
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
}
.article-text__title:first-child,
.article-text__subtitle:first-child {
  margin-top: 0;
}
.article-text__paragraph {
  margin-bottom: 1.25rem;
}
.article-text__list {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  list-style: disc outside;
}
.article-text__list--ordered {
  list-style: decimal outside;
}
.article-text__item {
  margin-bottom: 0.75rem;
}
.article-text__item::marker {
  color: var(--color-blue);
}
.article-text__paragraph:last-child,
.article-text__list:last-child,
.article-text__item:last-child {
  margin-bottom: 0;
}
.article-text__link {
  color: var(--color-blue);
  text-decoration: underline;
  transition: opacity 0.3s;
}
.article-text__link:hover {
  opacity: 0.8;
}
.article-text__link strong {
  color: inherit;
}
.article-text__table-wrap {
  margin-bottom: 1.25rem;
  overflow-x: auto;
}
.article-text__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.article-text__table-head,
.article-text__table-cell {
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-borders);
  vertical-align: top;
  font-weight: 500;
}
.article-text__table-head {
  color: var(--color-black);
}
@media (max-width: 1279px) {
  .article-text {
    max-width: none;
    font-size: 0.875rem;
  }
  .article-text__title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .article-text__subtitle {
    margin-top: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .article-text__table-head,
  .article-text__table-cell {
    padding: 0.5rem 0.75rem;
  }
}

/* delivery-page — страница «Доставка и оплата» (/dostavka-i-oplata/) */
/* контент идёт во всю ширину контейнера, без предела строки: на широких мониторах
   текст не должен обрываться раньше, чем соседние блоки страницы (CTA, форма) */
.delivery-page__section-title {
  margin-bottom: 2.5rem;
}
.delivery-page__intro {
  margin-bottom: 2.5rem;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -1px;
}
.delivery-page__list {
  margin-top: 5rem;
}
.delivery-page__list-item:not(:first-child) {
  margin-top: 7.5rem;
}
.delivery-page__list-title {
  margin-bottom: 2.5rem;
}
.delivery-page__table {
  margin-bottom: 2.5rem;
}
.delivery-page__subtitle {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--color-black);
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -1px;
}
.delivery-page__text {
  margin-bottom: 1.25rem;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
}
.delivery-page__text strong {
  font-weight: 500;
  color: var(--color-black);
}
.delivery-page__ul {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  list-style: disc outside;
}
.delivery-page__ul-item {
  margin-bottom: 0.75rem;
}
.delivery-page__ul-item::marker {
  color: var(--color-blue);
}
.delivery-page__ul-item strong {
  font-weight: 500;
  color: var(--color-black);
}
.delivery-page__ul-item:last-child {
  margin-bottom: 0;
}
.delivery-page__link {
  color: var(--color-blue);
  text-decoration: underline;
  transition: opacity 0.3s;
}
.delivery-page__link:hover {
  opacity: 0.8;
}
.delivery-page__steps {
  margin-bottom: 2.5rem;
}
.delivery-page__accordion {
  margin-bottom: 2.5rem;
}
.delivery-page__accordion .accordion__container {
  padding: 1.5rem;
}
.delivery-page__accordion .accordion__title {
  font-weight: 500;
}

/* delivery-table — таблица условий доставки/оплаты */
.delivery-table {
  overflow-x: auto;
}
.delivery-table__table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left;
}
.delivery-table__head,
.delivery-table__cell {
  padding: 0.875rem 1rem;
  border: 1px solid var(--color-borders);
  vertical-align: top;
  font-weight: 500;
}
.delivery-table__head {
  background: var(--color-light-gray);
  color: var(--color-black);
  white-space: nowrap;
}
.delivery-table__link {
  color: var(--color-blue);
  text-decoration: underline;
  transition: opacity 0.3s;
}
.delivery-table__link:hover {
  opacity: 0.8;
}

/* delivery-steps — блок-схема этапов (самовывоз, доставка ТК) */
.delivery-steps {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
}
.delivery-steps__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--color-borders);
  border-radius: 1.25rem;
}
.delivery-steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  /* середина зазора: 100% — это padding-box, поэтому +1px рамки, +половина gap;
	   минус четверть диагонали — после поворота видимый уголок занимает правую половину квадрата */
  left: calc(100% + 1px + 0.625rem - 0.18rem);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--color-blue);
  border-right: 1px solid var(--color-blue);
  transform: translate(-50%, -50%) rotate(45deg);
}
.delivery-steps__num {
  margin-bottom: 0.75rem;
  color: var(--color-blue);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
.delivery-steps__title {
  margin-bottom: 0.5rem;
  color: var(--color-black);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
}
.delivery-steps__text {
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}

/* delivery-cta — блок «Призыв к действию» */
.delivery-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  padding: 2.5rem;
  border-radius: 2.5rem;
  background: var(--color-light-gray);
}
.delivery-cta__title {
  margin-bottom: 1rem;
  color: var(--color-black);
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -1px;
}
.delivery-cta__text {
  margin-bottom: 2rem;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.4;
}
.delivery-cta__button {
  display: inline-flex;
  cursor: pointer;
}
.delivery-cta__item:not(:first-child) {
  margin-top: 1.25rem;
}
.delivery-cta__label {
  margin-bottom: 0.25rem;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}
.delivery-cta__value {
  color: var(--color-black);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3;
}
.delivery-cta__link {
  color: var(--color-black);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3;
  transition: color 0.3s;
}
.delivery-cta__link:hover {
  color: var(--color-blue);
}

/* faq-block — блок «Часто задаваемые вопросы» (шаблон news.list/faq) */
.faq-block__title {
  margin-bottom: 2.5rem;
}
.faq-block .accordion__title {
  font-size: 1.75rem;
  line-height: 1.2;
}
/* базовый padding аккордеона отдаёт 2 колонки сетки под левый отступ — в FAQ ответ занимает всю ширину */
.faq-block .accordion__container {
  padding: 1.5rem 2.5rem 2.5rem;
}
.faq-block .accordion__text {
  margin-bottom: 1.25rem;
  color: var(--color-gray);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
}
.faq-block .accordion__text:last-child {
  margin-bottom: 0;
}
.faq-block .accordion__inner {
  margin-top: 1.25rem;
}
.faq-block .list-item {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 1279px) {
  .delivery-page__list {
    margin-top: 3rem;
  }
  .delivery-page__list-item:not(:first-child) {
    margin-top: 3rem;
  }
  .delivery-page__list-title,
  .delivery-page__section-title,
  .faq-block__title {
    margin-bottom: 1.25rem;
  }
  .delivery-page__intro {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .faq-block .accordion__title {
    font-size: 1rem;
  }
  .faq-block .accordion__container {
    padding: 0.75rem 1.25rem 1.25rem;
  }
  .faq-block .accordion__text {
    font-size: 0.875rem;
  }
  .faq-block .list-item {
    font-size: 0.875rem;
  }
  .delivery-page__intro,
  .delivery-page__table,
  .delivery-page__steps,
  .delivery-page__accordion {
    margin-bottom: 1.5rem;
  }
  .delivery-page__subtitle {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .delivery-page__text,
  .delivery-page__ul {
    font-size: 0.875rem;
  }
  .delivery-table__table {
    font-size: 0.875rem;
  }
  .delivery-table__head,
  .delivery-table__cell {
    padding: 0.625rem 0.75rem;
  }
  .delivery-steps {
    flex-direction: column;
  }
  .delivery-steps__item {
    flex: 0 0 auto;
  }
  .delivery-steps__item:not(:last-child)::after {
    /* карточки в столбик: та же середина зазора, уголок смотрит вниз — поправка вверх */
    top: calc(100% + 1px + 0.625rem - 0.18rem);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .delivery-cta {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .delivery-cta__title {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .delivery-cta__text {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }
  .delivery-cta__value,
  .delivery-cta__link {
    font-size: 1rem;
  }
}

.small-card.aquasept {
  --color: var(--color-blue-dark);
}
.small-card.aquasept-lns {
  --color: var(--color-gray);
}

/* =========================================================================
   Карточка товара на листинге: бейджи, цена, кнопка «Подробнее» (SA-1040)

   Значения взяты из макета slt-aqua-card-redesign.html. Два отступления:
   бирюзовый берём из переменной сайта (--color-blue), а не #11b8ca из макета —
   иначе карточка отличалась бы по цвету от остальных элементов страницы;
   коралловый для «Новинки» в переменных сайта отсутствует, задаём здесь.
   ========================================================================= */

.card {
  --card-coral: #ee6c64;
  /* position: relative уже задан в app.css. А flex-колонкой карточка там
	   становится только ниже 1280px, выше остаётся display: block — из-за этого
	   .card__bot не растягивался, а margin-top: auto у кнопки не работал:
	   при названии в две строки кнопки в ряду разъезжались. */
  display: flex;
  flex-direction: column;
}

.card__badges {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  max-width: calc(100% - 28px);
  pointer-events: none;
}

.card__badge {
  padding: 7px 11px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.card__badge--hit {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.card__badge--new {
  color: var(--card-coral);
  background-color: var(--color-white);
  border: 1px solid var(--card-coral);
}

/* Ссылки внутри карточки: обёртка больше не <a>, поэтому картинка, название
   и кнопка ссылаются на товар каждая сама. Вложенных <a> нет. */
.card__container,
.card__title {
  color: inherit;
  text-decoration: none;
}

/* Зона названия по макету: фиксированные две строки и тёмный цвет вместо
   фирменного бирюзового, заданного для .card__title в app.css. Подсветка синим
   при наведении на карточку — существующее поведение сайта, его оставляем. */
.card__title {
  display: -webkit-box;
  height: 36px;
  min-height: 36px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--color-black);
}

/* Зона цены тоже фиксирована по высоте: «Цена по запросу» набирается меньшим
   кеглем, и без этого блок получался ниже. Вместе с фиксированным названием это
   и выстраивает кнопки в ряду на одной линии.
   margin-bottom задаёт зазор до кнопки из макета (11px), а margin-top: auto
   у самой кнопки дополнительно прижимает её к низу, если карточка выше содержимого. */
.card__price {
  display: flex;
  align-items: center;
  height: 23px;
  min-height: 23px;
  margin-top: 7px;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--color-black);
}

.card__price--request {
  font-size: 16px;
}

.card__unit {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-gray);
  white-space: nowrap;
}

.card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  /* auto, а не 11px из макета: там зоны названия и цены фиксированы по высоте,
	   у нас название занимает одну или две строки — прижимаем кнопку к низу,
	   чтобы во всех карточках ряда она оставалась на одной линии. */
  margin-top: auto;
  border: 1px solid var(--color-blue);
  border-radius: 21px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-blue);
  background-color: transparent;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.card__button::after {
  content: "→";
  margin-left: 9px;
  font-size: 18px;
  transition: transform 0.2s;
}

/* Макет задаёт кнопку высотой 40px, ТЗ требует тач-область минимум 44×44.
   Расширяем зону нажатия невидимой областью, не трогая внешний вид. */
.card__button::before {
  content: "";
  position: absolute;
  inset: -2px 0;
}

.card:hover .card__button {
  color: var(--color-white);
  background-color: var(--color-blue);
}

.card:hover .card__button::after {
  transform: translateX(3px);
}

/* Карточка растягивается на всю высоту ячейки сетки, а информационная зона
   прижимает кнопку к низу. Отступы — из макета (.info), в app.css было 0 20px 20px. */
.card__bot {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 6px 15px 15px;
}

/* Карточка лежит внутри обёртки itemListElement и сама на высоту ячейки сетки
   не растягивается — обёртку делаем flex, карточку на всю её ширину. */
.catalog-page__grid > [itemprop="itemListElement"] {
  display: flex;
}

.catalog-page__grid > [itemprop="itemListElement"] > .card {
  width: 100%;
}

/* Отступы иконок области применения выравниваем по бейджам. В app.css они заданы
   в rem, а базовый html{font-size} завязан на vw — отступ иконок плавал с шириной
   экрана (12–18px), пока у бейджей он фиксированный в px. Держим одни и те же
   значения: 14px, ниже 768px — 10px. Меняем только верх и лево: padding-right
   ниже зарезервирован под сам бейдж. */
.card__category {
  top: 14px;
  left: 14px;
}

/* На десктопе резерва под бейдж не было вовсе — он задавался только ниже 1280px.
   У карточек с длинным рядом иконок (9 шт. в SLT BLOCKFIRE) последние иконки уезжали
   под бейдж. Резервируем: 87px — ширина самой широкой метки «Хит продаж» (размеры
   бейджа в px и от ширины экрана не зависят), 14px — её отступ справа, ~9px — зазор. */
@media (min-width: 1280px) {
  .card:has(.card__badges) .card__category {
    padding-right: 110px;
  }
}

/* Ниже 1280px иконки области применения переходят из абсолютного позиционирования
   в поток и занимают всю ширину карточки, а бейджи остаются в правом верхнем углу
   (так требует ТЗ). Резервируем под них место, иначе иконки уезжают под бейдж.
   Резерв только у карточек с метками — остальные не теряют ширину. */
@media (max-width: 1279px) {
  .card__category {
    padding-top: 14px;
    padding-left: 14px;
  }

  .card:has(.card__badges) .card__category {
    padding-right: 5.5rem;
  }
}

@media (max-width: 767px) {
  .card__category {
    padding-top: 10px;
    padding-left: 10px;
  }

  .card:has(.card__badges) .card__category {
    padding-right: 4.5rem;
  }

  .card__badges {
    top: 10px;
    right: 10px;
    gap: 4px;
  }

  .card__badge {
    padding: 6px 8px;
    font-size: 9px;
  }

  .card__bot {
    padding: 8px 10px 10px;
  }

  /* На мобильных макет отводит названию три строки вместо двух. */
  .card__title {
    height: 42px;
    min-height: 42px;
    -webkit-line-clamp: 3;
    font-size: 11px;
    line-height: 1.25;
  }

  .card__price {
    height: 18px;
    min-height: 18px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .card__price--request {
    font-size: 13px;
  }

  .card__unit {
    font-size: 10px;
  }

  .card__button {
    height: 34px;
    border-radius: 17px;
    font-size: 11px;
  }

  .card__button::after {
    margin-left: 6px;
    font-size: 15px;
  }

  /* Кнопка ниже — тач-область добираем сильнее, чтобы остались те же 44px. */
  .card__button::before {
    inset: -5px 0;
  }
}

/* =========================================================================
   Блок «Рекомендуемые товары» на главной (ТЗ SA-599)

   Карточка — та же, что на листинге каталога (белый фон, рамка, метки, иконки
   области применения, цена с единицей измерения). Модификатор --recommended
   меняет в ней ровно одно: вместо кнопки «Подробнее» внизу стоит строка с ценой
   и круглой кнопкой корзины, открывающей модалку выбора торговых предложений.
   Размеры этой строки — в px, как и остальные добавления из SA-1040: базовый
   html{font-size} на сайте задан в vw, и rem внутри карточки поехал бы с шириной
   экрана. Зону изображения не переопределяем вовсе — она должна совпадать
   с листингом, а там всё задано в rem.
   ========================================================================= */

.recommended-products__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.recommended-products__arrows {
  display: flex;
  gap: 8px;
}

/* Кнопки листания живут в шапке секции, а не поверх слайдера: .slider-buttons
   из app.css рассчитан под центрированный слайдер объектов и здесь не подходит. */
.recommended-products__arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  background-color: var(--color-light-gray);
}

.recommended-products__arrow:hover {
  background-color: var(--color-darken-white);
}

.recommended-products__slider {
  position: relative;
  z-index: 0;
}

/* Ширина слайда задаётся здесь: слайдер инициализируется с slidesPerView: "auto"
   и spaceBetween: 20 (значения по умолчанию из app.js для неизвестного data-slider-id).
   Четыре карточки в ряд — та же сетка, что у листинга каталога (.catalog-page__grid). */
.recommended-products__slide {
  width: calc((100% - 60px) / 4);
  height: auto;
}

/* Низ карточки: цена слева, кнопка корзины справа, разделитель сверху.
   margin-top: auto прижимает строку к низу, чтобы у карточек ряда она была на одной
   линии — ту же роль на листинге играет margin-top: auto у .card__button. */
.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--color-borders);
}

/* Название в рекомендуемых набирается крупнее каталожных 13px — по просьбе заказчика.
   Высоту зоны пересчитываем под новый кегль (17px × 1.35 × 2 строки ≈ 46px), иначе
   вторая строка обрежется, а цена и кнопка корзины разъедутся по высоте. */
.card--recommended .card__title {
  height: 46px;
  min-height: 46px;
  font-size: 17px;
}

/* Кегль цены каталожный, снимаем только отступы: в карточке листинга они разводят
   цену и кнопку «Подробнее», а здесь цена и кнопка стоят в одной строке. */
.card--recommended .card__price {
  margin: 0;
}

.card__cart {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--color-borders);
  border-radius: 50%;
  cursor: pointer;
  color: var(--color-blue);
  background-color: var(--color-white);
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
}

.card__cart:hover {
  color: var(--color-white);
  border-color: var(--color-blue);
  background-color: var(--color-blue);
}

/* Кнопка 40px по макету, тач-область добираем до 44px невидимой зоной — так же,
   как у .card__button на листинге. */
.card__cart::before {
  content: "";
  position: absolute;
  inset: -2px;
}

@media (max-width: 1279px) {
  .recommended-products__slide {
    width: calc((100% - 40px) / 3);
  }
}

@media (max-width: 767px) {
  .recommended-products__controls {
    gap: 12px;
  }

  .recommended-products__slide {
    width: calc((100% - 20px) / 2);
  }

  /* Здесь названию отведено три строки (15px × 1.25 × 3 ≈ 57px) — правило обязательно,
	   иначе десктопная высота 46px обрежет третью строку на середине. */
  .card--recommended .card__title {
    height: 57px;
    min-height: 57px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  /* Полторы карточки в экране: обрезанная вторая показывает, что блок листается. */
  .recommended-products__slide {
    width: 72%;
  }

  .card__cart {
    width: 36px;
    height: 36px;
  }

  .card__cart::before {
    inset: -4px;
  }
}

/* =========================================================================
   Модалка выбора торговых предложений (ТЗ SA-599, макет popap.png).

   Показывается через тот же fancybox, что и остальные модалки сайта, поэтому
   по умолчанию скрыта — как .call-modal и соседние окна в app.css.
   ========================================================================= */

.offers-modal {
  display: none;
  flex-direction: column;
  width: min(1100px, 94vw);
  max-height: 90vh;
  padding: 0;
  border-radius: 12px;
  background-color: var(--color-white);
}

.offers-modal__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--color-borders);
}

.offers-modal__preview {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 1px solid var(--color-borders);
  border-radius: 10px;
  background-color: var(--color-light-gray);
}

.offers-modal__preview-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.offers-modal__title {
  font-size: 22px;
  line-height: 1.25;
  color: var(--color-black);
}

.offers-modal__subtitle {
  margin-top: 6px;
  font-size: 13px;
  color: var(--color-gray);
}

.offers-modal__body {
  flex-grow: 1;
  padding: 0 24px;
  overflow-y: auto;
}

.offers-modal__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}

.offers-modal__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.offers-modal__color {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 14px;
  border: 1px solid var(--color-borders);
  border-radius: 18px;
  cursor: pointer;
  font-size: 13px;
  color: var(--color-black);
  background-color: var(--color-white);
  transition:
    border-color 0.2s,
    color 0.2s;
}

.offers-modal__color--active {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.offers-modal__color-icon {
  width: 16px;
  height: 16px;
}

.offers-modal__found {
  flex-shrink: 0;
  font-size: 13px;
  color: var(--color-gray);
}

.offers-modal__found span {
  font-weight: 500;
  color: var(--color-black);
}

/* Колонок у разных товаров разное число, поэтому сетка строится по содержимому:
   все ячейки, кроме количества, тянутся одинаково. */
.offers-modal__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-borders);
  font-size: 13px;
  color: var(--color-black);
}

.offers-modal__row--head {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 12px;
  color: var(--color-gray);
  background-color: var(--color-white);
}

.offers-modal__row--hidden {
  display: none;
}

/* Цвет предложения: иконка из того же справочника, что и в фильтре, плюс название. */
.offers-modal__cell--color {
  display: flex;
  align-items: center;
  gap: 6px;
}

.offers-modal__cell--price {
  font-weight: 500;
  white-space: nowrap;
}

.offers-modal__counter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.offers-modal__counter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-borders);
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: var(--color-black);
  background-color: var(--color-white);
  transition:
    border-color 0.2s,
    color 0.2s;
}

.offers-modal__counter-button:hover {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.offers-modal__counter-input {
  width: 56px;
  height: 32px;
  padding: 0 4px;
  border: 1px solid var(--color-borders);
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  color: var(--color-black);
}

.offers-modal__empty {
  padding: 32px 0;
  text-align: center;
  font-size: 14px;
  color: var(--color-gray);
}

.offers-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-top: 1px solid var(--color-borders);
  background-color: var(--color-light-gray);
  border-radius: 0 0 12px 12px;
}

.offers-modal__note {
  font-size: 13px;
  color: var(--color-gray);
}

.offers-modal__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Кнопки окна оформляем сами: у сайтовой .button текст внутри задан белым и в светлой
   модалке он не читается. */
.offers-modal__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid var(--color-borders);
  border-radius: 60px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--color-black);
  background-color: var(--color-white);
  transition:
    border-color 0.2s,
    background-color 0.2s,
    color 0.2s;
}

.offers-modal__button:hover {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.offers-modal__button--primary {
  border-color: var(--color-blue);
  color: var(--color-white);
  background-color: var(--color-blue);
}

.offers-modal__button--primary:hover {
  border-color: var(--color-blue-dark);
  color: var(--color-white);
  background-color: var(--color-blue-dark);
}

.offers-modal__button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 767px) {
  /* Ширину берём от контейнера окна, а не 100vw: вьюпорт с видимой полосой прокрутки
	   уже 100vw, и правый край модалки уходил за экран. */
  .offers-modal {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .offers-modal__header,
  .offers-modal__body,
  .offers-modal__footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .offers-modal__title {
    font-size: 17px;
  }

  /* На узком экране таблица разворачивается в карточки: подпись колонки берётся
	   из data-label, шапка не нужна. */
  .offers-modal__row--head {
    display: none;
  }

  .offers-modal__row {
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    padding: 14px 0;
  }

  .offers-modal__cell::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    color: var(--color-gray);
  }

  .offers-modal__cell--quantity {
    grid-column: 1 / -1;
  }

  .offers-modal__counter {
    justify-content: flex-start;
  }

  .offers-modal__footer {
    flex-direction: column;
    align-items: stretch;
    border-radius: 0;
  }

  .offers-modal__actions {
    justify-content: space-between;
  }
}

/* Плитки продукции на /about-production/ едут каруселью, а не сеткой: пятая плитка
   оставляла во втором ряду пустое место. Сетку из app.css гасим модификатором. */
.about-page__cards--slider {
  display: block;
}

.about-page__cards-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

/* Ширину слайда при slidesPerView: 'auto' задаёт CSS. Считаем в px, а не в rem:
   зазор между слайдами (spaceBetween: 20) бандл выставляет в px. */
.about-page__cards-slide {
  width: calc((100% - 40px) / 3);
  height: auto;
}

@media (max-width: 1279px) {
  .about-page__cards-slide {
    width: calc((100% - 20px) / 2);
  }
}

/* На телефоне показываем одну плитку и край следующей — иначе карусель не читается
   как прокручиваемая. */
@media (max-width: 767px) {
  .about-page__cards-slide {
    width: 85%;
  }
}

/* Подзаголовки секций на /about-production/ крупнее и контрастнее: серый --color-gray
   из app.css на светлом фоне читался плохо. Вес не трогаем — в проекте подключены
   только Regular и Medium, 600 дал бы синтетический жирный. */
.about-page__label--contrast {
  font-size: 2rem;
  color: var(--color-black);
  /* Колонки section__col в app.css идут вплотную: ширина первой уже включает
	   гаттер сетки, поэтому длинный заголовок упирается в текст соседней колонки.
	   Отступ считаем в px — гаттер сетки тоже в px. */
  padding-right: 40px;
}

@media (max-width: 1279px) {
  .about-page__label--contrast {
    font-size: 1.25rem;
    /* колонки идут друг под другом — отступ справа уже не нужен */
    padding-right: 0;
  }
}
