@import url("https://fonts.bunny.net/css?family=ubuntu:400,500,700");

/* =========================================================
   ФОТОГАЛЕРЕЯ — ЧИСТАЯ, ВЕРТИКАЛЬНАЯ, БЕЗ КОНФЛИКТОВ
   ========================================================= */

/* ===== ОБЩЕЕ ===== */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.photo-grid .photo-item {
  width: 100%;
  max-width: none;
  margin: 0;
  display: block;
}

.photo-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

/* =========================================================
   ФОТОГАЛЕРЕЯ — РАЗДЕЛЫ
   ========================================================= */

.gallery-sections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gallery-section {
  text-decoration: none;
  color: inherit;
}

.gallery-section__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-section:hover img {
  transform: scale(1.05);
}

.gallery-section__title {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  color: #2f3a44;
}

/* =========================================================
   LIGHTBOX
   ========================================================= */

.w-lightbox-figure {
  position: relative;
}

.w-lightbox-caption {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;

  font-size: 16px;
  line-height: 1.4;
  z-index: 9999;
}

@media (max-width: 768px) {
  .w-lightbox-caption {
    font-size: 14px;
    padding: 12px 14px;
  }
}

/* =========================================================
   УБОРКА ЛИШНЕГО
   ========================================================= */

.section-fotogalereya h1,
.section-fotogalereya .page-title,
.section-fotogalereya .text-55,
.section-fotogalereya .text-56,
hr {
  display: none !important;
}

.section-fotogalereya,
.section-fotogalereya * {
  border-bottom: none !important;
}

body p:has(a[href*="wordpress.org"]) {
  display: none !important;
}
/* ===== ОБЩАЯ ШАПКА ===== */
.header {
  width: 100%;
  background: linear-gradient(180deg, #dbe8f6, #eef4fb);
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  position: relative;
}

/* ===== ЛЕВО ===== */
.header-left {
  flex: 0 0 auto;
}

.logo {
  font-size: 28px;
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
}

.logo span {
  color: #2563eb;
}

.hero-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: 16px auto 0;
  width: fit-content;
  max-width: 100%;
}


.menu-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 25px;
}

.menu-item > a {
  font-size: 16px;
  color: #5f6f82;
  text-decoration: none;
  white-space: nowrap;
}

.menu-item > a:hover {
  color: #2563eb;
}

/* ===== РАЗДЕЛИТЕЛИ ===== */
.separator {
  width: 1px;
  height: 20px;
  background: rgba(0,0,0,.2);
}

/* ===== КАТАЛОГ ===== */
.menu-item.catalog {
  position: relative;
}

.catalog-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 200px;
  display: none;
  box-shadow: 0 15px 40px rgba(0,0,0,.15);
  border-radius: 10px;
}

.catalog-list li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}

.catalog-list li a:hover {
  background: #f5f5f5;
  color: #2563eb;
}

.menu-item.catalog:hover .catalog-list {
  display: block;
}

/* ===== ПРАВО ===== */
.header-right {
  margin-left: auto;
  text-align: right;
}

.phone a {
  font-size: 18px;
  font-weight: 600;
  color: #2f3a44;
  text-decoration: none;
}

.phone span {
  display: block;
  font-size: 13px;
  color: #6b7a8a;
}

/* ===== МОБИЛКА ===== */
@media (max-width: 991px) {
  .hero-menu {
    display: none;
  }
}
.image-18 {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 10px;
}



html, body {
  max-width: 100%;
}

html {
  overflow-x: clip;
}


.untitled-13 .div-block-217 {
    width: 180px; /* фиксируем ширину расстояния */
}

.untitled-14 .div-block-217 {
    width: 120px;
}

.untitled-12 .untitled-6 {
    display: flex;
    gap: 65px;
	margin-right: 89px;
}

