@import url("assets/fonts/fonts.css");
/*   
Theme Name: bfa
Theme URI: bfa.ru
Description: Сайт БФА
Author: Zadnaya Parta
Author URI: zadnayaparta.ru
Version: 1
.
Создано специально для БФА
.
*/

/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Cakra";
  src: url("assets/fonts/Cakra-Normal.woff") format("woff");
  src: url("assets/fonts/Cakra-Normal.woff2") format("woff2");
  src: url("assets/fonts/Cakra-Normal.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
body {
  background-color: rgba(255, 255, 255, 1);
  overflow-x: hidden;
  font-family:
    Manrope,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
}
.header {
  /*background-color: rgba(57, 56, 56, 1);*/
  display: flex;
  width: 100%;
  /*
   padding-left: 7px;
  padding-right: 70px;
  padding-top: 4px;
  padding-bottom: 5px;*/
  flex-direction: column;
  /*align-items: center;*/
  font-family:
    Manrope,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  color: rgba(255, 255, 255, 1);
  justify-content: center;
}
/* Top header section */
.top-header {
  background-color: rgba(255, 255, 255, 1);

  display: flex;
  width: 100%;
  /*
  padding-left: 70px;
  padding-right: 70px;
  */
  flex-direction: column;
  align-items: center;
  font-family:
    Manrope,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  font-weight: 600;
}

.top-header-container {
  display: flex;
  width: 100%;
  margin: auto;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  color: rgba(121, 121, 121, 1);
}

.top-menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.top-nav-link {
  margin-right: 30px;
}
.top-nav-link:hover {
  border-top: 5px solid rgb(233, 111, 109);
  border-bottom: 5px solid rgb(233, 111, 109);
}
.top-nav-link.selected {
  border-top: 5px solid rgba(213, 13, 8, 1);
  border-bottom: 5px solid rgba(213, 13, 8, 1);
}

.top-nav-link a {
  display: block;
  text-decoration: none;
  color: #797979;
  padding: 15px 0px 14px 0;
}
.top-nav-link.selected a {
  text-decoration: none;
  color: #101010;
}

.phone-number {
  color: rgba(16, 16, 16, 1);
  font-size: 22px;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

/* Main navigation */
.main-header {
  width: 100%;
  background-color: rgba(57, 56, 56, 1);
}

.main-header-container {
  display: flex;
  flex-direction: row;
  max-width: 1360px;
  margin: auto;
  align-items: center;
  /*gap: 20px;*/
  flex-wrap: wrap;
  justify-content: space-between;
  container-type: inline-size;
}
.main-nav {
  display: flex;
  /*width: 100%;*/
  /* margin-left: 68px;
  margin-right: 161px; */
  /*
  padding-top: 4px;
  padding-bottom: 5px;*/
  flex-direction: row;
  align-items: center;
  font-family:
    Manrope,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  color: rgba(255, 255, 255, 1);
  justify-content: center;
}
.main-menu {
  display: flex;
  list-style: none;
  margin-top: auto;
  margin-bottom: auto;
  gap: 50px;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  margin: 0 20px;
  /*
  margin-left: 68px;
  margin-right: 161px;*/
}
.main-nav-link {
  display: block;
  text-decoration: none;
  /* padding: 23px 0px 24px 0; */
}
.main-nav-link a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 0px 15px 0;
}

.menu-toggle {
    width: 25px;
    height: 25px;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
     z-index: 3;
}
.menu-ic {
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.menu-ic::before, .menu-ic::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.menu-ic::before {
    top: -8px;
}
.menu-ic::after {
    top: 8px;
}
.nav-buttons {
  display: flex;
  align-items: stretch;
  gap: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  flex-wrap: wrap;
}
@container (max-width: 1175px) {
  .nav-buttons {
    width: 100%;
    justify-content: right;
  }
}
.nav-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(213, 13, 8, 1);
  width: 230px;
  height: 45px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
}
.pay-button img {
  width: 16px;
}

.account-button img {
  width: 12px;
}

.button-icon {
  aspect-ratio: 0.71;
  object-fit: contain;
  object-position: center;
  width: 10px;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

/* Hero section */
.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 920px;
  width: 100%;
  padding: 160px 80px 60px;
  align-items: center;
  font-weight: 400;
}

.hero-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1360px;
  flex-direction: column;
}

