:root {
  --bg-main: #fff4ec;
  --primary: #000;
  --secondary: #9d9cff;
  --accent: #a095ff;
  --text-muted: #555;
  --radius-lg: 28px;
  --radius-md: 20px;
}

body {
  font-family: 'Manrope', sans-serif;
  background: var(--bg-main);
  color: #111;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
.features-section7 .partner-box .row {
  justify-content: space-between;
  align-items: flex-start !important;
}
.features-section7 .partner-box {
  padding: 55px;
  padding-right: 143px;
}
.features-section7 .partner-box form {
  margin-top: 27px;
}
.features-section7 .partner-box form .mb-2 {
  margin-bottom: 1rem !important;
}
.features-section7 .partner-box form .btn-start {
  height: 65px;
  margin-top: 1rem;
  font-size: 18px;
}
.features-section7 .partner-box .col-lg-6:nth-child(2) {
  width: 403px;
  margin: 0;
}
.features-section7 .partner-box .col-lg-6:nth-child(1) {
  width: auto;
  margin-top: 0;
}
.features-section8 .container {
  max-width: 1410px;
  position: relative;
}
.features-section8 .col-lg-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.features-section8 .col-lg-4 {
  margin-top: 10px;
}
.features-section8 .col-lg-3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nizmenu .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  margin: 0;
}
.nizmenu .row a {
  color: #000;
}
.nizmenu .row p {
  margin-top: 10px;
}
.nizmenu .row h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.nizmenu .row span,
.nizmenu .row p {
  font-weight: 400;
  font-size: 18px;
}
.features-section8 .social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-section8 .text-end {
  gap: 10px;
  display: flex;
  justify-content: flex-end;
}
.fin .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1%;
  width: 98%;
  border-top: 1px solid #dedede;
}

.features-section8 .container .justify-content-between {
  align-items: center;
}
.features-section8 .container .justify-content-between a {
  color: #000;
}
.features-section8 .container .justify-content-between div {
  margin-top: 0;
}
.features-section8 .social i::before {
  font-size: 18px;
  color: #000;
}
.features-section8 .social a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #000 solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(0, 0, 0);
  border-radius: 90%;
  padding: 5px;
  border-bottom: 3px #000 solid;
}
.section-padding {
  padding: clamp(40px, 6vw, 90px) 0;
}

#button-border {
  border-top: 1px solid black;
  border-bottom: 3px solid;
  border-left: 1px solid black;
  border-right: 3px solid;
  background-color: #19fe62;
}

.navbar-brand {
  font-weight: 800;
  font-size: 22px;
}

.nav-link {
  font-weight: 500;
}

.hero-title {
  font-size: clamp(25px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.3;
}

.hero-title span {
  background: var(--primary);
  color: #fff;
  padding: 2px 12px;
}

.hero-desc {
  max-width: 520px;
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 16px;
}

.hero-actions .btn {
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 600;
}

.hero-card {
  border-radius: var(--radius-lg);
  padding: 35px;
  position: relative;
  animation: float 6s ease-in-out infinite;
}

.hero-card img {
  width: 100%;
  border-radius: var(--radius-md);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.stats-box {
  background: var(--accent);
  border-radius: var(--radius-lg);
  padding: 45px 20px;
}

.stat h2 {
  font-size: 38px;
  font-weight: 800;
}

.stat p {
  margin: 0;
  font-weight: 500;
}

.shadow-soft {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}

.stats-box {
  border-bottom: 5px solid #080808;
  border-left: 1px solid #080808;
  border-right: 5px solid #080808;
  border-top: 1px solid #080808;
  border-radius: 35px;
}

.getintouchBtn {
  background-color: #080808;
  color: #fff;
  font-weight: 600;
  border: 2px solid #080808;
}

.features-section1 .features-section2 .features-section3 {
  background: #ffffff;
}

.feature-card {
  background: #ffffff;
  border-bottom: 4px solid #000000;
  border-left: 1px solid #000000;
  border-right: 4px solid #000000;
  border-top: 1px solid #000000;
  border-radius: 18px;
  padding: 10px;
  height: 100%;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.feature-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  line-height: 1.4;
}
.feature-card p {
  font-size: 13px;
  font-weight: 600;
  margin-top: 18px;
  line-height: 1.4;
}

/* Icon */
.feature-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
}

.bar {
  width: 140px;
  border-radius: 12px;
  background: #ff955a;
  transition: 0.3s ease;
}

.bar-high {
  height: 300px;
}

.bar-low {
  height: 70px;
}

/* chart container */
.chart-area {
  height: 300px;
}

.chart-scale {
  height: 300px;
  font-size: 14px;
}
/* Контейнер */
.lang-dropdown {
  position: relative;
  display: inline-block;
}

/* Скрытый список */
.lang-list {
  display: none;
  position: absolute;
  top: 45px; /* Отступ от кружка */
  left: 0;

  border-radius: 8px;
  overflow: hidden;
}

/* Ссылки в выпадающем списке */
.lang-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s;
}