@media (max-width: 500px) {
	.text-84 {
        white-space: nowrap;
    }
	.untitled-12 .untitled-6 {
		margin-right: 0;
		gap: 15px;
	}
}

/* =========================================================
   ОБЩАЯ ВИЗУАЛЬНАЯ ПОЛИРОВКА (синяя палитра)
   ========================================================= */

::selection {
  background: #bfdbfe;
  color: #1e3a8a;
}

a, .w-button, [class*="button-style"], .link, .link-footer,
.telegram, .whatsappb, .link-block, .link-block-2, .link-block-7 {
  transition: box-shadow 0.25s ease, background-color 0.25s ease,
    color 0.2s ease, border-color 0.25s ease, transform 0.15s ease,
    opacity 0.25s ease;
}

.w-button:hover, [class*="button-style"]:hover,
.telegram:hover, .whatsappb:hover {
  transform: translateY(-2px);
}

.w-button:active, [class*="button-style"]:active,
.telegram:active, .whatsappb:active {
  transform: translateY(0);
}

.link-block:hover, .link-block-2:hover, .link-block-7:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, .w-button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.w-input, .w-select, input[type="text"], input[type="tel"],
input[type="email"], textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.w-input:focus, .w-select:focus, input[type="text"]:focus,
input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb26;
  outline: none;
}

/* =========================================================
   ЕДИНЫЙ КОНТЕЙНЕР, ТИПОГРАФИКА, КОНТРАСТ, СЕТКИ, CTA
   ========================================================= */

:root {
  --site-container: 1180px;
  --site-gutter: 20px;
  --text: #2c3138;
  --text-muted: #3d4650;
  --font: Ubuntu, Gilroy, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  cursor: auto;
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  cursor: auto;
}

body {
  font-family: var(--font);
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: webflow-icons !important;
}

/* Курсор: стандартный везде, pointer только на интерактиве */
a,
button,
[type="button"],
[type="submit"],
[type="reset"],
.w-button,
[class*="button-style"],
.w-dropdown-toggle,
.faq-item__head,
.mob-buter,
.div-block-204,
.div-block-120,
.div-block-76-2,
.div-block-119,
.lightbox-link,
.photo-item,
.gallery-section,
label,
.w-checkbox,
select,
summary,
.site-cta__btn {
  cursor: pointer;
}

.card-1,
.card-2,
.card-3,
.card-4,
.card-5,
.card-6,
.card-7,
.card-8,
.card-9,
._1-2,
._1-3,
._1-4,
._1-5,
._1-6,
._1-7,
._1-8,
.bullet-1,
.bullet-2,
.bullet-3,
.warranty,
.pic-2,
.pic-3,
.pic-4,
.pic-5,
.pic-6,
.options,
._4,
.phone-2,
.icon-2,
.icon-3,
.icon-4,
.icon-5 {
  cursor: default;
}

.card-1:hover,
.card-2:hover,
.card-3:hover,
.card-4:hover,
.card-5:hover,
.card-6:hover,
.card-7:hover,
.card-8:hover,
.card-9:hover,
._1-2:hover,
._1-3:hover,
._1-4:hover,
._1-5:hover,
._1-6:hover,
._1-7:hover,
._1-8:hover,
.bullet-1:hover,
.bullet-2:hover,
.bullet-3:hover,
.warranty:hover {
  transform: none;
  filter: none;
  opacity: 1;
}

