.custom-tourism-mb {
  margin-bottom: 80px;
}

.tours-custom-mb {
  margin-bottom: 80px;
}

.custom-details-tours {
  margin-bottom: 80px;
}

.custom-faq-mb {
  margin-bottom: 80px;
}

.custom-contact-mb {
  margin-bottom: 80px;
}

.custom-blog-mb {
  margin-bottom: 80px;
}

.blog-details-mg {
  margin-bottom: 80px;
}


.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-icon {
  font-size: 2rem;
  cursor: pointer;
  color: #333;
  transition: color 0.2s;
}

.lang-icon:hover {
  color: #007bff;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 140px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 100;
  padding: 0.5rem 0;
}

.lang-item {
  display: block;
  padding: 8px 20px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.lang-item:hover {
  background: #f0f0f0;
  color: #007bff;
}


.lang-item {
  background: none;
  border: none;
  color: inherit;
  padding: 0.7em 1.2em;
  font: inherit;
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  transition: background 0.2s;
}

.lang-item:hover, .lang-item:focus {
  background: #f5f5f5;
}

.custom-blog-standart {
  margin-bottom: 80px;
}

.download-pdf-btn {
  display: inline-flex;
  align-items: center;
  background: #ff4838;
  color: #fff;
  border-radius: 40px;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  gap: 10px;
  box-shadow: none;
  border: none;
  transition: background 0.2s;
}

.download-pdf-btn:hover {
  background: #d93a2b;
  color: #fff;
  text-decoration: none;
}

.pdf-icon {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

.download-pdf-btn {
  display: inline-flex;
  align-items: center;
  background: #ff4838;
  color: #fff;
  border-radius: 40px;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  gap: 10px;
  border: none;
  transition: background 0.2s;
  cursor: pointer;
}

.download-pdf-btn:hover {
  background: #d93a2b;
  color: #fff;
  text-decoration: none;
}

.download-pdf-btn.disabled-btn {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
  background: #ff4838;
  color: #fff;
  text-decoration: none;
}

.pdf-icon {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

.no-faq-message {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  margin: 24px auto 0 auto;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  font-size: 1em;
  font-style: italic;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  min-width: 220px;
  max-width: 100%;
}

.custom-package-mb {
  margin-bottom: 80px;
}

.modern-modal {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.18);
  border: none;
  padding: 32px 24px 24px 24px;
  backdrop-filter: blur(8px);
}

.modern-input {
  border-radius: 16px;
  border: 1px solid #e0e6ed;
  background: rgba(245, 247, 250, 0.9);
  font-size: 1.1rem;
  color: #1a2954;
  font-weight: 500;
  box-shadow: none;
  transition: border 0.2s, box-shadow 0.2s;
}

.modern-input:focus {
  border: 1.5px solid #3b6fd6;
  background: #f0f4fa;
  outline: none;
  box-shadow: 0 0 0 2px #3b6fd633;
}

.modern-btn {
  background: linear-gradient(90deg, #ff4838 0%, #ff6a4d 100%);
  color: #fff;
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 14px 0;
  border: none;
  box-shadow: 0 4px 24px rgba(255, 72, 56, 0.12);
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background 0.2s, box-shadow 0.2s;
}

.modern-btn:hover, .modern-btn:focus {
  background: linear-gradient(90deg, #d93a2b 0%, #ff4838 100%);
  color: #fff;
  box-shadow: 0 6px 32px rgba(255, 72, 56, 0.18);
}

/* Цвет фокуса для input */
.modern-input:focus {
  border: 1.5px solid #ff4838;
  background: #f0f4fa;
  outline: none;
  box-shadow: 0 0 0 2px #ff483833;
}

/* Стили для крестика (кнопки закрытия) */
.btn-close {
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

/* При наведении или фокусе — оранжевая рамка */
.btn-close:hover,
.btn-close:focus {
  border-color: #ff4838;
  box-shadow: 0 0 0 2px #ff483855;
}

.subscribe-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px; /* чтобы блок был не слишком маленьким */
  padding: 32px 16px;
  background: transparent;
  border-radius: 12px;
  box-sizing: border-box;
}

.success-icon {
  color: #28a745;
  font-size: 3em;
  margin-bottom: 16px;
}

.success-title {
  color: #17643b;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.success-text {
  color: #17643b;
  font-size: 1.1em;
  text-align: center;
}

.success-phone {
  font-weight: bold;
  color: #17643b;
  font-size: 1.2em;
}

@media (min-width: 992px) {
  /* Центрируем по вертикали на десктопе */
  .newslatter-form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 500px; /* или подбери под свой дизайн */
  }

  .subscribe-success {
    min-height: 250px;
    padding: 48px 32px;
  }
}

@media (max-width: 991.98px) {
  .subscribe-success {
    min-height: 180px;
    padding: 24px 8px;
  }

  .success-title, .success-text {
    font-size: 1em;
  }

  .success-phone {
    font-size: 1em;
  }
}

.custom-about-us {
  margin-bottom: 80px;
  margin-top: 80px;
}

.custom-block-bg-about-us {
  margin-bottom: 80px;
}

.custom-mice {
  margin-bottom: 80px;
}