.hero-title {
  color: #101010;
  font-size: 100px;
  font-family: "Cakra", Manrope, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  color: #101010;
  align-self: start;
}

.hero-form-container {
  align-self: end;
    display: flex;
    margin-top: 210px;
    width: 600px;
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-family: Manrope, -apple-system, Manrope, Helvetica, sans-serif;
    background: linear-gradient(180deg, #00000080, #00000060);
    padding: 30px;
}

.form-heading {
  color: rgba(255, 255, 255, 1);
  font-size: 35px;
  font-family:
    Cakra,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  line-height: 35px;
  align-self: start;
}

.form-inputs {
  display: flex;
  margin-top: 25px;
  align-items: stretch;
  gap: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  flex-wrap: wrap;
}

.input-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: fit-content;
}

.input-label {
  margin-left: 10px;
}

.input-border {
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 1);
  height: 6px;
  width: 100%;
}

.address-label {
  margin-top: 24px;
  margin-left: 10px;
}

.form-actions {
  align-self: start;
  display: flex;
  margin-top: 15px;
  align-items: stretch;
  gap: 20px;
  font-weight: 600;
  /*flex-wrap: wrap;*/
}

.connect-button {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 49px;
  font-size: 18px;
  color: rgba(16, 16, 16, 1);
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.privacy-notice {
  color: #bdbdbd;
  font-size: 14px;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 400;
}

.privacy-link {
  font-weight: 400;
  text-decoration: underline;
  color: #bdbdbd;
}

/* Red divider */
.red-divider {
  background-color: rgba(213, 13, 8, 1);
  height: 80px;
  width: 100%;
}
.red-divider-half {
  background-color: rgba(213, 13, 8, 1);
  height: 40px;
  width: 100%;
}
/* Tariffs section */
.tariffs-section,
.benefits-section,
.image-section {
  background: linear-gradient(180deg, #ffebc6 0%, #ffefd4 100%);
  padding: 52px 0 205px;
  position: relative;
  overflow: hidden;
}

/* Водяной знак */
.tariffs-section::before {
  content: "тарифы для подключения";
  position: absolute;
  font-family: "Cakra", sans-serif;
  font-weight: 400;
  font-size: 350px;
  color: rgba(0, 0, 0, 0.03);
  right: -5%;
  top: 0px;
  pointer-events: none;
  /* white-space: nowrap; */
  line-height: 1;
  user-select: none;
  /* letter-spacing: -8px; */
  width: 110%;
  display: inline-block;
  word-break: break-all;
}

.tariffs-container,
.benefits-container,
.image-section-container,
.footer-content,
.main-header-container,
.top-header-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.main-header-container {
  padding: 20px 30px;
}
.tariffs-title,
.benefits-title {
  font-family: "Cakra";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;

  color: #101010;
  /* width: 50%; */
}
/* ── Табы ──────────────────────────────────── */
.tariff-tabs {
  display: flex;
  gap: 0;
  /* border-bottom: 1px solid #D9CEBC; */
  /* margin: 0 22px 0 0; */
  padding: 10px 0 10px 0;
  margin-bottom: 30px;
  justify-content: end;
}

.tariff-tab {
  background: none;
  border: none;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #888;
  margin: 0 30px 0 0;
  padding: 10px 0 10px 0;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: color 0.2s;
  letter-spacing: 0.1px;
}

.tariff-tab:last-child {
  margin: 0;
}

/* .tariff-tab::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #D50D08;
  transition: width 0.2s ease;
} */

.tariff-tab:hover {
  color: #1c1c1c;
  border-top: 5px solid rgb(233, 111, 109);
  border-bottom: 5px solid rgb(233, 111, 109);
}

.tariff-tab.active {
  color: #101010;
  font-weight: 600;
  border-top: 5px solid #d50d08;
  border-bottom: 5px solid #d50d08;
}

/* .tariff-tab.active::after {
  width: calc(100% - 22px); /* не захватывает gap-отступ справа */
/* } */

/* ── Сетка карточек ────────────────────────── */
.tariff-cards {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: start; */
}

/* ── Карточка ──────────────────────────────── */
.tariff-card {
  background: #ffffff;
  padding: 30px;
  position: relative;
  border: 2px solid transparent;
  border-radius: 12px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); */
  transition: box-shadow 0.2s;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.tariff-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ХИТ-карточка */
.tariff-card--hit {
  border-color: #d50d08;
}

/* ── Бейдж «ХИТ» ───────────────────────────── */
.hit-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 10px 0 10px;
  /* transform: translateX(50%); */
  background: #d50d08;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 4px 60px;
  /* text-transform: uppercase; */
  white-space: nowrap;
}

/* ── Подпись «Тариф» ───────────────────────── */
.tariff-label {
  color: #797979;
  font-weight: 400;
  margin-bottom: 6px;
  /* margin-top: 14px; отступ под бейджем у hit, у остальных чуть меньше */
}

/* .tariff-card:not(.tariff-card--hit) .tariff-label {
  margin-top: 0;
} */

/* ── Название тарифа ───────────────────────── */
.tariff-name {
  font-family: "Cakra";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 49px;
  /* text-transform: uppercase; */
  color: #101010;
  margin-bottom: 40px;
  letter-spacing: 0.2px;
}

/* ── Скорость ──────────────────────────────── */
.tariff-speed-label {
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
}

.tariff-speed {
  font-weight: 800;
  font-size: 50px;
  color: #1c1c1c;
  margin-bottom: 30px;
  /* letter-spacing: -0.3px; */
}

/* ── Цена ──────────────────────────────────── */
.tariff-price-label {
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
}

.tariff-price {
  font-weight: 900;
  font-size: 50px;
  color: #d50d08;
  margin-bottom: 50px;
  /* letter-spacing: -0.5px; */
}

.tariff-price-unit {
  /* font-size: 22px;
  font-weight: 800;
  letter-spacing: 0; */
}

/* ── Кнопка ────────────────────────────────── */
.tariff-connect-btn {
  display: block;
  /* width: 100%; */
  background: #d50d08;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 10px 60px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
  margin-left: auto;
}

.tariff-connect-btn:hover {
  background: #b52222;
}

/* Стили слайдера */
  /* .swiper-wrapper {
  align-items: stretch;
} */
.swiper-wrapper .swiper-slide {
  width: 30%;
}

/* ── Адаптив ───────────────────────────────── */
@media (max-width: 840px) {
  .tariff-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .tariff-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .tariff-tabs::-webkit-scrollbar {
    display: none;
  }
  /* Стили слайдера */
  .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .tariff-cards {
    grid-template-columns: 1fr;
    /* max-width: 340px; */
  }
  .tariffs-title {
    font-size: 36px;
  }
  .tariff-tab {
    /* font-size: 13px;
    padding-right: 16px; */
  }
}

/* Benefits section */
.benefits-section,
.image-section {
  background: linear-gradient(180deg, #b6d3d6 0%, #cbdcdd 100%);
  padding-bottom: 142px;
}
.benefits-section::before {
  content: "почему с нами хорошо";
  position: absolute;
  font-family: "Cakra", sans-serif;
  font-weight: 400;
  font-size: 350px;
  color: rgba(0, 0, 0, 0.03);
  right: -16%;
  text-align: center;
  left: -16%;
  top: 0px;
  pointer-events: none;
  /* white-space: nowrap; */
  line-height: 1;
  user-select: none;
  /* letter-spacing: -8px; */
  width: 132%;
  display: inline-block;
}
.benefits-title {
}

.benefits-inner {
  position: relative;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 95px 0px 0px;
  overflow: hidden;
}

/* ── Сетка карточек ────────────────────────── */
.benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 87px;
  position: relative;
  z-index: 1;
  align-items: start;
}

/* ── Карточка ──────────────────────────────── */
.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* ── Иконка ────────────────────────────────── */
.benefit-icon {
  /* width: 76px;
  height: 76px; */
  margin-bottom: 18px;
  flex-shrink: 0;
}

.benefit-icon img {
  /* width: 100%;
  height: 100%; */
  height: 100px;
}

/* ── Название ──────────────────────────────── */
.benefit-card-title {
  font-family: "Cakra", sans-serif;
  font-size: 35px;
  line-height: 1;
  /* text-transform: uppercase; */
  color: #101010;
  margin-bottom: 20px;
  text-align: center;
}

/* ── Описание ──────────────────────────────── */
.benefit-card-text {
  font-size: 17px;
  color: #403f3f;
  line-height: 1.35;
  text-align: justify;
}

/* ── Адаптив ───────────────────────────────── */
@media (max-width: 860px) {
  .benefit-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 40px;
  }
  .benefit-card:last-child {
    grid-column: 1 / -1;
    max-width: 380px;
  }
}

