@media (min-width: 768px) {
  /* Убираем скругления, чтобы карточки сливались */
  .card-group-custom .card {
    border-radius: 0;
  }
  /* Убираем двойную границу слева у карточек (кроме 1-й в каждом ряду) */
  .card-group-custom .col:not(:nth-child(4n + 1)) .card {
    border-left: none;
  }
  /* Убираем двойную границу сверху у всех карточек начиная со 2-го ряда */
  .card-group-custom .col:nth-child(n + 5) .card {
    border-top: none;
  }
}
section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}
.red {
  color: #C76B4A;
}

.bg-red {
  background-color: #C76B4A;
}

.title {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -3px;
  text-align: right;
}
@media (max-width: 768px) {
  .title {
    font-size: 32px;
    text-align: left;
  }
}
.subtitle {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 20px;
  }
}


/* Делаем navbar фиксированным поверх карусели */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  transition: all 0.3s ease;
  background: rgba(15, 23, 42, 0.4); /* Легкое затемнение фона */
  backdrop-filter: blur(10px); /* Эффект матового стекла */
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header__logo{
  max-width: 50px;
}

/* Белый цвет текста ссылок поверх темного слайдера */
header .nav-link,
header .navbar-brand,
header .text-dark {
  color: #ffffff !important;
  transition: color 0.2s ease;
}

header .nav-link:hover,
header .nav-link.active {
  color: #C76B4A!important;
}

/* Кнопка языка на прозрачном фоне */
header .btn-outline-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

header .btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* Иконка гамбургера для мобилок (делаем белой) */
header .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
  filter: invert(1);
}

/* --- СТИЛИ ПРИ СКРОЛЛЕ НИЗ (когда шапка становится белой) --- */
header.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #e2e8f0;
}

header.scrolled .nav-link,
header.scrolled .navbar-brand,
header.scrolled .text-dark {
  color: #1a1a1a !important;
}

header.scrolled .btn-outline-secondary {
  color: #333333;
  border-color: #cccccc;
  background: transparent;
}

header.scrolled .navbar-toggler {
  filter: none;
}
.nav-tel{
max-width: 16px;
margin-right: 5px;
transition: .2s;
width: 16px;
}
.tel-link:hover{
color: #C76B4A!important;
}
.tel-link:hover> svg path{
  fill: #C76B4A!important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color:#C76B4A;
}
.banner {
  padding: 0;
  color: #fff;
}
.banner a {
  text-decoration: none;
}
.banner .swiper-slide {
  padding: 140px 0 140px 0;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-scrollbar-drag {
  background: #C76B4A;
}

.banner__title {
  text-align: left;
}
.banner__subtitle {
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
}

.banner__btn {
  height: 48px;
  padding: 0 28px;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 10px 30px rgb(199 107 73 / 50%);
  color: #fff;
  width: 100%;
  max-width: 240px;
  margin-right: 40px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .2s;
}

.banner__btn:hover {
  background-color: #3B2A23;
  box-shadow: 0px 10px 30px rgb(59 42 35 / 50%);
}

.appliance .card {
  border-radius: 8px;
  background-color: #fff;
  transition: 0.2s;
  text-align: center;
}

.appliance .card:hover {
  background-color: #003381;
  border-radius: 8px;
  color: #fff;
  box-shadow: -1px 8px 8px 0px #3b2a23b3;
}
.appliance .card:hover .card__header-circle {
  /* background-color: #C76B4A; */
  transform: scale(1.1);
}

.appliance .card__header {
  padding: 30px;
}

.appliance .card__header-circle {
  width: 136px;
  height: 136px;
  margin: 0 auto;
  /* background-color: #f8f9fa; */
  background-color: #f5eee6;
  border-radius: 100%;
}

.appliance .card__header-circle img {
  max-width: 60px;
}

.appliance .card-body {
  height: 210px;
}

.advantage-card {
  position: relative;
  display: flex;
  align-items: stretch;
  background-color: #f8f9fa; /* Светлый фон */
  border: 1px solid #dcdcdc; /* Рамка */
  border-radius: 4px;
}

/* Синий кружок в левом верхнем углу */
.advantage-card::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9px;
  height: 9px;
  background-color: #c76b49; /* Bootstrap primary blue */
  border-radius: 50%;
  z-index: 2;
}

/* Блок с вертикальной цифрой */
.advantage-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  border-right: 1px solid #dcdcdc;
  font-weight: 700;
  font-size: 1.1rem;
  color: #212529;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

/* Блок с текстом */
.advantage-card__text {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
}

/* Основной контейнер и фон */
.order {
  position: relative;
  background-color: #3B2A23;
  color: #ffffff;
  padding: 80px 0;
  overflow: hidden;
  font-family: "Arial", sans-serif;
}
@media (max-width: 768px) {
  .order {
    padding: 30px 0;
  }
}