/* Единый контейнер секций */
.w-container,
.w-layout-blockcontainer,
.container {
  max-width: var(--site-container) !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

.container .container,
.w-container .w-container,
.w-container .container,
.container .w-container,
.w-layout-blockcontainer .container,
.container .w-layout-blockcontainer {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.head,
.head-mobile,
.footer,
._3-block,
._4-block,
._4-block-2,
._5-block-alt,
._6-block-alt,
._7-block,
._7-block-alt,
._9-block,
.title-style-3,
.title-style-4,
.title-style-5,
.title-style-2,
.cards,
.contacts-2,
.bottom,
.text-55 {
  max-width: 100%;
  width: 100%;
}

.section-cta,
.section-sale {
  max-width: var(--site-container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
  box-sizing: border-box;
}

.section-cta {
  background-color: #1e3a5f;
  border-radius: 40px;
  overflow: hidden;
}

.section-cta .div-block-208::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  border-radius: 40px;
  background: linear-gradient(90deg, #16324f 0%, rgba(22, 50, 79, 0.82) 58%, rgba(22, 50, 79, 0.45) 100%);
  pointer-events: none;
}

._7-block-fon {
  background-color: #1e3a5f;
}

.text-46 {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.text-47 {
  color: #ffe0b0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.section-sale .container,
.section-sale .w-container,
.section-sale .w-layout-blockcontainer {
  max-width: 100% !important;
}

._4-block {
  max-width: 100%;
  width: 100%;
}

._7-block {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

._7-block-fon {
  max-width: 100%;
  width: 100%;
}

.footer {
  padding-left: 0;
  padding-right: 0;
}

/* Типографика и межстрочные интервалы */
h1, h2, h3, .text-7, .text-56, .title-2, .text-28, .text-46 {
  line-height: 1.25;
}

.text-7,
.title-2,
.text-56 {
  color: #2c3138;
  -webkit-text-fill-color: #2c3138;
  background-image: none;
}

.text-7 {
  line-height: 1.15;
}

.text-8,
.text-9,
.text-23,
.text-24,
.text-29,
.text-30,
.text-35,
.text-37,
.text-43,
.text-45,
.text-47,
.text-53,
.text-60,
.text-61,
.text-62,
.text-63,
.text-78,
.text-78 p,
.faq-item__body,
.faq-item__head,
.text-block-83,
.untitled {
  line-height: 1.45;
}

.text-4,
.text-10,
.text-33,
.text-52 {
  line-height: 1.4;
}

p {
  line-height: 1.55;
  color: var(--text);
}

/* Контраст текста */
.text-9,
.text-29,
.text-35,
.text-43,
.text-45,
.text-53,
.text-61,
.text-63,
.text-78,
.text-78 p {
  color: var(--text);
}

.bullet-1 {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 12px;
  padding: 6px 12px 6px 6px;
}

.text-5 {
  padding-left: 0;
}

.section-main .text-7,
.section-main .text-8 {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75);
}

.text-30,
.text-37,
.text-52,
.text-60,
.text-62,
.link-8,
.breadcrumbs,
.phone span {
  color: var(--text-muted);
}

.text-24 {
  color: #1f2933;
  text-shadow: none;
}

.button-text {
  background-color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.7);
}

.text-47 {
  color: #ffe0b0;
}

.text-48,
.phone.cta,
.w-input,
.w-select,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  color: #1f2933;
}

.w-input::placeholder,
.w-select::placeholder,
input::placeholder,
textarea::placeholder {
  color: #5a6570;
  opacity: 1;
}

.link-2,
.text-10 {
  color: #e8ecf0;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #334155;
  font-size: 14px;
  line-height: 1.4;
}

.text-3._3 {
  color: #fff;
}

/* Сетки секций */
.div-block-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

._1-2,
._1-3,
._1-4,
._1-5,
._1-6,
._1-7 {
  max-width: none;
  width: 100%;
  height: auto;
}

.content-style {
  height: auto;
  min-height: 0;
  gap: 16px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 100%;
}

.card-2,
.card-3,
.card-4,
.card-5,
.card-6,
.card-7,
.card-8,
.card-9 {
  max-width: none;
  width: 100%;
  height: auto;
  min-height: 280px;
}

.div-block-3-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.div-block-3-2.fotogalereya-grid,
.fotogalereya-grid {
  display: block;
  width: 100%;
}

.section-fotogalereya {
  width: 100%;
  grid-column: 1 / -1;
}

._1-8 {
  width: 100%;
  height: auto;
  min-height: 0;
}

.bullets-4 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.card-1 {
  max-width: none;
  width: 100%;
}

/* Галерея на главной и в разделах */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  place-content: stretch;
}

.lightbox-link {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 16px;
}

.photo-grid,
.gallery-sections {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.gallery-sections {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gallery-section__img {
  background: #e6ebf0;
}

.section-fotogalereya .container {
  max-width: 100% !important;
  padding: 0;
}

.photo-grid .photo-item,
.gallery-section {
  width: 100%;
  max-width: none;
  margin: 0;
}

.photo-grid img,
.gallery-section__img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}

.gallery-section__title {
  line-height: 1.35;
  color: var(--text);
}

/* Иконки у кнопок мессенджеров и телефона */
.telegram,
.whatsappb {
  gap: 8px;
}

.telegram::before,
.whatsappb::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.telegram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M21.5 3.3 2.7 10.6c-1.3.5-1.3 1.2-.2 1.5l4.8 1.5 11.1-7c.5-.3.9-.1.6.2l-9 8.2-.3 4.8c.5 0 .7-.2 1-.5l2.3-2.3 4.8 3.5c.9.5 1.5.2 1.7-.8l3.1-14.7c.3-1.3-.5-1.9-1.4-1.5z'/%3E%3C/svg%3E");
}

.whatsappb::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12.04 2C6.5 2 2 6.37 2 11.76c0 1.72.46 3.4 1.33 4.88L2 22l5.53-1.44A10.2 10.2 0 0 0 12.04 21.5C17.57 21.5 22 17.13 22 11.74 22 6.37 17.57 2 12.04 2zm5.9 14.2c-.25.7-1.45 1.29-2.01 1.37-.51.07-1.16.1-1.87-.12-.43-.13-.98-.32-1.68-.62-2.96-1.28-4.88-4.26-5.03-4.46-.15-.2-1.22-1.62-1.22-3.1 0-1.47.77-2.2 1.04-2.5.27-.3.6-.37.8-.37h.57c.18 0 .43-.07.67.51.25.6.85 2.07.92 2.22.08.15.12.32.02.52-.1.2-.15.32-.3.5-.15.17-.31.39-.45.52-.15.15-.3.31-.13.6.17.3.77 1.27 1.65 2.06 1.14 1.02 2.1 1.33 2.4 1.48.3.15.47.12.65-.07.17-.2.75-.87.95-1.17.2-.3.4-.25.67-.15.27.1 1.72.81 2.01.96.3.15.5.22.57.35.08.12.08.7-.17 1.4z'/%3E%3C/svg%3E");
}

.phone-nomb .text-3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.phone-nomb .text-3::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c3138' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.text-3._3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

/* Липкие CTA справа */
.site-cta {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 240;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.section-lbox-obraz,
.section-lbox-obraz.is-open {
  z-index: 10050;
}

.site-cta__cluster {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.site-cta__panel {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 8px;
}

.site-cta.is-contacts-open .site-cta__panel {
  display: flex;
}

.site-cta__btn {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2563eb;
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.35);
  text-decoration: none;
  position: relative;
  flex: none;
  padding: 0;
}

.site-cta__btn svg {
  width: 22px;
  height: 22px;
  display: block;
}

.site-cta__btn--wa {
  background: #25d366;
  box-shadow: 0 8px 24px rgba(18, 140, 64, 0.35);
}

.site-cta__btn--tg {
  background: #229ed9;
  box-shadow: 0 8px 24px rgba(13, 99, 139, 0.35);
}

.site-cta__btn--max {
  background: #7b2ff2;
  box-shadow: 0 8px 24px rgba(90, 30, 180, 0.35);
}

.site-cta__btn--mail {
  background: #ea580c;
  box-shadow: 0 8px 24px rgba(180, 70, 10, 0.35);
}

.site-cta__btn--call {
  background: linear-gradient(180deg, #1d4ed8, #2563eb);
}

.site-cta__btn--top {
  background: #2c3138;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.site-cta__btn:hover {
  transform: none;
  filter: brightness(1.06);
}

.site-cta__btn[aria-label]::after {
  content: attr(aria-label);
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: #1f2933;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.site-cta__btn:hover::after,
.site-cta__btn:focus-visible::after {
  opacity: 1;
}

.section-lbox-obraz.is-open {
  display: flex;
}

@media (max-width: 1024px) {
  .gallery,
  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .gallery-sections {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
  }

  .cards,
  .div-block-3-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .div-block-3-2.fotogalereya-grid,
  .fotogalereya-grid {
    display: block;
  }

  .bullets-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .div-block-3,
  .gallery,
  .photo-grid,
  .cards,
  .div-block-3-2,
  .bullets-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .div-block-3-2.fotogalereya-grid,
  .fotogalereya-grid {
    display: block;
  }

  .gallery-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .text-7 {
    font-size: 32px;
  }

  .text-23 {
    font-size: 16px;
    line-height: 1.25;
  }

  .button-style,
  .button-style-2,
  .button-style-3 {
    height: auto;
    min-height: 52px;
    padding: 14px 18px;
  }

  .button-text {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border-radius: 28px;
  }

  .head-mobile .text-3,
  .head-mobile .text-4 {
    color: #1f2933;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.95);
  }

  .head-mobile .phone-nomb {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 4px 8px;
  }

  .section-main {
    position: relative;
  }

  .section-main::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(243, 243, 243, 0.96) 78%);
  }

  .section-main > .container {
    position: relative;
    z-index: 1;
  }

  .site-cta {
    right: 10px;
    bottom: 12px;
    gap: 8px;
  }

  .text-56 {
    font-size: 28px;
    line-height: 1.25;
  }

  .site-cta {
    right: 10px;
    bottom: 12px;
    gap: 8px;
  }

  .site-cta__btn {
    width: 46px;
    height: 46px;
  }

  .site-cta__btn[aria-label]::after {
    display: none;
  }

  .lightbox-link {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 479px) {
  .div-block-3,
  .gallery,
  .photo-grid,
  .cards,
  .div-block-3-2,
  .bullets-4 {
    grid-template-columns: 1fr;
  }

  .div-block-3-2.fotogalereya-grid,
  .fotogalereya-grid {
    display: block;
  }

  .gallery-sections {
    grid-template-columns: 1fr;
  }

  .photo-grid .photo-item {
    max-width: none;
  }
}

/* =========================================================
   ВЕРСТКА: ЕДИНЫЙ КОНТЕЙНЕР, ШРИФТЫ, КОНТРАСТ, СЕТКИ
   ========================================================= */

html {
  overflow-x: clip;
}

body,
body *:not([class^="w-icon-"]):not([class*=" w-icon-"]) {
  font-family: Ubuntu, "Segoe UI", Arial, sans-serif;
}

.w-container,
.w-layout-blockcontainer,
.container {
  max-width: var(--site-container) !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-gutter) !important;
  padding-right: var(--site-gutter) !important;
  box-sizing: border-box;
}

.container .container,
.w-container .w-container,
.w-container .container,
.container .w-container,
.w-layout-blockcontainer .container,
.container .w-layout-blockcontainer,
.section-sale .container,
.section-sale .w-container,
.section-sale .w-layout-blockcontainer,
.section-fotogalereya .container,
.section-fotogalereya .w-container,
.section-fotogalereya .w-layout-blockcontainer {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.head,
.head-mobile,
.footer,
.bottom,
.cards,
.contacts-2,
.faq-items,
.text-55,
.text-74,
.untitled-4,
.untitled-5,
.title-style-2,
.title-style-3,
.title-style-4,
.title-style-5,
.title-style-8,
.title-style-9,
.title-style-10,
._3-block,
._3-block-2,
._4-block-2,
._5-block-alt,
._6-block-alt,
._7-block-alt,
._9-block {
  max-width: 100% !important;
  width: 100%;
}

.section-sale {
  max-width: none !important;
  width: 100%;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

._4-block,
._4-block-3 {
  max-width: var(--site-container) !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.section-cta {
  max-width: var(--site-container) !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 24px !important;
  box-sizing: border-box;
}

._7-block {
  max-width: 100% !important;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0 !important;
}

.footer,
.menu-2 {
  padding-left: 0;
  padding-right: 0;
}

.head,
.head-mobile {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(28, 36, 46, 0.12);
}

.section-main,
.section-main .container,
.head,
.head .menu {
  overflow: visible;
}

.head {
  position: relative;
  z-index: 30;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px 16px;
  padding: 8px 16px;
  min-height: 64px;
}

.head .link-block-4 {
  flex: none;
  display: flex;
  align-items: center;
  height: 40px;
}

.head .link-block-4 img {
  width: 128px;
  height: auto;
  display: block;
}

.head .menu {
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
  width: auto;
  min-width: 0;
}

.head .image-18 {
  display: none;
}

.head .menu > a.link,
.head .w-dropdown-toggle .link {
  color: #1f2933;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: none;
  display: flex;
  align-items: center;
  border-bottom-width: 0;
}

.head .menu > a.link {
  height: 40px;
  padding: 0 10px;
  margin: 0;
}

.head .menu > a.link:hover,
.head .w-dropdown-toggle:hover .link {
  border-bottom-color: transparent;
  opacity: 0.8;
}

.head .menu > .w-dropdown {
  position: relative;
  display: block;
  flex: none;
  height: 40px;
  margin: 0;
  z-index: 5;
}

.head .menu > .w-dropdown:hover,
.head .menu > .w-dropdown:focus-within,
.head .menu > .w-dropdown.w--open {
  z-index: 40;
}

.head .w-dropdown-toggle {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  margin: 0;
}

.head .w-dropdown-toggle .link {
  height: auto;
  order: 1;
}

.head .w-icon-dropdown-toggle {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin: 0 0 0 4px;
  flex: none;
  order: 2;
  font-size: 10px;
  line-height: 1;
  overflow: hidden;
}

.head .w-icon-dropdown-toggle::before {
  display: block;
  line-height: 1;
}

.head .w-dropdown-list,
.head .dropdown-list {
  position: absolute !important;
  top: calc(100% + 16px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0;
  transform: none !important;
  display: none;
}

.head .w-dropdown-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.head .menu > .w-dropdown:last-child .w-dropdown-list {
  left: auto !important;
  right: 0 !important;
}

.head .dropdown-list .link {
  height: auto;
  display: block;
  width: 100%;
  line-height: 1.35;
  padding: 4px 0;
  opacity: 1;
  white-space: nowrap;
}

.head .w-dropdown:hover .w-dropdown-list,
.head .w-dropdown:focus-within .w-dropdown-list,
.head .w-dropdown.w--open .w-dropdown-list,
.head .dropdown-list.w--open {
  display: flex !important;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 180px;
  padding: 16px 18px;
  background-color: #fff;
  border-radius: 16px;
  z-index: 50;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.head .contacts {
  flex: none;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 40px;
}

.head .phone-nomb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
}

.head .text-3,
.head .text-4 {
  color: #1f2933;
  text-shadow: none;
}

.head .text-3 {
  font-size: 17px;
  line-height: 1.15;
  white-space: nowrap;
}

.head .text-4 {
  color: #3d4650;
  font-size: 11px;
  line-height: 1.2;
}

.head .messengers {
  display: flex;
  align-items: center;
  height: 40px;
}

.head .messengers a {
  display: flex;
  align-items: center;
  height: 40px;
}

.head .vector-2 {
  width: 28px;
  height: 28px;
  display: block;
}

.head-mobile {
  padding: 8px 12px;
}

.head-mobile .text-3,
.head-mobile .text-4 {
  color: #1f2933;
  text-shadow: none;
}

h1, h2, h3,
.text-7,
.title-2,
.text-28,
.text-31,
.text-46,
.text-56,
.text-66,
.text-73,
.text-block-84 {
  line-height: 1.25;
  color: var(--text);
}

.text-7,
.title-2,
.text-31,
.text-56,
.text-73 {
  color: #2c3138;
  -webkit-text-fill-color: #2c3138;
  background-image: none;
}

p,
li,
.text-8,
.text-9,
.text-23,
.text-24,
.text-29,
.text-30,
.text-35,
.text-37,
.text-43,
.text-45,
.text-47,
.text-53,
.text-60,
.text-61,
.text-62,
.text-63,
.text-68,
.text-69,
.text-75,
.text-78,
.text-78 p,
.text-78-2,
.text-81,
.faq-item__body,
.faq-item__head,
.faq-item__content,
.text-block,
.text-block-83,
.untitled,
.gallery-section__title {
  line-height: 1.5;
}

.text-4,
.text-10,
.text-33,
.text-52,
.text-68,
.link-8,
.breadcrumbs {
  line-height: 1.4;
}

.text-4,
.text-30,
.text-37,
.text-52,
.text-60,
.text-62,
.text-68,
.text-75,
.text-78-2,
.link-8,
.phone span {
  color: var(--text-muted);
}

.text-9,
.text-29,
.text-35,
.text-43,
.text-45,
.text-53,
.text-61,
.text-63,
.text-69,
.text-78,
.text-78 p,
.faq-item__content,
.faq-item__head,
.text-block {
  color: var(--text);
}

.link-2,
.link-footer,
.text-10 {
  color: #f3f5f7;
}

.link-2 {
  font-size: 12px;
  line-height: 1.4;
}

.link-footer {
  font-size: 15px;
  line-height: 1.4;
}

.text-46 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.text-47 {
  color: #ffe0b0;
  -webkit-text-fill-color: #ffe0b0;
}

.section-content h1,
.section-content h2,
.section-content h3,
.komplektaciya-title {
  font-family: Ubuntu, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  -webkit-text-fill-color: var(--text);
  background-image: none;
}

.section-content h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 20px;
}

.section-content h2,
.komplektaciya-title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin: 28px 0 12px;
}

.section-content p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 14px;
}

.section-content img,
.section-content .alignnone,
.section-content .size-medium {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 12px;
}

.section-content a {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-55 {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 24px;
}

.text-56 {
  flex: 1 1 280px;
}

.text-74 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}

._1-10 {
  width: 100%;
  max-width: none;
}

.untitled-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

._1-11,
._1-11-2 {
  width: 100%;
  max-width: none;
}

._1-block {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 32px 40px;
  align-items: start;
}

.gallery-2 {
  max-width: none;
  width: 100%;
}

.slider {
  width: 100%;
  height: auto;
  min-height: 280px;
  aspect-ratio: 4 / 3;
}

.slider .w-slider-mask,
.slider .w-slide,
.lightbox-link-2,
.image-17 {
  width: 100%;
  height: 100%;
}

.image-17 {
  object-fit: cover;
  display: block;
}

.options-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

._1-9 {
  max-width: none;
  width: 100%;
}

.form-block-4 {
  width: 100%;
}

.hero-menu:empty {
  display: none;
}

.div-block-3 > [class^="_1-"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content-style {
  height: auto !important;
  min-height: 240px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.content-style .button-style-2,
.content-style .w-form {
  margin-top: auto;
  width: 100%;
}

.text-27 {
  flex: 1 1 auto;
}

.text-29 {
  color: var(--text);
  line-height: 1.5;
}

.warranty {
  background: rgba(31, 41, 51, 0.9);
  border-color: rgba(255, 255, 255, 0.25);
}

.warranty .text-25,
.warranty .text-26 {
  color: #fff;
  line-height: 1.2;
}

.text-23,
.text-24 {
  line-height: 1.25;
}

.text-75 {
  color: var(--text);
}

.section-content > .container > div,
.section-content > .w-container > div,
.section-content > .w-layout-blockcontainer > div {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .untitled-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._1-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  ._7-block {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .text-74,
  .options-2,
  .untitled-4 {
    grid-template-columns: 1fr;
  }

  ._4-block,
  ._4-block-3,
  .section-cta {
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-content h1 {
    font-size: 26px;
  }

  .section-content h2,
  .komplektaciya-title {
    font-size: 20px;
  }

  .text-31,
  .text-46,
  .text-66,
  .text-73 {
    font-size: 24px;
    line-height: 1.3;
  }
}

/* =========================================================
   ДОПОЛНИТЕЛЬНЫЕ ОПЦИИ — КАРТОЧКИ
   ========================================================= */

.section-dop .card-2,
.section-dop .card-3,
.section-dop .card-4,
.section-dop .card-5,
.section-dop .card-6,
.section-dop .card-7,
.section-dop .card-8,
.section-dop .card-9 {
  display: flex;
  flex-direction: column;
  height: auto !important;
  min-height: 0 !important;
  padding: 0;
  overflow: hidden;
  background-color: #eef1f4;
  background-size: 0 0 !important;
  border: 1px solid #e2e7ec;
  box-shadow: 0 10px 28px rgba(28, 36, 46, 0.1);
}

.section-dop .card-2::before,
.section-dop .card-3::before,
.section-dop .card-4::before,
.section-dop .card-5::before,
.section-dop .card-6::before,
.section-dop .card-7::before,
.section-dop .card-8::before,
.section-dop .card-9::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #eef1f4;
}

.section-dop .icon-3 {
  display: none;
}

.section-dop .text-42,
.section-dop .text-44 {
  height: auto;
  min-height: 68px;
  margin: 0;
  padding: 14px 16px 16px;
  background: #fff;
  align-items: center;
}

.section-dop .text-43,
.section-dop .text-45 {
  color: #1f2933;
  -webkit-text-fill-color: #1f2933;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

._1-8-2 {
  height: auto;
  min-height: 0;
  overflow: hidden;
}

._1-8-2 .div-block-211 {
  height: auto;
  min-height: 180px;
  aspect-ratio: 4 / 3;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eef1f4;
}

._1-8-2 .title-style {
  height: auto;
  min-height: 0;
}

._1-8-2 .text-59 {
  color: #1f2933;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .section-dop .text-43,
  .section-dop .text-45 {
    font-size: 15px;
  }
}

/* =========================================================
   FOOTER
   ========================================================= */

.section-footer {
  background-color: #2c3138;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding-top: 36px;
  padding-bottom: 28px;
}

.footer {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 32px 80px;
  align-items: start;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.footer .div-block-5 {
  flex: none;
  gap: 14px;
  max-width: 240px;
}

.footer .div-block-5 img {
  width: 148px;
  height: auto;
  display: block;
}

.footer .link-2 {
  color: #b7c0c8;
  font-size: 13px;
  line-height: 1.4;
}

.footer .menu-2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 48px;
  width: auto;
  max-width: 640px;
  margin-left: auto;
  padding: 0;
  justify-content: start;
  align-items: start;
}

.footer .div-block-221,
.footer .div-block-222 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer .div-block-6 {
  gap: 10px;
}

.footer .div-block-7 {
  display: block;
  flex: none;
  background-color: #60a5fa;
}

.footer .link-footer {
  color: #e8eef4;
  font-size: 15px;
  line-height: 1.35;
}

.footer .link-footer:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer .menu-2 {
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-footer {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .footer .menu-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