@media (max-width: 520px) {
  .benefit-cards {
    grid-template-columns: 1fr;
  }
  .benefit-card:last-child {
    grid-column: auto;
    max-width: 100%;
  }
  .benefits-title {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
}

.benefits-form-section {
  background-color: rgba(64, 63, 63, 1);
  display: flex;
  /* margin-top: 86px; */
  width: 100%;
  padding: 20px 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefits-form-container {
  width: 100%;
  max-width: 1360px;
}

.benefits-form-row {
  gap: 20px;
  display: flex;
}

.benefits-text-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 56%;
  margin-left: 0px;
}

.benefits-text {
  color: rgba(255, 255, 255, 1);
  font-size: 35px;
  font-family:
    Cakra,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  font-weight: 400;
  line-height: 35px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: stretch;
}

.benefits-form-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 44%;
  margin-left: 20px;
}

.benefits-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-family:
    Manrope,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
}
.benefits-form .form-inputs {
  margin-top: 0;
}

/* Image section */
.image-section {
  /* max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 504px;
  margin-top: 103px;
  width: 100%;
  padding: 0 80px; */
  align-items: center;
  padding: 100px 0 0;
  height: 608px;
  background-image: linear-gradient(180deg, rgba(182, 211, 214, 97%) 0%, rgba(203, 220, 221, 97%) 100%), url("assets/img/bfa.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.image-section-container {
  margin-top: 0;
}
.image-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.wide-image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}