.lang-list a:hover {
  background-color: #f0f0f0;
}

/* 1. Добавляем невидимую область-распорку */
.lang-list::before {
  content: '';
  position: absolute;
  top: -15px; /* Заполняет пустоту между кружком и списком */
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent; /* Невидима, но удерживает hover */
}

/* 2. Делаем позиционирование точнее */

/* 3. Чтобы список не прилипал, стилизуем внутренний контейнер (опционально) */
.lang-list a {
  background-color: white; /* Фон теперь у ссылок, а не у контейнера */
  border: 1px solid #eee;
  margin-top: -1px; /* Склеиваем границы */
}
/* Базовый круг и список остаются прежними */
.lang-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer; /* Чтобы было понятно, что можно кликнуть */
  margin-left: 20px;
}

.lang-current {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  user-select: none; /* Чтобы текст не выделялся при клике */
  background-color: transparent;
  color: #000;
  border-radius: 50%;
  user-select: none;
  border: 1px solid #000;
  width: 58px;
  height: 58px;
  font-size: 18px;
  font-weight: 700;
}

.lang-list {
  display: none; /* Скрыто по умолчанию */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0;
  z-index: 100;
}

/* Показываем список, когда родителю добавлен класс .active */
.lang-dropdown.active .lang-list {
  display: block;
}

.lang-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f9f9f9;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-top: 5px;
}
/* 📱 mobile responsiveness */
@media (max-width: 992px) {
  /* tablet */
  .bar {
    width: 100px;
  }
}

@media (max-width: 768px) {
  /* small tablet */
  .bar {
    width: 80px;
  }

  .chart-area,
  .chart-scale {
    height: 220px;
  }

  .bar-high {
    height: 220px;
  }

  .bar-low {
    height: 55px;
  }
}