/* Фоновая полупрозрачная надпись */
.watermark-text {
  position: absolute;
  top: 10%;
  right: 5%;
  font-size: 110px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
  letter-spacing: 4px;
}

/* Заголовок секции */
.order__title {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-red {
  color: #ff3333;
}
.text-blue {
  color: #C76B4A;
}

/* Левый блок с шагами */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.step-number {
  font-size: 3rem;
  font-weight: 900;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.25);
  min-width: 65px;
}

.step-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.step-content p {
  font-size: 0.85rem;
  color: #aaaaaa;
  margin: 0;
  line-height: 1.4;
}

/* Форма */
.order-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .order-form-wrapper {
    margin: 30px 0 auto;
  }
}

.form-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Инпуты */
.input-group-custom {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 6px 14px;
  color: #333333;
}

.input-icon {
  font-size: 1.2rem;
  margin-right: 12px;
  color: #ff3333;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-wrapper label {
  font-size: 0.65rem;
  color: #888888;
  margin-bottom: 2px;
}

.input-wrapper input {
  border: none;
  outline: none;
  font-size: 0.85rem;
  font-weight: 700;
  color: #222222;
  background: transparent;
  width: 100%;
}

/* Выбор типа транспорта */
.options-block {
  margin-top: 10px;
}

.options-title {
  font-size: 0.75rem;
  color: #cccccc;
  display: block;
  margin-bottom: 8px;
}

.options-list {
  display: flex;
  gap: 10px;
}

.option-item input {
  display: none;
}

.option-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  color: #171d25;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.option-item input:checked + .option-btn {
  background: #0066ff;
  color: #ffffff;
}

/* Кнопка */
.submit-btn {
  background: #C76B4A;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 14px;
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
}

.submit-btn:hover {
  background: #F5EFE6;
  color: #3b2a23;
}

.privacy-note {
  font-size: 0.65rem;
  color: #777777;
  text-align: center;
  margin-top: 8px;
}

.privacy-note a {
  color: #aaaaaa;
  text-decoration: underline;
}

.footer {
  background-color: #1b212a;
  background-color: #6b5750;
  padding: 64px 0 48px 0;
  color: white;
}

.footer a {
  color: white;
}

.footer__logo{
  max-width: 70px;
}
.footer-menu-small-item, .footer-menu-big-item{
  margin-bottom: 10px;
}
.topping-phone-number{
  margin-bottom: 10px;
}
.topping-round-ico {
  background: #F5EFE6;
  border-radius: 100%;
  padding: 4px;
}
.topping-round-ico img{
  width: 20px;
  height: 20px;
}

.catalog .nav-pills .nav-link{
  color: #C76B4A;
}
.catalog .nav-pills .nav-link.active,
.catalog .nav-pills .show > .nav-link {
  color: #3B2A23;
  background-color: transparent;
  border-bottom: 2px solid #3B2A23;
  border-radius: 0;
  font-weight: bold;
}

.catalog .nav-pills .nav-link:hover{
  color: #3B2A23;
  border-bottom: 2px solid #3B2A23;
  border-radius: 0;
  font-weight: bold;
}
#pills-disabled-tab:hover{
  color:#C76B4A;
  font-weight: normal;
  border-bottom:none;
}

.catalog .card:hover {
  /* background-color: rgb(0, 51, 129); */
  /* color: rgb(255, 255, 255); */
  box-shadow: rgba(0, 51, 129, 0.8) -1px 8px 8px 0px;
}

