:root {
  --bs-font-sans-serif: "Helvetica Neue", sans-serif;
  --bs-primary: #01529B;
  --bs-primary-rgb: 1, 82, 155;
  --bs-secondary: #295EAA;
  --bs-secondary-rgb: 41, 94, 170;
  --bs-info: #4382B7;
  --bs-info-rgb: 67, 130, 183;
  --bs-gray: #94A7B6;
  --bs-gray-rgb: 148, 167, 182;
  --bs-light: #E5EEF7;
  --bs-light-rgb: 229, 238, 247;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica-Neue-Regular.woff2") format("woff2"), url("../fonts/Helvetica-Neue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica-Neue-Medium.woff2") format("woff2"), url("../fonts/Helvetica-Neue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica-Neue-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Neue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.offcanvas-header {
  padding: 16px;
}
.offcanvas-lg {
  --bs-offcanvas-width: 240px;
  --bs-offcanvas-bg: var(--bs-primary);
  --bs-offcanvas-padding-x: 40px;
}
.offcanvas-lg .btn-close {
  --bs-btn-close-opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.43164 17.5684L17.5686 6.43143' stroke='white' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M6.43164 6.43164L17.5686 17.5686' stroke='white' stroke-width='2.25' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  height: 24px;
  width: 24px;
  display: flex;
  margin-right: 0;
  padding: 0;
  background-size: cover;
}

.swiper-slide {
  display: flex;
  height: auto;
}
.swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 24px;
}
.swiper-pagination-bullet {
  background-color: var(--bs-gray);
  opacity: 0.5;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.page-slider {
  width: 100%;
}
.page-slider img {
  border-radius: 16px;
  display: block;
  max-width: 100%;
}
.page-slider .swiper-slide {
  width: auto;
}

@media (max-width: 575.98px) {
  body {
    --bs-body-font-size: 14px;
  }
}

[data-hero-type] .btn-back {
  display: flex !important;
}

@media (max-width: 767.98px) {
  [data-hero-type=autonomous] .hero-side-first {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  [data-hero-type=station] .hero-side-second {
    display: flex;
  }
}

.btn-back {
  display: none !important;
}

.overflow-x {
  overflow-x: hidden;
}

.text-gray {
  color: var(--bs-gray) !important;
}

small, .small {
  font-size: 12px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 16px;
  font-weight: 500;
  line-height: 1.2;
  font-size: var(--bs-body-font-size);
}
@media (max-width: 575.98px) {
  .btn {
    min-height: 40px;
  }
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
}

.icon {
  flex: none;
  height: 24px;
  width: 24px;
}

.section {
  padding: 40px 0;
}
.section__row {
  row-gap: 80px;
}
@media (max-width: 767.98px) {
  .section__row {
    row-gap: 40px;
  }
}
.section-icon {
  flex: none;
  height: 48px;
  width: 48px;
}
@media (max-width: 575.98px) {
  .section-icon {
    height: 40px;
    width: 40px;
  }
}
.section-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
.section-list li {
  position: relative;
  padding-left: 1rem;
}
.section-list li::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  flex: none;
  left: 0;
  top: 0.6rem;
  height: 6px;
  width: 6px;
}
.section-list--danger li::before {
  background-color: var(--bs-danger);
}
.section-list--primary li::before {
  background-color: var(--bs-primary);
}

.bnr-lemana {
  position: relative;
  padding: 40px 80px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  background-color: #FFC300; /* жёлтый фон */
  display: flex;
  color: #000; /* текст внутри по умолчанию чёрный */
}

@media (max-width: 767.98px) {
  .bnr-lemana {
    padding: 24px;
  }
}

.bnr-lemana::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFC300; 
  opacity: 0.7;
}

.bnr-lemana .bnr-content {
  z-index: 2;
  position: relative;
  max-width: 600px;
  width: 100%;
  color: #000; /* на всякий случай продублируем */
}

.bnr-lemana .bnr-content__title {
  font-weight: 700;
  font-size: 40px;
  color: #000; /* заголовок чёрный */
}

.bnr-lemana .bnr-content__img {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .bnr-lemana .bnr-content__img {
    width: auto;
    height: 100%;
  }
}



.bnr {
  position: relative;
  padding: 40px 80px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  background-color: #050206;
  display: flex;
}
@media (max-width: 767.98px) {
  .bnr {
    padding: 24px;
  }
}
.bnr::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #3f82e4;
  opacity: 0.7;
}
.bnr-content {
  z-index: 2;
  position: relative;
  max-width: 600px;
  width: 100%;
}
.bnr-content__title {
  font-weight: 700;
  font-size: 40px;
}
.bnr-content__img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .bnr-content__img {
    width: auto;
    height: 100%;
  }
}