@media (max-width: 576px) {
  /* phone */
  .bar {
    width: 60px;
  }

  .chart-area,
  .chart-scale {
    height: 180px;
  }

  .bar-high {
    height: 180px;
  }

  .bar-low {
    height: 45px;
  }

  .features-section9 h2,
  .features-section9 ul {
    text-align: center;
  }

  .features-section9 a {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}

.bg-orange {
  background: #ff8a4c;
}
.bg-purple {
  background: #a29bfe;
}
.bg-green {
  background: #9cff57;
}
.bg-yellow {
  background: #ffd166;
}
.bg-red {
  background: #ff4d6d;
}
.bg-pink {
  background: #ff9ff3;
}
.bg-blue {
  background: #54a0ff;
}
.bg-lightgreen {
  background: #6aff8f;
}
.bg-white {
  background: #ffffff;
}

.sectionTitle {
  display: flex;
  flex-direction: row;
}

.sectionTitle span {
  padding-bottom: 20px;
  display: flex;
}

.features-section3 .feature-card {
  background: #0a0a0a;
  border-bottom: 4px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-radius: 100px;
  padding: 15px 45px;
  height: 100%;
  transition: all 0.3s ease;
  color: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
}
.features-section5 .feature-card {
  background: #323232;
  border-bottom: 4px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-radius: 18px;
  padding: 12px;
  height: 100px;
  transition: all 0.3s ease;
  color: #ffffff;
  justify-content: center;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.features-section6 .header {
  padding: 0% 20%;
}
.features-section6 .sectionTitle h1 {
  font-size: 4.875rem;
  font-weight: 700;
}
.features-section6 .subtitle {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 157%;
  max-width: 846px;
  margin-bottom: 62px;
}
.features-section6 .container {
  max-width: 1410px;
}
.features-section6 .subtitle ~ h5 {
  font-size: 26px;
  margin-bottom: 2rem !important;
}
.features-section6 .subtitle ~ h5 ~ .row {
  justify-content: space-between;
  margin-bottom: 62px !important;
}
.features-section6 .subtitle ~ h5 ~ .row .col-lg-4 {
  width: 32.8%;
  min-height: 268px;
}
.benefit-card .fw-semibold {
  line-height: 105%;
}

.subtitle {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #555;
  font-size: 17px;
}
header .container {
  max-width: 1920px;
  padding: 0 100px;
}
@media screen and (max-width: 1680px) {
  .navbar-expand-lg .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
ul.button_header {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.navbar-expand-lg {
  height: 149px;
}
a.btn.btn_en.nav-link {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 61px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-card {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  border-left: 1px solid #1e1e1e;
  border-radius: 18px;
  padding: 30px;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #fff0ea;
}
.features-section6 {
  padding-top: 50px;
  padding-bottom: 350px;
}
.step-number {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 127px;
  height: 138px;
  border-radius: 0 0 0 90%;
  font-weight: 800;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
}

.step-number p {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  line-height: 1;
  margin: 0;
  letter-spacing: -2%;
}
.step-card .step-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  min-height: 126px;
}

.step-1 {
  background-color: #ff7f49;
}
.step-2 {
  background-color: #ff7f49;
}
.step-3 {
  background-color: #ff7f49;
}

.step-text {
  font-size: 18px;
  font-weight: 600;
}

.benefit-card {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 4px solid #000;
  border-left: 1px solid #000;
  border-right: 4px solid #000;
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;
  height: 100%;
  min-height: 139px;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.features-section6 .col-lg-3 {
  width: 24.5%;
}

.footer-text {
  max-width: 100%;
  margin: 0;
  font-size: 22px;
  color: #444;
  line-height: 157%;
  letter-spacing: -2%;
  font-weight: 400;
}
.footer-text small {
  font-size: 22px;
}
.features-section7 .container {
  max-width: 1410px;
}

.partner-box {
  background: #a7a0ff;
  border-radius: 40px;
  padding: 60px;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 8px solid #000;
  border-left: 1px solid #000;
  border-right: 8px solid #000;
  margin-top: -250px;
}

.features-section7 input {
  border-bottom: 4px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 4px solid #000;
}
.features-section7 button {
  border-bottom: 4px solid #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 4px solid #000;
  border-radius: 9px;
}

.partner-title {
  font-size: 78px;
  font-weight: 700;
}

.partner-desc {
  max-width: 700px;
  font-size: 18px;
  line-height: 157%;
  margin-bottom: 0;
}

.contact-list {
  margin-top: 145px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-weight: 500;
}
.contact-item span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.features-section7 input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.contact-icon {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #000;
  border-bottom: 2.7px solid #000;
}

.form-control {
  border-radius: 9px;
  padding: 14px 16px;
  border: 2px solid #000;
  font-weight: 500;
}

.btn-start {
  background: #ff8a4c;
  border: 2px solid #000;
  border-radius: 14px;
  padding: 14px;
  font-weight: 700;
  width: 100%;
}

.btn-start:hover {
  background: #ff7a35;
}

.policy-text {
  font-size: 12px;
  color: #333;
  margin-top: 16px;
  margin-bottom: 0;
}
features-section7 .policy-text a {
  color: #ae3300;
  text-decoration: none;
}

.feedback-title {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
}

.feedback-desc {
  max-width: 420px;
  color: #555;
  margin: 25px 0;
}

.avatar-group img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.btn-outline-dark {
  border-radius: 30px;
  padding: 10px 26px;
  font-weight: 600;
}

.testimonial-card {
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  border-left: 1px solid #000;
  border-radius: 24px;
  padding: 28px;
  background: #fff;
  margin-bottom: 30px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}

.client {
  align-items: center;
  gap: 12px;
}

.client img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.client-name {
  font-weight: 600;
  font-size: 15px;
}

.client-location {
  font-size: 13px;
  color: #777;
}

.stars {
  color: #ff7a3d;
  font-size: 18px;
}

/* footer */

.social a {
  margin: 5px;
}

.mainDivOne {
  height: 500px;
  border-top: 1px solid #1e1e1e;
  border-bottom: 3px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right: 3px solid #1e1e1e;
  background-color: #a095ff;
  z-index: 1;
  margin: 20px 0px;
  width: 100%;
}

.feature-card-nav {
  background: #cce0ff;
  border-bottom: 2px solid #000000;
  border-left: 1px solid #000000;
  border-right: 2px solid #000000;
  border-top: 1px solid #000000;
  border-radius: 10px;
  padding: 10px;
  height: 60px;
  transition: all 0.3s ease;
}
header {
  border-bottom: 1px solid #999;
  justify-content: center;
  display: flex;
  align-items: center;
  background: var(--bg-main);
}
@media (max-width: 991px) {
  .partner-title {
    font-size: 38px;
  }

  .partner-box {
    padding: 40px 25px;
  }
}

@media (max-width: 576px) {
  .feature-card {
    padding: 15px;
  }
  .feature-card h5 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .feedback-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
    display: ruby;
  }
}

@media screen {
  .features-section0 {
    margin-top: 200px;
  }
  .features-section0 .feature-card {
    display: block;
  }
}

.stats-box {
  margin-top: 20px;
}

@media (max-width: 576px) {
  .feature-card {
    padding: 22px;
  }

  .feature-card h5 {
    font-size: 16px;
  }
}

.socialIcons {
  display: none;
}

@media (max-width: 550px) {
  .iconCard5 {
    display: none;
  }
  .iconCard6 {
    display: none;
  }
  .socialIcons {
    display: block;
  }

  .features-section1 .sectionTitle {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .features-section9 h1 {
    font-size: 30px;
  }
}
.mob2 {
  display: none;
}
@media screen and (max-width: 1536px) {
  header .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .step-card .step-text {
    line-height: 105%;
    width: 80%;
    letter-spacing: -2%;
  }
}
@media screen and (max-width: 1366px) {
  .step-card .step-text {
    width: 70%;
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .features-section7 .partner-box form {
    margin-top: 10px;
  }
  .step-card .step-text {
    min-height: 153px;
  }
  .partner-desc {
    max-width: 80%;
  }
  .features-section7 .partner-box {
    padding-right: 55px;
  }
  .features-section7 .partner-box .col-lg-6:nth-child(2) {
    width: 40%;
    margin: 0;
  }
  .partner-title {
    font-size: 48px;
  }
  .features-section7 .partner-box .col-lg-6:nth-child(1) {
    width: 60%;
    margin-top: 0;
  }
  .navbar-expand-lg .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nizmenu .row span,
  .nizmenu .row p {
    font-weight: 400;
    font-size: 16px;
  }
  .features-section6 .sectionTitle h1 {
    font-size: 3.875rem;
  }
}
.mob {
  display: none;
}
.nizmenu .row .col-lg-3 {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .lang-dropdown {
    position: absolute;
    margin-left: 0;
    right: 70px;
    top: 10px;
  }
  .lang-current {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  footer .features-section8 {
    padding-top: 0 !important;
  }
  .nizmenu .row .col-lg-3 {
    margin-top: 10px;
    width: auto;
  }
  .features-section8 .container .justify-content-between div {
    margin-top: 0;
    width: 33%;
  }
  .nizmenu .row {
    gap: 20px;
  }
  .features-section8 .col-lg-4 {
    margin-top: 7px;
  }
  .nizmenu .row div {
    width: 48%;
  }
  .features-section8 .col-lg-3 img {
    width: 45% !important;
  }
  .benefit-card .fw-semibold {
    min-height: 62px;
  }
  .features-section6 .col-lg-3 {
    width: 49%;
    min-height: 162px;
  }
  .features-section6 .subtitle ~ h5 ~ .row {
    justify-content: space-between;
    margin-bottom: 62px !important;
    align-items: center;
    gap: 10px;
  }
  .step-card {
    min-height: 205px;
  }
  .step-card .step-text {
    min-height: auto;
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .nomob {
    display: none;
  }
  .mob {
    display: block;
    height: 90px;
    margin-left: 15px;
  }
  .features-section6 .subtitle ~ h5 ~ .row .col-lg-4 {
    width: 100%;
    min-height: auto;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }

  #navMenu .mx-auto .nav-link {
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
  }
  #navMenu .mx-auto {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-expand-lg .button_header {
    display: none;
  }
  .navbar-expand-lg {
    height: auto;
    min-height: 100%;
  }
  .navbar .navbar-toggler {
    border-radius: 90%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 820px) {
  .nizmenu .row h3 {
    margin-bottom: 5px;
  }
  .step-card .step-text {
    width: 80%;
  }
  .contact-list {
    margin-top: 120px;
  }
  .features-section7 .partner-box form {
    margin-top: 0;
  }
  .features-section7 .partner-box .col-lg-6:nth-child(2) {
    width: 50%;
    margin: 0;
  }
  .partner-title {
    font-size: 36px;
  }
  .features-section7 .partner-box .col-lg-6:nth-child(1) {
    width: 50%;
    margin-top: 0;
  }
}
.policy-text a {
  color: #ae3300;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .partner-desc {
    max-width: 100%;
  }
  .features-section7 .mob2 {
    margin-top: 37px;
  }
  .features-section7 .partner-box .col-lg-6:nth-child(2) {
    width: 100%;
    margin-top: 37px;
  }
  .mob2 {
    display: block;
    height: 90px;
    margin-left: 15px;
  }
  .features-section7 .partner-box .col-lg-6:nth-child(1) {
    width: 100%;
    margin-top: 0;
  }
  .features-section8 .container .justify-content-between {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .nomob2 {
    display: none;
  }
  .features-section8 .container .justify-content-between div {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .lang-dropdown {
    right: 60px;
  }
  header .container {
    max-width: 100%;
    padding: 0 15px;
  }
  footer .features-section8 {
    padding-top: 4rem !important;
  }
  .features-section8 .text-end {
    flex-direction: column;
  }
  .step-card .step-text {
    width: 78%;
  }
  .partner-box {
    margin-top: -400px;
  }
  .features-section6 .subtitle ~ h5 {
    font-size: 22px;
    margin-bottom: 2rem !important;
  }
  .features-section6 .container {
    padding-top: 22px !important;
  }
  .features-section6 .sectionTitle h1 {
    font-size: 36px;
    margin-bottom: 32px !important;
  }
  .features-section6 .subtitle {
    font-size: 14px;
    margin-bottom: 54px;
  }
  .features-section8 .col-lg-3 img {
    width: 80% !important;
  }
  .features-section8 .container .justify-content-between {
    margin-top: 20px;
  }
  .features-section8 {
    padding-bottom: 0 !important;
    padding-top: 4rem !important;
  }
  .nizmenu .row div {
    width: 100%;
    gap: 5px;
    margin-top: 0;
  }
  .features-section7 .mob2 {
    margin-top: 37px;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .contact-icon img {
    width: 11px;
    height: 11px;
  }
  .contact-icon {
    width: 22px;
    height: 22px;
  }
  .contact-item span {
    font-size: 14px;
  }
  .policy-text {
    margin-top: 25px;
  }
  .features-section7 .partner-box form .btn-start {
    height: 62px;
    margin-top: 0.8rem;
    font-size: 14px;
  }
  .features-section7 .partner-box {
    padding: 30px;
  }
  .partner-desc {
    max-width: 100%;
    font-size: 14px;
  }
  .features-section6 {
    padding-bottom: 486px;
  }
  .footer-text {
    line-height: 1.3;
  }
  .features-section6 .subtitle ~ h5 ~ .row {
    margin-bottom: 54px !important;
    gap: 16px;
  }
  .benefit-icon {
    width: 32px;
    height: 32px;
  }

  .features-section6 .col-lg-3 {
    width: 100%;
    min-height: auto;
  }
  .benefit-card .fw-semibold {
    min-height: auto;
    font-size: 18px;
  }
  .step-number p {
    top: 26px;
    right: 20px;
    font-size: 30px;
  }
  .step-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 96px;
    font-size: 30px;
  }

  .features-section6 {
    padding-top: 0;
  }
  .step-card {
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .features-section6 .sectionTitle h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 360px) {
  .step-card .step-text {
    font-size: 18px;
  }
}