.catalog .card img {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.catalog .card-body {
  position: relative;
}

.catalog .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.catalog__link {
  text-transform: uppercase;
  color: #3B2A23;
  font-weight: 700;
  font-size: 13px;
  transition: .2s;
}
.catalog__link:hover{
 color:#C76B4A
}

.catalog__cost {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #C76B4A;
}

.catalog__cost:hover{
  color: #3B2A23;
}
@media (max-width: 768px) {
  .catalog .nav {
    flex-direction: column;
  }
}

/* Общие стили */
.contacts {
  /* background-color: #fcfcfc; */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1a1a1a;
  margin: 80px 0 0 0;
}


.contacts-title {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

/* Карточки левой колонки */
.contact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 24px;
}

.contact-label {
  display: block;
  font-size: 0.75rem;
  color: #8c8c8c;
  margin-bottom: 2px;
}

.contact-value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

a.contact-value:hover {
  color: #0d6efd;
}

/* Форма справа */
.contact-form-wrapper {
  padding-left: 15px;
}

.form-title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.text-primary-blue {
  color: #3B2A23;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Поля ввода */
.input-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 10px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.textarea-card {
  align-items: flex-start;
  padding-top: 12px;
}

.input-icon {
  font-size: 1.1rem;
  margin-right: 14px;
  color: #ff3333;
}

.input-field label {
  display: block;
  font-size: 0.7rem;
  color: #8c8c8c;
  margin-bottom: 2px;
}

.input-field input,
.input-field textarea {
  width: 100%;
  border: none;
  outline: none;
  font-size: 0.85rem;
  font-weight: 700;
  color: #222222;
  background: transparent;
}

.input-field textarea {
  resize: none;
  font-weight: 400;
}

/* Кнопка */
.btn-submit {
  width: 100%;
  background: #C76B4A;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 14px 10px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgb(199 107 74 / 60%);
  transition: all 0.2s ease;
}

.btn-submit:hover {
  background: #3B2A23;
  /* box-shadow: 0 10px 24px rgba(255, 43, 43, 0.35); */
}

/* Соглашение */
.privacy-text {
  font-size: 0.68rem;
  color: #666666;
  line-height: 1.3;
}

.privacy-text a {
  color: #333333;
  text-decoration: underline;
}

/* Общие заголовки */
.section-main-title {
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #111111;
}

.text-red {
  color: #C76B4A;
}

/* Секция "Про компанию" */
.about {
  /* background-color: #ffffff; */
  margin: 80px 0 0 0;
}

.about-text-content p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 16px;
}

/* Сетка галереи */
.about-gallery {
  display: flex;
  gap: 12px;
}

.gallery-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 4px;
  background: #f0f0f0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-tall {
  height: 210px;
}
.item-medium {
  height: 160px;
}
.gallery-item:not(.item-tall):not(.item-medium) {
  height: 120px;
}

/* Секция "Наши преимущества" */
.advantages-section {
  background-color: #fcfcfc;
}

.adv-card {
  height: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.adv-title {
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #111111;
  line-height: 1.3;
}

.adv-card p {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #555555;
  margin-bottom: 12px;
}

/* Список с синими галочками */
.adv-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
}

.adv-list li {
  font-size: 0.85rem;
  font-weight: 700;
  color: #C76B4A;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid #C76B4A;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
}

/* product*/
.product {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #222222;
  background-color: #ffffff;
  margin: 80px 0 0 0;
}

.product-main-title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #F5EFE6;
    padding-bottom: 10px;
}

/* Метаинформация */
.product-meta-info {
  font-size: 0.72rem;
}
.meta-label {
  color: #8c8c8c;
  text-transform: uppercase;
}
.meta-val {
  font-weight: 700;
  color: #111111;
}

/* Изображение */
.product-image-holder img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: 4px;
}

/* Сводка и фичи */
.summary-highlight {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #333333;
}
.summary-subtext {
  font-size: 0.82rem;
  color: #555555;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 12px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-icon {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.feature-icon img {
  max-height: 50px;
  width: 100%;
}

.feature-title {
  font-size: 0.65rem;
  font-weight: 800;
  color: #3B2A23;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 15px 0 0 0;
}

/* Красная кнопка */
.btn-cost-calculator {
  background: #C76B4A;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 16px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgb(199 107 74 / 60%);
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.btn-cost-calculator:hover {
  background: #3B2A23;
  /* box-shadow: 0 10px 24px rgba(255, 43, 43, 0.35); */
}

/* Табы */
.custom-tabs {
  border-bottom: 2px solid #F5EFE6;
}

.custom-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #8c8c8c;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 0;
  margin-right: 24px;
}

.custom-tabs .nav-link.active {
  color: #3B2A23;
  background: transparent;
  border-bottom-color: #3B2A23;
}

.custom-tab-content {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #444444;
}

.content-block-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
}

.custom-check-list {
  list-style: none;
  padding-left: 0;
}

.custom-check-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}

.custom-check-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #222222;
}

/* Блок преимуществ с цифрами */
.advantages-block-title {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.adv-numbered-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.adv-num-item {
  display: flex;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}

.adv-num {
  font-size: 1rem;
  font-weight: 800;
  color: #111111;
  background: #ffffff;
  border-right: 1px solid #e2e8f0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adv-textt {
  font-size: 0.75rem;
  color: #444444;
  padding: 10px 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}


/* Модальное окно */
.callback-modal-content {
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #fff;
}

/* Кнопка закрытия */
.callback-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0.6;
}
.callback-btn-close:hover {
  opacity: 1;
}

/* Заголовки */
.modal-title-main {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #111827;
}

.modal-subtitle {
  color: #4b5563;
  font-size: 1.05rem;
}

.modal-category-tag {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: 0.5px;
}

/* Кастомные инпуты */
.custom-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 18px;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-input-group:focus-within {
  border-color: #e52d27;
  box-shadow: 0 0 0 3px rgba(229, 45, 39, 0.1);
}

.input-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-label {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-bottom: 2px;
}