.container-narrow {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  max-width: calc(1160px + var(--bs-gutter-x));
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.bg-gray {
  background-color: #F6F6F6;
}

.white-space-nowrap {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .fs-4 {
    font-size: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .fs-5 {
    font-size: 17px !important;
  }
}

.gap-5 {
  gap: 2.5rem !important;
}
@media (min-width: 576px) {
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
}

.tab-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 5rem;
  padding: 4px;
  background-color: #F6F6F6;
}
.tab-nav__link {
  border: 0;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  background-color: transparent;
  color: #141414;
  font-weight: 500;
  transition: color 0.25s ease, background-color 0.25s ease;
}
@media (max-width: 575.98px) {
  .tab-nav__link {
    font-size: 10px;
    padding: 12px;
  }
}
.tab-nav__link:nth-child(1).active {
  background-color: var(--bs-danger);
  color: var(--bs-white);
}
.tab-nav__link:nth-child(2).active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.video {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1/0.57;
}

.accordion {
  --bs-border-width: 0;
  --bs-accordion-bg: #F6F6F6;
  --bs-accordion-active-bg: #E5EEF7;
  --bs-accordion-inner-border-radius: 12px;
}
.accordion-item {
  background-color: transparent !important;
  margin-bottom: 12px;
  border: none !important;
  border-radius: var(--bs-accordion-inner-border-radius) !important;
}
.accordion-body {
  color: var(--bs-gray);
}
.accordion-button {
  border-radius: var(--bs-accordion-inner-border-radius) !important;
  outline: none !important;
}
.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-collapse.show {
  background-color: var(--bs-accordion-active-bg);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}

/*header*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

/*End header*/
/*Hero*/
.hero {
  position: relative;
  min-height: 100vh;
  height: 100%;
  color: var(--bs-white);
}
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.5vw;
  }
}
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 22px;
  }
  .hero-title br {
    display: none;
  }
}
.hero-main {
  position: relative;
  z-index: 1;
  padding: 20vh 0;
  min-height: inherit;
}
@media (max-width: 575.98px) {
  .hero-main {
    padding: 15vw 0 10vh;
  }
}
.hero-main__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero-main__img {
    grid-template-columns: 1fr;
  }
}
.hero-main__img-item {
  height: 100%;
}
.hero-main__img-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-main__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--bs-primary-rgb), 0.8);
  pointer-events: none;
}
.hero-side {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
}
.hero-side::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--bs-primary-rgb), 0.8);
  pointer-events: none;
}
.hero-side__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-side__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-side__content {
  position: relative;
  z-index: 1;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-side__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.hero-side__list {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: var(--bs-secondary);
}
.hero-side__list li {
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.hero-side__list li:nth-child(even) {
  background-color: var(--bs-info);
}

/*End hero*/
/*nav*/
.nav {
  display: flex;
  gap: 1rem 2rem;
}
@media (max-width: 1199.98px) {
  .nav {
    gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  .nav {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }
}
.nav a {
  color: var(--bs-white);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.25s ease;
}
.nav a:hover, .nav a.active {
  border-color: currentColor;
}
.nav__btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 16px;
  top: 16px;
}

/*End nav*/
/*step*/
.step {
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  margin: 0;
  place-self: center;
}
@media (max-width: 991.98px) {
  .step {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .step {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .step {
    grid-template-columns: 1fr;
  }
}
.step-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--bs-light);
  padding: 2rem;
  border-radius: 1rem;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .step-item {
    padding: 1rem;
  }
}
@media (max-width: 575.98px) {
  .step-item {
    flex-direction: row;
  }
}
.step-item::before {
  counter-increment: step;
  content: counter(step);
  font-weight: 700;
  font-size: 20px;
  background-color: var(--bs-gray);
  border-radius: 10px;
  color: var(--bs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  aspect-ratio: 1;
  height: 40px;
  width: 40px;
}

/*End step*/
/*advantages*/
.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .advantages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .advantages {
    grid-template-columns: 1fr;
  }
}
.advantages-item {
  position: relative;
  background-color: #F6F6F6;
  border-radius: 1rem;
  padding: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .advantages-item {
    align-items: flex-start;
    aspect-ratio: 1;
  }
}
@media (max-width: 991.98px) {
  .advantages-item {
    padding: 1rem;
  }
}
.advantages-item__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 575.98px) {
  .advantages-item__content {
    max-width: 80%;
  }
}
.advantages-item__img {
  mix-blend-mode: darken;
  max-width: 80px;
}
@media (min-width: 576px) {
  .advantages-item__img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/*End advantages*/
/*feedback*/
@media (min-width: 768px) {
  .feedback {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .feedback-slider {
    max-height: 480px;
    overflow-y: auto;
    padding: 0 50px;
  }
  .feedback-slider::-webkit-scrollbar {
    max-width: 4px;
    min-height: 4px;
    border-radius: 4px;
  }
  .feedback-slider::-webkit-scrollbar-track {
    background-color: rgba(var(--bs-gray-rgb), 0.2);
  }
  .feedback-slider::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .feedback-slider {
    padding: 0 100px;
  }
}
.feedback-item {
  background-color: var(--bs-light);
  padding: 24px;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.feedback-item__user {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .feedback-item__user {
    gap: 0;
  }
}
.feedback-item__avatar {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .feedback-item__avatar {
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .feedback .swiper-wrapper {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .feedback .swiper-slide {
    display: flex;
  }
  .feedback .swiper-slide .feedback-item {
    width: calc(100% - 104px);
  }
  .feedback .swiper-slide .feedback-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
  }
  .feedback .swiper-slide:nth-child(odd) .feedback-item {
    margin-left: auto;
    border-bottom-left-radius: 0;
  }
  .feedback .swiper-slide:nth-child(odd) .feedback-item::after {
    left: -15px;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent var(--bs-light) transparent;
  }
  .feedback .swiper-slide:nth-child(odd) .feedback-item__avatar {
    left: -104px;
  }
  .feedback .swiper-slide:nth-child(even) .feedback-item {
    margin-right: auto;
    border-bottom-right-radius: 0;
  }
  .feedback .swiper-slide:nth-child(even) .feedback-item::after {
    right: -15px;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent var(--bs-light);
  }
  .feedback .swiper-slide:nth-child(even) .feedback-item__avatar {
    right: -104px;
  }
}

/*End feedback*/
/*why*/
.why {
  background-image: url(../img/why-bg.png);
  background-image: url(../img/why-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .why {
    padding: 40px 0;
  }
}
.why-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-list {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--bs-white);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .why-list {
    position: absolute;
  }
}
@media (max-width: 1199.98px) {
  .why-list li {
    font-size: 1.4vw;
  }
}
@media (max-width: 767.98px) {
  .why-list li {
    font-size: 14px;
    position: relative;
    padding-left: 1rem;
  }
  .why-list li::before {
    content: "";
    position: absolute;
    flex: none;
    left: 0;
    top: 0.4rem;
    height: 10px;
    width: 10px;
    border: 3px solid var(--bs-white);
    border-radius: 50px;
    background-color: var(--bs-primary);
  }
}
@media (min-width: 768px) {
  .why-list li {
    position: absolute;
    max-width: 300px;
    left: 100%;
  }
  .why-list li:nth-child(1) {
    top: 12%;
    left: 10%;
    max-width: 22%;
  }
  .why-list li:nth-child(2) {
    top: 12%;
    left: 34%;
    max-width: 18%;
  }
  .why-list li:nth-child(3) {
    top: 0%;
    left: 70%;
    max-width: 28%;
  }
  .why-list li:nth-child(4) {
    top: 20%;
    left: 78%;
    max-width: 26%;
  }
  .why-list li:nth-child(5) {
    top: 43%;
    left: 85%;
    max-width: 24%;
  }
  .why-list li:nth-child(6) {
    top: 75%;
    left: 71%;
    max-width: 28%;
  }
  .why-list li:nth-child(7) {
    top: 75%;
    left: 38%;
    max-width: 30%;
  }
  .why-list li:nth-child(8) {
    top: 75%;
    left: 0%;
    max-width: 25%;
  }
  .why-list li:nth-child(9) {
    top: 45%;
    left: 0%;
    max-width: 14%;
  }
}

/* Контейнер с градиентом + логотипом как фоном */
.lemana-hero{
  /* два слоя фона: сверху градиент, ниже логотип */
  background-image:
    linear-gradient(to right, rgba(255,195,0,0.10) 0%, rgba(255,195,0,1) 100%),
    url("img/lem.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center right, right 70%;
  /* на десктопе логотип занимает ~40% ширины */
  background-size: 100% 100%, 40% auto;

  /* высота блока как у синего (можешь подправить) */
  min-height: 280px;
  align-items: center;
}

/* Текст занимает 60% ширины на md+ */
@media (min-width: 768px){
  .lemana-hero__text{ width: 60%; }
}

/* На мобиле текст 100%, логотип становится поменьше, но остаётся фоном */
@media (max-width: 767.98px){
  .lemana-hero{
    background-size: 100% 100%, 65% auto; /* логотип не уезжает вниз */
    background-position: center right, 95% 60%;
    min-height: 260px;
  }
  .lemana-hero__text{ width: 100%; }
}
.lemana-gradient {
  background: linear-gradient(to right, #000000 0%, #FFC300 100%);
  min-height: 280px; /* подгони под высоту синего блока */
}
.lemana-block{
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: .75rem;
  background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.55) 35%, rgba(255,195,0,.1) 60%, #FFC300 100%);
}

.lemana-block::after{
  content:"";
  position:absolute;
  right:24px; top:50%; transform:translateY(-50%);
  width:340px; height:200px;
  background: url("/img/lem.png") no-repeat center/contain; /* абсолютный путь */
  pointer-events:none;
}




/*End why*/
/*footer*/
.footer {
  background-color: #141414;
  padding: 12px 0;
}

/*End footer*/