

/* Start:/bitrix/templates/thermoline/template_styles.css?176792264913064*/
  :root {
      --ryt-orange: #FF6B00;
      --ryt-black: #121212;
      --ryt-dark: #0f0f0f;
      --ryt-darker: #0a0a0a;
      --ryt-gray: #333;
      --ryt-light-gray: #aaa;
  }

  body {
      font-family: 'Segoe UI', system-ui, sans-serif;
      background-color: var(--ryt-black);
      color: #fff;
      line-height: 1.6;
      overflow-x: hidden;
  }

  .text-muted {
      --bs-text-opacity: 1;
      color: #fff !important;
  }

  /* Top Bar */
  .top-bar {
      background-color: #000;
      font-size: 0.875rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Header */
  header.sticky-top {
      background-color: rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(8px);
      z-index: 1030;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .navbar-brand {
      font-weight: 700;
      font-size: 1.75rem;
      color: var(--ryt-orange) !important;
  }

  .nav-link {
      text-transform: uppercase;
      letter-spacing: 0.8px;
      font-size: 0.9rem;
      font-weight: 500;
      color: #fff !important;
      transition: color 0.3s;
  }

  .nav-link:hover,
  .nav-link:focus {
      color: var(--ryt-orange) !important;
  }

  /* Hero */
  .hero {
      height: 100vh;
      min-height: 600px;
      display: flex;
      align-items: center;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
          url('https://images.unsplash.com/photo-1581092918056-0c2d3363c2d0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') center/cover no-repeat;
  }

  .hero-title {
      font-size: 3rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
  }

  .hero-title span {
      color: var(--ryt-orange);
  }

  .hero-subtitle {
      font-size: 1.25rem;
      opacity: 0.9;
      max-width: 650px;
  }

  .btn-ryt {
      background-color: var(--ryt-orange);
      color: #000;
      font-weight: 600;
      padding: 0.75rem 1.5rem;
      border-radius: 4px;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: none;
  }

  .btn-ryt:hover {
      background-color: #e05a00;
      transform: translateX(5px);
      box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
  }

  /* Cards */
  .card-hover {
      background: rgba(30, 30, 30, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 8px;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      height: 100%;
  }

  .card-hover:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
      border-color: rgba(255, 107, 0, 0.3);
  }

  .card-icon {
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      background: rgba(255, 107, 0, 0.1);
      border-radius: 50%;
      font-size: 1.75rem;
      color: #fff;
  }

  .card-icon.orange {
      background: rgba(255, 107, 0, 0.2);
  }

  .card-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem;
  }

  /* Section titles */
  .section-title {
      position: relative;
      font-size: 2.25rem;
      margin-bottom: 3rem;
      text-align: center;
  }

  .section-title::after {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: var(--ryt-orange);
  }


        .section-title-left {
            position: relative;
            font-size: 2.25rem;
            margin-bottom: 3rem;
            text-align: left;
        }
    
        .section-title-left::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 30px;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: var(--ryt-orange);
        }

  /* Values */
  .values-text {
      font-size: 2rem;
      font-weight: 300;
      line-height: 1.4;
      text-align: right;
  }

  .values-text span {
      display: block;
      font-weight: 700;
      font-size: 2.5rem;
      color: var(--ryt-orange);
  }

  /* Footer */
  footer {
      background-color: #080808;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-heading {
      font-size: 1.25rem;
      color: var(--ryt-orange);
      margin-bottom: 1.25rem;
  }

  .footer-link {
      color: #ccc;
      text-decoration: none;
      margin-bottom: 0.5rem;
      display: inline-block;
      transition: color 0.2s;
  }

  .footer-link:hover {
      color: var(--ryt-orange);
  }

  .copyright {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding-top: 1rem;
      font-size: 0.875rem;
      opacity: 0.7;
  }

  /* Responsive adjustments */
  @media (max-width: 991.98px) {
      .hero-title {
          font-size: 2.5rem;
      }

      .hero-subtitle {
          font-size: 1.1rem;
      }

      .section-title {
          font-size: 2rem;
      }

      .values-text {
          text-align: left;
      }

      .values-text span {
          font-size: 2.25rem;
      }
  }

  @media (max-width: 767.98px) {
      .hero {
          min-height: 500px;
      }

      .hero-title {
          font-size: 2rem;
      }

      .hero-subtitle {
          font-size: 1rem;
      }

      .section-title {
          font-size: 1.75rem;
      }

      .navbar-brand {
          font-size: 1.5rem;
      }

      .values-text {
          font-size: 1.5rem;
      }

      .values-text span {
          font-size: 2rem;
      }
  }

  /* Animation */
  .fade-up {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .fade-up.appear {
      opacity: 1;
      transform: translateY(0);
  }

  .navbar-toggler {
      background: #ffffff;
  }

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/** **/


/* Базовое */
.dropdown-menu {
    border-radius: 8px;
    padding: 8px 0;
}

/* Подменю */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
}