.custom-form-control {
  border: none;
  outline: none;
  padding: 0;
  font-weight: 700;
  font-size: 1rem;
  color: #111827;
  background: transparent;
  width: 100%;
}

.custom-form-control::placeholder {
  color: #6b7280;
  font-weight: 700;
}

/* Кнопка отправки */
.btn-submit-callback {
  background-color: #C76B4A;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 20px rgb(199 107 74 / 60%);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-submit-callback:hover {
  background-color: #3B2A23;
  color: #fff;
  transform: translateY(-1px);
}

/* Соглашение */
.privacy-notice {
  font-size: 0.85rem;
  color: #4b5563;
  line-height: 1.4;
}

.privacy-link {
  color: #111827!important;
  font-weight: 600;
}
.privacy-link:hover {
  color: #e52d27;
}

/* Фоновая секция */
.thanks-section {
  background-color: #f8f9fa;
}

/* Карточка */
.thanks-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Заголовки */
.thanks-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.5px;
}

.thanks-subtitle {
  font-size: 1.1rem;
  color: #4b5563;
  line-height: 1.5;
}

.thanks-divider {
  border-top: 1px solid #e5e7eb;
  opacity: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Список */
.thanks-list-text {
  color: #00469b;
  font-size: 1.05rem;
}

.thanks-check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Акцентный заголовок */
.thanks-offer-title {
  font-size: 1.35rem;
  font-weight: 900;
  color: #111827;
  line-height: 1.3;
}

/* Кнопка */
.btn-thanks-return {
  background-color: #e52d27;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px 36px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(229, 45, 39, 0.35);
  transition: all 0.2s ease;
}

.btn-thanks-return:hover {
  background-color: #c8231c;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(229, 45, 39, 0.45);
}


/* Страница 404 */
.not-found-section {
  background-color: #ffffff;
}

.not-found-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.5px;
}

.not-found-subtitle {
  font-size: 1.25rem;
  color: #4b5563;
  font-weight: 500;
}

/* Иллюстрация */
.not-found-circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-found-illustration {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0, 70, 155, 0.15));
  transition: transform 0.3s ease;
}

.not-found-illustration:hover {
  transform: scale(1.02);
}

/* Кнопка */
.btn-not-found-home {
  background-color: #e52d27;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 16px 36px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 25px rgba(229, 45, 39, 0.4);
  transition: all 0.2s ease;
}

.btn-not-found-home:hover {
  background-color: #c8231c;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(229, 45, 39, 0.5);
}

/* Адаптив под мобильные */
@media (max-width: 576px) {
  .not-found-title {
      font-size: 2.2rem;
  }
  .not-found-subtitle {
      font-size: 1.05rem;
  }
  .not-found-illustration {
      width: 210px;
      height: 210px;
  }
}
.main-tell-link{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
/* .main-tell{
  background: #ff3233;
    padding: 15px;
    border-radius: 100%;
    width: 70px;
}
.main-tell-img{
max-width: 55px;
} */

/* Контейнер-ссылка */
.main-tell-link {
  display: inline-block;
  text-decoration: none;
}

/* Круглый блок кнопки */
.main-tell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25d366; /* Зеленый цвет связи (можете изменить на свой) */
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Пульсирующая внешняя волна */
.main-tell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: phone-pulse 2s infinite ease-out;
  z-index: -1;
}

/* Картинка иконки */
.main-tell-img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* --- Эффекты при наведении (:hover) --- */

/* Увеличение кружка */
.main-tell-link:hover .main-tell {
  background-color: #20ba5a;
  transform: scale(1.1);
}

/* Вибрация / покачивание трубки SVG */
.main-tell-link:hover .main-tell-img {
  animation: phone-shake 0.6s ease-in-out infinite alternate;
}

/* --- Keyframes (Анимации) --- */

/* Анимация раскачивания трубки */
@keyframes phone-shake {
  0% {
      transform: rotate(0deg);
  }
  20% {
      transform: rotate(-15deg);
  }
  40% {
      transform: rotate(15deg);
  }
  60% {
      transform: rotate(-10deg);
  }
  80% {
      transform: rotate(10deg);
  }
  100% {
      transform: rotate(0deg);
  }
}

/* Анимация пульсации волны */
@keyframes phone-pulse {
  0% {
      transform: scale(1);
      opacity: 0.8;
  }
  100% {
      transform: scale(1.6);
      opacity: 0;
  }
}

.custom-tooltip .tooltip-inner {
  background-color: #25d366; /* Зеленый фон под стиль кнопки */
  color: #ffffff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #25d366; /* Стрелочка снизу */
}

.tell-wrapper{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  width: 70px;
  height: 70px;
}


body{
  background-color: #F5EFE6!important;
}

.red{
color: #C76B4A!important;
}

.appliance .card:hover{
background: #3B2A23!important;
}

.privacy-page{
  margin-top: 80px;
}