

/* Start:/local/templates/main/assets/css/main.css?1759829295368319*/
@charset "UTF-8";
/* ----- CSS-переменные ----- */
/* Шрифты */
/* ----- ОбНУЛНИЕ СТИЛЕЙ ----- */
/* 1. Устанавливаем box-sizing: border-box для всех элементов. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Убираем стандартные отступы браузера. */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd,
hr {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 1;
  line-height: normal;
}

/* 3. Устанавливаем базовые стили для body. */
body {
  min-height: 100vh;
  /* Занимает как минимум всю высоту экрана */
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  /* Базовая высота строки для читаемости */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 4. Убираем стандартные стили для списков. */
ul,
ol {
  padding: 0;
  /* Убираем также padding */
  list-style: none;
}

/* 5. Делаем изображения и другие медиа-элементы адаптивными. */
img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
  /* Если нужно сохранить пропорции, иначе можно убрать или задать конкретное */
}

/* 6. Наследуем шрифты для инпутов и кнопок. */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Убираем стандартный outline (добавляйте свой кастомный для доступности!) */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* 8. Убираем подчеркивание у ссылок (если дизайн предполагает это) */
a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

/* Улучшение читаемости для скрытого контента (для скринридеров) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ----- ПОДКЛЮЧЕНИЕ ШРИФТОВ ----- */
@font-face {
  font-family: "DrukTextWideCyr-Medium";
  src: url("/local/templates/main/assets/fonts/DrukTextWideCy-Medium.woff2") format("woff2"), url("/local/templates/main/assets/fonts/DrukTextWideCy-Medium.woff") format("woff"), url("/local/templates/main/assets/fonts/DrukTextWideCy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rawline Normal";
  src: url("/local/templates/main/assets/fonts/rawline-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rawline SemiBold";
  src: url("/local/templates/main/assets/fonts/rawline-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Rawline Bold";
  src: url("/local/templates/main/assets/fonts/rawline-700.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* ----- ОБЩИЕ КОМПОНЕНТЫ И СТРУКТУРА (Mobile First) ----- */
html {
  font-size: 14px;
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #FFFFFF;
  font-family: "Rawline Normal", sans-serif;
  font-size: 1rem;
  line-height: 1.36rem;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1920px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}

.section-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 32px;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 48px;
  }
}

.btn {
  padding: 12px 20px 17px;
  border: none;
  border-radius: 100px;
  text-align: center;
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  background: none;
}
@media (min-width: 1440px) {
  .btn {
    font-size: 16px;
    padding: 12px 40px 17px;
    border-radius: 100px;
  }
}
.btn:hover {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1.01);
}

.btn-primary {
  background: #5b61ff;
  color: #FFFFFF;
}

.btn--secondary {
  background-color: #FFFFFF;
  color: #1A1A1A;
}

.highlighted-color {
  color: #5b61ff;
}

.highlighted-block {
  background-color: #5b61ff;
}

.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.load-more-button.is-hidden {
  display: none !important;
}

.contact-form-on-page {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .contact-form-on-page {
    flex-direction: row;
    gap: 20px;
  }
}



.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: auto;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 20px 15px;
  background: #F3F3F3;
  border: 1px solid rgba(247, 247, 247, 0.15);
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .contact-form {
    padding: 50px;
    border-radius: 40px;
    gap: 20px;
  }
}
.contact-form__description {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}

.input-group {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 100%;
}

.form-input {
  padding: 12px 20px 17px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 73.59px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}
@media (min-width: 1440px) {
  .form-input {
    padding: 12px 40px 17px;
    border-radius: 100px;
  }
}

.form-input.is-invalid {
  border-color: #60001B;
}

.form-error-message {
  display: none;
  font-family: "Rawline Normal", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #60001B;
}

.cta-form__agreement,
.form__agreement {
  font-family: "Rawline Normal", sans-serif;
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 1200px) {
  .cta-form__agreement,
  .form__agreement {
    font-size: 14px;
    line-height: 19px;
  }
}
.cta-form__agreement a,
.form__agreement a {
  color: #5b61ff;
  text-decoration: underline;
}
.cta-form__agreement a:hover,
.form__agreement a:hover {
  color: #5b61ff;
}

.swiper-slide {
  height: auto !important;
}

/* ===== Section Modal Contact Form ===== */
.popup-form-wrapper {
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
  padding: 10px 10px;
}

.popup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
  padding: 45px 25px 25px;
  border-radius: 20px;
  position: relative;
  max-width: 475px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #1A1A1A;
  margin: auto;
  overflow-y: visible;
  max-width: 475px;
  width: 100%;
}
@media (min-width: 768px) {
  .popup-form {
    height: auto;
    max-width: 500px;
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .popup-form {
    max-width: 708px;
    padding: 80px;
  }
}

/* Стили для самой формы */
.popup-form__text {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .popup-form__text {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .popup-form__text {
    font-size: 32px;
    line-height: 38px;
  }
}

/* Стили для кнопки закрытия */
.popup-form__close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
}
.popup-form__close-btn svg path {
  stroke: #1A1A1A;
}

.contact-form__text-privacy-policy {
  font-family: "Rawline Normal", sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.image-wrapper {
  overflow: hidden;
}

/* ===== Modal-Popup ===== */
/* Стили для попапа */
#successModalOverlay {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* Полупрозрачный фон */
  display: flex;
  /* Используем flex для центрирования */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /* Выше остального контента */
  opacity: 0;
  /* Начальное состояние - невидимый */
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 400px;
  /* Максимальная ширина */
  width: 90%;
  /* Ширина для мобильных */
  position: relative;
  transform: scale(0.9);
  /* Начальное состояние для анимации */
  transition: transform 0.3s ease;
}

.modal-overlay.is-visible .modal {
  transform: scale(1);
}

.modal__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
  padding: 0;
}

.modal__close-btn:hover {
  color: #333;
}

.modal__icon {
  margin-bottom: 15px;
  /* Стили для SVG или иконки */
}

.modal__icon svg {
  display: inline-block;
  /* Убрать лишний отступ под svg */
}

.modal__title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  font-family: "Rawline", sans-serif;
  /* Пример шрифта */
}

.modal__text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Rawline", sans-serif;
  /* Пример шрифта */
}