/* ===== HOVER ТОЛЬКО НА ДЕСКТОПЕ ===== */
@media (min-width: 992px) {

    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

}


/* вложенное меню */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
}

/* стрелка вправо */
.dropdown-submenu>a::after {
    content: "›";
    float: right;
    font-size: 18px;
    margin-top: -2px;
}

/* hover для десктопа */
@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}


/** **/
.fw-ur {
    text-transform: uppercase;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: 0;
    text-decoration: none;
    color: #ff6b00;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
    color: #ffffff;
}

li.nav-item a.nav-link.active {
    color: #ff6b00!important;
}

.img-100{
    width: 100%;
    height: auto;
}

/** **/
.faq {
    margin: 15px 0;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    font-size: 42px;
    font-weight: 500;
}

.faq-label {
    opacity: 0.6;
    font-size: 14px;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: #2a2a2a;
    color: #fff;
    border: none;
    padding: 24px 70px 24px 24px;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.faq-question .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 100%;
    background: #ff6a00;
}

.faq-question .icon::before,
.faq-question .icon::after {
    content: '';
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faq-question .icon::before {
    width: 18px;
    height: 2px;
}

.faq-question .icon::after {
    width: 2px;
    height: 18px;
}

.faq-item.active .icon::after {
    display: none;
}

.faq-answer {
    background: #1a1a1a;
    padding: 0 24px;
    font-size: 16px;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    padding: 24px;
    max-height: 300px;
    opacity: 1;
}

/** **/
.advantages-section {
    margin: 0 auto;
}

.advantages-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 500;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.advantage-card {
    background: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);
    z-index: 1;
}

.advantage-card.icon-orange {
    background: #ff7a00;
}

.advantage-card.icon-orange::before {
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.3) 50%, rgba(255, 122, 0, 0.6) 50%);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    z-index: 2;
}

.advantage-card.icon-orange .icon-wrapper {
    background: rgba(255, 255, 255, 0.9);
}

.icon-wrapper svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.advantage-card.icon-orange .icon-wrapper svg {
    fill: #ff7a00;
}

.card-text {
    font-size: 14px;
    line-height: 1.5;
    z-index: 2;
}

/* Иконки SVG — встроенные */
.icon-badge {
    fill: #fff;
}

.icon-package {
    fill: #aaa;
}

.icon-cycle {
    fill: #aaa;
}

.icon-certificate {
    fill: #aaa;
}

.icon-design {
    fill: #aaa;
}

.icon-clock {
    fill: #aaa;
}

.icon-gear {
    fill: #aaa;
}

.icon-shield {
    fill: #aaa;
}

@media (max-width: 1024px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }
}

/** **/
.contact-block {
    display: flex;
    gap: 40px;
}

@media (max-width: 768px) {
    .contact-block {
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }
}

/* Левая колонка — текст */
.contact-text {
    flex: 1;
}

.contact-text .tag {
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.contact-text p {
    font-size: 14px;
    color: #ccc;
    max-width: 400px;
}

/* Правая колонка — форма */
.contact-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    position: relative;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #333;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    transition: border-color 0.2s;
}

.form-group input:focus {
    outline: none;
    border-color: #ff6901;
}

.form-group input::placeholder {
    color: #666;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #ccc;
}

.checkbox-container input[type="checkbox"] {
    accent-color: #ff6901;
    margin-top: 4px;
}

.checkbox-container a {
    color: #fff;
    text-decoration: underline;
    margin-left: 2px;
}

.submit-btn {
    background-color: #ff6901;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #e26104;
}

.submit-btn::after {
    content: "→";
    font-weight: bold;
}

.bg-darker-fos {
    background-color: #0c0c0c;
}

/* End */
/* /bitrix/templates/thermoline/template_styles.css?176792264913064 */