.image-section-title {
  color: #ffffff;
  text-align: center;
}

/* Footer section */
.footer {
  display: flex;
  background-image: url("assets/img/footer.jpg");
  flex-direction: column;
  position: relative;
  min-height: 524px;
  width: 100%;
  padding: 80px 0px;
  align-items: center;
  font-family:
    Manrope,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}

.footer-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.footer-content {
  position: relative;
  display: flex;
  width: 100%;
  /* max-width: 1343px; */
  flex-direction: column;
  align-items: start;
}
.footer-top {
  display: flex;
  width: 100%;
}
.footer-bottom {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  margin-right: 60px;
}
.footer-links {
  align-self: end;
  display: flex;
  /* margin-right: 22px; */
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  /* gap: 20px; */
  font-size: 17px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.footer-column-under {
  width: 100%;
}
.footer-link {
  align-self: start;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.footer-link-spaced {
  margin-top: 15px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.footer-address {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 18px;
}
.footer-address p {
  margin-bottom: 20px;
}
.footer-hours {
  font-size: 16px;
  margin-top: 10px;
}
.footer-email,
.footer-phone {
  text-decoration: none;
  color: #ffffff;
}
.footer-email {
  font-size: 50px;
  font-weight: 700;
  margin-top: 10px;
}

.footer-phone {
  font-size: 110px;
  font-family:
    MEDIUM,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  font-weight: 500;
  line-height: 100px;
  align-self: stretch;
  /* margin-top: 10px; */
}

.footer-made-by {
  border-color: rgba(255, 0, 0, 1);
  border-style: dashed;
  border-width: 1px;
  /* width: 166px; */
  /* max-width: 100%; */
  padding: 5px 16px;
  font-family:
    Helvetica,
    -apple-system,
    Manrope,
    Helvetica,
    sans-serif;
  font-size: 12px;
  color: rgba(148, 148, 148, 1);
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  align-self: end;
  margin-top: 33px;
}

/* Media queries */
@media (max-width: 991px) {

  .top-header {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-header-container {
    max-width: 100%;
    padding: 0;
  }
  .top-nav {
    align-items: start;
    gap: 20px;
    font-size: 12px;
    color: rgba(121, 121, 121, 1);
  }
  .top-nav-link {
    margin-right: 25px;
  }
  .top-nav-link:last-child {
    margin-right: 0;
  }
  .top-nav-link a {
    padding: 10px 0px 10px 0;
  }
  .phone-number {
    font-size: 14px;
  }
  .main-header-container {
    padding: 20px 20px;
  }
  .main-header .logo {
    height: 50px;
  }
  .main-nav {
    max-width: 100%;
    /* padding-left: 20px;
    padding-right: 20px; */
    margin: 0;
  }
  .main-nav {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(64, 63, 63, 1);
    top: 0;
    z-index: 2;
    justify-content: start;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }
  body.menu-expanded {
    overflow: hidden;
  }
  .menu-expanded .main-nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    /* -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; */
}
    .menu-expanded .menu-ic {
        background: transparent;
    }
.menu-expanded .menu-ic::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }
    .menu-expanded .menu-ic::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }
  .main-nav-link {
    /* padding: 15px 0px 15px 0; */
    padding: 5px 0px 5px 0;
  }
  .main-menu {
    display: flex;
    list-style: none;
    margin-top: auto;
    margin-bottom: auto;
    gap: 30px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
  }
  .main-menu {
    flex-direction: column;
    gap: 10px;
    line-height: 10px;
  }
  .nav-links {
    max-width: 100%;
    white-space: initial;
  }

  .nav-buttons {
    width: 100%;
    gap: 20px;
    margin-top: 15px;
    justify-content: center;
  }
  .nav-buttons a {
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 160px;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    flex-grow: 1;
  }
  .pay-button,
  .account-button {
    padding: 0 10px;
  }

  .hero-section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    min-height: 800px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    max-width: 100%;
    font-size: 60px;
    line-height: 55px;
  }

  .hero-form-container {
    margin-top: 100px;
  }
  .form-actions {
    flex-direction: column;
  }
  .form-heading {
    max-width: 100%;
    font-size: 30px;
  }

  .form-inputs {
    max-width: 100%;
  }

  .connect-button {
    padding-left: 20px;
    padding-right: 20px;
    white-space: initial;
  }

  .red-divider {
    max-width: 100%;
  }

  .tariffs-section,
  .benefits-section {
    max-width: 100%;
    font-size: 40px;
    line-height: 44px;
    padding: 50px 0;
  }
  .tariffs-title {
    font-size: 36px;
    line-height: 1;
  }
  .tariff-tabs {
    flex-direction: column;
    padding: 0;
    margin: 50px 0;
  }
  .tariff-tab {
    margin: 0;
  }
  .tariff-connect-btn {
    margin: auto;
  }

  .benefits-section {
    max-width: 100%;
  }
  .benefits-section::before {
    font-size: 240px;
    word-break: break-word;
    right: -20%;
    left: -20%;
    width: 140%;
  }

  .small-red-divider {
    max-width: 100%;
  }

  .benefits-title {
    max-width: 100%;
    /* margin-top: -200px; */
    font-size: 40px;
    line-height: 44px;
  }
  .benefits-inner {
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
  }
  .benefits-form-section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-form-container {
    max-width: 100%;
    margin: 50px 0;
  }

  .benefits-form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }

  .benefits-text-column {
    width: 100%;
  }

  .benefits-text {
    max-width: 100%;
    /* margin-top: 40px; */
    font-size: 25px;
  }

  .benefits-form-column {
    width: 100%;
    margin: 0;
  }

  .benefits-form {
    max-width: 100%;
    margin-top: 40px;
  }
  .image-section {
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .footer {
    max-width: 100%;
    /* padding-left: 20px;
    padding-right: 20px; */
    background-image: none;
    background-color: #403E3F;
  }

  .footer-content {
    max-width: 100%;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 60px;
    width: fit-content;
  }
  .footer-links {
    /* margin-right: 10px; */
    justify-content: start;
  }

  .footer-column {
    margin-right: 50px;
  }

  .footer-link-margin {
    margin-right: 5px;
  }

  .footer-address {
    margin-top: 40px;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
  }

  .footer-email {
    font-size: 40px;
  }

  .footer-phone {
    max-width: 100%;
    font-size: 26px;
  }

  .footer-made-by {
    padding-right: 20px;
    align-self: start;
  }
}

@media screen and (min-width: 992px) {
    .hide-xl {
        display: none !important;
    }
}

.nowrap {
  white-space: nowrap;
}