.seo-hidden-links {
  position: absolute;
  left: -9999px;
  top: auto;
  /* Чтобы не влияло на вертикальный поток, если родитель имеет высоту */
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wrapper-video {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
}
.wrapper-video__feature-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/*----- Секция "Обратная связь" -----*/
.feedback-section1 .feedback-section__main-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
}
.feedback-section1 .feedback-section__main-title.hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  .feedback-section1 .feedback-section__main-title.hidden-mobile {
    display: inline-block;
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .feedback-section__main-title.hidden-mobile {
    display: inline-block;
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    text-align: left;
  }
}
.feedback-section1 .feedback-section__main-title.hidden-desktop {
  display: block;
}
@media (min-width: 768px) {
  .feedback-section1 .feedback-section__main-title.hidden-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .feedback-section1 .feedback-section__main-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .feedback-section__main-title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 38px;
  }
}
.feedback-section1 .feedback-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .feedback-section1 .feedback-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .feedback-grid {
    gap: 16px;
  }
}
.feedback-section1 .feedback-form-block {
  padding: 20px 15px;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 25px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .feedback-section1 .feedback-form-block {
    background-color: #FFFFFF;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .feedback-form-block {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .feedback-section1 .feedback-form-block__wrapper {
    background-color: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(247, 247, 247, 0.15);
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .feedback-section1 .feedback-form-block__wrapper {
    padding: 50px;
    border-radius: 40px;
  }
}
.feedback-section1 .feedback-form-block__wrapper .contact-form-on-page {
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .feedback-section1 .feedback-form-block__wrapper .contact-form-on-page {
    flex-direction: row;
  }
}
.feedback-section1 .feedback-form-block__title {
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .feedback-section1 .feedback-form-block__title {
    font-size: 14px;
    line-height: 20px;
    width: 400px;
  }
}
.feedback-section1 .feedback-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.feedback-section1 #feedback-phone::placeholder {
  color: #ADB5BD;
}
.feedback-section1 #feedback-phone:focus {
  outline: none;
  border-color: #5b61ff;
  box-shadow: 0 0 0 2px rgba(91, 97, 255, 0.2);
}
.feedback-section1 .feedback-form__submit.button--primary {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}
.feedback-section1 .feedback-form__agreement {
  font-size: 10px;
  line-height: 14px;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .feedback-section1 .feedback-form__agreement {
    font-size: 14px;
    line-height: 19px;
  }
}
.feedback-section1 .feedback-form__agreement a {
  color: #5b61ff;
  text-decoration: underline;
}
.feedback-section1 .feedback-form__agreement a:hover {
  color: #5b61ff;
}
.feedback-section1 .telegram-promo-block {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  padding: 20px 15px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  background-color: #5b61ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120%;
}
@media (min-width: 768px) {
  .feedback-section1 .telegram-promo-block {
    padding: 20px;
    background-image: url("/local/templates/main/assets/css/../img/components/telegram-channel-block_bg_desktop.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .telegram-promo-block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-size: 135%;
    padding: 50px;
  }
}
.feedback-section1 .telegram-promo-block__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .feedback-section1 .telegram-promo-block__content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 65px;
  }
}
.feedback-section1 .telegram-promo-block__title {
  font-size: 24px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 15px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .feedback-section1 .telegram-promo-block__title {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .telegram-promo-block__title {
    font-size: 48px;
    line-height: 61px;
    margin-bottom: 0;
  }
}
.feedback-section1 .telegram-promo-block__title br {
  display: none;
}
@media (min-width: 768px) {
  .feedback-section1 .telegram-promo-block__title br {
    display: block;
  }
}
.feedback-section1 .telegram-promo-block__description {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .feedback-section1 .telegram-promo-block__description {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .telegram-promo-block__description {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 0;
  }
}
.feedback-section1 .telegram-promo-block__subscribe-button.button--secondary {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  color: #1A1A1A;
}
.feedback-section1 .telegram-promo-block__subscribe-button.button--secondary:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
@media (min-width: 768px) {
  .feedback-section1 .telegram-promo-block__subscribe-button.button--secondary {
    font-size: 14px;
    line-height: 19px;
    width: 212px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .feedback-section1 .telegram-promo-block__subscribe-button.button--secondary {
    font-size: 16px;
    line-height: 22px;
  }
}
.feedback-section1 .telegram-promo-block__qr-code {
  display: none;
}
@media (min-width: 1200px) {
  .feedback-section1 .telegram-promo-block__qr-code {
    display: flex;
    flex-shrink: 0;
    width: 190px;
    height: 190px;
    display: block;
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
  .feedback-section1 .telegram-promo-block__qr-code img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
}

.feedback-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .feedback-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .feedback-section {
    gap: 20px;
  }
}
.feedback-section__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .feedback-section__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .feedback-section__title {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .feedback-section__telegram-content-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .feedback-section__telegram-content-title {
    font-size: 48px;
  }
}
.feedback-section__telegram-content-link {
  display: block;
}
@media (min-width: 576px) {
  .feedback-section__telegram-content-link {
    margin-right: auto;
  }
}
.feedback-section__telegram-content-description {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .feedback-section__telegram-content-description {
    margin-bottom: 75px;
  }
}
.feedback-section__contact-form-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .feedback-section__contact-form-wrapper {
    box-sizing: border-box;
    padding: 30px 25px;
    gap: 0;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .feedback-section__contact-form-wrapper {
    padding: 50px;
  }
}
.feedback-section__telegram-channel {
  box-sizing: border-box;
  padding: 20px 15px 15px;
  gap: 20px;
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  position: relative;
  background: #5b61ff;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .feedback-section__telegram-channel {
    padding: 30px 25px;
    background: url(/local/templates/main/assets/css/../img/components/telegram-channel-block_bg_tablet.webp);
    background: image-set(url("/local/templates/main/assets/css/../img/components/telegram-channel-block_bg_tablet.webp") type("image/webp"), url("/local/templates/main/assets/css/../img/components/telegram-channel-block_bg_tablet.jpg") type("image/jpeg"));
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .feedback-section__telegram-channel {
    padding: 50px;
    background: url(/local/templates/main/assets/css/../img/components/telegram-channel-block_bg_desktop.webp);
    background: image-set(url("/local/templates/main/assets/css/../img/components/telegram-channel-block_bg_desktop.webp") type("image/webp"), url("/local/templates/main/assets/css/../img/components/telegram-channel-block_bg_tablet.jpg") type("image/jpeg"));
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
}
.feedback-section__telegram-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .feedback-section__telegram-content {
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .feedback-section__telegram-content {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .feedback-section .input-group {
    flex-direction: row;
  }
}
.feedback-section .contact-form {
  width: 100%;
}
@media (min-width: 1440px) {
  .feedback-section .contact-form__description {
    max-width: 75%;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.feedback-section__qr-code-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .feedback-section__qr-code-wrapper {
    width: 216px;
    height: 216px;
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}

/* Градиентная анимация рамки блока */
/*
 * Анимированная градиентная рамка для карточек
 */
/*
 * ИСПРАВЛЕННЫЙ КОД: Анимированная градиентная РАМКА
 */
/* 1. Родительский элемент (сама карточка) */
.animation-card {
  position: relative;
  /* Необходимо для позиционирования псевдоэлемента */
  background: #121528;
  /* Ваш основной фон карточки (поменяйте, если нужно) */
  border-radius: 20px;
  /* Скругление углов обязательно! */
  overflow: hidden;
  /* Важно, чтобы скрыть "лишние" части градиента */
  z-index: 1;
  /* Устанавливаем z-index, чтобы псевдоэлемент был контролируемо ниже */
}

/* 2. Псевдоэлемент, который будет нашим вращающимся градиентом */
.animation-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  /* Делаем градиентный круг больше карточки, чтобы углы были покрыты */
  height: 300%;
  z-index: -1;
  /* Помещаем градиент ПОД контент карточки */
  /* Создаем конический градиент */
  background: conic-gradient(from 0deg, #F3F3F3 0%, #5b61ff 37%, #3238E0 30%, #5b61ff 33%, #F3F3F3 40%, #F3F3F3 50%, #5b61ff 77%, #3238E0 80%, #5b61ff 83%, #F3F3F3 90%);
  /* По умолчанию градиент скрыт */
  opacity: 0;
  /* Анимация вращения - запускается только при наведении */
  animation: none;
  /* По умолчанию анимация остановлена */
  transition: opacity 0.3s ease;
  /* Плавное появление градиента */
}

/* Анимация запускается только при наведении мыши */
.animation-card:hover::before {
  opacity: 1;
  /* Показываем градиент */
  animation: spin-border 5.5s linear infinite;
}

/* 3. Дополнительный псевдоэлемент, чтобы создать "внутреннюю" часть карточки */
/* Он будет того же цвета, что и фон, и перекроет почти весь градиент, оставив только рамку */
.animation-card::after {
  content: "";
  position: absolute;
  /* Отступы равны желаемой толщине рамки */
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: #F3F3F3;
  /* Тот же цвет, что и фон родителя! */
  border-radius: 25px;
  /* Скругление чуть меньше, чем у родителя, чтобы соответствовать толщине рамки */
  z-index: -1;
  /* Тоже под контентом, но НАД градиентом */
}

/* 4. Анимация вращения */
@keyframes spin-border {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* ==========================================================================
   Стили для корзины и модального окна
   ========================================================================== */
/* --- Иконка корзины --- */
/* Стили для кнопки "В корзине" */
.js-add-to-cart.is-added {
  background-color: #7a80ff;
  /* Пример: немного светлее вашего основного синего #5B61FF */
  border-color: #7a80ff;
  /* Можно добавить другие стили, например, иконку галочки */
}

/* Эффект при наведении на кнопку "В корзине" */
.js-add-to-cart.is-added:hover {
  background-color: #9599ff;
  /* Еще светлее при наведении */
  border-color: #9599ff;
}

.header-cart-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Скрываем всю иконку корзины по умолчанию */
.catalog-page_cart-link {
  display: none;
}

.catalog-page_cart-link.show {
  display: inline-block; /* Показываем когда есть товары */
}

.header-cart-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background-color: #ff4d4d;
  /* Яркий цвет для заметности */
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  display: none; /* Скрываем по умолчанию */
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header-cart-badge.show {
  display: flex; /* Показываем когда есть товары */
}

hr {
  color: rgba(0, 0, 0, 0.2);
}

/* --- Модальное окно --- */
.modal-overlay {
  display: none;
  /* Скрываем по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  /* Изначально прозрачное для плавной анимации */
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Когда мы добавляем класс 'is-open', окно становится видимым */
.modal-overlay.is-open {
  display: flex;
  /* Показываем его */
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  /* Максимальная ширина окна */
  position: relative;
  max-height: 90vh;
  /* Максимальная высота */
  overflow-y: auto;
  /* Прокрутка, если контент не помещается */
  color: #0A0F2E;
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
}

.modal-close-btn:hover {
  color: #333;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 20px;
}

/* --- Содержимое корзины в модалке --- */
.cart-items-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.cart-item {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
}

.cart-item__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: auto;
}

.cart-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.cart-item-details {
  flex-grow: 1;
}

.cart-item-details p {
  margin: 0;
}

.cart-item-details strong {
  color: #333;
}

.cart-item__price {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
}

.cart-item-quantity button {
  /* Стили для кнопок +/- */
}

.cart-summary {
  text-align: right;
  font-size: 1.2em;
  border-bottom: solid 1px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.cart-summary__row {
  margin-bottom: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 1.4;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  text-align: start;
}

.cart-summary__row strong {
  letter-spacing: 0.5px;
}

/* Стили для контейнера кнопок в корзине */
.cart-form__buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cart-form__buttons .btn {
  flex: 1;
}

.cart-form__buttons .btn {
  flex: 1;
}


.cart-form__buttons .btn--secondary {
  border: solid 1px #D1D2D3;
}

.cart-summary__row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.cart-item__btn,
.cart-item__remove {
  line-height: 0;
  background: none;
  border: none;
  flex-shrink: 0;
}

.cart-item__remove {
  width: 20px;
  height: 20px;
}

.cart-item__quantity {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 15px;
  font-family: "Rawline Bold", sans-serif;
}

/* --- Форма заказа --- */
.cart-form h3 {
  margin-top: 0;
}

.cart-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cart-form button {
  width: 100%;
}

/* Класс для блокировки прокрутки страницы */
body.no-scroll {
  overflow: hidden;
}

.catalog-about .about__btn-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.catalog-about .about__button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 15px 12px;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  min-width: 125px;
  color: #1A1A1A;
}
@media (min-width: 768px) {
  .catalog-about .about__button {
    border-radius: 15px;
    padding: 4px 20px 8px;
  }
}
@media (min-width: 768px) {
  .catalog-about .about__button {
    border-radius: 15px;
    padding: 8px 40px 10px;
  }
}
.catalog-about .about__button.is-active {
  background-color: #5b61ff;
  border: none;
  color: #FFFFFF;
}
.catalog-about .about__button:hover {
  cursor: pointer;
}
.catalog-about .about__separator {
  display: none;
}
@media (min-width: 768px) {
  .catalog-about .about__separator {
    display: block;
    margin-bottom: 20px;
    color: #1A1A1A;
  }
}
@media (min-width: 1200px) {
  .catalog-about .about__separator {
    margin-bottom: 30px;
  }
}
.catalog-about .about__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .catalog-about .about__title {
    font-size: 32px;
  }
}
.catalog-about .about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.catalog-about .about__tab-content {
  display: none;
}
.catalog-about .about__tab-content.is-active {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .catalog-about .about__tab-content.is-active {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .catalog-about .about__tab-content.is-active {
    padding: 40px;
    gap: 20px;
    border-radius: 40px;
  }
}
.catalog-about .about__tab-content-title,
.catalog-about .about__tab-content h3 {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .catalog-about .about__tab-content-title,
  .catalog-about .about__tab-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .catalog-about .about__tab-content-title,
  .catalog-about .about__tab-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .catalog-about .about__tab-content-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .catalog-about .about__tab-content-text {
    font-size: 16px;
  }
}
/* Стили для глобальных хлебных крошек */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media (min-width: 768px){
  .breadcrumbs {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1440px){
  .breadcrumbs {
    margin-top: 155px;
    margin-bottom: 50px;
  }
}

.breadcrumbs .breadcrumbs__item {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin-right: 5px;
}

.breadcrumbs .breadcrumbs__item:not(.breadcrumbs__item--current ):hover {
  color: #5B61FF;
  text-decoration: underline;
}

.breadcrumbs .breadcrumbs__item--current {
  color: #131315;
  font-weight: 500;
}

.breadcrumbs .breadcrumbs__separator {
  color: #6F7682;
  margin: 0 8px;
}

@media (max-width: 767px) {
  .global-breadcrumbs {
    padding: 15px 0 5px 0;
    margin-bottom: 15px;
  }

  .global-breadcrumbs .breadcrumbs__item {
    font-size: 12px;
  }
}

.catalog-search-form,
.search-input__field {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .pagination__list {
    justify-content: flex-end;
  }
}
.pagination__list .pagination__item {
  padding: 2px 8px 4px;
}
.pagination__list .pagination__item--active {
  background: #5b61ff;
  color: #FFFFFF;
  border-radius: 7px;
}

/*
 * Класс для визуального скрытия элемента, 
 * но сохранения его доступности для поисковых роботов и скринридеров.
*/
.visually-hidden {
  position: absolute;
  /* Вырываем из потока, чтобы не занимал место */
  width: 1px;
  /* Делаем элемент очень маленьким */
  height: 1px;
  margin: -1px;
  /* Убираем даже этот 1px за пределы экрана */
  padding: 0;
  border: 0;
  overflow: hidden;
  /* Скрываем все, что внутри */
  clip: rect(0 0 0 0);
  /* Устаревшее, но надежное свойство для скрытия */
  clip-path: inset(50%);
  /* Современная замена clip */
  white-space: nowrap;
  /* Предотвращаем перенос текста, который мог бы повлиять на размеры */
}


/* ----- Секция "Часто задаваемые вопросы"(FAQ) -----*/
.faq-section h2 {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .faq-section h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .faq-section h2 {
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
  }
}

.faq-item {
  padding: 15px 0 0;
  border-bottom: 1px solid #ADB5BD;
}
.faq-item:first-child {
  border-top: 1px solid #ADB5BD;
}
.faq-item[open] .faq-item__question {
  border-bottom: 1px solid #E9ECEF;
}
.faq-item[open] .faq-item__question::after {
  width: 35px;
  height: 35px;
  background-image: url("/local/templates/main/assets/css/../img/home/faq-section_accordeon_close_icon.svg");
  transform: translateX(20%) translateY(-50%) rotate(90deg);
}
.faq-item:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: transform 0.4s ease;
}
@media (min-width: 768px) {
  .faq-item {
    padding: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .faq-item {
    padding: 24px 0 0;
  }
}
.faq-item.is-hidden-initially {
  display: none;
}
.faq-item:not(.is-hidden-initially) {
  display: block;
}

.faq-item__question {
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 0 40px 20px 0;
}
@media (min-width: 768px) {
  .faq-item__question {
    font-size: 20px;
    line-height: 28px;
  }
}
.faq-item__question::-webkit-details-marker {
  display: none;
}
.faq-item__question::marker {
  display: none;
}
.faq-item__question::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%) rotate(0deg);
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/main/assets/css/../img/home/faq-section_accordeon_open_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.6s ease, background-image 0.1s step-end;
}

.faq-item__answer p {
  padding: 20px 0 15px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  margin: 0;
}
.faq-item__answer p:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .faq-item__answer p {
    font-size: 14px;
    line-height: 19px;
  }
}

.faq-item.is-visible {
  display: block;
}

.faq-actions__load-more {
  display: inline-flex;
  gap: 15px;
  font-family: "Rawline Bold", sans-serif;
  line-height: 19px;
  text-align: left;
  font-size: 14px;
  background: none;
  color: #1A1A1A;
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .faq-actions__load-more {
    font-size: 15px;
    line-height: 28px;
  }
}
.faq-actions__load-more:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: transform 0.4s ease;
}
.faq-actions__load-more.is-hidden {
  display: none;
}
.bold {
  font-family: "Rawline Bold", sans-serif;
}


/* ===== Header ===== */
.site-header {
  color: #FFFFFF;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  position: fixed;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  max-width: 1920px;
  border-radius: 0px 0px 20px 20px;
}
.header__container.color-block {
  background-color: #0A0F2E;
}
@media (min-width: 768px) {
  .header__container {
    height: 70px;
    border-radius: 0px 0px 20px 20px;
  }
}
@media (min-width: 1440px) {
  .header__container {
    border-radius: 0px 0px 40px 40px;
    height: 100px;
  }
}
.header__container.is-sticky {
  background: linear-gradient(90deg, #090E17 0%, #121746 100%);
  box-shadow: 11.25px 7.5px 30px rgba(0, 0, 0, 0.05);
}
.site-header__left-side {
  display: flex;
}

.site-header__right-side {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .site-header__right-side.site-header__right-side-primary {
    margin-right: -20px;
    padding-right: 20px;
    background-color: blue;
    border-radius: 0 0 20px 0px;
  }
}
@media (min-width: 1200px) {
  .site-header__right-side.site-header__right-side-primary {
    border-radius: 0px 0px 30px 0px;
    margin-right: -30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .site-header__right-side.site-header__right-side-primary {
    border-radius: 0px 0px 40px 0px;
  }
}
@media (min-width: 768px) {
  .site-header__right-side.site-header__right-side.color-block {
    margin-right: -20px;
    padding-right: 20px;
    background-color: blue;
    border-radius: 0 0 20px 0px;
  }
}
@media (min-width: 1200px) {
  .site-header__right-side.site-header__right-side.color-block {
    border-radius: 0px 0px 30px 0px;
    margin-right: -30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .site-header__right-side.site-header__right-side.color-block {
    border-radius: 0px 0px 40px 0px;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-height: 24px;
}
@media (min-width: 768px) {
  .header__logo {
    max-height: 21px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    max-height: 35px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__main-content {
  display: none;
}
@media (min-width: 768px) {
  .header__main-content {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 25px;
  }
}

.header__catalog-button {
  background-color: #5b61ff;
  color: #FFFFFF;
  padding: 6px 10px 8px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  margin: 0 20px;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .header__catalog-button {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .header__catalog-button {
    font-size: 16px;
  }
}
.header__catalog-button:hover {
  background-color: rgb(40, 47.8658536585, 255);
}

.desktop-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .desktop-menu__list {
    gap: 0 10px;
  }
}
@media (min-width: 1200px) {
  .desktop-menu__list {
    gap: 0 30px;
  }
}
.desktop-menu__list .btn {
  padding: 0;
}

.desktop-menu__item {
  position: relative;
}
.desktop-menu__item:first-child a {
  background-color: #5b61ff;
  padding: 2px 10px 3px;
  border-radius: 8px;
  font-family: "Rawline Bold", sans-serif;
  transition: background-color 0.3s ease;
}

@media (min-width: 1200px){
  .desktop-menu__item:first-child a{
    padding: 6px 10px 8px;
  }
}


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

.desktop-menu__link {
  font-family: "Rawline Normal", sans-serif;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 11px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.desktop-menu__link:hover, .desktop-menu__link.is-active {
  text-decoration: underline;
}
.desktop-menu__link .desktop-menu__arrow {
  margin-left: 6px;
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .desktop-menu__link {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .desktop-menu__link {
    font-size: 16px;
  }
}

.desktop-menu__item--has-megamenu {
  position: static;
  /* << ВАЖНО: Родительский li теперь не relative, чтобы мегаменю могло позиционироваться относительно хедера/страницы */
}
.desktop-menu__item--has-megamenu.is-open .desktop-menu__link .desktop-menu__arrow {
  transform: rotate(180deg);
}
.desktop-menu__item--has-megamenu.is-open .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.megamenu {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #0A0F2E;
  border-radius: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 998;
  margin: 0 auto;
  padding: 60px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.75);
}

.megamenu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.megamenu__title {
  font-size: 32px;
  margin: 0;
  color: #1A1A1A;
  text-transform: uppercase;
}

.megamenu__close-button {
  background: none;
  border: none;
  color: #1A1A1A;
  cursor: pointer;
  padding: 5px;
  line-height: 0;
}
.megamenu__close-button svg {
  width: 18px;
  height: 18px;
}
.megamenu__close-button:hover {
  color: #FFFFFF;
}

.megamenu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}
@media (min-width: 768px) {
  #megamenu-services .megamenu__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  #megamenu-services .megamenu__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  #megamenu-services .megamenu__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) {
  #megamenu-more .megamenu__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.megamenu__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
  color: #1A1A1A;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  /* Drop Shadow */
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.megamenu__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(91, 97, 255, 0.2);
}
@media (min-width: 768px) {
  .megamenu__card {
    padding: 20px;
    border-radius: 30px;
    min-width: 170px;
    min-height: 170px;
  }
}
@media (min-width: 1440px) {
  .megamenu__card {
    padding: 40px;
    border-radius: 40px;
    min-width: 100%;
    min-height: 250px;
  }
}

.megamenu__card-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .megamenu__card-title {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .megamenu__card-title {
    font-size: 18px;
  }
}

.megamenu__card-arrow {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #5b61ff;
  color: #FFFFFF;
  border-radius: 50%;
  rotate: -35deg;
}
.megamenu__card-arrow svg {
  width: 16px;
  height: 16px;
}

.header__contacts-social {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
  margin-left: 10px;
  gap: 15px;
}
@media (min-width: 768px) {
  .header__contacts-social {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.header__subscribe {
  display: none;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .header__subscribe {
    display: flex;
  }
}

.header__subscribe-text {
  font-size: 14px;
  display: none;
}
@media (min-width: 1440px) {
  .header__subscribe-text {
    display: block;
  }
}

.header__subscribe-icon {
  display: none;
  align-items: center;
  gap: 10px;
}
.header__subscribe-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.header__subscribe-icon-telegram {
  gap: 10px;
}

.header__phone-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__phone-number {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
.header__phone-number:hover {
  color: rgb(167.5, 170.7012195122, 255);
}
@media (min-width: 1200px) {
  .header__phone-number {
    display: block;
    font-size: 16px;
  }
}
.header__phone-toggle-checkbox {
  display: none;
}
.header__phone-numbers-desktop {
  display: none;
}
.header__phone-mobile {
  display: block;
  position: relative;
}
.header__phone-icon-trigger {
  cursor: pointer;
  display: inline-block;
}
.header__phone-dropdown {
  display: none;
}
.header__phone-dropdown-overlay {
  display: none;
}
.header__phone-toggle-checkbox:checked ~ .header__phone-dropdown {
  display: block;
}
.header__phone-toggle-checkbox:checked ~ .header__phone-dropdown-overlay {
  display: block;
}
.header__phone-dropdown {
  position: absolute;
  top: 120%;
  right: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 1000;
  min-width: 180px;
}
.header__phone-dropdown__link {
  display: block;
  padding: 10px 15px;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}
.header__phone-dropdown__link:hover {
  background-color: #f0f0f0;
}
.header__phone-dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media (min-width: 768px) {
  .header__phone-numbers-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__phone-numbers-desktop .header__phone-number {
    margin-bottom: 5px;
  }
  .header__phone-numbers-desktop .header__phone-number:last-child {
    margin-bottom: 0;
  }
  .header__phone-mobile {
    display: none;
  }
}

.header__social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header__social-icons {
    gap: 15px;
  }
}
.header__social-icons a {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .header__social-icons a {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .header__social-icons a {
    width: 32px;
    height: 32px;
  }
}

.header__social-icon img {
  width: 28px;
  height: 28px;
}

.header__mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.header__mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.header__mobile-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header__mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header__mobile-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media (min-width: 768px) {
  .header__mobile-menu-toggle {
    display: none;
  }
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  color: #1A1A1A;
  padding: 20px;
  overflow-y: auto;
  z-index: 1005;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-menu-panel.is-open {
  transform: translateX(0);
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  color: #1A1A1A;
  padding: 20px;
  overflow-y: auto;
  z-index: 1005;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
}
.mobile-menu-panel.is-open {
  transform: translateX(0);
}

.mobile-menu-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  max-height: 24px;
  flex-shrink: 0;
}

.mobile-menu-panel__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-menu-panel__top-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu-panel__icon {
  display: inline-flex;
}
.mobile-menu-panel__icon img,
.mobile-menu-panel__icon svg {
  width: 28px;
  height: 28px;
}

.mobile-menu-panel__close-button {
  background: none;
  border: none;
  color: #1A1A1A;
  cursor: pointer;
  padding: 5px;
  line-height: 0;
}
.mobile-menu-panel__close-button svg {
  width: 20px;
  height: 20px;
}

.mobile-menu-panel__nav {
  flex-grow: 1;
  overflow-y: auto;
  margin-bottom: 20px;
}
.mobile-menu-panel__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-panel__nav li {
  margin-bottom: 8px;
}
.mobile-menu-panel__nav a,
.mobile-menu-panel__nav button {
  display: block;
  width: 100%;
  padding: 10px 15px 15px;
  text-decoration: none;
  color: #1A1A1A;
  background-color: #F3F3F3;
  border-radius: 12px;
  font-size: 1rem;
  text-align: left;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mobile-menu-panel__nav a:hover,
.mobile-menu-panel__nav button:hover {
  background-color: rgb(230.25, 230.25, 230.25);
}
.mobile-menu-panel__nav button {
  margin-top: 10px;
}
.mobile-menu-panel__nav button[aria-expanded=true] {
  background-color: #5b61ff;
  color: #FFFFFF;
}
.mobile-menu-panel__nav button[aria-expanded=true] .mobile-menu-panel__arrow {
  transform: rotate(180deg);
  color: #FFFFFF;
}
.mobile-menu-panel__nav button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-panel__nav .mobile-menu-panel__arrow {
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
  color: #ADB5BD;
}
.mobile-menu-panel__nav ul[id^=mobile-submenu-] {
  margin-top: 8px;
  padding-left: 15px;
}
.mobile-menu-panel__nav ul[id^=mobile-submenu-] li a {
  background-color: rgb(248.1, 248.1, 248.1);
  font-size: 0.95rem;
  padding: 10px 15px 13px;
}
.mobile-menu-panel__nav ul[id^=mobile-submenu-] li a:hover {
  background-color: rgb(235.35, 235.35, 235.35);
}

.mobile-menu-panel__footer {
  border-top: 1px solid #E9ECEF;
  padding-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mobile-menu-panel__phone,
.mobile-menu-panel__btc-rate {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1A1A1A;
  text-decoration: none;
  font-size: 0.95rem;
}
.mobile-menu-panel__phone svg,
.mobile-menu-panel__btc-rate svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.mobile-menu-panel__btc-rate {
  font-weight: 500;
}

/*----- Стили Footer -----*/
.footer {
  background: rgb(9, 14, 23);
  color: #FFFFFF;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .footer {
    padding: 75px 0;
  }
}
.footer__main-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .footer__top {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 33px;
}
.footer__logo img {
  height: 35px;
  width: auto;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    margin-bottom: 33px;
  }
}
.footer__description {
  display: none;
}
@media (min-width: 768px) {
  .footer__description {
    display: block;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer__description {
    font-family: "Rawline Bold", sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 36px;
    max-width: 90%;
  }
}
.footer__contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__contacts-grid {
    gap: 10px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__contacts-grid {
    gap: 15px;
  }
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .footer__contact-item {
    padding: 15px 20px;
    border-radius: 20px;
    border: 0.43px solid rgba(245, 245, 245, 0.2);
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .footer__contact-item {
    padding: 30px;
    border-radius: 30px;
  }
}
.footer__contact-item:hover {
  background-color: rgb(19.1071428571, 28.6607142857, 87.8928571429);
}
@media (min-width: 1200px) {
  .footer__contact-item svg {
    width: 40px;
    height: 40px;
  }
}
.footer__contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer__slogan {
  display: none;
}
@media (min-width: 768px) {
  .footer__slogan {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .footer__slogan {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer__slogan br {
    display: none;
  }
}
.footer__map-block {
  display: none;
}
@media (min-width: 768px) {
  .footer__map-block {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background-color: #F3F3F3;
  }
  .footer__map-block .footer__map-embed {
    width: 100%;
    height: 100%;
  }
  .footer__map-block .footer__map-embed > div {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .footer__map-block .footer__map-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
  }
}
.footer__middle {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer__middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 40px;
  }
}
.footer__tagline {
  display: none;
}
@media (min-width: 992px) {
  .footer__tagline {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    max-width: 400px;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__nav-list {
    border-bottom: none;
    padding-bottom: 0;
    gap: 20px;
  }
}
.footer__nav-link {
  font-size: 14px;
  line-height: 19px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.footer__nav-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer__nav-link {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .footer__nav-link {
    font-size: 12px;
    line-height: 17px;
  }
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .footer_legal-items {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .footer_legal-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    font-size: 16px;
  }
}
.footer_legal-items .footer__copyright {
  text-transform: uppercase;
}
.footer_legal-items p,
.footer_legal-items a {
  font-size: inherit;
}
.footer__privacy-link {
  text-decoration: none;
}
.footer__privacy-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer__legal-info {
    grid-column: 1/-1;
    text-align: left;
  }
}
.footer__scroll-top {
  display: none;
}
.footer__scroll-top svg {
  width: 20px;
  height: 20px;
}
.footer__scroll-top:hover {
  background-color: rgb(142, 146.1341463415, 255);
  transform: translateY(-3px);
}

/* ----- Стили для Главной страницы -----  */
.page-home {
  /* Popup */
  /* ----- Секция "Партнерство" ----- */
  /* Media mentions section */
  /* ===== Run Banner ===== */
  /* Анимация движения справа налево */
  /* ----- Секция "GIS Mining - проверенная компания" ----- */
  /* Секция special offer */
  /* ----- Секция Размещение в наших дата-центрах ----- */
  /* ----- Пакетные предложения ----- */
  /* ----- Секция "Сопровождение на всех этапах" ----- */
  /* ----- Секция "Часто задаваемые вопросы"(FAQ) -----*/
}
.page-home .form-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-home .form-popup__items {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 20px 40px;
  gap: 20px;
  position: relative;
  background: #F5F5F5;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-home .form-popup__items {
    flex-direction: row;
    max-width: 750px;
    align-items: stretch;
    padding: 0;
    gap: 0;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-home .form-popup__items {
    flex-direction: row;
    max-width: 900px;
    align-items: stretch;
    padding: 0;
    gap: 0;
    border-radius: 40px;
  }
}
.page-home .form-popup__popup-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .page-home .form-popup__popup-form {
    width: 55%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-home .form-popup__popup-form {
    width: 50%;
    padding: 50px;
  }
}
.page-home .form-popup__input, .page-home .form-popup__submit-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .page-home .form-popup label,
  .page-home .form-popup input {
    font-size: 16px;
  }
}
.page-home .form-popup__text-privacy-policy, .page-home .form-popup__error-message {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .page-home .form-popup__text-privacy-policy, .page-home .form-popup__error-message {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-home .form-popup__cta {
    font-size: 16px;
  }
}
.page-home .form-popup__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-home .form-popup__title {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-home .form-popup__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .page-home .form-popup__title-img-wrapper {
    width: 45%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(19, 19, 21, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-home .form-popup__title-img-wrapper {
    width: 50%;
    padding: 50px;
    border-radius: 40px;
  }
}
.page-home .form-popup__img-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.page-home .form-popup__img-wrapper img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-home .form-popup__img-wrapper img {
    display: block;
    height: 170px;
  }
}
.page-home .header__container {
  background-color: rgba(255, 255, 255, 0);
}
.page-home .hero-section {
  position: relative;
  margin-top: -60px;
  border-radius: 0 0 40px 40px;
  background-color: #090E17;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .page-home .hero-section {
    border-radius: 0 0 80px 80px;
  }
}
.page-home .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/main/assets/css/../img/home/hero_section_pattern_mobile_image.webp");
  border-radius: 0 0 40px 40px;
}
@media (min-width: 768px) {
  .page-home .hero-section::before {
    background-image: url("/local/templates/main/assets/css/../img/home/hero_section_pattern_tablet_image.webp");
  }
}
@media (min-width: 1200px) {
  .page-home .hero-section::before {
    background-image: url("/local/templates/main/assets/css/../img/home/hero_section_pattern_desktop_image.webp");
    border-radius: 0 0 80px 80px;
  }
}
.page-home .hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/main/assets/css/../img/home/hero_section_pattern_mobile2_image.webp");
  border-radius: 0 0 40px 40px;
}
@media (min-width: 768px) {
  .page-home .hero-section::after {
    background-image: url("/local/templates/main/assets/css/../img/home/hero_section_pattern_tablet2_image.webp");
  }
}
@media (min-width: 1200px) {
  .page-home .hero-section::after {
    background-image: url("/local/templates/main/assets/css/../img/home/hero_section_pattern_desktop2_image.webp");
    border-radius: 0 0 80px 80px;
  }
}
.page-home .hero-section__container {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
  grid-template-areas: "title" "image" "subtitle" "actions";
}
.page-home .hero-section__container .hero-section__image-wrapper {
  grid-area: image;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-home .hero-section__container .hero-section__image-wrapper {
    margin-bottom: 0px;
    padding-right: 30px;
    margin-bottom: -150px;
  }
}
@media (min-width: 1200px) {
  .page-home .hero-section__container .hero-section__image-wrapper {
    width: 90%;
  }
}
.page-home .hero-section__container .hero-section__image-wrapper__adaptive-media-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .hero-section__container .hero-section__title {
  grid-area: title;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  text-align: left;
  margin: 150px 0 20px;
}
@media (min-width: 768px) {
  .page-home .hero-section__container .hero-section__title {
    font-size: 16px;
    margin: 241px 0 25px;
  }
}
@media (min-width: 1200px) {
  .page-home .hero-section__container .hero-section__title {
    font-size: 30px;
    line-height: 36px;
    margin: 225px 0 60px;
  }
}
.page-home .hero-section__container .hero-section__subtitle {
  grid-area: subtitle;
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .page-home .hero-section__container .hero-section__subtitle {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .page-home .hero-section__container .hero-section__subtitle {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
.page-home .hero-section__container .hero-section__actions {
  grid-area: actions;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-home .hero-section__container .hero-section__actions {
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .page-home .hero-section__container .hero-section__actions {
    gap: 15px;
    margin-bottom: 100px;
  }
}
.page-home .hero-section__container .hero-section__actions a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-radius: 100px;
  background: #3238E0;
  width: 100%;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}
@media (min-width: 768px) {
  .page-home .hero-section__container .hero-section__actions a {
    width: 350px;
    gap: 10px;
    padding: 14px 30px;
  }
}
@media (min-width: 1200px) {
  .page-home .hero-section__container .hero-section__actions a {
    width: 424px;
    gap: 10px;
    padding: 21px 40px;
  }
}
.page-home .hero-section__container .hero-section__actions a:last-child {
  background: #FFFFFF;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .page-home .hero-section__container .hero-section__actions {
    align-items: flex-start;
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-home .hero-section__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: left;
    justify-items: start;
    grid-template-areas: "image title" "image subtitle" "image actions";
  }
}
.page-home .partnership-section {
  padding-bottom: 0;
}
.page-home .partnership-section__banner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .page-home .partnership-section__banner {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 55px;
    align-items: center;
  }
}
.page-home .partnership-section__banner .partnership-section__banner-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 31px;
  line-height: 39px;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-home .partnership-section__banner .partnership-section__banner-title {
    margin: 0;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .page-home .partnership-section__banner .partnership-section__banner-title {
    margin: 0;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership-section__banner .partnership-section__banner-title {
    margin: 0;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .page-home .partnership-section__banner {
    flex-direction: row;
    justify-content: space-between;
    font-size: 64px;
    line-height: 81px;
  }
}
.page-home .partnership__legal-info-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-home .partnership__legal-info-items {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
.page-home .partnership__legal-info-items .legal-info-items_item {
  background-color: #5b61ff;
  padding: 20px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: #FFFFFF;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .page-home .partnership__legal-info-items .legal-info-items_item {
    padding: 10px 15px;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership__legal-info-items .legal-info-items_item {
    font-size: 17px;
    line-height: 24px;
    gap: 20px;
    padding: 20px 25px;
  }
}
.page-home .partnership__legal-info-items .legal-info-items_item svg {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .page-home .partnership__legal-info-items .legal-info-items_item svg {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership__legal-info-items .legal-info-items_item svg {
    width: 70px;
    height: 70px;
  }
}
.page-home .partnership-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-home .partnership-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.page-home .partnership-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(19, 19, 21, 0.1);
}
@media (min-width: 768px) {
  .page-home .partnership-item {
    padding: 20px;
    gap: 15px;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership-item {
    padding: 38px;
    gap: 15px;
    border-radius: 40px;
  }
}
.page-home .partnership-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.page-home .partnership-item__icon-wrapper {
  flex-shrink: 0;
}
.page-home .partnership-item__icon {
  max-width: 100%;
  max-height: 100%;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .page-home .partnership-item__icon {
    width: 43px;
    height: 43px;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership-item__icon {
    width: 72px;
    height: 72px;
  }
}
.page-home .partnership-item__content {
  flex-grow: 1;
}
.page-home .partnership-item__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .page-home .partnership-item__title {
    text-transform: uppercase;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership-item__title {
    font-size: 13.5px;
    line-height: 19.5px;
    padding-bottom: 15px;
  }
}
.page-home .partnership-item__description {
  font-family: "Rawline Normal", sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .page-home .partnership-item__description {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership-item__description {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
  }
}
.page-home .partnership-item__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5b61ff;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-align: left;
}
@media (min-width: 768px) {
  .page-home .partnership-item__link {
    font-size: 10px;
    line-height: 11.65px;
  }
}
@media (min-width: 1200px) {
  .page-home .partnership-item__link {
    font-size: 13.5px;
    line-height: 19.5px;
    text-decoration-line: underline;
    color: #1A1A1A;
  }
}
.page-home .partnership-item__link p {
  color: #1A1A1A;
}
.page-home .partnership-item__link:hover {
  color: rgb(40, 47.8658536585, 255);
  text-decoration: underline;
}
.page-home .partnership-item__link-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.page-home .media-mentions {
  /* --- Фильтры-логотипы --- */
  /* --- Слайдер на CSS Scroll Snap --- */
}
.page-home .media-mentions__container {
  box-sizing: border-box;
  padding: 40px 15px;
  margin: 0 -15px;
  gap: 20px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
}
@media (min-width: 768px) {
  .page-home .media-mentions__container {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page-home .media-mentions__container {
    padding: 50px;
  }
}
.page-home .media-mentions__title {
  margin-bottom: 30px;
}
.page-home .media-mentions__wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-home .media-mentions__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .page-home .media-mentions__wrapper {
    gap: 100px;
  }
}
.page-home .media-mentions__founder-photo {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.page-home .media-mentions__founder-photo img {
  border-radius: 1000px 0 0 1000px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .media-mentions__filters {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.page-home .media-mentions__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .page-home .media-mentions__content {
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page-home .media-mentions .slider-wrapper {
  position: relative;
  width: 100%;
}
.page-home .media-mentions .media-mentions__filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  /* Позволяет переноситься на новую строку */
}
.page-home .media-mentions .media-filter-btn {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 60px;
  width: 60px;
  flex-shrink: 0;
  justify-content: center;
  /* Улучшения для touch устройств */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 992px) {
  .page-home .media-mentions .media-filter-btn {
    height: 75px;
    width: 75px;
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .page-home .media-mentions .media-filter-btn {
    height: 100px;
    width: 100px;
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .page-home .media-mentions .media-filter-btn {
    padding: 20px;
    height: 125px;
    width: 126px;
  }
}
.page-home .media-mentions .media-filter-btn:hover,
.page-home .media-mentions .media-filter-btn.is-active {
  opacity: 1;
}
/* Дополнительные стили для touch устройств */
@media (hover: none) and (pointer: coarse) {
  .page-home .media-mentions .media-filter-btn:active {
    opacity: 0.8;
    transform: scale(0.95);
    transition: opacity 0.1s ease, transform 0.1s ease;
  }
}
.page-home .media-mentions .media-filter-btn img {
  width: auto;
  transition: opacity 0.3s ease;
}
.page-home .media-mentions .media-filter-btn .logo-color {
  display: none;
}
.page-home .media-mentions .media-filter-btn:hover .logo-color,
.page-home .media-mentions .media-filter-btn.is-active .logo-color {
  opacity: 1;
  display: block;
  /* Показываем цветной при наведении/активности */
}
.page-home .media-mentions .media-filter-btn:hover .logo-bw,
.page-home .media-mentions .media-filter-btn.is-active .logo-bw {
  display: none;
  /* Скрываем Ч/Б */
}
.page-home .media-mentions .slider-wrapper {
  position: relative;
  width: 100%;
  margin: auto 0;
  /* Центрируем вертикально, если __content имеет доп. пространство */
}
.page-home .media-mentions .media-mentions__slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* Скрываем скроллбар */
  scrollbar-width: none;
  /* Firefox */
}
.page-home .media-mentions .media-mentions__slider::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
.page-home .media-mentions .slider-item {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}
.page-home .media-mentions .slider-item.is-hidden {
  display: none;
  /* Полностью убираем из потока и прокрутки */
}
.page-home .media-mentions .slider-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: "Rawline Bold", sans-serif;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-home .media-mentions .slider-item a {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .page-home .media-mentions .slider-item a {
    align-items: flex-start;
    gap: 30px;
  }
}
.page-home .media-mentions .slider-item p {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-home .media-mentions .slider-item p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .page-home .media-mentions .slider-item p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .page-home .media-mentions .slider-item p {
    font-size: 1.3vw;
  }
}
@media (min-width: 1920px) {
  .page-home .media-mentions .slider-item p {
    font-size: 26px;
  }
}
.page-home .media-mentions .slider-item span {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .page-home .media-mentions .slider-item span {
    font-size: 16px;
  }
}
.page-home .marquee-container-js {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.page-home .marquee-container-js::before, .page-home .marquee-container-js::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
}
.page-home .marquee-container-js::before {
  left: 0;
  background: linear-gradient(to right, #f8f9fa, rgba(248, 249, 250, 0));
}
.page-home .marquee-container-js::after {
  right: 0;
  background: linear-gradient(to left, #f8f9fa, rgba(248, 249, 250, 0));
}
.page-home .marquee-content-js {
  display: flex;
  position: relative;
  left: 0;
  will-change: transform;
}
.page-home .marquee-item {
  flex-shrink: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .marquee-item a {
  display: block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.page-home .marquee-item a:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}
.page-home .marquee-item img {
  max-height: 50px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@keyframes marquee-animation-rtl {
  0% {
    transform: translateX(0px);
    /* Первое изображение начинается за правым краем экрана */
  }
  100% {
    transform: translateX(-721px);
    /* Сдвигаем так, чтобы первое изображение заняло свое место */
  }
}
.page-home .company-intro-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-home .company-intro-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .page-home .company-intro-grid {
    gap: 43px;
  }
}
.page-home .company-intro__text-block h2 {
  margin-bottom: 20px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .page-home .company-intro__text-block h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .page-home .company-intro__text-block h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-home .company-intro__text-block p {
  font-family: "Rawline Normal", sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  color: #1A1A1A;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-home .company-intro__text-block p {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
}
.page-home .company-intro__text-block p:first-of-type {
  font-family: "Rawline Bold", sans-serif;
}
.page-home .company-intro__text-block a {
  display: flex;
  gap: 5px;
  padding: 0;
}
.page-home .company-intro__text-block a p {
  margin-bottom: 0;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-align: left;
}
@media (min-width: 992px) {
  .page-home .company-intro__text-block a p {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-home .company-intro__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 30px;
  padding-left: 0;
}
.page-home .company-intro__stats div {
  font-size: 0.9rem;
  color: #1A1A1A;
}
.page-home .company-intro__stats div span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #5b61ff;
  margin-bottom: 2px;
}
.page-home .company-intro__rusprofile-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #5b61ff;
  text-decoration: none;
  margin-top: 20px;
}
.page-home .company-intro__rusprofile-link svg {
  width: 20px;
  height: 20px;
}
.page-home .company-intro__rusprofile-link:hover {
  text-decoration: underline;
  color: rgb(40, 47.8658536585, 255);
}
.page-home .special-offer__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 40px 15px 15px;
  margin: 0 -15px;
  gap: 10px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-home .special-offer__wrapper {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__wrapper {
    padding: 50px 50px;
    margin: 0;
  }
}
.page-home .special-offer__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .page-home .special-offer__items {
    display: grid;
    grid-template-columns: minmax(0, 31%) minmax(0, 4%) minmax(0, 31%) minmax(0, 4%) minmax(0, 31%);
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__items {
    gap: 10px;
  }
}
.page-home .special-offer__items-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
}
.page-home .special-offer__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(0deg, #F5F5F5, #F5F5F5), #FFFFFF;
  border-radius: 15px;
  justify-content: space-between;
}
.page-home .special-offer__item.highlighted-block {
  background: #5b61ff;
  color: #FFFFFF;
}
.page-home .special-offer__item.small {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 15px;
  gap: 15px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .page-home .special-offer__item.small {
    grid-row: 2;
    margin-top: 5px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__item.small {
    padding: 20px 40px;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .page-home .special-offer__item.grid2 {
    grid-column: 3;
  }
}
@media (min-width: 768px) {
  .page-home .special-offer__item.grid3 {
    grid-column: 5;
  }
}
.page-home .special-offer__item-img-wrap {
  overflow: hidden;
  width: 100%;
}
.page-home .special-offer__item-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .special-offer__item-content-wrap {
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .page-home .special-offer__item-content-wrap {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__item-content-wrap {
    padding: 40px;
  }
}
.page-home .special-offer__item-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-home .special-offer__item-title {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__item-title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .page-home .special-offer__item-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.page-home .special-offer__item-link {
  display: flex;
  gap: 10px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  text-decoration: underline;
  align-items: center;
}
@media (min-width: 768px) {
  .page-home .special-offer__item-link {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__item-link {
    font-size: 18px;
  }
}
.page-home .special-offer__item-link svg {
  width: 17px;
  height: 17px;
}
@media (min-width: 1200px) {
  .page-home .special-offer__item-link svg {
    width: 28px;
    height: 28px;
  }
}
.page-home .special-offer__item-logo-wrap {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .page-home .special-offer__item-logo-wrap {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .page-home .special-offer__item-logo-wrap {
    width: 80px;
    height: 80px;
  }
}
.page-home .special-offer__item-text p {
  font-size: 16px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .page-home .special-offer__item-text p {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__item-text p {
    font-size: 18px;
  }
}
.page-home .special-offer .highlighted-color-red {
  color: #CE3728;
}
.page-home .special-offer__title, .page-home .special-offer__subtitle {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-home .special-offer__title, .page-home .special-offer__subtitle {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__title, .page-home .special-offer__subtitle {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .page-home .special-offer__title, .page-home .special-offer__subtitle {
    font-size: 35px;
    line-height: 48px;
  }
}
.page-home .special-offer__title {
  margin-bottom: 15px;
}
.page-home .special-offer__subtitle {
  margin-bottom: 30px;
}
.page-home .special-offer__separator-wrapper {
  display: flex;
  justify-content: center;
  margin: 5px 0;
  align-items: center;
}
.page-home .special-offer__separator-wrapper svg {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .page-home .special-offer__separator-wrapper svg {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .page-home .special-offer__separator-wrapper svg {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .page-home .placement-section__main-grid {
    display: grid;
    gap: 50px;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    grid-template-areas: "content  gallery" "cta-form gallery";
  }
  .page-home .placement-section__main-grid .placement-section__content {
    grid-area: content;
  }
  .page-home .placement-section__main-grid .placement-section__gallery {
    grid-area: gallery;
  }
  .page-home .placement-section__main-grid .placement-section__cta-form {
    grid-area: cta-form;
  }
}
.page-home .placement-section .placement-section__wrapper {
  border-radius: 40px;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 15px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-home .placement-section .placement-section__wrapper {
    padding: 22px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section .placement-section__wrapper {
    padding: 50px 50px 82px;
  }
}
.page-home .placement-section .placement-section__desktop-br {
  display: none;
}
@media (min-width: 768px) {
  .page-home .placement-section .placement-section__desktop-br {
    display: block;
  }
}
.page-home .placement-section h2 {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-home .placement-section h2 {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section h2 {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .page-home .section-header {
    display: flex;
    justify-content: space-between;
  }
}
.page-home .section-header__link {
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.page-home .section-header__link.placement-section__header-link-desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-home .section-header__link.placement-section__header-link-desktop {
    display: flex;
  }
}
@media (min-width: 768px) {
  .page-home .section-header__link.placement-section__header-link-mobile {
    display: none;
  }
}
.page-home .section-header__link:hover {
  text-decoration: underline;
  color: rgb(40, 47.8658536585, 255);
}
.page-home .placement-section__partner_items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-home .placement-section__partner_items {
    justify-content: left;
  }
}
.page-home .placement-section__partner_item {
  padding: 10px;
  box-sizing: border-box;
  border: 0.45px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  box-shadow: 4.65116px 4.65116px 13.9535px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  width: 100%;
  height: 47.34px;
}
@media (min-width: 768px) {
  .page-home .placement-section__partner_item {
    width: 180px;
    height: 63px;
  }
}
@media (min-width: 992px) {
  .page-home .placement-section__partner_item {
    width: 240px;
    height: 80px;
  }
}
.page-home .placement-section__partner_item img {
  display: block;
  max-height: 100%;
  height: 100%;
  width: auto;
  object-fit: contain;
}
.page-home .placement-section__description {
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-home .placement-section__description {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .page-home .placement-section__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-home .placement-section__features-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-home .placement-section__features-list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .page-home .placement-section__features-list {
    flex-wrap: wrap;
    justify-content: left;
  }
}
.page-home .placement-section__features-list .placement-section__feature-item {
  border-radius: 15px;
  width: 100%;
  background: rgb(245, 245, 245);
  padding: 10px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .page-home .placement-section__features-list .placement-section__feature-item {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__features-list .placement-section__feature-item {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
  }
}
.page-home .placement-section__uptime-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-radius: 17px;
  background: #5b61ff;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-home .placement-section__uptime-banner {
    grid-column: 1/3;
    font-size: 10px;
    line-height: 14px;
    gap: 10px;
    padding: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-home .placement-section__uptime-banner {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__uptime-banner {
    width: auto;
    line-height: 17px;
    padding: 10px 20px;
    grid-column: 1/4;
    margin-bottom: 0;
  }
}
.page-home .placement-section__uptime-banner h3 {
  font-family: "Rawline Bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .page-home .placement-section__uptime-banner h3 {
    font-family: "Rawline Bold", sans-serif;
  }
}
.page-home .placement-section__uptime-banner p {
  font-family: "Rawline Normal", sans-serif;
  font-size: 14px;
}
.page-home .placement-section__cta-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .page-home .placement-section__cta-form {
    padding: 20px;
    border-radius: 20px;
    background: rgb(245, 245, 245);
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__cta-form {
    padding: 40px;
    border-radius: 40px;
  }
}
.page-home .placement-section__cta-form .contact-form-on-page {
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-home .placement-section__cta-form .contact-form-on-page {
    flex-direction: row;
    margin-bottom: 10px;
  }
}
.page-home .placement-section__cta-form .cta-form__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-home .placement-section__cta-form .cta-form__title {
    font-size: 13.5px;
    line-height: 19.5px;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__cta-form .cta-form__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-home .placement-section__cta-form .cta-form__agreement {
  font-family: "Rawline Normal", sans-serif;
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 1200px) {
  .page-home .placement-section__cta-form .cta-form__agreement {
    font-size: 14px;
    line-height: 19px;
  }
}
.page-home .placement-section__cta-form .cta-form__agreement a {
  color: #5b61ff;
  text-decoration: underline;
}
.page-home .placement-section__cta-form .cta-form__agreement a:hover {
  color: #5b61ff;
}
@media (min-width: 768px) {
  .page-home .placement-section__cta-form #contact-form2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
}
.page-home .placement-section__cta-form #contact-form2 input {
  width: 100%;
  padding: 12px 20px 17px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 73.59px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-home .placement-section__cta-form #contact-form2 input {
    width: 200px;
    font-size: 16px;
  }
}
.page-home .placement-section__cta-form button {
  width: auto;
}
@media (min-width: 992px) {
  .page-home .placement-section__cta-form button {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-home .placement-section__cta-form button {
    font-size: 16px;
  }
}
.page-home .placement-section__gallery {
  width: 100%;
}
.page-home .placement-section__gallery .placement-slider {
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-home .placement-section__gallery .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    transform: none !important;
    transition: none !important;
    padding-bottom: 0;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__gallery .swiper-wrapper {
    display: grid;
    gap: 20px;
    transform: none !important;
    transition: none !important;
    padding-bottom: 0;
    align-items: stretch;
  }
}
.page-home .placement-section__gallery .swiper-slide.placement-gallery__card {
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-home .placement-section__gallery .swiper-slide.placement-gallery__card {
    height: auto;
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__gallery .swiper-slide.placement-gallery__card {
    border-radius: 40px;
  }
}
.page-home .placement-section__gallery .swiper-slide.placement-gallery__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .placement-section__gallery .slider__item_content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.page-home .placement-section__gallery .slider__item-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.3;
  color: #1A1A1A;
}
.page-home .placement-section__gallery .slider__item__text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #1A1A1A;
  flex-grow: 1;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .page-home .placement-section__gallery {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
}
.page-home .swiper {
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .page-home .swiper {
    padding-bottom: 20px !important;
  }
}
.page-home .placement-section__gallery-test {
  grid-area: gallery;
  /* --- Общие стили для карточки внутри этого слайдера --- */
}
.page-home .placement-section__gallery-test .native-slider {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.page-home .placement-section__gallery-test .native-slider__wrapper::-webkit-scrollbar {
  display: none;
}
.page-home .placement-section__gallery-test .native-slider__slide {
  flex-shrink: 0;
  box-sizing: border-box;
}
.page-home .placement-section__gallery-test .native-slider__nav,
.page-home .placement-section__gallery-test .native-slider__pagination {
  display: none;
}
.page-home .placement-section__gallery-test .native-slider__pagination .dot {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background-color 0.3s ease;
}
.page-home .placement-section__gallery-test .native-slider__pagination .dot.is-active {
  background-color: #333;
}
.page-home .placement-section__gallery-test .placement-gallery-slider.slider--centered .native-slider__slide {
  /* Количество слайдов в окне */
  width: 100%;
  /* Размещение слайда по центру */
  scroll-snap-align: center;
}
.page-home .placement-section__gallery-test .native-slider__wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Расстояние между слайдами*/
  gap: 15px;
  /* Отображение части другого слайда */
  padding-inline: 8.3333333333%;
}
@media (min-width: 768px) {
  .page-home .placement-section__gallery-test .native-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transform: none !important;
    transition: none !important;
    padding-bottom: 0;
    align-items: stretch;
    padding-inline: 0;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__gallery-test .native-slider__wrapper {
    gap: 20px;
  }
}
.page-home .placement-section__gallery-test .native-slider__slide.placement-gallery__card {
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-home .placement-section__gallery-test .native-slider__slide.placement-gallery__card {
    height: auto;
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .page-home .placement-section__gallery-test .native-slider__slide.placement-gallery__card {
    border-radius: 40px;
  }
}
.page-home .placement-section__gallery-test .native-slider__slide.placement-gallery__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .package-deals {
  width: 100%;
}
.page-home .package-deals .placement-slider {
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-home .package-deals .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    transform: none !important;
    transition: none !important;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-home .package-deals .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    transform: none !important;
    transition: none !important;
    padding-bottom: 0;
  }
}
.page-home .slider__item {
  background-color: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-home .slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .slider__item .slider__item_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
@media (min-width: 768px) {
  .page-home .slider__item .slider__item_content {
    padding: 25px;
  }
}
.page-home .slider__item .slider__item_content .slider__item__text {
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  flex-grow: 1;
}
.page-home .slider__item .slider__item-title {
  color: #5b61ff;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 21px;
}
.page-home .slider__item a {
  display: block;
}
.page-home .package-deals-slider {
  position: relative;
}
.page-home .package-deals-slider__pagination {
  position: absolute;
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media (min-width: 768px) {
  .page-home .package-deals-slider__pagination {
    display: none;
  }
}
.page-home .package-deals-slider__pagination .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.7;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.page-home .package-deals-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5b61ff;
  opacity: 1;
}
.page-home .package-deal-card:hover {
  transform: translateY(-5px) !important;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.page-home .support-stages-section .support-stages__wrapper {
  padding: 40px 15px;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background: #FFFFFF;
  margin: 0 -15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-home .support-stages-section .support-stages__wrapper {
    margin: 0;
    padding: 22px 20px;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-section .support-stages__wrapper {
    padding: 38px;
  }
  .page-home .support-stages-section .support-stages__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/local/templates/main/assets/css/../img/home/support-stages-section_bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0.3;
    z-index: -1;
  }
}
.page-home .support-stages-section h2 {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-home .support-stages-section h2 {
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-section h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 33px;
  }
}
.page-home .support-stages-section .section-header__text-wrapper p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-home .support-stages-section .section-header__text-wrapper p {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-section .section-header__text-wrapper p {
    font-size: 14px;
    line-height: 20px;
    max-width: 50%;
  }
}
.page-home .support-stages-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-home .support-stages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.page-home .support-stages-item {
  background-color: #F3F3F3;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .page-home .support-stages-item {
    padding: 20px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-item {
    padding: 20px 40px;
    gap: 15px;
  }
}
.page-home .support-stages-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.page-home .support-stages-item.is-hidden-initially {
  display: none;
}
@media (min-width: 768px) {
  .page-home .support-stages-item.is-hidden-initially {
    display: flex;
  }
}
.page-home .support-stages-item:not(.is-hidden-initially) {
  display: flex;
}
.page-home .support-stages-item__icon-wrapper {
  flex-shrink: 0;
  margin: auto;
}
.page-home .support-stages-item__icon-wrapper svg {
  max-width: 100%;
  max-height: 100%;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .page-home .support-stages-item__icon-wrapper svg {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-item__icon-wrapper svg {
    width: 56px;
    height: 56px;
  }
}
.page-home .support-stages-item__content {
  flex-grow: 1;
}
.page-home .support-stages-item__content .support-stages-item__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 14px;
  line-height: 120%;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .page-home .support-stages-item__content .support-stages-item__title {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-item__content .support-stages-item__title {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
.page-home .support-stages-item__content .support-stages-item__description {
  font-family: "Rawline Normal", sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .page-home .support-stages-item__content .support-stages-item__description {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .page-home .support-stages-item__content .support-stages-item__description {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 0;
  }
}
.page-home .support-stages__show-more-link {
  display: flex;
  gap: 5px;
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  background: none;
  color: #1A1A1A;
  padding: 0;
}
@media (min-width: 768px) {
  .page-home .support-stages__show-more-link {
    display: none;
  }
}
.page-home .faq-section h2 {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-home .faq-section h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-home .faq-section h2 {
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
  }
}
.page-home .faq-item {
  padding: 15px 0 0;
  border-bottom: 1px solid #ADB5BD;
}
.page-home .faq-item:first-child {
  border-top: 1px solid #ADB5BD;
}
.page-home .faq-item[open] .faq-item__question {
  border-bottom: 1px solid #E9ECEF;
}
.page-home .faq-item[open] .faq-item__question::after {
  width: 35px;
  height: 35px;
  background-image: url("/local/templates/main/assets/css/../img/home/faq-section_accordeon_close_icon.svg");
  transform: translateX(20%) translateY(-50%) rotate(90deg);
}
.page-home .faq-item:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: transform 0.4s ease;
}
@media (min-width: 768px) {
  .page-home .faq-item {
    padding: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .page-home .faq-item {
    padding: 24px 0 0;
  }
}
.page-home .faq-item.is-hidden-initially {
  display: none;
}
.page-home .faq-item:not(.is-hidden-initially) {
  display: block;
}
.page-home .faq-item__question {
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 0 40px 20px 0;
}
@media (min-width: 768px) {
  .page-home .faq-item__question {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-home .faq-item__question::-webkit-details-marker {
  display: none;
}
.page-home .faq-item__question::marker {
  display: none;
}
.page-home .faq-item__question::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%) rotate(0deg);
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/main/assets/css/../img/home/faq-section_accordeon_open_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.6s ease, background-image 0.1s step-end;
}
.page-home .faq-item__answer p {
  padding: 20px 0 15px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  margin: 0;
}
.page-home .faq-item__answer p:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .page-home .faq-item__answer p {
    font-size: 14px;
    line-height: 19px;
  }
}
.page-home .faq-item.is-visible {
  display: block;
}
.page-home .faq-actions__load-more {
  display: inline-flex;
  gap: 15px;
  font-family: "Rawline Bold", sans-serif;
  line-height: 19px;
  text-align: left;
  font-size: 14px;
  background: none;
  color: #1A1A1A;
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .page-home .faq-actions__load-more {
    font-size: 15px;
    line-height: 28px;
  }
}
.page-home .faq-actions__load-more:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: transform 0.4s ease;
}
.page-home .faq-actions__load-more.is-hidden {
  display: none;
}

.bold {
  font-family: "Rawline Bold", sans-serif;
}

/* ----- Стили для страницы Размещение -----  */
.page-razmeschenie {
  /* Section */
  /* Popup */
  /* Hero Section */
  /* Locations Section */
  /* Benefits Section */
  /* Cta-banner Section */
  /* About-datacenter Section */
  /* Safety Section */
  /* How it works Section */
  /* Gallery Section */
  /* Why-datacenter-section Section */
  /* Сta-banner-section Section */
  /* Services-section Section */
}
.page-razmeschenie section {
  margin-bottom: 43px;
}
@media (min-width: 1200px) {
  .page-razmeschenie section {
    margin-bottom: 100px;
  }
}
.page-razmeschenie .form-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-razmeschenie .form-popup__items {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 20px 40px;
  gap: 20px;
  position: relative;
  background: #F5F5F5;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-razmeschenie .form-popup__items {
    flex-direction: row;
    max-width: 750px;
    align-items: stretch;
    padding: 0;
    gap: 0;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .form-popup__items {
    flex-direction: row;
    max-width: 900px;
    align-items: stretch;
    padding: 0;
    gap: 0;
    border-radius: 40px;
  }
}
.page-razmeschenie .form-popup__popup-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .page-razmeschenie .form-popup__popup-form {
    width: 55%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .form-popup__popup-form {
    width: 50%;
    padding: 50px;
  }
}
.page-razmeschenie .form-popup__input, .page-razmeschenie .form-popup__submit-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .page-razmeschenie .form-popup label,
  .page-razmeschenie .form-popup input {
    font-size: 16px;
  }
}
.page-razmeschenie .form-popup__text-privacy-policy, .page-razmeschenie .form-popup__error-message {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .form-popup__text-privacy-policy, .page-razmeschenie .form-popup__error-message {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .form-popup__cta {
    font-size: 16px;
  }
}
.page-razmeschenie .form-popup__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-razmeschenie .form-popup__title {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .form-popup__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .form-popup__title-img-wrapper {
    width: 45%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(19, 19, 21, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .form-popup__title-img-wrapper {
    width: 50%;
    padding: 50px;
    border-radius: 40px;
  }
}
.page-razmeschenie .form-popup__img-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.page-razmeschenie .form-popup__img-wrapper img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-razmeschenie .form-popup__img-wrapper img {
    display: block;
    height: 170px;
  }
}
.page-razmeschenie .hero-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "video" "text";
}
@media (min-width: 768px) {
  .page-razmeschenie .hero-section {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    grid-template-areas: "title video" "text video";
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .hero-section {
    gap: 60px;
  }
}
.page-razmeschenie .hero-section h1 {
  margin-bottom: 20px;
  grid-area: title;
}
@media (min-width: 768px) {
  .page-razmeschenie .hero-section h1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .hero-section h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {
  .page-razmeschenie .hero-section h1 {
    font-size: 55px;
    line-height: 1.2;
  }
}
.page-razmeschenie .hero-section .hero-section__text {
  grid-area: text;
}
.page-razmeschenie .hero-section .hero-section__text p {
  margin-bottom: 10px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.page-razmeschenie .hero-section .hero-section__aris p {
  margin-bottom: 10px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  background-color: #efefef;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .hero-section .hero-section__text p {
    font-size: 24px;
  }
}
.page-razmeschenie .hero-section .hero-section__text p:last-child {
  margin-bottom: 0;
}
.page-razmeschenie .hero-section .hero-section__video-wrapper {
  grid-area: video;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-razmeschenie .hero-section .hero-section__video-wrapper {
    margin: auto;
  }
}
.page-razmeschenie .locations-section {
  display: grid;
  border-radius: 35px;
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section {
    grid-template-columns: 1fr 1fr;
  }
}
.page-razmeschenie .locations-section__items {
  border-radius: 0 0 35px 35px;
  padding: 40px 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section__items {
    border-radius: 0 35px 35px 0;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .locations-section__items {
    border-radius: 0 40px 40px 0;
    padding: 50px 40px;
  }
}
.page-razmeschenie .locations-section__subtitle {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .locations-section__subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 50px;
  }
}
.page-razmeschenie .locations-section__image {
  width: 100%;
  height: 200px;
  background-image: url("/local/templates/main/assets/css/../img/razmeschenie/locations-section_image.png");
  background-repeat: no-repeat;
  /* Предотвращает повторение изображения */
  background-size: cover;
  /* Масштабирует изображение, чтобы оно полностью покрыло блок, обрезая лишнее */
  /* или background-size: contain;  Масштабирует изображение, чтобы оно полностью поместилось в блок, оставляя поля */
  /* или background-size: 100% 100%; Растягивает изображение на всю ширину и высоту блока (может исказить пропорции) */
  background-position: center center;
  /* Центрирует изображение в блоке */
  /* Дополнительные свойства: */
  /* background-color: #f0f0f0; /* Цвет фона, который будет виден, пока изображение загружается или если оно не загрузится */
  /* background-attachment: fixed; /* Для эффекта параллакса (изображение не скроллится вместе с контентом блока) */
  border-radius: 35px 35px 0 0;
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section__image {
    border-radius: 35px 0 0 35px;
    height: 100%;
  }
}
.page-razmeschenie .locations-section .location-item {
  background-color: #F3F3F3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-height: 70px;
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section .location-item {
    flex-wrap: nowrap;
  }
}
.page-razmeschenie .locations-section .location-item__icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.page-razmeschenie .locations-section .location-item__icon {
  width: 42px;
  height: 42px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .locations-section .location-item__icon {
    width: 56px;
    height: 56px;
  }
}
.page-razmeschenie .locations-section .location-item__icon rect {
  fill: #5b61ff;
  transition: fill 0.3s ease;
}
.page-razmeschenie .locations-section .location-item__icon path {
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}
.page-razmeschenie .locations-section .location-item__name {
  font-size: 14px;
  line-height: 19px;
  font-family: "Rawline Bold", sans-serif;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .page-razmeschenie .locations-section .location-item__name {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-razmeschenie .locations-section .location-item__separator, .page-razmeschenie .locations-section .location-item__details {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page-razmeschenie .locations-section .location-item__separator {
  display: none;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section .location-item__separator {
    width: 1px;
    height: 100%;
  }
}
.page-razmeschenie .locations-section .location-item__details {
  display: none;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}
.page-razmeschenie .locations-section .location-item__detail-line {
  display: block;
}
.page-razmeschenie .locations-section .location-item:hover {
  background-color: #5b61ff;
  color: #FFFFFF;
}
.page-razmeschenie .locations-section .location-item:hover .location-item__icon rect {
  fill: #FFFFFF;
}
.page-razmeschenie .locations-section .location-item:hover .location-item__icon path {
  fill: #5b61ff;
}
.page-razmeschenie .locations-section .location-item:hover .location-item__separator,
.page-razmeschenie .locations-section .location-item:hover .location-item__details {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section .location-item:hover .location-item__separator,
  .page-razmeschenie .locations-section .location-item:hover .location-item__details {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section .location-item:hover .location-item__separator,
  .page-razmeschenie .locations-section .location-item:hover .location-item__details {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-razmeschenie .locations-section .location-item:hover .location-item__separator {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-razmeschenie .locations-section .location-item:hover .location-item__separator {
    margin: 0 10px;
  }
}
.page-razmeschenie .locations-section .location-item:focus {
  outline: 2px solid #5b61ff;
  outline-offset: 2px;
}
.page-razmeschenie .locations-section .location-item:focus-visible {
  outline: 2px solid #5b61ff;
  outline-offset: 2px;
}
.page-razmeschenie .benefits-section__wrapper {
  padding: 40px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-razmeschenie .benefits-section__wrapper {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .benefits-section__wrapper {
    padding: 100px 50px;
  }
}
.page-razmeschenie .benefits-section h2 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .benefits-section h2 {
    width: 65%;
  }
}
.page-razmeschenie .benefits-section__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-razmeschenie .benefits-section__items {
    grid-template-columns: 1fr 1fr;
  }
}
.page-razmeschenie .benefits-section__item {
  padding: 20px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 20px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1200px) {
  .page-razmeschenie .benefits-section__item {
    padding: 40px;
  }
}
.page-razmeschenie .benefits-section__item p {
  font-size: 16px;
  line-height: 22px;
}
.page-razmeschenie .benefits-section__icon-title-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .page-razmeschenie .benefits-section__icon-title-wrapper {
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .benefits-section__icon-title-wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.page-razmeschenie .benefits-section h3 {
  font-size: 13px;
  line-height: 19px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  width: 77%;
}
@media (min-width: 768px) {
  .page-razmeschenie .benefits-section h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .benefits-section h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-razmeschenie .benefits-section__icon {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .page-razmeschenie .benefits-section__icon {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .benefits-section__icon {
    width: 56px;
    height: 56px;
  }
}
.page-razmeschenie .benefits-section__icon rect {
  fill: #5b61ff;
  transition: fill 0.3s ease;
}
.page-razmeschenie .benefits-section__icon path {
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}
.page-razmeschenie .cta-banner-section__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 30px;
}
.page-razmeschenie .cta-banner-section__title--desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section__title--desktop {
    display: block;
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    line-height: 29px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .cta-banner-section__title--desktop {
    font-size: 48px;
    line-height: 58px;
    width: 70%;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section__title--mobile {
    display: none;
  }
}
.page-razmeschenie .cta-banner-section__image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section__image {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section__image-container {
    padding: 20px;
    background-image: url("/local/templates/main/assets/css/../img/razmeschenie/cta-banner-section_bg_desktop.png");
    width: 100%;
    height: 233px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .cta-banner-section__image-container {
    height: 522px;
  }
}
.page-razmeschenie .cta-banner-section__load-more-button {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.page-razmeschenie .cta-banner-section__load-more-button--desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section__load-more-button--desktop {
    display: flex;
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section__load-more-button--mobile {
    display: none;
  }
}
.page-razmeschenie .cta-banner-section__icon {
  width: 36px;
  height: 36px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .cta-banner-section__icon {
    width: 48px;
    height: 48px;
  }
}
.page-razmeschenie .cta-banner-section__icon circle,
.page-razmeschenie .cta-banner-section__icon path {
  stroke: #1A1A1A;
  transition: fill 0.3s ease;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section__icon circle,
  .page-razmeschenie .cta-banner-section__icon path {
    stroke: #FFFFFF;
  }
}
.page-razmeschenie .about-datacenter-section__wrapper {
  padding: 40px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-razmeschenie .about-datacenter-section__wrapper {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .about-datacenter-section__wrapper {
    padding: 100px 50px;
  }
}
.page-razmeschenie .about-datacenter-section__image {
  display: block;
  /* Убирает лишние отступы под изображением */
  width: 100%;
  /* Изображение будет растягиваться на всю ширину грид-ячейки */
  height: 100%;
  /* Изображение будет растягиваться на всю высоту грид-ячейки */
  object-fit: cover;
}
.page-razmeschenie .about-datacenter-section__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .page-razmeschenie .about-datacenter-section__title {
    margin-bottom: 50px;
  }
}
.page-razmeschenie .about-datacenter-section__text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .page-razmeschenie .about-datacenter-section__text {
    grid-column: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .page-razmeschenie .about-datacenter-section__text {
    grid-column: 1/span 1;
    /* Явно указываем одну колонку (или можно grid-column: 1;) */
    grid-row: 1/span 1;
    /* Явно указываем один ряд (или можно grid-row: 1;) */
    margin-bottom: 0;
    margin-right: 50px;
  }
}
.page-razmeschenie .about-datacenter-section__image-wrapper {
  border-radius: 20px;
  grid-column: 1/span 2;
  overflow: hidden;
  /* Чтобы обрезанные части изображения не вылезали за пределы блока */
}
@media (min-width: 768px) {
  .page-razmeschenie .about-datacenter-section__image-wrapper {
    grid-column: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .page-razmeschenie .about-datacenter-section__image-wrapper {
    grid-column: 1/span 1;
    /* Первая колонка */
    grid-row: 2/span 2;
    /* Начинается со 2-й строки и занимает 2 строки (2-ю и 3-ю) */
    /* Это означает, что он будет простираться от grid-line 2 до grid-line 4 */
    margin-bottom: 0;
    margin-right: 50px;
  }
}
.page-razmeschenie .about-datacenter-section__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .page-razmeschenie .about-datacenter-section__items {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .page-razmeschenie .about-datacenter-section__items {
    gap: 20px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
.page-razmeschenie .about-datacenter-section__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .page-razmeschenie .about-datacenter-section__item {
    padding: 20px;
  }
}
.page-razmeschenie .about-datacenter-section__item p {
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.page-razmeschenie .about-datacenter-section__icon {
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .page-razmeschenie .about-datacenter-section__icon {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .about-datacenter-section__icon {
    width: 46px;
    height: 46px;
  }
}
.page-razmeschenie .about-datacenter-section__icon rect {
  fill: #5b61ff;
  transition: fill 0.3s ease;
}
.page-razmeschenie .about-datacenter-section__icon path {
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}
.page-razmeschenie .safety-section__wrapper {
  padding: 40px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__wrapper {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .safety-section__wrapper {
    padding: 100px 50px;
  }
}
.page-razmeschenie .safety-section__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__title {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .safety-section__title {
    margin-bottom: 50px;
  }
}
.page-razmeschenie .safety-section__load-more-button {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__title-load-more-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page-razmeschenie .safety-section__load-more-button--desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__load-more-button--desktop {
    display: flex;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__load-more-button--mobile {
    display: none;
  }
}
.page-razmeschenie .safety-section__icon {
  width: 42px;
  height: 42px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .safety-section__icon {
    width: 56px;
    height: 56px;
  }
}
.page-razmeschenie .safety-section__icon circle {
  stroke: #1A1A1A;
  transition: fill 0.3s ease;
}
.page-razmeschenie .safety-section__icon path {
  stroke: #1A1A1A;
  transition: fill 0.3s ease;
}
.page-razmeschenie .safety-section__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__items {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%) minmax(0, 50%);
  }
}
.page-razmeschenie .safety-section__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__item {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .safety-section__item {
    padding: 30px;
  }
}
.page-razmeschenie .safety-section__item:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section__item:last-child {
    margin-bottom: 0;
  }
}
.page-razmeschenie .safety-section .item-safety__button {
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background: #5B61FF;
  border-radius: 17px;
  color: #FFFFFF;
  font-family: "Rawline Bold", sans-serif;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section .item-safety__button {
    padding: 12px 20px 15px;
    border-radius: 20px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .safety-section .item-safety__button {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .safety-section .item-safety__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .safety-section .item-safety__title {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .safety-section .item-safety__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-razmeschenie .how-it-works-section__wrapper {
  padding: 40px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-razmeschenie .how-it-works-section__wrapper {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .how-it-works-section__wrapper {
    padding: 100px 50px;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .how-it-works-section__title-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
  }
}
.page-razmeschenie .how-it-works-section__title {
  margin-bottom: 10px;
}
.page-razmeschenie .how-it-works-section__subtitle {
  margin-bottom: 30px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-razmeschenie .how-it-works-section__subtitle {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 40px;
    gap: 30px;
    width: 50%;
    height: 91px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .page-razmeschenie .how-it-works-section__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-razmeschenie .how-it-works-section .list-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  list-style-type: none;
  /* Убираем стандартные маркеры ul */
  padding-left: 0;
  /* Сбрасываем стандартный отступ ul */
  counter-reset: steps-counter;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-razmeschenie .how-it-works-section .list-steps {
    padding: 30px 20px;
    gap: 0px;
    border-radius: 20px;
    background-color: #F3F3F3;
  }
}
@media (min-width: 1440px) {
  .page-razmeschenie .how-it-works-section .list-steps {
    border-radius: 40px;
    padding: 50px;
  }
}
.page-razmeschenie .how-it-works-section .list-steps li {
  display: grid;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: #F3F3F3;
}
@media (min-width: 768px) {
  .page-razmeschenie .how-it-works-section .list-steps li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    padding: 0;
    border-radius: 0;
  }

  .page-razmeschenie .how-it-works-section .list-steps li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.page-razmeschenie .how-it-works-section .list-steps__title {
  display: block;
  font-family: "Rawline Bold", sans-serif;
  position: relative;
  /* Для позиционирования псевдоэлемента ::before */
  padding-left: 40px;
}
@media (min-width: 992px) {
  .page-razmeschenie .how-it-works-section .list-steps__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-razmeschenie .how-it-works-section .list-steps__title::before {
  counter-increment: steps-counter;
  /* Увеличиваем счетчик для каждого li */
  content: counter(steps-counter) ".";
  /* Отображаем значение счетчика и точку */
  position: absolute;
  left: 0;
  top: 0;
}
.page-razmeschenie .how-it-works-section .list-steps__text {
  display: block;
}
@media (min-width: 768px) {
  .page-razmeschenie .how-it-works-section .list-steps__text {
    text-align: start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-razmeschenie .how-it-works-section .list-steps__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-razmeschenie .how-it-works-section__contact-form {
  margin-bottom: 10px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .page-razmeschenie .how-it-works-section__contact-form {
    width: 40%;
  }
}
.page-razmeschenie .how-it-works-section__contact-form input,
.page-razmeschenie .how-it-works-section__contact-form button {
  width: 100%;
}
@media (min-width: 992px) {
  .page-razmeschenie .how-it-works-section__contact-form input,
  .page-razmeschenie .how-it-works-section__contact-form button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .gallery-section {
    display: grid;
    /* 8 столбцов равной ширины */
    grid-template-columns: repeat(9, 1fr);
    /* 
         7 строк. Высоту можно задать явно или оставить auto.
         Если контент должен растягиваться на высоту ячейки,
         лучше задать минимальную высоту или фиксированную.
      */
    grid-template-rows: repeat(7, minmax(50px, auto));
    /* 7 рядов, каждый минимум 100px высотой */
    /* или grid-template-rows: repeat(7, 100px); для фиксированной высоты */
    gap: 20px;
  }
}
.page-razmeschenie .gallery-section__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-razmeschenie .gallery-section__title {
    margin-bottom: 0;
    grid-column: 1/span 3;
    /* Не включительно, т.е. столбцы 1, 2, 3 */
    /* Альтернативно: grid-column: 1 / span 3; */
    grid-row: 1/span 1;
    /* Не включительно, т.е. строка 1 */
    /* Альтернативно: grid-row: 1 / span 1; */
  }
}
.page-razmeschenie .gallery-section__big-title {
  display: none;
}
@media (min-width: 768px) {
  .page-razmeschenie .gallery-section__big-title {
    text-align: center;
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    text-transform: uppercase;
    display: none;
    color: transparent;
    /* Делаем основной цвет текста прозрачным */
    /* Для WebKit-браузеров (Chrome, Safari, Edge, Opera) */
    -webkit-text-stroke-width: 1px;
    /* Толщина контура */
    -webkit-text-stroke-color: #5b61ff;
    display: block;
    grid-column: 7/span 3;
    grid-row: 1/span 1;
  }
}
@media (min-width: 768px) {
  .page-razmeschenie .gallery-section__big-title p {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .page-razmeschenie .gallery-section__big-title p {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .gallery-section__big-title p {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .page-razmeschenie .gallery-section__big-title p {
    font-size: 70px;
  }
}
.page-razmeschenie .gallery-section__gallery-image {
  display: none;
}
@media (min-width: 768px) {
  .page-razmeschenie .gallery-section__gallery-image {
    display: block;
    overflow: hidden;
    border-radius: 20px;
  }
}
.page-razmeschenie .gallery-section__gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-razmeschenie .gallery-section .image-gallery-1 {
  grid-column: 1/span 3;
  grid-row: 2/span 3;
}
.page-razmeschenie .gallery-section .image-gallery-2 {
  grid-column: 4/span 2;
  grid-row: 1/span 3;
}
.page-razmeschenie .gallery-section .image-gallery-3 {
  grid-column: 6/span 3;
  grid-row: 2/span 3;
}
.page-razmeschenie .gallery-section .image-gallery-4 {
  grid-column: 1/span 3;
  grid-row: 5/span 3;
}
.page-razmeschenie .gallery-section .image-gallery-5 {
  grid-column: 4/span 2;
  grid-row: 4/span 4;
}
.page-razmeschenie .gallery-section .image-gallery-6 {
  grid-column: 6/span 4;
  grid-row: 5/span 3;
}
@media (min-width: 768px) {
  .page-razmeschenie .gallery-section .swiper-wrapper {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: minmax(200px, auto);
  }
}
.page-razmeschenie .gallery-section .swiper-slide.placement-gallery__card {
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
}
.page-razmeschenie .gallery-section .swiper-slide.placement-gallery__card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-razmeschenie .gallery-section .swiper-slide.placement-gallery__card {
    height: auto;
    border-radius: 20px;
  }
  .page-razmeschenie .gallery-section .swiper-slide.placement-gallery__card.gallery-item--h2 {
    grid-row: span 2;
  }
  .page-razmeschenie .gallery-section .swiper-slide.placement-gallery__card.gallery-item--w2 {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .gallery-section .swiper-slide.placement-gallery__card {
    border-radius: 40px;
  }
}
.page-razmeschenie .why-datacenter-section__wrapper {
  padding: 40px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 -15px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  grid-template-areas: "title" "highlighted-block" "image" "text-items";
}
@media (min-width: 768px) {
  .page-razmeschenie .why-datacenter-section__wrapper {
    padding: 30px 20px;
    grid-template-areas: "title" "highlighted-block" "text-items" "image";
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page-razmeschenie .why-datacenter-section__wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 100px 50px;
    grid-template-areas: "title title" "highlighted-block image" "text-items image";
    align-items: stretch;
  }
}
.page-razmeschenie .why-datacenter-section__title {
  grid-area: title;
}
@media (min-width: 992px) {
  .page-razmeschenie .why-datacenter-section__title {
    margin-bottom: 30px;
  }
}
.page-razmeschenie .why-datacenter-section__text-item {
  padding: 20px 15px;
  border-radius: 25px;
  color: #FFFFFF;
  grid-area: highlighted-block;
  align-items: center;
  display: flex;
}
@media (min-width: 992px) {
  .page-razmeschenie .why-datacenter-section__text-item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .why-datacenter-section__text-item {
    font-size: 16px;
    border-radius: 40px;
    padding: 40px;
  }
}
.page-razmeschenie .why-datacenter-section__text-items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px 15px;
  gap: 20px;
  border-radius: 25px;
  background: #F3F3F3;
  grid-area: text-items;
}
@media (min-width: 992px) {
  .page-razmeschenie .why-datacenter-section__text-items {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .why-datacenter-section__text-items {
    font-size: 16px;
    border-radius: 40px;
    padding: 40px;
  }
}
.page-razmeschenie .why-datacenter-section__image {
  border-radius: 25px;
  overflow: hidden;
  grid-area: image;
}
@media (min-width: 992px) {
  .page-razmeschenie .why-datacenter-section__image {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .why-datacenter-section__image {
    border-radius: 40px;
  }
}
.page-razmeschenie .why-datacenter-section__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-razmeschenie .cta-banner-section-form__bg-container {
  object-fit: cover;
  padding: 185px 15px;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section-form__bg-container {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .cta-banner-section-form__bg-container {
    padding: 100px 50px;
  }
}
.page-razmeschenie .cta-banner-section-form__wrapper {
  color: #FFFFFF;
  background-image: url("/local/templates/main/assets/css/../img/razmeschenie/cta-banner-section_form_bg_mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 35px;
  margin: 0 -16px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section-form__wrapper {
    margin: 0;
    background-image: url("/local/templates/main/assets/css/../img/razmeschenie/cta-banner-section_form_bg_tablet.png");
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .cta-banner-section-form__wrapper {
    background-image: url("/local/templates/main/assets/css/../img/razmeschenie/cta-banner-section_form_bg_desktop.png");
  }
}
.page-razmeschenie .cta-banner-section-form__title {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section-form__title {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .cta-banner-section-form__title {
    margin-bottom: 30px;
  }
}
.page-razmeschenie .cta-banner-section-form__text {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-razmeschenie .cta-banner-section-form__text {
    font-size: 16px;
  }
}
.page-razmeschenie .cta-banner-section-form .contact-form {
  background: none;
  border: none;
}
.page-razmeschenie .cta-banner-section-form .contact-form__description {
  font-family: "Rawline Normal", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.page-razmeschenie .cta-banner-section-form .contact-form .form__agreement {
  text-align: center;
  font-size: 12px;
}
.page-razmeschenie .cta-banner-section-form .contact-form .form__agreement a {
  color: #FFFFFF;
}
.page-razmeschenie .cta-banner-section-form .contact-form .form-error-message {
  color: red;
  text-align: center;
}
.page-razmeschenie .cta-banner-section-form .contact-form .form-input.is-invalid {
  border-color: red;
}
@media (min-width: 768px) {
  .page-razmeschenie .cta-banner-section-form .contact-form .input-group {
    flex-direction: row;
    justify-content: center;
  }
}
.page-razmeschenie .services-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-razmeschenie .services-section__title {
  margin-bottom: 10px;
}
.page-razmeschenie .services-section__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-razmeschenie .services-section__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    border: 1px solid rgba(19, 19, 21, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .services-section__items {
    padding: 40px;
    gap: 30px;
  }
}
.page-razmeschenie .services-section__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 20px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-razmeschenie .services-section__item {
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.page-razmeschenie .services-section__item h3 {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-razmeschenie .services-section__item h3 {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-razmeschenie .services-section__item h3 {
    font-size: 24px;
  }
}
.page-razmeschenie .services-section__item p {
  font-size: 16px;
}

.page-stroitelstvo {
  /* Section */
  /* Popup */
  /* Hero Section */
  /* Offer Section */
  /* Project implementation Section */
  /* Benefits Section */
  /* Statistics Section */
  /* Gallery Section */
}
.page-stroitelstvo section {
  margin-bottom: 43px;
}
@media (min-width: 1200px) {
  .page-stroitelstvo section {
    margin-bottom: 100px;
  }
}
.page-stroitelstvo .form-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-stroitelstvo .form-popup__items {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 20px 40px;
  gap: 20px;
  position: relative;
  background: #F5F5F5;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .form-popup__items {
    flex-direction: row;
    max-width: 750px;
    align-items: stretch;
    padding: 0;
    gap: 0;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .form-popup__items {
    flex-direction: row;
    max-width: 900px;
    align-items: stretch;
    padding: 0;
    gap: 0;
    border-radius: 40px;
  }
}
.page-stroitelstvo .form-popup__popup-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .form-popup__popup-form {
    width: 55%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .form-popup__popup-form {
    width: 50%;
    padding: 50px;
  }
}
.page-stroitelstvo .form-popup__input, .page-stroitelstvo .form-popup__submit-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .form-popup label,
  .page-stroitelstvo .form-popup input {
    font-size: 16px;
  }
}
.page-stroitelstvo .form-popup__text-privacy-policy, .page-stroitelstvo .form-popup__error-message {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .form-popup__text-privacy-policy, .page-stroitelstvo .form-popup__error-message {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .form-popup__cta {
    font-size: 16px;
  }
}
.page-stroitelstvo .form-popup__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .form-popup__title {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .form-popup__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .form-popup__title-img-wrapper {
    width: 45%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(19, 19, 21, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .form-popup__title-img-wrapper {
    width: 50%;
    padding: 50px;
    border-radius: 40px;
  }
}
.page-stroitelstvo .form-popup__img-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.page-stroitelstvo .form-popup__img-wrapper img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-stroitelstvo .form-popup__img-wrapper img {
    display: block;
    height: 170px;
  }
}
.page-stroitelstvo .font-main-bold {
  font-family: "Rawline Bold", sans-serif;
}
.page-stroitelstvo__popup-form img {
  border-radius: 20px;
}
.page-stroitelstvo__popup-form .popup-form {
  background: #F3F3F3;
}
.page-stroitelstvo .hero-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "subtitle" "text" "video" "points";
  gap: 20px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .hero-section {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    grid-template-areas: "title title" "subtitle video" "text video" "text video" "text video" "points points";
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .hero-section {
    grid-template-areas: "title video" "subtitle video" "text video" "points points";
    gap: 10px;
  }
}
.page-stroitelstvo .hero-section__title {
  margin-bottom: 10px;
  grid-area: title;
}
@media (min-width: 768px) {
  .page-stroitelstvo .hero-section__title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .hero-section__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .hero-section__title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 75px;
  }
}
.page-stroitelstvo .hero-section__subtitle {
  grid-area: subtitle;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .hero-section__subtitle {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .hero-section__subtitle {
    margin-bottom: 10px;
  }
}
.page-stroitelstvo .hero-section__text {
  grid-area: text;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1440px) {
  .page-stroitelstvo .hero-section__text {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
.page-stroitelstvo .hero-section__video-wrapper {
  grid-area: video;
}
@media (min-width: 768px) {
  .page-stroitelstvo .hero-section__video-wrapper {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .page-stroitelstvo .hero-section__video-wrapper {
    margin-bottom: 30px;
  }
}
.page-stroitelstvo .hero-section__conditions-points {
  grid-area: points;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 15px;
  gap: 20px;
  background: #F3F3F3;
  border-radius: 20px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .page-stroitelstvo .hero-section__conditions-points {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 20px;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .hero-section__conditions-points {
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border-radius: 40px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .hero-section__conditions-points p {
    font-size: 18px;
  }
}
.page-stroitelstvo .hero-section__condition-point span {
  display: inline-block;
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-right: 10px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-stroitelstvo .hero-section__condition-point span {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .hero-section__condition-point span {
    font-size: 24px;
    padding: 20px 30px;
  }
}
.page-stroitelstvo .hero-section__condition-point-long-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
  align-items: center;
}
.page-stroitelstvo .hero-section__condition-point-long-box img {
  padding: 6px;
  background: #FFFFFF;
  border: 0.671429px solid rgba(19, 19, 21, 0.1);
  box-shadow: 6.71429px 6.71429px 40.2857px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .hero-section__condition-point-long-box p {
    width: 300px;
  }
}
.page-stroitelstvo .offer-section__wrapper {
  padding: 40px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .offer-section__wrapper {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .offer-section__wrapper {
    padding: 100px 50px;
  }
}
.page-stroitelstvo .offer-section__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
  justify-content: start;
}
@media (min-width: 768px) {
  .page-stroitelstvo .offer-section__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .offer-section__items {
    gap: 20px;
  }
}
.page-stroitelstvo .offer-section__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 20px;
  background: #F3F3F3;
  border-radius: 20px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .page-stroitelstvo .offer-section__item {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .offer-section__item {
    padding: 40px;
    font-size: 16px;
    border-radius: 40px;
  }
}
.page-stroitelstvo .offer-section__icon svg {
  width: 50px;
  height: 50px;
}
.page-stroitelstvo .offer-section__icon svg rect {
  fill: #5b61ff;
  transition: fill 0.3s ease;
}
.page-stroitelstvo .offer-section__icon svg path {
  fill: #FFFFFF;
  transition: fill 0.3s ease;
}
@media (min-width: 1440px) {
  .page-stroitelstvo .offer-section__icon svg {
    width: 56px;
    height: 56px;
  }
}
.page-stroitelstvo .offer-section__description {
  margin: 20px 0;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-stroitelstvo .offer-section__description {
    grid-column: 1/span 3;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .offer-section__description {
    font-size: 18px;
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .offer-section__btn {
    grid-column: 1/span 3;
    justify-self: center;
    padding: 10px 30px 15px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .offer-section__btn {
    font-size: 16px;
    padding: 12px 40px 17px;
  }
}
.page-stroitelstvo .project-implementation-section__wrapper {
  padding: 40px 15px;
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 35px;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section__wrapper {
    padding: 30px 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .project-implementation-section__wrapper {
    padding: 100px 50px;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section__title-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
  }
}
.page-stroitelstvo .project-implementation-section__title {
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section__title {
    margin-bottom: 50px;
  }
}
.page-stroitelstvo .project-implementation-section__title span {
  color: #5b61ff;
}
.page-stroitelstvo .project-implementation-section__subtitle {
  margin-bottom: 30px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section__subtitle {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 40px;
    gap: 30px;
    width: 50%;
    height: 91px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .page-stroitelstvo .project-implementation-section__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-stroitelstvo .project-implementation-section .list-steps {
  display: grid;
  grid-template-columns: 1fr;
  list-style-type: none;
  /* Убираем стандартные маркеры ul */
  padding-left: 0;
  /* Сбрасываем стандартный отступ ul */
  counter-reset: steps-counter;
  margin-bottom: 20px;
  padding: 30px 15px;
  gap: 20px;
  background: #F3F3F3;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section .list-steps {
    padding: 50px 20px;
    gap: 15px;
    border-radius: 20px;
    background-color: #F3F3F3;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .project-implementation-section .list-steps {
    padding: 50px;
    border-radius: 40px;
    gap: 15px;
  }
}
.page-stroitelstvo .project-implementation-section .list-steps li {
  display: grid;
}

.page-stroitelstvo .project-implementation-section .list-steps li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section .list-steps li {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
  }
}

.page-stroitelstvo .project-implementation-section .list-steps__title {
  display: block;
  font-family: "Rawline Bold", sans-serif;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section .list-steps__title {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-stroitelstvo .project-implementation-section .list-steps__title::before {
  counter-increment: steps-counter;
  /* Увеличиваем счетчик для каждого li */
  content: counter(steps-counter) ".";
  /* Отображаем значение счетчика и точку */
  position: absolute;
  left: 0;
  top: 0;
}
.page-stroitelstvo .project-implementation-section .list-steps__text {
  display: block;
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section .list-steps__text {
    text-align: start;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .project-implementation-section .list-steps__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-stroitelstvo .benefits-section__wrapper {
  padding: 40px 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 35px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .benefits-section__wrapper {
    padding: 30px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(19, 19, 21, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section__wrapper {
    padding: 100px 50px;
  }
}
.page-stroitelstvo .benefits-section__title {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section__title {
    margin-bottom: 50px;
  }
}
.page-stroitelstvo .benefits-section .text-grey {
  color: #6F7682;
}
.page-stroitelstvo .benefits-section .font-heading {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .font-heading {
    font-size: 18px;
  }
}
.page-stroitelstvo .benefits-section__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 992px) {
  .page-stroitelstvo .benefits-section__items {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    align-items: start;
    gap: 25px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .benefits-section__items {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
.page-stroitelstvo .benefits-section__item-description {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  gap: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .benefits-section__item-description {
    flex-direction: row;
    justify-content: start;
    border: none;
    padding: 0;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section__item-description {
    gap: 40px;
  }
}
.page-stroitelstvo .benefits-section .description-item__icon svg {
  width: 42px;
  height: 42px;
}
.page-stroitelstvo .benefits-section .description-item__icon svg path {
  fill: #5b61ff;
  transition: fill 0.3s ease;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .description-item__icon svg {
    width: 56px;
    height: 56px;
  }
}
.page-stroitelstvo .benefits-section .description-item__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-stroitelstvo .benefits-section .description-item__container {
    align-items: flex-start;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    width: 456px;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .description-item__container {
    padding: 40px;
    border-radius: 40px;
    width: 100%;
    gap: 30px;
  }
}
.page-stroitelstvo .benefits-section .description-item__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-stroitelstvo .benefits-section .description-item__title {
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .description-item__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .description-item__text {
    font-size: 16px;
  }
}
.page-stroitelstvo .benefits-section .description-item__text span {
  font-family: "Rawline Bold", sans-serif;
}
.page-stroitelstvo .benefits-section .info-item__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  padding: 20px 15px;
  gap: 5px;
  font-size: 10px;
  background: #F5F5F5;
  border-radius: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .benefits-section .info-item__grid {
    padding: 20px;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .info-item__grid {
    padding: 40px;
    border-radius: 40px;
    margin-bottom: 0px;
  }
}
.page-stroitelstvo .benefits-section .info-item .info-item__point,
.page-stroitelstvo .benefits-section .info-item .info-item__title {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-stroitelstvo .benefits-section .info-item .info-item__point,
  .page-stroitelstvo .benefits-section .info-item .info-item__title {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .info-item .info-item__point,
  .page-stroitelstvo .benefits-section .info-item .info-item__title {
    font-size: 14px;
  }
}
.page-stroitelstvo .benefits-section .info-item .info-item__title {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .page-stroitelstvo .benefits-section .info-item .info-item__title {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .benefits-section .info-item .info-item__point.font-heading {
    font-size: 17px;
  }
}
.page-stroitelstvo .benefits-section .info-item__points-column {
  padding: 5px;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: grid;
}
@media (min-width: 768px) {
  .page-stroitelstvo .benefits-section .info-item__points-column {
    padding: 15px 20px;
  }
}
.page-stroitelstvo .benefits-section .info-item-two-columns__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 15px;
  gap: 10px;
  font-size: 10px;
  background: #F5F5F5;
  border-radius: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .page-stroitelstvo .benefits-section .info-item-two-columns__grid {
    padding: 40px;
    border-radius: 40px;
  }
}
.page-stroitelstvo .benefits-section .info-item-two-columns__point, .page-stroitelstvo .benefits-section .info-item-two-columns__title {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .info-item-two-columns__point, .page-stroitelstvo .benefits-section .info-item-two-columns__title {
    font-size: 14px;
  }
}
.page-stroitelstvo .benefits-section .info-item-two-columns__title {
  text-align: center;
}
.page-stroitelstvo .benefits-section .info-item-two-columns__points-column {
  padding: 10px;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .benefits-section .info-item-two-columns__points-column {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .statistics-section__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(19, 19, 21, 0.1);
    border-radius: 35px;
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .statistics-section__wrapper {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .statistics-section__flex {
    margin-right: 50px;
  }
}
.page-stroitelstvo .statistics-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 10px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .statistics-section__grid {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .statistics-section__grid {
    gap: 20px;
  }
}
.page-stroitelstvo .statistics-section__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .statistics-section__title {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .statistics-section__title {
    margin-bottom: 70px;
  }
}
.page-stroitelstvo .statistics-section__description {
  margin-bottom: 20px;
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .page-stroitelstvo .statistics-section__description {
    padding: 20px;
    background: #5B61FF;
    border-radius: 20px;
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .statistics-section__description {
    padding: 40px;
    border-radius: 40px;
  }
}
.page-stroitelstvo .statistics-section__description p {
  font-size: 16px;
}
.page-stroitelstvo .statistics-section__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 25px;
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .page-stroitelstvo .statistics-section__image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .statistics-section__image-wrapper {
    border-radius: 40px;
  }
}
.page-stroitelstvo .statistics-section__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-stroitelstvo .statistics-section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-stroitelstvo .statistics-section__item {
  padding: 20px 15px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .statistics-section__item {
    padding: 30px;
    border-radius: 40px;
  }
}
.page-stroitelstvo .statistics-section__info {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .statistics-section__info {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.page-stroitelstvo .statistics-section__link {
  text-decoration: underline;
}
.page-stroitelstvo .statistics-section__text {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .page-stroitelstvo .statistics-section__text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .gallery-section {
    display: grid;
    /* 8 столбцов равной ширины */
    grid-template-columns: repeat(9, 1fr);
    /* 
    	     7 строк. Высоту можно задать явно или оставить auto.
    	     Если контент должен растягиваться на высоту ячейки,
    	     лучше задать минимальную высоту или фиксированную.
    	  */
    grid-template-rows: repeat(7, minmax(50px, auto));
    /* 7 рядов, каждый минимум 100px высотой */
    /* или grid-template-rows: repeat(7, 100px); для фиксированной высоты */
    gap: 20px;
  }
}
.page-stroitelstvo .gallery-section__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-stroitelstvo .gallery-section__title {
    margin-bottom: 0;
    grid-column: 1/span 3;
    /* Не включительно, т.е. столбцы 1, 2, 3 */
    /* Альтернативно: grid-column: 1 / span 3; */
    grid-row: 1/span 1;
    /* Не включительно, т.е. строка 1 */
    /* Альтернативно: grid-row: 1 / span 1; */
  }
}
.page-stroitelstvo .gallery-section__big-title {
  display: none;
}
@media (min-width: 768px) {
  .page-stroitelstvo .gallery-section__big-title {
    text-align: center;
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    text-transform: uppercase;
    display: none;
    color: transparent;
    /* Делаем основной цвет текста прозрачным */
    /* Для WebKit-браузеров (Chrome, Safari, Edge, Opera) */
    -webkit-text-stroke-width: 1px;
    /* Толщина контура */
    -webkit-text-stroke-color: #5b61ff;
    display: block;
    grid-column: 7/span 3;
    grid-row: 1/span 1;
  }
}
@media (min-width: 768px) {
  .page-stroitelstvo .gallery-section__big-title p {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .page-stroitelstvo .gallery-section__big-title p {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .gallery-section__big-title p {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .page-stroitelstvo .gallery-section__big-title p {
    font-size: 70px;
  }
}
.page-stroitelstvo .gallery-section__gallery-image {
  display: none;
}
@media (min-width: 768px) {
  .page-stroitelstvo .gallery-section__gallery-image {
    display: block;
    overflow: hidden;
    border-radius: 20px;
  }
}
.page-stroitelstvo .gallery-section__gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-stroitelstvo .gallery-section .image-gallery-1 {
  grid-column: 1/span 3;
  grid-row: 2/span 3;
}
.page-stroitelstvo .gallery-section .image-gallery-2 {
  grid-column: 4/span 2;
  grid-row: 1/span 3;
}
.page-stroitelstvo .gallery-section .image-gallery-3 {
  grid-column: 6/span 3;
  grid-row: 2/span 3;
}
.page-stroitelstvo .gallery-section .image-gallery-4 {
  grid-column: 1/span 3;
  grid-row: 5/span 3;
}
.page-stroitelstvo .gallery-section .image-gallery-5 {
  grid-column: 4/span 2;
  grid-row: 4/span 4;
}
.page-stroitelstvo .gallery-section .image-gallery-6 {
  grid-column: 6/span 4;
  grid-row: 5/span 3;
}
@media (min-width: 768px) {
  .page-stroitelstvo .gallery-section .swiper-wrapper {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: minmax(200px, auto);
  }
}
.page-stroitelstvo .gallery-section .swiper-slide.placement-gallery__card {
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
}
.page-stroitelstvo .gallery-section .swiper-slide.placement-gallery__card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-stroitelstvo .gallery-section .swiper-slide.placement-gallery__card {
    height: auto;
    border-radius: 20px;
  }
  .page-stroitelstvo .gallery-section .swiper-slide.placement-gallery__card.gallery-item--h2 {
    grid-row: span 2;
  }
  .page-stroitelstvo .gallery-section .swiper-slide.placement-gallery__card.gallery-item--w2 {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .page-stroitelstvo .gallery-section .swiper-slide.placement-gallery__card {
    border-radius: 40px;
  }
}

.page-about {
  line-height: 1.2;
  /* About seo Section */
  /* Company history Section */
  /* Our services Section */
  /* Our team Section */
  /* Statistics Section */
  /* Our achievements Section */
  /* Our partners Section */
  /* Sibscribe to telegram Section */
  /* Cta Section */
  /* Feedback Section */
}
/*.page-about .section-about-seo {*/
/*  margin-top: 75px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .page-about .section-about-seo {*/
/*    margin-top: 90px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .page-about .section-about-seo {*/
/*    margin-top: 150px;*/
/*  }*/
/*}*/
/*@media (min-width: 1440px) {*/
/*  .page-about .section-about-seo {*/
/*    margin-top: 200px;*/
/*  }*/
/*}*/
.page-about .section-about-seo__wrapper {
  margin: 0 -15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
}
@media (min-width: 768px) {
  .page-about .section-about-seo__wrapper {
    margin: 0;
    padding: 30px 20px;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__wrapper {
    padding: 50px;
    gap: 28px;
  }
}
.page-about .section-about-seo__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .page-about .section-about-seo__title-wrapper {
    grid-column: 1/span 2;
  }
}
.page-about .section-about-seo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 21px;
  background: #F3F3F3;
  border-radius: 25px;
  height: 100%;
}
@media (min-width: 768px) {
  .page-about .section-about-seo__content {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__content {
    padding: 40px;
  }
}
.page-about .section-about-seo__content-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__content-title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__content-text {
    font-size: 20px;
  }
}
.page-about .section-about-seo__slider {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
.page-about .section-about-seo .swiper-slide {
  padding: 20px 15px 45px;
  position: relative;
  display: flex;
  gap: 20px;
}
@media (min-width: 1440px) {
  .page-about .section-about-seo .swiper-slide {
    padding: 50px;
    align-items: center;
  }
}
.page-about .section-about-seo .swiper-slide__image-wrapper {
  width: 64px;
}
@media (min-width: 1440px) {
  .page-about .section-about-seo .swiper-slide__image-wrapper {
    width: 85px;
  }
}
.page-about .section-about-seo .swiper-slide__text {
  width: 80%;
}
@media (min-width: 1440px) {
  .page-about .section-about-seo .swiper-slide__text p {
    font-size: 16px;
  }
}
.page-about .section-about-seo .swiper-slide__icon {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.page-about .section-about-seo .swiper-slide__icon svg {
  width: 70px;
  height: 40px;
}
.page-about .section-about-seo__image-wrapper {
  overflow: hidden;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-about .section-about-seo__image-wrapper {
    grid-row: 2/span 2;
    grid-column: 2/span 1;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__image-wrapper {
    margin-left: 50px;
  }
}
.page-about .section-about-seo__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .section-about-seo__link {
  display: flex;
  gap: 18px;
  align-items: center;
}
.page-about .section-about-seo__link-desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-about .section-about-seo__link-desktop {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__link-desktop {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__link-desktop svg {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  .page-about .section-about-seo__link-mobile {
    display: none;
  }
}
.page-about .section-about-seo__image-description {
  color: #6F7682;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .page-about .section-about-seo__image-description {
    grid-column: 2/span 1;
    text-align: end;
  }
}
@media (min-width: 1200px) {
  .page-about .section-about-seo__image-description {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__image-description {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-about .section-about-seo__title {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-about-seo__title {
    font-size: 48px;
  }
}
.page-about .section-company-history__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 15px;
  gap: 10px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-about .section-company-history__wrapper {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-company-history__wrapper {
    padding: 50px;
  }
}
.page-about .section-company-history__title {
  margin-bottom: 40px;
}
.page-about .section-company-history__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1200px) {
  .page-about .section-company-history__text-wrapper p {
    font-size: 16px;
  }
}
.page-about .section-company-history__load-more {
  display: inline-flex;
  gap: 15px;
  font-family: "Rawline Bold", sans-serif;
  line-height: 19px;
  text-align: left;
  font-size: 14px;
  background: none;
  color: #1A1A1A;
  padding: 15px 0 0 0;
}
@media (min-width: 1200px) {
  .page-about .section-company-history__load-more {
    font-size: 16px;
  }
}
.page-about .section-company-history__text-item.is-hidden-initially {
  display: none;
}
.page-about .section-our-services {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-about .section-our-services {
    display: grid;
    grid-template-columns: minmax(0, 35%) minmax(0, 65%);
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-services {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 40px;
  }
}
.page-about .section-our-services__title-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-about .section-our-services__title-wrapper {
    grid-column: 1/span 2;
  }
}
.page-about .section-our-services__link-desktop {
  display: none;
}
.page-about .section-our-services__link-mobile {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .page-about .section-our-services__description {
    margin-right: 30px;
  }
}
.page-about .section-our-services__description p {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-about .section-our-services__description p {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-services__description p {
    padding: 40px;
    font-size: 16px;
  }
}
.page-about .section-our-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-about .section-our-services__grid {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
.page-about .section-our-services__card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  gap: 15px;
  background: #F3F3F3;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-about .section-our-services__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-services__card {
    padding: 40px;
  }
}
.page-about .section-our-services__card svg {
  width: 48px;
  height: 49px;
  flex-shrink: 0;
}
.page-about .section-our-services__card-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .page-about .section-our-services__card-title {
    font-size: 18px;
  }
}
.page-about .section-our-services__image {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-about .section-our-team {
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: none;
}
@media (min-width: 1200px) {
  .page-about .section-our-team {
    display: grid;
    display: none;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
.page-about .section-our-team__title {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .page-about .section-our-team__title {
    grid-column: 1/span 2;
    margin-bottom: 30px;
  }
}
.page-about .section-our-team__image-wrapper {
  overflow: hidden;
  border-radius: 25px;
}
.page-about .section-our-team__image-wrapper picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .section-our-team__image-wrapper picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .page-about .section-our-team__image-wrapper {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-team__slider-flex-wrapper {
    display: flex;
    flex-direction: column;
    /* Вертикальное расположение элементов: слайдер сверху, ссылка снизу */
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-team .slider-swiper {
    flex-grow: 1;
    /* Позволяет этому блоку (содержащему Swiper) занять всё доступное 
                       вертикальное пространство, которое не занято ссылкой */
    /* Важно! Swiper часто требует, чтобы его непосредственный родитель 
         (в данном случае .section-our-team__slider.slider-swiper) имел определенные размеры 
         или чтобы сам Swiper (.swiper.js-swiper-slider) имел ограничения. 
         Этот блок .slider-swiper теперь будет растягиваться. */
    min-width: 0;
    /* Исправление для flex-элементов, чтобы предотвратить их выход за пределы контейнера, если контент слишком широкий */
    min-height: 0;
    /* Аналогично для высоты, если flex-direction: row */
    position: relative;
  }
}
.page-about .section-our-team .slider-swiper .swiper-slide {
  background: #F5F5F5;
  border-radius: 40px;
}
.page-about .section-our-team .slider-swiper .swiper-slide__image-wrapper {
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}
.page-about .section-our-team .slider-swiper .swiper-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .section-our-team .slider-swiper .swiper-slide__text-content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .page-about .section-our-team .slider-swiper .swiper-slide__text-content {
    font-size: 16px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-team .slider-swiper .swiper-slide__job-title {
    font-size: 16px;
  }
}
.page-about .section-our-team .slider-swiper .swiper-slide__full-name {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
.page-about .section-our-team__link-wrapper {
  margin-top: auto;
}
.page-about .section-our-team__link {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  font-family: "Rawline Bold", sans-serif;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-about .section-our-team__link {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-team__link {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .page-about .statistics-section__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(19, 19, 21, 0.1);
    border-radius: 35px;
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .page-about .statistics-section__wrapper {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .page-about .statistics-section__flex {
    margin-right: 50px;
  }
}
.page-about .statistics-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 10px;
}
@media (min-width: 768px) {
  .page-about .statistics-section__grid {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
@media (min-width: 768px) {
  .page-about .statistics-section__grid {
    gap: 20px;
  }
}
.page-about .statistics-section__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-about .statistics-section__title {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .page-about .statistics-section__title {
    margin-bottom: 70px;
  }
}
.page-about .statistics-section__description {
  margin-bottom: 20px;
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .page-about .statistics-section__description {
    padding: 20px;
    background: #5B61FF;
    border-radius: 20px;
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .page-about .statistics-section__description {
    padding: 40px;
    border-radius: 40px;
  }
}
.page-about .statistics-section__description p {
  font-size: 16px;
}
.page-about .statistics-section__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-about .statistics-section__image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-about .statistics-section__image-wrapper {
    border-radius: 40px;
  }
}
.page-about .statistics-section__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .statistics-section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-about .statistics-section__item {
  padding: 20px 15px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .page-about .statistics-section__item {
    padding: 30px;
    border-radius: 40px;
  }
}
.page-about .statistics-section__info {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .page-about .statistics-section__info {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.page-about .statistics-section__link {
  text-decoration: underline;
}
.page-about .statistics-section__text {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .page-about .statistics-section__text {
    font-size: 16px;
  }
}
.page-about .section-our-achievements {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-about .section-our-achievements {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 15px;
  }
}
.page-about .section-our-achievements__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-about .section-our-achievements__title {
    grid-column: 1/span 2;
  }
}
.page-about .section-our-achievements__image-wrapper {
  overflow: hidden;
  border-radius: 25px;
}
@media (min-width: 1440px) {
  .page-about .section-our-achievements__image-wrapper {
    border-radius: 40px;
  }
}
.page-about .section-our-achievements__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-about .section-our-partners .swiper {
    padding: 30px 0;
  }
}
.page-about .section-our-partners__title {
  margin-bottom: 30px;
}
.page-about .section-our-partners__slider {
  width: 100%;
}
@media (min-width: 768px) {
  .page-about .section-our-partners .slider-swiper__wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 50%));
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-partners .slider-swiper__wrapper {
    grid-template-columns: repeat(6, minmax(0, 50%));
  }
}
.page-about .section-our-partners .slider-swiper__slide {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(19, 19, 21, 0.05);
  border-radius: 25px;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-about .section-our-partners .slider-swiper__slide {
    min-height: 173px;
    padding: 50px;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 1200px) {
  .page-about .section-our-partners .slider-swiper__slide {
    min-height: 252px;
    border-radius: 40px;
  }
}
.page-about .section-our-partners .slider-swiper__slide__image-wrapper {
  display: flex;
}
.page-about .section-sibscribe-to-telegram__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  gap: 20px;
  background: #5b61ff;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .page-about .section-sibscribe-to-telegram__wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    background-image: url(/local/templates/main/assets/css/../img/about/section-sibscribe-to-telegram_tablet_bg-pattern.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-sibscribe-to-telegram__wrapper {
    background-image: url(/local/templates/main/assets/css/../img/about/section-sibscribe-to-telegram_desktop_bg-pattern.png);
    border-radius: 40px;
    padding: 50px;
  }
}
.page-about .section-sibscribe-to-telegram__description {
  font-size: 16px;
}
.page-about .section-sibscribe-to-telegram__qr-code {
  display: none;
}
@media (min-width: 768px) {
  .page-about .section-sibscribe-to-telegram__qr-code {
    display: flex;
    justify-content: flex-end;
    width: 20%;
  }
}
.page-about .section-sibscribe-to-telegram__qr-code img {
  width: 100%;
  height: 100%;
}
.page-about .section-sibscribe-to-telegram__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-about .section-sibscribe-to-telegram__content {
    width: 80%;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-sibscribe-to-telegram__content {
    gap: 50px;
  }
}
.page-about .section-sibscribe-to-telegram__subscribe-button {
  background-color: #FFFFFF;
  color: #1A1A1A;
  width: 100%;
}
@media (min-width: 768px) {
  .page-about .section-sibscribe-to-telegram__subscribe-button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .page-about .section-sibscribe-to-telegram__subscribe-button {
    font-size: 16px;
    padding: 20px 40px;
  }
}
.page-about .section-cta__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-about .section-cta__wrapper {
    background-color: #F3F3F3;
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    gap: 20px;
    border-radius: 30px;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .page-about .section-cta__wrapper {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
@media (min-width: 1200px) {
  .page-about .section-cta__wrapper {
    padding: 100px 88px;
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .page-about .section-cta__title-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    gap: 20px;
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
}
@media (min-width: 992px) {
  .page-about .section-cta__title-wrapper {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
.page-about .section-cta__title {
  text-align: center;
  margin-left: 24px;
}
.page-about .section-cta__title span {
  margin-bottom: 30px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 100px;
  line-height: 120%;
  background: linear-gradient(270deg, #4C53FF 0%, #1D00CF 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-left: -24px;
}
@media (min-width: 768px) {
  .page-about .section-cta__title span {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-cta__title span {
    font-size: 130px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__title span {
    font-size: 160px;
  }
}
.page-about .section-cta__description {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-about .section-cta__description p {
    display: block;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__description p {
    font-size: 22px;
  }
}
.page-about .section-cta__maps-rewievs-items {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-about .section-cta__maps-rewievs-items {
    grid-column: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-about .section-cta__maps-rewievs-items {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .page-about .section-cta__maps-rewievs-items img {
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__maps-rewievs-items img {
    height: 52px;
  }
}
.page-about .section-cta__maps-rewievs-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .page-about .section-cta__maps-rewievs-item {
    background: #FFFFFF;
    padding: 18px 27px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__maps-rewievs-item {
    padding: 40px 60px;
  }
}
@media (min-width: 768px) {
  .page-about .section-cta__maps-rewievs-item-text p {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__maps-rewievs-item-text p {
    font-size: 16px;
  }
}
.page-about .section-cta__cta-content {
  position: relative;
  padding: 30px 15px;
  background: #F3F3F3;
  border-radius: 0 20px 20px 20px;
}
@media (min-width: 768px) {
  .page-about .section-cta__cta-content {
    background: #FFFFFF;
    padding: 0;
  }
}
.page-about .section-cta__cta-content-icon-wrapper {
  position: absolute;
  top: -25px;
  left: 0px;
  background: #F3F3F3;
  border-radius: 50%;
  padding: 5px;
}
@media (min-width: 768px) {
  .page-about .section-cta__cta-content-icon-wrapper {
    top: -38px;
    background: #FFFFFF;
    padding: 7px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__cta-content-icon-wrapper {
    top: -65px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .page-about .section-cta__cta-content svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__cta-content svg {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__cta-content p {
    font-size: 16px;
  }
}
.page-about .section-cta__cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-about .section-cta__cta-wrapper {
    grid-column: 2;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.447917px solid rgba(247, 247, 247, 0.15);
    border-radius: 17.9167px;
    padding: 25px 20px;
    border-radius: 30px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-cta__cta-wrapper {
    max-width: 600px;
    padding: 40px 30px;
    border-radius: 40px;
  }
}
.page-about .section-cta__maps-rewievs-item-logo {
  width: 31px;
  height: 31px;
}
@media (min-width: 1440px) {
  .page-about .section-cta__maps-rewievs-item-logo {
    width: 70px;
    height: 70px;
  }
}
.page-about .section-cta__cta-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-about .section-feedback {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-about .section-feedback {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-feedback {
    margin-bottom: 90px;
  }
}
.page-about .section-feedback__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-about .section-feedback__title {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .page-about .section-feedback__title {
    grid-column: 1;
    margin-bottom: 36px;
  }
}
.page-about .section-feedback__contact-form-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 25px;
  border: 1px solid rgba(247, 247, 247, 0.15);
  border-radius: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-about .section-feedback__contact-form-wrapper {
    padding: 20px;
    padding-right: 100px;
    height: 100%;
    grid-row: 2/span 1;
  }
}
@media (min-width: 992px) {
  .page-about .section-feedback__contact-form-wrapper {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-feedback__contact-form-wrapper {
    padding-right: 0px;
    padding: 40px;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-feedback .__contact-form-title {
    font-size: 16px;
  }
}
.page-about .section-feedback .feedback-form__agreement {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .page-about .section-feedback .feedback-form__agreement {
    font-size: 14px;
  }
}
.page-about .section-feedback .feedback-form__agreement a {
  color: #5b61ff;
  text-decoration: underline;
}
.page-about .section-feedback__content-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 20px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-about .section-feedback__content-block {
    display: grid;
    grid-template-columns: minmax(0, 25%) minmax(0, 75%);
    align-items: end;
    border: none;
    box-shadow: none;
    padding: 0;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-about .section-feedback__content-block {
    grid-row: 2;
  }
}
.page-about .section-feedback__content-block-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-about .section-feedback__content-block-description {
    grid-column: 1/span 2;
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .page-about .section-feedback__content-block-description {
    grid-column: 2;
    font-size: 16px;
  }
  .page-about .section-feedback__content-block-description p {
    font-size: 16px;
  }
}
.page-about .section-feedback__content-block-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1440px) {
  .page-about .section-feedback__content-block-title {
    font-size: 18px;
  }
}
.page-about .section-feedback__qr-code {
  display: none;
}
@media (min-width: 768px) {
  .page-about .section-feedback__qr-code {
    display: flex;
    grid-column: 1;
    grid-row: 2;
  }
}
@media (min-width: 1440px) {
  .page-about .section-feedback__qr-code {
    grid-row: 1/span 2;
  }
}
@media (min-width: 992px) {
  .page-about .section-feedback .contact-form-on-page {
    flex-direction: row;
  }
}

  /* Contacts Section */
  /* Statistics Section */
  /* Client servise Section */


.page-contacts .section-contacts__title {
  text-transform: uppercase;
  font-size: 29px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-contacts .section-contacts__title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-contacts__title {
    font-size: 64px;
  }
}
.page-contacts .section-contacts__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 40px 15px;
  gap: 20px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 35px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-contacts .section-contacts__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 55px;
    padding: 66px 20px;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-contacts__wrapper {
    padding: 100px 50px;
    gap: 85px;
  }
}
.page-contacts .section-contacts__item-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.page-contacts .section-contacts__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 1200px) {
  .page-contacts .section-contacts__items {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 10px;
  }
}
.page-contacts .section-contacts__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 20px;
  background: #F3F3F3;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-contacts .section-contacts__item {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-contacts__item {
    padding: 40px;
  }
}
.page-contacts .section-contacts__item-title {
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 1440px) {
  .page-contacts .section-contacts__item-title p {
    font-size: 16px;
  }
}
.page-contacts .section-contacts__item-icon {
  flex-shrink: 0;
}
.page-contacts .section-contacts__item-icon svg {
  width: 30px;
  height: 30px;
}
@media (min-width: 1440px) {
  .page-contacts .section-contacts__item-icon svg {
    width: 40px;
    height: 40px;
  }
}
.page-contacts .section-contacts__content {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1440px) {
  .page-contacts .section-contacts__content {
    font-size: 16px;
    line-height: 1.5;
  }
}
.page-contacts .section-contacts__content .js-copy-icon {
  flex-shrink: 0;
}
.page-contacts .section-contacts__content svg {
  width: 16px;
  height: 20px;
}
.page-contacts .section-contacts__map-block iframe {
  border: none;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-contacts .section-contacts__map-block iframe {
    height: 100%;
    width: 100%;
  }
}
.page-contacts .section-contacts br {
  display: none;
}
@media (min-width: 1440px) {
  .page-contacts .section-contacts br {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-contacts .statistics-section__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(19, 19, 21, 0.1);
    border-radius: 35px;
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .page-contacts .statistics-section__wrapper {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .page-contacts .statistics-section__flex {
    margin-right: 50px;
  }
}
.page-contacts .statistics-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 10px;
}
@media (min-width: 768px) {
  .page-contacts .statistics-section__grid {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
@media (min-width: 768px) {
  .page-contacts .statistics-section__grid {
    gap: 20px;
  }
}
.page-contacts .statistics-section__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-contacts .statistics-section__title {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1200px) {
  .page-contacts .statistics-section__title {
    margin-bottom: 70px;
  }
}
.page-contacts .statistics-section__description {
  margin-bottom: 20px;
  grid-column: 1/span 2;
}
@media (min-width: 768px) {
  .page-contacts .statistics-section__description {
    padding: 20px;
    background: #5B61FF;
    border-radius: 20px;
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .page-contacts .statistics-section__description {
    padding: 40px;
    border-radius: 40px;
  }
}
.page-contacts .statistics-section__description p {
  font-size: 16px;
}
.page-contacts .statistics-section__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-contacts .statistics-section__image-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-contacts .statistics-section__image-wrapper {
    border-radius: 40px;
  }
}
.page-contacts .statistics-section__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contacts .statistics-section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contacts .statistics-section__item {
  padding: 20px 15px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .page-contacts .statistics-section__item {
    padding: 30px;
    border-radius: 40px;
  }
}
.page-contacts .statistics-section__info {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .page-contacts .statistics-section__info {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.page-contacts .statistics-section__link {
  text-decoration: underline;
}
.page-contacts .statistics-section__text {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .page-contacts .statistics-section__text {
    font-size: 16px;
  }
}
.page-contacts .section-client-servise {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise {
    gap: 30px;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
.page-contacts .section-client-servise__subtitle, .page-contacts .section-client-servise__content-block-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise__content-block {
    margin-right: 150px;
  }
}
@media (min-width: 768px) {
  .page-contacts .section-client-servise__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise__subtitle {
    grid-column: 1;
    font-size: 24px;
    line-height: 1.2;
  }
}
.page-contacts .section-client-servise .feedback-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 20px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .page-contacts .section-client-servise .feedback-block {
    display: grid;
    grid-template-columns: minmax(0, 20%) minmax(0, 80%);
    gap: 10px;
    border: none;
    box-shadow: none;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise .feedback-block {
    grid-template-columns: minmax(0, 35%) minmax(0, 65%);
    gap: 20px;
  }
}
.page-contacts .section-client-servise .feedback-block__qr-code {
  display: none;
}
@media (min-width: 768px) {
  .page-contacts .section-client-servise .feedback-block__qr-code {
    display: flex;
    grid-row: 1/span 2;
  }
}
.page-contacts .section-client-servise .feedback-block__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
.page-contacts .section-client-servise .feedback-block__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-contacts .section-client-servise .feedback-block__description {
    grid-column: 2;
  }
}
.page-contacts .section-client-servise__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-contacts .section-client-servise__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise__title {
    grid-column: 1/span 2;
  }
}
.page-contacts .section-client-servise__list-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 25px;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .page-contacts .section-client-servise__list-items {
    background: #FFFFFF;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise__list-items {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise__list-wrapper {
    grid-row: 2/span 2;
    grid-column: 2;
  }
}
.page-contacts .section-client-servise .list-steps {
  counter-reset: steps-counter;
}

.page-contacts .section-client-servise .list-steps li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.page-contacts .section-client-servise .list-steps li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.page-contacts .section-client-servise .list-steps__title::before {
  counter-increment: steps-counter;
  /* Увеличиваем счетчик для каждого li */
  content: counter(steps-counter) ".";
  /* Отображаем значение счетчика и точку */
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise .list-steps__title::before {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .page-contacts .section-client-servise .list-steps__text {
    font-size: 16px;
  }
}

  /* --- Section hero --- */
  /* --- Section payment methods --- */
  /* --- Section delivery methods --- */
  /* --- Section guarantee --- */

.page-oplata-i-dostavka body,
.product-page body {
  font-size: 16px;
}
.page-oplata-i-dostavka .links-map,
.product-page .links-map {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  text-decoration: underline;
  font-family: "Rawline Bold", sans-serif;
}
.page-oplata-i-dostavka .links-map a,
.product-page .links-map a {
  display: flex;
  gap: 15px;
  align-items: center;
}
.page-oplata-i-dostavka .links-map a:hover,
.product-page .links-map a:hover {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1.05);
  box-shadow: 0;
}
.page-oplata-i-dostavka .hero,
.product-page .hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 90px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .hero,
  .product-page .hero {
    padding-top: 100px;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .hero,
  .product-page .hero {
    padding-top: 150px;
  }
}
.page-oplata-i-dostavka .hero__title,
.product-page .hero__title {
  font-size: 28px;
  line-height: 1.2;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .hero__title,
  .product-page .hero__title {
    font-size: 40px;
    grid-column: 1/span 2;
  }
}
@media (min-width: 992px) {
  .page-oplata-i-dostavka .hero__title,
  .product-page .hero__title {
    font-size: 45px;
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .hero__title,
  .product-page .hero__title {
    font-size: 54px;
  }
}
@media (min-width: 1440px) {
  .page-oplata-i-dostavka .hero__title,
  .product-page .hero__title {
    font-size: 64px;
  }
}
.page-oplata-i-dostavka .hero__image-wrapper,
.product-page .hero__image-wrapper {
  grid-row: 2;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .hero__image-wrapper,
  .product-page .hero__image-wrapper {
    grid-column: 2;
  }
}
@media (min-width: 992px) {
  .page-oplata-i-dostavka .hero__image-wrapper,
  .product-page .hero__image-wrapper {
    grid-row: 1/span 2;
  }
}
.page-oplata-i-dostavka .hero__image,
.product-page .hero__image {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .hero .contact-form,
  .product-page .hero .contact-form {
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .page-oplata-i-dostavka .hero .input-group,
  .product-page .hero .input-group {
    flex-direction: row;
  }
}
.page-oplata-i-dostavka .payment-methods__wrapper,
.product-page .payment-methods__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 15px;
  margin: 0 -15px;
  gap: 20px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-methods__wrapper,
  .product-page .payment-methods__wrapper {
    margin: 0;
    padding: 30px 20px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .payment-methods__wrapper,
  .product-page .payment-methods__wrapper {
    padding: 100px 50px;
    gap: 50px 10px;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
.page-oplata-i-dostavka .payment-methods__info,
.product-page .payment-methods__info {
  box-sizing: border-box;
  padding: 20px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-methods__info,
  .product-page .payment-methods__info {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .payment-methods__info,
  .product-page .payment-methods__info {
    padding: 40px;
  }
}
.page-oplata-i-dostavka .payment-methods__grid,
.product-page .payment-methods__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.product-page .payment-methods__grid{
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-page .payment-methods__grid {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .product-page .payment-methods__grid {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-methods__grid,
  .product-page .payment-methods__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-methods__grid,
  .product-page .payment-methods__grid {
    grid-column: 1/span 2;
  }
}
.page-oplata-i-dostavka .payment-card,
.product-page .payment-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 15px;
  background: #F3F3F3;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-card,
  .product-page .payment-card {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .payment-card,
  .product-page .payment-card {
    padding: 40px;
  }
}
.page-oplata-i-dostavka .payment-card__header,
.product-page .payment-card__header {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-oplata-i-dostavka .payment-card__title, .page-oplata-i-dostavka .payment-card__feature-item b,
.product-page .payment-card__title,
.product-page .payment-card__feature-item b {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-card__title,
  .product-page .payment-card__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .payment-card__title,
  .product-page .payment-card__title {
    font-size: 24px;
  }
}
.page-oplata-i-dostavka .payment-card__tag,
.product-page .payment-card__tag {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 10px 8px;
  gap: 10px;
  background: #5b61ff;
  border-radius: 12px;
  color: #FFFFFF;
  width: auto;
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-card__tag,
  .product-page .payment-card__tag {
    font-size: 14px;
  }
}
.page-oplata-i-dostavka .payment-card__content-group,
.product-page .payment-card__content-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-oplata-i-dostavka .payment-card__body,
.product-page .payment-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .payment-card__body,
  .product-page .payment-card__body {
    gap: 30px;
  }
}
.page-oplata-i-dostavka .payment-card__footer,
.product-page .payment-card__footer {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .payment-card__footer,
  .product-page .payment-card__footer {
    margin: 0;
    margin-top: auto;
  }
}
.page-oplata-i-dostavka .payment-card__footer a:hover,
.product-page .payment-card__footer a:hover {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1.05);
  box-shadow: none;
}
.page-oplata-i-dostavka .payment-card__more-link,
.product-page .payment-card__more-link {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-family: "Rawline Bold", sans-serif;
}
.page-oplata-i-dostavka .delivery-methods__wrapper,
.product-page .delivery-methods__wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 15px;
  margin: 0 -15px;
  gap: 20px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-methods__wrapper,
  .product-page .delivery-methods__wrapper {
    margin: 0;
    padding: 30px 20px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .delivery-methods__wrapper,
  .product-page .delivery-methods__wrapper {
    padding: 100px 50px;
    gap: 50px 10px;
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
}
.page-oplata-i-dostavka .delivery-methods__info,
.product-page .delivery-methods__info {
  box-sizing: border-box;
  padding: 20px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-methods__info,
  .product-page .delivery-methods__info {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .delivery-methods__info,
  .product-page .delivery-methods__info {
    padding: 40px;
  }
}
.page-oplata-i-dostavka .delivery-methods__grid,
.product-page .delivery-methods__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-methods__grid,
  .product-page .delivery-methods__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-methods__grid,
  .product-page .delivery-methods__grid {
    grid-column: 1/span 2;
  }
}
.page-oplata-i-dostavka .delivery-card,
.product-page .delivery-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 15px;
  background: #F3F3F3;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-card,
  .product-page .delivery-card {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .delivery-card,
  .product-page .delivery-card {
    padding: 40px;
  }
}
.page-oplata-i-dostavka .delivery-card__header,
.product-page .delivery-card__header {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page-oplata-i-dostavka .delivery-card__title, .page-oplata-i-dostavka .delivery-card__feature-item b,
.product-page .delivery-card__title,
.product-page .delivery-card__feature-item b {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-card__title,
  .product-page .delivery-card__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .delivery-card__title,
  .product-page .delivery-card__title {
    font-size: 24px;
  }
}
.page-oplata-i-dostavka .delivery-card__tag,
.product-page .delivery-card__tag {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 10px 8px;
  gap: 10px;
  background: #5b61ff;
  border-radius: 12px;
  color: #FFFFFF;
  width: auto;
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-card__tag,
  .product-page .delivery-card__tag {
    font-size: 14px;
  }
}
.page-oplata-i-dostavka .delivery-card__content-group,
.product-page .delivery-card__content-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-oplata-i-dostavka .delivery-card__body,
.product-page .delivery-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .delivery-card__body,
  .product-page .delivery-card__body {
    gap: 30px;
  }
}
.page-oplata-i-dostavka .delivery-card__footer,
.product-page .delivery-card__footer {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-card__footer,
  .product-page .delivery-card__footer {
    margin: 0;
    margin-top: auto;
  }
}
.page-oplata-i-dostavka .delivery-card__footer a:hover,
.product-page .delivery-card__footer a:hover {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1.05);
  box-shadow: none;
}
.page-oplata-i-dostavka .delivery-card__more-link,
.product-page .delivery-card__more-link {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-family: "Rawline Bold", sans-serif;
}
.page-oplata-i-dostavka .delivery-card__carriers,
.product-page .delivery-card__carriers {
  width: 100%;
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .delivery-card__carriers,
  .product-page .delivery-card__carriers {
    gap: 24px;
  }
}
.page-oplata-i-dostavka .guarantee__wrapper,
.product-page .guarantee__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  justify-items: center;
  box-sizing: border-box;
  padding: 40px 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .guarantee__wrapper,
  .product-page .guarantee__wrapper {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    margin: 0;
    gap: 20px;
    position: relative;
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .guarantee__wrapper,
  .product-page .guarantee__wrapper {
    padding: 100px 50px;
    gap: 50px;
  }
}
.page-oplata-i-dostavka .guarantee__title br,
.product-page .guarantee__title br {
  display: none;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .guarantee__title br,
  .product-page .guarantee__title br {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .guarantee__title,
  .product-page .guarantee__title {
    grid-column: 1/span 2;
    padding-right: 130px;
  }
}
@media (min-width: 992px) {
  .page-oplata-i-dostavka .guarantee__title,
  .product-page .guarantee__title {
    grid-column: 1;
    padding-right: 0;
  }
}
.page-oplata-i-dostavka .guarantee__description,
.product-page .guarantee__description {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .guarantee__description,
  .product-page .guarantee__description {
    gap: 20px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .guarantee__description,
  .product-page .guarantee__description {
    border-radius: 40px;
    padding: 40px;
  }
}
.page-oplata-i-dostavka .guarantee__image-wrapper,
.product-page .guarantee__image-wrapper {
  grid-row: 2;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .guarantee__image-wrapper,
  .product-page .guarantee__image-wrapper {
    grid-column: 2;
  }
}
@media (min-width: 992px) {
  .page-oplata-i-dostavka .guarantee__image-wrapper,
  .product-page .guarantee__image-wrapper {
    grid-row: 1/span 2;
  }
}
.page-oplata-i-dostavka .guarantee__more-link,
.product-page .guarantee__more-link {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .page-oplata-i-dostavka .guarantee__more-link,
  .product-page .guarantee__more-link {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .guarantee__more-link,
  .product-page .guarantee__more-link {
    top: 100px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .page-oplata-i-dostavka .guarantee__more-link svg,
  .product-page .guarantee__more-link svg {
    width: 48px;
  }
}

/* ----- Styles for Catalog -----  */
.catalog-page {
  /*margin-top: 80px;*/
  margin-bottom: 40px;
}
.catalog-page__cart-icon-wrap {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-page__cart-icon-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-page__cart-icon-wrap svg path {
  stroke: #FFFFFF;
}
.catalog-page__cart-icon-wrap svg circle {
  fill: #FFFFFF;
}
/*.catalog-page input {*/
/*  border: none;*/
/*  background: none;*/
/*}*/
@media (min-width: 768px) {
  .catalog-page__body {
    display: flex;
    gap: 25px;
  }
}

.catalog-page__title {
  font-size: 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .catalog-page__title {
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .catalog-page__title {
    font-size: 64px;
    margin-bottom: 70px;
  }
}
.catalog-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .catalog-page__sidebar {
    gap: 25px;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .catalog-page__sidebar {
    width: 29%;
  }
}

.catalog-page__full {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .catalog-page__full {
    gap: 25px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .catalog-page__full {
    width: 100%;
  }
}

.catalog-page__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .catalog-page__content {
    padding-top: 0;
    width: 100%;
  }
}
.catalog-page .search-input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 15px;
  gap: 12px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .catalog-page .search-input {
    padding: 10px 20px;
    background: #F3F3F3;
  }
  .catalog-page .search-input--main-mobile {
    display: none;
  }
}
.catalog-page .search-input__button {
  border: none;
  background-color: transparent;
}
.catalog-page .search-input-desktop {
  display: none;
}
@media (min-width: 768px) {
  .catalog-page .search-input-desktop {
    display: flex;
  }
}
.catalog-page .search-input-mobile {
  display: flex;
}
@media (min-width: 768px) {
  .catalog-page .search-input-mobile {
    display: none;
  }
}
.catalog-page .catalog-content__title {
  font-size: 20px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  line-height: 1;
  text-transform: none;
}
@media (min-width: 1200px) {
  .catalog-page .catalog-content__title {
    font-size: 32px;
  }
}
.catalog-page .catalog-content__header {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .catalog-page .catalog-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 0;
  }
}
.catalog-page .catalog-content__subnav-link {
  padding: 4px 15px 6px;
  border-radius: 12px;
  line-height: 1;
  font-size: 10px;
}
.catalog-page .catalog-content__subnav-link--active {
  background: #F3F3F3;
}
.catalog-page .catalog-accordion__content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 0 15px 15px;
  background-color: #F3F3F3;
  padding: 15px;
  /*
  	 * Кастомный стилизованный чекбокс
  	 */
  /* 1. Контейнер <label>, который делает всю область кликабельной */
  /* 2. Скрываем оригинальный input, но оставляем его доступным для скринридеров и клавиатуры */
  /* 3. Стилизуем наш кастомный элемент (коробку чекбокса) */
  /* 4. Стили для состояния, когда чекбокс ВЫБРАН (checked) */
  /* Мы используем селектор смежного элемента (+), чтобы стилизовать .checkbox-custom__box,
  		 когда .checkbox-custom__input находится в состоянии :checked */
  /* 5. Рисуем "галочку" внутри выбранного чекбокса с помощью псевдоэлемента ::after */
  /* 6. (Опционально) Стили для фокуса (важно для доступности) */
  /* Когда пользователь переключается на чекбокс с помощью клавиатуры (Tab) */
  /* 7. (Опционально) Стили для текста */
}
.catalog-page .catalog-accordion__content.is-visible {
  display: flex;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion__content {
    display: flex;
    background-color: #FFFFFF;
    padding: 0;
  }
  .catalog-page .catalog-accordion__content.filters {
    display: flex;
  }
  .catalog-page .catalog-accordion__content.filters.is-visible {
    display: none;
  }
}
.catalog-page .catalog-accordion__content .checkbox-custom {
  display: inline-flex;
  /* Используем flex для удобного выравнивания */
  align-items: center;
  gap: 10px;
  /* Расстояние между "коробкой" и текстом */
  cursor: pointer;
  user-select: none;
  /* Чтобы текст не выделялся при клике */
}
.catalog-page .catalog-accordion__content .checkbox-custom__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.catalog-page .catalog-accordion__content .checkbox-custom__box {
  /* --- Здесь вы настраиваете размеры, рамку и скругление --- */
  width: 22px;
  height: 22px;
  border: 2px solid #D1D5DB;
  /* Цвет рамки в обычном состоянии */
  border-radius: 6px;
  /* Радиус скругления */
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  /* Плавный переход для всех свойств */
}
.catalog-page .catalog-accordion__content .checkbox-custom__input:checked + .checkbox-custom__box {
  /* --- Здесь вы настраиваете внешний вид выбранного чекбокса --- */
  background-color: #5B61FF;
  /* Ваш фирменный синий цвет фона */
  border-color: #5B61FF;
  /* Цвет рамки тоже синий */
}
.catalog-page .catalog-accordion__content .checkbox-custom__box::after {
  content: "";
  position: absolute;
  display: none;
  /* Галочка скрыта по умолчанию */
}
.catalog-page .catalog-accordion__content .checkbox-custom__input:checked + .checkbox-custom__box::after {
  display: block;
  /* Показываем галочку, когда чекбокс выбран */
  /* --- Рисуем галочку с помощью border --- */
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.catalog-page .catalog-accordion__content .checkbox-custom__input:focus-visible + .checkbox-custom__box {
  box-shadow: 0 0 0 3px rgba(91, 97, 255, 0.4);
  /* Синяя обводка при фокусе */
}
.catalog-page .catalog-accordion__content .checkbox-custom__text {
  color: #333;
}
.catalog-page .catalog-accordion__toggle {
  border-radius: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion__toggle {
    display: none;
  }
  .catalog-page .catalog-accordion__toggle .icon-arrow {
    rotate: 180deg;
  }
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion__toggle.not-mobile-visible {
    display: flex;
    background: #FFFFFF;
    color: #1A1A1A;
    text-transform: uppercase;
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    padding: 0;
  }
  .catalog-page .catalog-accordion__toggle.not-mobile-visible svg {
    display: none;
  }
  .catalog-page .catalog-accordion__toggle.not-mobile-visible svg:last-child {
    display: block;
  }
  .catalog-page .catalog-accordion__toggle.not-mobile-visible svg:last-child path {
    stroke: rgb(0, 0, 0);
  }
}
.catalog-page .catalog-accordion__toggle span {
  margin-right: auto;
}
.catalog-page .catalog-accordion__toggle.is-active {
  border-radius: 15px 15px 0 0;
}
.catalog-page .catalog-accordion__toggle.is-active span {
  margin-right: auto;
}
.catalog-page .catalog-accordion__toggle.is-active .icon-arrow {
  rotate: 180deg;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion__toggle.is-active .icon-arrow {
    rotate: 0deg;
  }
}
.catalog-page .catalog-accordion .filter-categories {
  width: 100%;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion .filter-categories .category-button {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    width: 100%;
  }
}
.catalog-page .catalog-accordion .filter-categories .category-button:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* Легкая тень при наведении */
}
.catalog-page .catalog-accordion .filter-categories__img-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion .filter-categories__img-wrapper {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 60px;
    width: 88px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .catalog-page .catalog-accordion .filter-categories__img-wrapper {
    height: 80px;
    width: 117px;
  }
}
/*.catalog-page .catalog-accordion .filter-categories img {*/
/*  width: 100%;*/
/*  height: 60px;*/
/*}*/
@media (min-width: 768px) {
  .catalog-page .catalog-accordion .filter-categories img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion .filter-categories__item p {
    font-size: 12px;
    padding: 0 10px 0 15px;
    font-family: "Rawline Bold", sans-serif;
  }
}
@media (min-width: 1200px) {
  .catalog-page .catalog-accordion .filter-categories__item p {
    font-size: 20px;
  }
}
.catalog-page .catalog-accordion .filter-categories__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion .filter-categories__item:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
  }
}
.catalog-page .catalog-accordion .filter-categories__item--active p {
  color: #5b61ff;
  font-family: "Rawline Bold", sans-serif;
}
.catalog-page .catalog-accordion .catalog-filter {
  width: 100%;
}
.catalog-page .catalog-accordion .catalog-filter__group {
  margin-bottom: 35px;
}
.catalog-page .catalog-accordion .catalog-filter__group-content {
  /* Убираем инлайновый max-height, чтобы управлять им из CSS */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}
.catalog-page .catalog-accordion .catalog-filter__group-toggle {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1A1A1A;
  font-family: "Rawline Bold", sans-serif;
}
.catalog-page .catalog-accordion .catalog-filter__group-toggle svg {
  transition: transform 0.3s ease;
}
.catalog-page .catalog-accordion .catalog-filter__group-toggle.is-active + .catalog-filter__group-content {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
.catalog-page .catalog-accordion .catalog-filter__group-toggle.is-active svg {
  transform: rotate(180deg);
}
.catalog-page .catalog-accordion .catalog-filter .filter-options {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.catalog-page .catalog-accordion .catalog-filter .filter-options__show-more {
  color: #5b61ff;
  /* Стили для ссылки "Показать еще", чтобы она была заметной */
  display: block;
  margin-top: 10px;
  color: #5b61ff;
  cursor: pointer;
  font-weight: 500;
}
.catalog-page .catalog-accordion .catalog-filter .filter-options__show-more.is-hidden {
  display: none;
}
.catalog-page .catalog-accordion .catalog-filter .filter-options .filter-options__item.is-hidden {
  display: none;
}
.catalog-page .catalog-accordion .catalog-filter__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.catalog-page .catalog-accordion .catalog-filter .btn {
  width: 100%;
  border-radius: 12px;
}
.catalog-page .catalog-accordion .catalog-filter__reset-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion__title {
    font-size: 20px;
    text-transform: capitalize;
  }
}
@media (min-width: 1200px) {
  .catalog-page .catalog-accordion__title {
    font-size: 32px;
  }
}
.catalog-page .catalog-accordion__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
}
.catalog-page .catalog-accordion__subnav {
  display: none;
}
.catalog-page .catalog-accordion__subnav-link--active {
  display: block;
  box-sizing: border-box;
  padding: 4px 15px 6px;
  background: #F3F3F3;
  border-radius: 14px;
  line-height: 1;
}
.catalog-page .catalog-accordion__subnav a {
  color: #6F7682;
  font-size: 10px;
}
@media (min-width: 768px) {
  .catalog-page .catalog-accordion__subnav {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
  }
}
.catalog-page .gotovyy-biznes__product-grid,
.catalog-page .gpu__product-grid,
.catalog-page .conteynery__product-grid,
.catalog-page .investicii__product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
  transition: opacity 0.3s ease-in-out;
}
.catalog-page .gotovyy-biznes__product-grid.is-loading,
.catalog-page .gpu__product-grid.is-loading,
.catalog-page .conteynery__product-grid.is-loading,
.catalog-page .investicii__product-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid,
  .catalog-page .gpu__product-grid,
  .catalog-page .conteynery__product-grid,
  .catalog-page .investicii__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .gotovyy-biznes__product-grid,
  .catalog-page .gpu__product-grid,
  .catalog-page .conteynery__product-grid,
  .catalog-page .investicii__product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card,
.catalog-page .gpu__product-grid .product-card,
.catalog-page .conteynery__product-grid .product-card,
.catalog-page .investicii__product-grid .product-card {
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 4px 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card,
  .catalog-page .gpu__product-grid .product-card,
  .catalog-page .conteynery__product-grid .product-card,
  .catalog-page .investicii__product-grid .product-card {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card,
  .catalog-page .gpu__product-grid .product-card,
  .catalog-page .conteynery__product-grid .product-card,
  .catalog-page .investicii__product-grid .product-card {
    border-radius: 30px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__image-wrapper,
.catalog-page .gpu__product-grid .product-card__image-wrapper,
.catalog-page .conteynery__product-grid .product-card__image-wrapper,
.catalog-page .investicii__product-grid .product-card__image-wrapper {
  overflow: hidden;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__image-wrapper img,
.catalog-page .gpu__product-grid .product-card__image-wrapper img,
.catalog-page .conteynery__product-grid .product-card__image-wrapper img,
.catalog-page .investicii__product-grid .product-card__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__header,
.catalog-page .gpu__product-grid .product-card__header,
.catalog-page .conteynery__product-grid .product-card__header,
.catalog-page .investicii__product-grid .product-card__header {
  position: relative;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__tags,
.catalog-page .gpu__product-grid .product-card__tags,
.catalog-page .conteynery__product-grid .product-card__tags,
.catalog-page .investicii__product-grid .product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__tags,
  .catalog-page .gpu__product-grid .product-card__tags,
  .catalog-page .conteynery__product-grid .product-card__tags,
  .catalog-page .investicii__product-grid .product-card__tags {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__tags,
  .catalog-page .gpu__product-grid .product-card__tags,
  .catalog-page .conteynery__product-grid .product-card__tags,
  .catalog-page .investicii__product-grid .product-card__tags {
    font-size: 14px;
    left: 20px;
    top: 20px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__tags .tag,
.catalog-page .gpu__product-grid .product-card__tags .tag,
.catalog-page .conteynery__product-grid .product-card__tags .tag,
.catalog-page .investicii__product-grid .product-card__tags .tag {
  padding: 4px 10px;
  border-radius: 1000px;
  font-size: 10px;
  line-height: 1;
  border: 0.812903px solid #5B61FF;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__tags .tag,
  .catalog-page .gpu__product-grid .product-card__tags .tag,
  .catalog-page .conteynery__product-grid .product-card__tags .tag,
  .catalog-page .investicii__product-grid .product-card__tags .tag {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__tags .tag,
  .catalog-page .gpu__product-grid .product-card__tags .tag,
  .catalog-page .conteynery__product-grid .product-card__tags .tag,
  .catalog-page .investicii__product-grid .product-card__tags .tag {
    padding: 4px 20px 6px;
    font-size: 14px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__tags .tag--highlighted,
.catalog-page .gpu__product-grid .product-card__tags .tag--highlighted,
.catalog-page .conteynery__product-grid .product-card__tags .tag--highlighted,
.catalog-page .investicii__product-grid .product-card__tags .tag--highlighted {
  background: #5b61ff;
  color: #FFFFFF;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__tags .tag--white,
.catalog-page .gpu__product-grid .product-card__tags .tag--white,
.catalog-page .conteynery__product-grid .product-card__tags .tag--white,
.catalog-page .investicii__product-grid .product-card__tags .tag--white {
  background: #FFFFFF;
  color: #5b61ff;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__info,
.catalog-page .gpu__product-grid .product-card__info,
.catalog-page .conteynery__product-grid .product-card__info,
.catalog-page .investicii__product-grid .product-card__info {
  display: flex;
  flex-direction: column;
  padding: 35px 10px 10px;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__info,
  .catalog-page .gpu__product-grid .product-card__info,
  .catalog-page .conteynery__product-grid .product-card__info,
  .catalog-page .investicii__product-grid .product-card__info {
    padding: 35px 15px 20px;
  }
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__info,
  .catalog-page .gpu__product-grid .product-card__info,
  .catalog-page .conteynery__product-grid .product-card__info,
  .catalog-page .investicii__product-grid .product-card__info {
    padding: 40px 20px 20px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__action,
.catalog-page .gpu__product-grid .product-card__action,
.catalog-page .conteynery__product-grid .product-card__action,
.catalog-page .investicii__product-grid .product-card__action {
  padding: 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__name,
.catalog-page .gpu__product-grid .product-card__name,
.catalog-page .conteynery__product-grid .product-card__name,
.catalog-page .investicii__product-grid .product-card__name {
  font-size: 16px;
  font-family: "Rawline Bold", sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__name,
  .catalog-page .gpu__product-grid .product-card__name,
  .catalog-page .conteynery__product-grid .product-card__name,
  .catalog-page .investicii__product-grid .product-card__name {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__name,
  .catalog-page .gpu__product-grid .product-card__name,
  .catalog-page .conteynery__product-grid .product-card__name,
  .catalog-page .investicii__product-grid .product-card__name {
    font-size: 16px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__name a[href^="tel:"],
.catalog-page .gpu__product-grid .product-card__name a[href^="tel:"],
.catalog-page .conteynery__product-grid .product-card__name a[href^="tel:"],
.catalog-page .investicii__product-grid .product-card__name a[href^="tel:"] {
  /* 1. Убираем поведение ссылки */
  pointer-events: none;
  /* Делает ссылку некликабельной */
  cursor: default;
  /* Возвращает стандартный курсор (вместо "руки") */
  /* 2. Сбрасываем внешний вид ссылки до обычного текста */
  color: inherit;
  /* Наследует цвет текста от родителя (h1 или span) */
  text-decoration: none;
  /* Убирает любое подчеркивание */
  /* 3. Дополнительная защита для iOS */
  -webkit-touch-callout: none;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__costfrom,
.catalog-page .gpu__product-grid .product-card__costfrom,
.catalog-page .conteynery__product-grid .product-card__costfrom,
.catalog-page .investicii__product-grid .product-card__costfrom {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__costfrom,
  .catalog-page .gpu__product-grid .product-card__costfrom,
  .catalog-page .conteynery__product-grid .product-card__costfrom,
  .catalog-page .investicii__product-grid .product-card__costfrom {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__costfrom,
  .catalog-page .gpu__product-grid .product-card__costfrom,
  .catalog-page .conteynery__product-grid .product-card__costfrom,
  .catalog-page .investicii__product-grid .product-card__costfrom {
    font-size: 24px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__property-items,
.catalog-page .gpu__product-grid .product-card__property-items,
.catalog-page .conteynery__product-grid .product-card__property-items,
.catalog-page .investicii__product-grid .product-card__property-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__property-items,
  .catalog-page .gpu__product-grid .product-card__property-items,
  .catalog-page .conteynery__product-grid .product-card__property-items,
  .catalog-page .investicii__product-grid .product-card__property-items {
    gap: 0;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__property-item,
.catalog-page .gpu__product-grid .product-card__property-item,
.catalog-page .conteynery__product-grid .product-card__property-item,
.catalog-page .investicii__product-grid .product-card__property-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1440px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__property-item,
  .catalog-page .gpu__product-grid .product-card__property-item,
  .catalog-page .conteynery__product-grid .product-card__property-item,
  .catalog-page .investicii__product-grid .product-card__property-item {
    margin-bottom: 5px;
  }
}
@media (min-width: 1440px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__property-item,
  .catalog-page .gpu__product-grid .product-card__property-item,
  .catalog-page .conteynery__product-grid .product-card__property-item,
  .catalog-page .investicii__product-grid .product-card__property-item {
    font-size: 14px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__property-item p,
.catalog-page .gpu__product-grid .product-card__property-item p,
.catalog-page .conteynery__product-grid .product-card__property-item p,
.catalog-page .investicii__product-grid .product-card__property-item p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__property-item p,
  .catalog-page .gpu__product-grid .product-card__property-item p,
  .catalog-page .conteynery__product-grid .product-card__property-item p,
  .catalog-page .investicii__product-grid .product-card__property-item p {
    font-size: 10px;
  }
}
@media (min-width: 1440px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__property-item p,
  .catalog-page .gpu__product-grid .product-card__property-item p,
  .catalog-page .conteynery__product-grid .product-card__property-item p,
  .catalog-page .investicii__product-grid .product-card__property-item p {
    font-size: 14px;
  }
}
.catalog-page .gotovyy-biznes__product-grid .product-card__property-item:last-child,
.catalog-page .gpu__product-grid .product-card__property-item:last-child,
.catalog-page .conteynery__product-grid .product-card__property-item:last-child,
.catalog-page .investicii__product-grid .product-card__property-item:last-child {
  margin-bottom: 0;
}
.catalog-page .gotovyy-biznes__product-grid .product-card__order-btn,
.catalog-page .gpu__product-grid .product-card__order-btn,
.catalog-page .conteynery__product-grid .product-card__order-btn,
.catalog-page .investicii__product-grid .product-card__order-btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px 40px 10px;
  border-radius: 100px;
  width: 100%;
  font-size: 12px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__order-btn,
  .catalog-page .gpu__product-grid .product-card__order-btn,
  .catalog-page .conteynery__product-grid .product-card__order-btn,
  .catalog-page .investicii__product-grid .product-card__order-btn {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .catalog-page .gotovyy-biznes__product-grid .product-card__order-btn,
  .catalog-page .gpu__product-grid .product-card__order-btn,
  .catalog-page .conteynery__product-grid .product-card__order-btn,
  .catalog-page .investicii__product-grid .product-card__order-btn {
    font-size: 14px;
  }
}
.catalog-page .asic-miners__product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 25px;
  transition: opacity 0.3s ease-in-out;
}
.catalog-page .asic-miners__product-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .asic-miners__product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .catalog-page .asic-miners__product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.catalog-page .asic-miners__product-grid .product-card {
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 4px 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card {
    border-radius: 30px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .asic-miners__product-grid .product-card {
    border-radius: 30px;
    padding: 20px;
  }
}
.catalog-page .asic-miners__product-grid .product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  position: absolute;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card__tags {
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .asic-miners__product-grid .product-card__tags {
    font-size: 14px;
  }
}
.catalog-page .asic-miners__product-grid .product-card .tag {
  padding: 4px 10px;
  border-radius: 1000px;
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card .tag {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .asic-miners__product-grid .product-card .tag {
    padding: 4px 20px 6px;
    font-size: 14px;
  }
}
.catalog-page .asic-miners__product-grid .product-card .tag--hit {
  background: #5b61ff;
  color: #FFFFFF;
}
.catalog-page .asic-miners__product-grid .product-card .tag--in-stock {
  border: 0.812903px solid #5B61FF;
}
.catalog-page .asic-miners__product-grid .product-card__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card__image-wrapper {
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .asic-miners__product-grid .product-card__image-wrapper {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.catalog-page .asic-miners__product-grid .product-card__image {
  width: 100%;
  border-radius: 20px;
}
.catalog-page .asic-miners__product-grid .product-card__brand-logo {
  background-color: #F3F3F3;
  padding: 2px 5px;
  border-radius: 10px;
  margin-left: -20px;
}
.catalog-page .asic-miners__product-grid .product-card__name {
  font-size: 12px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card__name {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .asic-miners__product-grid .product-card__name {
    font-size: 16px;
  }
}
.catalog-page .asic-miners__product-grid .product-card__price {
  margin-top: 10px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card__price {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .catalog-page .asic-miners__product-grid .product-card__price {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.catalog-page .asic-miners__product-grid .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 6px 25px 50px rgba(0, 0, 0, 0.12);
}
.catalog-page .asic-miners__product-grid .product-card .quantity-selector {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3px 0px 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  margin-bottom: 5px;
  /* Скрываем стрелки у input[type="number"] */
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card .quantity-selector {
    margin-bottom: 0;
  }
}
.catalog-page .asic-miners__product-grid .product-card .quantity-selector__btn {
  padding: 5;
  border: 0;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.catalog-page .asic-miners__product-grid .product-card .quantity-selector__input {
  text-align: center;
  font-size: 14px;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card .quantity-selector__input {
    font-size: 16px;
  }
}
.catalog-page .asic-miners__product-grid .product-card .quantity-selector__input::-webkit-outer-spin-button, .catalog-page .asic-miners__product-grid .product-card .quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-page .asic-miners__product-grid .product-card .quantity-selector__input[type=number] {
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .catalog-page .asic-miners__product-grid .product-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr);
    gap: 4px;
  }
}



/*Style TOOLTIP cartochka */
.product__price {
    position: relative;
    align-items: center;
    font-family: "Rawline Normal", sans-serif;
}

.price-tooltip {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #5b61ff;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 8px;
    cursor: help;
    position: relative;
    flex-shrink: 0;
    font-family: "Rawline Normal", sans-serif;
    user-select: none;
}

/* Для десктопов - подсказка рядом с элементом */
@media (hover: hover) and (min-width: 769px) {
    .price-tooltip:hover::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: white;
        padding: 12px 16px;
        border-radius: 6px;
        white-space: normal;
        z-index: 1000;
        font-size: 13px;
        font-weight: normal;
        width: 280px;
        text-align: left;
        box-sizing: border-box;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        font-family: "Rawline Normal", sans-serif;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    
    .price-tooltip:hover::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 5px solid transparent;
        border-top-color: #333;
        margin-bottom: 5px;
    }
}

/* Для мобильных устройств - модальное окно */
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
    .price-tooltip {
        cursor: pointer;
    }
    
    /* Скрываем стандартную подсказку на мобильных */
    .price-tooltip:hover::after,
    .price-tooltip:hover::before {
        display: none !important;
    }
}

/* Модальное окно для мобильных */
.tooltip-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.tooltip-modal.active {
    opacity: 1;
    pointer-events: all;
}

.tooltip-content {
    background-color: #333;
    color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 320px;
    width: 100%;
    text-align: left;
    font-family: "Rawline Normal", sans-serif;
    line-height: 1.5;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.tooltip-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Мобильная адаптация */
@media (max-width: 480px) {
    .tooltip-content {
        padding: 16px;
        font-size: 14px;
    }
    
    .price-tooltip {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
    }
}

/*End Style tooltip cartochka */



.catalog-page .asic-miners__product-grid .product-card__order-btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px 8px 10px;
  border-radius: 100px;
  width: 100%;
}
.catalog-page .gotovyy-biznes__product-card__image-wrapper {
  margin: 0;
}
.catalog-page .pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .catalog-page .pagination__list {
    justify-content: flex-end;
  }
}
.catalog-page .pagination__list .pagination__item {
  padding: 2px 8px 4px;
}
.catalog-page .pagination__list .pagination__item--active {
  background: #5b61ff;
  color: #FFFFFF;
  border-radius: 7px;
}
.catalog-page .input-group input {
  background: #FFFFFF;
}
.catalog-page .text {
  display: none;
  visibility: hidden;
}

/* ----- Styles for catalog page -----  */

.product-page {
  margin-top: 80px;
  margin-bottom: 40px;
  /*Style TOOLTIP cartochka */
  /* Для десктопов - подсказка рядом с элементом */
  /* Для мобильных устройств - модальное окно */
  /* Модальное окно для мобильных */
  /* Мобильная адаптация */
  /*End Style tooltip cartochka */
}
@media (min-width: 1440px) {
  .product-page .product-desktop-grid {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 20px 55px;
    grid-template-areas: "color-block color-block color-block" "header header header" "card-info card-info card-info" "gallery properties calculator";
    margin-bottom: 60px;
  }
  .product-page .product-desktop-grid .product,
  .product-page .product-desktop-grid .profit-calculator {
    display: contents;
  }
  .product-page .product-desktop-grid .product__gallery-column {
    grid-area: gallery;
  }
  .product-page .product-desktop-grid .profit-calculator__wrapper {
    grid-area: calculator;
    display: flex;
  }
}
.product-page .product-desktop-grid .profit-calculator__wrapper{
  display: none;
}

@media (min-width: 1200px) {
  .product-page {
    margin-top: 160px;
  }
}
.product-page .product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;

  /* Стиль для активного превью внизу */
  /* ==========================================================================
     Стили для слайдера в карточке товара
     ========================================================================== */
  /* 1. Основной контейнер слайдера (бывший .product__image-wrapper) */
  /* 2. Обертка-лента (здесь будет скролл) */
  /* 3. Слайд */
  /* 4. Стрелки (ваши классы, но теперь они внутри .js-native-slider) */
  /* 5. Пагинация (точки) */
}
.product-page .product__color-block {
  display: none;
  width: 100%;
  height: 69.92px;
  background: linear-gradient(270deg, #4C53FF 0%, #1D00CF 100%);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .product-page .product__color-block {
    height: 157px;
    grid-column: 1/span 2;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .product-page .product__color-block {
    grid-area: color-block;
    height: 350px;
    margin-bottom: 70px;
  }
}
.product-page .product__properties {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1440px) {
  .product-page .product__properties {
    grid-area: properties;
  }
}
.product-page .product .card-info {
  display: grid;
  gap: 5px;
  grid-template-columns: inherit;
}
@media (min-width: 768px) {
  .product-page .product .card-info {
    grid-column: 1/span 2;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .product-page .product .card-info {
    grid-area: card-info;
    margin-bottom: 25px;
  }
}
.product-page .product .card-info__line {
  display: flex;
  gap: 5px;
  grid-column: 1/span 3;
  grid-row: 1;
}
.product-page .product .card-info__rating, .product-page .product .card-info__actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-page .product .card-info__rating:hover, .product-page .product .card-info__actions:hover {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(1.01);
}

.product-page .product .card-info__text b {
  font-family: "Rawline Bold", sans-serif;
}
.product-page .product .card-info__actions span {
  display: none;
}
@media (min-width: 768px) {
  .product-page .product .card-info__actions span {
    display: flex;
  }
}
.product-page .product .card-info__reviews {
  text-decoration: underline;
}
.product-page .product__found-cheaper {
  font-size: 12px;
  color: #6F7682;
  text-decoration: underline;
  font-family: "Rawline Bold", sans-serif;
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 1440px) {
  .product-page .product__found-cheaper {
    text-align: right;
    font-size: 14px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .product-page .product {
    grid-template-columns: minmax(0, 41%) minmax(0, 59%);
    gap: 20px 60px;
  }
}
@media (min-width: 992px) {
  .product-page .product {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    gap: 25px;
  }
}
.product-page .product__name {
  font-size: 20px;
}
@media (min-width: 768px) {
  .product-page .product__name {
    font-size: 32px;
    grid-column: 1/span 2;
  }
}
@media (min-width: 1440px) {
  .product-page .product__name {
    font-size: 64px;
    grid-column: 1/span 3;
    grid-area: header;
    line-height: 1;
  }
}
.product-page .product__name a[href^="tel:"] {
  /* 1. Убираем поведение ссылки */
  pointer-events: none;
  /* Делает ссылку некликабельной */
  cursor: default;
  /* Возвращает стандартный курсор (вместо "руки") */
  /* 2. Сбрасываем внешний вид ссылки до обычного текста */
  color: inherit;
  /* Наследует цвет текста от родителя (h1 или span) */
  text-decoration: none;
  /* Убирает любое подчеркивание */
  /* 3. Дополнительная защита для iOS */
  -webkit-touch-callout: none;
}
.product-page .product__image {
  /*box-sizing: border-box;*/
  /*background: #FFFFFF;*/
  /*border: 1px solid rgba(19, 19, 21, 0.1);*/
  /*box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);*/
  /*border-radius: 25px;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  justify-content: center;
  /*align-items: center;*/
  /*position: relative;*/
}
@media (min-width: 1200px) {
  .product-page .product__image {
    border-radius: 40px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.product-page .product__gallery-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-page .product__image-wrapper {
  position: relative;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .product-page .product__image-wrapper {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .product__image-wrapper {
    border-radius: 25px;
  }
}
.product-page .product__tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}
@media (min-width: 768px) {
  .product-page .product__tags {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .product-page .product__tags {
    top: 25px;
    left: 25px;
  }
}
.product-page .product__tag {
  padding: 4px 20px 6px;
  border-radius: 1000px;
  line-height: 1;
  padding: 2px 11px 3px;
}
@media (min-width: 768px) {
  .product-page .product__tag {
    font-size: 9px;
    padding: auto;
  }
}
@media (min-width: 1200px) {
  .product-page .product__tag {
    padding: 4px 20px 6px;
    font-size: 14px;
  }
}
.product-page .product .tag--hit {
  background: #FFFFFF;
  color: #000000;
  z-index: 100;
}
.product-page .product .tag--in-stock {
  border: 0.812903px solid #5b61ff;
  z-index: 100;
}
.product-page .product__dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-page .product__properties-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .product-page .product__properties-container p,
  .product-page .product__properties-container span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .product-page .product__properties-container p,
  .product-page .product__properties-container span {
    font-size: 16px;
  }
}
.product-page .product__property-item {
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.product-page .product__property-item--main {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-bottom: none;
}
.product-page .product__property-item-text {
  color: #5b61ff;
  cursor: pointer;
  font-family: "Rawline Bold", sans-serif;
}
.product-page .product__property-item-values {
  display: flex;
  gap: 8px;
}
.product-page .product__property-item-values .tag {
  padding: 4px 20px 6px;
  border-radius: 100px;
  background-color: #F3F3F3;
}
.product-page .product__property-item-values .tag--active {
  border: solid 1px #5b61ff;
  background-color: #FFFFFF;
}
.product-page .product__price {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 25px;
}
@media (min-width: 768px) {
  .product-page .product__price {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .product-page .product__price {
    font-size: 32px;
    margin-left: auto;
  }
}
.product-page .product__price-ot {
  margin-right: 10px;
}
.product-page .product__order-btn, .product-page .product__rassrochka-btn {
  width: 100%;
  padding: 7px 8px 10px;
  font-size: 14px;
  grid-row: 2;

}
@media (min-width: 768px) {
  .product-page .product__order-btn, .product-page .product__rassrochka-btn {
    font-size: 14px;
    padding: 12px 0 13px;
  }
}
@media (min-width: 1440px) {
  .product-page .product__order-btn, .product-page .product__rassrochka-btn {
    font-size: 16px;
    padding: 16px 8px 17px;
    max-width: 33%;
  }
}
.product-page .product__rassrochka-btn {
  background-color: #F2C301;
}
.product-page .product__carousel {
  display: none;
}
@media (min-width: 768px) {
  .product-page .product__carousel {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8.3px;
  }
}
.product-page .product__carousel-item {
  box-sizing: border-box;
  border: 0.829843px solid rgba(19, 19, 21, 0.1);
  box-shadow: 5.62306px 5.62306px 33.7384px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  max-width: 70px;
}
@media (min-width: 1200px) {
  .product-page .product__carousel-item {
    padding: 25px;
    border-radius: 15px;
    max-width: 139px;
  }
}
.product-page .product__carousel-item img {
  border-radius: 25px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-page .product .product__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1A1A1A;
  cursor: pointer;
}
.product-page .product .product__dot--active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #1A1A1A;
  cursor: pointer;
  background: none;
}
.product-page .product .gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
.product-page .product .gallery-arrow--prev {
  left: 10px;
}
.product-page .product .gallery-arrow--next {
  right: 10px;
}

.product-page .product .gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
.product-page .product .product__carousel {
  display: none;
}
.product-page .product .product__carousel-item.is-active {
  border: 2px solid #5b61ff;
  /* Пример цвета вашего бренда */
}
.product-page .product .product__image-wrapper {
  position: relative;
  overflow: hidden;
  /* <-- ВАЖНО: Скрываем все, что выходит за пределы */
}
.product-page .product .js-native-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Обрезаем лишние слайды */
}
.product-page .product .native-slider__wrapper {
  display: flex;
  overflow-x: auto;
  /* Позволяет скроллить, если JS отключен */
  scroll-snap-type: x mandatory;
  /* Примагничивание при ручном скролле */
  scroll-behavior: smooth;
  /* Плавный скролл при кликах */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Прячем скроллбар */
}
.product-page .product .native-slider__wrapper::-webkit-scrollbar {
  display: none;
  /* Прячем скроллбар в Webkit-браузерах */
}
.product-page .product .native-slider__slide {
  flex: 0 0 100%;
  /* Каждый слайд занимает 100% ширины */
  min-width: 100%;
  scroll-snap-align: center;
  /* Выравнивание по центру при ручном скролле */
  overflow: hidden;
}
.product-page .product .native-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .product .js-native-slider .gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  transition: background-color 0.3s ease;
  /* Изначально скрыты */
}
.product-page .product .js-native-slider:hover .gallery-arrow {
  display: flex;
  /* Показываем при наведении на слайдер */
}

.product-page .product .js-native-slider .gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
.product-page .product .gallery-arrow--prev {
  left: 15px;
}
.product-page .product .gallery-arrow--next {
  right: 15px;
}
.product-page .product .product__dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.product-page .product .product__dots .product__dot {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  border: none;
  padding: 0;
  transition: background-color 0.3s;
}
.product-page .product .product__dots.is-clickable .product__dot {
  cursor: pointer;
}
.product-page .product .product__dots .product__dot.product__dot--active {
  background-color: #5B61FF;
  /* Ваш основной цвет */
}
.product-page .product__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 768px) {
  .product-page .product__actions {
    grid-template-columns: repeat(2, minmax(0, 158px));
  }
}
@media (min-width: 1440px) {
  .product-page .product__actions {
    display: flex;
  }
}
.product-page .product__actions .quantity-selector {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4px 5px 5px;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;

}
@media (min-width: 768px) {
  .product-page .product__actions .quantity-selector {
    margin-bottom: 0;
    gap: 10px;
    padding: 8px 5px 9px;
  }
}
@media (min-width: 1440px) {
  .product-page .product__actions .quantity-selector {
    width: 33%;
  }
}
.product-page .product__actions .quantity-selector__btn {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.product-page .product__actions .quantity-selector__input {
  font-size: 17px;
  width: 30px;
  text-align: center;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
}
@media (min-width: 768px) {
  .product-page .product__actions .quantity-selector__input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-page .product__actions .quantity-selector__input {
    font-size: 16px;
  }
}
.product-page .product__actions .quantity-selector__input::-webkit-outer-spin-button, .product-page .product__actions .quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-page .product__actions .quantity-selector__input[type=number] {
  -moz-appearance: textfield;
}
.product-page .profit-calculator {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .product-page .profit-calculator {
    margin: 0;
  }
}
.product-page .profit-calculator__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 15px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 35px;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__container {
    padding: 30px 20px;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__container {
    padding: 30px 40px;
    border-radius: 40px;
  }
}
.product-page .profit-calculator__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__title {
    font-size: 24px;
  }
}
.product-page .profit-calculator__main-profit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  background: #F3F3F3;
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__main-profit {
    padding: 8px 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__main-profit {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  .product-page .profit-calculator__main-label-value-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__main-label-value-wrap {
    grid-template-columns: 1fr;
  }
}
.product-page .profit-calculator__main-label {
  font-family: "Rawline Bold", sans-serif;
  margin-bottom: 15px;
}
.product-page .profit-calculator__main-label span {
  font-size: 12px;
  font-family: "Rawline Normal", sans-serif;
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__main-label span {
    font-size: 14px;
  }
}
.product-page .profit-calculator__main-value {
  font-size: 20px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__main-value {
    font-size: 32px;
  }
}
.product-page .profit-calculator__secondary-profit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  width: 100%;
}
.product-page .profit-calculator__secondary-label {
  font-family: "Rawline Bold", sans-serif;
  margin-bottom: 5px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__secondary-label {
    font-size: 14px;
  }
}
.product-page .profit-calculator__secondary-value {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__secondary-value {
    font-size: 18px;
  }
}
.product-page .profit-calculator__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}
.product-page .profit-calculator__metric-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 15px 18px;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__metric-card {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__metric-card {
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-page .profit-calculator__metric-card-label {
  font-size: 12px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__metric-card-label {
    font-size: 14px;
  }
}
.product-page .profit-calculator__metric-card-value {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  line-height: 1;
}
.product-page .profit-calculator__metric-card-value .unit {
  color: #1A1A1A;
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__metric-card-value {
    font-size: 18px;
  }
  .product-page .profit-calculator__metric-card-value .unit {
    font-size: 16px;
  }
}
.product-page .profit-calculator__profit-wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 15px 18px;
  gap: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__profit-wrap {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__profit-wrap {
    font-size: 14px;
  }
}
.product-page .profit-calculator__profit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.product-page .profit-calculator__profit-title {
  font-size: 16px;
  font-family: "Rawline Bold", sans-serif;
}
.product-page .profit-calculator__profit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__profit-list {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
}
.product-page .profit-calculator__profit-item {
  display: flex;
  gap: 5px;
}
.product-page .profit-calculator__profit-value {
  font-family: "Rawline Bold", sans-serif;
}
.product-page .profit-calculator__rates {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__rates {
    flex-direction: row;
    gap: 20px;
  }
}
.product-page .profit-calculator__rates-label {
  font-family: "Rawline Bold", sans-serif;
  font-size: 16px;
}
.product-page .profit-calculator__rates-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__rates-list {
    flex-direction: row;
    gap: 20px;
  }
}
.product-page .profit-calculator__rates-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 10px;
  font-family: "Rawline Bold", sans-serif;
}
.product-page .profit-calculator__rates-tag-currency {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 15px 4px;
  gap: 15px;
  background: #F3F3F3;
  border-radius: 100px;
}
.product-page .profit-calculator__footer-note {
  font-size: 12px;
  color: #0A0F2E;
}
@media (min-width: 768px) {
  .product-page .profit-calculator__footer-note {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .product-page .profit-calculator__footer-note {
    font-size: 14px;
  }
}
.product-page .offerings {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.product-page .offerings__cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .product-page .offerings__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .product-page .offerings__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-page .offerings__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 15px;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  box-shadow: 4.47917px 4.47917px 26.875px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .product-page .offerings__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    box-shadow: 4.47917px 4.47917px 26.875px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .offerings__card {
    padding: 40px;
    border-radius: 40px;
  }
}
.product-page .offerings__card-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .product-page .offerings__card-title {
    font-size: 18px;
  }
}
.product-page .offerings__card-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.product-page .offerings__card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .product-page .offerings__card-icon {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .product-page .offerings__card-icon {
    width: 56px;
    height: 56px;
  }
}
.product-page .recommended__title,
.product-page .viewed__title {
  margin-bottom: 30px;
}
.product-page .recommended .product-grid,
.product-page .viewed .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .product-page .recommended .product-grid,
  .product-page .viewed .product-grid {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .product-page .recommended .product-grid,
  .product-page .viewed .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-page .recommended .product-card,
.product-page .viewed .product-card {
  box-sizing: border-box;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 4px 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 10px;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card,
  .product-page .viewed .product-card {
    border-radius: 30px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .product-page .recommended .product-card,
  .product-page .viewed .product-card {
    padding: 20px;
  }
}
.product-page .recommended .product-card__tags,
.product-page .viewed .product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card__tags,
  .product-page .viewed .product-card__tags {
    gap: 8px;
  }
}
.product-page .recommended .product-card .tag,
.product-page .viewed .product-card .tag {
  padding: 4px 10px;
  border-radius: 1000px;
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card .tag,
  .product-page .viewed .product-card .tag {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .product-page .recommended .product-card .tag,
  .product-page .viewed .product-card .tag {
    padding: 4px 20px 6px;
    font-size: 14px;
  }
}
.product-page .recommended .product-card .tag--hit,
.product-page .viewed .product-card .tag--hit {
  background: #5b61ff;
  color: #FFFFFF;
}
.product-page .recommended .product-card .tag--in-stock,
.product-page .viewed .product-card .tag--in-stock {
  border: 0.812903px solid #5B61FF;
}
.product-page .recommended .product-card__image-wrapper,
.product-page .viewed .product-card__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card__image-wrapper,
  .product-page .viewed .product-card__image-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .product-page .recommended .product-card__image-wrapper,
  .product-page .viewed .product-card__image-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
/*.product-page .recommended .product-card__image,*/
/*.product-page .viewed .product-card__image {*/
/*  height: 100px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .product-page .recommended .product-card__image,*/
/*  .product-page .viewed .product-card__image {*/
/*    height: 130px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .product-page .recommended .product-card__image,*/
/*  .product-page .viewed .product-card__image {*/
/*    height: 160px;*/
/*  }*/
/*}*/
.product-page .recommended .product-card__brand-logo,
.product-page .viewed .product-card__brand-logo {
  background-color: #F3F3F3;
  padding: 2px 5px;
  border-radius: 10px;
  margin-left: -20px;
}
.product-page .recommended .product-card__name,
.product-page .viewed .product-card__name {
  font-size: 12px;
  font-family: "Rawline Bold", sans-serif;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card__name,
  .product-page .viewed .product-card__name {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-page .recommended .product-card__name,
  .product-page .viewed .product-card__name {
    font-size: 16px;
  }
}
.product-page .recommended .product-card__name a[href^="tel:"],
.product-page .viewed .product-card__name a[href^="tel:"] {
  /* 1. Убираем поведение ссылки */
  pointer-events: none;
  /* Делает ссылку некликабельной */
  cursor: default;
  /* Возвращает стандартный курсор (вместо "руки") */
  /* 2. Сбрасываем внешний вид ссылки до обычного текста */
  color: inherit;
  /* Наследует цвет текста от родителя (h1 или span) */
  text-decoration: none;
  /* Убирает любое подчеркивание */
  /* 3. Дополнительная защита для iOS */
  -webkit-touch-callout: none;
}
.product-page .recommended .product-card__price,
.product-page .viewed .product-card__price {
  margin-top: 10px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card__price,
  .product-page .viewed .product-card__price {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .recommended .product-card__price,
  .product-page .viewed .product-card__price {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.product-page .recommended .product-card .quantity-selector,
.product-page .viewed .product-card .quantity-selector {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3px 0px 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  margin-bottom: 5px;
  /* Скрываем стрелки у input[type="number"] */
}
@media (min-width: 768px) {
  .product-page .recommended .product-card .quantity-selector,
  .product-page .viewed .product-card .quantity-selector {
    margin-bottom: 0;
  }
}
.product-page .recommended .product-card .quantity-selector__btn,
.product-page .viewed .product-card .quantity-selector__btn {
  padding: 5;
  border: 0;
  background: none;
  cursor: pointer;
}
.product-page .recommended .product-card .quantity-selector__input,
.product-page .viewed .product-card .quantity-selector__input {
  text-align: center;
  font-size: 14px;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card .quantity-selector__input,
  .product-page .viewed .product-card .quantity-selector__input {
    font-size: 16px;
  }
}
.product-page .recommended .product-card .quantity-selector__input::-webkit-outer-spin-button, .product-page .recommended .product-card .quantity-selector__input::-webkit-inner-spin-button,
.product-page .viewed .product-card .quantity-selector__input::-webkit-outer-spin-button,
.product-page .viewed .product-card .quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-page .recommended .product-card .quantity-selector__input[type=number],
.product-page .viewed .product-card .quantity-selector__input[type=number] {
  -moz-appearance: textfield;
}
.product-page .recommended .product-card__order-btn,
.product-page .viewed .product-card__order-btn {
  width: 100%;
  padding: 7px 8px 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-page .recommended .product-card__actions,
  .product-page .viewed .product-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4px;
  }
}
.product-page .price-tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #5b61ff;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  cursor: help;
  flex-shrink: 0;
  font-family: "Rawline Normal", sans-serif;
  user-select: none;
}
@media (hover: hover) and (min-width: 769px) {
  .product-page .price-tooltip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    white-space: normal;
    z-index: 1000;
    font-size: 13px;
    font-weight: normal;
    width: 280px;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: "Rawline Normal", sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .product-page .price-tooltip:hover::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .product-page {
    /* Скрываем стандартную подсказку на мобильных */
  }
  .product-page .price-tooltip {
    cursor: pointer;
  }
  .product-page .price-tooltip:hover::after,
  .product-page .price-tooltip:hover::before {
    display: none !important;
  }
}
.product-page .tooltip-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}
.product-page .tooltip-modal.active {
  opacity: 1;
  pointer-events: all;
}
.product-page .tooltip-content {
  background-color: #333;
  color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 320px;
  width: 100%;
  text-align: left;
  font-family: "Rawline Normal", sans-serif;
  line-height: 1.5;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.product-page .tooltip-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .product-page .tooltip-content {
    padding: 16px;
    font-size: 14px;
  }
  .product-page .price-tooltip {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
  }
}
.product-page .catalog-about .about__btn-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__btn-block {
    gap: 10px;
  }
}
.product-page .catalog-about .about__button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 15px 12px;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  min-width: 50px;
  color: #1A1A1A;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__button {
    padding: 8px 15px;
    border: none;
  }
}
@media (min-width: 1440px) {
  .product-page .catalog-about .about__button {
    padding: 10px 30px;
    border: none;
  }
}
.product-page .catalog-about .about__button.is-active {
  background-color: #5b61ff;
  border: none;
  color: #FFFFFF;
}
.product-page .catalog-about .about__button:hover {
  cursor: pointer;
}
.product-page .catalog-about .about__separator {
  display: none;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__separator {
    display: block;
    margin-bottom: 20px;
    color: #1A1A1A;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .about__separator {
    margin-bottom: 30px;
  }
}
.product-page .catalog-about .about__title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .about__title {
    font-size: 32px;
  }
}
/*.product-page .catalog-about .about__content {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  gap: 20px;*/
/*}*/
.product-page .catalog-about .about__tab-content {
  display: none;
}
.product-page .catalog-about .about__tab-content.is-active {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*padding: 20px 15px;*/
  gap: 10px;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  /*border-radius: 25px;*/
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__tab-content.is-active {
    /*padding: 20px;*/
  }
}
.product-page .catalog-about .tab-content-specifications,
.product-page .catalog-about .tab-content-guarantee,
.product-page .catalog-about .tab-content-payment,
.product-page .catalog-about .tab-content-reviews {
  border: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .about__tab-content.is-active {
    /*padding: 40px;*/
    gap: 20px;
    border-radius: 40px;
  }
}
.product-page .catalog-about .about__tab-content-title,
.product-page .catalog-about .about__tab-content h3 {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__tab-content-title,
  .product-page .catalog-about .about__tab-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__tab-content-title,
  .product-page .catalog-about .about__tab-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__tab-content-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__tab-content-text {
    font-size: 16px;
  }
}

/* --- Вкладки описания товара--- */

/*Характеристики товара, вставляется в админке*/
.product-page .catalog-about .about__content-specifications {
  width: 100%;
}
.product-page .catalog-about .about__content-specifications table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 1px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-specifications table {
    border-spacing: 10px 1px;
  }
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-specifications table {
    border-spacing: 8px 1px;
  }
}
.product-page .catalog-about .about__content-specifications th,
.product-page .catalog-about .about__content-specifications td {
  padding: 10px 15px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-specifications th,
  .product-page .catalog-about .about__content-specifications td {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .about__content-specifications th,
  .product-page .catalog-about .about__content-specifications td {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.product-page .catalog-about .about__content-specifications tr:first-child th {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-specifications tr:first-child th {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.product-page .catalog-about .about__content-specifications tr:last-child th {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-specifications tr:last-child th {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.product-page .catalog-about .about__content-specifications tr:first-child td {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-specifications tr:first-child td {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}
.product-page .catalog-about .about__content-specifications tr:last-child td {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-specifications tr:last-child td {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.product-page .catalog-about .about__content-guarantee {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .about__content-guarantee {
    gap: 30px;
  }
}
.product-page .catalog-about .about__content-guarantee .content-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .catalog-about .about__content-guarantee .content-section {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .about__content-guarantee .content-section {
    padding: 40px;
    border-radius: 40px;
  }
}
.product-page .catalog-about .about__content-guarantee .content-section__features-list-item {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.product-page .catalog-about .about__content-guarantee .content-section__features-list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 1.5em;
  line-height: 1;
}
.product-page .catalog-about .about__content-guarantee .content-section__vendor-list-item {
  margin-left: 5px;
}
.product-page .catalog-about .about__content-guarantee .content-section__link {
  text-decoration: underline;
  word-break: break-all;
}
/* Стили для FAQ аккордеона в блоке гарантии */
.product-page .catalog-about .about__content-guarantee .content-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item {
  padding: 10px 0;
  border-bottom: 1px solid #ADB5BD;
  display: block;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item:first-child {
  border-top: 1px solid #ADB5BD;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item[open] .faq-item__question {
  border-bottom: none;
  font-family: "Rawline Bold", sans-serif;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item[open] .faq-item__question::after {
  width: 35px;
  height: 35px;
  background-image: url("/local/templates/main/assets/css/../img/home/faq-section_accordeon_close_icon.svg");
  transform: translateX(20%) translateY(-50%) rotate(90deg);

}
@media (min-width: 768px){
  .product-page .catalog-about .about__content-guarantee .content-section .faq-item:hover {
    cursor: pointer;
    transform: translateY(-5px);
    transition: transform 0.4s ease;
  }
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item__question {
  font-family: "Rawline Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0;
  margin-right: -10px;
  list-style: none;
  padding-right: 30px;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item__question::-webkit-details-marker {
  display: none;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item__question::marker {
  display: none;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item__question::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 30%;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/main/assets/css/../img/home/faq-section_accordeon_open_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item__answer p {
  padding: 20px 0 15px;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  margin: 0;
}

.product-page .catalog-about .about__content-guarantee .content-section .faq-item__answer p:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .product-page .catalog-about .about__content-guarantee .content-section .faq-item {
    padding: 20px 0;
  }

  .product-page .catalog-about .about__content-guarantee .content-section .faq-item__question {
    font-size: 18px;
    line-height: 24px;
  }

  .product-page .catalog-about .about__content-guarantee .content-section .faq-item__answer p {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (min-width: 1200px) {
  .product-page .catalog-about .about__content-guarantee .content-section .faq-item {
    padding: 20px 0;
  }

  .product-page .catalog-about .about__content-guarantee .content-section .faq-item__question {
    font-size: 20px;
    line-height: 28px;
  }

  .product-page .catalog-about .about__content-guarantee .content-section .faq-item__answer p {
    font-size: 14px;
    line-height: 19px;
  }
}

.product-page .form-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-page .form-popup__items {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 20px 40px;
  gap: 20px;
  position: relative;
  background: #F5F5F5;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}
@media (min-width: 768px) {
  .product-page .form-popup__items {
    flex-direction: row;
    max-width: 550px;
    align-items: stretch;
    padding: 0;
    gap: 0;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .product-page .form-popup__items {
    border-radius: 40px;
  }
}
.product-page .form-popup__popup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-page .form-popup__popup-form {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .product-page .form-popup__popup-form {
    padding: 50px;
  }
}
.product-page .form-popup__input, .page-home .form-popup__submit-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .product-page .form-popup label,
  .product-page .form-popup input {
    font-size: 16px;
  }
}
.product-page .form-popup__text-privacy-policy, .page-home .form-popup__error-message {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .product-page .form-popup__text-privacy-policy, .page-home .form-popup__error-message {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-page .form-popup__cta {
    font-size: 16px;
  }
}
.product-page .form-popup__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  margin-bottom: 30px;
}
/*@media (min-width: 768px) {*/
/*  .product-page .form-popup__title {*/
/*    text-transform: uppercase;*/
/*  }*/
/*}*/
@media (min-width: 1200px) {
  .product-page .form-popup__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .product-page .form-popup__title-img-wrapper {
    width: 45%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(19, 19, 21, 0.1);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .product-page .form-popup__title-img-wrapper {
    width: 50%;
    padding: 50px;
    border-radius: 40px;
  }
}
.product-page .form-popup__img-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.product-page .form-popup__img-wrapper img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .product-page .form-popup__img-wrapper img {
    display: block;
    height: 170px;
  }
}

/* ===== СТИЛИ ДЛЯ БЛОКА ОТЗЫВОВ ===== */

.product-page .catalog-about .tab-content-reviews .reviews-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .reviews-container {
    flex-direction: row;
    gap: 160px;
  }
}
.product-page .catalog-about .tab-content-reviews .reviews-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .reviews-column {
    gap: 20px;
  }
}
.product-page .catalog-about .tab-content-reviews .rating-summary {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .rating-summary {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .rating-summary {
    padding: 30px;
    margin-bottom: auto;
    min-width: 417px;
  }
}
.product-page .catalog-about .tab-content-reviews .rating-card-items {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .rating-card-items {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .rating-card-items {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.product-page .catalog-about .tab-content-reviews .rating-score {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .rating-score {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .rating-score {
    font-size: 24px;
  }
}
.product-page .catalog-about .tab-content-reviews .rating-stars-large,
.product-page .catalog-about .tab-content-reviews .stars {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .rating-stars-large,
  .product-page .catalog-about .tab-content-reviews .stars {
    gap: 10px;
  }
}
.product-page .catalog-about .tab-content-reviews .star-large svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .star-large svg {
    width: 42px;
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .star-large svg {
    width: 56px;
    height: 56px;
  }
}
.product-page .catalog-about .tab-content-reviews .star svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .star svg {
    width: 25px;
    height: 25px;
  }
}
.product-page .catalog-about .tab-content-reviews .rating-card,
.product-page .catalog-about .tab-content-reviews .rating-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .rating-card,
  .product-page .catalog-about .tab-content-reviews .rating-description {
    gap: 20px;
  }
}
.product-page .catalog-about .tab-content-reviews .rating-description p {
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .rating-description p {
    font-size: 20px;
  }
}
.product-page .catalog-about .tab-content-reviews .review-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  justify-content: space-between;
  padding: 5px 0;
}
.product-page .catalog-about .tab-content-reviews .review-author {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .review-author {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .review-author {
    font-size: 16px;
  }
}
.product-page .catalog-about .tab-content-reviews .review-header {
  display: flex;
  gap: 10px;
}
.product-page .catalog-about .tab-content-reviews .review-avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 13px;
  gap: 10px;
  width: 55px;
  height: 55px;
  background: #5B61FF;
  border-radius: 28px;
}
.product-page .catalog-about .tab-content-reviews .review-date {
  color: #6F7682;
  font-family: "Rawline Bold", sans-serif;
}
.product-page .catalog-about .tab-content-reviews .avatar-text {
  font-size: 32px;
  color: #FFFFFF;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
.product-page .catalog-about .tab-content-reviews .review-text p {
  font-size: 10px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .review-text p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .review-text p {
    font-size: 16px;
  }
}
.product-page .catalog-about .tab-content-reviews .review-images {
  display: flex;
  gap: 10px;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .review-images {
    gap: 20px;
  }
}
.product-page .catalog-about .tab-content-reviews .review-image-large {
  height: 198px;
  width: 63%;
  background-color: #D9D9D9;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .review-image-large {
    max-width: 449px;
    height: 413px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .review-image-large {
    max-width: 487px;
    height: 450px;
  }
}
.product-page .catalog-about .tab-content-reviews .review-image-small {
  height: 95px;
  width: 100%;
  background-color: #D9D9D9;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .product-page .catalog-about .tab-content-reviews .review-image-small {
    height: 202px;
    max-width: 251px;
  }
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .review-image-small {
    max-width: 271px;
    height: 100%;
  }
}
.product-page .catalog-about .tab-content-reviews .review-images-small {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 37%;
}
@media (min-width: 1200px) {
  .product-page .catalog-about .tab-content-reviews .review-images-small {
    gap: 20px;
  }
}
.product-page .catalog-about .tab-content-reviews .review-separator {
  background-color: #6F7682;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}

/* --- Стили для страницы 404--- */
.err404-page {
  display: flex;
  /* 1. Включаем Flexbox */
  flex-direction: column;
  /* 2. Располагаем элементы в колонку (сверху вниз) */
  min-height: 100vh;
  /* 3. Задаем минимальную высоту равной высоте экрана */
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .err404-page {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .err404-page {
    margin-top: 100px;
  }
}
.err404-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.err404-page__link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.err404-page__grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .err404-page__grid {
    gap: 20px;
  }
}
.err404-page__grid span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  color: #D1D2D3;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .err404-page__grid span {
    font-size: 32px;
  }
}
.err404-page__grid span.char-black {
  color: #1A1A1A;
}
.err404-page__grid span.char-blue {
  color: #5b61ff;
}
.err404-page__message, .err404-page__link {
  text-align: center;
  font-family: "Rawline Bold", sans-serif;
}
.err404-page__note-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  gap: 30px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
}

.in-development {
  display: flex;
  /* 1. Включаем Flexbox */
  flex-direction: column;
  /* 2. Располагаем элементы в колонку (сверху вниз) */
  min-height: 100vh;
  /* 3. Задаем минимальную высоту равной высоте экрана */
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .in-development {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .in-development {
    margin-top: 100px;
  }
}
.in-development__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.in-development__link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.in-development__grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .in-development__grid {
    gap: 30px;
  }
}
.in-development__grid span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  color: #D1D2D3;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .in-development__grid span {
    font-size: 35px;
  }
}
.in-development__grid span.char-black {
  color: #1A1A1A;
}
.in-development__grid span.char-blue {
  color: #5b61ff;
}
.in-development__message, .in-development__link {
  text-align: center;
  font-family: "Rawline Bold", sans-serif;
}
.in-development__note-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  gap: 30px;
}

.policy-confidenciales__title {
  margin-bottom: 20px;
}
.policy-confidenciales__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.policy-confidenciales h3 {
  display: block;
  padding: 10px 0;
}

/* Page Blog and Page Blog Detail */
.no-articles {
  margin-bottom: 65px;
}

.page-blog__header {
  /*margin-top: 100px;*/
  margin-bottom: 55px;
}
/*@media (min-width: 768px) {*/
/*  .page-blog__header {*/
/*    margin-top: 100px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .page-blog__header {*/
/*    margin-top: 150px;*/
/*  }*/
/*}*/
@media (min-width: 1440px) {
  .page-blog__header {
    /*margin-top: 200px;*/
    margin-bottom: 100px;
  }
}
.page-blog__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .page-blog__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    width: 79%;
  }
}
.page-blog__card-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-blog__card-link:hover {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .page-blog__btn {
    display: none;
  }
}
.page-blog .article-featured__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-blog .article-featured__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
    align-items: start;
  }
}
.page-blog .article-featured__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-blog .article-featured__title {
  font-size: clamp(1.714rem, 1.258rem + 1.553vw, 3.429rem);
  line-height: 1.3;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 1200px) {
  .page-blog .article-featured__title {
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
.page-blog .article-featured__tag-date-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-blog .article-featured__tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  gap: 10px;
  background: #5b61ff;
  color: #FFFFFF;
  border-radius: 9px;
}
.page-blog .article-featured hr {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-blog .article-featured hr {
    margin-bottom: 50px;
  }
}
.page-blog .article-featured__image-block {
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-blog .article-featured__image-block {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-blog .article-featured__image-block {
    border-radius: 40px;
  }
}
.page-blog .article-featured__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .page-blog__filter {
    width: 21%;
  }
}
.page-blog__filter-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 23px;
}
.page-blog__filter-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.page-blog__filter-btn.active {
  background-color: #5b61ff;
  color: #FFFFFF;
}
.page-blog__filter-btn.bold {
  font-family: "Rawline Bold", sans-serif;
}
.page-blog__pagination {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-blog__pagination {
    margin-bottom: 150px;
  }
}
.page-blog__articles {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .page-blog__articles {
    display: flex;
    gap: 20px;
  }
}

.page-blog-detail__title {
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-blog-detail__title {
    display: none;
  }
}
.page-blog-detail__article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/*.page-blog-detail__header {*/
/*  margin-top: 103px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .page-blog-detail__header {*/
/*    margin-top: 100px;*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .page-blog-detail__header {*/
/*    margin-top: 150px;*/
/*  }*/
/*}*/
/*@media (min-width: 1440px) {*/
/*  .page-blog-detail__header {*/
/*    margin-top: 240px;*/
/*  }*/
/*}*/
.page-blog-detail .article-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .page-blog-detail .article-header {
    gap: 30px;
  }
}
.page-blog-detail .article-header__title {
  font-size: clamp(1.714rem, 1.258rem + 1.553vw, 3.429rem);
  line-height: 1.2;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
}
@media (min-width: 992px) {
  .page-blog-detail .article-header__title {
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .page-blog-detail .article-header__title {
    font-family: "DrukTextWideCyr-Medium", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
  }
}
.page-blog-detail .article-header__tag-date-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-blog-detail .article-header__tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  gap: 10px;
  background: #5b61ff;
  color: #FFFFFF;
  border-radius: 9px;
}
.page-blog-detail .article-header__image-block {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-blog-detail .article-header__image-block {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-blog-detail .article-header__image-block {
    border-radius: 40px;
  }
}
.page-blog-detail .article-header__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-blog-detail .article-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-blog-detail .article-content {
    gap: 50px;
  }
}
@media (min-width: 1200px) {
  .page-blog-detail .article-content {
    gap: 80px;
  }
}
.page-blog-detail .article-content__subtitle {
  font-size: 20px;
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-weight: 1.3;
}
@media (min-width: 1200px) {
  .page-blog-detail .article-content__subtitle {
    font-size: 32px;
  }
}
.page-blog-detail .article-content__image-block {
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-blog-detail .article-content__image-block {
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .page-blog-detail .article-content__image-block {
    border-radius: 40px;
  }
}
.page-blog-detail .article-content__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-blog-detail .article-content__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .page-blog-detail .article-content__section {
    gap: 30px;
  }
}

.page-blog-detail .article-content__border-block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}
.page-blog-detail .article-content__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: disc;
  padding-left: 20px;
}
.page-blog-detail__navigation-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.page-blog-detail__navigation-block {
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 15px 30px;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
@media (min-width: 1200px) {
  .page-blog-detail__navigation-block {
    padding: 20px;
    gap: 30px;
  }
}
.page-blog-detail__navigation-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 20px;
}
.page-blog-detail__navigation-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .page-blog-detail__navigation-list {
    gap: 20px;
  }
}
.page-blog-detail__item span {
  font-family: "Rawline Bold", sans-serif;
}
.page-blog-detail__share-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 17px;
  gap: 7.36px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .page-blog-detail__share-btn {
    max-width: 271px;
  }
}
.page-blog-detail__similar-articles {
  display: none;
}
@media (min-width: 992px) {
  .page-blog-detail__similar-articles {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.page-blog-detail__similar-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 24px;
}
.page-blog-detail__similar-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0px;
  gap: 20px;
}
.page-blog-detail__filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 15px 30px;
  gap: 20px;
  background: #5b61ff;
  border-radius: 25px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-blog-detail__filter {
    display: none;
  }
}
.page-blog-detail__filter-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 24px;
}
.page-blog-detail__filter-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  flex: none;
  flex-grow: 0;
}
.page-blog-detail__filter-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(247, 247, 247, 0.15);
  border-radius: 15px;
  flex: none;
  flex-grow: 0;
}

.page-blog-detail__block{
  margin-bottom: 65px;
}

@media (min-width: 992px) {
  .page-blog-detail__block {
    display: grid;
    grid-template-columns: minmax(0, 75%) minmax(0, 25%);
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .page-blog-detail__block {
    gap: 50px;
    margin-bottom: 150px;
  }
}
@media (min-width: 1440px) {
  .page-blog-detail__block {
    gap: 90px;
  }
}


.page-blog-detail .share-popup {
  display: none;
}
.page-blog-detail .share-popup__close {
  padding: 0;
}
.page-blog-detail .share-popup__content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 15px;
  gap: 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .page-blog-detail .share-popup__content {
    padding: 60px 20px 20px;
    gap: 40px;
  }
}
.page-blog-detail .share-popup__social-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.page-blog-detail .share-popup__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .page-blog-detail .share-popup__icon-wrapper {
    width: 64px;
    height: 64px;
  }
}
.page-blog-detail .share-popup__label {
  font-size: 11px;
}
@media (min-width: 768px) {
  .page-blog-detail .share-popup__label {
    font-size: 14px;
  }
}
.page-blog-detail .share-popup__social-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.page-blog-detail .share-popup__copy-section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-blog-detail .share-popup__copy-input-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .page-blog-detail .share-popup__copy-input-wrapper {
    display: block;
  }
}
.page-blog-detail .share-popup__copy-input {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 8px;
  background: #F3F3F3;
  border-radius: 15px;
  border: 1px solid rgba(19, 19, 21, 0.1);
  border-radius: 15px;
}
.page-blog-detail .share-popup__copy-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 25px;
  gap: 10px;
  flex-grow: 0;
  width: 100%;
}

.page-blog-detail .share-popup__copy-button.copied {
  background-color: #5b61ffdb;
  color: #F3F3F3;
}

.page-blog-detail .share-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.page-blog-detail .toast-notification {
  display: none;
  position: absolute;
  bottom: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  width: 260px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 40px 20px 20px;
  isolation: isolate;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  background-color: #ffffff;
}

.page-blog-detail .toast-notification__close {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.page-blog-detail .toast-notification .page-blog-detail .toast-notification.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}


.page-blog .blog__viewed-articles-title,
.page-blog-detail .blog__viewed-articles-title {
  font-family: "DrukTextWideCyr-Medium", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-blog .blog__viewed-articles-title,
  .page-blog-detail .blog__viewed-articles-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .page-blog .blog__viewed-articles-title,
  .page-blog-detail .blog__viewed-articles-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.page-blog .blog__viewed-articles,
.page-blog-detail .blog__viewed-articles {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .page-blog .blog__viewed-articles,
  .page-blog-detail .blog__viewed-articles {
    margin-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .page-blog .blog__viewed-articles,
  .page-blog-detail .blog__viewed-articles {
    margin-bottom: 100px;
  }
}
.page-blog .blog__viewed-article-link,
.page-blog-detail .blog__viewed-article-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 20px;
  gap: 20px;
  background: #F3F3F3;
  border-radius: 25px;
  justify-content: space-between;
}
.page-blog .blog__viewed-article-btn,
.page-blog-detail .blog__viewed-article-btn {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.page-blog .blog__viewed-article-btn svg,
.page-blog-detail .blog__viewed-article-btn svg {
  width: 100%;
  height: 100%;
}
.page-blog .card-blog,
.page-blog-detail .card-blog {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  overflow: hidden;
  align-items: flex-start;
  border: 1px solid rgba(19, 19, 21, 0.1);
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
  font-size: 14px;
}
.page-blog .card-blog__image-wrap,
.page-blog-detail .card-blog__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #e9e9e9;
}
.page-blog .card-blog__image,
.page-blog-detail .card-blog__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-blog .card-blog__content,
.page-blog-detail .card-blog__content {
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  flex-shrink: 0;
}
.page-blog .card-blog__title,
.page-blog-detail .card-blog__title {
  font-family: "Rawline Bold", sans-serif;
  font-size: 14px;
}
.page-blog .card-blog__tag-date-wrap,
.page-blog-detail .card-blog__tag-date-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-blog .card-blog__tag,
.page-blog-detail .card-blog__tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  gap: 10px;
  background: #5b61ff;
  color: #FFFFFF;
  border-radius: 9px;
}
.page-blog .native-slider,
.page-blog-detail .native-slider {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.page-blog .native-slider__wrapper::-webkit-scrollbar,
.page-blog-detail .native-slider__wrapper::-webkit-scrollbar {
  display: none;
}
.page-blog .native-slider__slide,
.page-blog-detail .native-slider__slide {
  flex-shrink: 0;
  box-sizing: border-box;
}
.page-blog .native-slider__nav, .page-blog .native-slider__pagination,
.page-blog-detail .native-slider__nav,
.page-blog-detail .native-slider__pagination {
  display: none;
}
.page-blog .native-slider__pagination .dot,
.page-blog-detail .native-slider__pagination .dot {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: background-color 0.3s ease;
}
.page-blog .native-slider__pagination .dot.is-active,
.page-blog-detail .native-slider__pagination .dot.is-active {
  background-color: #333;
}
.page-blog .native-slider__slide,
.page-blog-detail .native-slider__slide {
  /* Количество слайдов в окне */
  width: 100%;
  /* Размещение слайда по центру */
  scroll-snap-align: start;
}
.page-blog .native-slider__wrapper,
.page-blog-detail .native-slider__wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Расстояние между слайдами*/
  gap: 15px;
  /* Отображение части другого слайда */
  padding-inline: 8.3333333333%;
}
@media (min-width: 768px) {
  .page-blog .native-slider__wrapper,
  .page-blog-detail .native-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: none !important;
    transition: none !important;
    padding-bottom: 0;
    align-items: stretch;
    padding-inline: 0;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .page-blog .native-slider__wrapper,
  .page-blog-detail .native-slider__wrapper {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .page-blog .native-slider__wrapper,
  .page-blog-detail .native-slider__wrapper {
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}

/*# sourceMappingURL=main.css.map */


/* =================================================================================
   НАВИГАЦИЯ ПО ЗАГОЛОВКАМ СТРАНИЦЫ
   ================================================================================= */

/* Плавная прокрутка для всей страницы */
html {
  scroll-behavior: smooth;
}

/* Стили для заголовков с якорями - учитываем адаптивную высоту header */
h2[id], h3[id], h4[id] {
  scroll-margin-top: 80px; /* Базовый отступ для мобильных */
}

@media (min-width: 768px) {
  h2[id], h3[id], h4[id] {
    scroll-margin-top: 90px; /* Отступ для планшетов */
  }
}

@media (min-width: 1200px) {
  h2[id], h3[id], h4[id] {
    scroll-margin-top: 120px; /* Отступ для десктопа */
  }
}

/* Стили для ссылок навигации */
.page-blog-detail__navigation-link {
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-blog-detail__navigation-link:hover {
  color: #5B61FF !important;
  text-decoration: none;
}

/* Активное состояние ссылки навигации */
.page-blog-detail__navigation-link.is-active {
  color: #5B61FF !important;
  font-weight: bold;
  background-color: rgba(91, 97, 255, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  margin: -8px -12px;
}


.ot{
  font-size: 25px;
  margin-right: 4px;
  text-transform: lowercase;
  margin-right: 10px;
}

/* Мобильная адаптация для слова "от" */
@media (max-width: 480px) {
  .ot {
      font-size: 12px;
  }
}

.ot_listing {
  font-size: 18px;
}

/* Мобильная адаптация для слова "от" */
@media (max-width: 480px) {
  .ot_listing {
      font-size: 12px;
  }
}


/* Выбор хешрейта в карточке */
.hashrate-options {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin: 15px 0;
        }
        .hashrate-option {
            padding: 5px 15px;
            border: 1px solid #ddd;
            border-radius: 50px;
            text-decoration: none;
            color: #333;
            transition: all 0.3s;
            font-size: 80%;
            font-weight: 700;
        }
        .hashrate-option:hover {
            background-color: #ffffff;
            border-color: #5b61ff;
        }
        .hashrate-option.active {
            background-color: #5b61ff;
            color: white;
            border-color: #5b61ff;
        }

/* Характерииистики */
.product-properties {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 600px;
    max-width: 800px;
}

.property-item {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0;
}

.property-name {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    padding-right: 15px;
    flex: 0 0 auto;
}

.property-separator {
    flex: 1 1 auto;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 15px;
    position: relative;
    top: 1px;
}

.property-value {
    color: #666;
    white-space: nowrap;
    padding-left: 15px;
    flex: 0 0 auto;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .property-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .property-name {
        padding-right: 0;
        padding-bottom: 4px;
    }
    
    .property-separator {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .property-value {
        padding-left: 0;
        padding-top: 4px;
    }
}

.back-form {
  background-color: #ffff;
}


.accent {
  background-color: #5b61ff;
  color: #fff;
  padding: 10px 5px 5px 5px;
  border-radius: 8px;
}

.non {
  background-color: #ffff !important;
  font-size: 100% !important;
  font-family: "Rawline Normal", sans-serif !important;
  margin-top: -20px;
}


/* Обёртка — даёт адаптивность (скролл на маленьких экранах) */
.article-content__section .table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Базовые стили таблицы */
.article-content__section table {
  width: 100%;
  border-collapse: separate;   /* важно для скруглений */
  border-spacing: 0;           /* убираем зазоры */
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;          /* скругление */
  overflow: hidden;            /* обрезаем углы содержимого */
  background: #fff;
  font-family: inherit;        /* унаследует Onest */
}

/* Ячейки */
.article-content__section th,
.article-content__section td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  white-space: nowrap;         /* не даём ломать короткие слова */
}

.article-content__section td {
  white-space: normal;         /* контент можно переносить */
}

/* Шапка */
.article-content__section thead th {
  position: sticky;            /* приятный эффект при скролле */
  top: 0;
  background: #f7f9fb;
  font-weight: 600;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Зебра + hover */
.article-content__section tbody tr:nth-child(odd) {
  background: #fafbfd;
}
.article-content__section tbody tr:hover {
  background: rgba(0,161,71,0.06); /* #00A147 с прозрачностью */
}

/* Последняя строка без нижней границы */
.article-content__section tbody tr:last-child td {
  border-bottom: none;
}

/* Адаптив: компактнее на узких экранах */
@media (max-width: 600px) {
  .article-content__section th,
  .article-content__section td {
    padding: 10px 12px;
    font-size: 14px;
  }
}


.card-blog__btn {
  margin-top: auto;
  margin-left: 20px;
  margin-bottom: 20px;
}

.smi_text {
  font-family: "Rawline Normal", sans-serif !important;
  font-size: 100% !important;
  line-height: 1.4 !important;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-right, .b24-widget-button-wrapper.b24-widget-button-position-bottom-middle, .b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
  margin-bottom: 60px;
}

.section-contacts__socials {
display: flex;
gap: 10px;
}

.section-contacts__socials svg {
  width: 35px !important;
  height: 35px !important;
}

/* Базовое состояние (скрыто) */
.popup-form-wrapper {
    display: none; /* задаётся JS */
    opacity: 0;
    transform: translateY(-20px); /* чуть вверх для эффекта */
    transition: opacity 0.3s ease, transform 0.3s ease;
    align-items: center;
    justify-content: center;
}

/* Появление */
.popup-form-wrapper.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Оверлей */
.popup-form-wrapper::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* затемнение */
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Затемнение при показе */
.popup-form-wrapper.is-visible::before {
    opacity: 1;
}

/* Контейнер самой формы */
.popup-form {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.popup-form-wrapper.is-visible .popup-form {
    transform: scale(1);
}

/* Оверлей */
.global-popup-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.global-popup-overlay.is-visible {
  display: flex;
  opacity: 1;
}

/* Сам popup */
.global-popup {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 600px; /* Увеличили ширину */
  width: 90%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  text-align: center;
  position: relative;
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.3s ease;
}

.global-popup-overlay.is-visible .global-popup {
  transform: scale(1);
  opacity: 1;
}

/* Иконка */
.global-popup__icon {
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
}

.global-popup__icon svg {
  width: 100%;
  height: 100%;
}

/* Заголовок */
.global-popup__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

/* Текст */
.global-popup__text {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
}

/* Кнопка закрытия */
.global-popup__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.global-popup__close-btn:hover {
  color: #000;
}

/* ----- ПОЛНОЭКРАННЫЙ СЛАЙДЕР ГАЛЕРЕИ ----- */

.fullscreen-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fullscreen-gallery.is-active {
  display: flex;
  opacity: 1;
}

.fullscreen-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.fullscreen-gallery__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullscreen-gallery__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.fullscreen-gallery__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.fullscreen-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.fullscreen-gallery__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.fullscreen-gallery__nav--prev {
  left: 20px;
  transform: translateY(-50%);
}

.fullscreen-gallery__nav--next {
  right: 20px;
  transform: translateY(-50%);
}

.fullscreen-gallery__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.fullscreen-gallery__nav:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
}

.fullscreen-gallery__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fullscreen-gallery__image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

@media (min-width: 1200px){
  .fullscreen-gallery__image-container{
    max-width: 980px;
  }
}

.fullscreen-gallery__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.fullscreen-gallery__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .fullscreen-gallery__container {
    padding: 40px 20px;
  }

  .fullscreen-gallery__close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .fullscreen-gallery__nav {
    width: 40px;
    height: 40px;
  }

  .product-page .product .gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .fullscreen-gallery__nav--prev {
    left: 5px;
    transform: translateY(-50%);
  }

  .fullscreen-gallery__nav--next {
    right: 5px;
    transform: translateY(-50%);
  }

  .fullscreen-gallery__counter {
    bottom: 15px;
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* Анимация появления изображения */
.fullscreen-gallery__image {
  animation: fadeInScale 0.3s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Стили для курсора на изображениях товара */
.native-slider__slide img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.native-slider__slide img:hover {
  transform: scale(1.02);
}





/* Звездочки рейитнга */
/* Звёзды в списке отзывов */
.reviews-column .star-icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #FFD700;
    stroke-width: 2;
}
.reviews-column .star-icon.filled {
    fill: #FFD700;
}

/* Звёзды в общем рейтинге */
.rating-stars-large .star-icon {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #FFD700;
    stroke-width: 2;
}
.rating-stars-large .star-icon.filled {
    fill: #FFD700;
}


.review-top {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.review-author {
    font-weight: 600;
    font-size: 16px;
}

.review-date {
    font-size: 14px;
    color: #777;
}

.review-rating-inline .stars {
    display: flex;
    gap: 2px;
}

.reviews-column .star-icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #FFD700;
    stroke-width: 2;
}
.reviews-column .star-icon.filled {
    fill: #FFD700;
}

.rating-stars-large .star-icon {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #FFD700;
    stroke-width: 2;
}
.rating-stars-large .star-icon.filled {
    fill: #FFD700;
}


/* End */


/* Start:/local/templates/main/assets/vendor/css/swiper-bundle.min.css?175561543516493*/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /local/templates/main/assets/css/main.css?1759829295368319 */
/* /local/templates/main/assets/vendor/css/swiper-bundle.min.css?175561543516493 */
